AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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

Namespaces

namespace  Endpoint
 
namespace  Model
 
 

Classes

 
 
 
 

Typedefs

 
 
 
 
 
typedef std::function< void(const SimpleDBClient *, const Model::CreateDomainRequest &, const Model::CreateDomainOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateDomainResponseReceivedHandler
 
typedef std::function< void(const SimpleDBClient *, const Model::DeleteAttributesRequest &, const Model::DeleteAttributesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteAttributesResponseReceivedHandler
 
typedef std::function< void(const SimpleDBClient *, const Model::DeleteDomainRequest &, const Model::DeleteDomainOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteDomainResponseReceivedHandler
 
typedef std::function< void(const SimpleDBClient *, const Model::DomainMetadataRequest &, const Model::DomainMetadataOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DomainMetadataResponseReceivedHandler
 
typedef std::function< void(const SimpleDBClient *, const Model::GetAttributesRequest &, const Model::GetAttributesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetAttributesResponseReceivedHandler
 
typedef std::function< void(const SimpleDBClient *, const Model::ListDomainsRequest &, const Model::ListDomainsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListDomainsResponseReceivedHandler
 
typedef std::function< void(const SimpleDBClient *, const Model::PutAttributesRequest &, const Model::PutAttributesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > PutAttributesResponseReceivedHandler
 
typedef std::function< void(const SimpleDBClient *, const Model::SelectRequest &, const Model::SelectOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > SelectResponseReceivedHandler
 

Enumerations

 

Typedef Documentation

◆ BatchDeleteAttributesResponseReceivedHandler

Definition at line 109 of file SimpleDBServiceClientModel.h.

◆ BatchPutAttributesResponseReceivedHandler

Definition at line 110 of file SimpleDBServiceClientModel.h.

◆ CreateDomainResponseReceivedHandler

Definition at line 111 of file SimpleDBServiceClientModel.h.

◆ DeleteAttributesResponseReceivedHandler

Definition at line 112 of file SimpleDBServiceClientModel.h.

◆ DeleteDomainResponseReceivedHandler

Definition at line 113 of file SimpleDBServiceClientModel.h.

◆ DomainMetadataResponseReceivedHandler

Definition at line 114 of file SimpleDBServiceClientModel.h.

◆ GetAttributesResponseReceivedHandler

Definition at line 115 of file SimpleDBServiceClientModel.h.

◆ ListDomainsResponseReceivedHandler

Definition at line 116 of file SimpleDBServiceClientModel.h.

◆ PutAttributesResponseReceivedHandler

Definition at line 117 of file SimpleDBServiceClientModel.h.

◆ SelectResponseReceivedHandler

typedef std::function<void(const SimpleDBClient*, const Model::SelectRequest&, const Model::SelectOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::SimpleDB::SelectResponseReceivedHandler

Definition at line 118 of file SimpleDBServiceClientModel.h.

◆ SimpleDBClientConfiguration

Definition at line 60 of file SimpleDBServiceClientModel.h.

◆ SimpleDBEndpointProvider

Definition at line 62 of file SimpleDBServiceClientModel.h.

◆ SimpleDBEndpointProviderBase

Definition at line 61 of file SimpleDBServiceClientModel.h.

Enumeration Type Documentation

◆ SimpleDBErrors

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 
ATTRIBUTE_DOES_NOT_EXIST 
DUPLICATE_ITEM_NAME 
INVALID_NEXT_TOKEN 
INVALID_NUMBER_PREDICATES 
INVALID_NUMBER_VALUE_TESTS 
INVALID_QUERY_EXPRESSION 
NO_SUCH_DOMAIN 
NUMBER_DOMAINS_EXCEEDED 
NUMBER_DOMAIN_ATTRIBUTES_EXCEEDED 
NUMBER_DOMAIN_BYTES_EXCEEDED 
NUMBER_ITEM_ATTRIBUTES_EXCEEDED 
NUMBER_SUBMITTED_ATTRIBUTES_EXCEEDED 
NUMBER_SUBMITTED_ITEMS_EXCEEDED 
TOO_MANY_REQUESTED_ATTRIBUTES 

Definition at line 16 of file SimpleDBErrors.h.