AWS SDK for C++
0.14.3
AWS SDK for C++
|
Namespaces | |
CertificateStatusMapper | |
FailureReasonMapper | |
KeyAlgorithmMapper | |
RevocationReasonMapper | |
Classes | |
class | AddTagsToCertificateRequest |
class | CertificateDetail |
class | CertificateSummary |
class | DeleteCertificateRequest |
class | DescribeCertificateRequest |
class | DescribeCertificateResult |
class | DomainValidation |
class | DomainValidationOption |
class | GetCertificateRequest |
class | GetCertificateResult |
class | ListCertificatesRequest |
class | ListCertificatesResult |
class | ListTagsForCertificateRequest |
class | ListTagsForCertificateResult |
class | RemoveTagsFromCertificateRequest |
class | RequestCertificateRequest |
class | RequestCertificateResult |
class | ResendValidationEmailRequest |
class | Tag |
typedef Aws::Utils::Outcome<NoResult, Aws::Client::AWSError<ACMErrors> > Aws::ACM::Model::AddTagsToCertificateOutcome |
Definition at line 82 of file ACMClient.h.
typedef std::future<AddTagsToCertificateOutcome> Aws::ACM::Model::AddTagsToCertificateOutcomeCallable |
Definition at line 94 of file ACMClient.h.
typedef Aws::Utils::Outcome<NoResult, Aws::Client::AWSError<ACMErrors> > Aws::ACM::Model::DeleteCertificateOutcome |
Definition at line 85 of file ACMClient.h.
typedef std::future<DeleteCertificateOutcome> Aws::ACM::Model::DeleteCertificateOutcomeCallable |
Definition at line 95 of file ACMClient.h.
typedef Aws::Utils::Outcome<DescribeCertificateResult, Aws::Client::AWSError<ACMErrors> > Aws::ACM::Model::DescribeCertificateOutcome |
Definition at line 86 of file ACMClient.h.
typedef std::future<DescribeCertificateOutcome> Aws::ACM::Model::DescribeCertificateOutcomeCallable |
Definition at line 96 of file ACMClient.h.
typedef Aws::Utils::Outcome<GetCertificateResult, Aws::Client::AWSError<ACMErrors> > Aws::ACM::Model::GetCertificateOutcome |
Definition at line 87 of file ACMClient.h.
typedef std::future<GetCertificateOutcome> Aws::ACM::Model::GetCertificateOutcomeCallable |
Definition at line 97 of file ACMClient.h.
typedef Aws::Utils::Outcome<ListCertificatesResult, Aws::Client::AWSError<ACMErrors> > Aws::ACM::Model::ListCertificatesOutcome |
Definition at line 88 of file ACMClient.h.
typedef std::future<ListCertificatesOutcome> Aws::ACM::Model::ListCertificatesOutcomeCallable |
Definition at line 98 of file ACMClient.h.
typedef Aws::Utils::Outcome<ListTagsForCertificateResult, Aws::Client::AWSError<ACMErrors> > Aws::ACM::Model::ListTagsForCertificateOutcome |
Definition at line 89 of file ACMClient.h.
typedef std::future<ListTagsForCertificateOutcome> Aws::ACM::Model::ListTagsForCertificateOutcomeCallable |
Definition at line 99 of file ACMClient.h.
typedef Aws::Utils::Outcome<NoResult, Aws::Client::AWSError<ACMErrors> > Aws::ACM::Model::RemoveTagsFromCertificateOutcome |
Definition at line 90 of file ACMClient.h.
typedef std::future<RemoveTagsFromCertificateOutcome> Aws::ACM::Model::RemoveTagsFromCertificateOutcomeCallable |
Definition at line 100 of file ACMClient.h.
typedef Aws::Utils::Outcome<RequestCertificateResult, Aws::Client::AWSError<ACMErrors> > Aws::ACM::Model::RequestCertificateOutcome |
Definition at line 91 of file ACMClient.h.
typedef std::future<RequestCertificateOutcome> Aws::ACM::Model::RequestCertificateOutcomeCallable |
Definition at line 101 of file ACMClient.h.
typedef Aws::Utils::Outcome<NoResult, Aws::Client::AWSError<ACMErrors> > Aws::ACM::Model::ResendValidationEmailOutcome |
Definition at line 92 of file ACMClient.h.
typedef std::future<ResendValidationEmailOutcome> Aws::ACM::Model::ResendValidationEmailOutcomeCallable |
Definition at line 102 of file ACMClient.h.
|
strong |
Enumerator | |
---|---|
NOT_SET | |
PENDING_VALIDATION | |
ISSUED | |
INACTIVE | |
EXPIRED | |
VALIDATION_TIMED_OUT | |
REVOKED | |
FAILED |
Definition at line 25 of file CertificateStatus.h.
|
strong |
Enumerator | |
---|---|
NOT_SET | |
NO_AVAILABLE_CONTACTS | |
ADDITIONAL_VERIFICATION_REQUIRED | |
DOMAIN_NOT_ALLOWED | |
INVALID_PUBLIC_DOMAIN | |
OTHER |
Definition at line 25 of file FailureReason.h.
|
strong |
Enumerator | |
---|---|
NOT_SET | |
RSA_2048 | |
EC_prime256v1 |
Definition at line 25 of file KeyAlgorithm.h.
|
strong |
Enumerator | |
---|---|
NOT_SET | |
UNSPECIFIED | |
KEY_COMPROMISE | |
CA_COMPROMISE | |
AFFILIATION_CHANGED | |
SUPERCEDED | |
CESSATION_OF_OPERATION | |
CERTIFICATE_HOLD | |
REMOVE_FROM_CRL | |
PRIVILEGE_WITHDRAWN | |
A_A_COMPROMISE |
Definition at line 25 of file RevocationReason.h.