19
19
20
20
/* Service model headers required in AccountClient header */
21
21
#include < aws/account/model/AcceptPrimaryEmailUpdateResult.h>
22
+ #include < aws/account/model/GetAccountInformationResult.h>
22
23
#include < aws/account/model/GetAlternateContactResult.h>
23
24
#include < aws/account/model/GetContactInformationResult.h>
24
25
#include < aws/account/model/GetPrimaryEmailResult.h>
27
28
#include < aws/account/model/StartPrimaryEmailUpdateResult.h>
28
29
#include < aws/account/model/GetContactInformationRequest.h>
29
30
#include < aws/account/model/ListRegionsRequest.h>
31
+ #include < aws/account/model/GetAccountInformationRequest.h>
30
32
#include < aws/core/NoResult.h>
31
33
/* End of service model headers required in AccountClient header */
32
34
@@ -72,11 +74,13 @@ namespace Aws
72
74
class DeleteAlternateContactRequest ;
73
75
class DisableRegionRequest ;
74
76
class EnableRegionRequest ;
77
+ class GetAccountInformationRequest ;
75
78
class GetAlternateContactRequest ;
76
79
class GetContactInformationRequest ;
77
80
class GetPrimaryEmailRequest ;
78
81
class GetRegionOptStatusRequest ;
79
82
class ListRegionsRequest ;
83
+ class PutAccountNameRequest ;
80
84
class PutAlternateContactRequest ;
81
85
class PutContactInformationRequest ;
82
86
class StartPrimaryEmailUpdateRequest ;
@@ -87,11 +91,13 @@ namespace Aws
87
91
typedef Aws::Utils::Outcome<Aws::NoResult, AccountError> DeleteAlternateContactOutcome;
88
92
typedef Aws::Utils::Outcome<Aws::NoResult, AccountError> DisableRegionOutcome;
89
93
typedef Aws::Utils::Outcome<Aws::NoResult, AccountError> EnableRegionOutcome;
94
+ typedef Aws::Utils::Outcome<GetAccountInformationResult, AccountError> GetAccountInformationOutcome;
90
95
typedef Aws::Utils::Outcome<GetAlternateContactResult, AccountError> GetAlternateContactOutcome;
91
96
typedef Aws::Utils::Outcome<GetContactInformationResult, AccountError> GetContactInformationOutcome;
92
97
typedef Aws::Utils::Outcome<GetPrimaryEmailResult, AccountError> GetPrimaryEmailOutcome;
93
98
typedef Aws::Utils::Outcome<GetRegionOptStatusResult, AccountError> GetRegionOptStatusOutcome;
94
99
typedef Aws::Utils::Outcome<ListRegionsResult, AccountError> ListRegionsOutcome;
100
+ typedef Aws::Utils::Outcome<Aws::NoResult, AccountError> PutAccountNameOutcome;
95
101
typedef Aws::Utils::Outcome<Aws::NoResult, AccountError> PutAlternateContactOutcome;
96
102
typedef Aws::Utils::Outcome<Aws::NoResult, AccountError> PutContactInformationOutcome;
97
103
typedef Aws::Utils::Outcome<StartPrimaryEmailUpdateResult, AccountError> StartPrimaryEmailUpdateOutcome;
@@ -102,11 +108,13 @@ namespace Aws
102
108
typedef std::future<DeleteAlternateContactOutcome> DeleteAlternateContactOutcomeCallable;
103
109
typedef std::future<DisableRegionOutcome> DisableRegionOutcomeCallable;
104
110
typedef std::future<EnableRegionOutcome> EnableRegionOutcomeCallable;
111
+ typedef std::future<GetAccountInformationOutcome> GetAccountInformationOutcomeCallable;
105
112
typedef std::future<GetAlternateContactOutcome> GetAlternateContactOutcomeCallable;
106
113
typedef std::future<GetContactInformationOutcome> GetContactInformationOutcomeCallable;
107
114
typedef std::future<GetPrimaryEmailOutcome> GetPrimaryEmailOutcomeCallable;
108
115
typedef std::future<GetRegionOptStatusOutcome> GetRegionOptStatusOutcomeCallable;
109
116
typedef std::future<ListRegionsOutcome> ListRegionsOutcomeCallable;
117
+ typedef std::future<PutAccountNameOutcome> PutAccountNameOutcomeCallable;
110
118
typedef std::future<PutAlternateContactOutcome> PutAlternateContactOutcomeCallable;
111
119
typedef std::future<PutContactInformationOutcome> PutContactInformationOutcomeCallable;
112
120
typedef std::future<StartPrimaryEmailUpdateOutcome> StartPrimaryEmailUpdateOutcomeCallable;
@@ -120,11 +128,13 @@ namespace Aws
120
128
typedef std::function<void (const AccountClient*, const Model::DeleteAlternateContactRequest&, const Model::DeleteAlternateContactOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteAlternateContactResponseReceivedHandler;
121
129
typedef std::function<void (const AccountClient*, const Model::DisableRegionRequest&, const Model::DisableRegionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DisableRegionResponseReceivedHandler;
122
130
typedef std::function<void (const AccountClient*, const Model::EnableRegionRequest&, const Model::EnableRegionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > EnableRegionResponseReceivedHandler;
131
+ typedef std::function<void (const AccountClient*, const Model::GetAccountInformationRequest&, const Model::GetAccountInformationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetAccountInformationResponseReceivedHandler;
123
132
typedef std::function<void (const AccountClient*, const Model::GetAlternateContactRequest&, const Model::GetAlternateContactOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetAlternateContactResponseReceivedHandler;
124
133
typedef std::function<void (const AccountClient*, const Model::GetContactInformationRequest&, const Model::GetContactInformationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetContactInformationResponseReceivedHandler;
125
134
typedef std::function<void (const AccountClient*, const Model::GetPrimaryEmailRequest&, const Model::GetPrimaryEmailOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetPrimaryEmailResponseReceivedHandler;
126
135
typedef std::function<void (const AccountClient*, const Model::GetRegionOptStatusRequest&, const Model::GetRegionOptStatusOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetRegionOptStatusResponseReceivedHandler;
127
136
typedef std::function<void (const AccountClient*, const Model::ListRegionsRequest&, const Model::ListRegionsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListRegionsResponseReceivedHandler;
137
+ typedef std::function<void (const AccountClient*, const Model::PutAccountNameRequest&, const Model::PutAccountNameOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > PutAccountNameResponseReceivedHandler;
128
138
typedef std::function<void (const AccountClient*, const Model::PutAlternateContactRequest&, const Model::PutAlternateContactOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > PutAlternateContactResponseReceivedHandler;
129
139
typedef std::function<void (const AccountClient*, const Model::PutContactInformationRequest&, const Model::PutContactInformationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > PutContactInformationResponseReceivedHandler;
130
140
typedef std::function<void (const AccountClient*, const Model::StartPrimaryEmailUpdateRequest&, const Model::StartPrimaryEmailUpdateOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > StartPrimaryEmailUpdateResponseReceivedHandler;
0 commit comments