AWS SDK for C++

AWS SDK for C++ Version 1.11.786

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/CreateRenewalResult.h>
27#include <aws/outposts/model/CreateSiteResult.h>
28#include <aws/outposts/model/DeleteOutpostResult.h>
29#include <aws/outposts/model/DeleteSiteResult.h>
30#include <aws/outposts/model/GetCapacityTaskResult.h>
31#include <aws/outposts/model/GetCatalogItemResult.h>
32#include <aws/outposts/model/GetConnectionResult.h>
33#include <aws/outposts/model/GetOrderResult.h>
34#include <aws/outposts/model/GetOutpostBillingInformationResult.h>
35#include <aws/outposts/model/GetOutpostInstanceTypesResult.h>
36#include <aws/outposts/model/GetOutpostResult.h>
37#include <aws/outposts/model/GetOutpostSupportedInstanceTypesResult.h>
38#include <aws/outposts/model/GetRenewalPricingResult.h>
39#include <aws/outposts/model/GetSiteAddressResult.h>
40#include <aws/outposts/model/GetSiteResult.h>
41#include <aws/outposts/model/ListAssetInstancesResult.h>
42#include <aws/outposts/model/ListAssetsResult.h>
43#include <aws/outposts/model/ListBlockingInstancesForCapacityTaskResult.h>
44#include <aws/outposts/model/ListCapacityTasksRequest.h>
45#include <aws/outposts/model/ListCapacityTasksResult.h>
46#include <aws/outposts/model/ListCatalogItemsRequest.h>
47#include <aws/outposts/model/ListCatalogItemsResult.h>
48#include <aws/outposts/model/ListOrdersRequest.h>
49#include <aws/outposts/model/ListOrdersResult.h>
50#include <aws/outposts/model/ListOutpostsRequest.h>
51#include <aws/outposts/model/ListOutpostsResult.h>
52#include <aws/outposts/model/ListSitesRequest.h>
53#include <aws/outposts/model/ListSitesResult.h>
54#include <aws/outposts/model/ListTagsForResourceResult.h>
55#include <aws/outposts/model/StartCapacityTaskResult.h>
56#include <aws/outposts/model/StartConnectionResult.h>
57#include <aws/outposts/model/StartOutpostDecommissionResult.h>
58#include <aws/outposts/model/TagResourceResult.h>
59#include <aws/outposts/model/UntagResourceResult.h>
60#include <aws/outposts/model/UpdateOutpostResult.h>
61#include <aws/outposts/model/UpdateSiteAddressResult.h>
62#include <aws/outposts/model/UpdateSiteRackPhysicalPropertiesResult.h>
63#include <aws/outposts/model/UpdateSiteResult.h>
64/* End of service model headers required in OutpostsClient header */
65
66namespace Aws {
67namespace Http {
68class HttpClient;
69class HttpClientFactory;
70} // namespace Http
71
72namespace Utils {
73template <typename R, typename E>
74class Outcome;
75
76namespace Threading {
77class Executor;
78} // namespace Threading
79} // namespace Utils
80
81namespace Auth {
82class AWSCredentials;
83class AWSCredentialsProvider;
84} // namespace Auth
85
86namespace Client {
87class RetryStrategy;
88} // namespace Client
89
90namespace Outposts {
94
95namespace Model {
96/* Service model forward declarations required in OutpostsClient header */
97class CancelCapacityTaskRequest;
98class CancelOrderRequest;
99class CreateOrderRequest;
100class CreateOutpostRequest;
101class CreateRenewalRequest;
102class CreateSiteRequest;
103class DeleteOutpostRequest;
104class DeleteSiteRequest;
105class GetCapacityTaskRequest;
106class GetCatalogItemRequest;
107class GetConnectionRequest;
108class GetOrderRequest;
109class GetOutpostRequest;
110class GetOutpostBillingInformationRequest;
111class GetOutpostInstanceTypesRequest;
112class GetOutpostSupportedInstanceTypesRequest;
113class GetRenewalPricingRequest;
114class GetSiteRequest;
115class GetSiteAddressRequest;
116class ListAssetInstancesRequest;
117class ListAssetsRequest;
118class ListBlockingInstancesForCapacityTaskRequest;
119class ListCapacityTasksRequest;
120class ListCatalogItemsRequest;
121class ListOrdersRequest;
122class ListOutpostsRequest;
123class ListSitesRequest;
124class ListTagsForResourceRequest;
125class StartCapacityTaskRequest;
126class StartConnectionRequest;
127class StartOutpostDecommissionRequest;
128class TagResourceRequest;
129class UntagResourceRequest;
130class UpdateOutpostRequest;
131class UpdateSiteRequest;
132class UpdateSiteAddressRequest;
133class UpdateSiteRackPhysicalPropertiesRequest;
134/* End of service model forward declarations required in OutpostsClient header */
135
136/* Service model Outcome class definitions */
174/* End of service model Outcome class definitions */
175
176/* Service model Outcome callable definitions */
177typedef std::future<CancelCapacityTaskOutcome> CancelCapacityTaskOutcomeCallable;
178typedef std::future<CancelOrderOutcome> CancelOrderOutcomeCallable;
179typedef std::future<CreateOrderOutcome> CreateOrderOutcomeCallable;
180typedef std::future<CreateOutpostOutcome> CreateOutpostOutcomeCallable;
181typedef std::future<CreateRenewalOutcome> CreateRenewalOutcomeCallable;
182typedef std::future<CreateSiteOutcome> CreateSiteOutcomeCallable;
183typedef std::future<DeleteOutpostOutcome> DeleteOutpostOutcomeCallable;
184typedef std::future<DeleteSiteOutcome> DeleteSiteOutcomeCallable;
185typedef std::future<GetCapacityTaskOutcome> GetCapacityTaskOutcomeCallable;
186typedef std::future<GetCatalogItemOutcome> GetCatalogItemOutcomeCallable;
187typedef std::future<GetConnectionOutcome> GetConnectionOutcomeCallable;
188typedef std::future<GetOrderOutcome> GetOrderOutcomeCallable;
189typedef std::future<GetOutpostOutcome> GetOutpostOutcomeCallable;
190typedef std::future<GetOutpostBillingInformationOutcome> GetOutpostBillingInformationOutcomeCallable;
191typedef std::future<GetOutpostInstanceTypesOutcome> GetOutpostInstanceTypesOutcomeCallable;
192typedef std::future<GetOutpostSupportedInstanceTypesOutcome> GetOutpostSupportedInstanceTypesOutcomeCallable;
193typedef std::future<GetRenewalPricingOutcome> GetRenewalPricingOutcomeCallable;
194typedef std::future<GetSiteOutcome> GetSiteOutcomeCallable;
195typedef std::future<GetSiteAddressOutcome> GetSiteAddressOutcomeCallable;
196typedef std::future<ListAssetInstancesOutcome> ListAssetInstancesOutcomeCallable;
197typedef std::future<ListAssetsOutcome> ListAssetsOutcomeCallable;
198typedef std::future<ListBlockingInstancesForCapacityTaskOutcome> ListBlockingInstancesForCapacityTaskOutcomeCallable;
199typedef std::future<ListCapacityTasksOutcome> ListCapacityTasksOutcomeCallable;
200typedef std::future<ListCatalogItemsOutcome> ListCatalogItemsOutcomeCallable;
201typedef std::future<ListOrdersOutcome> ListOrdersOutcomeCallable;
202typedef std::future<ListOutpostsOutcome> ListOutpostsOutcomeCallable;
203typedef std::future<ListSitesOutcome> ListSitesOutcomeCallable;
204typedef std::future<ListTagsForResourceOutcome> ListTagsForResourceOutcomeCallable;
205typedef std::future<StartCapacityTaskOutcome> StartCapacityTaskOutcomeCallable;
206typedef std::future<StartConnectionOutcome> StartConnectionOutcomeCallable;
207typedef std::future<StartOutpostDecommissionOutcome> StartOutpostDecommissionOutcomeCallable;
208typedef std::future<TagResourceOutcome> TagResourceOutcomeCallable;
209typedef std::future<UntagResourceOutcome> UntagResourceOutcomeCallable;
210typedef std::future<UpdateOutpostOutcome> UpdateOutpostOutcomeCallable;
211typedef std::future<UpdateSiteOutcome> UpdateSiteOutcomeCallable;
212typedef std::future<UpdateSiteAddressOutcome> UpdateSiteAddressOutcomeCallable;
213typedef std::future<UpdateSiteRackPhysicalPropertiesOutcome> UpdateSiteRackPhysicalPropertiesOutcomeCallable;
214/* End of service model Outcome callable definitions */
215} // namespace Model
216
217class OutpostsClient;
218
219/* Service model async handlers definitions */
220typedef std::function<void(const OutpostsClient*, const Model::CancelCapacityTaskRequest&, const Model::CancelCapacityTaskOutcome&,
221 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
223typedef std::function<void(const OutpostsClient*, const Model::CancelOrderRequest&, const Model::CancelOrderOutcome&,
224 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
226typedef std::function<void(const OutpostsClient*, const Model::CreateOrderRequest&, const Model::CreateOrderOutcome&,
227 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
229typedef std::function<void(const OutpostsClient*, const Model::CreateOutpostRequest&, const Model::CreateOutpostOutcome&,
230 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
232typedef std::function<void(const OutpostsClient*, const Model::CreateRenewalRequest&, const Model::CreateRenewalOutcome&,
233 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
235typedef std::function<void(const OutpostsClient*, const Model::CreateSiteRequest&, const Model::CreateSiteOutcome&,
236 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
238typedef std::function<void(const OutpostsClient*, const Model::DeleteOutpostRequest&, const Model::DeleteOutpostOutcome&,
239 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
241typedef std::function<void(const OutpostsClient*, const Model::DeleteSiteRequest&, const Model::DeleteSiteOutcome&,
242 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
244typedef std::function<void(const OutpostsClient*, const Model::GetCapacityTaskRequest&, const Model::GetCapacityTaskOutcome&,
245 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
247typedef std::function<void(const OutpostsClient*, const Model::GetCatalogItemRequest&, const Model::GetCatalogItemOutcome&,
248 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
250typedef std::function<void(const OutpostsClient*, const Model::GetConnectionRequest&, const Model::GetConnectionOutcome&,
251 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
253typedef std::function<void(const OutpostsClient*, const Model::GetOrderRequest&, const Model::GetOrderOutcome&,
254 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
256typedef std::function<void(const OutpostsClient*, const Model::GetOutpostRequest&, const Model::GetOutpostOutcome&,
257 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
259typedef std::function<void(const OutpostsClient*, const Model::GetOutpostBillingInformationRequest&,
261 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
263typedef std::function<void(const OutpostsClient*, const Model::GetOutpostInstanceTypesRequest&,
264 const Model::GetOutpostInstanceTypesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
266typedef std::function<void(const OutpostsClient*, const Model::GetOutpostSupportedInstanceTypesRequest&,
268 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
270typedef std::function<void(const OutpostsClient*, const Model::GetRenewalPricingRequest&, const Model::GetRenewalPricingOutcome&,
271 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
273typedef std::function<void(const OutpostsClient*, const Model::GetSiteRequest&, const Model::GetSiteOutcome&,
274 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
276typedef std::function<void(const OutpostsClient*, const Model::GetSiteAddressRequest&, const Model::GetSiteAddressOutcome&,
277 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
279typedef std::function<void(const OutpostsClient*, const Model::ListAssetInstancesRequest&, const Model::ListAssetInstancesOutcome&,
280 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
282typedef std::function<void(const OutpostsClient*, const Model::ListAssetsRequest&, const Model::ListAssetsOutcome&,
283 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
285typedef std::function<void(const OutpostsClient*, const Model::ListBlockingInstancesForCapacityTaskRequest&,
287 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
289typedef std::function<void(const OutpostsClient*, const Model::ListCapacityTasksRequest&, const Model::ListCapacityTasksOutcome&,
290 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
292typedef std::function<void(const OutpostsClient*, const Model::ListCatalogItemsRequest&, const Model::ListCatalogItemsOutcome&,
293 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
295typedef std::function<void(const OutpostsClient*, const Model::ListOrdersRequest&, const Model::ListOrdersOutcome&,
296 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
298typedef std::function<void(const OutpostsClient*, const Model::ListOutpostsRequest&, const Model::ListOutpostsOutcome&,
299 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
301typedef std::function<void(const OutpostsClient*, const Model::ListSitesRequest&, const Model::ListSitesOutcome&,
302 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
304typedef std::function<void(const OutpostsClient*, const Model::ListTagsForResourceRequest&, const Model::ListTagsForResourceOutcome&,
305 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
307typedef std::function<void(const OutpostsClient*, const Model::StartCapacityTaskRequest&, const Model::StartCapacityTaskOutcome&,
308 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
310typedef std::function<void(const OutpostsClient*, const Model::StartConnectionRequest&, const Model::StartConnectionOutcome&,
311 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
313typedef std::function<void(const OutpostsClient*, const Model::StartOutpostDecommissionRequest&,
314 const Model::StartOutpostDecommissionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
316typedef std::function<void(const OutpostsClient*, const Model::TagResourceRequest&, const Model::TagResourceOutcome&,
317 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
319typedef std::function<void(const OutpostsClient*, const Model::UntagResourceRequest&, const Model::UntagResourceOutcome&,
320 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
322typedef std::function<void(const OutpostsClient*, const Model::UpdateOutpostRequest&, const Model::UpdateOutpostOutcome&,
323 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
325typedef std::function<void(const OutpostsClient*, const Model::UpdateSiteRequest&, const Model::UpdateSiteOutcome&,
326 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
328typedef std::function<void(const OutpostsClient*, const Model::UpdateSiteAddressRequest&, const Model::UpdateSiteAddressOutcome&,
329 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
331typedef std::function<void(const OutpostsClient*, const Model::UpdateSiteRackPhysicalPropertiesRequest&,
333 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
335/* End of service model async handlers definitions */
336} // namespace Outposts
337} // 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< CreateRenewalOutcome > CreateRenewalOutcomeCallable
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< GetRenewalPricingResult, OutpostsError > GetRenewalPricingOutcome
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
std::future< GetRenewalPricingOutcome > GetRenewalPricingOutcomeCallable
Aws::Utils::Outcome< ListSitesResult, OutpostsError > ListSitesOutcome
std::future< CancelCapacityTaskOutcome > CancelCapacityTaskOutcomeCallable
std::future< UpdateSiteRackPhysicalPropertiesOutcome > UpdateSiteRackPhysicalPropertiesOutcomeCallable
std::future< TagResourceOutcome > TagResourceOutcomeCallable
Aws::Utils::Outcome< CreateRenewalResult, OutpostsError > CreateRenewalOutcome
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::GetRenewalPricingRequest &, const Model::GetRenewalPricingOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetRenewalPricingResponseReceivedHandler
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::CreateRenewalRequest &, const Model::CreateRenewalOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateRenewalResponseReceivedHandler
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