AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
AccountServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/account/AccountErrors.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/account/AccountEndpointProvider.h>
16#include <future>
17#include <functional>
18/* End of generic header includes */
19
20/* Service model headers required in AccountClient header */
21#include <aws/account/model/AcceptPrimaryEmailUpdateResult.h>
22#include <aws/account/model/GetAlternateContactResult.h>
23#include <aws/account/model/GetContactInformationResult.h>
24#include <aws/account/model/GetPrimaryEmailResult.h>
25#include <aws/account/model/GetRegionOptStatusResult.h>
26#include <aws/account/model/ListRegionsResult.h>
27#include <aws/account/model/StartPrimaryEmailUpdateResult.h>
28#include <aws/account/model/GetContactInformationRequest.h>
29#include <aws/account/model/ListRegionsRequest.h>
30#include <aws/core/NoResult.h>
31/* End of service model headers required in AccountClient header */
32
33namespace Aws
34{
35 namespace Http
36 {
37 class HttpClient;
38 class HttpClientFactory;
39 } // namespace Http
40
41 namespace Utils
42 {
43 template< typename R, typename E> class Outcome;
44
45 namespace Threading
46 {
47 class Executor;
48 } // namespace Threading
49 } // namespace Utils
50
51 namespace Auth
52 {
53 class AWSCredentials;
54 class AWSCredentialsProvider;
55 } // namespace Auth
56
57 namespace Client
58 {
59 class RetryStrategy;
60 } // namespace Client
61
62 namespace Account
63 {
67
68 namespace Model
69 {
70 /* Service model forward declarations required in AccountClient header */
83 /* End of service model forward declarations required in AccountClient header */
84
85 /* Service model Outcome class definitions */
98 /* End of service model Outcome class definitions */
99
100 /* Service model Outcome callable definitions */
101 typedef std::future<AcceptPrimaryEmailUpdateOutcome> AcceptPrimaryEmailUpdateOutcomeCallable;
102 typedef std::future<DeleteAlternateContactOutcome> DeleteAlternateContactOutcomeCallable;
103 typedef std::future<DisableRegionOutcome> DisableRegionOutcomeCallable;
104 typedef std::future<EnableRegionOutcome> EnableRegionOutcomeCallable;
105 typedef std::future<GetAlternateContactOutcome> GetAlternateContactOutcomeCallable;
106 typedef std::future<GetContactInformationOutcome> GetContactInformationOutcomeCallable;
107 typedef std::future<GetPrimaryEmailOutcome> GetPrimaryEmailOutcomeCallable;
108 typedef std::future<GetRegionOptStatusOutcome> GetRegionOptStatusOutcomeCallable;
109 typedef std::future<ListRegionsOutcome> ListRegionsOutcomeCallable;
110 typedef std::future<PutAlternateContactOutcome> PutAlternateContactOutcomeCallable;
111 typedef std::future<PutContactInformationOutcome> PutContactInformationOutcomeCallable;
112 typedef std::future<StartPrimaryEmailUpdateOutcome> StartPrimaryEmailUpdateOutcomeCallable;
113 /* End of service model Outcome callable definitions */
114 } // namespace Model
115
116 class AccountClient;
117
118 /* Service model async handlers definitions */
119 typedef std::function<void(const AccountClient*, const Model::AcceptPrimaryEmailUpdateRequest&, const Model::AcceptPrimaryEmailUpdateOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > AcceptPrimaryEmailUpdateResponseReceivedHandler;
120 typedef std::function<void(const AccountClient*, const Model::DeleteAlternateContactRequest&, const Model::DeleteAlternateContactOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteAlternateContactResponseReceivedHandler;
121 typedef std::function<void(const AccountClient*, const Model::DisableRegionRequest&, const Model::DisableRegionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DisableRegionResponseReceivedHandler;
122 typedef std::function<void(const AccountClient*, const Model::EnableRegionRequest&, const Model::EnableRegionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > EnableRegionResponseReceivedHandler;
123 typedef std::function<void(const AccountClient*, const Model::GetAlternateContactRequest&, const Model::GetAlternateContactOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetAlternateContactResponseReceivedHandler;
124 typedef std::function<void(const AccountClient*, const Model::GetContactInformationRequest&, const Model::GetContactInformationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetContactInformationResponseReceivedHandler;
125 typedef std::function<void(const AccountClient*, const Model::GetPrimaryEmailRequest&, const Model::GetPrimaryEmailOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetPrimaryEmailResponseReceivedHandler;
126 typedef std::function<void(const AccountClient*, const Model::GetRegionOptStatusRequest&, const Model::GetRegionOptStatusOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetRegionOptStatusResponseReceivedHandler;
127 typedef std::function<void(const AccountClient*, const Model::ListRegionsRequest&, const Model::ListRegionsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListRegionsResponseReceivedHandler;
128 typedef std::function<void(const AccountClient*, const Model::PutAlternateContactRequest&, const Model::PutAlternateContactOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > PutAlternateContactResponseReceivedHandler;
129 typedef std::function<void(const AccountClient*, const Model::PutContactInformationRequest&, const Model::PutContactInformationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > PutContactInformationResponseReceivedHandler;
130 typedef std::function<void(const AccountClient*, const Model::StartPrimaryEmailUpdateRequest&, const Model::StartPrimaryEmailUpdateOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > StartPrimaryEmailUpdateResponseReceivedHandler;
131 /* End of service model async handlers definitions */
132 } // namespace Account
133} // namespace Aws
EndpointProviderBase< AccountClientConfiguration, AccountBuiltInParameters, AccountClientContextParameters > AccountEndpointProviderBase
std::future< GetContactInformationOutcome > GetContactInformationOutcomeCallable
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< GetPrimaryEmailOutcome > GetPrimaryEmailOutcomeCallable
std::future< PutContactInformationOutcome > PutContactInformationOutcomeCallable
Aws::Utils::Outcome< AcceptPrimaryEmailUpdateResult, AccountError > AcceptPrimaryEmailUpdateOutcome
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< 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::PutContactInformationRequest &, const Model::PutContactInformationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > PutContactInformationResponseReceivedHandler
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::GetRegionOptStatusRequest &, const Model::GetRegionOptStatusOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetRegionOptStatusResponseReceivedHandler
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::EnableRegionRequest &, const Model::EnableRegionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > EnableRegionResponseReceivedHandler
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::StartPrimaryEmailUpdateRequest &, const Model::StartPrimaryEmailUpdateOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > StartPrimaryEmailUpdateResponseReceivedHandler
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::ListRegionsRequest &, const Model::ListRegionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListRegionsResponseReceivedHandler
std::function< void(const AccountClient *, const Model::PutAlternateContactRequest &, const Model::PutAlternateContactOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > PutAlternateContactResponseReceivedHandler
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::AcceptPrimaryEmailUpdateRequest &, const Model::AcceptPrimaryEmailUpdateOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > AcceptPrimaryEmailUpdateResponseReceivedHandler