aws-sdk-s3 1.192.0 → 1.193.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-s3/client.rb +562 -30
- data/lib/aws-sdk-s3/client_api.rb +182 -0
- data/lib/aws-sdk-s3/endpoints.rb +70 -0
- data/lib/aws-sdk-s3/types.rb +701 -24
- data/lib/aws-sdk-s3.rb +1 -1
- data/sig/client.rbs +77 -0
- data/sig/types.rbs +122 -0
- metadata +1 -1
@@ -120,6 +120,7 @@ module Aws::S3
|
|
120
120
|
CopySourceSSECustomerKeyMD5 = Shapes::StringShape.new(name: 'CopySourceSSECustomerKeyMD5')
|
121
121
|
CopySourceVersionId = Shapes::StringShape.new(name: 'CopySourceVersionId')
|
122
122
|
CreateBucketConfiguration = Shapes::StructureShape.new(name: 'CreateBucketConfiguration')
|
123
|
+
CreateBucketMetadataConfigurationRequest = Shapes::StructureShape.new(name: 'CreateBucketMetadataConfigurationRequest')
|
123
124
|
CreateBucketMetadataTableConfigurationRequest = Shapes::StructureShape.new(name: 'CreateBucketMetadataTableConfigurationRequest')
|
124
125
|
CreateBucketOutput = Shapes::StructureShape.new(name: 'CreateBucketOutput')
|
125
126
|
CreateBucketRequest = Shapes::StructureShape.new(name: 'CreateBucketRequest')
|
@@ -140,6 +141,7 @@ module Aws::S3
|
|
140
141
|
DeleteBucketIntelligentTieringConfigurationRequest = Shapes::StructureShape.new(name: 'DeleteBucketIntelligentTieringConfigurationRequest')
|
141
142
|
DeleteBucketInventoryConfigurationRequest = Shapes::StructureShape.new(name: 'DeleteBucketInventoryConfigurationRequest')
|
142
143
|
DeleteBucketLifecycleRequest = Shapes::StructureShape.new(name: 'DeleteBucketLifecycleRequest')
|
144
|
+
DeleteBucketMetadataConfigurationRequest = Shapes::StructureShape.new(name: 'DeleteBucketMetadataConfigurationRequest')
|
143
145
|
DeleteBucketMetadataTableConfigurationRequest = Shapes::StructureShape.new(name: 'DeleteBucketMetadataTableConfigurationRequest')
|
144
146
|
DeleteBucketMetricsConfigurationRequest = Shapes::StructureShape.new(name: 'DeleteBucketMetricsConfigurationRequest')
|
145
147
|
DeleteBucketOwnershipControlsRequest = Shapes::StructureShape.new(name: 'DeleteBucketOwnershipControlsRequest')
|
@@ -166,6 +168,7 @@ module Aws::S3
|
|
166
168
|
Delimiter = Shapes::StringShape.new(name: 'Delimiter')
|
167
169
|
Description = Shapes::StringShape.new(name: 'Description')
|
168
170
|
Destination = Shapes::StructureShape.new(name: 'Destination')
|
171
|
+
DestinationResult = Shapes::StructureShape.new(name: 'DestinationResult')
|
169
172
|
DirectoryBucketToken = Shapes::StringShape.new(name: 'DirectoryBucketToken')
|
170
173
|
DisplayName = Shapes::StringShape.new(name: 'DisplayName')
|
171
174
|
ETag = Shapes::StringShape.new(name: 'ETag')
|
@@ -189,6 +192,7 @@ module Aws::S3
|
|
189
192
|
ExistingObjectReplication = Shapes::StructureShape.new(name: 'ExistingObjectReplication')
|
190
193
|
ExistingObjectReplicationStatus = Shapes::StringShape.new(name: 'ExistingObjectReplicationStatus')
|
191
194
|
Expiration = Shapes::StringShape.new(name: 'Expiration')
|
195
|
+
ExpirationState = Shapes::StringShape.new(name: 'ExpirationState')
|
192
196
|
ExpirationStatus = Shapes::StringShape.new(name: 'ExpirationStatus')
|
193
197
|
ExpiredObjectDeleteMarker = Shapes::BooleanShape.new(name: 'ExpiredObjectDeleteMarker')
|
194
198
|
Expires = Shapes::TimestampShape.new(name: 'Expires')
|
@@ -226,6 +230,9 @@ module Aws::S3
|
|
226
230
|
GetBucketLocationRequest = Shapes::StructureShape.new(name: 'GetBucketLocationRequest')
|
227
231
|
GetBucketLoggingOutput = Shapes::StructureShape.new(name: 'GetBucketLoggingOutput')
|
228
232
|
GetBucketLoggingRequest = Shapes::StructureShape.new(name: 'GetBucketLoggingRequest')
|
233
|
+
GetBucketMetadataConfigurationOutput = Shapes::StructureShape.new(name: 'GetBucketMetadataConfigurationOutput')
|
234
|
+
GetBucketMetadataConfigurationRequest = Shapes::StructureShape.new(name: 'GetBucketMetadataConfigurationRequest')
|
235
|
+
GetBucketMetadataConfigurationResult = Shapes::StructureShape.new(name: 'GetBucketMetadataConfigurationResult')
|
229
236
|
GetBucketMetadataTableConfigurationOutput = Shapes::StructureShape.new(name: 'GetBucketMetadataTableConfigurationOutput')
|
230
237
|
GetBucketMetadataTableConfigurationRequest = Shapes::StructureShape.new(name: 'GetBucketMetadataTableConfigurationRequest')
|
231
238
|
GetBucketMetadataTableConfigurationResult = Shapes::StructureShape.new(name: 'GetBucketMetadataTableConfigurationResult')
|
@@ -310,6 +317,7 @@ module Aws::S3
|
|
310
317
|
InvalidWriteOffset = Shapes::StructureShape.new(name: 'InvalidWriteOffset')
|
311
318
|
InventoryConfiguration = Shapes::StructureShape.new(name: 'InventoryConfiguration')
|
312
319
|
InventoryConfigurationList = Shapes::ListShape.new(name: 'InventoryConfigurationList', flattened: true)
|
320
|
+
InventoryConfigurationState = Shapes::StringShape.new(name: 'InventoryConfigurationState')
|
313
321
|
InventoryDestination = Shapes::StructureShape.new(name: 'InventoryDestination')
|
314
322
|
InventoryEncryption = Shapes::StructureShape.new(name: 'InventoryEncryption')
|
315
323
|
InventoryFilter = Shapes::StructureShape.new(name: 'InventoryFilter')
|
@@ -321,6 +329,9 @@ module Aws::S3
|
|
321
329
|
InventoryOptionalFields = Shapes::ListShape.new(name: 'InventoryOptionalFields')
|
322
330
|
InventoryS3BucketDestination = Shapes::StructureShape.new(name: 'InventoryS3BucketDestination')
|
323
331
|
InventorySchedule = Shapes::StructureShape.new(name: 'InventorySchedule')
|
332
|
+
InventoryTableConfiguration = Shapes::StructureShape.new(name: 'InventoryTableConfiguration')
|
333
|
+
InventoryTableConfigurationResult = Shapes::StructureShape.new(name: 'InventoryTableConfigurationResult')
|
334
|
+
InventoryTableConfigurationUpdates = Shapes::StructureShape.new(name: 'InventoryTableConfigurationUpdates')
|
324
335
|
IsEnabled = Shapes::BooleanShape.new(name: 'IsEnabled')
|
325
336
|
IsLatest = Shapes::BooleanShape.new(name: 'IsLatest')
|
326
337
|
IsPublic = Shapes::BooleanShape.new(name: 'IsPublic')
|
@@ -329,10 +340,14 @@ module Aws::S3
|
|
329
340
|
JSONInput = Shapes::StructureShape.new(name: 'JSONInput')
|
330
341
|
JSONOutput = Shapes::StructureShape.new(name: 'JSONOutput')
|
331
342
|
JSONType = Shapes::StringShape.new(name: 'JSONType')
|
343
|
+
JournalTableConfiguration = Shapes::StructureShape.new(name: 'JournalTableConfiguration')
|
344
|
+
JournalTableConfigurationResult = Shapes::StructureShape.new(name: 'JournalTableConfigurationResult')
|
345
|
+
JournalTableConfigurationUpdates = Shapes::StructureShape.new(name: 'JournalTableConfigurationUpdates')
|
332
346
|
KMSContext = Shapes::StringShape.new(name: 'KMSContext')
|
333
347
|
KeyCount = Shapes::IntegerShape.new(name: 'KeyCount')
|
334
348
|
KeyMarker = Shapes::StringShape.new(name: 'KeyMarker')
|
335
349
|
KeyPrefixEquals = Shapes::StringShape.new(name: 'KeyPrefixEquals')
|
350
|
+
KmsKeyArn = Shapes::StringShape.new(name: 'KmsKeyArn')
|
336
351
|
LambdaFunctionArn = Shapes::StringShape.new(name: 'LambdaFunctionArn')
|
337
352
|
LambdaFunctionConfiguration = Shapes::StructureShape.new(name: 'LambdaFunctionConfiguration')
|
338
353
|
LambdaFunctionConfigurationList = Shapes::ListShape.new(name: 'LambdaFunctionConfigurationList', flattened: true)
|
@@ -384,11 +399,14 @@ module Aws::S3
|
|
384
399
|
MaxUploads = Shapes::IntegerShape.new(name: 'MaxUploads')
|
385
400
|
Message = Shapes::StringShape.new(name: 'Message')
|
386
401
|
Metadata = Shapes::MapShape.new(name: 'Metadata')
|
402
|
+
MetadataConfiguration = Shapes::StructureShape.new(name: 'MetadataConfiguration')
|
403
|
+
MetadataConfigurationResult = Shapes::StructureShape.new(name: 'MetadataConfigurationResult')
|
387
404
|
MetadataDirective = Shapes::StringShape.new(name: 'MetadataDirective')
|
388
405
|
MetadataEntry = Shapes::StructureShape.new(name: 'MetadataEntry')
|
389
406
|
MetadataKey = Shapes::StringShape.new(name: 'MetadataKey')
|
390
407
|
MetadataTableConfiguration = Shapes::StructureShape.new(name: 'MetadataTableConfiguration')
|
391
408
|
MetadataTableConfigurationResult = Shapes::StructureShape.new(name: 'MetadataTableConfigurationResult')
|
409
|
+
MetadataTableEncryptionConfiguration = Shapes::StructureShape.new(name: 'MetadataTableEncryptionConfiguration')
|
392
410
|
MetadataTableStatus = Shapes::StringShape.new(name: 'MetadataTableStatus')
|
393
411
|
MetadataValue = Shapes::StringShape.new(name: 'MetadataValue')
|
394
412
|
Metrics = Shapes::StructureShape.new(name: 'Metrics')
|
@@ -523,6 +541,8 @@ module Aws::S3
|
|
523
541
|
QuoteFields = Shapes::StringShape.new(name: 'QuoteFields')
|
524
542
|
Range = Shapes::StringShape.new(name: 'Range')
|
525
543
|
RecordDelimiter = Shapes::StringShape.new(name: 'RecordDelimiter')
|
544
|
+
RecordExpiration = Shapes::StructureShape.new(name: 'RecordExpiration')
|
545
|
+
RecordExpirationDays = Shapes::IntegerShape.new(name: 'RecordExpirationDays')
|
526
546
|
RecordsEvent = Shapes::StructureShape.new(name: 'RecordsEvent')
|
527
547
|
Redirect = Shapes::StructureShape.new(name: 'Redirect')
|
528
548
|
RedirectAllRequestsTo = Shapes::StructureShape.new(name: 'RedirectAllRequestsTo')
|
@@ -579,6 +599,7 @@ module Aws::S3
|
|
579
599
|
S3RegionalOrS3ExpressBucketArnString = Shapes::StringShape.new(name: 'S3RegionalOrS3ExpressBucketArnString')
|
580
600
|
S3TablesArn = Shapes::StringShape.new(name: 'S3TablesArn')
|
581
601
|
S3TablesBucketArn = Shapes::StringShape.new(name: 'S3TablesBucketArn')
|
602
|
+
S3TablesBucketType = Shapes::StringShape.new(name: 'S3TablesBucketType')
|
582
603
|
S3TablesDestination = Shapes::StructureShape.new(name: 'S3TablesDestination')
|
583
604
|
S3TablesDestinationResult = Shapes::StructureShape.new(name: 'S3TablesDestinationResult')
|
584
605
|
S3TablesName = Shapes::StringShape.new(name: 'S3TablesName')
|
@@ -620,6 +641,7 @@ module Aws::S3
|
|
620
641
|
StorageClassAnalysisDataExport = Shapes::StructureShape.new(name: 'StorageClassAnalysisDataExport')
|
621
642
|
StorageClassAnalysisSchemaVersion = Shapes::StringShape.new(name: 'StorageClassAnalysisSchemaVersion')
|
622
643
|
Suffix = Shapes::StringShape.new(name: 'Suffix')
|
644
|
+
TableSseAlgorithm = Shapes::StringShape.new(name: 'TableSseAlgorithm')
|
623
645
|
Tag = Shapes::StructureShape.new(name: 'Tag')
|
624
646
|
TagCount = Shapes::IntegerShape.new(name: 'TagCount')
|
625
647
|
TagSet = Shapes::ListShape.new(name: 'TagSet')
|
@@ -646,6 +668,8 @@ module Aws::S3
|
|
646
668
|
TransitionStorageClass = Shapes::StringShape.new(name: 'TransitionStorageClass')
|
647
669
|
Type = Shapes::StringShape.new(name: 'Type')
|
648
670
|
URI = Shapes::StringShape.new(name: 'URI')
|
671
|
+
UpdateBucketMetadataInventoryTableConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateBucketMetadataInventoryTableConfigurationRequest')
|
672
|
+
UpdateBucketMetadataJournalTableConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateBucketMetadataJournalTableConfigurationRequest')
|
649
673
|
UploadIdMarker = Shapes::StringShape.new(name: 'UploadIdMarker')
|
650
674
|
UploadPartCopyOutput = Shapes::StructureShape.new(name: 'UploadPartCopyOutput')
|
651
675
|
UploadPartCopyRequest = Shapes::StructureShape.new(name: 'UploadPartCopyRequest')
|
@@ -933,6 +957,15 @@ module Aws::S3
|
|
933
957
|
CreateBucketConfiguration.add_member(:tags, Shapes::ShapeRef.new(shape: TagSet, location_name: "Tags"))
|
934
958
|
CreateBucketConfiguration.struct_class = Types::CreateBucketConfiguration
|
935
959
|
|
960
|
+
CreateBucketMetadataConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam" => {"name" => "Bucket"}}))
|
961
|
+
CreateBucketMetadataConfigurationRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
|
962
|
+
CreateBucketMetadataConfigurationRequest.add_member(:checksum_algorithm, Shapes::ShapeRef.new(shape: ChecksumAlgorithm, location: "header", location_name: "x-amz-sdk-checksum-algorithm"))
|
963
|
+
CreateBucketMetadataConfigurationRequest.add_member(:metadata_configuration, Shapes::ShapeRef.new(shape: MetadataConfiguration, required: true, location_name: "MetadataConfiguration", metadata: {"xmlNamespace" => {"uri" => "http://s3.amazonaws.com/doc/2006-03-01/"}}))
|
964
|
+
CreateBucketMetadataConfigurationRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
965
|
+
CreateBucketMetadataConfigurationRequest.struct_class = Types::CreateBucketMetadataConfigurationRequest
|
966
|
+
CreateBucketMetadataConfigurationRequest[:payload] = :metadata_configuration
|
967
|
+
CreateBucketMetadataConfigurationRequest[:payload_member] = CreateBucketMetadataConfigurationRequest.member(:metadata_configuration)
|
968
|
+
|
936
969
|
CreateBucketMetadataTableConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam" => {"name" => "Bucket"}}))
|
937
970
|
CreateBucketMetadataTableConfigurationRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
|
938
971
|
CreateBucketMetadataTableConfigurationRequest.add_member(:checksum_algorithm, Shapes::ShapeRef.new(shape: ChecksumAlgorithm, location: "header", location_name: "x-amz-sdk-checksum-algorithm"))
|
@@ -1060,6 +1093,10 @@ module Aws::S3
|
|
1060
1093
|
DeleteBucketLifecycleRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
1061
1094
|
DeleteBucketLifecycleRequest.struct_class = Types::DeleteBucketLifecycleRequest
|
1062
1095
|
|
1096
|
+
DeleteBucketMetadataConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam" => {"name" => "Bucket"}}))
|
1097
|
+
DeleteBucketMetadataConfigurationRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
1098
|
+
DeleteBucketMetadataConfigurationRequest.struct_class = Types::DeleteBucketMetadataConfigurationRequest
|
1099
|
+
|
1063
1100
|
DeleteBucketMetadataTableConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam" => {"name" => "Bucket"}}))
|
1064
1101
|
DeleteBucketMetadataTableConfigurationRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
1065
1102
|
DeleteBucketMetadataTableConfigurationRequest.struct_class = Types::DeleteBucketMetadataTableConfigurationRequest
|
@@ -1168,6 +1205,11 @@ module Aws::S3
|
|
1168
1205
|
Destination.add_member(:metrics, Shapes::ShapeRef.new(shape: Metrics, location_name: "Metrics"))
|
1169
1206
|
Destination.struct_class = Types::Destination
|
1170
1207
|
|
1208
|
+
DestinationResult.add_member(:table_bucket_type, Shapes::ShapeRef.new(shape: S3TablesBucketType, location_name: "TableBucketType"))
|
1209
|
+
DestinationResult.add_member(:table_bucket_arn, Shapes::ShapeRef.new(shape: S3TablesBucketArn, location_name: "TableBucketArn"))
|
1210
|
+
DestinationResult.add_member(:table_namespace, Shapes::ShapeRef.new(shape: S3TablesNamespace, location_name: "TableNamespace"))
|
1211
|
+
DestinationResult.struct_class = Types::DestinationResult
|
1212
|
+
|
1171
1213
|
Encryption.add_member(:encryption_type, Shapes::ShapeRef.new(shape: ServerSideEncryption, required: true, location_name: "EncryptionType"))
|
1172
1214
|
Encryption.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: SSEKMSKeyId, location_name: "KMSKeyId"))
|
1173
1215
|
Encryption.add_member(:kms_context, Shapes::ShapeRef.new(shape: KMSContext, location_name: "KMSContext"))
|
@@ -1302,6 +1344,18 @@ module Aws::S3
|
|
1302
1344
|
GetBucketLoggingRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
1303
1345
|
GetBucketLoggingRequest.struct_class = Types::GetBucketLoggingRequest
|
1304
1346
|
|
1347
|
+
GetBucketMetadataConfigurationOutput.add_member(:get_bucket_metadata_configuration_result, Shapes::ShapeRef.new(shape: GetBucketMetadataConfigurationResult, location_name: "GetBucketMetadataConfigurationResult"))
|
1348
|
+
GetBucketMetadataConfigurationOutput.struct_class = Types::GetBucketMetadataConfigurationOutput
|
1349
|
+
GetBucketMetadataConfigurationOutput[:payload] = :get_bucket_metadata_configuration_result
|
1350
|
+
GetBucketMetadataConfigurationOutput[:payload_member] = GetBucketMetadataConfigurationOutput.member(:get_bucket_metadata_configuration_result)
|
1351
|
+
|
1352
|
+
GetBucketMetadataConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam" => {"name" => "Bucket"}}))
|
1353
|
+
GetBucketMetadataConfigurationRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
1354
|
+
GetBucketMetadataConfigurationRequest.struct_class = Types::GetBucketMetadataConfigurationRequest
|
1355
|
+
|
1356
|
+
GetBucketMetadataConfigurationResult.add_member(:metadata_configuration_result, Shapes::ShapeRef.new(shape: MetadataConfigurationResult, required: true, location_name: "MetadataConfigurationResult"))
|
1357
|
+
GetBucketMetadataConfigurationResult.struct_class = Types::GetBucketMetadataConfigurationResult
|
1358
|
+
|
1305
1359
|
GetBucketMetadataTableConfigurationOutput.add_member(:get_bucket_metadata_table_configuration_result, Shapes::ShapeRef.new(shape: GetBucketMetadataTableConfigurationResult, location_name: "GetBucketMetadataTableConfigurationResult"))
|
1306
1360
|
GetBucketMetadataTableConfigurationOutput.struct_class = Types::GetBucketMetadataTableConfigurationOutput
|
1307
1361
|
GetBucketMetadataTableConfigurationOutput[:payload] = :get_bucket_metadata_table_configuration_result
|
@@ -1737,12 +1791,41 @@ module Aws::S3
|
|
1737
1791
|
InventorySchedule.add_member(:frequency, Shapes::ShapeRef.new(shape: InventoryFrequency, required: true, location_name: "Frequency"))
|
1738
1792
|
InventorySchedule.struct_class = Types::InventorySchedule
|
1739
1793
|
|
1794
|
+
InventoryTableConfiguration.add_member(:configuration_state, Shapes::ShapeRef.new(shape: InventoryConfigurationState, required: true, location_name: "ConfigurationState"))
|
1795
|
+
InventoryTableConfiguration.add_member(:encryption_configuration, Shapes::ShapeRef.new(shape: MetadataTableEncryptionConfiguration, location_name: "EncryptionConfiguration"))
|
1796
|
+
InventoryTableConfiguration.struct_class = Types::InventoryTableConfiguration
|
1797
|
+
|
1798
|
+
InventoryTableConfigurationResult.add_member(:configuration_state, Shapes::ShapeRef.new(shape: InventoryConfigurationState, required: true, location_name: "ConfigurationState"))
|
1799
|
+
InventoryTableConfigurationResult.add_member(:table_status, Shapes::ShapeRef.new(shape: MetadataTableStatus, location_name: "TableStatus"))
|
1800
|
+
InventoryTableConfigurationResult.add_member(:error, Shapes::ShapeRef.new(shape: ErrorDetails, location_name: "Error"))
|
1801
|
+
InventoryTableConfigurationResult.add_member(:table_name, Shapes::ShapeRef.new(shape: S3TablesName, location_name: "TableName"))
|
1802
|
+
InventoryTableConfigurationResult.add_member(:table_arn, Shapes::ShapeRef.new(shape: S3TablesArn, location_name: "TableArn"))
|
1803
|
+
InventoryTableConfigurationResult.struct_class = Types::InventoryTableConfigurationResult
|
1804
|
+
|
1805
|
+
InventoryTableConfigurationUpdates.add_member(:configuration_state, Shapes::ShapeRef.new(shape: InventoryConfigurationState, required: true, location_name: "ConfigurationState"))
|
1806
|
+
InventoryTableConfigurationUpdates.add_member(:encryption_configuration, Shapes::ShapeRef.new(shape: MetadataTableEncryptionConfiguration, location_name: "EncryptionConfiguration"))
|
1807
|
+
InventoryTableConfigurationUpdates.struct_class = Types::InventoryTableConfigurationUpdates
|
1808
|
+
|
1740
1809
|
JSONInput.add_member(:type, Shapes::ShapeRef.new(shape: JSONType, location_name: "Type"))
|
1741
1810
|
JSONInput.struct_class = Types::JSONInput
|
1742
1811
|
|
1743
1812
|
JSONOutput.add_member(:record_delimiter, Shapes::ShapeRef.new(shape: RecordDelimiter, location_name: "RecordDelimiter"))
|
1744
1813
|
JSONOutput.struct_class = Types::JSONOutput
|
1745
1814
|
|
1815
|
+
JournalTableConfiguration.add_member(:record_expiration, Shapes::ShapeRef.new(shape: RecordExpiration, required: true, location_name: "RecordExpiration"))
|
1816
|
+
JournalTableConfiguration.add_member(:encryption_configuration, Shapes::ShapeRef.new(shape: MetadataTableEncryptionConfiguration, location_name: "EncryptionConfiguration"))
|
1817
|
+
JournalTableConfiguration.struct_class = Types::JournalTableConfiguration
|
1818
|
+
|
1819
|
+
JournalTableConfigurationResult.add_member(:table_status, Shapes::ShapeRef.new(shape: MetadataTableStatus, required: true, location_name: "TableStatus"))
|
1820
|
+
JournalTableConfigurationResult.add_member(:error, Shapes::ShapeRef.new(shape: ErrorDetails, location_name: "Error"))
|
1821
|
+
JournalTableConfigurationResult.add_member(:table_name, Shapes::ShapeRef.new(shape: S3TablesName, required: true, location_name: "TableName"))
|
1822
|
+
JournalTableConfigurationResult.add_member(:table_arn, Shapes::ShapeRef.new(shape: S3TablesArn, location_name: "TableArn"))
|
1823
|
+
JournalTableConfigurationResult.add_member(:record_expiration, Shapes::ShapeRef.new(shape: RecordExpiration, required: true, location_name: "RecordExpiration"))
|
1824
|
+
JournalTableConfigurationResult.struct_class = Types::JournalTableConfigurationResult
|
1825
|
+
|
1826
|
+
JournalTableConfigurationUpdates.add_member(:record_expiration, Shapes::ShapeRef.new(shape: RecordExpiration, required: true, location_name: "RecordExpiration"))
|
1827
|
+
JournalTableConfigurationUpdates.struct_class = Types::JournalTableConfigurationUpdates
|
1828
|
+
|
1746
1829
|
LambdaFunctionConfiguration.add_member(:id, Shapes::ShapeRef.new(shape: NotificationId, location_name: "Id"))
|
1747
1830
|
LambdaFunctionConfiguration.add_member(:lambda_function_arn, Shapes::ShapeRef.new(shape: LambdaFunctionArn, required: true, location_name: "CloudFunction"))
|
1748
1831
|
LambdaFunctionConfiguration.add_member(:events, Shapes::ShapeRef.new(shape: EventList, required: true, location_name: "Event"))
|
@@ -1998,6 +2081,15 @@ module Aws::S3
|
|
1998
2081
|
Metadata.key = Shapes::ShapeRef.new(shape: MetadataKey)
|
1999
2082
|
Metadata.value = Shapes::ShapeRef.new(shape: MetadataValue)
|
2000
2083
|
|
2084
|
+
MetadataConfiguration.add_member(:journal_table_configuration, Shapes::ShapeRef.new(shape: JournalTableConfiguration, required: true, location_name: "JournalTableConfiguration"))
|
2085
|
+
MetadataConfiguration.add_member(:inventory_table_configuration, Shapes::ShapeRef.new(shape: InventoryTableConfiguration, location_name: "InventoryTableConfiguration"))
|
2086
|
+
MetadataConfiguration.struct_class = Types::MetadataConfiguration
|
2087
|
+
|
2088
|
+
MetadataConfigurationResult.add_member(:destination_result, Shapes::ShapeRef.new(shape: DestinationResult, required: true, location_name: "DestinationResult"))
|
2089
|
+
MetadataConfigurationResult.add_member(:journal_table_configuration_result, Shapes::ShapeRef.new(shape: JournalTableConfigurationResult, location_name: "JournalTableConfigurationResult"))
|
2090
|
+
MetadataConfigurationResult.add_member(:inventory_table_configuration_result, Shapes::ShapeRef.new(shape: InventoryTableConfigurationResult, location_name: "InventoryTableConfigurationResult"))
|
2091
|
+
MetadataConfigurationResult.struct_class = Types::MetadataConfigurationResult
|
2092
|
+
|
2001
2093
|
MetadataEntry.add_member(:name, Shapes::ShapeRef.new(shape: MetadataKey, location_name: "Name"))
|
2002
2094
|
MetadataEntry.add_member(:value, Shapes::ShapeRef.new(shape: MetadataValue, location_name: "Value"))
|
2003
2095
|
MetadataEntry.struct_class = Types::MetadataEntry
|
@@ -2008,6 +2100,10 @@ module Aws::S3
|
|
2008
2100
|
MetadataTableConfigurationResult.add_member(:s3_tables_destination_result, Shapes::ShapeRef.new(shape: S3TablesDestinationResult, required: true, location_name: "S3TablesDestinationResult"))
|
2009
2101
|
MetadataTableConfigurationResult.struct_class = Types::MetadataTableConfigurationResult
|
2010
2102
|
|
2103
|
+
MetadataTableEncryptionConfiguration.add_member(:sse_algorithm, Shapes::ShapeRef.new(shape: TableSseAlgorithm, required: true, location_name: "SseAlgorithm"))
|
2104
|
+
MetadataTableEncryptionConfiguration.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "KmsKeyArn"))
|
2105
|
+
MetadataTableEncryptionConfiguration.struct_class = Types::MetadataTableEncryptionConfiguration
|
2106
|
+
|
2011
2107
|
Metrics.add_member(:status, Shapes::ShapeRef.new(shape: MetricsStatus, required: true, location_name: "Status"))
|
2012
2108
|
Metrics.add_member(:event_threshold, Shapes::ShapeRef.new(shape: ReplicationTimeValue, location_name: "EventThreshold"))
|
2013
2109
|
Metrics.struct_class = Types::Metrics
|
@@ -2550,6 +2646,10 @@ module Aws::S3
|
|
2550
2646
|
|
2551
2647
|
QueueConfigurationList.member = Shapes::ShapeRef.new(shape: QueueConfiguration)
|
2552
2648
|
|
2649
|
+
RecordExpiration.add_member(:expiration, Shapes::ShapeRef.new(shape: ExpirationState, required: true, location_name: "Expiration"))
|
2650
|
+
RecordExpiration.add_member(:days, Shapes::ShapeRef.new(shape: RecordExpirationDays, location_name: "Days", metadata: {"box" => true}))
|
2651
|
+
RecordExpiration.struct_class = Types::RecordExpiration
|
2652
|
+
|
2553
2653
|
RecordsEvent.add_member(:payload, Shapes::ShapeRef.new(shape: Body, eventpayload: true, eventpayload_type: 'blob', location_name: "Payload", metadata: {"eventpayload" => true}))
|
2554
2654
|
RecordsEvent.struct_class = Types::RecordsEvent
|
2555
2655
|
|
@@ -2823,6 +2923,24 @@ module Aws::S3
|
|
2823
2923
|
|
2824
2924
|
TransitionList.member = Shapes::ShapeRef.new(shape: Transition)
|
2825
2925
|
|
2926
|
+
UpdateBucketMetadataInventoryTableConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam" => {"name" => "Bucket"}}))
|
2927
|
+
UpdateBucketMetadataInventoryTableConfigurationRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
|
2928
|
+
UpdateBucketMetadataInventoryTableConfigurationRequest.add_member(:checksum_algorithm, Shapes::ShapeRef.new(shape: ChecksumAlgorithm, location: "header", location_name: "x-amz-sdk-checksum-algorithm"))
|
2929
|
+
UpdateBucketMetadataInventoryTableConfigurationRequest.add_member(:inventory_table_configuration, Shapes::ShapeRef.new(shape: InventoryTableConfigurationUpdates, required: true, location_name: "InventoryTableConfiguration", metadata: {"xmlNamespace" => {"uri" => "http://s3.amazonaws.com/doc/2006-03-01/"}}))
|
2930
|
+
UpdateBucketMetadataInventoryTableConfigurationRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
2931
|
+
UpdateBucketMetadataInventoryTableConfigurationRequest.struct_class = Types::UpdateBucketMetadataInventoryTableConfigurationRequest
|
2932
|
+
UpdateBucketMetadataInventoryTableConfigurationRequest[:payload] = :inventory_table_configuration
|
2933
|
+
UpdateBucketMetadataInventoryTableConfigurationRequest[:payload_member] = UpdateBucketMetadataInventoryTableConfigurationRequest.member(:inventory_table_configuration)
|
2934
|
+
|
2935
|
+
UpdateBucketMetadataJournalTableConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam" => {"name" => "Bucket"}}))
|
2936
|
+
UpdateBucketMetadataJournalTableConfigurationRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
|
2937
|
+
UpdateBucketMetadataJournalTableConfigurationRequest.add_member(:checksum_algorithm, Shapes::ShapeRef.new(shape: ChecksumAlgorithm, location: "header", location_name: "x-amz-sdk-checksum-algorithm"))
|
2938
|
+
UpdateBucketMetadataJournalTableConfigurationRequest.add_member(:journal_table_configuration, Shapes::ShapeRef.new(shape: JournalTableConfigurationUpdates, required: true, location_name: "JournalTableConfiguration", metadata: {"xmlNamespace" => {"uri" => "http://s3.amazonaws.com/doc/2006-03-01/"}}))
|
2939
|
+
UpdateBucketMetadataJournalTableConfigurationRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
2940
|
+
UpdateBucketMetadataJournalTableConfigurationRequest.struct_class = Types::UpdateBucketMetadataJournalTableConfigurationRequest
|
2941
|
+
UpdateBucketMetadataJournalTableConfigurationRequest[:payload] = :journal_table_configuration
|
2942
|
+
UpdateBucketMetadataJournalTableConfigurationRequest[:payload_member] = UpdateBucketMetadataJournalTableConfigurationRequest.member(:journal_table_configuration)
|
2943
|
+
|
2826
2944
|
UploadPartCopyOutput.add_member(:copy_source_version_id, Shapes::ShapeRef.new(shape: CopySourceVersionId, location: "header", location_name: "x-amz-copy-source-version-id"))
|
2827
2945
|
UploadPartCopyOutput.add_member(:copy_part_result, Shapes::ShapeRef.new(shape: CopyPartResult, location_name: "CopyPartResult"))
|
2828
2946
|
UploadPartCopyOutput.add_member(:server_side_encryption, Shapes::ShapeRef.new(shape: ServerSideEncryption, location: "header", location_name: "x-amz-server-side-encryption"))
|
@@ -3005,6 +3123,22 @@ module Aws::S3
|
|
3005
3123
|
o.errors << Shapes::ShapeRef.new(shape: BucketAlreadyOwnedByYou)
|
3006
3124
|
end)
|
3007
3125
|
|
3126
|
+
api.add_operation(:create_bucket_metadata_configuration, Seahorse::Model::Operation.new.tap do |o|
|
3127
|
+
o.name = "CreateBucketMetadataConfiguration"
|
3128
|
+
o.http_method = "POST"
|
3129
|
+
o.http_request_uri = "/?metadataConfiguration"
|
3130
|
+
o.http_checksum = {
|
3131
|
+
"requestAlgorithmMember" => "checksum_algorithm",
|
3132
|
+
"requestChecksumRequired" => true,
|
3133
|
+
}
|
3134
|
+
o.http_checksum = {
|
3135
|
+
"requestAlgorithmMember" => "checksum_algorithm",
|
3136
|
+
"requestChecksumRequired" => true,
|
3137
|
+
}
|
3138
|
+
o.input = Shapes::ShapeRef.new(shape: CreateBucketMetadataConfigurationRequest)
|
3139
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
3140
|
+
end)
|
3141
|
+
|
3008
3142
|
api.add_operation(:create_bucket_metadata_table_configuration, Seahorse::Model::Operation.new.tap do |o|
|
3009
3143
|
o.name = "CreateBucketMetadataTableConfiguration"
|
3010
3144
|
o.http_method = "POST"
|
@@ -3094,6 +3228,14 @@ module Aws::S3
|
|
3094
3228
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
3095
3229
|
end)
|
3096
3230
|
|
3231
|
+
api.add_operation(:delete_bucket_metadata_configuration, Seahorse::Model::Operation.new.tap do |o|
|
3232
|
+
o.name = "DeleteBucketMetadataConfiguration"
|
3233
|
+
o.http_method = "DELETE"
|
3234
|
+
o.http_request_uri = "/?metadataConfiguration"
|
3235
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteBucketMetadataConfigurationRequest)
|
3236
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
3237
|
+
end)
|
3238
|
+
|
3097
3239
|
api.add_operation(:delete_bucket_metadata_table_configuration, Seahorse::Model::Operation.new.tap do |o|
|
3098
3240
|
o.name = "DeleteBucketMetadataTableConfiguration"
|
3099
3241
|
o.http_method = "DELETE"
|
@@ -3279,6 +3421,14 @@ module Aws::S3
|
|
3279
3421
|
o.output = Shapes::ShapeRef.new(shape: GetBucketLoggingOutput)
|
3280
3422
|
end)
|
3281
3423
|
|
3424
|
+
api.add_operation(:get_bucket_metadata_configuration, Seahorse::Model::Operation.new.tap do |o|
|
3425
|
+
o.name = "GetBucketMetadataConfiguration"
|
3426
|
+
o.http_method = "GET"
|
3427
|
+
o.http_request_uri = "/?metadataConfiguration"
|
3428
|
+
o.input = Shapes::ShapeRef.new(shape: GetBucketMetadataConfigurationRequest)
|
3429
|
+
o.output = Shapes::ShapeRef.new(shape: GetBucketMetadataConfigurationOutput)
|
3430
|
+
end)
|
3431
|
+
|
3282
3432
|
api.add_operation(:get_bucket_metadata_table_configuration, Seahorse::Model::Operation.new.tap do |o|
|
3283
3433
|
o.name = "GetBucketMetadataTableConfiguration"
|
3284
3434
|
o.http_method = "GET"
|
@@ -4054,6 +4204,38 @@ module Aws::S3
|
|
4054
4204
|
o.output = Shapes::ShapeRef.new(shape: SelectObjectContentOutput)
|
4055
4205
|
end)
|
4056
4206
|
|
4207
|
+
api.add_operation(:update_bucket_metadata_inventory_table_configuration, Seahorse::Model::Operation.new.tap do |o|
|
4208
|
+
o.name = "UpdateBucketMetadataInventoryTableConfiguration"
|
4209
|
+
o.http_method = "PUT"
|
4210
|
+
o.http_request_uri = "/?metadataInventoryTable"
|
4211
|
+
o.http_checksum = {
|
4212
|
+
"requestAlgorithmMember" => "checksum_algorithm",
|
4213
|
+
"requestChecksumRequired" => true,
|
4214
|
+
}
|
4215
|
+
o.http_checksum = {
|
4216
|
+
"requestAlgorithmMember" => "checksum_algorithm",
|
4217
|
+
"requestChecksumRequired" => true,
|
4218
|
+
}
|
4219
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateBucketMetadataInventoryTableConfigurationRequest)
|
4220
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
4221
|
+
end)
|
4222
|
+
|
4223
|
+
api.add_operation(:update_bucket_metadata_journal_table_configuration, Seahorse::Model::Operation.new.tap do |o|
|
4224
|
+
o.name = "UpdateBucketMetadataJournalTableConfiguration"
|
4225
|
+
o.http_method = "PUT"
|
4226
|
+
o.http_request_uri = "/?metadataJournalTable"
|
4227
|
+
o.http_checksum = {
|
4228
|
+
"requestAlgorithmMember" => "checksum_algorithm",
|
4229
|
+
"requestChecksumRequired" => true,
|
4230
|
+
}
|
4231
|
+
o.http_checksum = {
|
4232
|
+
"requestAlgorithmMember" => "checksum_algorithm",
|
4233
|
+
"requestChecksumRequired" => true,
|
4234
|
+
}
|
4235
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateBucketMetadataJournalTableConfigurationRequest)
|
4236
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
4237
|
+
end)
|
4238
|
+
|
4057
4239
|
api.add_operation(:upload_part, Seahorse::Model::Operation.new.tap do |o|
|
4058
4240
|
o.name = "UploadPart"
|
4059
4241
|
o.http_method = "PUT"
|
data/lib/aws-sdk-s3/endpoints.rb
CHANGED
@@ -63,6 +63,18 @@ module Aws::S3
|
|
63
63
|
end
|
64
64
|
end
|
65
65
|
|
66
|
+
class CreateBucketMetadataConfiguration
|
67
|
+
def self.build(context)
|
68
|
+
Aws::S3::EndpointParameters.create(
|
69
|
+
context.config,
|
70
|
+
bucket: context.params[:bucket],
|
71
|
+
use_dual_stack: context[:use_dualstack_endpoint],
|
72
|
+
accelerate: context[:use_accelerate_endpoint],
|
73
|
+
use_s3_express_control_endpoint: true,
|
74
|
+
)
|
75
|
+
end
|
76
|
+
end
|
77
|
+
|
66
78
|
class CreateBucketMetadataTableConfiguration
|
67
79
|
def self.build(context)
|
68
80
|
Aws::S3::EndpointParameters.create(
|
@@ -183,6 +195,18 @@ module Aws::S3
|
|
183
195
|
end
|
184
196
|
end
|
185
197
|
|
198
|
+
class DeleteBucketMetadataConfiguration
|
199
|
+
def self.build(context)
|
200
|
+
Aws::S3::EndpointParameters.create(
|
201
|
+
context.config,
|
202
|
+
bucket: context.params[:bucket],
|
203
|
+
use_dual_stack: context[:use_dualstack_endpoint],
|
204
|
+
accelerate: context[:use_accelerate_endpoint],
|
205
|
+
use_s3_express_control_endpoint: true,
|
206
|
+
)
|
207
|
+
end
|
208
|
+
end
|
209
|
+
|
186
210
|
class DeleteBucketMetadataTableConfiguration
|
187
211
|
def self.build(context)
|
188
212
|
Aws::S3::EndpointParameters.create(
|
@@ -445,6 +469,18 @@ module Aws::S3
|
|
445
469
|
end
|
446
470
|
end
|
447
471
|
|
472
|
+
class GetBucketMetadataConfiguration
|
473
|
+
def self.build(context)
|
474
|
+
Aws::S3::EndpointParameters.create(
|
475
|
+
context.config,
|
476
|
+
bucket: context.params[:bucket],
|
477
|
+
use_dual_stack: context[:use_dualstack_endpoint],
|
478
|
+
accelerate: context[:use_accelerate_endpoint],
|
479
|
+
use_s3_express_control_endpoint: true,
|
480
|
+
)
|
481
|
+
end
|
482
|
+
end
|
483
|
+
|
448
484
|
class GetBucketMetadataTableConfiguration
|
449
485
|
def self.build(context)
|
450
486
|
Aws::S3::EndpointParameters.create(
|
@@ -1196,6 +1232,30 @@ module Aws::S3
|
|
1196
1232
|
end
|
1197
1233
|
end
|
1198
1234
|
|
1235
|
+
class UpdateBucketMetadataInventoryTableConfiguration
|
1236
|
+
def self.build(context)
|
1237
|
+
Aws::S3::EndpointParameters.create(
|
1238
|
+
context.config,
|
1239
|
+
bucket: context.params[:bucket],
|
1240
|
+
use_dual_stack: context[:use_dualstack_endpoint],
|
1241
|
+
accelerate: context[:use_accelerate_endpoint],
|
1242
|
+
use_s3_express_control_endpoint: true,
|
1243
|
+
)
|
1244
|
+
end
|
1245
|
+
end
|
1246
|
+
|
1247
|
+
class UpdateBucketMetadataJournalTableConfiguration
|
1248
|
+
def self.build(context)
|
1249
|
+
Aws::S3::EndpointParameters.create(
|
1250
|
+
context.config,
|
1251
|
+
bucket: context.params[:bucket],
|
1252
|
+
use_dual_stack: context[:use_dualstack_endpoint],
|
1253
|
+
accelerate: context[:use_accelerate_endpoint],
|
1254
|
+
use_s3_express_control_endpoint: true,
|
1255
|
+
)
|
1256
|
+
end
|
1257
|
+
end
|
1258
|
+
|
1199
1259
|
class UploadPart
|
1200
1260
|
def self.build(context)
|
1201
1261
|
Aws::S3::EndpointParameters.create(
|
@@ -1242,6 +1302,8 @@ module Aws::S3
|
|
1242
1302
|
CopyObject.build(context)
|
1243
1303
|
when :create_bucket
|
1244
1304
|
CreateBucket.build(context)
|
1305
|
+
when :create_bucket_metadata_configuration
|
1306
|
+
CreateBucketMetadataConfiguration.build(context)
|
1245
1307
|
when :create_bucket_metadata_table_configuration
|
1246
1308
|
CreateBucketMetadataTableConfiguration.build(context)
|
1247
1309
|
when :create_multipart_upload
|
@@ -1262,6 +1324,8 @@ module Aws::S3
|
|
1262
1324
|
DeleteBucketInventoryConfiguration.build(context)
|
1263
1325
|
when :delete_bucket_lifecycle
|
1264
1326
|
DeleteBucketLifecycle.build(context)
|
1327
|
+
when :delete_bucket_metadata_configuration
|
1328
|
+
DeleteBucketMetadataConfiguration.build(context)
|
1265
1329
|
when :delete_bucket_metadata_table_configuration
|
1266
1330
|
DeleteBucketMetadataTableConfiguration.build(context)
|
1267
1331
|
when :delete_bucket_metrics_configuration
|
@@ -1306,6 +1370,8 @@ module Aws::S3
|
|
1306
1370
|
GetBucketLocation.build(context)
|
1307
1371
|
when :get_bucket_logging
|
1308
1372
|
GetBucketLogging.build(context)
|
1373
|
+
when :get_bucket_metadata_configuration
|
1374
|
+
GetBucketMetadataConfiguration.build(context)
|
1309
1375
|
when :get_bucket_metadata_table_configuration
|
1310
1376
|
GetBucketMetadataTableConfiguration.build(context)
|
1311
1377
|
when :get_bucket_metrics_configuration
|
@@ -1434,6 +1500,10 @@ module Aws::S3
|
|
1434
1500
|
RestoreObject.build(context)
|
1435
1501
|
when :select_object_content
|
1436
1502
|
SelectObjectContent.build(context)
|
1503
|
+
when :update_bucket_metadata_inventory_table_configuration
|
1504
|
+
UpdateBucketMetadataInventoryTableConfiguration.build(context)
|
1505
|
+
when :update_bucket_metadata_journal_table_configuration
|
1506
|
+
UpdateBucketMetadataJournalTableConfiguration.build(context)
|
1437
1507
|
when :upload_part
|
1438
1508
|
UploadPart.build(context)
|
1439
1509
|
when :upload_part_copy
|