AWS SDK for C++

AWS SDK for C++ Version 1.11.685

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

Namespaces

namespace  DSQLErrorMapper
 
namespace  Endpoint
 
namespace  Model
 

Classes

class  DSQLClient
 
 
class  DSQLError
 
class  DSQLRequest
 

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::DeleteClusterRequest &, const Model::DeleteClusterOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteClusterResponseReceivedHandler
 
 
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::ListClustersRequest &, const Model::ListClustersOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListClustersResponseReceivedHandler
 
 
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 118 of file DSQLServiceClientModel.h.

◆ DeleteClusterPolicyResponseReceivedHandler

Definition at line 124 of file DSQLServiceClientModel.h.

◆ DeleteClusterResponseReceivedHandler

Definition at line 121 of file DSQLServiceClientModel.h.

◆ DSQLClientConfiguration

Definition at line 62 of file DSQLServiceClientModel.h.

◆ DSQLEndpointProvider

Definition at line 64 of file DSQLServiceClientModel.h.

◆ DSQLEndpointProviderBase

Definition at line 63 of file DSQLServiceClientModel.h.

◆ GetClusterPolicyResponseReceivedHandler

Definition at line 130 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 127 of file DSQLServiceClientModel.h.

◆ GetVpcEndpointServiceNameResponseReceivedHandler

Definition at line 133 of file DSQLServiceClientModel.h.

◆ ListClustersResponseReceivedHandler

Definition at line 136 of file DSQLServiceClientModel.h.

◆ ListTagsForResourceResponseReceivedHandler

Definition at line 139 of file DSQLServiceClientModel.h.

◆ PutClusterPolicyResponseReceivedHandler

Definition at line 142 of file DSQLServiceClientModel.h.

◆ TagResourceResponseReceivedHandler

Definition at line 145 of file DSQLServiceClientModel.h.

◆ UntagResourceResponseReceivedHandler

Definition at line 148 of file DSQLServiceClientModel.h.

◆ UpdateClusterResponseReceivedHandler

Definition at line 151 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.