AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
DataSyncServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/datasync/DataSyncErrors.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/datasync/DataSyncEndpointProvider.h>
16#include <future>
17#include <functional>
18/* End of generic header includes */
19
20/* Service model headers required in DataSyncClient header */
21#include <aws/datasync/model/CancelTaskExecutionResult.h>
22#include <aws/datasync/model/CreateAgentResult.h>
23#include <aws/datasync/model/CreateLocationAzureBlobResult.h>
24#include <aws/datasync/model/CreateLocationEfsResult.h>
25#include <aws/datasync/model/CreateLocationFsxLustreResult.h>
26#include <aws/datasync/model/CreateLocationFsxOntapResult.h>
27#include <aws/datasync/model/CreateLocationFsxOpenZfsResult.h>
28#include <aws/datasync/model/CreateLocationFsxWindowsResult.h>
29#include <aws/datasync/model/CreateLocationHdfsResult.h>
30#include <aws/datasync/model/CreateLocationNfsResult.h>
31#include <aws/datasync/model/CreateLocationObjectStorageResult.h>
32#include <aws/datasync/model/CreateLocationS3Result.h>
33#include <aws/datasync/model/CreateLocationSmbResult.h>
34#include <aws/datasync/model/CreateTaskResult.h>
35#include <aws/datasync/model/DeleteAgentResult.h>
36#include <aws/datasync/model/DeleteLocationResult.h>
37#include <aws/datasync/model/DeleteTaskResult.h>
38#include <aws/datasync/model/DescribeAgentResult.h>
39#include <aws/datasync/model/DescribeLocationAzureBlobResult.h>
40#include <aws/datasync/model/DescribeLocationEfsResult.h>
41#include <aws/datasync/model/DescribeLocationFsxLustreResult.h>
42#include <aws/datasync/model/DescribeLocationFsxOntapResult.h>
43#include <aws/datasync/model/DescribeLocationFsxOpenZfsResult.h>
44#include <aws/datasync/model/DescribeLocationFsxWindowsResult.h>
45#include <aws/datasync/model/DescribeLocationHdfsResult.h>
46#include <aws/datasync/model/DescribeLocationNfsResult.h>
47#include <aws/datasync/model/DescribeLocationObjectStorageResult.h>
48#include <aws/datasync/model/DescribeLocationS3Result.h>
49#include <aws/datasync/model/DescribeLocationSmbResult.h>
50#include <aws/datasync/model/DescribeTaskResult.h>
51#include <aws/datasync/model/DescribeTaskExecutionResult.h>
52#include <aws/datasync/model/ListAgentsResult.h>
53#include <aws/datasync/model/ListLocationsResult.h>
54#include <aws/datasync/model/ListTagsForResourceResult.h>
55#include <aws/datasync/model/ListTaskExecutionsResult.h>
56#include <aws/datasync/model/ListTasksResult.h>
57#include <aws/datasync/model/StartTaskExecutionResult.h>
58#include <aws/datasync/model/TagResourceResult.h>
59#include <aws/datasync/model/UntagResourceResult.h>
60#include <aws/datasync/model/UpdateAgentResult.h>
61#include <aws/datasync/model/UpdateLocationAzureBlobResult.h>
62#include <aws/datasync/model/UpdateLocationEfsResult.h>
63#include <aws/datasync/model/UpdateLocationFsxLustreResult.h>
64#include <aws/datasync/model/UpdateLocationFsxOntapResult.h>
65#include <aws/datasync/model/UpdateLocationFsxOpenZfsResult.h>
66#include <aws/datasync/model/UpdateLocationFsxWindowsResult.h>
67#include <aws/datasync/model/UpdateLocationHdfsResult.h>
68#include <aws/datasync/model/UpdateLocationNfsResult.h>
69#include <aws/datasync/model/UpdateLocationObjectStorageResult.h>
70#include <aws/datasync/model/UpdateLocationS3Result.h>
71#include <aws/datasync/model/UpdateLocationSmbResult.h>
72#include <aws/datasync/model/UpdateTaskResult.h>
73#include <aws/datasync/model/UpdateTaskExecutionResult.h>
74#include <aws/datasync/model/ListAgentsRequest.h>
75#include <aws/datasync/model/ListTasksRequest.h>
76#include <aws/datasync/model/ListTaskExecutionsRequest.h>
77#include <aws/datasync/model/ListLocationsRequest.h>
78/* End of service model headers required in DataSyncClient header */
79
80namespace Aws
81{
82 namespace Http
83 {
84 class HttpClient;
85 class HttpClientFactory;
86 } // namespace Http
87
88 namespace Utils
89 {
90 template< typename R, typename E> class Outcome;
91
92 namespace Threading
93 {
94 class Executor;
95 } // namespace Threading
96 } // namespace Utils
97
98 namespace Auth
99 {
100 class AWSCredentials;
101 class AWSCredentialsProvider;
102 } // namespace Auth
103
104 namespace Client
105 {
106 class RetryStrategy;
107 } // namespace Client
108
109 namespace DataSync
110 {
114
115 namespace Model
116 {
117 /* Service model forward declarations required in DataSyncClient header */
119 class CreateAgentRequest;
131 class CreateTaskRequest;
132 class DeleteAgentRequest;
134 class DeleteTaskRequest;
149 class ListAgentsRequest;
153 class ListTasksRequest;
155 class TagResourceRequest;
157 class UpdateAgentRequest;
169 class UpdateTaskRequest;
171 /* End of service model forward declarations required in DataSyncClient header */
172
173 /* Service model Outcome class definitions */
227 /* End of service model Outcome class definitions */
228
229 /* Service model Outcome callable definitions */
230 typedef std::future<CancelTaskExecutionOutcome> CancelTaskExecutionOutcomeCallable;
231 typedef std::future<CreateAgentOutcome> CreateAgentOutcomeCallable;
232 typedef std::future<CreateLocationAzureBlobOutcome> CreateLocationAzureBlobOutcomeCallable;
233 typedef std::future<CreateLocationEfsOutcome> CreateLocationEfsOutcomeCallable;
234 typedef std::future<CreateLocationFsxLustreOutcome> CreateLocationFsxLustreOutcomeCallable;
235 typedef std::future<CreateLocationFsxOntapOutcome> CreateLocationFsxOntapOutcomeCallable;
236 typedef std::future<CreateLocationFsxOpenZfsOutcome> CreateLocationFsxOpenZfsOutcomeCallable;
237 typedef std::future<CreateLocationFsxWindowsOutcome> CreateLocationFsxWindowsOutcomeCallable;
238 typedef std::future<CreateLocationHdfsOutcome> CreateLocationHdfsOutcomeCallable;
239 typedef std::future<CreateLocationNfsOutcome> CreateLocationNfsOutcomeCallable;
240 typedef std::future<CreateLocationObjectStorageOutcome> CreateLocationObjectStorageOutcomeCallable;
241 typedef std::future<CreateLocationS3Outcome> CreateLocationS3OutcomeCallable;
242 typedef std::future<CreateLocationSmbOutcome> CreateLocationSmbOutcomeCallable;
243 typedef std::future<CreateTaskOutcome> CreateTaskOutcomeCallable;
244 typedef std::future<DeleteAgentOutcome> DeleteAgentOutcomeCallable;
245 typedef std::future<DeleteLocationOutcome> DeleteLocationOutcomeCallable;
246 typedef std::future<DeleteTaskOutcome> DeleteTaskOutcomeCallable;
247 typedef std::future<DescribeAgentOutcome> DescribeAgentOutcomeCallable;
248 typedef std::future<DescribeLocationAzureBlobOutcome> DescribeLocationAzureBlobOutcomeCallable;
249 typedef std::future<DescribeLocationEfsOutcome> DescribeLocationEfsOutcomeCallable;
250 typedef std::future<DescribeLocationFsxLustreOutcome> DescribeLocationFsxLustreOutcomeCallable;
251 typedef std::future<DescribeLocationFsxOntapOutcome> DescribeLocationFsxOntapOutcomeCallable;
252 typedef std::future<DescribeLocationFsxOpenZfsOutcome> DescribeLocationFsxOpenZfsOutcomeCallable;
253 typedef std::future<DescribeLocationFsxWindowsOutcome> DescribeLocationFsxWindowsOutcomeCallable;
254 typedef std::future<DescribeLocationHdfsOutcome> DescribeLocationHdfsOutcomeCallable;
255 typedef std::future<DescribeLocationNfsOutcome> DescribeLocationNfsOutcomeCallable;
256 typedef std::future<DescribeLocationObjectStorageOutcome> DescribeLocationObjectStorageOutcomeCallable;
257 typedef std::future<DescribeLocationS3Outcome> DescribeLocationS3OutcomeCallable;
258 typedef std::future<DescribeLocationSmbOutcome> DescribeLocationSmbOutcomeCallable;
259 typedef std::future<DescribeTaskOutcome> DescribeTaskOutcomeCallable;
260 typedef std::future<DescribeTaskExecutionOutcome> DescribeTaskExecutionOutcomeCallable;
261 typedef std::future<ListAgentsOutcome> ListAgentsOutcomeCallable;
262 typedef std::future<ListLocationsOutcome> ListLocationsOutcomeCallable;
263 typedef std::future<ListTagsForResourceOutcome> ListTagsForResourceOutcomeCallable;
264 typedef std::future<ListTaskExecutionsOutcome> ListTaskExecutionsOutcomeCallable;
265 typedef std::future<ListTasksOutcome> ListTasksOutcomeCallable;
266 typedef std::future<StartTaskExecutionOutcome> StartTaskExecutionOutcomeCallable;
267 typedef std::future<TagResourceOutcome> TagResourceOutcomeCallable;
268 typedef std::future<UntagResourceOutcome> UntagResourceOutcomeCallable;
269 typedef std::future<UpdateAgentOutcome> UpdateAgentOutcomeCallable;
270 typedef std::future<UpdateLocationAzureBlobOutcome> UpdateLocationAzureBlobOutcomeCallable;
271 typedef std::future<UpdateLocationEfsOutcome> UpdateLocationEfsOutcomeCallable;
272 typedef std::future<UpdateLocationFsxLustreOutcome> UpdateLocationFsxLustreOutcomeCallable;
273 typedef std::future<UpdateLocationFsxOntapOutcome> UpdateLocationFsxOntapOutcomeCallable;
274 typedef std::future<UpdateLocationFsxOpenZfsOutcome> UpdateLocationFsxOpenZfsOutcomeCallable;
275 typedef std::future<UpdateLocationFsxWindowsOutcome> UpdateLocationFsxWindowsOutcomeCallable;
276 typedef std::future<UpdateLocationHdfsOutcome> UpdateLocationHdfsOutcomeCallable;
277 typedef std::future<UpdateLocationNfsOutcome> UpdateLocationNfsOutcomeCallable;
278 typedef std::future<UpdateLocationObjectStorageOutcome> UpdateLocationObjectStorageOutcomeCallable;
279 typedef std::future<UpdateLocationS3Outcome> UpdateLocationS3OutcomeCallable;
280 typedef std::future<UpdateLocationSmbOutcome> UpdateLocationSmbOutcomeCallable;
281 typedef std::future<UpdateTaskOutcome> UpdateTaskOutcomeCallable;
282 typedef std::future<UpdateTaskExecutionOutcome> UpdateTaskExecutionOutcomeCallable;
283 /* End of service model Outcome callable definitions */
284 } // namespace Model
285
286 class DataSyncClient;
287
288 /* Service model async handlers definitions */
289 typedef std::function<void(const DataSyncClient*, const Model::CancelTaskExecutionRequest&, const Model::CancelTaskExecutionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CancelTaskExecutionResponseReceivedHandler;
290 typedef std::function<void(const DataSyncClient*, const Model::CreateAgentRequest&, const Model::CreateAgentOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateAgentResponseReceivedHandler;
291 typedef std::function<void(const DataSyncClient*, const Model::CreateLocationAzureBlobRequest&, const Model::CreateLocationAzureBlobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateLocationAzureBlobResponseReceivedHandler;
292 typedef std::function<void(const DataSyncClient*, const Model::CreateLocationEfsRequest&, const Model::CreateLocationEfsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateLocationEfsResponseReceivedHandler;
293 typedef std::function<void(const DataSyncClient*, const Model::CreateLocationFsxLustreRequest&, const Model::CreateLocationFsxLustreOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateLocationFsxLustreResponseReceivedHandler;
294 typedef std::function<void(const DataSyncClient*, const Model::CreateLocationFsxOntapRequest&, const Model::CreateLocationFsxOntapOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateLocationFsxOntapResponseReceivedHandler;
295 typedef std::function<void(const DataSyncClient*, const Model::CreateLocationFsxOpenZfsRequest&, const Model::CreateLocationFsxOpenZfsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateLocationFsxOpenZfsResponseReceivedHandler;
296 typedef std::function<void(const DataSyncClient*, const Model::CreateLocationFsxWindowsRequest&, const Model::CreateLocationFsxWindowsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateLocationFsxWindowsResponseReceivedHandler;
297 typedef std::function<void(const DataSyncClient*, const Model::CreateLocationHdfsRequest&, const Model::CreateLocationHdfsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateLocationHdfsResponseReceivedHandler;
298 typedef std::function<void(const DataSyncClient*, const Model::CreateLocationNfsRequest&, const Model::CreateLocationNfsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateLocationNfsResponseReceivedHandler;
299 typedef std::function<void(const DataSyncClient*, const Model::CreateLocationObjectStorageRequest&, const Model::CreateLocationObjectStorageOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateLocationObjectStorageResponseReceivedHandler;
300 typedef std::function<void(const DataSyncClient*, const Model::CreateLocationS3Request&, const Model::CreateLocationS3Outcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateLocationS3ResponseReceivedHandler;
301 typedef std::function<void(const DataSyncClient*, const Model::CreateLocationSmbRequest&, const Model::CreateLocationSmbOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateLocationSmbResponseReceivedHandler;
302 typedef std::function<void(const DataSyncClient*, const Model::CreateTaskRequest&, const Model::CreateTaskOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateTaskResponseReceivedHandler;
303 typedef std::function<void(const DataSyncClient*, const Model::DeleteAgentRequest&, const Model::DeleteAgentOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteAgentResponseReceivedHandler;
304 typedef std::function<void(const DataSyncClient*, const Model::DeleteLocationRequest&, const Model::DeleteLocationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteLocationResponseReceivedHandler;
305 typedef std::function<void(const DataSyncClient*, const Model::DeleteTaskRequest&, const Model::DeleteTaskOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteTaskResponseReceivedHandler;
306 typedef std::function<void(const DataSyncClient*, const Model::DescribeAgentRequest&, const Model::DescribeAgentOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeAgentResponseReceivedHandler;
307 typedef std::function<void(const DataSyncClient*, const Model::DescribeLocationAzureBlobRequest&, const Model::DescribeLocationAzureBlobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeLocationAzureBlobResponseReceivedHandler;
308 typedef std::function<void(const DataSyncClient*, const Model::DescribeLocationEfsRequest&, const Model::DescribeLocationEfsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeLocationEfsResponseReceivedHandler;
309 typedef std::function<void(const DataSyncClient*, const Model::DescribeLocationFsxLustreRequest&, const Model::DescribeLocationFsxLustreOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeLocationFsxLustreResponseReceivedHandler;
310 typedef std::function<void(const DataSyncClient*, const Model::DescribeLocationFsxOntapRequest&, const Model::DescribeLocationFsxOntapOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeLocationFsxOntapResponseReceivedHandler;
311 typedef std::function<void(const DataSyncClient*, const Model::DescribeLocationFsxOpenZfsRequest&, const Model::DescribeLocationFsxOpenZfsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeLocationFsxOpenZfsResponseReceivedHandler;
312 typedef std::function<void(const DataSyncClient*, const Model::DescribeLocationFsxWindowsRequest&, const Model::DescribeLocationFsxWindowsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeLocationFsxWindowsResponseReceivedHandler;
313 typedef std::function<void(const DataSyncClient*, const Model::DescribeLocationHdfsRequest&, const Model::DescribeLocationHdfsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeLocationHdfsResponseReceivedHandler;
314 typedef std::function<void(const DataSyncClient*, const Model::DescribeLocationNfsRequest&, const Model::DescribeLocationNfsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeLocationNfsResponseReceivedHandler;
315 typedef std::function<void(const DataSyncClient*, const Model::DescribeLocationObjectStorageRequest&, const Model::DescribeLocationObjectStorageOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeLocationObjectStorageResponseReceivedHandler;
316 typedef std::function<void(const DataSyncClient*, const Model::DescribeLocationS3Request&, const Model::DescribeLocationS3Outcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeLocationS3ResponseReceivedHandler;
317 typedef std::function<void(const DataSyncClient*, const Model::DescribeLocationSmbRequest&, const Model::DescribeLocationSmbOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeLocationSmbResponseReceivedHandler;
318 typedef std::function<void(const DataSyncClient*, const Model::DescribeTaskRequest&, const Model::DescribeTaskOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeTaskResponseReceivedHandler;
319 typedef std::function<void(const DataSyncClient*, const Model::DescribeTaskExecutionRequest&, const Model::DescribeTaskExecutionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeTaskExecutionResponseReceivedHandler;
320 typedef std::function<void(const DataSyncClient*, const Model::ListAgentsRequest&, const Model::ListAgentsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListAgentsResponseReceivedHandler;
321 typedef std::function<void(const DataSyncClient*, const Model::ListLocationsRequest&, const Model::ListLocationsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListLocationsResponseReceivedHandler;
322 typedef std::function<void(const DataSyncClient*, const Model::ListTagsForResourceRequest&, const Model::ListTagsForResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListTagsForResourceResponseReceivedHandler;
323 typedef std::function<void(const DataSyncClient*, const Model::ListTaskExecutionsRequest&, const Model::ListTaskExecutionsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListTaskExecutionsResponseReceivedHandler;
324 typedef std::function<void(const DataSyncClient*, const Model::ListTasksRequest&, const Model::ListTasksOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListTasksResponseReceivedHandler;
325 typedef std::function<void(const DataSyncClient*, const Model::StartTaskExecutionRequest&, const Model::StartTaskExecutionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > StartTaskExecutionResponseReceivedHandler;
326 typedef std::function<void(const DataSyncClient*, const Model::TagResourceRequest&, const Model::TagResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > TagResourceResponseReceivedHandler;
327 typedef std::function<void(const DataSyncClient*, const Model::UntagResourceRequest&, const Model::UntagResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UntagResourceResponseReceivedHandler;
328 typedef std::function<void(const DataSyncClient*, const Model::UpdateAgentRequest&, const Model::UpdateAgentOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateAgentResponseReceivedHandler;
329 typedef std::function<void(const DataSyncClient*, const Model::UpdateLocationAzureBlobRequest&, const Model::UpdateLocationAzureBlobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateLocationAzureBlobResponseReceivedHandler;
330 typedef std::function<void(const DataSyncClient*, const Model::UpdateLocationEfsRequest&, const Model::UpdateLocationEfsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateLocationEfsResponseReceivedHandler;
331 typedef std::function<void(const DataSyncClient*, const Model::UpdateLocationFsxLustreRequest&, const Model::UpdateLocationFsxLustreOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateLocationFsxLustreResponseReceivedHandler;
332 typedef std::function<void(const DataSyncClient*, const Model::UpdateLocationFsxOntapRequest&, const Model::UpdateLocationFsxOntapOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateLocationFsxOntapResponseReceivedHandler;
333 typedef std::function<void(const DataSyncClient*, const Model::UpdateLocationFsxOpenZfsRequest&, const Model::UpdateLocationFsxOpenZfsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateLocationFsxOpenZfsResponseReceivedHandler;
334 typedef std::function<void(const DataSyncClient*, const Model::UpdateLocationFsxWindowsRequest&, const Model::UpdateLocationFsxWindowsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateLocationFsxWindowsResponseReceivedHandler;
335 typedef std::function<void(const DataSyncClient*, const Model::UpdateLocationHdfsRequest&, const Model::UpdateLocationHdfsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateLocationHdfsResponseReceivedHandler;
336 typedef std::function<void(const DataSyncClient*, const Model::UpdateLocationNfsRequest&, const Model::UpdateLocationNfsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateLocationNfsResponseReceivedHandler;
337 typedef std::function<void(const DataSyncClient*, const Model::UpdateLocationObjectStorageRequest&, const Model::UpdateLocationObjectStorageOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateLocationObjectStorageResponseReceivedHandler;
338 typedef std::function<void(const DataSyncClient*, const Model::UpdateLocationS3Request&, const Model::UpdateLocationS3Outcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateLocationS3ResponseReceivedHandler;
339 typedef std::function<void(const DataSyncClient*, const Model::UpdateLocationSmbRequest&, const Model::UpdateLocationSmbOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateLocationSmbResponseReceivedHandler;
340 typedef std::function<void(const DataSyncClient*, const Model::UpdateTaskRequest&, const Model::UpdateTaskOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateTaskResponseReceivedHandler;
341 typedef std::function<void(const DataSyncClient*, const Model::UpdateTaskExecutionRequest&, const Model::UpdateTaskExecutionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateTaskExecutionResponseReceivedHandler;
342 /* End of service model async handlers definitions */
343 } // namespace DataSync
344} // namespace Aws
EndpointProviderBase< DataSyncClientConfiguration, DataSyncBuiltInParameters, DataSyncClientContextParameters > DataSyncEndpointProviderBase
std::future< UpdateLocationFsxOntapOutcome > UpdateLocationFsxOntapOutcomeCallable
std::future< ListTasksOutcome > ListTasksOutcomeCallable
Aws::Utils::Outcome< CreateLocationFsxLustreResult, DataSyncError > CreateLocationFsxLustreOutcome
std::future< StartTaskExecutionOutcome > StartTaskExecutionOutcomeCallable
Aws::Utils::Outcome< CreateAgentResult, DataSyncError > CreateAgentOutcome
Aws::Utils::Outcome< DescribeAgentResult, DataSyncError > DescribeAgentOutcome
std::future< DescribeLocationAzureBlobOutcome > DescribeLocationAzureBlobOutcomeCallable
Aws::Utils::Outcome< ListLocationsResult, DataSyncError > ListLocationsOutcome
std::future< DescribeAgentOutcome > DescribeAgentOutcomeCallable
Aws::Utils::Outcome< UntagResourceResult, DataSyncError > UntagResourceOutcome
Aws::Utils::Outcome< CreateLocationFsxOpenZfsResult, DataSyncError > CreateLocationFsxOpenZfsOutcome
std::future< DescribeLocationObjectStorageOutcome > DescribeLocationObjectStorageOutcomeCallable
std::future< ListTagsForResourceOutcome > ListTagsForResourceOutcomeCallable
std::future< DescribeLocationS3Outcome > DescribeLocationS3OutcomeCallable
std::future< DescribeLocationNfsOutcome > DescribeLocationNfsOutcomeCallable
Aws::Utils::Outcome< UpdateLocationFsxWindowsResult, DataSyncError > UpdateLocationFsxWindowsOutcome
Aws::Utils::Outcome< UpdateLocationFsxOntapResult, DataSyncError > UpdateLocationFsxOntapOutcome
Aws::Utils::Outcome< DescribeLocationFsxLustreResult, DataSyncError > DescribeLocationFsxLustreOutcome
std::future< DescribeLocationEfsOutcome > DescribeLocationEfsOutcomeCallable
std::future< CreateTaskOutcome > CreateTaskOutcomeCallable
Aws::Utils::Outcome< UpdateTaskResult, DataSyncError > UpdateTaskOutcome
Aws::Utils::Outcome< ListAgentsResult, DataSyncError > ListAgentsOutcome
std::future< UpdateLocationObjectStorageOutcome > UpdateLocationObjectStorageOutcomeCallable
std::future< DescribeLocationFsxOpenZfsOutcome > DescribeLocationFsxOpenZfsOutcomeCallable
Aws::Utils::Outcome< CreateTaskResult, DataSyncError > CreateTaskOutcome
std::future< DescribeTaskOutcome > DescribeTaskOutcomeCallable
Aws::Utils::Outcome< UpdateLocationS3Result, DataSyncError > UpdateLocationS3Outcome
Aws::Utils::Outcome< CreateLocationObjectStorageResult, DataSyncError > CreateLocationObjectStorageOutcome
std::future< UpdateLocationAzureBlobOutcome > UpdateLocationAzureBlobOutcomeCallable
std::future< DescribeTaskExecutionOutcome > DescribeTaskExecutionOutcomeCallable
Aws::Utils::Outcome< ListTagsForResourceResult, DataSyncError > ListTagsForResourceOutcome
Aws::Utils::Outcome< UpdateLocationObjectStorageResult, DataSyncError > UpdateLocationObjectStorageOutcome
std::future< CreateLocationFsxOntapOutcome > CreateLocationFsxOntapOutcomeCallable
Aws::Utils::Outcome< UpdateLocationEfsResult, DataSyncError > UpdateLocationEfsOutcome
Aws::Utils::Outcome< CreateLocationHdfsResult, DataSyncError > CreateLocationHdfsOutcome
Aws::Utils::Outcome< DeleteLocationResult, DataSyncError > DeleteLocationOutcome
Aws::Utils::Outcome< DescribeTaskExecutionResult, DataSyncError > DescribeTaskExecutionOutcome
Aws::Utils::Outcome< CreateLocationAzureBlobResult, DataSyncError > CreateLocationAzureBlobOutcome
std::future< CreateLocationS3Outcome > CreateLocationS3OutcomeCallable
Aws::Utils::Outcome< UpdateLocationAzureBlobResult, DataSyncError > UpdateLocationAzureBlobOutcome
std::future< UpdateLocationFsxLustreOutcome > UpdateLocationFsxLustreOutcomeCallable
std::future< UntagResourceOutcome > UntagResourceOutcomeCallable
Aws::Utils::Outcome< DescribeTaskResult, DataSyncError > DescribeTaskOutcome
Aws::Utils::Outcome< DescribeLocationHdfsResult, DataSyncError > DescribeLocationHdfsOutcome
std::future< CreateLocationEfsOutcome > CreateLocationEfsOutcomeCallable
Aws::Utils::Outcome< DescribeLocationSmbResult, DataSyncError > DescribeLocationSmbOutcome
Aws::Utils::Outcome< TagResourceResult, DataSyncError > TagResourceOutcome
Aws::Utils::Outcome< CreateLocationSmbResult, DataSyncError > CreateLocationSmbOutcome
std::future< UpdateAgentOutcome > UpdateAgentOutcomeCallable
Aws::Utils::Outcome< UpdateAgentResult, DataSyncError > UpdateAgentOutcome
std::future< UpdateLocationEfsOutcome > UpdateLocationEfsOutcomeCallable
std::future< TagResourceOutcome > TagResourceOutcomeCallable
std::future< UpdateLocationFsxOpenZfsOutcome > UpdateLocationFsxOpenZfsOutcomeCallable
std::future< CreateLocationFsxOpenZfsOutcome > CreateLocationFsxOpenZfsOutcomeCallable
Aws::Utils::Outcome< DescribeLocationFsxWindowsResult, DataSyncError > DescribeLocationFsxWindowsOutcome
std::future< DeleteAgentOutcome > DeleteAgentOutcomeCallable
Aws::Utils::Outcome< UpdateTaskExecutionResult, DataSyncError > UpdateTaskExecutionOutcome
Aws::Utils::Outcome< CreateLocationFsxWindowsResult, DataSyncError > CreateLocationFsxWindowsOutcome
std::future< DescribeLocationFsxOntapOutcome > DescribeLocationFsxOntapOutcomeCallable
Aws::Utils::Outcome< DescribeLocationFsxOpenZfsResult, DataSyncError > DescribeLocationFsxOpenZfsOutcome
Aws::Utils::Outcome< DeleteTaskResult, DataSyncError > DeleteTaskOutcome
std::future< UpdateTaskOutcome > UpdateTaskOutcomeCallable
std::future< CreateLocationNfsOutcome > CreateLocationNfsOutcomeCallable
std::future< UpdateLocationHdfsOutcome > UpdateLocationHdfsOutcomeCallable
std::future< DescribeLocationSmbOutcome > DescribeLocationSmbOutcomeCallable
std::future< UpdateTaskExecutionOutcome > UpdateTaskExecutionOutcomeCallable
Aws::Utils::Outcome< UpdateLocationNfsResult, DataSyncError > UpdateLocationNfsOutcome
std::future< ListLocationsOutcome > ListLocationsOutcomeCallable
Aws::Utils::Outcome< CreateLocationFsxOntapResult, DataSyncError > CreateLocationFsxOntapOutcome
std::future< UpdateLocationFsxWindowsOutcome > UpdateLocationFsxWindowsOutcomeCallable
Aws::Utils::Outcome< DescribeLocationObjectStorageResult, DataSyncError > DescribeLocationObjectStorageOutcome
Aws::Utils::Outcome< DescribeLocationAzureBlobResult, DataSyncError > DescribeLocationAzureBlobOutcome
std::future< DescribeLocationFsxWindowsOutcome > DescribeLocationFsxWindowsOutcomeCallable
Aws::Utils::Outcome< DescribeLocationNfsResult, DataSyncError > DescribeLocationNfsOutcome
std::future< DescribeLocationFsxLustreOutcome > DescribeLocationFsxLustreOutcomeCallable
Aws::Utils::Outcome< CancelTaskExecutionResult, DataSyncError > CancelTaskExecutionOutcome
Aws::Utils::Outcome< UpdateLocationSmbResult, DataSyncError > UpdateLocationSmbOutcome
Aws::Utils::Outcome< CreateLocationEfsResult, DataSyncError > CreateLocationEfsOutcome
std::future< UpdateLocationS3Outcome > UpdateLocationS3OutcomeCallable
std::future< CreateLocationFsxLustreOutcome > CreateLocationFsxLustreOutcomeCallable
std::future< CreateLocationSmbOutcome > CreateLocationSmbOutcomeCallable
std::future< UpdateLocationNfsOutcome > UpdateLocationNfsOutcomeCallable
Aws::Utils::Outcome< DescribeLocationFsxOntapResult, DataSyncError > DescribeLocationFsxOntapOutcome
Aws::Utils::Outcome< StartTaskExecutionResult, DataSyncError > StartTaskExecutionOutcome
Aws::Utils::Outcome< UpdateLocationFsxOpenZfsResult, DataSyncError > UpdateLocationFsxOpenZfsOutcome
Aws::Utils::Outcome< UpdateLocationFsxLustreResult, DataSyncError > UpdateLocationFsxLustreOutcome
std::future< DeleteLocationOutcome > DeleteLocationOutcomeCallable
std::future< CancelTaskExecutionOutcome > CancelTaskExecutionOutcomeCallable
Aws::Utils::Outcome< CreateLocationNfsResult, DataSyncError > CreateLocationNfsOutcome
std::future< ListTaskExecutionsOutcome > ListTaskExecutionsOutcomeCallable
std::future< CreateLocationHdfsOutcome > CreateLocationHdfsOutcomeCallable
std::future< CreateLocationObjectStorageOutcome > CreateLocationObjectStorageOutcomeCallable
Aws::Utils::Outcome< ListTasksResult, DataSyncError > ListTasksOutcome
Aws::Utils::Outcome< DescribeLocationS3Result, DataSyncError > DescribeLocationS3Outcome
std::future< CreateAgentOutcome > CreateAgentOutcomeCallable
Aws::Utils::Outcome< DescribeLocationEfsResult, DataSyncError > DescribeLocationEfsOutcome
std::future< UpdateLocationSmbOutcome > UpdateLocationSmbOutcomeCallable
std::future< DeleteTaskOutcome > DeleteTaskOutcomeCallable
std::future< CreateLocationAzureBlobOutcome > CreateLocationAzureBlobOutcomeCallable
std::future< DescribeLocationHdfsOutcome > DescribeLocationHdfsOutcomeCallable
std::future< CreateLocationFsxWindowsOutcome > CreateLocationFsxWindowsOutcomeCallable
Aws::Utils::Outcome< ListTaskExecutionsResult, DataSyncError > ListTaskExecutionsOutcome
Aws::Utils::Outcome< CreateLocationS3Result, DataSyncError > CreateLocationS3Outcome
std::future< ListAgentsOutcome > ListAgentsOutcomeCallable
Aws::Utils::Outcome< UpdateLocationHdfsResult, DataSyncError > UpdateLocationHdfsOutcome
Aws::Utils::Outcome< DeleteAgentResult, DataSyncError > DeleteAgentOutcome
std::function< void(const DataSyncClient *, const Model::UpdateLocationFsxOntapRequest &, const Model::UpdateLocationFsxOntapOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateLocationFsxOntapResponseReceivedHandler
std::function< void(const DataSyncClient *, const Model::DescribeAgentRequest &, const Model::DescribeAgentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeAgentResponseReceivedHandler
std::function< void(const DataSyncClient *, const Model::DescribeLocationFsxOntapRequest &, const Model::DescribeLocationFsxOntapOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeLocationFsxOntapResponseReceivedHandler
std::function< void(const DataSyncClient *, const Model::CreateLocationS3Request &, const Model::CreateLocationS3Outcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateLocationS3ResponseReceivedHandler
std::function< void(const DataSyncClient *, const Model::DescribeLocationHdfsRequest &, const Model::DescribeLocationHdfsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeLocationHdfsResponseReceivedHandler
std::function< void(const DataSyncClient *, const Model::CreateLocationSmbRequest &, const Model::CreateLocationSmbOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateLocationSmbResponseReceivedHandler
std::function< void(const DataSyncClient *, const Model::DescribeTaskRequest &, const Model::DescribeTaskOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeTaskResponseReceivedHandler
std::function< void(const DataSyncClient *, const Model::DescribeLocationFsxOpenZfsRequest &, const Model::DescribeLocationFsxOpenZfsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeLocationFsxOpenZfsResponseReceivedHandler
std::function< void(const DataSyncClient *, const Model::UpdateLocationSmbRequest &, const Model::UpdateLocationSmbOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateLocationSmbResponseReceivedHandler
std::function< void(const DataSyncClient *, const Model::ListLocationsRequest &, const Model::ListLocationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListLocationsResponseReceivedHandler
std::function< void(const DataSyncClient *, const Model::UpdateLocationEfsRequest &, const Model::UpdateLocationEfsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateLocationEfsResponseReceivedHandler
std::function< void(const DataSyncClient *, const Model::DescribeLocationSmbRequest &, const Model::DescribeLocationSmbOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeLocationSmbResponseReceivedHandler
std::function< void(const DataSyncClient *, const Model::UpdateLocationAzureBlobRequest &, const Model::UpdateLocationAzureBlobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateLocationAzureBlobResponseReceivedHandler
std::function< void(const DataSyncClient *, const Model::DescribeLocationFsxLustreRequest &, const Model::DescribeLocationFsxLustreOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeLocationFsxLustreResponseReceivedHandler
std::function< void(const DataSyncClient *, const Model::DeleteAgentRequest &, const Model::DeleteAgentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteAgentResponseReceivedHandler
std::function< void(const DataSyncClient *, const Model::DeleteTaskRequest &, const Model::DeleteTaskOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteTaskResponseReceivedHandler
std::function< void(const DataSyncClient *, const Model::ListTaskExecutionsRequest &, const Model::ListTaskExecutionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListTaskExecutionsResponseReceivedHandler
std::function< void(const DataSyncClient *, const Model::CreateLocationEfsRequest &, const Model::CreateLocationEfsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateLocationEfsResponseReceivedHandler
std::function< void(const DataSyncClient *, const Model::CreateLocationHdfsRequest &, const Model::CreateLocationHdfsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateLocationHdfsResponseReceivedHandler
std::function< void(const DataSyncClient *, const Model::ListTasksRequest &, const Model::ListTasksOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListTasksResponseReceivedHandler
std::function< void(const DataSyncClient *, const Model::ListTagsForResourceRequest &, const Model::ListTagsForResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListTagsForResourceResponseReceivedHandler
std::function< void(const DataSyncClient *, const Model::DescribeTaskExecutionRequest &, const Model::DescribeTaskExecutionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeTaskExecutionResponseReceivedHandler
std::function< void(const DataSyncClient *, const Model::CreateLocationNfsRequest &, const Model::CreateLocationNfsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateLocationNfsResponseReceivedHandler
std::function< void(const DataSyncClient *, const Model::DescribeLocationAzureBlobRequest &, const Model::DescribeLocationAzureBlobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeLocationAzureBlobResponseReceivedHandler
std::function< void(const DataSyncClient *, const Model::DescribeLocationObjectStorageRequest &, const Model::DescribeLocationObjectStorageOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeLocationObjectStorageResponseReceivedHandler
std::function< void(const DataSyncClient *, const Model::UpdateLocationObjectStorageRequest &, const Model::UpdateLocationObjectStorageOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateLocationObjectStorageResponseReceivedHandler
std::function< void(const DataSyncClient *, const Model::ListAgentsRequest &, const Model::ListAgentsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListAgentsResponseReceivedHandler
std::function< void(const DataSyncClient *, const Model::CreateAgentRequest &, const Model::CreateAgentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateAgentResponseReceivedHandler
std::function< void(const DataSyncClient *, const Model::DescribeLocationNfsRequest &, const Model::DescribeLocationNfsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeLocationNfsResponseReceivedHandler
std::function< void(const DataSyncClient *, const Model::UpdateLocationFsxOpenZfsRequest &, const Model::UpdateLocationFsxOpenZfsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateLocationFsxOpenZfsResponseReceivedHandler
std::function< void(const DataSyncClient *, const Model::DescribeLocationEfsRequest &, const Model::DescribeLocationEfsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeLocationEfsResponseReceivedHandler
std::function< void(const DataSyncClient *, const Model::DeleteLocationRequest &, const Model::DeleteLocationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteLocationResponseReceivedHandler
std::function< void(const DataSyncClient *, const Model::UpdateLocationHdfsRequest &, const Model::UpdateLocationHdfsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateLocationHdfsResponseReceivedHandler
std::function< void(const DataSyncClient *, const Model::UpdateTaskRequest &, const Model::UpdateTaskOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateTaskResponseReceivedHandler
std::function< void(const DataSyncClient *, const Model::UpdateLocationFsxLustreRequest &, const Model::UpdateLocationFsxLustreOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateLocationFsxLustreResponseReceivedHandler
std::function< void(const DataSyncClient *, const Model::UpdateLocationS3Request &, const Model::UpdateLocationS3Outcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateLocationS3ResponseReceivedHandler
std::function< void(const DataSyncClient *, const Model::CreateLocationFsxOntapRequest &, const Model::CreateLocationFsxOntapOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateLocationFsxOntapResponseReceivedHandler
std::function< void(const DataSyncClient *, const Model::UntagResourceRequest &, const Model::UntagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UntagResourceResponseReceivedHandler
std::function< void(const DataSyncClient *, const Model::CreateLocationAzureBlobRequest &, const Model::CreateLocationAzureBlobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateLocationAzureBlobResponseReceivedHandler
std::function< void(const DataSyncClient *, const Model::DescribeLocationS3Request &, const Model::DescribeLocationS3Outcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeLocationS3ResponseReceivedHandler
std::function< void(const DataSyncClient *, const Model::CreateLocationFsxOpenZfsRequest &, const Model::CreateLocationFsxOpenZfsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateLocationFsxOpenZfsResponseReceivedHandler
std::function< void(const DataSyncClient *, const Model::CreateLocationFsxWindowsRequest &, const Model::CreateLocationFsxWindowsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateLocationFsxWindowsResponseReceivedHandler
std::function< void(const DataSyncClient *, const Model::CancelTaskExecutionRequest &, const Model::CancelTaskExecutionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CancelTaskExecutionResponseReceivedHandler
std::function< void(const DataSyncClient *, const Model::TagResourceRequest &, const Model::TagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > TagResourceResponseReceivedHandler
std::function< void(const DataSyncClient *, const Model::DescribeLocationFsxWindowsRequest &, const Model::DescribeLocationFsxWindowsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeLocationFsxWindowsResponseReceivedHandler
std::function< void(const DataSyncClient *, const Model::CreateLocationFsxLustreRequest &, const Model::CreateLocationFsxLustreOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateLocationFsxLustreResponseReceivedHandler
std::function< void(const DataSyncClient *, const Model::CreateTaskRequest &, const Model::CreateTaskOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateTaskResponseReceivedHandler
std::function< void(const DataSyncClient *, const Model::StartTaskExecutionRequest &, const Model::StartTaskExecutionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > StartTaskExecutionResponseReceivedHandler
std::function< void(const DataSyncClient *, const Model::CreateLocationObjectStorageRequest &, const Model::CreateLocationObjectStorageOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateLocationObjectStorageResponseReceivedHandler
std::function< void(const DataSyncClient *, const Model::UpdateTaskExecutionRequest &, const Model::UpdateTaskExecutionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateTaskExecutionResponseReceivedHandler
std::function< void(const DataSyncClient *, const Model::UpdateLocationNfsRequest &, const Model::UpdateLocationNfsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateLocationNfsResponseReceivedHandler
std::function< void(const DataSyncClient *, const Model::UpdateLocationFsxWindowsRequest &, const Model::UpdateLocationFsxWindowsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateLocationFsxWindowsResponseReceivedHandler
std::function< void(const DataSyncClient *, const Model::UpdateAgentRequest &, const Model::UpdateAgentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateAgentResponseReceivedHandler