aws-sdk-s3 1.114.0 → 1.136.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
 - data/CHANGELOG.md +163 -0
 - data/VERSION +1 -1
 - data/lib/aws-sdk-s3/bucket.rb +123 -61
 - data/lib/aws-sdk-s3/bucket_acl.rb +9 -3
 - data/lib/aws-sdk-s3/bucket_cors.rb +12 -4
 - data/lib/aws-sdk-s3/bucket_lifecycle.rb +12 -4
 - data/lib/aws-sdk-s3/bucket_lifecycle_configuration.rb +12 -4
 - data/lib/aws-sdk-s3/bucket_logging.rb +9 -3
 - data/lib/aws-sdk-s3/bucket_notification.rb +9 -3
 - data/lib/aws-sdk-s3/bucket_policy.rb +12 -4
 - data/lib/aws-sdk-s3/bucket_request_payment.rb +9 -3
 - data/lib/aws-sdk-s3/bucket_tagging.rb +12 -4
 - data/lib/aws-sdk-s3/bucket_versioning.rb +15 -5
 - data/lib/aws-sdk-s3/bucket_website.rb +12 -4
 - data/lib/aws-sdk-s3/client.rb +2084 -1724
 - data/lib/aws-sdk-s3/client_api.rb +213 -189
 - data/lib/aws-sdk-s3/customizations/bucket.rb +23 -47
 - data/lib/aws-sdk-s3/customizations/errors.rb +27 -0
 - data/lib/aws-sdk-s3/customizations/object.rb +95 -19
 - data/lib/aws-sdk-s3/customizations/types/permanent_redirect.rb +26 -0
 - data/lib/aws-sdk-s3/customizations.rb +2 -0
 - data/lib/aws-sdk-s3/encryption/client.rb +6 -2
 - data/lib/aws-sdk-s3/encryption/kms_cipher_provider.rb +13 -9
 - data/lib/aws-sdk-s3/encryptionV2/client.rb +6 -2
 - data/lib/aws-sdk-s3/encryptionV2/decrypt_handler.rb +1 -0
 - data/lib/aws-sdk-s3/encryptionV2/kms_cipher_provider.rb +10 -6
 - data/lib/aws-sdk-s3/endpoint_parameters.rb +146 -0
 - data/lib/aws-sdk-s3/endpoint_provider.rb +509 -0
 - data/lib/aws-sdk-s3/endpoints.rb +2150 -0
 - data/lib/aws-sdk-s3/file_downloader.rb +170 -44
 - data/lib/aws-sdk-s3/file_uploader.rb +8 -6
 - data/lib/aws-sdk-s3/multipart_stream_uploader.rb +41 -13
 - data/lib/aws-sdk-s3/multipart_upload.rb +27 -13
 - data/lib/aws-sdk-s3/multipart_upload_part.rb +20 -10
 - data/lib/aws-sdk-s3/object.rb +156 -110
 - data/lib/aws-sdk-s3/object_acl.rb +14 -6
 - data/lib/aws-sdk-s3/object_copier.rb +7 -5
 - data/lib/aws-sdk-s3/object_multipart_copier.rb +41 -19
 - data/lib/aws-sdk-s3/object_summary.rb +149 -94
 - data/lib/aws-sdk-s3/object_version.rb +55 -21
 - 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 +32 -126
 - data/lib/aws-sdk-s3/presigned_post.rb +61 -59
 - data/lib/aws-sdk-s3/presigner.rb +24 -35
 - data/lib/aws-sdk-s3/resource.rb +7 -3
 - data/lib/aws-sdk-s3/types.rb +858 -4125
 - data/lib/aws-sdk-s3.rb +5 -1
 - metadata +12 -11
 - 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
 
| 
         @@ -296,6 +296,7 @@ module Aws::S3 
     | 
|
| 
       296 
296 
     | 
    
         
             
                IsEnabled = Shapes::BooleanShape.new(name: 'IsEnabled')
         
     | 
| 
       297 
297 
     | 
    
         
             
                IsLatest = Shapes::BooleanShape.new(name: 'IsLatest')
         
     | 
| 
       298 
298 
     | 
    
         
             
                IsPublic = Shapes::BooleanShape.new(name: 'IsPublic')
         
     | 
| 
      
 299 
     | 
    
         
            +
                IsRestoreInProgress = Shapes::BooleanShape.new(name: 'IsRestoreInProgress')
         
     | 
| 
       299 
300 
     | 
    
         
             
                IsTruncated = Shapes::BooleanShape.new(name: 'IsTruncated')
         
     | 
| 
       300 
301 
     | 
    
         
             
                JSONInput = Shapes::StructureShape.new(name: 'JSONInput')
         
     | 
| 
       301 
302 
     | 
    
         
             
                JSONOutput = Shapes::StructureShape.new(name: 'JSONOutput')
         
     | 
| 
         @@ -409,6 +410,8 @@ module Aws::S3 
     | 
|
| 
       409 
410 
     | 
    
         
             
                ObjectVersionId = Shapes::StringShape.new(name: 'ObjectVersionId')
         
     | 
| 
       410 
411 
     | 
    
         
             
                ObjectVersionList = Shapes::ListShape.new(name: 'ObjectVersionList', flattened: true)
         
     | 
| 
       411 
412 
     | 
    
         
             
                ObjectVersionStorageClass = Shapes::StringShape.new(name: 'ObjectVersionStorageClass')
         
     | 
| 
      
 413 
     | 
    
         
            +
                OptionalObjectAttributes = Shapes::StringShape.new(name: 'OptionalObjectAttributes')
         
     | 
| 
      
 414 
     | 
    
         
            +
                OptionalObjectAttributesList = Shapes::ListShape.new(name: 'OptionalObjectAttributesList')
         
     | 
| 
       412 
415 
     | 
    
         
             
                OutputLocation = Shapes::StructureShape.new(name: 'OutputLocation')
         
     | 
| 
       413 
416 
     | 
    
         
             
                OutputSerialization = Shapes::StructureShape.new(name: 'OutputSerialization')
         
     | 
| 
       414 
417 
     | 
    
         
             
                Owner = Shapes::StructureShape.new(name: 'Owner')
         
     | 
| 
         @@ -507,11 +510,13 @@ module Aws::S3 
     | 
|
| 
       507 
510 
     | 
    
         
             
                ResponseContentType = Shapes::StringShape.new(name: 'ResponseContentType')
         
     | 
| 
       508 
511 
     | 
    
         
             
                ResponseExpires = Shapes::TimestampShape.new(name: 'ResponseExpires', timestampFormat: "rfc822")
         
     | 
| 
       509 
512 
     | 
    
         
             
                Restore = Shapes::StringShape.new(name: 'Restore')
         
     | 
| 
      
 513 
     | 
    
         
            +
                RestoreExpiryDate = Shapes::TimestampShape.new(name: 'RestoreExpiryDate')
         
     | 
| 
       510 
514 
     | 
    
         
             
                RestoreObjectOutput = Shapes::StructureShape.new(name: 'RestoreObjectOutput')
         
     | 
| 
       511 
515 
     | 
    
         
             
                RestoreObjectRequest = Shapes::StructureShape.new(name: 'RestoreObjectRequest')
         
     | 
| 
       512 
516 
     | 
    
         
             
                RestoreOutputPath = Shapes::StringShape.new(name: 'RestoreOutputPath')
         
     | 
| 
       513 
517 
     | 
    
         
             
                RestoreRequest = Shapes::StructureShape.new(name: 'RestoreRequest')
         
     | 
| 
       514 
518 
     | 
    
         
             
                RestoreRequestType = Shapes::StringShape.new(name: 'RestoreRequestType')
         
     | 
| 
      
 519 
     | 
    
         
            +
                RestoreStatus = Shapes::StructureShape.new(name: 'RestoreStatus')
         
     | 
| 
       515 
520 
     | 
    
         
             
                Role = Shapes::StringShape.new(name: 'Role')
         
     | 
| 
       516 
521 
     | 
    
         
             
                RoutingRule = Shapes::StructureShape.new(name: 'RoutingRule')
         
     | 
| 
       517 
522 
     | 
    
         
             
                RoutingRules = Shapes::ListShape.new(name: 'RoutingRules')
         
     | 
| 
         @@ -595,7 +600,7 @@ module Aws::S3 
     | 
|
| 
       595 
600 
     | 
    
         
             
                AbortMultipartUploadOutput.add_member(:request_charged, Shapes::ShapeRef.new(shape: RequestCharged, location: "header", location_name: "x-amz-request-charged"))
         
     | 
| 
       596 
601 
     | 
    
         
             
                AbortMultipartUploadOutput.struct_class = Types::AbortMultipartUploadOutput
         
     | 
| 
       597 
602 
     | 
    
         | 
| 
       598 
     | 
    
         
            -
                AbortMultipartUploadRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 603 
     | 
    
         
            +
                AbortMultipartUploadRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       599 
604 
     | 
    
         
             
                AbortMultipartUploadRequest.add_member(:key, Shapes::ShapeRef.new(shape: ObjectKey, required: true, location: "uri", location_name: "Key"))
         
     | 
| 
       600 
605 
     | 
    
         
             
                AbortMultipartUploadRequest.add_member(:upload_id, Shapes::ShapeRef.new(shape: MultipartUploadId, required: true, location: "querystring", location_name: "uploadId"))
         
     | 
| 
       601 
606 
     | 
    
         
             
                AbortMultipartUploadRequest.add_member(:request_payer, Shapes::ShapeRef.new(shape: RequestPayer, location: "header", location_name: "x-amz-request-payer"))
         
     | 
| 
         @@ -724,7 +729,7 @@ module Aws::S3 
     | 
|
| 
       724 
729 
     | 
    
         
             
                CompleteMultipartUploadOutput.add_member(:request_charged, Shapes::ShapeRef.new(shape: RequestCharged, location: "header", location_name: "x-amz-request-charged"))
         
     | 
| 
       725 
730 
     | 
    
         
             
                CompleteMultipartUploadOutput.struct_class = Types::CompleteMultipartUploadOutput
         
     | 
| 
       726 
731 
     | 
    
         | 
| 
       727 
     | 
    
         
            -
                CompleteMultipartUploadRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 732 
     | 
    
         
            +
                CompleteMultipartUploadRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       728 
733 
     | 
    
         
             
                CompleteMultipartUploadRequest.add_member(:key, Shapes::ShapeRef.new(shape: ObjectKey, required: true, location: "uri", location_name: "Key"))
         
     | 
| 
       729 
734 
     | 
    
         
             
                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 
735 
     | 
    
         
             
                CompleteMultipartUploadRequest.add_member(:upload_id, Shapes::ShapeRef.new(shape: MultipartUploadId, required: true, location: "querystring", location_name: "uploadId"))
         
     | 
| 
         @@ -776,7 +781,7 @@ module Aws::S3 
     | 
|
| 
       776 
781 
     | 
    
         
             
                CopyObjectOutput[:payload_member] = CopyObjectOutput.member(:copy_object_result)
         
     | 
| 
       777 
782 
     | 
    
         | 
| 
       778 
783 
     | 
    
         
             
                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"))
         
     | 
| 
      
 784 
     | 
    
         
            +
                CopyObjectRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       780 
785 
     | 
    
         
             
                CopyObjectRequest.add_member(:cache_control, Shapes::ShapeRef.new(shape: CacheControl, location: "header", location_name: "Cache-Control"))
         
     | 
| 
       781 
786 
     | 
    
         
             
                CopyObjectRequest.add_member(:checksum_algorithm, Shapes::ShapeRef.new(shape: ChecksumAlgorithm, location: "header", location_name: "x-amz-checksum-algorithm"))
         
     | 
| 
       782 
787 
     | 
    
         
             
                CopyObjectRequest.add_member(:content_disposition, Shapes::ShapeRef.new(shape: ContentDisposition, location: "header", location_name: "Content-Disposition"))
         
     | 
| 
         @@ -841,7 +846,7 @@ module Aws::S3 
     | 
|
| 
       841 
846 
     | 
    
         
             
                CreateBucketOutput.struct_class = Types::CreateBucketOutput
         
     | 
| 
       842 
847 
     | 
    
         | 
| 
       843 
848 
     | 
    
         
             
                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"))
         
     | 
| 
      
 849 
     | 
    
         
            +
                CreateBucketRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       845 
850 
     | 
    
         
             
                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 
851 
     | 
    
         
             
                CreateBucketRequest.add_member(:grant_full_control, Shapes::ShapeRef.new(shape: GrantFullControl, location: "header", location_name: "x-amz-grant-full-control"))
         
     | 
| 
       847 
852 
     | 
    
         
             
                CreateBucketRequest.add_member(:grant_read, Shapes::ShapeRef.new(shape: GrantRead, location: "header", location_name: "x-amz-grant-read"))
         
     | 
| 
         @@ -870,7 +875,7 @@ module Aws::S3 
     | 
|
| 
       870 
875 
     | 
    
         
             
                CreateMultipartUploadOutput.struct_class = Types::CreateMultipartUploadOutput
         
     | 
| 
       871 
876 
     | 
    
         | 
| 
       872 
877 
     | 
    
         
             
                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"))
         
     | 
| 
      
 878 
     | 
    
         
            +
                CreateMultipartUploadRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       874 
879 
     | 
    
         
             
                CreateMultipartUploadRequest.add_member(:cache_control, Shapes::ShapeRef.new(shape: CacheControl, location: "header", location_name: "Cache-Control"))
         
     | 
| 
       875 
880 
     | 
    
         
             
                CreateMultipartUploadRequest.add_member(:content_disposition, Shapes::ShapeRef.new(shape: ContentDisposition, location: "header", location_name: "Content-Disposition"))
         
     | 
| 
       876 
881 
     | 
    
         
             
                CreateMultipartUploadRequest.add_member(:content_encoding, Shapes::ShapeRef.new(shape: ContentEncoding, location: "header", location_name: "Content-Encoding"))
         
     | 
| 
         @@ -910,58 +915,58 @@ module Aws::S3 
     | 
|
| 
       910 
915 
     | 
    
         
             
                Delete.add_member(:quiet, Shapes::ShapeRef.new(shape: Quiet, location_name: "Quiet"))
         
     | 
| 
       911 
916 
     | 
    
         
             
                Delete.struct_class = Types::Delete
         
     | 
| 
       912 
917 
     | 
    
         | 
| 
       913 
     | 
    
         
            -
                DeleteBucketAnalyticsConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 918 
     | 
    
         
            +
                DeleteBucketAnalyticsConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       914 
919 
     | 
    
         
             
                DeleteBucketAnalyticsConfigurationRequest.add_member(:id, Shapes::ShapeRef.new(shape: AnalyticsId, required: true, location: "querystring", location_name: "id"))
         
     | 
| 
       915 
920 
     | 
    
         
             
                DeleteBucketAnalyticsConfigurationRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
         
     | 
| 
       916 
921 
     | 
    
         
             
                DeleteBucketAnalyticsConfigurationRequest.struct_class = Types::DeleteBucketAnalyticsConfigurationRequest
         
     | 
| 
       917 
922 
     | 
    
         | 
| 
       918 
     | 
    
         
            -
                DeleteBucketCorsRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 923 
     | 
    
         
            +
                DeleteBucketCorsRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       919 
924 
     | 
    
         
             
                DeleteBucketCorsRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
         
     | 
| 
       920 
925 
     | 
    
         
             
                DeleteBucketCorsRequest.struct_class = Types::DeleteBucketCorsRequest
         
     | 
| 
       921 
926 
     | 
    
         | 
| 
       922 
     | 
    
         
            -
                DeleteBucketEncryptionRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 927 
     | 
    
         
            +
                DeleteBucketEncryptionRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       923 
928 
     | 
    
         
             
                DeleteBucketEncryptionRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
         
     | 
| 
       924 
929 
     | 
    
         
             
                DeleteBucketEncryptionRequest.struct_class = Types::DeleteBucketEncryptionRequest
         
     | 
| 
       925 
930 
     | 
    
         | 
| 
       926 
     | 
    
         
            -
                DeleteBucketIntelligentTieringConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 931 
     | 
    
         
            +
                DeleteBucketIntelligentTieringConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       927 
932 
     | 
    
         
             
                DeleteBucketIntelligentTieringConfigurationRequest.add_member(:id, Shapes::ShapeRef.new(shape: IntelligentTieringId, required: true, location: "querystring", location_name: "id"))
         
     | 
| 
       928 
933 
     | 
    
         
             
                DeleteBucketIntelligentTieringConfigurationRequest.struct_class = Types::DeleteBucketIntelligentTieringConfigurationRequest
         
     | 
| 
       929 
934 
     | 
    
         | 
| 
       930 
     | 
    
         
            -
                DeleteBucketInventoryConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 935 
     | 
    
         
            +
                DeleteBucketInventoryConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       931 
936 
     | 
    
         
             
                DeleteBucketInventoryConfigurationRequest.add_member(:id, Shapes::ShapeRef.new(shape: InventoryId, required: true, location: "querystring", location_name: "id"))
         
     | 
| 
       932 
937 
     | 
    
         
             
                DeleteBucketInventoryConfigurationRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
         
     | 
| 
       933 
938 
     | 
    
         
             
                DeleteBucketInventoryConfigurationRequest.struct_class = Types::DeleteBucketInventoryConfigurationRequest
         
     | 
| 
       934 
939 
     | 
    
         | 
| 
       935 
     | 
    
         
            -
                DeleteBucketLifecycleRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 940 
     | 
    
         
            +
                DeleteBucketLifecycleRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       936 
941 
     | 
    
         
             
                DeleteBucketLifecycleRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
         
     | 
| 
       937 
942 
     | 
    
         
             
                DeleteBucketLifecycleRequest.struct_class = Types::DeleteBucketLifecycleRequest
         
     | 
| 
       938 
943 
     | 
    
         | 
| 
       939 
     | 
    
         
            -
                DeleteBucketMetricsConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 944 
     | 
    
         
            +
                DeleteBucketMetricsConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       940 
945 
     | 
    
         
             
                DeleteBucketMetricsConfigurationRequest.add_member(:id, Shapes::ShapeRef.new(shape: MetricsId, required: true, location: "querystring", location_name: "id"))
         
     | 
| 
       941 
946 
     | 
    
         
             
                DeleteBucketMetricsConfigurationRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
         
     | 
| 
       942 
947 
     | 
    
         
             
                DeleteBucketMetricsConfigurationRequest.struct_class = Types::DeleteBucketMetricsConfigurationRequest
         
     | 
| 
       943 
948 
     | 
    
         | 
| 
       944 
     | 
    
         
            -
                DeleteBucketOwnershipControlsRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 949 
     | 
    
         
            +
                DeleteBucketOwnershipControlsRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       945 
950 
     | 
    
         
             
                DeleteBucketOwnershipControlsRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
         
     | 
| 
       946 
951 
     | 
    
         
             
                DeleteBucketOwnershipControlsRequest.struct_class = Types::DeleteBucketOwnershipControlsRequest
         
     | 
| 
       947 
952 
     | 
    
         | 
| 
       948 
     | 
    
         
            -
                DeleteBucketPolicyRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 953 
     | 
    
         
            +
                DeleteBucketPolicyRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       949 
954 
     | 
    
         
             
                DeleteBucketPolicyRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
         
     | 
| 
       950 
955 
     | 
    
         
             
                DeleteBucketPolicyRequest.struct_class = Types::DeleteBucketPolicyRequest
         
     | 
| 
       951 
956 
     | 
    
         | 
| 
       952 
     | 
    
         
            -
                DeleteBucketReplicationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 957 
     | 
    
         
            +
                DeleteBucketReplicationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       953 
958 
     | 
    
         
             
                DeleteBucketReplicationRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
         
     | 
| 
       954 
959 
     | 
    
         
             
                DeleteBucketReplicationRequest.struct_class = Types::DeleteBucketReplicationRequest
         
     | 
| 
       955 
960 
     | 
    
         | 
| 
       956 
     | 
    
         
            -
                DeleteBucketRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 961 
     | 
    
         
            +
                DeleteBucketRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       957 
962 
     | 
    
         
             
                DeleteBucketRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
         
     | 
| 
       958 
963 
     | 
    
         
             
                DeleteBucketRequest.struct_class = Types::DeleteBucketRequest
         
     | 
| 
       959 
964 
     | 
    
         | 
| 
       960 
     | 
    
         
            -
                DeleteBucketTaggingRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 965 
     | 
    
         
            +
                DeleteBucketTaggingRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       961 
966 
     | 
    
         
             
                DeleteBucketTaggingRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
         
     | 
| 
       962 
967 
     | 
    
         
             
                DeleteBucketTaggingRequest.struct_class = Types::DeleteBucketTaggingRequest
         
     | 
| 
       963 
968 
     | 
    
         | 
| 
       964 
     | 
    
         
            -
                DeleteBucketWebsiteRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 969 
     | 
    
         
            +
                DeleteBucketWebsiteRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       965 
970 
     | 
    
         
             
                DeleteBucketWebsiteRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
         
     | 
| 
       966 
971 
     | 
    
         
             
                DeleteBucketWebsiteRequest.struct_class = Types::DeleteBucketWebsiteRequest
         
     | 
| 
       967 
972 
     | 
    
         | 
| 
         @@ -982,7 +987,7 @@ module Aws::S3 
     | 
|
| 
       982 
987 
     | 
    
         
             
                DeleteObjectOutput.add_member(:request_charged, Shapes::ShapeRef.new(shape: RequestCharged, location: "header", location_name: "x-amz-request-charged"))
         
     | 
| 
       983 
988 
     | 
    
         
             
                DeleteObjectOutput.struct_class = Types::DeleteObjectOutput
         
     | 
| 
       984 
989 
     | 
    
         | 
| 
       985 
     | 
    
         
            -
                DeleteObjectRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 990 
     | 
    
         
            +
                DeleteObjectRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       986 
991 
     | 
    
         
             
                DeleteObjectRequest.add_member(:key, Shapes::ShapeRef.new(shape: ObjectKey, required: true, location: "uri", location_name: "Key"))
         
     | 
| 
       987 
992 
     | 
    
         
             
                DeleteObjectRequest.add_member(:mfa, Shapes::ShapeRef.new(shape: MFA, location: "header", location_name: "x-amz-mfa"))
         
     | 
| 
       988 
993 
     | 
    
         
             
                DeleteObjectRequest.add_member(:version_id, Shapes::ShapeRef.new(shape: ObjectVersionId, location: "querystring", location_name: "versionId"))
         
     | 
| 
         @@ -994,7 +999,7 @@ module Aws::S3 
     | 
|
| 
       994 
999 
     | 
    
         
             
                DeleteObjectTaggingOutput.add_member(:version_id, Shapes::ShapeRef.new(shape: ObjectVersionId, location: "header", location_name: "x-amz-version-id"))
         
     | 
| 
       995 
1000 
     | 
    
         
             
                DeleteObjectTaggingOutput.struct_class = Types::DeleteObjectTaggingOutput
         
     | 
| 
       996 
1001 
     | 
    
         | 
| 
       997 
     | 
    
         
            -
                DeleteObjectTaggingRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 1002 
     | 
    
         
            +
                DeleteObjectTaggingRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       998 
1003 
     | 
    
         
             
                DeleteObjectTaggingRequest.add_member(:key, Shapes::ShapeRef.new(shape: ObjectKey, required: true, location: "uri", location_name: "Key"))
         
     | 
| 
       999 
1004 
     | 
    
         
             
                DeleteObjectTaggingRequest.add_member(:version_id, Shapes::ShapeRef.new(shape: ObjectVersionId, location: "querystring", location_name: "versionId"))
         
     | 
| 
       1000 
1005 
     | 
    
         
             
                DeleteObjectTaggingRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
         
     | 
| 
         @@ -1005,7 +1010,7 @@ module Aws::S3 
     | 
|
| 
       1005 
1010 
     | 
    
         
             
                DeleteObjectsOutput.add_member(:errors, Shapes::ShapeRef.new(shape: Errors, location_name: "Error"))
         
     | 
| 
       1006 
1011 
     | 
    
         
             
                DeleteObjectsOutput.struct_class = Types::DeleteObjectsOutput
         
     | 
| 
       1007 
1012 
     | 
    
         | 
| 
       1008 
     | 
    
         
            -
                DeleteObjectsRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 1013 
     | 
    
         
            +
                DeleteObjectsRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       1009 
1014 
     | 
    
         
             
                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 
1015 
     | 
    
         
             
                DeleteObjectsRequest.add_member(:mfa, Shapes::ShapeRef.new(shape: MFA, location: "header", location_name: "x-amz-mfa"))
         
     | 
| 
       1011 
1016 
     | 
    
         
             
                DeleteObjectsRequest.add_member(:request_payer, Shapes::ShapeRef.new(shape: RequestPayer, location: "header", location_name: "x-amz-request-payer"))
         
     | 
| 
         @@ -1016,7 +1021,7 @@ module Aws::S3 
     | 
|
| 
       1016 
1021 
     | 
    
         
             
                DeleteObjectsRequest[:payload] = :delete
         
     | 
| 
       1017 
1022 
     | 
    
         
             
                DeleteObjectsRequest[:payload_member] = DeleteObjectsRequest.member(:delete)
         
     | 
| 
       1018 
1023 
     | 
    
         | 
| 
       1019 
     | 
    
         
            -
                DeletePublicAccessBlockRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 1024 
     | 
    
         
            +
                DeletePublicAccessBlockRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       1020 
1025 
     | 
    
         
             
                DeletePublicAccessBlockRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
         
     | 
| 
       1021 
1026 
     | 
    
         
             
                DeletePublicAccessBlockRequest.struct_class = Types::DeletePublicAccessBlockRequest
         
     | 
| 
       1022 
1027 
     | 
    
         | 
| 
         @@ -1074,17 +1079,19 @@ module Aws::S3 
     | 
|
| 
       1074 
1079 
     | 
    
         
             
                FilterRuleList.member = Shapes::ShapeRef.new(shape: FilterRule)
         
     | 
| 
       1075 
1080 
     | 
    
         | 
| 
       1076 
1081 
     | 
    
         
             
                GetBucketAccelerateConfigurationOutput.add_member(:status, Shapes::ShapeRef.new(shape: BucketAccelerateStatus, location_name: "Status"))
         
     | 
| 
      
 1082 
     | 
    
         
            +
                GetBucketAccelerateConfigurationOutput.add_member(:request_charged, Shapes::ShapeRef.new(shape: RequestCharged, location: "header", location_name: "x-amz-request-charged"))
         
     | 
| 
       1077 
1083 
     | 
    
         
             
                GetBucketAccelerateConfigurationOutput.struct_class = Types::GetBucketAccelerateConfigurationOutput
         
     | 
| 
       1078 
1084 
     | 
    
         | 
| 
       1079 
     | 
    
         
            -
                GetBucketAccelerateConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 1085 
     | 
    
         
            +
                GetBucketAccelerateConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       1080 
1086 
     | 
    
         
             
                GetBucketAccelerateConfigurationRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
         
     | 
| 
      
 1087 
     | 
    
         
            +
                GetBucketAccelerateConfigurationRequest.add_member(:request_payer, Shapes::ShapeRef.new(shape: RequestPayer, location: "header", location_name: "x-amz-request-payer"))
         
     | 
| 
       1081 
1088 
     | 
    
         
             
                GetBucketAccelerateConfigurationRequest.struct_class = Types::GetBucketAccelerateConfigurationRequest
         
     | 
| 
       1082 
1089 
     | 
    
         | 
| 
       1083 
1090 
     | 
    
         
             
                GetBucketAclOutput.add_member(:owner, Shapes::ShapeRef.new(shape: Owner, location_name: "Owner"))
         
     | 
| 
       1084 
1091 
     | 
    
         
             
                GetBucketAclOutput.add_member(:grants, Shapes::ShapeRef.new(shape: Grants, location_name: "AccessControlList"))
         
     | 
| 
       1085 
1092 
     | 
    
         
             
                GetBucketAclOutput.struct_class = Types::GetBucketAclOutput
         
     | 
| 
       1086 
1093 
     | 
    
         | 
| 
       1087 
     | 
    
         
            -
                GetBucketAclRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 1094 
     | 
    
         
            +
                GetBucketAclRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       1088 
1095 
     | 
    
         
             
                GetBucketAclRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
         
     | 
| 
       1089 
1096 
     | 
    
         
             
                GetBucketAclRequest.struct_class = Types::GetBucketAclRequest
         
     | 
| 
       1090 
1097 
     | 
    
         | 
| 
         @@ -1093,7 +1100,7 @@ module Aws::S3 
     | 
|
| 
       1093 
1100 
     | 
    
         
             
                GetBucketAnalyticsConfigurationOutput[:payload] = :analytics_configuration
         
     | 
| 
       1094 
1101 
     | 
    
         
             
                GetBucketAnalyticsConfigurationOutput[:payload_member] = GetBucketAnalyticsConfigurationOutput.member(:analytics_configuration)
         
     | 
| 
       1095 
1102 
     | 
    
         | 
| 
       1096 
     | 
    
         
            -
                GetBucketAnalyticsConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 1103 
     | 
    
         
            +
                GetBucketAnalyticsConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       1097 
1104 
     | 
    
         
             
                GetBucketAnalyticsConfigurationRequest.add_member(:id, Shapes::ShapeRef.new(shape: AnalyticsId, required: true, location: "querystring", location_name: "id"))
         
     | 
| 
       1098 
1105 
     | 
    
         
             
                GetBucketAnalyticsConfigurationRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
         
     | 
| 
       1099 
1106 
     | 
    
         
             
                GetBucketAnalyticsConfigurationRequest.struct_class = Types::GetBucketAnalyticsConfigurationRequest
         
     | 
| 
         @@ -1101,7 +1108,7 @@ module Aws::S3 
     | 
|
| 
       1101 
1108 
     | 
    
         
             
                GetBucketCorsOutput.add_member(:cors_rules, Shapes::ShapeRef.new(shape: CORSRules, location_name: "CORSRule"))
         
     | 
| 
       1102 
1109 
     | 
    
         
             
                GetBucketCorsOutput.struct_class = Types::GetBucketCorsOutput
         
     | 
| 
       1103 
1110 
     | 
    
         | 
| 
       1104 
     | 
    
         
            -
                GetBucketCorsRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 1111 
     | 
    
         
            +
                GetBucketCorsRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       1105 
1112 
     | 
    
         
             
                GetBucketCorsRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
         
     | 
| 
       1106 
1113 
     | 
    
         
             
                GetBucketCorsRequest.struct_class = Types::GetBucketCorsRequest
         
     | 
| 
       1107 
1114 
     | 
    
         | 
| 
         @@ -1110,7 +1117,7 @@ module Aws::S3 
     | 
|
| 
       1110 
1117 
     | 
    
         
             
                GetBucketEncryptionOutput[:payload] = :server_side_encryption_configuration
         
     | 
| 
       1111 
1118 
     | 
    
         
             
                GetBucketEncryptionOutput[:payload_member] = GetBucketEncryptionOutput.member(:server_side_encryption_configuration)
         
     | 
| 
       1112 
1119 
     | 
    
         | 
| 
       1113 
     | 
    
         
            -
                GetBucketEncryptionRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 1120 
     | 
    
         
            +
                GetBucketEncryptionRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       1114 
1121 
     | 
    
         
             
                GetBucketEncryptionRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
         
     | 
| 
       1115 
1122 
     | 
    
         
             
                GetBucketEncryptionRequest.struct_class = Types::GetBucketEncryptionRequest
         
     | 
| 
       1116 
1123 
     | 
    
         | 
| 
         @@ -1119,7 +1126,7 @@ module Aws::S3 
     | 
|
| 
       1119 
1126 
     | 
    
         
             
                GetBucketIntelligentTieringConfigurationOutput[:payload] = :intelligent_tiering_configuration
         
     | 
| 
       1120 
1127 
     | 
    
         
             
                GetBucketIntelligentTieringConfigurationOutput[:payload_member] = GetBucketIntelligentTieringConfigurationOutput.member(:intelligent_tiering_configuration)
         
     | 
| 
       1121 
1128 
     | 
    
         | 
| 
       1122 
     | 
    
         
            -
                GetBucketIntelligentTieringConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 1129 
     | 
    
         
            +
                GetBucketIntelligentTieringConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       1123 
1130 
     | 
    
         
             
                GetBucketIntelligentTieringConfigurationRequest.add_member(:id, Shapes::ShapeRef.new(shape: IntelligentTieringId, required: true, location: "querystring", location_name: "id"))
         
     | 
| 
       1124 
1131 
     | 
    
         
             
                GetBucketIntelligentTieringConfigurationRequest.struct_class = Types::GetBucketIntelligentTieringConfigurationRequest
         
     | 
| 
       1125 
1132 
     | 
    
         | 
| 
         @@ -1128,7 +1135,7 @@ module Aws::S3 
     | 
|
| 
       1128 
1135 
     | 
    
         
             
                GetBucketInventoryConfigurationOutput[:payload] = :inventory_configuration
         
     | 
| 
       1129 
1136 
     | 
    
         
             
                GetBucketInventoryConfigurationOutput[:payload_member] = GetBucketInventoryConfigurationOutput.member(:inventory_configuration)
         
     | 
| 
       1130 
1137 
     | 
    
         | 
| 
       1131 
     | 
    
         
            -
                GetBucketInventoryConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 1138 
     | 
    
         
            +
                GetBucketInventoryConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       1132 
1139 
     | 
    
         
             
                GetBucketInventoryConfigurationRequest.add_member(:id, Shapes::ShapeRef.new(shape: InventoryId, required: true, location: "querystring", location_name: "id"))
         
     | 
| 
       1133 
1140 
     | 
    
         
             
                GetBucketInventoryConfigurationRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
         
     | 
| 
       1134 
1141 
     | 
    
         
             
                GetBucketInventoryConfigurationRequest.struct_class = Types::GetBucketInventoryConfigurationRequest
         
     | 
| 
         @@ -1136,28 +1143,28 @@ module Aws::S3 
     | 
|
| 
       1136 
1143 
     | 
    
         
             
                GetBucketLifecycleConfigurationOutput.add_member(:rules, Shapes::ShapeRef.new(shape: LifecycleRules, location_name: "Rule"))
         
     | 
| 
       1137 
1144 
     | 
    
         
             
                GetBucketLifecycleConfigurationOutput.struct_class = Types::GetBucketLifecycleConfigurationOutput
         
     | 
| 
       1138 
1145 
     | 
    
         | 
| 
       1139 
     | 
    
         
            -
                GetBucketLifecycleConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 1146 
     | 
    
         
            +
                GetBucketLifecycleConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       1140 
1147 
     | 
    
         
             
                GetBucketLifecycleConfigurationRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
         
     | 
| 
       1141 
1148 
     | 
    
         
             
                GetBucketLifecycleConfigurationRequest.struct_class = Types::GetBucketLifecycleConfigurationRequest
         
     | 
| 
       1142 
1149 
     | 
    
         | 
| 
       1143 
1150 
     | 
    
         
             
                GetBucketLifecycleOutput.add_member(:rules, Shapes::ShapeRef.new(shape: Rules, location_name: "Rule"))
         
     | 
| 
       1144 
1151 
     | 
    
         
             
                GetBucketLifecycleOutput.struct_class = Types::GetBucketLifecycleOutput
         
     | 
| 
       1145 
1152 
     | 
    
         | 
| 
       1146 
     | 
    
         
            -
                GetBucketLifecycleRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 1153 
     | 
    
         
            +
                GetBucketLifecycleRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       1147 
1154 
     | 
    
         
             
                GetBucketLifecycleRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
         
     | 
| 
       1148 
1155 
     | 
    
         
             
                GetBucketLifecycleRequest.struct_class = Types::GetBucketLifecycleRequest
         
     | 
| 
       1149 
1156 
     | 
    
         | 
| 
       1150 
1157 
     | 
    
         
             
                GetBucketLocationOutput.add_member(:location_constraint, Shapes::ShapeRef.new(shape: BucketLocationConstraint, location_name: "LocationConstraint"))
         
     | 
| 
       1151 
1158 
     | 
    
         
             
                GetBucketLocationOutput.struct_class = Types::GetBucketLocationOutput
         
     | 
| 
       1152 
1159 
     | 
    
         | 
| 
       1153 
     | 
    
         
            -
                GetBucketLocationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 1160 
     | 
    
         
            +
                GetBucketLocationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       1154 
1161 
     | 
    
         
             
                GetBucketLocationRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
         
     | 
| 
       1155 
1162 
     | 
    
         
             
                GetBucketLocationRequest.struct_class = Types::GetBucketLocationRequest
         
     | 
| 
       1156 
1163 
     | 
    
         | 
| 
       1157 
1164 
     | 
    
         
             
                GetBucketLoggingOutput.add_member(:logging_enabled, Shapes::ShapeRef.new(shape: LoggingEnabled, location_name: "LoggingEnabled"))
         
     | 
| 
       1158 
1165 
     | 
    
         
             
                GetBucketLoggingOutput.struct_class = Types::GetBucketLoggingOutput
         
     | 
| 
       1159 
1166 
     | 
    
         | 
| 
       1160 
     | 
    
         
            -
                GetBucketLoggingRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 1167 
     | 
    
         
            +
                GetBucketLoggingRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       1161 
1168 
     | 
    
         
             
                GetBucketLoggingRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
         
     | 
| 
       1162 
1169 
     | 
    
         
             
                GetBucketLoggingRequest.struct_class = Types::GetBucketLoggingRequest
         
     | 
| 
       1163 
1170 
     | 
    
         | 
| 
         @@ -1166,12 +1173,12 @@ module Aws::S3 
     | 
|
| 
       1166 
1173 
     | 
    
         
             
                GetBucketMetricsConfigurationOutput[:payload] = :metrics_configuration
         
     | 
| 
       1167 
1174 
     | 
    
         
             
                GetBucketMetricsConfigurationOutput[:payload_member] = GetBucketMetricsConfigurationOutput.member(:metrics_configuration)
         
     | 
| 
       1168 
1175 
     | 
    
         | 
| 
       1169 
     | 
    
         
            -
                GetBucketMetricsConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 1176 
     | 
    
         
            +
                GetBucketMetricsConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       1170 
1177 
     | 
    
         
             
                GetBucketMetricsConfigurationRequest.add_member(:id, Shapes::ShapeRef.new(shape: MetricsId, required: true, location: "querystring", location_name: "id"))
         
     | 
| 
       1171 
1178 
     | 
    
         
             
                GetBucketMetricsConfigurationRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
         
     | 
| 
       1172 
1179 
     | 
    
         
             
                GetBucketMetricsConfigurationRequest.struct_class = Types::GetBucketMetricsConfigurationRequest
         
     | 
| 
       1173 
1180 
     | 
    
         | 
| 
       1174 
     | 
    
         
            -
                GetBucketNotificationConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 1181 
     | 
    
         
            +
                GetBucketNotificationConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       1175 
1182 
     | 
    
         
             
                GetBucketNotificationConfigurationRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
         
     | 
| 
       1176 
1183 
     | 
    
         
             
                GetBucketNotificationConfigurationRequest.struct_class = Types::GetBucketNotificationConfigurationRequest
         
     | 
| 
       1177 
1184 
     | 
    
         | 
| 
         @@ -1180,7 +1187,7 @@ module Aws::S3 
     | 
|
| 
       1180 
1187 
     | 
    
         
             
                GetBucketOwnershipControlsOutput[:payload] = :ownership_controls
         
     | 
| 
       1181 
1188 
     | 
    
         
             
                GetBucketOwnershipControlsOutput[:payload_member] = GetBucketOwnershipControlsOutput.member(:ownership_controls)
         
     | 
| 
       1182 
1189 
     | 
    
         | 
| 
       1183 
     | 
    
         
            -
                GetBucketOwnershipControlsRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 1190 
     | 
    
         
            +
                GetBucketOwnershipControlsRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       1184 
1191 
     | 
    
         
             
                GetBucketOwnershipControlsRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
         
     | 
| 
       1185 
1192 
     | 
    
         
             
                GetBucketOwnershipControlsRequest.struct_class = Types::GetBucketOwnershipControlsRequest
         
     | 
| 
       1186 
1193 
     | 
    
         | 
| 
         @@ -1189,7 +1196,7 @@ module Aws::S3 
     | 
|
| 
       1189 
1196 
     | 
    
         
             
                GetBucketPolicyOutput[:payload] = :policy
         
     | 
| 
       1190 
1197 
     | 
    
         
             
                GetBucketPolicyOutput[:payload_member] = GetBucketPolicyOutput.member(:policy)
         
     | 
| 
       1191 
1198 
     | 
    
         | 
| 
       1192 
     | 
    
         
            -
                GetBucketPolicyRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 1199 
     | 
    
         
            +
                GetBucketPolicyRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       1193 
1200 
     | 
    
         
             
                GetBucketPolicyRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
         
     | 
| 
       1194 
1201 
     | 
    
         
             
                GetBucketPolicyRequest.struct_class = Types::GetBucketPolicyRequest
         
     | 
| 
       1195 
1202 
     | 
    
         | 
| 
         @@ -1198,7 +1205,7 @@ module Aws::S3 
     | 
|
| 
       1198 
1205 
     | 
    
         
             
                GetBucketPolicyStatusOutput[:payload] = :policy_status
         
     | 
| 
       1199 
1206 
     | 
    
         
             
                GetBucketPolicyStatusOutput[:payload_member] = GetBucketPolicyStatusOutput.member(:policy_status)
         
     | 
| 
       1200 
1207 
     | 
    
         | 
| 
       1201 
     | 
    
         
            -
                GetBucketPolicyStatusRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 1208 
     | 
    
         
            +
                GetBucketPolicyStatusRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       1202 
1209 
     | 
    
         
             
                GetBucketPolicyStatusRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
         
     | 
| 
       1203 
1210 
     | 
    
         
             
                GetBucketPolicyStatusRequest.struct_class = Types::GetBucketPolicyStatusRequest
         
     | 
| 
       1204 
1211 
     | 
    
         | 
| 
         @@ -1207,21 +1214,21 @@ module Aws::S3 
     | 
|
| 
       1207 
1214 
     | 
    
         
             
                GetBucketReplicationOutput[:payload] = :replication_configuration
         
     | 
| 
       1208 
1215 
     | 
    
         
             
                GetBucketReplicationOutput[:payload_member] = GetBucketReplicationOutput.member(:replication_configuration)
         
     | 
| 
       1209 
1216 
     | 
    
         | 
| 
       1210 
     | 
    
         
            -
                GetBucketReplicationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 1217 
     | 
    
         
            +
                GetBucketReplicationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       1211 
1218 
     | 
    
         
             
                GetBucketReplicationRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
         
     | 
| 
       1212 
1219 
     | 
    
         
             
                GetBucketReplicationRequest.struct_class = Types::GetBucketReplicationRequest
         
     | 
| 
       1213 
1220 
     | 
    
         | 
| 
       1214 
1221 
     | 
    
         
             
                GetBucketRequestPaymentOutput.add_member(:payer, Shapes::ShapeRef.new(shape: Payer, location_name: "Payer"))
         
     | 
| 
       1215 
1222 
     | 
    
         
             
                GetBucketRequestPaymentOutput.struct_class = Types::GetBucketRequestPaymentOutput
         
     | 
| 
       1216 
1223 
     | 
    
         | 
| 
       1217 
     | 
    
         
            -
                GetBucketRequestPaymentRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 1224 
     | 
    
         
            +
                GetBucketRequestPaymentRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       1218 
1225 
     | 
    
         
             
                GetBucketRequestPaymentRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
         
     | 
| 
       1219 
1226 
     | 
    
         
             
                GetBucketRequestPaymentRequest.struct_class = Types::GetBucketRequestPaymentRequest
         
     | 
| 
       1220 
1227 
     | 
    
         | 
| 
       1221 
1228 
     | 
    
         
             
                GetBucketTaggingOutput.add_member(:tag_set, Shapes::ShapeRef.new(shape: TagSet, required: true, location_name: "TagSet"))
         
     | 
| 
       1222 
1229 
     | 
    
         
             
                GetBucketTaggingOutput.struct_class = Types::GetBucketTaggingOutput
         
     | 
| 
       1223 
1230 
     | 
    
         | 
| 
       1224 
     | 
    
         
            -
                GetBucketTaggingRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 1231 
     | 
    
         
            +
                GetBucketTaggingRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       1225 
1232 
     | 
    
         
             
                GetBucketTaggingRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
         
     | 
| 
       1226 
1233 
     | 
    
         
             
                GetBucketTaggingRequest.struct_class = Types::GetBucketTaggingRequest
         
     | 
| 
       1227 
1234 
     | 
    
         | 
| 
         @@ -1229,7 +1236,7 @@ module Aws::S3 
     | 
|
| 
       1229 
1236 
     | 
    
         
             
                GetBucketVersioningOutput.add_member(:mfa_delete, Shapes::ShapeRef.new(shape: MFADeleteStatus, location_name: "MfaDelete"))
         
     | 
| 
       1230 
1237 
     | 
    
         
             
                GetBucketVersioningOutput.struct_class = Types::GetBucketVersioningOutput
         
     | 
| 
       1231 
1238 
     | 
    
         | 
| 
       1232 
     | 
    
         
            -
                GetBucketVersioningRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 1239 
     | 
    
         
            +
                GetBucketVersioningRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       1233 
1240 
     | 
    
         
             
                GetBucketVersioningRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
         
     | 
| 
       1234 
1241 
     | 
    
         
             
                GetBucketVersioningRequest.struct_class = Types::GetBucketVersioningRequest
         
     | 
| 
       1235 
1242 
     | 
    
         | 
| 
         @@ -1239,7 +1246,7 @@ module Aws::S3 
     | 
|
| 
       1239 
1246 
     | 
    
         
             
                GetBucketWebsiteOutput.add_member(:routing_rules, Shapes::ShapeRef.new(shape: RoutingRules, location_name: "RoutingRules"))
         
     | 
| 
       1240 
1247 
     | 
    
         
             
                GetBucketWebsiteOutput.struct_class = Types::GetBucketWebsiteOutput
         
     | 
| 
       1241 
1248 
     | 
    
         | 
| 
       1242 
     | 
    
         
            -
                GetBucketWebsiteRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 1249 
     | 
    
         
            +
                GetBucketWebsiteRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       1243 
1250 
     | 
    
         
             
                GetBucketWebsiteRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
         
     | 
| 
       1244 
1251 
     | 
    
         
             
                GetBucketWebsiteRequest.struct_class = Types::GetBucketWebsiteRequest
         
     | 
| 
       1245 
1252 
     | 
    
         | 
| 
         @@ -1248,7 +1255,7 @@ module Aws::S3 
     | 
|
| 
       1248 
1255 
     | 
    
         
             
                GetObjectAclOutput.add_member(:request_charged, Shapes::ShapeRef.new(shape: RequestCharged, location: "header", location_name: "x-amz-request-charged"))
         
     | 
| 
       1249 
1256 
     | 
    
         
             
                GetObjectAclOutput.struct_class = Types::GetObjectAclOutput
         
     | 
| 
       1250 
1257 
     | 
    
         | 
| 
       1251 
     | 
    
         
            -
                GetObjectAclRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 1258 
     | 
    
         
            +
                GetObjectAclRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       1252 
1259 
     | 
    
         
             
                GetObjectAclRequest.add_member(:key, Shapes::ShapeRef.new(shape: ObjectKey, required: true, location: "uri", location_name: "Key"))
         
     | 
| 
       1253 
1260 
     | 
    
         
             
                GetObjectAclRequest.add_member(:version_id, Shapes::ShapeRef.new(shape: ObjectVersionId, location: "querystring", location_name: "versionId"))
         
     | 
| 
       1254 
1261 
     | 
    
         
             
                GetObjectAclRequest.add_member(:request_payer, Shapes::ShapeRef.new(shape: RequestPayer, location: "header", location_name: "x-amz-request-payer"))
         
     | 
| 
         @@ -1274,7 +1281,7 @@ module Aws::S3 
     | 
|
| 
       1274 
1281 
     | 
    
         
             
                GetObjectAttributesParts.add_member(:parts, Shapes::ShapeRef.new(shape: PartsList, location_name: "Part"))
         
     | 
| 
       1275 
1282 
     | 
    
         
             
                GetObjectAttributesParts.struct_class = Types::GetObjectAttributesParts
         
     | 
| 
       1276 
1283 
     | 
    
         | 
| 
       1277 
     | 
    
         
            -
                GetObjectAttributesRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 1284 
     | 
    
         
            +
                GetObjectAttributesRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       1278 
1285 
     | 
    
         
             
                GetObjectAttributesRequest.add_member(:key, Shapes::ShapeRef.new(shape: ObjectKey, required: true, location: "uri", location_name: "Key"))
         
     | 
| 
       1279 
1286 
     | 
    
         
             
                GetObjectAttributesRequest.add_member(:version_id, Shapes::ShapeRef.new(shape: ObjectVersionId, location: "querystring", location_name: "versionId"))
         
     | 
| 
       1280 
1287 
     | 
    
         
             
                GetObjectAttributesRequest.add_member(:max_parts, Shapes::ShapeRef.new(shape: MaxParts, location: "header", location_name: "x-amz-max-parts"))
         
     | 
| 
         @@ -1292,7 +1299,7 @@ module Aws::S3 
     | 
|
| 
       1292 
1299 
     | 
    
         
             
                GetObjectLegalHoldOutput[:payload] = :legal_hold
         
     | 
| 
       1293 
1300 
     | 
    
         
             
                GetObjectLegalHoldOutput[:payload_member] = GetObjectLegalHoldOutput.member(:legal_hold)
         
     | 
| 
       1294 
1301 
     | 
    
         | 
| 
       1295 
     | 
    
         
            -
                GetObjectLegalHoldRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 1302 
     | 
    
         
            +
                GetObjectLegalHoldRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       1296 
1303 
     | 
    
         
             
                GetObjectLegalHoldRequest.add_member(:key, Shapes::ShapeRef.new(shape: ObjectKey, required: true, location: "uri", location_name: "Key"))
         
     | 
| 
       1297 
1304 
     | 
    
         
             
                GetObjectLegalHoldRequest.add_member(:version_id, Shapes::ShapeRef.new(shape: ObjectVersionId, location: "querystring", location_name: "versionId"))
         
     | 
| 
       1298 
1305 
     | 
    
         
             
                GetObjectLegalHoldRequest.add_member(:request_payer, Shapes::ShapeRef.new(shape: RequestPayer, location: "header", location_name: "x-amz-request-payer"))
         
     | 
| 
         @@ -1304,7 +1311,7 @@ module Aws::S3 
     | 
|
| 
       1304 
1311 
     | 
    
         
             
                GetObjectLockConfigurationOutput[:payload] = :object_lock_configuration
         
     | 
| 
       1305 
1312 
     | 
    
         
             
                GetObjectLockConfigurationOutput[:payload_member] = GetObjectLockConfigurationOutput.member(:object_lock_configuration)
         
     | 
| 
       1306 
1313 
     | 
    
         | 
| 
       1307 
     | 
    
         
            -
                GetObjectLockConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 1314 
     | 
    
         
            +
                GetObjectLockConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       1308 
1315 
     | 
    
         
             
                GetObjectLockConfigurationRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
         
     | 
| 
       1309 
1316 
     | 
    
         
             
                GetObjectLockConfigurationRequest.struct_class = Types::GetObjectLockConfigurationRequest
         
     | 
| 
       1310 
1317 
     | 
    
         | 
| 
         @@ -1349,7 +1356,7 @@ module Aws::S3 
     | 
|
| 
       1349 
1356 
     | 
    
         
             
                GetObjectOutput[:payload] = :body
         
     | 
| 
       1350 
1357 
     | 
    
         
             
                GetObjectOutput[:payload_member] = GetObjectOutput.member(:body)
         
     | 
| 
       1351 
1358 
     | 
    
         | 
| 
       1352 
     | 
    
         
            -
                GetObjectRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 1359 
     | 
    
         
            +
                GetObjectRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       1353 
1360 
     | 
    
         
             
                GetObjectRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: IfMatch, location: "header", location_name: "If-Match"))
         
     | 
| 
       1354 
1361 
     | 
    
         
             
                GetObjectRequest.add_member(:if_modified_since, Shapes::ShapeRef.new(shape: IfModifiedSince, location: "header", location_name: "If-Modified-Since"))
         
     | 
| 
       1355 
1362 
     | 
    
         
             
                GetObjectRequest.add_member(:if_none_match, Shapes::ShapeRef.new(shape: IfNoneMatch, location: "header", location_name: "If-None-Match"))
         
     | 
| 
         @@ -1377,7 +1384,7 @@ module Aws::S3 
     | 
|
| 
       1377 
1384 
     | 
    
         
             
                GetObjectRetentionOutput[:payload] = :retention
         
     | 
| 
       1378 
1385 
     | 
    
         
             
                GetObjectRetentionOutput[:payload_member] = GetObjectRetentionOutput.member(:retention)
         
     | 
| 
       1379 
1386 
     | 
    
         | 
| 
       1380 
     | 
    
         
            -
                GetObjectRetentionRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 1387 
     | 
    
         
            +
                GetObjectRetentionRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       1381 
1388 
     | 
    
         
             
                GetObjectRetentionRequest.add_member(:key, Shapes::ShapeRef.new(shape: ObjectKey, required: true, location: "uri", location_name: "Key"))
         
     | 
| 
       1382 
1389 
     | 
    
         
             
                GetObjectRetentionRequest.add_member(:version_id, Shapes::ShapeRef.new(shape: ObjectVersionId, location: "querystring", location_name: "versionId"))
         
     | 
| 
       1383 
1390 
     | 
    
         
             
                GetObjectRetentionRequest.add_member(:request_payer, Shapes::ShapeRef.new(shape: RequestPayer, location: "header", location_name: "x-amz-request-payer"))
         
     | 
| 
         @@ -1388,7 +1395,7 @@ module Aws::S3 
     | 
|
| 
       1388 
1395 
     | 
    
         
             
                GetObjectTaggingOutput.add_member(:tag_set, Shapes::ShapeRef.new(shape: TagSet, required: true, location_name: "TagSet"))
         
     | 
| 
       1389 
1396 
     | 
    
         
             
                GetObjectTaggingOutput.struct_class = Types::GetObjectTaggingOutput
         
     | 
| 
       1390 
1397 
     | 
    
         | 
| 
       1391 
     | 
    
         
            -
                GetObjectTaggingRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 1398 
     | 
    
         
            +
                GetObjectTaggingRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       1392 
1399 
     | 
    
         
             
                GetObjectTaggingRequest.add_member(:key, Shapes::ShapeRef.new(shape: ObjectKey, required: true, location: "uri", location_name: "Key"))
         
     | 
| 
       1393 
1400 
     | 
    
         
             
                GetObjectTaggingRequest.add_member(:version_id, Shapes::ShapeRef.new(shape: ObjectVersionId, location: "querystring", location_name: "versionId"))
         
     | 
| 
       1394 
1401 
     | 
    
         
             
                GetObjectTaggingRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
         
     | 
| 
         @@ -1401,7 +1408,7 @@ module Aws::S3 
     | 
|
| 
       1401 
1408 
     | 
    
         
             
                GetObjectTorrentOutput[:payload] = :body
         
     | 
| 
       1402 
1409 
     | 
    
         
             
                GetObjectTorrentOutput[:payload_member] = GetObjectTorrentOutput.member(:body)
         
     | 
| 
       1403 
1410 
     | 
    
         | 
| 
       1404 
     | 
    
         
            -
                GetObjectTorrentRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 1411 
     | 
    
         
            +
                GetObjectTorrentRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       1405 
1412 
     | 
    
         
             
                GetObjectTorrentRequest.add_member(:key, Shapes::ShapeRef.new(shape: ObjectKey, required: true, location: "uri", location_name: "Key"))
         
     | 
| 
       1406 
1413 
     | 
    
         
             
                GetObjectTorrentRequest.add_member(:request_payer, Shapes::ShapeRef.new(shape: RequestPayer, location: "header", location_name: "x-amz-request-payer"))
         
     | 
| 
       1407 
1414 
     | 
    
         
             
                GetObjectTorrentRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
         
     | 
| 
         @@ -1412,7 +1419,7 @@ module Aws::S3 
     | 
|
| 
       1412 
1419 
     | 
    
         
             
                GetPublicAccessBlockOutput[:payload] = :public_access_block_configuration
         
     | 
| 
       1413 
1420 
     | 
    
         
             
                GetPublicAccessBlockOutput[:payload_member] = GetPublicAccessBlockOutput.member(:public_access_block_configuration)
         
     | 
| 
       1414 
1421 
     | 
    
         | 
| 
       1415 
     | 
    
         
            -
                GetPublicAccessBlockRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 1422 
     | 
    
         
            +
                GetPublicAccessBlockRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       1416 
1423 
     | 
    
         
             
                GetPublicAccessBlockRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
         
     | 
| 
       1417 
1424 
     | 
    
         
             
                GetPublicAccessBlockRequest.struct_class = Types::GetPublicAccessBlockRequest
         
     | 
| 
       1418 
1425 
     | 
    
         | 
| 
         @@ -1432,7 +1439,7 @@ module Aws::S3 
     | 
|
| 
       1432 
1439 
     | 
    
         | 
| 
       1433 
1440 
     | 
    
         
             
                Grants.member = Shapes::ShapeRef.new(shape: Grant, location_name: "Grant")
         
     | 
| 
       1434 
1441 
     | 
    
         | 
| 
       1435 
     | 
    
         
            -
                HeadBucketRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 1442 
     | 
    
         
            +
                HeadBucketRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       1436 
1443 
     | 
    
         
             
                HeadBucketRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
         
     | 
| 
       1437 
1444 
     | 
    
         
             
                HeadBucketRequest.struct_class = Types::HeadBucketRequest
         
     | 
| 
       1438 
1445 
     | 
    
         | 
| 
         @@ -1473,7 +1480,7 @@ module Aws::S3 
     | 
|
| 
       1473 
1480 
     | 
    
         
             
                HeadObjectOutput.add_member(:object_lock_legal_hold_status, Shapes::ShapeRef.new(shape: ObjectLockLegalHoldStatus, location: "header", location_name: "x-amz-object-lock-legal-hold"))
         
     | 
| 
       1474 
1481 
     | 
    
         
             
                HeadObjectOutput.struct_class = Types::HeadObjectOutput
         
     | 
| 
       1475 
1482 
     | 
    
         | 
| 
       1476 
     | 
    
         
            -
                HeadObjectRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 1483 
     | 
    
         
            +
                HeadObjectRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       1477 
1484 
     | 
    
         
             
                HeadObjectRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: IfMatch, location: "header", location_name: "If-Match"))
         
     | 
| 
       1478 
1485 
     | 
    
         
             
                HeadObjectRequest.add_member(:if_modified_since, Shapes::ShapeRef.new(shape: IfModifiedSince, location: "header", location_name: "If-Modified-Since"))
         
     | 
| 
       1479 
1486 
     | 
    
         
             
                HeadObjectRequest.add_member(:if_none_match, Shapes::ShapeRef.new(shape: IfNoneMatch, location: "header", location_name: "If-None-Match"))
         
     | 
| 
         @@ -1611,7 +1618,7 @@ module Aws::S3 
     | 
|
| 
       1611 
1618 
     | 
    
         
             
                ListBucketAnalyticsConfigurationsOutput.add_member(:analytics_configuration_list, Shapes::ShapeRef.new(shape: AnalyticsConfigurationList, location_name: "AnalyticsConfiguration"))
         
     | 
| 
       1612 
1619 
     | 
    
         
             
                ListBucketAnalyticsConfigurationsOutput.struct_class = Types::ListBucketAnalyticsConfigurationsOutput
         
     | 
| 
       1613 
1620 
     | 
    
         | 
| 
       1614 
     | 
    
         
            -
                ListBucketAnalyticsConfigurationsRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 1621 
     | 
    
         
            +
                ListBucketAnalyticsConfigurationsRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       1615 
1622 
     | 
    
         
             
                ListBucketAnalyticsConfigurationsRequest.add_member(:continuation_token, Shapes::ShapeRef.new(shape: Token, location: "querystring", location_name: "continuation-token"))
         
     | 
| 
       1616 
1623 
     | 
    
         
             
                ListBucketAnalyticsConfigurationsRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
         
     | 
| 
       1617 
1624 
     | 
    
         
             
                ListBucketAnalyticsConfigurationsRequest.struct_class = Types::ListBucketAnalyticsConfigurationsRequest
         
     | 
| 
         @@ -1622,7 +1629,7 @@ module Aws::S3 
     | 
|
| 
       1622 
1629 
     | 
    
         
             
                ListBucketIntelligentTieringConfigurationsOutput.add_member(:intelligent_tiering_configuration_list, Shapes::ShapeRef.new(shape: IntelligentTieringConfigurationList, location_name: "IntelligentTieringConfiguration"))
         
     | 
| 
       1623 
1630 
     | 
    
         
             
                ListBucketIntelligentTieringConfigurationsOutput.struct_class = Types::ListBucketIntelligentTieringConfigurationsOutput
         
     | 
| 
       1624 
1631 
     | 
    
         | 
| 
       1625 
     | 
    
         
            -
                ListBucketIntelligentTieringConfigurationsRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 1632 
     | 
    
         
            +
                ListBucketIntelligentTieringConfigurationsRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       1626 
1633 
     | 
    
         
             
                ListBucketIntelligentTieringConfigurationsRequest.add_member(:continuation_token, Shapes::ShapeRef.new(shape: Token, location: "querystring", location_name: "continuation-token"))
         
     | 
| 
       1627 
1634 
     | 
    
         
             
                ListBucketIntelligentTieringConfigurationsRequest.struct_class = Types::ListBucketIntelligentTieringConfigurationsRequest
         
     | 
| 
       1628 
1635 
     | 
    
         | 
| 
         @@ -1632,7 +1639,7 @@ module Aws::S3 
     | 
|
| 
       1632 
1639 
     | 
    
         
             
                ListBucketInventoryConfigurationsOutput.add_member(:next_continuation_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextContinuationToken"))
         
     | 
| 
       1633 
1640 
     | 
    
         
             
                ListBucketInventoryConfigurationsOutput.struct_class = Types::ListBucketInventoryConfigurationsOutput
         
     | 
| 
       1634 
1641 
     | 
    
         | 
| 
       1635 
     | 
    
         
            -
                ListBucketInventoryConfigurationsRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 1642 
     | 
    
         
            +
                ListBucketInventoryConfigurationsRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       1636 
1643 
     | 
    
         
             
                ListBucketInventoryConfigurationsRequest.add_member(:continuation_token, Shapes::ShapeRef.new(shape: Token, location: "querystring", location_name: "continuation-token"))
         
     | 
| 
       1637 
1644 
     | 
    
         
             
                ListBucketInventoryConfigurationsRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
         
     | 
| 
       1638 
1645 
     | 
    
         
             
                ListBucketInventoryConfigurationsRequest.struct_class = Types::ListBucketInventoryConfigurationsRequest
         
     | 
| 
         @@ -1643,7 +1650,7 @@ module Aws::S3 
     | 
|
| 
       1643 
1650 
     | 
    
         
             
                ListBucketMetricsConfigurationsOutput.add_member(:metrics_configuration_list, Shapes::ShapeRef.new(shape: MetricsConfigurationList, location_name: "MetricsConfiguration"))
         
     | 
| 
       1644 
1651 
     | 
    
         
             
                ListBucketMetricsConfigurationsOutput.struct_class = Types::ListBucketMetricsConfigurationsOutput
         
     | 
| 
       1645 
1652 
     | 
    
         | 
| 
       1646 
     | 
    
         
            -
                ListBucketMetricsConfigurationsRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 1653 
     | 
    
         
            +
                ListBucketMetricsConfigurationsRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       1647 
1654 
     | 
    
         
             
                ListBucketMetricsConfigurationsRequest.add_member(:continuation_token, Shapes::ShapeRef.new(shape: Token, location: "querystring", location_name: "continuation-token"))
         
     | 
| 
       1648 
1655 
     | 
    
         
             
                ListBucketMetricsConfigurationsRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
         
     | 
| 
       1649 
1656 
     | 
    
         
             
                ListBucketMetricsConfigurationsRequest.struct_class = Types::ListBucketMetricsConfigurationsRequest
         
     | 
| 
         @@ -1664,9 +1671,10 @@ module Aws::S3 
     | 
|
| 
       1664 
1671 
     | 
    
         
             
                ListMultipartUploadsOutput.add_member(:uploads, Shapes::ShapeRef.new(shape: MultipartUploadList, location_name: "Upload"))
         
     | 
| 
       1665 
1672 
     | 
    
         
             
                ListMultipartUploadsOutput.add_member(:common_prefixes, Shapes::ShapeRef.new(shape: CommonPrefixList, location_name: "CommonPrefixes"))
         
     | 
| 
       1666 
1673 
     | 
    
         
             
                ListMultipartUploadsOutput.add_member(:encoding_type, Shapes::ShapeRef.new(shape: EncodingType, location_name: "EncodingType"))
         
     | 
| 
      
 1674 
     | 
    
         
            +
                ListMultipartUploadsOutput.add_member(:request_charged, Shapes::ShapeRef.new(shape: RequestCharged, location: "header", location_name: "x-amz-request-charged"))
         
     | 
| 
       1667 
1675 
     | 
    
         
             
                ListMultipartUploadsOutput.struct_class = Types::ListMultipartUploadsOutput
         
     | 
| 
       1668 
1676 
     | 
    
         | 
| 
       1669 
     | 
    
         
            -
                ListMultipartUploadsRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 1677 
     | 
    
         
            +
                ListMultipartUploadsRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       1670 
1678 
     | 
    
         
             
                ListMultipartUploadsRequest.add_member(:delimiter, Shapes::ShapeRef.new(shape: Delimiter, location: "querystring", location_name: "delimiter"))
         
     | 
| 
       1671 
1679 
     | 
    
         
             
                ListMultipartUploadsRequest.add_member(:encoding_type, Shapes::ShapeRef.new(shape: EncodingType, location: "querystring", location_name: "encoding-type"))
         
     | 
| 
       1672 
1680 
     | 
    
         
             
                ListMultipartUploadsRequest.add_member(:key_marker, Shapes::ShapeRef.new(shape: KeyMarker, location: "querystring", location_name: "key-marker"))
         
     | 
| 
         @@ -1674,6 +1682,7 @@ module Aws::S3 
     | 
|
| 
       1674 
1682 
     | 
    
         
             
                ListMultipartUploadsRequest.add_member(:prefix, Shapes::ShapeRef.new(shape: Prefix, location: "querystring", location_name: "prefix"))
         
     | 
| 
       1675 
1683 
     | 
    
         
             
                ListMultipartUploadsRequest.add_member(:upload_id_marker, Shapes::ShapeRef.new(shape: UploadIdMarker, location: "querystring", location_name: "upload-id-marker"))
         
     | 
| 
       1676 
1684 
     | 
    
         
             
                ListMultipartUploadsRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
         
     | 
| 
      
 1685 
     | 
    
         
            +
                ListMultipartUploadsRequest.add_member(:request_payer, Shapes::ShapeRef.new(shape: RequestPayer, location: "header", location_name: "x-amz-request-payer"))
         
     | 
| 
       1677 
1686 
     | 
    
         
             
                ListMultipartUploadsRequest.struct_class = Types::ListMultipartUploadsRequest
         
     | 
| 
       1678 
1687 
     | 
    
         | 
| 
       1679 
1688 
     | 
    
         
             
                ListObjectVersionsOutput.add_member(:is_truncated, Shapes::ShapeRef.new(shape: IsTruncated, location_name: "IsTruncated"))
         
     | 
| 
         @@ -1689,9 +1698,10 @@ module Aws::S3 
     | 
|
| 
       1689 
1698 
     | 
    
         
             
                ListObjectVersionsOutput.add_member(:max_keys, Shapes::ShapeRef.new(shape: MaxKeys, location_name: "MaxKeys"))
         
     | 
| 
       1690 
1699 
     | 
    
         
             
                ListObjectVersionsOutput.add_member(:common_prefixes, Shapes::ShapeRef.new(shape: CommonPrefixList, location_name: "CommonPrefixes"))
         
     | 
| 
       1691 
1700 
     | 
    
         
             
                ListObjectVersionsOutput.add_member(:encoding_type, Shapes::ShapeRef.new(shape: EncodingType, location_name: "EncodingType"))
         
     | 
| 
      
 1701 
     | 
    
         
            +
                ListObjectVersionsOutput.add_member(:request_charged, Shapes::ShapeRef.new(shape: RequestCharged, location: "header", location_name: "x-amz-request-charged"))
         
     | 
| 
       1692 
1702 
     | 
    
         
             
                ListObjectVersionsOutput.struct_class = Types::ListObjectVersionsOutput
         
     | 
| 
       1693 
1703 
     | 
    
         | 
| 
       1694 
     | 
    
         
            -
                ListObjectVersionsRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 1704 
     | 
    
         
            +
                ListObjectVersionsRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       1695 
1705 
     | 
    
         
             
                ListObjectVersionsRequest.add_member(:delimiter, Shapes::ShapeRef.new(shape: Delimiter, location: "querystring", location_name: "delimiter"))
         
     | 
| 
       1696 
1706 
     | 
    
         
             
                ListObjectVersionsRequest.add_member(:encoding_type, Shapes::ShapeRef.new(shape: EncodingType, location: "querystring", location_name: "encoding-type"))
         
     | 
| 
       1697 
1707 
     | 
    
         
             
                ListObjectVersionsRequest.add_member(:key_marker, Shapes::ShapeRef.new(shape: KeyMarker, location: "querystring", location_name: "key-marker"))
         
     | 
| 
         @@ -1699,6 +1709,8 @@ module Aws::S3 
     | 
|
| 
       1699 
1709 
     | 
    
         
             
                ListObjectVersionsRequest.add_member(:prefix, Shapes::ShapeRef.new(shape: Prefix, location: "querystring", location_name: "prefix"))
         
     | 
| 
       1700 
1710 
     | 
    
         
             
                ListObjectVersionsRequest.add_member(:version_id_marker, Shapes::ShapeRef.new(shape: VersionIdMarker, location: "querystring", location_name: "version-id-marker"))
         
     | 
| 
       1701 
1711 
     | 
    
         
             
                ListObjectVersionsRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
         
     | 
| 
      
 1712 
     | 
    
         
            +
                ListObjectVersionsRequest.add_member(:request_payer, Shapes::ShapeRef.new(shape: RequestPayer, location: "header", location_name: "x-amz-request-payer"))
         
     | 
| 
      
 1713 
     | 
    
         
            +
                ListObjectVersionsRequest.add_member(:optional_object_attributes, Shapes::ShapeRef.new(shape: OptionalObjectAttributesList, location: "header", location_name: "x-amz-optional-object-attributes"))
         
     | 
| 
       1702 
1714 
     | 
    
         
             
                ListObjectVersionsRequest.struct_class = Types::ListObjectVersionsRequest
         
     | 
| 
       1703 
1715 
     | 
    
         | 
| 
       1704 
1716 
     | 
    
         
             
                ListObjectsOutput.add_member(:is_truncated, Shapes::ShapeRef.new(shape: IsTruncated, location_name: "IsTruncated"))
         
     | 
| 
         @@ -1711,9 +1723,10 @@ module Aws::S3 
     | 
|
| 
       1711 
1723 
     | 
    
         
             
                ListObjectsOutput.add_member(:max_keys, Shapes::ShapeRef.new(shape: MaxKeys, location_name: "MaxKeys"))
         
     | 
| 
       1712 
1724 
     | 
    
         
             
                ListObjectsOutput.add_member(:common_prefixes, Shapes::ShapeRef.new(shape: CommonPrefixList, location_name: "CommonPrefixes"))
         
     | 
| 
       1713 
1725 
     | 
    
         
             
                ListObjectsOutput.add_member(:encoding_type, Shapes::ShapeRef.new(shape: EncodingType, location_name: "EncodingType"))
         
     | 
| 
      
 1726 
     | 
    
         
            +
                ListObjectsOutput.add_member(:request_charged, Shapes::ShapeRef.new(shape: RequestCharged, location: "header", location_name: "x-amz-request-charged"))
         
     | 
| 
       1714 
1727 
     | 
    
         
             
                ListObjectsOutput.struct_class = Types::ListObjectsOutput
         
     | 
| 
       1715 
1728 
     | 
    
         | 
| 
       1716 
     | 
    
         
            -
                ListObjectsRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 1729 
     | 
    
         
            +
                ListObjectsRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       1717 
1730 
     | 
    
         
             
                ListObjectsRequest.add_member(:delimiter, Shapes::ShapeRef.new(shape: Delimiter, location: "querystring", location_name: "delimiter"))
         
     | 
| 
       1718 
1731 
     | 
    
         
             
                ListObjectsRequest.add_member(:encoding_type, Shapes::ShapeRef.new(shape: EncodingType, location: "querystring", location_name: "encoding-type"))
         
     | 
| 
       1719 
1732 
     | 
    
         
             
                ListObjectsRequest.add_member(:marker, Shapes::ShapeRef.new(shape: Marker, location: "querystring", location_name: "marker"))
         
     | 
| 
         @@ -1721,6 +1734,7 @@ module Aws::S3 
     | 
|
| 
       1721 
1734 
     | 
    
         
             
                ListObjectsRequest.add_member(:prefix, Shapes::ShapeRef.new(shape: Prefix, location: "querystring", location_name: "prefix"))
         
     | 
| 
       1722 
1735 
     | 
    
         
             
                ListObjectsRequest.add_member(:request_payer, Shapes::ShapeRef.new(shape: RequestPayer, location: "header", location_name: "x-amz-request-payer"))
         
     | 
| 
       1723 
1736 
     | 
    
         
             
                ListObjectsRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
         
     | 
| 
      
 1737 
     | 
    
         
            +
                ListObjectsRequest.add_member(:optional_object_attributes, Shapes::ShapeRef.new(shape: OptionalObjectAttributesList, location: "header", location_name: "x-amz-optional-object-attributes"))
         
     | 
| 
       1724 
1738 
     | 
    
         
             
                ListObjectsRequest.struct_class = Types::ListObjectsRequest
         
     | 
| 
       1725 
1739 
     | 
    
         | 
| 
       1726 
1740 
     | 
    
         
             
                ListObjectsV2Output.add_member(:is_truncated, Shapes::ShapeRef.new(shape: IsTruncated, location_name: "IsTruncated"))
         
     | 
| 
         @@ -1735,9 +1749,10 @@ module Aws::S3 
     | 
|
| 
       1735 
1749 
     | 
    
         
             
                ListObjectsV2Output.add_member(:continuation_token, Shapes::ShapeRef.new(shape: Token, location_name: "ContinuationToken"))
         
     | 
| 
       1736 
1750 
     | 
    
         
             
                ListObjectsV2Output.add_member(:next_continuation_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextContinuationToken"))
         
     | 
| 
       1737 
1751 
     | 
    
         
             
                ListObjectsV2Output.add_member(:start_after, Shapes::ShapeRef.new(shape: StartAfter, location_name: "StartAfter"))
         
     | 
| 
      
 1752 
     | 
    
         
            +
                ListObjectsV2Output.add_member(:request_charged, Shapes::ShapeRef.new(shape: RequestCharged, location: "header", location_name: "x-amz-request-charged"))
         
     | 
| 
       1738 
1753 
     | 
    
         
             
                ListObjectsV2Output.struct_class = Types::ListObjectsV2Output
         
     | 
| 
       1739 
1754 
     | 
    
         | 
| 
       1740 
     | 
    
         
            -
                ListObjectsV2Request.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 1755 
     | 
    
         
            +
                ListObjectsV2Request.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       1741 
1756 
     | 
    
         
             
                ListObjectsV2Request.add_member(:delimiter, Shapes::ShapeRef.new(shape: Delimiter, location: "querystring", location_name: "delimiter"))
         
     | 
| 
       1742 
1757 
     | 
    
         
             
                ListObjectsV2Request.add_member(:encoding_type, Shapes::ShapeRef.new(shape: EncodingType, location: "querystring", location_name: "encoding-type"))
         
     | 
| 
       1743 
1758 
     | 
    
         
             
                ListObjectsV2Request.add_member(:max_keys, Shapes::ShapeRef.new(shape: MaxKeys, location: "querystring", location_name: "max-keys"))
         
     | 
| 
         @@ -1747,6 +1762,7 @@ module Aws::S3 
     | 
|
| 
       1747 
1762 
     | 
    
         
             
                ListObjectsV2Request.add_member(:start_after, Shapes::ShapeRef.new(shape: StartAfter, location: "querystring", location_name: "start-after"))
         
     | 
| 
       1748 
1763 
     | 
    
         
             
                ListObjectsV2Request.add_member(:request_payer, Shapes::ShapeRef.new(shape: RequestPayer, location: "header", location_name: "x-amz-request-payer"))
         
     | 
| 
       1749 
1764 
     | 
    
         
             
                ListObjectsV2Request.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
         
     | 
| 
      
 1765 
     | 
    
         
            +
                ListObjectsV2Request.add_member(:optional_object_attributes, Shapes::ShapeRef.new(shape: OptionalObjectAttributesList, location: "header", location_name: "x-amz-optional-object-attributes"))
         
     | 
| 
       1750 
1766 
     | 
    
         
             
                ListObjectsV2Request.struct_class = Types::ListObjectsV2Request
         
     | 
| 
       1751 
1767 
     | 
    
         | 
| 
       1752 
1768 
     | 
    
         
             
                ListPartsOutput.add_member(:abort_date, Shapes::ShapeRef.new(shape: AbortDate, location: "header", location_name: "x-amz-abort-date"))
         
     | 
| 
         @@ -1766,7 +1782,7 @@ module Aws::S3 
     | 
|
| 
       1766 
1782 
     | 
    
         
             
                ListPartsOutput.add_member(:checksum_algorithm, Shapes::ShapeRef.new(shape: ChecksumAlgorithm, location_name: "ChecksumAlgorithm"))
         
     | 
| 
       1767 
1783 
     | 
    
         
             
                ListPartsOutput.struct_class = Types::ListPartsOutput
         
     | 
| 
       1768 
1784 
     | 
    
         | 
| 
       1769 
     | 
    
         
            -
                ListPartsRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 1785 
     | 
    
         
            +
                ListPartsRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       1770 
1786 
     | 
    
         
             
                ListPartsRequest.add_member(:key, Shapes::ShapeRef.new(shape: ObjectKey, required: true, location: "uri", location_name: "Key"))
         
     | 
| 
       1771 
1787 
     | 
    
         
             
                ListPartsRequest.add_member(:max_parts, Shapes::ShapeRef.new(shape: MaxParts, location: "querystring", location_name: "max-parts"))
         
     | 
| 
       1772 
1788 
     | 
    
         
             
                ListPartsRequest.add_member(:part_number_marker, Shapes::ShapeRef.new(shape: PartNumberMarker, location: "querystring", location_name: "part-number-marker"))
         
     | 
| 
         @@ -1860,6 +1876,7 @@ module Aws::S3 
     | 
|
| 
       1860 
1876 
     | 
    
         
             
                Object.add_member(:size, Shapes::ShapeRef.new(shape: Size, location_name: "Size"))
         
     | 
| 
       1861 
1877 
     | 
    
         
             
                Object.add_member(:storage_class, Shapes::ShapeRef.new(shape: ObjectStorageClass, location_name: "StorageClass"))
         
     | 
| 
       1862 
1878 
     | 
    
         
             
                Object.add_member(:owner, Shapes::ShapeRef.new(shape: Owner, location_name: "Owner"))
         
     | 
| 
      
 1879 
     | 
    
         
            +
                Object.add_member(:restore_status, Shapes::ShapeRef.new(shape: RestoreStatus, location_name: "RestoreStatus"))
         
     | 
| 
       1863 
1880 
     | 
    
         
             
                Object.struct_class = Types::Object
         
     | 
| 
       1864 
1881 
     | 
    
         | 
| 
       1865 
1882 
     | 
    
         
             
                ObjectAlreadyInActiveTierError.struct_class = Types::ObjectAlreadyInActiveTierError
         
     | 
| 
         @@ -1907,10 +1924,13 @@ module Aws::S3 
     | 
|
| 
       1907 
1924 
     | 
    
         
             
                ObjectVersion.add_member(:is_latest, Shapes::ShapeRef.new(shape: IsLatest, location_name: "IsLatest"))
         
     | 
| 
       1908 
1925 
     | 
    
         
             
                ObjectVersion.add_member(:last_modified, Shapes::ShapeRef.new(shape: LastModified, location_name: "LastModified"))
         
     | 
| 
       1909 
1926 
     | 
    
         
             
                ObjectVersion.add_member(:owner, Shapes::ShapeRef.new(shape: Owner, location_name: "Owner"))
         
     | 
| 
      
 1927 
     | 
    
         
            +
                ObjectVersion.add_member(:restore_status, Shapes::ShapeRef.new(shape: RestoreStatus, location_name: "RestoreStatus"))
         
     | 
| 
       1910 
1928 
     | 
    
         
             
                ObjectVersion.struct_class = Types::ObjectVersion
         
     | 
| 
       1911 
1929 
     | 
    
         | 
| 
       1912 
1930 
     | 
    
         
             
                ObjectVersionList.member = Shapes::ShapeRef.new(shape: ObjectVersion)
         
     | 
| 
       1913 
1931 
     | 
    
         | 
| 
      
 1932 
     | 
    
         
            +
                OptionalObjectAttributesList.member = Shapes::ShapeRef.new(shape: OptionalObjectAttributes)
         
     | 
| 
      
 1933 
     | 
    
         
            +
             
     | 
| 
       1914 
1934 
     | 
    
         
             
                OutputLocation.add_member(:s3, Shapes::ShapeRef.new(shape: S3Location, location_name: "S3"))
         
     | 
| 
       1915 
1935 
     | 
    
         
             
                OutputLocation.struct_class = Types::OutputLocation
         
     | 
| 
       1916 
1936 
     | 
    
         | 
| 
         @@ -1963,7 +1983,7 @@ module Aws::S3 
     | 
|
| 
       1963 
1983 
     | 
    
         
             
                PublicAccessBlockConfiguration.add_member(:restrict_public_buckets, Shapes::ShapeRef.new(shape: Setting, location_name: "RestrictPublicBuckets"))
         
     | 
| 
       1964 
1984 
     | 
    
         
             
                PublicAccessBlockConfiguration.struct_class = Types::PublicAccessBlockConfiguration
         
     | 
| 
       1965 
1985 
     | 
    
         | 
| 
       1966 
     | 
    
         
            -
                PutBucketAccelerateConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 1986 
     | 
    
         
            +
                PutBucketAccelerateConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       1967 
1987 
     | 
    
         
             
                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 
1988 
     | 
    
         
             
                PutBucketAccelerateConfigurationRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
         
     | 
| 
       1969 
1989 
     | 
    
         
             
                PutBucketAccelerateConfigurationRequest.add_member(:checksum_algorithm, Shapes::ShapeRef.new(shape: ChecksumAlgorithm, location: "header", location_name: "x-amz-sdk-checksum-algorithm"))
         
     | 
| 
         @@ -1973,7 +1993,7 @@ module Aws::S3 
     | 
|
| 
       1973 
1993 
     | 
    
         | 
| 
       1974 
1994 
     | 
    
         
             
                PutBucketAclRequest.add_member(:acl, Shapes::ShapeRef.new(shape: BucketCannedACL, location: "header", location_name: "x-amz-acl"))
         
     | 
| 
       1975 
1995 
     | 
    
         
             
                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"))
         
     | 
| 
      
 1996 
     | 
    
         
            +
                PutBucketAclRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       1977 
1997 
     | 
    
         
             
                PutBucketAclRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
         
     | 
| 
       1978 
1998 
     | 
    
         
             
                PutBucketAclRequest.add_member(:checksum_algorithm, Shapes::ShapeRef.new(shape: ChecksumAlgorithm, location: "header", location_name: "x-amz-sdk-checksum-algorithm"))
         
     | 
| 
       1979 
1999 
     | 
    
         
             
                PutBucketAclRequest.add_member(:grant_full_control, Shapes::ShapeRef.new(shape: GrantFullControl, location: "header", location_name: "x-amz-grant-full-control"))
         
     | 
| 
         @@ -1986,7 +2006,7 @@ module Aws::S3 
     | 
|
| 
       1986 
2006 
     | 
    
         
             
                PutBucketAclRequest[:payload] = :access_control_policy
         
     | 
| 
       1987 
2007 
     | 
    
         
             
                PutBucketAclRequest[:payload_member] = PutBucketAclRequest.member(:access_control_policy)
         
     | 
| 
       1988 
2008 
     | 
    
         | 
| 
       1989 
     | 
    
         
            -
                PutBucketAnalyticsConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 2009 
     | 
    
         
            +
                PutBucketAnalyticsConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       1990 
2010 
     | 
    
         
             
                PutBucketAnalyticsConfigurationRequest.add_member(:id, Shapes::ShapeRef.new(shape: AnalyticsId, required: true, location: "querystring", location_name: "id"))
         
     | 
| 
       1991 
2011 
     | 
    
         
             
                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 
2012 
     | 
    
         
             
                PutBucketAnalyticsConfigurationRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
         
     | 
| 
         @@ -1994,7 +2014,7 @@ module Aws::S3 
     | 
|
| 
       1994 
2014 
     | 
    
         
             
                PutBucketAnalyticsConfigurationRequest[:payload] = :analytics_configuration
         
     | 
| 
       1995 
2015 
     | 
    
         
             
                PutBucketAnalyticsConfigurationRequest[:payload_member] = PutBucketAnalyticsConfigurationRequest.member(:analytics_configuration)
         
     | 
| 
       1996 
2016 
     | 
    
         | 
| 
       1997 
     | 
    
         
            -
                PutBucketCorsRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 2017 
     | 
    
         
            +
                PutBucketCorsRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       1998 
2018 
     | 
    
         
             
                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 
2019 
     | 
    
         
             
                PutBucketCorsRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
         
     | 
| 
       2000 
2020 
     | 
    
         
             
                PutBucketCorsRequest.add_member(:checksum_algorithm, Shapes::ShapeRef.new(shape: ChecksumAlgorithm, location: "header", location_name: "x-amz-sdk-checksum-algorithm"))
         
     | 
| 
         @@ -2003,7 +2023,7 @@ module Aws::S3 
     | 
|
| 
       2003 
2023 
     | 
    
         
             
                PutBucketCorsRequest[:payload] = :cors_configuration
         
     | 
| 
       2004 
2024 
     | 
    
         
             
                PutBucketCorsRequest[:payload_member] = PutBucketCorsRequest.member(:cors_configuration)
         
     | 
| 
       2005 
2025 
     | 
    
         | 
| 
       2006 
     | 
    
         
            -
                PutBucketEncryptionRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 2026 
     | 
    
         
            +
                PutBucketEncryptionRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       2007 
2027 
     | 
    
         
             
                PutBucketEncryptionRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
         
     | 
| 
       2008 
2028 
     | 
    
         
             
                PutBucketEncryptionRequest.add_member(:checksum_algorithm, Shapes::ShapeRef.new(shape: ChecksumAlgorithm, location: "header", location_name: "x-amz-sdk-checksum-algorithm"))
         
     | 
| 
       2009 
2029 
     | 
    
         
             
                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 +2032,14 @@ module Aws::S3 
     | 
|
| 
       2012 
2032 
     | 
    
         
             
                PutBucketEncryptionRequest[:payload] = :server_side_encryption_configuration
         
     | 
| 
       2013 
2033 
     | 
    
         
             
                PutBucketEncryptionRequest[:payload_member] = PutBucketEncryptionRequest.member(:server_side_encryption_configuration)
         
     | 
| 
       2014 
2034 
     | 
    
         | 
| 
       2015 
     | 
    
         
            -
                PutBucketIntelligentTieringConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 2035 
     | 
    
         
            +
                PutBucketIntelligentTieringConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       2016 
2036 
     | 
    
         
             
                PutBucketIntelligentTieringConfigurationRequest.add_member(:id, Shapes::ShapeRef.new(shape: IntelligentTieringId, required: true, location: "querystring", location_name: "id"))
         
     | 
| 
       2017 
2037 
     | 
    
         
             
                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 
2038 
     | 
    
         
             
                PutBucketIntelligentTieringConfigurationRequest.struct_class = Types::PutBucketIntelligentTieringConfigurationRequest
         
     | 
| 
       2019 
2039 
     | 
    
         
             
                PutBucketIntelligentTieringConfigurationRequest[:payload] = :intelligent_tiering_configuration
         
     | 
| 
       2020 
2040 
     | 
    
         
             
                PutBucketIntelligentTieringConfigurationRequest[:payload_member] = PutBucketIntelligentTieringConfigurationRequest.member(:intelligent_tiering_configuration)
         
     | 
| 
       2021 
2041 
     | 
    
         | 
| 
       2022 
     | 
    
         
            -
                PutBucketInventoryConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 2042 
     | 
    
         
            +
                PutBucketInventoryConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       2023 
2043 
     | 
    
         
             
                PutBucketInventoryConfigurationRequest.add_member(:id, Shapes::ShapeRef.new(shape: InventoryId, required: true, location: "querystring", location_name: "id"))
         
     | 
| 
       2024 
2044 
     | 
    
         
             
                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 
2045 
     | 
    
         
             
                PutBucketInventoryConfigurationRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
         
     | 
| 
         @@ -2027,7 +2047,7 @@ module Aws::S3 
     | 
|
| 
       2027 
2047 
     | 
    
         
             
                PutBucketInventoryConfigurationRequest[:payload] = :inventory_configuration
         
     | 
| 
       2028 
2048 
     | 
    
         
             
                PutBucketInventoryConfigurationRequest[:payload_member] = PutBucketInventoryConfigurationRequest.member(:inventory_configuration)
         
     | 
| 
       2029 
2049 
     | 
    
         | 
| 
       2030 
     | 
    
         
            -
                PutBucketLifecycleConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 2050 
     | 
    
         
            +
                PutBucketLifecycleConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       2031 
2051 
     | 
    
         
             
                PutBucketLifecycleConfigurationRequest.add_member(:checksum_algorithm, Shapes::ShapeRef.new(shape: ChecksumAlgorithm, location: "header", location_name: "x-amz-sdk-checksum-algorithm"))
         
     | 
| 
       2032 
2052 
     | 
    
         
             
                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 
2053 
     | 
    
         
             
                PutBucketLifecycleConfigurationRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
         
     | 
| 
         @@ -2035,7 +2055,7 @@ module Aws::S3 
     | 
|
| 
       2035 
2055 
     | 
    
         
             
                PutBucketLifecycleConfigurationRequest[:payload] = :lifecycle_configuration
         
     | 
| 
       2036 
2056 
     | 
    
         
             
                PutBucketLifecycleConfigurationRequest[:payload_member] = PutBucketLifecycleConfigurationRequest.member(:lifecycle_configuration)
         
     | 
| 
       2037 
2057 
     | 
    
         | 
| 
       2038 
     | 
    
         
            -
                PutBucketLifecycleRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 2058 
     | 
    
         
            +
                PutBucketLifecycleRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       2039 
2059 
     | 
    
         
             
                PutBucketLifecycleRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
         
     | 
| 
       2040 
2060 
     | 
    
         
             
                PutBucketLifecycleRequest.add_member(:checksum_algorithm, Shapes::ShapeRef.new(shape: ChecksumAlgorithm, location: "header", location_name: "x-amz-sdk-checksum-algorithm"))
         
     | 
| 
       2041 
2061 
     | 
    
         
             
                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 +2064,7 @@ module Aws::S3 
     | 
|
| 
       2044 
2064 
     | 
    
         
             
                PutBucketLifecycleRequest[:payload] = :lifecycle_configuration
         
     | 
| 
       2045 
2065 
     | 
    
         
             
                PutBucketLifecycleRequest[:payload_member] = PutBucketLifecycleRequest.member(:lifecycle_configuration)
         
     | 
| 
       2046 
2066 
     | 
    
         | 
| 
       2047 
     | 
    
         
            -
                PutBucketLoggingRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 2067 
     | 
    
         
            +
                PutBucketLoggingRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       2048 
2068 
     | 
    
         
             
                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 
2069 
     | 
    
         
             
                PutBucketLoggingRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
         
     | 
| 
       2050 
2070 
     | 
    
         
             
                PutBucketLoggingRequest.add_member(:checksum_algorithm, Shapes::ShapeRef.new(shape: ChecksumAlgorithm, location: "header", location_name: "x-amz-sdk-checksum-algorithm"))
         
     | 
| 
         @@ -2053,7 +2073,7 @@ module Aws::S3 
     | 
|
| 
       2053 
2073 
     | 
    
         
             
                PutBucketLoggingRequest[:payload] = :bucket_logging_status
         
     | 
| 
       2054 
2074 
     | 
    
         
             
                PutBucketLoggingRequest[:payload_member] = PutBucketLoggingRequest.member(:bucket_logging_status)
         
     | 
| 
       2055 
2075 
     | 
    
         | 
| 
       2056 
     | 
    
         
            -
                PutBucketMetricsConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 2076 
     | 
    
         
            +
                PutBucketMetricsConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       2057 
2077 
     | 
    
         
             
                PutBucketMetricsConfigurationRequest.add_member(:id, Shapes::ShapeRef.new(shape: MetricsId, required: true, location: "querystring", location_name: "id"))
         
     | 
| 
       2058 
2078 
     | 
    
         
             
                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 
2079 
     | 
    
         
             
                PutBucketMetricsConfigurationRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
         
     | 
| 
         @@ -2061,7 +2081,7 @@ module Aws::S3 
     | 
|
| 
       2061 
2081 
     | 
    
         
             
                PutBucketMetricsConfigurationRequest[:payload] = :metrics_configuration
         
     | 
| 
       2062 
2082 
     | 
    
         
             
                PutBucketMetricsConfigurationRequest[:payload_member] = PutBucketMetricsConfigurationRequest.member(:metrics_configuration)
         
     | 
| 
       2063 
2083 
     | 
    
         | 
| 
       2064 
     | 
    
         
            -
                PutBucketNotificationConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 2084 
     | 
    
         
            +
                PutBucketNotificationConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       2065 
2085 
     | 
    
         
             
                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 
2086 
     | 
    
         
             
                PutBucketNotificationConfigurationRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
         
     | 
| 
       2067 
2087 
     | 
    
         
             
                PutBucketNotificationConfigurationRequest.add_member(:skip_destination_validation, Shapes::ShapeRef.new(shape: SkipValidation, location: "header", location_name: "x-amz-skip-destination-validation"))
         
     | 
| 
         @@ -2069,7 +2089,7 @@ module Aws::S3 
     | 
|
| 
       2069 
2089 
     | 
    
         
             
                PutBucketNotificationConfigurationRequest[:payload] = :notification_configuration
         
     | 
| 
       2070 
2090 
     | 
    
         
             
                PutBucketNotificationConfigurationRequest[:payload_member] = PutBucketNotificationConfigurationRequest.member(:notification_configuration)
         
     | 
| 
       2071 
2091 
     | 
    
         | 
| 
       2072 
     | 
    
         
            -
                PutBucketNotificationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 2092 
     | 
    
         
            +
                PutBucketNotificationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       2073 
2093 
     | 
    
         
             
                PutBucketNotificationRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
         
     | 
| 
       2074 
2094 
     | 
    
         
             
                PutBucketNotificationRequest.add_member(:checksum_algorithm, Shapes::ShapeRef.new(shape: ChecksumAlgorithm, location: "header", location_name: "x-amz-sdk-checksum-algorithm"))
         
     | 
| 
       2075 
2095 
     | 
    
         
             
                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 +2098,7 @@ module Aws::S3 
     | 
|
| 
       2078 
2098 
     | 
    
         
             
                PutBucketNotificationRequest[:payload] = :notification_configuration
         
     | 
| 
       2079 
2099 
     | 
    
         
             
                PutBucketNotificationRequest[:payload_member] = PutBucketNotificationRequest.member(:notification_configuration)
         
     | 
| 
       2080 
2100 
     | 
    
         | 
| 
       2081 
     | 
    
         
            -
                PutBucketOwnershipControlsRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 2101 
     | 
    
         
            +
                PutBucketOwnershipControlsRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       2082 
2102 
     | 
    
         
             
                PutBucketOwnershipControlsRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
         
     | 
| 
       2083 
2103 
     | 
    
         
             
                PutBucketOwnershipControlsRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
         
     | 
| 
       2084 
2104 
     | 
    
         
             
                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 +2106,7 @@ module Aws::S3 
     | 
|
| 
       2086 
2106 
     | 
    
         
             
                PutBucketOwnershipControlsRequest[:payload] = :ownership_controls
         
     | 
| 
       2087 
2107 
     | 
    
         
             
                PutBucketOwnershipControlsRequest[:payload_member] = PutBucketOwnershipControlsRequest.member(:ownership_controls)
         
     | 
| 
       2088 
2108 
     | 
    
         | 
| 
       2089 
     | 
    
         
            -
                PutBucketPolicyRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 2109 
     | 
    
         
            +
                PutBucketPolicyRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       2090 
2110 
     | 
    
         
             
                PutBucketPolicyRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
         
     | 
| 
       2091 
2111 
     | 
    
         
             
                PutBucketPolicyRequest.add_member(:checksum_algorithm, Shapes::ShapeRef.new(shape: ChecksumAlgorithm, location: "header", location_name: "x-amz-sdk-checksum-algorithm"))
         
     | 
| 
       2092 
2112 
     | 
    
         
             
                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 +2116,7 @@ module Aws::S3 
     | 
|
| 
       2096 
2116 
     | 
    
         
             
                PutBucketPolicyRequest[:payload] = :policy
         
     | 
| 
       2097 
2117 
     | 
    
         
             
                PutBucketPolicyRequest[:payload_member] = PutBucketPolicyRequest.member(:policy)
         
     | 
| 
       2098 
2118 
     | 
    
         | 
| 
       2099 
     | 
    
         
            -
                PutBucketReplicationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 2119 
     | 
    
         
            +
                PutBucketReplicationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       2100 
2120 
     | 
    
         
             
                PutBucketReplicationRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
         
     | 
| 
       2101 
2121 
     | 
    
         
             
                PutBucketReplicationRequest.add_member(:checksum_algorithm, Shapes::ShapeRef.new(shape: ChecksumAlgorithm, location: "header", location_name: "x-amz-sdk-checksum-algorithm"))
         
     | 
| 
       2102 
2122 
     | 
    
         
             
                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 +2126,7 @@ module Aws::S3 
     | 
|
| 
       2106 
2126 
     | 
    
         
             
                PutBucketReplicationRequest[:payload] = :replication_configuration
         
     | 
| 
       2107 
2127 
     | 
    
         
             
                PutBucketReplicationRequest[:payload_member] = PutBucketReplicationRequest.member(:replication_configuration)
         
     | 
| 
       2108 
2128 
     | 
    
         | 
| 
       2109 
     | 
    
         
            -
                PutBucketRequestPaymentRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 2129 
     | 
    
         
            +
                PutBucketRequestPaymentRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       2110 
2130 
     | 
    
         
             
                PutBucketRequestPaymentRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
         
     | 
| 
       2111 
2131 
     | 
    
         
             
                PutBucketRequestPaymentRequest.add_member(:checksum_algorithm, Shapes::ShapeRef.new(shape: ChecksumAlgorithm, location: "header", location_name: "x-amz-sdk-checksum-algorithm"))
         
     | 
| 
       2112 
2132 
     | 
    
         
             
                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 +2135,7 @@ module Aws::S3 
     | 
|
| 
       2115 
2135 
     | 
    
         
             
                PutBucketRequestPaymentRequest[:payload] = :request_payment_configuration
         
     | 
| 
       2116 
2136 
     | 
    
         
             
                PutBucketRequestPaymentRequest[:payload_member] = PutBucketRequestPaymentRequest.member(:request_payment_configuration)
         
     | 
| 
       2117 
2137 
     | 
    
         | 
| 
       2118 
     | 
    
         
            -
                PutBucketTaggingRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 2138 
     | 
    
         
            +
                PutBucketTaggingRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       2119 
2139 
     | 
    
         
             
                PutBucketTaggingRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
         
     | 
| 
       2120 
2140 
     | 
    
         
             
                PutBucketTaggingRequest.add_member(:checksum_algorithm, Shapes::ShapeRef.new(shape: ChecksumAlgorithm, location: "header", location_name: "x-amz-sdk-checksum-algorithm"))
         
     | 
| 
       2121 
2141 
     | 
    
         
             
                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 +2144,7 @@ module Aws::S3 
     | 
|
| 
       2124 
2144 
     | 
    
         
             
                PutBucketTaggingRequest[:payload] = :tagging
         
     | 
| 
       2125 
2145 
     | 
    
         
             
                PutBucketTaggingRequest[:payload_member] = PutBucketTaggingRequest.member(:tagging)
         
     | 
| 
       2126 
2146 
     | 
    
         | 
| 
       2127 
     | 
    
         
            -
                PutBucketVersioningRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 2147 
     | 
    
         
            +
                PutBucketVersioningRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       2128 
2148 
     | 
    
         
             
                PutBucketVersioningRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
         
     | 
| 
       2129 
2149 
     | 
    
         
             
                PutBucketVersioningRequest.add_member(:checksum_algorithm, Shapes::ShapeRef.new(shape: ChecksumAlgorithm, location: "header", location_name: "x-amz-sdk-checksum-algorithm"))
         
     | 
| 
       2130 
2150 
     | 
    
         
             
                PutBucketVersioningRequest.add_member(:mfa, Shapes::ShapeRef.new(shape: MFA, location: "header", location_name: "x-amz-mfa"))
         
     | 
| 
         @@ -2134,7 +2154,7 @@ module Aws::S3 
     | 
|
| 
       2134 
2154 
     | 
    
         
             
                PutBucketVersioningRequest[:payload] = :versioning_configuration
         
     | 
| 
       2135 
2155 
     | 
    
         
             
                PutBucketVersioningRequest[:payload_member] = PutBucketVersioningRequest.member(:versioning_configuration)
         
     | 
| 
       2136 
2156 
     | 
    
         | 
| 
       2137 
     | 
    
         
            -
                PutBucketWebsiteRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 2157 
     | 
    
         
            +
                PutBucketWebsiteRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       2138 
2158 
     | 
    
         
             
                PutBucketWebsiteRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
         
     | 
| 
       2139 
2159 
     | 
    
         
             
                PutBucketWebsiteRequest.add_member(:checksum_algorithm, Shapes::ShapeRef.new(shape: ChecksumAlgorithm, location: "header", location_name: "x-amz-sdk-checksum-algorithm"))
         
     | 
| 
       2140 
2160 
     | 
    
         
             
                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 +2168,7 @@ module Aws::S3 
     | 
|
| 
       2148 
2168 
     | 
    
         | 
| 
       2149 
2169 
     | 
    
         
             
                PutObjectAclRequest.add_member(:acl, Shapes::ShapeRef.new(shape: ObjectCannedACL, location: "header", location_name: "x-amz-acl"))
         
     | 
| 
       2150 
2170 
     | 
    
         
             
                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"))
         
     | 
| 
      
 2171 
     | 
    
         
            +
                PutObjectAclRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       2152 
2172 
     | 
    
         
             
                PutObjectAclRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
         
     | 
| 
       2153 
2173 
     | 
    
         
             
                PutObjectAclRequest.add_member(:checksum_algorithm, Shapes::ShapeRef.new(shape: ChecksumAlgorithm, location: "header", location_name: "x-amz-sdk-checksum-algorithm"))
         
     | 
| 
       2154 
2174 
     | 
    
         
             
                PutObjectAclRequest.add_member(:grant_full_control, Shapes::ShapeRef.new(shape: GrantFullControl, location: "header", location_name: "x-amz-grant-full-control"))
         
     | 
| 
         @@ -2167,7 +2187,7 @@ module Aws::S3 
     | 
|
| 
       2167 
2187 
     | 
    
         
             
                PutObjectLegalHoldOutput.add_member(:request_charged, Shapes::ShapeRef.new(shape: RequestCharged, location: "header", location_name: "x-amz-request-charged"))
         
     | 
| 
       2168 
2188 
     | 
    
         
             
                PutObjectLegalHoldOutput.struct_class = Types::PutObjectLegalHoldOutput
         
     | 
| 
       2169 
2189 
     | 
    
         | 
| 
       2170 
     | 
    
         
            -
                PutObjectLegalHoldRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 2190 
     | 
    
         
            +
                PutObjectLegalHoldRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       2171 
2191 
     | 
    
         
             
                PutObjectLegalHoldRequest.add_member(:key, Shapes::ShapeRef.new(shape: ObjectKey, required: true, location: "uri", location_name: "Key"))
         
     | 
| 
       2172 
2192 
     | 
    
         
             
                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 
2193 
     | 
    
         
             
                PutObjectLegalHoldRequest.add_member(:request_payer, Shapes::ShapeRef.new(shape: RequestPayer, location: "header", location_name: "x-amz-request-payer"))
         
     | 
| 
         @@ -2182,7 +2202,7 @@ module Aws::S3 
     | 
|
| 
       2182 
2202 
     | 
    
         
             
                PutObjectLockConfigurationOutput.add_member(:request_charged, Shapes::ShapeRef.new(shape: RequestCharged, location: "header", location_name: "x-amz-request-charged"))
         
     | 
| 
       2183 
2203 
     | 
    
         
             
                PutObjectLockConfigurationOutput.struct_class = Types::PutObjectLockConfigurationOutput
         
     | 
| 
       2184 
2204 
     | 
    
         | 
| 
       2185 
     | 
    
         
            -
                PutObjectLockConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 2205 
     | 
    
         
            +
                PutObjectLockConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       2186 
2206 
     | 
    
         
             
                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 
2207 
     | 
    
         
             
                PutObjectLockConfigurationRequest.add_member(:request_payer, Shapes::ShapeRef.new(shape: RequestPayer, location: "header", location_name: "x-amz-request-payer"))
         
     | 
| 
       2188 
2208 
     | 
    
         
             
                PutObjectLockConfigurationRequest.add_member(:token, Shapes::ShapeRef.new(shape: ObjectLockToken, location: "header", location_name: "x-amz-bucket-object-lock-token"))
         
     | 
| 
         @@ -2211,7 +2231,7 @@ module Aws::S3 
     | 
|
| 
       2211 
2231 
     | 
    
         | 
| 
       2212 
2232 
     | 
    
         
             
                PutObjectRequest.add_member(:acl, Shapes::ShapeRef.new(shape: ObjectCannedACL, location: "header", location_name: "x-amz-acl"))
         
     | 
| 
       2213 
2233 
     | 
    
         
             
                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"))
         
     | 
| 
      
 2234 
     | 
    
         
            +
                PutObjectRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       2215 
2235 
     | 
    
         
             
                PutObjectRequest.add_member(:cache_control, Shapes::ShapeRef.new(shape: CacheControl, location: "header", location_name: "Cache-Control"))
         
     | 
| 
       2216 
2236 
     | 
    
         
             
                PutObjectRequest.add_member(:content_disposition, Shapes::ShapeRef.new(shape: ContentDisposition, location: "header", location_name: "Content-Disposition"))
         
     | 
| 
       2217 
2237 
     | 
    
         
             
                PutObjectRequest.add_member(:content_encoding, Shapes::ShapeRef.new(shape: ContentEncoding, location: "header", location_name: "Content-Encoding"))
         
     | 
| 
         @@ -2253,7 +2273,7 @@ module Aws::S3 
     | 
|
| 
       2253 
2273 
     | 
    
         
             
                PutObjectRetentionOutput.add_member(:request_charged, Shapes::ShapeRef.new(shape: RequestCharged, location: "header", location_name: "x-amz-request-charged"))
         
     | 
| 
       2254 
2274 
     | 
    
         
             
                PutObjectRetentionOutput.struct_class = Types::PutObjectRetentionOutput
         
     | 
| 
       2255 
2275 
     | 
    
         | 
| 
       2256 
     | 
    
         
            -
                PutObjectRetentionRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 2276 
     | 
    
         
            +
                PutObjectRetentionRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       2257 
2277 
     | 
    
         
             
                PutObjectRetentionRequest.add_member(:key, Shapes::ShapeRef.new(shape: ObjectKey, required: true, location: "uri", location_name: "Key"))
         
     | 
| 
       2258 
2278 
     | 
    
         
             
                PutObjectRetentionRequest.add_member(:retention, Shapes::ShapeRef.new(shape: ObjectLockRetention, location_name: "Retention", metadata: {"xmlNamespace"=>{"uri"=>"http://s3.amazonaws.com/doc/2006-03-01/"}}))
         
     | 
| 
       2259 
2279 
     | 
    
         
             
                PutObjectRetentionRequest.add_member(:request_payer, Shapes::ShapeRef.new(shape: RequestPayer, location: "header", location_name: "x-amz-request-payer"))
         
     | 
| 
         @@ -2269,7 +2289,7 @@ module Aws::S3 
     | 
|
| 
       2269 
2289 
     | 
    
         
             
                PutObjectTaggingOutput.add_member(:version_id, Shapes::ShapeRef.new(shape: ObjectVersionId, location: "header", location_name: "x-amz-version-id"))
         
     | 
| 
       2270 
2290 
     | 
    
         
             
                PutObjectTaggingOutput.struct_class = Types::PutObjectTaggingOutput
         
     | 
| 
       2271 
2291 
     | 
    
         | 
| 
       2272 
     | 
    
         
            -
                PutObjectTaggingRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 2292 
     | 
    
         
            +
                PutObjectTaggingRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       2273 
2293 
     | 
    
         
             
                PutObjectTaggingRequest.add_member(:key, Shapes::ShapeRef.new(shape: ObjectKey, required: true, location: "uri", location_name: "Key"))
         
     | 
| 
       2274 
2294 
     | 
    
         
             
                PutObjectTaggingRequest.add_member(:version_id, Shapes::ShapeRef.new(shape: ObjectVersionId, location: "querystring", location_name: "versionId"))
         
     | 
| 
       2275 
2295 
     | 
    
         
             
                PutObjectTaggingRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
         
     | 
| 
         @@ -2281,7 +2301,7 @@ module Aws::S3 
     | 
|
| 
       2281 
2301 
     | 
    
         
             
                PutObjectTaggingRequest[:payload] = :tagging
         
     | 
| 
       2282 
2302 
     | 
    
         
             
                PutObjectTaggingRequest[:payload_member] = PutObjectTaggingRequest.member(:tagging)
         
     | 
| 
       2283 
2303 
     | 
    
         | 
| 
       2284 
     | 
    
         
            -
                PutPublicAccessBlockRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 2304 
     | 
    
         
            +
                PutPublicAccessBlockRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       2285 
2305 
     | 
    
         
             
                PutPublicAccessBlockRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
         
     | 
| 
       2286 
2306 
     | 
    
         
             
                PutPublicAccessBlockRequest.add_member(:checksum_algorithm, Shapes::ShapeRef.new(shape: ChecksumAlgorithm, location: "header", location_name: "x-amz-sdk-checksum-algorithm"))
         
     | 
| 
       2287 
2307 
     | 
    
         
             
                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 +2384,7 @@ module Aws::S3 
     | 
|
| 
       2364 
2384 
     | 
    
         
             
                RestoreObjectOutput.add_member(:restore_output_path, Shapes::ShapeRef.new(shape: RestoreOutputPath, location: "header", location_name: "x-amz-restore-output-path"))
         
     | 
| 
       2365 
2385 
     | 
    
         
             
                RestoreObjectOutput.struct_class = Types::RestoreObjectOutput
         
     | 
| 
       2366 
2386 
     | 
    
         | 
| 
       2367 
     | 
    
         
            -
                RestoreObjectRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 2387 
     | 
    
         
            +
                RestoreObjectRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       2368 
2388 
     | 
    
         
             
                RestoreObjectRequest.add_member(:key, Shapes::ShapeRef.new(shape: ObjectKey, required: true, location: "uri", location_name: "Key"))
         
     | 
| 
       2369 
2389 
     | 
    
         
             
                RestoreObjectRequest.add_member(:version_id, Shapes::ShapeRef.new(shape: ObjectVersionId, location: "querystring", location_name: "versionId"))
         
     | 
| 
       2370 
2390 
     | 
    
         
             
                RestoreObjectRequest.add_member(:restore_request, Shapes::ShapeRef.new(shape: RestoreRequest, location_name: "RestoreRequest", metadata: {"xmlNamespace"=>{"uri"=>"http://s3.amazonaws.com/doc/2006-03-01/"}}))
         
     | 
| 
         @@ -2384,6 +2404,10 @@ module Aws::S3 
     | 
|
| 
       2384 
2404 
     | 
    
         
             
                RestoreRequest.add_member(:output_location, Shapes::ShapeRef.new(shape: OutputLocation, location_name: "OutputLocation"))
         
     | 
| 
       2385 
2405 
     | 
    
         
             
                RestoreRequest.struct_class = Types::RestoreRequest
         
     | 
| 
       2386 
2406 
     | 
    
         | 
| 
      
 2407 
     | 
    
         
            +
                RestoreStatus.add_member(:is_restore_in_progress, Shapes::ShapeRef.new(shape: IsRestoreInProgress, location_name: "IsRestoreInProgress"))
         
     | 
| 
      
 2408 
     | 
    
         
            +
                RestoreStatus.add_member(:restore_expiry_date, Shapes::ShapeRef.new(shape: RestoreExpiryDate, location_name: "RestoreExpiryDate"))
         
     | 
| 
      
 2409 
     | 
    
         
            +
                RestoreStatus.struct_class = Types::RestoreStatus
         
     | 
| 
      
 2410 
     | 
    
         
            +
             
     | 
| 
       2387 
2411 
     | 
    
         
             
                RoutingRule.add_member(:condition, Shapes::ShapeRef.new(shape: Condition, location_name: "Condition"))
         
     | 
| 
       2388 
2412 
     | 
    
         
             
                RoutingRule.add_member(:redirect, Shapes::ShapeRef.new(shape: Redirect, required: true, location_name: "Redirect"))
         
     | 
| 
       2389 
2413 
     | 
    
         
             
                RoutingRule.struct_class = Types::RoutingRule
         
     | 
| 
         @@ -2436,7 +2460,7 @@ module Aws::S3 
     | 
|
| 
       2436 
2460 
     | 
    
         
             
                SelectObjectContentOutput[:payload] = :payload
         
     | 
| 
       2437 
2461 
     | 
    
         
             
                SelectObjectContentOutput[:payload_member] = SelectObjectContentOutput.member(:payload)
         
     | 
| 
       2438 
2462 
     | 
    
         | 
| 
       2439 
     | 
    
         
            -
                SelectObjectContentRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 2463 
     | 
    
         
            +
                SelectObjectContentRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       2440 
2464 
     | 
    
         
             
                SelectObjectContentRequest.add_member(:key, Shapes::ShapeRef.new(shape: ObjectKey, required: true, location: "uri", location_name: "Key"))
         
     | 
| 
       2441 
2465 
     | 
    
         
             
                SelectObjectContentRequest.add_member(:sse_customer_algorithm, Shapes::ShapeRef.new(shape: SSECustomerAlgorithm, location: "header", location_name: "x-amz-server-side-encryption-customer-algorithm"))
         
     | 
| 
       2442 
2466 
     | 
    
         
             
                SelectObjectContentRequest.add_member(:sse_customer_key, Shapes::ShapeRef.new(shape: SSECustomerKey, location: "header", location_name: "x-amz-server-side-encryption-customer-key"))
         
     | 
| 
         @@ -2545,7 +2569,7 @@ module Aws::S3 
     | 
|
| 
       2545 
2569 
     | 
    
         
             
                UploadPartCopyOutput[:payload] = :copy_part_result
         
     | 
| 
       2546 
2570 
     | 
    
         
             
                UploadPartCopyOutput[:payload_member] = UploadPartCopyOutput.member(:copy_part_result)
         
     | 
| 
       2547 
2571 
     | 
    
         | 
| 
       2548 
     | 
    
         
            -
                UploadPartCopyRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
         
     | 
| 
      
 2572 
     | 
    
         
            +
                UploadPartCopyRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       2549 
2573 
     | 
    
         
             
                UploadPartCopyRequest.add_member(:copy_source, Shapes::ShapeRef.new(shape: CopySource, required: true, location: "header", location_name: "x-amz-copy-source"))
         
     | 
| 
       2550 
2574 
     | 
    
         
             
                UploadPartCopyRequest.add_member(:copy_source_if_match, Shapes::ShapeRef.new(shape: CopySourceIfMatch, location: "header", location_name: "x-amz-copy-source-if-match"))
         
     | 
| 
       2551 
2575 
     | 
    
         
             
                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 +2604,7 @@ module Aws::S3 
     | 
|
| 
       2580 
2604 
     | 
    
         
             
                UploadPartOutput.struct_class = Types::UploadPartOutput
         
     | 
| 
       2581 
2605 
     | 
    
         | 
| 
       2582 
2606 
     | 
    
         
             
                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"))
         
     | 
| 
      
 2607 
     | 
    
         
            +
                UploadPartRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
         
     | 
| 
       2584 
2608 
     | 
    
         
             
                UploadPartRequest.add_member(:content_length, Shapes::ShapeRef.new(shape: ContentLength, location: "header", location_name: "Content-Length"))
         
     | 
| 
       2585 
2609 
     | 
    
         
             
                UploadPartRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
         
     | 
| 
       2586 
2610 
     | 
    
         
             
                UploadPartRequest.add_member(:checksum_algorithm, Shapes::ShapeRef.new(shape: ChecksumAlgorithm, location: "header", location_name: "x-amz-sdk-checksum-algorithm"))
         
     | 
| 
         @@ -2677,7 +2701,7 @@ module Aws::S3 
     | 
|
| 
       2677 
2701 
     | 
    
         
             
                  api.add_operation(:abort_multipart_upload, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       2678 
2702 
     | 
    
         
             
                    o.name = "AbortMultipartUpload"
         
     | 
| 
       2679 
2703 
     | 
    
         
             
                    o.http_method = "DELETE"
         
     | 
| 
       2680 
     | 
    
         
            -
                    o.http_request_uri = "/{ 
     | 
| 
      
 2704 
     | 
    
         
            +
                    o.http_request_uri = "/{Key+}"
         
     | 
| 
       2681 
2705 
     | 
    
         
             
                    o.input = Shapes::ShapeRef.new(shape: AbortMultipartUploadRequest)
         
     | 
| 
       2682 
2706 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: AbortMultipartUploadOutput)
         
     | 
| 
       2683 
2707 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: NoSuchUpload)
         
     | 
| 
         @@ -2686,7 +2710,7 @@ module Aws::S3 
     | 
|
| 
       2686 
2710 
     | 
    
         
             
                  api.add_operation(:complete_multipart_upload, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       2687 
2711 
     | 
    
         
             
                    o.name = "CompleteMultipartUpload"
         
     | 
| 
       2688 
2712 
     | 
    
         
             
                    o.http_method = "POST"
         
     | 
| 
       2689 
     | 
    
         
            -
                    o.http_request_uri = "/{ 
     | 
| 
      
 2713 
     | 
    
         
            +
                    o.http_request_uri = "/{Key+}"
         
     | 
| 
       2690 
2714 
     | 
    
         
             
                    o.input = Shapes::ShapeRef.new(shape: CompleteMultipartUploadRequest)
         
     | 
| 
       2691 
2715 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: CompleteMultipartUploadOutput)
         
     | 
| 
       2692 
2716 
     | 
    
         
             
                  end)
         
     | 
| 
         @@ -2694,7 +2718,7 @@ module Aws::S3 
     | 
|
| 
       2694 
2718 
     | 
    
         
             
                  api.add_operation(:copy_object, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       2695 
2719 
     | 
    
         
             
                    o.name = "CopyObject"
         
     | 
| 
       2696 
2720 
     | 
    
         
             
                    o.http_method = "PUT"
         
     | 
| 
       2697 
     | 
    
         
            -
                    o.http_request_uri = "/{ 
     | 
| 
      
 2721 
     | 
    
         
            +
                    o.http_request_uri = "/{Key+}"
         
     | 
| 
       2698 
2722 
     | 
    
         
             
                    o.input = Shapes::ShapeRef.new(shape: CopyObjectRequest)
         
     | 
| 
       2699 
2723 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: CopyObjectOutput)
         
     | 
| 
       2700 
2724 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: ObjectNotInActiveTierError)
         
     | 
| 
         @@ -2703,7 +2727,7 @@ module Aws::S3 
     | 
|
| 
       2703 
2727 
     | 
    
         
             
                  api.add_operation(:create_bucket, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       2704 
2728 
     | 
    
         
             
                    o.name = "CreateBucket"
         
     | 
| 
       2705 
2729 
     | 
    
         
             
                    o.http_method = "PUT"
         
     | 
| 
       2706 
     | 
    
         
            -
                    o.http_request_uri = "/ 
     | 
| 
      
 2730 
     | 
    
         
            +
                    o.http_request_uri = "/"
         
     | 
| 
       2707 
2731 
     | 
    
         
             
                    o.input = Shapes::ShapeRef.new(shape: CreateBucketRequest)
         
     | 
| 
       2708 
2732 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: CreateBucketOutput)
         
     | 
| 
       2709 
2733 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: BucketAlreadyExists)
         
     | 
| 
         @@ -2713,7 +2737,7 @@ module Aws::S3 
     | 
|
| 
       2713 
2737 
     | 
    
         
             
                  api.add_operation(:create_multipart_upload, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       2714 
2738 
     | 
    
         
             
                    o.name = "CreateMultipartUpload"
         
     | 
| 
       2715 
2739 
     | 
    
         
             
                    o.http_method = "POST"
         
     | 
| 
       2716 
     | 
    
         
            -
                    o.http_request_uri = "/{ 
     | 
| 
      
 2740 
     | 
    
         
            +
                    o.http_request_uri = "/{Key+}?uploads"
         
     | 
| 
       2717 
2741 
     | 
    
         
             
                    o.input = Shapes::ShapeRef.new(shape: CreateMultipartUploadRequest)
         
     | 
| 
       2718 
2742 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: CreateMultipartUploadOutput)
         
     | 
| 
       2719 
2743 
     | 
    
         
             
                  end)
         
     | 
| 
         @@ -2721,7 +2745,7 @@ module Aws::S3 
     | 
|
| 
       2721 
2745 
     | 
    
         
             
                  api.add_operation(:delete_bucket, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       2722 
2746 
     | 
    
         
             
                    o.name = "DeleteBucket"
         
     | 
| 
       2723 
2747 
     | 
    
         
             
                    o.http_method = "DELETE"
         
     | 
| 
       2724 
     | 
    
         
            -
                    o.http_request_uri = "/ 
     | 
| 
      
 2748 
     | 
    
         
            +
                    o.http_request_uri = "/"
         
     | 
| 
       2725 
2749 
     | 
    
         
             
                    o.input = Shapes::ShapeRef.new(shape: DeleteBucketRequest)
         
     | 
| 
       2726 
2750 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
         
     | 
| 
       2727 
2751 
     | 
    
         
             
                  end)
         
     | 
| 
         @@ -2729,7 +2753,7 @@ module Aws::S3 
     | 
|
| 
       2729 
2753 
     | 
    
         
             
                  api.add_operation(:delete_bucket_analytics_configuration, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       2730 
2754 
     | 
    
         
             
                    o.name = "DeleteBucketAnalyticsConfiguration"
         
     | 
| 
       2731 
2755 
     | 
    
         
             
                    o.http_method = "DELETE"
         
     | 
| 
       2732 
     | 
    
         
            -
                    o.http_request_uri = " 
     | 
| 
      
 2756 
     | 
    
         
            +
                    o.http_request_uri = "/?analytics"
         
     | 
| 
       2733 
2757 
     | 
    
         
             
                    o.input = Shapes::ShapeRef.new(shape: DeleteBucketAnalyticsConfigurationRequest)
         
     | 
| 
       2734 
2758 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
         
     | 
| 
       2735 
2759 
     | 
    
         
             
                  end)
         
     | 
| 
         @@ -2737,7 +2761,7 @@ module Aws::S3 
     | 
|
| 
       2737 
2761 
     | 
    
         
             
                  api.add_operation(:delete_bucket_cors, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       2738 
2762 
     | 
    
         
             
                    o.name = "DeleteBucketCors"
         
     | 
| 
       2739 
2763 
     | 
    
         
             
                    o.http_method = "DELETE"
         
     | 
| 
       2740 
     | 
    
         
            -
                    o.http_request_uri = " 
     | 
| 
      
 2764 
     | 
    
         
            +
                    o.http_request_uri = "/?cors"
         
     | 
| 
       2741 
2765 
     | 
    
         
             
                    o.input = Shapes::ShapeRef.new(shape: DeleteBucketCorsRequest)
         
     | 
| 
       2742 
2766 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
         
     | 
| 
       2743 
2767 
     | 
    
         
             
                  end)
         
     | 
| 
         @@ -2745,7 +2769,7 @@ module Aws::S3 
     | 
|
| 
       2745 
2769 
     | 
    
         
             
                  api.add_operation(:delete_bucket_encryption, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       2746 
2770 
     | 
    
         
             
                    o.name = "DeleteBucketEncryption"
         
     | 
| 
       2747 
2771 
     | 
    
         
             
                    o.http_method = "DELETE"
         
     | 
| 
       2748 
     | 
    
         
            -
                    o.http_request_uri = " 
     | 
| 
      
 2772 
     | 
    
         
            +
                    o.http_request_uri = "/?encryption"
         
     | 
| 
       2749 
2773 
     | 
    
         
             
                    o.input = Shapes::ShapeRef.new(shape: DeleteBucketEncryptionRequest)
         
     | 
| 
       2750 
2774 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
         
     | 
| 
       2751 
2775 
     | 
    
         
             
                  end)
         
     | 
| 
         @@ -2753,7 +2777,7 @@ module Aws::S3 
     | 
|
| 
       2753 
2777 
     | 
    
         
             
                  api.add_operation(:delete_bucket_intelligent_tiering_configuration, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       2754 
2778 
     | 
    
         
             
                    o.name = "DeleteBucketIntelligentTieringConfiguration"
         
     | 
| 
       2755 
2779 
     | 
    
         
             
                    o.http_method = "DELETE"
         
     | 
| 
       2756 
     | 
    
         
            -
                    o.http_request_uri = " 
     | 
| 
      
 2780 
     | 
    
         
            +
                    o.http_request_uri = "/?intelligent-tiering"
         
     | 
| 
       2757 
2781 
     | 
    
         
             
                    o.input = Shapes::ShapeRef.new(shape: DeleteBucketIntelligentTieringConfigurationRequest)
         
     | 
| 
       2758 
2782 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
         
     | 
| 
       2759 
2783 
     | 
    
         
             
                  end)
         
     | 
| 
         @@ -2761,7 +2785,7 @@ module Aws::S3 
     | 
|
| 
       2761 
2785 
     | 
    
         
             
                  api.add_operation(:delete_bucket_inventory_configuration, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       2762 
2786 
     | 
    
         
             
                    o.name = "DeleteBucketInventoryConfiguration"
         
     | 
| 
       2763 
2787 
     | 
    
         
             
                    o.http_method = "DELETE"
         
     | 
| 
       2764 
     | 
    
         
            -
                    o.http_request_uri = " 
     | 
| 
      
 2788 
     | 
    
         
            +
                    o.http_request_uri = "/?inventory"
         
     | 
| 
       2765 
2789 
     | 
    
         
             
                    o.input = Shapes::ShapeRef.new(shape: DeleteBucketInventoryConfigurationRequest)
         
     | 
| 
       2766 
2790 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
         
     | 
| 
       2767 
2791 
     | 
    
         
             
                  end)
         
     | 
| 
         @@ -2769,7 +2793,7 @@ module Aws::S3 
     | 
|
| 
       2769 
2793 
     | 
    
         
             
                  api.add_operation(:delete_bucket_lifecycle, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       2770 
2794 
     | 
    
         
             
                    o.name = "DeleteBucketLifecycle"
         
     | 
| 
       2771 
2795 
     | 
    
         
             
                    o.http_method = "DELETE"
         
     | 
| 
       2772 
     | 
    
         
            -
                    o.http_request_uri = " 
     | 
| 
      
 2796 
     | 
    
         
            +
                    o.http_request_uri = "/?lifecycle"
         
     | 
| 
       2773 
2797 
     | 
    
         
             
                    o.input = Shapes::ShapeRef.new(shape: DeleteBucketLifecycleRequest)
         
     | 
| 
       2774 
2798 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
         
     | 
| 
       2775 
2799 
     | 
    
         
             
                  end)
         
     | 
| 
         @@ -2777,7 +2801,7 @@ module Aws::S3 
     | 
|
| 
       2777 
