AWS SDK for C++

AWS SDK for C++ Version 1.11.866

Loading...
Searching...
No Matches
AccountServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/account/AccountEndpointProvider.h>
10#include <aws/account/AccountErrors.h>
11#include <aws/core/client/AWSError.h>
12#include <aws/core/client/AsyncCallerContext.h>
13#include <aws/core/client/GenericClientConfiguration.h>
14#include <aws/core/http/HttpTypes.h>
15#include <aws/core/utils/memory/stl/AWSString.h>
16
17#include <functional>
18#include <future>
19/* End of generic header includes */
20
21/* Service model headers required in AccountClient header */
22#include <aws/account/model/AcceptPrimaryEmailUpdateResult.h>
23#include <aws/account/model/GetAccountInformationRequest.h>
24#include <aws/account/model/GetAccountInformationResult.h>
25#include <aws/account/model/GetAlternateContactResult.h>
26#include <aws/account/model/GetContactInformationRequest.h>
27#include <aws/account/model/GetContactInformationResult.h>
28#include <aws/account/model/GetGovCloudAccountInformationRequest.h>
29#include <aws/account/model/GetGovCloudAccountInformationResult.h>
30#include <aws/account/model/GetPrimaryEmailResult.h>
31#include <aws/account/model/GetPrimaryEmailUpdateStatusRequest.h>
32#include <aws/account/model/GetPrimaryEmailUpdateStatusResult.h>
33#include <aws/account/model/GetRegionOptStatusResult.h>
34#include <aws/account/model/ListRegionsRequest.h>
35#include <aws/account/model/ListRegionsResult.h>
36#include <aws/account/model/StartPrimaryEmailUpdateResult.h>
37#include <aws/core/NoResult.h>
38/* End of service model headers required in AccountClient header */
39
40namespace Aws {
41namespace Http {
42class HttpClient;
43class HttpClientFactory;
44} // namespace Http
45
46namespace Utils {
47template <typename R, typename E>
48class Outcome;
49
50namespace Threading {
51class Executor;
52} // namespace Threading
53} // namespace Utils
54
55namespace Auth {
56class AWSCredentials;
57class AWSCredentialsProvider;
58} // namespace Auth
59
60namespace Client {
61class RetryStrategy;
62} // namespace Client
63
64namespace Account {
68
69namespace Model {
70/* Service model forward declarations required in AccountClient header */
87/* End of service model forward declarations required in AccountClient header */
88
89/* Service model Outcome class definitions */
106/* End of service model Outcome class definitions */
107
108/* Service model Outcome callable definitions */
109typedef std::future<AcceptPrimaryEmailUpdateOutcome> AcceptPrimaryEmailUpdateOutcomeCallable;
110typedef std::future<DeleteAlternateContactOutcome> DeleteAlternateContactOutcomeCallable;
111typedef std::future<DisableRegionOutcome> DisableRegionOutcomeCallable;
112typedef std::future<EnableRegionOutcome> EnableRegionOutcomeCallable;
113typedef std::future<GetAccountInformationOutcome> GetAccountInformationOutcomeCallable;
114typedef std::future<GetAlternateContactOutcome> GetAlternateContactOutcomeCallable;
115typedef std::future<GetContactInformationOutcome> GetContactInformationOutcomeCallable;
116typedef std::future<GetGovCloudAccountInformationOutcome> GetGovCloudAccountInformationOutcomeCallable;
117typedef std::future<GetPrimaryEmailOutcome> GetPrimaryEmailOutcomeCallable;
118typedef std::future<GetPrimaryEmailUpdateStatusOutcome> GetPrimaryEmailUpdateStatusOutcomeCallable;
119typedef std::future<GetRegionOptStatusOutcome> GetRegionOptStatusOutcomeCallable;
120typedef std::future<ListRegionsOutcome> ListRegionsOutcomeCallable;
121typedef std::future<PutAccountNameOutcome> PutAccountNameOutcomeCallable;
122typedef std::future<PutAlternateContactOutcome> PutAlternateContactOutcomeCallable;
123typedef std::future<PutContactInformationOutcome> PutContactInformationOutcomeCallable;
124typedef std::future<StartPrimaryEmailUpdateOutcome> StartPrimaryEmailUpdateOutcomeCallable;
125/* End of service model Outcome callable definitions */
126} // namespace Model
127
128class AccountClient;
129
130/* Service model async handlers definitions */
131typedef std::function<void(const AccountClient*, const Model::AcceptPrimaryEmailUpdateRequest&,
132 const Model::AcceptPrimaryEmailUpdateOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
134typedef std::function<void(const AccountClient*, const Model::DeleteAlternateContactRequest&, const Model::DeleteAlternateContactOutcome&,
135 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
137typedef std::function<void(const AccountClient*, const Model::DisableRegionRequest&, const Model::DisableRegionOutcome&,
138 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
140typedef std::function<void(const AccountClient*, const Model::EnableRegionRequest&, const Model::EnableRegionOutcome&,
141 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
143typedef std::function<void(const AccountClient*, const Model::GetAccountInformationRequest&, const Model::GetAccountInformationOutcome&,
144 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
146typedef std::function<void(const AccountClient*, const Model::GetAlternateContactRequest&, const Model::GetAlternateContactOutcome&,
147 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
149typedef std::function<void(const AccountClient*, const Model::GetContactInformationRequest&, const Model::GetContactInformationOutcome&,
150 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
152typedef std::function<void(const AccountClient*, const Model::GetGovCloudAccountInformationRequest&,
154 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
156typedef std::function<void(const AccountClient*, const Model::GetPrimaryEmailRequest&, const Model::GetPrimaryEmailOutcome&,
157 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
159typedef std::function<void(const AccountClient*, const Model::GetPrimaryEmailUpdateStatusRequest&,
160 const Model::GetPrimaryEmailUpdateStatusOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
162typedef std::function<void(const AccountClient*, const Model::GetRegionOptStatusRequest&, const Model::GetRegionOptStatusOutcome&,
163 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
165typedef std::function<void(const AccountClient*, const Model::ListRegionsRequest&, const Model::ListRegionsOutcome&,
166 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
168typedef std::function<void(const AccountClient*, const Model::PutAccountNameRequest&, const Model::PutAccountNameOutcome&,
169 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
171typedef std::function<void(const AccountClient*, const Model::PutAlternateContactRequest&, const Model::PutAlternateContactOutcome&,
172 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
174typedef std::function<void(const AccountClient*, const Model::PutContactInformationRequest&, const Model::PutContactInformationOutcome&,
175 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
178 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
180/* End of service model async handlers definitions */
181} // namespace Account
182} // namespace Aws
EndpointProviderBase< AccountClientConfiguration, AccountBuiltInParameters, AccountClientContextParameters > AccountEndpointProviderBase
Aws::Utils::Outcome< Aws::NoResult, AccountError > PutAccountNameOutcome
std::future< GetContactInformationOutcome > GetContactInformationOutcomeCallable
std::future< GetAccountInformationOutcome > GetAccountInformationOutcomeCallable
Aws::Utils::Outcome< ListRegionsResult, AccountError > ListRegionsOutcome
Aws::Utils::Outcome< Aws::NoResult, AccountError > DisableRegionOutcome
std::future< GetRegionOptStatusOutcome > GetRegionOptStatusOutcomeCallable
std::future< GetAlternateContactOutcome > GetAlternateContactOutcomeCallable
Aws::Utils::Outcome< GetAlternateContactResult, AccountError > GetAlternateContactOutcome
std::future< DisableRegionOutcome > DisableRegionOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, AccountError > EnableRegionOutcome
std::future< GetPrimaryEmailUpdateStatusOutcome > GetPrimaryEmailUpdateStatusOutcomeCallable
Aws::Utils::Outcome< GetPrimaryEmailUpdateStatusResult, AccountError > GetPrimaryEmailUpdateStatusOutcome
std::future< GetPrimaryEmailOutcome > GetPrimaryEmailOutcomeCallable
std::future< PutContactInformationOutcome > PutContactInformationOutcomeCallable
Aws::Utils::Outcome< AcceptPrimaryEmailUpdateResult, AccountError > AcceptPrimaryEmailUpdateOutcome
Aws::Utils::Outcome< GetAccountInformationResult, AccountError > GetAccountInformationOutcome
std::future< GetGovCloudAccountInformationOutcome > GetGovCloudAccountInformationOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, AccountError > DeleteAlternateContactOutcome
Aws::Utils::Outcome< StartPrimaryEmailUpdateResult, AccountError > StartPrimaryEmailUpdateOutcome
Aws::Utils::Outcome< GetPrimaryEmailResult, AccountError > GetPrimaryEmailOutcome
std::future< AcceptPrimaryEmailUpdateOutcome > AcceptPrimaryEmailUpdateOutcomeCallable
Aws::Utils::Outcome< GetRegionOptStatusResult, AccountError > GetRegionOptStatusOutcome
Aws::Utils::Outcome< GetContactInformationResult, AccountError > GetContactInformationOutcome
std::future< PutAccountNameOutcome > PutAccountNameOutcomeCallable
Aws::Utils::Outcome< GetGovCloudAccountInformationResult, AccountError > GetGovCloudAccountInformationOutcome
std::future< PutAlternateContactOutcome > PutAlternateContactOutcomeCallable
std::future< DeleteAlternateContactOutcome > DeleteAlternateContactOutcomeCallable
std::future< ListRegionsOutcome > ListRegionsOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, AccountError > PutContactInformationOutcome
std::future< EnableRegionOutcome > EnableRegionOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, AccountError > PutAlternateContactOutcome
std::future< StartPrimaryEmailUpdateOutcome > StartPrimaryEmailUpdateOutcomeCallable
std::function< void(const AccountClient *, const Model::DisableRegionRequest &, const Model::DisableRegionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DisableRegionResponseReceivedHandler
std::function< void(const AccountClient *, const Model::GetPrimaryEmailUpdateStatusRequest &, const Model::GetPrimaryEmailUpdateStatusOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetPrimaryEmailUpdateStatusResponseReceivedHandler
std::function< void(const AccountClient *, const Model::GetPrimaryEmailRequest &, const Model::GetPrimaryEmailOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetPrimaryEmailResponseReceivedHandler
std::function< void(const AccountClient *, const Model::GetAccountInformationRequest &, const Model::GetAccountInformationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetAccountInformationResponseReceivedHandler
std::function< void(const AccountClient *, const Model::GetGovCloudAccountInformationRequest &, const Model::GetGovCloudAccountInformationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetGovCloudAccountInformationResponseReceivedHandler
std::function< void(const AccountClient *, const Model::DeleteAlternateContactRequest &, const Model::DeleteAlternateContactOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteAlternateContactResponseReceivedHandler
std::function< void(const AccountClient *, const Model::StartPrimaryEmailUpdateRequest &, const Model::StartPrimaryEmailUpdateOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StartPrimaryEmailUpdateResponseReceivedHandler
std::function< void(const AccountClient *, const Model::PutContactInformationRequest &, const Model::PutContactInformationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutContactInformationResponseReceivedHandler
std::function< void(const AccountClient *, const Model::GetAlternateContactRequest &, const Model::GetAlternateContactOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetAlternateContactResponseReceivedHandler
std::function< void(const AccountClient *, const Model::GetRegionOptStatusRequest &, const Model::GetRegionOptStatusOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetRegionOptStatusResponseReceivedHandler
std::function< void(const AccountClient *, const Model::GetContactInformationRequest &, const Model::GetContactInformationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetContactInformationResponseReceivedHandler
std::function< void(const AccountClient *, const Model::EnableRegionRequest &, const Model::EnableRegionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> EnableRegionResponseReceivedHandler
std::function< void(const AccountClient *, const Model::PutAccountNameRequest &, const Model::PutAccountNameOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutAccountNameResponseReceivedHandler
std::function< void(const AccountClient *, const Model::ListRegionsRequest &, const Model::ListRegionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListRegionsResponseReceivedHandler
std::function< void(const AccountClient *, const Model::AcceptPrimaryEmailUpdateRequest &, const Model::AcceptPrimaryEmailUpdateOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> AcceptPrimaryEmailUpdateResponseReceivedHandler
std::function< void(const AccountClient *, const Model::PutAlternateContactRequest &, const Model::PutAlternateContactOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutAlternateContactResponseReceivedHandler