AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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

Namespaces

namespace  ACMErrorMapper
 
namespace  Endpoint
 
namespace  Model
 

Classes

class  ACMClient
 
 
class  ACMError
 
class  ACMRequest
 

Typedefs

 
 
 
 
typedef std::function< void(const ACMClient *, const Model::DeleteCertificateRequest &, const Model::DeleteCertificateOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteCertificateResponseReceivedHandler
 
 
typedef std::function< void(const ACMClient *, const Model::ExportCertificateRequest &, const Model::ExportCertificateOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ExportCertificateResponseReceivedHandler
 
 
typedef std::function< void(const ACMClient *, const Model::GetCertificateRequest &, const Model::GetCertificateOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetCertificateResponseReceivedHandler
 
typedef std::function< void(const ACMClient *, const Model::ImportCertificateRequest &, const Model::ImportCertificateOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ImportCertificateResponseReceivedHandler
 
typedef std::function< void(const ACMClient *, const Model::ListCertificatesRequest &, const Model::ListCertificatesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListCertificatesResponseReceivedHandler
 
 
 
 
typedef std::function< void(const ACMClient *, const Model::RenewCertificateRequest &, const Model::RenewCertificateOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > RenewCertificateResponseReceivedHandler
 
 
 
 

Enumerations

 

Typedef Documentation

◆ ACMClientConfiguration

Definition at line 65 of file ACMServiceClientModel.h.

◆ ACMEndpointProvider

Definition at line 67 of file ACMServiceClientModel.h.

◆ ACMEndpointProviderBase

Definition at line 66 of file ACMServiceClientModel.h.

◆ AddTagsToCertificateResponseReceivedHandler

Definition at line 129 of file ACMServiceClientModel.h.

◆ DeleteCertificateResponseReceivedHandler

Definition at line 130 of file ACMServiceClientModel.h.

◆ DescribeCertificateResponseReceivedHandler

Definition at line 131 of file ACMServiceClientModel.h.

◆ ExportCertificateResponseReceivedHandler

Definition at line 132 of file ACMServiceClientModel.h.

◆ GetAccountConfigurationResponseReceivedHandler

Definition at line 133 of file ACMServiceClientModel.h.

◆ GetCertificateResponseReceivedHandler

Definition at line 134 of file ACMServiceClientModel.h.

◆ ImportCertificateResponseReceivedHandler

Definition at line 135 of file ACMServiceClientModel.h.

◆ ListCertificatesResponseReceivedHandler

Definition at line 136 of file ACMServiceClientModel.h.

◆ ListTagsForCertificateResponseReceivedHandler

Definition at line 137 of file ACMServiceClientModel.h.

◆ PutAccountConfigurationResponseReceivedHandler

Definition at line 138 of file ACMServiceClientModel.h.

◆ RemoveTagsFromCertificateResponseReceivedHandler

Definition at line 139 of file ACMServiceClientModel.h.

◆ RenewCertificateResponseReceivedHandler

Definition at line 140 of file ACMServiceClientModel.h.

◆ RequestCertificateResponseReceivedHandler

Definition at line 141 of file ACMServiceClientModel.h.

◆ ResendValidationEmailResponseReceivedHandler

Definition at line 142 of file ACMServiceClientModel.h.

◆ UpdateCertificateOptionsResponseReceivedHandler

Definition at line 143 of file ACMServiceClientModel.h.

Enumeration Type Documentation

◆ ACMErrors

enum class Aws::ACM::ACMErrors
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 
INVALID_ARGS 
INVALID_ARN 
INVALID_DOMAIN_VALIDATION_OPTIONS 
INVALID_PARAMETER 
INVALID_STATE 
INVALID_TAG 
LIMIT_EXCEEDED 
REQUEST_IN_PROGRESS 
RESOURCE_IN_USE 
TAG_POLICY 
TOO_MANY_TAGS 

Definition at line 16 of file ACMErrors.h.