2801 
     | 
    
         
             
                  api.add_operation(:delete_bucket_metrics_configuration, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       2778 
2802 
     | 
    
         
             
                    o.name = "DeleteBucketMetricsConfiguration"
         
     | 
| 
       2779 
2803 
     | 
    
         
             
                    o.http_method = "DELETE"
         
     | 
| 
       2780 
     | 
    
         
            -
                    o.http_request_uri = " 
     | 
| 
      
 2804 
     | 
    
         
            +
                    o.http_request_uri = "/?metrics"
         
     | 
| 
       2781 
2805 
     | 
    
         
             
                    o.input = Shapes::ShapeRef.new(shape: DeleteBucketMetricsConfigurationRequest)
         
     | 
| 
       2782 
2806 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
         
     | 
| 
       2783 
2807 
     | 
    
         
             
                  end)
         
     | 
| 
         @@ -2785,7 +2809,7 @@ module Aws::S3 
     | 
|
| 
       2785 
2809 
     | 
    
         
             
                  api.add_operation(:delete_bucket_ownership_controls, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       2786 
2810 
     | 
    
         
             
                    o.name = "DeleteBucketOwnershipControls"
         
     | 
| 
       2787 
2811 
     | 
    
         
             
                    o.http_method = "DELETE"
         
     | 
| 
       2788 
     | 
    
         
            -
                    o.http_request_uri = " 
     | 
| 
      
 2812 
     | 
    
         
            +
                    o.http_request_uri = "/?ownershipControls"
         
     | 
| 
       2789 
2813 
     | 
    
         
             
                    o.input = Shapes::ShapeRef.new(shape: DeleteBucketOwnershipControlsRequest)
         
     | 
| 
       2790 
2814 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
         
     | 
| 
       2791 
2815 
     | 
    
         
             
                  end)
         
     | 
| 
         @@ -2793,7 +2817,7 @@ module Aws::S3 
     | 
|
| 
       2793 
2817 
     | 
    
         
             
                  api.add_operation(:delete_bucket_policy, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       2794 
2818 
     | 
    
         
             
                    o.name = "DeleteBucketPolicy"
         
     | 
| 
       2795 
2819 
     | 
    
         
             
                    o.http_method = "DELETE"
         
     | 
| 
       2796 
     | 
    
         
            -
                    o.http_request_uri = " 
     | 
| 
      
 2820 
     | 
    
         
            +
                    o.http_request_uri = "/?policy"
         
     | 
| 
       2797 
2821 
     | 
    
         
             
                    o.input = Shapes::ShapeRef.new(shape: DeleteBucketPolicyRequest)
         
     | 
| 
       2798 
2822 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
         
     | 
| 
       2799 
2823 
     | 
    
         
             
                  end)
         
     | 
| 
         @@ -2801,7 +2825,7 @@ module Aws::S3 
     | 
|
| 
       2801 
2825 
     | 
    
         
             
                  api.add_operation(:delete_bucket_replication, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       2802 
2826 
     | 
    
         
             
                    o.name = "DeleteBucketReplication"
         
     | 
| 
       2803 
2827 
     | 
    
         
             
                    o.http_method = "DELETE"
         
     | 
| 
       2804 
     | 
    
         
            -
                    o.http_request_uri = " 
     | 
| 
      
 2828 
     | 
    
         
            +
                    o.http_request_uri = "/?replication"
         
     | 
| 
       2805 
2829 
     | 
    
         
             
                    o.input = Shapes::ShapeRef.new(shape: DeleteBucketReplicationRequest)
         
     | 
| 
       2806 
2830 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
         
     | 
| 
       2807 
2831 
     | 
    
         
             
                  end)
         
     | 
| 
         @@ -2809,7 +2833,7 @@ module Aws::S3 
     | 
|
| 
       2809 
2833 
     | 
    
         
             
                  api.add_operation(:delete_bucket_tagging, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       2810 
2834 
     | 
    
         
             
                    o.name = "DeleteBucketTagging"
         
     | 
| 
       2811 
2835 
     | 
    
         
             
                    o.http_method = "DELETE"
         
     | 
| 
       2812 
     | 
    
         
            -
                    o.http_request_uri = " 
     | 
| 
      
 2836 
     | 
    
         
            +
                    o.http_request_uri = "/?tagging"
         
     | 
| 
       2813 
2837 
     | 
    
         
             
                    o.input = Shapes::ShapeRef.new(shape: DeleteBucketTaggingRequest)
         
     | 
| 
       2814 
2838 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
         
     | 
| 
       2815 
2839 
     | 
    
         
             
                  end)
         
     | 
| 
         @@ -2817,7 +2841,7 @@ module Aws::S3 
     | 
|
| 
       2817 
2841 
     | 
    
         
             
                  api.add_operation(:delete_bucket_website, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       2818 
2842 
     | 
    
         
             
                    o.name = "DeleteBucketWebsite"
         
     | 
| 
       2819 
2843 
     | 
    
         
             
                    o.http_method = "DELETE"
         
     | 
| 
       2820 
     | 
    
         
            -
                    o.http_request_uri = " 
     | 
| 
      
 2844 
     | 
    
         
            +
                    o.http_request_uri = "/?website"
         
     | 
| 
       2821 
2845 
     | 
    
         
             
                    o.input = Shapes::ShapeRef.new(shape: DeleteBucketWebsiteRequest)
         
     | 
| 
       2822 
2846 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
         
     | 
| 
       2823 
2847 
     | 
    
         
             
                  end)
         
     | 
| 
         @@ -2825,7 +2849,7 @@ module Aws::S3 
     | 
|
| 
       2825 
2849 
     | 
    
         
             
                  api.add_operation(:delete_object, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       2826 
2850 
     | 
    
         
             
                    o.name = "DeleteObject"
         
     | 
| 
       2827 
2851 
     | 
    
         
             
                    o.http_method = "DELETE"
         
     | 
| 
       2828 
     | 
    
         
            -
                    o.http_request_uri = "/{ 
     | 
| 
      
 2852 
     | 
    
         
            +
                    o.http_request_uri = "/{Key+}"
         
     | 
| 
       2829 
2853 
     | 
    
         
             
                    o.input = Shapes::ShapeRef.new(shape: DeleteObjectRequest)
         
     | 
| 
       2830 
2854 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: DeleteObjectOutput)
         
     | 
| 
       2831 
2855 
     | 
    
         
             
                  end)
         
     | 
| 
         @@ -2833,7 +2857,7 @@ module Aws::S3 
     | 
|
| 
       2833 
2857 
     | 
    
         
             
                  api.add_operation(:delete_object_tagging, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       2834 
2858 
     | 
    
         
             
                    o.name = "DeleteObjectTagging"
         
     | 
| 
       2835 
2859 
     | 
    
         
             
                    o.http_method = "DELETE"
         
     | 
| 
       2836 
     | 
    
         
            -
                    o.http_request_uri = "/{ 
     | 
| 
      
 2860 
     | 
    
         
            +
                    o.http_request_uri = "/{Key+}?tagging"
         
     | 
| 
       2837 
2861 
     | 
    
         
             
                    o.input = Shapes::ShapeRef.new(shape: DeleteObjectTaggingRequest)
         
     | 
| 
       2838 
2862 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: DeleteObjectTaggingOutput)
         
     | 
| 
       2839 
2863 
     | 
    
         
             
                  end)
         
     | 
| 
         @@ -2841,7 +2865,7 @@ module Aws::S3 
     | 
|
| 
       2841 
2865 
     | 
    
         
             
                  api.add_operation(:delete_objects, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       2842 
2866 
     | 
    
         
             
                    o.name = "DeleteObjects"
         
     | 
| 
       2843 
2867 
     | 
    
         
             
                    o.http_method = "POST"
         
     | 
| 
       2844 
     | 
    
         
            -
                    o.http_request_uri = " 
     | 
| 
      
 2868 
     | 
    
         
            +
                    o.http_request_uri = "/?delete"
         
     | 
| 
       2845 
2869 
     | 
    
         
             
                    o.http_checksum = {
         
     | 
| 
       2846 
2870 
     | 
    
         
             
                      "requestAlgorithmMember" => "checksum_algorithm",
         
     | 
| 
       2847 
2871 
     | 
    
         
             
                      "requestChecksumRequired" => true,
         
     | 
| 
         @@ -2857,7 +2881,7 @@ module Aws::S3 
     | 
|
| 
       2857 
2881 
     | 
    
         
             
                  api.add_operation(:delete_public_access_block, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       2858 
2882 
     | 
    
         
             
                    o.name = "DeletePublicAccessBlock"
         
     | 
| 
       2859 
2883 
     | 
    
         
             
                    o.http_method = "DELETE"
         
     | 
| 
       2860 
     | 
    
         
            -
                    o.http_request_uri = " 
     | 
| 
      
 2884 
     | 
    
         
            +
                    o.http_request_uri = "/?publicAccessBlock"
         
     | 
| 
       2861 
2885 
     | 
    
         
             
                    o.input = Shapes::ShapeRef.new(shape: DeletePublicAccessBlockRequest)
         
     | 
| 
       2862 
2886 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
         
     | 
| 
       2863 
2887 
     | 
    
         
             
                  end)
         
     | 
| 
         @@ -2865,7 +2889,7 @@ module Aws::S3 
     | 
|
| 
       2865 
2889 
     | 
    
         
             
                  api.add_operation(:get_bucket_accelerate_configuration, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       2866 
2890 
     | 
    
         
             
                    o.name = "GetBucketAccelerateConfiguration"
         
     | 
| 
       2867 
2891 
     | 
    
         
             
                    o.http_method = "GET"
         
     | 
| 
       2868 
     | 
    
         
            -
                    o.http_request_uri = " 
     | 
| 
      
 2892 
     | 
    
         
            +
                    o.http_request_uri = "/?accelerate"
         
     | 
| 
       2869 
2893 
     | 
    
         
             
                    o.input = Shapes::ShapeRef.new(shape: GetBucketAccelerateConfigurationRequest)
         
     | 
| 
       2870 
2894 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: GetBucketAccelerateConfigurationOutput)
         
     | 
| 
       2871 
2895 
     | 
    
         
             
                  end)
         
     | 
| 
         @@ -2873,7 +2897,7 @@ module Aws::S3 
     | 
|
| 
       2873 
2897 
     | 
    
         
             
                  api.add_operation(:get_bucket_acl, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       2874 
2898 
     | 
    
         
             
                    o.name = "GetBucketAcl"
         
     | 
| 
       2875 
2899 
     | 
    
         
             
                    o.http_method = "GET"
         
     | 
| 
       2876 
     | 
    
         
            -
                    o.http_request_uri = " 
     | 
| 
      
 2900 
     | 
    
         
            +
                    o.http_request_uri = "/?acl"
         
     | 
| 
       2877 
2901 
     | 
    
         
             
                    o.input = Shapes::ShapeRef.new(shape: GetBucketAclRequest)
         
     | 
| 
       2878 
2902 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: GetBucketAclOutput)
         
     | 
| 
       2879 
2903 
     | 
    
         
             
                  end)
         
     | 
| 
         @@ -2881,7 +2905,7 @@ module Aws::S3 
     | 
|
| 
       2881 
2905 
     | 
    
         
             
                  api.add_operation(:get_bucket_analytics_configuration, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       2882 
2906 
     | 
    
         
             
                    o.name = "GetBucketAnalyticsConfiguration"
         
     | 
| 
       2883 
2907 
     | 
    
         
             
                    o.http_method = "GET"
         
     | 
| 
       2884 
     | 
    
         
            -
                    o.http_request_uri = " 
     | 
| 
      
 2908 
     | 
    
         
            +
                    o.http_request_uri = "/?analytics"
         
     | 
| 
       2885 
2909 
     | 
    
         
             
                    o.input = Shapes::ShapeRef.new(shape: GetBucketAnalyticsConfigurationRequest)
         
     | 
| 
       2886 
2910 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: GetBucketAnalyticsConfigurationOutput)
         
     | 
| 
       2887 
2911 
     | 
    
         
             
                  end)
         
     | 
| 
         @@ -2889,7 +2913,7 @@ module Aws::S3 
     | 
|
| 
       2889 
2913 
     | 
    
         
             
                  api.add_operation(:get_bucket_cors, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       2890 
2914 
     | 
    
         
             
                    o.name = "GetBucketCors"
         
     | 
| 
       2891 
2915 
     | 
    
         
             
                    o.http_method = "GET"
         
     | 
| 
       2892 
     | 
    
         
            -
                    o.http_request_uri = " 
     | 
| 
      
 2916 
     | 
    
         
            +
                    o.http_request_uri = "/?cors"
         
     | 
| 
       2893 
2917 
     | 
    
         
             
                    o.input = Shapes::ShapeRef.new(shape: GetBucketCorsRequest)
         
     | 
| 
       2894 
2918 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: GetBucketCorsOutput)
         
     | 
| 
       2895 
2919 
     | 
    
         
             
                  end)
         
     | 
| 
         @@ -2897,7 +2921,7 @@ module Aws::S3 
     | 
|
| 
       2897 
2921 
     | 
    
         
             
                  api.add_operation(:get_bucket_encryption, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       2898 
2922 
     | 
    
         
             
                    o.name = "GetBucketEncryption"
         
     | 
| 
       2899 
2923 
     | 
    
         
             
                    o.http_method = "GET"
         
     | 
| 
       2900 
     | 
    
         
            -
                    o.http_request_uri = " 
     | 
| 
      
 2924 
     | 
    
         
            +
                    o.http_request_uri = "/?encryption"
         
     | 
| 
       2901 
2925 
     | 
    
         
             
                    o.input = Shapes::ShapeRef.new(shape: GetBucketEncryptionRequest)
         
     | 
| 
       2902 
2926 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: GetBucketEncryptionOutput)
         
     | 
| 
       2903 
2927 
     | 
    
         
             
                  end)
         
     | 
| 
         @@ -2905,7 +2929,7 @@ module Aws::S3 
     | 
|
| 
       2905 
2929 
     | 
    
         
             
                  api.add_operation(:get_bucket_intelligent_tiering_configuration, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       2906 
2930 
     | 
    
         
             
                    o.name = "GetBucketIntelligentTieringConfiguration"
         
     | 
| 
       2907 
2931 
     | 
    
         
             
                    o.http_method = "GET"
         
     | 
| 
       2908 
     | 
    
         
            -
                    o.http_request_uri = " 
     | 
| 
      
 2932 
     | 
    
         
            +
                    o.http_request_uri = "/?intelligent-tiering"
         
     | 
| 
       2909 
2933 
     | 
    
         
             
                    o.input = Shapes::ShapeRef.new(shape: GetBucketIntelligentTieringConfigurationRequest)
         
     | 
| 
       2910 
2934 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: GetBucketIntelligentTieringConfigurationOutput)
         
     | 
| 
       2911 
2935 
     | 
    
         
             
                  end)
         
     | 
| 
         @@ -2913,7 +2937,7 @@ module Aws::S3 
     | 
|
| 
       2913 
2937 
     | 
    
         
             
                  api.add_operation(:get_bucket_inventory_configuration, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       2914 
2938 
     | 
    
         
             
                    o.name = "GetBucketInventoryConfiguration"
         
     | 
| 
       2915 
2939 
     | 
    
         
             
                    o.http_method = "GET"
         
     | 
| 
       2916 
     | 
    
         
            -
                    o.http_request_uri = " 
     | 
| 
      
 2940 
     | 
    
         
            +
                    o.http_request_uri = "/?inventory"
         
     | 
| 
       2917 
2941 
     | 
    
         
             
                    o.input = Shapes::ShapeRef.new(shape: GetBucketInventoryConfigurationRequest)
         
     | 
| 
       2918 
2942 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: GetBucketInventoryConfigurationOutput)
         
     | 
| 
       2919 
2943 
     | 
    
         
             
                  end)
         
     | 
| 
         @@ -2921,7 +2945,7 @@ module Aws::S3 
     | 
|
| 
       2921 
2945 
     | 
    
         
             
                  api.add_operation(:get_bucket_lifecycle, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       2922 
2946 
     | 
    
         
             
                    o.name = "GetBucketLifecycle"
         
     | 
| 
       2923 
2947 
     | 
    
         
             
                    o.http_method = "GET"
         
     | 
| 
       2924 
     | 
    
         
            -
                    o.http_request_uri = " 
     | 
| 
      
 2948 
     | 
    
         
            +
                    o.http_request_uri = "/?lifecycle"
         
     | 
| 
       2925 
2949 
     | 
    
         
             
                    o.deprecated = true
         
     | 
| 
       2926 
2950 
     | 
    
         
             
                    o.input = Shapes::ShapeRef.new(shape: GetBucketLifecycleRequest)
         
     | 
| 
       2927 
2951 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: GetBucketLifecycleOutput)
         
     | 
| 
         @@ -2930,7 +2954,7 @@ module Aws::S3 
     | 
|
| 
       2930 
2954 
     | 
    
         
             
                  api.add_operation(:get_bucket_lifecycle_configuration, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       2931 
2955 
     | 
    
         
             
                    o.name = "GetBucketLifecycleConfiguration"
         
     | 
| 
       2932 
2956 
     | 
    
         
             
                    o.http_method = "GET"
         
     | 
| 
       2933 
     | 
    
         
            -
                    o.http_request_uri = " 
     | 
| 
      
 2957 
     | 
    
         
            +
                    o.http_request_uri = "/?lifecycle"
         
     | 
| 
       2934 
2958 
     | 
    
         
             
                    o.input = Shapes::ShapeRef.new(shape: GetBucketLifecycleConfigurationRequest)
         
     | 
| 
       2935 
2959 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: GetBucketLifecycleConfigurationOutput)
         
     | 
| 
       2936 
2960 
     | 
    
         
             
                  end)
         
     | 
| 
         @@ -2938,7 +2962,7 @@ module Aws::S3 
     | 
|
| 
       2938 
2962 
     | 
    
         
             
                  api.add_operation(:get_bucket_location, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       2939 
2963 
     | 
    
         
             
                    o.name = "GetBucketLocation"
         
     | 
| 
       2940 
2964 
     | 
    
         
             
                    o.http_method = "GET"
         
     | 
| 
       2941 
     | 
    
         
            -
                    o.http_request_uri = " 
     | 
| 
      
 2965 
     | 
    
         
            +
                    o.http_request_uri = "/?location"
         
     | 
| 
       2942 
2966 
     | 
    
         
             
                    o.input = Shapes::ShapeRef.new(shape: GetBucketLocationRequest)
         
     | 
| 
       2943 
2967 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: GetBucketLocationOutput)
         
     | 
| 
       2944 
2968 
     | 
    
         
             
                  end)
         
     | 
| 
         @@ -2946,7 +2970,7 @@ module Aws::S3 
     | 
|
| 
       2946 
2970 
     | 
    
         
             
                  api.add_operation(:get_bucket_logging, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       2947 
2971 
     | 
    
         
             
                    o.name = "GetBucketLogging"
         
     | 
| 
       2948 
2972 
     | 
    
         
             
                    o.http_method = "GET"
         
     | 
| 
       2949 
     | 
    
         
            -
                    o.http_request_uri = " 
     | 
| 
      
 2973 
     | 
    
         
            +
                    o.http_request_uri = "/?logging"
         
     | 
| 
       2950 
2974 
     | 
    
         
             
                    o.input = Shapes::ShapeRef.new(shape: GetBucketLoggingRequest)
         
     | 
| 
       2951 
2975 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: GetBucketLoggingOutput)
         
     | 
| 
       2952 
2976 
     | 
    
         
             
                  end)
         
     | 
| 
         @@ -2954,7 +2978,7 @@ module Aws::S3 
     | 
|
| 
       2954 
2978 
     | 
    
         
             
                  api.add_operation(:get_bucket_metrics_configuration, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       2955 
2979 
     | 
    
         
             
                    o.name = "GetBucketMetricsConfiguration"
         
     | 
| 
       2956 
2980 
     | 
    
         
             
                    o.http_method = "GET"
         
     | 
| 
       2957 
     | 
    
         
            -
                    o.http_request_uri = " 
     | 
| 
      
 2981 
     | 
    
         
            +
                    o.http_request_uri = "/?metrics"
         
     | 
| 
       2958 
2982 
     | 
    
         
             
                    o.input = Shapes::ShapeRef.new(shape: GetBucketMetricsConfigurationRequest)
         
     | 
| 
       2959 
2983 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: GetBucketMetricsConfigurationOutput)
         
     | 
| 
       2960 
2984 
     | 
    
         
             
                  end)
         
     | 
| 
         @@ -2962,7 +2986,7 @@ module Aws::S3 
     | 
|
| 
       2962 
2986 
     | 
    
         
             
                  api.add_operation(:get_bucket_notification, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       2963 
2987 
     | 
    
         
             
                    o.name = "GetBucketNotification"
         
     | 
| 
       2964 
2988 
     | 
    
         
             
                    o.http_method = "GET"
         
     | 
| 
       2965 
     | 
    
         
            -
                    o.http_request_uri = " 
     | 
| 
      
 2989 
     | 
    
         
            +
                    o.http_request_uri = "/?notification"
         
     | 
| 
       2966 
2990 
     | 
    
         
             
                    o.deprecated = true
         
     | 
| 
       2967 
2991 
     | 
    
         
             
                    o.input = Shapes::ShapeRef.new(shape: GetBucketNotificationConfigurationRequest)
         
     | 
| 
       2968 
2992 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: NotificationConfigurationDeprecated)
         
     | 
| 
         @@ -2971,7 +2995,7 @@ module Aws::S3 
     | 
|
| 
       2971 
2995 
     | 
    
         
             
                  api.add_operation(:get_bucket_notification_configuration, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       2972 
2996 
     | 
    
         
             
                    o.name = "GetBucketNotificationConfiguration"
         
     | 
| 
       2973 
2997 
     | 
    
         
             
                    o.http_method = "GET"
         
     | 
| 
       2974 
     | 
    
         
            -
                    o.http_request_uri = " 
     | 
| 
      
 2998 
     | 
    
         
            +
                    o.http_request_uri = "/?notification"
         
     | 
| 
       2975 
2999 
     | 
    
         
             
                    o.input = Shapes::ShapeRef.new(shape: GetBucketNotificationConfigurationRequest)
         
     | 
| 
       2976 
3000 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: NotificationConfiguration)
         
     | 
| 
       2977 
3001 
     | 
    
         
             
                  end)
         
     | 
| 
         @@ -2979,7 +3003,7 @@ module Aws::S3 
     | 
|
| 
       2979 
3003 
     | 
    
         
             
                  api.add_operation(:get_bucket_ownership_controls, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       2980 
3004 
     | 
    
         
             
                    o.name = "GetBucketOwnershipControls"
         
     | 
| 
       2981 
3005 
     | 
    
         
             
                    o.http_method = "GET"
         
     | 
| 
       2982 
     | 
    
         
            -
                    o.http_request_uri = " 
     | 
| 
      
 3006 
     | 
    
         
            +
                    o.http_request_uri = "/?ownershipControls"
         
     | 
| 
       2983 
3007 
     | 
    
         
             
                    o.input = Shapes::ShapeRef.new(shape: GetBucketOwnershipControlsRequest)
         
     | 
| 
       2984 
3008 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: GetBucketOwnershipControlsOutput)
         
     | 
| 
       2985 
3009 
     | 
    
         
             
                  end)
         
     | 
| 
         @@ -2987,7 +3011,7 @@ module Aws::S3 
     | 
|
| 
       2987 
3011 
     | 
    
         
             
                  api.add_operation(:get_bucket_policy, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       2988 
3012 
     | 
    
         
             
                    o.name = "GetBucketPolicy"
         
     | 
| 
       2989 
3013 
     | 
    
         
             
                    o.http_method = "GET"
         
     | 
| 
       2990 
     | 
    
         
            -
                    o.http_request_uri = " 
     | 
| 
      
 3014 
     | 
    
         
            +
                    o.http_request_uri = "/?policy"
         
     | 
| 
       2991 
3015 
     | 
    
         
             
                    o.input = Shapes::ShapeRef.new(shape: GetBucketPolicyRequest)
         
     | 
| 
       2992 
3016 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: GetBucketPolicyOutput)
         
     | 
| 
       2993 
3017 
     | 
    
         
             
                  end)
         
     | 
| 
         @@ -2995,7 +3019,7 @@ module Aws::S3 
     | 
|
| 
       2995 
3019 
     | 
    
         
             
                  api.add_operation(:get_bucket_policy_status, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       2996 
3020 
     | 
    
         
             
                    o.name = "GetBucketPolicyStatus"
         
     | 
| 
       2997 
3021 
     | 
    
         
             
                    o.http_method = "GET"
         
     | 
| 
       2998 
     | 
    
         
            -
                    o.http_request_uri = " 
     | 
| 
      
 3022 
     | 
    
         
            +
                    o.http_request_uri = "/?policyStatus"
         
     | 
| 
       2999 
3023 
     | 
    
         
             
                    o.input = Shapes::ShapeRef.new(shape: GetBucketPolicyStatusRequest)
         
     | 
| 
       3000 
3024 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: GetBucketPolicyStatusOutput)
         
     | 
| 
       3001 
3025 
     | 
    
         
             
                  end)
         
     | 
| 
         @@ -3003,7 +3027,7 @@ module Aws::S3 
     | 
|
| 
       3003 
3027 
     | 
    
         
             
                  api.add_operation(:get_bucket_replication, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       3004 
3028 
     | 
    
         
             
                    o.name = "GetBucketReplication"
         
     | 
| 
       3005 
3029 
     | 
    
         
             
                    o.http_method = "GET"
         
     | 
| 
       3006 
     | 
    
         
            -
                    o.http_request_uri = " 
     | 
| 
      
 3030 
     | 
    
         
            +
                    o.http_request_uri = "/?replication"
         
     | 
| 
       3007 
3031 
     | 
    
         
             
                    o.input = Shapes::ShapeRef.new(shape: GetBucketReplicationRequest)
         
     | 
| 
       3008 
3032 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: GetBucketReplicationOutput)
         
     | 
| 
       3009 
3033 
     | 
    
         
             
                  end)
         
     | 
