AWS SDK for C++

AWS SDK for C++ Version 1.11.709

Loading...
Searching...
No Matches
OutpostsServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/core/client/AWSError.h>
10#include <aws/core/client/AsyncCallerContext.h>
11#include <aws/core/client/GenericClientConfiguration.h>
12#include <aws/core/http/HttpTypes.h>
13#include <aws/core/utils/memory/stl/AWSString.h>
14#include <aws/outposts/OutpostsEndpointProvider.h>
15#include <aws/outposts/OutpostsErrors.h>
16
17#include <functional>
18#include <future>
19/* End of generic header includes */
20
21/* Service model headers required in OutpostsClient header */
22#include <aws/outposts/model/CancelCapacityTaskResult.h>
23#include <aws/outposts/model/CancelOrderResult.h>
24#include <aws/outposts/model/CreateOrderResult.h>
25#include <aws/outposts/model/CreateOutpostResult.h>
26#include <aws/outposts/model/CreateSiteResult.h>
27#include <aws/outposts/model/DeleteOutpostResult.h>
28#include <aws/outposts/model/DeleteSiteResult.h>
29#include <aws/outposts/model/GetCapacityTaskResult.h>
30#include <aws/outposts/model/GetCatalogItemResult.h>
31#include <aws/outposts/model/GetConnectionResult.h>
32#include <aws/outposts/model/GetOrderResult.h>
33#include <aws/outposts/model/GetOutpostBillingInformationResult.h>
34#include <aws/outposts/model/GetOutpostInstanceTypesResult.h>
35#include <aws/outposts/model/GetOutpostResult.h>
36#include <aws/outposts/model/GetOutpostSupportedInstanceTypesResult.h>
37#include <aws/outposts/model/GetSiteAddressResult.h>
38#include <aws/outposts/model/GetSiteResult.h>
39#include <aws/outposts/model/ListAssetInstancesResult.h>
40#include <aws/outposts/model/ListAssetsResult.h>
41#include <aws/outposts/model/ListBlockingInstancesForCapacityTaskResult.h>
42#include <aws/outposts/model/ListCapacityTasksRequest.h>
43#include <aws/outposts/model/ListCapacityTasksResult.h>
44#include <aws/outposts/model/ListCatalogItemsRequest.h>
45#include <aws/outposts/model/ListCatalogItemsResult.h>
46#include <aws/outposts/model/ListOrdersRequest.h>
47#include <aws/outposts/model/ListOrdersResult.h>
48#include <aws/outposts/model/ListOutpostsRequest.h>
49#include <aws/outposts/model/ListOutpostsResult.h>
50#include <aws/outposts/model/ListSitesRequest.h>
51#include <aws/outposts/model/ListSitesResult.h>
52#include <aws/outposts/model/ListTagsForResourceResult.h>
53#include <aws/outposts/model/StartCapacityTaskResult.h>
54#include <aws/outposts/model/StartConnectionResult.h>
55#include <aws/outposts/model/StartOutpostDecommissionResult.h>
56#include <aws/outposts/model/TagResourceResult.h>
57#include <aws/outposts/model/UntagResourceResult.h>
58#include <aws/outposts/model/UpdateOutpostResult.h>
59#include <aws/outposts/model/UpdateSiteAddressResult.h>
60#include <aws/outposts/model/UpdateSiteRackPhysicalPropertiesResult.h>
61#include <aws/outposts/model/UpdateSiteResult.h>
62/* End of service model headers required in OutpostsClient header */
63
64namespace Aws {
65namespace Http {
66class HttpClient;
67class HttpClientFactory;
68} // namespace Http
69
70namespace Utils {
71template <typename R, typename E>
72class Outcome;
73
74namespace Threading {
75class Executor;
76} // namespace Threading
77} // namespace Utils
78
79namespace Auth {
80class AWSCredentials;
81class AWSCredentialsProvider;
82} // namespace Auth
83
84namespace Client {
85class RetryStrategy;
86} // namespace Client
87
88namespace Outposts {
92
93namespace Model {
94/* Service model forward declarations required in OutpostsClient header */
95class CancelCapacityTaskRequest;
96class CancelOrderRequest;
97class CreateOrderRequest;
98class CreateOutpostRequest;
99class CreateSiteRequest;
100class DeleteOutpostRequest;
101class DeleteSiteRequest;
102class GetCapacityTaskRequest;
103class GetCatalogItemRequest;
104class GetConnectionRequest;
105class GetOrderRequest;
106class GetOutpostRequest;
107class GetOutpostBillingInformationRequest;
108class GetOutpostInstanceTypesRequest;
109class GetOutpostSupportedInstanceTypesRequest;
110class GetSiteRequest;
111class GetSiteAddressRequest;
112class ListAssetInstancesRequest;
113class ListAssetsRequest;
114class ListBlockingInstancesForCapacityTaskRequest;
115class ListCapacityTasksRequest;
116class ListCatalogItemsRequest;
117class ListOrdersRequest;
118class ListOutpostsRequest;
119class ListSitesRequest;
120class ListTagsForResourceRequest;
121class StartCapacityTaskRequest;
122class StartConnectionRequest;
123class StartOutpostDecommissionRequest;
124class TagResourceRequest;
125class UntagResourceRequest;
126class UpdateOutpostRequest;
127class UpdateSiteRequest;
128class UpdateSiteAddressRequest;
129class UpdateSiteRackPhysicalPropertiesRequest;
130/* End of service model forward declarations required in OutpostsClient header */
131
132/* Service model Outcome class definitions */
168/* End of service model Outcome class definitions */
169
170/* Service model Outcome callable definitions */
171typedef std::future<CancelCapacityTaskOutcome> CancelCapacityTaskOutcomeCallable;
172typedef std::future<CancelOrderOutcome> CancelOrderOutcomeCallable;
173typedef std::future<CreateOrderOutcome> CreateOrderOutcomeCallable;
174typedef std::future<CreateOutpostOutcome> CreateOutpostOutcomeCallable;
175typedef std::future<CreateSiteOutcome> CreateSiteOutcomeCallable;
176typedef std::future<DeleteOutpostOutcome> DeleteOutpostOutcomeCallable;
177typedef std::future<DeleteSiteOutcome> DeleteSiteOutcomeCallable;
178typedef std::future<GetCapacityTaskOutcome> GetCapacityTaskOutcomeCallable;
179typedef std::future<GetCatalogItemOutcome> GetCatalogItemOutcomeCallable;
180typedef std::future<GetConnectionOutcome> GetConnectionOutcomeCallable;
181typedef std::future<GetOrderOutcome> GetOrderOutcomeCallable;
182typedef std::future<GetOutpostOutcome> GetOutpostOutcomeCallable;
183typedef std::future<GetOutpostBillingInformationOutcome> GetOutpostBillingInformationOutcomeCallable;
184typedef std::future<GetOutpostInstanceTypesOutcome> GetOutpostInstanceTypesOutcomeCallable;
185typedef std::future<GetOutpostSupportedInstanceTypesOutcome> GetOutpostSupportedInstanceTypesOutcomeCallable;
186typedef std::future<GetSiteOutcome> GetSiteOutcomeCallable;
187typedef std::future<GetSiteAddressOutcome> GetSiteAddressOutcomeCallable;
188typedef std::future<ListAssetInstancesOutcome> ListAssetInstancesOutcomeCallable;
189typedef std::future<ListAssetsOutcome> ListAssetsOutcomeCallable;
190typedef std::future<ListBlockingInstancesForCapacityTaskOutcome> ListBlockingInstancesForCapacityTaskOutcomeCallable;
191typedef std::future<ListCapacityTasksOutcome> ListCapacityTasksOutcomeCallable;
192typedef std::future<ListCatalogItemsOutcome> ListCatalogItemsOutcomeCallable;
193typedef std::future<ListOrdersOutcome> ListOrdersOutcomeCallable;
194typedef std::future<ListOutpostsOutcome> ListOutpostsOutcomeCallable;
195typedef std::future<ListSitesOutcome> ListSitesOutcomeCallable;
196typedef std::future<ListTagsForResourceOutcome> ListTagsForResourceOutcomeCallable;
197typedef std::future<StartCapacityTaskOutcome> StartCapacityTaskOutcomeCallable;
198typedef std::future<StartConnectionOutcome> StartConnectionOutcomeCallable;
199typedef std::future<StartOutpostDecommissionOutcome> StartOutpostDecommissionOutcomeCallable;
200typedef std::future<TagResourceOutcome> TagResourceOutcomeCallable;
201typedef std::future<UntagResourceOutcome> UntagResourceOutcomeCallable;
202typedef std::future<UpdateOutpostOutcome> UpdateOutpostOutcomeCallable;
203typedef std::future<UpdateSiteOutcome> UpdateSiteOutcomeCallable;
204typedef std::future<UpdateSiteAddressOutcome> UpdateSiteAddressOutcomeCallable;
205typedef std::future<UpdateSiteRackPhysicalPropertiesOutcome> UpdateSiteRackPhysicalPropertiesOutcomeCallable;
206/* End of service model Outcome callable definitions */
207} // namespace Model
208
209class OutpostsClient;
210
211/* Service model async handlers definitions */
212typedef std::function<void(const OutpostsClient*, const Model::CancelCapacityTaskRequest&, const Model::CancelCapacityTaskOutcome&,
213 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
215typedef std::function<void(const OutpostsClient*, const Model::CancelOrderRequest&, const Model::CancelOrderOutcome&,
216 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
218typedef std::function<void(const OutpostsClient*, const Model::CreateOrderRequest&, const Model::CreateOrderOutcome&,
219 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
221typedef std::function<void(const OutpostsClient*, const Model::CreateOutpostRequest&, const Model::CreateOutpostOutcome&,
222 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
224typedef std::function<void(const OutpostsClient*, const Model::CreateSiteRequest&, const Model::CreateSiteOutcome&,
225 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
227typedef std::function<void(const OutpostsClient*, const Model::DeleteOutpostRequest&, const Model::DeleteOutpostOutcome&,
228 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
230typedef std::function<void(const OutpostsClient*, const Model::DeleteSiteRequest&, const Model::DeleteSiteOutcome&,
231 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
233typedef std::function<void(const OutpostsClient*, const Model::GetCapacityTaskRequest&, const Model::GetCapacityTaskOutcome&,
234 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
236typedef std::function<void(const OutpostsClient*, const Model::GetCatalogItemRequest&, const Model::GetCatalogItemOutcome&,
237 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
239typedef std::function<void(const OutpostsClient*, const Model::GetConnectionRequest&, const Model::GetConnectionOutcome&,
240 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
242typedef std::function<void(const OutpostsClient*, const Model::GetOrderRequest&, const Model::GetOrderOutcome&,
243 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
245typedef std::function<void(const OutpostsClient*, const Model::GetOutpostRequest&, const Model::GetOutpostOutcome&,
246 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
248typedef std::function<void(const OutpostsClient*, const Model::GetOutpostBillingInformationRequest&,
250 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
252typedef std::function<void(const OutpostsClient*, const Model::GetOutpostInstanceTypesRequest&,
253 const Model::GetOutpostInstanceTypesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
255typedef std::function<void(const OutpostsClient*, const Model::GetOutpostSupportedInstanceTypesRequest&,
257 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
259typedef std::function<void(const OutpostsClient*, const Model::GetSiteRequest&, const Model::GetSiteOutcome&,
260 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
262typedef std::function<void(const OutpostsClient*, const Model::GetSiteAddressRequest&, const Model::GetSiteAddressOutcome&,
263 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
265typedef std::function<void(const OutpostsClient*, const Model::ListAssetInstancesRequest&, const Model::ListAssetInstancesOutcome&,
266 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
268typedef std::function<void(const OutpostsClient*, const Model::ListAssetsRequest&, const Model::ListAssetsOutcome&,
269 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
271typedef std::function<void(const OutpostsClient*, const Model::ListBlockingInstancesForCapacityTaskRequest&,
273 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
275typedef std::function<void(const OutpostsClient*, const Model::ListCapacityTasksRequest&, const Model::ListCapacityTasksOutcome&,
276 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
278typedef std::function<void(const OutpostsClient*, const Model::ListCatalogItemsRequest&, const Model::ListCatalogItemsOutcome&,
279 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
281typedef std::function<void(const OutpostsClient*, const Model::ListOrdersRequest&, const Model::ListOrdersOutcome&,
282 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
284typedef std::function<void(const OutpostsClient*, const Model::ListOutpostsRequest&, const Model::ListOutpostsOutcome&,
285 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
287typedef std::function<void(const OutpostsClient*, const Model::ListSitesRequest&, const Model::ListSitesOutcome&,
288 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
290typedef std::function<void(const OutpostsClient*, const Model::ListTagsForResourceRequest&, const Model::ListTagsForResourceOutcome&,
291 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
293typedef std::function<void(const OutpostsClient*, const Model::StartCapacityTaskRequest&, const Model::StartCapacityTaskOutcome&,
294 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
296typedef std::function<void(const OutpostsClient*, const Model::StartConnectionRequest&, const Model::StartConnectionOutcome&,
297 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
299typedef std::function<void(const OutpostsClient*, const Model::StartOutpostDecommissionRequest&,
300 const Model::StartOutpostDecommissionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
302typedef std::function<void(const OutpostsClient*, const Model::TagResourceRequest&, const Model::TagResourceOutcome&,
303 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
305typedef std::function<void(const OutpostsClient*, const Model::UntagResourceRequest&, const Model::UntagResourceOutcome&,
306 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
308typedef std::function<void(const OutpostsClient*, const Model::UpdateOutpostRequest&, const Model::UpdateOutpostOutcome&,
309 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
311typedef std::function<void(const OutpostsClient*, const Model::UpdateSiteRequest&, const Model::UpdateSiteOutcome&,
312 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
314typedef std::function<void(const OutpostsClient*, const Model::UpdateSiteAddressRequest&, const Model::UpdateSiteAddressOutcome&,
315 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
317typedef std::function<void(const OutpostsClient*, const Model::UpdateSiteRackPhysicalPropertiesRequest&,
319 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
321/* End of service model async handlers definitions */
322} // namespace Outposts
323} // namespace Aws
EndpointProviderBase< OutpostsClientConfiguration, OutpostsBuiltInParameters, OutpostsClientContextParameters > OutpostsEndpointProviderBase
std::future< UpdateSiteOutcome > UpdateSiteOutcomeCallable
std::future< GetConnectionOutcome > GetConnectionOutcomeCallable
Aws::Utils::Outcome< CreateOrderResult, OutpostsError > CreateOrderOutcome
std::future< ListAssetsOutcome > ListAssetsOutcomeCallable
std::future< CreateSiteOutcome > CreateSiteOutcomeCallable
Aws::Utils::Outcome< ListOrdersResult, OutpostsError > ListOrdersOutcome
std::future< UpdateOutpostOutcome > UpdateOutpostOutcomeCallable
Aws::Utils::Outcome< CreateOutpostResult, OutpostsError > CreateOutpostOutcome
std::future< UntagResourceOutcome > UntagResourceOutcomeCallable
std::future< StartCapacityTaskOutcome > StartCapacityTaskOutcomeCallable
std::future< GetOutpostBillingInformationOutcome > GetOutpostBillingInformationOutcomeCallable
Aws::Utils::Outcome< GetOutpostBillingInformationResult, OutpostsError > GetOutpostBillingInformationOutcome
std::future< GetCapacityTaskOutcome > GetCapacityTaskOutcomeCallable
std::future< CreateOrderOutcome > CreateOrderOutcomeCallable
Aws::Utils::Outcome< StartCapacityTaskResult, OutpostsError > StartCapacityTaskOutcome
std::future< GetOrderOutcome > GetOrderOutcomeCallable
Aws::Utils::Outcome< UpdateOutpostResult, OutpostsError > UpdateOutpostOutcome
std::future< CancelOrderOutcome > CancelOrderOutcomeCallable
std::future< DeleteSiteOutcome > DeleteSiteOutcomeCallable
std::future< ListOutpostsOutcome > ListOutpostsOutcomeCallable
Aws::Utils::Outcome< CancelOrderResult, OutpostsError > CancelOrderOutcome
std::future< ListCatalogItemsOutcome > ListCatalogItemsOutcomeCallable
std::future< GetOutpostInstanceTypesOutcome > GetOutpostInstanceTypesOutcomeCallable
std::future< ListTagsForResourceOutcome > ListTagsForResourceOutcomeCallable
std::future< ListAssetInstancesOutcome > ListAssetInstancesOutcomeCallable
std::future< DeleteOutpostOutcome > DeleteOutpostOutcomeCallable
std::future< UpdateSiteAddressOutcome > UpdateSiteAddressOutcomeCallable
Aws::Utils::Outcome< DeleteOutpostResult, OutpostsError > DeleteOutpostOutcome
Aws::Utils::Outcome< ListOutpostsResult, OutpostsError > ListOutpostsOutcome
Aws::Utils::Outcome< UpdateSiteAddressResult, OutpostsError > UpdateSiteAddressOutcome
Aws::Utils::Outcome< CreateSiteResult, OutpostsError > CreateSiteOutcome
Aws::Utils::Outcome< StartConnectionResult, OutpostsError > StartConnectionOutcome
std::future< GetOutpostOutcome > GetOutpostOutcomeCallable
Aws::Utils::Outcome< GetOutpostResult, OutpostsError > GetOutpostOutcome
Aws::Utils::Outcome< GetSiteResult, OutpostsError > GetSiteOutcome
Aws::Utils::Outcome< ListCatalogItemsResult, OutpostsError > ListCatalogItemsOutcome
std::future< CreateOutpostOutcome > CreateOutpostOutcomeCallable
Aws::Utils::Outcome< GetCapacityTaskResult, OutpostsError > GetCapacityTaskOutcome
std::future< ListCapacityTasksOutcome > ListCapacityTasksOutcomeCallable
std::future< GetOutpostSupportedInstanceTypesOutcome > GetOutpostSupportedInstanceTypesOutcomeCallable
Aws::Utils::Outcome< ListTagsForResourceResult, OutpostsError > ListTagsForResourceOutcome
Aws::Utils::Outcome< DeleteSiteResult, OutpostsError > DeleteSiteOutcome
std::future< GetCatalogItemOutcome > GetCatalogItemOutcomeCallable
std::future< StartConnectionOutcome > StartConnectionOutcomeCallable
std::future< ListSitesOutcome > ListSitesOutcomeCallable
Aws::Utils::Outcome< GetSiteAddressResult, OutpostsError > GetSiteAddressOutcome
std::future< ListBlockingInstancesForCapacityTaskOutcome > ListBlockingInstancesForCapacityTaskOutcomeCallable
Aws::Utils::Outcome< CancelCapacityTaskResult, OutpostsError > CancelCapacityTaskOutcome
Aws::Utils::Outcome< ListCapacityTasksResult, OutpostsError > ListCapacityTasksOutcome
Aws::Utils::Outcome< ListSitesResult, OutpostsError > ListSitesOutcome
std::future< CancelCapacityTaskOutcome > CancelCapacityTaskOutcomeCallable
std::future< UpdateSiteRackPhysicalPropertiesOutcome > UpdateSiteRackPhysicalPropertiesOutcomeCallable
std::future< TagResourceOutcome > TagResourceOutcomeCallable
Aws::Utils::Outcome< UpdateSiteRackPhysicalPropertiesResult, OutpostsError > UpdateSiteRackPhysicalPropertiesOutcome
Aws::Utils::Outcome< GetOutpostSupportedInstanceTypesResult, OutpostsError > GetOutpostSupportedInstanceTypesOutcome
std::future< ListOrdersOutcome > ListOrdersOutcomeCallable
Aws::Utils::Outcome< GetOutpostInstanceTypesResult, OutpostsError > GetOutpostInstanceTypesOutcome
std::future< StartOutpostDecommissionOutcome > StartOutpostDecommissionOutcomeCallable
Aws::Utils::Outcome< UntagResourceResult, OutpostsError > UntagResourceOutcome
Aws::Utils::Outcome< ListBlockingInstancesForCapacityTaskResult, OutpostsError > ListBlockingInstancesForCapacityTaskOutcome
std::future< GetSiteOutcome > GetSiteOutcomeCallable
Aws::Utils::Outcome< ListAssetsResult, OutpostsError > ListAssetsOutcome
Aws::Utils::Outcome< UpdateSiteResult, OutpostsError > UpdateSiteOutcome
Aws::Utils::Outcome< GetConnectionResult, OutpostsError > GetConnectionOutcome
Aws::Utils::Outcome< GetOrderResult, OutpostsError > GetOrderOutcome
Aws::Utils::Outcome< ListAssetInstancesResult, OutpostsError > ListAssetInstancesOutcome
Aws::Utils::Outcome< GetCatalogItemResult, OutpostsError > GetCatalogItemOutcome
Aws::Utils::Outcome< TagResourceResult, OutpostsError > TagResourceOutcome
Aws::Utils::Outcome< StartOutpostDecommissionResult, OutpostsError > StartOutpostDecommissionOutcome
std::future< GetSiteAddressOutcome > GetSiteAddressOutcomeCallable
std::function< void(const OutpostsClient *, const Model::CancelCapacityTaskRequest &, const Model::CancelCapacityTaskOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CancelCapacityTaskResponseReceivedHandler
std::function< void(const OutpostsClient *, const Model::CancelOrderRequest &, const Model::CancelOrderOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CancelOrderResponseReceivedHandler
std::function< void(const OutpostsClient *, const Model::UpdateSiteAddressRequest &, const Model::UpdateSiteAddressOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateSiteAddressResponseReceivedHandler
std::function< void(const OutpostsClient *, const Model::ListAssetsRequest &, const Model::ListAssetsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListAssetsResponseReceivedHandler
std::function< void(const OutpostsClient *, const Model::ListBlockingInstancesForCapacityTaskRequest &, const Model::ListBlockingInstancesForCapacityTaskOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListBlockingInstancesForCapacityTaskResponseReceivedHandler
std::function< void(const OutpostsClient *, const Model::GetOutpostSupportedInstanceTypesRequest &, const Model::GetOutpostSupportedInstanceTypesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetOutpostSupportedInstanceTypesResponseReceivedHandler
std::function< void(const OutpostsClient *, const Model::UpdateSiteRequest &, const Model::UpdateSiteOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateSiteResponseReceivedHandler
std::function< void(const OutpostsClient *, const Model::TagResourceRequest &, const Model::TagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> TagResourceResponseReceivedHandler
std::function< void(const OutpostsClient *, const Model::UntagResourceRequest &, const Model::UntagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UntagResourceResponseReceivedHandler
std::function< void(const OutpostsClient *, const Model::ListOrdersRequest &, const Model::ListOrdersOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListOrdersResponseReceivedHandler
std::function< void(const OutpostsClient *, const Model::ListTagsForResourceRequest &, const Model::ListTagsForResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListTagsForResourceResponseReceivedHandler
std::function< void(const OutpostsClient *, const Model::StartOutpostDecommissionRequest &, const Model::StartOutpostDecommissionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StartOutpostDecommissionResponseReceivedHandler
std::function< void(const OutpostsClient *, const Model::StartConnectionRequest &, const Model::StartConnectionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StartConnectionResponseReceivedHandler
std::function< void(const OutpostsClient *, const Model::UpdateSiteRackPhysicalPropertiesRequest &, const Model::UpdateSiteRackPhysicalPropertiesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateSiteRackPhysicalPropertiesResponseReceivedHandler
std::function< void(const OutpostsClient *, const Model::GetSiteAddressRequest &, const Model::GetSiteAddressOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetSiteAddressResponseReceivedHandler
std::function< void(const OutpostsClient *, const Model::GetOrderRequest &, const Model::GetOrderOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetOrderResponseReceivedHandler
std::function< void(const OutpostsClient *, const Model::ListAssetInstancesRequest &, const Model::ListAssetInstancesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListAssetInstancesResponseReceivedHandler
std::function< void(const OutpostsClient *, const Model::StartCapacityTaskRequest &, const Model::StartCapacityTaskOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StartCapacityTaskResponseReceivedHandler
std::function< void(const OutpostsClient *, const Model::GetCapacityTaskRequest &, const Model::GetCapacityTaskOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetCapacityTaskResponseReceivedHandler
std::function< void(const OutpostsClient *, const Model::CreateOutpostRequest &, const Model::CreateOutpostOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateOutpostResponseReceivedHandler
std::function< void(const OutpostsClient *, const Model::CreateOrderRequest &, const Model::CreateOrderOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateOrderResponseReceivedHandler
std::function< void(const OutpostsClient *, const Model::GetOutpostRequest &, const Model::GetOutpostOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetOutpostResponseReceivedHandler
std::function< void(const OutpostsClient *, const Model::GetCatalogItemRequest &, const Model::GetCatalogItemOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetCatalogItemResponseReceivedHandler
std::function< void(const OutpostsClient *, const Model::GetSiteRequest &, const Model::GetSiteOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetSiteResponseReceivedHandler
std::function< void(const OutpostsClient *, const Model::ListCatalogItemsRequest &, const Model::ListCatalogItemsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListCatalogItemsResponseReceivedHandler
std::function< void(const OutpostsClient *, const Model::CreateSiteRequest &, const Model::CreateSiteOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateSiteResponseReceivedHandler
std::function< void(const OutpostsClient *, const Model::ListCapacityTasksRequest &, const Model::ListCapacityTasksOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListCapacityTasksResponseReceivedHandler
std::function< void(const OutpostsClient *, const Model::GetOutpostBillingInformationRequest &, const Model::GetOutpostBillingInformationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetOutpostBillingInformationResponseReceivedHandler
std::function< void(const OutpostsClient *, const Model::DeleteSiteRequest &, const Model::DeleteSiteOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteSiteResponseReceivedHandler
std::function< void(const OutpostsClient *, const Model::ListSitesRequest &, const Model::ListSitesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListSitesResponseReceivedHandler
std::function< void(const OutpostsClient *, const Model::ListOutpostsRequest &, const Model::ListOutpostsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListOutpostsResponseReceivedHandler
std::function< void(const OutpostsClient *, const Model::GetOutpostInstanceTypesRequest &, const Model::GetOutpostInstanceTypesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetOutpostInstanceTypesResponseReceivedHandler
std::function< void(const OutpostsClient *, const Model::DeleteOutpostRequest &, const Model::DeleteOutpostOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteOutpostResponseReceivedHandler
std::function< void(const OutpostsClient *, const Model::GetConnectionRequest &, const Model::GetConnectionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetConnectionResponseReceivedHandler
std::function< void(const OutpostsClient *, const Model::UpdateOutpostRequest &, const Model::UpdateOutpostOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateOutpostResponseReceivedHandler