AWS SDK for C++

AWS SDK for C++ Version 1.11.810

Loading...
Searching...
No Matches
Namespaces | Classes | Typedefs | Enumerations
Aws::DSQL Namespace Reference

Namespaces

namespace  DSQLErrorMapper
 
namespace  Endpoint
 
namespace  Model
 
namespace  Pagination
 

Classes

class  DSQLClient
 
 
class  DSQLError
 
 
class  DSQLRequest
 
class  DSQLWaiter
 

Typedefs

 
 
 
 
 
typedef std::function< void(const DSQLClient *, const Model::CreateClusterRequest &, const Model::CreateClusterOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateClusterResponseReceivedHandler
 
typedef std::function< void(const DSQLClient *, const Model::CreateStreamRequest &, const Model::CreateStreamOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateStreamResponseReceivedHandler
 
typedef std::function< void(const DSQLClient *, const Model::DeleteClusterRequest &, const Model::DeleteClusterOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteClusterResponseReceivedHandler
 
 
typedef std::function< void(const DSQLClient *, const Model::DeleteStreamRequest &, const Model::DeleteStreamOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteStreamResponseReceivedHandler
 
typedef std::function< void(const DSQLClient *, const Model::GetClusterRequest &, const Model::GetClusterOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetClusterResponseReceivedHandler
 
typedef std::function< void(const DSQLClient *, const Model::GetClusterPolicyRequest &, const Model::GetClusterPolicyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetClusterPolicyResponseReceivedHandler
 
typedef std::function< void(const DSQLClient *, const Model::GetStreamRequest &, const Model::GetStreamOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetStreamResponseReceivedHandler
 
 
typedef std::function< void(const DSQLClient *, const Model::ListClustersRequest &, const Model::ListClustersOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListClustersResponseReceivedHandler
 
typedef std::function< void(const DSQLClient *, const Model::ListStreamsRequest &, const Model::ListStreamsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListStreamsResponseReceivedHandler
 
 
typedef std::function< void(const DSQLClient *, const Model::PutClusterPolicyRequest &, const Model::PutClusterPolicyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutClusterPolicyResponseReceivedHandler
 
typedef std::function< void(const DSQLClient *, const Model::TagResourceRequest &, const Model::TagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> TagResourceResponseReceivedHandler
 
typedef std::function< void(const DSQLClient *, const Model::UntagResourceRequest &, const Model::UntagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UntagResourceResponseReceivedHandler
 
typedef std::function< void(const DSQLClient *, const Model::UpdateClusterRequest &, const Model::UpdateClusterOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateClusterResponseReceivedHandler
 

Enumerations

 

Typedef Documentation

◆ CreateClusterResponseReceivedHandler

Definition at line 134 of file DSQLServiceClientModel.h.

◆ CreateStreamResponseReceivedHandler

Definition at line 137 of file DSQLServiceClientModel.h.

◆ DeleteClusterPolicyResponseReceivedHandler

Definition at line 143 of file DSQLServiceClientModel.h.

◆ DeleteClusterResponseReceivedHandler

Definition at line 140 of file DSQLServiceClientModel.h.

◆ DeleteStreamResponseReceivedHandler

Definition at line 146 of file DSQLServiceClientModel.h.

◆ DSQLClientConfiguration

Definition at line 66 of file DSQLServiceClientModel.h.

◆ DSQLEndpointProvider

Definition at line 68 of file DSQLServiceClientModel.h.

◆ DSQLEndpointProviderBase

Definition at line 67 of file DSQLServiceClientModel.h.

◆ GetClusterPolicyResponseReceivedHandler

Definition at line 152 of file DSQLServiceClientModel.h.

◆ GetClusterResponseReceivedHandler

typedef std::function<void(const DSQLClient*, const Model::GetClusterRequest&, const Model::GetClusterOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)> Aws::DSQL::GetClusterResponseReceivedHandler

Definition at line 149 of file DSQLServiceClientModel.h.

◆ GetStreamResponseReceivedHandler

typedef std::function<void(const DSQLClient*, const Model::GetStreamRequest&, const Model::GetStreamOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)> Aws::DSQL::GetStreamResponseReceivedHandler

Definition at line 155 of file DSQLServiceClientModel.h.

◆ GetVpcEndpointServiceNameResponseReceivedHandler

Definition at line 158 of file DSQLServiceClientModel.h.

◆ ListClustersPaginator

Definition at line 15 of file DSQLClientPagination.h.

◆ ListClustersResponseReceivedHandler

Definition at line 161 of file DSQLServiceClientModel.h.

◆ ListStreamsPaginator

Definition at line 17 of file DSQLClientPagination.h.

◆ ListStreamsResponseReceivedHandler

Definition at line 164 of file DSQLServiceClientModel.h.

◆ ListTagsForResourceResponseReceivedHandler

Definition at line 167 of file DSQLServiceClientModel.h.

◆ PutClusterPolicyResponseReceivedHandler

Definition at line 170 of file DSQLServiceClientModel.h.

◆ TagResourceResponseReceivedHandler

Definition at line 173 of file DSQLServiceClientModel.h.

◆ UntagResourceResponseReceivedHandler

Definition at line 176 of file DSQLServiceClientModel.h.

◆ UpdateClusterResponseReceivedHandler

Definition at line 179 of file DSQLServiceClientModel.h.

Enumeration Type Documentation

◆ DSQLErrors

strong
Enumerator
INCOMPLETE_SIGNATURE 
INTERNAL_FAILURE 
INVALID_ACTION 
INVALID_CLIENT_TOKEN_ID 
INVALID_PARAMETER_COMBINATION 
INVALID_QUERY_PARAMETER 
INVALID_PARAMETER_VALUE 
MISSING_ACTION 
MISSING_AUTHENTICATION_TOKEN 
MISSING_PARAMETER 
OPT_IN_REQUIRED 
REQUEST_EXPIRED 
SERVICE_UNAVAILABLE 
THROTTLING 
VALIDATION 
ACCESS_DENIED 
RESOURCE_NOT_FOUND 
UNRECOGNIZED_CLIENT 
MALFORMED_QUERY_STRING 
SLOW_DOWN 
REQUEST_TIME_TOO_SKEWED 
INVALID_SIGNATURE 
SIGNATURE_DOES_NOT_MATCH 
INVALID_ACCESS_KEY_ID 
REQUEST_TIMEOUT 
NETWORK_CONNECTION 
UNKNOWN 
CONFLICT 
INTERNAL_SERVER 
SERVICE_QUOTA_EXCEEDED 

Definition at line 14 of file DSQLErrors.h.