AWS SDK for C++

AWS SDK for C++ Version 1.11.748

Loading...
Searching...
No Matches
S3ServiceClientModel.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/S3ClientConfiguration.h>
14#include <aws/s3/S3EndpointProvider.h>
15#include <aws/s3/S3Errors.h>
16
17#include <functional>
18#include <future>
19/* End of generic header includes */
20
21/* Service model headers required in S3Client header */
22#include <aws/core/NoResult.h>
23#include <aws/s3/model/AbortMultipartUploadResult.h>
24#include <aws/s3/model/CompleteMultipartUploadResult.h>
25#include <aws/s3/model/CopyObjectResult.h>
26#include <aws/s3/model/CreateBucketResult.h>
27#include <aws/s3/model/CreateMultipartUploadResult.h>
28#include <aws/s3/model/CreateSessionResult.h>
29#include <aws/s3/model/DeleteObjectResult.h>
30#include <aws/s3/model/DeleteObjectTaggingResult.h>
31#include <aws/s3/model/DeleteObjectsResult.h>
32#include <aws/s3/model/GetBucketAbacResult.h>
33#include <aws/s3/model/GetBucketAccelerateConfigurationResult.h>
34#include <aws/s3/model/GetBucketAclResult.h>
35#include <aws/s3/model/GetBucketAnalyticsConfigurationResult.h>
36#include <aws/s3/model/GetBucketCorsResult.h>
37#include <aws/s3/model/GetBucketEncryptionResult.h>
38#include <aws/s3/model/GetBucketIntelligentTieringConfigurationResult.h>
39#include <aws/s3/model/GetBucketInventoryConfigurationResult.h>
40#include <aws/s3/model/GetBucketLifecycleConfigurationResult.h>
41#include <aws/s3/model/GetBucketLocationResult.h>
42#include <aws/s3/model/GetBucketLoggingResult.h>
43#include <aws/s3/model/GetBucketMetadataConfigurationSdkResult.h>
44#include <aws/s3/model/GetBucketMetadataTableConfigurationSdkResult.h>
45#include <aws/s3/model/GetBucketMetricsConfigurationResult.h>
46#include <aws/s3/model/GetBucketNotificationConfigurationResult.h>
47#include <aws/s3/model/GetBucketOwnershipControlsResult.h>
48#include <aws/s3/model/GetBucketPolicyResult.h>
49#include <aws/s3/model/GetBucketPolicyStatusResult.h>
50#include <aws/s3/model/GetBucketReplicationResult.h>
51#include <aws/s3/model/GetBucketRequestPaymentResult.h>
52#include <aws/s3/model/GetBucketTaggingResult.h>
53#include <aws/s3/model/GetBucketVersioningResult.h>
54#include <aws/s3/model/GetBucketWebsiteResult.h>
55#include <aws/s3/model/GetObjectAclResult.h>
56#include <aws/s3/model/GetObjectAttributesResult.h>
57#include <aws/s3/model/GetObjectLegalHoldResult.h>
58#include <aws/s3/model/GetObjectLockConfigurationResult.h>
59#include <aws/s3/model/GetObjectResult.h>
60#include <aws/s3/model/GetObjectRetentionResult.h>
61#include <aws/s3/model/GetObjectTaggingResult.h>
62#include <aws/s3/model/GetObjectTorrentResult.h>
63#include <aws/s3/model/GetPublicAccessBlockResult.h>
64#include <aws/s3/model/HeadBucketResult.h>
65#include <aws/s3/model/HeadObjectResult.h>
66#include <aws/s3/model/ListBucketAnalyticsConfigurationsResult.h>
67#include <aws/s3/model/ListBucketIntelligentTieringConfigurationsResult.h>
68#include <aws/s3/model/ListBucketInventoryConfigurationsResult.h>
69#include <aws/s3/model/ListBucketMetricsConfigurationsResult.h>
70#include <aws/s3/model/ListBucketsRequest.h>
71#include <aws/s3/model/ListBucketsResult.h>
72#include <aws/s3/model/ListDirectoryBucketsRequest.h>
73#include <aws/s3/model/ListDirectoryBucketsResult.h>
74#include <aws/s3/model/ListMultipartUploadsResult.h>
75#include <aws/s3/model/ListObjectVersionsResult.h>
76#include <aws/s3/model/ListObjectsResult.h>
77#include <aws/s3/model/ListObjectsV2Result.h>
78#include <aws/s3/model/ListPartsResult.h>
79#include <aws/s3/model/PutBucketLifecycleConfigurationResult.h>
80#include <aws/s3/model/PutObjectAclResult.h>
81#include <aws/s3/model/PutObjectLegalHoldResult.h>
82#include <aws/s3/model/PutObjectLockConfigurationResult.h>
83#include <aws/s3/model/PutObjectResult.h>
84#include <aws/s3/model/PutObjectRetentionResult.h>
85#include <aws/s3/model/PutObjectTaggingResult.h>
86#include <aws/s3/model/RenameObjectResult.h>
87#include <aws/s3/model/RestoreObjectResult.h>
88#include <aws/s3/model/UpdateObjectEncryptionResult.h>
89#include <aws/s3/model/UploadPartCopyResult.h>
90#include <aws/s3/model/UploadPartResult.h>
91/* End of service model headers required in S3Client header */
92
93namespace Aws {
94namespace Http {
95class HttpClient;
96class HttpClientFactory;
97} // namespace Http
98
99namespace Utils {
100template <typename R, typename E>
101class Outcome;
102
103namespace Threading {
104class Executor;
105} // namespace Threading
106} // namespace Utils
107
108namespace Auth {
109class AWSCredentials;
110class AWSCredentialsProvider;
111} // namespace Auth
112
113namespace Client {
114class RetryStrategy;
115} // namespace Client
116
117namespace S3 {
120
121namespace Model {
122/* Service model forward declarations required in S3Client header */
123class AbortMultipartUploadRequest;
124class CompleteMultipartUploadRequest;
125class CopyObjectRequest;
126class CreateBucketRequest;
127class CreateBucketMetadataConfigurationRequest;
128class CreateBucketMetadataTableConfigurationRequest;
129class CreateMultipartUploadRequest;
130class CreateSessionRequest;
131class DeleteBucketRequest;
132class DeleteBucketAnalyticsConfigurationRequest;
133class DeleteBucketCorsRequest;
134class DeleteBucketEncryptionRequest;
135class DeleteBucketIntelligentTieringConfigurationRequest;
136class DeleteBucketInventoryConfigurationRequest;
137class DeleteBucketLifecycleRequest;
138class DeleteBucketMetadataConfigurationRequest;
139class DeleteBucketMetadataTableConfigurationRequest;
140class DeleteBucketMetricsConfigurationRequest;
141class DeleteBucketOwnershipControlsRequest;
142class DeleteBucketPolicyRequest;
143class DeleteBucketReplicationRequest;
144class DeleteBucketTaggingRequest;
145class DeleteBucketWebsiteRequest;
146class DeleteObjectRequest;
147class DeleteObjectTaggingRequest;
148class DeleteObjectsRequest;
149class DeletePublicAccessBlockRequest;
150class GetBucketAbacRequest;
151class GetBucketAccelerateConfigurationRequest;
152class GetBucketAclRequest;
153class GetBucketAnalyticsConfigurationRequest;
154class GetBucketCorsRequest;
155class GetBucketEncryptionRequest;
156class GetBucketIntelligentTieringConfigurationRequest;
157class GetBucketInventoryConfigurationRequest;
158class GetBucketLifecycleConfigurationRequest;
159class GetBucketLocationRequest;
160class GetBucketLoggingRequest;
161class GetBucketMetadataConfigurationRequest;
162class GetBucketMetadataTableConfigurationRequest;
163class GetBucketMetricsConfigurationRequest;
164class GetBucketNotificationConfigurationRequest;
165class GetBucketOwnershipControlsRequest;
166class GetBucketPolicyRequest;
167class GetBucketPolicyStatusRequest;
168class GetBucketReplicationRequest;
169class GetBucketRequestPaymentRequest;
170class GetBucketTaggingRequest;
171class GetBucketVersioningRequest;
172class GetBucketWebsiteRequest;
173class GetObjectRequest;
174class GetObjectAclRequest;
175class GetObjectAttributesRequest;
176class GetObjectLegalHoldRequest;
177class GetObjectLockConfigurationRequest;
178class GetObjectRetentionRequest;
179class GetObjectTaggingRequest;
180class GetObjectTorrentRequest;
181class GetPublicAccessBlockRequest;
182class HeadBucketRequest;
183class HeadObjectRequest;
184class ListBucketAnalyticsConfigurationsRequest;
185class ListBucketIntelligentTieringConfigurationsRequest;
186class ListBucketInventoryConfigurationsRequest;
187class ListBucketMetricsConfigurationsRequest;
188class ListBucketsRequest;
189class ListDirectoryBucketsRequest;
190class ListMultipartUploadsRequest;
191class ListObjectVersionsRequest;
192class ListObjectsRequest;
193class ListObjectsV2Request;
194class ListPartsRequest;
195class PutBucketAbacRequest;
196class PutBucketAccelerateConfigurationRequest;
197class PutBucketAclRequest;
198class PutBucketAnalyticsConfigurationRequest;
199class PutBucketCorsRequest;
200class PutBucketEncryptionRequest;
201class PutBucketIntelligentTieringConfigurationRequest;
202class PutBucketInventoryConfigurationRequest;
203class PutBucketLifecycleConfigurationRequest;
204class PutBucketLoggingRequest;
205class PutBucketMetricsConfigurationRequest;
206class PutBucketNotificationConfigurationRequest;
207class PutBucketOwnershipControlsRequest;
208class PutBucketPolicyRequest;
209class PutBucketReplicationRequest;
210class PutBucketRequestPaymentRequest;
211class PutBucketTaggingRequest;
212class PutBucketVersioningRequest;
213class PutBucketWebsiteRequest;
214class PutObjectRequest;
215class PutObjectAclRequest;
216class PutObjectLegalHoldRequest;
217class PutObjectLockConfigurationRequest;
218class PutObjectRetentionRequest;
219class PutObjectTaggingRequest;
220class PutPublicAccessBlockRequest;
221class RenameObjectRequest;
222class RestoreObjectRequest;
223class SelectObjectContentRequest;
224class UpdateBucketMetadataInventoryTableConfigurationRequest;
225class UpdateBucketMetadataJournalTableConfigurationRequest;
226class UpdateObjectEncryptionRequest;
227class UploadPartRequest;
228class UploadPartCopyRequest;
229class WriteGetObjectResponseRequest;
230/* End of service model forward declarations required in S3Client header */
231
232/* Service model Outcome class definitions */
340/* End of service model Outcome class definitions */
341
342/* Service model Outcome callable definitions */
343typedef std::future<AbortMultipartUploadOutcome> AbortMultipartUploadOutcomeCallable;
344typedef std::future<CompleteMultipartUploadOutcome> CompleteMultipartUploadOutcomeCallable;
345typedef std::future<CopyObjectOutcome> CopyObjectOutcomeCallable;
346typedef std::future<CreateBucketOutcome> CreateBucketOutcomeCallable;
347typedef std::future<CreateBucketMetadataConfigurationOutcome> CreateBucketMetadataConfigurationOutcomeCallable;
348typedef std::future<CreateBucketMetadataTableConfigurationOutcome> CreateBucketMetadataTableConfigurationOutcomeCallable;
349typedef std::future<CreateMultipartUploadOutcome> CreateMultipartUploadOutcomeCallable;
350typedef std::future<CreateSessionOutcome> CreateSessionOutcomeCallable;
351typedef std::future<DeleteBucketOutcome> DeleteBucketOutcomeCallable;
352typedef std::future<DeleteBucketAnalyticsConfigurationOutcome> DeleteBucketAnalyticsConfigurationOutcomeCallable;
353typedef std::future<DeleteBucketCorsOutcome> DeleteBucketCorsOutcomeCallable;
354typedef std::future<DeleteBucketEncryptionOutcome> DeleteBucketEncryptionOutcomeCallable;
355typedef std::future<DeleteBucketIntelligentTieringConfigurationOutcome> DeleteBucketIntelligentTieringConfigurationOutcomeCallable;
356typedef std::future<DeleteBucketInventoryConfigurationOutcome> DeleteBucketInventoryConfigurationOutcomeCallable;
357typedef std::future<DeleteBucketLifecycleOutcome> DeleteBucketLifecycleOutcomeCallable;
358typedef std::future<DeleteBucketMetadataConfigurationOutcome> DeleteBucketMetadataConfigurationOutcomeCallable;
359typedef std::future<DeleteBucketMetadataTableConfigurationOutcome> DeleteBucketMetadataTableConfigurationOutcomeCallable;
360typedef std::future<DeleteBucketMetricsConfigurationOutcome> DeleteBucketMetricsConfigurationOutcomeCallable;
361typedef std::future<DeleteBucketOwnershipControlsOutcome> DeleteBucketOwnershipControlsOutcomeCallable;
362typedef std::future<DeleteBucketPolicyOutcome> DeleteBucketPolicyOutcomeCallable;
363typedef std::future<DeleteBucketReplicationOutcome> DeleteBucketReplicationOutcomeCallable;
364typedef std::future<DeleteBucketTaggingOutcome> DeleteBucketTaggingOutcomeCallable;
365typedef std::future<DeleteBucketWebsiteOutcome> DeleteBucketWebsiteOutcomeCallable;
366typedef std::future<DeleteObjectOutcome> DeleteObjectOutcomeCallable;
367typedef std::future<DeleteObjectTaggingOutcome> DeleteObjectTaggingOutcomeCallable;
368typedef std::future<DeleteObjectsOutcome> DeleteObjectsOutcomeCallable;
369typedef std::future<DeletePublicAccessBlockOutcome> DeletePublicAccessBlockOutcomeCallable;
370typedef std::future<GetBucketAbacOutcome> GetBucketAbacOutcomeCallable;
371typedef std::future<GetBucketAccelerateConfigurationOutcome> GetBucketAccelerateConfigurationOutcomeCallable;
372typedef std::future<GetBucketAclOutcome> GetBucketAclOutcomeCallable;
373typedef std::future<GetBucketAnalyticsConfigurationOutcome> GetBucketAnalyticsConfigurationOutcomeCallable;
374typedef std::future<GetBucketCorsOutcome> GetBucketCorsOutcomeCallable;
375typedef std::future<GetBucketEncryptionOutcome> GetBucketEncryptionOutcomeCallable;
376typedef std::future<GetBucketIntelligentTieringConfigurationOutcome> GetBucketIntelligentTieringConfigurationOutcomeCallable;
377typedef std::future<GetBucketInventoryConfigurationOutcome> GetBucketInventoryConfigurationOutcomeCallable;
378typedef std::future<GetBucketLifecycleConfigurationOutcome> GetBucketLifecycleConfigurationOutcomeCallable;
379typedef std::future<GetBucketLocationOutcome> GetBucketLocationOutcomeCallable;
380typedef std::future<GetBucketLoggingOutcome> GetBucketLoggingOutcomeCallable;
381typedef std::future<GetBucketMetadataConfigurationOutcome> GetBucketMetadataConfigurationOutcomeCallable;
382typedef std::future<GetBucketMetadataTableConfigurationOutcome> GetBucketMetadataTableConfigurationOutcomeCallable;
383typedef std::future<GetBucketMetricsConfigurationOutcome> GetBucketMetricsConfigurationOutcomeCallable;
384typedef std::future<GetBucketNotificationConfigurationOutcome> GetBucketNotificationConfigurationOutcomeCallable;
385typedef std::future<GetBucketOwnershipControlsOutcome> GetBucketOwnershipControlsOutcomeCallable;
386typedef std::future<GetBucketPolicyOutcome> GetBucketPolicyOutcomeCallable;
387typedef std::future<GetBucketPolicyStatusOutcome> GetBucketPolicyStatusOutcomeCallable;
388typedef std::future<GetBucketReplicationOutcome> GetBucketReplicationOutcomeCallable;
389typedef std::future<GetBucketRequestPaymentOutcome> GetBucketRequestPaymentOutcomeCallable;
390typedef std::future<GetBucketTaggingOutcome> GetBucketTaggingOutcomeCallable;
391typedef std::future<GetBucketVersioningOutcome> GetBucketVersioningOutcomeCallable;
392typedef std::future<GetBucketWebsiteOutcome> GetBucketWebsiteOutcomeCallable;
393typedef std::future<GetObjectOutcome> GetObjectOutcomeCallable;
394typedef std::future<GetObjectAclOutcome> GetObjectAclOutcomeCallable;
395typedef std::future<GetObjectAttributesOutcome> GetObjectAttributesOutcomeCallable;
396typedef std::future<GetObjectLegalHoldOutcome> GetObjectLegalHoldOutcomeCallable;
397typedef std::future<GetObjectLockConfigurationOutcome> GetObjectLockConfigurationOutcomeCallable;
398typedef std::future<GetObjectRetentionOutcome> GetObjectRetentionOutcomeCallable;
399typedef std::future<GetObjectTaggingOutcome> GetObjectTaggingOutcomeCallable;
400typedef std::future<GetObjectTorrentOutcome> GetObjectTorrentOutcomeCallable;
401typedef std::future<GetPublicAccessBlockOutcome> GetPublicAccessBlockOutcomeCallable;
402typedef std::future<HeadBucketOutcome> HeadBucketOutcomeCallable;
403typedef std::future<HeadObjectOutcome> HeadObjectOutcomeCallable;
404typedef std::future<ListBucketAnalyticsConfigurationsOutcome> ListBucketAnalyticsConfigurationsOutcomeCallable;
405typedef std::future<ListBucketIntelligentTieringConfigurationsOutcome> ListBucketIntelligentTieringConfigurationsOutcomeCallable;
406typedef std::future<ListBucketInventoryConfigurationsOutcome> ListBucketInventoryConfigurationsOutcomeCallable;
407typedef std::future<ListBucketMetricsConfigurationsOutcome> ListBucketMetricsConfigurationsOutcomeCallable;
408typedef std::future<ListBucketsOutcome> ListBucketsOutcomeCallable;
409typedef std::future<ListDirectoryBucketsOutcome> ListDirectoryBucketsOutcomeCallable;
410typedef std::future<ListMultipartUploadsOutcome> ListMultipartUploadsOutcomeCallable;
411typedef std::future<ListObjectVersionsOutcome> ListObjectVersionsOutcomeCallable;
412typedef std::future<ListObjectsOutcome> ListObjectsOutcomeCallable;
413typedef std::future<ListObjectsV2Outcome> ListObjectsV2OutcomeCallable;
414typedef std::future<ListPartsOutcome> ListPartsOutcomeCallable;
415typedef std::future<PutBucketAbacOutcome> PutBucketAbacOutcomeCallable;
416typedef std::future<PutBucketAccelerateConfigurationOutcome> PutBucketAccelerateConfigurationOutcomeCallable;
417typedef std::future<PutBucketAclOutcome> PutBucketAclOutcomeCallable;
418typedef std::future<PutBucketAnalyticsConfigurationOutcome> PutBucketAnalyticsConfigurationOutcomeCallable;
419typedef std::future<PutBucketCorsOutcome> PutBucketCorsOutcomeCallable;
420typedef std::future<PutBucketEncryptionOutcome> PutBucketEncryptionOutcomeCallable;
421typedef std::future<PutBucketIntelligentTieringConfigurationOutcome> PutBucketIntelligentTieringConfigurationOutcomeCallable;
422typedef std::future<PutBucketInventoryConfigurationOutcome> PutBucketInventoryConfigurationOutcomeCallable;
423typedef std::future<PutBucketLifecycleConfigurationOutcome> PutBucketLifecycleConfigurationOutcomeCallable;
424typedef std::future<PutBucketLoggingOutcome> PutBucketLoggingOutcomeCallable;
425typedef std::future<PutBucketMetricsConfigurationOutcome> PutBucketMetricsConfigurationOutcomeCallable;
426typedef std::future<PutBucketNotificationConfigurationOutcome> PutBucketNotificationConfigurationOutcomeCallable;
427typedef std::future<PutBucketOwnershipControlsOutcome> PutBucketOwnershipControlsOutcomeCallable;
428typedef std::future<PutBucketPolicyOutcome> PutBucketPolicyOutcomeCallable;
429typedef std::future<PutBucketReplicationOutcome> PutBucketReplicationOutcomeCallable;
430typedef std::future<PutBucketRequestPaymentOutcome> PutBucketRequestPaymentOutcomeCallable;
431typedef std::future<PutBucketTaggingOutcome> PutBucketTaggingOutcomeCallable;
432typedef std::future<PutBucketVersioningOutcome> PutBucketVersioningOutcomeCallable;
433typedef std::future<PutBucketWebsiteOutcome> PutBucketWebsiteOutcomeCallable;
434typedef std::future<PutObjectOutcome> PutObjectOutcomeCallable;
435typedef std::future<PutObjectAclOutcome> PutObjectAclOutcomeCallable;
436typedef std::future<PutObjectLegalHoldOutcome> PutObjectLegalHoldOutcomeCallable;
437typedef std::future<PutObjectLockConfigurationOutcome> PutObjectLockConfigurationOutcomeCallable;
438typedef std::future<PutObjectRetentionOutcome> PutObjectRetentionOutcomeCallable;
439typedef std::future<PutObjectTaggingOutcome> PutObjectTaggingOutcomeCallable;
440typedef std::future<PutPublicAccessBlockOutcome> PutPublicAccessBlockOutcomeCallable;
441typedef std::future<RenameObjectOutcome> RenameObjectOutcomeCallable;
442typedef std::future<RestoreObjectOutcome> RestoreObjectOutcomeCallable;
443typedef std::future<SelectObjectContentOutcome> SelectObjectContentOutcomeCallable;
444typedef std::future<UpdateBucketMetadataInventoryTableConfigurationOutcome> UpdateBucketMetadataInventoryTableConfigurationOutcomeCallable;
445typedef std::future<UpdateBucketMetadataJournalTableConfigurationOutcome> UpdateBucketMetadataJournalTableConfigurationOutcomeCallable;
446typedef std::future<UpdateObjectEncryptionOutcome> UpdateObjectEncryptionOutcomeCallable;
447typedef std::future<UploadPartOutcome> UploadPartOutcomeCallable;
448typedef std::future<UploadPartCopyOutcome> UploadPartCopyOutcomeCallable;
449typedef std::future<WriteGetObjectResponseOutcome> WriteGetObjectResponseOutcomeCallable;
450/* End of service model Outcome callable definitions */
451} // namespace Model
452
453class S3Client;
454
455/* Service model async handlers definitions */
456typedef std::function<void(const S3Client*, const Model::AbortMultipartUploadRequest&, const Model::AbortMultipartUploadOutcome&,
457 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
459typedef std::function<void(const S3Client*, const Model::CompleteMultipartUploadRequest&, const Model::CompleteMultipartUploadOutcome&,
460 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
462typedef std::function<void(const S3Client*, const Model::CopyObjectRequest&, const Model::CopyObjectOutcome&,
463 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
465typedef std::function<void(const S3Client*, const Model::CreateBucketRequest&, const Model::CreateBucketOutcome&,
466 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
468typedef std::function<void(const S3Client*, const Model::CreateBucketMetadataConfigurationRequest&,
470 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
472typedef std::function<void(const S3Client*, const Model::CreateBucketMetadataTableConfigurationRequest&,
474 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
476typedef std::function<void(const S3Client*, const Model::CreateMultipartUploadRequest&, const Model::CreateMultipartUploadOutcome&,
477 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
479typedef std::function<void(const S3Client*, const Model::CreateSessionRequest&, const Model::CreateSessionOutcome&,
480 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
482typedef std::function<void(const S3Client*, const Model::DeleteBucketRequest&, const Model::DeleteBucketOutcome&,
483 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
485typedef std::function<void(const S3Client*, const Model::DeleteBucketAnalyticsConfigurationRequest&,
487 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
489typedef std::function<void(const S3Client*, const Model::DeleteBucketCorsRequest&, const Model::DeleteBucketCorsOutcome&,
490 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
492typedef std::function<void(const S3Client*, const Model::DeleteBucketEncryptionRequest&, const Model::DeleteBucketEncryptionOutcome&,
493 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
495typedef std::function<void(const S3Client*, const Model::DeleteBucketIntelligentTieringConfigurationRequest&,
497 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
499typedef std::function<void(const S3Client*, const Model::DeleteBucketInventoryConfigurationRequest&,
501 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
503typedef std::function<void(const S3Client*, const Model::DeleteBucketLifecycleRequest&, const Model::DeleteBucketLifecycleOutcome&,
504 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
506typedef std::function<void(const S3Client*, const Model::DeleteBucketMetadataConfigurationRequest&,
508 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
510typedef std::function<void(const S3Client*, const Model::DeleteBucketMetadataTableConfigurationRequest&,
512 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
514typedef std::function<void(const S3Client*, const Model::DeleteBucketMetricsConfigurationRequest&,
516 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
518typedef std::function<void(const S3Client*, const Model::DeleteBucketOwnershipControlsRequest&,
520 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
522typedef std::function<void(const S3Client*, const Model::DeleteBucketPolicyRequest&, const Model::DeleteBucketPolicyOutcome&,
523 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
525typedef std::function<void(const S3Client*, const Model::DeleteBucketReplicationRequest&, const Model::DeleteBucketReplicationOutcome&,
526 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
528typedef std::function<void(const S3Client*, const Model::DeleteBucketTaggingRequest&, const Model::DeleteBucketTaggingOutcome&,
529 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
531typedef std::function<void(const S3Client*, const Model::DeleteBucketWebsiteRequest&, const Model::DeleteBucketWebsiteOutcome&,
532 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
534typedef std::function<void(const S3Client*, const Model::DeleteObjectRequest&, const Model::DeleteObjectOutcome&,
535 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
537typedef std::function<void(const S3Client*, const Model::DeleteObjectTaggingRequest&, const Model::DeleteObjectTaggingOutcome&,
538 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
540typedef std::function<void(const S3Client*, const Model::DeleteObjectsRequest&, const Model::DeleteObjectsOutcome&,
541 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
543typedef std::function<void(const S3Client*, const Model::DeletePublicAccessBlockRequest&, const Model::DeletePublicAccessBlockOutcome&,
544 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
546typedef std::function<void(const S3Client*, const Model::GetBucketAbacRequest&, const Model::GetBucketAbacOutcome&,
547 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
549typedef std::function<void(const S3Client*, const Model::GetBucketAccelerateConfigurationRequest&,
551 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
553typedef std::function<void(const S3Client*, const Model::GetBucketAclRequest&, const Model::GetBucketAclOutcome&,
554 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
556typedef std::function<void(const S3Client*, const Model::GetBucketAnalyticsConfigurationRequest&,
558 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
560typedef std::function<void(const S3Client*, const Model::GetBucketCorsRequest&, const Model::GetBucketCorsOutcome&,
561 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
563typedef std::function<void(const S3Client*, const Model::GetBucketEncryptionRequest&, const Model::GetBucketEncryptionOutcome&,
564 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
566typedef std::function<void(const S3Client*, const Model::GetBucketIntelligentTieringConfigurationRequest&,
568 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
570typedef std::function<void(const S3Client*, const Model::GetBucketInventoryConfigurationRequest&,
572 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
574typedef std::function<void(const S3Client*, const Model::GetBucketLifecycleConfigurationRequest&,
576 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
578typedef std::function<void(const S3Client*, const Model::GetBucketLocationRequest&, const Model::GetBucketLocationOutcome&,
579 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
581typedef std::function<void(const S3Client*, const Model::GetBucketLoggingRequest&, const Model::GetBucketLoggingOutcome&,
582 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
584typedef std::function<void(const S3Client*, const Model::GetBucketMetadataConfigurationRequest&,
586 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
588typedef std::function<void(const S3Client*, const Model::GetBucketMetadataTableConfigurationRequest&,
590 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
592typedef std::function<void(const S3Client*, const Model::GetBucketMetricsConfigurationRequest&,
594 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
596typedef std::function<void(const S3Client*, const Model::GetBucketNotificationConfigurationRequest&,
598 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
600typedef std::function<void(const S3Client*, const Model::GetBucketOwnershipControlsRequest&,
601 const Model::GetBucketOwnershipControlsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
603typedef std::function<void(const S3Client*, const Model::GetBucketPolicyRequest&, Model::GetBucketPolicyOutcome,
604 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
606typedef std::function<void(const S3Client*, const Model::GetBucketPolicyStatusRequest&, const Model::GetBucketPolicyStatusOutcome&,
607 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
609typedef std::function<void(const S3Client*, const Model::GetBucketReplicationRequest&, const Model::GetBucketReplicationOutcome&,
610 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
612typedef std::function<void(const S3Client*, const Model::GetBucketRequestPaymentRequest&, const Model::GetBucketRequestPaymentOutcome&,
613 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
615typedef std::function<void(const S3Client*, const Model::GetBucketTaggingRequest&, const Model::GetBucketTaggingOutcome&,
616 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
618typedef std::function<void(const S3Client*, const Model::GetBucketVersioningRequest&, const Model::GetBucketVersioningOutcome&,
619 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
621typedef std::function<void(const S3Client*, const Model::GetBucketWebsiteRequest&, const Model::GetBucketWebsiteOutcome&,
622 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
624typedef std::function<void(const S3Client*, const Model::GetObjectRequest&, Model::GetObjectOutcome,
625 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
627typedef std::function<void(const S3Client*, const Model::GetObjectAclRequest&, const Model::GetObjectAclOutcome&,
628 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
630typedef std::function<void(const S3Client*, const Model::GetObjectAttributesRequest&, const Model::GetObjectAttributesOutcome&,
631 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
633typedef std::function<void(const S3Client*, const Model::GetObjectLegalHoldRequest&, const Model::GetObjectLegalHoldOutcome&,
634 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
636typedef std::function<void(const S3Client*, const Model::GetObjectLockConfigurationRequest&,
637 const Model::GetObjectLockConfigurationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
639typedef std::function<void(const S3Client*, const Model::GetObjectRetentionRequest&, const Model::GetObjectRetentionOutcome&,
640 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
642typedef std::function<void(const S3Client*, const Model::GetObjectTaggingRequest&, const Model::GetObjectTaggingOutcome&,
643 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
645typedef std::function<void(const S3Client*, const Model::GetObjectTorrentRequest&, Model::GetObjectTorrentOutcome,
646 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
648typedef std::function<void(const S3Client*, const Model::GetPublicAccessBlockRequest&, const Model::GetPublicAccessBlockOutcome&,
649 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
651typedef std::function<void(const S3Client*, const Model::HeadBucketRequest&, const Model::HeadBucketOutcome&,
652 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
654typedef std::function<void(const S3Client*, const Model::HeadObjectRequest&, const Model::HeadObjectOutcome&,
655 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
657typedef std::function<void(const S3Client*, const Model::ListBucketAnalyticsConfigurationsRequest&,
659 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
661typedef std::function<void(const S3Client*, const Model::ListBucketIntelligentTieringConfigurationsRequest&,
663 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
665typedef std::function<void(const S3Client*, const Model::ListBucketInventoryConfigurationsRequest&,
667 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
669typedef std::function<void(const S3Client*, const Model::ListBucketMetricsConfigurationsRequest&,
671 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
673typedef std::function<void(const S3Client*, const Model::ListBucketsRequest&, const Model::ListBucketsOutcome&,
674 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
676typedef std::function<void(const S3Client*, const Model::ListDirectoryBucketsRequest&, const Model::ListDirectoryBucketsOutcome&,
677 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
679typedef std::function<void(const S3Client*, const Model::ListMultipartUploadsRequest&, const Model::ListMultipartUploadsOutcome&,
680 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
682typedef std::function<void(const S3Client*, const Model::ListObjectVersionsRequest&, const Model::ListObjectVersionsOutcome&,
683 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
685typedef std::function<void(const S3Client*, const Model::ListObjectsRequest&, const Model::ListObjectsOutcome&,
686 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
688typedef std::function<void(const S3Client*, const Model::ListObjectsV2Request&, const Model::ListObjectsV2Outcome&,
689 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
691typedef std::function<void(const S3Client*, const Model::ListPartsRequest&, const Model::ListPartsOutcome&,
692 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
694typedef std::function<void(const S3Client*, const Model::PutBucketAbacRequest&, const Model::PutBucketAbacOutcome&,
695 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
697typedef std::function<void(const S3Client*, const Model::PutBucketAccelerateConfigurationRequest&,
699 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
701typedef std::function<void(const S3Client*, const Model::PutBucketAclRequest&, const Model::PutBucketAclOutcome&,
702 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
704typedef std::function<void(const S3Client*, const Model::PutBucketAnalyticsConfigurationRequest&,
706 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
708typedef std::function<void(const S3Client*, const Model::PutBucketCorsRequest&, const Model::PutBucketCorsOutcome&,
709 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
711typedef std::function<void(const S3Client*, const Model::PutBucketEncryptionRequest&, const Model::PutBucketEncryptionOutcome&,
712 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
714typedef std::function<void(const S3Client*, const Model::PutBucketIntelligentTieringConfigurationRequest&,
716 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
718typedef std::function<void(const S3Client*, const Model::PutBucketInventoryConfigurationRequest&,
720 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
722typedef std::function<void(const S3Client*, const Model::PutBucketLifecycleConfigurationRequest&,
724 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
726typedef std::function<void(const S3Client*, const Model::PutBucketLoggingRequest&, const Model::PutBucketLoggingOutcome&,
727 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
729typedef std::function<void(const S3Client*, const Model::PutBucketMetricsConfigurationRequest&,
731 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
733typedef std::function<void(const S3Client*, const Model::PutBucketNotificationConfigurationRequest&,
735 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
737typedef std::function<void(const S3Client*, const Model::PutBucketOwnershipControlsRequest&,
738 const Model::PutBucketOwnershipControlsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
740typedef std::function<void(const S3Client*, const Model::PutBucketPolicyRequest&, const Model::PutBucketPolicyOutcome&,
741 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
743typedef std::function<void(const S3Client*, const Model::PutBucketReplicationRequest&, const Model::PutBucketReplicationOutcome&,
744 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
746typedef std::function<void(const S3Client*, const Model::PutBucketRequestPaymentRequest&, const Model::PutBucketRequestPaymentOutcome&,
747 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
749typedef std::function<void(const S3Client*, const Model::PutBucketTaggingRequest&, const Model::PutBucketTaggingOutcome&,
750 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
752typedef std::function<void(const S3Client*, const Model::PutBucketVersioningRequest&, const Model::PutBucketVersioningOutcome&,
753 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
755typedef std::function<void(const S3Client*, const Model::PutBucketWebsiteRequest&, const Model::PutBucketWebsiteOutcome&,
756 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
758typedef std::function<void(const S3Client*, const Model::PutObjectRequest&, const Model::PutObjectOutcome&,
759 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
761typedef std::function<void(const S3Client*, const Model::PutObjectAclRequest&, const Model::PutObjectAclOutcome&,
762 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
764typedef std::function<void(const S3Client*, const Model::PutObjectLegalHoldRequest&, const Model::PutObjectLegalHoldOutcome&,
765 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
767typedef std::function<void(const S3Client*, const Model::PutObjectLockConfigurationRequest&,
768 const Model::PutObjectLockConfigurationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
770typedef std::function<void(const S3Client*, const Model::PutObjectRetentionRequest&, const Model::PutObjectRetentionOutcome&,
771 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
773typedef std::function<void(const S3Client*, const Model::PutObjectTaggingRequest&, const Model::PutObjectTaggingOutcome&,
774 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
776typedef std::function<void(const S3Client*, const Model::PutPublicAccessBlockRequest&, const Model::PutPublicAccessBlockOutcome&,
777 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
779typedef std::function<void(const S3Client*, const Model::RenameObjectRequest&, const Model::RenameObjectOutcome&,
780 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
782typedef std::function<void(const S3Client*, const Model::RestoreObjectRequest&, const Model::RestoreObjectOutcome&,
783 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
785typedef std::function<void(const S3Client*, const Model::SelectObjectContentRequest&, const Model::SelectObjectContentOutcome&,
786 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
788typedef std::function<void(const S3Client*, const Model::UpdateBucketMetadataInventoryTableConfigurationRequest&,
790 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
792typedef std::function<void(const S3Client*, const Model::UpdateBucketMetadataJournalTableConfigurationRequest&,
794 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
796typedef std::function<void(const S3Client*, const Model::UpdateObjectEncryptionRequest&, const Model::UpdateObjectEncryptionOutcome&,
797 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
799typedef std::function<void(const S3Client*, const Model::UploadPartRequest&, const Model::UploadPartOutcome&,
800 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
802typedef std::function<void(const S3Client*, const Model::UploadPartCopyRequest&, const Model::UploadPartCopyOutcome&,
803 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
805typedef std::function<void(const S3Client*, const Model::WriteGetObjectResponseRequest&, const Model::WriteGetObjectResponseOutcome&,
806 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
808/* End of service model async handlers definitions */
809} // namespace S3
810} // namespace Aws
EndpointProviderBase< S3ClientConfiguration, S3BuiltInParameters, S3ClientContextParameters > S3EndpointProviderBase
std::future< UpdateObjectEncryptionOutcome > UpdateObjectEncryptionOutcomeCallable
Aws::Utils::Outcome< UploadPartResult, S3Error > UploadPartOutcome
Aws::Utils::Outcome< Aws::NoResult, S3Error > PutBucketWebsiteOutcome
Aws::Utils::Outcome< GetObjectAttributesResult, S3Error > GetObjectAttributesOutcome
std::future< UploadPartOutcome > UploadPartOutcomeCallable
Aws::Utils::Outcome< GetBucketNotificationConfigurationResult, S3Error > GetBucketNotificationConfigurationOutcome
std::future< ListBucketAnalyticsConfigurationsOutcome > ListBucketAnalyticsConfigurationsOutcomeCallable
std::future< GetBucketMetadataConfigurationOutcome > GetBucketMetadataConfigurationOutcomeCallable
std::future< GetBucketLocationOutcome > GetBucketLocationOutcomeCallable
std::future< DeleteBucketCorsOutcome > DeleteBucketCorsOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, S3Error > PutPublicAccessBlockOutcome
std::future< UpdateBucketMetadataInventoryTableConfigurationOutcome > UpdateBucketMetadataInventoryTableConfigurationOutcomeCallable
Aws::Utils::Outcome< GetBucketPolicyResult, S3Error > GetBucketPolicyOutcome
Aws::Utils::Outcome< Aws::NoResult, S3Error > DeleteBucketCorsOutcome
Aws::Utils::Outcome< Aws::NoResult, S3Error > PutBucketCorsOutcome
std::future< HeadObjectOutcome > HeadObjectOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, S3Error > DeleteBucketMetadataTableConfigurationOutcome
std::future< SelectObjectContentOutcome > SelectObjectContentOutcomeCallable
std::future< DeleteBucketOwnershipControlsOutcome > DeleteBucketOwnershipControlsOutcomeCallable
std::future< GetBucketWebsiteOutcome > GetBucketWebsiteOutcomeCallable
std::future< GetBucketMetadataTableConfigurationOutcome > GetBucketMetadataTableConfigurationOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, S3Error > SelectObjectContentOutcome
Aws::Utils::Outcome< GetBucketLifecycleConfigurationResult, S3Error > GetBucketLifecycleConfigurationOutcome
std::future< ListBucketIntelligentTieringConfigurationsOutcome > ListBucketIntelligentTieringConfigurationsOutcomeCallable
std::future< GetBucketVersioningOutcome > GetBucketVersioningOutcomeCallable
std::future< DeleteBucketEncryptionOutcome > DeleteBucketEncryptionOutcomeCallable
std::future< GetBucketInventoryConfigurationOutcome > GetBucketInventoryConfigurationOutcomeCallable
Aws::Utils::Outcome< ListBucketInventoryConfigurationsResult, S3Error > ListBucketInventoryConfigurationsOutcome
std::future< DeleteBucketReplicationOutcome > DeleteBucketReplicationOutcomeCallable
std::future< DeleteBucketWebsiteOutcome > DeleteBucketWebsiteOutcomeCallable
std::future< PutObjectTaggingOutcome > PutObjectTaggingOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, S3Error > PutBucketNotificationConfigurationOutcome
std::future< GetBucketAbacOutcome > GetBucketAbacOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, S3Error > PutBucketPolicyOutcome
std::future< PutBucketEncryptionOutcome > PutBucketEncryptionOutcomeCallable
std::future< ListObjectsOutcome > ListObjectsOutcomeCallable
std::future< DeleteBucketLifecycleOutcome > DeleteBucketLifecycleOutcomeCallable
std::future< CreateSessionOutcome > CreateSessionOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, S3Error > DeleteBucketTaggingOutcome
std::future< DeleteObjectsOutcome > DeleteObjectsOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, S3Error > PutBucketAbacOutcome
Aws::Utils::Outcome< Aws::NoResult, S3Error > DeleteBucketOwnershipControlsOutcome
std::future< PutBucketTaggingOutcome > PutBucketTaggingOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, S3Error > PutBucketVersioningOutcome
std::future< ListBucketMetricsConfigurationsOutcome > ListBucketMetricsConfigurationsOutcomeCallable
std::future< GetBucketTaggingOutcome > GetBucketTaggingOutcomeCallable
std::future< PutBucketVersioningOutcome > PutBucketVersioningOutcomeCallable
std::future< DeleteBucketPolicyOutcome > DeleteBucketPolicyOutcomeCallable
Aws::Utils::Outcome< GetBucketLocationResult, S3Error > GetBucketLocationOutcome
Aws::Utils::Outcome< Aws::NoResult, S3Error > CreateBucketMetadataConfigurationOutcome
std::future< GetBucketOwnershipControlsOutcome > GetBucketOwnershipControlsOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, S3Error > DeleteBucketEncryptionOutcome
std::future< DeleteBucketMetadataConfigurationOutcome > DeleteBucketMetadataConfigurationOutcomeCallable
Aws::Utils::Outcome< GetBucketInventoryConfigurationResult, S3Error > GetBucketInventoryConfigurationOutcome
std::future< DeleteBucketAnalyticsConfigurationOutcome > DeleteBucketAnalyticsConfigurationOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, S3Error > UpdateBucketMetadataInventoryTableConfigurationOutcome
std::future< PutObjectRetentionOutcome > PutObjectRetentionOutcomeCallable
Aws::Utils::Outcome< ListObjectsV2Result, S3Error > ListObjectsV2Outcome
std::future< PutBucketAbacOutcome > PutBucketAbacOutcomeCallable
std::future< GetBucketRequestPaymentOutcome > GetBucketRequestPaymentOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, S3Error > PutBucketMetricsConfigurationOutcome
Aws::Utils::Outcome< ListBucketAnalyticsConfigurationsResult, S3Error > ListBucketAnalyticsConfigurationsOutcome
std::future< PutBucketRequestPaymentOutcome > PutBucketRequestPaymentOutcomeCallable
std::future< CreateMultipartUploadOutcome > CreateMultipartUploadOutcomeCallable
std::future< GetBucketPolicyStatusOutcome > GetBucketPolicyStatusOutcomeCallable
std::future< PutBucketOwnershipControlsOutcome > PutBucketOwnershipControlsOutcomeCallable
std::future< GetBucketNotificationConfigurationOutcome > GetBucketNotificationConfigurationOutcomeCallable
std::future< CompleteMultipartUploadOutcome > CompleteMultipartUploadOutcomeCallable
std::future< GetObjectLegalHoldOutcome > GetObjectLegalHoldOutcomeCallable
std::future< RenameObjectOutcome > RenameObjectOutcomeCallable
Aws::Utils::Outcome< ListPartsResult, S3Error > ListPartsOutcome
Aws::Utils::Outcome< Aws::NoResult, S3Error > DeleteBucketMetadataConfigurationOutcome
std::future< GetBucketAnalyticsConfigurationOutcome > GetBucketAnalyticsConfigurationOutcomeCallable
Aws::Utils::Outcome< UploadPartCopyResult, S3Error > UploadPartCopyOutcome
Aws::Utils::Outcome< PutObjectRetentionResult, S3Error > PutObjectRetentionOutcome
std::future< PutObjectLegalHoldOutcome > PutObjectLegalHoldOutcomeCallable
std::future< RestoreObjectOutcome > RestoreObjectOutcomeCallable
Aws::Utils::Outcome< GetObjectResult, S3Error > GetObjectOutcome
std::future< DeleteBucketTaggingOutcome > DeleteBucketTaggingOutcomeCallable
Aws::Utils::Outcome< AbortMultipartUploadResult, S3Error > AbortMultipartUploadOutcome
std::future< CreateBucketOutcome > CreateBucketOutcomeCallable
std::future< CopyObjectOutcome > CopyObjectOutcomeCallable
Aws::Utils::Outcome< RenameObjectResult, S3Error > RenameObjectOutcome
Aws::Utils::Outcome< GetBucketAbacResult, S3Error > GetBucketAbacOutcome
Aws::Utils::Outcome< PutBucketLifecycleConfigurationResult, S3Error > PutBucketLifecycleConfigurationOutcome
Aws::Utils::Outcome< GetBucketMetricsConfigurationResult, S3Error > GetBucketMetricsConfigurationOutcome
std::future< PutBucketLifecycleConfigurationOutcome > PutBucketLifecycleConfigurationOutcomeCallable
Aws::Utils::Outcome< GetBucketAnalyticsConfigurationResult, S3Error > GetBucketAnalyticsConfigurationOutcome
std::future< DeleteBucketInventoryConfigurationOutcome > DeleteBucketInventoryConfigurationOutcomeCallable
Aws::Utils::Outcome< ListBucketIntelligentTieringConfigurationsResult, S3Error > ListBucketIntelligentTieringConfigurationsOutcome
std::future< DeleteBucketOutcome > DeleteBucketOutcomeCallable
std::future< PutBucketWebsiteOutcome > PutBucketWebsiteOutcomeCallable
Aws::Utils::Outcome< GetObjectTaggingResult, S3Error > GetObjectTaggingOutcome
std::future< PutBucketAccelerateConfigurationOutcome > PutBucketAccelerateConfigurationOutcomeCallable
std::future< GetObjectRetentionOutcome > GetObjectRetentionOutcomeCallable
Aws::Utils::Outcome< GetObjectLockConfigurationResult, S3Error > GetObjectLockConfigurationOutcome
Aws::Utils::Outcome< GetPublicAccessBlockResult, S3Error > GetPublicAccessBlockOutcome
Aws::Utils::Outcome< GetObjectTorrentResult, S3Error > GetObjectTorrentOutcome
Aws::Utils::Outcome< CreateMultipartUploadResult, S3Error > CreateMultipartUploadOutcome
Aws::Utils::Outcome< Aws::NoResult, S3Error > PutBucketIntelligentTieringConfigurationOutcome
std::future< ListObjectsV2Outcome > ListObjectsV2OutcomeCallable
Aws::Utils::Outcome< GetObjectAclResult, S3Error > GetObjectAclOutcome
Aws::Utils::Outcome< PutObjectResult, S3Error > PutObjectOutcome
std::future< GetObjectAttributesOutcome > GetObjectAttributesOutcomeCallable
Aws::Utils::Outcome< DeleteObjectsResult, S3Error > DeleteObjectsOutcome
std::future< GetBucketMetricsConfigurationOutcome > GetBucketMetricsConfigurationOutcomeCallable
std::future< GetBucketAclOutcome > GetBucketAclOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, S3Error > PutBucketInventoryConfigurationOutcome
Aws::Utils::Outcome< ListBucketMetricsConfigurationsResult, S3Error > ListBucketMetricsConfigurationsOutcome
Aws::Utils::Outcome< PutObjectLockConfigurationResult, S3Error > PutObjectLockConfigurationOutcome
std::future< GetBucketEncryptionOutcome > GetBucketEncryptionOutcomeCallable
std::future< GetBucketCorsOutcome > GetBucketCorsOutcomeCallable
std::future< PutObjectLockConfigurationOutcome > PutObjectLockConfigurationOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, S3Error > DeleteBucketOutcome
std::future< DeleteBucketMetricsConfigurationOutcome > DeleteBucketMetricsConfigurationOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, S3Error > DeleteBucketPolicyOutcome
Aws::Utils::Outcome< Aws::NoResult, S3Error > DeleteBucketAnalyticsConfigurationOutcome
Aws::Utils::Outcome< ListObjectsResult, S3Error > ListObjectsOutcome
Aws::Utils::Outcome< ListMultipartUploadsResult, S3Error > ListMultipartUploadsOutcome
std::future< DeleteBucketMetadataTableConfigurationOutcome > DeleteBucketMetadataTableConfigurationOutcomeCallable
std::future< PutBucketAclOutcome > PutBucketAclOutcomeCallable
std::future< ListObjectVersionsOutcome > ListObjectVersionsOutcomeCallable
std::future< GetObjectAclOutcome > GetObjectAclOutcomeCallable
Aws::Utils::Outcome< DeleteObjectResult, S3Error > DeleteObjectOutcome
Aws::Utils::Outcome< Aws::NoResult, S3Error > DeletePublicAccessBlockOutcome
Aws::Utils::Outcome< PutObjectAclResult, S3Error > PutObjectAclOutcome
std::future< WriteGetObjectResponseOutcome > WriteGetObjectResponseOutcomeCallable
Aws::Utils::Outcome< GetBucketWebsiteResult, S3Error > GetBucketWebsiteOutcome
std::future< PutBucketNotificationConfigurationOutcome > PutBucketNotificationConfigurationOutcomeCallable
Aws::Utils::Outcome< GetBucketIntelligentTieringConfigurationResult, S3Error > GetBucketIntelligentTieringConfigurationOutcome
Aws::Utils::Outcome< PutObjectTaggingResult, S3Error > PutObjectTaggingOutcome
Aws::Utils::Outcome< Aws::NoResult, S3Error > DeleteBucketIntelligentTieringConfigurationOutcome
std::future< AbortMultipartUploadOutcome > AbortMultipartUploadOutcomeCallable
Aws::Utils::Outcome< GetBucketVersioningResult, S3Error > GetBucketVersioningOutcome
Aws::Utils::Outcome< GetBucketEncryptionResult, S3Error > GetBucketEncryptionOutcome
Aws::Utils::Outcome< Aws::NoResult, S3Error > PutBucketTaggingOutcome
Aws::Utils::Outcome< Aws::NoResult, S3Error > PutBucketAclOutcome
Aws::Utils::Outcome< Aws::NoResult, S3Error > DeleteBucketReplicationOutcome
Aws::Utils::Outcome< GetBucketAccelerateConfigurationResult, S3Error > GetBucketAccelerateConfigurationOutcome
std::future< GetBucketLifecycleConfigurationOutcome > GetBucketLifecycleConfigurationOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, S3Error > PutBucketAccelerateConfigurationOutcome
Aws::Utils::Outcome< CreateBucketResult, S3Error > CreateBucketOutcome
Aws::Utils::Outcome< PutObjectLegalHoldResult, S3Error > PutObjectLegalHoldOutcome
std::future< PutBucketMetricsConfigurationOutcome > PutBucketMetricsConfigurationOutcomeCallable
std::future< PutBucketLoggingOutcome > PutBucketLoggingOutcomeCallable
std::future< CreateBucketMetadataConfigurationOutcome > CreateBucketMetadataConfigurationOutcomeCallable
std::future< GetObjectTaggingOutcome > GetObjectTaggingOutcomeCallable
std::future< DeleteObjectOutcome > DeleteObjectOutcomeCallable
std::future< GetBucketLoggingOutcome > GetBucketLoggingOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, S3Error > DeleteBucketWebsiteOutcome
Aws::Utils::Outcome< Aws::NoResult, S3Error > UpdateBucketMetadataJournalTableConfigurationOutcome
Aws::Utils::Outcome< Aws::NoResult, S3Error > CreateBucketMetadataTableConfigurationOutcome
std::future< ListMultipartUploadsOutcome > ListMultipartUploadsOutcomeCallable
Aws::Utils::Outcome< GetBucketRequestPaymentResult, S3Error > GetBucketRequestPaymentOutcome
Aws::Utils::Outcome< GetBucketOwnershipControlsResult, S3Error > GetBucketOwnershipControlsOutcome
std::future< GetObjectLockConfigurationOutcome > GetObjectLockConfigurationOutcomeCallable
std::future< PutObjectAclOutcome > PutObjectAclOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, S3Error > DeleteBucketInventoryConfigurationOutcome
std::future< PutBucketIntelligentTieringConfigurationOutcome > PutBucketIntelligentTieringConfigurationOutcomeCallable
Aws::Utils::Outcome< GetBucketMetadataConfigurationSdkResult, S3Error > GetBucketMetadataConfigurationOutcome
Aws::Utils::Outcome< Aws::NoResult, S3Error > PutBucketReplicationOutcome
Aws::Utils::Outcome< Aws::NoResult, S3Error > WriteGetObjectResponseOutcome
std::future< UpdateBucketMetadataJournalTableConfigurationOutcome > UpdateBucketMetadataJournalTableConfigurationOutcomeCallable
std::future< PutPublicAccessBlockOutcome > PutPublicAccessBlockOutcomeCallable
Aws::Utils::Outcome< ListDirectoryBucketsResult, S3Error > ListDirectoryBucketsOutcome
Aws::Utils::Outcome< GetObjectRetentionResult, S3Error > GetObjectRetentionOutcome
std::future< GetBucketIntelligentTieringConfigurationOutcome > GetBucketIntelligentTieringConfigurationOutcomeCallable
std::future< PutBucketAnalyticsConfigurationOutcome > PutBucketAnalyticsConfigurationOutcomeCallable
std::future< ListBucketsOutcome > ListBucketsOutcomeCallable
std::future< PutBucketReplicationOutcome > PutBucketReplicationOutcomeCallable
Aws::Utils::Outcome< CopyObjectResult, S3Error > CopyObjectOutcome
std::future< DeleteBucketIntelligentTieringConfigurationOutcome > DeleteBucketIntelligentTieringConfigurationOutcomeCallable
Aws::Utils::Outcome< ListObjectVersionsResult, S3Error > ListObjectVersionsOutcome
Aws::Utils::Outcome< Aws::NoResult, S3Error > PutBucketLoggingOutcome
std::future< ListDirectoryBucketsOutcome > ListDirectoryBucketsOutcomeCallable
Aws::Utils::Outcome< RestoreObjectResult, S3Error > RestoreObjectOutcome
Aws::Utils::Outcome< GetObjectLegalHoldResult, S3Error > GetObjectLegalHoldOutcome
Aws::Utils::Outcome< GetBucketPolicyStatusResult, S3Error > GetBucketPolicyStatusOutcome
Aws::Utils::Outcome< GetBucketTaggingResult, S3Error > GetBucketTaggingOutcome
Aws::Utils::Outcome< GetBucketReplicationResult, S3Error > GetBucketReplicationOutcome
std::future< PutBucketInventoryConfigurationOutcome > PutBucketInventoryConfigurationOutcomeCallable
std::future< GetObjectOutcome > GetObjectOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, S3Error > PutBucketEncryptionOutcome
std::future< PutObjectOutcome > PutObjectOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, S3Error > PutBucketRequestPaymentOutcome
Aws::Utils::Outcome< GetBucketMetadataTableConfigurationSdkResult, S3Error > GetBucketMetadataTableConfigurationOutcome
std::future< PutBucketCorsOutcome > PutBucketCorsOutcomeCallable
std::future< GetBucketPolicyOutcome > GetBucketPolicyOutcomeCallable
Aws::Utils::Outcome< CreateSessionResult, S3Error > CreateSessionOutcome
Aws::Utils::Outcome< Aws::NoResult, S3Error > DeleteBucketMetricsConfigurationOutcome
Aws::Utils::Outcome< UpdateObjectEncryptionResult, S3Error > UpdateObjectEncryptionOutcome
Aws::Utils::Outcome< CompleteMultipartUploadResult, S3Error > CompleteMultipartUploadOutcome
Aws::Utils::Outcome< GetBucketCorsResult, S3Error > GetBucketCorsOutcome
Aws::Utils::Outcome< HeadBucketResult, S3Error > HeadBucketOutcome
std::future< GetPublicAccessBlockOutcome > GetPublicAccessBlockOutcomeCallable
Aws::Utils::Outcome< HeadObjectResult, S3Error > HeadObjectOutcome
std::future< UploadPartCopyOutcome > UploadPartCopyOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, S3Error > PutBucketAnalyticsConfigurationOutcome
Aws::Utils::Outcome< ListBucketsResult, S3Error > ListBucketsOutcome
std::future< HeadBucketOutcome > HeadBucketOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, S3Error > DeleteBucketLifecycleOutcome
std::future< PutBucketPolicyOutcome > PutBucketPolicyOutcomeCallable
std::future< GetBucketReplicationOutcome > GetBucketReplicationOutcomeCallable
std::future< DeletePublicAccessBlockOutcome > DeletePublicAccessBlockOutcomeCallable
std::future< ListBucketInventoryConfigurationsOutcome > ListBucketInventoryConfigurationsOutcomeCallable
Aws::Utils::Outcome< GetBucketAclResult, S3Error > GetBucketAclOutcome
Aws::Utils::Outcome< GetBucketLoggingResult, S3Error > GetBucketLoggingOutcome
std::future< DeleteObjectTaggingOutcome > DeleteObjectTaggingOutcomeCallable
std::future< ListPartsOutcome > ListPartsOutcomeCallable
std::future< CreateBucketMetadataTableConfigurationOutcome > CreateBucketMetadataTableConfigurationOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, S3Error > PutBucketOwnershipControlsOutcome
std::future< GetObjectTorrentOutcome > GetObjectTorrentOutcomeCallable
Aws::Utils::Outcome< DeleteObjectTaggingResult, S3Error > DeleteObjectTaggingOutcome
std::future< GetBucketAccelerateConfigurationOutcome > GetBucketAccelerateConfigurationOutcomeCallable
std::function< void(const S3Client *, const Model::UpdateBucketMetadataInventoryTableConfigurationRequest &, const Model::UpdateBucketMetadataInventoryTableConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateBucketMetadataInventoryTableConfigurationResponseReceivedHandler
std::function< void(const S3Client *, const Model::DeletePublicAccessBlockRequest &, const Model::DeletePublicAccessBlockOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeletePublicAccessBlockResponseReceivedHandler
std::function< void(const S3Client *, const Model::ListBucketsRequest &, const Model::ListBucketsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListBucketsResponseReceivedHandler
std::function< void(const S3Client *, const Model::DeleteObjectsRequest &, const Model::DeleteObjectsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteObjectsResponseReceivedHandler
std::function< void(const S3Client *, const Model::PutBucketTaggingRequest &, const Model::PutBucketTaggingOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutBucketTaggingResponseReceivedHandler
std::function< void(const S3Client *, const Model::GetBucketInventoryConfigurationRequest &, const Model::GetBucketInventoryConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetBucketInventoryConfigurationResponseReceivedHandler
std::function< void(const S3Client *, const Model::PutBucketEncryptionRequest &, const Model::PutBucketEncryptionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutBucketEncryptionResponseReceivedHandler
std::function< void(const S3Client *, const Model::PutPublicAccessBlockRequest &, const Model::PutPublicAccessBlockOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutPublicAccessBlockResponseReceivedHandler
std::function< void(const S3Client *, const Model::RestoreObjectRequest &, const Model::RestoreObjectOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> RestoreObjectResponseReceivedHandler
std::function< void(const S3Client *, const Model::PutBucketNotificationConfigurationRequest &, const Model::PutBucketNotificationConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutBucketNotificationConfigurationResponseReceivedHandler
std::function< void(const S3Client *, const Model::DeleteBucketWebsiteRequest &, const Model::DeleteBucketWebsiteOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteBucketWebsiteResponseReceivedHandler
std::function< void(const S3Client *, const Model::DeleteBucketRequest &, const Model::DeleteBucketOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteBucketResponseReceivedHandler
std::function< void(const S3Client *, const Model::RenameObjectRequest &, const Model::RenameObjectOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> RenameObjectResponseReceivedHandler
std::function< void(const S3Client *, const Model::ListBucketMetricsConfigurationsRequest &, const Model::ListBucketMetricsConfigurationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListBucketMetricsConfigurationsResponseReceivedHandler
std::function< void(const S3Client *, const Model::WriteGetObjectResponseRequest &, const Model::WriteGetObjectResponseOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> WriteGetObjectResponseResponseReceivedHandler
std::function< void(const S3Client *, const Model::ListBucketAnalyticsConfigurationsRequest &, const Model::ListBucketAnalyticsConfigurationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListBucketAnalyticsConfigurationsResponseReceivedHandler
std::function< void(const S3Client *, const Model::GetBucketCorsRequest &, const Model::GetBucketCorsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetBucketCorsResponseReceivedHandler
std::function< void(const S3Client *, const Model::GetBucketAclRequest &, const Model::GetBucketAclOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetBucketAclResponseReceivedHandler
std::function< void(const S3Client *, const Model::GetBucketReplicationRequest &, const Model::GetBucketReplicationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetBucketReplicationResponseReceivedHandler
std::function< void(const S3Client *, const Model::PutBucketPolicyRequest &, const Model::PutBucketPolicyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutBucketPolicyResponseReceivedHandler
std::function< void(const S3Client *, const Model::GetBucketAccelerateConfigurationRequest &, const Model::GetBucketAccelerateConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetBucketAccelerateConfigurationResponseReceivedHandler
std::function< void(const S3Client *, const Model::GetBucketMetadataTableConfigurationRequest &, const Model::GetBucketMetadataTableConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetBucketMetadataTableConfigurationResponseReceivedHandler
std::function< void(const S3Client *, const Model::ListPartsRequest &, const Model::ListPartsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListPartsResponseReceivedHandler
std::function< void(const S3Client *, const Model::PutBucketWebsiteRequest &, const Model::PutBucketWebsiteOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutBucketWebsiteResponseReceivedHandler
std::function< void(const S3Client *, const Model::GetBucketMetricsConfigurationRequest &, const Model::GetBucketMetricsConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetBucketMetricsConfigurationResponseReceivedHandler
std::function< void(const S3Client *, const Model::DeleteObjectTaggingRequest &, const Model::DeleteObjectTaggingOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteObjectTaggingResponseReceivedHandler
std::function< void(const S3Client *, const Model::GetBucketWebsiteRequest &, const Model::GetBucketWebsiteOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetBucketWebsiteResponseReceivedHandler
std::function< void(const S3Client *, const Model::GetBucketAnalyticsConfigurationRequest &, const Model::GetBucketAnalyticsConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetBucketAnalyticsConfigurationResponseReceivedHandler
std::function< void(const S3Client *, const Model::ListDirectoryBucketsRequest &, const Model::ListDirectoryBucketsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListDirectoryBucketsResponseReceivedHandler
std::function< void(const S3Client *, const Model::DeleteBucketReplicationRequest &, const Model::DeleteBucketReplicationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteBucketReplicationResponseReceivedHandler
std::function< void(const S3Client *, const Model::PutObjectRetentionRequest &, const Model::PutObjectRetentionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutObjectRetentionResponseReceivedHandler
std::function< void(const S3Client *, const Model::UploadPartCopyRequest &, const Model::UploadPartCopyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UploadPartCopyResponseReceivedHandler
std::function< void(const S3Client *, const Model::UpdateBucketMetadataJournalTableConfigurationRequest &, const Model::UpdateBucketMetadataJournalTableConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateBucketMetadataJournalTableConfigurationResponseReceivedHandler
std::function< void(const S3Client *, const Model::ListBucketIntelligentTieringConfigurationsRequest &, const Model::ListBucketIntelligentTieringConfigurationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListBucketIntelligentTieringConfigurationsResponseReceivedHandler
std::function< void(const S3Client *, const Model::DeleteBucketMetadataConfigurationRequest &, const Model::DeleteBucketMetadataConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteBucketMetadataConfigurationResponseReceivedHandler
std::function< void(const S3Client *, const Model::DeleteBucketIntelligentTieringConfigurationRequest &, const Model::DeleteBucketIntelligentTieringConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteBucketIntelligentTieringConfigurationResponseReceivedHandler
std::function< void(const S3Client *, const Model::GetBucketNotificationConfigurationRequest &, const Model::GetBucketNotificationConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetBucketNotificationConfigurationResponseReceivedHandler
std::function< void(const S3Client *, const Model::GetObjectAclRequest &, const Model::GetObjectAclOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetObjectAclResponseReceivedHandler
std::function< void(const S3Client *, const Model::CreateSessionRequest &, const Model::CreateSessionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateSessionResponseReceivedHandler
std::function< void(const S3Client *, const Model::PutBucketRequestPaymentRequest &, const Model::PutBucketRequestPaymentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutBucketRequestPaymentResponseReceivedHandler
std::function< void(const S3Client *, const Model::CopyObjectRequest &, const Model::CopyObjectOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CopyObjectResponseReceivedHandler
std::function< void(const S3Client *, const Model::PutBucketReplicationRequest &, const Model::PutBucketReplicationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutBucketReplicationResponseReceivedHandler
std::function< void(const S3Client *, const Model::SelectObjectContentRequest &, const Model::SelectObjectContentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> SelectObjectContentResponseReceivedHandler
std::function< void(const S3Client *, const Model::ListBucketInventoryConfigurationsRequest &, const Model::ListBucketInventoryConfigurationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListBucketInventoryConfigurationsResponseReceivedHandler
std::function< void(const S3Client *, const Model::CreateBucketMetadataTableConfigurationRequest &, const Model::CreateBucketMetadataTableConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateBucketMetadataTableConfigurationResponseReceivedHandler
std::function< void(const S3Client *, const Model::DeleteBucketPolicyRequest &, const Model::DeleteBucketPolicyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteBucketPolicyResponseReceivedHandler
std::function< void(const S3Client *, const Model::PutObjectTaggingRequest &, const Model::PutObjectTaggingOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutObjectTaggingResponseReceivedHandler
std::function< void(const S3Client *, const Model::ListObjectsV2Request &, const Model::ListObjectsV2Outcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListObjectsV2ResponseReceivedHandler
std::function< void(const S3Client *, const Model::DeleteBucketLifecycleRequest &, const Model::DeleteBucketLifecycleOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteBucketLifecycleResponseReceivedHandler
std::function< void(const S3Client *, const Model::GetBucketTaggingRequest &, const Model::GetBucketTaggingOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetBucketTaggingResponseReceivedHandler
std::function< void(const S3Client *, const Model::CreateMultipartUploadRequest &, const Model::CreateMultipartUploadOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateMultipartUploadResponseReceivedHandler
std::function< void(const S3Client *, const Model::GetBucketRequestPaymentRequest &, const Model::GetBucketRequestPaymentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetBucketRequestPaymentResponseReceivedHandler
std::function< void(const S3Client *, const Model::PutObjectLockConfigurationRequest &, const Model::PutObjectLockConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutObjectLockConfigurationResponseReceivedHandler
std::function< void(const S3Client *, const Model::PutObjectRequest &, const Model::PutObjectOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutObjectResponseReceivedHandler
std::function< void(const S3Client *, const Model::GetBucketPolicyRequest &, Model::GetBucketPolicyOutcome, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetBucketPolicyResponseReceivedHandler
std::function< void(const S3Client *, const Model::PutBucketAccelerateConfigurationRequest &, const Model::PutBucketAccelerateConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutBucketAccelerateConfigurationResponseReceivedHandler
std::function< void(const S3Client *, const Model::AbortMultipartUploadRequest &, const Model::AbortMultipartUploadOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> AbortMultipartUploadResponseReceivedHandler
std::function< void(const S3Client *, const Model::PutBucketAnalyticsConfigurationRequest &, const Model::PutBucketAnalyticsConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutBucketAnalyticsConfigurationResponseReceivedHandler
std::function< void(const S3Client *, const Model::CompleteMultipartUploadRequest &, const Model::CompleteMultipartUploadOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CompleteMultipartUploadResponseReceivedHandler
std::function< void(const S3Client *, const Model::PutBucketLifecycleConfigurationRequest &, const Model::PutBucketLifecycleConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutBucketLifecycleConfigurationResponseReceivedHandler
std::function< void(const S3Client *, const Model::PutObjectLegalHoldRequest &, const Model::PutObjectLegalHoldOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutObjectLegalHoldResponseReceivedHandler
std::function< void(const S3Client *, const Model::DeleteBucketOwnershipControlsRequest &, const Model::DeleteBucketOwnershipControlsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteBucketOwnershipControlsResponseReceivedHandler
std::function< void(const S3Client *, const Model::GetObjectLegalHoldRequest &, const Model::GetObjectLegalHoldOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetObjectLegalHoldResponseReceivedHandler
std::function< void(const S3Client *, const Model::GetBucketLoggingRequest &, const Model::GetBucketLoggingOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetBucketLoggingResponseReceivedHandler
std::function< void(const S3Client *, const Model::GetBucketLocationRequest &, const Model::GetBucketLocationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetBucketLocationResponseReceivedHandler
std::function< void(const S3Client *, const Model::PutBucketOwnershipControlsRequest &, const Model::PutBucketOwnershipControlsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutBucketOwnershipControlsResponseReceivedHandler
std::function< void(const S3Client *, const Model::DeleteBucketMetricsConfigurationRequest &, const Model::DeleteBucketMetricsConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteBucketMetricsConfigurationResponseReceivedHandler
std::function< void(const S3Client *, const Model::PutObjectAclRequest &, const Model::PutObjectAclOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutObjectAclResponseReceivedHandler
std::function< void(const S3Client *, const Model::GetObjectRequest &, Model::GetObjectOutcome, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetObjectResponseReceivedHandler
std::function< void(const S3Client *, const Model::GetBucketIntelligentTieringConfigurationRequest &, const Model::GetBucketIntelligentTieringConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetBucketIntelligentTieringConfigurationResponseReceivedHandler
std::function< void(const S3Client *, const Model::GetObjectTorrentRequest &, Model::GetObjectTorrentOutcome, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetObjectTorrentResponseReceivedHandler
std::function< void(const S3Client *, const Model::UpdateObjectEncryptionRequest &, const Model::UpdateObjectEncryptionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateObjectEncryptionResponseReceivedHandler
std::function< void(const S3Client *, const Model::GetBucketAbacRequest &, const Model::GetBucketAbacOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetBucketAbacResponseReceivedHandler
std::function< void(const S3Client *, const Model::PutBucketVersioningRequest &, const Model::PutBucketVersioningOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutBucketVersioningResponseReceivedHandler
std::function< void(const S3Client *, const Model::GetBucketMetadataConfigurationRequest &, const Model::GetBucketMetadataConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetBucketMetadataConfigurationResponseReceivedHandler
std::function< void(const S3Client *, const Model::PutBucketAclRequest &, const Model::PutBucketAclOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutBucketAclResponseReceivedHandler
std::function< void(const S3Client *, const Model::PutBucketAbacRequest &, const Model::PutBucketAbacOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutBucketAbacResponseReceivedHandler
std::function< void(const S3Client *, const Model::GetObjectLockConfigurationRequest &, const Model::GetObjectLockConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetObjectLockConfigurationResponseReceivedHandler
std::function< void(const S3Client *, const Model::GetBucketOwnershipControlsRequest &, const Model::GetBucketOwnershipControlsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetBucketOwnershipControlsResponseReceivedHandler
std::function< void(const S3Client *, const Model::CreateBucketMetadataConfigurationRequest &, const Model::CreateBucketMetadataConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateBucketMetadataConfigurationResponseReceivedHandler
std::function< void(const S3Client *, const Model::ListObjectsRequest &, const Model::ListObjectsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListObjectsResponseReceivedHandler
std::function< void(const S3Client *, const Model::PutBucketLoggingRequest &, const Model::PutBucketLoggingOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutBucketLoggingResponseReceivedHandler
std::function< void(const S3Client *, const Model::DeleteObjectRequest &, const Model::DeleteObjectOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteObjectResponseReceivedHandler
std::function< void(const S3Client *, const Model::DeleteBucketEncryptionRequest &, const Model::DeleteBucketEncryptionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteBucketEncryptionResponseReceivedHandler
std::function< void(const S3Client *, const Model::GetPublicAccessBlockRequest &, const Model::GetPublicAccessBlockOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetPublicAccessBlockResponseReceivedHandler
std::function< void(const S3Client *, const Model::DeleteBucketInventoryConfigurationRequest &, const Model::DeleteBucketInventoryConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteBucketInventoryConfigurationResponseReceivedHandler
std::function< void(const S3Client *, const Model::GetBucketPolicyStatusRequest &, const Model::GetBucketPolicyStatusOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetBucketPolicyStatusResponseReceivedHandler
std::function< void(const S3Client *, const Model::DeleteBucketMetadataTableConfigurationRequest &, const Model::DeleteBucketMetadataTableConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteBucketMetadataTableConfigurationResponseReceivedHandler
std::function< void(const S3Client *, const Model::PutBucketInventoryConfigurationRequest &, const Model::PutBucketInventoryConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutBucketInventoryConfigurationResponseReceivedHandler
std::function< void(const S3Client *, const Model::DeleteBucketAnalyticsConfigurationRequest &, const Model::DeleteBucketAnalyticsConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteBucketAnalyticsConfigurationResponseReceivedHandler
std::function< void(const S3Client *, const Model::UploadPartRequest &, const Model::UploadPartOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UploadPartResponseReceivedHandler
std::function< void(const S3Client *, const Model::GetBucketEncryptionRequest &, const Model::GetBucketEncryptionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetBucketEncryptionResponseReceivedHandler
std::function< void(const S3Client *, const Model::PutBucketCorsRequest &, const Model::PutBucketCorsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutBucketCorsResponseReceivedHandler
std::function< void(const S3Client *, const Model::GetObjectAttributesRequest &, const Model::GetObjectAttributesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetObjectAttributesResponseReceivedHandler
std::function< void(const S3Client *, const Model::GetObjectRetentionRequest &, const Model::GetObjectRetentionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetObjectRetentionResponseReceivedHandler
std::function< void(const S3Client *, const Model::DeleteBucketTaggingRequest &, const Model::DeleteBucketTaggingOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteBucketTaggingResponseReceivedHandler
std::function< void(const S3Client *, const Model::ListObjectVersionsRequest &, const Model::ListObjectVersionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListObjectVersionsResponseReceivedHandler
std::function< void(const S3Client *, const Model::GetBucketVersioningRequest &, const Model::GetBucketVersioningOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetBucketVersioningResponseReceivedHandler
std::function< void(const S3Client *, const Model::DeleteBucketCorsRequest &, const Model::DeleteBucketCorsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteBucketCorsResponseReceivedHandler
std::function< void(const S3Client *, const Model::PutBucketMetricsConfigurationRequest &, const Model::PutBucketMetricsConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutBucketMetricsConfigurationResponseReceivedHandler
std::function< void(const S3Client *, const Model::ListMultipartUploadsRequest &, const Model::ListMultipartUploadsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListMultipartUploadsResponseReceivedHandler
std::function< void(const S3Client *, const Model::GetObjectTaggingRequest &, const Model::GetObjectTaggingOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetObjectTaggingResponseReceivedHandler
std::function< void(const S3Client *, const Model::GetBucketLifecycleConfigurationRequest &, const Model::GetBucketLifecycleConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetBucketLifecycleConfigurationResponseReceivedHandler
std::function< void(const S3Client *, const Model::PutBucketIntelligentTieringConfigurationRequest &, const Model::PutBucketIntelligentTieringConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutBucketIntelligentTieringConfigurationResponseReceivedHandler
std::function< void(const S3Client *, const Model::HeadObjectRequest &, const Model::HeadObjectOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> HeadObjectResponseReceivedHandler
std::function< void(const S3Client *, const Model::HeadBucketRequest &, const Model::HeadBucketOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> HeadBucketResponseReceivedHandler
std::function< void(const S3Client *, const Model::CreateBucketRequest &, const Model::CreateBucketOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateBucketResponseReceivedHandler