9#include <aws/acm/ACMErrors.h>
10#include <aws/core/client/GenericClientConfiguration.h>
11#include <aws/core/client/AWSError.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
13#include <aws/core/client/AsyncCallerContext.h>
14#include <aws/core/http/HttpTypes.h>
15#include <aws/acm/ACMEndpointProvider.h>
21#include <aws/acm/model/DescribeCertificateResult.h>
22#include <aws/acm/model/ExportCertificateResult.h>
23#include <aws/acm/model/GetAccountConfigurationResult.h>
24#include <aws/acm/model/GetCertificateResult.h>
25#include <aws/acm/model/ImportCertificateResult.h>
26#include <aws/acm/model/ListCertificatesResult.h>
27#include <aws/acm/model/ListTagsForCertificateResult.h>
28#include <aws/acm/model/RequestCertificateResult.h>
29#include <aws/acm/model/GetAccountConfigurationRequest.h>
30#include <aws/acm/model/ListCertificatesRequest.h>
31#include <aws/core/NoResult.h>
39 class HttpClientFactory;
44 template<
typename R,
typename E>
class Outcome;
55 class AWSCredentialsProvider;
EndpointProviderBase< ACMClientConfiguration, ACMBuiltInParameters, ACMClientContextParameters > ACMEndpointProviderBase
Aws::Utils::Outcome< GetCertificateResult, ACMError > GetCertificateOutcome
std::future< GetCertificateOutcome > GetCertificateOutcomeCallable
std::future< UpdateCertificateOptionsOutcome > UpdateCertificateOptionsOutcomeCallable
std::future< ListTagsForCertificateOutcome > ListTagsForCertificateOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, ACMError > PutAccountConfigurationOutcome
std::future< RenewCertificateOutcome > RenewCertificateOutcomeCallable
std::future< ExportCertificateOutcome > ExportCertificateOutcomeCallable
std::future< RemoveTagsFromCertificateOutcome > RemoveTagsFromCertificateOutcomeCallable
Aws::Utils::Outcome< ListCertificatesResult, ACMError > ListCertificatesOutcome
Aws::Utils::Outcome< ListTagsForCertificateResult, ACMError > ListTagsForCertificateOutcome
Aws::Utils::Outcome< ImportCertificateResult, ACMError > ImportCertificateOutcome
Aws::Utils::Outcome< Aws::NoResult, ACMError > DeleteCertificateOutcome
std::future< AddTagsToCertificateOutcome > AddTagsToCertificateOutcomeCallable
std::future< RequestCertificateOutcome > RequestCertificateOutcomeCallable
Aws::Utils::Outcome< GetAccountConfigurationResult, ACMError > GetAccountConfigurationOutcome
Aws::Utils::Outcome< Aws::NoResult, ACMError > ResendValidationEmailOutcome
Aws::Utils::Outcome< Aws::NoResult, ACMError > UpdateCertificateOptionsOutcome
Aws::Utils::Outcome< DescribeCertificateResult, ACMError > DescribeCertificateOutcome
std::future< ListCertificatesOutcome > ListCertificatesOutcomeCallable
std::future< DescribeCertificateOutcome > DescribeCertificateOutcomeCallable
std::future< GetAccountConfigurationOutcome > GetAccountConfigurationOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, ACMError > RemoveTagsFromCertificateOutcome
std::future< PutAccountConfigurationOutcome > PutAccountConfigurationOutcomeCallable
std::future< DeleteCertificateOutcome > DeleteCertificateOutcomeCallable
std::future< ImportCertificateOutcome > ImportCertificateOutcomeCallable
Aws::Utils::Outcome< ExportCertificateResult, ACMError > ExportCertificateOutcome
Aws::Utils::Outcome< RequestCertificateResult, ACMError > RequestCertificateOutcome
Aws::Utils::Outcome< Aws::NoResult, ACMError > RenewCertificateOutcome
std::future< ResendValidationEmailOutcome > ResendValidationEmailOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, ACMError > AddTagsToCertificateOutcome
std::function< void(const ACMClient *, const Model::GetAccountConfigurationRequest &, const Model::GetAccountConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetAccountConfigurationResponseReceivedHandler
std::function< void(const ACMClient *, const Model::PutAccountConfigurationRequest &, const Model::PutAccountConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > PutAccountConfigurationResponseReceivedHandler
std::function< void(const ACMClient *, const Model::RequestCertificateRequest &, const Model::RequestCertificateOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > RequestCertificateResponseReceivedHandler
std::function< void(const ACMClient *, const Model::RemoveTagsFromCertificateRequest &, const Model::RemoveTagsFromCertificateOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > RemoveTagsFromCertificateResponseReceivedHandler
std::function< void(const ACMClient *, const Model::ImportCertificateRequest &, const Model::ImportCertificateOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ImportCertificateResponseReceivedHandler
std::function< void(const ACMClient *, const Model::RenewCertificateRequest &, const Model::RenewCertificateOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > RenewCertificateResponseReceivedHandler
std::function< void(const ACMClient *, const Model::DeleteCertificateRequest &, const Model::DeleteCertificateOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteCertificateResponseReceivedHandler
std::function< void(const ACMClient *, const Model::ExportCertificateRequest &, const Model::ExportCertificateOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ExportCertificateResponseReceivedHandler
std::function< void(const ACMClient *, const Model::UpdateCertificateOptionsRequest &, const Model::UpdateCertificateOptionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateCertificateOptionsResponseReceivedHandler
std::function< void(const ACMClient *, const Model::ListTagsForCertificateRequest &, const Model::ListTagsForCertificateOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListTagsForCertificateResponseReceivedHandler
std::function< void(const ACMClient *, const Model::AddTagsToCertificateRequest &, const Model::AddTagsToCertificateOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > AddTagsToCertificateResponseReceivedHandler
std::function< void(const ACMClient *, const Model::DescribeCertificateRequest &, const Model::DescribeCertificateOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeCertificateResponseReceivedHandler
std::function< void(const ACMClient *, const Model::GetCertificateRequest &, const Model::GetCertificateOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetCertificateResponseReceivedHandler
std::function< void(const ACMClient *, const Model::ListCertificatesRequest &, const Model::ListCertificatesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListCertificatesResponseReceivedHandler
std::function< void(const ACMClient *, const Model::ResendValidationEmailRequest &, const Model::ResendValidationEmailOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ResendValidationEmailResponseReceivedHandler