AWS SDK for C++

AWS SDK for C++ Version 1.11.695

Loading...
Searching...
No Matches
S3CrtServiceClientModel.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/http/HttpTypes.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
13#include <aws/s3-crt/S3CrtClientConfiguration.h>
14#include <aws/s3-crt/S3CrtEndpointProvider.h>
15#include <aws/s3-crt/S3CrtErrors.h>
16
17#include <functional>
18#include <future>
19/* End of generic header includes */
20
21/* Service model headers required in S3CrtClient header */
22#include <aws/core/NoResult.h>
23#include <aws/s3-crt/model/AbortMultipartUploadResult.h>
24#include <aws/s3-crt/model/CompleteMultipartUploadResult.h>
25#include <aws/s3-crt/model/CopyObjectResult.h>
26#include <aws/s3-crt/model/CreateBucketResult.h>
27#include <aws/s3-crt/model/CreateMultipartUploadResult.h>
28#include <aws/s3-crt/model/CreateSessionResult.h>
29#include <aws/s3-crt/model/DeleteObjectResult.h>
30#include <aws/s3-crt/model/DeleteObjectTaggingResult.h>
31#include <aws/s3-crt/model/DeleteObjectsResult.h>
32#include <aws/s3-crt/model/GetBucketAbacResult.h>
33#include <aws/s3-crt/model/GetBucketAccelerateConfigurationResult.h>
34#include <aws/s3-crt/model/GetBucketAclResult.h>
35#include <aws/s3-crt/model/GetBucketAnalyticsConfigurationResult.h>
36#include <aws/s3-crt/model/GetBucketCorsResult.h>
37#include <aws/s3-crt/model/GetBucketEncryptionResult.h>
38#include <aws/s3-crt/model/GetBucketIntelligentTieringConfigurationResult.h>
39#include <aws/s3-crt/model/GetBucketInventoryConfigurationResult.h>
40#include <aws/s3-crt/model/GetBucketLifecycleConfigurationResult.h>
41#include <aws/s3-crt/model/GetBucketLocationResult.h>
42#include <aws/s3-crt/model/GetBucketLoggingResult.h>
43#include <aws/s3-crt/model/GetBucketMetadataConfigurationSdkResult.h>
44#include <aws/s3-crt/model/GetBucketMetadataTableConfigurationSdkResult.h>
45#include <aws/s3-crt/model/GetBucketMetricsConfigurationResult.h>
46#include <aws/s3-crt/model/GetBucketNotificationConfigurationResult.h>
47#include <aws/s3-crt/model/GetBucketOwnershipControlsResult.h>
48#include <aws/s3-crt/model/GetBucketPolicyResult.h>
49#include <aws/s3-crt/model/GetBucketPolicyStatusResult.h>
50#include <aws/s3-crt/model/GetBucketReplicationResult.h>
51#include <aws/s3-crt/model/GetBucketRequestPaymentResult.h>
52#include <aws/s3-crt/model/GetBucketTaggingResult.h>
53#include <aws/s3-crt/model/GetBucketVersioningResult.h>
54#include <aws/s3-crt/model/GetBucketWebsiteResult.h>
55#include <aws/s3-crt/model/GetObjectAclResult.h>
56#include <aws/s3-crt/model/GetObjectAttributesResult.h>
57#include <aws/s3-crt/model/GetObjectLegalHoldResult.h>
58#include <aws/s3-crt/model/GetObjectLockConfigurationResult.h>
59#include <aws/s3-crt/model/GetObjectResult.h>
60#include <aws/s3-crt/model/GetObjectRetentionResult.h>
61#include <aws/s3-crt/model/GetObjectTaggingResult.h>
62#include <aws/s3-crt/model/GetObjectTorrentResult.h>
63#include <aws/s3-crt/model/GetPublicAccessBlockResult.h>
64#include <aws/s3-crt/model/HeadBucketResult.h>
65#include <aws/s3-crt/model/HeadObjectResult.h>
66#include <aws/s3-crt/model/ListBucketAnalyticsConfigurationsResult.h>
67#include <aws/s3-crt/model/ListBucketIntelligentTieringConfigurationsResult.h>
68#include <aws/s3-crt/model/ListBucketInventoryConfigurationsResult.h>
69#include <aws/s3-crt/model/ListBucketMetricsConfigurationsResult.h>
70#include <aws/s3-crt/model/ListBucketsRequest.h>
71#include <aws/s3-crt/model/ListBucketsResult.h>
72#include <aws/s3-crt/model/ListDirectoryBucketsRequest.h>
73#include <aws/s3-crt/model/ListDirectoryBucketsResult.h>
74#include <aws/s3-crt/model/ListMultipartUploadsResult.h>
75#include <aws/s3-crt/model/ListObjectVersionsResult.h>
76#include <aws/s3-crt/model/ListObjectsResult.h>
77#include <aws/s3-crt/model/ListObjectsV2Result.h>
78#include <aws/s3-crt/model/ListPartsResult.h>
79#include <aws/s3-crt/model/PutBucketLifecycleConfigurationResult.h>
80#include <aws/s3-crt/model/PutObjectAclResult.h>
81#include <aws/s3-crt/model/PutObjectLegalHoldResult.h>
82#include <aws/s3-crt/model/PutObjectLockConfigurationResult.h>
83#include <aws/s3-crt/model/PutObjectResult.h>
84#include <aws/s3-crt/model/PutObjectRetentionResult.h>
85#include <aws/s3-crt/model/PutObjectTaggingResult.h>
86#include <aws/s3-crt/model/RenameObjectResult.h>
87#include <aws/s3-crt/model/RestoreObjectResult.h>
88#include <aws/s3-crt/model/UploadPartCopyResult.h>
89#include <aws/s3-crt/model/UploadPartResult.h>
90/* End of service model headers required in S3CrtClient header */
91
92namespace Aws {
93namespace Http {
94class HttpClient;
95class HttpClientFactory;
96} // namespace Http
97
98namespace Utils {
99template <typename R, typename E>
100class Outcome;
101
102namespace Threading {
103class Executor;
104} // namespace Threading
105} // namespace Utils
106
107namespace Auth {
108class AWSCredentials;
109class AWSCredentialsProvider;
110} // namespace Auth
111
112namespace Client {
113class RetryStrategy;
114} // namespace Client
115
116namespace S3Crt {
119
120namespace Model {
121/* Service model forward declarations required in S3CrtClient header */
122class AbortMultipartUploadRequest;
123class CompleteMultipartUploadRequest;
124class CopyObjectRequest;
125class CreateBucketRequest;
126class CreateBucketMetadataConfigurationRequest;
127class CreateBucketMetadataTableConfigurationRequest;
128class CreateMultipartUploadRequest;
129class CreateSessionRequest;
130class DeleteBucketRequest;
131class DeleteBucketAnalyticsConfigurationRequest;
132class DeleteBucketCorsRequest;
133class DeleteBucketEncryptionRequest;
134class DeleteBucketIntelligentTieringConfigurationRequest;
135class DeleteBucketInventoryConfigurationRequest;
136class DeleteBucketLifecycleRequest;
137class DeleteBucketMetadataConfigurationRequest;
138class DeleteBucketMetadataTableConfigurationRequest;
139class DeleteBucketMetricsConfigurationRequest;
140class DeleteBucketOwnershipControlsRequest;
141class DeleteBucketPolicyRequest;
142class DeleteBucketReplicationRequest;
143class DeleteBucketTaggingRequest;
144class DeleteBucketWebsiteRequest;
145class DeleteObjectRequest;
146class DeleteObjectTaggingRequest;
147class DeleteObjectsRequest;
148class DeletePublicAccessBlockRequest;
149class GetBucketAbacRequest;
150class GetBucketAccelerateConfigurationRequest;
151class GetBucketAclRequest;
152class GetBucketAnalyticsConfigurationRequest;
153class GetBucketCorsRequest;
154class GetBucketEncryptionRequest;
155class GetBucketIntelligentTieringConfigurationRequest;
156class GetBucketInventoryConfigurationRequest;
157class GetBucketLifecycleConfigurationRequest;
158class GetBucketLocationRequest;
159class GetBucketLoggingRequest;
160class GetBucketMetadataConfigurationRequest;
161class GetBucketMetadataTableConfigurationRequest;
162class GetBucketMetricsConfigurationRequest;
163class GetBucketNotificationConfigurationRequest;
164class GetBucketOwnershipControlsRequest;
165class GetBucketPolicyRequest;
166class GetBucketPolicyStatusRequest;
167class GetBucketReplicationRequest;
168class GetBucketRequestPaymentRequest;
169class GetBucketTaggingRequest;
170class GetBucketVersioningRequest;
171class GetBucketWebsiteRequest;
172class GetObjectRequest;
173class GetObjectAclRequest;
174class GetObjectAttributesRequest;
175class GetObjectLegalHoldRequest;
176class GetObjectLockConfigurationRequest;
177class GetObjectRetentionRequest;
178class GetObjectTaggingRequest;
179class GetObjectTorrentRequest;
180class GetPublicAccessBlockRequest;
181class HeadBucketRequest;
182class HeadObjectRequest;
183class ListBucketAnalyticsConfigurationsRequest;
184class ListBucketIntelligentTieringConfigurationsRequest;
185class ListBucketInventoryConfigurationsRequest;
186class ListBucketMetricsConfigurationsRequest;
187class ListBucketsRequest;
188class ListDirectoryBucketsRequest;
189class ListMultipartUploadsRequest;
190class ListObjectVersionsRequest;
191class ListObjectsRequest;
192class ListObjectsV2Request;
193class ListPartsRequest;
194class PutBucketAbacRequest;
195class PutBucketAccelerateConfigurationRequest;
196class PutBucketAclRequest;
197class PutBucketAnalyticsConfigurationRequest;
198class PutBucketCorsRequest;
199class PutBucketEncryptionRequest;
200class PutBucketIntelligentTieringConfigurationRequest;
201class PutBucketInventoryConfigurationRequest;
202class PutBucketLifecycleConfigurationRequest;
203class PutBucketLoggingRequest;
204class PutBucketMetricsConfigurationRequest;
205class PutBucketNotificationConfigurationRequest;
206class PutBucketOwnershipControlsRequest;
207class PutBucketPolicyRequest;
208class PutBucketReplicationRequest;
209class PutBucketRequestPaymentRequest;
210class PutBucketTaggingRequest;
211class PutBucketVersioningRequest;
212class PutBucketWebsiteRequest;
213class PutObjectRequest;
214class PutObjectAclRequest;
215class PutObjectLegalHoldRequest;
216class PutObjectLockConfigurationRequest;
217class PutObjectRetentionRequest;
218class PutObjectTaggingRequest;
219class PutPublicAccessBlockRequest;
220class RenameObjectRequest;
221class RestoreObjectRequest;
222class SelectObjectContentRequest;
223class UpdateBucketMetadataInventoryTableConfigurationRequest;
224class UpdateBucketMetadataJournalTableConfigurationRequest;
225class UploadPartRequest;
226class UploadPartCopyRequest;
227class WriteGetObjectResponseRequest;
228/* End of service model forward declarations required in S3CrtClient header */
229
230/* Service model Outcome class definitions */
337/* End of service model Outcome class definitions */
338
339/* Service model Outcome callable definitions */
340typedef std::future<AbortMultipartUploadOutcome> AbortMultipartUploadOutcomeCallable;
341typedef std::future<CompleteMultipartUploadOutcome> CompleteMultipartUploadOutcomeCallable;
342typedef std::future<CreateBucketOutcome> CreateBucketOutcomeCallable;
343typedef std::future<CreateBucketMetadataConfigurationOutcome> CreateBucketMetadataConfigurationOutcomeCallable;
344typedef std::future<CreateBucketMetadataTableConfigurationOutcome> CreateBucketMetadataTableConfigurationOutcomeCallable;
345typedef std::future<CreateMultipartUploadOutcome> CreateMultipartUploadOutcomeCallable;
346typedef std::future<CreateSessionOutcome> CreateSessionOutcomeCallable;
347typedef std::future<DeleteBucketOutcome> DeleteBucketOutcomeCallable;
348typedef std::future<DeleteBucketAnalyticsConfigurationOutcome> DeleteBucketAnalyticsConfigurationOutcomeCallable;
349typedef std::future<DeleteBucketCorsOutcome> DeleteBucketCorsOutcomeCallable;
350typedef std::future<DeleteBucketEncryptionOutcome> DeleteBucketEncryptionOutcomeCallable;
351typedef std::future<DeleteBucketIntelligentTieringConfigurationOutcome> DeleteBucketIntelligentTieringConfigurationOutcomeCallable;
352typedef std::future<DeleteBucketInventoryConfigurationOutcome> DeleteBucketInventoryConfigurationOutcomeCallable;
353typedef std::future<DeleteBucketLifecycleOutcome> DeleteBucketLifecycleOutcomeCallable;
354typedef std::future<DeleteBucketMetadataConfigurationOutcome> DeleteBucketMetadataConfigurationOutcomeCallable;
355typedef std::future<DeleteBucketMetadataTableConfigurationOutcome> DeleteBucketMetadataTableConfigurationOutcomeCallable;
356typedef std::future<DeleteBucketMetricsConfigurationOutcome> DeleteBucketMetricsConfigurationOutcomeCallable;
357typedef std::future<DeleteBucketOwnershipControlsOutcome> DeleteBucketOwnershipControlsOutcomeCallable;
358typedef std::future<DeleteBucketPolicyOutcome> DeleteBucketPolicyOutcomeCallable;
359typedef std::future<DeleteBucketReplicationOutcome> DeleteBucketReplicationOutcomeCallable;
360typedef std::future<DeleteBucketTaggingOutcome> DeleteBucketTaggingOutcomeCallable;
361typedef std::future<DeleteBucketWebsiteOutcome> DeleteBucketWebsiteOutcomeCallable;
362typedef std::future<DeleteObjectOutcome> DeleteObjectOutcomeCallable;
363typedef std::future<DeleteObjectTaggingOutcome> DeleteObjectTaggingOutcomeCallable;
364typedef std::future<DeleteObjectsOutcome> DeleteObjectsOutcomeCallable;
365typedef std::future<DeletePublicAccessBlockOutcome> DeletePublicAccessBlockOutcomeCallable;
366typedef std::future<GetBucketAbacOutcome> GetBucketAbacOutcomeCallable;
367typedef std::future<GetBucketAccelerateConfigurationOutcome> GetBucketAccelerateConfigurationOutcomeCallable;
368typedef std::future<GetBucketAclOutcome> GetBucketAclOutcomeCallable;
369typedef std::future<GetBucketAnalyticsConfigurationOutcome> GetBucketAnalyticsConfigurationOutcomeCallable;
370typedef std::future<GetBucketCorsOutcome> GetBucketCorsOutcomeCallable;
371typedef std::future<GetBucketEncryptionOutcome> GetBucketEncryptionOutcomeCallable;
372typedef std::future<GetBucketIntelligentTieringConfigurationOutcome> GetBucketIntelligentTieringConfigurationOutcomeCallable;
373typedef std::future<GetBucketInventoryConfigurationOutcome> GetBucketInventoryConfigurationOutcomeCallable;
374typedef std::future<GetBucketLifecycleConfigurationOutcome> GetBucketLifecycleConfigurationOutcomeCallable;
375typedef std::future<GetBucketLocationOutcome> GetBucketLocationOutcomeCallable;
376typedef std::future<GetBucketLoggingOutcome> GetBucketLoggingOutcomeCallable;
377typedef std::future<GetBucketMetadataConfigurationOutcome> GetBucketMetadataConfigurationOutcomeCallable;
378typedef std::future<GetBucketMetadataTableConfigurationOutcome> GetBucketMetadataTableConfigurationOutcomeCallable;
379typedef std::future<GetBucketMetricsConfigurationOutcome> GetBucketMetricsConfigurationOutcomeCallable;
380typedef std::future<GetBucketNotificationConfigurationOutcome> GetBucketNotificationConfigurationOutcomeCallable;
381typedef std::future<GetBucketOwnershipControlsOutcome> GetBucketOwnershipControlsOutcomeCallable;
382typedef std::future<GetBucketPolicyOutcome> GetBucketPolicyOutcomeCallable;
383typedef std::future<GetBucketPolicyStatusOutcome> GetBucketPolicyStatusOutcomeCallable;
384typedef std::future<GetBucketReplicationOutcome> GetBucketReplicationOutcomeCallable;
385typedef std::future<GetBucketRequestPaymentOutcome> GetBucketRequestPaymentOutcomeCallable;
386typedef std::future<GetBucketTaggingOutcome> GetBucketTaggingOutcomeCallable;
387typedef std::future<GetBucketVersioningOutcome> GetBucketVersioningOutcomeCallable;
388typedef std::future<GetBucketWebsiteOutcome> GetBucketWebsiteOutcomeCallable;
389typedef std::future<GetObjectAclOutcome> GetObjectAclOutcomeCallable;
390typedef std::future<GetObjectAttributesOutcome> GetObjectAttributesOutcomeCallable;
391typedef std::future<GetObjectLegalHoldOutcome> GetObjectLegalHoldOutcomeCallable;
392typedef std::future<GetObjectLockConfigurationOutcome> GetObjectLockConfigurationOutcomeCallable;
393typedef std::future<GetObjectRetentionOutcome> GetObjectRetentionOutcomeCallable;
394typedef std::future<GetObjectTaggingOutcome> GetObjectTaggingOutcomeCallable;
395typedef std::future<GetObjectTorrentOutcome> GetObjectTorrentOutcomeCallable;
396typedef std::future<GetPublicAccessBlockOutcome> GetPublicAccessBlockOutcomeCallable;
397typedef std::future<HeadBucketOutcome> HeadBucketOutcomeCallable;
398typedef std::future<HeadObjectOutcome> HeadObjectOutcomeCallable;
399typedef std::future<ListBucketAnalyticsConfigurationsOutcome> ListBucketAnalyticsConfigurationsOutcomeCallable;
400typedef std::future<ListBucketIntelligentTieringConfigurationsOutcome> ListBucketIntelligentTieringConfigurationsOutcomeCallable;
401typedef std::future<ListBucketInventoryConfigurationsOutcome> ListBucketInventoryConfigurationsOutcomeCallable;
402typedef std::future<ListBucketMetricsConfigurationsOutcome> ListBucketMetricsConfigurationsOutcomeCallable;
403typedef std::future<ListBucketsOutcome> ListBucketsOutcomeCallable;
404typedef std::future<ListDirectoryBucketsOutcome> ListDirectoryBucketsOutcomeCallable;
405typedef std::future<ListMultipartUploadsOutcome> ListMultipartUploadsOutcomeCallable;
406typedef std::future<ListObjectVersionsOutcome> ListObjectVersionsOutcomeCallable;
407typedef std::future<ListObjectsOutcome> ListObjectsOutcomeCallable;
408typedef std::future<ListObjectsV2Outcome> ListObjectsV2OutcomeCallable;
409typedef std::future<ListPartsOutcome> ListPartsOutcomeCallable;
410typedef std::future<PutBucketAbacOutcome> PutBucketAbacOutcomeCallable;
411typedef std::future<PutBucketAccelerateConfigurationOutcome> PutBucketAccelerateConfigurationOutcomeCallable;
412typedef std::future<PutBucketAclOutcome> PutBucketAclOutcomeCallable;
413typedef std::future<PutBucketAnalyticsConfigurationOutcome> PutBucketAnalyticsConfigurationOutcomeCallable;
414typedef std::future<PutBucketCorsOutcome> PutBucketCorsOutcomeCallable;
415typedef std::future<PutBucketEncryptionOutcome> PutBucketEncryptionOutcomeCallable;
416typedef std::future<PutBucketIntelligentTieringConfigurationOutcome> PutBucketIntelligentTieringConfigurationOutcomeCallable;
417typedef std::future<PutBucketInventoryConfigurationOutcome> PutBucketInventoryConfigurationOutcomeCallable;
418typedef std::future<PutBucketLifecycleConfigurationOutcome> PutBucketLifecycleConfigurationOutcomeCallable;
419typedef std::future<PutBucketLoggingOutcome> PutBucketLoggingOutcomeCallable;
420typedef std::future<PutBucketMetricsConfigurationOutcome> PutBucketMetricsConfigurationOutcomeCallable;
421typedef std::future<PutBucketNotificationConfigurationOutcome> PutBucketNotificationConfigurationOutcomeCallable;
422typedef std::future<PutBucketOwnershipControlsOutcome> PutBucketOwnershipControlsOutcomeCallable;
423typedef std::future<PutBucketPolicyOutcome> PutBucketPolicyOutcomeCallable;
424typedef std::future<PutBucketReplicationOutcome> PutBucketReplicationOutcomeCallable;
425typedef std::future<PutBucketRequestPaymentOutcome> PutBucketRequestPaymentOutcomeCallable;
426typedef std::future<PutBucketTaggingOutcome> PutBucketTaggingOutcomeCallable;
427typedef std::future<PutBucketVersioningOutcome> PutBucketVersioningOutcomeCallable;
428typedef std::future<PutBucketWebsiteOutcome> PutBucketWebsiteOutcomeCallable;
429typedef std::future<PutObjectAclOutcome> PutObjectAclOutcomeCallable;
430typedef std::future<PutObjectLegalHoldOutcome> PutObjectLegalHoldOutcomeCallable;
431typedef std::future<PutObjectLockConfigurationOutcome> PutObjectLockConfigurationOutcomeCallable;
432typedef std::future<PutObjectRetentionOutcome> PutObjectRetentionOutcomeCallable;
433typedef std::future<PutObjectTaggingOutcome> PutObjectTaggingOutcomeCallable;
434typedef std::future<PutPublicAccessBlockOutcome> PutPublicAccessBlockOutcomeCallable;
435typedef std::future<RenameObjectOutcome> RenameObjectOutcomeCallable;
436typedef std::future<RestoreObjectOutcome> RestoreObjectOutcomeCallable;
437typedef std::future<SelectObjectContentOutcome> SelectObjectContentOutcomeCallable;
438typedef std::future<UpdateBucketMetadataInventoryTableConfigurationOutcome> UpdateBucketMetadataInventoryTableConfigurationOutcomeCallable;
439typedef std::future<UpdateBucketMetadataJournalTableConfigurationOutcome> UpdateBucketMetadataJournalTableConfigurationOutcomeCallable;
440typedef std::future<UploadPartOutcome> UploadPartOutcomeCallable;
441typedef std::future<UploadPartCopyOutcome> UploadPartCopyOutcomeCallable;
442typedef std::future<WriteGetObjectResponseOutcome> WriteGetObjectResponseOutcomeCallable;
443/* End of service model Outcome callable definitions */
444} // namespace Model
445
446class S3CrtClient;
447
448/* Service model async handlers definitions */
449typedef std::function<void(const S3CrtClient*, const Model::AbortMultipartUploadRequest&, const Model::AbortMultipartUploadOutcome&,
450 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
452typedef std::function<void(const S3CrtClient*, const Model::CompleteMultipartUploadRequest&, const Model::CompleteMultipartUploadOutcome&,
453 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
455typedef std::function<void(const S3CrtClient*, const Model::CopyObjectRequest&, const Model::CopyObjectOutcome&,
456 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
458typedef std::function<void(const S3CrtClient*, const Model::CreateBucketRequest&, const Model::CreateBucketOutcome&,
459 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
461typedef std::function<void(const S3CrtClient*, const Model::CreateBucketMetadataConfigurationRequest&,
463 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
465typedef std::function<void(const S3CrtClient*, const Model::CreateBucketMetadataTableConfigurationRequest&,
467 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
469typedef std::function<void(const S3CrtClient*, const Model::CreateMultipartUploadRequest&, const Model::CreateMultipartUploadOutcome&,
470 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
472typedef std::function<void(const S3CrtClient*, const Model::CreateSessionRequest&, const Model::CreateSessionOutcome&,
473 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
475typedef std::function<void(const S3CrtClient*, const Model::DeleteBucketRequest&, const Model::DeleteBucketOutcome&,
476 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
478typedef std::function<void(const S3CrtClient*, const Model::DeleteBucketAnalyticsConfigurationRequest&,
480 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
482typedef std::function<void(const S3CrtClient*, const Model::DeleteBucketCorsRequest&, const Model::DeleteBucketCorsOutcome&,
483 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
485typedef std::function<void(const S3CrtClient*, const Model::DeleteBucketEncryptionRequest&, const Model::DeleteBucketEncryptionOutcome&,
486 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
488typedef std::function<void(const S3CrtClient*, const Model::DeleteBucketIntelligentTieringConfigurationRequest&,
490 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
492typedef std::function<void(const S3CrtClient*, const Model::DeleteBucketInventoryConfigurationRequest&,
494 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
496typedef std::function<void(const S3CrtClient*, const Model::DeleteBucketLifecycleRequest&, const Model::DeleteBucketLifecycleOutcome&,
497 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
499typedef std::function<void(const S3CrtClient*, const Model::DeleteBucketMetadataConfigurationRequest&,
501 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
503typedef std::function<void(const S3CrtClient*, const Model::DeleteBucketMetadataTableConfigurationRequest&,
505 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
507typedef std::function<void(const S3CrtClient*, const Model::DeleteBucketMetricsConfigurationRequest&,
509 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
511typedef std::function<void(const S3CrtClient*, const Model::DeleteBucketOwnershipControlsRequest&,
513 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
515typedef std::function<void(const S3CrtClient*, const Model::DeleteBucketPolicyRequest&, const Model::DeleteBucketPolicyOutcome&,
516 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
518typedef std::function<void(const S3CrtClient*, const Model::DeleteBucketReplicationRequest&, const Model::DeleteBucketReplicationOutcome&,
519 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
521typedef std::function<void(const S3CrtClient*, const Model::DeleteBucketTaggingRequest&, const Model::DeleteBucketTaggingOutcome&,
522 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
524typedef std::function<void(const S3CrtClient*, const Model::DeleteBucketWebsiteRequest&, const Model::DeleteBucketWebsiteOutcome&,
525 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
527typedef std::function<void(const S3CrtClient*, const Model::DeleteObjectRequest&, const Model::DeleteObjectOutcome&,
528 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
530typedef std::function<void(const S3CrtClient*, const Model::DeleteObjectTaggingRequest&, const Model::DeleteObjectTaggingOutcome&,
531 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
533typedef std::function<void(const S3CrtClient*, const Model::DeleteObjectsRequest&, const Model::DeleteObjectsOutcome&,
534 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
536typedef std::function<void(const S3CrtClient*, const Model::DeletePublicAccessBlockRequest&, const Model::DeletePublicAccessBlockOutcome&,
537 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
539typedef std::function<void(const S3CrtClient*, const Model::GetBucketAbacRequest&, const Model::GetBucketAbacOutcome&,
540 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
542typedef std::function<void(const S3CrtClient*, const Model::GetBucketAccelerateConfigurationRequest&,
544 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
546typedef std::function<void(const S3CrtClient*, const Model::GetBucketAclRequest&, const Model::GetBucketAclOutcome&,
547 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
549typedef std::function<void(const S3CrtClient*, const Model::GetBucketAnalyticsConfigurationRequest&,
551 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
553typedef std::function<void(const S3CrtClient*, const Model::GetBucketCorsRequest&, const Model::GetBucketCorsOutcome&,
554 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
556typedef std::function<void(const S3CrtClient*, const Model::GetBucketEncryptionRequest&, const Model::GetBucketEncryptionOutcome&,
557 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
559typedef std::function<void(const S3CrtClient*, const Model::GetBucketIntelligentTieringConfigurationRequest&,
561 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
563typedef std::function<void(const S3CrtClient*, const Model::GetBucketInventoryConfigurationRequest&,
565 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
567typedef std::function<void(const S3CrtClient*, const Model::GetBucketLifecycleConfigurationRequest&,
569 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
571typedef std::function<void(const S3CrtClient*, const Model::GetBucketLocationRequest&, const Model::GetBucketLocationOutcome&,
572 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
574typedef std::function<void(const S3CrtClient*, const Model::GetBucketLoggingRequest&, const Model::GetBucketLoggingOutcome&,
575 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
577typedef std::function<void(const S3CrtClient*, const Model::GetBucketMetadataConfigurationRequest&,
579 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
581typedef std::function<void(const S3CrtClient*, const Model::GetBucketMetadataTableConfigurationRequest&,
583 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
585typedef std::function<void(const S3CrtClient*, const Model::GetBucketMetricsConfigurationRequest&,
587 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
589typedef std::function<void(const S3CrtClient*, const Model::GetBucketNotificationConfigurationRequest&,
591 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
593typedef std::function<void(const S3CrtClient*, const Model::GetBucketOwnershipControlsRequest&,
594 const Model::GetBucketOwnershipControlsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
596typedef std::function<void(const S3CrtClient*, const Model::GetBucketPolicyRequest&, Model::GetBucketPolicyOutcome,
597 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
599typedef std::function<void(const S3CrtClient*, const Model::GetBucketPolicyStatusRequest&, const Model::GetBucketPolicyStatusOutcome&,
600 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
602typedef std::function<void(const S3CrtClient*, const Model::GetBucketReplicationRequest&, const Model::GetBucketReplicationOutcome&,
603 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
605typedef std::function<void(const S3CrtClient*, const Model::GetBucketRequestPaymentRequest&, const Model::GetBucketRequestPaymentOutcome&,
606 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
608typedef std::function<void(const S3CrtClient*, const Model::GetBucketTaggingRequest&, const Model::GetBucketTaggingOutcome&,
609 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
611typedef std::function<void(const S3CrtClient*, const Model::GetBucketVersioningRequest&, const Model::GetBucketVersioningOutcome&,
612 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
614typedef std::function<void(const S3CrtClient*, const Model::GetBucketWebsiteRequest&, const Model::GetBucketWebsiteOutcome&,
615 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
617typedef std::function<void(const S3CrtClient*, const Model::GetObjectRequest&, Model::GetObjectOutcome,
618 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
620typedef std::function<void(const S3CrtClient*, const Model::GetObjectAclRequest&, const Model::GetObjectAclOutcome&,
621 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
623typedef std::function<void(const S3CrtClient*, const Model::GetObjectAttributesRequest&, const Model::GetObjectAttributesOutcome&,
624 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
626typedef std::function<void(const S3CrtClient*, const Model::GetObjectLegalHoldRequest&, const Model::GetObjectLegalHoldOutcome&,
627 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
629typedef std::function<void(const S3CrtClient*, const Model::GetObjectLockConfigurationRequest&,
630 const Model::GetObjectLockConfigurationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
632typedef std::function<void(const S3CrtClient*, const Model::GetObjectRetentionRequest&, const Model::GetObjectRetentionOutcome&,
633 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
635typedef std::function<void(const S3CrtClient*, const Model::GetObjectTaggingRequest&, const Model::GetObjectTaggingOutcome&,
636 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
638typedef std::function<void(const S3CrtClient*, const Model::GetObjectTorrentRequest&, Model::GetObjectTorrentOutcome,
639 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
641typedef std::function<void(const S3CrtClient*, const Model::GetPublicAccessBlockRequest&, const Model::GetPublicAccessBlockOutcome&,
642 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
644typedef std::function<void(const S3CrtClient*, const Model::HeadBucketRequest&, const Model::HeadBucketOutcome&,
645 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
647typedef std::function<void(const S3CrtClient*, const Model::HeadObjectRequest&, const Model::HeadObjectOutcome&,
648 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
650typedef std::function<void(const S3CrtClient*, const Model::ListBucketAnalyticsConfigurationsRequest&,
652 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
654typedef std::function<void(const S3CrtClient*, const Model::ListBucketIntelligentTieringConfigurationsRequest&,
656 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
658typedef std::function<void(const S3CrtClient*, const Model::ListBucketInventoryConfigurationsRequest&,
660 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
662typedef std::function<void(const S3CrtClient*, const Model::ListBucketMetricsConfigurationsRequest&,
664 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
666typedef std::function<void(const S3CrtClient*, const Model::ListBucketsRequest&, const Model::ListBucketsOutcome&,
667 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
669typedef std::function<void(const S3CrtClient*, const Model::ListDirectoryBucketsRequest&, const Model::ListDirectoryBucketsOutcome&,
670 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
672typedef std::function<void(const S3CrtClient*, const Model::ListMultipartUploadsRequest&, const Model::ListMultipartUploadsOutcome&,
673 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
675typedef std::function<void(const S3CrtClient*, const Model::ListObjectVersionsRequest&, const Model::ListObjectVersionsOutcome&,
676 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
678typedef std::function<void(const S3CrtClient*, const Model::ListObjectsRequest&, const Model::ListObjectsOutcome&,
679 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
681typedef std::function<void(const S3CrtClient*, const Model::ListObjectsV2Request&, const Model::ListObjectsV2Outcome&,
682 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
684typedef std::function<void(const S3CrtClient*, const Model::ListPartsRequest&, const Model::ListPartsOutcome&,
685 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
687typedef std::function<void(const S3CrtClient*, const Model::PutBucketAbacRequest&, const Model::PutBucketAbacOutcome&,
688 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
690typedef std::function<void(const S3CrtClient*, const Model::PutBucketAccelerateConfigurationRequest&,
692 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
694typedef std::function<void(const S3CrtClient*, const Model::PutBucketAclRequest&, const Model::PutBucketAclOutcome&,
695 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
697typedef std::function<void(const S3CrtClient*, const Model::PutBucketAnalyticsConfigurationRequest&,
699 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
701typedef std::function<void(const S3CrtClient*, const Model::PutBucketCorsRequest&, const Model::PutBucketCorsOutcome&,
702 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
704typedef std::function<void(const S3CrtClient*, const Model::PutBucketEncryptionRequest&, const Model::PutBucketEncryptionOutcome&,
705 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
707typedef std::function<void(const S3CrtClient*, const Model::PutBucketIntelligentTieringConfigurationRequest&,
709 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
711typedef std::function<void(const S3CrtClient*, const Model::PutBucketInventoryConfigurationRequest&,
713 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
715typedef std::function<void(const S3CrtClient*, const Model::PutBucketLifecycleConfigurationRequest&,
717 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
719typedef std::function<void(const S3CrtClient*, const Model::PutBucketLoggingRequest&, const Model::PutBucketLoggingOutcome&,
720 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
722typedef std::function<void(const S3CrtClient*, const Model::PutBucketMetricsConfigurationRequest&,
724 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
726typedef std::function<void(const S3CrtClient*, const Model::PutBucketNotificationConfigurationRequest&,
728 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
730typedef std::function<void(const S3CrtClient*, const Model::PutBucketOwnershipControlsRequest&,
731 const Model::PutBucketOwnershipControlsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
733typedef std::function<void(const S3CrtClient*, const Model::PutBucketPolicyRequest&, const Model::PutBucketPolicyOutcome&,
734 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
736typedef std::function<void(const S3CrtClient*, const Model::PutBucketReplicationRequest&, const Model::PutBucketReplicationOutcome&,
737 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
739typedef std::function<void(const S3CrtClient*, const Model::PutBucketRequestPaymentRequest&, const Model::PutBucketRequestPaymentOutcome&,
740 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
742typedef std::function<void(const S3CrtClient*, const Model::PutBucketTaggingRequest&, const Model::PutBucketTaggingOutcome&,
743 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
745typedef std::function<void(const S3CrtClient*, const Model::PutBucketVersioningRequest&, const Model::PutBucketVersioningOutcome&,
746 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
748typedef std::function<void(const S3CrtClient*, const Model::PutBucketWebsiteRequest&, const Model::PutBucketWebsiteOutcome&,
749 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
751typedef std::function<void(const S3CrtClient*, const Model::PutObjectRequest&, const Model::PutObjectOutcome&,
752 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
754typedef std::function<void(const S3CrtClient*, const Model::PutObjectAclRequest&, const Model::PutObjectAclOutcome&,
755 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
757typedef std::function<void(const S3CrtClient*, const Model::PutObjectLegalHoldRequest&, const Model::PutObjectLegalHoldOutcome&,
758 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
760typedef std::function<void(const S3CrtClient*, const Model::PutObjectLockConfigurationRequest&,
761 const Model::PutObjectLockConfigurationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
763typedef std::function<void(const S3CrtClient*, const Model::PutObjectRetentionRequest&, const Model::PutObjectRetentionOutcome&,
764 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
766typedef std::function<void(const S3CrtClient*, const Model::PutObjectTaggingRequest&, const Model::PutObjectTaggingOutcome&,
767 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
769typedef std::function<void(const S3CrtClient*, const Model::PutPublicAccessBlockRequest&, const Model::PutPublicAccessBlockOutcome&,
770 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
772typedef std::function<void(const S3CrtClient*, const Model::RenameObjectRequest&, const Model::RenameObjectOutcome&,
773 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
775typedef std::function<void(const S3CrtClient*, const Model::RestoreObjectRequest&, const Model::RestoreObjectOutcome&,
776 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
778typedef std::function<void(const S3CrtClient*, const Model::SelectObjectContentRequest&, const Model::SelectObjectContentOutcome&,
779 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
781typedef std::function<void(const S3CrtClient*, const Model::UpdateBucketMetadataInventoryTableConfigurationRequest&,
783 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
785typedef std::function<void(const S3CrtClient*, const Model::UpdateBucketMetadataJournalTableConfigurationRequest&,
787 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
789typedef std::function<void(const S3CrtClient*, const Model::UploadPartRequest&, const Model::UploadPartOutcome&,
790 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
792typedef std::function<void(const S3CrtClient*, const Model::UploadPartCopyRequest&, const Model::UploadPartCopyOutcome&,
793 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
795typedef std::function<void(const S3CrtClient*, const Model::WriteGetObjectResponseRequest&, const Model::WriteGetObjectResponseOutcome&,
796 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
798/* End of service model async handlers definitions */
799} // namespace S3Crt
800} // namespace Aws
EndpointProviderBase< S3CrtClientConfiguration, S3CrtBuiltInParameters, S3CrtClientContextParameters > S3CrtEndpointProviderBase
std::future< DeleteObjectTaggingOutcome > DeleteObjectTaggingOutcomeCallable
std::future< GetBucketPolicyOutcome > GetBucketPolicyOutcomeCallable
std::future< ListBucketAnalyticsConfigurationsOutcome > ListBucketAnalyticsConfigurationsOutcomeCallable
std::future< GetBucketLocationOutcome > GetBucketLocationOutcomeCallable
std::future< DeleteBucketReplicationOutcome > DeleteBucketReplicationOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, S3CrtError > PutBucketLoggingOutcome
std::future< GetObjectLockConfigurationOutcome > GetObjectLockConfigurationOutcomeCallable
Aws::Utils::Outcome< PutObjectLegalHoldResult, S3CrtError > PutObjectLegalHoldOutcome
std::future< CompleteMultipartUploadOutcome > CompleteMultipartUploadOutcomeCallable
std::future< DeleteBucketOutcome > DeleteBucketOutcomeCallable
std::future< PutBucketIntelligentTieringConfigurationOutcome > PutBucketIntelligentTieringConfigurationOutcomeCallable
Aws::Utils::Outcome< GetObjectRetentionResult, S3CrtError > GetObjectRetentionOutcome
std::future< GetObjectTorrentOutcome > GetObjectTorrentOutcomeCallable
std::future< GetBucketWebsiteOutcome > GetBucketWebsiteOutcomeCallable
std::future< UploadPartOutcome > UploadPartOutcomeCallable
Aws::Utils::Outcome< ListBucketInventoryConfigurationsResult, S3CrtError > ListBucketInventoryConfigurationsOutcome
Aws::Utils::Outcome< Aws::NoResult, S3CrtError > DeleteBucketMetricsConfigurationOutcome
std::future< CreateSessionOutcome > CreateSessionOutcomeCallable
std::future< ListBucketInventoryConfigurationsOutcome > ListBucketInventoryConfigurationsOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, S3CrtError > DeleteBucketMetadataConfigurationOutcome
Aws::Utils::Outcome< Aws::NoResult, S3CrtError > DeleteBucketMetadataTableConfigurationOutcome
std::future< CreateBucketMetadataTableConfigurationOutcome > CreateBucketMetadataTableConfigurationOutcomeCallable
std::future< GetBucketEncryptionOutcome > GetBucketEncryptionOutcomeCallable
std::future< DeleteBucketMetadataTableConfigurationOutcome > DeleteBucketMetadataTableConfigurationOutcomeCallable
std::future< DeleteBucketCorsOutcome > DeleteBucketCorsOutcomeCallable
std::future< RestoreObjectOutcome > RestoreObjectOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, S3CrtError > DeleteBucketWebsiteOutcome
std::future< PutBucketPolicyOutcome > PutBucketPolicyOutcomeCallable
Aws::Utils::Outcome< CreateSessionResult, S3CrtError > CreateSessionOutcome
std::future< DeleteBucketInventoryConfigurationOutcome > DeleteBucketInventoryConfigurationOutcomeCallable
Aws::Utils::Outcome< ListObjectVersionsResult, S3CrtError > ListObjectVersionsOutcome
Aws::Utils::Outcome< GetObjectAttributesResult, S3CrtError > GetObjectAttributesOutcome
std::future< DeleteObjectsOutcome > DeleteObjectsOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, S3CrtError > DeleteBucketEncryptionOutcome
Aws::Utils::Outcome< GetBucketAbacResult, S3CrtError > GetBucketAbacOutcome
std::future< UpdateBucketMetadataJournalTableConfigurationOutcome > UpdateBucketMetadataJournalTableConfigurationOutcomeCallable
Aws::Utils::Outcome< GetObjectResult, S3CrtError > GetObjectOutcome
std::future< PutBucketRequestPaymentOutcome > PutBucketRequestPaymentOutcomeCallable
std::future< GetBucketOwnershipControlsOutcome > GetBucketOwnershipControlsOutcomeCallable
Aws::Utils::Outcome< GetPublicAccessBlockResult, S3CrtError > GetPublicAccessBlockOutcome
std::future< GetBucketAbacOutcome > GetBucketAbacOutcomeCallable
std::future< GetBucketAccelerateConfigurationOutcome > GetBucketAccelerateConfigurationOutcomeCallable
Aws::Utils::Outcome< ListPartsResult, S3CrtError > ListPartsOutcome
std::future< GetBucketVersioningOutcome > GetBucketVersioningOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, S3CrtError > DeleteBucketTaggingOutcome
Aws::Utils::Outcome< GetBucketVersioningResult, S3CrtError > GetBucketVersioningOutcome
std::future< PutBucketTaggingOutcome > PutBucketTaggingOutcomeCallable
Aws::Utils::Outcome< GetBucketLifecycleConfigurationResult, S3CrtError > GetBucketLifecycleConfigurationOutcome
std::future< GetObjectTaggingOutcome > GetObjectTaggingOutcomeCallable
std::future< PutBucketReplicationOutcome > PutBucketReplicationOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, S3CrtError > PutBucketTaggingOutcome
Aws::Utils::Outcome< Aws::NoResult, S3CrtError > PutBucketWebsiteOutcome
Aws::Utils::Outcome< Aws::NoResult, S3CrtError > PutBucketAclOutcome
Aws::Utils::Outcome< Aws::NoResult, S3CrtError > PutBucketNotificationConfigurationOutcome
Aws::Utils::Outcome< ListBucketsResult, S3CrtError > ListBucketsOutcome
std::future< PutBucketInventoryConfigurationOutcome > PutBucketInventoryConfigurationOutcomeCallable
Aws::Utils::Outcome< CreateBucketResult, S3CrtError > CreateBucketOutcome
std::future< DeleteBucketWebsiteOutcome > DeleteBucketWebsiteOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, S3CrtError > SelectObjectContentOutcome
Aws::Utils::Outcome< GetBucketLocationResult, S3CrtError > GetBucketLocationOutcome
std::future< PutBucketAclOutcome > PutBucketAclOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, S3CrtError > PutBucketReplicationOutcome
Aws::Utils::Outcome< GetBucketAclResult, S3CrtError > GetBucketAclOutcome
std::future< ListPartsOutcome > ListPartsOutcomeCallable
Aws::Utils::Outcome< RestoreObjectResult, S3CrtError > RestoreObjectOutcome
Aws::Utils::Outcome< GetObjectAclResult, S3CrtError > GetObjectAclOutcome
Aws::Utils::Outcome< Aws::NoResult, S3CrtError > DeleteBucketPolicyOutcome
Aws::Utils::Outcome< AbortMultipartUploadResult, S3CrtError > AbortMultipartUploadOutcome
Aws::Utils::Outcome< Aws::NoResult, S3CrtError > PutBucketPolicyOutcome
std::future< PutBucketCorsOutcome > PutBucketCorsOutcomeCallable
std::future< PutBucketAnalyticsConfigurationOutcome > PutBucketAnalyticsConfigurationOutcomeCallable
std::future< ListBucketMetricsConfigurationsOutcome > ListBucketMetricsConfigurationsOutcomeCallable
std::future< DeleteBucketAnalyticsConfigurationOutcome > DeleteBucketAnalyticsConfigurationOutcomeCallable
Aws::Utils::Outcome< ListBucketIntelligentTieringConfigurationsResult, S3CrtError > ListBucketIntelligentTieringConfigurationsOutcome
std::future< DeleteBucketMetadataConfigurationOutcome > DeleteBucketMetadataConfigurationOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, S3CrtError > PutPublicAccessBlockOutcome
Aws::Utils::Outcome< PutBucketLifecycleConfigurationResult, S3CrtError > PutBucketLifecycleConfigurationOutcome
std::future< PutObjectRetentionOutcome > PutObjectRetentionOutcomeCallable
Aws::Utils::Outcome< HeadBucketResult, S3CrtError > HeadBucketOutcome
Aws::Utils::Outcome< Aws::NoResult, S3CrtError > DeleteBucketIntelligentTieringConfigurationOutcome
Aws::Utils::Outcome< RenameObjectResult, S3CrtError > RenameObjectOutcome
std::future< PutBucketLoggingOutcome > PutBucketLoggingOutcomeCallable
std::future< PutBucketVersioningOutcome > PutBucketVersioningOutcomeCallable
std::future< PutObjectTaggingOutcome > PutObjectTaggingOutcomeCallable
Aws::Utils::Outcome< PutObjectTaggingResult, S3CrtError > PutObjectTaggingOutcome
Aws::Utils::Outcome< GetBucketIntelligentTieringConfigurationResult, S3CrtError > GetBucketIntelligentTieringConfigurationOutcome
std::future< HeadObjectOutcome > HeadObjectOutcomeCallable
std::future< PutObjectLockConfigurationOutcome > PutObjectLockConfigurationOutcomeCallable
Aws::Utils::Outcome< PutObjectResult, S3CrtError > PutObjectOutcome
Aws::Utils::Outcome< Aws::NoResult, S3CrtError > UpdateBucketMetadataJournalTableConfigurationOutcome
Aws::Utils::Outcome< Aws::NoResult, S3CrtError > PutBucketAbacOutcome
Aws::Utils::Outcome< Aws::NoResult, S3CrtError > DeleteBucketAnalyticsConfigurationOutcome
std::future< GetBucketLifecycleConfigurationOutcome > GetBucketLifecycleConfigurationOutcomeCallable
std::future< GetBucketTaggingOutcome > GetBucketTaggingOutcomeCallable
std::future< GetBucketLoggingOutcome > GetBucketLoggingOutcomeCallable
Aws::Utils::Outcome< GetBucketOwnershipControlsResult, S3CrtError > GetBucketOwnershipControlsOutcome
std::future< UpdateBucketMetadataInventoryTableConfigurationOutcome > UpdateBucketMetadataInventoryTableConfigurationOutcomeCallable
Aws::Utils::Outcome< DeleteObjectTaggingResult, S3CrtError > DeleteObjectTaggingOutcome
std::future< GetBucketNotificationConfigurationOutcome > GetBucketNotificationConfigurationOutcomeCallable
std::future< PutBucketMetricsConfigurationOutcome > PutBucketMetricsConfigurationOutcomeCallable
Aws::Utils::Outcome< ListObjectsResult, S3CrtError > ListObjectsOutcome
Aws::Utils::Outcome< DeleteObjectsResult, S3CrtError > DeleteObjectsOutcome
std::future< ListObjectsOutcome > ListObjectsOutcomeCallable
std::future< SelectObjectContentOutcome > SelectObjectContentOutcomeCallable
std::future< AbortMultipartUploadOutcome > AbortMultipartUploadOutcomeCallable
Aws::Utils::Outcome< GetBucketMetricsConfigurationResult, S3CrtError > GetBucketMetricsConfigurationOutcome
Aws::Utils::Outcome< CompleteMultipartUploadResult, S3CrtError > CompleteMultipartUploadOutcome
std::future< DeleteBucketPolicyOutcome > DeleteBucketPolicyOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, S3CrtError > DeletePublicAccessBlockOutcome
Aws::Utils::Outcome< Aws::NoResult, S3CrtError > PutBucketOwnershipControlsOutcome
Aws::Utils::Outcome< ListBucketMetricsConfigurationsResult, S3CrtError > ListBucketMetricsConfigurationsOutcome
Aws::Utils::Outcome< Aws::NoResult, S3CrtError > PutBucketIntelligentTieringConfigurationOutcome
std::future< GetBucketAnalyticsConfigurationOutcome > GetBucketAnalyticsConfigurationOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, S3CrtError > PutBucketMetricsConfigurationOutcome
Aws::Utils::Outcome< Aws::NoResult, S3CrtError > PutBucketCorsOutcome
Aws::Utils::Outcome< Aws::NoResult, S3CrtError > PutBucketEncryptionOutcome
Aws::Utils::Outcome< ListDirectoryBucketsResult, S3CrtError > ListDirectoryBucketsOutcome
Aws::Utils::Outcome< Aws::NoResult, S3CrtError > CreateBucketMetadataConfigurationOutcome
std::future< PutBucketOwnershipControlsOutcome > PutBucketOwnershipControlsOutcomeCallable
std::future< GetBucketMetadataTableConfigurationOutcome > GetBucketMetadataTableConfigurationOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, S3CrtError > DeleteBucketReplicationOutcome
std::future< CreateBucketMetadataConfigurationOutcome > CreateBucketMetadataConfigurationOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, S3CrtError > PutBucketInventoryConfigurationOutcome
Aws::Utils::Outcome< Aws::NoResult, S3CrtError > DeleteBucketLifecycleOutcome
std::future< ListObjectsV2Outcome > ListObjectsV2OutcomeCallable
Aws::Utils::Outcome< GetBucketMetadataTableConfigurationSdkResult, S3CrtError > GetBucketMetadataTableConfigurationOutcome
Aws::Utils::Outcome< GetBucketMetadataConfigurationSdkResult, S3CrtError > GetBucketMetadataConfigurationOutcome
Aws::Utils::Outcome< GetBucketReplicationResult, S3CrtError > GetBucketReplicationOutcome
Aws::Utils::Outcome< GetObjectLockConfigurationResult, S3CrtError > GetObjectLockConfigurationOutcome
std::future< PutPublicAccessBlockOutcome > PutPublicAccessBlockOutcomeCallable
std::future< GetBucketAclOutcome > GetBucketAclOutcomeCallable
std::future< PutObjectAclOutcome > PutObjectAclOutcomeCallable
Aws::Utils::Outcome< CopyObjectResult, S3CrtError > CopyObjectOutcome
std::future< PutBucketAccelerateConfigurationOutcome > PutBucketAccelerateConfigurationOutcomeCallable
std::future< ListBucketIntelligentTieringConfigurationsOutcome > ListBucketIntelligentTieringConfigurationsOutcomeCallable
Aws::Utils::Outcome< GetBucketRequestPaymentResult, S3CrtError > GetBucketRequestPaymentOutcome
Aws::Utils::Outcome< Aws::NoResult, S3CrtError > PutBucketVersioningOutcome
std::future< HeadBucketOutcome > HeadBucketOutcomeCallable
Aws::Utils::Outcome< GetBucketWebsiteResult, S3CrtError > GetBucketWebsiteOutcome
std::future< CreateMultipartUploadOutcome > CreateMultipartUploadOutcomeCallable
Aws::Utils::Outcome< UploadPartCopyResult, S3CrtError > UploadPartCopyOutcome
Aws::Utils::Outcome< Aws::NoResult, S3CrtError > DeleteBucketCorsOutcome
Aws::Utils::Outcome< Aws::NoResult, S3CrtError > PutBucketAccelerateConfigurationOutcome
std::future< PutBucketEncryptionOutcome > PutBucketEncryptionOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, S3CrtError > DeleteBucketOutcome
std::future< ListDirectoryBucketsOutcome > ListDirectoryBucketsOutcomeCallable
Aws::Utils::Outcome< ListMultipartUploadsResult, S3CrtError > ListMultipartUploadsOutcome
std::future< PutBucketLifecycleConfigurationOutcome > PutBucketLifecycleConfigurationOutcomeCallable
std::future< ListBucketsOutcome > ListBucketsOutcomeCallable
Aws::Utils::Outcome< UploadPartResult, S3CrtError > UploadPartOutcome
Aws::Utils::Outcome< CreateMultipartUploadResult, S3CrtError > CreateMultipartUploadOutcome
std::future< DeleteBucketLifecycleOutcome > DeleteBucketLifecycleOutcomeCallable
Aws::Utils::Outcome< GetBucketAccelerateConfigurationResult, S3CrtError > GetBucketAccelerateConfigurationOutcome
Aws::Utils::Outcome< GetBucketLoggingResult, S3CrtError > GetBucketLoggingOutcome
Aws::Utils::Outcome< GetBucketPolicyResult, S3CrtError > GetBucketPolicyOutcome
Aws::Utils::Outcome< GetObjectTaggingResult, S3CrtError > GetObjectTaggingOutcome
Aws::Utils::Outcome< ListObjectsV2Result, S3CrtError > ListObjectsV2Outcome
std::future< ListObjectVersionsOutcome > ListObjectVersionsOutcomeCallable
std::future< GetBucketIntelligentTieringConfigurationOutcome > GetBucketIntelligentTieringConfigurationOutcomeCallable
std::future< PutBucketWebsiteOutcome > PutBucketWebsiteOutcomeCallable
std::future< GetBucketMetadataConfigurationOutcome > GetBucketMetadataConfigurationOutcomeCallable
Aws::Utils::Outcome< HeadObjectResult, S3CrtError > HeadObjectOutcome
std::future< DeleteBucketTaggingOutcome > DeleteBucketTaggingOutcomeCallable
Aws::Utils::Outcome< PutObjectRetentionResult, S3CrtError > PutObjectRetentionOutcome
std::future< PutBucketAbacOutcome > PutBucketAbacOutcomeCallable
Aws::Utils::Outcome< GetBucketCorsResult, S3CrtError > GetBucketCorsOutcome
std::future< DeleteBucketOwnershipControlsOutcome > DeleteBucketOwnershipControlsOutcomeCallable
std::future< DeleteBucketEncryptionOutcome > DeleteBucketEncryptionOutcomeCallable
Aws::Utils::Outcome< GetBucketAnalyticsConfigurationResult, S3CrtError > GetBucketAnalyticsConfigurationOutcome
Aws::Utils::Outcome< Aws::NoResult, S3CrtError > PutBucketRequestPaymentOutcome
Aws::Utils::Outcome< DeleteObjectResult, S3CrtError > DeleteObjectOutcome
std::future< WriteGetObjectResponseOutcome > WriteGetObjectResponseOutcomeCallable
Aws::Utils::Outcome< GetBucketInventoryConfigurationResult, S3CrtError > GetBucketInventoryConfigurationOutcome
std::future< PutObjectLegalHoldOutcome > PutObjectLegalHoldOutcomeCallable
std::future< GetObjectLegalHoldOutcome > GetObjectLegalHoldOutcomeCallable
Aws::Utils::Outcome< GetObjectLegalHoldResult, S3CrtError > GetObjectLegalHoldOutcome
std::future< GetObjectRetentionOutcome > GetObjectRetentionOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, S3CrtError > CreateBucketMetadataTableConfigurationOutcome
std::future< GetBucketRequestPaymentOutcome > GetBucketRequestPaymentOutcomeCallable
Aws::Utils::Outcome< ListBucketAnalyticsConfigurationsResult, S3CrtError > ListBucketAnalyticsConfigurationsOutcome
Aws::Utils::Outcome< PutObjectLockConfigurationResult, S3CrtError > PutObjectLockConfigurationOutcome
Aws::Utils::Outcome< GetBucketEncryptionResult, S3CrtError > GetBucketEncryptionOutcome
Aws::Utils::Outcome< Aws::NoResult, S3CrtError > DeleteBucketInventoryConfigurationOutcome
Aws::Utils::Outcome< GetBucketNotificationConfigurationResult, S3CrtError > GetBucketNotificationConfigurationOutcome
Aws::Utils::Outcome< Aws::NoResult, S3CrtError > UpdateBucketMetadataInventoryTableConfigurationOutcome
Aws::Utils::Outcome< GetBucketPolicyStatusResult, S3CrtError > GetBucketPolicyStatusOutcome
std::future< PutBucketNotificationConfigurationOutcome > PutBucketNotificationConfigurationOutcomeCallable
std::future< RenameObjectOutcome > RenameObjectOutcomeCallable
Aws::Utils::Outcome< GetObjectTorrentResult, S3CrtError > GetObjectTorrentOutcome
std::future< GetBucketInventoryConfigurationOutcome > GetBucketInventoryConfigurationOutcomeCallable
std::future< GetObjectAttributesOutcome > GetObjectAttributesOutcomeCallable
std::future< DeleteObjectOutcome > DeleteObjectOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, S3CrtError > PutBucketAnalyticsConfigurationOutcome
std::future< CreateBucketOutcome > CreateBucketOutcomeCallable
std::future< DeleteBucketIntelligentTieringConfigurationOutcome > DeleteBucketIntelligentTieringConfigurationOutcomeCallable
std::future< GetPublicAccessBlockOutcome > GetPublicAccessBlockOutcomeCallable
std::future< GetBucketMetricsConfigurationOutcome > GetBucketMetricsConfigurationOutcomeCallable
std::future< DeleteBucketMetricsConfigurationOutcome > DeleteBucketMetricsConfigurationOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, S3CrtError > DeleteBucketOwnershipControlsOutcome
std::future< DeletePublicAccessBlockOutcome > DeletePublicAccessBlockOutcomeCallable
std::future< GetBucketPolicyStatusOutcome > GetBucketPolicyStatusOutcomeCallable
std::future< GetBucketCorsOutcome > GetBucketCorsOutcomeCallable
std::future< GetBucketReplicationOutcome > GetBucketReplicationOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, S3CrtError > WriteGetObjectResponseOutcome
std::future< GetObjectAclOutcome > GetObjectAclOutcomeCallable
Aws::Utils::Outcome< GetBucketTaggingResult, S3CrtError > GetBucketTaggingOutcome
std::future< ListMultipartUploadsOutcome > ListMultipartUploadsOutcomeCallable
Aws::Utils::Outcome< PutObjectAclResult, S3CrtError > PutObjectAclOutcome
std::future< UploadPartCopyOutcome > UploadPartCopyOutcomeCallable
std::function< void(const S3CrtClient *, const Model::ListDirectoryBucketsRequest &, const Model::ListDirectoryBucketsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListDirectoryBucketsResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::GetBucketAccelerateConfigurationRequest &, const Model::GetBucketAccelerateConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetBucketAccelerateConfigurationResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::GetBucketMetricsConfigurationRequest &, const Model::GetBucketMetricsConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetBucketMetricsConfigurationResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::WriteGetObjectResponseRequest &, const Model::WriteGetObjectResponseOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> WriteGetObjectResponseResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::RenameObjectRequest &, const Model::RenameObjectOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> RenameObjectResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::PutObjectRequest &, const Model::PutObjectOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutObjectResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::CompleteMultipartUploadRequest &, const Model::CompleteMultipartUploadOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CompleteMultipartUploadResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::PutPublicAccessBlockRequest &, const Model::PutPublicAccessBlockOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutPublicAccessBlockResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::ListBucketInventoryConfigurationsRequest &, const Model::ListBucketInventoryConfigurationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListBucketInventoryConfigurationsResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::GetBucketVersioningRequest &, const Model::GetBucketVersioningOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetBucketVersioningResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::DeleteBucketTaggingRequest &, const Model::DeleteBucketTaggingOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteBucketTaggingResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::PutBucketRequestPaymentRequest &, const Model::PutBucketRequestPaymentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutBucketRequestPaymentResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::DeleteBucketLifecycleRequest &, const Model::DeleteBucketLifecycleOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteBucketLifecycleResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::PutBucketCorsRequest &, const Model::PutBucketCorsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutBucketCorsResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::PutBucketNotificationConfigurationRequest &, const Model::PutBucketNotificationConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutBucketNotificationConfigurationResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::ListBucketAnalyticsConfigurationsRequest &, const Model::ListBucketAnalyticsConfigurationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListBucketAnalyticsConfigurationsResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::DeleteObjectRequest &, const Model::DeleteObjectOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteObjectResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::GetObjectRequest &, Model::GetObjectOutcome, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetObjectResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::PutObjectAclRequest &, const Model::PutObjectAclOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutObjectAclResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::DeleteBucketIntelligentTieringConfigurationRequest &, const Model::DeleteBucketIntelligentTieringConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteBucketIntelligentTieringConfigurationResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::GetBucketMetadataTableConfigurationRequest &, const Model::GetBucketMetadataTableConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetBucketMetadataTableConfigurationResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::UploadPartCopyRequest &, const Model::UploadPartCopyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UploadPartCopyResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::SelectObjectContentRequest &, const Model::SelectObjectContentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> SelectObjectContentResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::HeadBucketRequest &, const Model::HeadBucketOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> HeadBucketResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::ListObjectsRequest &, const Model::ListObjectsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListObjectsResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::GetObjectRetentionRequest &, const Model::GetObjectRetentionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetObjectRetentionResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::CopyObjectRequest &, const Model::CopyObjectOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CopyObjectResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::PutBucketAccelerateConfigurationRequest &, const Model::PutBucketAccelerateConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutBucketAccelerateConfigurationResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::ListBucketIntelligentTieringConfigurationsRequest &, const Model::ListBucketIntelligentTieringConfigurationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListBucketIntelligentTieringConfigurationsResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::DeleteBucketInventoryConfigurationRequest &, const Model::DeleteBucketInventoryConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteBucketInventoryConfigurationResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::GetObjectAclRequest &, const Model::GetObjectAclOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetObjectAclResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::GetPublicAccessBlockRequest &, const Model::GetPublicAccessBlockOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetPublicAccessBlockResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::ListMultipartUploadsRequest &, const Model::ListMultipartUploadsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListMultipartUploadsResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::DeleteBucketMetadataConfigurationRequest &, const Model::DeleteBucketMetadataConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteBucketMetadataConfigurationResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::GetBucketIntelligentTieringConfigurationRequest &, const Model::GetBucketIntelligentTieringConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetBucketIntelligentTieringConfigurationResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::GetBucketReplicationRequest &, const Model::GetBucketReplicationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetBucketReplicationResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::GetObjectTaggingRequest &, const Model::GetObjectTaggingOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetObjectTaggingResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::PutBucketWebsiteRequest &, const Model::PutBucketWebsiteOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutBucketWebsiteResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::CreateBucketRequest &, const Model::CreateBucketOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateBucketResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::DeleteBucketRequest &, const Model::DeleteBucketOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteBucketResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::AbortMultipartUploadRequest &, const Model::AbortMultipartUploadOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> AbortMultipartUploadResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::GetBucketWebsiteRequest &, const Model::GetBucketWebsiteOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetBucketWebsiteResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::PutBucketLifecycleConfigurationRequest &, const Model::PutBucketLifecycleConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutBucketLifecycleConfigurationResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::GetBucketMetadataConfigurationRequest &, const Model::GetBucketMetadataConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetBucketMetadataConfigurationResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::ListBucketsRequest &, const Model::ListBucketsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListBucketsResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::GetBucketAclRequest &, const Model::GetBucketAclOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetBucketAclResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::CreateSessionRequest &, const Model::CreateSessionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateSessionResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::UpdateBucketMetadataJournalTableConfigurationRequest &, const Model::UpdateBucketMetadataJournalTableConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateBucketMetadataJournalTableConfigurationResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::PutBucketAbacRequest &, const Model::PutBucketAbacOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutBucketAbacResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::PutBucketLoggingRequest &, const Model::PutBucketLoggingOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutBucketLoggingResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::PutBucketAnalyticsConfigurationRequest &, const Model::PutBucketAnalyticsConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutBucketAnalyticsConfigurationResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::DeleteBucketMetricsConfigurationRequest &, const Model::DeleteBucketMetricsConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteBucketMetricsConfigurationResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::DeleteBucketPolicyRequest &, const Model::DeleteBucketPolicyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteBucketPolicyResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::PutBucketInventoryConfigurationRequest &, const Model::PutBucketInventoryConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutBucketInventoryConfigurationResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::PutBucketEncryptionRequest &, const Model::PutBucketEncryptionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutBucketEncryptionResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::PutObjectTaggingRequest &, const Model::PutObjectTaggingOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutObjectTaggingResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::CreateBucketMetadataTableConfigurationRequest &, const Model::CreateBucketMetadataTableConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateBucketMetadataTableConfigurationResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::DeleteBucketAnalyticsConfigurationRequest &, const Model::DeleteBucketAnalyticsConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteBucketAnalyticsConfigurationResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::PutBucketPolicyRequest &, const Model::PutBucketPolicyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutBucketPolicyResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::DeleteBucketMetadataTableConfigurationRequest &, const Model::DeleteBucketMetadataTableConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteBucketMetadataTableConfigurationResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::GetObjectTorrentRequest &, Model::GetObjectTorrentOutcome, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetObjectTorrentResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::DeleteBucketCorsRequest &, const Model::DeleteBucketCorsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteBucketCorsResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::PutBucketAclRequest &, const Model::PutBucketAclOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutBucketAclResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::GetBucketLifecycleConfigurationRequest &, const Model::GetBucketLifecycleConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetBucketLifecycleConfigurationResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::GetObjectLegalHoldRequest &, const Model::GetObjectLegalHoldOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetObjectLegalHoldResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::PutBucketTaggingRequest &, const Model::PutBucketTaggingOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutBucketTaggingResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::PutBucketVersioningRequest &, const Model::PutBucketVersioningOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutBucketVersioningResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::DeletePublicAccessBlockRequest &, const Model::DeletePublicAccessBlockOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeletePublicAccessBlockResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::GetObjectLockConfigurationRequest &, const Model::GetObjectLockConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetObjectLockConfigurationResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::PutBucketOwnershipControlsRequest &, const Model::PutBucketOwnershipControlsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutBucketOwnershipControlsResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::UploadPartRequest &, const Model::UploadPartOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UploadPartResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::ListObjectsV2Request &, const Model::ListObjectsV2Outcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListObjectsV2ResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::GetBucketTaggingRequest &, const Model::GetBucketTaggingOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetBucketTaggingResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::DeleteObjectTaggingRequest &, const Model::DeleteObjectTaggingOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteObjectTaggingResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::RestoreObjectRequest &, const Model::RestoreObjectOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> RestoreObjectResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::DeleteBucketWebsiteRequest &, const Model::DeleteBucketWebsiteOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteBucketWebsiteResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::GetBucketOwnershipControlsRequest &, const Model::GetBucketOwnershipControlsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetBucketOwnershipControlsResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::PutBucketReplicationRequest &, const Model::PutBucketReplicationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutBucketReplicationResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::PutObjectLegalHoldRequest &, const Model::PutObjectLegalHoldOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutObjectLegalHoldResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::GetBucketAnalyticsConfigurationRequest &, const Model::GetBucketAnalyticsConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetBucketAnalyticsConfigurationResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::DeleteObjectsRequest &, const Model::DeleteObjectsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteObjectsResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::DeleteBucketEncryptionRequest &, const Model::DeleteBucketEncryptionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteBucketEncryptionResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::PutBucketIntelligentTieringConfigurationRequest &, const Model::PutBucketIntelligentTieringConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutBucketIntelligentTieringConfigurationResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::PutObjectLockConfigurationRequest &, const Model::PutObjectLockConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutObjectLockConfigurationResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::CreateMultipartUploadRequest &, const Model::CreateMultipartUploadOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateMultipartUploadResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::GetObjectAttributesRequest &, const Model::GetObjectAttributesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetObjectAttributesResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::GetBucketRequestPaymentRequest &, const Model::GetBucketRequestPaymentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetBucketRequestPaymentResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::GetBucketLoggingRequest &, const Model::GetBucketLoggingOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetBucketLoggingResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::GetBucketPolicyRequest &, Model::GetBucketPolicyOutcome, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetBucketPolicyResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::DeleteBucketReplicationRequest &, const Model::DeleteBucketReplicationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteBucketReplicationResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::GetBucketCorsRequest &, const Model::GetBucketCorsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetBucketCorsResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::ListBucketMetricsConfigurationsRequest &, const Model::ListBucketMetricsConfigurationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListBucketMetricsConfigurationsResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::UpdateBucketMetadataInventoryTableConfigurationRequest &, const Model::UpdateBucketMetadataInventoryTableConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateBucketMetadataInventoryTableConfigurationResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::ListPartsRequest &, const Model::ListPartsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListPartsResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::GetBucketPolicyStatusRequest &, const Model::GetBucketPolicyStatusOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetBucketPolicyStatusResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::PutObjectRetentionRequest &, const Model::PutObjectRetentionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutObjectRetentionResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::GetBucketLocationRequest &, const Model::GetBucketLocationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetBucketLocationResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::GetBucketNotificationConfigurationRequest &, const Model::GetBucketNotificationConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetBucketNotificationConfigurationResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::PutBucketMetricsConfigurationRequest &, const Model::PutBucketMetricsConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutBucketMetricsConfigurationResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::DeleteBucketOwnershipControlsRequest &, const Model::DeleteBucketOwnershipControlsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteBucketOwnershipControlsResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::CreateBucketMetadataConfigurationRequest &, const Model::CreateBucketMetadataConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateBucketMetadataConfigurationResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::GetBucketEncryptionRequest &, const Model::GetBucketEncryptionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetBucketEncryptionResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::GetBucketAbacRequest &, const Model::GetBucketAbacOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetBucketAbacResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::HeadObjectRequest &, const Model::HeadObjectOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> HeadObjectResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::ListObjectVersionsRequest &, const Model::ListObjectVersionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListObjectVersionsResponseReceivedHandler
std::function< void(const S3CrtClient *, const Model::GetBucketInventoryConfigurationRequest &, const Model::GetBucketInventoryConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetBucketInventoryConfigurationResponseReceivedHandler