| 
         @@ -3011,7 +3035,7 @@ module Aws::S3 
     | 
|
| 
       3011 
3035 
     | 
    
         
             
                  api.add_operation(:get_bucket_request_payment, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       3012 
3036 
     | 
    
         
             
                    o.name = "GetBucketRequestPayment"
         
     | 
| 
       3013 
3037 
     | 
    
         
             
                    o.http_method = "GET"
         
     | 
| 
       3014 
     | 
    
         
            -
                    o.http_request_uri = " 
     | 
| 
      
 3038 
     | 
    
         
            +
                    o.http_request_uri = "/?requestPayment"
         
     | 
| 
       3015 
3039 
     | 
    
         
             
                    o.input = Shapes::ShapeRef.new(shape: GetBucketRequestPaymentRequest)
         
     | 
| 
       3016 
3040 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: GetBucketRequestPaymentOutput)
         
     | 
| 
       3017 
3041 
     | 
    
         
             
                  end)
         
     | 
| 
         @@ -3019,7 +3043,7 @@ module Aws::S3 
     | 
|
| 
       3019 
3043 
     | 
    
         
             
                  api.add_operation(:get_bucket_tagging, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       3020 
3044 
     | 
    
         
             
                    o.name = "GetBucketTagging"
         
     | 
| 
       3021 
3045 
     | 
    
         
             
                    o.http_method = "GET"
         
     | 
| 
       3022 
     | 
    
         
            -
                    o.http_request_uri = " 
     | 
| 
      
 3046 
     | 
    
         
            +
                    o.http_request_uri = "/?tagging"
         
     | 
| 
       3023 
3047 
     | 
    
         
             
                    o.input = Shapes::ShapeRef.new(shape: GetBucketTaggingRequest)
         
     | 
| 
       3024 
3048 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: GetBucketTaggingOutput)
         
     | 
| 
       3025 
3049 
     | 
    
         
             
                  end)
         
     | 
| 
         @@ -3027,7 +3051,7 @@ module Aws::S3 
     | 
|
| 
       3027 
3051 
     | 
    
         
             
                  api.add_operation(:get_bucket_versioning, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       3028 
3052 
     | 
    
         
             
                    o.name = "GetBucketVersioning"
         
     | 
| 
       3029 
3053 
     | 
    
         
             
                    o.http_method = "GET"
         
     | 
| 
       3030 
     | 
    
         
            -
                    o.http_request_uri = " 
     | 
| 
      
 3054 
     | 
    
         
            +
                    o.http_request_uri = "/?versioning"
         
     | 
| 
       3031 
3055 
     | 
    
         
             
                    o.input = Shapes::ShapeRef.new(shape: GetBucketVersioningRequest)
         
     | 
| 
       3032 
3056 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: GetBucketVersioningOutput)
         
     | 
| 
       3033 
3057 
     | 
    
         
             
                  end)
         
     | 
| 
         @@ -3035,7 +3059,7 @@ module Aws::S3 
     | 
|
| 
       3035 
3059 
     | 
    
         
             
                  api.add_operation(:get_bucket_website, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       3036 
3060 
     | 
    
         
             
                    o.name = "GetBucketWebsite"
         
     | 
| 
       3037 
3061 
     | 
    
         
             
                    o.http_method = "GET"
         
     | 
| 
       3038 
     | 
    
         
            -
                    o.http_request_uri = " 
     | 
| 
      
 3062 
     | 
    
         
            +
                    o.http_request_uri = "/?website"
         
     | 
| 
       3039 
3063 
     | 
    
         
             
                    o.input = Shapes::ShapeRef.new(shape: GetBucketWebsiteRequest)
         
     | 
| 
       3040 
3064 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: GetBucketWebsiteOutput)
         
     | 
| 
       3041 
3065 
     | 
    
         
             
                  end)
         
     | 
| 
         @@ -3043,7 +3067,7 @@ module Aws::S3 
     | 
|
| 
       3043 
3067 
     | 
    
         
             
                  api.add_operation(:get_object, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       3044 
3068 
     | 
    
         
             
                    o.name = "GetObject"
         
     | 
| 
       3045 
3069 
     | 
    
         
             
                    o.http_method = "GET"
         
     | 
| 
       3046 
     | 
    
         
            -
                    o.http_request_uri = "/{ 
     | 
| 
      
 3070 
     | 
    
         
            +
                    o.http_request_uri = "/{Key+}"
         
     | 
| 
       3047 
3071 
     | 
    
         
             
                    o.http_checksum = {
         
     | 
| 
       3048 
3072 
     | 
    
         
             
                      "requestValidationModeMember" => "checksum_mode",
         
     | 
| 
       3049 
3073 
     | 
    
         
             
                      "responseAlgorithms" => ["CRC32", "CRC32C", "SHA256", "SHA1"],
         
     | 
| 
         @@ -3061,7 +3085,7 @@ module Aws::S3 
     | 
|
| 
       3061 
3085 
     | 
    
         
             
                  api.add_operation(:get_object_acl, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       3062 
3086 
     | 
    
         
             
                    o.name = "GetObjectAcl"
         
     | 
| 
       3063 
3087 
     | 
    
         
             
                    o.http_method = "GET"
         
     | 
| 
       3064 
     | 
    
         
            -
                    o.http_request_uri = "/{ 
     | 
| 
      
 3088 
     | 
    
         
            +
                    o.http_request_uri = "/{Key+}?acl"
         
     | 
| 
       3065 
3089 
     | 
    
         
             
                    o.input = Shapes::ShapeRef.new(shape: GetObjectAclRequest)
         
     | 
| 
       3066 
3090 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: GetObjectAclOutput)
         
     | 
| 
       3067 
3091 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: NoSuchKey)
         
     | 
| 
         @@ -3070,7 +3094,7 @@ module Aws::S3 
     | 
|
| 
       3070 
3094 
     | 
    
         
             
                  api.add_operation(:get_object_attributes, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       3071 
3095 
     | 
    
         
             
                    o.name = "GetObjectAttributes"
         
     | 
| 
       3072 
3096 
     | 
    
         
             
                    o.http_method = "GET"
         
     | 
| 
       3073 
     | 
    
         
            -
                    o.http_request_uri = "/{ 
     | 
| 
      
 3097 
     | 
    
         
            +
                    o.http_request_uri = "/{Key+}?attributes"
         
     | 
| 
       3074 
3098 
     | 
    
         
             
                    o.input = Shapes::ShapeRef.new(shape: GetObjectAttributesRequest)
         
     | 
| 
       3075 
3099 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: GetObjectAttributesOutput)
         
     | 
| 
       3076 
3100 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: NoSuchKey)
         
     | 
| 
         @@ -3079,7 +3103,7 @@ module Aws::S3 
     | 
|
| 
       3079 
3103 
     | 
    
         
             
                  api.add_operation(:get_object_legal_hold, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       3080 
3104 
     | 
    
         
             
                    o.name = "GetObjectLegalHold"
         
     | 
| 
       3081 
3105 
     | 
    
         
             
                    o.http_method = "GET"
         
     | 
| 
       3082 
     | 
    
         
            -
                    o.http_request_uri = "/{ 
     | 
| 
      
 3106 
     | 
    
         
            +
                    o.http_request_uri = "/{Key+}?legal-hold"
         
     | 
| 
       3083 
3107 
     | 
    
         
             
                    o.input = Shapes::ShapeRef.new(shape: GetObjectLegalHoldRequest)
         
     | 
| 
       3084 
3108 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: GetObjectLegalHoldOutput)
         
     | 
| 
       3085 
3109 
     | 
    
         
             
                  end)
         
     | 
| 
         @@ -3087,7 +3111,7 @@ module Aws::S3 
     | 
|
| 
       3087 
3111 
     | 
    
         
             
                  api.add_operation(:get_object_lock_configuration, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       3088 
3112 
     | 
    
         
             
                    o.name = "GetObjectLockConfiguration"
         
     | 
| 
       3089 
3113 
     | 
    
         
             
                    o.http_method = "GET"
         
     | 
| 
       3090 
     | 
    
         
            -
                    o.http_request_uri = " 
     | 
| 
      
 3114 
     | 
    
         
            +
                    o.http_request_uri = "/?object-lock"
         
     | 
| 
       3091 
3115 
     | 
    
         
             
                    o.input = Shapes::ShapeRef.new(shape: GetObjectLockConfigurationRequest)
         
     | 
| 
       3092 
3116 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: GetObjectLockConfigurationOutput)
         
     | 
| 
       3093 
3117 
     | 
    
         
             
                  end)
         
     | 
| 
         @@ -3095,7 +3119,7 @@ module Aws::S3 
     | 
|
| 
       3095 
3119 
     | 
    
         
             
                  api.add_operation(:get_object_retention, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       3096 
3120 
     | 
    
         
             
                    o.name = "GetObjectRetention"
         
     | 
| 
       3097 
3121 
     | 
    
         
             
                    o.http_method = "GET"
         
     | 
| 
       3098 
     | 
    
         
            -
                    o.http_request_uri = "/{ 
     | 
| 
      
 3122 
     | 
    
         
            +
                    o.http_request_uri = "/{Key+}?retention"
         
     | 
| 
       3099 
3123 
     | 
    
         
             
                    o.input = Shapes::ShapeRef.new(shape: GetObjectRetentionRequest)
         
     | 
| 
       3100 
3124 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: GetObjectRetentionOutput)
         
     | 
| 
       3101 
3125 
     | 
    
         
             
                  end)
         
     | 
| 
         @@ -3103,7 +3127,7 @@ module Aws::S3 
     | 
|
| 
       3103 
3127 
     | 
    
         
             
                  api.add_operation(:get_object_tagging, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       3104 
3128 
     | 
    
         
             
                    o.name = "GetObjectTagging"
         
     | 
| 
       3105 
3129 
     | 
    
         
             
                    o.http_method = "GET"
         
     | 
| 
       3106 
     | 
    
         
            -
                    o.http_request_uri = "/{ 
     | 
| 
      
 3130 
     | 
    
         
            +
                    o.http_request_uri = "/{Key+}?tagging"
         
     | 
| 
       3107 
3131 
     | 
    
         
             
                    o.input = Shapes::ShapeRef.new(shape: GetObjectTaggingRequest)
         
     | 
| 
       3108 
3132 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: GetObjectTaggingOutput)
         
     | 
| 
       3109 
3133 
     | 
    
         
             
                  end)
         
     | 
| 
         @@ -3111,7 +3135,7 @@ module Aws::S3 
     | 
|
| 
       3111 
3135 
     | 
    
         
             
                  api.add_operation(:get_object_torrent, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       3112 
3136 
     | 
    
         
             
                    o.name = "GetObjectTorrent"
         
     | 
| 
       3113 
3137 
     | 
    
         
             
                    o.http_method = "GET"
         
     | 
| 
       3114 
     | 
    
         
            -
                    o.http_request_uri = "/{ 
     | 
| 
      
 3138 
     | 
    
         
            +
                    o.http_request_uri = "/{Key+}?torrent"
         
     | 
| 
       3115 
3139 
     | 
    
         
             
                    o.input = Shapes::ShapeRef.new(shape: GetObjectTorrentRequest)
         
     | 
| 
       3116 
3140 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: GetObjectTorrentOutput)
         
     | 
| 
       3117 
3141 
     | 
    
         
             
                  end)
         
     | 
| 
         @@ -3119,7 +3143,7 @@ module Aws::S3 
     | 
|
| 
       3119 
3143 
     | 
    
         
             
                  api.add_operation(:get_public_access_block, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       3120 
3144 
     | 
    
         
             
                    o.name = "GetPublicAccessBlock"
         
     | 
| 
       3121 
3145 
     | 
    
         
             
                    o.http_method = "GET"
         
     | 
| 
       3122 
     | 
    
         
            -
                    o.http_request_uri = " 
     | 
| 
      
 3146 
     | 
    
         
            +
                    o.http_request_uri = "/?publicAccessBlock"
         
     | 
| 
       3123 
3147 
     | 
    
         
             
                    o.input = Shapes::ShapeRef.new(shape: GetPublicAccessBlockRequest)
         
     | 
| 
       3124 
3148 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: GetPublicAccessBlockOutput)
         
     | 
| 
       3125 
3149 
     | 
    
         
             
                  end)
         
     | 
| 
         @@ -3127,7 +3151,7 @@ module Aws::S3 
     | 
|
| 
       3127 
3151 
     | 
    
         
             
                  api.add_operation(:head_bucket, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       3128 
3152 
     | 
    
         
             
                    o.name = "HeadBucket"
         
     | 
| 
       3129 
3153 
     | 
    
         
             
                    o.http_method = "HEAD"
         
     | 
| 
       3130 
     | 
    
         
            -
                    o.http_request_uri = "/ 
     | 
| 
      
 3154 
     | 
    
         
            +
                    o.http_request_uri = "/"
         
     | 
| 
       3131 
3155 
     | 
    
         
             
                    o.input = Shapes::ShapeRef.new(shape: HeadBucketRequest)
         
     | 
| 
       3132 
3156 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
         
     | 
| 
       3133 
3157 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: NoSuchBucket)
         
     | 
| 
         @@ -3136,7 +3160,7 @@ module Aws::S3 
     | 
|
| 
       3136 
3160 
     | 
    
         
             
                  api.add_operation(:head_object, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       3137 
3161 
     | 
    
         
             
                    o.name = "HeadObject"
         
     | 
| 
       3138 
3162 
     | 
    
         
             
                    o.http_method = "HEAD"
         
     | 
| 
       3139 
     | 
    
         
            -
                    o.http_request_uri = "/{ 
     | 
| 
      
 3163 
     | 
    
         
            +
                    o.http_request_uri = "/{Key+}"
         
     | 
| 
       3140 
3164 
     | 
    
         
             
                    o.input = Shapes::ShapeRef.new(shape: HeadObjectRequest)
         
     | 
| 
       3141 
3165 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: HeadObjectOutput)
         
     | 
| 
       3142 
3166 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: NoSuchKey)
         
     | 
| 
         @@ -3145,7 +3169,7 @@ module Aws::S3 
     | 
|
| 
       3145 
3169 
     | 
    
         
             
                  api.add_operation(:list_bucket_analytics_configurations, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       3146 
3170 
     | 
    
         
             
                    o.name = "ListBucketAnalyticsConfigurations"
         
     | 
| 
       3147 
3171 
     | 
    
         
             
                    o.http_method = "GET"
         
     | 
| 
       3148 
     | 
    
         
            -
                    o.http_request_uri = " 
     | 
| 
      
 3172 
     | 
    
         
            +
                    o.http_request_uri = "/?analytics"
         
     | 
| 
       3149 
3173 
     | 
    
         
             
                    o.input = Shapes::ShapeRef.new(shape: ListBucketAnalyticsConfigurationsRequest)
         
     | 
| 
       3150 
3174 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: ListBucketAnalyticsConfigurationsOutput)
         
     | 
| 
       3151 
3175 
     | 
    
         
             
                  end)
         
     | 
| 
         @@ -3153,7 +3177,7 @@ module Aws::S3 
     | 
|
| 
       3153 
3177 
     | 
    
         
             
                  api.add_operation(:list_bucket_intelligent_tiering_configurations, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       3154 
3178 
     | 
    
         
             
                    o.name = "ListBucketIntelligentTieringConfigurations"
         
     | 
| 
       3155 
3179 
     | 
    
         
             
                    o.http_method = "GET"
         
     | 
| 
       3156 
     | 
    
         
            -
                    o.http_request_uri = " 
     | 
| 
      
 3180 
     | 
    
         
            +
                    o.http_request_uri = "/?intelligent-tiering"
         
     | 
| 
       3157 
3181 
     | 
    
         
             
                    o.input = Shapes::ShapeRef.new(shape: ListBucketIntelligentTieringConfigurationsRequest)
         
     | 
| 
       3158 
3182 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: ListBucketIntelligentTieringConfigurationsOutput)
         
     | 
| 
       3159 
3183 
     | 
    
         
             
                  end)
         
     | 
| 
         @@ -3161,7 +3185,7 @@ module Aws::S3 
     | 
|
| 
       3161 
3185 
     | 
    
         
             
                  api.add_operation(:list_bucket_inventory_configurations, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       3162 
3186 
     | 
    
         
             
                    o.name = "ListBucketInventoryConfigurations"
         
     | 
| 
       3163 
3187 
     | 
    
         
             
                    o.http_method = "GET"
         
     | 
| 
       3164 
     | 
    
         
            -
                    o.http_request_uri = " 
     | 
| 
      
 3188 
     | 
    
         
            +
                    o.http_request_uri = "/?inventory"
         
     | 
| 
       3165 
3189 
     | 
    
         
             
                    o.input = Shapes::ShapeRef.new(shape: ListBucketInventoryConfigurationsRequest)
         
     | 
| 
       3166 
3190 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: ListBucketInventoryConfigurationsOutput)
         
     | 
| 
       3167 
3191 
     | 
    
         
             
                  end)
         
     | 
| 
         @@ -3169,7 +3193,7 @@ module Aws::S3 
     | 
|
| 
       3169 
3193 
     | 
    
         
             
                  api.add_operation(:list_bucket_metrics_configurations, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       3170 
3194 
     | 
    
         
             
                    o.name = "ListBucketMetricsConfigurations"
         
     | 
| 
       3171 
3195 
     | 
    
         
             
                    o.http_method = "GET"
         
     | 
| 
       3172 
     | 
    
         
            -
                    o.http_request_uri = " 
     | 
| 
      
 3196 
     | 
    
         
            +
                    o.http_request_uri = "/?metrics"
         
     | 
| 
       3173 
3197 
     | 
    
         
             
                    o.input = Shapes::ShapeRef.new(shape: ListBucketMetricsConfigurationsRequest)
         
     | 
| 
       3174 
3198 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: ListBucketMetricsConfigurationsOutput)
         
     | 
| 
       3175 
3199 
     | 
    
         
             
                  end)
         
     | 
| 
         @@ -3185,7 +3209,7 @@ module Aws::S3 
     | 
|
| 
       3185 
3209 
     | 
    
         
             
                  api.add_operation(:list_multipart_uploads, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       3186 
3210 
     | 
    
         
             
                    o.name = "ListMultipartUploads"
         
     | 
| 
       3187 
3211 
     | 
    
         
             
                    o.http_method = "GET"
         
     | 
| 
       3188 
     | 
    
         
            -
                    o.http_request_uri = " 
     | 
| 
      
 3212 
     | 
    
         
            +
                    o.http_request_uri = "/?uploads"
         
     | 
| 
       3189 
3213 
     | 
    
         
             
                    o.input = Shapes::ShapeRef.new(shape: ListMultipartUploadsRequest)
         
     | 
| 
       3190 
3214 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: ListMultipartUploadsOutput)
         
     | 
| 
       3191 
