AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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

Namespaces

namespace  Endpoint
 
 
namespace  Model
 

Classes

 
 
 
 

Typedefs

 
 
 
 
typedef std::function< void(const MemoryDBClient *, const Model::CopySnapshotRequest &, const Model::CopySnapshotOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CopySnapshotResponseReceivedHandler
 
typedef std::function< void(const MemoryDBClient *, const Model::CreateACLRequest &, const Model::CreateACLOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateACLResponseReceivedHandler
 
typedef std::function< void(const MemoryDBClient *, const Model::CreateClusterRequest &, const Model::CreateClusterOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateClusterResponseReceivedHandler
 
 
typedef std::function< void(const MemoryDBClient *, const Model::CreateSnapshotRequest &, const Model::CreateSnapshotOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateSnapshotResponseReceivedHandler
 
 
typedef std::function< void(const MemoryDBClient *, const Model::CreateUserRequest &, const Model::CreateUserOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateUserResponseReceivedHandler
 
typedef std::function< void(const MemoryDBClient *, const Model::DeleteACLRequest &, const Model::DeleteACLOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteACLResponseReceivedHandler
 
typedef std::function< void(const MemoryDBClient *, const Model::DeleteClusterRequest &, const Model::DeleteClusterOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteClusterResponseReceivedHandler
 
 
typedef std::function< void(const MemoryDBClient *, const Model::DeleteSnapshotRequest &, const Model::DeleteSnapshotOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteSnapshotResponseReceivedHandler
 
 
typedef std::function< void(const MemoryDBClient *, const Model::DeleteUserRequest &, const Model::DeleteUserOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteUserResponseReceivedHandler
 
typedef std::function< void(const MemoryDBClient *, const Model::DescribeACLsRequest &, const Model::DescribeACLsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeACLsResponseReceivedHandler
 
typedef std::function< void(const MemoryDBClient *, const Model::DescribeClustersRequest &, const Model::DescribeClustersOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeClustersResponseReceivedHandler
 
 
typedef std::function< void(const MemoryDBClient *, const Model::DescribeEventsRequest &, const Model::DescribeEventsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeEventsResponseReceivedHandler
 
 
 
 
 
 
 
 
typedef std::function< void(const MemoryDBClient *, const Model::DescribeUsersRequest &, const Model::DescribeUsersOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeUsersResponseReceivedHandler
 
typedef std::function< void(const MemoryDBClient *, const Model::FailoverShardRequest &, const Model::FailoverShardOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > FailoverShardResponseReceivedHandler
 
 
typedef std::function< void(const MemoryDBClient *, const Model::ListTagsRequest &, const Model::ListTagsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListTagsResponseReceivedHandler
 
 
 
typedef std::function< void(const MemoryDBClient *, const Model::TagResourceRequest &, const Model::TagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > TagResourceResponseReceivedHandler
 
typedef std::function< void(const MemoryDBClient *, const Model::UntagResourceRequest &, const Model::UntagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UntagResourceResponseReceivedHandler
 
typedef std::function< void(const MemoryDBClient *, const Model::UpdateACLRequest &, const Model::UpdateACLOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateACLResponseReceivedHandler
 
typedef std::function< void(const MemoryDBClient *, const Model::UpdateClusterRequest &, const Model::UpdateClusterOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateClusterResponseReceivedHandler
 
 
 
typedef std::function< void(const MemoryDBClient *, const Model::UpdateUserRequest &, const Model::UpdateUserOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateUserResponseReceivedHandler
 

Enumerations

enum class  MemoryDBErrors {
  INCOMPLETE_SIGNATURE = 0 , INTERNAL_FAILURE = 1 , INVALID_ACTION = 2 , INVALID_CLIENT_TOKEN_ID = 3 ,
  INVALID_PARAMETER_COMBINATION = 4 , INVALID_QUERY_PARAMETER = 5 , INVALID_PARAMETER_VALUE = 6 , MISSING_ACTION = 7 ,
  MISSING_AUTHENTICATION_TOKEN = 8 , MISSING_PARAMETER = 9 , OPT_IN_REQUIRED = 10 , REQUEST_EXPIRED = 11 ,
  SERVICE_UNAVAILABLE = 12 , THROTTLING = 13 , VALIDATION = 14 , ACCESS_DENIED = 15 ,
  RESOURCE_NOT_FOUND = 16 , UNRECOGNIZED_CLIENT = 17 , MALFORMED_QUERY_STRING = 18 , SLOW_DOWN = 19 ,
  REQUEST_TIME_TOO_SKEWED = 20 , INVALID_SIGNATURE = 21 , SIGNATURE_DOES_NOT_MATCH = 22 , INVALID_ACCESS_KEY_ID = 23 ,
  REQUEST_TIMEOUT = 24 , NETWORK_CONNECTION = 99 , UNKNOWN = 100 , A_C_L_ALREADY_EXISTS_FAULT = static_cast<int>(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1 ,
  A_C_L_NOT_FOUND_FAULT , A_C_L_QUOTA_EXCEEDED_FAULT , A_P_I_CALL_RATE_FOR_CUSTOMER_EXCEEDED_FAULT , CLUSTER_ALREADY_EXISTS_FAULT ,
  CLUSTER_NOT_FOUND_FAULT , CLUSTER_QUOTA_FOR_CUSTOMER_EXCEEDED_FAULT , DEFAULT_USER_REQUIRED , DUPLICATE_USER_NAME_FAULT ,
  INSUFFICIENT_CLUSTER_CAPACITY_FAULT , INVALID_A_C_L_STATE_FAULT , INVALID_A_R_N_FAULT , INVALID_CLUSTER_STATE_FAULT ,
  INVALID_CREDENTIALS , INVALID_K_M_S_KEY_FAULT , INVALID_NODE_STATE_FAULT , INVALID_PARAMETER_GROUP_STATE_FAULT ,
  INVALID_SNAPSHOT_STATE_FAULT , INVALID_SUBNET , INVALID_USER_STATE_FAULT , INVALID_V_P_C_NETWORK_STATE_FAULT ,
  NODE_QUOTA_FOR_CLUSTER_EXCEEDED_FAULT , NODE_QUOTA_FOR_CUSTOMER_EXCEEDED_FAULT , NO_OPERATION_FAULT , PARAMETER_GROUP_ALREADY_EXISTS_FAULT ,
  PARAMETER_GROUP_NOT_FOUND_FAULT , PARAMETER_GROUP_QUOTA_EXCEEDED_FAULT , RESERVED_NODES_OFFERING_NOT_FOUND_FAULT , RESERVED_NODE_ALREADY_EXISTS_FAULT ,
  RESERVED_NODE_NOT_FOUND_FAULT , RESERVED_NODE_QUOTA_EXCEEDED_FAULT , SERVICE_LINKED_ROLE_NOT_FOUND_FAULT , SERVICE_UPDATE_NOT_FOUND_FAULT ,
  SHARDS_PER_CLUSTER_QUOTA_EXCEEDED_FAULT , SHARD_NOT_FOUND_FAULT , SNAPSHOT_ALREADY_EXISTS_FAULT , SNAPSHOT_NOT_FOUND_FAULT ,
  SNAPSHOT_QUOTA_EXCEEDED_FAULT , SUBNET_GROUP_ALREADY_EXISTS_FAULT , SUBNET_GROUP_IN_USE_FAULT , SUBNET_GROUP_NOT_FOUND_FAULT ,
  SUBNET_GROUP_QUOTA_EXCEEDED_FAULT , SUBNET_IN_USE , SUBNET_NOT_ALLOWED_FAULT , SUBNET_QUOTA_EXCEEDED_FAULT ,
  TAG_NOT_FOUND_FAULT , TAG_QUOTA_PER_RESOURCE_EXCEEDED , TEST_FAILOVER_NOT_AVAILABLE_FAULT , USER_ALREADY_EXISTS_FAULT ,
  USER_NOT_FOUND_FAULT , USER_QUOTA_EXCEEDED_FAULT
}
 

Typedef Documentation

◆ BatchUpdateClusterResponseReceivedHandler

Definition at line 236 of file MemoryDBServiceClientModel.h.

◆ CopySnapshotResponseReceivedHandler

Definition at line 237 of file MemoryDBServiceClientModel.h.

◆ CreateACLResponseReceivedHandler

Definition at line 238 of file MemoryDBServiceClientModel.h.

◆ CreateClusterResponseReceivedHandler

Definition at line 239 of file MemoryDBServiceClientModel.h.

◆ CreateParameterGroupResponseReceivedHandler

Definition at line 240 of file MemoryDBServiceClientModel.h.

◆ CreateSnapshotResponseReceivedHandler

Definition at line 241 of file MemoryDBServiceClientModel.h.

◆ CreateSubnetGroupResponseReceivedHandler

Definition at line 242 of file MemoryDBServiceClientModel.h.

◆ CreateUserResponseReceivedHandler

Definition at line 243 of file MemoryDBServiceClientModel.h.

◆ DeleteACLResponseReceivedHandler

Definition at line 244 of file MemoryDBServiceClientModel.h.

◆ DeleteClusterResponseReceivedHandler

Definition at line 245 of file MemoryDBServiceClientModel.h.

◆ DeleteParameterGroupResponseReceivedHandler

Definition at line 246 of file MemoryDBServiceClientModel.h.

◆ DeleteSnapshotResponseReceivedHandler

Definition at line 247 of file MemoryDBServiceClientModel.h.

◆ DeleteSubnetGroupResponseReceivedHandler

Definition at line 248 of file MemoryDBServiceClientModel.h.

◆ DeleteUserResponseReceivedHandler

Definition at line 249 of file MemoryDBServiceClientModel.h.

◆ DescribeACLsResponseReceivedHandler

Definition at line 250 of file MemoryDBServiceClientModel.h.

◆ DescribeClustersResponseReceivedHandler

Definition at line 251 of file MemoryDBServiceClientModel.h.

◆ DescribeEngineVersionsResponseReceivedHandler

Definition at line 252 of file MemoryDBServiceClientModel.h.

◆ DescribeEventsResponseReceivedHandler

Definition at line 253 of file MemoryDBServiceClientModel.h.

◆ DescribeParameterGroupsResponseReceivedHandler

Definition at line 254 of file MemoryDBServiceClientModel.h.

◆ DescribeParametersResponseReceivedHandler

Definition at line 255 of file MemoryDBServiceClientModel.h.

◆ DescribeReservedNodesOfferingsResponseReceivedHandler

Definition at line 257 of file MemoryDBServiceClientModel.h.

◆ DescribeReservedNodesResponseReceivedHandler

Definition at line 256 of file MemoryDBServiceClientModel.h.

◆ DescribeServiceUpdatesResponseReceivedHandler

Definition at line 258 of file MemoryDBServiceClientModel.h.

◆ DescribeSnapshotsResponseReceivedHandler

Definition at line 259 of file MemoryDBServiceClientModel.h.

◆ DescribeSubnetGroupsResponseReceivedHandler

Definition at line 260 of file MemoryDBServiceClientModel.h.

◆ DescribeUsersResponseReceivedHandler

Definition at line 261 of file MemoryDBServiceClientModel.h.

◆ FailoverShardResponseReceivedHandler

Definition at line 262 of file MemoryDBServiceClientModel.h.

◆ ListAllowedNodeTypeUpdatesResponseReceivedHandler

Definition at line 263 of file MemoryDBServiceClientModel.h.

◆ ListTagsResponseReceivedHandler

typedef std::function<void(const MemoryDBClient*, const Model::ListTagsRequest&, const Model::ListTagsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::MemoryDB::ListTagsResponseReceivedHandler

Definition at line 264 of file MemoryDBServiceClientModel.h.

◆ MemoryDBClientConfiguration

Definition at line 103 of file MemoryDBServiceClientModel.h.

◆ MemoryDBEndpointProvider

Definition at line 105 of file MemoryDBServiceClientModel.h.

◆ MemoryDBEndpointProviderBase

Definition at line 104 of file MemoryDBServiceClientModel.h.

◆ PurchaseReservedNodesOfferingResponseReceivedHandler

Definition at line 265 of file MemoryDBServiceClientModel.h.

◆ ResetParameterGroupResponseReceivedHandler

Definition at line 266 of file MemoryDBServiceClientModel.h.

◆ TagResourceResponseReceivedHandler

Definition at line 267 of file MemoryDBServiceClientModel.h.

◆ UntagResourceResponseReceivedHandler

Definition at line 268 of file MemoryDBServiceClientModel.h.

◆ UpdateACLResponseReceivedHandler

Definition at line 269 of file MemoryDBServiceClientModel.h.

◆ UpdateClusterResponseReceivedHandler

Definition at line 270 of file MemoryDBServiceClientModel.h.

◆ UpdateParameterGroupResponseReceivedHandler

Definition at line 271 of file MemoryDBServiceClientModel.h.

◆ UpdateSubnetGroupResponseReceivedHandler

Definition at line 272 of file MemoryDBServiceClientModel.h.

◆ UpdateUserResponseReceivedHandler

Definition at line 273 of file MemoryDBServiceClientModel.h.

Enumeration Type Documentation

◆ MemoryDBErrors

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 
A_C_L_ALREADY_EXISTS_FAULT 
A_C_L_NOT_FOUND_FAULT 
A_C_L_QUOTA_EXCEEDED_FAULT 
A_P_I_CALL_RATE_FOR_CUSTOMER_EXCEEDED_FAULT 
CLUSTER_ALREADY_EXISTS_FAULT 
CLUSTER_NOT_FOUND_FAULT 
CLUSTER_QUOTA_FOR_CUSTOMER_EXCEEDED_FAULT 
DEFAULT_USER_REQUIRED 
DUPLICATE_USER_NAME_FAULT 
INSUFFICIENT_CLUSTER_CAPACITY_FAULT 
INVALID_A_C_L_STATE_FAULT 
INVALID_A_R_N_FAULT 
INVALID_CLUSTER_STATE_FAULT 
INVALID_CREDENTIALS 
INVALID_K_M_S_KEY_FAULT 
INVALID_NODE_STATE_FAULT 
INVALID_PARAMETER_GROUP_STATE_FAULT 
INVALID_SNAPSHOT_STATE_FAULT 
INVALID_SUBNET 
INVALID_USER_STATE_FAULT 
INVALID_V_P_C_NETWORK_STATE_FAULT 
NODE_QUOTA_FOR_CLUSTER_EXCEEDED_FAULT 
NODE_QUOTA_FOR_CUSTOMER_EXCEEDED_FAULT 
NO_OPERATION_FAULT 
PARAMETER_GROUP_ALREADY_EXISTS_FAULT 
PARAMETER_GROUP_NOT_FOUND_FAULT 
PARAMETER_GROUP_QUOTA_EXCEEDED_FAULT 
RESERVED_NODES_OFFERING_NOT_FOUND_FAULT 
RESERVED_NODE_ALREADY_EXISTS_FAULT 
RESERVED_NODE_NOT_FOUND_FAULT 
RESERVED_NODE_QUOTA_EXCEEDED_FAULT 
SERVICE_LINKED_ROLE_NOT_FOUND_FAULT 
SERVICE_UPDATE_NOT_FOUND_FAULT 
SHARDS_PER_CLUSTER_QUOTA_EXCEEDED_FAULT 
SHARD_NOT_FOUND_FAULT 
SNAPSHOT_ALREADY_EXISTS_FAULT 
SNAPSHOT_NOT_FOUND_FAULT 
SNAPSHOT_QUOTA_EXCEEDED_FAULT 
SUBNET_GROUP_ALREADY_EXISTS_FAULT 
SUBNET_GROUP_IN_USE_FAULT 
SUBNET_GROUP_NOT_FOUND_FAULT 
SUBNET_GROUP_QUOTA_EXCEEDED_FAULT 
SUBNET_IN_USE 
SUBNET_NOT_ALLOWED_FAULT 
SUBNET_QUOTA_EXCEEDED_FAULT 
TAG_NOT_FOUND_FAULT 
TAG_QUOTA_PER_RESOURCE_EXCEEDED 
TEST_FAILOVER_NOT_AVAILABLE_FAULT 
USER_ALREADY_EXISTS_FAULT 
USER_NOT_FOUND_FAULT 
USER_QUOTA_EXCEEDED_FAULT 

Definition at line 16 of file MemoryDBErrors.h.