aws-sdk-s3 1.114.0 → 1.117.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +22 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-s3/bucket.rb +1 -1
- data/lib/aws-sdk-s3/client.rb +22 -5
- data/lib/aws-sdk-s3/client_api.rb +189 -189
- data/lib/aws-sdk-s3/customizations/bucket.rb +20 -46
- data/lib/aws-sdk-s3/endpoint_parameters.rb +142 -0
- data/lib/aws-sdk-s3/endpoint_provider.rb +2020 -0
- data/lib/aws-sdk-s3/endpoints.rb +2149 -0
- data/lib/aws-sdk-s3/multipart_stream_uploader.rb +25 -6
- data/lib/aws-sdk-s3/plugins/accelerate.rb +3 -50
- data/lib/aws-sdk-s3/plugins/arn.rb +0 -184
- data/lib/aws-sdk-s3/plugins/bucket_dns.rb +3 -39
- data/lib/aws-sdk-s3/plugins/bucket_name_restrictions.rb +1 -6
- data/lib/aws-sdk-s3/plugins/dualstack.rb +1 -49
- data/lib/aws-sdk-s3/plugins/endpoints.rb +262 -0
- data/lib/aws-sdk-s3/plugins/expect_100_continue.rb +2 -1
- data/lib/aws-sdk-s3/plugins/iad_regional_endpoint.rb +0 -29
- data/lib/aws-sdk-s3/plugins/s3_signer.rb +27 -123
- data/lib/aws-sdk-s3/presigned_post.rb +9 -16
- data/lib/aws-sdk-s3/presigner.rb +20 -33
- data/lib/aws-sdk-s3/resource.rb +1 -1
- data/lib/aws-sdk-s3/types.rb +2 -2
- data/lib/aws-sdk-s3.rb +5 -1
- metadata +8 -9
- data/lib/aws-sdk-s3/arn/access_point_arn.rb +0 -69
- data/lib/aws-sdk-s3/arn/multi_region_access_point_arn.rb +0 -68
- data/lib/aws-sdk-s3/arn/object_lambda_arn.rb +0 -69
- data/lib/aws-sdk-s3/arn/outpost_access_point_arn.rb +0 -74
- data/lib/aws-sdk-s3/plugins/object_lambda_endpoint.rb +0 -25
@@ -595,7 +595,7 @@ module Aws::S3
|
|
595
595
|
AbortMultipartUploadOutput.add_member(:request_charged, Shapes::ShapeRef.new(shape: RequestCharged, location: "header", location_name: "x-amz-request-charged"))
|
596
596
|
AbortMultipartUploadOutput.struct_class = Types::AbortMultipartUploadOutput
|
597
597
|
|
598
|
-
AbortMultipartUploadRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
598
|
+
AbortMultipartUploadRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
599
599
|
AbortMultipartUploadRequest.add_member(:key, Shapes::ShapeRef.new(shape: ObjectKey, required: true, location: "uri", location_name: "Key"))
|
600
600
|
AbortMultipartUploadRequest.add_member(:upload_id, Shapes::ShapeRef.new(shape: MultipartUploadId, required: true, location: "querystring", location_name: "uploadId"))
|
601
601
|
AbortMultipartUploadRequest.add_member(:request_payer, Shapes::ShapeRef.new(shape: RequestPayer, location: "header", location_name: "x-amz-request-payer"))
|
@@ -724,7 +724,7 @@ module Aws::S3
|
|
724
724
|
CompleteMultipartUploadOutput.add_member(:request_charged, Shapes::ShapeRef.new(shape: RequestCharged, location: "header", location_name: "x-amz-request-charged"))
|
725
725
|
CompleteMultipartUploadOutput.struct_class = Types::CompleteMultipartUploadOutput
|
726
726
|
|
727
|
-
CompleteMultipartUploadRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
727
|
+
CompleteMultipartUploadRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
728
728
|
CompleteMultipartUploadRequest.add_member(:key, Shapes::ShapeRef.new(shape: ObjectKey, required: true, location: "uri", location_name: "Key"))
|
729
729
|
CompleteMultipartUploadRequest.add_member(:multipart_upload, Shapes::ShapeRef.new(shape: CompletedMultipartUpload, location_name: "CompleteMultipartUpload", metadata: {"xmlNamespace"=>{"uri"=>"http://s3.amazonaws.com/doc/2006-03-01/"}}))
|
730
730
|
CompleteMultipartUploadRequest.add_member(:upload_id, Shapes::ShapeRef.new(shape: MultipartUploadId, required: true, location: "querystring", location_name: "uploadId"))
|
@@ -776,7 +776,7 @@ module Aws::S3
|
|
776
776
|
CopyObjectOutput[:payload_member] = CopyObjectOutput.member(:copy_object_result)
|
777
777
|
|
778
778
|
CopyObjectRequest.add_member(:acl, Shapes::ShapeRef.new(shape: ObjectCannedACL, location: "header", location_name: "x-amz-acl"))
|
779
|
-
CopyObjectRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
779
|
+
CopyObjectRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
780
780
|
CopyObjectRequest.add_member(:cache_control, Shapes::ShapeRef.new(shape: CacheControl, location: "header", location_name: "Cache-Control"))
|
781
781
|
CopyObjectRequest.add_member(:checksum_algorithm, Shapes::ShapeRef.new(shape: ChecksumAlgorithm, location: "header", location_name: "x-amz-checksum-algorithm"))
|
782
782
|
CopyObjectRequest.add_member(:content_disposition, Shapes::ShapeRef.new(shape: ContentDisposition, location: "header", location_name: "Content-Disposition"))
|
@@ -841,7 +841,7 @@ module Aws::S3
|
|
841
841
|
CreateBucketOutput.struct_class = Types::CreateBucketOutput
|
842
842
|
|
843
843
|
CreateBucketRequest.add_member(:acl, Shapes::ShapeRef.new(shape: BucketCannedACL, location: "header", location_name: "x-amz-acl"))
|
844
|
-
CreateBucketRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
844
|
+
CreateBucketRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
845
845
|
CreateBucketRequest.add_member(:create_bucket_configuration, Shapes::ShapeRef.new(shape: CreateBucketConfiguration, location_name: "CreateBucketConfiguration", metadata: {"xmlNamespace"=>{"uri"=>"http://s3.amazonaws.com/doc/2006-03-01/"}}))
|
846
846
|
CreateBucketRequest.add_member(:grant_full_control, Shapes::ShapeRef.new(shape: GrantFullControl, location: "header", location_name: "x-amz-grant-full-control"))
|
847
847
|
CreateBucketRequest.add_member(:grant_read, Shapes::ShapeRef.new(shape: GrantRead, location: "header", location_name: "x-amz-grant-read"))
|
@@ -870,7 +870,7 @@ module Aws::S3
|
|
870
870
|
CreateMultipartUploadOutput.struct_class = Types::CreateMultipartUploadOutput
|
871
871
|
|
872
872
|
CreateMultipartUploadRequest.add_member(:acl, Shapes::ShapeRef.new(shape: ObjectCannedACL, location: "header", location_name: "x-amz-acl"))
|
873
|
-
CreateMultipartUploadRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
873
|
+
CreateMultipartUploadRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
874
874
|
CreateMultipartUploadRequest.add_member(:cache_control, Shapes::ShapeRef.new(shape: CacheControl, location: "header", location_name: "Cache-Control"))
|
875
875
|
CreateMultipartUploadRequest.add_member(:content_disposition, Shapes::ShapeRef.new(shape: ContentDisposition, location: "header", location_name: "Content-Disposition"))
|
876
876
|
CreateMultipartUploadRequest.add_member(:content_encoding, Shapes::ShapeRef.new(shape: ContentEncoding, location: "header", location_name: "Content-Encoding"))
|
@@ -910,58 +910,58 @@ module Aws::S3
|
|
910
910
|
Delete.add_member(:quiet, Shapes::ShapeRef.new(shape: Quiet, location_name: "Quiet"))
|
911
911
|
Delete.struct_class = Types::Delete
|
912
912
|
|
913
|
-
DeleteBucketAnalyticsConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
913
|
+
DeleteBucketAnalyticsConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
914
914
|
DeleteBucketAnalyticsConfigurationRequest.add_member(:id, Shapes::ShapeRef.new(shape: AnalyticsId, required: true, location: "querystring", location_name: "id"))
|
915
915
|
DeleteBucketAnalyticsConfigurationRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
916
916
|
DeleteBucketAnalyticsConfigurationRequest.struct_class = Types::DeleteBucketAnalyticsConfigurationRequest
|
917
917
|
|
918
|
-
DeleteBucketCorsRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
918
|
+
DeleteBucketCorsRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
919
919
|
DeleteBucketCorsRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
920
920
|
DeleteBucketCorsRequest.struct_class = Types::DeleteBucketCorsRequest
|
921
921
|
|
922
|
-
DeleteBucketEncryptionRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
922
|
+
DeleteBucketEncryptionRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
923
923
|
DeleteBucketEncryptionRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
924
924
|
DeleteBucketEncryptionRequest.struct_class = Types::DeleteBucketEncryptionRequest
|
925
925
|
|
926
|
-
DeleteBucketIntelligentTieringConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
926
|
+
DeleteBucketIntelligentTieringConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
927
927
|
DeleteBucketIntelligentTieringConfigurationRequest.add_member(:id, Shapes::ShapeRef.new(shape: IntelligentTieringId, required: true, location: "querystring", location_name: "id"))
|
928
928
|
DeleteBucketIntelligentTieringConfigurationRequest.struct_class = Types::DeleteBucketIntelligentTieringConfigurationRequest
|
929
929
|
|
930
|
-
DeleteBucketInventoryConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
930
|
+
DeleteBucketInventoryConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
931
931
|
DeleteBucketInventoryConfigurationRequest.add_member(:id, Shapes::ShapeRef.new(shape: InventoryId, required: true, location: "querystring", location_name: "id"))
|
932
932
|
DeleteBucketInventoryConfigurationRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
933
933
|
DeleteBucketInventoryConfigurationRequest.struct_class = Types::DeleteBucketInventoryConfigurationRequest
|
934
934
|
|
935
|
-
DeleteBucketLifecycleRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
935
|
+
DeleteBucketLifecycleRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
936
936
|
DeleteBucketLifecycleRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
937
937
|
DeleteBucketLifecycleRequest.struct_class = Types::DeleteBucketLifecycleRequest
|
938
938
|
|
939
|
-
DeleteBucketMetricsConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
939
|
+
DeleteBucketMetricsConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
940
940
|
DeleteBucketMetricsConfigurationRequest.add_member(:id, Shapes::ShapeRef.new(shape: MetricsId, required: true, location: "querystring", location_name: "id"))
|
941
941
|
DeleteBucketMetricsConfigurationRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
942
942
|
DeleteBucketMetricsConfigurationRequest.struct_class = Types::DeleteBucketMetricsConfigurationRequest
|
943
943
|
|
944
|
-
DeleteBucketOwnershipControlsRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
944
|
+
DeleteBucketOwnershipControlsRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
945
945
|
DeleteBucketOwnershipControlsRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
946
946
|
DeleteBucketOwnershipControlsRequest.struct_class = Types::DeleteBucketOwnershipControlsRequest
|
947
947
|
|
948
|
-
DeleteBucketPolicyRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
948
|
+
DeleteBucketPolicyRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
949
949
|
DeleteBucketPolicyRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
950
950
|
DeleteBucketPolicyRequest.struct_class = Types::DeleteBucketPolicyRequest
|
951
951
|
|
952
|
-
DeleteBucketReplicationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
952
|
+
DeleteBucketReplicationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
953
953
|
DeleteBucketReplicationRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
954
954
|
DeleteBucketReplicationRequest.struct_class = Types::DeleteBucketReplicationRequest
|
955
955
|
|
956
|
-
DeleteBucketRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
956
|
+
DeleteBucketRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
957
957
|
DeleteBucketRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
958
958
|
DeleteBucketRequest.struct_class = Types::DeleteBucketRequest
|
959
959
|
|
960
|
-
DeleteBucketTaggingRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
960
|
+
DeleteBucketTaggingRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
961
961
|
DeleteBucketTaggingRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
962
962
|
DeleteBucketTaggingRequest.struct_class = Types::DeleteBucketTaggingRequest
|
963
963
|
|
964
|
-
DeleteBucketWebsiteRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
964
|
+
DeleteBucketWebsiteRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
965
965
|
DeleteBucketWebsiteRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
966
966
|
DeleteBucketWebsiteRequest.struct_class = Types::DeleteBucketWebsiteRequest
|
967
967
|
|
@@ -982,7 +982,7 @@ module Aws::S3
|
|
982
982
|
DeleteObjectOutput.add_member(:request_charged, Shapes::ShapeRef.new(shape: RequestCharged, location: "header", location_name: "x-amz-request-charged"))
|
983
983
|
DeleteObjectOutput.struct_class = Types::DeleteObjectOutput
|
984
984
|
|
985
|
-
DeleteObjectRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
985
|
+
DeleteObjectRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
986
986
|
DeleteObjectRequest.add_member(:key, Shapes::ShapeRef.new(shape: ObjectKey, required: true, location: "uri", location_name: "Key"))
|
987
987
|
DeleteObjectRequest.add_member(:mfa, Shapes::ShapeRef.new(shape: MFA, location: "header", location_name: "x-amz-mfa"))
|
988
988
|
DeleteObjectRequest.add_member(:version_id, Shapes::ShapeRef.new(shape: ObjectVersionId, location: "querystring", location_name: "versionId"))
|
@@ -994,7 +994,7 @@ module Aws::S3
|
|
994
994
|
DeleteObjectTaggingOutput.add_member(:version_id, Shapes::ShapeRef.new(shape: ObjectVersionId, location: "header", location_name: "x-amz-version-id"))
|
995
995
|
DeleteObjectTaggingOutput.struct_class = Types::DeleteObjectTaggingOutput
|
996
996
|
|
997
|
-
DeleteObjectTaggingRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
997
|
+
DeleteObjectTaggingRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
998
998
|
DeleteObjectTaggingRequest.add_member(:key, Shapes::ShapeRef.new(shape: ObjectKey, required: true, location: "uri", location_name: "Key"))
|
999
999
|
DeleteObjectTaggingRequest.add_member(:version_id, Shapes::ShapeRef.new(shape: ObjectVersionId, location: "querystring", location_name: "versionId"))
|
1000
1000
|
DeleteObjectTaggingRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
@@ -1005,7 +1005,7 @@ module Aws::S3
|
|
1005
1005
|
DeleteObjectsOutput.add_member(:errors, Shapes::ShapeRef.new(shape: Errors, location_name: "Error"))
|
1006
1006
|
DeleteObjectsOutput.struct_class = Types::DeleteObjectsOutput
|
1007
1007
|
|
1008
|
-
DeleteObjectsRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
1008
|
+
DeleteObjectsRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
1009
1009
|
DeleteObjectsRequest.add_member(:delete, Shapes::ShapeRef.new(shape: Delete, required: true, location_name: "Delete", metadata: {"xmlNamespace"=>{"uri"=>"http://s3.amazonaws.com/doc/2006-03-01/"}}))
|
1010
1010
|
DeleteObjectsRequest.add_member(:mfa, Shapes::ShapeRef.new(shape: MFA, location: "header", location_name: "x-amz-mfa"))
|
1011
1011
|
DeleteObjectsRequest.add_member(:request_payer, Shapes::ShapeRef.new(shape: RequestPayer, location: "header", location_name: "x-amz-request-payer"))
|
@@ -1016,7 +1016,7 @@ module Aws::S3
|
|
1016
1016
|
DeleteObjectsRequest[:payload] = :delete
|
1017
1017
|
DeleteObjectsRequest[:payload_member] = DeleteObjectsRequest.member(:delete)
|
1018
1018
|
|
1019
|
-
DeletePublicAccessBlockRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
1019
|
+
DeletePublicAccessBlockRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
1020
1020
|
DeletePublicAccessBlockRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
1021
1021
|
DeletePublicAccessBlockRequest.struct_class = Types::DeletePublicAccessBlockRequest
|
1022
1022
|
|
@@ -1076,7 +1076,7 @@ module Aws::S3
|
|
1076
1076
|
GetBucketAccelerateConfigurationOutput.add_member(:status, Shapes::ShapeRef.new(shape: BucketAccelerateStatus, location_name: "Status"))
|
1077
1077
|
GetBucketAccelerateConfigurationOutput.struct_class = Types::GetBucketAccelerateConfigurationOutput
|
1078
1078
|
|
1079
|
-
GetBucketAccelerateConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
1079
|
+
GetBucketAccelerateConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
1080
1080
|
GetBucketAccelerateConfigurationRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
1081
1081
|
GetBucketAccelerateConfigurationRequest.struct_class = Types::GetBucketAccelerateConfigurationRequest
|
1082
1082
|
|
@@ -1084,7 +1084,7 @@ module Aws::S3
|
|
1084
1084
|
GetBucketAclOutput.add_member(:grants, Shapes::ShapeRef.new(shape: Grants, location_name: "AccessControlList"))
|
1085
1085
|
GetBucketAclOutput.struct_class = Types::GetBucketAclOutput
|
1086
1086
|
|
1087
|
-
GetBucketAclRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
1087
|
+
GetBucketAclRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
1088
1088
|
GetBucketAclRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
1089
1089
|
GetBucketAclRequest.struct_class = Types::GetBucketAclRequest
|
1090
1090
|
|
@@ -1093,7 +1093,7 @@ module Aws::S3
|
|
1093
1093
|
GetBucketAnalyticsConfigurationOutput[:payload] = :analytics_configuration
|
1094
1094
|
GetBucketAnalyticsConfigurationOutput[:payload_member] = GetBucketAnalyticsConfigurationOutput.member(:analytics_configuration)
|
1095
1095
|
|
1096
|
-
GetBucketAnalyticsConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
1096
|
+
GetBucketAnalyticsConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
1097
1097
|
GetBucketAnalyticsConfigurationRequest.add_member(:id, Shapes::ShapeRef.new(shape: AnalyticsId, required: true, location: "querystring", location_name: "id"))
|
1098
1098
|
GetBucketAnalyticsConfigurationRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
1099
1099
|
GetBucketAnalyticsConfigurationRequest.struct_class = Types::GetBucketAnalyticsConfigurationRequest
|
@@ -1101,7 +1101,7 @@ module Aws::S3
|
|
1101
1101
|
GetBucketCorsOutput.add_member(:cors_rules, Shapes::ShapeRef.new(shape: CORSRules, location_name: "CORSRule"))
|
1102
1102
|
GetBucketCorsOutput.struct_class = Types::GetBucketCorsOutput
|
1103
1103
|
|
1104
|
-
GetBucketCorsRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
1104
|
+
GetBucketCorsRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
1105
1105
|
GetBucketCorsRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
1106
1106
|
GetBucketCorsRequest.struct_class = Types::GetBucketCorsRequest
|
1107
1107
|
|
@@ -1110,7 +1110,7 @@ module Aws::S3
|
|
1110
1110
|
GetBucketEncryptionOutput[:payload] = :server_side_encryption_configuration
|
1111
1111
|
GetBucketEncryptionOutput[:payload_member] = GetBucketEncryptionOutput.member(:server_side_encryption_configuration)
|
1112
1112
|
|
1113
|
-
GetBucketEncryptionRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
1113
|
+
GetBucketEncryptionRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
1114
1114
|
GetBucketEncryptionRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
1115
1115
|
GetBucketEncryptionRequest.struct_class = Types::GetBucketEncryptionRequest
|
1116
1116
|
|
@@ -1119,7 +1119,7 @@ module Aws::S3
|
|
1119
1119
|
GetBucketIntelligentTieringConfigurationOutput[:payload] = :intelligent_tiering_configuration
|
1120
1120
|
GetBucketIntelligentTieringConfigurationOutput[:payload_member] = GetBucketIntelligentTieringConfigurationOutput.member(:intelligent_tiering_configuration)
|
1121
1121
|
|
1122
|
-
GetBucketIntelligentTieringConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
1122
|
+
GetBucketIntelligentTieringConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
1123
1123
|
GetBucketIntelligentTieringConfigurationRequest.add_member(:id, Shapes::ShapeRef.new(shape: IntelligentTieringId, required: true, location: "querystring", location_name: "id"))
|
1124
1124
|
GetBucketIntelligentTieringConfigurationRequest.struct_class = Types::GetBucketIntelligentTieringConfigurationRequest
|
1125
1125
|
|
@@ -1128,7 +1128,7 @@ module Aws::S3
|
|
1128
1128
|
GetBucketInventoryConfigurationOutput[:payload] = :inventory_configuration
|
1129
1129
|
GetBucketInventoryConfigurationOutput[:payload_member] = GetBucketInventoryConfigurationOutput.member(:inventory_configuration)
|
1130
1130
|
|
1131
|
-
GetBucketInventoryConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
1131
|
+
GetBucketInventoryConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
1132
1132
|
GetBucketInventoryConfigurationRequest.add_member(:id, Shapes::ShapeRef.new(shape: InventoryId, required: true, location: "querystring", location_name: "id"))
|
1133
1133
|
GetBucketInventoryConfigurationRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
1134
1134
|
GetBucketInventoryConfigurationRequest.struct_class = Types::GetBucketInventoryConfigurationRequest
|
@@ -1136,28 +1136,28 @@ module Aws::S3
|
|
1136
1136
|
GetBucketLifecycleConfigurationOutput.add_member(:rules, Shapes::ShapeRef.new(shape: LifecycleRules, location_name: "Rule"))
|
1137
1137
|
GetBucketLifecycleConfigurationOutput.struct_class = Types::GetBucketLifecycleConfigurationOutput
|
1138
1138
|
|
1139
|
-
GetBucketLifecycleConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
1139
|
+
GetBucketLifecycleConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
1140
1140
|
GetBucketLifecycleConfigurationRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
1141
1141
|
GetBucketLifecycleConfigurationRequest.struct_class = Types::GetBucketLifecycleConfigurationRequest
|
1142
1142
|
|
1143
1143
|
GetBucketLifecycleOutput.add_member(:rules, Shapes::ShapeRef.new(shape: Rules, location_name: "Rule"))
|
1144
1144
|
GetBucketLifecycleOutput.struct_class = Types::GetBucketLifecycleOutput
|
1145
1145
|
|
1146
|
-
GetBucketLifecycleRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
1146
|
+
GetBucketLifecycleRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
1147
1147
|
GetBucketLifecycleRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
1148
1148
|
GetBucketLifecycleRequest.struct_class = Types::GetBucketLifecycleRequest
|
1149
1149
|
|
1150
1150
|
GetBucketLocationOutput.add_member(:location_constraint, Shapes::ShapeRef.new(shape: BucketLocationConstraint, location_name: "LocationConstraint"))
|
1151
1151
|
GetBucketLocationOutput.struct_class = Types::GetBucketLocationOutput
|
1152
1152
|
|
1153
|
-
GetBucketLocationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
1153
|
+
GetBucketLocationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
1154
1154
|
GetBucketLocationRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
1155
1155
|
GetBucketLocationRequest.struct_class = Types::GetBucketLocationRequest
|
1156
1156
|
|
1157
1157
|
GetBucketLoggingOutput.add_member(:logging_enabled, Shapes::ShapeRef.new(shape: LoggingEnabled, location_name: "LoggingEnabled"))
|
1158
1158
|
GetBucketLoggingOutput.struct_class = Types::GetBucketLoggingOutput
|
1159
1159
|
|
1160
|
-
GetBucketLoggingRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
1160
|
+
GetBucketLoggingRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
1161
1161
|
GetBucketLoggingRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
1162
1162
|
GetBucketLoggingRequest.struct_class = Types::GetBucketLoggingRequest
|
1163
1163
|
|
@@ -1166,12 +1166,12 @@ module Aws::S3
|
|
1166
1166
|
GetBucketMetricsConfigurationOutput[:payload] = :metrics_configuration
|
1167
1167
|
GetBucketMetricsConfigurationOutput[:payload_member] = GetBucketMetricsConfigurationOutput.member(:metrics_configuration)
|
1168
1168
|
|
1169
|
-
GetBucketMetricsConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
1169
|
+
GetBucketMetricsConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
1170
1170
|
GetBucketMetricsConfigurationRequest.add_member(:id, Shapes::ShapeRef.new(shape: MetricsId, required: true, location: "querystring", location_name: "id"))
|
1171
1171
|
GetBucketMetricsConfigurationRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
1172
1172
|
GetBucketMetricsConfigurationRequest.struct_class = Types::GetBucketMetricsConfigurationRequest
|
1173
1173
|
|
1174
|
-
GetBucketNotificationConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
1174
|
+
GetBucketNotificationConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
1175
1175
|
GetBucketNotificationConfigurationRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
1176
1176
|
GetBucketNotificationConfigurationRequest.struct_class = Types::GetBucketNotificationConfigurationRequest
|
1177
1177
|
|
@@ -1180,7 +1180,7 @@ module Aws::S3
|
|
1180
1180
|
GetBucketOwnershipControlsOutput[:payload] = :ownership_controls
|
1181
1181
|
GetBucketOwnershipControlsOutput[:payload_member] = GetBucketOwnershipControlsOutput.member(:ownership_controls)
|
1182
1182
|
|
1183
|
-
GetBucketOwnershipControlsRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
1183
|
+
GetBucketOwnershipControlsRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
1184
1184
|
GetBucketOwnershipControlsRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
1185
1185
|
GetBucketOwnershipControlsRequest.struct_class = Types::GetBucketOwnershipControlsRequest
|
1186
1186
|
|
@@ -1189,7 +1189,7 @@ module Aws::S3
|
|
1189
1189
|
GetBucketPolicyOutput[:payload] = :policy
|
1190
1190
|
GetBucketPolicyOutput[:payload_member] = GetBucketPolicyOutput.member(:policy)
|
1191
1191
|
|
1192
|
-
GetBucketPolicyRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
1192
|
+
GetBucketPolicyRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
1193
1193
|
GetBucketPolicyRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
1194
1194
|
GetBucketPolicyRequest.struct_class = Types::GetBucketPolicyRequest
|
1195
1195
|
|
@@ -1198,7 +1198,7 @@ module Aws::S3
|
|
1198
1198
|
GetBucketPolicyStatusOutput[:payload] = :policy_status
|
1199
1199
|
GetBucketPolicyStatusOutput[:payload_member] = GetBucketPolicyStatusOutput.member(:policy_status)
|
1200
1200
|
|
1201
|
-
GetBucketPolicyStatusRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
1201
|
+
GetBucketPolicyStatusRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
1202
1202
|
GetBucketPolicyStatusRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
1203
1203
|
GetBucketPolicyStatusRequest.struct_class = Types::GetBucketPolicyStatusRequest
|
1204
1204
|
|
@@ -1207,21 +1207,21 @@ module Aws::S3
|
|
1207
1207
|
GetBucketReplicationOutput[:payload] = :replication_configuration
|
1208
1208
|
GetBucketReplicationOutput[:payload_member] = GetBucketReplicationOutput.member(:replication_configuration)
|
1209
1209
|
|
1210
|
-
GetBucketReplicationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
1210
|
+
GetBucketReplicationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
1211
1211
|
GetBucketReplicationRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
1212
1212
|
GetBucketReplicationRequest.struct_class = Types::GetBucketReplicationRequest
|
1213
1213
|
|
1214
1214
|
GetBucketRequestPaymentOutput.add_member(:payer, Shapes::ShapeRef.new(shape: Payer, location_name: "Payer"))
|
1215
1215
|
GetBucketRequestPaymentOutput.struct_class = Types::GetBucketRequestPaymentOutput
|
1216
1216
|
|
1217
|
-
GetBucketRequestPaymentRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
1217
|
+
GetBucketRequestPaymentRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
1218
1218
|
GetBucketRequestPaymentRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
1219
1219
|
GetBucketRequestPaymentRequest.struct_class = Types::GetBucketRequestPaymentRequest
|
1220
1220
|
|
1221
1221
|
GetBucketTaggingOutput.add_member(:tag_set, Shapes::ShapeRef.new(shape: TagSet, required: true, location_name: "TagSet"))
|
1222
1222
|
GetBucketTaggingOutput.struct_class = Types::GetBucketTaggingOutput
|
1223
1223
|
|
1224
|
-
GetBucketTaggingRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
1224
|
+
GetBucketTaggingRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
1225
1225
|
GetBucketTaggingRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
1226
1226
|
GetBucketTaggingRequest.struct_class = Types::GetBucketTaggingRequest
|
1227
1227
|
|
@@ -1229,7 +1229,7 @@ module Aws::S3
|
|
1229
1229
|
GetBucketVersioningOutput.add_member(:mfa_delete, Shapes::ShapeRef.new(shape: MFADeleteStatus, location_name: "MfaDelete"))
|
1230
1230
|
GetBucketVersioningOutput.struct_class = Types::GetBucketVersioningOutput
|
1231
1231
|
|
1232
|
-
GetBucketVersioningRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
1232
|
+
GetBucketVersioningRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
1233
1233
|
GetBucketVersioningRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
1234
1234
|
GetBucketVersioningRequest.struct_class = Types::GetBucketVersioningRequest
|
1235
1235
|
|
@@ -1239,7 +1239,7 @@ module Aws::S3
|
|
1239
1239
|
GetBucketWebsiteOutput.add_member(:routing_rules, Shapes::ShapeRef.new(shape: RoutingRules, location_name: "RoutingRules"))
|
1240
1240
|
GetBucketWebsiteOutput.struct_class = Types::GetBucketWebsiteOutput
|
1241
1241
|
|
1242
|
-
GetBucketWebsiteRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
1242
|
+
GetBucketWebsiteRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
1243
1243
|
GetBucketWebsiteRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
1244
1244
|
GetBucketWebsiteRequest.struct_class = Types::GetBucketWebsiteRequest
|
1245
1245
|
|
@@ -1248,7 +1248,7 @@ module Aws::S3
|
|
1248
1248
|
GetObjectAclOutput.add_member(:request_charged, Shapes::ShapeRef.new(shape: RequestCharged, location: "header", location_name: "x-amz-request-charged"))
|
1249
1249
|
GetObjectAclOutput.struct_class = Types::GetObjectAclOutput
|
1250
1250
|
|
1251
|
-
GetObjectAclRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
1251
|
+
GetObjectAclRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
1252
1252
|
GetObjectAclRequest.add_member(:key, Shapes::ShapeRef.new(shape: ObjectKey, required: true, location: "uri", location_name: "Key"))
|
1253
1253
|
GetObjectAclRequest.add_member(:version_id, Shapes::ShapeRef.new(shape: ObjectVersionId, location: "querystring", location_name: "versionId"))
|
1254
1254
|
GetObjectAclRequest.add_member(:request_payer, Shapes::ShapeRef.new(shape: RequestPayer, location: "header", location_name: "x-amz-request-payer"))
|
@@ -1274,7 +1274,7 @@ module Aws::S3
|
|
1274
1274
|
GetObjectAttributesParts.add_member(:parts, Shapes::ShapeRef.new(shape: PartsList, location_name: "Part"))
|
1275
1275
|
GetObjectAttributesParts.struct_class = Types::GetObjectAttributesParts
|
1276
1276
|
|
1277
|
-
GetObjectAttributesRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
1277
|
+
GetObjectAttributesRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
1278
1278
|
GetObjectAttributesRequest.add_member(:key, Shapes::ShapeRef.new(shape: ObjectKey, required: true, location: "uri", location_name: "Key"))
|
1279
1279
|
GetObjectAttributesRequest.add_member(:version_id, Shapes::ShapeRef.new(shape: ObjectVersionId, location: "querystring", location_name: "versionId"))
|
1280
1280
|
GetObjectAttributesRequest.add_member(:max_parts, Shapes::ShapeRef.new(shape: MaxParts, location: "header", location_name: "x-amz-max-parts"))
|
@@ -1292,7 +1292,7 @@ module Aws::S3
|
|
1292
1292
|
GetObjectLegalHoldOutput[:payload] = :legal_hold
|
1293
1293
|
GetObjectLegalHoldOutput[:payload_member] = GetObjectLegalHoldOutput.member(:legal_hold)
|
1294
1294
|
|
1295
|
-
GetObjectLegalHoldRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
1295
|
+
GetObjectLegalHoldRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
1296
1296
|
GetObjectLegalHoldRequest.add_member(:key, Shapes::ShapeRef.new(shape: ObjectKey, required: true, location: "uri", location_name: "Key"))
|
1297
1297
|
GetObjectLegalHoldRequest.add_member(:version_id, Shapes::ShapeRef.new(shape: ObjectVersionId, location: "querystring", location_name: "versionId"))
|
1298
1298
|
GetObjectLegalHoldRequest.add_member(:request_payer, Shapes::ShapeRef.new(shape: RequestPayer, location: "header", location_name: "x-amz-request-payer"))
|
@@ -1304,7 +1304,7 @@ module Aws::S3
|
|
1304
1304
|
GetObjectLockConfigurationOutput[:payload] = :object_lock_configuration
|
1305
1305
|
GetObjectLockConfigurationOutput[:payload_member] = GetObjectLockConfigurationOutput.member(:object_lock_configuration)
|
1306
1306
|
|
1307
|
-
GetObjectLockConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
1307
|
+
GetObjectLockConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
1308
1308
|
GetObjectLockConfigurationRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
1309
1309
|
GetObjectLockConfigurationRequest.struct_class = Types::GetObjectLockConfigurationRequest
|
1310
1310
|
|
@@ -1349,7 +1349,7 @@ module Aws::S3
|
|
1349
1349
|
GetObjectOutput[:payload] = :body
|
1350
1350
|
GetObjectOutput[:payload_member] = GetObjectOutput.member(:body)
|
1351
1351
|
|
1352
|
-
GetObjectRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
1352
|
+
GetObjectRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
1353
1353
|
GetObjectRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: IfMatch, location: "header", location_name: "If-Match"))
|
1354
1354
|
GetObjectRequest.add_member(:if_modified_since, Shapes::ShapeRef.new(shape: IfModifiedSince, location: "header", location_name: "If-Modified-Since"))
|
1355
1355
|
GetObjectRequest.add_member(:if_none_match, Shapes::ShapeRef.new(shape: IfNoneMatch, location: "header", location_name: "If-None-Match"))
|
@@ -1377,7 +1377,7 @@ module Aws::S3
|
|
1377
1377
|
GetObjectRetentionOutput[:payload] = :retention
|
1378
1378
|
GetObjectRetentionOutput[:payload_member] = GetObjectRetentionOutput.member(:retention)
|
1379
1379
|
|
1380
|
-
GetObjectRetentionRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
1380
|
+
GetObjectRetentionRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
1381
1381
|
GetObjectRetentionRequest.add_member(:key, Shapes::ShapeRef.new(shape: ObjectKey, required: true, location: "uri", location_name: "Key"))
|
1382
1382
|
GetObjectRetentionRequest.add_member(:version_id, Shapes::ShapeRef.new(shape: ObjectVersionId, location: "querystring", location_name: "versionId"))
|
1383
1383
|
GetObjectRetentionRequest.add_member(:request_payer, Shapes::ShapeRef.new(shape: RequestPayer, location: "header", location_name: "x-amz-request-payer"))
|
@@ -1388,7 +1388,7 @@ module Aws::S3
|
|
1388
1388
|
GetObjectTaggingOutput.add_member(:tag_set, Shapes::ShapeRef.new(shape: TagSet, required: true, location_name: "TagSet"))
|
1389
1389
|
GetObjectTaggingOutput.struct_class = Types::GetObjectTaggingOutput
|
1390
1390
|
|
1391
|
-
GetObjectTaggingRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
1391
|
+
GetObjectTaggingRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
1392
1392
|
GetObjectTaggingRequest.add_member(:key, Shapes::ShapeRef.new(shape: ObjectKey, required: true, location: "uri", location_name: "Key"))
|
1393
1393
|
GetObjectTaggingRequest.add_member(:version_id, Shapes::ShapeRef.new(shape: ObjectVersionId, location: "querystring", location_name: "versionId"))
|
1394
1394
|
GetObjectTaggingRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
@@ -1401,7 +1401,7 @@ module Aws::S3
|
|
1401
1401
|
GetObjectTorrentOutput[:payload] = :body
|
1402
1402
|
GetObjectTorrentOutput[:payload_member] = GetObjectTorrentOutput.member(:body)
|
1403
1403
|
|
1404
|
-
GetObjectTorrentRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
1404
|
+
GetObjectTorrentRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
1405
1405
|
GetObjectTorrentRequest.add_member(:key, Shapes::ShapeRef.new(shape: ObjectKey, required: true, location: "uri", location_name: "Key"))
|
1406
1406
|
GetObjectTorrentRequest.add_member(:request_payer, Shapes::ShapeRef.new(shape: RequestPayer, location: "header", location_name: "x-amz-request-payer"))
|
1407
1407
|
GetObjectTorrentRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
@@ -1412,7 +1412,7 @@ module Aws::S3
|
|
1412
1412
|
GetPublicAccessBlockOutput[:payload] = :public_access_block_configuration
|
1413
1413
|
GetPublicAccessBlockOutput[:payload_member] = GetPublicAccessBlockOutput.member(:public_access_block_configuration)
|
1414
1414
|
|
1415
|
-
GetPublicAccessBlockRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
1415
|
+
GetPublicAccessBlockRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
1416
1416
|
GetPublicAccessBlockRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
1417
1417
|
GetPublicAccessBlockRequest.struct_class = Types::GetPublicAccessBlockRequest
|
1418
1418
|
|
@@ -1432,7 +1432,7 @@ module Aws::S3
|
|
1432
1432
|
|
1433
1433
|
Grants.member = Shapes::ShapeRef.new(shape: Grant, location_name: "Grant")
|
1434
1434
|
|
1435
|
-
HeadBucketRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
1435
|
+
HeadBucketRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
1436
1436
|
HeadBucketRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
1437
1437
|
HeadBucketRequest.struct_class = Types::HeadBucketRequest
|
1438
1438
|
|
@@ -1473,7 +1473,7 @@ module Aws::S3
|
|
1473
1473
|
HeadObjectOutput.add_member(:object_lock_legal_hold_status, Shapes::ShapeRef.new(shape: ObjectLockLegalHoldStatus, location: "header", location_name: "x-amz-object-lock-legal-hold"))
|
1474
1474
|
HeadObjectOutput.struct_class = Types::HeadObjectOutput
|
1475
1475
|
|
1476
|
-
HeadObjectRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
1476
|
+
HeadObjectRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
1477
1477
|
HeadObjectRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: IfMatch, location: "header", location_name: "If-Match"))
|
1478
1478
|
HeadObjectRequest.add_member(:if_modified_since, Shapes::ShapeRef.new(shape: IfModifiedSince, location: "header", location_name: "If-Modified-Since"))
|
1479
1479
|
HeadObjectRequest.add_member(:if_none_match, Shapes::ShapeRef.new(shape: IfNoneMatch, location: "header", location_name: "If-None-Match"))
|
@@ -1611,7 +1611,7 @@ module Aws::S3
|
|
1611
1611
|
ListBucketAnalyticsConfigurationsOutput.add_member(:analytics_configuration_list, Shapes::ShapeRef.new(shape: AnalyticsConfigurationList, location_name: "AnalyticsConfiguration"))
|
1612
1612
|
ListBucketAnalyticsConfigurationsOutput.struct_class = Types::ListBucketAnalyticsConfigurationsOutput
|
1613
1613
|
|
1614
|
-
ListBucketAnalyticsConfigurationsRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
1614
|
+
ListBucketAnalyticsConfigurationsRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
1615
1615
|
ListBucketAnalyticsConfigurationsRequest.add_member(:continuation_token, Shapes::ShapeRef.new(shape: Token, location: "querystring", location_name: "continuation-token"))
|
1616
1616
|
ListBucketAnalyticsConfigurationsRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
1617
1617
|
ListBucketAnalyticsConfigurationsRequest.struct_class = Types::ListBucketAnalyticsConfigurationsRequest
|
@@ -1622,7 +1622,7 @@ module Aws::S3
|
|
1622
1622
|
ListBucketIntelligentTieringConfigurationsOutput.add_member(:intelligent_tiering_configuration_list, Shapes::ShapeRef.new(shape: IntelligentTieringConfigurationList, location_name: "IntelligentTieringConfiguration"))
|
1623
1623
|
ListBucketIntelligentTieringConfigurationsOutput.struct_class = Types::ListBucketIntelligentTieringConfigurationsOutput
|
1624
1624
|
|
1625
|
-
ListBucketIntelligentTieringConfigurationsRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
1625
|
+
ListBucketIntelligentTieringConfigurationsRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
1626
1626
|
ListBucketIntelligentTieringConfigurationsRequest.add_member(:continuation_token, Shapes::ShapeRef.new(shape: Token, location: "querystring", location_name: "continuation-token"))
|
1627
1627
|
ListBucketIntelligentTieringConfigurationsRequest.struct_class = Types::ListBucketIntelligentTieringConfigurationsRequest
|
1628
1628
|
|
@@ -1632,7 +1632,7 @@ module Aws::S3
|
|
1632
1632
|
ListBucketInventoryConfigurationsOutput.add_member(:next_continuation_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextContinuationToken"))
|
1633
1633
|
ListBucketInventoryConfigurationsOutput.struct_class = Types::ListBucketInventoryConfigurationsOutput
|
1634
1634
|
|
1635
|
-
ListBucketInventoryConfigurationsRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
1635
|
+
ListBucketInventoryConfigurationsRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
1636
1636
|
ListBucketInventoryConfigurationsRequest.add_member(:continuation_token, Shapes::ShapeRef.new(shape: Token, location: "querystring", location_name: "continuation-token"))
|
1637
1637
|
ListBucketInventoryConfigurationsRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
1638
1638
|
ListBucketInventoryConfigurationsRequest.struct_class = Types::ListBucketInventoryConfigurationsRequest
|
@@ -1643,7 +1643,7 @@ module Aws::S3
|
|
1643
1643
|
ListBucketMetricsConfigurationsOutput.add_member(:metrics_configuration_list, Shapes::ShapeRef.new(shape: MetricsConfigurationList, location_name: "MetricsConfiguration"))
|
1644
1644
|
ListBucketMetricsConfigurationsOutput.struct_class = Types::ListBucketMetricsConfigurationsOutput
|
1645
1645
|
|
1646
|
-
ListBucketMetricsConfigurationsRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
1646
|
+
ListBucketMetricsConfigurationsRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
1647
1647
|
ListBucketMetricsConfigurationsRequest.add_member(:continuation_token, Shapes::ShapeRef.new(shape: Token, location: "querystring", location_name: "continuation-token"))
|
1648
1648
|
ListBucketMetricsConfigurationsRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
1649
1649
|
ListBucketMetricsConfigurationsRequest.struct_class = Types::ListBucketMetricsConfigurationsRequest
|
@@ -1666,7 +1666,7 @@ module Aws::S3
|
|
1666
1666
|
ListMultipartUploadsOutput.add_member(:encoding_type, Shapes::ShapeRef.new(shape: EncodingType, location_name: "EncodingType"))
|
1667
1667
|
ListMultipartUploadsOutput.struct_class = Types::ListMultipartUploadsOutput
|
1668
1668
|
|
1669
|
-
ListMultipartUploadsRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
1669
|
+
ListMultipartUploadsRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
1670
1670
|
ListMultipartUploadsRequest.add_member(:delimiter, Shapes::ShapeRef.new(shape: Delimiter, location: "querystring", location_name: "delimiter"))
|
1671
1671
|
ListMultipartUploadsRequest.add_member(:encoding_type, Shapes::ShapeRef.new(shape: EncodingType, location: "querystring", location_name: "encoding-type"))
|
1672
1672
|
ListMultipartUploadsRequest.add_member(:key_marker, Shapes::ShapeRef.new(shape: KeyMarker, location: "querystring", location_name: "key-marker"))
|
@@ -1691,7 +1691,7 @@ module Aws::S3
|
|
1691
1691
|
ListObjectVersionsOutput.add_member(:encoding_type, Shapes::ShapeRef.new(shape: EncodingType, location_name: "EncodingType"))
|
1692
1692
|
ListObjectVersionsOutput.struct_class = Types::ListObjectVersionsOutput
|
1693
1693
|
|
1694
|
-
ListObjectVersionsRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
1694
|
+
ListObjectVersionsRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
1695
1695
|
ListObjectVersionsRequest.add_member(:delimiter, Shapes::ShapeRef.new(shape: Delimiter, location: "querystring", location_name: "delimiter"))
|
1696
1696
|
ListObjectVersionsRequest.add_member(:encoding_type, Shapes::ShapeRef.new(shape: EncodingType, location: "querystring", location_name: "encoding-type"))
|
1697
1697
|
ListObjectVersionsRequest.add_member(:key_marker, Shapes::ShapeRef.new(shape: KeyMarker, location: "querystring", location_name: "key-marker"))
|
@@ -1713,7 +1713,7 @@ module Aws::S3
|
|
1713
1713
|
ListObjectsOutput.add_member(:encoding_type, Shapes::ShapeRef.new(shape: EncodingType, location_name: "EncodingType"))
|
1714
1714
|
ListObjectsOutput.struct_class = Types::ListObjectsOutput
|
1715
1715
|
|
1716
|
-
ListObjectsRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
1716
|
+
ListObjectsRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
1717
1717
|
ListObjectsRequest.add_member(:delimiter, Shapes::ShapeRef.new(shape: Delimiter, location: "querystring", location_name: "delimiter"))
|
1718
1718
|
ListObjectsRequest.add_member(:encoding_type, Shapes::ShapeRef.new(shape: EncodingType, location: "querystring", location_name: "encoding-type"))
|
1719
1719
|
ListObjectsRequest.add_member(:marker, Shapes::ShapeRef.new(shape: Marker, location: "querystring", location_name: "marker"))
|
@@ -1737,7 +1737,7 @@ module Aws::S3
|
|
1737
1737
|
ListObjectsV2Output.add_member(:start_after, Shapes::ShapeRef.new(shape: StartAfter, location_name: "StartAfter"))
|
1738
1738
|
ListObjectsV2Output.struct_class = Types::ListObjectsV2Output
|
1739
1739
|
|
1740
|
-
ListObjectsV2Request.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
1740
|
+
ListObjectsV2Request.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
1741
1741
|
ListObjectsV2Request.add_member(:delimiter, Shapes::ShapeRef.new(shape: Delimiter, location: "querystring", location_name: "delimiter"))
|
1742
1742
|
ListObjectsV2Request.add_member(:encoding_type, Shapes::ShapeRef.new(shape: EncodingType, location: "querystring", location_name: "encoding-type"))
|
1743
1743
|
ListObjectsV2Request.add_member(:max_keys, Shapes::ShapeRef.new(shape: MaxKeys, location: "querystring", location_name: "max-keys"))
|
@@ -1766,7 +1766,7 @@ module Aws::S3
|
|
1766
1766
|
ListPartsOutput.add_member(:checksum_algorithm, Shapes::ShapeRef.new(shape: ChecksumAlgorithm, location_name: "ChecksumAlgorithm"))
|
1767
1767
|
ListPartsOutput.struct_class = Types::ListPartsOutput
|
1768
1768
|
|
1769
|
-
ListPartsRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
1769
|
+
ListPartsRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
1770
1770
|
ListPartsRequest.add_member(:key, Shapes::ShapeRef.new(shape: ObjectKey, required: true, location: "uri", location_name: "Key"))
|
1771
1771
|
ListPartsRequest.add_member(:max_parts, Shapes::ShapeRef.new(shape: MaxParts, location: "querystring", location_name: "max-parts"))
|
1772
1772
|
ListPartsRequest.add_member(:part_number_marker, Shapes::ShapeRef.new(shape: PartNumberMarker, location: "querystring", location_name: "part-number-marker"))
|
@@ -1963,7 +1963,7 @@ module Aws::S3
|
|
1963
1963
|
PublicAccessBlockConfiguration.add_member(:restrict_public_buckets, Shapes::ShapeRef.new(shape: Setting, location_name: "RestrictPublicBuckets"))
|
1964
1964
|
PublicAccessBlockConfiguration.struct_class = Types::PublicAccessBlockConfiguration
|
1965
1965
|
|
1966
|
-
PutBucketAccelerateConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
1966
|
+
PutBucketAccelerateConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
1967
1967
|
PutBucketAccelerateConfigurationRequest.add_member(:accelerate_configuration, Shapes::ShapeRef.new(shape: AccelerateConfiguration, required: true, location_name: "AccelerateConfiguration", metadata: {"xmlNamespace"=>{"uri"=>"http://s3.amazonaws.com/doc/2006-03-01/"}}))
|
1968
1968
|
PutBucketAccelerateConfigurationRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
1969
1969
|
PutBucketAccelerateConfigurationRequest.add_member(:checksum_algorithm, Shapes::ShapeRef.new(shape: ChecksumAlgorithm, location: "header", location_name: "x-amz-sdk-checksum-algorithm"))
|
@@ -1973,7 +1973,7 @@ module Aws::S3
|
|
1973
1973
|
|
1974
1974
|
PutBucketAclRequest.add_member(:acl, Shapes::ShapeRef.new(shape: BucketCannedACL, location: "header", location_name: "x-amz-acl"))
|
1975
1975
|
PutBucketAclRequest.add_member(:access_control_policy, Shapes::ShapeRef.new(shape: AccessControlPolicy, location_name: "AccessControlPolicy", metadata: {"xmlNamespace"=>{"uri"=>"http://s3.amazonaws.com/doc/2006-03-01/"}}))
|
1976
|
-
PutBucketAclRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
1976
|
+
PutBucketAclRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
1977
1977
|
PutBucketAclRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
|
1978
1978
|
PutBucketAclRequest.add_member(:checksum_algorithm, Shapes::ShapeRef.new(shape: ChecksumAlgorithm, location: "header", location_name: "x-amz-sdk-checksum-algorithm"))
|
1979
1979
|
PutBucketAclRequest.add_member(:grant_full_control, Shapes::ShapeRef.new(shape: GrantFullControl, location: "header", location_name: "x-amz-grant-full-control"))
|
@@ -1986,7 +1986,7 @@ module Aws::S3
|
|
1986
1986
|
PutBucketAclRequest[:payload] = :access_control_policy
|
1987
1987
|
PutBucketAclRequest[:payload_member] = PutBucketAclRequest.member(:access_control_policy)
|
1988
1988
|
|
1989
|
-
PutBucketAnalyticsConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
1989
|
+
PutBucketAnalyticsConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
1990
1990
|
PutBucketAnalyticsConfigurationRequest.add_member(:id, Shapes::ShapeRef.new(shape: AnalyticsId, required: true, location: "querystring", location_name: "id"))
|
1991
1991
|
PutBucketAnalyticsConfigurationRequest.add_member(:analytics_configuration, Shapes::ShapeRef.new(shape: AnalyticsConfiguration, required: true, location_name: "AnalyticsConfiguration", metadata: {"xmlNamespace"=>{"uri"=>"http://s3.amazonaws.com/doc/2006-03-01/"}}))
|
1992
1992
|
PutBucketAnalyticsConfigurationRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
@@ -1994,7 +1994,7 @@ module Aws::S3
|
|
1994
1994
|
PutBucketAnalyticsConfigurationRequest[:payload] = :analytics_configuration
|
1995
1995
|
PutBucketAnalyticsConfigurationRequest[:payload_member] = PutBucketAnalyticsConfigurationRequest.member(:analytics_configuration)
|
1996
1996
|
|
1997
|
-
PutBucketCorsRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
1997
|
+
PutBucketCorsRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
1998
1998
|
PutBucketCorsRequest.add_member(:cors_configuration, Shapes::ShapeRef.new(shape: CORSConfiguration, required: true, location_name: "CORSConfiguration", metadata: {"xmlNamespace"=>{"uri"=>"http://s3.amazonaws.com/doc/2006-03-01/"}}))
|
1999
1999
|
PutBucketCorsRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
|
2000
2000
|
PutBucketCorsRequest.add_member(:checksum_algorithm, Shapes::ShapeRef.new(shape: ChecksumAlgorithm, location: "header", location_name: "x-amz-sdk-checksum-algorithm"))
|
@@ -2003,7 +2003,7 @@ module Aws::S3
|
|
2003
2003
|
PutBucketCorsRequest[:payload] = :cors_configuration
|
2004
2004
|
PutBucketCorsRequest[:payload_member] = PutBucketCorsRequest.member(:cors_configuration)
|
2005
2005
|
|
2006
|
-
PutBucketEncryptionRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
2006
|
+
PutBucketEncryptionRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
2007
2007
|
PutBucketEncryptionRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
|
2008
2008
|
PutBucketEncryptionRequest.add_member(:checksum_algorithm, Shapes::ShapeRef.new(shape: ChecksumAlgorithm, location: "header", location_name: "x-amz-sdk-checksum-algorithm"))
|
2009
2009
|
PutBucketEncryptionRequest.add_member(:server_side_encryption_configuration, Shapes::ShapeRef.new(shape: ServerSideEncryptionConfiguration, required: true, location_name: "ServerSideEncryptionConfiguration", metadata: {"xmlNamespace"=>{"uri"=>"http://s3.amazonaws.com/doc/2006-03-01/"}}))
|
@@ -2012,14 +2012,14 @@ module Aws::S3
|
|
2012
2012
|
PutBucketEncryptionRequest[:payload] = :server_side_encryption_configuration
|
2013
2013
|
PutBucketEncryptionRequest[:payload_member] = PutBucketEncryptionRequest.member(:server_side_encryption_configuration)
|
2014
2014
|
|
2015
|
-
PutBucketIntelligentTieringConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
2015
|
+
PutBucketIntelligentTieringConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
2016
2016
|
PutBucketIntelligentTieringConfigurationRequest.add_member(:id, Shapes::ShapeRef.new(shape: IntelligentTieringId, required: true, location: "querystring", location_name: "id"))
|
2017
2017
|
PutBucketIntelligentTieringConfigurationRequest.add_member(:intelligent_tiering_configuration, Shapes::ShapeRef.new(shape: IntelligentTieringConfiguration, required: true, location_name: "IntelligentTieringConfiguration", metadata: {"xmlNamespace"=>{"uri"=>"http://s3.amazonaws.com/doc/2006-03-01/"}}))
|
2018
2018
|
PutBucketIntelligentTieringConfigurationRequest.struct_class = Types::PutBucketIntelligentTieringConfigurationRequest
|
2019
2019
|
PutBucketIntelligentTieringConfigurationRequest[:payload] = :intelligent_tiering_configuration
|
2020
2020
|
PutBucketIntelligentTieringConfigurationRequest[:payload_member] = PutBucketIntelligentTieringConfigurationRequest.member(:intelligent_tiering_configuration)
|
2021
2021
|
|
2022
|
-
PutBucketInventoryConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
2022
|
+
PutBucketInventoryConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
2023
2023
|
PutBucketInventoryConfigurationRequest.add_member(:id, Shapes::ShapeRef.new(shape: InventoryId, required: true, location: "querystring", location_name: "id"))
|
2024
2024
|
PutBucketInventoryConfigurationRequest.add_member(:inventory_configuration, Shapes::ShapeRef.new(shape: InventoryConfiguration, required: true, location_name: "InventoryConfiguration", metadata: {"xmlNamespace"=>{"uri"=>"http://s3.amazonaws.com/doc/2006-03-01/"}}))
|
2025
2025
|
PutBucketInventoryConfigurationRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
@@ -2027,7 +2027,7 @@ module Aws::S3
|
|
2027
2027
|
PutBucketInventoryConfigurationRequest[:payload] = :inventory_configuration
|
2028
2028
|
PutBucketInventoryConfigurationRequest[:payload_member] = PutBucketInventoryConfigurationRequest.member(:inventory_configuration)
|
2029
2029
|
|
2030
|
-
PutBucketLifecycleConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
2030
|
+
PutBucketLifecycleConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
2031
2031
|
PutBucketLifecycleConfigurationRequest.add_member(:checksum_algorithm, Shapes::ShapeRef.new(shape: ChecksumAlgorithm, location: "header", location_name: "x-amz-sdk-checksum-algorithm"))
|
2032
2032
|
PutBucketLifecycleConfigurationRequest.add_member(:lifecycle_configuration, Shapes::ShapeRef.new(shape: BucketLifecycleConfiguration, location_name: "LifecycleConfiguration", metadata: {"xmlNamespace"=>{"uri"=>"http://s3.amazonaws.com/doc/2006-03-01/"}}))
|
2033
2033
|
PutBucketLifecycleConfigurationRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
@@ -2035,7 +2035,7 @@ module Aws::S3
|
|
2035
2035
|
PutBucketLifecycleConfigurationRequest[:payload] = :lifecycle_configuration
|
2036
2036
|
PutBucketLifecycleConfigurationRequest[:payload_member] = PutBucketLifecycleConfigurationRequest.member(:lifecycle_configuration)
|
2037
2037
|
|
2038
|
-
PutBucketLifecycleRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
2038
|
+
PutBucketLifecycleRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
2039
2039
|
PutBucketLifecycleRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
|
2040
2040
|
PutBucketLifecycleRequest.add_member(:checksum_algorithm, Shapes::ShapeRef.new(shape: ChecksumAlgorithm, location: "header", location_name: "x-amz-sdk-checksum-algorithm"))
|
2041
2041
|
PutBucketLifecycleRequest.add_member(:lifecycle_configuration, Shapes::ShapeRef.new(shape: LifecycleConfiguration, location_name: "LifecycleConfiguration", metadata: {"xmlNamespace"=>{"uri"=>"http://s3.amazonaws.com/doc/2006-03-01/"}}))
|
@@ -2044,7 +2044,7 @@ module Aws::S3
|
|
2044
2044
|
PutBucketLifecycleRequest[:payload] = :lifecycle_configuration
|
2045
2045
|
PutBucketLifecycleRequest[:payload_member] = PutBucketLifecycleRequest.member(:lifecycle_configuration)
|
2046
2046
|
|
2047
|
-
PutBucketLoggingRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
2047
|
+
PutBucketLoggingRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
2048
2048
|
PutBucketLoggingRequest.add_member(:bucket_logging_status, Shapes::ShapeRef.new(shape: BucketLoggingStatus, required: true, location_name: "BucketLoggingStatus", metadata: {"xmlNamespace"=>{"uri"=>"http://s3.amazonaws.com/doc/2006-03-01/"}}))
|
2049
2049
|
PutBucketLoggingRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
|
2050
2050
|
PutBucketLoggingRequest.add_member(:checksum_algorithm, Shapes::ShapeRef.new(shape: ChecksumAlgorithm, location: "header", location_name: "x-amz-sdk-checksum-algorithm"))
|
@@ -2053,7 +2053,7 @@ module Aws::S3
|
|
2053
2053
|
PutBucketLoggingRequest[:payload] = :bucket_logging_status
|
2054
2054
|
PutBucketLoggingRequest[:payload_member] = PutBucketLoggingRequest.member(:bucket_logging_status)
|
2055
2055
|
|
2056
|
-
PutBucketMetricsConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
2056
|
+
PutBucketMetricsConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
2057
2057
|
PutBucketMetricsConfigurationRequest.add_member(:id, Shapes::ShapeRef.new(shape: MetricsId, required: true, location: "querystring", location_name: "id"))
|
2058
2058
|
PutBucketMetricsConfigurationRequest.add_member(:metrics_configuration, Shapes::ShapeRef.new(shape: MetricsConfiguration, required: true, location_name: "MetricsConfiguration", metadata: {"xmlNamespace"=>{"uri"=>"http://s3.amazonaws.com/doc/2006-03-01/"}}))
|
2059
2059
|
PutBucketMetricsConfigurationRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
@@ -2061,7 +2061,7 @@ module Aws::S3
|
|
2061
2061
|
PutBucketMetricsConfigurationRequest[:payload] = :metrics_configuration
|
2062
2062
|
PutBucketMetricsConfigurationRequest[:payload_member] = PutBucketMetricsConfigurationRequest.member(:metrics_configuration)
|
2063
2063
|
|
2064
|
-
PutBucketNotificationConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
2064
|
+
PutBucketNotificationConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
2065
2065
|
PutBucketNotificationConfigurationRequest.add_member(:notification_configuration, Shapes::ShapeRef.new(shape: NotificationConfiguration, required: true, location_name: "NotificationConfiguration", metadata: {"xmlNamespace"=>{"uri"=>"http://s3.amazonaws.com/doc/2006-03-01/"}}))
|
2066
2066
|
PutBucketNotificationConfigurationRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
2067
2067
|
PutBucketNotificationConfigurationRequest.add_member(:skip_destination_validation, Shapes::ShapeRef.new(shape: SkipValidation, location: "header", location_name: "x-amz-skip-destination-validation"))
|
@@ -2069,7 +2069,7 @@ module Aws::S3
|
|
2069
2069
|
PutBucketNotificationConfigurationRequest[:payload] = :notification_configuration
|
2070
2070
|
PutBucketNotificationConfigurationRequest[:payload_member] = PutBucketNotificationConfigurationRequest.member(:notification_configuration)
|
2071
2071
|
|
2072
|
-
PutBucketNotificationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
2072
|
+
PutBucketNotificationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
2073
2073
|
PutBucketNotificationRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
|
2074
2074
|
PutBucketNotificationRequest.add_member(:checksum_algorithm, Shapes::ShapeRef.new(shape: ChecksumAlgorithm, location: "header", location_name: "x-amz-sdk-checksum-algorithm"))
|
2075
2075
|
PutBucketNotificationRequest.add_member(:notification_configuration, Shapes::ShapeRef.new(shape: NotificationConfigurationDeprecated, required: true, location_name: "NotificationConfiguration", metadata: {"xmlNamespace"=>{"uri"=>"http://s3.amazonaws.com/doc/2006-03-01/"}}))
|
@@ -2078,7 +2078,7 @@ module Aws::S3
|
|
2078
2078
|
PutBucketNotificationRequest[:payload] = :notification_configuration
|
2079
2079
|
PutBucketNotificationRequest[:payload_member] = PutBucketNotificationRequest.member(:notification_configuration)
|
2080
2080
|
|
2081
|
-
PutBucketOwnershipControlsRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
2081
|
+
PutBucketOwnershipControlsRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
2082
2082
|
PutBucketOwnershipControlsRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
|
2083
2083
|
PutBucketOwnershipControlsRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
2084
2084
|
PutBucketOwnershipControlsRequest.add_member(:ownership_controls, Shapes::ShapeRef.new(shape: OwnershipControls, required: true, location_name: "OwnershipControls", metadata: {"xmlNamespace"=>{"uri"=>"http://s3.amazonaws.com/doc/2006-03-01/"}}))
|
@@ -2086,7 +2086,7 @@ module Aws::S3
|
|
2086
2086
|
PutBucketOwnershipControlsRequest[:payload] = :ownership_controls
|
2087
2087
|
PutBucketOwnershipControlsRequest[:payload_member] = PutBucketOwnershipControlsRequest.member(:ownership_controls)
|
2088
2088
|
|
2089
|
-
PutBucketPolicyRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
2089
|
+
PutBucketPolicyRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
2090
2090
|
PutBucketPolicyRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
|
2091
2091
|
PutBucketPolicyRequest.add_member(:checksum_algorithm, Shapes::ShapeRef.new(shape: ChecksumAlgorithm, location: "header", location_name: "x-amz-sdk-checksum-algorithm"))
|
2092
2092
|
PutBucketPolicyRequest.add_member(:confirm_remove_self_bucket_access, Shapes::ShapeRef.new(shape: ConfirmRemoveSelfBucketAccess, location: "header", location_name: "x-amz-confirm-remove-self-bucket-access"))
|
@@ -2096,7 +2096,7 @@ module Aws::S3
|
|
2096
2096
|
PutBucketPolicyRequest[:payload] = :policy
|
2097
2097
|
PutBucketPolicyRequest[:payload_member] = PutBucketPolicyRequest.member(:policy)
|
2098
2098
|
|
2099
|
-
PutBucketReplicationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
2099
|
+
PutBucketReplicationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
2100
2100
|
PutBucketReplicationRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
|
2101
2101
|
PutBucketReplicationRequest.add_member(:checksum_algorithm, Shapes::ShapeRef.new(shape: ChecksumAlgorithm, location: "header", location_name: "x-amz-sdk-checksum-algorithm"))
|
2102
2102
|
PutBucketReplicationRequest.add_member(:replication_configuration, Shapes::ShapeRef.new(shape: ReplicationConfiguration, required: true, location_name: "ReplicationConfiguration", metadata: {"xmlNamespace"=>{"uri"=>"http://s3.amazonaws.com/doc/2006-03-01/"}}))
|
@@ -2106,7 +2106,7 @@ module Aws::S3
|
|
2106
2106
|
PutBucketReplicationRequest[:payload] = :replication_configuration
|
2107
2107
|
PutBucketReplicationRequest[:payload_member] = PutBucketReplicationRequest.member(:replication_configuration)
|
2108
2108
|
|
2109
|
-
PutBucketRequestPaymentRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
2109
|
+
PutBucketRequestPaymentRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
2110
2110
|
PutBucketRequestPaymentRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
|
2111
2111
|
PutBucketRequestPaymentRequest.add_member(:checksum_algorithm, Shapes::ShapeRef.new(shape: ChecksumAlgorithm, location: "header", location_name: "x-amz-sdk-checksum-algorithm"))
|
2112
2112
|
PutBucketRequestPaymentRequest.add_member(:request_payment_configuration, Shapes::ShapeRef.new(shape: RequestPaymentConfiguration, required: true, location_name: "RequestPaymentConfiguration", metadata: {"xmlNamespace"=>{"uri"=>"http://s3.amazonaws.com/doc/2006-03-01/"}}))
|
@@ -2115,7 +2115,7 @@ module Aws::S3
|
|
2115
2115
|
PutBucketRequestPaymentRequest[:payload] = :request_payment_configuration
|
2116
2116
|
PutBucketRequestPaymentRequest[:payload_member] = PutBucketRequestPaymentRequest.member(:request_payment_configuration)
|
2117
2117
|
|
2118
|
-
PutBucketTaggingRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
2118
|
+
PutBucketTaggingRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
2119
2119
|
PutBucketTaggingRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
|
2120
2120
|
PutBucketTaggingRequest.add_member(:checksum_algorithm, Shapes::ShapeRef.new(shape: ChecksumAlgorithm, location: "header", location_name: "x-amz-sdk-checksum-algorithm"))
|
2121
2121
|
PutBucketTaggingRequest.add_member(:tagging, Shapes::ShapeRef.new(shape: Tagging, required: true, location_name: "Tagging", metadata: {"xmlNamespace"=>{"uri"=>"http://s3.amazonaws.com/doc/2006-03-01/"}}))
|
@@ -2124,7 +2124,7 @@ module Aws::S3
|
|
2124
2124
|
PutBucketTaggingRequest[:payload] = :tagging
|
2125
2125
|
PutBucketTaggingRequest[:payload_member] = PutBucketTaggingRequest.member(:tagging)
|
2126
2126
|
|
2127
|
-
PutBucketVersioningRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
2127
|
+
PutBucketVersioningRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
2128
2128
|
PutBucketVersioningRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
|
2129
2129
|
PutBucketVersioningRequest.add_member(:checksum_algorithm, Shapes::ShapeRef.new(shape: ChecksumAlgorithm, location: "header", location_name: "x-amz-sdk-checksum-algorithm"))
|
2130
2130
|
PutBucketVersioningRequest.add_member(:mfa, Shapes::ShapeRef.new(shape: MFA, location: "header", location_name: "x-amz-mfa"))
|
@@ -2134,7 +2134,7 @@ module Aws::S3
|
|
2134
2134
|
PutBucketVersioningRequest[:payload] = :versioning_configuration
|
2135
2135
|
PutBucketVersioningRequest[:payload_member] = PutBucketVersioningRequest.member(:versioning_configuration)
|
2136
2136
|
|
2137
|
-
PutBucketWebsiteRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
2137
|
+
PutBucketWebsiteRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
2138
2138
|
PutBucketWebsiteRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
|
2139
2139
|
PutBucketWebsiteRequest.add_member(:checksum_algorithm, Shapes::ShapeRef.new(shape: ChecksumAlgorithm, location: "header", location_name: "x-amz-sdk-checksum-algorithm"))
|
2140
2140
|
PutBucketWebsiteRequest.add_member(:website_configuration, Shapes::ShapeRef.new(shape: WebsiteConfiguration, required: true, location_name: "WebsiteConfiguration", metadata: {"xmlNamespace"=>{"uri"=>"http://s3.amazonaws.com/doc/2006-03-01/"}}))
|
@@ -2148,7 +2148,7 @@ module Aws::S3
|
|
2148
2148
|
|
2149
2149
|
PutObjectAclRequest.add_member(:acl, Shapes::ShapeRef.new(shape: ObjectCannedACL, location: "header", location_name: "x-amz-acl"))
|
2150
2150
|
PutObjectAclRequest.add_member(:access_control_policy, Shapes::ShapeRef.new(shape: AccessControlPolicy, location_name: "AccessControlPolicy", metadata: {"xmlNamespace"=>{"uri"=>"http://s3.amazonaws.com/doc/2006-03-01/"}}))
|
2151
|
-
PutObjectAclRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
2151
|
+
PutObjectAclRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
2152
2152
|
PutObjectAclRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
|
2153
2153
|
PutObjectAclRequest.add_member(:checksum_algorithm, Shapes::ShapeRef.new(shape: ChecksumAlgorithm, location: "header", location_name: "x-amz-sdk-checksum-algorithm"))
|
2154
2154
|
PutObjectAclRequest.add_member(:grant_full_control, Shapes::ShapeRef.new(shape: GrantFullControl, location: "header", location_name: "x-amz-grant-full-control"))
|
@@ -2167,7 +2167,7 @@ module Aws::S3
|
|
2167
2167
|
PutObjectLegalHoldOutput.add_member(:request_charged, Shapes::ShapeRef.new(shape: RequestCharged, location: "header", location_name: "x-amz-request-charged"))
|
2168
2168
|
PutObjectLegalHoldOutput.struct_class = Types::PutObjectLegalHoldOutput
|
2169
2169
|
|
2170
|
-
PutObjectLegalHoldRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
2170
|
+
PutObjectLegalHoldRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
2171
2171
|
PutObjectLegalHoldRequest.add_member(:key, Shapes::ShapeRef.new(shape: ObjectKey, required: true, location: "uri", location_name: "Key"))
|
2172
2172
|
PutObjectLegalHoldRequest.add_member(:legal_hold, Shapes::ShapeRef.new(shape: ObjectLockLegalHold, location_name: "LegalHold", metadata: {"xmlNamespace"=>{"uri"=>"http://s3.amazonaws.com/doc/2006-03-01/"}}))
|
2173
2173
|
PutObjectLegalHoldRequest.add_member(:request_payer, Shapes::ShapeRef.new(shape: RequestPayer, location: "header", location_name: "x-amz-request-payer"))
|
@@ -2182,7 +2182,7 @@ module Aws::S3
|
|
2182
2182
|
PutObjectLockConfigurationOutput.add_member(:request_charged, Shapes::ShapeRef.new(shape: RequestCharged, location: "header", location_name: "x-amz-request-charged"))
|
2183
2183
|
PutObjectLockConfigurationOutput.struct_class = Types::PutObjectLockConfigurationOutput
|
2184
2184
|
|
2185
|
-
PutObjectLockConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
2185
|
+
PutObjectLockConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
2186
2186
|
PutObjectLockConfigurationRequest.add_member(:object_lock_configuration, Shapes::ShapeRef.new(shape: ObjectLockConfiguration, location_name: "ObjectLockConfiguration", metadata: {"xmlNamespace"=>{"uri"=>"http://s3.amazonaws.com/doc/2006-03-01/"}}))
|
2187
2187
|
PutObjectLockConfigurationRequest.add_member(:request_payer, Shapes::ShapeRef.new(shape: RequestPayer, location: "header", location_name: "x-amz-request-payer"))
|
2188
2188
|
PutObjectLockConfigurationRequest.add_member(:token, Shapes::ShapeRef.new(shape: ObjectLockToken, location: "header", location_name: "x-amz-bucket-object-lock-token"))
|
@@ -2211,7 +2211,7 @@ module Aws::S3
|
|
2211
2211
|
|
2212
2212
|
PutObjectRequest.add_member(:acl, Shapes::ShapeRef.new(shape: ObjectCannedACL, location: "header", location_name: "x-amz-acl"))
|
2213
2213
|
PutObjectRequest.add_member(:body, Shapes::ShapeRef.new(shape: Body, location_name: "Body", metadata: {"streaming"=>true}))
|
2214
|
-
PutObjectRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
2214
|
+
PutObjectRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
2215
2215
|
PutObjectRequest.add_member(:cache_control, Shapes::ShapeRef.new(shape: CacheControl, location: "header", location_name: "Cache-Control"))
|
2216
2216
|
PutObjectRequest.add_member(:content_disposition, Shapes::ShapeRef.new(shape: ContentDisposition, location: "header", location_name: "Content-Disposition"))
|
2217
2217
|
PutObjectRequest.add_member(:content_encoding, Shapes::ShapeRef.new(shape: ContentEncoding, location: "header", location_name: "Content-Encoding"))
|
@@ -2253,7 +2253,7 @@ module Aws::S3
|
|
2253
2253
|
PutObjectRetentionOutput.add_member(:request_charged, Shapes::ShapeRef.new(shape: RequestCharged, location: "header", location_name: "x-amz-request-charged"))
|
2254
2254
|
PutObjectRetentionOutput.struct_class = Types::PutObjectRetentionOutput
|
2255
2255
|
|
2256
|
-
PutObjectRetentionRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
2256
|
+
PutObjectRetentionRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
2257
2257
|
PutObjectRetentionRequest.add_member(:key, Shapes::ShapeRef.new(shape: ObjectKey, required: true, location: "uri", location_name: "Key"))
|
2258
2258
|
PutObjectRetentionRequest.add_member(:retention, Shapes::ShapeRef.new(shape: ObjectLockRetention, location_name: "Retention", metadata: {"xmlNamespace"=>{"uri"=>"http://s3.amazonaws.com/doc/2006-03-01/"}}))
|
2259
2259
|
PutObjectRetentionRequest.add_member(:request_payer, Shapes::ShapeRef.new(shape: RequestPayer, location: "header", location_name: "x-amz-request-payer"))
|
@@ -2269,7 +2269,7 @@ module Aws::S3
|
|
2269
2269
|
PutObjectTaggingOutput.add_member(:version_id, Shapes::ShapeRef.new(shape: ObjectVersionId, location: "header", location_name: "x-amz-version-id"))
|
2270
2270
|
PutObjectTaggingOutput.struct_class = Types::PutObjectTaggingOutput
|
2271
2271
|
|
2272
|
-
PutObjectTaggingRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
2272
|
+
PutObjectTaggingRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
2273
2273
|
PutObjectTaggingRequest.add_member(:key, Shapes::ShapeRef.new(shape: ObjectKey, required: true, location: "uri", location_name: "Key"))
|
2274
2274
|
PutObjectTaggingRequest.add_member(:version_id, Shapes::ShapeRef.new(shape: ObjectVersionId, location: "querystring", location_name: "versionId"))
|
2275
2275
|
PutObjectTaggingRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
|
@@ -2281,7 +2281,7 @@ module Aws::S3
|
|
2281
2281
|
PutObjectTaggingRequest[:payload] = :tagging
|
2282
2282
|
PutObjectTaggingRequest[:payload_member] = PutObjectTaggingRequest.member(:tagging)
|
2283
2283
|
|
2284
|
-
PutPublicAccessBlockRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
2284
|
+
PutPublicAccessBlockRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
2285
2285
|
PutPublicAccessBlockRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
|
2286
2286
|
PutPublicAccessBlockRequest.add_member(:checksum_algorithm, Shapes::ShapeRef.new(shape: ChecksumAlgorithm, location: "header", location_name: "x-amz-sdk-checksum-algorithm"))
|
2287
2287
|
PutPublicAccessBlockRequest.add_member(:public_access_block_configuration, Shapes::ShapeRef.new(shape: PublicAccessBlockConfiguration, required: true, location_name: "PublicAccessBlockConfiguration", metadata: {"xmlNamespace"=>{"uri"=>"http://s3.amazonaws.com/doc/2006-03-01/"}}))
|
@@ -2364,7 +2364,7 @@ module Aws::S3
|
|
2364
2364
|
RestoreObjectOutput.add_member(:restore_output_path, Shapes::ShapeRef.new(shape: RestoreOutputPath, location: "header", location_name: "x-amz-restore-output-path"))
|
2365
2365
|
RestoreObjectOutput.struct_class = Types::RestoreObjectOutput
|
2366
2366
|
|
2367
|
-
RestoreObjectRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
2367
|
+
RestoreObjectRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
2368
2368
|
RestoreObjectRequest.add_member(:key, Shapes::ShapeRef.new(shape: ObjectKey, required: true, location: "uri", location_name: "Key"))
|
2369
2369
|
RestoreObjectRequest.add_member(:version_id, Shapes::ShapeRef.new(shape: ObjectVersionId, location: "querystring", location_name: "versionId"))
|
2370
2370
|
RestoreObjectRequest.add_member(:restore_request, Shapes::ShapeRef.new(shape: RestoreRequest, location_name: "RestoreRequest", metadata: {"xmlNamespace"=>{"uri"=>"http://s3.amazonaws.com/doc/2006-03-01/"}}))
|
@@ -2436,7 +2436,7 @@ module Aws::S3
|
|
2436
2436
|
SelectObjectContentOutput[:payload] = :payload
|
2437
2437
|
SelectObjectContentOutput[:payload_member] = SelectObjectContentOutput.member(:payload)
|
2438
2438
|
|
2439
|
-
SelectObjectContentRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
2439
|
+
SelectObjectContentRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
2440
2440
|
SelectObjectContentRequest.add_member(:key, Shapes::ShapeRef.new(shape: ObjectKey, required: true, location: "uri", location_name: "Key"))
|
2441
2441
|
SelectObjectContentRequest.add_member(:sse_customer_algorithm, Shapes::ShapeRef.new(shape: SSECustomerAlgorithm, location: "header", location_name: "x-amz-server-side-encryption-customer-algorithm"))
|
2442
2442
|
SelectObjectContentRequest.add_member(:sse_customer_key, Shapes::ShapeRef.new(shape: SSECustomerKey, location: "header", location_name: "x-amz-server-side-encryption-customer-key"))
|
@@ -2545,7 +2545,7 @@ module Aws::S3
|
|
2545
2545
|
UploadPartCopyOutput[:payload] = :copy_part_result
|
2546
2546
|
UploadPartCopyOutput[:payload_member] = UploadPartCopyOutput.member(:copy_part_result)
|
2547
2547
|
|
2548
|
-
UploadPartCopyRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
2548
|
+
UploadPartCopyRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
2549
2549
|
UploadPartCopyRequest.add_member(:copy_source, Shapes::ShapeRef.new(shape: CopySource, required: true, location: "header", location_name: "x-amz-copy-source"))
|
2550
2550
|
UploadPartCopyRequest.add_member(:copy_source_if_match, Shapes::ShapeRef.new(shape: CopySourceIfMatch, location: "header", location_name: "x-amz-copy-source-if-match"))
|
2551
2551
|
UploadPartCopyRequest.add_member(:copy_source_if_modified_since, Shapes::ShapeRef.new(shape: CopySourceIfModifiedSince, location: "header", location_name: "x-amz-copy-source-if-modified-since"))
|
@@ -2580,7 +2580,7 @@ module Aws::S3
|
|
2580
2580
|
UploadPartOutput.struct_class = Types::UploadPartOutput
|
2581
2581
|
|
2582
2582
|
UploadPartRequest.add_member(:body, Shapes::ShapeRef.new(shape: Body, location_name: "Body", metadata: {"streaming"=>true}))
|
2583
|
-
UploadPartRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
2583
|
+
UploadPartRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
2584
2584
|
UploadPartRequest.add_member(:content_length, Shapes::ShapeRef.new(shape: ContentLength, location: "header", location_name: "Content-Length"))
|
2585
2585
|
UploadPartRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
|
2586
2586
|
UploadPartRequest.add_member(:checksum_algorithm, Shapes::ShapeRef.new(shape: ChecksumAlgorithm, location: "header", location_name: "x-amz-sdk-checksum-algorithm"))
|
@@ -2677,7 +2677,7 @@ module Aws::S3
|
|
2677
2677
|
api.add_operation(:abort_multipart_upload, Seahorse::Model::Operation.new.tap do |o|
|
2678
2678
|
o.name = "AbortMultipartUpload"
|
2679
2679
|
o.http_method = "DELETE"
|
2680
|
-
o.http_request_uri = "/{
|
2680
|
+
o.http_request_uri = "/{Key+}"
|
2681
2681
|
o.input = Shapes::ShapeRef.new(shape: AbortMultipartUploadRequest)
|
2682
2682
|
o.output = Shapes::ShapeRef.new(shape: AbortMultipartUploadOutput)
|
2683
2683
|
o.errors << Shapes::ShapeRef.new(shape: NoSuchUpload)
|
@@ -2686,7 +2686,7 @@ module Aws::S3
|
|
2686
2686
|
api.add_operation(:complete_multipart_upload, Seahorse::Model::Operation.new.tap do |o|
|
2687
2687
|
o.name = "CompleteMultipartUpload"
|
2688
2688
|
o.http_method = "POST"
|
2689
|
-
o.http_request_uri = "/{
|
2689
|
+
o.http_request_uri = "/{Key+}"
|
2690
2690
|
o.input = Shapes::ShapeRef.new(shape: CompleteMultipartUploadRequest)
|
2691
2691
|
o.output = Shapes::ShapeRef.new(shape: CompleteMultipartUploadOutput)
|
2692
2692
|
end)
|
@@ -2694,7 +2694,7 @@ module Aws::S3
|
|
2694
2694
|
api.add_operation(:copy_object, Seahorse::Model::Operation.new.tap do |o|
|
2695
2695
|
o.name = "CopyObject"
|
2696
2696
|
o.http_method = "PUT"
|
2697
|
-
o.http_request_uri = "/{
|
2697
|
+
o.http_request_uri = "/{Key+}"
|
2698
2698
|
o.input = Shapes::ShapeRef.new(shape: CopyObjectRequest)
|
2699
2699
|
o.output = Shapes::ShapeRef.new(shape: CopyObjectOutput)
|
2700
2700
|
o.errors << Shapes::ShapeRef.new(shape: ObjectNotInActiveTierError)
|
@@ -2703,7 +2703,7 @@ module Aws::S3
|
|
2703
2703
|
api.add_operation(:create_bucket, Seahorse::Model::Operation.new.tap do |o|
|
2704
2704
|
o.name = "CreateBucket"
|
2705
2705
|
o.http_method = "PUT"
|
2706
|
-
o.http_request_uri = "/
|
2706
|
+
o.http_request_uri = "/"
|
2707
2707
|
o.input = Shapes::ShapeRef.new(shape: CreateBucketRequest)
|
2708
2708
|
o.output = Shapes::ShapeRef.new(shape: CreateBucketOutput)
|
2709
2709
|
o.errors << Shapes::ShapeRef.new(shape: BucketAlreadyExists)
|
@@ -2713,7 +2713,7 @@ module Aws::S3
|
|
2713
2713
|
api.add_operation(:create_multipart_upload, Seahorse::Model::Operation.new.tap do |o|
|
2714
2714
|
o.name = "CreateMultipartUpload"
|
2715
2715
|
o.http_method = "POST"
|
2716
|
-
o.http_request_uri = "/{
|
2716
|
+
o.http_request_uri = "/{Key+}?uploads"
|
2717
2717
|
o.input = Shapes::ShapeRef.new(shape: CreateMultipartUploadRequest)
|
2718
2718
|
o.output = Shapes::ShapeRef.new(shape: CreateMultipartUploadOutput)
|
2719
2719
|
end)
|
@@ -2721,7 +2721,7 @@ module Aws::S3
|
|
2721
2721
|
api.add_operation(:delete_bucket, Seahorse::Model::Operation.new.tap do |o|
|
2722
2722
|
o.name = "DeleteBucket"
|
2723
2723
|
o.http_method = "DELETE"
|
2724
|
-
o.http_request_uri = "/
|
2724
|
+
o.http_request_uri = "/"
|
2725
2725
|
o.input = Shapes::ShapeRef.new(shape: DeleteBucketRequest)
|
2726
2726
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2727
2727
|
end)
|
@@ -2729,7 +2729,7 @@ module Aws::S3
|
|
2729
2729
|
api.add_operation(:delete_bucket_analytics_configuration, Seahorse::Model::Operation.new.tap do |o|
|
2730
2730
|
o.name = "DeleteBucketAnalyticsConfiguration"
|
2731
2731
|
o.http_method = "DELETE"
|
2732
|
-
o.http_request_uri = "
|
2732
|
+
o.http_request_uri = "/?analytics"
|
2733
2733
|
o.input = Shapes::ShapeRef.new(shape: DeleteBucketAnalyticsConfigurationRequest)
|
2734
2734
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2735
2735
|
end)
|
@@ -2737,7 +2737,7 @@ module Aws::S3
|
|
2737
2737
|
api.add_operation(:delete_bucket_cors, Seahorse::Model::Operation.new.tap do |o|
|
2738
2738
|
o.name = "DeleteBucketCors"
|
2739
2739
|
o.http_method = "DELETE"
|
2740
|
-
o.http_request_uri = "
|
2740
|
+
o.http_request_uri = "/?cors"
|
2741
2741
|
o.input = Shapes::ShapeRef.new(shape: DeleteBucketCorsRequest)
|
2742
2742
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2743
2743
|
end)
|
@@ -2745,7 +2745,7 @@ module Aws::S3
|
|
2745
2745
|
api.add_operation(:delete_bucket_encryption, Seahorse::Model::Operation.new.tap do |o|
|
2746
2746
|
o.name = "DeleteBucketEncryption"
|
2747
2747
|
o.http_method = "DELETE"
|
2748
|
-
o.http_request_uri = "
|
2748
|
+
o.http_request_uri = "/?encryption"
|
2749
2749
|
o.input = Shapes::ShapeRef.new(shape: DeleteBucketEncryptionRequest)
|
2750
2750
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2751
2751
|
end)
|
@@ -2753,7 +2753,7 @@ module Aws::S3
|
|
2753
2753
|
api.add_operation(:delete_bucket_intelligent_tiering_configuration, Seahorse::Model::Operation.new.tap do |o|
|
2754
2754
|
o.name = "DeleteBucketIntelligentTieringConfiguration"
|
2755
2755
|
o.http_method = "DELETE"
|
2756
|
-
o.http_request_uri = "
|
2756
|
+
o.http_request_uri = "/?intelligent-tiering"
|
2757
2757
|
o.input = Shapes::ShapeRef.new(shape: DeleteBucketIntelligentTieringConfigurationRequest)
|
2758
2758
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2759
2759
|
end)
|
@@ -2761,7 +2761,7 @@ module Aws::S3
|
|
2761
2761
|
api.add_operation(:delete_bucket_inventory_configuration, Seahorse::Model::Operation.new.tap do |o|
|
2762
2762
|
o.name = "DeleteBucketInventoryConfiguration"
|
2763
2763
|
o.http_method = "DELETE"
|
2764
|
-
o.http_request_uri = "
|
2764
|
+
o.http_request_uri = "/?inventory"
|
2765
2765
|
o.input = Shapes::ShapeRef.new(shape: DeleteBucketInventoryConfigurationRequest)
|
2766
2766
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2767
2767
|
end)
|
@@ -2769,7 +2769,7 @@ module Aws::S3
|
|
2769
2769
|
api.add_operation(:delete_bucket_lifecycle, Seahorse::Model::Operation.new.tap do |o|
|
2770
2770
|
o.name = "DeleteBucketLifecycle"
|
2771
2771
|
o.http_method = "DELETE"
|
2772
|
-
o.http_request_uri = "
|
2772
|
+
o.http_request_uri = "/?lifecycle"
|
2773
2773
|
o.input = Shapes::ShapeRef.new(shape: DeleteBucketLifecycleRequest)
|
2774
2774
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2775
2775
|
end)
|
@@ -2777,7 +2777,7 @@ module Aws::S3
|
|
2777
2777
|
api.add_operation(:delete_bucket_metrics_configuration, Seahorse::Model::Operation.new.tap do |o|
|
2778
2778
|
o.name = "DeleteBucketMetricsConfiguration"
|
2779
2779
|
o.http_method = "DELETE"
|
2780
|
-
o.http_request_uri = "
|
2780
|
+
o.http_request_uri = "/?metrics"
|
2781
2781
|
o.input = Shapes::ShapeRef.new(shape: DeleteBucketMetricsConfigurationRequest)
|
2782
2782
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2783
2783
|
end)
|
@@ -2785,7 +2785,7 @@ module Aws::S3
|
|
2785
2785
|
api.add_operation(:delete_bucket_ownership_controls, Seahorse::Model::Operation.new.tap do |o|
|
2786
2786
|
o.name = "DeleteBucketOwnershipControls"
|
2787
2787
|
o.http_method = "DELETE"
|
2788
|
-
o.http_request_uri = "
|
2788
|
+
o.http_request_uri = "/?ownershipControls"
|
2789
2789
|
o.input = Shapes::ShapeRef.new(shape: DeleteBucketOwnershipControlsRequest)
|
2790
2790
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2791
2791
|
end)
|
@@ -2793,7 +2793,7 @@ module Aws::S3
|
|
2793
2793
|
api.add_operation(:delete_bucket_policy, Seahorse::Model::Operation.new.tap do |o|
|
2794
2794
|
o.name = "DeleteBucketPolicy"
|
2795
2795
|
o.http_method = "DELETE"
|
2796
|
-
o.http_request_uri = "
|
2796
|
+
o.http_request_uri = "/?policy"
|
2797
2797
|
o.input = Shapes::ShapeRef.new(shape: DeleteBucketPolicyRequest)
|
2798
2798
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2799
2799
|
end)
|
@@ -2801,7 +2801,7 @@ module Aws::S3
|
|
2801
2801
|
api.add_operation(:delete_bucket_replication, Seahorse::Model::Operation.new.tap do |o|
|
2802
2802
|
o.name = "DeleteBucketReplication"
|
2803
2803
|
o.http_method = "DELETE"
|
2804
|
-
o.http_request_uri = "
|
2804
|
+
o.http_request_uri = "/?replication"
|
2805
2805
|
o.input = Shapes::ShapeRef.new(shape: DeleteBucketReplicationRequest)
|
2806
2806
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2807
2807
|
end)
|
@@ -2809,7 +2809,7 @@ module Aws::S3
|
|
2809
2809
|
api.add_operation(:delete_bucket_tagging, Seahorse::Model::Operation.new.tap do |o|
|
2810
2810
|
o.name = "DeleteBucketTagging"
|
2811
2811
|
o.http_method = "DELETE"
|
2812
|
-
o.http_request_uri = "
|
2812
|
+
o.http_request_uri = "/?tagging"
|
2813
2813
|
o.input = Shapes::ShapeRef.new(shape: DeleteBucketTaggingRequest)
|
2814
2814
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2815
2815
|
end)
|
@@ -2817,7 +2817,7 @@ module Aws::S3
|
|
2817
2817
|
api.add_operation(:delete_bucket_website, Seahorse::Model::Operation.new.tap do |o|
|
2818
2818
|
o.name = "DeleteBucketWebsite"
|
2819
2819
|
o.http_method = "DELETE"
|
2820
|
-
o.http_request_uri = "
|
2820
|
+
o.http_request_uri = "/?website"
|
2821
2821
|
o.input = Shapes::ShapeRef.new(shape: DeleteBucketWebsiteRequest)
|
2822
2822
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2823
2823
|
end)
|
@@ -2825,7 +2825,7 @@ module Aws::S3
|
|
2825
2825
|
api.add_operation(:delete_object, Seahorse::Model::Operation.new.tap do |o|
|
2826
2826
|
o.name = "DeleteObject"
|
2827
2827
|
o.http_method = "DELETE"
|
2828
|
-
o.http_request_uri = "/{
|
2828
|
+
o.http_request_uri = "/{Key+}"
|
2829
2829
|
o.input = Shapes::ShapeRef.new(shape: DeleteObjectRequest)
|
2830
2830
|
o.output = Shapes::ShapeRef.new(shape: DeleteObjectOutput)
|
2831
2831
|
end)
|
@@ -2833,7 +2833,7 @@ module Aws::S3
|
|
2833
2833
|
api.add_operation(:delete_object_tagging, Seahorse::Model::Operation.new.tap do |o|
|
2834
2834
|
o.name = "DeleteObjectTagging"
|
2835
2835
|
o.http_method = "DELETE"
|
2836
|
-
o.http_request_uri = "/{
|
2836
|
+
o.http_request_uri = "/{Key+}?tagging"
|
2837
2837
|
o.input = Shapes::ShapeRef.new(shape: DeleteObjectTaggingRequest)
|
2838
2838
|
o.output = Shapes::ShapeRef.new(shape: DeleteObjectTaggingOutput)
|
2839
2839
|
end)
|
@@ -2841,7 +2841,7 @@ module Aws::S3
|
|
2841
2841
|
api.add_operation(:delete_objects, Seahorse::Model::Operation.new.tap do |o|
|
2842
2842
|
o.name = "DeleteObjects"
|
2843
2843
|
o.http_method = "POST"
|
2844
|
-
o.http_request_uri = "
|
2844
|
+
o.http_request_uri = "/?delete"
|
2845
2845
|
o.http_checksum = {
|
2846
2846
|
"requestAlgorithmMember" => "checksum_algorithm",
|
2847
2847
|
"requestChecksumRequired" => true,
|
@@ -2857,7 +2857,7 @@ module Aws::S3
|
|
2857
2857
|
api.add_operation(:delete_public_access_block, Seahorse::Model::Operation.new.tap do |o|
|
2858
2858
|
o.name = "DeletePublicAccessBlock"
|
2859
2859
|
o.http_method = "DELETE"
|
2860
|
-
o.http_request_uri = "
|
2860
|
+
o.http_request_uri = "/?publicAccessBlock"
|
2861
2861
|
o.input = Shapes::ShapeRef.new(shape: DeletePublicAccessBlockRequest)
|
2862
2862
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2863
2863
|
end)
|
@@ -2865,7 +2865,7 @@ module Aws::S3
|
|
2865
2865
|
api.add_operation(:get_bucket_accelerate_configuration, Seahorse::Model::Operation.new.tap do |o|
|
2866
2866
|
o.name = "GetBucketAccelerateConfiguration"
|
2867
2867
|
o.http_method = "GET"
|
2868
|
-
o.http_request_uri = "
|
2868
|
+
o.http_request_uri = "/?accelerate"
|
2869
2869
|
o.input = Shapes::ShapeRef.new(shape: GetBucketAccelerateConfigurationRequest)
|
2870
2870
|
o.output = Shapes::ShapeRef.new(shape: GetBucketAccelerateConfigurationOutput)
|
2871
2871
|
end)
|
@@ -2873,7 +2873,7 @@ module Aws::S3
|
|
2873
2873
|
api.add_operation(:get_bucket_acl, Seahorse::Model::Operation.new.tap do |o|
|
2874
2874
|
o.name = "GetBucketAcl"
|
2875
2875
|
o.http_method = "GET"
|
2876
|
-
o.http_request_uri = "
|
2876
|
+
o.http_request_uri = "/?acl"
|
2877
2877
|
o.input = Shapes::ShapeRef.new(shape: GetBucketAclRequest)
|
2878
2878
|
o.output = Shapes::ShapeRef.new(shape: GetBucketAclOutput)
|
2879
2879
|
end)
|
@@ -2881,7 +2881,7 @@ module Aws::S3
|
|
2881
2881
|
api.add_operation(:get_bucket_analytics_configuration, Seahorse::Model::Operation.new.tap do |o|
|
2882
2882
|
o.name = "GetBucketAnalyticsConfiguration"
|
2883
2883
|
o.http_method = "GET"
|
2884
|
-
o.http_request_uri = "
|
2884
|
+
o.http_request_uri = "/?analytics"
|
2885
2885
|
o.input = Shapes::ShapeRef.new(shape: GetBucketAnalyticsConfigurationRequest)
|
2886
2886
|
o.output = Shapes::ShapeRef.new(shape: GetBucketAnalyticsConfigurationOutput)
|
2887
2887
|
end)
|
@@ -2889,7 +2889,7 @@ module Aws::S3
|
|
2889
2889
|
api.add_operation(:get_bucket_cors, Seahorse::Model::Operation.new.tap do |o|
|
2890
2890
|
o.name = "GetBucketCors"
|
2891
2891
|
o.http_method = "GET"
|
2892
|
-
o.http_request_uri = "
|
2892
|
+
o.http_request_uri = "/?cors"
|
2893
2893
|
o.input = Shapes::ShapeRef.new(shape: GetBucketCorsRequest)
|
2894
2894
|
o.output = Shapes::ShapeRef.new(shape: GetBucketCorsOutput)
|
2895
2895
|
end)
|
@@ -2897,7 +2897,7 @@ module Aws::S3
|
|
2897
2897
|
api.add_operation(:get_bucket_encryption, Seahorse::Model::Operation.new.tap do |o|
|
2898
2898
|
o.name = "GetBucketEncryption"
|
2899
2899
|
o.http_method = "GET"
|
2900
|
-
o.http_request_uri = "
|
2900
|
+
o.http_request_uri = "/?encryption"
|
2901
2901
|
o.input = Shapes::ShapeRef.new(shape: GetBucketEncryptionRequest)
|
2902
2902
|
o.output = Shapes::ShapeRef.new(shape: GetBucketEncryptionOutput)
|
2903
2903
|
end)
|
@@ -2905,7 +2905,7 @@ module Aws::S3
|
|
2905
2905
|
api.add_operation(:get_bucket_intelligent_tiering_configuration, Seahorse::Model::Operation.new.tap do |o|
|
2906
2906
|
o.name = "GetBucketIntelligentTieringConfiguration"
|
2907
2907
|
o.http_method = "GET"
|
2908
|
-
o.http_request_uri = "
|
2908
|
+
o.http_request_uri = "/?intelligent-tiering"
|
2909
2909
|
o.input = Shapes::ShapeRef.new(shape: GetBucketIntelligentTieringConfigurationRequest)
|
2910
2910
|
o.output = Shapes::ShapeRef.new(shape: GetBucketIntelligentTieringConfigurationOutput)
|
2911
2911
|
end)
|
@@ -2913,7 +2913,7 @@ module Aws::S3
|
|
2913
2913
|
api.add_operation(:get_bucket_inventory_configuration, Seahorse::Model::Operation.new.tap do |o|
|
2914
2914
|
o.name = "GetBucketInventoryConfiguration"
|
2915
2915
|
o.http_method = "GET"
|
2916
|
-
o.http_request_uri = "
|
2916
|
+
o.http_request_uri = "/?inventory"
|
2917
2917
|
o.input = Shapes::ShapeRef.new(shape: GetBucketInventoryConfigurationRequest)
|
2918
2918
|
o.output = Shapes::ShapeRef.new(shape: GetBucketInventoryConfigurationOutput)
|
2919
2919
|
end)
|
@@ -2921,7 +2921,7 @@ module Aws::S3
|
|
2921
2921
|
api.add_operation(:get_bucket_lifecycle, Seahorse::Model::Operation.new.tap do |o|
|
2922
2922
|
o.name = "GetBucketLifecycle"
|
2923
2923
|
o.http_method = "GET"
|
2924
|
-
o.http_request_uri = "
|
2924
|
+
o.http_request_uri = "/?lifecycle"
|
2925
2925
|
o.deprecated = true
|
2926
2926
|
o.input = Shapes::ShapeRef.new(shape: GetBucketLifecycleRequest)
|
2927
2927
|
o.output = Shapes::ShapeRef.new(shape: GetBucketLifecycleOutput)
|
@@ -2930,7 +2930,7 @@ module Aws::S3
|
|
2930
2930
|
api.add_operation(:get_bucket_lifecycle_configuration, Seahorse::Model::Operation.new.tap do |o|
|
2931
2931
|
o.name = "GetBucketLifecycleConfiguration"
|
2932
2932
|
o.http_method = "GET"
|
2933
|
-
o.http_request_uri = "
|
2933
|
+
o.http_request_uri = "/?lifecycle"
|
2934
2934
|
o.input = Shapes::ShapeRef.new(shape: GetBucketLifecycleConfigurationRequest)
|
2935
2935
|
o.output = Shapes::ShapeRef.new(shape: GetBucketLifecycleConfigurationOutput)
|
2936
2936
|
end)
|
@@ -2938,7 +2938,7 @@ module Aws::S3
|
|
2938
2938
|
api.add_operation(:get_bucket_location, Seahorse::Model::Operation.new.tap do |o|
|
2939
2939
|
o.name = "GetBucketLocation"
|
2940
2940
|
o.http_method = "GET"
|
2941
|
-
o.http_request_uri = "
|
2941
|
+
o.http_request_uri = "/?location"
|
2942
2942
|
o.input = Shapes::ShapeRef.new(shape: GetBucketLocationRequest)
|
2943
2943
|
o.output = Shapes::ShapeRef.new(shape: GetBucketLocationOutput)
|
2944
2944
|
end)
|
@@ -2946,7 +2946,7 @@ module Aws::S3
|
|
2946
2946
|
api.add_operation(:get_bucket_logging, Seahorse::Model::Operation.new.tap do |o|
|
2947
2947
|
o.name = "GetBucketLogging"
|
2948
2948
|
o.http_method = "GET"
|
2949
|
-
o.http_request_uri = "
|
2949
|
+
o.http_request_uri = "/?logging"
|
2950
2950
|
o.input = Shapes::ShapeRef.new(shape: GetBucketLoggingRequest)
|
2951
2951
|
o.output = Shapes::ShapeRef.new(shape: GetBucketLoggingOutput)
|
2952
2952
|
end)
|
@@ -2954,7 +2954,7 @@ module Aws::S3
|
|
2954
2954
|
api.add_operation(:get_bucket_metrics_configuration, Seahorse::Model::Operation.new.tap do |o|
|
2955
2955
|
o.name = "GetBucketMetricsConfiguration"
|
2956
2956
|
o.http_method = "GET"
|
2957
|
-
o.http_request_uri = "
|
2957
|
+
o.http_request_uri = "/?metrics"
|
2958
2958
|
o.input = Shapes::ShapeRef.new(shape: GetBucketMetricsConfigurationRequest)
|
2959
2959
|
o.output = Shapes::ShapeRef.new(shape: GetBucketMetricsConfigurationOutput)
|
2960
2960
|
end)
|
@@ -2962,7 +2962,7 @@ module Aws::S3
|
|
2962
2962
|
api.add_operation(:get_bucket_notification, Seahorse::Model::Operation.new.tap do |o|
|
2963
2963
|
o.name = "GetBucketNotification"
|
2964
2964
|
o.http_method = "GET"
|
2965
|
-
o.http_request_uri = "
|
2965
|
+
o.http_request_uri = "/?notification"
|
2966
2966
|
o.deprecated = true
|
2967
2967
|
o.input = Shapes::ShapeRef.new(shape: GetBucketNotificationConfigurationRequest)
|
2968
2968
|
o.output = Shapes::ShapeRef.new(shape: NotificationConfigurationDeprecated)
|
@@ -2971,7 +2971,7 @@ module Aws::S3
|
|
2971
2971
|
api.add_operation(:get_bucket_notification_configuration, Seahorse::Model::Operation.new.tap do |o|
|
2972
2972
|
o.name = "GetBucketNotificationConfiguration"
|
2973
2973
|
o.http_method = "GET"
|
2974
|
-
o.http_request_uri = "
|
2974
|
+
o.http_request_uri = "/?notification"
|
2975
2975
|
o.input = Shapes::ShapeRef.new(shape: GetBucketNotificationConfigurationRequest)
|
2976
2976
|
o.output = Shapes::ShapeRef.new(shape: NotificationConfiguration)
|
2977
2977
|
end)
|
@@ -2979,7 +2979,7 @@ module Aws::S3
|
|
2979
2979
|
api.add_operation(:get_bucket_ownership_controls, Seahorse::Model::Operation.new.tap do |o|
|
2980
2980
|
o.name = "GetBucketOwnershipControls"
|
2981
2981
|
o.http_method = "GET"
|
2982
|
-
o.http_request_uri = "
|
2982
|
+
o.http_request_uri = "/?ownershipControls"
|
2983
2983
|
o.input = Shapes::ShapeRef.new(shape: GetBucketOwnershipControlsRequest)
|
2984
2984
|
o.output = Shapes::ShapeRef.new(shape: GetBucketOwnershipControlsOutput)
|
2985
2985
|
end)
|
@@ -2987,7 +2987,7 @@ module Aws::S3
|
|
2987
2987
|
api.add_operation(:get_bucket_policy, Seahorse::Model::Operation.new.tap do |o|
|
2988
2988
|
o.name = "GetBucketPolicy"
|
2989
2989
|
o.http_method = "GET"
|
2990
|
-
o.http_request_uri = "
|
2990
|
+
o.http_request_uri = "/?policy"
|
2991
2991
|
o.input = Shapes::ShapeRef.new(shape: GetBucketPolicyRequest)
|
2992
2992
|
o.output = Shapes::ShapeRef.new(shape: GetBucketPolicyOutput)
|
2993
2993
|
end)
|
@@ -2995,7 +2995,7 @@ module Aws::S3
|
|
2995
2995
|
api.add_operation(:get_bucket_policy_status, Seahorse::Model::Operation.new.tap do |o|
|
2996
2996
|
o.name = "GetBucketPolicyStatus"
|
2997
2997
|
o.http_method = "GET"
|
2998
|
-
o.http_request_uri = "
|
2998
|
+
o.http_request_uri = "/?policyStatus"
|
2999
2999
|
o.input = Shapes::ShapeRef.new(shape: GetBucketPolicyStatusRequest)
|
3000
3000
|
o.output = Shapes::ShapeRef.new(shape: GetBucketPolicyStatusOutput)
|
3001
3001
|
end)
|
@@ -3003,7 +3003,7 @@ module Aws::S3
|
|
3003
3003
|
api.add_operation(:get_bucket_replication, Seahorse::Model::Operation.new.tap do |o|
|
3004
3004
|
o.name = "GetBucketReplication"
|
3005
3005
|
o.http_method = "GET"
|
3006
|
-
o.http_request_uri = "
|
3006
|
+
o.http_request_uri = "/?replication"
|
3007
3007
|
o.input = Shapes::ShapeRef.new(shape: GetBucketReplicationRequest)
|
3008
3008
|
o.output = Shapes::ShapeRef.new(shape: GetBucketReplicationOutput)
|
3009
3009
|
end)
|
@@ -3011,7 +3011,7 @@ module Aws::S3
|
|
3011
3011
|
api.add_operation(:get_bucket_request_payment, Seahorse::Model::Operation.new.tap do |o|
|
3012
3012
|
o.name = "GetBucketRequestPayment"
|
3013
3013
|
o.http_method = "GET"
|
3014
|
-
o.http_request_uri = "
|
3014
|
+
o.http_request_uri = "/?requestPayment"
|
3015
3015
|
o.input = Shapes::ShapeRef.new(shape: GetBucketRequestPaymentRequest)
|
3016
3016
|
o.output = Shapes::ShapeRef.new(shape: GetBucketRequestPaymentOutput)
|
3017
3017
|
end)
|
@@ -3019,7 +3019,7 @@ module Aws::S3
|
|
3019
3019
|
api.add_operation(:get_bucket_tagging, Seahorse::Model::Operation.new.tap do |o|
|
3020
3020
|
o.name = "GetBucketTagging"
|
3021
3021
|
o.http_method = "GET"
|
3022
|
-
o.http_request_uri = "
|
3022
|
+
o.http_request_uri = "/?tagging"
|
3023
3023
|
o.input = Shapes::ShapeRef.new(shape: GetBucketTaggingRequest)
|
3024
3024
|
o.output = Shapes::ShapeRef.new(shape: GetBucketTaggingOutput)
|
3025
3025
|
end)
|
@@ -3027,7 +3027,7 @@ module Aws::S3
|
|
3027
3027
|
api.add_operation(:get_bucket_versioning, Seahorse::Model::Operation.new.tap do |o|
|
3028
3028
|
o.name = "GetBucketVersioning"
|
3029
3029
|
o.http_method = "GET"
|
3030
|
-
o.http_request_uri = "
|
3030
|
+
o.http_request_uri = "/?versioning"
|
3031
3031
|
o.input = Shapes::ShapeRef.new(shape: GetBucketVersioningRequest)
|
3032
3032
|
o.output = Shapes::ShapeRef.new(shape: GetBucketVersioningOutput)
|
3033
3033
|
end)
|
@@ -3035,7 +3035,7 @@ module Aws::S3
|
|
3035
3035
|
api.add_operation(:get_bucket_website, Seahorse::Model::Operation.new.tap do |o|
|
3036
3036
|
o.name = "GetBucketWebsite"
|
3037
3037
|
o.http_method = "GET"
|
3038
|
-
o.http_request_uri = "
|
3038
|
+
o.http_request_uri = "/?website"
|
3039
3039
|
o.input = Shapes::ShapeRef.new(shape: GetBucketWebsiteRequest)
|
3040
3040
|
o.output = Shapes::ShapeRef.new(shape: GetBucketWebsiteOutput)
|
3041
3041
|
end)
|
@@ -3043,7 +3043,7 @@ module Aws::S3
|
|
3043
3043
|
api.add_operation(:get_object, Seahorse::Model::Operation.new.tap do |o|
|
3044
3044
|
o.name = "GetObject"
|
3045
3045
|
o.http_method = "GET"
|
3046
|
-
o.http_request_uri = "/{
|
3046
|
+
o.http_request_uri = "/{Key+}"
|
3047
3047
|
o.http_checksum = {
|
3048
3048
|
"requestValidationModeMember" => "checksum_mode",
|
3049
3049
|
"responseAlgorithms" => ["CRC32", "CRC32C", "SHA256", "SHA1"],
|
@@ -3061,7 +3061,7 @@ module Aws::S3
|
|
3061
3061
|
api.add_operation(:get_object_acl, Seahorse::Model::Operation.new.tap do |o|
|
3062
3062
|
o.name = "GetObjectAcl"
|
3063
3063
|
o.http_method = "GET"
|
3064
|
-
o.http_request_uri = "/{
|
3064
|
+
o.http_request_uri = "/{Key+}?acl"
|
3065
3065
|
o.input = Shapes::ShapeRef.new(shape: GetObjectAclRequest)
|
3066
3066
|
o.output = Shapes::ShapeRef.new(shape: GetObjectAclOutput)
|
3067
3067
|
o.errors << Shapes::ShapeRef.new(shape: NoSuchKey)
|
@@ -3070,7 +3070,7 @@ module Aws::S3
|
|
3070
3070
|
api.add_operation(:get_object_attributes, Seahorse::Model::Operation.new.tap do |o|
|
3071
3071
|
o.name = "GetObjectAttributes"
|
3072
3072
|
o.http_method = "GET"
|
3073
|
-
o.http_request_uri = "/{
|
3073
|
+
o.http_request_uri = "/{Key+}?attributes"
|
3074
3074
|
o.input = Shapes::ShapeRef.new(shape: GetObjectAttributesRequest)
|
3075
3075
|
o.output = Shapes::ShapeRef.new(shape: GetObjectAttributesOutput)
|
3076
3076
|
o.errors << Shapes::ShapeRef.new(shape: NoSuchKey)
|
@@ -3079,7 +3079,7 @@ module Aws::S3
|
|
3079
3079
|
api.add_operation(:get_object_legal_hold, Seahorse::Model::Operation.new.tap do |o|
|
3080
3080
|
o.name = "GetObjectLegalHold"
|
3081
3081
|
o.http_method = "GET"
|
3082
|
-
o.http_request_uri = "/{
|
3082
|
+
o.http_request_uri = "/{Key+}?legal-hold"
|
3083
3083
|
o.input = Shapes::ShapeRef.new(shape: GetObjectLegalHoldRequest)
|
3084
3084
|
o.output = Shapes::ShapeRef.new(shape: GetObjectLegalHoldOutput)
|
3085
3085
|
end)
|
@@ -3087,7 +3087,7 @@ module Aws::S3
|
|
3087
3087
|
api.add_operation(:get_object_lock_configuration, Seahorse::Model::Operation.new.tap do |o|
|
3088
3088
|
o.name = "GetObjectLockConfiguration"
|
3089
3089
|
o.http_method = "GET"
|
3090
|
-
o.http_request_uri = "
|
3090
|
+
o.http_request_uri = "/?object-lock"
|
3091
3091
|
o.input = Shapes::ShapeRef.new(shape: GetObjectLockConfigurationRequest)
|
3092
3092
|
o.output = Shapes::ShapeRef.new(shape: GetObjectLockConfigurationOutput)
|
3093
3093
|
end)
|
@@ -3095,7 +3095,7 @@ module Aws::S3
|
|
3095
3095
|
api.add_operation(:get_object_retention, Seahorse::Model::Operation.new.tap do |o|
|
3096
3096
|
o.name = "GetObjectRetention"
|
3097
3097
|
o.http_method = "GET"
|
3098
|
-
o.http_request_uri = "/{
|
3098
|
+
o.http_request_uri = "/{Key+}?retention"
|
3099
3099
|
o.input = Shapes::ShapeRef.new(shape: GetObjectRetentionRequest)
|
3100
3100
|
o.output = Shapes::ShapeRef.new(shape: GetObjectRetentionOutput)
|
3101
3101
|
end)
|
@@ -3103,7 +3103,7 @@ module Aws::S3
|
|
3103
3103
|
api.add_operation(:get_object_tagging, Seahorse::Model::Operation.new.tap do |o|
|
3104
3104
|
o.name = "GetObjectTagging"
|
3105
3105
|
o.http_method = "GET"
|
3106
|
-
o.http_request_uri = "/{
|
3106
|
+
o.http_request_uri = "/{Key+}?tagging"
|
3107
3107
|
o.input = Shapes::ShapeRef.new(shape: GetObjectTaggingRequest)
|
3108
3108
|
o.output = Shapes::ShapeRef.new(shape: GetObjectTaggingOutput)
|
3109
3109
|
end)
|
@@ -3111,7 +3111,7 @@ module Aws::S3
|
|
3111
3111
|
api.add_operation(:get_object_torrent, Seahorse::Model::Operation.new.tap do |o|
|
3112
3112
|
o.name = "GetObjectTorrent"
|
3113
3113
|
o.http_method = "GET"
|
3114
|
-
o.http_request_uri = "/{
|
3114
|
+
o.http_request_uri = "/{Key+}?torrent"
|
3115
3115
|
o.input = Shapes::ShapeRef.new(shape: GetObjectTorrentRequest)
|
3116
3116
|
o.output = Shapes::ShapeRef.new(shape: GetObjectTorrentOutput)
|
3117
3117
|
end)
|
@@ -3119,7 +3119,7 @@ module Aws::S3
|
|
3119
3119
|
api.add_operation(:get_public_access_block, Seahorse::Model::Operation.new.tap do |o|
|
3120
3120
|
o.name = "GetPublicAccessBlock"
|
3121
3121
|
o.http_method = "GET"
|
3122
|
-
o.http_request_uri = "
|
3122
|
+
o.http_request_uri = "/?publicAccessBlock"
|
3123
3123
|
o.input = Shapes::ShapeRef.new(shape: GetPublicAccessBlockRequest)
|
3124
3124
|
o.output = Shapes::ShapeRef.new(shape: GetPublicAccessBlockOutput)
|
3125
3125
|
end)
|
@@ -3127,7 +3127,7 @@ module Aws::S3
|
|
3127
3127
|
api.add_operation(:head_bucket, Seahorse::Model::Operation.new.tap do |o|
|
3128
3128
|
o.name = "HeadBucket"
|
3129
3129
|
o.http_method = "HEAD"
|
3130
|
-
o.http_request_uri = "/
|
3130
|
+
o.http_request_uri = "/"
|
3131
3131
|
o.input = Shapes::ShapeRef.new(shape: HeadBucketRequest)
|
3132
3132
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
3133
3133
|
o.errors << Shapes::ShapeRef.new(shape: NoSuchBucket)
|
@@ -3136,7 +3136,7 @@ module Aws::S3
|
|
3136
3136
|
api.add_operation(:head_object, Seahorse::Model::Operation.new.tap do |o|
|
3137
3137
|
o.name = "HeadObject"
|
3138
3138
|
o.http_method = "HEAD"
|
3139
|
-
o.http_request_uri = "/{
|
3139
|
+
o.http_request_uri = "/{Key+}"
|
3140
3140
|
o.input = Shapes::ShapeRef.new(shape: HeadObjectRequest)
|
3141
3141
|
o.output = Shapes::ShapeRef.new(shape: HeadObjectOutput)
|
3142
3142
|
o.errors << Shapes::ShapeRef.new(shape: NoSuchKey)
|
@@ -3145,7 +3145,7 @@ module Aws::S3
|
|
3145
3145
|
api.add_operation(:list_bucket_analytics_configurations, Seahorse::Model::Operation.new.tap do |o|
|
3146
3146
|
o.name = "ListBucketAnalyticsConfigurations"
|
3147
3147
|
o.http_method = "GET"
|
3148
|
-
o.http_request_uri = "
|
3148
|
+
o.http_request_uri = "/?analytics"
|
3149
3149
|
o.input = Shapes::ShapeRef.new(shape: ListBucketAnalyticsConfigurationsRequest)
|
3150
3150
|
o.output = Shapes::ShapeRef.new(shape: ListBucketAnalyticsConfigurationsOutput)
|
3151
3151
|
end)
|
@@ -3153,7 +3153,7 @@ module Aws::S3
|
|
3153
3153
|
api.add_operation(:list_bucket_intelligent_tiering_configurations, Seahorse::Model::Operation.new.tap do |o|
|
3154
3154
|
o.name = "ListBucketIntelligentTieringConfigurations"
|
3155
3155
|
o.http_method = "GET"
|
3156
|
-
o.http_request_uri = "
|
3156
|
+
o.http_request_uri = "/?intelligent-tiering"
|
3157
3157
|
o.input = Shapes::ShapeRef.new(shape: ListBucketIntelligentTieringConfigurationsRequest)
|
3158
3158
|
o.output = Shapes::ShapeRef.new(shape: ListBucketIntelligentTieringConfigurationsOutput)
|
3159
3159
|
end)
|
@@ -3161,7 +3161,7 @@ module Aws::S3
|
|
3161
3161
|
api.add_operation(:list_bucket_inventory_configurations, Seahorse::Model::Operation.new.tap do |o|
|
3162
3162
|
o.name = "ListBucketInventoryConfigurations"
|
3163
3163
|
o.http_method = "GET"
|
3164
|
-
o.http_request_uri = "
|
3164
|
+
o.http_request_uri = "/?inventory"
|
3165
3165
|
o.input = Shapes::ShapeRef.new(shape: ListBucketInventoryConfigurationsRequest)
|
3166
3166
|
o.output = Shapes::ShapeRef.new(shape: ListBucketInventoryConfigurationsOutput)
|
3167
3167
|
end)
|
@@ -3169,7 +3169,7 @@ module Aws::S3
|
|
3169
3169
|
api.add_operation(:list_bucket_metrics_configurations, Seahorse::Model::Operation.new.tap do |o|
|
3170
3170
|
o.name = "ListBucketMetricsConfigurations"
|
3171
3171
|
o.http_method = "GET"
|
3172
|
-
o.http_request_uri = "
|
3172
|
+
o.http_request_uri = "/?metrics"
|
3173
3173
|
o.input = Shapes::ShapeRef.new(shape: ListBucketMetricsConfigurationsRequest)
|
3174
3174
|
o.output = Shapes::ShapeRef.new(shape: ListBucketMetricsConfigurationsOutput)
|
3175
3175
|
end)
|
@@ -3185,7 +3185,7 @@ module Aws::S3
|
|
3185
3185
|
api.add_operation(:list_multipart_uploads, Seahorse::Model::Operation.new.tap do |o|
|
3186
3186
|
o.name = "ListMultipartUploads"
|
3187
3187
|
o.http_method = "GET"
|
3188
|
-
o.http_request_uri = "
|
3188
|
+
o.http_request_uri = "/?uploads"
|
3189
3189
|
o.input = Shapes::ShapeRef.new(shape: ListMultipartUploadsRequest)
|
3190
3190
|
o.output = Shapes::ShapeRef.new(shape: ListMultipartUploadsOutput)
|
3191
3191
|
o[:pager] = Aws::Pager.new(
|
@@ -3201,7 +3201,7 @@ module Aws::S3
|
|
3201
3201
|
api.add_operation(:list_object_versions, Seahorse::Model::Operation.new.tap do |o|
|
3202
3202
|
o.name = "ListObjectVersions"
|
3203
3203
|
o.http_method = "GET"
|
3204
|
-
o.http_request_uri = "
|
3204
|
+
o.http_request_uri = "/?versions"
|
3205
3205
|
o.input = Shapes::ShapeRef.new(shape: ListObjectVersionsRequest)
|
3206
3206
|
o.output = Shapes::ShapeRef.new(shape: ListObjectVersionsOutput)
|
3207
3207
|
o[:pager] = Aws::Pager.new(
|
@@ -3217,7 +3217,7 @@ module Aws::S3
|
|
3217
3217
|
api.add_operation(:list_objects, Seahorse::Model::Operation.new.tap do |o|
|
3218
3218
|
o.name = "ListObjects"
|
3219
3219
|
o.http_method = "GET"
|
3220
|
-
o.http_request_uri = "/
|
3220
|
+
o.http_request_uri = "/"
|
3221
3221
|
o.input = Shapes::ShapeRef.new(shape: ListObjectsRequest)
|
3222
3222
|
o.output = Shapes::ShapeRef.new(shape: ListObjectsOutput)
|
3223
3223
|
o.errors << Shapes::ShapeRef.new(shape: NoSuchBucket)
|
@@ -3233,7 +3233,7 @@ module Aws::S3
|
|
3233
3233
|
api.add_operation(:list_objects_v2, Seahorse::Model::Operation.new.tap do |o|
|
3234
3234
|
o.name = "ListObjectsV2"
|
3235
3235
|
o.http_method = "GET"
|
3236
|
-
o.http_request_uri = "
|
3236
|
+
o.http_request_uri = "/?list-type=2"
|
3237
3237
|
o.input = Shapes::ShapeRef.new(shape: ListObjectsV2Request)
|
3238
3238
|
o.output = Shapes::ShapeRef.new(shape: ListObjectsV2Output)
|
3239
3239
|
o.errors << Shapes::ShapeRef.new(shape: NoSuchBucket)
|
@@ -3248,7 +3248,7 @@ module Aws::S3
|
|
3248
3248
|
api.add_operation(:list_parts, Seahorse::Model::Operation.new.tap do |o|
|
3249
3249
|
o.name = "ListParts"
|
3250
3250
|
o.http_method = "GET"
|
3251
|
-
o.http_request_uri = "/{
|
3251
|
+
o.http_request_uri = "/{Key+}"
|
3252
3252
|
o.input = Shapes::ShapeRef.new(shape: ListPartsRequest)
|
3253
3253
|
o.output = Shapes::ShapeRef.new(shape: ListPartsOutput)
|
3254
3254
|
o[:pager] = Aws::Pager.new(
|
@@ -3263,7 +3263,7 @@ module Aws::S3
|
|
3263
3263
|
api.add_operation(:put_bucket_accelerate_configuration, Seahorse::Model::Operation.new.tap do |o|
|
3264
3264
|
o.name = "PutBucketAccelerateConfiguration"
|
3265
3265
|
o.http_method = "PUT"
|
3266
|
-
o.http_request_uri = "
|
3266
|
+
o.http_request_uri = "/?accelerate"
|
3267
3267
|
o.http_checksum = {
|
3268
3268
|
"requestAlgorithmMember" => "checksum_algorithm",
|
3269
3269
|
"requestChecksumRequired" => false,
|
@@ -3279,7 +3279,7 @@ module Aws::S3
|
|
3279
3279
|
api.add_operation(:put_bucket_acl, Seahorse::Model::Operation.new.tap do |o|
|
3280
3280
|
o.name = "PutBucketAcl"
|
3281
3281
|
o.http_method = "PUT"
|
3282
|
-
o.http_request_uri = "
|
3282
|
+
o.http_request_uri = "/?acl"
|
3283
3283
|
o.http_checksum = {
|
3284
3284
|
"requestAlgorithmMember" => "checksum_algorithm",
|
3285
3285
|
"requestChecksumRequired" => true,
|
@@ -3295,7 +3295,7 @@ module Aws::S3
|
|
3295
3295
|
api.add_operation(:put_bucket_analytics_configuration, Seahorse::Model::Operation.new.tap do |o|
|
3296
3296
|
o.name = "PutBucketAnalyticsConfiguration"
|
3297
3297
|
o.http_method = "PUT"
|
3298
|
-
o.http_request_uri = "
|
3298
|
+
o.http_request_uri = "/?analytics"
|
3299
3299
|
o.input = Shapes::ShapeRef.new(shape: PutBucketAnalyticsConfigurationRequest)
|
3300
3300
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
3301
3301
|
end)
|
@@ -3303,7 +3303,7 @@ module Aws::S3
|
|
3303
3303
|
api.add_operation(:put_bucket_cors, Seahorse::Model::Operation.new.tap do |o|
|
3304
3304
|
o.name = "PutBucketCors"
|
3305
3305
|
o.http_method = "PUT"
|
3306
|
-
o.http_request_uri = "
|
3306
|
+
o.http_request_uri = "/?cors"
|
3307
3307
|
o.http_checksum = {
|
3308
3308
|
"requestAlgorithmMember" => "checksum_algorithm",
|
3309
3309
|
"requestChecksumRequired" => true,
|
@@ -3319,7 +3319,7 @@ module Aws::S3
|
|
3319
3319
|
api.add_operation(:put_bucket_encryption, Seahorse::Model::Operation.new.tap do |o|
|
3320
3320
|
o.name = "PutBucketEncryption"
|
3321
3321
|
o.http_method = "PUT"
|
3322
|
-
o.http_request_uri = "
|
3322
|
+
o.http_request_uri = "/?encryption"
|
3323
3323
|
o.http_checksum = {
|
3324
3324
|
"requestAlgorithmMember" => "checksum_algorithm",
|
3325
3325
|
"requestChecksumRequired" => true,
|
@@ -3335,7 +3335,7 @@ module Aws::S3
|
|
3335
3335
|
api.add_operation(:put_bucket_intelligent_tiering_configuration, Seahorse::Model::Operation.new.tap do |o|
|
3336
3336
|
o.name = "PutBucketIntelligentTieringConfiguration"
|
3337
3337
|
o.http_method = "PUT"
|
3338
|
-
o.http_request_uri = "
|
3338
|
+
o.http_request_uri = "/?intelligent-tiering"
|
3339
3339
|
o.input = Shapes::ShapeRef.new(shape: PutBucketIntelligentTieringConfigurationRequest)
|
3340
3340
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
3341
3341
|
end)
|
@@ -3343,7 +3343,7 @@ module Aws::S3
|
|
3343
3343
|
api.add_operation(:put_bucket_inventory_configuration, Seahorse::Model::Operation.new.tap do |o|
|
3344
3344
|
o.name = "PutBucketInventoryConfiguration"
|
3345
3345
|
o.http_method = "PUT"
|
3346
|
-
o.http_request_uri = "
|
3346
|
+
o.http_request_uri = "/?inventory"
|
3347
3347
|
o.input = Shapes::ShapeRef.new(shape: PutBucketInventoryConfigurationRequest)
|
3348
3348
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
3349
3349
|
end)
|
@@ -3351,7 +3351,7 @@ module Aws::S3
|
|
3351
3351
|
api.add_operation(:put_bucket_lifecycle, Seahorse::Model::Operation.new.tap do |o|
|
3352
3352
|
o.name = "PutBucketLifecycle"
|
3353
3353
|
o.http_method = "PUT"
|
3354
|
-
o.http_request_uri = "
|
3354
|
+
o.http_request_uri = "/?lifecycle"
|
3355
3355
|
o.http_checksum = {
|
3356
3356
|
"requestAlgorithmMember" => "checksum_algorithm",
|
3357
3357
|
"requestChecksumRequired" => true,
|
@@ -3368,7 +3368,7 @@ module Aws::S3
|
|
3368
3368
|
api.add_operation(:put_bucket_lifecycle_configuration, Seahorse::Model::Operation.new.tap do |o|
|
3369
3369
|
o.name = "PutBucketLifecycleConfiguration"
|
3370
3370
|
o.http_method = "PUT"
|
3371
|
-
o.http_request_uri = "
|
3371
|
+
o.http_request_uri = "/?lifecycle"
|
3372
3372
|
o.http_checksum = {
|
3373
3373
|
"requestAlgorithmMember" => "checksum_algorithm",
|
3374
3374
|
"requestChecksumRequired" => true,
|
@@ -3384,7 +3384,7 @@ module Aws::S3
|
|
3384
3384
|
api.add_operation(:put_bucket_logging, Seahorse::Model::Operation.new.tap do |o|
|
3385
3385
|
o.name = "PutBucketLogging"
|
3386
3386
|
o.http_method = "PUT"
|
3387
|
-
o.http_request_uri = "
|
3387
|
+
o.http_request_uri = "/?logging"
|
3388
3388
|
o.http_checksum = {
|
3389
3389
|
"requestAlgorithmMember" => "checksum_algorithm",
|
3390
3390
|
"requestChecksumRequired" => true,
|
@@ -3400,7 +3400,7 @@ module Aws::S3
|
|
3400
3400
|
api.add_operation(:put_bucket_metrics_configuration, Seahorse::Model::Operation.new.tap do |o|
|
3401
3401
|
o.name = "PutBucketMetricsConfiguration"
|
3402
3402
|
o.http_method = "PUT"
|
3403
|
-
o.http_request_uri = "
|
3403
|
+
o.http_request_uri = "/?metrics"
|
3404
3404
|
o.input = Shapes::ShapeRef.new(shape: PutBucketMetricsConfigurationRequest)
|
3405
3405
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
3406
3406
|
end)
|
@@ -3408,7 +3408,7 @@ module Aws::S3
|
|
3408
3408
|
api.add_operation(:put_bucket_notification, Seahorse::Model::Operation.new.tap do |o|
|
3409
3409
|
o.name = "PutBucketNotification"
|
3410
3410
|
o.http_method = "PUT"
|
3411
|
-
o.http_request_uri = "
|
3411
|
+
o.http_request_uri = "/?notification"
|
3412
3412
|
o.http_checksum = {
|
3413
3413
|
"requestAlgorithmMember" => "checksum_algorithm",
|
3414
3414
|
"requestChecksumRequired" => true,
|
@@ -3425,7 +3425,7 @@ module Aws::S3
|
|
3425
3425
|
api.add_operation(:put_bucket_notification_configuration, Seahorse::Model::Operation.new.tap do |o|
|
3426
3426
|
o.name = "PutBucketNotificationConfiguration"
|
3427
3427
|
o.http_method = "PUT"
|
3428
|
-
o.http_request_uri = "
|
3428
|
+
o.http_request_uri = "/?notification"
|
3429
3429
|
o.input = Shapes::ShapeRef.new(shape: PutBucketNotificationConfigurationRequest)
|
3430
3430
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
3431
3431
|
end)
|
@@ -3433,7 +3433,7 @@ module Aws::S3
|
|
3433
3433
|
api.add_operation(:put_bucket_ownership_controls, Seahorse::Model::Operation.new.tap do |o|
|
3434
3434
|
o.name = "PutBucketOwnershipControls"
|
3435
3435
|
o.http_method = "PUT"
|
3436
|
-
o.http_request_uri = "
|
3436
|
+
o.http_request_uri = "/?ownershipControls"
|
3437
3437
|
o.http_checksum = {
|
3438
3438
|
"requestChecksumRequired" => true,
|
3439
3439
|
}
|
@@ -3444,7 +3444,7 @@ module Aws::S3
|
|
3444
3444
|
api.add_operation(:put_bucket_policy, Seahorse::Model::Operation.new.tap do |o|
|
3445
3445
|
o.name = "PutBucketPolicy"
|
3446
3446
|
o.http_method = "PUT"
|
3447
|
-
o.http_request_uri = "
|
3447
|
+
o.http_request_uri = "/?policy"
|
3448
3448
|
o.http_checksum = {
|
3449
3449
|
"requestAlgorithmMember" => "checksum_algorithm",
|
3450
3450
|
"requestChecksumRequired" => true,
|
@@ -3460,7 +3460,7 @@ module Aws::S3
|
|
3460
3460
|
api.add_operation(:put_bucket_replication, Seahorse::Model::Operation.new.tap do |o|
|
3461
3461
|
o.name = "PutBucketReplication"
|
3462
3462
|
o.http_method = "PUT"
|
3463
|
-
o.http_request_uri = "
|
3463
|
+
o.http_request_uri = "/?replication"
|
3464
3464
|
o.http_checksum = {
|
3465
3465
|
"requestAlgorithmMember" => "checksum_algorithm",
|
3466
3466
|
"requestChecksumRequired" => true,
|
@@ -3476,7 +3476,7 @@ module Aws::S3
|
|
3476
3476
|
api.add_operation(:put_bucket_request_payment, Seahorse::Model::Operation.new.tap do |o|
|
3477
3477
|
o.name = "PutBucketRequestPayment"
|
3478
3478
|
o.http_method = "PUT"
|
3479
|
-
o.http_request_uri = "
|
3479
|
+
o.http_request_uri = "/?requestPayment"
|
3480
3480
|
o.http_checksum = {
|
3481
3481
|
"requestAlgorithmMember" => "checksum_algorithm",
|
3482
3482
|
"requestChecksumRequired" => true,
|
@@ -3492,7 +3492,7 @@ module Aws::S3
|
|
3492
3492
|
api.add_operation(:put_bucket_tagging, Seahorse::Model::Operation.new.tap do |o|
|
3493
3493
|
o.name = "PutBucketTagging"
|
3494
3494
|
o.http_method = "PUT"
|
3495
|
-
o.http_request_uri = "
|
3495
|
+
o.http_request_uri = "/?tagging"
|
3496
3496
|
o.http_checksum = {
|
3497
3497
|
"requestAlgorithmMember" => "checksum_algorithm",
|
3498
3498
|
"requestChecksumRequired" => true,
|
@@ -3508,7 +3508,7 @@ module Aws::S3
|
|
3508
3508
|
api.add_operation(:put_bucket_versioning, Seahorse::Model::Operation.new.tap do |o|
|
3509
3509
|
o.name = "PutBucketVersioning"
|
3510
3510
|
o.http_method = "PUT"
|
3511
|
-
o.http_request_uri = "
|
3511
|
+
o.http_request_uri = "/?versioning"
|
3512
3512
|
o.http_checksum = {
|
3513
3513
|
"requestAlgorithmMember" => "checksum_algorithm",
|
3514
3514
|
"requestChecksumRequired" => true,
|
@@ -3524,7 +3524,7 @@ module Aws::S3
|
|
3524
3524
|
api.add_operation(:put_bucket_website, Seahorse::Model::Operation.new.tap do |o|
|
3525
3525
|
o.name = "PutBucketWebsite"
|
3526
3526
|
o.http_method = "PUT"
|
3527
|
-
o.http_request_uri = "
|
3527
|
+
o.http_request_uri = "/?website"
|
3528
3528
|
o.http_checksum = {
|
3529
3529
|
"requestAlgorithmMember" => "checksum_algorithm",
|
3530
3530
|
"requestChecksumRequired" => true,
|
@@ -3540,7 +3540,7 @@ module Aws::S3
|
|
3540
3540
|
api.add_operation(:put_object, Seahorse::Model::Operation.new.tap do |o|
|
3541
3541
|
o.name = "PutObject"
|
3542
3542
|
o.http_method = "PUT"
|
3543
|
-
o.http_request_uri = "/{
|
3543
|
+
o.http_request_uri = "/{Key+}"
|
3544
3544
|
o.http_checksum = {
|
3545
3545
|
"requestAlgorithmMember" => "checksum_algorithm",
|
3546
3546
|
"requestChecksumRequired" => false,
|
@@ -3556,7 +3556,7 @@ module Aws::S3
|
|
3556
3556
|
api.add_operation(:put_object_acl, Seahorse::Model::Operation.new.tap do |o|
|
3557
3557
|
o.name = "PutObjectAcl"
|
3558
3558
|
o.http_method = "PUT"
|
3559
|
-
o.http_request_uri = "/{
|
3559
|
+
o.http_request_uri = "/{Key+}?acl"
|
3560
3560
|
o.http_checksum = {
|
3561
3561
|
"requestAlgorithmMember" => "checksum_algorithm",
|
3562
3562
|
"requestChecksumRequired" => true,
|
@@ -3573,7 +3573,7 @@ module Aws::S3
|
|
3573
3573
|
api.add_operation(:put_object_legal_hold, Seahorse::Model::Operation.new.tap do |o|
|
3574
3574
|
o.name = "PutObjectLegalHold"
|
3575
3575
|
o.http_method = "PUT"
|
3576
|
-
o.http_request_uri = "/{
|
3576
|
+
o.http_request_uri = "/{Key+}?legal-hold"
|
3577
3577
|
o.http_checksum = {
|
3578
3578
|
"requestAlgorithmMember" => "checksum_algorithm",
|
3579
3579
|
"requestChecksumRequired" => true,
|
@@ -3589,7 +3589,7 @@ module Aws::S3
|
|
3589
3589
|
api.add_operation(:put_object_lock_configuration, Seahorse::Model::Operation.new.tap do |o|
|
3590
3590
|
o.name = "PutObjectLockConfiguration"
|
3591
3591
|
o.http_method = "PUT"
|
3592
|
-
o.http_request_uri = "
|
3592
|
+
o.http_request_uri = "/?object-lock"
|
3593
3593
|
o.http_checksum = {
|
3594
3594
|
"requestAlgorithmMember" => "checksum_algorithm",
|
3595
3595
|
"requestChecksumRequired" => true,
|
@@ -3605,7 +3605,7 @@ module Aws::S3
|
|
3605
3605
|
api.add_operation(:put_object_retention, Seahorse::Model::Operation.new.tap do |o|
|
3606
3606
|
o.name = "PutObjectRetention"
|
3607
3607
|
o.http_method = "PUT"
|
3608
|
-
o.http_request_uri = "/{
|
3608
|
+
o.http_request_uri = "/{Key+}?retention"
|
3609
3609
|
o.http_checksum = {
|
3610
3610
|
"requestAlgorithmMember" => "checksum_algorithm",
|
3611
3611
|
"requestChecksumRequired" => true,
|
@@ -3621,7 +3621,7 @@ module Aws::S3
|
|
3621
3621
|
api.add_operation(:put_object_tagging, Seahorse::Model::Operation.new.tap do |o|
|
3622
3622
|
o.name = "PutObjectTagging"
|
3623
3623
|
o.http_method = "PUT"
|
3624
|
-
o.http_request_uri = "/{
|
3624
|
+
o.http_request_uri = "/{Key+}?tagging"
|
3625
3625
|
o.http_checksum = {
|
3626
3626
|
"requestAlgorithmMember" => "checksum_algorithm",
|
3627
3627
|
"requestChecksumRequired" => true,
|
@@ -3637,7 +3637,7 @@ module Aws::S3
|
|
3637
3637
|
api.add_operation(:put_public_access_block, Seahorse::Model::Operation.new.tap do |o|
|
3638
3638
|
o.name = "PutPublicAccessBlock"
|
3639
3639
|
o.http_method = "PUT"
|
3640
|
-
o.http_request_uri = "
|
3640
|
+
o.http_request_uri = "/?publicAccessBlock"
|
3641
3641
|
o.http_checksum = {
|
3642
3642
|
"requestAlgorithmMember" => "checksum_algorithm",
|
3643
3643
|
"requestChecksumRequired" => true,
|
@@ -3653,7 +3653,7 @@ module Aws::S3
|
|
3653
3653
|
api.add_operation(:restore_object, Seahorse::Model::Operation.new.tap do |o|
|
3654
3654
|
o.name = "RestoreObject"
|
3655
3655
|
o.http_method = "POST"
|
3656
|
-
o.http_request_uri = "/{
|
3656
|
+
o.http_request_uri = "/{Key+}?restore"
|
3657
3657
|
o.http_checksum = {
|
3658
3658
|
"requestAlgorithmMember" => "checksum_algorithm",
|
3659
3659
|
"requestChecksumRequired" => false,
|
@@ -3670,7 +3670,7 @@ module Aws::S3
|
|
3670
3670
|
api.add_operation(:select_object_content, Seahorse::Model::Operation.new.tap do |o|
|
3671
3671
|
o.name = "SelectObjectContent"
|
3672
3672
|
o.http_method = "POST"
|
3673
|
-
o.http_request_uri = "/{
|
3673
|
+
o.http_request_uri = "/{Key+}?select&select-type=2"
|
3674
3674
|
o.input = Shapes::ShapeRef.new(shape: SelectObjectContentRequest,
|
3675
3675
|
location_name: "SelectObjectContentRequest",
|
3676
3676
|
metadata: {
|
@@ -3683,7 +3683,7 @@ module Aws::S3
|
|
3683
3683
|
api.add_operation(:upload_part, Seahorse::Model::Operation.new.tap do |o|
|
3684
3684
|
o.name = "UploadPart"
|
3685
3685
|
o.http_method = "PUT"
|
3686
|
-
o.http_request_uri = "/{
|
3686
|
+
o.http_request_uri = "/{Key+}"
|
3687
3687
|
o.http_checksum = {
|
3688
3688
|
"requestAlgorithmMember" => "checksum_algorithm",
|
3689
3689
|
"requestChecksumRequired" => false,
|
@@ -3699,7 +3699,7 @@ module Aws::S3
|
|
3699
3699
|
api.add_operation(:upload_part_copy, Seahorse::Model::Operation.new.tap do |o|
|
3700
3700
|
o.name = "UploadPartCopy"
|
3701
3701
|
o.http_method = "PUT"
|
3702
|
-
o.http_request_uri = "/{
|
3702
|
+
o.http_request_uri = "/{Key+}"
|
3703
3703
|
o.input = Shapes::ShapeRef.new(shape: UploadPartCopyRequest)
|
3704
3704
|
o.output = Shapes::ShapeRef.new(shape: UploadPartCopyOutput)
|
3705
3705
|
end)
|