AWS SDK for C++

AWS SDK for C++ Version 1.11.606

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