3215 
     | 
    
         
             
                    o[:pager] = Aws::Pager.new(
         
     | 
| 
         @@ -3201,7 +3225,7 @@ module Aws::S3 
     | 
|
| 
       3201 
3225 
     | 
    
         
             
                  api.add_operation(:list_object_versions, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       3202 
3226 
     | 
    
         
             
                    o.name = "ListObjectVersions"
         
     | 
| 
       3203 
3227 
     | 
    
         
             
                    o.http_method = "GET"
         
     | 
| 
       3204 
     | 
    
         
            -
                    o.http_request_uri = " 
     | 
| 
      
 3228 
     | 
    
         
            +
                    o.http_request_uri = "/?versions"
         
     | 
| 
       3205 
3229 
     | 
    
         
             
                    o.input = Shapes::ShapeRef.new(shape: ListObjectVersionsRequest)
         
     | 
| 
       3206 
3230 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: ListObjectVersionsOutput)
         
     | 
| 
       3207 
3231 
     | 
    
         
             
                    o[:pager] = Aws::Pager.new(
         
     | 
| 
         @@ -3217,7 +3241,7 @@ module Aws::S3 
     | 
|
| 
       3217 
3241 
     | 
    
         
             
                  api.add_operation(:list_objects, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       3218 
3242 
     | 
    
         
             
                    o.name = "ListObjects"
         
     | 
| 
       3219 
3243 
     | 
    
         
             
                    o.http_method = "GET"
         
     | 
| 
       3220 
     | 
    
         
            -
                    o.http_request_uri = "/ 
     | 
| 
      
 3244 
     | 
    
         
            +
                    o.http_request_uri = "/"
         
     | 
| 
       3221 
3245 
     | 
    
         
             
                    o.input = Shapes::ShapeRef.new(shape: ListObjectsRequest)
         
     | 
| 
       3222 
3246 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: ListObjectsOutput)
         
     | 
| 
       3223 
3247 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: NoSuchBucket)
         
     | 
| 
         @@ -3233,7 +3257,7 @@ module Aws::S3 
     | 
|
| 
       3233 
3257 
     | 
    
         
             
                  api.add_operation(:list_objects_v2, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       3234 
3258 
     | 
    
         
             
                    o.name = "ListObjectsV2"
         
     | 
| 
       3235 
3259 
     | 
    
         
             
                    o.http_method = "GET"
         
     | 
| 
       3236 
     | 
    
         
            -
                    o.http_request_uri = " 
     | 
| 
      
 3260 
     | 
    
         
            +
                    o.http_request_uri = "/?list-type=2"
         
     | 
| 
       3237 
3261 
     | 
    
         
             
                    o.input = Shapes::ShapeRef.new(shape: ListObjectsV2Request)
         
     | 
| 
       3238 
3262 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: ListObjectsV2Output)
         
     | 
| 
       3239 
3263 
     | 
    
         
             
                    o.errors << Shapes::ShapeRef.new(shape: NoSuchBucket)
         
     | 
| 
         @@ -3248,7 +3272,7 @@ module Aws::S3 
     | 
|
| 
       3248 
3272 
     | 
    
         
             
                  api.add_operation(:list_parts, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       3249 
3273 
     | 
    
         
             
                    o.name = "ListParts"
         
     | 
| 
       3250 
3274 
     | 
    
         
             
                    o.http_method = "GET"
         
     | 
| 
       3251 
     | 
    
         
            -
                    o.http_request_uri = "/{ 
     | 
| 
      
 3275 
     | 
    
         
            +
                    o.http_request_uri = "/{Key+}"
         
     | 
| 
       3252 
3276 
     | 
    
         
             
                    o.input = Shapes::ShapeRef.new(shape: ListPartsRequest)
         
     | 
| 
       3253 
3277 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: ListPartsOutput)
         
     | 
| 
       3254 
3278 
     | 
    
         
             
                    o[:pager] = Aws::Pager.new(
         
     | 
| 
         @@ -3263,7 +3287,7 @@ module Aws::S3 
     | 
|
| 
       3263 
3287 
     | 
    
         
             
                  api.add_operation(:put_bucket_accelerate_configuration, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       3264 
3288 
     | 
    
         
             
                    o.name = "PutBucketAccelerateConfiguration"
         
     | 
| 
       3265 
3289 
     | 
    
         
             
                    o.http_method = "PUT"
         
     | 
| 
       3266 
     | 
    
         
            -
                    o.http_request_uri = " 
     | 
| 
      
 3290 
     | 
    
         
            +
                    o.http_request_uri = "/?accelerate"
         
     | 
| 
       3267 
3291 
     | 
    
         
             
                    o.http_checksum = {
         
     | 
| 
       3268 
3292 
     | 
    
         
             
                      "requestAlgorithmMember" => "checksum_algorithm",
         
     | 
| 
       3269 
3293 
     | 
    
         
             
                      "requestChecksumRequired" => false,
         
     | 
| 
         @@ -3279,7 +3303,7 @@ module Aws::S3 
     | 
|
| 
       3279 
3303 
     | 
    
         
             
                  api.add_operation(:put_bucket_acl, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       3280 
3304 
     | 
    
         
             
                    o.name = "PutBucketAcl"
         
     | 
| 
       3281 
3305 
     | 
    
         
             
                    o.http_method = "PUT"
         
     | 
| 
       3282 
     | 
    
         
            -
                    o.http_request_uri = " 
     | 
| 
      
 3306 
     | 
    
         
            +
                    o.http_request_uri = "/?acl"
         
     | 
| 
       3283 
3307 
     | 
    
         
             
                    o.http_checksum = {
         
     | 
| 
       3284 
3308 
     | 
    
         
             
                      "requestAlgorithmMember" => "checksum_algorithm",
         
     | 
| 
       3285 
3309 
     | 
    
         
             
                      "requestChecksumRequired" => true,
         
     | 
| 
         @@ -3295,7 +3319,7 @@ module Aws::S3 
     | 
|
| 
       3295 
3319 
     | 
    
         
             
                  api.add_operation(:put_bucket_analytics_configuration, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       3296 
3320 
     | 
    
         
             
                    o.name = "PutBucketAnalyticsConfiguration"
         
     | 
| 
       3297 
3321 
     | 
    
         
             
                    o.http_method = "PUT"
         
     | 
| 
       3298 
     | 
    
         
            -
                    o.http_request_uri = " 
     | 
| 
      
 3322 
     | 
    
         
            +
                    o.http_request_uri = "/?analytics"
         
     | 
| 
       3299 
3323 
     | 
    
         
             
                    o.input = Shapes::ShapeRef.new(shape: PutBucketAnalyticsConfigurationRequest)
         
     | 
| 
       3300 
3324 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
         
     | 
| 
       3301 
3325 
     | 
    
         
             
                  end)
         
     | 
| 
         @@ -3303,7 +3327,7 @@ module Aws::S3 
     | 
|
| 
       3303 
3327 
     | 
    
         
             
                  api.add_operation(:put_bucket_cors, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       3304 
3328 
     | 
    
         
             
                    o.name = "PutBucketCors"
         
     | 
| 
       3305 
3329 
     | 
    
         
             
                    o.http_method = "PUT"
         
     | 
| 
       3306 
     | 
    
         
            -
                    o.http_request_uri = " 
     | 
| 
      
 3330 
     | 
    
         
            +
                    o.http_request_uri = "/?cors"
         
     | 
| 
       3307 
3331 
     | 
    
         
             
                    o.http_checksum = {
         
     | 
| 
       3308 
3332 
     | 
    
         
             
                      "requestAlgorithmMember" => "checksum_algorithm",
         
     | 
| 
       3309 
3333 
     | 
    
         
             
                      "requestChecksumRequired" => true,
         
     | 
| 
         @@ -3319,7 +3343,7 @@ module Aws::S3 
     | 
|
| 
       3319 
3343 
     | 
    
         
             
                  api.add_operation(:put_bucket_encryption, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       3320 
3344 
     | 
    
         
             
                    o.name = "PutBucketEncryption"
         
     | 
| 
       3321 
3345 
     | 
    
         
             
                    o.http_method = "PUT"
         
     | 
| 
       3322 
     | 
    
         
            -
                    o.http_request_uri = " 
     | 
| 
      
 3346 
     | 
    
         
            +
                    o.http_request_uri = "/?encryption"
         
     | 
| 
       3323 
3347 
     | 
    
         
             
                    o.http_checksum = {
         
     | 
| 
       3324 
3348 
     | 
    
         
             
                      "requestAlgorithmMember" => "checksum_algorithm",
         
     | 
| 
       3325 
3349 
     | 
    
         
             
                      "requestChecksumRequired" => true,
         
     | 
| 
         @@ -3335,7 +3359,7 @@ module Aws::S3 
     | 
|
| 
       3335 
3359 
     | 
    
         
             
                  api.add_operation(:put_bucket_intelligent_tiering_configuration, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       3336 
3360 
     | 
    
         
             
                    o.name = "PutBucketIntelligentTieringConfiguration"
         
     | 
| 
       3337 
3361 
     | 
    
         
             
                    o.http_method = "PUT"
         
     | 
| 
       3338 
     | 
    
         
            -
                    o.http_request_uri = " 
     | 
| 
      
 3362 
     | 
    
         
            +
                    o.http_request_uri = "/?intelligent-tiering"
         
     | 
| 
       3339 
3363 
     | 
    
         
             
                    o.input = Shapes::ShapeRef.new(shape: PutBucketIntelligentTieringConfigurationRequest)
         
     | 
| 
       3340 
3364 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
         
     | 
| 
       3341 
3365 
     | 
    
         
             
                  end)
         
     | 
| 
         @@ -3343,7 +3367,7 @@ module Aws::S3 
     | 
|
| 
       3343 
3367 
     | 
    
         
             
                  api.add_operation(:put_bucket_inventory_configuration, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       3344 
3368 
     | 
    
         
             
                    o.name = "PutBucketInventoryConfiguration"
         
     | 
| 
       3345 
3369 
     | 
    
         
             
                    o.http_method = "PUT"
         
     | 
| 
       3346 
     | 
    
         
            -
                    o.http_request_uri = " 
     | 
| 
      
 3370 
     | 
    
         
            +
                    o.http_request_uri = "/?inventory"
         
     | 
| 
       3347 
3371 
     | 
    
         
             
                    o.input = Shapes::ShapeRef.new(shape: PutBucketInventoryConfigurationRequest)
         
     | 
| 
       3348 
3372 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
         
     | 
| 
       3349 
3373 
     | 
    
         
             
                  end)
         
     | 
| 
         @@ -3351,7 +3375,7 @@ module Aws::S3 
     | 
|
| 
       3351 
3375 
     | 
    
         
             
                  api.add_operation(:put_bucket_lifecycle, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       3352 
3376 
     | 
    
         
             
                    o.name = "PutBucketLifecycle"
         
     | 
| 
       3353 
3377 
     | 
    
         
             
                    o.http_method = "PUT"
         
     | 
| 
       3354 
     | 
    
         
            -
                    o.http_request_uri = " 
     | 
| 
      
 3378 
     | 
    
         
            +
                    o.http_request_uri = "/?lifecycle"
         
     | 
| 
       3355 
3379 
     | 
    
         
             
                    o.http_checksum = {
         
     | 
| 
       3356 
3380 
     | 
    
         
             
                      "requestAlgorithmMember" => "checksum_algorithm",
         
     | 
| 
       3357 
3381 
     | 
    
         
             
                      "requestChecksumRequired" => true,
         
     | 
| 
         @@ -3368,7 +3392,7 @@ module Aws::S3 
     | 
|
| 
       3368 
3392 
     | 
    
         
             
                  api.add_operation(:put_bucket_lifecycle_configuration, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       3369 
3393 
     | 
    
         
             
                    o.name = "PutBucketLifecycleConfiguration"
         
     | 
| 
       3370 
3394 
     | 
    
         
             
                    o.http_method = "PUT"
         
     | 
| 
       3371 
     | 
    
         
            -
                    o.http_request_uri = " 
     | 
| 
      
 3395 
     | 
    
         
            +
                    o.http_request_uri = "/?lifecycle"
         
     | 
| 
       3372 
3396 
     | 
    
         
             
                    o.http_checksum = {
         
     | 
| 
       3373 
3397 
     | 
    
         
             
                      "requestAlgorithmMember" => "checksum_algorithm",
         
     | 
| 
       3374 
3398 
     | 
    
         
             
                      "requestChecksumRequired" => true,
         
     | 
| 
         @@ -3384,7 +3408,7 @@ module Aws::S3 
     | 
|
| 
       3384 
3408 
     | 
    
         
             
                  api.add_operation(:put_bucket_logging, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       3385 
3409 
     | 
    
         
             
                    o.name = "PutBucketLogging"
         
     | 
| 
       3386 
3410 
     | 
    
         
             
                    o.http_method = "PUT"
         
     | 
| 
       3387 
     | 
    
         
            -
                    o.http_request_uri = " 
     | 
| 
      
 3411 
     | 
    
         
            +
                    o.http_request_uri = "/?logging"
         
     | 
| 
       3388 
3412 
     | 
    
         
             
                    o.http_checksum = {
         
     | 
| 
       3389 
3413 
     | 
    
         
             
                      "requestAlgorithmMember" => "checksum_algorithm",
         
     | 
| 
       3390 
3414 
     | 
    
         
             
                      "requestChecksumRequired" => true,
         
     | 
| 
         @@ -3400,7 +3424,7 @@ module Aws::S3 
     | 
|
| 
       3400 
3424 
     | 
    
         
             
                  api.add_operation(:put_bucket_metrics_configuration, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       3401 
3425 
     | 
    
         
             
                    o.name = "PutBucketMetricsConfiguration"
         
     | 
| 
       3402 
3426 
     | 
    
         
             
                    o.http_method = "PUT"
         
     | 
| 
       3403 
     | 
    
         
            -
                    o.http_request_uri = " 
     | 
| 
      
 3427 
     | 
    
         
            +
                    o.http_request_uri = "/?metrics"
         
     | 
| 
       3404 
3428 
     | 
    
         
             
                    o.input = Shapes::ShapeRef.new(shape: PutBucketMetricsConfigurationRequest)
         
     | 
| 
       3405 
3429 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
         
     | 
| 
       3406 
3430 
     | 
    
         
             
                  end)
         
     | 
| 
         @@ -3408,7 +3432,7 @@ module Aws::S3 
     | 
|
| 
       3408 
3432 
     | 
    
         
             
                  api.add_operation(:put_bucket_notification, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       3409 
3433 
     | 
    
         
             
                    o.name = "PutBucketNotification"
         
     | 
| 
       3410 
3434 
     | 
    
         
             
                    o.http_method = "PUT"
         
     | 
| 
       3411 
     | 
    
         
            -
                    o.http_request_uri = " 
     | 
| 
      
 3435 
     | 
    
         
            +
                    o.http_request_uri = "/?notification"
         
     | 
| 
       3412 
3436 
     | 
    
         
             
                    o.http_checksum = {
         
     | 
| 
       3413 
3437 
     | 
    
         
             
                      "requestAlgorithmMember" => "checksum_algorithm",
         
     | 
| 
       3414 
3438 
     | 
    
         
             
                      "requestChecksumRequired" => true,
         
     | 
| 
         @@ -3425,7 +3449,7 @@ module Aws::S3 
     | 
|
| 
       3425 
3449 
     | 
    
         
             
                  api.add_operation(:put_bucket_notification_configuration, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       3426 
3450 
     | 
    
         
             
                    o.name = "PutBucketNotificationConfiguration"
         
     | 
| 
       3427 
3451 
     | 
    
         
             
                    o.http_method = "PUT"
         
     | 
| 
       3428 
     | 
    
         
            -
                    o.http_request_uri = " 
     | 
| 
      
 3452 
     | 
    
         
            +
                    o.http_request_uri = "/?notification"
         
     | 
| 
       3429 
3453 
     | 
    
         
             
                    o.input = Shapes::ShapeRef.new(shape: PutBucketNotificationConfigurationRequest)
         
     | 
| 
       3430 
3454 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
         
     | 
| 
       3431 
3455 
     | 
    
         
             
                  end)
         
     | 
| 
         @@ -3433,7 +3457,7 @@ module Aws::S3 
     | 
|
| 
       3433 
3457 
     | 
    
         
             
                  api.add_operation(:put_bucket_ownership_controls, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       3434 
3458 
     | 
    
         
             
                    o.name = "PutBucketOwnershipControls"
         
     | 
| 
       3435 
3459 
     | 
    
         
             
                    o.http_method = "PUT"
         
     | 
| 
       3436 
     | 
    
         
            -
                    o.http_request_uri = " 
     | 
| 
      
 3460 
     | 
    
         
            +
                    o.http_request_uri = "/?ownershipControls"
         
     | 
| 
       3437 
3461 
     | 
    
         
             
                    o.http_checksum = {
         
     | 
| 
       3438 
3462 
     | 
    
         
             
                      "requestChecksumRequired" => true,
         
     | 
| 
       3439 
3463 
     | 
    
         
             
                    }
         
     | 
| 
         @@ -3444,7 +3468,7 @@ module Aws::S3 
     | 
|
| 
       3444 
3468 
     | 
    
         
             
                  api.add_operation(:put_bucket_policy, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       3445 
3469 
     | 
    
         
             
                    o.name = "PutBucketPolicy"
         
     | 
| 
       3446 
3470 
     | 
    
         
             
                    o.http_method = "PUT"
         
     | 
| 
       3447 
     | 
    
         
            -
                    o.http_request_uri = " 
     | 
| 
      
 3471 
     | 
    
         
            +
                    o.http_request_uri = "/?policy"
         
     | 
| 
       3448 
3472 
     | 
    
         
             
                    o.http_checksum = {
         
     | 
| 
       3449 
3473 
     | 
    
         
             
                      "requestAlgorithmMember" => "checksum_algorithm",
         
     | 
| 
       3450 
3474 
     | 
    
         
             
                      "requestChecksumRequired" => true,
         
     | 
| 
         @@ -3460,7 +3484,7 @@ module Aws::S3 
     | 
|
| 
       3460 
3484 
     | 
    
         
             
                  api.add_operation(:put_bucket_replication, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       3461 
3485 
     | 
    
         
             
                    o.name = "PutBucketReplication"
         
     | 
| 
       3462 
3486 
     | 
    
         
             
                    o.http_method = "PUT"
         
     | 
| 
       3463 
     | 
    
         
            -
                    o.http_request_uri = " 
     | 
| 
      
 3487 
     | 
    
         
            +
                    o.http_request_uri = "/?replication"
         
     | 
| 
       3464 
3488 
     | 
    
         
             
                    o.http_checksum = {
         
     | 
| 
       3465 
3489 
     | 
    
         
             
                      "requestAlgorithmMember" => "checksum_algorithm",
         
     | 
| 
       3466 
3490 
     | 
    
         
             
                      "requestChecksumRequired" => true,
         
     | 
| 
         @@ -3476,7 +3500,7 @@ module Aws::S3 
     | 
|
| 
       3476 
3500 
     | 
    
         
             
                  api.add_operation(:put_bucket_request_payment, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       3477 
3501 
     | 
    
         
             
                    o.name = "PutBucketRequestPayment"
         
     | 
| 
       3478 
3502 
     | 
    
         
             
                    o.http_method = "PUT"
         
     | 
| 
       3479 
     | 
    
         
            -
                    o.http_request_uri = " 
     | 
| 
      
 3503 
     | 
    
         
            +
                    o.http_request_uri = "/?requestPayment"
         
     | 
| 
       3480 
3504 
     | 
    
         
             
                    o.http_checksum = {
         
     | 
| 
       3481 
3505 
     | 
    
         
             
                      "requestAlgorithmMember" => "checksum_algorithm",
         
     | 
| 
       3482 
3506 
     | 
    
         
             
                      "requestChecksumRequired" => true,
         
     | 
| 
         @@ -3492,7 +3516,7 @@ module Aws::S3 
     | 
|
| 
       3492 
3516 
     | 
    
         
             
                  api.add_operation(:put_bucket_tagging, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       3493 
3517 
     | 
    
         
             
                    o.name = "PutBucketTagging"
         
     | 
| 
       3494 
3518 
     | 
    
         
             
                    o.http_method = "PUT"
         
     | 
| 
       3495 
     | 
    
         
            -
                    o.http_request_uri = " 
     | 
| 
      
 3519 
     | 
    
         
            +
                    o.http_request_uri = "/?tagging"
         
     | 
| 
       3496 
3520 
     | 
    
         
             
                    o.http_checksum = {
         
     | 
| 
       3497 
3521 
     | 
    
         
             
                      "requestAlgorithmMember" => "checksum_algorithm",
         
     | 
| 
       3498 
3522 
     | 
    
         
             
                      "requestChecksumRequired" => true,
         
     | 
| 
         @@ -3508,7 +3532,7 @@ module Aws::S3 
     | 
|
| 
       3508 
3532 
     | 
    
         
             
                  api.add_operation(:put_bucket_versioning, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       3509 
3533 
     | 
    
         
             
                    o.name = "PutBucketVersioning"
         
     | 
| 
       3510 
3534 
     | 
    
         
             
                    o.http_method = "PUT"
         
     | 
| 
       3511 
     | 
    
         
            -
                    o.http_request_uri = " 
     | 
| 
      
 3535 
     | 
    
         
            +
                    o.http_request_uri = "/?versioning"
         
     | 
| 
       3512 
3536 
     | 
    
         
             
                    o.http_checksum = {
         
     | 
| 
       3513 
3537 
     | 
    
         
             
                      "requestAlgorithmMember" => "checksum_algorithm",
         
     | 
| 
       3514 
3538 
     | 
    
         
             
                      "requestChecksumRequired" => true,
         
     | 
| 
         @@ -3524,7 +3548,7 @@ module Aws::S3 
     | 
|
| 
       3524 
3548 
     | 
    
         
             
                  api.add_operation(:put_bucket_website, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       3525 
3549 
     | 
    
         
             
                    o.name = "PutBucketWebsite"
         
     | 
| 
       3526 
3550 
     | 
    
         
             
                    o.http_method = "PUT"
         
     | 
| 
       3527 
     | 
    
         
            -
                    o.http_request_uri = " 
     | 
| 
      
 3551 
     | 
    
         
            +
                    o.http_request_uri = "/?website"
         
     | 
| 
       3528 
3552 
     | 
    
         
             
                    o.http_checksum = {
         
     | 
| 
       3529 
3553 
     | 
    
         
             
                      "requestAlgorithmMember" => "checksum_algorithm",
         
     | 
| 
       3530 
3554 
     | 
    
         
             
                      "requestChecksumRequired" => true,
         
     | 
| 
         @@ -3540,7 +3564,7 @@ module Aws::S3 
     | 
|
| 
       3540 
3564 
     | 
    
         
             
                  api.add_operation(:put_object, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       3541 
3565 
     | 
    
         
             
                    o.name = "PutObject"
         
     | 
| 
       3542 
3566 
     | 
    
         
             
                    o.http_method = "PUT"
         
     | 
| 
       3543 
     | 
    
         
            -
                    o.http_request_uri = "/{ 
     | 
| 
      
 3567 
     | 
    
         
            +
                    o.http_request_uri = "/{Key+}"
         
     | 
| 
       3544 
3568 
     | 
    
         
             
                    o.http_checksum = {
         
     | 
| 
       3545 
3569 
     | 
    
         
             
                      "requestAlgorithmMember" => "checksum_algorithm",
         
     | 
| 
       3546 
3570 
     | 
    
         
             
                      "requestChecksumRequired" => false,
         
     | 
| 
         @@ -3556,7 +3580,7 @@ module Aws::S3 
     | 
|
| 
       3556 
3580 
     | 
    
         
             
                  api.add_operation(:put_object_acl, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       3557 
3581 
     | 
    
         
             
                    o.name = "PutObjectAcl"
         
     | 
| 
       3558 
3582 
     | 
    
         
             
                    o.http_method = "PUT"
         
     | 
| 
       3559 
     | 
    
         
            -
                    o.http_request_uri = "/{ 
     | 
| 
      
 3583 
     | 
    
         
            +
                    o.http_request_uri = "/{Key+}?acl"
         
     | 
| 
       3560 
3584 
     | 
    
         
             
                    o.http_checksum = {
         
     | 
| 
       3561 
3585 
     | 
    
         
             
                      "requestAlgorithmMember" => "checksum_algorithm",
         
     | 
| 
       3562 
3586 
     | 
    
         
             
                      "requestChecksumRequired" => true,
         
     | 
| 
         @@ -3573,7 +3597,7 @@ module Aws::S3 
     | 
|
| 
       3573 
3597 
     | 
    
         
             
                  api.add_operation(:put_object_legal_hold, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       3574 
3598 
     | 
    
         
             
                    o.name = "PutObjectLegalHold"
         
     | 
| 
       3575 
3599 
     | 
    
         
             
                    o.http_method = "PUT"
         
     | 
| 
       3576 
     | 
    
         
            -
                    o.http_request_uri = "/{ 
     | 
| 
      
 3600 
     | 
    
         
            +
                    o.http_request_uri = "/{Key+}?legal-hold"
         
     | 
| 
       3577 
3601 
     | 
    
         
             
                    o.http_checksum = {
         
     | 
| 
       3578 
3602 
     | 
    
         
             
                      "requestAlgorithmMember" => "checksum_algorithm",
         
     | 
| 
       3579 
3603 
     | 
    
         
             
                      "requestChecksumRequired" => true,
         
     | 
| 
         @@ -3589,7 +3613,7 @@ module Aws::S3 
     | 
|
| 
       3589 
3613 
     | 
    
         
             
                  api.add_operation(:put_object_lock_configuration, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       3590 
3614 
     | 
    
         
             
                    o.name = "PutObjectLockConfiguration"
         
     | 
| 
       3591 
3615 
     | 
    
         
             
                    o.http_method = "PUT"
         
     | 
| 
       3592 
     | 
    
         
            -
                    o.http_request_uri = " 
     | 
| 
      
 3616 
     | 
    
         
            +
                    o.http_request_uri = "/?object-lock"
         
     | 
| 
       3593 
3617 
     | 
    
         
             
                    o.http_checksum = {
         
     | 
| 
       3594 
3618 
     | 
    
         
             
                      "requestAlgorithmMember" => "checksum_algorithm",
         
     | 
| 
       3595 
3619 
     | 
    
         
             
                      "requestChecksumRequired" => true,
         
     | 
| 
         @@ -3605,7 +3629,7 @@ module Aws::S3 
     | 
|
| 
       3605 
3629 
     | 
    
         
             
                  api.add_operation(:put_object_retention, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       3606 
3630 
     | 
    
         
             
                    o.name = "PutObjectRetention"
         
     | 
| 
       3607 
3631 
     | 
    
         
             
                    o.http_method = "PUT"
         
     | 
| 
       3608 
     | 
    
         
            -
                    o.http_request_uri = "/{ 
     | 
| 
      
 3632 
     | 
    
         
            +
                    o.http_request_uri = "/{Key+}?retention"
         
     | 
| 
       3609 
3633 
     | 
    
         
             
                    o.http_checksum = {
         
     | 
| 
       3610 
3634 
     | 
    
         
             
                      "requestAlgorithmMember" => "checksum_algorithm",
         
     | 
| 
       3611 
3635 
     | 
    
         
             
                      "requestChecksumRequired" => true,
         
     | 
| 
         @@ -3621,7 +3645,7 @@ module Aws::S3 
     | 
|
| 
       3621 
3645 
     | 
    
         
             
                  api.add_operation(:put_object_tagging, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       3622 
3646 
     | 
    
         
             
                    o.name = "PutObjectTagging"
         
     | 
| 
       3623 
3647 
     | 
    
         
             
                    o.http_method = "PUT"
         
     | 
| 
       3624 
     | 
    
         
            -
                    o.http_request_uri = "/{ 
     | 
| 
      
 3648 
     | 
    
         
            +
                    o.http_request_uri = "/{Key+}?tagging"
         
     | 
| 
       3625 
3649 
     | 
    
         
             
                    o.http_checksum = {
         
     | 
| 
       3626 
3650 
     | 
    
         
             
                      "requestAlgorithmMember" => "checksum_algorithm",
         
     | 
| 
       3627 
3651 
     | 
    
         
             
                      "requestChecksumRequired" => true,
         
     | 
| 
         @@ -3637,7 +3661,7 @@ module Aws::S3 
     | 
|
| 
       3637 
3661 
     | 
    
         
             
                  api.add_operation(:put_public_access_block, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       3638 
3662 
     | 
    
         
             
                    o.name = "PutPublicAccessBlock"
         
     | 
| 
       3639 
3663 
     | 
    
         
             
                    o.http_method = "PUT"
         
     | 
| 
       3640 
     | 
    
         
            -
                    o.http_request_uri = " 
     | 
| 
      
 3664 
     | 
    
         
            +
                    o.http_request_uri = "/?publicAccessBlock"
         
     | 
| 
       3641 
3665 
     | 
    
         
             
                    o.http_checksum = {
         
     | 
| 
       3642 
3666 
     | 
    
         
             
                      "requestAlgorithmMember" => "checksum_algorithm",
         
     | 
| 
       3643 
3667 
     | 
    
         
             
                      "requestChecksumRequired" => true,
         
     | 
| 
         @@ -3653,7 +3677,7 @@ module Aws::S3 
     | 
|
| 
       3653 
3677 
     | 
    
         
             
                  api.add_operation(:restore_object, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       3654 
3678 
     | 
    
         
             
                    o.name = "RestoreObject"
         
     | 
| 
       3655 
3679 
     | 
    
         
             
                    o.http_method = "POST"
         
     | 
| 
       3656 
     | 
    
         
            -
                    o.http_request_uri = "/{ 
     | 
| 
      
 3680 
     | 
    
         
            +
                    o.http_request_uri = "/{Key+}?restore"
         
     | 
| 
       3657 
3681 
     | 
    
         
             
                    o.http_checksum = {
         
     | 
| 
       3658 
3682 
     | 
    
         
             
                      "requestAlgorithmMember" => "checksum_algorithm",
         
     | 
| 
       3659 
3683 
     | 
    
         
             
                      "requestChecksumRequired" => false,
         
     | 
| 
         @@ -3670,7 +3694,7 @@ module Aws::S3 
     | 
|
| 
       3670 
3694 
     | 
    
         
             
                  api.add_operation(:select_object_content, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       3671 
3695 
     | 
    
         
             
                    o.name = "SelectObjectContent"
         
     | 
| 
       3672 
3696 
     | 
    
         
             
                    o.http_method = "POST"
         
     | 
| 
       3673 
     | 
    
         
            -
                    o.http_request_uri = "/{ 
     | 
| 
      
 3697 
     | 
    
         
            +
                    o.http_request_uri = "/{Key+}?select&select-type=2"
         
     | 
| 
       3674 
3698 
     | 
    
         
             
                    o.input = Shapes::ShapeRef.new(shape: SelectObjectContentRequest,
         
     | 
| 
       3675 
3699 
     | 
    
         
             
                      location_name: "SelectObjectContentRequest",
         
     | 
| 
       3676 
3700 
     | 
    
         
             
                      metadata: {
         
     | 
| 
         @@ -3683,7 +3707,7 @@ module Aws::S3 
     | 
|
| 
       3683 
3707 
     | 
    
         
             
                  api.add_operation(:upload_part, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       3684 
3708 
     | 
    
         
             
                    o.name = "UploadPart"
         
     | 
| 
       3685 
3709 
     | 
    
         
             
                    o.http_method = "PUT"
         
     | 
| 
       3686 
     | 
    
         
            -
                    o.http_request_uri = "/{ 
     | 
| 
      
 3710 
     | 
    
         
            +
                    o.http_request_uri = "/{Key+}"
         
     | 
| 
       3687 
3711 
     | 
    
         
             
                    o.http_checksum = {
         
     | 
| 
       3688 
3712 
     | 
    
         
             
                      "requestAlgorithmMember" => "checksum_algorithm",
         
     | 
| 
       3689 
3713 
     | 
    
         
             
                      "requestChecksumRequired" => false,
         
     | 
| 
         @@ -3699,7 +3723,7 @@ module Aws::S3 
     | 
|
| 
       3699 
3723 
     | 
    
         
             
                  api.add_operation(:upload_part_copy, Seahorse::Model::Operation.new.tap do |o|
         
     | 
| 
       3700 
3724 
     | 
    
         
             
                    o.name = "UploadPartCopy"
         
     | 
| 
       3701 
3725 
     | 
    
         
             
                    o.http_method = "PUT"
         
     | 
| 
       3702 
     | 
    
         
            -
                    o.http_request_uri = "/{ 
     | 
| 
      
 3726 
     | 
    
         
            +
                    o.http_request_uri = "/{Key+}"
         
     | 
| 
       3703 
3727 
     | 
    
         
             
                    o.input = Shapes::ShapeRef.new(shape: UploadPartCopyRequest)
         
     | 
| 
       3704 
3728 
     | 
    
         
             
                    o.output = Shapes::ShapeRef.new(shape: UploadPartCopyOutput)
         
     | 
| 
       3705 
3729 
     | 
    
         
             
                  end)
         
     |