AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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

Namespaces

namespace  DLMErrorMapper
 
namespace  Endpoint
 
namespace  Model
 

Classes

class  DLMClient
 
 
class  DLMError
 
class  DLMRequest
 

Typedefs

 
 
 
 
 
 
 
 
typedef std::function< void(const DLMClient *, const Model::TagResourceRequest &, const Model::TagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > TagResourceResponseReceivedHandler
 
typedef std::function< void(const DLMClient *, const Model::UntagResourceRequest &, const Model::UntagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UntagResourceResponseReceivedHandler
 
 

Enumerations

 

Typedef Documentation

◆ CreateLifecyclePolicyResponseReceivedHandler

Definition at line 106 of file DLMServiceClientModel.h.

◆ DeleteLifecyclePolicyResponseReceivedHandler

Definition at line 107 of file DLMServiceClientModel.h.

◆ DLMClientConfiguration

Definition at line 63 of file DLMServiceClientModel.h.

◆ DLMEndpointProvider

Definition at line 65 of file DLMServiceClientModel.h.

◆ DLMEndpointProviderBase

Definition at line 64 of file DLMServiceClientModel.h.

◆ GetLifecyclePoliciesResponseReceivedHandler

Definition at line 108 of file DLMServiceClientModel.h.

◆ GetLifecyclePolicyResponseReceivedHandler

Definition at line 109 of file DLMServiceClientModel.h.

◆ ListTagsForResourceResponseReceivedHandler

Definition at line 110 of file DLMServiceClientModel.h.

◆ TagResourceResponseReceivedHandler

typedef std::function<void(const DLMClient*, const Model::TagResourceRequest&, const Model::TagResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::DLM::TagResourceResponseReceivedHandler

Definition at line 111 of file DLMServiceClientModel.h.

◆ UntagResourceResponseReceivedHandler

Definition at line 112 of file DLMServiceClientModel.h.

◆ UpdateLifecyclePolicyResponseReceivedHandler

Definition at line 113 of file DLMServiceClientModel.h.

Enumeration Type Documentation

◆ DLMErrors

enum class Aws::DLM::DLMErrors
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 
INTERNAL_SERVER 
INVALID_REQUEST 
LIMIT_EXCEEDED 

Definition at line 16 of file DLMErrors.h.