python-botocore/botocore/data/s3/2006-03-01/service-2.json

8452 lines
315 KiB
JSON
Raw Normal View History

2015-10-08 20:16:07 +02:00
{
"version":"2.0",
2015-10-08 20:16:07 +02:00
"metadata":{
"apiVersion":"2006-03-01",
"checksumFormat":"md5",
"endpointPrefix":"s3",
"globalEndpoint":"s3.amazonaws.com",
"protocol":"rest-xml",
2015-10-08 20:16:07 +02:00
"serviceAbbreviation":"Amazon S3",
"serviceFullName":"Amazon Simple Storage Service",
2018-01-15 17:34:17 +01:00
"serviceId":"S3",
2015-10-08 20:16:07 +02:00
"signatureVersion":"s3",
2017-02-02 09:27:08 +01:00
"uid":"s3-2006-03-01"
2015-10-08 20:16:07 +02:00
},
"operations":{
"AbortMultipartUpload":{
"name":"AbortMultipartUpload",
"http":{
"method":"DELETE",
2019-08-03 07:08:36 +02:00
"requestUri":"/{Bucket}/{Key+}",
"responseCode":204
2015-10-08 20:16:07 +02:00
},
"input":{"shape":"AbortMultipartUploadRequest"},
"output":{"shape":"AbortMultipartUploadOutput"},
2015-10-08 20:16:07 +02:00
"errors":[
{"shape":"NoSuchUpload"}
2015-10-08 20:16:07 +02:00
],
"documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/mpUploadAbort.html",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Aborts a multipart upload.</p> <p>To verify that all parts have been removed, so you don't get charged for the part storage, you should call the List Parts operation and ensure the parts list is empty.</p>"
2015-10-08 20:16:07 +02:00
},
"CompleteMultipartUpload":{
"name":"CompleteMultipartUpload",
"http":{
"method":"POST",
"requestUri":"/{Bucket}/{Key+}"
},
"input":{"shape":"CompleteMultipartUploadRequest"},
"output":{"shape":"CompleteMultipartUploadOutput"},
"documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/mpUploadComplete.html",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Completes a multipart upload by assembling previously uploaded parts.</p>"
2015-10-08 20:16:07 +02:00
},
"CopyObject":{
"name":"CopyObject",
"http":{
"method":"PUT",
"requestUri":"/{Bucket}/{Key+}"
},
"input":{"shape":"CopyObjectRequest"},
"output":{"shape":"CopyObjectOutput"},
"errors":[
{"shape":"ObjectNotInActiveTierError"}
2015-10-08 20:16:07 +02:00
],
"documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTObjectCOPY.html",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Creates a copy of an object that is already stored in Amazon S3.</p>",
2015-10-08 20:16:07 +02:00
"alias":"PutObjectCopy"
},
"CreateBucket":{
"name":"CreateBucket",
"http":{
"method":"PUT",
"requestUri":"/{Bucket}"
},
"input":{"shape":"CreateBucketRequest"},
"output":{"shape":"CreateBucketOutput"},
"errors":[
{"shape":"BucketAlreadyExists"},
{"shape":"BucketAlreadyOwnedByYou"}
2015-10-08 20:16:07 +02:00
],
"documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUT.html",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Creates a new bucket.</p>",
2015-10-08 20:16:07 +02:00
"alias":"PutBucket"
},
"CreateMultipartUpload":{
"name":"CreateMultipartUpload",
"http":{
"method":"POST",
"requestUri":"/{Bucket}/{Key+}?uploads"
},
"input":{"shape":"CreateMultipartUploadRequest"},
"output":{"shape":"CreateMultipartUploadOutput"},
"documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/mpUploadInitiate.html",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Initiates a multipart upload and returns an upload ID.</p> <p> <b>Note:</b> After you initiate multipart upload and upload one or more parts, you must either complete or abort multipart upload in order to stop getting charged for storage of the uploaded parts. Only after you either complete or abort multipart upload, Amazon S3 frees up the parts storage and stops charging you for the parts storage.</p>",
2015-10-08 20:16:07 +02:00
"alias":"InitiateMultipartUpload"
},
"DeleteBucket":{
"name":"DeleteBucket",
"http":{
"method":"DELETE",
2019-08-03 07:08:36 +02:00
"requestUri":"/{Bucket}",
"responseCode":204
2015-10-08 20:16:07 +02:00
},
"input":{"shape":"DeleteBucketRequest"},
"documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketDELETE.html",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Deletes the bucket. All objects (including all object versions and Delete Markers) in the bucket must be deleted before the bucket itself can be deleted.</p>"
2015-10-08 20:16:07 +02:00
},
2017-02-02 09:27:08 +01:00
"DeleteBucketAnalyticsConfiguration":{
"name":"DeleteBucketAnalyticsConfiguration",
"http":{
"method":"DELETE",
2019-08-03 07:08:36 +02:00
"requestUri":"/{Bucket}?analytics",
"responseCode":204
2017-02-02 09:27:08 +01:00
},
"input":{"shape":"DeleteBucketAnalyticsConfigurationRequest"},
2019-08-03 07:08:36 +02:00
"documentation":"<p>Deletes an analytics configuration for the bucket (specified by the analytics configuration ID).</p> <p>To use this operation, you must have permissions to perform the s3:PutAnalyticsConfiguration action. The bucket owner has this permission by default. The bucket owner can grant this permission to others. </p>"
2017-02-02 09:27:08 +01:00
},
2015-10-08 20:16:07 +02:00
"DeleteBucketCors":{
"name":"DeleteBucketCors",
"http":{
"method":"DELETE",
2019-08-03 07:08:36 +02:00
"requestUri":"/{Bucket}?cors",
"responseCode":204
2015-10-08 20:16:07 +02:00
},
"input":{"shape":"DeleteBucketCorsRequest"},
"documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketDELETEcors.html",
2018-11-28 09:58:03 +01:00
"documentation":"<p>Deletes the CORS configuration information set for the bucket.</p>"
2015-10-08 20:16:07 +02:00
},
2018-01-15 17:34:17 +01:00
"DeleteBucketEncryption":{
"name":"DeleteBucketEncryption",
"http":{
"method":"DELETE",
2019-08-03 07:08:36 +02:00
"requestUri":"/{Bucket}?encryption",
"responseCode":204
2018-01-15 17:34:17 +01:00
},
"input":{"shape":"DeleteBucketEncryptionRequest"},
2018-08-16 08:01:54 +02:00
"documentation":"<p>Deletes the server-side encryption configuration from the bucket.</p>"
2018-01-15 17:34:17 +01:00
},
2017-02-02 09:27:08 +01:00
"DeleteBucketInventoryConfiguration":{
"name":"DeleteBucketInventoryConfiguration",
"http":{
"method":"DELETE",
2019-08-03 07:08:36 +02:00
"requestUri":"/{Bucket}?inventory",
"responseCode":204
2017-02-02 09:27:08 +01:00
},
"input":{"shape":"DeleteBucketInventoryConfigurationRequest"},
2018-08-16 08:01:54 +02:00
"documentation":"<p>Deletes an inventory configuration (identified by the inventory ID) from the bucket.</p>"
2017-02-02 09:27:08 +01:00
},
2015-10-08 20:16:07 +02:00
"DeleteBucketLifecycle":{
"name":"DeleteBucketLifecycle",
"http":{
"method":"DELETE",
2019-08-03 07:08:36 +02:00
"requestUri":"/{Bucket}?lifecycle",
"responseCode":204
2015-10-08 20:16:07 +02:00
},
"input":{"shape":"DeleteBucketLifecycleRequest"},
"documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketDELETElifecycle.html",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Deletes the lifecycle configuration from the bucket.</p>"
2015-10-08 20:16:07 +02:00
},
2017-02-02 09:27:08 +01:00
"DeleteBucketMetricsConfiguration":{
"name":"DeleteBucketMetricsConfiguration",
"http":{
"method":"DELETE",
2019-08-03 07:08:36 +02:00
"requestUri":"/{Bucket}?metrics",
"responseCode":204
2017-02-02 09:27:08 +01:00
},
"input":{"shape":"DeleteBucketMetricsConfigurationRequest"},
2018-08-16 08:01:54 +02:00
"documentation":"<p>Deletes a metrics configuration (specified by the metrics configuration ID) from the bucket.</p>"
2017-02-02 09:27:08 +01:00
},
2015-10-08 20:16:07 +02:00
"DeleteBucketPolicy":{
"name":"DeleteBucketPolicy",
"http":{
"method":"DELETE",
2019-08-03 07:08:36 +02:00
"requestUri":"/{Bucket}?policy",
"responseCode":204
2015-10-08 20:16:07 +02:00
},
"input":{"shape":"DeleteBucketPolicyRequest"},
"documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketDELETEpolicy.html",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Deletes the policy from the bucket.</p>"
},
"DeleteBucketReplication":{
"name":"DeleteBucketReplication",
"http":{
"method":"DELETE",
2019-08-03 07:08:36 +02:00
"requestUri":"/{Bucket}?replication",
"responseCode":204
},
"input":{"shape":"DeleteBucketReplicationRequest"},
2019-08-03 07:08:36 +02:00
"documentation":"<p> Deletes the replication configuration from the bucket. For information about replication configuration, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/crr.html\">Cross-Region Replication (CRR)</a> in the <i>Amazon S3 Developer Guide</i>. </p>"
2015-10-08 20:16:07 +02:00
},
"DeleteBucketTagging":{
"name":"DeleteBucketTagging",
"http":{
"method":"DELETE",
2019-08-03 07:08:36 +02:00
"requestUri":"/{Bucket}?tagging",
"responseCode":204
2015-10-08 20:16:07 +02:00
},
"input":{"shape":"DeleteBucketTaggingRequest"},
"documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketDELETEtagging.html",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Deletes the tags from the bucket.</p>"
2015-10-08 20:16:07 +02:00
},
"DeleteBucketWebsite":{
"name":"DeleteBucketWebsite",
"http":{
"method":"DELETE",
2019-08-03 07:08:36 +02:00
"requestUri":"/{Bucket}?website",
"responseCode":204
2015-10-08 20:16:07 +02:00
},
"input":{"shape":"DeleteBucketWebsiteRequest"},
"documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketDELETEwebsite.html",
2018-08-16 08:01:54 +02:00
"documentation":"<p>This operation removes the website configuration from the bucket.</p>"
2015-10-08 20:16:07 +02:00
},
"DeleteObject":{
"name":"DeleteObject",
"http":{
"method":"DELETE",
2019-08-03 07:08:36 +02:00
"requestUri":"/{Bucket}/{Key+}",
"responseCode":204
2015-10-08 20:16:07 +02:00
},
"input":{"shape":"DeleteObjectRequest"},
"output":{"shape":"DeleteObjectOutput"},
"documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTObjectDELETE.html",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Removes the null version (if there is one) of an object and inserts a delete marker, which becomes the latest version of the object. If there isn't a null version, Amazon S3 does not remove any objects.</p>"
2015-10-08 20:16:07 +02:00
},
2017-02-02 09:27:08 +01:00
"DeleteObjectTagging":{
"name":"DeleteObjectTagging",
"http":{
"method":"DELETE",
2019-08-03 07:08:36 +02:00
"requestUri":"/{Bucket}/{Key+}?tagging",
"responseCode":204
2017-02-02 09:27:08 +01:00
},
"input":{"shape":"DeleteObjectTaggingRequest"},
"output":{"shape":"DeleteObjectTaggingOutput"},
2018-08-16 08:01:54 +02:00
"documentation":"<p>Removes the tag-set from an existing object.</p>"
2017-02-02 09:27:08 +01:00
},
2015-10-08 20:16:07 +02:00
"DeleteObjects":{
"name":"DeleteObjects",
"http":{
"method":"POST",
"requestUri":"/{Bucket}?delete"
},
"input":{"shape":"DeleteObjectsRequest"},
"output":{"shape":"DeleteObjectsOutput"},
"documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/multiobjectdeleteapi.html",
2018-08-16 08:01:54 +02:00
"documentation":"<p>This operation enables you to delete multiple objects from a bucket using a single HTTP request. You may specify up to 1000 keys.</p>",
2015-10-08 20:16:07 +02:00
"alias":"DeleteMultipleObjects"
},
2018-11-28 09:58:03 +01:00
"DeletePublicAccessBlock":{
"name":"DeletePublicAccessBlock",
"http":{
"method":"DELETE",
2019-08-03 07:08:36 +02:00
"requestUri":"/{Bucket}?publicAccessBlock",
"responseCode":204
2018-11-28 09:58:03 +01:00
},
"input":{"shape":"DeletePublicAccessBlockRequest"},
"documentation":"<p>Removes the <code>PublicAccessBlock</code> configuration from an Amazon S3 bucket.</p>"
},
"GetBucketAccelerateConfiguration":{
"name":"GetBucketAccelerateConfiguration",
"http":{
"method":"GET",
"requestUri":"/{Bucket}?accelerate"
},
"input":{"shape":"GetBucketAccelerateConfigurationRequest"},
"output":{"shape":"GetBucketAccelerateConfigurationOutput"},
2018-08-16 08:01:54 +02:00
"documentation":"<p>Returns the accelerate configuration of a bucket.</p>"
},
2015-10-08 20:16:07 +02:00
"GetBucketAcl":{
"name":"GetBucketAcl",
"http":{
"method":"GET",
"requestUri":"/{Bucket}?acl"
},
"input":{"shape":"GetBucketAclRequest"},
"output":{"shape":"GetBucketAclOutput"},
"documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketGETacl.html",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Gets the access control policy for the bucket.</p>"
2015-10-08 20:16:07 +02:00
},
2017-02-02 09:27:08 +01:00
"GetBucketAnalyticsConfiguration":{
"name":"GetBucketAnalyticsConfiguration",
"http":{
"method":"GET",
"requestUri":"/{Bucket}?analytics"
},
"input":{"shape":"GetBucketAnalyticsConfigurationRequest"},
"output":{"shape":"GetBucketAnalyticsConfigurationOutput"},
2018-08-16 08:01:54 +02:00
"documentation":"<p>Gets an analytics configuration for the bucket (specified by the analytics configuration ID).</p>"
2017-02-02 09:27:08 +01:00
},
2015-10-08 20:16:07 +02:00
"GetBucketCors":{
"name":"GetBucketCors",
"http":{
"method":"GET",
"requestUri":"/{Bucket}?cors"
},
"input":{"shape":"GetBucketCorsRequest"},
"output":{"shape":"GetBucketCorsOutput"},
"documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketGETcors.html",
2018-11-28 09:58:03 +01:00
"documentation":"<p>Returns the CORS configuration for the bucket.</p>"
2015-10-08 20:16:07 +02:00
},
2018-01-15 17:34:17 +01:00
"GetBucketEncryption":{
"name":"GetBucketEncryption",
"http":{
"method":"GET",
"requestUri":"/{Bucket}?encryption"
},
"input":{"shape":"GetBucketEncryptionRequest"},
"output":{"shape":"GetBucketEncryptionOutput"},
2018-08-16 08:01:54 +02:00
"documentation":"<p>Returns the server-side encryption configuration of a bucket.</p>"
2018-01-15 17:34:17 +01:00
},
2017-02-02 09:27:08 +01:00
"GetBucketInventoryConfiguration":{
"name":"GetBucketInventoryConfiguration",
"http":{
"method":"GET",
"requestUri":"/{Bucket}?inventory"
},
"input":{"shape":"GetBucketInventoryConfigurationRequest"},
"output":{"shape":"GetBucketInventoryConfigurationOutput"},
2018-08-16 08:01:54 +02:00
"documentation":"<p>Returns an inventory configuration (identified by the inventory ID) from the bucket.</p>"
2017-02-02 09:27:08 +01:00
},
2015-10-08 20:16:07 +02:00
"GetBucketLifecycle":{
"name":"GetBucketLifecycle",
"http":{
"method":"GET",
"requestUri":"/{Bucket}?lifecycle"
},
"input":{"shape":"GetBucketLifecycleRequest"},
"output":{"shape":"GetBucketLifecycleOutput"},
"documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketGETlifecycle.html",
2019-08-03 07:08:36 +02:00
"documentation":"<p> No longer used, see the GetBucketLifecycleConfiguration operation.</p>",
"deprecated":true
},
"GetBucketLifecycleConfiguration":{
"name":"GetBucketLifecycleConfiguration",
"http":{
"method":"GET",
"requestUri":"/{Bucket}?lifecycle"
},
"input":{"shape":"GetBucketLifecycleConfigurationRequest"},
"output":{"shape":"GetBucketLifecycleConfigurationOutput"},
2018-08-16 08:01:54 +02:00
"documentation":"<p>Returns the lifecycle configuration information set on the bucket.</p>"
2015-10-08 20:16:07 +02:00
},
"GetBucketLocation":{
"name":"GetBucketLocation",
"http":{
"method":"GET",
"requestUri":"/{Bucket}?location"
},
"input":{"shape":"GetBucketLocationRequest"},
"output":{"shape":"GetBucketLocationOutput"},
"documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketGETlocation.html",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Returns the region the bucket resides in.</p>"
2015-10-08 20:16:07 +02:00
},
"GetBucketLogging":{
"name":"GetBucketLogging",
"http":{
"method":"GET",
"requestUri":"/{Bucket}?logging"
},
"input":{"shape":"GetBucketLoggingRequest"},
"output":{"shape":"GetBucketLoggingOutput"},
"documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketGETlogging.html",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Returns the logging status of a bucket and the permissions users have to view and modify that status. To use GET, you must be the bucket owner.</p>"
2015-10-08 20:16:07 +02:00
},
2017-02-02 09:27:08 +01:00
"GetBucketMetricsConfiguration":{
"name":"GetBucketMetricsConfiguration",
"http":{
"method":"GET",
"requestUri":"/{Bucket}?metrics"
},
"input":{"shape":"GetBucketMetricsConfigurationRequest"},
"output":{"shape":"GetBucketMetricsConfigurationOutput"},
2018-08-16 08:01:54 +02:00
"documentation":"<p>Gets a metrics configuration (specified by the metrics configuration ID) from the bucket.</p>"
2017-02-02 09:27:08 +01:00
},
2015-10-08 20:16:07 +02:00
"GetBucketNotification":{
"name":"GetBucketNotification",
"http":{
"method":"GET",
"requestUri":"/{Bucket}?notification"
},
"input":{"shape":"GetBucketNotificationConfigurationRequest"},
"output":{"shape":"NotificationConfigurationDeprecated"},
"documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketGETnotification.html",
2019-08-03 07:08:36 +02:00
"documentation":"<p> No longer used, see the GetBucketNotificationConfiguration operation.</p>",
"deprecated":true
},
"GetBucketNotificationConfiguration":{
"name":"GetBucketNotificationConfiguration",
"http":{
"method":"GET",
"requestUri":"/{Bucket}?notification"
},
"input":{"shape":"GetBucketNotificationConfigurationRequest"},
"output":{"shape":"NotificationConfiguration"},
2018-08-16 08:01:54 +02:00
"documentation":"<p>Returns the notification configuration of a bucket.</p>"
2015-10-08 20:16:07 +02:00
},
"GetBucketPolicy":{
"name":"GetBucketPolicy",
"http":{
"method":"GET",
"requestUri":"/{Bucket}?policy"
},
"input":{"shape":"GetBucketPolicyRequest"},
"output":{"shape":"GetBucketPolicyOutput"},
"documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketGETpolicy.html",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Returns the policy of a specified bucket.</p>"
},
2018-11-28 09:58:03 +01:00
"GetBucketPolicyStatus":{
"name":"GetBucketPolicyStatus",
"http":{
"method":"GET",
"requestUri":"/{Bucket}?policyStatus"
},
"input":{"shape":"GetBucketPolicyStatusRequest"},
"output":{"shape":"GetBucketPolicyStatusOutput"},
"documentation":"<p>Retrieves the policy status for an Amazon S3 bucket, indicating whether the bucket is public.</p>"
},
"GetBucketReplication":{
"name":"GetBucketReplication",
"http":{
"method":"GET",
"requestUri":"/{Bucket}?replication"
},
"input":{"shape":"GetBucketReplicationRequest"},
"output":{"shape":"GetBucketReplicationOutput"},
2018-11-28 09:58:03 +01:00
"documentation":"<p>Returns the replication configuration of a bucket.</p> <note> <p> It can take a while to propagate the put or delete a replication configuration to all Amazon S3 systems. Therefore, a get request soon after put or delete can return a wrong result. </p> </note>"
2015-10-08 20:16:07 +02:00
},
"GetBucketRequestPayment":{
"name":"GetBucketRequestPayment",
"http":{
"method":"GET",
"requestUri":"/{Bucket}?requestPayment"
},
"input":{"shape":"GetBucketRequestPaymentRequest"},
"output":{"shape":"GetBucketRequestPaymentOutput"},
"documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTrequestPaymentGET.html",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Returns the request payment configuration of a bucket.</p>"
2015-10-08 20:16:07 +02:00
},
"GetBucketTagging":{
"name":"GetBucketTagging",
"http":{
"method":"GET",
"requestUri":"/{Bucket}?tagging"
},
"input":{"shape":"GetBucketTaggingRequest"},
"output":{"shape":"GetBucketTaggingOutput"},
"documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketGETtagging.html",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Returns the tag set associated with the bucket.</p>"
2015-10-08 20:16:07 +02:00
},
"GetBucketVersioning":{
"name":"GetBucketVersioning",
"http":{
"method":"GET",
"requestUri":"/{Bucket}?versioning"
},
"input":{"shape":"GetBucketVersioningRequest"},
"output":{"shape":"GetBucketVersioningOutput"},
"documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketGETversioningStatus.html",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Returns the versioning state of a bucket.</p>"
2015-10-08 20:16:07 +02:00
},
"GetBucketWebsite":{
"name":"GetBucketWebsite",
"http":{
"method":"GET",
"requestUri":"/{Bucket}?website"
},
"input":{"shape":"GetBucketWebsiteRequest"},
"output":{"shape":"GetBucketWebsiteOutput"},
"documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketGETwebsite.html",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Returns the website configuration for a bucket.</p>"
2015-10-08 20:16:07 +02:00
},
"GetObject":{
"name":"GetObject",
"http":{
"method":"GET",
"requestUri":"/{Bucket}/{Key+}"
},
"input":{"shape":"GetObjectRequest"},
"output":{"shape":"GetObjectOutput"},
"errors":[
{"shape":"NoSuchKey"}
2015-10-08 20:16:07 +02:00
],
"documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTObjectGET.html",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Retrieves objects from Amazon S3.</p>"
2015-10-08 20:16:07 +02:00
},
"GetObjectAcl":{
"name":"GetObjectAcl",
"http":{
"method":"GET",
"requestUri":"/{Bucket}/{Key+}?acl"
},
"input":{"shape":"GetObjectAclRequest"},
"output":{"shape":"GetObjectAclOutput"},
"errors":[
{"shape":"NoSuchKey"}
2015-10-08 20:16:07 +02:00
],
"documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTObjectGETacl.html",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Returns the access control list (ACL) of an object.</p>"
2015-10-08 20:16:07 +02:00
},
2018-11-28 09:58:03 +01:00
"GetObjectLegalHold":{
"name":"GetObjectLegalHold",
"http":{
"method":"GET",
"requestUri":"/{Bucket}/{Key+}?legal-hold"
},
"input":{"shape":"GetObjectLegalHoldRequest"},
"output":{"shape":"GetObjectLegalHoldOutput"},
"documentation":"<p>Gets an object's current Legal Hold status.</p>"
},
"GetObjectLockConfiguration":{
"name":"GetObjectLockConfiguration",
"http":{
"method":"GET",
"requestUri":"/{Bucket}?object-lock"
},
"input":{"shape":"GetObjectLockConfigurationRequest"},
"output":{"shape":"GetObjectLockConfigurationOutput"},
2019-08-03 07:08:36 +02:00
"documentation":"<p>Gets the object lock configuration for a bucket. The rule specified in the object lock configuration will be applied by default to every new object placed in the specified bucket.</p>"
2018-11-28 09:58:03 +01:00
},
"GetObjectRetention":{
"name":"GetObjectRetention",
"http":{
"method":"GET",
"requestUri":"/{Bucket}/{Key+}?retention"
},
"input":{"shape":"GetObjectRetentionRequest"},
"output":{"shape":"GetObjectRetentionOutput"},
"documentation":"<p>Retrieves an object's retention settings.</p>"
},
2017-02-02 09:27:08 +01:00
"GetObjectTagging":{
"name":"GetObjectTagging",
"http":{
"method":"GET",
"requestUri":"/{Bucket}/{Key+}?tagging"
},
"input":{"shape":"GetObjectTaggingRequest"},
"output":{"shape":"GetObjectTaggingOutput"},
2018-08-16 08:01:54 +02:00
"documentation":"<p>Returns the tag-set of an object.</p>"
2017-02-02 09:27:08 +01:00
},
2015-10-08 20:16:07 +02:00
"GetObjectTorrent":{
"name":"GetObjectTorrent",
"http":{
"method":"GET",
"requestUri":"/{Bucket}/{Key+}?torrent"
},
"input":{"shape":"GetObjectTorrentRequest"},
"output":{"shape":"GetObjectTorrentOutput"},
"documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTObjectGETtorrent.html",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Return torrent files from a bucket.</p>"
2015-10-08 20:16:07 +02:00
},
2018-11-28 09:58:03 +01:00
"GetPublicAccessBlock":{
"name":"GetPublicAccessBlock",
"http":{
"method":"GET",
"requestUri":"/{Bucket}?publicAccessBlock"
},
"input":{"shape":"GetPublicAccessBlockRequest"},
"output":{"shape":"GetPublicAccessBlockOutput"},
"documentation":"<p>Retrieves the <code>PublicAccessBlock</code> configuration for an Amazon S3 bucket.</p>"
},
2015-10-08 20:16:07 +02:00
"HeadBucket":{
"name":"HeadBucket",
"http":{
"method":"HEAD",
"requestUri":"/{Bucket}"
},
"input":{"shape":"HeadBucketRequest"},
"errors":[
{"shape":"NoSuchBucket"}
2015-10-08 20:16:07 +02:00
],
"documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketHEAD.html",
2018-08-16 08:01:54 +02:00
"documentation":"<p>This operation is useful to determine if a bucket exists and you have permission to access it.</p>"
2015-10-08 20:16:07 +02:00
},
"HeadObject":{
"name":"HeadObject",
"http":{
"method":"HEAD",
"requestUri":"/{Bucket}/{Key+}"
},
"input":{"shape":"HeadObjectRequest"},
"output":{"shape":"HeadObjectOutput"},
"errors":[
{"shape":"NoSuchKey"}
2015-10-08 20:16:07 +02:00
],
"documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTObjectHEAD.html",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The HEAD operation retrieves metadata from an object without returning the object itself. This operation is useful if you're only interested in an object's metadata. To use HEAD, you must have READ access to the object.</p>"
2015-10-08 20:16:07 +02:00
},
2017-02-02 09:27:08 +01:00
"ListBucketAnalyticsConfigurations":{
"name":"ListBucketAnalyticsConfigurations",
"http":{
"method":"GET",
"requestUri":"/{Bucket}?analytics"
},
"input":{"shape":"ListBucketAnalyticsConfigurationsRequest"},
"output":{"shape":"ListBucketAnalyticsConfigurationsOutput"},
2018-08-16 08:01:54 +02:00
"documentation":"<p>Lists the analytics configurations for the bucket.</p>"
2017-02-02 09:27:08 +01:00
},
"ListBucketInventoryConfigurations":{
"name":"ListBucketInventoryConfigurations",
"http":{
"method":"GET",
"requestUri":"/{Bucket}?inventory"
},
"input":{"shape":"ListBucketInventoryConfigurationsRequest"},
"output":{"shape":"ListBucketInventoryConfigurationsOutput"},
2018-08-16 08:01:54 +02:00
"documentation":"<p>Returns a list of inventory configurations for the bucket.</p>"
2017-02-02 09:27:08 +01:00
},
"ListBucketMetricsConfigurations":{
"name":"ListBucketMetricsConfigurations",
"http":{
"method":"GET",
"requestUri":"/{Bucket}?metrics"
},
"input":{"shape":"ListBucketMetricsConfigurationsRequest"},
"output":{"shape":"ListBucketMetricsConfigurationsOutput"},
2018-08-16 08:01:54 +02:00
"documentation":"<p>Lists the metrics configurations for the bucket.</p>"
2017-02-02 09:27:08 +01:00
},
2015-10-08 20:16:07 +02:00
"ListBuckets":{
"name":"ListBuckets",
"http":{
"method":"GET",
"requestUri":"/"
},
"output":{"shape":"ListBucketsOutput"},
"documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTServiceGET.html",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Returns a list of all buckets owned by the authenticated sender of the request.</p>",
2015-10-08 20:16:07 +02:00
"alias":"GetService"
},
"ListMultipartUploads":{
"name":"ListMultipartUploads",
"http":{
"method":"GET",
"requestUri":"/{Bucket}?uploads"
},
"input":{"shape":"ListMultipartUploadsRequest"},
"output":{"shape":"ListMultipartUploadsOutput"},
"documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/mpUploadListMPUpload.html",
2018-08-16 08:01:54 +02:00
"documentation":"<p>This operation lists in-progress multipart uploads.</p>"
2015-10-08 20:16:07 +02:00
},
"ListObjectVersions":{
"name":"ListObjectVersions",
"http":{
"method":"GET",
"requestUri":"/{Bucket}?versions"
},
"input":{"shape":"ListObjectVersionsRequest"},
"output":{"shape":"ListObjectVersionsOutput"},
"documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketGETVersion.html",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Returns metadata about all of the versions of objects in a bucket.</p>",
2015-10-08 20:16:07 +02:00
"alias":"GetBucketObjectVersions"
},
"ListObjects":{
"name":"ListObjects",
"http":{
"method":"GET",
"requestUri":"/{Bucket}"
},
"input":{"shape":"ListObjectsRequest"},
"output":{"shape":"ListObjectsOutput"},
"errors":[
{"shape":"NoSuchBucket"}
2015-10-08 20:16:07 +02:00
],
"documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketGET.html",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Returns some or all (up to 1000) of the objects in a bucket. You can use the request parameters as selection criteria to return a subset of the objects in a bucket.</p>",
2015-10-08 20:16:07 +02:00
"alias":"GetBucket"
},
"ListObjectsV2":{
"name":"ListObjectsV2",
"http":{
"method":"GET",
"requestUri":"/{Bucket}?list-type=2"
},
"input":{"shape":"ListObjectsV2Request"},
"output":{"shape":"ListObjectsV2Output"},
"errors":[
{"shape":"NoSuchBucket"}
],
2018-08-16 08:01:54 +02:00
"documentation":"<p>Returns some or all (up to 1000) of the objects in a bucket. You can use the request parameters as selection criteria to return a subset of the objects in a bucket. Note: ListObjectsV2 is the revised List Objects API and we recommend you use this revised API for new application development.</p>"
},
2015-10-08 20:16:07 +02:00
"ListParts":{
"name":"ListParts",
"http":{
"method":"GET",
"requestUri":"/{Bucket}/{Key+}"
},
"input":{"shape":"ListPartsRequest"},
"output":{"shape":"ListPartsOutput"},
"documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/mpUploadListParts.html",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Lists the parts that have been uploaded for a specific multipart upload.</p>"
2015-10-08 20:16:07 +02:00
},
"PutBucketAccelerateConfiguration":{
"name":"PutBucketAccelerateConfiguration",
"http":{
"method":"PUT",
"requestUri":"/{Bucket}?accelerate"
},
"input":{"shape":"PutBucketAccelerateConfigurationRequest"},
2018-08-16 08:01:54 +02:00
"documentation":"<p>Sets the accelerate configuration of an existing bucket.</p>"
},
2015-10-08 20:16:07 +02:00
"PutBucketAcl":{
"name":"PutBucketAcl",
"http":{
"method":"PUT",
"requestUri":"/{Bucket}?acl"
},
"input":{"shape":"PutBucketAclRequest"},
"documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUTacl.html",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Sets the permissions on a bucket using access control lists (ACL).</p>"
2015-10-08 20:16:07 +02:00
},
2017-02-02 09:27:08 +01:00
"PutBucketAnalyticsConfiguration":{
"name":"PutBucketAnalyticsConfiguration",
"http":{
"method":"PUT",
"requestUri":"/{Bucket}?analytics"
},
"input":{"shape":"PutBucketAnalyticsConfigurationRequest"},
2018-08-16 08:01:54 +02:00
"documentation":"<p>Sets an analytics configuration for the bucket (specified by the analytics configuration ID).</p>"
2017-02-02 09:27:08 +01:00
},
2015-10-08 20:16:07 +02:00
"PutBucketCors":{
"name":"PutBucketCors",
"http":{
"method":"PUT",
"requestUri":"/{Bucket}?cors"
},
"input":{"shape":"PutBucketCorsRequest"},
"documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUTcors.html",
2018-11-28 09:58:03 +01:00
"documentation":"<p>Sets the CORS configuration for a bucket.</p>"
2015-10-08 20:16:07 +02:00
},
2018-01-15 17:34:17 +01:00
"PutBucketEncryption":{
"name":"PutBucketEncryption",
"http":{
"method":"PUT",
"requestUri":"/{Bucket}?encryption"
},
"input":{"shape":"PutBucketEncryptionRequest"},
2018-08-16 08:01:54 +02:00
"documentation":"<p>Creates a new server-side encryption configuration (or replaces an existing one, if present).</p>"
2018-01-15 17:34:17 +01:00
},
2017-02-02 09:27:08 +01:00
"PutBucketInventoryConfiguration":{
"name":"PutBucketInventoryConfiguration",
"http":{
"method":"PUT",
"requestUri":"/{Bucket}?inventory"
},
"input":{"shape":"PutBucketInventoryConfigurationRequest"},
2018-08-16 08:01:54 +02:00
"documentation":"<p>Adds an inventory configuration (identified by the inventory ID) from the bucket.</p>"
2017-02-02 09:27:08 +01:00
},
2015-10-08 20:16:07 +02:00
"PutBucketLifecycle":{
"name":"PutBucketLifecycle",
"http":{
"method":"PUT",
"requestUri":"/{Bucket}?lifecycle"
},
"input":{"shape":"PutBucketLifecycleRequest"},
"documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUTlifecycle.html",
2019-08-03 07:08:36 +02:00
"documentation":"<p> No longer used, see the PutBucketLifecycleConfiguration operation.</p>",
"deprecated":true
},
"PutBucketLifecycleConfiguration":{
"name":"PutBucketLifecycleConfiguration",
"http":{
"method":"PUT",
"requestUri":"/{Bucket}?lifecycle"
},
"input":{"shape":"PutBucketLifecycleConfigurationRequest"},
2018-08-16 08:01:54 +02:00
"documentation":"<p>Sets lifecycle configuration for your bucket. If a lifecycle configuration exists, it replaces it.</p>"
2015-10-08 20:16:07 +02:00
},
"PutBucketLogging":{
"name":"PutBucketLogging",
"http":{
"method":"PUT",
"requestUri":"/{Bucket}?logging"
},
"input":{"shape":"PutBucketLoggingRequest"},
"documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUTlogging.html",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Set the logging parameters for a bucket and to specify permissions for who can view and modify the logging parameters. To set the logging status of a bucket, you must be the bucket owner.</p>"
2015-10-08 20:16:07 +02:00
},
2017-02-02 09:27:08 +01:00
"PutBucketMetricsConfiguration":{
"name":"PutBucketMetricsConfiguration",
"http":{
"method":"PUT",
"requestUri":"/{Bucket}?metrics"
},
"input":{"shape":"PutBucketMetricsConfigurationRequest"},
2018-08-16 08:01:54 +02:00
"documentation":"<p>Sets a metrics configuration (specified by the metrics configuration ID) for the bucket.</p>"
2017-02-02 09:27:08 +01:00
},
2015-10-08 20:16:07 +02:00
"PutBucketNotification":{
"name":"PutBucketNotification",
"http":{
"method":"PUT",
"requestUri":"/{Bucket}?notification"
},
"input":{"shape":"PutBucketNotificationRequest"},
"documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUTnotification.html",
2019-08-03 07:08:36 +02:00
"documentation":"<p> No longer used, see the PutBucketNotificationConfiguration operation.</p>",
"deprecated":true
},
"PutBucketNotificationConfiguration":{
"name":"PutBucketNotificationConfiguration",
"http":{
"method":"PUT",
"requestUri":"/{Bucket}?notification"
},
"input":{"shape":"PutBucketNotificationConfigurationRequest"},
2018-08-16 08:01:54 +02:00
"documentation":"<p>Enables notifications of specified events for a bucket.</p>"
2015-10-08 20:16:07 +02:00
},
"PutBucketPolicy":{
"name":"PutBucketPolicy",
"http":{
"method":"PUT",
"requestUri":"/{Bucket}?policy"
},
"input":{"shape":"PutBucketPolicyRequest"},
"documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUTpolicy.html",
2019-08-03 07:08:36 +02:00
"documentation":"<p>Applies an Amazon S3 bucket policy to an Amazon S3 bucket.</p>"
},
"PutBucketReplication":{
"name":"PutBucketReplication",
"http":{
"method":"PUT",
"requestUri":"/{Bucket}?replication"
},
"input":{"shape":"PutBucketReplicationRequest"},
2019-08-03 07:08:36 +02:00
"documentation":"<p> Creates a replication configuration or replaces an existing one. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/crr.html\">Cross-Region Replication (CRR)</a> in the <i>Amazon S3 Developer Guide</i>. </p>"
2015-10-08 20:16:07 +02:00
},
"PutBucketRequestPayment":{
"name":"PutBucketRequestPayment",
"http":{
"method":"PUT",
"requestUri":"/{Bucket}?requestPayment"
},
"input":{"shape":"PutBucketRequestPaymentRequest"},
"documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTrequestPaymentPUT.html",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Sets the request payment configuration for a bucket. By default, the bucket owner pays for downloads from the bucket. This configuration parameter enables the bucket owner (only) to specify that the person requesting the download will be charged for the download. Documentation on requester pays buckets can be found at http://docs.aws.amazon.com/AmazonS3/latest/dev/RequesterPaysBuckets.html</p>"
2015-10-08 20:16:07 +02:00
},
"PutBucketTagging":{
"name":"PutBucketTagging",
"http":{
"method":"PUT",
"requestUri":"/{Bucket}?tagging"
},
"input":{"shape":"PutBucketTaggingRequest"},
"documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUTtagging.html",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Sets the tags for a bucket.</p>"
2015-10-08 20:16:07 +02:00
},
"PutBucketVersioning":{
"name":"PutBucketVersioning",
"http":{
"method":"PUT",
"requestUri":"/{Bucket}?versioning"
},
"input":{"shape":"PutBucketVersioningRequest"},
"documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUTVersioningStatus.html",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Sets the versioning state of an existing bucket. To set the versioning state, you must be the bucket owner.</p>"
2015-10-08 20:16:07 +02:00
},
"PutBucketWebsite":{
"name":"PutBucketWebsite",
"http":{
"method":"PUT",
"requestUri":"/{Bucket}?website"
},
"input":{"shape":"PutBucketWebsiteRequest"},
"documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUTwebsite.html",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Set the website configuration for a bucket.</p>"
2015-10-08 20:16:07 +02:00
},
"PutObject":{
"name":"PutObject",
"http":{
"method":"PUT",
"requestUri":"/{Bucket}/{Key+}"
},
"input":{"shape":"PutObjectRequest"},
"output":{"shape":"PutObjectOutput"},
"documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTObjectPUT.html",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Adds an object to a bucket.</p>"
2015-10-08 20:16:07 +02:00
},
"PutObjectAcl":{
"name":"PutObjectAcl",
"http":{
"method":"PUT",
"requestUri":"/{Bucket}/{Key+}?acl"
},
"input":{"shape":"PutObjectAclRequest"},
"output":{"shape":"PutObjectAclOutput"},
2015-10-08 20:16:07 +02:00
"errors":[
{"shape":"NoSuchKey"}
2015-10-08 20:16:07 +02:00
],
"documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTObjectPUTacl.html",
2018-08-16 08:01:54 +02:00
"documentation":"<p>uses the acl subresource to set the access control list (ACL) permissions for an object that already exists in a bucket</p>"
2015-10-08 20:16:07 +02:00
},
2018-11-28 09:58:03 +01:00
"PutObjectLegalHold":{
"name":"PutObjectLegalHold",
"http":{
"method":"PUT",
"requestUri":"/{Bucket}/{Key+}?legal-hold"
},
"input":{"shape":"PutObjectLegalHoldRequest"},
"output":{"shape":"PutObjectLegalHoldOutput"},
"documentation":"<p>Applies a Legal Hold configuration to the specified object.</p>"
},
"PutObjectLockConfiguration":{
"name":"PutObjectLockConfiguration",
"http":{
"method":"PUT",
"requestUri":"/{Bucket}?object-lock"
},
"input":{"shape":"PutObjectLockConfigurationRequest"},
"output":{"shape":"PutObjectLockConfigurationOutput"},
2019-08-03 07:08:36 +02:00
"documentation":"<p>Places an object lock configuration on the specified bucket. The rule specified in the object lock configuration will be applied by default to every new object placed in the specified bucket.</p>"
2018-11-28 09:58:03 +01:00
},
"PutObjectRetention":{
"name":"PutObjectRetention",
"http":{
"method":"PUT",
"requestUri":"/{Bucket}/{Key+}?retention"
},
"input":{"shape":"PutObjectRetentionRequest"},
"output":{"shape":"PutObjectRetentionOutput"},
"documentation":"<p>Places an Object Retention configuration on an object.</p>"
},
2017-02-02 09:27:08 +01:00
"PutObjectTagging":{
"name":"PutObjectTagging",
"http":{
"method":"PUT",
"requestUri":"/{Bucket}/{Key+}?tagging"
},
"input":{"shape":"PutObjectTaggingRequest"},
"output":{"shape":"PutObjectTaggingOutput"},
2018-08-16 08:01:54 +02:00
"documentation":"<p>Sets the supplied tag-set to an object that already exists in a bucket</p>"
2017-02-02 09:27:08 +01:00
},
2018-11-28 09:58:03 +01:00
"PutPublicAccessBlock":{
"name":"PutPublicAccessBlock",
"http":{
"method":"PUT",
"requestUri":"/{Bucket}?publicAccessBlock"
},
"input":{"shape":"PutPublicAccessBlockRequest"},
"documentation":"<p>Creates or modifies the <code>PublicAccessBlock</code> configuration for an Amazon S3 bucket.</p>"
},
2015-10-08 20:16:07 +02:00
"RestoreObject":{
"name":"RestoreObject",
"http":{
"method":"POST",
"requestUri":"/{Bucket}/{Key+}?restore"
},
"input":{"shape":"RestoreObjectRequest"},
"output":{"shape":"RestoreObjectOutput"},
2015-10-08 20:16:07 +02:00
"errors":[
{"shape":"ObjectAlreadyInActiveTierError"}
2015-10-08 20:16:07 +02:00
],
"documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTObjectRestore.html",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Restores an archived copy of an object back into Amazon S3</p>",
2015-10-08 20:16:07 +02:00
"alias":"PostObjectRestore"
},
2018-05-08 03:57:43 +02:00
"SelectObjectContent":{
"name":"SelectObjectContent",
"http":{
"method":"POST",
"requestUri":"/{Bucket}/{Key+}?select&select-type=2"
},
"input":{
"shape":"SelectObjectContentRequest",
"locationName":"SelectObjectContentRequest",
"xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}
},
"output":{"shape":"SelectObjectContentOutput"},
2018-08-16 08:01:54 +02:00
"documentation":"<p>This operation filters the contents of an Amazon S3 object based on a simple Structured Query Language (SQL) statement. In the request, along with the SQL expression, you must also specify a data serialization format (JSON or CSV) of the object. Amazon S3 uses this to parse object data into records, and returns only records that match the specified SQL expression. You must also specify the data serialization format for the response.</p>"
2018-05-08 03:57:43 +02:00
},
2015-10-08 20:16:07 +02:00
"UploadPart":{
"name":"UploadPart",
"http":{
"method":"PUT",
"requestUri":"/{Bucket}/{Key+}"
},
"input":{"shape":"UploadPartRequest"},
"output":{"shape":"UploadPartOutput"},
"documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/mpUploadUploadPart.html",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Uploads a part in a multipart upload.</p> <p> <b>Note:</b> After you initiate multipart upload and upload one or more parts, you must either complete or abort multipart upload in order to stop getting charged for storage of the uploaded parts. Only after you either complete or abort multipart upload, Amazon S3 frees up the parts storage and stops charging you for the parts storage.</p>"
2015-10-08 20:16:07 +02:00
},
"UploadPartCopy":{
"name":"UploadPartCopy",
"http":{
"method":"PUT",
"requestUri":"/{Bucket}/{Key+}"
},
"input":{"shape":"UploadPartCopyRequest"},
"output":{"shape":"UploadPartCopyOutput"},
"documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/mpUploadUploadPartCopy.html",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Uploads a part by copying data from an existing object as data source.</p>"
2015-10-08 20:16:07 +02:00
}
},
"shapes":{
"AbortDate":{"type":"timestamp"},
"AbortIncompleteMultipartUpload":{
"type":"structure",
"members":{
"DaysAfterInitiation":{
"shape":"DaysAfterInitiation",
2019-08-03 07:08:36 +02:00
"documentation":"<p>Specifies the number of days after which Amazon S3 aborts an incomplete multipart upload.</p>"
}
},
2019-08-03 07:08:36 +02:00
"documentation":"<p>Specifies the days since the initiation of an incomplete multipart upload that Amazon S3 will wait before permanently removing all parts of the upload. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/mpuoverview.html#mpu-abort-incomplete-mpu-lifecycle-config\"> Aborting Incomplete Multipart Uploads Using a Bucket Lifecycle Policy</a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</p>"
},
"AbortMultipartUploadOutput":{
"type":"structure",
"members":{
"RequestCharged":{
"shape":"RequestCharged",
"location":"header",
"locationName":"x-amz-request-charged"
}
}
},
2015-10-08 20:16:07 +02:00
"AbortMultipartUploadRequest":{
"type":"structure",
"required":[
"Bucket",
"Key",
"UploadId"
],
"members":{
"Bucket":{
"shape":"BucketName",
2019-08-03 07:08:36 +02:00
"documentation":"<p>Name of the bucket to which the multipart upload was initiated.</p>",
2015-10-08 20:16:07 +02:00
"location":"uri",
"locationName":"Bucket"
},
"Key":{
"shape":"ObjectKey",
2019-08-03 07:08:36 +02:00
"documentation":"<p>Key of the object for which the multipart upload was initiated.</p>",
2015-10-08 20:16:07 +02:00
"location":"uri",
"locationName":"Key"
},
"UploadId":{
"shape":"MultipartUploadId",
2019-08-03 07:08:36 +02:00
"documentation":"<p>Upload ID that identifies the multipart upload.</p>",
2015-10-08 20:16:07 +02:00
"location":"querystring",
"locationName":"uploadId"
},
"RequestPayer":{
"shape":"RequestPayer",
"location":"header",
"locationName":"x-amz-request-payer"
2015-10-08 20:16:07 +02:00
}
}
},
"AbortRuleId":{"type":"string"},
"AccelerateConfiguration":{
"type":"structure",
"members":{
"Status":{
"shape":"BucketAccelerateStatus",
2019-08-03 07:08:36 +02:00
"documentation":"<p>Specifies the transfer acceleration status of the bucket.</p>"
}
2019-08-03 07:08:36 +02:00
},
"documentation":"<p>Configures the transfer acceleration state for an Amazon S3 bucket. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/transfer-acceleration.html\">Amazon S3 Transfer Acceleration</a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</p>"
},
2015-10-08 20:16:07 +02:00
"AcceptRanges":{"type":"string"},
"AccessControlPolicy":{
"type":"structure",
"members":{
"Grants":{
"shape":"Grants",
2018-08-16 08:01:54 +02:00
"documentation":"<p>A list of grants.</p>",
2015-10-08 20:16:07 +02:00
"locationName":"AccessControlList"
},
2019-08-03 07:08:36 +02:00
"Owner":{
"shape":"Owner",
"documentation":"<p>Container for the bucket owner's display name and ID.</p>"
}
},
"documentation":"<p>Contains the elements that set the ACL permissions for an object per grantee.</p>"
2015-10-08 20:16:07 +02:00
},
2018-01-15 17:34:17 +01:00
"AccessControlTranslation":{
"type":"structure",
"required":["Owner"],
"members":{
"Owner":{
"shape":"OwnerOverride",
2019-08-03 07:08:36 +02:00
"documentation":"<p>Specifies the replica ownership. For default and valid values, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketPUTreplication.html\">PUT bucket replication</a> in the <i>Amazon Simple Storage Service API Reference</i>.</p>"
2018-01-15 17:34:17 +01:00
}
},
2018-11-28 09:58:03 +01:00
"documentation":"<p>A container for information about access control for replicas.</p>"
2018-01-15 17:34:17 +01:00
},
2017-02-02 09:27:08 +01:00
"AccountId":{"type":"string"},
2018-07-11 08:25:50 +02:00
"AllowQuotedRecordDelimiter":{"type":"boolean"},
2015-10-08 20:16:07 +02:00
"AllowedHeader":{"type":"string"},
"AllowedHeaders":{
"type":"list",
"member":{"shape":"AllowedHeader"},
"flattened":true
},
"AllowedMethod":{"type":"string"},
"AllowedMethods":{
"type":"list",
"member":{"shape":"AllowedMethod"},
"flattened":true
},
"AllowedOrigin":{"type":"string"},
"AllowedOrigins":{
"type":"list",
"member":{"shape":"AllowedOrigin"},
"flattened":true
},
2017-02-02 09:27:08 +01:00
"AnalyticsAndOperator":{
"type":"structure",
"members":{
"Prefix":{
"shape":"Prefix",
2019-08-03 07:08:36 +02:00
"documentation":"<p>The prefix to use when evaluating an AND predicate: The prefix that an object must have to be included in the metrics results.</p>"
2017-02-02 09:27:08 +01:00
},
"Tags":{
"shape":"TagSet",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The list of tags to use when evaluating an AND predicate.</p>",
2017-02-02 09:27:08 +01:00
"flattened":true,
"locationName":"Tag"
}
2019-08-03 07:08:36 +02:00
},
"documentation":"<p>A conjunction (logical AND) of predicates, which is used in evaluating a metrics filter. The operator must have at least two predicates in any combination, and an object must match all of the predicates for the filter to apply.</p>"
2017-02-02 09:27:08 +01:00
},
"AnalyticsConfiguration":{
"type":"structure",
"required":[
"Id",
"StorageClassAnalysis"
],
"members":{
"Id":{
"shape":"AnalyticsId",
2019-08-03 07:08:36 +02:00
"documentation":"<p>The ID that identifies the analytics configuration.</p>"
2017-02-02 09:27:08 +01:00
},
"Filter":{
"shape":"AnalyticsFilter",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The filter used to describe a set of objects for analyses. A filter must have exactly one prefix, one tag, or one conjunction (AnalyticsAndOperator). If no filter is provided, all objects will be considered in any analysis.</p>"
2017-02-02 09:27:08 +01:00
},
"StorageClassAnalysis":{
"shape":"StorageClassAnalysis",
2019-08-03 07:08:36 +02:00
"documentation":"<p> Contains data related to access patterns to be collected and made available to analyze the tradeoffs between different storage classes. </p>"
2017-02-02 09:27:08 +01:00
}
2019-08-03 07:08:36 +02:00
},
"documentation":"<p> Specifies the configuration and any analyses for the analytics filter of an Amazon S3 bucket.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketGETAnalyticsConfig.html\">GET Bucket analytics</a> in the <i>Amazon Simple Storage Service API Reference</i>. </p>"
2017-02-02 09:27:08 +01:00
},
"AnalyticsConfigurationList":{
"type":"list",
"member":{"shape":"AnalyticsConfiguration"},
"flattened":true
},
"AnalyticsExportDestination":{
"type":"structure",
"required":["S3BucketDestination"],
"members":{
"S3BucketDestination":{
"shape":"AnalyticsS3BucketDestination",
2018-08-16 08:01:54 +02:00
"documentation":"<p>A destination signifying output to an S3 bucket.</p>"
2017-02-02 09:27:08 +01:00
}
2019-08-03 07:08:36 +02:00
},
"documentation":"<p>Where to publish the analytics results.</p>"
2017-02-02 09:27:08 +01:00
},
"AnalyticsFilter":{
"type":"structure",
"members":{
"Prefix":{
"shape":"Prefix",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The prefix to use when evaluating an analytics filter.</p>"
2017-02-02 09:27:08 +01:00
},
"Tag":{
"shape":"Tag",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The tag to use when evaluating an analytics filter.</p>"
2017-02-02 09:27:08 +01:00
},
"And":{
"shape":"AnalyticsAndOperator",
2018-08-16 08:01:54 +02:00
"documentation":"<p>A conjunction (logical AND) of predicates, which is used in evaluating an analytics filter. The operator must have at least two predicates.</p>"
2017-02-02 09:27:08 +01:00
}
2019-08-03 07:08:36 +02:00
},
"documentation":"<p/>"
2017-02-02 09:27:08 +01:00
},
"AnalyticsId":{"type":"string"},
"AnalyticsS3BucketDestination":{
"type":"structure",
"required":[
"Format",
"Bucket"
],
"members":{
"Format":{
"shape":"AnalyticsS3ExportFileFormat",
2019-08-03 07:08:36 +02:00
"documentation":"<p>Specifies the file format used when exporting data to Amazon S3.</p>"
2017-02-02 09:27:08 +01:00
},
"BucketAccountId":{
"shape":"AccountId",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The account ID that owns the destination bucket. If no account ID is provided, the owner will not be validated prior to exporting data.</p>"
2017-02-02 09:27:08 +01:00
},
"Bucket":{
"shape":"BucketName",
2019-08-03 07:08:36 +02:00
"documentation":"<p>The Amazon Resource Name (ARN) of the bucket to which data is exported.</p>"
2017-02-02 09:27:08 +01:00
},
"Prefix":{
"shape":"Prefix",
2019-08-03 07:08:36 +02:00
"documentation":"<p>The prefix to use when exporting data. The prefix is prepended to all results.</p>"
2017-02-02 09:27:08 +01:00
}
2019-08-03 07:08:36 +02:00
},
"documentation":"<p/>"
2017-02-02 09:27:08 +01:00
},
"AnalyticsS3ExportFileFormat":{
"type":"string",
"enum":["CSV"]
},
2015-10-08 20:16:07 +02:00
"Body":{"type":"blob"},
"Bucket":{
"type":"structure",
"members":{
"Name":{
"shape":"BucketName",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The name of the bucket.</p>"
2015-10-08 20:16:07 +02:00
},
"CreationDate":{
"shape":"CreationDate",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Date the bucket was created.</p>"
2015-10-08 20:16:07 +02:00
}
2019-08-03 07:08:36 +02:00
},
"documentation":"<p/>"
2015-10-08 20:16:07 +02:00
},
"BucketAccelerateStatus":{
"type":"string",
"enum":[
"Enabled",
"Suspended"
]
},
2015-10-08 20:16:07 +02:00
"BucketAlreadyExists":{
"type":"structure",
"members":{
},
2018-08-16 08:01:54 +02:00
"documentation":"<p>The requested bucket name is not available. The bucket namespace is shared by all users of the system. Please select a different name and try again.</p>",
"exception":true
2015-10-08 20:16:07 +02:00
},
"BucketAlreadyOwnedByYou":{
"type":"structure",
"members":{
},
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
"exception":true
},
2015-10-08 20:16:07 +02:00
"BucketCannedACL":{
"type":"string",
"enum":[
"private",
"public-read",
"public-read-write",
"authenticated-read"
]
},
"BucketLifecycleConfiguration":{
"type":"structure",
"required":["Rules"],
"members":{
"Rules":{
"shape":"LifecycleRules",
2019-08-03 07:08:36 +02:00
"documentation":"<p>A lifecycle rule for individual objects in an Amazon S3 bucket.</p>",
"locationName":"Rule"
}
2019-08-03 07:08:36 +02:00
},
"documentation":"<p>Specifies the lifecycle configuration for objects in an Amazon S3 bucket. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lifecycle-mgmt.html\">Object Lifecycle Management</a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</p>"
},
2015-10-08 20:16:07 +02:00
"BucketLocationConstraint":{
"type":"string",
"enum":[
"EU",
"eu-west-1",
"us-west-1",
"us-west-2",
"ap-south-1",
2015-10-08 20:16:07 +02:00
"ap-southeast-1",
"ap-southeast-2",
"ap-northeast-1",
"sa-east-1",
2015-10-08 20:16:11 +02:00
"cn-north-1",
"eu-central-1"
2015-10-08 20:16:07 +02:00
]
},
"BucketLoggingStatus":{
"type":"structure",
"members":{
2019-08-03 07:08:36 +02:00
"LoggingEnabled":{
"shape":"LoggingEnabled",
"documentation":"<p/>"
}
},
"documentation":"<p/>"
2015-10-08 20:16:07 +02:00
},
"BucketLogsPermission":{
"type":"string",
"enum":[
"FULL_CONTROL",
"READ",
"WRITE"
]
},
"BucketName":{"type":"string"},
"BucketVersioningStatus":{
"type":"string",
"enum":[
"Enabled",
"Suspended"
]
},
"Buckets":{
"type":"list",
"member":{
"shape":"Bucket",
"locationName":"Bucket"
}
},
2018-11-28 09:58:03 +01:00
"BypassGovernanceRetention":{"type":"boolean"},
2018-05-08 03:57:43 +02:00
"BytesProcessed":{"type":"long"},
"BytesReturned":{"type":"long"},
"BytesScanned":{"type":"long"},
2015-10-08 20:16:07 +02:00
"CORSConfiguration":{
"type":"structure",
"required":["CORSRules"],
2015-10-08 20:16:07 +02:00
"members":{
"CORSRules":{
"shape":"CORSRules",
2019-08-03 07:08:36 +02:00
"documentation":"<p>A set of allowed origins and methods.</p>",
2015-10-08 20:16:07 +02:00
"locationName":"CORSRule"
}
2019-08-03 07:08:36 +02:00
},
"documentation":"<p>Describes the cross-origin access configuration for objects in an Amazon S3 bucket. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/cors.html\">Enabling Cross-Origin Resource Sharing</a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</p>"
2015-10-08 20:16:07 +02:00
},
"CORSRule":{
"type":"structure",
"required":[
"AllowedMethods",
"AllowedOrigins"
],
2015-10-08 20:16:07 +02:00
"members":{
"AllowedHeaders":{
"shape":"AllowedHeaders",
2019-08-03 07:08:36 +02:00
"documentation":"<p>Headers that are specified in the <code>Access-Control-Request-Headers</code> header. These headers are allowed in a preflight OPTIONS request. In response to any preflight OPTIONS request, Amazon S3 returns any requested headers that are allowed.</p>",
2015-10-08 20:16:07 +02:00
"locationName":"AllowedHeader"
},
"AllowedMethods":{
"shape":"AllowedMethods",
2019-08-03 07:08:36 +02:00
"documentation":"<p>An HTTP method that you allow the origin to execute. Valid values are <code>GET</code>, <code>PUT</code>, <code>HEAD</code>, <code>POST</code>, and <code>DELETE</code>.</p>",
2015-10-08 20:16:07 +02:00
"locationName":"AllowedMethod"
},
"AllowedOrigins":{
"shape":"AllowedOrigins",
2018-08-16 08:01:54 +02:00
"documentation":"<p>One or more origins you want customers to be able to access the bucket from.</p>",
2015-10-08 20:16:07 +02:00
"locationName":"AllowedOrigin"
},
"ExposeHeaders":{
"shape":"ExposeHeaders",
2019-08-03 07:08:36 +02:00
"documentation":"<p>One or more headers in the response that you want customers to be able to access from their applications (for example, from a JavaScript <code>XMLHttpRequest</code> object).</p>",
2015-10-08 20:16:07 +02:00
"locationName":"ExposeHeader"
},
"MaxAgeSeconds":{
"shape":"MaxAgeSeconds",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The time in seconds that your browser is to cache the preflight response for the specified resource.</p>"
2015-10-08 20:16:07 +02:00
}
2019-08-03 07:08:36 +02:00
},
"documentation":"<p>Specifies a cross-origin access rule for an Amazon S3 bucket.</p>"
2015-10-08 20:16:07 +02:00
},
"CORSRules":{
"type":"list",
"member":{"shape":"CORSRule"},
"flattened":true
},
2018-01-15 17:34:17 +01:00
"CSVInput":{
"type":"structure",
"members":{
"FileHeaderInfo":{
"shape":"FileHeaderInfo",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Describes the first line of input. Valid values: None, Ignore, Use.</p>"
2018-01-15 17:34:17 +01:00
},
"Comments":{
"shape":"Comments",
2018-11-28 09:58:03 +01:00
"documentation":"<p>The single character used to indicate a row should be ignored when present at the start of a row.</p>"
2018-01-15 17:34:17 +01:00
},
"QuoteEscapeCharacter":{
"shape":"QuoteEscapeCharacter",
2018-11-28 09:58:03 +01:00
"documentation":"<p>The single character used for escaping the quote character inside an already escaped value.</p>"
2018-01-15 17:34:17 +01:00
},
"RecordDelimiter":{
"shape":"RecordDelimiter",
2018-11-28 09:58:03 +01:00
"documentation":"<p>The value used to separate individual records.</p>"
2018-01-15 17:34:17 +01:00
},
"FieldDelimiter":{
"shape":"FieldDelimiter",
2018-11-28 09:58:03 +01:00
"documentation":"<p>The value used to separate individual fields in a record.</p>"
2018-01-15 17:34:17 +01:00
},
"QuoteCharacter":{
"shape":"QuoteCharacter",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Value used for escaping where the field delimiter is part of the value.</p>"
2018-07-11 08:25:50 +02:00
},
"AllowQuotedRecordDelimiter":{
"shape":"AllowQuotedRecordDelimiter",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies that CSV field values may contain quoted record delimiters and such records should be allowed. Default value is FALSE. Setting this value to TRUE may lower performance.</p>"
2018-01-15 17:34:17 +01:00
}
},
2018-08-16 08:01:54 +02:00
"documentation":"<p>Describes how a CSV-formatted input object is formatted.</p>"
2018-01-15 17:34:17 +01:00
},
"CSVOutput":{
"type":"structure",
"members":{
"QuoteFields":{
"shape":"QuoteFields",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Indicates whether or not all output fields should be quoted.</p>"
2018-01-15 17:34:17 +01:00
},
"QuoteEscapeCharacter":{
"shape":"QuoteEscapeCharacter",
2018-11-28 09:58:03 +01:00
"documentation":"<p>Th single character used for escaping the quote character inside an already escaped value.</p>"
2018-01-15 17:34:17 +01:00
},
"RecordDelimiter":{
"shape":"RecordDelimiter",
2018-11-28 09:58:03 +01:00
"documentation":"<p>The value used to separate individual records.</p>"
2018-01-15 17:34:17 +01:00
},
"FieldDelimiter":{
"shape":"FieldDelimiter",
2018-11-28 09:58:03 +01:00
"documentation":"<p>The value used to separate individual fields in a record.</p>"
2018-01-15 17:34:17 +01:00
},
"QuoteCharacter":{
"shape":"QuoteCharacter",
2018-11-28 09:58:03 +01:00
"documentation":"<p>The value used for escaping where the field delimiter is part of the value.</p>"
2018-01-15 17:34:17 +01:00
}
},
2018-08-16 08:01:54 +02:00
"documentation":"<p>Describes how CSV-formatted results are formatted.</p>"
2018-01-15 17:34:17 +01:00
},
2015-10-08 20:16:07 +02:00
"CacheControl":{"type":"string"},
2015-10-08 20:16:11 +02:00
"CloudFunction":{"type":"string"},
"CloudFunctionConfiguration":{
"type":"structure",
"members":{
"Id":{"shape":"NotificationId"},
"Event":{
"shape":"Event",
"deprecated":true
},
"Events":{
"shape":"EventList",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:11 +02:00
"locationName":"Event"
},
2019-08-03 07:08:36 +02:00
"CloudFunction":{
"shape":"CloudFunction",
"documentation":"<p/>"
},
"InvocationRole":{
"shape":"CloudFunctionInvocationRole",
"documentation":"<p/>"
}
},
"documentation":"<p/>"
2015-10-08 20:16:11 +02:00
},
"CloudFunctionInvocationRole":{"type":"string"},
2015-10-08 20:16:07 +02:00
"Code":{"type":"string"},
2018-01-15 17:34:17 +01:00
"Comments":{"type":"string"},
2015-10-08 20:16:07 +02:00
"CommonPrefix":{
"type":"structure",
"members":{
2019-08-03 07:08:36 +02:00
"Prefix":{
"shape":"Prefix",
"documentation":"<p/>"
}
},
"documentation":"<p/>"
2015-10-08 20:16:07 +02:00
},
"CommonPrefixList":{
"type":"list",
"member":{"shape":"CommonPrefix"},
"flattened":true
},
"CompleteMultipartUploadOutput":{
"type":"structure",
"members":{
2019-08-03 07:08:36 +02:00
"Location":{
"shape":"Location",
"documentation":"<p/>"
},
"Bucket":{
"shape":"BucketName",
"documentation":"<p/>"
},
"Key":{
"shape":"ObjectKey",
"documentation":"<p/>"
},
2015-10-08 20:16:07 +02:00
"Expiration":{
"shape":"Expiration",
2018-08-16 08:01:54 +02:00
"documentation":"<p>If the object expiration is configured, this will contain the expiration date (expiry-date) and rule ID (rule-id). The value of rule-id is URL encoded.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-expiration"
2015-10-08 20:16:07 +02:00
},
"ETag":{
"shape":"ETag",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Entity tag of the object.</p>"
2015-10-08 20:16:07 +02:00
},
"ServerSideEncryption":{
"shape":"ServerSideEncryption",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The Server-side encryption algorithm used when storing this object in S3 (e.g., AES256, aws:kms).</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-server-side-encryption"
2015-10-08 20:16:07 +02:00
},
"VersionId":{
"shape":"ObjectVersionId",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Version of the object.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-version-id"
2015-10-08 20:16:11 +02:00
},
"SSEKMSKeyId":{
"shape":"SSEKMSKeyId",
2018-08-16 08:01:54 +02:00
"documentation":"<p>If present, specifies the ID of the AWS Key Management Service (KMS) master encryption key that was used for the object.</p>",
2015-10-08 20:16:11 +02:00
"location":"header",
"locationName":"x-amz-server-side-encryption-aws-kms-key-id"
},
"RequestCharged":{
"shape":"RequestCharged",
"location":"header",
"locationName":"x-amz-request-charged"
2015-10-08 20:16:07 +02:00
}
}
},
"CompleteMultipartUploadRequest":{
"type":"structure",
"required":[
"Bucket",
"Key",
"UploadId"
],
"members":{
"Bucket":{
"shape":"BucketName",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"location":"uri",
"locationName":"Bucket"
},
"Key":{
"shape":"ObjectKey",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"location":"uri",
"locationName":"Key"
},
"MultipartUpload":{
"shape":"CompletedMultipartUpload",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"locationName":"CompleteMultipartUpload",
"xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}
},
"UploadId":{
"shape":"MultipartUploadId",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"location":"querystring",
"locationName":"uploadId"
},
"RequestPayer":{
"shape":"RequestPayer",
"location":"header",
"locationName":"x-amz-request-payer"
2015-10-08 20:16:07 +02:00
}
},
"payload":"MultipartUpload"
},
"CompletedMultipartUpload":{
"type":"structure",
"members":{
"Parts":{
"shape":"CompletedPartList",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"locationName":"Part"
}
2019-08-03 07:08:36 +02:00
},
"documentation":"<p/>"
2015-10-08 20:16:07 +02:00
},
"CompletedPart":{
"type":"structure",
"members":{
"ETag":{
"shape":"ETag",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Entity tag returned when the part was uploaded.</p>"
2015-10-08 20:16:07 +02:00
},
"PartNumber":{
"shape":"PartNumber",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Part number that identifies the part. This is a positive integer between 1 and 10,000.</p>"
2015-10-08 20:16:07 +02:00
}
2019-08-03 07:08:36 +02:00
},
"documentation":"<p/>"
2015-10-08 20:16:07 +02:00
},
"CompletedPartList":{
"type":"list",
"member":{"shape":"CompletedPart"},
"flattened":true
},
2018-05-08 03:57:43 +02:00
"CompressionType":{
"type":"string",
"enum":[
"NONE",
2018-08-16 08:01:54 +02:00
"GZIP",
"BZIP2"
2018-05-08 03:57:43 +02:00
]
},
2015-10-08 20:16:07 +02:00
"Condition":{
"type":"structure",
"members":{
"HttpErrorCodeReturnedEquals":{
"shape":"HttpErrorCodeReturnedEquals",
2019-08-03 07:08:36 +02:00
"documentation":"<p>The HTTP error code when the redirect is applied. In the event of an error, if the error code equals this value, then the specified redirect is applied. Required when parent element <code>Condition</code> is specified and sibling <code>KeyPrefixEquals</code> is not specified. If both are specified, then both must be true for the redirect to be applied.</p>"
2015-10-08 20:16:07 +02:00
},
"KeyPrefixEquals":{
"shape":"KeyPrefixEquals",
2019-08-03 07:08:36 +02:00
"documentation":"<p>The object key name prefix when the redirect is applied. For example, to redirect requests for <code>ExamplePage.html</code>, the key prefix will be <code>ExamplePage.html</code>. To redirect request for all pages with the prefix <code>docs/</code>, the key prefix will be <code>/docs</code>, which identifies all objects in the docs/ folder. Required when the parent element <code>Condition</code> is specified and sibling <code>HttpErrorCodeReturnedEquals</code> is not specified. If both conditions are specified, both must be true for the redirect to be applied.</p>"
2015-10-08 20:16:07 +02:00
}
2019-08-03 07:08:36 +02:00
},
"documentation":"<p>Specifies a condition that must be met for a redirect to apply. </p>"
2015-10-08 20:16:07 +02:00
},
2018-01-15 17:34:17 +01:00
"ConfirmRemoveSelfBucketAccess":{"type":"boolean"},
2015-10-08 20:16:07 +02:00
"ContentDisposition":{"type":"string"},
"ContentEncoding":{"type":"string"},
"ContentLanguage":{"type":"string"},
"ContentLength":{"type":"long"},
2015-10-08 20:16:07 +02:00
"ContentMD5":{"type":"string"},
"ContentRange":{"type":"string"},
2015-10-08 20:16:07 +02:00
"ContentType":{"type":"string"},
2018-05-08 03:57:43 +02:00
"ContinuationEvent":{
"type":"structure",
"members":{
},
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2018-05-08 03:57:43 +02:00
"event":true
},
2015-10-08 20:16:07 +02:00
"CopyObjectOutput":{
"type":"structure",
"members":{
2019-08-03 07:08:36 +02:00
"CopyObjectResult":{
"shape":"CopyObjectResult",
"documentation":"<p/>"
},
2015-10-08 20:16:07 +02:00
"Expiration":{
"shape":"Expiration",
2018-08-16 08:01:54 +02:00
"documentation":"<p>If the object expiration is configured, the response includes this header.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-expiration"
2015-10-08 20:16:07 +02:00
},
"CopySourceVersionId":{
"shape":"CopySourceVersionId",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-copy-source-version-id"
},
"VersionId":{
"shape":"ObjectVersionId",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Version ID of the newly created copy.</p>",
"location":"header",
"locationName":"x-amz-version-id"
},
2015-10-08 20:16:07 +02:00
"ServerSideEncryption":{
"shape":"ServerSideEncryption",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The Server-side encryption algorithm used when storing this object in S3 (e.g., AES256, aws:kms).</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-server-side-encryption"
2015-10-08 20:16:07 +02:00
},
"SSECustomerAlgorithm":{
"shape":"SSECustomerAlgorithm",
2018-08-16 08:01:54 +02:00
"documentation":"<p>If server-side encryption with a customer-provided encryption key was requested, the response will include this header confirming the encryption algorithm used.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-server-side-encryption-customer-algorithm"
2015-10-08 20:16:07 +02:00
},
"SSECustomerKeyMD5":{
"shape":"SSECustomerKeyMD5",
2018-08-16 08:01:54 +02:00
"documentation":"<p>If server-side encryption with a customer-provided encryption key was requested, the response will include this header to provide round trip message integrity verification of the customer-provided encryption key.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-server-side-encryption-customer-key-MD5"
2015-10-08 20:16:11 +02:00
},
"SSEKMSKeyId":{
"shape":"SSEKMSKeyId",
2018-08-16 08:01:54 +02:00
"documentation":"<p>If present, specifies the ID of the AWS Key Management Service (KMS) master encryption key that was used for the object.</p>",
2015-10-08 20:16:11 +02:00
"location":"header",
"locationName":"x-amz-server-side-encryption-aws-kms-key-id"
},
2019-08-03 07:08:36 +02:00
"SSEKMSEncryptionContext":{
"shape":"SSEKMSEncryptionContext",
"documentation":"<p>If present, specifies the AWS KMS Encryption Context to use for object encryption. The value of this header is a base64-encoded UTF-8 string holding JSON with the encryption context key-value pairs.</p>",
"location":"header",
"locationName":"x-amz-server-side-encryption-context"
},
"RequestCharged":{
"shape":"RequestCharged",
"location":"header",
"locationName":"x-amz-request-charged"
2015-10-08 20:16:07 +02:00
}
},
"payload":"CopyObjectResult"
},
"CopyObjectRequest":{
"type":"structure",
"required":[
"Bucket",
"CopySource",
"Key"
],
"members":{
"ACL":{
"shape":"ObjectCannedACL",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The canned ACL to apply to the object.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-acl"
2015-10-08 20:16:07 +02:00
},
"Bucket":{
"shape":"BucketName",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"location":"uri",
"locationName":"Bucket"
},
"CacheControl":{
"shape":"CacheControl",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies caching behavior along the request/reply chain.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"Cache-Control"
2015-10-08 20:16:07 +02:00
},
"ContentDisposition":{
"shape":"ContentDisposition",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies presentational information for the object.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"Content-Disposition"
2015-10-08 20:16:07 +02:00
},
"ContentEncoding":{
"shape":"ContentEncoding",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies what content encodings have been applied to the object and thus what decoding mechanisms must be applied to obtain the media-type referenced by the Content-Type header field.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"Content-Encoding"
2015-10-08 20:16:07 +02:00
},
"ContentLanguage":{
"shape":"ContentLanguage",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The language the content is in.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"Content-Language"
2015-10-08 20:16:07 +02:00
},
"ContentType":{
"shape":"ContentType",
2018-08-16 08:01:54 +02:00
"documentation":"<p>A standard MIME type describing the format of the object data.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"Content-Type"
2015-10-08 20:16:07 +02:00
},
"CopySource":{
"shape":"CopySource",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The name of the source bucket and key name of the source object, separated by a slash (/). Must be URL-encoded.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-copy-source"
2015-10-08 20:16:07 +02:00
},
"CopySourceIfMatch":{
"shape":"CopySourceIfMatch",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Copies the object if its entity tag (ETag) matches the specified tag.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-copy-source-if-match"
2015-10-08 20:16:07 +02:00
},
"CopySourceIfModifiedSince":{
"shape":"CopySourceIfModifiedSince",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Copies the object if it has been modified since the specified time.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-copy-source-if-modified-since"
2015-10-08 20:16:07 +02:00
},
"CopySourceIfNoneMatch":{
"shape":"CopySourceIfNoneMatch",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Copies the object if its entity tag (ETag) is different than the specified ETag.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-copy-source-if-none-match"
2015-10-08 20:16:07 +02:00
},
"CopySourceIfUnmodifiedSince":{
"shape":"CopySourceIfUnmodifiedSince",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Copies the object if it hasn't been modified since the specified time.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-copy-source-if-unmodified-since"
2015-10-08 20:16:07 +02:00
},
"Expires":{
"shape":"Expires",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The date and time at which the object is no longer cacheable.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"Expires"
2015-10-08 20:16:07 +02:00
},
"GrantFullControl":{
"shape":"GrantFullControl",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Gives the grantee READ, READ_ACP, and WRITE_ACP permissions on the object.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-grant-full-control"
2015-10-08 20:16:07 +02:00
},
"GrantRead":{
"shape":"GrantRead",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Allows grantee to read the object data and its metadata.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-grant-read"
2015-10-08 20:16:07 +02:00
},
"GrantReadACP":{
"shape":"GrantReadACP",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Allows grantee to read the object ACL.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-grant-read-acp"
2015-10-08 20:16:07 +02:00
},
"GrantWriteACP":{
"shape":"GrantWriteACP",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Allows grantee to write the ACL for the applicable object.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-grant-write-acp"
2015-10-08 20:16:07 +02:00
},
"Key":{
"shape":"ObjectKey",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"location":"uri",
"locationName":"Key"
},
"Metadata":{
"shape":"Metadata",
2018-08-16 08:01:54 +02:00
"documentation":"<p>A map of metadata to store with the object in S3.</p>",
"location":"headers",
2015-10-08 20:16:07 +02:00
"locationName":"x-amz-meta-"
},
"MetadataDirective":{
"shape":"MetadataDirective",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies whether the metadata is copied from the source object or replaced with metadata provided in the request.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-metadata-directive"
2015-10-08 20:16:07 +02:00
},
2017-02-02 09:27:08 +01:00
"TaggingDirective":{
"shape":"TaggingDirective",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies whether the object tag-set are copied from the source object or replaced with tag-set provided in the request.</p>",
2017-02-02 09:27:08 +01:00
"location":"header",
"locationName":"x-amz-tagging-directive"
},
2015-10-08 20:16:07 +02:00
"ServerSideEncryption":{
"shape":"ServerSideEncryption",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The Server-side encryption algorithm used when storing this object in S3 (e.g., AES256, aws:kms).</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-server-side-encryption"
2015-10-08 20:16:07 +02:00
},
"StorageClass":{
"shape":"StorageClass",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The type of storage to use for the object. Defaults to 'STANDARD'.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-storage-class"
2015-10-08 20:16:07 +02:00
},
"WebsiteRedirectLocation":{
"shape":"WebsiteRedirectLocation",
2018-08-16 08:01:54 +02:00
"documentation":"<p>If the bucket is configured as a website, redirects requests for this object to another object in the same bucket or to an external URL. Amazon S3 stores the value of this header in the object metadata.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-website-redirect-location"
2015-10-08 20:16:07 +02:00
},
"SSECustomerAlgorithm":{
"shape":"SSECustomerAlgorithm",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies the algorithm to use to when encrypting the object (e.g., AES256).</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-server-side-encryption-customer-algorithm"
2015-10-08 20:16:07 +02:00
},
"SSECustomerKey":{
"shape":"SSECustomerKey",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data. This value is used to store the object and then it is discarded; Amazon does not store the encryption key. The key must be appropriate for use with the algorithm specified in the x-amz-server-side-encryption-customer-algorithm header.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-server-side-encryption-customer-key"
2015-10-08 20:16:07 +02:00
},
"SSECustomerKeyMD5":{
"shape":"SSECustomerKeyMD5",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses this header for a message integrity check to ensure the encryption key was transmitted without error.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-server-side-encryption-customer-key-MD5"
2015-10-08 20:16:07 +02:00
},
2015-10-08 20:16:11 +02:00
"SSEKMSKeyId":{
"shape":"SSEKMSKeyId",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies the AWS KMS key ID to use for object encryption. All GET and PUT requests for an object protected by AWS KMS will fail if not made via SSL or using SigV4. Documentation on configuring any of the officially supported AWS SDKs and CLI can be found at http://docs.aws.amazon.com/AmazonS3/latest/dev/UsingAWSSDK.html#specify-signature-version</p>",
2015-10-08 20:16:11 +02:00
"location":"header",
"locationName":"x-amz-server-side-encryption-aws-kms-key-id"
2015-10-08 20:16:11 +02:00
},
2019-08-03 07:08:36 +02:00
"SSEKMSEncryptionContext":{
"shape":"SSEKMSEncryptionContext",
"documentation":"<p>Specifies the AWS KMS Encryption Context to use for object encryption. The value of this header is a base64-encoded UTF-8 string holding JSON with the encryption context key-value pairs.</p>",
"location":"header",
"locationName":"x-amz-server-side-encryption-context"
},
2015-10-08 20:16:07 +02:00
"CopySourceSSECustomerAlgorithm":{
"shape":"CopySourceSSECustomerAlgorithm",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies the algorithm to use when decrypting the source object (e.g., AES256).</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-copy-source-server-side-encryption-customer-algorithm"
2015-10-08 20:16:07 +02:00
},
"CopySourceSSECustomerKey":{
"shape":"CopySourceSSECustomerKey",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies the customer-provided encryption key for Amazon S3 to use to decrypt the source object. The encryption key provided in this header must be one that was used when the source object was created.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-copy-source-server-side-encryption-customer-key"
2015-10-08 20:16:07 +02:00
},
"CopySourceSSECustomerKeyMD5":{
"shape":"CopySourceSSECustomerKeyMD5",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses this header for a message integrity check to ensure the encryption key was transmitted without error.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-copy-source-server-side-encryption-customer-key-MD5"
},
"RequestPayer":{
"shape":"RequestPayer",
"location":"header",
"locationName":"x-amz-request-payer"
2017-02-02 09:27:08 +01:00
},
"Tagging":{
"shape":"TaggingHeader",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The tag-set for the object destination object this value must be used in conjunction with the TaggingDirective. The tag-set must be encoded as URL Query parameters</p>",
2017-02-02 09:27:08 +01:00
"location":"header",
"locationName":"x-amz-tagging"
2018-11-28 09:58:03 +01:00
},
"ObjectLockMode":{
"shape":"ObjectLockMode",
2019-08-03 07:08:36 +02:00
"documentation":"<p>The object lock mode that you want to apply to the copied object.</p>",
2018-11-28 09:58:03 +01:00
"location":"header",
"locationName":"x-amz-object-lock-mode"
},
"ObjectLockRetainUntilDate":{
"shape":"ObjectLockRetainUntilDate",
2019-08-03 07:08:36 +02:00
"documentation":"<p>The date and time when you want the copied object's object lock to expire.</p>",
2018-11-28 09:58:03 +01:00
"location":"header",
"locationName":"x-amz-object-lock-retain-until-date"
},
"ObjectLockLegalHoldStatus":{
"shape":"ObjectLockLegalHoldStatus",
"documentation":"<p>Specifies whether you want to apply a Legal Hold to the copied object.</p>",
"location":"header",
"locationName":"x-amz-object-lock-legal-hold"
2015-10-08 20:16:07 +02:00
}
}
},
"CopyObjectResult":{
"type":"structure",
"members":{
2019-08-03 07:08:36 +02:00
"ETag":{
"shape":"ETag",
"documentation":"<p/>"
},
"LastModified":{
"shape":"LastModified",
"documentation":"<p/>"
}
},
"documentation":"<p/>"
2015-10-08 20:16:07 +02:00
},
"CopyPartResult":{
"type":"structure",
"members":{
"ETag":{
"shape":"ETag",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Entity tag of the object.</p>"
2015-10-08 20:16:07 +02:00
},
"LastModified":{
"shape":"LastModified",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Date and time at which the object was uploaded.</p>"
2015-10-08 20:16:07 +02:00
}
2019-08-03 07:08:36 +02:00
},
"documentation":"<p/>"
2015-10-08 20:16:07 +02:00
},
"CopySource":{
"type":"string",
"pattern":"\\/.+\\/.+"
},
"CopySourceIfMatch":{"type":"string"},
"CopySourceIfModifiedSince":{"type":"timestamp"},
"CopySourceIfNoneMatch":{"type":"string"},
"CopySourceIfUnmodifiedSince":{"type":"timestamp"},
"CopySourceRange":{"type":"string"},
"CopySourceSSECustomerAlgorithm":{"type":"string"},
"CopySourceSSECustomerKey":{
"type":"string",
"sensitive":true
},
"CopySourceSSECustomerKeyMD5":{"type":"string"},
"CopySourceVersionId":{"type":"string"},
"CreateBucketConfiguration":{
"type":"structure",
"members":{
"LocationConstraint":{
"shape":"BucketLocationConstraint",
2019-08-03 07:08:36 +02:00
"documentation":"<p>Specifies the region where the bucket will be created. If you don't specify a region, the bucket is created in US East (N. Virginia) Region (us-east-1).</p>"
2015-10-08 20:16:07 +02:00
}
2019-08-03 07:08:36 +02:00
},
"documentation":"<p/>"
2015-10-08 20:16:07 +02:00
},
"CreateBucketOutput":{
"type":"structure",
"members":{
"Location":{
"shape":"Location",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"Location"
}
}
},
"CreateBucketRequest":{
"type":"structure",
"required":["Bucket"],
"members":{
"ACL":{
"shape":"BucketCannedACL",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The canned ACL to apply to the bucket.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-acl"
2015-10-08 20:16:07 +02:00
},
"Bucket":{
"shape":"BucketName",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"location":"uri",
"locationName":"Bucket"
},
"CreateBucketConfiguration":{
"shape":"CreateBucketConfiguration",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
"locationName":"CreateBucketConfiguration",
"xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}
2015-10-08 20:16:07 +02:00
},
"GrantFullControl":{
"shape":"GrantFullControl",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Allows grantee the read, write, read ACP, and write ACP permissions on the bucket.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-grant-full-control"
2015-10-08 20:16:07 +02:00
},
"GrantRead":{
"shape":"GrantRead",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Allows grantee to list the objects in the bucket.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-grant-read"
2015-10-08 20:16:07 +02:00
},
"GrantReadACP":{
"shape":"GrantReadACP",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Allows grantee to read the bucket ACL.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-grant-read-acp"
2015-10-08 20:16:07 +02:00
},
"GrantWrite":{
"shape":"GrantWrite",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Allows grantee to create, overwrite, and delete any object in the bucket.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-grant-write"
2015-10-08 20:16:07 +02:00
},
"GrantWriteACP":{
"shape":"GrantWriteACP",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Allows grantee to write the ACL for the applicable bucket.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-grant-write-acp"
2018-11-28 09:58:03 +01:00
},
"ObjectLockEnabledForBucket":{
"shape":"ObjectLockEnabledForBucket",
2019-08-03 07:08:36 +02:00
"documentation":"<p>Specifies whether you want Amazon S3 object lock to be enabled for the new bucket.</p>",
2018-11-28 09:58:03 +01:00
"location":"header",
"locationName":"x-amz-bucket-object-lock-enabled"
2015-10-08 20:16:07 +02:00
}
},
"payload":"CreateBucketConfiguration"
},
"CreateMultipartUploadOutput":{
"type":"structure",
"members":{
"AbortDate":{
"shape":"AbortDate",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Date when multipart upload will become eligible for abort operation by lifecycle.</p>",
"location":"header",
"locationName":"x-amz-abort-date"
},
"AbortRuleId":{
"shape":"AbortRuleId",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Id of the lifecycle rule that makes a multipart upload eligible for abort operation.</p>",
"location":"header",
"locationName":"x-amz-abort-rule-id"
},
2015-10-08 20:16:07 +02:00
"Bucket":{
"shape":"BucketName",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Name of the bucket to which the multipart upload was initiated.</p>",
2015-10-08 20:16:07 +02:00
"locationName":"Bucket"
},
"Key":{
"shape":"ObjectKey",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Object key for which the multipart upload was initiated.</p>"
2015-10-08 20:16:07 +02:00
},
"UploadId":{
"shape":"MultipartUploadId",
2018-08-16 08:01:54 +02:00
"documentation":"<p>ID for the initiated multipart upload.</p>"
2015-10-08 20:16:07 +02:00
},
"ServerSideEncryption":{
"shape":"ServerSideEncryption",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The Server-side encryption algorithm used when storing this object in S3 (e.g., AES256, aws:kms).</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-server-side-encryption"
2015-10-08 20:16:07 +02:00
},
"SSECustomerAlgorithm":{
"shape":"SSECustomerAlgorithm",
2018-08-16 08:01:54 +02:00
"documentation":"<p>If server-side encryption with a customer-provided encryption key was requested, the response will include this header confirming the encryption algorithm used.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-server-side-encryption-customer-algorithm"
2015-10-08 20:16:07 +02:00
},
"SSECustomerKeyMD5":{
"shape":"SSECustomerKeyMD5",
2018-08-16 08:01:54 +02:00
"documentation":"<p>If server-side encryption with a customer-provided encryption key was requested, the response will include this header to provide round trip message integrity verification of the customer-provided encryption key.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-server-side-encryption-customer-key-MD5"
2015-10-08 20:16:11 +02:00
},
"SSEKMSKeyId":{
"shape":"SSEKMSKeyId",
2018-08-16 08:01:54 +02:00
"documentation":"<p>If present, specifies the ID of the AWS Key Management Service (KMS) master encryption key that was used for the object.</p>",
2015-10-08 20:16:11 +02:00
"location":"header",
"locationName":"x-amz-server-side-encryption-aws-kms-key-id"
},
2019-08-03 07:08:36 +02:00
"SSEKMSEncryptionContext":{
"shape":"SSEKMSEncryptionContext",
"documentation":"<p>If present, specifies the AWS KMS Encryption Context to use for object encryption. The value of this header is a base64-encoded UTF-8 string holding JSON with the encryption context key-value pairs.</p>",
"location":"header",
"locationName":"x-amz-server-side-encryption-context"
},
"RequestCharged":{
"shape":"RequestCharged",
"location":"header",
"locationName":"x-amz-request-charged"
2015-10-08 20:16:07 +02:00
}
}
},
"CreateMultipartUploadRequest":{
"type":"structure",
"required":[
"Bucket",
"Key"
],
"members":{
"ACL":{
"shape":"ObjectCannedACL",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The canned ACL to apply to the object.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-acl"
2015-10-08 20:16:07 +02:00
},
"Bucket":{
"shape":"BucketName",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"location":"uri",
"locationName":"Bucket"
},
"CacheControl":{
"shape":"CacheControl",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies caching behavior along the request/reply chain.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"Cache-Control"
2015-10-08 20:16:07 +02:00
},
"ContentDisposition":{
"shape":"ContentDisposition",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies presentational information for the object.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"Content-Disposition"
2015-10-08 20:16:07 +02:00
},
"ContentEncoding":{
"shape":"ContentEncoding",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies what content encodings have been applied to the object and thus what decoding mechanisms must be applied to obtain the media-type referenced by the Content-Type header field.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"Content-Encoding"
2015-10-08 20:16:07 +02:00
},
"ContentLanguage":{
"shape":"ContentLanguage",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The language the content is in.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"Content-Language"
2015-10-08 20:16:07 +02:00
},
"ContentType":{
"shape":"ContentType",
2018-08-16 08:01:54 +02:00
"documentation":"<p>A standard MIME type describing the format of the object data.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"Content-Type"
2015-10-08 20:16:07 +02:00
},
"Expires":{
"shape":"Expires",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The date and time at which the object is no longer cacheable.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"Expires"
2015-10-08 20:16:07 +02:00
},
"GrantFullControl":{
"shape":"GrantFullControl",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Gives the grantee READ, READ_ACP, and WRITE_ACP permissions on the object.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-grant-full-control"
2015-10-08 20:16:07 +02:00
},
"GrantRead":{
"shape":"GrantRead",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Allows grantee to read the object data and its metadata.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-grant-read"
2015-10-08 20:16:07 +02:00
},
"GrantReadACP":{
"shape":"GrantReadACP",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Allows grantee to read the object ACL.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-grant-read-acp"
2015-10-08 20:16:07 +02:00
},
"GrantWriteACP":{
"shape":"GrantWriteACP",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Allows grantee to write the ACL for the applicable object.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-grant-write-acp"
2015-10-08 20:16:07 +02:00
},
"Key":{
"shape":"ObjectKey",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"location":"uri",
"locationName":"Key"
},
"Metadata":{
"shape":"Metadata",
2018-08-16 08:01:54 +02:00
"documentation":"<p>A map of metadata to store with the object in S3.</p>",
"location":"headers",
2015-10-08 20:16:07 +02:00
"locationName":"x-amz-meta-"
},
"ServerSideEncryption":{
"shape":"ServerSideEncryption",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The Server-side encryption algorithm used when storing this object in S3 (e.g., AES256, aws:kms).</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-server-side-encryption"
2015-10-08 20:16:07 +02:00
},
"StorageClass":{
"shape":"StorageClass",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The type of storage to use for the object. Defaults to 'STANDARD'.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-storage-class"
2015-10-08 20:16:07 +02:00
},
"WebsiteRedirectLocation":{
"shape":"WebsiteRedirectLocation",
2018-08-16 08:01:54 +02:00
"documentation":"<p>If the bucket is configured as a website, redirects requests for this object to another object in the same bucket or to an external URL. Amazon S3 stores the value of this header in the object metadata.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-website-redirect-location"
2015-10-08 20:16:07 +02:00
},
"SSECustomerAlgorithm":{
"shape":"SSECustomerAlgorithm",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies the algorithm to use to when encrypting the object (e.g., AES256).</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-server-side-encryption-customer-algorithm"
2015-10-08 20:16:07 +02:00
},
"SSECustomerKey":{
"shape":"SSECustomerKey",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data. This value is used to store the object and then it is discarded; Amazon does not store the encryption key. The key must be appropriate for use with the algorithm specified in the x-amz-server-side-encryption-customer-algorithm header.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-server-side-encryption-customer-key"
2015-10-08 20:16:07 +02:00
},
"SSECustomerKeyMD5":{
"shape":"SSECustomerKeyMD5",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses this header for a message integrity check to ensure the encryption key was transmitted without error.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-server-side-encryption-customer-key-MD5"
2015-10-08 20:16:11 +02:00
},
"SSEKMSKeyId":{
"shape":"SSEKMSKeyId",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies the AWS KMS key ID to use for object encryption. All GET and PUT requests for an object protected by AWS KMS will fail if not made via SSL or using SigV4. Documentation on configuring any of the officially supported AWS SDKs and CLI can be found at http://docs.aws.amazon.com/AmazonS3/latest/dev/UsingAWSSDK.html#specify-signature-version</p>",
2015-10-08 20:16:11 +02:00
"location":"header",
"locationName":"x-amz-server-side-encryption-aws-kms-key-id"
},
2019-08-03 07:08:36 +02:00
"SSEKMSEncryptionContext":{
"shape":"SSEKMSEncryptionContext",
"documentation":"<p>Specifies the AWS KMS Encryption Context to use for object encryption. The value of this header is a base64-encoded UTF-8 string holding JSON with the encryption context key-value pairs.</p>",
"location":"header",
"locationName":"x-amz-server-side-encryption-context"
},
"RequestPayer":{
"shape":"RequestPayer",
"location":"header",
"locationName":"x-amz-request-payer"
2017-07-04 08:22:29 +02:00
},
"Tagging":{
"shape":"TaggingHeader",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The tag-set for the object. The tag-set must be encoded as URL Query parameters</p>",
2017-07-04 08:22:29 +02:00
"location":"header",
"locationName":"x-amz-tagging"
2018-11-28 09:58:03 +01:00
},
"ObjectLockMode":{
"shape":"ObjectLockMode",
2019-08-03 07:08:36 +02:00
"documentation":"<p>Specifies the object lock mode that you want to apply to the uploaded object.</p>",
2018-11-28 09:58:03 +01:00
"location":"header",
"locationName":"x-amz-object-lock-mode"
},
"ObjectLockRetainUntilDate":{
"shape":"ObjectLockRetainUntilDate",
2019-08-03 07:08:36 +02:00
"documentation":"<p>Specifies the date and time when you want the object lock to expire.</p>",
2018-11-28 09:58:03 +01:00
"location":"header",
"locationName":"x-amz-object-lock-retain-until-date"
},
"ObjectLockLegalHoldStatus":{
"shape":"ObjectLockLegalHoldStatus",
"documentation":"<p>Specifies whether you want to apply a Legal Hold to the uploaded object.</p>",
"location":"header",
"locationName":"x-amz-object-lock-legal-hold"
2015-10-08 20:16:07 +02:00
}
}
},
"CreationDate":{"type":"timestamp"},
"Date":{
"type":"timestamp",
"timestampFormat":"iso8601"
},
"Days":{"type":"integer"},
"DaysAfterInitiation":{"type":"integer"},
2018-11-28 09:58:03 +01:00
"DefaultRetention":{
"type":"structure",
"members":{
"Mode":{
"shape":"ObjectLockRetentionMode",
2019-08-03 07:08:36 +02:00
"documentation":"<p>The default object lock retention mode you want to apply to new objects placed in the specified bucket.</p>"
2018-11-28 09:58:03 +01:00
},
"Days":{
"shape":"Days",
"documentation":"<p>The number of days that you want to specify for the default retention period.</p>"
},
"Years":{
"shape":"Years",
"documentation":"<p>The number of years that you want to specify for the default retention period.</p>"
}
},
2019-08-03 07:08:36 +02:00
"documentation":"<p>The container element for specifying the default object lock retention settings for new objects placed in the specified bucket.</p>"
2018-11-28 09:58:03 +01:00
},
2015-10-08 20:16:07 +02:00
"Delete":{
"type":"structure",
"required":["Objects"],
"members":{
"Objects":{
"shape":"ObjectIdentifierList",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"locationName":"Object"
},
"Quiet":{
"shape":"Quiet",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Element to enable quiet mode for the request. When you add this element, you must set its value to true.</p>"
2015-10-08 20:16:07 +02:00
}
2019-08-03 07:08:36 +02:00
},
"documentation":"<p/>"
2015-10-08 20:16:07 +02:00
},
2017-02-02 09:27:08 +01:00
"DeleteBucketAnalyticsConfigurationRequest":{
"type":"structure",
"required":[
"Bucket",
"Id"
],
"members":{
"Bucket":{
"shape":"BucketName",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The name of the bucket from which an analytics configuration is deleted.</p>",
2017-02-02 09:27:08 +01:00
"location":"uri",
"locationName":"Bucket"
},
"Id":{
"shape":"AnalyticsId",
2019-08-03 07:08:36 +02:00
"documentation":"<p>The ID that identifies the analytics configuration.</p>",
2017-02-02 09:27:08 +01:00
"location":"querystring",
"locationName":"id"
}
}
},
2015-10-08 20:16:07 +02:00
"DeleteBucketCorsRequest":{
"type":"structure",
"required":["Bucket"],
"members":{
"Bucket":{
"shape":"BucketName",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"location":"uri",
"locationName":"Bucket"
}
}
},
2018-01-15 17:34:17 +01:00
"DeleteBucketEncryptionRequest":{
"type":"structure",
"required":["Bucket"],
"members":{
"Bucket":{
"shape":"BucketName",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The name of the bucket containing the server-side encryption configuration to delete.</p>",
2018-01-15 17:34:17 +01:00
"location":"uri",
"locationName":"Bucket"
}
}
},
2017-02-02 09:27:08 +01:00
"DeleteBucketInventoryConfigurationRequest":{
"type":"structure",
"required":[
"Bucket",
"Id"
],
"members":{
"Bucket":{
"shape":"BucketName",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The name of the bucket containing the inventory configuration to delete.</p>",
2017-02-02 09:27:08 +01:00
"location":"uri",
"locationName":"Bucket"
},
"Id":{
"shape":"InventoryId",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The ID used to identify the inventory configuration.</p>",
2017-02-02 09:27:08 +01:00
"location":"querystring",
"locationName":"id"
}
}
},
2015-10-08 20:16:07 +02:00
"DeleteBucketLifecycleRequest":{
"type":"structure",
"required":["Bucket"],
"members":{
"Bucket":{
"shape":"BucketName",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"location":"uri",
"locationName":"Bucket"
}
}
},
2017-02-02 09:27:08 +01:00
"DeleteBucketMetricsConfigurationRequest":{
"type":"structure",
"required":[
"Bucket",
"Id"
],
"members":{
"Bucket":{
"shape":"BucketName",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The name of the bucket containing the metrics configuration to delete.</p>",
2017-02-02 09:27:08 +01:00
"location":"uri",
"locationName":"Bucket"
},
"Id":{
"shape":"MetricsId",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The ID used to identify the metrics configuration.</p>",
2017-02-02 09:27:08 +01:00
"location":"querystring",
"locationName":"id"
}
}
},
2015-10-08 20:16:07 +02:00
"DeleteBucketPolicyRequest":{
"type":"structure",
"required":["Bucket"],
"members":{
"Bucket":{
"shape":"BucketName",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"location":"uri",
"locationName":"Bucket"
}
}
},
"DeleteBucketReplicationRequest":{
"type":"structure",
"required":["Bucket"],
"members":{
"Bucket":{
"shape":"BucketName",
2018-11-28 09:58:03 +01:00
"documentation":"<p> The bucket name. </p> <note> <p>It can take a while to propagate the deletion of a replication configuration to all Amazon S3 systems.</p> </note>",
"location":"uri",
"locationName":"Bucket"
}
}
},
2015-10-08 20:16:07 +02:00
"DeleteBucketRequest":{
"type":"structure",
"required":["Bucket"],
"members":{
"Bucket":{
"shape":"BucketName",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"location":"uri",
"locationName":"Bucket"
}
}
},
"DeleteBucketTaggingRequest":{
"type":"structure",
"required":["Bucket"],
"members":{
"Bucket":{
"shape":"BucketName",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"location":"uri",
"locationName":"Bucket"
}
}
},
"DeleteBucketWebsiteRequest":{
"type":"structure",
"required":["Bucket"],
"members":{
"Bucket":{
"shape":"BucketName",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"location":"uri",
"locationName":"Bucket"
}
}
},
"DeleteMarker":{"type":"boolean"},
"DeleteMarkerEntry":{
"type":"structure",
"members":{
2019-08-03 07:08:36 +02:00
"Owner":{
"shape":"Owner",
"documentation":"<p/>"
},
2015-10-08 20:16:07 +02:00
"Key":{
"shape":"ObjectKey",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The object key.</p>"
2015-10-08 20:16:07 +02:00
},
"VersionId":{
"shape":"ObjectVersionId",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Version ID of an object.</p>"
2015-10-08 20:16:07 +02:00
},
"IsLatest":{
"shape":"IsLatest",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies whether the object is (true) or is not (false) the latest version of an object.</p>"
2015-10-08 20:16:07 +02:00
},
"LastModified":{
"shape":"LastModified",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Date and time the object was last modified.</p>"
2015-10-08 20:16:07 +02:00
}
2019-08-03 07:08:36 +02:00
},
"documentation":"<p/>"
2015-10-08 20:16:07 +02:00
},
2018-10-04 08:50:52 +02:00
"DeleteMarkerReplication":{
"type":"structure",
"members":{
"Status":{
"shape":"DeleteMarkerReplicationStatus",
2018-11-28 09:58:03 +01:00
"documentation":"<p>The status of the delete marker replication.</p> <note> <p> In the current implementation, Amazon S3 doesn't replicate the delete markers. The status must be <code>Disabled</code>. </p> </note>"
2018-10-04 08:50:52 +02:00
}
},
"documentation":"<p>Specifies whether Amazon S3 should replicate delete makers.</p>"
},
"DeleteMarkerReplicationStatus":{
"type":"string",
"enum":[
"Enabled",
"Disabled"
]
},
2015-10-08 20:16:07 +02:00
"DeleteMarkerVersionId":{"type":"string"},
"DeleteMarkers":{
"type":"list",
"member":{"shape":"DeleteMarkerEntry"},
"flattened":true
},
"DeleteObjectOutput":{
"type":"structure",
"members":{
"DeleteMarker":{
"shape":"DeleteMarker",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies whether the versioned object that was permanently deleted was (true) or was not (false) a delete marker.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-delete-marker"
2015-10-08 20:16:07 +02:00
},
"VersionId":{
"shape":"ObjectVersionId",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Returns the version ID of the delete marker created as a result of the DELETE operation.</p>",
"location":"header",
"locationName":"x-amz-version-id"
},
"RequestCharged":{
"shape":"RequestCharged",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-request-charged"
2015-10-08 20:16:07 +02:00
}
}
},
"DeleteObjectRequest":{
"type":"structure",
"required":[
"Bucket",
"Key"
],
"members":{
"Bucket":{
"shape":"BucketName",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"location":"uri",
"locationName":"Bucket"
},
"Key":{
"shape":"ObjectKey",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"location":"uri",
"locationName":"Key"
},
"MFA":{
"shape":"MFA",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The concatenation of the authentication device's serial number, a space, and the value that is displayed on your authentication device.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-mfa"
2015-10-08 20:16:07 +02:00
},
"VersionId":{
"shape":"ObjectVersionId",
2018-08-16 08:01:54 +02:00
"documentation":"<p>VersionId used to reference a specific version of the object.</p>",
2015-10-08 20:16:07 +02:00
"location":"querystring",
"locationName":"versionId"
},
"RequestPayer":{
"shape":"RequestPayer",
"location":"header",
"locationName":"x-amz-request-payer"
2018-11-28 09:58:03 +01:00
},
"BypassGovernanceRetention":{
"shape":"BypassGovernanceRetention",
2019-08-03 07:08:36 +02:00
"documentation":"<p>Indicates whether Amazon S3 object lock should bypass governance-mode restrictions to process this operation.</p>",
2018-11-28 09:58:03 +01:00
"location":"header",
"locationName":"x-amz-bypass-governance-retention"
2015-10-08 20:16:07 +02:00
}
}
},
2017-02-02 09:27:08 +01:00
"DeleteObjectTaggingOutput":{
"type":"structure",
"members":{
"VersionId":{
"shape":"ObjectVersionId",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The versionId of the object the tag-set was removed from.</p>",
2017-02-02 09:27:08 +01:00
"location":"header",
"locationName":"x-amz-version-id"
}
}
},
"DeleteObjectTaggingRequest":{
"type":"structure",
"required":[
"Bucket",
"Key"
],
"members":{
"Bucket":{
"shape":"BucketName",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2017-02-02 09:27:08 +01:00
"location":"uri",
"locationName":"Bucket"
},
"Key":{
"shape":"ObjectKey",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2017-02-02 09:27:08 +01:00
"location":"uri",
"locationName":"Key"
},
"VersionId":{
"shape":"ObjectVersionId",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The versionId of the object that the tag-set will be removed from.</p>",
2017-02-02 09:27:08 +01:00
"location":"querystring",
"locationName":"versionId"
}
}
},
2015-10-08 20:16:07 +02:00
"DeleteObjectsOutput":{
"type":"structure",
"members":{
2019-08-03 07:08:36 +02:00
"Deleted":{
"shape":"DeletedObjects",
"documentation":"<p/>"
},
"RequestCharged":{
"shape":"RequestCharged",
"location":"header",
"locationName":"x-amz-request-charged"
},
2015-10-08 20:16:07 +02:00
"Errors":{
"shape":"Errors",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"locationName":"Error"
}
}
},
"DeleteObjectsRequest":{
"type":"structure",
"required":[
"Bucket",
"Delete"
],
"members":{
"Bucket":{
"shape":"BucketName",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"location":"uri",
"locationName":"Bucket"
},
"Delete":{
"shape":"Delete",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
"locationName":"Delete",
"xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}
2015-10-08 20:16:07 +02:00
},
"MFA":{
"shape":"MFA",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The concatenation of the authentication device's serial number, a space, and the value that is displayed on your authentication device.</p>",
"location":"header",
"locationName":"x-amz-mfa"
},
"RequestPayer":{
"shape":"RequestPayer",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-request-payer"
2018-11-28 09:58:03 +01:00
},
"BypassGovernanceRetention":{
"shape":"BypassGovernanceRetention",
2019-08-03 07:08:36 +02:00
"documentation":"<p>Specifies whether you want to delete this object even if it has a Governance-type object lock in place. You must have sufficient permissions to perform this operation.</p>",
2018-11-28 09:58:03 +01:00
"location":"header",
"locationName":"x-amz-bypass-governance-retention"
2015-10-08 20:16:07 +02:00
}
},
"payload":"Delete"
},
2018-11-28 09:58:03 +01:00
"DeletePublicAccessBlockRequest":{
"type":"structure",
"required":["Bucket"],
"members":{
"Bucket":{
"shape":"BucketName",
"documentation":"<p>The Amazon S3 bucket whose <code>PublicAccessBlock</code> configuration you want to delete. </p>",
"location":"uri",
"locationName":"Bucket"
}
}
},
2015-10-08 20:16:07 +02:00
"DeletedObject":{
"type":"structure",
"members":{
2019-08-03 07:08:36 +02:00
"Key":{
"shape":"ObjectKey",
"documentation":"<p/>"
},
"VersionId":{
"shape":"ObjectVersionId",
"documentation":"<p/>"
},
"DeleteMarker":{
"shape":"DeleteMarker",
"documentation":"<p/>"
},
"DeleteMarkerVersionId":{
"shape":"DeleteMarkerVersionId",
"documentation":"<p/>"
}
},
"documentation":"<p/>"
2015-10-08 20:16:07 +02:00
},
"DeletedObjects":{
"type":"list",
"member":{"shape":"DeletedObject"},
"flattened":true
},
"Delimiter":{"type":"string"},
2018-01-15 17:34:17 +01:00
"Description":{"type":"string"},
"Destination":{
"type":"structure",
"required":["Bucket"],
"members":{
"Bucket":{
"shape":"BucketName",
2019-08-03 07:08:36 +02:00
"documentation":"<p> The Amazon Resource Name (ARN) of the bucket where you want Amazon S3 to store replicas of the object identified by the rule.</p> <p>A replication configuration can replicate objects to only one destination bucket. If there are multiple rules in your replication configuration, all rules must specify the same destination bucket.</p>"
},
2018-01-15 17:34:17 +01:00
"Account":{
"shape":"AccountId",
2019-08-03 07:08:36 +02:00
"documentation":"<p>Destination bucket owner account ID. In a cross-account scenario, if you direct Amazon S3 to change replica ownership to the AWS account that owns the destination bucket by specifying the <code>AccessControlTranslation</code> property, this is the account ID of the destination bucket owner. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/crr-change-owner.html\">Cross-Region Replication Additional Configuration: Change Replica Owner</a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</p>"
2018-01-15 17:34:17 +01:00
},
"StorageClass":{
"shape":"StorageClass",
2019-08-03 07:08:36 +02:00
"documentation":"<p> The storage class to use when replicating objects, such as standard or reduced redundancy. By default, Amazon S3 uses the storage class of the source object to create the object replica. </p> <p>For valid values, see the <code>StorageClass</code> element of the <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketPUTreplication.html\">PUT Bucket replication</a> action in the <i>Amazon Simple Storage Service API Reference</i>.</p>"
2018-01-15 17:34:17 +01:00
},
"AccessControlTranslation":{
"shape":"AccessControlTranslation",
2019-08-03 07:08:36 +02:00
"documentation":"<p>Specify this only in a cross-account scenario (where source and destination bucket owners are not the same), and you want to change replica ownership to the AWS account that owns the destination bucket. If this is not specified in the replication configuration, the replicas are owned by same AWS account that owns the source object.</p>"
2018-01-15 17:34:17 +01:00
},
"EncryptionConfiguration":{
"shape":"EncryptionConfiguration",
2019-08-03 07:08:36 +02:00
"documentation":"<p>A container that provides information about encryption. If <code>SourceSelectionCriteria</code> is specified, you must specify this element.</p>"
}
2018-01-15 17:34:17 +01:00
},
2019-08-03 07:08:36 +02:00
"documentation":"<p>Specifies information about where to publish analysis or configuration results for an Amazon S3 bucket.</p>"
},
2015-10-08 20:16:07 +02:00
"DisplayName":{"type":"string"},
"ETag":{"type":"string"},
"EmailAddress":{"type":"string"},
2018-05-08 03:57:43 +02:00
"EnableRequestProgress":{"type":"boolean"},
2015-10-08 20:16:07 +02:00
"EncodingType":{
"type":"string",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Requests Amazon S3 to encode the object keys in the response and specifies the encoding method to use. An object key may contain any Unicode character; however, XML 1.0 parser cannot parse some characters, such as characters with an ASCII value from 0 to 10. For characters that are not supported in XML 1.0, you can add this parameter to request that Amazon S3 encode the keys in the response.</p>",
"enum":["url"]
2015-10-08 20:16:07 +02:00
},
2018-01-15 17:34:17 +01:00
"Encryption":{
"type":"structure",
"required":["EncryptionType"],
"members":{
"EncryptionType":{
"shape":"ServerSideEncryption",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The server-side encryption algorithm used when storing job results in Amazon S3 (e.g., AES256, aws:kms).</p>"
2018-01-15 17:34:17 +01:00
},
"KMSKeyId":{
"shape":"SSEKMSKeyId",
2018-08-16 08:01:54 +02:00
"documentation":"<p>If the encryption type is aws:kms, this optional value specifies the AWS KMS key ID to use for encryption of job results.</p>"
2018-01-15 17:34:17 +01:00
},
"KMSContext":{
"shape":"KMSContext",
2018-08-16 08:01:54 +02:00
"documentation":"<p>If the encryption type is aws:kms, this optional value can be used to specify the encryption context for the restore results.</p>"
2018-01-15 17:34:17 +01:00
}
},
2018-08-16 08:01:54 +02:00
"documentation":"<p>Describes the server-side encryption that will be applied to the restore results.</p>"
2018-01-15 17:34:17 +01:00
},
"EncryptionConfiguration":{
"type":"structure",
"members":{
"ReplicaKmsKeyID":{
"shape":"ReplicaKmsKeyID",
2019-08-03 07:08:36 +02:00
"documentation":"<p>Specifies the AWS KMS Key ID (Key ARN or Alias ARN) for the destination bucket. Amazon S3 uses this key to encrypt replica objects.</p>"
2018-01-15 17:34:17 +01:00
}
},
2019-08-03 07:08:36 +02:00
"documentation":"<p>Specifies encryption-related information for an Amazon S3 bucket that is a destination for replicated objects.</p>"
2018-01-15 17:34:17 +01:00
},
2019-11-18 09:46:14 +01:00
"End":{"type":"long"},
2018-05-08 03:57:43 +02:00
"EndEvent":{
"type":"structure",
"members":{
},
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2018-05-08 03:57:43 +02:00
"event":true
},
2015-10-08 20:16:07 +02:00
"Error":{
"type":"structure",
"members":{
2019-08-03 07:08:36 +02:00
"Key":{
"shape":"ObjectKey",
"documentation":"<p/>"
},
"VersionId":{
"shape":"ObjectVersionId",
"documentation":"<p/>"
},
"Code":{
"shape":"Code",
"documentation":"<p/>"
},
"Message":{
"shape":"Message",
"documentation":"<p/>"
}
},
"documentation":"<p/>"
2015-10-08 20:16:07 +02:00
},
"ErrorDocument":{
"type":"structure",
"required":["Key"],
"members":{
"Key":{
"shape":"ObjectKey",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The object key name to use when a 4XX class error occurs.</p>"
2015-10-08 20:16:07 +02:00
}
2019-08-03 07:08:36 +02:00
},
"documentation":"<p/>"
2015-10-08 20:16:07 +02:00
},
"Errors":{
"type":"list",
"member":{"shape":"Error"},
"flattened":true
},
"Event":{
"type":"string",
2018-11-28 09:58:03 +01:00
"documentation":"<p>The bucket event for which to send notifications.</p>",
2015-10-08 20:16:11 +02:00
"enum":[
"s3:ReducedRedundancyLostObject",
"s3:ObjectCreated:*",
2015-10-08 20:16:11 +02:00
"s3:ObjectCreated:Put",
"s3:ObjectCreated:Post",
"s3:ObjectCreated:Copy",
"s3:ObjectCreated:CompleteMultipartUpload",
"s3:ObjectRemoved:*",
"s3:ObjectRemoved:Delete",
2018-11-28 09:58:03 +01:00
"s3:ObjectRemoved:DeleteMarkerCreated",
"s3:ObjectRestore:Post",
"s3:ObjectRestore:Completed"
2015-10-08 20:16:11 +02:00
]
},
"EventList":{
2015-10-08 20:16:11 +02:00
"type":"list",
"member":{"shape":"Event"},
"flattened":true
2015-10-08 20:16:07 +02:00
},
2015-10-08 20:16:11 +02:00
"Expiration":{"type":"string"},
2015-10-08 20:16:07 +02:00
"ExpirationStatus":{
"type":"string",
"enum":[
"Enabled",
"Disabled"
]
},
"ExpiredObjectDeleteMarker":{"type":"boolean"},
2015-10-08 20:16:07 +02:00
"Expires":{"type":"timestamp"},
"ExposeHeader":{"type":"string"},
"ExposeHeaders":{
"type":"list",
"member":{"shape":"ExposeHeader"},
"flattened":true
},
2018-01-15 17:34:17 +01:00
"Expression":{"type":"string"},
"ExpressionType":{
"type":"string",
"enum":["SQL"]
},
"FetchOwner":{"type":"boolean"},
2018-01-15 17:34:17 +01:00
"FieldDelimiter":{"type":"string"},
"FileHeaderInfo":{
"type":"string",
"enum":[
"USE",
"IGNORE",
"NONE"
]
},
"FilterRule":{
"type":"structure",
"members":{
"Name":{
"shape":"FilterRuleName",
2019-08-03 07:08:36 +02:00
"documentation":"<p>The object key name prefix or suffix identifying one or more objects to which the filtering rule applies. The maximum length is 1,024 characters. Overlapping prefixes and suffixes are not supported. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/NotificationHowTo.html\">Configuring Event Notifications</a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</p>"
},
2019-08-03 07:08:36 +02:00
"Value":{
"shape":"FilterRuleValue",
"documentation":"<p>The value that the filter searches for in object key names.</p>"
}
},
2019-08-03 07:08:36 +02:00
"documentation":"<p>Specifies the Amazon S3 object key name to filter on and whether to filter on the suffix or prefix of the key name.</p>"
},
"FilterRuleList":{
"type":"list",
"member":{"shape":"FilterRule"},
2018-11-28 09:58:03 +01:00
"documentation":"<p>A list of containers for the key value pair that defines the criteria for the filter rule.</p>",
"flattened":true
},
"FilterRuleName":{
"type":"string",
"enum":[
"prefix",
"suffix"
]
},
"FilterRuleValue":{"type":"string"},
"GetBucketAccelerateConfigurationOutput":{
"type":"structure",
"members":{
"Status":{
"shape":"BucketAccelerateStatus",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The accelerate configuration of the bucket.</p>"
}
}
},
"GetBucketAccelerateConfigurationRequest":{
"type":"structure",
"required":["Bucket"],
"members":{
"Bucket":{
"shape":"BucketName",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Name of the bucket for which the accelerate configuration is retrieved.</p>",
"location":"uri",
"locationName":"Bucket"
}
}
},
2015-10-08 20:16:07 +02:00
"GetBucketAclOutput":{
"type":"structure",
"members":{
2019-08-03 07:08:36 +02:00
"Owner":{
"shape":"Owner",
"documentation":"<p/>"
},
2015-10-08 20:16:07 +02:00
"Grants":{
"shape":"Grants",
2018-08-16 08:01:54 +02:00
"documentation":"<p>A list of grants.</p>",
2015-10-08 20:16:07 +02:00
"locationName":"AccessControlList"
}
}
},
"GetBucketAclRequest":{
"type":"structure",
"required":["Bucket"],
"members":{
"Bucket":{
"shape":"BucketName",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"location":"uri",
"locationName":"Bucket"
}
}
},
2017-02-02 09:27:08 +01:00
"GetBucketAnalyticsConfigurationOutput":{
"type":"structure",
"members":{
"AnalyticsConfiguration":{
"shape":"AnalyticsConfiguration",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The configuration and any analyses for the analytics filter.</p>"
2017-02-02 09:27:08 +01:00
}
},
"payload":"AnalyticsConfiguration"
},
"GetBucketAnalyticsConfigurationRequest":{
"type":"structure",
"required":[
"Bucket",
"Id"
],
"members":{
"Bucket":{
"shape":"BucketName",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The name of the bucket from which an analytics configuration is retrieved.</p>",
2017-02-02 09:27:08 +01:00
"location":"uri",
"locationName":"Bucket"
},
"Id":{
"shape":"AnalyticsId",
2019-08-03 07:08:36 +02:00
"documentation":"<p>The ID that identifies the analytics configuration.</p>",
2017-02-02 09:27:08 +01:00
"location":"querystring",
"locationName":"id"
}
}
},
2015-10-08 20:16:07 +02:00
"GetBucketCorsOutput":{
"type":"structure",
"members":{
"CORSRules":{
"shape":"CORSRules",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"locationName":"CORSRule"
}
}
},
"GetBucketCorsRequest":{
"type":"structure",
"required":["Bucket"],
"members":{
"Bucket":{
"shape":"BucketName",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"location":"uri",
"locationName":"Bucket"
}
}
},
2018-01-15 17:34:17 +01:00
"GetBucketEncryptionOutput":{
"type":"structure",
"members":{
2019-08-03 07:08:36 +02:00
"ServerSideEncryptionConfiguration":{
"shape":"ServerSideEncryptionConfiguration",
"documentation":"<p/>"
}
2018-01-15 17:34:17 +01:00
},
"payload":"ServerSideEncryptionConfiguration"
},
"GetBucketEncryptionRequest":{
"type":"structure",
"required":["Bucket"],
"members":{
"Bucket":{
"shape":"BucketName",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The name of the bucket from which the server-side encryption configuration is retrieved.</p>",
2018-01-15 17:34:17 +01:00
"location":"uri",
"locationName":"Bucket"
}
}
},
2017-02-02 09:27:08 +01:00
"GetBucketInventoryConfigurationOutput":{
"type":"structure",
"members":{
"InventoryConfiguration":{
"shape":"InventoryConfiguration",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies the inventory configuration.</p>"
2017-02-02 09:27:08 +01:00
}
},
"payload":"InventoryConfiguration"
},
"GetBucketInventoryConfigurationRequest":{
"type":"structure",
"required":[
"Bucket",
"Id"
],
"members":{
"Bucket":{
"shape":"BucketName",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The name of the bucket containing the inventory configuration to retrieve.</p>",
2017-02-02 09:27:08 +01:00
"location":"uri",
"locationName":"Bucket"
},
"Id":{
"shape":"InventoryId",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The ID used to identify the inventory configuration.</p>",
2017-02-02 09:27:08 +01:00
"location":"querystring",
"locationName":"id"
}
}
},
"GetBucketLifecycleConfigurationOutput":{
"type":"structure",
"members":{
"Rules":{
"shape":"LifecycleRules",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
"locationName":"Rule"
}
}
},
"GetBucketLifecycleConfigurationRequest":{
"type":"structure",
"required":["Bucket"],
"members":{
"Bucket":{
"shape":"BucketName",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
"location":"uri",
"locationName":"Bucket"
}
}
},
2015-10-08 20:16:07 +02:00
"GetBucketLifecycleOutput":{
"type":"structure",
"members":{
"Rules":{
"shape":"Rules",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"locationName":"Rule"
}
}
},
"GetBucketLifecycleRequest":{
"type":"structure",
"required":["Bucket"],
"members":{
"Bucket":{
"shape":"BucketName",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"location":"uri",
"locationName":"Bucket"
}
}
},
"GetBucketLocationOutput":{
"type":"structure",
"members":{
2019-08-03 07:08:36 +02:00
"LocationConstraint":{
"shape":"BucketLocationConstraint",
"documentation":"<p/>"
}
2015-10-08 20:16:07 +02:00
}
},
"GetBucketLocationRequest":{
"type":"structure",
"required":["Bucket"],
"members":{
"Bucket":{
"shape":"BucketName",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"location":"uri",
"locationName":"Bucket"
}
}
},
"GetBucketLoggingOutput":{
"type":"structure",
"members":{
2019-08-03 07:08:36 +02:00
"LoggingEnabled":{
"shape":"LoggingEnabled",
"documentation":"<p/>"
}
2015-10-08 20:16:07 +02:00
}
},
"GetBucketLoggingRequest":{
"type":"structure",
"required":["Bucket"],
"members":{
"Bucket":{
"shape":"BucketName",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"location":"uri",
"locationName":"Bucket"
}
}
},
2017-02-02 09:27:08 +01:00
"GetBucketMetricsConfigurationOutput":{
"type":"structure",
"members":{
"MetricsConfiguration":{
"shape":"MetricsConfiguration",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies the metrics configuration.</p>"
2017-02-02 09:27:08 +01:00
}
},
"payload":"MetricsConfiguration"
},
"GetBucketMetricsConfigurationRequest":{
"type":"structure",
"required":[
"Bucket",
"Id"
],
"members":{
"Bucket":{
"shape":"BucketName",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The name of the bucket containing the metrics configuration to retrieve.</p>",
2017-02-02 09:27:08 +01:00
"location":"uri",
"locationName":"Bucket"
},
"Id":{
"shape":"MetricsId",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The ID used to identify the metrics configuration.</p>",
2017-02-02 09:27:08 +01:00
"location":"querystring",
"locationName":"id"
}
}
},
"GetBucketNotificationConfigurationRequest":{
2015-10-08 20:16:07 +02:00
"type":"structure",
"required":["Bucket"],
"members":{
"Bucket":{
"shape":"BucketName",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Name of the bucket to get the notification configuration for.</p>",
2015-10-08 20:16:07 +02:00
"location":"uri",
"locationName":"Bucket"
}
}
},
"GetBucketPolicyOutput":{
"type":"structure",
"members":{
"Policy":{
"shape":"Policy",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The bucket policy as a JSON document.</p>"
2015-10-08 20:16:07 +02:00
}
},
"payload":"Policy"
},
"GetBucketPolicyRequest":{
"type":"structure",
"required":["Bucket"],
"members":{
"Bucket":{
"shape":"BucketName",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"location":"uri",
"locationName":"Bucket"
}
}
},
2018-11-28 09:58:03 +01:00
"GetBucketPolicyStatusOutput":{
"type":"structure",
"members":{
"PolicyStatus":{
"shape":"PolicyStatus",
"documentation":"<p>The policy status for the specified bucket.</p>"
}
},
"payload":"PolicyStatus"
},
"GetBucketPolicyStatusRequest":{
"type":"structure",
"required":["Bucket"],
"members":{
"Bucket":{
"shape":"BucketName",
"documentation":"<p>The name of the Amazon S3 bucket whose policy status you want to retrieve.</p>",
"location":"uri",
"locationName":"Bucket"
}
}
},
"GetBucketReplicationOutput":{
"type":"structure",
"members":{
2019-08-03 07:08:36 +02:00
"ReplicationConfiguration":{
"shape":"ReplicationConfiguration",
"documentation":"<p/>"
}
},
"payload":"ReplicationConfiguration"
},
"GetBucketReplicationRequest":{
"type":"structure",
"required":["Bucket"],
"members":{
"Bucket":{
"shape":"BucketName",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
"location":"uri",
"locationName":"Bucket"
}
}
},
2015-10-08 20:16:07 +02:00
"GetBucketRequestPaymentOutput":{
"type":"structure",
"members":{
"Payer":{
"shape":"Payer",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies who pays for the download and request fees.</p>"
2015-10-08 20:16:07 +02:00
}
}
},
"GetBucketRequestPaymentRequest":{
"type":"structure",
"required":["Bucket"],
"members":{
"Bucket":{
"shape":"BucketName",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"location":"uri",
"locationName":"Bucket"
}
}
},
"GetBucketTaggingOutput":{
"type":"structure",
"required":["TagSet"],
"members":{
2019-08-03 07:08:36 +02:00
"TagSet":{
"shape":"TagSet",
"documentation":"<p/>"
}
2015-10-08 20:16:07 +02:00
}
},
"GetBucketTaggingRequest":{
"type":"structure",
"required":["Bucket"],
"members":{
"Bucket":{
"shape":"BucketName",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"location":"uri",
"locationName":"Bucket"
}
}
},
"GetBucketVersioningOutput":{
"type":"structure",
"members":{
"Status":{
"shape":"BucketVersioningStatus",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The versioning state of the bucket.</p>"
2015-10-08 20:16:07 +02:00
},
"MFADelete":{
"shape":"MFADeleteStatus",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies whether MFA delete is enabled in the bucket versioning configuration. This element is only returned if the bucket has been configured with MFA delete. If the bucket has never been so configured, this element is not returned.</p>",
2015-10-08 20:16:07 +02:00
"locationName":"MfaDelete"
}
}
},
"GetBucketVersioningRequest":{
"type":"structure",
"required":["Bucket"],
"members":{
"Bucket":{
"shape":"BucketName",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"location":"uri",
"locationName":"Bucket"
}
}
},
"GetBucketWebsiteOutput":{
"type":"structure",
"members":{
2019-08-03 07:08:36 +02:00
"RedirectAllRequestsTo":{
"shape":"RedirectAllRequestsTo",
"documentation":"<p/>"
},
"IndexDocument":{
"shape":"IndexDocument",
"documentation":"<p/>"
},
"ErrorDocument":{
"shape":"ErrorDocument",
"documentation":"<p/>"
},
"RoutingRules":{
"shape":"RoutingRules",
"documentation":"<p/>"
}
2015-10-08 20:16:07 +02:00
}
},
"GetBucketWebsiteRequest":{
"type":"structure",
"required":["Bucket"],
"members":{
"Bucket":{
"shape":"BucketName",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"location":"uri",
"locationName":"Bucket"
}
}
},
"GetObjectAclOutput":{
"type":"structure",
"members":{
2019-08-03 07:08:36 +02:00
"Owner":{
"shape":"Owner",
"documentation":"<p/>"
},
2015-10-08 20:16:07 +02:00
"Grants":{
"shape":"Grants",
2018-08-16 08:01:54 +02:00
"documentation":"<p>A list of grants.</p>",
2015-10-08 20:16:07 +02:00
"locationName":"AccessControlList"
},
"RequestCharged":{
"shape":"RequestCharged",
"location":"header",
"locationName":"x-amz-request-charged"
2015-10-08 20:16:07 +02:00
}
}
},
"GetObjectAclRequest":{
"type":"structure",
"required":[
"Bucket",
"Key"
],
"members":{
"Bucket":{
"shape":"BucketName",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"location":"uri",
"locationName":"Bucket"
},
"Key":{
"shape":"ObjectKey",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"location":"uri",
"locationName":"Key"
},
"VersionId":{
"shape":"ObjectVersionId",
2018-08-16 08:01:54 +02:00
"documentation":"<p>VersionId used to reference a specific version of the object.</p>",
2015-10-08 20:16:07 +02:00
"location":"querystring",
"locationName":"versionId"
},
"RequestPayer":{
"shape":"RequestPayer",
"location":"header",
"locationName":"x-amz-request-payer"
2015-10-08 20:16:07 +02:00
}
}
},
2018-11-28 09:58:03 +01:00
"GetObjectLegalHoldOutput":{
"type":"structure",
"members":{
"LegalHold":{
"shape":"ObjectLockLegalHold",
"documentation":"<p>The current Legal Hold status for the specified object.</p>"
}
},
"payload":"LegalHold"
},
"GetObjectLegalHoldRequest":{
"type":"structure",
"required":[
"Bucket",
"Key"
],
"members":{
"Bucket":{
"shape":"BucketName",
"documentation":"<p>The bucket containing the object whose Legal Hold status you want to retrieve.</p>",
"location":"uri",
"locationName":"Bucket"
},
"Key":{
"shape":"ObjectKey",
"documentation":"<p>The key name for the object whose Legal Hold status you want to retrieve.</p>",
"location":"uri",
"locationName":"Key"
},
"VersionId":{
"shape":"ObjectVersionId",
"documentation":"<p>The version ID of the object whose Legal Hold status you want to retrieve.</p>",
"location":"querystring",
"locationName":"versionId"
},
"RequestPayer":{
"shape":"RequestPayer",
"location":"header",
"locationName":"x-amz-request-payer"
}
}
},
"GetObjectLockConfigurationOutput":{
"type":"structure",
"members":{
"ObjectLockConfiguration":{
"shape":"ObjectLockConfiguration",
2019-08-03 07:08:36 +02:00
"documentation":"<p>The specified bucket's object lock configuration.</p>"
2018-11-28 09:58:03 +01:00
}
},
"payload":"ObjectLockConfiguration"
},
"GetObjectLockConfigurationRequest":{
"type":"structure",
"required":["Bucket"],
"members":{
"Bucket":{
"shape":"BucketName",
2019-08-03 07:08:36 +02:00
"documentation":"<p>The bucket whose object lock configuration you want to retrieve.</p>",
2018-11-28 09:58:03 +01:00
"location":"uri",
"locationName":"Bucket"
}
}
},
2015-10-08 20:16:07 +02:00
"GetObjectOutput":{
"type":"structure",
"members":{
"Body":{
"shape":"Body",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Object data.</p>",
"streaming":true
2015-10-08 20:16:07 +02:00
},
"DeleteMarker":{
"shape":"DeleteMarker",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies whether the object retrieved was (true) or was not (false) a Delete Marker. If false, this response header does not appear in the response.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-delete-marker"
2015-10-08 20:16:07 +02:00
},
"AcceptRanges":{
"shape":"AcceptRanges",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"accept-ranges"
},
"Expiration":{
"shape":"Expiration",
2018-08-16 08:01:54 +02:00
"documentation":"<p>If the object expiration is configured (see PUT Bucket lifecycle), the response includes this header. It includes the expiry-date and rule-id key value pairs providing object expiration information. The value of the rule-id is URL encoded.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-expiration"
2015-10-08 20:16:07 +02:00
},
"Restore":{
"shape":"Restore",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Provides information about object restoration operation and expiration time of the restored object copy.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-restore"
2015-10-08 20:16:07 +02:00
},
"LastModified":{
"shape":"LastModified",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Last modified date of the object</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"Last-Modified"
2015-10-08 20:16:07 +02:00
},
"ContentLength":{
"shape":"ContentLength",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Size of the body in bytes.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"Content-Length"
2015-10-08 20:16:07 +02:00
},
"ETag":{
"shape":"ETag",
2018-08-16 08:01:54 +02:00
"documentation":"<p>An ETag is an opaque identifier assigned by a web server to a specific version of a resource found at a URL</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"ETag"
2015-10-08 20:16:07 +02:00
},
"MissingMeta":{
"shape":"MissingMeta",
2018-08-16 08:01:54 +02:00
"documentation":"<p>This is set to the number of metadata entries not returned in x-amz-meta headers. This can happen if you create metadata using an API like SOAP that supports more flexible metadata than the REST API. For example, using SOAP, you can create metadata whose values are not legal HTTP headers.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-missing-meta"
2015-10-08 20:16:07 +02:00
},
"VersionId":{
"shape":"ObjectVersionId",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Version of the object.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-version-id"
2015-10-08 20:16:07 +02:00
},
"CacheControl":{
"shape":"CacheControl",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies caching behavior along the request/reply chain.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"Cache-Control"
2015-10-08 20:16:07 +02:00
},
"ContentDisposition":{
"shape":"ContentDisposition",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies presentational information for the object.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"Content-Disposition"
2015-10-08 20:16:07 +02:00
},
"ContentEncoding":{
"shape":"ContentEncoding",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies what content encodings have been applied to the object and thus what decoding mechanisms must be applied to obtain the media-type referenced by the Content-Type header field.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"Content-Encoding"
2015-10-08 20:16:07 +02:00
},
"ContentLanguage":{
"shape":"ContentLanguage",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The language the content is in.</p>",
"location":"header",
"locationName":"Content-Language"
},
"ContentRange":{
"shape":"ContentRange",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The portion of the object returned in the response.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"Content-Range"
2015-10-08 20:16:07 +02:00
},
"ContentType":{
"shape":"ContentType",
2018-08-16 08:01:54 +02:00
"documentation":"<p>A standard MIME type describing the format of the object data.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"Content-Type"
2015-10-08 20:16:07 +02:00
},
"Expires":{
"shape":"Expires",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The date and time at which the object is no longer cacheable.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"Expires"
2015-10-08 20:16:07 +02:00
},
"WebsiteRedirectLocation":{
"shape":"WebsiteRedirectLocation",
2018-08-16 08:01:54 +02:00
"documentation":"<p>If the bucket is configured as a website, redirects requests for this object to another object in the same bucket or to an external URL. Amazon S3 stores the value of this header in the object metadata.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-website-redirect-location"
2015-10-08 20:16:07 +02:00
},
"ServerSideEncryption":{
"shape":"ServerSideEncryption",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The Server-side encryption algorithm used when storing this object in S3 (e.g., AES256, aws:kms).</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-server-side-encryption"
2015-10-08 20:16:07 +02:00
},
"Metadata":{
"shape":"Metadata",
2018-08-16 08:01:54 +02:00
"documentation":"<p>A map of metadata to store with the object in S3.</p>",
"location":"headers",
2015-10-08 20:16:07 +02:00
"locationName":"x-amz-meta-"
},
"SSECustomerAlgorithm":{
"shape":"SSECustomerAlgorithm",
2018-08-16 08:01:54 +02:00
"documentation":"<p>If server-side encryption with a customer-provided encryption key was requested, the response will include this header confirming the encryption algorithm used.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-server-side-encryption-customer-algorithm"
2015-10-08 20:16:07 +02:00
},
"SSECustomerKeyMD5":{
"shape":"SSECustomerKeyMD5",
2018-08-16 08:01:54 +02:00
"documentation":"<p>If server-side encryption with a customer-provided encryption key was requested, the response will include this header to provide round trip message integrity verification of the customer-provided encryption key.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-server-side-encryption-customer-key-MD5"
2015-10-08 20:16:11 +02:00
},
"SSEKMSKeyId":{
"shape":"SSEKMSKeyId",
2018-08-16 08:01:54 +02:00
"documentation":"<p>If present, specifies the ID of the AWS Key Management Service (KMS) master encryption key that was used for the object.</p>",
"location":"header",
"locationName":"x-amz-server-side-encryption-aws-kms-key-id"
},
"StorageClass":{
"shape":"StorageClass",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
"location":"header",
"locationName":"x-amz-storage-class"
},
"RequestCharged":{
"shape":"RequestCharged",
2015-10-08 20:16:11 +02:00
"location":"header",
"locationName":"x-amz-request-charged"
},
"ReplicationStatus":{
"shape":"ReplicationStatus",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
"location":"header",
"locationName":"x-amz-replication-status"
},
"PartsCount":{
"shape":"PartsCount",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The count of parts this object has.</p>",
"location":"header",
"locationName":"x-amz-mp-parts-count"
2017-02-02 09:27:08 +01:00
},
"TagCount":{
"shape":"TagCount",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The number of tags, if any, on the object.</p>",
2017-02-02 09:27:08 +01:00
"location":"header",
"locationName":"x-amz-tagging-count"
2018-11-28 09:58:03 +01:00
},
"ObjectLockMode":{
"shape":"ObjectLockMode",
2019-08-03 07:08:36 +02:00
"documentation":"<p>The object lock mode currently in place for this object.</p>",
2018-11-28 09:58:03 +01:00
"location":"header",
"locationName":"x-amz-object-lock-mode"
},
"ObjectLockRetainUntilDate":{
"shape":"ObjectLockRetainUntilDate",
2019-08-03 07:08:36 +02:00
"documentation":"<p>The date and time when this object's object lock will expire.</p>",
2018-11-28 09:58:03 +01:00
"location":"header",
"locationName":"x-amz-object-lock-retain-until-date"
},
"ObjectLockLegalHoldStatus":{
"shape":"ObjectLockLegalHoldStatus",
2018-12-28 08:05:06 +01:00
"documentation":"<p>Indicates whether this object has an active legal hold. This field is only returned if you have permission to view an object's legal hold status.</p>",
2018-11-28 09:58:03 +01:00
"location":"header",
"locationName":"x-amz-object-lock-legal-hold"
2015-10-08 20:16:07 +02:00
}
},
"payload":"Body"
},
"GetObjectRequest":{
"type":"structure",
"required":[
"Bucket",
"Key"
],
"members":{
"Bucket":{
"shape":"BucketName",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"location":"uri",
"locationName":"Bucket"
},
"IfMatch":{
"shape":"IfMatch",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Return the object only if its entity tag (ETag) is the same as the one specified, otherwise return a 412 (precondition failed).</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"If-Match"
2015-10-08 20:16:07 +02:00
},
"IfModifiedSince":{
"shape":"IfModifiedSince",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Return the object only if it has been modified since the specified time, otherwise return a 304 (not modified).</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"If-Modified-Since"
2015-10-08 20:16:07 +02:00
},
"IfNoneMatch":{
"shape":"IfNoneMatch",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Return the object only if its entity tag (ETag) is different from the one specified, otherwise return a 304 (not modified).</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"If-None-Match"
2015-10-08 20:16:07 +02:00
},
"IfUnmodifiedSince":{
"shape":"IfUnmodifiedSince",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Return the object only if it has not been modified since the specified time, otherwise return a 412 (precondition failed).</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"If-Unmodified-Since"
2015-10-08 20:16:07 +02:00
},
"Key":{
"shape":"ObjectKey",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"location":"uri",
"locationName":"Key"
},
"Range":{
"shape":"Range",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Downloads the specified range bytes of an object. For more information about the HTTP Range header, go to http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.35.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"Range"
2015-10-08 20:16:07 +02:00
},
"ResponseCacheControl":{
"shape":"ResponseCacheControl",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Sets the Cache-Control header of the response.</p>",
2015-10-08 20:16:07 +02:00
"location":"querystring",
"locationName":"response-cache-control"
2015-10-08 20:16:07 +02:00
},
"ResponseContentDisposition":{
"shape":"ResponseContentDisposition",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Sets the Content-Disposition header of the response</p>",
2015-10-08 20:16:07 +02:00
"location":"querystring",
"locationName":"response-content-disposition"
2015-10-08 20:16:07 +02:00
},
"ResponseContentEncoding":{
"shape":"ResponseContentEncoding",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Sets the Content-Encoding header of the response.</p>",
2015-10-08 20:16:07 +02:00
"location":"querystring",
"locationName":"response-content-encoding"
2015-10-08 20:16:07 +02:00
},
"ResponseContentLanguage":{
"shape":"ResponseContentLanguage",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Sets the Content-Language header of the response.</p>",
2015-10-08 20:16:07 +02:00
"location":"querystring",
"locationName":"response-content-language"
2015-10-08 20:16:07 +02:00
},
"ResponseContentType":{
"shape":"ResponseContentType",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Sets the Content-Type header of the response.</p>",
2015-10-08 20:16:07 +02:00
"location":"querystring",
"locationName":"response-content-type"
2015-10-08 20:16:07 +02:00
},
"ResponseExpires":{
"shape":"ResponseExpires",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Sets the Expires header of the response.</p>",
2015-10-08 20:16:07 +02:00
"location":"querystring",
"locationName":"response-expires"
2015-10-08 20:16:07 +02:00
},
"VersionId":{
"shape":"ObjectVersionId",
2018-08-16 08:01:54 +02:00
"documentation":"<p>VersionId used to reference a specific version of the object.</p>",
2015-10-08 20:16:07 +02:00
"location":"querystring",
"locationName":"versionId"
2015-10-08 20:16:07 +02:00
},
"SSECustomerAlgorithm":{
"shape":"SSECustomerAlgorithm",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies the algorithm to use to when encrypting the object (e.g., AES256).</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-server-side-encryption-customer-algorithm"
2015-10-08 20:16:07 +02:00
},
"SSECustomerKey":{
"shape":"SSECustomerKey",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data. This value is used to store the object and then it is discarded; Amazon does not store the encryption key. The key must be appropriate for use with the algorithm specified in the x-amz-server-side-encryption-customer-algorithm header.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-server-side-encryption-customer-key"
2015-10-08 20:16:07 +02:00
},
"SSECustomerKeyMD5":{
"shape":"SSECustomerKeyMD5",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses this header for a message integrity check to ensure the encryption key was transmitted without error.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-server-side-encryption-customer-key-MD5"
},
"RequestPayer":{
"shape":"RequestPayer",
"location":"header",
"locationName":"x-amz-request-payer"
},
"PartNumber":{
"shape":"PartNumber",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Part number of the object being read. This is a positive integer between 1 and 10,000. Effectively performs a 'ranged' GET request for the part specified. Useful for downloading just a part of an object.</p>",
"location":"querystring",
"locationName":"partNumber"
2015-10-08 20:16:07 +02:00
}
}
},
2018-11-28 09:58:03 +01:00
"GetObjectRetentionOutput":{
"type":"structure",
"members":{
"Retention":{
"shape":"ObjectLockRetention",
"documentation":"<p>The container element for an object's retention settings.</p>"
}
},
"payload":"Retention"
},
"GetObjectRetentionRequest":{
"type":"structure",
"required":[
"Bucket",
"Key"
],
"members":{
"Bucket":{
"shape":"BucketName",
"documentation":"<p>The bucket containing the object whose retention settings you want to retrieve.</p>",
"location":"uri",
"locationName":"Bucket"
},
"Key":{
"shape":"ObjectKey",
"documentation":"<p>The key name for the object whose retention settings you want to retrieve.</p>",
"location":"uri",
"locationName":"Key"
},
"VersionId":{
"shape":"ObjectVersionId",
"documentation":"<p>The version ID for the object whose retention settings you want to retrieve.</p>",
"location":"querystring",
"locationName":"versionId"
},
"RequestPayer":{
"shape":"RequestPayer",
"location":"header",
"locationName":"x-amz-request-payer"
}
}
},
2017-02-02 09:27:08 +01:00
"GetObjectTaggingOutput":{
2015-10-08 20:16:07 +02:00
"type":"structure",
2017-02-02 09:27:08 +01:00
"required":["TagSet"],
2015-10-08 20:16:07 +02:00
"members":{
2017-02-02 09:27:08 +01:00
"VersionId":{
"shape":"ObjectVersionId",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2017-02-02 09:27:08 +01:00
"location":"header",
"locationName":"x-amz-version-id"
},
2019-08-03 07:08:36 +02:00
"TagSet":{
"shape":"TagSet",
"documentation":"<p/>"
}
2017-02-02 09:27:08 +01:00
}
},
"GetObjectTaggingRequest":{
"type":"structure",
"required":[
"Bucket",
"Key"
],
"members":{
"Bucket":{
"shape":"BucketName",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2017-02-02 09:27:08 +01:00
"location":"uri",
"locationName":"Bucket"
},
"Key":{
"shape":"ObjectKey",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2017-02-02 09:27:08 +01:00
"location":"uri",
"locationName":"Key"
},
"VersionId":{
"shape":"ObjectVersionId",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2017-02-02 09:27:08 +01:00
"location":"querystring",
"locationName":"versionId"
}
}
},
"GetObjectTorrentOutput":{
"type":"structure",
"members":{
"Body":{
"shape":"Body",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2017-02-02 09:27:08 +01:00
"streaming":true
},
"RequestCharged":{
"shape":"RequestCharged",
"location":"header",
"locationName":"x-amz-request-charged"
2015-10-08 20:16:07 +02:00
}
},
"payload":"Body"
},
"GetObjectTorrentRequest":{
"type":"structure",
"required":[
"Bucket",
"Key"
],
"members":{
"Bucket":{
"shape":"BucketName",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"location":"uri",
"locationName":"Bucket"
},
"Key":{
"shape":"ObjectKey",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"location":"uri",
"locationName":"Key"
},
"RequestPayer":{
"shape":"RequestPayer",
"location":"header",
"locationName":"x-amz-request-payer"
2015-10-08 20:16:07 +02:00
}
}
},
2018-11-28 09:58:03 +01:00
"GetPublicAccessBlockOutput":{
"type":"structure",
"members":{
"PublicAccessBlockConfiguration":{
"shape":"PublicAccessBlockConfiguration",
"documentation":"<p>The <code>PublicAccessBlock</code> configuration currently in effect for this Amazon S3 bucket.</p>"
}
},
"payload":"PublicAccessBlockConfiguration"
},
"GetPublicAccessBlockRequest":{
"type":"structure",
"required":["Bucket"],
"members":{
"Bucket":{
"shape":"BucketName",
"documentation":"<p>The name of the Amazon S3 bucket whose <code>PublicAccessBlock</code> configuration you want to retrieve. </p>",
"location":"uri",
"locationName":"Bucket"
}
}
},
2017-02-02 09:27:08 +01:00
"GlacierJobParameters":{
"type":"structure",
"required":["Tier"],
"members":{
"Tier":{
"shape":"Tier",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Glacier retrieval tier at which the restore will be processed.</p>"
2017-02-02 09:27:08 +01:00
}
2019-08-03 07:08:36 +02:00
},
"documentation":"<p/>"
2017-02-02 09:27:08 +01:00
},
2015-10-08 20:16:07 +02:00
"Grant":{
"type":"structure",
"members":{
2019-08-03 07:08:36 +02:00
"Grantee":{
"shape":"Grantee",
"documentation":"<p/>"
},
2015-10-08 20:16:07 +02:00
"Permission":{
"shape":"Permission",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies the permission given to the grantee.</p>"
2015-10-08 20:16:07 +02:00
}
2019-08-03 07:08:36 +02:00
},
"documentation":"<p/>"
2015-10-08 20:16:07 +02:00
},
"GrantFullControl":{"type":"string"},
"GrantRead":{"type":"string"},
"GrantReadACP":{"type":"string"},
"GrantWrite":{"type":"string"},
"GrantWriteACP":{"type":"string"},
"Grantee":{
"type":"structure",
"required":["Type"],
"members":{
"DisplayName":{
"shape":"DisplayName",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Screen name of the grantee.</p>"
2015-10-08 20:16:07 +02:00
},
"EmailAddress":{
"shape":"EmailAddress",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Email address of the grantee.</p>"
2015-10-08 20:16:07 +02:00
},
"ID":{
"shape":"ID",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The canonical user ID of the grantee.</p>"
2015-10-08 20:16:07 +02:00
},
"Type":{
"shape":"Type",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Type of grantee</p>",
"locationName":"xsi:type",
"xmlAttribute":true
2015-10-08 20:16:07 +02:00
},
"URI":{
"shape":"URI",
2018-08-16 08:01:54 +02:00
"documentation":"<p>URI of the grantee group.</p>"
2015-10-08 20:16:07 +02:00
}
},
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"xmlNamespace":{
"prefix":"xsi",
"uri":"http://www.w3.org/2001/XMLSchema-instance"
}
},
"Grants":{
"type":"list",
"member":{
"shape":"Grant",
"locationName":"Grant"
}
},
"HeadBucketRequest":{
"type":"structure",
"required":["Bucket"],
"members":{
"Bucket":{
"shape":"BucketName",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"location":"uri",
"locationName":"Bucket"
}
}
},
"HeadObjectOutput":{
"type":"structure",
"members":{
"DeleteMarker":{
"shape":"DeleteMarker",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies whether the object retrieved was (true) or was not (false) a Delete Marker. If false, this response header does not appear in the response.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-delete-marker"
2015-10-08 20:16:07 +02:00
},
"AcceptRanges":{
"shape":"AcceptRanges",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"accept-ranges"
},
"Expiration":{
"shape":"Expiration",
2018-08-16 08:01:54 +02:00
"documentation":"<p>If the object expiration is configured (see PUT Bucket lifecycle), the response includes this header. It includes the expiry-date and rule-id key value pairs providing object expiration information. The value of the rule-id is URL encoded.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-expiration"
2015-10-08 20:16:07 +02:00
},
"Restore":{
"shape":"Restore",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Provides information about object restoration operation and expiration time of the restored object copy.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-restore"
2015-10-08 20:16:07 +02:00
},
"LastModified":{
"shape":"LastModified",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Last modified date of the object</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"Last-Modified"
2015-10-08 20:16:07 +02:00
},
"ContentLength":{
"shape":"ContentLength",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Size of the body in bytes.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"Content-Length"
2015-10-08 20:16:07 +02:00
},
"ETag":{
"shape":"ETag",
2018-08-16 08:01:54 +02:00
"documentation":"<p>An ETag is an opaque identifier assigned by a web server to a specific version of a resource found at a URL</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"ETag"
2015-10-08 20:16:07 +02:00
},
"MissingMeta":{
"shape":"MissingMeta",
2018-08-16 08:01:54 +02:00
"documentation":"<p>This is set to the number of metadata entries not returned in x-amz-meta headers. This can happen if you create metadata using an API like SOAP that supports more flexible metadata than the REST API. For example, using SOAP, you can create metadata whose values are not legal HTTP headers.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-missing-meta"
2015-10-08 20:16:07 +02:00
},
"VersionId":{
"shape":"ObjectVersionId",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Version of the object.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-version-id"
2015-10-08 20:16:07 +02:00
},
"CacheControl":{
"shape":"CacheControl",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies caching behavior along the request/reply chain.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"Cache-Control"
2015-10-08 20:16:07 +02:00
},
"ContentDisposition":{
"shape":"ContentDisposition",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies presentational information for the object.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"Content-Disposition"
2015-10-08 20:16:07 +02:00
},
"ContentEncoding":{
"shape":"ContentEncoding",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies what content encodings have been applied to the object and thus what decoding mechanisms must be applied to obtain the media-type referenced by the Content-Type header field.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"Content-Encoding"
2015-10-08 20:16:07 +02:00
},
"ContentLanguage":{
"shape":"ContentLanguage",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The language the content is in.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"Content-Language"
2015-10-08 20:16:07 +02:00
},
"ContentType":{
"shape":"ContentType",
2018-08-16 08:01:54 +02:00
"documentation":"<p>A standard MIME type describing the format of the object data.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"Content-Type"
2015-10-08 20:16:07 +02:00
},
"Expires":{
"shape":"Expires",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The date and time at which the object is no longer cacheable.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"Expires"
2015-10-08 20:16:07 +02:00
},
"WebsiteRedirectLocation":{
"shape":"WebsiteRedirectLocation",
2018-08-16 08:01:54 +02:00
"documentation":"<p>If the bucket is configured as a website, redirects requests for this object to another object in the same bucket or to an external URL. Amazon S3 stores the value of this header in the object metadata.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-website-redirect-location"
2015-10-08 20:16:07 +02:00
},
"ServerSideEncryption":{
"shape":"ServerSideEncryption",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The Server-side encryption algorithm used when storing this object in S3 (e.g., AES256, aws:kms).</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-server-side-encryption"
2015-10-08 20:16:07 +02:00
},
"Metadata":{
"shape":"Metadata",
2018-08-16 08:01:54 +02:00
"documentation":"<p>A map of metadata to store with the object in S3.</p>",
"location":"headers",
2015-10-08 20:16:07 +02:00
"locationName":"x-amz-meta-"
},
"SSECustomerAlgorithm":{
"shape":"SSECustomerAlgorithm",
2018-08-16 08:01:54 +02:00
"documentation":"<p>If server-side encryption with a customer-provided encryption key was requested, the response will include this header confirming the encryption algorithm used.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-server-side-encryption-customer-algorithm"
2015-10-08 20:16:07 +02:00
},
"SSECustomerKeyMD5":{
"shape":"SSECustomerKeyMD5",
2018-08-16 08:01:54 +02:00
"documentation":"<p>If server-side encryption with a customer-provided encryption key was requested, the response will include this header to provide round trip message integrity verification of the customer-provided encryption key.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-server-side-encryption-customer-key-MD5"
2015-10-08 20:16:11 +02:00
},
"SSEKMSKeyId":{
"shape":"SSEKMSKeyId",
2018-08-16 08:01:54 +02:00
"documentation":"<p>If present, specifies the ID of the AWS Key Management Service (KMS) master encryption key that was used for the object.</p>",
"location":"header",
"locationName":"x-amz-server-side-encryption-aws-kms-key-id"
},
"StorageClass":{
"shape":"StorageClass",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
"location":"header",
"locationName":"x-amz-storage-class"
},
"RequestCharged":{
"shape":"RequestCharged",
"location":"header",
"locationName":"x-amz-request-charged"
},
"ReplicationStatus":{
"shape":"ReplicationStatus",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:11 +02:00
"location":"header",
"locationName":"x-amz-replication-status"
},
"PartsCount":{
"shape":"PartsCount",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The count of parts this object has.</p>",
"location":"header",
"locationName":"x-amz-mp-parts-count"
2018-11-28 09:58:03 +01:00
},
"ObjectLockMode":{
"shape":"ObjectLockMode",
2019-08-03 07:08:36 +02:00
"documentation":"<p>The object lock mode currently in place for this object.</p>",
2018-11-28 09:58:03 +01:00
"location":"header",
"locationName":"x-amz-object-lock-mode"
},
"ObjectLockRetainUntilDate":{
"shape":"ObjectLockRetainUntilDate",
2019-08-03 07:08:36 +02:00
"documentation":"<p>The date and time when this object's object lock expires.</p>",
2018-11-28 09:58:03 +01:00
"location":"header",
"locationName":"x-amz-object-lock-retain-until-date"
},
"ObjectLockLegalHoldStatus":{
"shape":"ObjectLockLegalHoldStatus",
"documentation":"<p>The Legal Hold status for the specified object.</p>",
"location":"header",
"locationName":"x-amz-object-lock-legal-hold"
2015-10-08 20:16:07 +02:00
}
}
},
"HeadObjectRequest":{
"type":"structure",
"required":[
"Bucket",
"Key"
],
"members":{
"Bucket":{
"shape":"BucketName",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"location":"uri",
"locationName":"Bucket"
},
"IfMatch":{
"shape":"IfMatch",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Return the object only if its entity tag (ETag) is the same as the one specified, otherwise return a 412 (precondition failed).</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"If-Match"
2015-10-08 20:16:07 +02:00
},
"IfModifiedSince":{
"shape":"IfModifiedSince",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Return the object only if it has been modified since the specified time, otherwise return a 304 (not modified).</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"If-Modified-Since"
2015-10-08 20:16:07 +02:00
},
"IfNoneMatch":{
"shape":"IfNoneMatch",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Return the object only if its entity tag (ETag) is different from the one specified, otherwise return a 304 (not modified).</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"If-None-Match"
2015-10-08 20:16:07 +02:00
},
"IfUnmodifiedSince":{
"shape":"IfUnmodifiedSince",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Return the object only if it has not been modified since the specified time, otherwise return a 412 (precondition failed).</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"If-Unmodified-Since"
2015-10-08 20:16:07 +02:00
},
"Key":{
"shape":"ObjectKey",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"location":"uri",
"locationName":"Key"
},
"Range":{
"shape":"Range",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Downloads the specified range bytes of an object. For more information about the HTTP Range header, go to http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.35.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"Range"
2015-10-08 20:16:07 +02:00
},
"VersionId":{
"shape":"ObjectVersionId",
2018-08-16 08:01:54 +02:00
"documentation":"<p>VersionId used to reference a specific version of the object.</p>",
2015-10-08 20:16:07 +02:00
"location":"querystring",
"locationName":"versionId"
2015-10-08 20:16:07 +02:00
},
"SSECustomerAlgorithm":{
"shape":"SSECustomerAlgorithm",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies the algorithm to use to when encrypting the object (e.g., AES256).</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-server-side-encryption-customer-algorithm"
2015-10-08 20:16:07 +02:00
},
"SSECustomerKey":{
"shape":"SSECustomerKey",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data. This value is used to store the object and then it is discarded; Amazon does not store the encryption key. The key must be appropriate for use with the algorithm specified in the x-amz-server-side-encryption-customer-algorithm header.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-server-side-encryption-customer-key"
2015-10-08 20:16:07 +02:00
},
"SSECustomerKeyMD5":{
"shape":"SSECustomerKeyMD5",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses this header for a message integrity check to ensure the encryption key was transmitted without error.</p>",
"location":"header",
"locationName":"x-amz-server-side-encryption-customer-key-MD5"
},
"RequestPayer":{
"shape":"RequestPayer",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-request-payer"
},
"PartNumber":{
"shape":"PartNumber",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Part number of the object being read. This is a positive integer between 1 and 10,000. Effectively performs a 'ranged' HEAD request for the part specified. Useful querying about the size of the part and the number of parts in this object.</p>",
"location":"querystring",
"locationName":"partNumber"
2015-10-08 20:16:07 +02:00
}
}
},
"HostName":{"type":"string"},
"HttpErrorCodeReturnedEquals":{"type":"string"},
"HttpRedirectCode":{"type":"string"},
"ID":{"type":"string"},
"IfMatch":{"type":"string"},
"IfModifiedSince":{"type":"timestamp"},
"IfNoneMatch":{"type":"string"},
"IfUnmodifiedSince":{"type":"timestamp"},
"IndexDocument":{
"type":"structure",
"required":["Suffix"],
"members":{
"Suffix":{
"shape":"Suffix",
2018-08-16 08:01:54 +02:00
"documentation":"<p>A suffix that is appended to a request that is for a directory on the website endpoint (e.g. if the suffix is index.html and you make a request to samplebucket/images/ the data that is returned will be for the object with the key name images/index.html) The suffix must not be empty and must not include a slash character.</p>"
2015-10-08 20:16:07 +02:00
}
2019-08-03 07:08:36 +02:00
},
"documentation":"<p/>"
2015-10-08 20:16:07 +02:00
},
"Initiated":{"type":"timestamp"},
"Initiator":{
"type":"structure",
"members":{
"ID":{
"shape":"ID",
2018-08-16 08:01:54 +02:00
"documentation":"<p>If the principal is an AWS account, it provides the Canonical User ID. If the principal is an IAM User, it provides a user ARN value.</p>"
2015-10-08 20:16:07 +02:00
},
"DisplayName":{
"shape":"DisplayName",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Name of the Principal.</p>"
2015-10-08 20:16:07 +02:00
}
2019-08-03 07:08:36 +02:00
},
"documentation":"<p/>"
2015-10-08 20:16:07 +02:00
},
2018-01-15 17:34:17 +01:00
"InputSerialization":{
"type":"structure",
"members":{
"CSV":{
"shape":"CSVInput",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Describes the serialization of a CSV-encoded object.</p>"
2018-05-08 03:57:43 +02:00
},
"CompressionType":{
"shape":"CompressionType",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies object's compression format. Valid values: NONE, GZIP, BZIP2. Default Value: NONE.</p>"
2018-05-08 03:57:43 +02:00
},
"JSON":{
"shape":"JSONInput",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies JSON as object's input serialization format.</p>"
2018-10-04 08:50:52 +02:00
},
"Parquet":{
"shape":"ParquetInput",
"documentation":"<p>Specifies Parquet as object's input serialization format.</p>"
2018-01-15 17:34:17 +01:00
}
},
2018-08-16 08:01:54 +02:00
"documentation":"<p>Describes the serialization format of the object.</p>"
2018-01-15 17:34:17 +01:00
},
2017-02-02 09:27:08 +01:00
"InventoryConfiguration":{
"type":"structure",
"required":[
"Destination",
"IsEnabled",
"Id",
"IncludedObjectVersions",
"Schedule"
],
"members":{
"Destination":{
"shape":"InventoryDestination",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Contains information about where to publish the inventory results.</p>"
2017-02-02 09:27:08 +01:00
},
"IsEnabled":{
"shape":"IsEnabled",
2019-08-03 07:08:36 +02:00
"documentation":"<p>Specifies whether the inventory is enabled or disabled. If set to <code>True</code>, an inventory list is generated. If set to <code>False</code>, no inventory list is generated.</p>"
2017-02-02 09:27:08 +01:00
},
"Filter":{
"shape":"InventoryFilter",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies an inventory filter. The inventory only includes objects that meet the filter's criteria.</p>"
2017-02-02 09:27:08 +01:00
},
"Id":{
"shape":"InventoryId",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The ID used to identify the inventory configuration.</p>"
2017-02-02 09:27:08 +01:00
},
"IncludedObjectVersions":{
"shape":"InventoryIncludedObjectVersions",
2019-08-03 07:08:36 +02:00
"documentation":"<p>Object versions to include in the inventory list. If set to <code>All</code>, the list includes all the object versions, which adds the version-related fields <code>VersionId</code>, <code>IsLatest</code>, and <code>DeleteMarker</code> to the list. If set to <code>Current</code>, the list does not contain these version-related fields.</p>"
2017-02-02 09:27:08 +01:00
},
"OptionalFields":{
"shape":"InventoryOptionalFields",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Contains the optional fields that are included in the inventory results.</p>"
2017-02-02 09:27:08 +01:00
},
"Schedule":{
"shape":"InventorySchedule",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies the schedule for generating inventory results.</p>"
2017-02-02 09:27:08 +01:00
}
2019-08-03 07:08:36 +02:00
},
"documentation":"<p>Specifies the inventory configuration for an Amazon S3 bucket. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketGETInventoryConfig.html\">GET Bucket inventory</a> in the <i>Amazon Simple Storage Service API Reference</i>. </p>"
2017-02-02 09:27:08 +01:00
},
"InventoryConfigurationList":{
"type":"list",
"member":{"shape":"InventoryConfiguration"},
"flattened":true
},
"InventoryDestination":{
"type":"structure",
"required":["S3BucketDestination"],
"members":{
"S3BucketDestination":{
"shape":"InventoryS3BucketDestination",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Contains the bucket name, file format, bucket owner (optional), and prefix (optional) where inventory results are published.</p>"
2017-02-02 09:27:08 +01:00
}
2019-08-03 07:08:36 +02:00
},
"documentation":"<p/>"
2017-02-02 09:27:08 +01:00
},
2018-01-15 17:34:17 +01:00
"InventoryEncryption":{
"type":"structure",
"members":{
"SSES3":{
"shape":"SSES3",
2018-11-28 09:58:03 +01:00
"documentation":"<p>Specifies the use of SSE-S3 to encrypt delivered Inventory reports.</p>",
2018-01-15 17:34:17 +01:00
"locationName":"SSE-S3"
},
"SSEKMS":{
"shape":"SSEKMS",
2018-11-28 09:58:03 +01:00
"documentation":"<p>Specifies the use of SSE-KMS to encrypt delivered Inventory reports.</p>",
2018-01-15 17:34:17 +01:00
"locationName":"SSE-KMS"
}
},
2018-08-16 08:01:54 +02:00
"documentation":"<p>Contains the type of server-side encryption used to encrypt the inventory results.</p>"
2018-01-15 17:34:17 +01:00
},
2017-02-02 09:27:08 +01:00
"InventoryFilter":{
"type":"structure",
"required":["Prefix"],
"members":{
"Prefix":{
"shape":"Prefix",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The prefix that an object must have to be included in the inventory results.</p>"
2017-02-02 09:27:08 +01:00
}
2019-08-03 07:08:36 +02:00
},
"documentation":"<p/>"
2017-02-02 09:27:08 +01:00
},
"InventoryFormat":{
"type":"string",
2018-01-15 17:34:17 +01:00
"enum":[
"CSV",
2018-12-28 08:05:06 +01:00
"ORC",
"Parquet"
2018-01-15 17:34:17 +01:00
]
2017-02-02 09:27:08 +01:00
},
"InventoryFrequency":{
"type":"string",
"enum":[
"Daily",
"Weekly"
]
},
"InventoryId":{"type":"string"},
"InventoryIncludedObjectVersions":{
"type":"string",
"enum":[
"All",
"Current"
]
},
"InventoryOptionalField":{
"type":"string",
"enum":[
"Size",
"LastModifiedDate",
"StorageClass",
"ETag",
"IsMultipartUploaded",
2018-01-15 17:34:17 +01:00
"ReplicationStatus",
2018-11-28 09:58:03 +01:00
"EncryptionStatus",
"ObjectLockRetainUntilDate",
"ObjectLockMode",
2019-11-18 09:46:14 +01:00
"ObjectLockLegalHoldStatus",
"IntelligentTieringAccessTier"
2017-02-02 09:27:08 +01:00
]
},
"InventoryOptionalFields":{
"type":"list",
"member":{
"shape":"InventoryOptionalField",
"locationName":"Field"
}
},
"InventoryS3BucketDestination":{
"type":"structure",
"required":[
"Bucket",
"Format"
],
"members":{
"AccountId":{
"shape":"AccountId",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The ID of the account that owns the destination bucket.</p>"
2017-02-02 09:27:08 +01:00
},
"Bucket":{
"shape":"BucketName",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The Amazon resource name (ARN) of the bucket where inventory results will be published.</p>"
2017-02-02 09:27:08 +01:00
},
"Format":{
"shape":"InventoryFormat",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies the output format of the inventory results.</p>"
2017-02-02 09:27:08 +01:00
},
"Prefix":{
"shape":"Prefix",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The prefix that is prepended to all inventory results.</p>"
2018-01-15 17:34:17 +01:00
},
"Encryption":{
"shape":"InventoryEncryption",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Contains the type of server-side encryption used to encrypt the inventory results.</p>"
2017-02-02 09:27:08 +01:00
}
2019-08-03 07:08:36 +02:00
},
"documentation":"<p/>"
2017-02-02 09:27:08 +01:00
},
"InventorySchedule":{
"type":"structure",
"required":["Frequency"],
"members":{
"Frequency":{
"shape":"InventoryFrequency",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies how frequently inventory results are produced.</p>"
2017-02-02 09:27:08 +01:00
}
2019-08-03 07:08:36 +02:00
},
"documentation":"<p/>"
2017-02-02 09:27:08 +01:00
},
"IsEnabled":{"type":"boolean"},
2015-10-08 20:16:07 +02:00
"IsLatest":{"type":"boolean"},
2018-11-28 09:58:03 +01:00
"IsPublic":{"type":"boolean"},
2015-10-08 20:16:07 +02:00
"IsTruncated":{"type":"boolean"},
2018-05-08 03:57:43 +02:00
"JSONInput":{
"type":"structure",
"members":{
"Type":{
"shape":"JSONType",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The type of JSON. Valid values: Document, Lines.</p>"
2018-05-08 03:57:43 +02:00
}
2019-08-03 07:08:36 +02:00
},
"documentation":"<p/>"
2018-05-08 03:57:43 +02:00
},
"JSONOutput":{
"type":"structure",
"members":{
"RecordDelimiter":{
"shape":"RecordDelimiter",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The value used to separate individual records in the output.</p>"
2018-05-08 03:57:43 +02:00
}
2019-08-03 07:08:36 +02:00
},
"documentation":"<p/>"
2018-05-08 03:57:43 +02:00
},
"JSONType":{
"type":"string",
"enum":[
"DOCUMENT",
"LINES"
]
},
2018-01-15 17:34:17 +01:00
"KMSContext":{"type":"string"},
"KeyCount":{"type":"integer"},
2015-10-08 20:16:07 +02:00
"KeyMarker":{"type":"string"},
"KeyPrefixEquals":{"type":"string"},
"LambdaFunctionArn":{"type":"string"},
"LambdaFunctionConfiguration":{
"type":"structure",
"required":[
"LambdaFunctionArn",
"Events"
],
"members":{
"Id":{"shape":"NotificationId"},
"LambdaFunctionArn":{
"shape":"LambdaFunctionArn",
2019-08-03 07:08:36 +02:00
"documentation":"<p>The Amazon Resource Name (ARN) of the AWS Lambda function that Amazon S3 invokes when the specified event type occurs.</p>",
"locationName":"CloudFunction"
},
"Events":{
"shape":"EventList",
2019-08-03 07:08:36 +02:00
"documentation":"<p>The Amazon S3 bucket event for which to invoke the AWS Lambda function. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/NotificationHowTo.html\">Supported Event Types</a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</p>",
"locationName":"Event"
},
2019-08-03 07:08:36 +02:00
"Filter":{
"shape":"NotificationConfigurationFilter",
"documentation":"<p/>"
}
},
2018-11-28 09:58:03 +01:00
"documentation":"<p>A container for specifying the configuration for AWS Lambda notifications.</p>"
},
"LambdaFunctionConfigurationList":{
"type":"list",
"member":{"shape":"LambdaFunctionConfiguration"},
"flattened":true
},
2015-10-08 20:16:07 +02:00
"LastModified":{"type":"timestamp"},
"LifecycleConfiguration":{
"type":"structure",
"required":["Rules"],
"members":{
"Rules":{
"shape":"Rules",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"locationName":"Rule"
}
2019-08-03 07:08:36 +02:00
},
"documentation":"<p/>"
2015-10-08 20:16:07 +02:00
},
"LifecycleExpiration":{
"type":"structure",
"members":{
"Date":{
"shape":"Date",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Indicates at what date the object is to be moved or deleted. Should be in GMT ISO 8601 Format.</p>"
2015-10-08 20:16:07 +02:00
},
"Days":{
"shape":"Days",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Indicates the lifetime, in days, of the objects that are subject to the rule. The value must be a non-zero positive integer.</p>"
},
"ExpiredObjectDeleteMarker":{
"shape":"ExpiredObjectDeleteMarker",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Indicates whether Amazon S3 will remove a delete marker with no noncurrent versions. If set to true, the delete marker will be expired; if set to false the policy takes no action. This cannot be specified with Days or Date in a Lifecycle Expiration Policy.</p>"
2015-10-08 20:16:07 +02:00
}
2019-08-03 07:08:36 +02:00
},
"documentation":"<p/>"
2015-10-08 20:16:07 +02:00
},
"LifecycleRule":{
"type":"structure",
2017-02-02 09:27:08 +01:00
"required":["Status"],
"members":{
2019-08-03 07:08:36 +02:00
"Expiration":{
"shape":"LifecycleExpiration",
"documentation":"<p/>"
},
"ID":{
"shape":"ID",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Unique identifier for the rule. The value cannot be longer than 255 characters.</p>"
},
"Prefix":{
"shape":"Prefix",
2019-08-03 07:08:36 +02:00
"documentation":"<p>Prefix identifying one or more objects to which the rule applies. This is No longer used; use Filter instead.</p>",
2017-02-02 09:27:08 +01:00
"deprecated":true
},
2019-08-03 07:08:36 +02:00
"Filter":{
"shape":"LifecycleRuleFilter",
"documentation":"<p/>"
},
"Status":{
"shape":"ExpirationStatus",
2018-08-16 08:01:54 +02:00
"documentation":"<p>If 'Enabled', the rule is currently being applied. If 'Disabled', the rule is not currently being applied.</p>"
},
"Transitions":{
"shape":"TransitionList",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
"locationName":"Transition"
},
"NoncurrentVersionTransitions":{
"shape":"NoncurrentVersionTransitionList",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
"locationName":"NoncurrentVersionTransition"
},
2019-08-03 07:08:36 +02:00
"NoncurrentVersionExpiration":{
"shape":"NoncurrentVersionExpiration",
"documentation":"<p/>"
},
"AbortIncompleteMultipartUpload":{
"shape":"AbortIncompleteMultipartUpload",
"documentation":"<p/>"
}
},
"documentation":"<p/>"
},
2017-02-02 09:27:08 +01:00
"LifecycleRuleAndOperator":{
"type":"structure",
"members":{
2019-08-03 07:08:36 +02:00
"Prefix":{
"shape":"Prefix",
"documentation":"<p/>"
},
2017-02-02 09:27:08 +01:00
"Tags":{
"shape":"TagSet",
2018-08-16 08:01:54 +02:00
"documentation":"<p>All of these tags must exist in the object's tag set in order for the rule to apply.</p>",
2017-02-02 09:27:08 +01:00
"flattened":true,
"locationName":"Tag"
}
},
2018-08-16 08:01:54 +02:00
"documentation":"<p>This is used in a Lifecycle Rule Filter to apply a logical AND to two or more predicates. The Lifecycle Rule will apply to any object matching all of the predicates configured inside the And operator.</p>"
2017-02-02 09:27:08 +01:00
},
"LifecycleRuleFilter":{
"type":"structure",
"members":{
"Prefix":{
"shape":"Prefix",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Prefix identifying one or more objects to which the rule applies.</p>"
2017-02-02 09:27:08 +01:00
},
"Tag":{
"shape":"Tag",
2018-08-16 08:01:54 +02:00
"documentation":"<p>This tag must exist in the object's tag set in order for the rule to apply.</p>"
2017-02-02 09:27:08 +01:00
},
2019-08-03 07:08:36 +02:00
"And":{
"shape":"LifecycleRuleAndOperator",
"documentation":"<p/>"
}
2017-02-02 09:27:08 +01:00
},
2018-08-16 08:01:54 +02:00
"documentation":"<p>The Filter is used to identify objects that a Lifecycle Rule applies to. A Filter must have exactly one of Prefix, Tag, or And specified.</p>"
2017-02-02 09:27:08 +01:00
},
"LifecycleRules":{
"type":"list",
"member":{"shape":"LifecycleRule"},
"flattened":true
},
2017-02-02 09:27:08 +01:00
"ListBucketAnalyticsConfigurationsOutput":{
"type":"structure",
"members":{
"IsTruncated":{
"shape":"IsTruncated",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Indicates whether the returned list of analytics configurations is complete. A value of true indicates that the list is not complete and the NextContinuationToken will be provided for a subsequent request.</p>"
2017-02-02 09:27:08 +01:00
},
"ContinuationToken":{
"shape":"Token",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The ContinuationToken that represents where this request began.</p>"
2017-02-02 09:27:08 +01:00
},
"NextContinuationToken":{
"shape":"NextToken",
2018-08-16 08:01:54 +02:00
"documentation":"<p>NextContinuationToken is sent when isTruncated is true, which indicates that there are more analytics configurations to list. The next request must include this NextContinuationToken. The token is obfuscated and is not a usable value.</p>"
2017-02-02 09:27:08 +01:00
},
"AnalyticsConfigurationList":{
"shape":"AnalyticsConfigurationList",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The list of analytics configurations for a bucket.</p>",
2017-02-02 09:27:08 +01:00
"locationName":"AnalyticsConfiguration"
}
}
},
"ListBucketAnalyticsConfigurationsRequest":{
"type":"structure",
"required":["Bucket"],
"members":{
"Bucket":{
"shape":"BucketName",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The name of the bucket from which analytics configurations are retrieved.</p>",
2017-02-02 09:27:08 +01:00
"location":"uri",
"locationName":"Bucket"
},
"ContinuationToken":{
"shape":"Token",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The ContinuationToken that represents a placeholder from where this request should begin.</p>",
2017-02-02 09:27:08 +01:00
"location":"querystring",
"locationName":"continuation-token"
}
}
},
"ListBucketInventoryConfigurationsOutput":{
"type":"structure",
"members":{
"ContinuationToken":{
"shape":"Token",
2018-08-16 08:01:54 +02:00
"documentation":"<p>If sent in the request, the marker that is used as a starting point for this inventory configuration list response.</p>"
2017-02-02 09:27:08 +01:00
},
"InventoryConfigurationList":{
"shape":"InventoryConfigurationList",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The list of inventory configurations for a bucket.</p>",
2017-02-02 09:27:08 +01:00
"locationName":"InventoryConfiguration"
},
"IsTruncated":{
"shape":"IsTruncated",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Indicates whether the returned list of inventory configurations is truncated in this response. A value of true indicates that the list is truncated.</p>"
2017-02-02 09:27:08 +01:00
},
"NextContinuationToken":{
"shape":"NextToken",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The marker used to continue this inventory configuration listing. Use the NextContinuationToken from this response to continue the listing in a subsequent request. The continuation token is an opaque value that Amazon S3 understands.</p>"
2017-02-02 09:27:08 +01:00
}
}
},
"ListBucketInventoryConfigurationsRequest":{
"type":"structure",
"required":["Bucket"],
"members":{
"Bucket":{
"shape":"BucketName",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The name of the bucket containing the inventory configurations to retrieve.</p>",
2017-02-02 09:27:08 +01:00
"location":"uri",
"locationName":"Bucket"
},
"ContinuationToken":{
"shape":"Token",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The marker used to continue an inventory configuration listing that has been truncated. Use the NextContinuationToken from a previously truncated list response to continue the listing. The continuation token is an opaque value that Amazon S3 understands.</p>",
2017-02-02 09:27:08 +01:00
"location":"querystring",
"locationName":"continuation-token"
}
}
},
"ListBucketMetricsConfigurationsOutput":{
"type":"structure",
"members":{
"IsTruncated":{
"shape":"IsTruncated",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Indicates whether the returned list of metrics configurations is complete. A value of true indicates that the list is not complete and the NextContinuationToken will be provided for a subsequent request.</p>"
2017-02-02 09:27:08 +01:00
},
"ContinuationToken":{
"shape":"Token",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The marker that is used as a starting point for this metrics configuration list response. This value is present if it was sent in the request.</p>"
2017-02-02 09:27:08 +01:00
},
"NextContinuationToken":{
"shape":"NextToken",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The marker used to continue a metrics configuration listing that has been truncated. Use the NextContinuationToken from a previously truncated list response to continue the listing. The continuation token is an opaque value that Amazon S3 understands.</p>"
2017-02-02 09:27:08 +01:00
},
"MetricsConfigurationList":{
"shape":"MetricsConfigurationList",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The list of metrics configurations for a bucket.</p>",
2017-02-02 09:27:08 +01:00
"locationName":"MetricsConfiguration"
}
}
},
"ListBucketMetricsConfigurationsRequest":{
"type":"structure",
"required":["Bucket"],
"members":{
"Bucket":{
"shape":"BucketName",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The name of the bucket containing the metrics configurations to retrieve.</p>",
2017-02-02 09:27:08 +01:00
"location":"uri",
"locationName":"Bucket"
},
"ContinuationToken":{
"shape":"Token",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The marker that is used to continue a metrics configuration listing that has been truncated. Use the NextContinuationToken from a previously truncated list response to continue the listing. The continuation token is an opaque value that Amazon S3 understands.</p>",
2017-02-02 09:27:08 +01:00
"location":"querystring",
"locationName":"continuation-token"
}
}
},
2015-10-08 20:16:07 +02:00
"ListBucketsOutput":{
"type":"structure",
"members":{
2019-08-03 07:08:36 +02:00
"Buckets":{
"shape":"Buckets",
"documentation":"<p/>"
},
"Owner":{
"shape":"Owner",
"documentation":"<p/>"
}
2015-10-08 20:16:07 +02:00
}
},
"ListMultipartUploadsOutput":{
"type":"structure",
"members":{
"Bucket":{
"shape":"BucketName",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Name of the bucket to which the multipart upload was initiated.</p>"
2015-10-08 20:16:07 +02:00
},
"KeyMarker":{
"shape":"KeyMarker",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The key at or after which the listing began.</p>"
2015-10-08 20:16:07 +02:00
},
"UploadIdMarker":{
"shape":"UploadIdMarker",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Upload ID after which listing began.</p>"
2015-10-08 20:16:07 +02:00
},
"NextKeyMarker":{
"shape":"NextKeyMarker",
2018-08-16 08:01:54 +02:00
"documentation":"<p>When a list is truncated, this element specifies the value that should be used for the key-marker request parameter in a subsequent request.</p>"
2015-10-08 20:16:07 +02:00
},
"Prefix":{
"shape":"Prefix",
2018-08-16 08:01:54 +02:00
"documentation":"<p>When a prefix is provided in the request, this field contains the specified prefix. The result contains only keys starting with the specified prefix.</p>"
2015-10-08 20:16:07 +02:00
},
2019-08-03 07:08:36 +02:00
"Delimiter":{
"shape":"Delimiter",
"documentation":"<p/>"
},
2015-10-08 20:16:07 +02:00
"NextUploadIdMarker":{
"shape":"NextUploadIdMarker",
2018-08-16 08:01:54 +02:00
"documentation":"<p>When a list is truncated, this element specifies the value that should be used for the upload-id-marker request parameter in a subsequent request.</p>"
2015-10-08 20:16:07 +02:00
},
"MaxUploads":{
"shape":"MaxUploads",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Maximum number of multipart uploads that could have been included in the response.</p>"
2015-10-08 20:16:07 +02:00
},
"IsTruncated":{
"shape":"IsTruncated",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Indicates whether the returned list of multipart uploads is truncated. A value of true indicates that the list was truncated. The list can be truncated if the number of multipart uploads exceeds the limit allowed or specified by max uploads.</p>"
2015-10-08 20:16:07 +02:00
},
"Uploads":{
"shape":"MultipartUploadList",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"locationName":"Upload"
},
2019-08-03 07:08:36 +02:00
"CommonPrefixes":{
"shape":"CommonPrefixList",
"documentation":"<p/>"
},
2015-10-08 20:16:07 +02:00
"EncodingType":{
"shape":"EncodingType",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Encoding type used by Amazon S3 to encode object keys in the response.</p>"
2015-10-08 20:16:07 +02:00
}
}
},
"ListMultipartUploadsRequest":{
"type":"structure",
"required":["Bucket"],
"members":{
"Bucket":{
"shape":"BucketName",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"location":"uri",
"locationName":"Bucket"
},
"Delimiter":{
"shape":"Delimiter",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Character you use to group keys.</p>",
2015-10-08 20:16:07 +02:00
"location":"querystring",
"locationName":"delimiter"
2015-10-08 20:16:07 +02:00
},
"EncodingType":{
"shape":"EncodingType",
"location":"querystring",
"locationName":"encoding-type"
},
"KeyMarker":{
"shape":"KeyMarker",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Together with upload-id-marker, this parameter specifies the multipart upload after which listing should begin.</p>",
2015-10-08 20:16:07 +02:00
"location":"querystring",
"locationName":"key-marker"
2015-10-08 20:16:07 +02:00
},
"MaxUploads":{
"shape":"MaxUploads",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Sets the maximum number of multipart uploads, from 1 to 1,000, to return in the response body. 1,000 is the maximum number of uploads that can be returned in a response.</p>",
2015-10-08 20:16:07 +02:00
"location":"querystring",
"locationName":"max-uploads"
2015-10-08 20:16:07 +02:00
},
"Prefix":{
"shape":"Prefix",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Lists in-progress uploads only for those keys that begin with the specified prefix.</p>",
2015-10-08 20:16:07 +02:00
"location":"querystring",
"locationName":"prefix"
2015-10-08 20:16:07 +02:00
},
"UploadIdMarker":{
"shape":"UploadIdMarker",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Together with key-marker, specifies the multipart upload after which listing should begin. If key-marker is not specified, the upload-id-marker parameter is ignored.</p>",
2015-10-08 20:16:07 +02:00
"location":"querystring",
"locationName":"upload-id-marker"
2015-10-08 20:16:07 +02:00
}
}
},
"ListObjectVersionsOutput":{
"type":"structure",
"members":{
"IsTruncated":{
"shape":"IsTruncated",
2018-08-16 08:01:54 +02:00
"documentation":"<p>A flag that indicates whether or not Amazon S3 returned all of the results that satisfied the search criteria. If your results were truncated, you can make a follow-up paginated request using the NextKeyMarker and NextVersionIdMarker response parameters as a starting place in another request to return the rest of the results.</p>"
2015-10-08 20:16:07 +02:00
},
"KeyMarker":{
"shape":"KeyMarker",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Marks the last Key returned in a truncated response.</p>"
2015-10-08 20:16:07 +02:00
},
2019-08-03 07:08:36 +02:00
"VersionIdMarker":{
"shape":"VersionIdMarker",
"documentation":"<p/>"
},
2015-10-08 20:16:07 +02:00
"NextKeyMarker":{
"shape":"NextKeyMarker",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Use this value for the key marker request parameter in a subsequent request.</p>"
2015-10-08 20:16:07 +02:00
},
"NextVersionIdMarker":{
"shape":"NextVersionIdMarker",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Use this value for the next version id marker parameter in a subsequent request.</p>"
2015-10-08 20:16:07 +02:00
},
"Versions":{
"shape":"ObjectVersionList",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"locationName":"Version"
},
"DeleteMarkers":{
"shape":"DeleteMarkers",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"locationName":"DeleteMarker"
},
2019-08-03 07:08:36 +02:00
"Name":{
"shape":"BucketName",
"documentation":"<p/>"
},
"Prefix":{
"shape":"Prefix",
"documentation":"<p/>"
},
"Delimiter":{
"shape":"Delimiter",
"documentation":"<p/>"
},
"MaxKeys":{
"shape":"MaxKeys",
"documentation":"<p/>"
},
"CommonPrefixes":{
"shape":"CommonPrefixList",
"documentation":"<p/>"
},
2015-10-08 20:16:07 +02:00
"EncodingType":{
"shape":"EncodingType",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Encoding type used by Amazon S3 to encode object keys in the response.</p>"
2015-10-08 20:16:07 +02:00
}
}
},
"ListObjectVersionsRequest":{
"type":"structure",
"required":["Bucket"],
"members":{
"Bucket":{
"shape":"BucketName",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"location":"uri",
"locationName":"Bucket"
},
"Delimiter":{
"shape":"Delimiter",
2018-08-16 08:01:54 +02:00
"documentation":"<p>A delimiter is a character you use to group keys.</p>",
2015-10-08 20:16:07 +02:00
"location":"querystring",
"locationName":"delimiter"
2015-10-08 20:16:07 +02:00
},
"EncodingType":{
"shape":"EncodingType",
"location":"querystring",
"locationName":"encoding-type"
},
"KeyMarker":{
"shape":"KeyMarker",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies the key to start with when listing objects in a bucket.</p>",
2015-10-08 20:16:07 +02:00
"location":"querystring",
"locationName":"key-marker"
2015-10-08 20:16:07 +02:00
},
"MaxKeys":{
"shape":"MaxKeys",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Sets the maximum number of keys returned in the response. The response might contain fewer keys but will never contain more.</p>",
2015-10-08 20:16:07 +02:00
"location":"querystring",
"locationName":"max-keys"
2015-10-08 20:16:07 +02:00
},
"Prefix":{
"shape":"Prefix",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Limits the response to keys that begin with the specified prefix.</p>",
2015-10-08 20:16:07 +02:00
"location":"querystring",
"locationName":"prefix"
2015-10-08 20:16:07 +02:00
},
"VersionIdMarker":{
"shape":"VersionIdMarker",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies the object version you want to start listing from.</p>",
2015-10-08 20:16:07 +02:00
"location":"querystring",
"locationName":"version-id-marker"
2015-10-08 20:16:07 +02:00
}
}
},
"ListObjectsOutput":{
"type":"structure",
"members":{
"IsTruncated":{
"shape":"IsTruncated",
2018-08-16 08:01:54 +02:00
"documentation":"<p>A flag that indicates whether or not Amazon S3 returned all of the results that satisfied the search criteria.</p>"
2015-10-08 20:16:07 +02:00
},
2019-08-03 07:08:36 +02:00
"Marker":{
"shape":"Marker",
"documentation":"<p/>"
},
2015-10-08 20:16:07 +02:00
"NextMarker":{
"shape":"NextMarker",
2018-08-16 08:01:54 +02:00
"documentation":"<p>When response is truncated (the IsTruncated element value in the response is true), you can use the key name in this field as marker in the subsequent request to get next set of objects. Amazon S3 lists objects in alphabetical order Note: This element is returned only if you have delimiter request parameter specified. If response does not include the NextMaker and it is truncated, you can use the value of the last Key in the response as the marker in the subsequent request to get the next set of object keys.</p>"
2015-10-08 20:16:07 +02:00
},
2019-08-03 07:08:36 +02:00
"Contents":{
"shape":"ObjectList",
"documentation":"<p/>"
},
"Name":{
"shape":"BucketName",
"documentation":"<p/>"
},
"Prefix":{
"shape":"Prefix",
"documentation":"<p/>"
},
"Delimiter":{
"shape":"Delimiter",
"documentation":"<p/>"
},
"MaxKeys":{
"shape":"MaxKeys",
"documentation":"<p/>"
},
"CommonPrefixes":{
"shape":"CommonPrefixList",
"documentation":"<p/>"
},
2015-10-08 20:16:07 +02:00
"EncodingType":{
"shape":"EncodingType",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Encoding type used by Amazon S3 to encode object keys in the response.</p>"
2015-10-08 20:16:07 +02:00
}
}
},
"ListObjectsRequest":{
"type":"structure",
"required":["Bucket"],
"members":{
"Bucket":{
"shape":"BucketName",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"location":"uri",
"locationName":"Bucket"
},
"Delimiter":{
"shape":"Delimiter",
2018-08-16 08:01:54 +02:00
"documentation":"<p>A delimiter is a character you use to group keys.</p>",
2015-10-08 20:16:07 +02:00
"location":"querystring",
"locationName":"delimiter"
2015-10-08 20:16:07 +02:00
},
"EncodingType":{
"shape":"EncodingType",
"location":"querystring",
"locationName":"encoding-type"
},
"Marker":{
"shape":"Marker",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies the key to start with when listing objects in a bucket.</p>",
2015-10-08 20:16:07 +02:00
"location":"querystring",
"locationName":"marker"
2015-10-08 20:16:07 +02:00
},
"MaxKeys":{
"shape":"MaxKeys",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Sets the maximum number of keys returned in the response. The response might contain fewer keys but will never contain more.</p>",
2015-10-08 20:16:07 +02:00
"location":"querystring",
"locationName":"max-keys"
2015-10-08 20:16:07 +02:00
},
"Prefix":{
"shape":"Prefix",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Limits the response to keys that begin with the specified prefix.</p>",
2015-10-08 20:16:07 +02:00
"location":"querystring",
"locationName":"prefix"
},
"RequestPayer":{
"shape":"RequestPayer",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Confirms that the requester knows that she or he will be charged for the list objects request. Bucket owners need not specify this parameter in their requests.</p>",
"location":"header",
"locationName":"x-amz-request-payer"
}
}
},
"ListObjectsV2Output":{
"type":"structure",
"members":{
"IsTruncated":{
"shape":"IsTruncated",
2018-08-16 08:01:54 +02:00
"documentation":"<p>A flag that indicates whether or not Amazon S3 returned all of the results that satisfied the search criteria.</p>"
},
"Contents":{
"shape":"ObjectList",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Metadata about each object returned.</p>"
},
"Name":{
"shape":"BucketName",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Name of the bucket to list.</p>"
},
"Prefix":{
"shape":"Prefix",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Limits the response to keys that begin with the specified prefix.</p>"
},
"Delimiter":{
"shape":"Delimiter",
2018-08-16 08:01:54 +02:00
"documentation":"<p>A delimiter is a character you use to group keys.</p>"
},
"MaxKeys":{
"shape":"MaxKeys",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Sets the maximum number of keys returned in the response. The response might contain fewer keys but will never contain more.</p>"
},
"CommonPrefixes":{
"shape":"CommonPrefixList",
2018-08-16 08:01:54 +02:00
"documentation":"<p>CommonPrefixes contains all (if there are any) keys between Prefix and the next occurrence of the string specified by delimiter</p>"
},
"EncodingType":{
"shape":"EncodingType",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Encoding type used by Amazon S3 to encode object keys in the response.</p>"
},
"KeyCount":{
"shape":"KeyCount",
2018-08-16 08:01:54 +02:00
"documentation":"<p>KeyCount is the number of keys returned with this request. KeyCount will always be less than equals to MaxKeys field. Say you ask for 50 keys, your result will include less than equals 50 keys </p>"
},
"ContinuationToken":{
"shape":"Token",
2018-08-16 08:01:54 +02:00
"documentation":"<p>ContinuationToken indicates Amazon S3 that the list is being continued on this bucket with a token. ContinuationToken is obfuscated and is not a real key</p>"
},
"NextContinuationToken":{
"shape":"NextToken",
2018-08-16 08:01:54 +02:00
"documentation":"<p>NextContinuationToken is sent when isTruncated is true which means there are more keys in the bucket that can be listed. The next list requests to Amazon S3 can be continued with this NextContinuationToken. NextContinuationToken is obfuscated and is not a real key</p>"
},
"StartAfter":{
"shape":"StartAfter",
2018-08-16 08:01:54 +02:00
"documentation":"<p>StartAfter is where you want Amazon S3 to start listing from. Amazon S3 starts listing after this specified key. StartAfter can be any key in the bucket</p>"
}
}
},
"ListObjectsV2Request":{
"type":"structure",
"required":["Bucket"],
"members":{
"Bucket":{
"shape":"BucketName",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Name of the bucket to list.</p>",
"location":"uri",
"locationName":"Bucket"
},
"Delimiter":{
"shape":"Delimiter",
2018-08-16 08:01:54 +02:00
"documentation":"<p>A delimiter is a character you use to group keys.</p>",
"location":"querystring",
"locationName":"delimiter"
},
"EncodingType":{
"shape":"EncodingType",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Encoding type used by Amazon S3 to encode object keys in the response.</p>",
"location":"querystring",
"locationName":"encoding-type"
},
"MaxKeys":{
"shape":"MaxKeys",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Sets the maximum number of keys returned in the response. The response might contain fewer keys but will never contain more.</p>",
"location":"querystring",
"locationName":"max-keys"
},
"Prefix":{
"shape":"Prefix",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Limits the response to keys that begin with the specified prefix.</p>",
"location":"querystring",
"locationName":"prefix"
},
"ContinuationToken":{
"shape":"Token",
2018-08-16 08:01:54 +02:00
"documentation":"<p>ContinuationToken indicates Amazon S3 that the list is being continued on this bucket with a token. ContinuationToken is obfuscated and is not a real key</p>",
"location":"querystring",
"locationName":"continuation-token"
},
"FetchOwner":{
"shape":"FetchOwner",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The owner field is not present in listV2 by default, if you want to return owner field with each key in the result then set the fetch owner field to true</p>",
"location":"querystring",
"locationName":"fetch-owner"
},
"StartAfter":{
"shape":"StartAfter",
2018-08-16 08:01:54 +02:00
"documentation":"<p>StartAfter is where you want Amazon S3 to start listing from. Amazon S3 starts listing after this specified key. StartAfter can be any key in the bucket</p>",
"location":"querystring",
"locationName":"start-after"
},
"RequestPayer":{
"shape":"RequestPayer",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Confirms that the requester knows that she or he will be charged for the list objects request in V2 style. Bucket owners need not specify this parameter in their requests.</p>",
"location":"header",
"locationName":"x-amz-request-payer"
2015-10-08 20:16:07 +02:00
}
}
},
"ListPartsOutput":{
"type":"structure",
"members":{
"AbortDate":{
"shape":"AbortDate",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Date when multipart upload will become eligible for abort operation by lifecycle.</p>",
"location":"header",
"locationName":"x-amz-abort-date"
},
"AbortRuleId":{
"shape":"AbortRuleId",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Id of the lifecycle rule that makes a multipart upload eligible for abort operation.</p>",
"location":"header",
"locationName":"x-amz-abort-rule-id"
},
2015-10-08 20:16:07 +02:00
"Bucket":{
"shape":"BucketName",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Name of the bucket to which the multipart upload was initiated.</p>"
2015-10-08 20:16:07 +02:00
},
"Key":{
"shape":"ObjectKey",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Object key for which the multipart upload was initiated.</p>"
2015-10-08 20:16:07 +02:00
},
"UploadId":{
"shape":"MultipartUploadId",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Upload ID identifying the multipart upload whose parts are being listed.</p>"
2015-10-08 20:16:07 +02:00
},
"PartNumberMarker":{
"shape":"PartNumberMarker",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Part number after which listing begins.</p>"
2015-10-08 20:16:07 +02:00
},
"NextPartNumberMarker":{
"shape":"NextPartNumberMarker",
2018-08-16 08:01:54 +02:00
"documentation":"<p>When a list is truncated, this element specifies the last part in the list, as well as the value to use for the part-number-marker request parameter in a subsequent request.</p>"
2015-10-08 20:16:07 +02:00
},
"MaxParts":{
"shape":"MaxParts",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Maximum number of parts that were allowed in the response.</p>"
2015-10-08 20:16:07 +02:00
},
"IsTruncated":{
"shape":"IsTruncated",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Indicates whether the returned list of parts is truncated.</p>"
2015-10-08 20:16:07 +02:00
},
"Parts":{
"shape":"Parts",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"locationName":"Part"
},
"Initiator":{
"shape":"Initiator",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Identifies who initiated the multipart upload.</p>"
2015-10-08 20:16:07 +02:00
},
2019-08-03 07:08:36 +02:00
"Owner":{
"shape":"Owner",
"documentation":"<p/>"
},
2015-10-08 20:16:07 +02:00
"StorageClass":{
"shape":"StorageClass",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The class of storage used to store the object.</p>"
},
"RequestCharged":{
"shape":"RequestCharged",
"location":"header",
"locationName":"x-amz-request-charged"
2015-10-08 20:16:07 +02:00
}
}
},
"ListPartsRequest":{
"type":"structure",
"required":[
"Bucket",
"Key",
"UploadId"
],
"members":{
"Bucket":{
"shape":"BucketName",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"location":"uri",
"locationName":"Bucket"
},
"Key":{
"shape":"ObjectKey",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"location":"uri",
"locationName":"Key"
},
"MaxParts":{
"shape":"MaxParts",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Sets the maximum number of parts to return.</p>",
2015-10-08 20:16:07 +02:00
"location":"querystring",
"locationName":"max-parts"
2015-10-08 20:16:07 +02:00
},
"PartNumberMarker":{
"shape":"PartNumberMarker",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies the part after which listing should begin. Only parts with higher part numbers will be listed.</p>",
2015-10-08 20:16:07 +02:00
"location":"querystring",
"locationName":"part-number-marker"
2015-10-08 20:16:07 +02:00
},
"UploadId":{
"shape":"MultipartUploadId",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Upload ID identifying the multipart upload whose parts are being listed.</p>",
2015-10-08 20:16:07 +02:00
"location":"querystring",
"locationName":"uploadId"
},
"RequestPayer":{
"shape":"RequestPayer",
"location":"header",
"locationName":"x-amz-request-payer"
2015-10-08 20:16:07 +02:00
}
}
},
"Location":{"type":"string"},
2018-01-15 17:34:17 +01:00
"LocationPrefix":{"type":"string"},
2015-10-08 20:16:07 +02:00
"LoggingEnabled":{
"type":"structure",
2018-05-08 03:57:43 +02:00
"required":[
"TargetBucket",
"TargetPrefix"
],
2015-10-08 20:16:07 +02:00
"members":{
"TargetBucket":{
"shape":"TargetBucket",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies the bucket where you want Amazon S3 to store server access logs. You can have your logs delivered to any bucket that you own, including the same bucket that is being logged. You can also configure multiple buckets to deliver their logs to the same target bucket. In this case you should choose a different TargetPrefix for each source bucket so that the delivered log files can be distinguished by key.</p>"
2015-10-08 20:16:07 +02:00
},
2019-08-03 07:08:36 +02:00
"TargetGrants":{
"shape":"TargetGrants",
"documentation":"<p/>"
},
2015-10-08 20:16:07 +02:00
"TargetPrefix":{
"shape":"TargetPrefix",
2019-08-03 07:08:36 +02:00
"documentation":"<p>A prefix for all log object keys. If you store log files from multiple Amazon S3 buckets in a single bucket, you can use a prefix to distinguish which log files came from which bucket.</p>"
2015-10-08 20:16:07 +02:00
}
2018-05-08 03:57:43 +02:00
},
2019-08-03 07:08:36 +02:00
"documentation":"<p>Describes where logs are stored and the prefix that Amazon S3 assigns to all log object keys for a bucket. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketPUTlogging.html\">PUT Bucket logging</a> in the <i>Amazon Simple Storage Service API Reference</i>.</p>"
2015-10-08 20:16:07 +02:00
},
"MFA":{"type":"string"},
"MFADelete":{
"type":"string",
"enum":[
"Enabled",
"Disabled"
]
},
"MFADeleteStatus":{
"type":"string",
"enum":[
"Enabled",
"Disabled"
]
},
"Marker":{"type":"string"},
"MaxAgeSeconds":{"type":"integer"},
"MaxKeys":{"type":"integer"},
"MaxParts":{"type":"integer"},
"MaxUploads":{"type":"integer"},
"Message":{"type":"string"},
"Metadata":{
"type":"map",
"key":{"shape":"MetadataKey"},
"value":{"shape":"MetadataValue"}
},
"MetadataDirective":{
"type":"string",
"enum":[
"COPY",
"REPLACE"
]
},
2018-01-15 17:34:17 +01:00
"MetadataEntry":{
"type":"structure",
"members":{
2019-08-03 07:08:36 +02:00
"Name":{
"shape":"MetadataKey",
"documentation":"<p/>"
},
"Value":{
"shape":"MetadataValue",
"documentation":"<p/>"
}
2018-01-15 17:34:17 +01:00
},
2018-08-16 08:01:54 +02:00
"documentation":"<p>A metadata key-value pair to store with an object.</p>"
2018-01-15 17:34:17 +01:00
},
2015-10-08 20:16:07 +02:00
"MetadataKey":{"type":"string"},
"MetadataValue":{"type":"string"},
2017-02-02 09:27:08 +01:00
"MetricsAndOperator":{
"type":"structure",
"members":{
"Prefix":{
"shape":"Prefix",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The prefix used when evaluating an AND predicate.</p>"
2017-02-02 09:27:08 +01:00
},
"Tags":{
"shape":"TagSet",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The list of tags used when evaluating an AND predicate.</p>",
2017-02-02 09:27:08 +01:00
"flattened":true,
"locationName":"Tag"
}
2019-08-03 07:08:36 +02:00
},
"documentation":"<p/>"
2017-02-02 09:27:08 +01:00
},
"MetricsConfiguration":{
"type":"structure",
"required":["Id"],
"members":{
"Id":{
"shape":"MetricsId",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The ID used to identify the metrics configuration.</p>"
2017-02-02 09:27:08 +01:00
},
"Filter":{
"shape":"MetricsFilter",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies a metrics configuration filter. The metrics configuration will only include objects that meet the filter's criteria. A filter must be a prefix, a tag, or a conjunction (MetricsAndOperator).</p>"
2017-02-02 09:27:08 +01:00
}
2019-08-03 07:08:36 +02:00
},
"documentation":"<p>Specifies a metrics configuration for the CloudWatch request metrics (specified by the metrics configuration ID) from an Amazon S3 bucket. If you're updating an existing metrics configuration, note that this is a full replacement of the existing metrics configuration. If you don't include the elements you want to keep, they are erased. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketPUTMetricConfiguration.html\"> PUT Bucket metrics</a> in the <i>Amazon Simple Storage Service API Reference</i>.</p>"
2017-02-02 09:27:08 +01:00
},
"MetricsConfigurationList":{
"type":"list",
"member":{"shape":"MetricsConfiguration"},
"flattened":true
},
"MetricsFilter":{
"type":"structure",
"members":{
"Prefix":{
"shape":"Prefix",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The prefix used when evaluating a metrics filter.</p>"
2017-02-02 09:27:08 +01:00
},
"Tag":{
"shape":"Tag",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The tag used when evaluating a metrics filter.</p>"
2017-02-02 09:27:08 +01:00
},
"And":{
"shape":"MetricsAndOperator",
2018-08-16 08:01:54 +02:00
"documentation":"<p>A conjunction (logical AND) of predicates, which is used in evaluating a metrics filter. The operator must have at least two predicates, and an object must match all of the predicates in order for the filter to apply.</p>"
2017-02-02 09:27:08 +01:00
}
2019-08-03 07:08:36 +02:00
},
"documentation":"<p/>"
2017-02-02 09:27:08 +01:00
},
"MetricsId":{"type":"string"},
2015-10-08 20:16:07 +02:00
"MissingMeta":{"type":"integer"},
"MultipartUpload":{
"type":"structure",
"members":{
"UploadId":{
"shape":"MultipartUploadId",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Upload ID that identifies the multipart upload.</p>"
2015-10-08 20:16:07 +02:00
},
"Key":{
"shape":"ObjectKey",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Key of the object for which the multipart upload was initiated.</p>"
2015-10-08 20:16:07 +02:00
},
"Initiated":{
"shape":"Initiated",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Date and time at which the multipart upload was initiated.</p>"
2015-10-08 20:16:07 +02:00
},
"StorageClass":{
"shape":"StorageClass",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The class of storage used to store the object.</p>"
2015-10-08 20:16:07 +02:00
},
2019-08-03 07:08:36 +02:00
"Owner":{
"shape":"Owner",
"documentation":"<p/>"
},
2015-10-08 20:16:07 +02:00
"Initiator":{
"shape":"Initiator",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Identifies who initiated the multipart upload.</p>"
2015-10-08 20:16:07 +02:00
}
2019-08-03 07:08:36 +02:00
},
"documentation":"<p/>"
2015-10-08 20:16:07 +02:00
},
"MultipartUploadId":{"type":"string"},
"MultipartUploadList":{
"type":"list",
"member":{"shape":"MultipartUpload"},
"flattened":true
},
"NextKeyMarker":{"type":"string"},
"NextMarker":{"type":"string"},
"NextPartNumberMarker":{"type":"integer"},
"NextToken":{"type":"string"},
2015-10-08 20:16:07 +02:00
"NextUploadIdMarker":{"type":"string"},
"NextVersionIdMarker":{"type":"string"},
"NoSuchBucket":{
"type":"structure",
"members":{
},
2018-08-16 08:01:54 +02:00
"documentation":"<p>The specified bucket does not exist.</p>",
"exception":true
2015-10-08 20:16:07 +02:00
},
"NoSuchKey":{
"type":"structure",
"members":{
},
2018-08-16 08:01:54 +02:00
"documentation":"<p>The specified key does not exist.</p>",
"exception":true
2015-10-08 20:16:07 +02:00
},
"NoSuchUpload":{
"type":"structure",
"members":{
},
2018-08-16 08:01:54 +02:00
"documentation":"<p>The specified multipart upload does not exist.</p>",
"exception":true
2015-10-08 20:16:07 +02:00
},
"NoncurrentVersionExpiration":{
"type":"structure",
"members":{
"NoncurrentDays":{
"shape":"Days",
2019-08-03 07:08:36 +02:00
"documentation":"<p>Specifies the number of days an object is noncurrent before Amazon S3 can perform the associated action. For information about the noncurrent days calculations, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/intro-lifecycle-rules.html#non-current-days-calculations\">How Amazon S3 Calculates When an Object Became Noncurrent</a> in the Amazon Simple Storage Service Developer Guide.</p>"
2015-10-08 20:16:07 +02:00
}
},
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies when noncurrent object versions expire. Upon expiration, Amazon S3 permanently deletes the noncurrent object versions. You set this lifecycle configuration action on a bucket that has versioning enabled (or suspended) to request that Amazon S3 delete noncurrent object versions at a specific period in the object's lifetime.</p>"
2015-10-08 20:16:07 +02:00
},
"NoncurrentVersionTransition":{
"type":"structure",
"members":{
"NoncurrentDays":{
"shape":"Days",
2019-08-03 07:08:36 +02:00
"documentation":"<p>Specifies the number of days an object is noncurrent before Amazon S3 can perform the associated action. For information about the noncurrent days calculations, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/s3-access-control.html\">How Amazon S3 Calculates When an Object Became Noncurrent</a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</p>"
2015-10-08 20:16:07 +02:00
},
"StorageClass":{
"shape":"TransitionStorageClass",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The class of storage used to store the object.</p>"
2015-10-08 20:16:07 +02:00
}
},
2019-08-03 07:08:36 +02:00
"documentation":"<p>Container for the transition rule that describes when noncurrent objects transition to the <code>STANDARD_IA</code>, <code>ONEZONE_IA</code>, <code>INTELLIGENT_TIERING</code>, <code>GLACIER</code>, or <code>DEEP_ARCHIVE</code> storage class. If your bucket is versioning-enabled (or versioning is suspended), you can set this action to request that Amazon S3 transition noncurrent object versions to the <code>STANDARD_IA</code>, <code>ONEZONE_IA</code>, <code>INTELLIGENT_TIERING</code>, <code>GLACIER</code>, or <code>DEEP_ARCHIVE</code> storage class at a specific period in the object's lifetime.</p>"
},
"NoncurrentVersionTransitionList":{
"type":"list",
"member":{"shape":"NoncurrentVersionTransition"},
"flattened":true
2015-10-08 20:16:07 +02:00
},
"NotificationConfiguration":{
"type":"structure",
"members":{
"TopicConfigurations":{
"shape":"TopicConfigurationList",
2019-08-03 07:08:36 +02:00
"documentation":"<p>The topic to which notifications are sent and the events for which notifications are generated.</p>",
"locationName":"TopicConfiguration"
},
"QueueConfigurations":{
"shape":"QueueConfigurationList",
2019-08-03 07:08:36 +02:00
"documentation":"<p>The Amazon Simple Queue Service queues to publish messages to and the events for which to publish messages.</p>",
"locationName":"QueueConfiguration"
},
"LambdaFunctionConfigurations":{
"shape":"LambdaFunctionConfigurationList",
2019-08-03 07:08:36 +02:00
"documentation":"<p>Describes the AWS Lambda functions to invoke and the events for which to invoke them.</p>",
"locationName":"CloudFunctionConfiguration"
}
},
2018-11-28 09:58:03 +01:00
"documentation":"<p>A container for specifying the notification configuration of the bucket. If this element is empty, notifications are turned off for the bucket.</p>"
},
"NotificationConfigurationDeprecated":{
"type":"structure",
"members":{
2019-08-03 07:08:36 +02:00
"TopicConfiguration":{
"shape":"TopicConfigurationDeprecated",
"documentation":"<p/>"
},
"QueueConfiguration":{
"shape":"QueueConfigurationDeprecated",
"documentation":"<p/>"
},
"CloudFunctionConfiguration":{
"shape":"CloudFunctionConfiguration",
"documentation":"<p/>"
}
2015-10-08 20:16:07 +02:00
}
},
"NotificationConfigurationFilter":{
"type":"structure",
"members":{
"Key":{
"shape":"S3KeyFilter",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
"locationName":"S3Key"
}
},
2019-08-03 07:08:36 +02:00
"documentation":"<p>Specifies object key name filtering rules. For information about key name filtering, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/NotificationHowTo.html\">Configuring Event Notifications</a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</p>"
},
"NotificationId":{
"type":"string",
2018-11-28 09:58:03 +01:00
"documentation":"<p>An optional unique identifier for configurations in a notification configuration. If you don't provide one, Amazon S3 will assign an ID.</p>"
},
2015-10-08 20:16:07 +02:00
"Object":{
"type":"structure",
"members":{
2019-08-03 07:08:36 +02:00
"Key":{
"shape":"ObjectKey",
"documentation":"<p/>"
},
"LastModified":{
"shape":"LastModified",
"documentation":"<p/>"
},
"ETag":{
"shape":"ETag",
"documentation":"<p/>"
},
"Size":{
"shape":"Size",
"documentation":"<p/>"
},
2015-10-08 20:16:07 +02:00
"StorageClass":{
"shape":"ObjectStorageClass",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The class of storage used to store the object.</p>"
2015-10-08 20:16:07 +02:00
},
2019-08-03 07:08:36 +02:00
"Owner":{
"shape":"Owner",
"documentation":"<p/>"
}
},
"documentation":"<p/>"
2015-10-08 20:16:07 +02:00
},
"ObjectAlreadyInActiveTierError":{
"type":"structure",
"members":{
},
2018-08-16 08:01:54 +02:00
"documentation":"<p>This operation is not allowed against this storage tier</p>",
"exception":true
2015-10-08 20:16:07 +02:00
},
"ObjectCannedACL":{
"type":"string",
"enum":[
"private",
"public-read",
"public-read-write",
"authenticated-read",
"aws-exec-read",
2015-10-08 20:16:07 +02:00
"bucket-owner-read",
"bucket-owner-full-control"
]
},
"ObjectIdentifier":{
"type":"structure",
"required":["Key"],
"members":{
"Key":{
"shape":"ObjectKey",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Key name of the object to delete.</p>"
2015-10-08 20:16:07 +02:00
},
"VersionId":{
"shape":"ObjectVersionId",
2018-08-16 08:01:54 +02:00
"documentation":"<p>VersionId for the specific version of the object to delete.</p>"
2015-10-08 20:16:07 +02:00
}
2019-08-03 07:08:36 +02:00
},
"documentation":"<p/>"
2015-10-08 20:16:07 +02:00
},
"ObjectIdentifierList":{
"type":"list",
"member":{"shape":"ObjectIdentifier"},
"flattened":true
},
"ObjectKey":{
"type":"string",
"min":1
},
2015-10-08 20:16:07 +02:00
"ObjectList":{
"type":"list",
"member":{"shape":"Object"},
"flattened":true
},
2018-11-28 09:58:03 +01:00
"ObjectLockConfiguration":{
"type":"structure",
"members":{
"ObjectLockEnabled":{
"shape":"ObjectLockEnabled",
2019-08-03 07:08:36 +02:00
"documentation":"<p>Indicates whether this bucket has an object lock configuration enabled.</p>"
2018-11-28 09:58:03 +01:00
},
"Rule":{
"shape":"ObjectLockRule",
2019-08-03 07:08:36 +02:00
"documentation":"<p>The object lock rule in place for the specified object.</p>"
2018-11-28 09:58:03 +01:00
}
},
2019-08-03 07:08:36 +02:00
"documentation":"<p>The container element for object lock configuration parameters.</p>"
2018-11-28 09:58:03 +01:00
},
"ObjectLockEnabled":{
"type":"string",
"enum":["Enabled"]
},
"ObjectLockEnabledForBucket":{"type":"boolean"},
"ObjectLockLegalHold":{
"type":"structure",
"members":{
"Status":{
"shape":"ObjectLockLegalHoldStatus",
"documentation":"<p>Indicates whether the specified object has a Legal Hold in place.</p>"
}
},
"documentation":"<p>A Legal Hold configuration for an object.</p>"
},
"ObjectLockLegalHoldStatus":{
"type":"string",
"enum":[
"ON",
"OFF"
]
},
"ObjectLockMode":{
"type":"string",
"enum":[
"GOVERNANCE",
"COMPLIANCE"
]
},
2018-12-28 08:05:06 +01:00
"ObjectLockRetainUntilDate":{
"type":"timestamp",
"timestampFormat":"iso8601"
},
2018-11-28 09:58:03 +01:00
"ObjectLockRetention":{
"type":"structure",
"members":{
"Mode":{
"shape":"ObjectLockRetentionMode",
"documentation":"<p>Indicates the Retention mode for the specified object.</p>"
},
"RetainUntilDate":{
"shape":"Date",
2019-08-03 07:08:36 +02:00
"documentation":"<p>The date on which this object lock retention expires.</p>"
2018-11-28 09:58:03 +01:00
}
},
"documentation":"<p>A Retention configuration for an object.</p>"
},
"ObjectLockRetentionMode":{
"type":"string",
"enum":[
"GOVERNANCE",
"COMPLIANCE"
]
},
"ObjectLockRule":{
"type":"structure",
"members":{
"DefaultRetention":{
"shape":"DefaultRetention",
"documentation":"<p>The default retention period that you want to apply to new objects placed in the specified bucket.</p>"
}
},
2019-08-03 07:08:36 +02:00
"documentation":"<p>The container element for an object lock rule.</p>"
2018-11-28 09:58:03 +01:00
},
"ObjectLockToken":{"type":"string"},
2015-10-08 20:16:07 +02:00
"ObjectNotInActiveTierError":{
"type":"structure",
"members":{
},
2018-08-16 08:01:54 +02:00
"documentation":"<p>The source object of the COPY operation is not in the active tier and is only stored in Amazon Glacier.</p>",
"exception":true
2015-10-08 20:16:07 +02:00
},
"ObjectStorageClass":{
"type":"string",
"enum":[
"STANDARD",
"REDUCED_REDUNDANCY",
2018-05-08 03:57:43 +02:00
"GLACIER",
"STANDARD_IA",
2018-11-28 09:58:03 +01:00
"ONEZONE_IA",
2019-08-03 07:08:36 +02:00
"INTELLIGENT_TIERING",
"DEEP_ARCHIVE"
2015-10-08 20:16:07 +02:00
]
},
"ObjectVersion":{
"type":"structure",
"members":{
2019-08-03 07:08:36 +02:00
"ETag":{
"shape":"ETag",
"documentation":"<p/>"
},
2015-10-08 20:16:07 +02:00
"Size":{
"shape":"Size",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Size in bytes of the object.</p>"
2015-10-08 20:16:07 +02:00
},
"StorageClass":{
"shape":"ObjectVersionStorageClass",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The class of storage used to store the object.</p>"
2015-10-08 20:16:07 +02:00
},
"Key":{
"shape":"ObjectKey",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The object key.</p>"
2015-10-08 20:16:07 +02:00
},
"VersionId":{
"shape":"ObjectVersionId",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Version ID of an object.</p>"
2015-10-08 20:16:07 +02:00
},
"IsLatest":{
"shape":"IsLatest",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies whether the object is (true) or is not (false) the latest version of an object.</p>"
2015-10-08 20:16:07 +02:00
},
"LastModified":{
"shape":"LastModified",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Date and time the object was last modified.</p>"
2015-10-08 20:16:07 +02:00
},
2019-08-03 07:08:36 +02:00
"Owner":{
"shape":"Owner",
"documentation":"<p/>"
}
},
"documentation":"<p/>"
2015-10-08 20:16:07 +02:00
},
"ObjectVersionId":{"type":"string"},
"ObjectVersionList":{
"type":"list",
"member":{"shape":"ObjectVersion"},
"flattened":true
},
"ObjectVersionStorageClass":{
"type":"string",
"enum":["STANDARD"]
},
2018-01-15 17:34:17 +01:00
"OutputLocation":{
"type":"structure",
"members":{
"S3":{
"shape":"S3Location",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Describes an S3 location that will receive the results of the restore request.</p>"
2018-01-15 17:34:17 +01:00
}
},
2018-08-16 08:01:54 +02:00
"documentation":"<p>Describes the location where the restore job's output is stored.</p>"
2018-01-15 17:34:17 +01:00
},
"OutputSerialization":{
"type":"structure",
"members":{
"CSV":{
"shape":"CSVOutput",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Describes the serialization of CSV-encoded Select results.</p>"
2018-05-08 03:57:43 +02:00
},
"JSON":{
"shape":"JSONOutput",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies JSON as request's output serialization format.</p>"
2018-01-15 17:34:17 +01:00
}
},
2018-08-16 08:01:54 +02:00
"documentation":"<p>Describes how results of the Select job are serialized.</p>"
2018-01-15 17:34:17 +01:00
},
2015-10-08 20:16:07 +02:00
"Owner":{
"type":"structure",
"members":{
2019-08-03 07:08:36 +02:00
"DisplayName":{
"shape":"DisplayName",
"documentation":"<p/>"
},
"ID":{
"shape":"ID",
"documentation":"<p/>"
}
},
"documentation":"<p/>"
2015-10-08 20:16:07 +02:00
},
2018-01-15 17:34:17 +01:00
"OwnerOverride":{
"type":"string",
"enum":["Destination"]
},
2018-10-04 08:50:52 +02:00
"ParquetInput":{
"type":"structure",
"members":{
2019-08-03 07:08:36 +02:00
},
"documentation":"<p/>"
2018-10-04 08:50:52 +02:00
},
2015-10-08 20:16:07 +02:00
"Part":{
"type":"structure",
"members":{
"PartNumber":{
"shape":"PartNumber",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Part number identifying the part. This is a positive integer between 1 and 10,000.</p>"
2015-10-08 20:16:07 +02:00
},
"LastModified":{
"shape":"LastModified",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Date and time at which the part was uploaded.</p>"
2015-10-08 20:16:07 +02:00
},
"ETag":{
"shape":"ETag",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Entity tag returned when the part was uploaded.</p>"
2015-10-08 20:16:07 +02:00
},
"Size":{
"shape":"Size",
2018-11-28 09:58:03 +01:00
"documentation":"<p>Size in bytes of the uploaded part data.</p>"
2015-10-08 20:16:07 +02:00
}
2019-08-03 07:08:36 +02:00
},
"documentation":"<p/>"
2015-10-08 20:16:07 +02:00
},
"PartNumber":{"type":"integer"},
"PartNumberMarker":{"type":"integer"},
"Parts":{
"type":"list",
"member":{"shape":"Part"},
"flattened":true
},
"PartsCount":{"type":"integer"},
2015-10-08 20:16:07 +02:00
"Payer":{
"type":"string",
"enum":[
"Requester",
"BucketOwner"
]
},
"Permission":{
"type":"string",
"enum":[
"FULL_CONTROL",
"WRITE",
"WRITE_ACP",
"READ",
"READ_ACP"
]
},
"Policy":{"type":"string"},
2018-11-28 09:58:03 +01:00
"PolicyStatus":{
"type":"structure",
"members":{
"IsPublic":{
"shape":"IsPublic",
"documentation":"<p>The policy status for this bucket. <code>TRUE</code> indicates that this bucket is public. <code>FALSE</code> indicates that the bucket is not public.</p>",
"locationName":"IsPublic"
}
},
"documentation":"<p>The container element for a bucket's policy status.</p>"
},
2015-10-08 20:16:07 +02:00
"Prefix":{"type":"string"},
2018-10-04 08:50:52 +02:00
"Priority":{"type":"integer"},
2018-05-08 03:57:43 +02:00
"Progress":{
"type":"structure",
"members":{
"BytesScanned":{
"shape":"BytesScanned",
2018-11-28 09:58:03 +01:00
"documentation":"<p>The current number of object bytes scanned.</p>"
2018-05-08 03:57:43 +02:00
},
"BytesProcessed":{
"shape":"BytesProcessed",
2018-11-28 09:58:03 +01:00
"documentation":"<p>The current number of uncompressed object bytes processed.</p>"
2018-05-08 03:57:43 +02:00
},
"BytesReturned":{
"shape":"BytesReturned",
2018-11-28 09:58:03 +01:00
"documentation":"<p>The current number of bytes of records payload data returned.</p>"
2018-05-08 03:57:43 +02:00
}
2019-08-03 07:08:36 +02:00
},
"documentation":"<p/>"
2018-05-08 03:57:43 +02:00
},
"ProgressEvent":{
"type":"structure",
"members":{
"Details":{
"shape":"Progress",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The Progress event details.</p>",
2018-05-08 03:57:43 +02:00
"eventpayload":true
}
},
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2018-05-08 03:57:43 +02:00
"event":true
},
2015-10-08 20:16:07 +02:00
"Protocol":{
"type":"string",
"enum":[
"http",
"https"
]
},
2018-11-28 09:58:03 +01:00
"PublicAccessBlockConfiguration":{
"type":"structure",
"members":{
"BlockPublicAcls":{
"shape":"Setting",
"documentation":"<p>Specifies whether Amazon S3 should block public access control lists (ACLs) for this bucket and objects in this bucket. Setting this element to <code>TRUE</code> causes the following behavior:</p> <ul> <li> <p>PUT Bucket acl and PUT Object acl calls fail if the specified ACL is public.</p> </li> <li> <p>PUT Object calls fail if the request includes a public ACL.</p> </li> </ul> <p>Enabling this setting doesn't affect existing policies or ACLs.</p>",
"locationName":"BlockPublicAcls"
},
"IgnorePublicAcls":{
"shape":"Setting",
"documentation":"<p>Specifies whether Amazon S3 should ignore public ACLs for this bucket and objects in this bucket. Setting this element to <code>TRUE</code> causes Amazon S3 to ignore all public ACLs on this bucket and objects in this bucket.</p> <p>Enabling this setting doesn't affect the persistence of any existing ACLs and doesn't prevent new public ACLs from being set.</p>",
"locationName":"IgnorePublicAcls"
},
"BlockPublicPolicy":{
"shape":"Setting",
"documentation":"<p>Specifies whether Amazon S3 should block public bucket policies for this bucket. Setting this element to <code>TRUE</code> causes Amazon S3 to reject calls to PUT Bucket policy if the specified bucket policy allows public access. </p> <p>Enabling this setting doesn't affect existing bucket policies.</p>",
"locationName":"BlockPublicPolicy"
},
"RestrictPublicBuckets":{
"shape":"Setting",
"documentation":"<p>Specifies whether Amazon S3 should restrict public bucket policies for this bucket. Setting this element to <code>TRUE</code> restricts access to this bucket to only AWS services and authorized users within this account if the bucket has a public policy.</p> <p>Enabling this setting doesn't affect previously stored bucket policies, except that public and cross-account access within any public bucket policy, including non-public delegation to specific accounts, is blocked.</p>",
"locationName":"RestrictPublicBuckets"
}
2019-08-03 07:08:36 +02:00
},
"documentation":"<p>Specifies the Block Public Access configuration for an Amazon S3 bucket.</p>"
2018-11-28 09:58:03 +01:00
},
"PutBucketAccelerateConfigurationRequest":{
"type":"structure",
"required":[
"Bucket",
"AccelerateConfiguration"
],
"members":{
"Bucket":{
"shape":"BucketName",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Name of the bucket for which the accelerate configuration is set.</p>",
"location":"uri",
"locationName":"Bucket"
},
"AccelerateConfiguration":{
"shape":"AccelerateConfiguration",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies the Accelerate Configuration you want to set for the bucket.</p>",
"locationName":"AccelerateConfiguration",
"xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}
}
},
"payload":"AccelerateConfiguration"
},
2015-10-08 20:16:07 +02:00
"PutBucketAclRequest":{
"type":"structure",
"required":["Bucket"],
"members":{
"ACL":{
"shape":"BucketCannedACL",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The canned ACL to apply to the bucket.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-acl"
2015-10-08 20:16:07 +02:00
},
"AccessControlPolicy":{
"shape":"AccessControlPolicy",
2019-08-03 07:08:36 +02:00
"documentation":"<p>Contains the elements that set the ACL permissions for an object per grantee.</p>",
"locationName":"AccessControlPolicy",
"xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}
2015-10-08 20:16:07 +02:00
},
"Bucket":{
"shape":"BucketName",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"location":"uri",
"locationName":"Bucket"
},
"ContentMD5":{
"shape":"ContentMD5",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"Content-MD5"
},
"GrantFullControl":{
"shape":"GrantFullControl",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Allows grantee the read, write, read ACP, and write ACP permissions on the bucket.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-grant-full-control"
2015-10-08 20:16:07 +02:00
},
"GrantRead":{
"shape":"GrantRead",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Allows grantee to list the objects in the bucket.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-grant-read"
2015-10-08 20:16:07 +02:00
},
"GrantReadACP":{
"shape":"GrantReadACP",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Allows grantee to read the bucket ACL.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-grant-read-acp"
2015-10-08 20:16:07 +02:00
},
"GrantWrite":{
"shape":"GrantWrite",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Allows grantee to create, overwrite, and delete any object in the bucket.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-grant-write"
2015-10-08 20:16:07 +02:00
},
"GrantWriteACP":{
"shape":"GrantWriteACP",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Allows grantee to write the ACL for the applicable bucket.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-grant-write-acp"
2015-10-08 20:16:07 +02:00
}
},
"payload":"AccessControlPolicy"
},
2017-02-02 09:27:08 +01:00
"PutBucketAnalyticsConfigurationRequest":{
"type":"structure",
"required":[
"Bucket",
"Id",
"AnalyticsConfiguration"
],
"members":{
"Bucket":{
"shape":"BucketName",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The name of the bucket to which an analytics configuration is stored.</p>",
2017-02-02 09:27:08 +01:00
"location":"uri",
"locationName":"Bucket"
},
"Id":{
"shape":"AnalyticsId",
2019-08-03 07:08:36 +02:00
"documentation":"<p>The ID that identifies the analytics configuration.</p>",
2017-02-02 09:27:08 +01:00
"location":"querystring",
"locationName":"id"
},
"AnalyticsConfiguration":{
"shape":"AnalyticsConfiguration",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The configuration and any analyses for the analytics filter.</p>",
2017-02-02 09:27:08 +01:00
"locationName":"AnalyticsConfiguration",
"xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}
}
},
"payload":"AnalyticsConfiguration"
},
2015-10-08 20:16:07 +02:00
"PutBucketCorsRequest":{
"type":"structure",
"required":[
"Bucket",
"CORSConfiguration"
],
2015-10-08 20:16:07 +02:00
"members":{
"Bucket":{
"shape":"BucketName",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"location":"uri",
"locationName":"Bucket"
},
"CORSConfiguration":{
"shape":"CORSConfiguration",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
"locationName":"CORSConfiguration",
"xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}
2015-10-08 20:16:07 +02:00
},
"ContentMD5":{
"shape":"ContentMD5",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"Content-MD5"
}
},
"payload":"CORSConfiguration"
},
2018-01-15 17:34:17 +01:00
"PutBucketEncryptionRequest":{
"type":"structure",
"required":[
"Bucket",
"ServerSideEncryptionConfiguration"
],
"members":{
"Bucket":{
"shape":"BucketName",
2019-08-03 07:08:36 +02:00
"documentation":"<p>Specifies default encryption for a bucket using server-side encryption with Amazon S3-managed keys (SSE-S3) or AWS KMS-managed keys (SSE-KMS). For information about the Amazon S3 default encryption feature, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/bucket-encryption.html\">Amazon S3 Default Bucket Encryption</a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</p>",
2018-01-15 17:34:17 +01:00
"location":"uri",
"locationName":"Bucket"
},
"ContentMD5":{
"shape":"ContentMD5",
2019-08-03 07:08:36 +02:00
"documentation":"<p>The base64-encoded 128-bit MD5 digest of the server-side encryption configuration. This parameter is auto-populated when using the command from the CLI.</p>",
2018-01-15 17:34:17 +01:00
"location":"header",
"locationName":"Content-MD5"
},
"ServerSideEncryptionConfiguration":{
"shape":"ServerSideEncryptionConfiguration",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2018-01-15 17:34:17 +01:00
"locationName":"ServerSideEncryptionConfiguration",
"xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}
}
},
"payload":"ServerSideEncryptionConfiguration"
},
2017-02-02 09:27:08 +01:00
"PutBucketInventoryConfigurationRequest":{
"type":"structure",
"required":[
"Bucket",
"Id",
"InventoryConfiguration"
],
"members":{
"Bucket":{
"shape":"BucketName",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The name of the bucket where the inventory configuration will be stored.</p>",
2017-02-02 09:27:08 +01:00
"location":"uri",
"locationName":"Bucket"
},
"Id":{
"shape":"InventoryId",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The ID used to identify the inventory configuration.</p>",
2017-02-02 09:27:08 +01:00
"location":"querystring",
"locationName":"id"
},
"InventoryConfiguration":{
"shape":"InventoryConfiguration",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies the inventory configuration.</p>",
2017-02-02 09:27:08 +01:00
"locationName":"InventoryConfiguration",
"xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}
}
},
"payload":"InventoryConfiguration"
},
"PutBucketLifecycleConfigurationRequest":{
"type":"structure",
"required":["Bucket"],
"members":{
"Bucket":{
"shape":"BucketName",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
"location":"uri",
"locationName":"Bucket"
},
"LifecycleConfiguration":{
"shape":"BucketLifecycleConfiguration",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
"locationName":"LifecycleConfiguration",
"xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}
}
},
"payload":"LifecycleConfiguration"
},
2015-10-08 20:16:07 +02:00
"PutBucketLifecycleRequest":{
"type":"structure",
"required":["Bucket"],
"members":{
"Bucket":{
"shape":"BucketName",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"location":"uri",
"locationName":"Bucket"
},
"ContentMD5":{
"shape":"ContentMD5",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"Content-MD5"
},
"LifecycleConfiguration":{
"shape":"LifecycleConfiguration",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
"locationName":"LifecycleConfiguration",
"xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}
2015-10-08 20:16:07 +02:00
}
},
"payload":"LifecycleConfiguration"
},
"PutBucketLoggingRequest":{
"type":"structure",
"required":[
"Bucket",
"BucketLoggingStatus"
],
"members":{
"Bucket":{
"shape":"BucketName",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"location":"uri",
"locationName":"Bucket"
},
"BucketLoggingStatus":{
"shape":"BucketLoggingStatus",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
"locationName":"BucketLoggingStatus",
"xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}
2015-10-08 20:16:07 +02:00
},
"ContentMD5":{
"shape":"ContentMD5",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"Content-MD5"
}
},
"payload":"BucketLoggingStatus"
},
2017-02-02 09:27:08 +01:00
"PutBucketMetricsConfigurationRequest":{
"type":"structure",
"required":[
"Bucket",
"Id",
"MetricsConfiguration"
],
"members":{
"Bucket":{
"shape":"BucketName",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The name of the bucket for which the metrics configuration is set.</p>",
2017-02-02 09:27:08 +01:00
"location":"uri",
"locationName":"Bucket"
},
"Id":{
"shape":"MetricsId",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The ID used to identify the metrics configuration.</p>",
2017-02-02 09:27:08 +01:00
"location":"querystring",
"locationName":"id"
},
"MetricsConfiguration":{
"shape":"MetricsConfiguration",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies the metrics configuration.</p>",
2017-02-02 09:27:08 +01:00
"locationName":"MetricsConfiguration",
"xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}
}
},
"payload":"MetricsConfiguration"
},
"PutBucketNotificationConfigurationRequest":{
"type":"structure",
"required":[
"Bucket",
"NotificationConfiguration"
],
"members":{
"Bucket":{
"shape":"BucketName",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
"location":"uri",
"locationName":"Bucket"
},
"NotificationConfiguration":{
"shape":"NotificationConfiguration",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
"locationName":"NotificationConfiguration",
"xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}
}
},
"payload":"NotificationConfiguration"
},
2015-10-08 20:16:07 +02:00
"PutBucketNotificationRequest":{
"type":"structure",
"required":[
"Bucket",
"NotificationConfiguration"
],
"members":{
"Bucket":{
"shape":"BucketName",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"location":"uri",
"locationName":"Bucket"
},
"ContentMD5":{
"shape":"ContentMD5",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"Content-MD5"
},
"NotificationConfiguration":{
"shape":"NotificationConfigurationDeprecated",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
"locationName":"NotificationConfiguration",
"xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}
2015-10-08 20:16:07 +02:00
}
},
"payload":"NotificationConfiguration"
},
"PutBucketPolicyRequest":{
"type":"structure",
"required":[
"Bucket",
"Policy"
],
"members":{
"Bucket":{
"shape":"BucketName",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"location":"uri",
"locationName":"Bucket"
},
"ContentMD5":{
"shape":"ContentMD5",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"Content-MD5"
},
2018-01-15 17:34:17 +01:00
"ConfirmRemoveSelfBucketAccess":{
"shape":"ConfirmRemoveSelfBucketAccess",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Set this parameter to true to confirm that you want to remove your permissions to change this bucket policy in the future.</p>",
2018-01-15 17:34:17 +01:00
"location":"header",
"locationName":"x-amz-confirm-remove-self-bucket-access"
},
2015-10-08 20:16:07 +02:00
"Policy":{
"shape":"Policy",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The bucket policy as a JSON document.</p>"
2015-10-08 20:16:07 +02:00
}
},
"payload":"Policy"
},
"PutBucketReplicationRequest":{
"type":"structure",
"required":[
"Bucket",
"ReplicationConfiguration"
],
"members":{
"Bucket":{
"shape":"BucketName",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
"location":"uri",
"locationName":"Bucket"
},
"ContentMD5":{
"shape":"ContentMD5",
2019-08-03 07:08:36 +02:00
"documentation":"<p>The base64-encoded 128-bit MD5 digest of the data. You must use this header as a message integrity check to verify that the request body was not corrupted in transit.</p>",
"location":"header",
"locationName":"Content-MD5"
},
"ReplicationConfiguration":{
"shape":"ReplicationConfiguration",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
"locationName":"ReplicationConfiguration",
"xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}
2019-08-03 07:08:36 +02:00
},
"Token":{
"shape":"ObjectLockToken",
"documentation":"<p>A token that allows Amazon S3 object lock to be enabled for an existing bucket.</p>",
"location":"header",
"locationName":"x-amz-bucket-object-lock-token"
}
},
"payload":"ReplicationConfiguration"
},
2015-10-08 20:16:07 +02:00
"PutBucketRequestPaymentRequest":{
"type":"structure",
"required":[
"Bucket",
"RequestPaymentConfiguration"
],
"members":{
"Bucket":{
"shape":"BucketName",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"location":"uri",
"locationName":"Bucket"
},
"ContentMD5":{
"shape":"ContentMD5",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"Content-MD5"
},
"RequestPaymentConfiguration":{
"shape":"RequestPaymentConfiguration",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
"locationName":"RequestPaymentConfiguration",
"xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}
2015-10-08 20:16:07 +02:00
}
},
"payload":"RequestPaymentConfiguration"
},
"PutBucketTaggingRequest":{
"type":"structure",
"required":[
"Bucket",
"Tagging"
],
"members":{
"Bucket":{
"shape":"BucketName",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"location":"uri",
"locationName":"Bucket"
},
"ContentMD5":{
"shape":"ContentMD5",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"Content-MD5"
},
"Tagging":{
"shape":"Tagging",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
"locationName":"Tagging",
"xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}
2015-10-08 20:16:07 +02:00
}
},
"payload":"Tagging"
},
"PutBucketVersioningRequest":{
"type":"structure",
"required":[
"Bucket",
"VersioningConfiguration"
],
"members":{
"Bucket":{
"shape":"BucketName",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"location":"uri",
"locationName":"Bucket"
},
"ContentMD5":{
"shape":"ContentMD5",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"Content-MD5"
},
"MFA":{
"shape":"MFA",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The concatenation of the authentication device's serial number, a space, and the value that is displayed on your authentication device.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-mfa"
2015-10-08 20:16:07 +02:00
},
"VersioningConfiguration":{
"shape":"VersioningConfiguration",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
"locationName":"VersioningConfiguration",
"xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}
2015-10-08 20:16:07 +02:00
}
},
"payload":"VersioningConfiguration"
},
"PutBucketWebsiteRequest":{
"type":"structure",
"required":[
"Bucket",
"WebsiteConfiguration"
],
"members":{
"Bucket":{
"shape":"BucketName",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"location":"uri",
"locationName":"Bucket"
},
"ContentMD5":{
"shape":"ContentMD5",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"Content-MD5"
},
"WebsiteConfiguration":{
"shape":"WebsiteConfiguration",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
"locationName":"WebsiteConfiguration",
"xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}
2015-10-08 20:16:07 +02:00
}
},
"payload":"WebsiteConfiguration"
},
"PutObjectAclOutput":{
"type":"structure",
"members":{
"RequestCharged":{
"shape":"RequestCharged",
"location":"header",
"locationName":"x-amz-request-charged"
}
}
},
2015-10-08 20:16:07 +02:00
"PutObjectAclRequest":{
"type":"structure",
"required":[
"Bucket",
"Key"
],
"members":{
"ACL":{
"shape":"ObjectCannedACL",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The canned ACL to apply to the object.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-acl"
2015-10-08 20:16:07 +02:00
},
"AccessControlPolicy":{
"shape":"AccessControlPolicy",
2019-08-03 07:08:36 +02:00
"documentation":"<p>Contains the elements that set the ACL permissions for an object per grantee.</p>",
"locationName":"AccessControlPolicy",
"xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}
2015-10-08 20:16:07 +02:00
},
"Bucket":{
"shape":"BucketName",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"location":"uri",
"locationName":"Bucket"
},
"ContentMD5":{
"shape":"ContentMD5",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"Content-MD5"
},
"GrantFullControl":{
"shape":"GrantFullControl",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Allows grantee the read, write, read ACP, and write ACP permissions on the bucket.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-grant-full-control"
2015-10-08 20:16:07 +02:00
},
"GrantRead":{
"shape":"GrantRead",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Allows grantee to list the objects in the bucket.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-grant-read"
2015-10-08 20:16:07 +02:00
},
"GrantReadACP":{
"shape":"GrantReadACP",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Allows grantee to read the bucket ACL.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-grant-read-acp"
2015-10-08 20:16:07 +02:00
},
"GrantWrite":{
"shape":"GrantWrite",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Allows grantee to create, overwrite, and delete any object in the bucket.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-grant-write"
2015-10-08 20:16:07 +02:00
},
"GrantWriteACP":{
"shape":"GrantWriteACP",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Allows grantee to write the ACL for the applicable bucket.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-grant-write-acp"
2015-10-08 20:16:07 +02:00
},
"Key":{
"shape":"ObjectKey",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"location":"uri",
"locationName":"Key"
},
"RequestPayer":{
"shape":"RequestPayer",
"location":"header",
"locationName":"x-amz-request-payer"
},
"VersionId":{
"shape":"ObjectVersionId",
2018-08-16 08:01:54 +02:00
"documentation":"<p>VersionId used to reference a specific version of the object.</p>",
"location":"querystring",
"locationName":"versionId"
2015-10-08 20:16:07 +02:00
}
},
"payload":"AccessControlPolicy"
},
2018-11-28 09:58:03 +01:00
"PutObjectLegalHoldOutput":{
"type":"structure",
"members":{
"RequestCharged":{
"shape":"RequestCharged",
"location":"header",
"locationName":"x-amz-request-charged"
}
}
},
"PutObjectLegalHoldRequest":{
"type":"structure",
"required":[
"Bucket",
"Key"
],
"members":{
"Bucket":{
"shape":"BucketName",
"documentation":"<p>The bucket containing the object that you want to place a Legal Hold on.</p>",
"location":"uri",
"locationName":"Bucket"
},
"Key":{
"shape":"ObjectKey",
"documentation":"<p>The key name for the object that you want to place a Legal Hold on.</p>",
"location":"uri",
"locationName":"Key"
},
"LegalHold":{
"shape":"ObjectLockLegalHold",
"documentation":"<p>Container element for the Legal Hold configuration you want to apply to the specified object.</p>",
"locationName":"LegalHold",
"xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}
},
"RequestPayer":{
"shape":"RequestPayer",
"location":"header",
"locationName":"x-amz-request-payer"
},
"VersionId":{
"shape":"ObjectVersionId",
"documentation":"<p>The version ID of the object that you want to place a Legal Hold on.</p>",
"location":"querystring",
"locationName":"versionId"
},
"ContentMD5":{
"shape":"ContentMD5",
2018-12-28 08:05:06 +01:00
"documentation":"<p>The MD5 hash for the request body.</p>",
2018-11-28 09:58:03 +01:00
"location":"header",
"locationName":"Content-MD5"
}
},
"payload":"LegalHold"
},
"PutObjectLockConfigurationOutput":{
"type":"structure",
"members":{
"RequestCharged":{
"shape":"RequestCharged",
"location":"header",
"locationName":"x-amz-request-charged"
}
}
},
"PutObjectLockConfigurationRequest":{
"type":"structure",
"required":["Bucket"],
"members":{
"Bucket":{
"shape":"BucketName",
2019-08-03 07:08:36 +02:00
"documentation":"<p>The bucket whose object lock configuration you want to create or replace.</p>",
2018-11-28 09:58:03 +01:00
"location":"uri",
"locationName":"Bucket"
},
"ObjectLockConfiguration":{
"shape":"ObjectLockConfiguration",
2019-08-03 07:08:36 +02:00
"documentation":"<p>The object lock configuration that you want to apply to the specified bucket.</p>",
2018-11-28 09:58:03 +01:00
"locationName":"ObjectLockConfiguration",
"xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}
},
"RequestPayer":{
"shape":"RequestPayer",
"location":"header",
"locationName":"x-amz-request-payer"
},
"Token":{
"shape":"ObjectLockToken",
2019-08-03 07:08:36 +02:00
"documentation":"<p>A token to allow Amazon S3 object lock to be enabled for an existing bucket.</p>",
2018-11-28 09:58:03 +01:00
"location":"header",
"locationName":"x-amz-bucket-object-lock-token"
},
"ContentMD5":{
"shape":"ContentMD5",
2018-12-28 08:05:06 +01:00
"documentation":"<p>The MD5 hash for the request body.</p>",
2018-11-28 09:58:03 +01:00
"location":"header",
"locationName":"Content-MD5"
}
},
"payload":"ObjectLockConfiguration"
},
2015-10-08 20:16:07 +02:00
"PutObjectOutput":{
"type":"structure",
"members":{
"Expiration":{
"shape":"Expiration",
2018-08-16 08:01:54 +02:00
"documentation":"<p>If the object expiration is configured, this will contain the expiration date (expiry-date) and rule ID (rule-id). The value of rule-id is URL encoded.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-expiration"
2015-10-08 20:16:07 +02:00
},
"ETag":{
"shape":"ETag",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Entity tag for the uploaded object.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"ETag"
2015-10-08 20:16:07 +02:00
},
"ServerSideEncryption":{
"shape":"ServerSideEncryption",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The Server-side encryption algorithm used when storing this object in S3 (e.g., AES256, aws:kms).</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-server-side-encryption"
2015-10-08 20:16:07 +02:00
},
"VersionId":{
"shape":"ObjectVersionId",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Version of the object.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-version-id"
2015-10-08 20:16:07 +02:00
},
"SSECustomerAlgorithm":{
"shape":"SSECustomerAlgorithm",
2018-08-16 08:01:54 +02:00
"documentation":"<p>If server-side encryption with a customer-provided encryption key was requested, the response will include this header confirming the encryption algorithm used.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-server-side-encryption-customer-algorithm"
2015-10-08 20:16:07 +02:00
},
"SSECustomerKeyMD5":{
"shape":"SSECustomerKeyMD5",
2018-08-16 08:01:54 +02:00
"documentation":"<p>If server-side encryption with a customer-provided encryption key was requested, the response will include this header to provide round trip message integrity verification of the customer-provided encryption key.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-server-side-encryption-customer-key-MD5"
2015-10-08 20:16:11 +02:00
},
"SSEKMSKeyId":{
"shape":"SSEKMSKeyId",
2018-08-16 08:01:54 +02:00
"documentation":"<p>If present, specifies the ID of the AWS Key Management Service (KMS) master encryption key that was used for the object.</p>",
"location":"header",
"locationName":"x-amz-server-side-encryption-aws-kms-key-id"
},
2019-08-03 07:08:36 +02:00
"SSEKMSEncryptionContext":{
"shape":"SSEKMSEncryptionContext",
"documentation":"<p>If present, specifies the AWS KMS Encryption Context to use for object encryption. The value of this header is a base64-encoded UTF-8 string holding JSON with the encryption context key-value pairs.</p>",
"location":"header",
"locationName":"x-amz-server-side-encryption-context"
},
"RequestCharged":{
"shape":"RequestCharged",
2015-10-08 20:16:11 +02:00
"location":"header",
"locationName":"x-amz-request-charged"
2015-10-08 20:16:07 +02:00
}
}
},
"PutObjectRequest":{
"type":"structure",
"required":[
"Bucket",
"Key"
],
"members":{
"ACL":{
"shape":"ObjectCannedACL",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The canned ACL to apply to the object.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-acl"
2015-10-08 20:16:07 +02:00
},
"Body":{
"shape":"Body",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Object data.</p>",
"streaming":true
2015-10-08 20:16:07 +02:00
},
"Bucket":{
"shape":"BucketName",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Name of the bucket to which the PUT operation was initiated.</p>",
2015-10-08 20:16:07 +02:00
"location":"uri",
"locationName":"Bucket"
},
"CacheControl":{
"shape":"CacheControl",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies caching behavior along the request/reply chain.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"Cache-Control"
2015-10-08 20:16:07 +02:00
},
"ContentDisposition":{
"shape":"ContentDisposition",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies presentational information for the object.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"Content-Disposition"
2015-10-08 20:16:07 +02:00
},
"ContentEncoding":{
"shape":"ContentEncoding",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies what content encodings have been applied to the object and thus what decoding mechanisms must be applied to obtain the media-type referenced by the Content-Type header field.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"Content-Encoding"
2015-10-08 20:16:07 +02:00
},
"ContentLanguage":{
"shape":"ContentLanguage",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The language the content is in.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"Content-Language"
2015-10-08 20:16:07 +02:00
},
"ContentLength":{
"shape":"ContentLength",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Size of the body in bytes. This parameter is useful when the size of the body cannot be determined automatically.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"Content-Length"
2015-10-08 20:16:07 +02:00
},
"ContentMD5":{
"shape":"ContentMD5",
2019-08-03 07:08:36 +02:00
"documentation":"<p>The base64-encoded 128-bit MD5 digest of the part data. This parameter is auto-populated when using the command from the CLI. This parameted is required if object lock parameters are specified.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"Content-MD5"
},
"ContentType":{
"shape":"ContentType",
2018-08-16 08:01:54 +02:00
"documentation":"<p>A standard MIME type describing the format of the object data.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"Content-Type"
2015-10-08 20:16:07 +02:00
},
"Expires":{
"shape":"Expires",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The date and time at which the object is no longer cacheable.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"Expires"
2015-10-08 20:16:07 +02:00
},
"GrantFullControl":{
"shape":"GrantFullControl",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Gives the grantee READ, READ_ACP, and WRITE_ACP permissions on the object.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-grant-full-control"
2015-10-08 20:16:07 +02:00
},
"GrantRead":{
"shape":"GrantRead",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Allows grantee to read the object data and its metadata.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-grant-read"
2015-10-08 20:16:07 +02:00
},
"GrantReadACP":{
"shape":"GrantReadACP",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Allows grantee to read the object ACL.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-grant-read-acp"
2015-10-08 20:16:07 +02:00
},
"GrantWriteACP":{
"shape":"GrantWriteACP",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Allows grantee to write the ACL for the applicable object.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-grant-write-acp"
2015-10-08 20:16:07 +02:00
},
"Key":{
"shape":"ObjectKey",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Object key for which the PUT operation was initiated.</p>",
2015-10-08 20:16:07 +02:00
"location":"uri",
"locationName":"Key"
},
"Metadata":{
"shape":"Metadata",
2018-08-16 08:01:54 +02:00
"documentation":"<p>A map of metadata to store with the object in S3.</p>",
"location":"headers",
2015-10-08 20:16:07 +02:00
"locationName":"x-amz-meta-"
},
"ServerSideEncryption":{
"shape":"ServerSideEncryption",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The Server-side encryption algorithm used when storing this object in S3 (e.g., AES256, aws:kms).</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-server-side-encryption"
2015-10-08 20:16:07 +02:00
},
"StorageClass":{
"shape":"StorageClass",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The type of storage to use for the object. Defaults to 'STANDARD'.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-storage-class"
2015-10-08 20:16:07 +02:00
},
"WebsiteRedirectLocation":{
"shape":"WebsiteRedirectLocation",
2018-08-16 08:01:54 +02:00
"documentation":"<p>If the bucket is configured as a website, redirects requests for this object to another object in the same bucket or to an external URL. Amazon S3 stores the value of this header in the object metadata.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-website-redirect-location"
2015-10-08 20:16:07 +02:00
},
"SSECustomerAlgorithm":{
"shape":"SSECustomerAlgorithm",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies the algorithm to use to when encrypting the object (e.g., AES256).</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-server-side-encryption-customer-algorithm"
2015-10-08 20:16:07 +02:00
},
"SSECustomerKey":{
"shape":"SSECustomerKey",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data. This value is used to store the object and then it is discarded; Amazon does not store the encryption key. The key must be appropriate for use with the algorithm specified in the x-amz-server-side-encryption-customer-algorithm header.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-server-side-encryption-customer-key"
2015-10-08 20:16:07 +02:00
},
"SSECustomerKeyMD5":{
"shape":"SSECustomerKeyMD5",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses this header for a message integrity check to ensure the encryption key was transmitted without error.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-server-side-encryption-customer-key-MD5"
2015-10-08 20:16:11 +02:00
},
"SSEKMSKeyId":{
"shape":"SSEKMSKeyId",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies the AWS KMS key ID to use for object encryption. All GET and PUT requests for an object protected by AWS KMS will fail if not made via SSL or using SigV4. Documentation on configuring any of the officially supported AWS SDKs and CLI can be found at http://docs.aws.amazon.com/AmazonS3/latest/dev/UsingAWSSDK.html#specify-signature-version</p>",
2015-10-08 20:16:11 +02:00
"location":"header",
"locationName":"x-amz-server-side-encryption-aws-kms-key-id"
},
2019-08-03 07:08:36 +02:00
"SSEKMSEncryptionContext":{
"shape":"SSEKMSEncryptionContext",
"documentation":"<p>Specifies the AWS KMS Encryption Context to use for object encryption. The value of this header is a base64-encoded UTF-8 string holding JSON with the encryption context key-value pairs.</p>",
"location":"header",
"locationName":"x-amz-server-side-encryption-context"
},
"RequestPayer":{
"shape":"RequestPayer",
"location":"header",
"locationName":"x-amz-request-payer"
2017-02-02 09:27:08 +01:00
},
"Tagging":{
"shape":"TaggingHeader",
2018-11-28 09:58:03 +01:00
"documentation":"<p>The tag-set for the object. The tag-set must be encoded as URL Query parameters. (For example, \"Key1=Value1\")</p>",
2017-02-02 09:27:08 +01:00
"location":"header",
"locationName":"x-amz-tagging"
2018-11-28 09:58:03 +01:00
},
"ObjectLockMode":{
"shape":"ObjectLockMode",
2019-08-03 07:08:36 +02:00
"documentation":"<p>The object lock mode that you want to apply to this object.</p>",
2018-11-28 09:58:03 +01:00
"location":"header",
"locationName":"x-amz-object-lock-mode"
},
"ObjectLockRetainUntilDate":{
"shape":"ObjectLockRetainUntilDate",
2019-08-03 07:08:36 +02:00
"documentation":"<p>The date and time when you want this object's object lock to expire.</p>",
2018-11-28 09:58:03 +01:00
"location":"header",
"locationName":"x-amz-object-lock-retain-until-date"
},
"ObjectLockLegalHoldStatus":{
"shape":"ObjectLockLegalHoldStatus",
"documentation":"<p>The Legal Hold status that you want to apply to the specified object.</p>",
"location":"header",
"locationName":"x-amz-object-lock-legal-hold"
2015-10-08 20:16:07 +02:00
}
},
"payload":"Body"
},
2018-11-28 09:58:03 +01:00
"PutObjectRetentionOutput":{
"type":"structure",
"members":{
"RequestCharged":{
"shape":"RequestCharged",
"location":"header",
"locationName":"x-amz-request-charged"
}
}
},
"PutObjectRetentionRequest":{
"type":"structure",
"required":[
"Bucket",
"Key"
],
"members":{
"Bucket":{
"shape":"BucketName",
"documentation":"<p>The bucket that contains the object you want to apply this Object Retention configuration to.</p>",
"location":"uri",
"locationName":"Bucket"
},
"Key":{
"shape":"ObjectKey",
"documentation":"<p>The key name for the object that you want to apply this Object Retention configuration to.</p>",
"location":"uri",
"locationName":"Key"
},
"Retention":{
"shape":"ObjectLockRetention",
"documentation":"<p>The container element for the Object Retention configuration.</p>",
"locationName":"Retention",
"xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}
},
"RequestPayer":{
"shape":"RequestPayer",
"location":"header",
"locationName":"x-amz-request-payer"
},
"VersionId":{
"shape":"ObjectVersionId",
"documentation":"<p>The version ID for the object that you want to apply this Object Retention configuration to.</p>",
"location":"querystring",
"locationName":"versionId"
},
"BypassGovernanceRetention":{
"shape":"BypassGovernanceRetention",
2018-12-28 08:05:06 +01:00
"documentation":"<p>Indicates whether this operation should bypass Governance-mode restrictions.j</p>",
2018-11-28 09:58:03 +01:00
"location":"header",
"locationName":"x-amz-bypass-governance-retention"
},
"ContentMD5":{
"shape":"ContentMD5",
2018-12-28 08:05:06 +01:00
"documentation":"<p>The MD5 hash for the request body.</p>",
2018-11-28 09:58:03 +01:00
"location":"header",
"locationName":"Content-MD5"
}
},
"payload":"Retention"
},
2017-02-02 09:27:08 +01:00
"PutObjectTaggingOutput":{
"type":"structure",
"members":{
"VersionId":{
"shape":"ObjectVersionId",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2017-02-02 09:27:08 +01:00
"location":"header",
"locationName":"x-amz-version-id"
}
}
},
"PutObjectTaggingRequest":{
"type":"structure",
"required":[
"Bucket",
"Key",
"Tagging"
],
"members":{
"Bucket":{
"shape":"BucketName",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2017-02-02 09:27:08 +01:00
"location":"uri",
"locationName":"Bucket"
},
"Key":{
"shape":"ObjectKey",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2017-02-02 09:27:08 +01:00
"location":"uri",
"locationName":"Key"
},
"VersionId":{
"shape":"ObjectVersionId",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2017-02-02 09:27:08 +01:00
"location":"querystring",
"locationName":"versionId"
},
"ContentMD5":{
"shape":"ContentMD5",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2017-02-02 09:27:08 +01:00
"location":"header",
"locationName":"Content-MD5"
},
"Tagging":{
"shape":"Tagging",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2017-02-02 09:27:08 +01:00
"locationName":"Tagging",
"xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}
}
},
"payload":"Tagging"
},
2018-11-28 09:58:03 +01:00
"PutPublicAccessBlockRequest":{
"type":"structure",
"required":[
"Bucket",
"PublicAccessBlockConfiguration"
],
"members":{
"Bucket":{
"shape":"BucketName",
"documentation":"<p>The name of the Amazon S3 bucket whose <code>PublicAccessBlock</code> configuration you want to set.</p>",
"location":"uri",
"locationName":"Bucket"
},
"ContentMD5":{
"shape":"ContentMD5",
"documentation":"<p>The MD5 hash of the <code>PutPublicAccessBlock</code> request body. </p>",
"location":"header",
"locationName":"Content-MD5"
},
"PublicAccessBlockConfiguration":{
"shape":"PublicAccessBlockConfiguration",
"documentation":"<p>The <code>PublicAccessBlock</code> configuration that you want to apply to this Amazon S3 bucket. You can enable the configuration options in any combination. For more information about when Amazon S3 considers a bucket or object public, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html#access-control-block-public-access-policy-status\">The Meaning of \"Public\"</a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</p>",
"locationName":"PublicAccessBlockConfiguration",
"xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}
}
},
"payload":"PublicAccessBlockConfiguration"
},
"QueueArn":{"type":"string"},
2015-10-08 20:16:11 +02:00
"QueueConfiguration":{
"type":"structure",
"required":[
"QueueArn",
"Events"
],
"members":{
"Id":{"shape":"NotificationId"},
"QueueArn":{
"shape":"QueueArn",
2019-08-03 07:08:36 +02:00
"documentation":"<p>The Amazon Resource Name (ARN) of the Amazon SQS queue to which Amazon S3 publishes a message when it detects events of the specified type.</p>",
"locationName":"Queue"
},
"Events":{
"shape":"EventList",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
"locationName":"Event"
},
2019-08-03 07:08:36 +02:00
"Filter":{
"shape":"NotificationConfigurationFilter",
"documentation":"<p/>"
}
},
2019-08-03 07:08:36 +02:00
"documentation":"<p>Specifies the configuration for publishing messages to an Amazon Simple Queue Service (Amazon SQS) queue when Amazon S3 detects specified events.</p>"
},
"QueueConfigurationDeprecated":{
2015-10-08 20:16:11 +02:00
"type":"structure",
"members":{
"Id":{"shape":"NotificationId"},
"Event":{
"shape":"Event",
"deprecated":true
},
"Events":{
"shape":"EventList",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:11 +02:00
"locationName":"Event"
},
2019-08-03 07:08:36 +02:00
"Queue":{
"shape":"QueueArn",
"documentation":"<p/>"
}
},
"documentation":"<p/>"
2015-10-08 20:16:11 +02:00
},
"QueueConfigurationList":{
"type":"list",
"member":{"shape":"QueueConfiguration"},
"flattened":true
},
2015-10-08 20:16:07 +02:00
"Quiet":{"type":"boolean"},
2018-01-15 17:34:17 +01:00
"QuoteCharacter":{"type":"string"},
"QuoteEscapeCharacter":{"type":"string"},
"QuoteFields":{
"type":"string",
"enum":[
"ALWAYS",
"ASNEEDED"
]
},
2015-10-08 20:16:07 +02:00
"Range":{"type":"string"},
2018-01-15 17:34:17 +01:00
"RecordDelimiter":{"type":"string"},
2018-05-08 03:57:43 +02:00
"RecordsEvent":{
"type":"structure",
"members":{
"Payload":{
"shape":"Body",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The byte array of partial, one or more result records.</p>",
2018-05-08 03:57:43 +02:00
"eventpayload":true
}
},
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2018-05-08 03:57:43 +02:00
"event":true
},
2015-10-08 20:16:07 +02:00
"Redirect":{
"type":"structure",
"members":{
"HostName":{
"shape":"HostName",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The host name to use in the redirect request.</p>"
2015-10-08 20:16:07 +02:00
},
"HttpRedirectCode":{
"shape":"HttpRedirectCode",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The HTTP redirect code to use on the response. Not required if one of the siblings is present.</p>"
2015-10-08 20:16:07 +02:00
},
"Protocol":{
"shape":"Protocol",
2019-08-03 07:08:36 +02:00
"documentation":"<p>Protocol to use when redirecting requests. The default is the protocol that is used in the original request.</p>"
2015-10-08 20:16:07 +02:00
},
"ReplaceKeyPrefixWith":{
"shape":"ReplaceKeyPrefixWith",
2019-08-03 07:08:36 +02:00
"documentation":"<p>The object key prefix to use in the redirect request. For example, to redirect requests for all pages with prefix <code>docs/</code> (objects in the <code>docs/</code> folder) to <code>documents/</code>, you can set a condition block with <code>KeyPrefixEquals</code> set to <code>docs/</code> and in the Redirect set <code>ReplaceKeyPrefixWith</code> to <code>/documents</code>. Not required if one of the siblings is present. Can be present only if <code>ReplaceKeyWith</code> is not provided.</p>"
2015-10-08 20:16:07 +02:00
},
"ReplaceKeyWith":{
"shape":"ReplaceKeyWith",
2019-08-03 07:08:36 +02:00
"documentation":"<p>The specific object key to use in the redirect request. For example, redirect request to <code>error.html</code>. Not required if one of the siblings is present. Can be present only if <code>ReplaceKeyPrefixWith</code> is not provided.</p>"
2015-10-08 20:16:07 +02:00
}
2019-08-03 07:08:36 +02:00
},
"documentation":"<p>Specifies how requests are redirected. In the event of an error, you can specify a different error code to return.</p>"
2015-10-08 20:16:07 +02:00
},
"RedirectAllRequestsTo":{
"type":"structure",
"required":["HostName"],
"members":{
"HostName":{
"shape":"HostName",
2019-08-03 07:08:36 +02:00
"documentation":"<p>Name of the host where requests are redirected.</p>"
2015-10-08 20:16:07 +02:00
},
"Protocol":{
"shape":"Protocol",
2019-08-03 07:08:36 +02:00
"documentation":"<p>Protocol to use when redirecting requests. The default is the protocol that is used in the original request.</p>"
2015-10-08 20:16:07 +02:00
}
2019-08-03 07:08:36 +02:00
},
"documentation":"<p>Specifies the redirect behavior of all requests to a website endpoint of an Amazon S3 bucket.</p>"
2015-10-08 20:16:07 +02:00
},
"ReplaceKeyPrefixWith":{"type":"string"},
"ReplaceKeyWith":{"type":"string"},
2018-01-15 17:34:17 +01:00
"ReplicaKmsKeyID":{"type":"string"},
"ReplicationConfiguration":{
"type":"structure",
"required":[
"Role",
"Rules"
],
"members":{
"Role":{
"shape":"Role",
2019-08-03 07:08:36 +02:00
"documentation":"<p>The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that Amazon S3 assumes when replicating objects. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/crr-how-setup.html\">How to Set Up Cross-Region Replication</a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</p>"
},
"Rules":{
"shape":"ReplicationRules",
2018-11-28 09:58:03 +01:00
"documentation":"<p>A container for one or more replication rules. A replication configuration must have at least one rule and can contain a maximum of 1,000 rules. </p>",
"locationName":"Rule"
}
},
2018-11-28 09:58:03 +01:00
"documentation":"<p>A container for replication rules. You can add up to 1,000 rules. The maximum size of a replication configuration is 2 MB.</p>"
},
"ReplicationRule":{
"type":"structure",
"required":[
"Status",
"Destination"
],
"members":{
"ID":{
"shape":"ID",
2018-11-28 09:58:03 +01:00
"documentation":"<p>A unique identifier for the rule. The maximum value is 255 characters.</p>"
},
2018-10-04 08:50:52 +02:00
"Priority":{
"shape":"Priority",
2019-08-03 07:08:36 +02:00
"documentation":"<p>The priority associated with the rule. If you specify multiple rules in a replication configuration, Amazon S3 prioritizes the rules to prevent conflicts when filtering. If two or more rules identify the same object based on a specified filter, the rule with higher priority takes precedence. For example:</p> <ul> <li> <p>Same object quality prefix based filter criteria If prefixes you specified in multiple rules overlap </p> </li> <li> <p>Same object qualify tag based filter criteria specified in multiple rules</p> </li> </ul> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/crr.html\">Cross-Region Replication (CRR)</a> in the <i>Amazon S3 Developer Guide</i>.</p>"
2018-10-04 08:50:52 +02:00
},
"Prefix":{
"shape":"Prefix",
2019-08-03 07:08:36 +02:00
"documentation":"<p>An object keyname prefix that identifies the object or objects to which the rule applies. The maximum prefix length is 1,024 characters. To include all objects in a bucket, specify an empty string. </p>",
2018-10-04 08:50:52 +02:00
"deprecated":true
},
2019-08-03 07:08:36 +02:00
"Filter":{
"shape":"ReplicationRuleFilter",
"documentation":"<p/>"
},
"Status":{
"shape":"ReplicationRuleStatus",
2019-08-03 07:08:36 +02:00
"documentation":"<p>Specifies whether the rule is enabled.</p>"
},
2018-01-15 17:34:17 +01:00
"SourceSelectionCriteria":{
"shape":"SourceSelectionCriteria",
2019-08-03 07:08:36 +02:00
"documentation":"<p>A container that describes additional filters for identifying the source objects that you want to replicate. You can choose to enable or disable the replication of these objects. Currently, Amazon S3 supports only the filter that you can specify for objects created with server-side encryption using an AWS KMS-Managed Key (SSE-KMS).</p>"
2018-01-15 17:34:17 +01:00
},
"Destination":{
"shape":"Destination",
2018-11-28 09:58:03 +01:00
"documentation":"<p>A container for information about the replication destination.</p>"
2018-10-04 08:50:52 +02:00
},
2019-08-03 07:08:36 +02:00
"DeleteMarkerReplication":{
"shape":"DeleteMarkerReplication",
"documentation":"<p/>"
}
2018-01-15 17:34:17 +01:00
},
2019-08-03 07:08:36 +02:00
"documentation":"<p>Specifies which Amazon S3 objects to replicate and where to store the replicas.</p>"
},
2018-10-04 08:50:52 +02:00
"ReplicationRuleAndOperator":{
"type":"structure",
"members":{
2019-08-03 07:08:36 +02:00
"Prefix":{
"shape":"Prefix",
"documentation":"<p/>"
},
2018-10-04 08:50:52 +02:00
"Tags":{
"shape":"TagSet",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2018-10-04 08:50:52 +02:00
"flattened":true,
"locationName":"Tag"
}
2019-08-03 07:08:36 +02:00
},
"documentation":"<p/>"
2018-10-04 08:50:52 +02:00
},
"ReplicationRuleFilter":{
"type":"structure",
"members":{
"Prefix":{
"shape":"Prefix",
2018-11-28 09:58:03 +01:00
"documentation":"<p>An object keyname prefix that identifies the subset of objects to which the rule applies.</p>"
2018-10-04 08:50:52 +02:00
},
"Tag":{
"shape":"Tag",
2018-11-28 09:58:03 +01:00
"documentation":"<p>A container for specifying a tag key and value. </p> <p>The rule applies only to objects that have the tag in their tag set.</p>"
2018-10-04 08:50:52 +02:00
},
"And":{
"shape":"ReplicationRuleAndOperator",
2018-11-28 09:58:03 +01:00
"documentation":"<p>A container for specifying rule filters. The filters determine the subset of objects to which the rule applies. This element is required only if you specify more than one filter. For example: </p> <ul> <li> <p>If you specify both a <code>Prefix</code> and a <code>Tag</code> filter, wrap these filters in an <code>And</code> tag.</p> </li> <li> <p>If you specify a filter based on multiple tags, wrap the <code>Tag</code> elements in an <code>And</code> tag.</p> </li> </ul>"
2018-10-04 08:50:52 +02:00
}
},
2018-11-28 09:58:03 +01:00
"documentation":"<p>A filter that identifies the subset of objects to which the replication rule applies. A <code>Filter</code> must specify exactly one <code>Prefix</code>, <code>Tag</code>, or an <code>And</code> child element.</p>"
2018-10-04 08:50:52 +02:00
},
"ReplicationRuleStatus":{
"type":"string",
"enum":[
"Enabled",
"Disabled"
]
},
"ReplicationRules":{
"type":"list",
"member":{"shape":"ReplicationRule"},
"flattened":true
},
"ReplicationStatus":{
"type":"string",
"enum":[
"COMPLETE",
"PENDING",
"FAILED",
"REPLICA"
]
},
"RequestCharged":{
"type":"string",
2018-08-16 08:01:54 +02:00
"documentation":"<p>If present, indicates that the requester was successfully charged for the request.</p>",
"enum":["requester"]
},
"RequestPayer":{
"type":"string",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Confirms that the requester knows that she or he will be charged for the request. Bucket owners need not specify this parameter in their requests. Documentation on downloading objects from requester pays buckets can be found at http://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html</p>",
"enum":["requester"]
},
2015-10-08 20:16:07 +02:00
"RequestPaymentConfiguration":{
"type":"structure",
"required":["Payer"],
"members":{
"Payer":{
"shape":"Payer",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies who pays for the download and request fees.</p>"
2015-10-08 20:16:07 +02:00
}
2019-08-03 07:08:36 +02:00
},
"documentation":"<p/>"
2015-10-08 20:16:07 +02:00
},
2018-05-08 03:57:43 +02:00
"RequestProgress":{
"type":"structure",
"members":{
"Enabled":{
"shape":"EnableRequestProgress",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies whether periodic QueryProgress frames should be sent. Valid values: TRUE, FALSE. Default value: FALSE.</p>"
2018-05-08 03:57:43 +02:00
}
2019-08-03 07:08:36 +02:00
},
"documentation":"<p/>"
2018-05-08 03:57:43 +02:00
},
2015-10-08 20:16:07 +02:00
"ResponseCacheControl":{"type":"string"},
"ResponseContentDisposition":{"type":"string"},
"ResponseContentEncoding":{"type":"string"},
"ResponseContentLanguage":{"type":"string"},
"ResponseContentType":{"type":"string"},
"ResponseExpires":{"type":"timestamp"},
"Restore":{"type":"string"},
"RestoreObjectOutput":{
"type":"structure",
"members":{
"RequestCharged":{
"shape":"RequestCharged",
"location":"header",
"locationName":"x-amz-request-charged"
2018-01-15 17:34:17 +01:00
},
"RestoreOutputPath":{
"shape":"RestoreOutputPath",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Indicates the path in the provided S3 output location where Select results will be restored to.</p>",
2018-01-15 17:34:17 +01:00
"location":"header",
"locationName":"x-amz-restore-output-path"
}
}
},
2015-10-08 20:16:07 +02:00
"RestoreObjectRequest":{
"type":"structure",
"required":[
"Bucket",
"Key"
],
"members":{
"Bucket":{
"shape":"BucketName",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"location":"uri",
"locationName":"Bucket"
},
"Key":{
"shape":"ObjectKey",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"location":"uri",
"locationName":"Key"
},
"VersionId":{
"shape":"ObjectVersionId",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"location":"querystring",
"locationName":"versionId"
},
"RestoreRequest":{
"shape":"RestoreRequest",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
"locationName":"RestoreRequest",
"xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}
},
"RequestPayer":{
"shape":"RequestPayer",
"location":"header",
"locationName":"x-amz-request-payer"
2015-10-08 20:16:07 +02:00
}
},
"payload":"RestoreRequest"
},
2018-01-15 17:34:17 +01:00
"RestoreOutputPath":{"type":"string"},
2015-10-08 20:16:07 +02:00
"RestoreRequest":{
"type":"structure",
"members":{
"Days":{
"shape":"Days",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Lifetime of the active copy in days. Do not use with restores that specify OutputLocation.</p>"
2017-02-02 09:27:08 +01:00
},
"GlacierJobParameters":{
"shape":"GlacierJobParameters",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Glacier related parameters pertaining to this job. Do not use with restores that specify OutputLocation.</p>"
2018-01-15 17:34:17 +01:00
},
"Type":{
"shape":"RestoreRequestType",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Type of restore request.</p>"
2018-01-15 17:34:17 +01:00
},
"Tier":{
"shape":"Tier",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Glacier retrieval tier at which the restore will be processed.</p>"
2018-01-15 17:34:17 +01:00
},
"Description":{
"shape":"Description",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The optional description for the job.</p>"
2018-01-15 17:34:17 +01:00
},
"SelectParameters":{
"shape":"SelectParameters",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Describes the parameters for Select job types.</p>"
2018-01-15 17:34:17 +01:00
},
"OutputLocation":{
"shape":"OutputLocation",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Describes the location where the restore job's output is stored.</p>"
2015-10-08 20:16:07 +02:00
}
2018-01-15 17:34:17 +01:00
},
2018-08-16 08:01:54 +02:00
"documentation":"<p>Container for restore job parameters.</p>"
2018-01-15 17:34:17 +01:00
},
"RestoreRequestType":{
"type":"string",
"enum":["SELECT"]
2015-10-08 20:16:07 +02:00
},
"Role":{"type":"string"},
2015-10-08 20:16:07 +02:00
"RoutingRule":{
"type":"structure",
"required":["Redirect"],
"members":{
"Condition":{
"shape":"Condition",
2019-08-03 07:08:36 +02:00
"documentation":"<p>A container for describing a condition that must be met for the specified redirect to apply. For example, 1. If request is for pages in the <code>/docs</code> folder, redirect to the <code>/documents</code> folder. 2. If request results in HTTP error 4xx, redirect request to another host where you might process the error.</p>"
2015-10-08 20:16:07 +02:00
},
"Redirect":{
"shape":"Redirect",
2018-11-28 09:58:03 +01:00
"documentation":"<p>Container for redirect information. You can redirect requests to another host, to another page, or with another protocol. In the event of an error, you can specify a different error code to return.</p>"
2015-10-08 20:16:07 +02:00
}
2019-08-03 07:08:36 +02:00
},
"documentation":"<p>Specifies the redirect behavior and when a redirect is applied.</p>"
2015-10-08 20:16:07 +02:00
},
"RoutingRules":{
"type":"list",
"member":{
"shape":"RoutingRule",
"locationName":"RoutingRule"
}
},
"Rule":{
"type":"structure",
"required":[
"Prefix",
"Status"
],
"members":{
2019-08-03 07:08:36 +02:00
"Expiration":{
"shape":"LifecycleExpiration",
"documentation":"<p/>"
},
2015-10-08 20:16:07 +02:00
"ID":{
"shape":"ID",
2019-08-03 07:08:36 +02:00
"documentation":"<p>Unique identifier for the rule. The value can't be longer than 255 characters.</p>"
2015-10-08 20:16:07 +02:00
},
"Prefix":{
"shape":"Prefix",
2019-08-03 07:08:36 +02:00
"documentation":"<p>Object key prefix that identifies one or more objects to which this rule applies.</p>"
2015-10-08 20:16:07 +02:00
},
"Status":{
"shape":"ExpirationStatus",
2019-08-03 07:08:36 +02:00
"documentation":"<p>If <code>Enabled</code>, the rule is currently being applied. If <code>Disabled</code>, the rule is not currently being applied.</p>"
2015-10-08 20:16:07 +02:00
},
2019-08-03 07:08:36 +02:00
"Transition":{
"shape":"Transition",
"documentation":"<p/>"
},
"NoncurrentVersionTransition":{
"shape":"NoncurrentVersionTransition",
"documentation":"<p/>"
},
"NoncurrentVersionExpiration":{
"shape":"NoncurrentVersionExpiration",
"documentation":"<p/>"
},
"AbortIncompleteMultipartUpload":{
"shape":"AbortIncompleteMultipartUpload",
"documentation":"<p/>"
}
},
"documentation":"<p>Specifies lifecycle rules for an Amazon S3 bucket. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketPUTlifecycle.html\">PUT Bucket lifecycle</a> in the <i>Amazon Simple Storage Service API Reference</i>.</p>"
2015-10-08 20:16:07 +02:00
},
"Rules":{
"type":"list",
"member":{"shape":"Rule"},
"flattened":true
},
"S3KeyFilter":{
"type":"structure",
"members":{
"FilterRules":{
"shape":"FilterRuleList",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
"locationName":"FilterRule"
}
},
2018-11-28 09:58:03 +01:00
"documentation":"<p>A container for object key name prefix and suffix filtering rules.</p>"
},
2018-01-15 17:34:17 +01:00
"S3Location":{
"type":"structure",
"required":[
"BucketName",
"Prefix"
],
"members":{
"BucketName":{
"shape":"BucketName",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The name of the bucket where the restore results will be placed.</p>"
2018-01-15 17:34:17 +01:00
},
"Prefix":{
"shape":"LocationPrefix",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The prefix that is prepended to the restore results for this request.</p>"
2018-01-15 17:34:17 +01:00
},
2019-08-03 07:08:36 +02:00
"Encryption":{
"shape":"Encryption",
"documentation":"<p/>"
},
2018-01-15 17:34:17 +01:00
"CannedACL":{
"shape":"ObjectCannedACL",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The canned ACL to apply to the restore results.</p>"
2018-01-15 17:34:17 +01:00
},
"AccessControlList":{
"shape":"Grants",
2018-08-16 08:01:54 +02:00
"documentation":"<p>A list of grants that control access to the staged results.</p>"
2018-01-15 17:34:17 +01:00
},
"Tagging":{
"shape":"Tagging",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The tag-set that is applied to the restore results.</p>"
2018-01-15 17:34:17 +01:00
},
"UserMetadata":{
"shape":"UserMetadata",
2018-08-16 08:01:54 +02:00
"documentation":"<p>A list of metadata to store with the restore results in S3.</p>"
2018-01-15 17:34:17 +01:00
},
"StorageClass":{
"shape":"StorageClass",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The class of storage used to store the restore results.</p>"
2018-01-15 17:34:17 +01:00
}
},
2018-08-16 08:01:54 +02:00
"documentation":"<p>Describes an S3 location that will receive the results of the restore request.</p>"
2018-01-15 17:34:17 +01:00
},
2015-10-08 20:16:07 +02:00
"SSECustomerAlgorithm":{"type":"string"},
"SSECustomerKey":{
"type":"string",
"sensitive":true
},
"SSECustomerKeyMD5":{"type":"string"},
2018-01-15 17:34:17 +01:00
"SSEKMS":{
"type":"structure",
"required":["KeyId"],
"members":{
"KeyId":{
"shape":"SSEKMSKeyId",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies the ID of the AWS Key Management Service (KMS) master encryption key to use for encrypting Inventory reports.</p>"
2018-01-15 17:34:17 +01:00
}
},
2018-11-28 09:58:03 +01:00
"documentation":"<p>Specifies the use of SSE-KMS to encrypt delivered Inventory reports.</p>",
2018-01-15 17:34:17 +01:00
"locationName":"SSE-KMS"
},
2019-08-03 07:08:36 +02:00
"SSEKMSEncryptionContext":{
"type":"string",
"sensitive":true
},
2015-10-08 20:16:11 +02:00
"SSEKMSKeyId":{
"type":"string",
"sensitive":true
},
2018-01-15 17:34:17 +01:00
"SSES3":{
"type":"structure",
"members":{
},
2018-11-28 09:58:03 +01:00
"documentation":"<p>Specifies the use of SSE-S3 to encrypt delivered Inventory reports.</p>",
2018-01-15 17:34:17 +01:00
"locationName":"SSE-S3"
},
2019-11-18 09:46:14 +01:00
"ScanRange":{
"type":"structure",
"members":{
"Start":{
"shape":"Start",
"documentation":"<p>Specifies the start of the byte range. This parameter is optional. Valid values: non-negative integers. The default value is 0.</p>"
},
"End":{
"shape":"End",
"documentation":"<p>Specifies the end of the byte range. This parameter is optional. Valid values: non-negative integers. The default value is one less than the size of the object being queried.</p>"
}
}
},
2018-05-08 03:57:43 +02:00
"SelectObjectContentEventStream":{
"type":"structure",
"members":{
"Records":{
"shape":"RecordsEvent",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The Records Event.</p>"
2018-05-08 03:57:43 +02:00
},
"Stats":{
"shape":"StatsEvent",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The Stats Event.</p>"
2018-05-08 03:57:43 +02:00
},
"Progress":{
"shape":"ProgressEvent",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The Progress Event.</p>"
2018-05-08 03:57:43 +02:00
},
"Cont":{
"shape":"ContinuationEvent",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The Continuation Event.</p>"
2018-05-08 03:57:43 +02:00
},
"End":{
"shape":"EndEvent",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The End Event.</p>"
2018-05-08 03:57:43 +02:00
}
},
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2018-05-08 03:57:43 +02:00
"eventstream":true
},
"SelectObjectContentOutput":{
"type":"structure",
"members":{
2019-08-03 07:08:36 +02:00
"Payload":{
"shape":"SelectObjectContentEventStream",
"documentation":"<p/>"
}
2018-05-08 03:57:43 +02:00
},
"payload":"Payload"
},
"SelectObjectContentRequest":{
"type":"structure",
"required":[
"Bucket",
"Key",
"Expression",
"ExpressionType",
"InputSerialization",
"OutputSerialization"
],
"members":{
"Bucket":{
"shape":"BucketName",
2018-11-28 09:58:03 +01:00
"documentation":"<p>The S3 bucket.</p>",
2018-05-08 03:57:43 +02:00
"location":"uri",
"locationName":"Bucket"
},
"Key":{
"shape":"ObjectKey",
2018-11-28 09:58:03 +01:00
"documentation":"<p>The object key.</p>",
2018-05-08 03:57:43 +02:00
"location":"uri",
"locationName":"Key"
},
"SSECustomerAlgorithm":{
"shape":"SSECustomerAlgorithm",
2019-08-03 07:08:36 +02:00
"documentation":"<p>The SSE Algorithm used to encrypt the object. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/ServerSideEncryptionCustomerKeys.html\"> Server-Side Encryption (Using Customer-Provided Encryption Keys</a>. </p>",
2018-05-08 03:57:43 +02:00
"location":"header",
"locationName":"x-amz-server-side-encryption-customer-algorithm"
},
"SSECustomerKey":{
"shape":"SSECustomerKey",
2019-08-03 07:08:36 +02:00
"documentation":"<p>The SSE Customer Key. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/ServerSideEncryptionCustomerKeys.html\"> Server-Side Encryption (Using Customer-Provided Encryption Keys</a>. </p>",
2018-05-08 03:57:43 +02:00
"location":"header",
"locationName":"x-amz-server-side-encryption-customer-key"
},
"SSECustomerKeyMD5":{
"shape":"SSECustomerKeyMD5",
2019-08-03 07:08:36 +02:00
"documentation":"<p>The SSE Customer Key MD5. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/ServerSideEncryptionCustomerKeys.html\"> Server-Side Encryption (Using Customer-Provided Encryption Keys</a>. </p>",
2018-05-08 03:57:43 +02:00
"location":"header",
"locationName":"x-amz-server-side-encryption-customer-key-MD5"
},
"Expression":{
"shape":"Expression",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The expression that is used to query the object.</p>"
2018-05-08 03:57:43 +02:00
},
"ExpressionType":{
"shape":"ExpressionType",
2018-11-28 09:58:03 +01:00
"documentation":"<p>The type of the provided expression (for example., SQL).</p>"
2018-05-08 03:57:43 +02:00
},
"RequestProgress":{
"shape":"RequestProgress",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies if periodic request progress information should be enabled.</p>"
2018-05-08 03:57:43 +02:00
},
"InputSerialization":{
"shape":"InputSerialization",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Describes the format of the data in the object that is being queried.</p>"
2018-05-08 03:57:43 +02:00
},
"OutputSerialization":{
"shape":"OutputSerialization",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Describes the format of the data that you want Amazon S3 to return in response.</p>"
2019-11-18 09:46:14 +01:00
},
"ScanRange":{
"shape":"ScanRange",
"documentation":"<p>Specifies the byte range of the object to get the records from. A record is processed when its first byte is contained by the range. This parameter is optional, but when specified, it must not be empty. See RFC 2616, Section 14.35.1 about how to specify the start and end of the range.</p>"
2018-05-08 03:57:43 +02:00
}
},
2019-08-03 07:08:36 +02:00
"documentation":"<p>Request to filter the contents of an Amazon S3 object based on a simple Structured Query Language (SQL) statement. In the request, along with the SQL expression, you must specify a data serialization format (JSON or CSV) of the object. Amazon S3 uses this to parse object data into records. It returns only records that match the specified SQL expression. You must also specify the data serialization format for the response. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectSELECTContent.html\">S3Select API Documentation</a>.</p>"
2018-05-08 03:57:43 +02:00
},
2018-01-15 17:34:17 +01:00
"SelectParameters":{
"type":"structure",
"required":[
"InputSerialization",
"ExpressionType",
"Expression",
"OutputSerialization"
],
"members":{
"InputSerialization":{
"shape":"InputSerialization",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Describes the serialization format of the object.</p>"
2018-01-15 17:34:17 +01:00
},
"ExpressionType":{
"shape":"ExpressionType",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The type of the provided expression (e.g., SQL).</p>"
2018-01-15 17:34:17 +01:00
},
"Expression":{
"shape":"Expression",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The expression that is used to query the object.</p>"
2018-01-15 17:34:17 +01:00
},
"OutputSerialization":{
"shape":"OutputSerialization",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Describes how the results of the Select job are serialized.</p>"
2018-01-15 17:34:17 +01:00
}
},
2018-08-16 08:01:54 +02:00
"documentation":"<p>Describes the parameters for Select job types.</p>"
2018-01-15 17:34:17 +01:00
},
2015-10-08 20:16:07 +02:00
"ServerSideEncryption":{
"type":"string",
"enum":[
"AES256",
"aws:kms"
]
2015-10-08 20:16:07 +02:00
},
2018-01-15 17:34:17 +01:00
"ServerSideEncryptionByDefault":{
"type":"structure",
"required":["SSEAlgorithm"],
"members":{
"SSEAlgorithm":{
"shape":"ServerSideEncryption",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Server-side encryption algorithm to use for the default encryption.</p>"
2018-01-15 17:34:17 +01:00
},
"KMSMasterKeyID":{
"shape":"SSEKMSKeyId",
2019-08-03 07:08:36 +02:00
"documentation":"<p>KMS master key ID to use for the default encryption. This parameter is allowed if and only if <code>SSEAlgorithm</code> is set to <code>aws:kms</code>.</p>"
2018-01-15 17:34:17 +01:00
}
},
2019-08-03 07:08:36 +02:00
"documentation":"<p>Describes the default server-side encryption to apply to new objects in the bucket. If a PUT Object request doesn't specify any server-side encryption, this default encryption will be applied. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketPUTencryption.html\">PUT Bucket encryption</a> in the <i>Amazon Simple Storage Service API Reference</i>.</p>"
2018-01-15 17:34:17 +01:00
},
"ServerSideEncryptionConfiguration":{
"type":"structure",
"required":["Rules"],
"members":{
"Rules":{
"shape":"ServerSideEncryptionRules",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Container for information about a particular server-side encryption configuration rule.</p>",
2018-01-15 17:34:17 +01:00
"locationName":"Rule"
}
},
2019-08-03 07:08:36 +02:00
"documentation":"<p>Specifies the default server-side-encryption configuration.</p>"
2018-01-15 17:34:17 +01:00
},
"ServerSideEncryptionRule":{
"type":"structure",
"members":{
"ApplyServerSideEncryptionByDefault":{
"shape":"ServerSideEncryptionByDefault",
2019-08-03 07:08:36 +02:00
"documentation":"<p>Specifies the default server-side encryption to apply to new objects in the bucket. If a PUT Object request doesn't specify any server-side encryption, this default encryption will be applied.</p>"
2018-01-15 17:34:17 +01:00
}
},
2019-08-03 07:08:36 +02:00
"documentation":"<p>Specifies the default server-side encryption configuration.</p>"
2018-01-15 17:34:17 +01:00
},
"ServerSideEncryptionRules":{
"type":"list",
"member":{"shape":"ServerSideEncryptionRule"},
"flattened":true
},
2018-11-28 09:58:03 +01:00
"Setting":{"type":"boolean"},
2015-10-08 20:16:07 +02:00
"Size":{"type":"integer"},
2018-01-15 17:34:17 +01:00
"SourceSelectionCriteria":{
"type":"structure",
"members":{
"SseKmsEncryptedObjects":{
"shape":"SseKmsEncryptedObjects",
2019-08-03 07:08:36 +02:00
"documentation":"<p> A container for filter information for the selection of Amazon S3 objects encrypted with AWS KMS. If you include <code>SourceSelectionCriteria</code> in the replication configuration, this element is required. </p>"
2018-01-15 17:34:17 +01:00
}
},
2019-08-03 07:08:36 +02:00
"documentation":"<p>A container that describes additional filters for identifying the source objects that you want to replicate. You can choose to enable or disable the replication of these objects. Currently, Amazon S3 supports only the filter that you can specify for objects created with server-side encryption using an AWS KMS-Managed Key (SSE-KMS).</p>"
2018-01-15 17:34:17 +01:00
},
"SseKmsEncryptedObjects":{
"type":"structure",
"required":["Status"],
"members":{
"Status":{
"shape":"SseKmsEncryptedObjectsStatus",
2019-08-03 07:08:36 +02:00
"documentation":"<p>Specifies whether Amazon S3 replicates objects created with server-side encryption using an AWS KMS-managed key.</p>"
2018-01-15 17:34:17 +01:00
}
},
2018-11-28 09:58:03 +01:00
"documentation":"<p>A container for filter information for the selection of S3 objects encrypted with AWS KMS.</p>"
2018-01-15 17:34:17 +01:00
},
"SseKmsEncryptedObjectsStatus":{
"type":"string",
"enum":[
"Enabled",
"Disabled"
]
},
2019-11-18 09:46:14 +01:00
"Start":{"type":"long"},
"StartAfter":{"type":"string"},
2018-05-08 03:57:43 +02:00
"Stats":{
"type":"structure",
"members":{
"BytesScanned":{
"shape":"BytesScanned",
2018-11-28 09:58:03 +01:00
"documentation":"<p>The total number of object bytes scanned.</p>"
2018-05-08 03:57:43 +02:00
},
"BytesProcessed":{
"shape":"BytesProcessed",
2018-11-28 09:58:03 +01:00
"documentation":"<p>The total number of uncompressed object bytes processed.</p>"
2018-05-08 03:57:43 +02:00
},
"BytesReturned":{
"shape":"BytesReturned",
2018-11-28 09:58:03 +01:00
"documentation":"<p>The total number of bytes of records payload data returned.</p>"
2018-05-08 03:57:43 +02:00
}
2019-08-03 07:08:36 +02:00
},
"documentation":"<p/>"
2018-05-08 03:57:43 +02:00
},
"StatsEvent":{
"type":"structure",
"members":{
"Details":{
"shape":"Stats",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The Stats event details.</p>",
2018-05-08 03:57:43 +02:00
"eventpayload":true
}
},
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2018-05-08 03:57:43 +02:00
"event":true
},
2015-10-08 20:16:07 +02:00
"StorageClass":{
"type":"string",
"enum":[
"STANDARD",
"REDUCED_REDUNDANCY",
2018-05-08 03:57:43 +02:00
"STANDARD_IA",
2018-11-28 09:58:03 +01:00
"ONEZONE_IA",
"INTELLIGENT_TIERING",
2019-08-03 07:08:36 +02:00
"GLACIER",
"DEEP_ARCHIVE"
2015-10-08 20:16:07 +02:00
]
},
2017-02-02 09:27:08 +01:00
"StorageClassAnalysis":{
"type":"structure",
"members":{
"DataExport":{
"shape":"StorageClassAnalysisDataExport",
2019-08-03 07:08:36 +02:00
"documentation":"<p>Specifies how data related to the storage class analysis for an Amazon S3 bucket should be exported.</p>"
2017-02-02 09:27:08 +01:00
}
2019-08-03 07:08:36 +02:00
},
"documentation":"<p>Specifies data related to access patterns to be collected and made available to analyze the tradeoffs between different storage classes for an Amazon S3 bucket.</p>"
2017-02-02 09:27:08 +01:00
},
"StorageClassAnalysisDataExport":{
"type":"structure",
"required":[
"OutputSchemaVersion",
"Destination"
],
"members":{
"OutputSchemaVersion":{
"shape":"StorageClassAnalysisSchemaVersion",
2019-08-03 07:08:36 +02:00
"documentation":"<p>The version of the output schema to use when exporting data. Must be <code>V_1</code>.</p>"
2017-02-02 09:27:08 +01:00
},
"Destination":{
"shape":"AnalyticsExportDestination",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The place to store the data for an analysis.</p>"
2017-02-02 09:27:08 +01:00
}
2019-08-03 07:08:36 +02:00
},
"documentation":"<p/>"
2017-02-02 09:27:08 +01:00
},
"StorageClassAnalysisSchemaVersion":{
"type":"string",
"enum":["V_1"]
},
2015-10-08 20:16:07 +02:00
"Suffix":{"type":"string"},
"Tag":{
"type":"structure",
"required":[
"Key",
"Value"
],
"members":{
"Key":{
"shape":"ObjectKey",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Name of the tag.</p>"
2015-10-08 20:16:07 +02:00
},
"Value":{
"shape":"Value",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Value of the tag.</p>"
2015-10-08 20:16:07 +02:00
}
2019-08-03 07:08:36 +02:00
},
"documentation":"<p/>"
2015-10-08 20:16:07 +02:00
},
2017-02-02 09:27:08 +01:00
"TagCount":{"type":"integer"},
2015-10-08 20:16:07 +02:00
"TagSet":{
"type":"list",
"member":{
"shape":"Tag",
"locationName":"Tag"
}
},
"Tagging":{
"type":"structure",
"required":["TagSet"],
"members":{
2019-08-03 07:08:36 +02:00
"TagSet":{
"shape":"TagSet",
"documentation":"<p/>"
}
},
"documentation":"<p/>"
2015-10-08 20:16:07 +02:00
},
2017-02-02 09:27:08 +01:00
"TaggingDirective":{
"type":"string",
"enum":[
"COPY",
"REPLACE"
]
},
"TaggingHeader":{"type":"string"},
2015-10-08 20:16:07 +02:00
"TargetBucket":{"type":"string"},
"TargetGrant":{
"type":"structure",
"members":{
2019-08-03 07:08:36 +02:00
"Grantee":{
"shape":"Grantee",
"documentation":"<p/>"
},
2015-10-08 20:16:07 +02:00
"Permission":{
"shape":"BucketLogsPermission",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Logging permissions assigned to the Grantee for the bucket.</p>"
2015-10-08 20:16:07 +02:00
}
2019-08-03 07:08:36 +02:00
},
"documentation":"<p/>"
2015-10-08 20:16:07 +02:00
},
"TargetGrants":{
"type":"list",
"member":{
"shape":"TargetGrant",
"locationName":"Grant"
}
},
"TargetPrefix":{"type":"string"},
2017-02-02 09:27:08 +01:00
"Tier":{
"type":"string",
"enum":[
"Standard",
"Bulk",
"Expedited"
]
},
"Token":{"type":"string"},
"TopicArn":{"type":"string"},
2015-10-08 20:16:07 +02:00
"TopicConfiguration":{
"type":"structure",
"required":[
"TopicArn",
"Events"
],
"members":{
"Id":{"shape":"NotificationId"},
"TopicArn":{
"shape":"TopicArn",
2019-08-03 07:08:36 +02:00
"documentation":"<p>The Amazon Resource Name (ARN) of the Amazon SNS topic to which Amazon S3 publishes a message when it detects events of the specified type.</p>",
"locationName":"Topic"
},
"Events":{
"shape":"EventList",
2019-08-03 07:08:36 +02:00
"documentation":"<p>The Amazon S3 bucket event about which to send notifications. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/NotificationHowTo.html\">Supported Event Types</a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</p>",
"locationName":"Event"
},
2019-08-03 07:08:36 +02:00
"Filter":{
"shape":"NotificationConfigurationFilter",
"documentation":"<p/>"
}
},
2019-08-03 07:08:36 +02:00
"documentation":"<p>A container for specifying the configuration for publication of messages to an Amazon Simple Notification Service (Amazon SNS) topic when Amazon S3 detects specified events.</p>"
},
"TopicConfigurationDeprecated":{
2015-10-08 20:16:07 +02:00
"type":"structure",
"members":{
2015-10-08 20:16:11 +02:00
"Id":{"shape":"NotificationId"},
"Events":{
"shape":"EventList",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:11 +02:00
"locationName":"Event"
},
2015-10-08 20:16:07 +02:00
"Event":{
"shape":"Event",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Bucket event for which to send notifications.</p>",
"deprecated":true
2015-10-08 20:16:07 +02:00
},
"Topic":{
"shape":"TopicArn",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Amazon SNS topic to which Amazon S3 will publish a message to report the specified events for the bucket.</p>"
2015-10-08 20:16:07 +02:00
}
2019-08-03 07:08:36 +02:00
},
"documentation":"<p/>"
2015-10-08 20:16:07 +02:00
},
"TopicConfigurationList":{
"type":"list",
"member":{"shape":"TopicConfiguration"},
"flattened":true
},
2015-10-08 20:16:07 +02:00
"Transition":{
"type":"structure",
"members":{
"Date":{
"shape":"Date",
2019-08-03 07:08:36 +02:00
"documentation":"<p>Indicates when objects are transitioned to the specified storage class. The date value must be in ISO 8601 format. The time is always midnight UTC.</p>"
2015-10-08 20:16:07 +02:00
},
"Days":{
"shape":"Days",
2019-08-03 07:08:36 +02:00
"documentation":"<p>Indicates the number of days after creation when objects are transitioned to the specified storage class. The value must be a positive integer.</p>"
2015-10-08 20:16:07 +02:00
},
"StorageClass":{
"shape":"TransitionStorageClass",
2019-08-03 07:08:36 +02:00
"documentation":"<p>The storage class to which you want the object to transition.</p>"
2015-10-08 20:16:07 +02:00
}
2019-08-03 07:08:36 +02:00
},
"documentation":"<p>Specifies when an object transitions to a specified storage class.</p>"
2015-10-08 20:16:07 +02:00
},
"TransitionList":{
"type":"list",
"member":{"shape":"Transition"},
"flattened":true
},
2015-10-08 20:16:07 +02:00
"TransitionStorageClass":{
"type":"string",
"enum":[
"GLACIER",
2018-05-08 03:57:43 +02:00
"STANDARD_IA",
2018-11-28 09:58:03 +01:00
"ONEZONE_IA",
2019-08-03 07:08:36 +02:00
"INTELLIGENT_TIERING",
"DEEP_ARCHIVE"
]
2015-10-08 20:16:07 +02:00
},
"Type":{
"type":"string",
"enum":[
"CanonicalUser",
"AmazonCustomerByEmail",
"Group"
]
2015-10-08 20:16:07 +02:00
},
"URI":{"type":"string"},
"UploadIdMarker":{"type":"string"},
"UploadPartCopyOutput":{
"type":"structure",
"members":{
"CopySourceVersionId":{
"shape":"CopySourceVersionId",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The version of the source object that was copied, if you have enabled versioning on the source bucket.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-copy-source-version-id"
2015-10-08 20:16:07 +02:00
},
2019-08-03 07:08:36 +02:00
"CopyPartResult":{
"shape":"CopyPartResult",
"documentation":"<p/>"
},
2015-10-08 20:16:07 +02:00
"ServerSideEncryption":{
"shape":"ServerSideEncryption",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The Server-side encryption algorithm used when storing this object in S3 (e.g., AES256, aws:kms).</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-server-side-encryption"
2015-10-08 20:16:07 +02:00
},
"SSECustomerAlgorithm":{
"shape":"SSECustomerAlgorithm",
2018-08-16 08:01:54 +02:00
"documentation":"<p>If server-side encryption with a customer-provided encryption key was requested, the response will include this header confirming the encryption algorithm used.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-server-side-encryption-customer-algorithm"
2015-10-08 20:16:07 +02:00
},
"SSECustomerKeyMD5":{
"shape":"SSECustomerKeyMD5",
2018-08-16 08:01:54 +02:00
"documentation":"<p>If server-side encryption with a customer-provided encryption key was requested, the response will include this header to provide round trip message integrity verification of the customer-provided encryption key.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-server-side-encryption-customer-key-MD5"
2015-10-08 20:16:11 +02:00
},
"SSEKMSKeyId":{
"shape":"SSEKMSKeyId",
2018-08-16 08:01:54 +02:00
"documentation":"<p>If present, specifies the ID of the AWS Key Management Service (KMS) master encryption key that was used for the object.</p>",
2015-10-08 20:16:11 +02:00
"location":"header",
"locationName":"x-amz-server-side-encryption-aws-kms-key-id"
},
"RequestCharged":{
"shape":"RequestCharged",
"location":"header",
"locationName":"x-amz-request-charged"
2015-10-08 20:16:07 +02:00
}
},
"payload":"CopyPartResult"
},
"UploadPartCopyRequest":{
"type":"structure",
"required":[
"Bucket",
"CopySource",
"Key",
"PartNumber",
"UploadId"
],
"members":{
"Bucket":{
"shape":"BucketName",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"location":"uri",
"locationName":"Bucket"
},
"CopySource":{
"shape":"CopySource",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The name of the source bucket and key name of the source object, separated by a slash (/). Must be URL-encoded.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-copy-source"
2015-10-08 20:16:07 +02:00
},
"CopySourceIfMatch":{
"shape":"CopySourceIfMatch",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Copies the object if its entity tag (ETag) matches the specified tag.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-copy-source-if-match"
2015-10-08 20:16:07 +02:00
},
"CopySourceIfModifiedSince":{
"shape":"CopySourceIfModifiedSince",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Copies the object if it has been modified since the specified time.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-copy-source-if-modified-since"
2015-10-08 20:16:07 +02:00
},
"CopySourceIfNoneMatch":{
"shape":"CopySourceIfNoneMatch",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Copies the object if its entity tag (ETag) is different than the specified ETag.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-copy-source-if-none-match"
2015-10-08 20:16:07 +02:00
},
"CopySourceIfUnmodifiedSince":{
"shape":"CopySourceIfUnmodifiedSince",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Copies the object if it hasn't been modified since the specified time.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-copy-source-if-unmodified-since"
2015-10-08 20:16:07 +02:00
},
"CopySourceRange":{
"shape":"CopySourceRange",
2019-08-03 07:08:36 +02:00
"documentation":"<p>The range of bytes to copy from the source object. The range value must use the form bytes=first-last, where the first and last are the zero-based byte offsets to copy. For example, bytes=0-9 indicates that you want to copy the first ten bytes of the source. You can copy a range only if the source object is greater than 5 MB.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-copy-source-range"
2015-10-08 20:16:07 +02:00
},
"Key":{
"shape":"ObjectKey",
2019-08-03 07:08:36 +02:00
"documentation":"<p/>",
2015-10-08 20:16:07 +02:00
"location":"uri",
"locationName":"Key"
},
"PartNumber":{
"shape":"PartNumber",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Part number of part being copied. This is a positive integer between 1 and 10,000.</p>",
2015-10-08 20:16:07 +02:00
"location":"querystring",
"locationName":"partNumber"
2015-10-08 20:16:07 +02:00
},
"UploadId":{
"shape":"MultipartUploadId",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Upload ID identifying the multipart upload whose part is being copied.</p>",
2015-10-08 20:16:07 +02:00
"location":"querystring",
"locationName":"uploadId"
2015-10-08 20:16:07 +02:00
},
"SSECustomerAlgorithm":{
"shape":"SSECustomerAlgorithm",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies the algorithm to use to when encrypting the object (e.g., AES256).</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-server-side-encryption-customer-algorithm"
2015-10-08 20:16:07 +02:00
},
"SSECustomerKey":{
"shape":"SSECustomerKey",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data. This value is used to store the object and then it is discarded; Amazon does not store the encryption key. The key must be appropriate for use with the algorithm specified in the x-amz-server-side-encryption-customer-algorithm header. This must be the same encryption key specified in the initiate multipart upload request.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-server-side-encryption-customer-key"
2015-10-08 20:16:07 +02:00
},
"SSECustomerKeyMD5":{
"shape":"SSECustomerKeyMD5",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses this header for a message integrity check to ensure the encryption key was transmitted without error.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-server-side-encryption-customer-key-MD5"
2015-10-08 20:16:07 +02:00
},
"CopySourceSSECustomerAlgorithm":{
"shape":"CopySourceSSECustomerAlgorithm",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies the algorithm to use when decrypting the source object (e.g., AES256).</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-copy-source-server-side-encryption-customer-algorithm"
2015-10-08 20:16:07 +02:00
},
"CopySourceSSECustomerKey":{
"shape":"CopySourceSSECustomerKey",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies the customer-provided encryption key for Amazon S3 to use to decrypt the source object. The encryption key provided in this header must be one that was used when the source object was created.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-copy-source-server-side-encryption-customer-key"
2015-10-08 20:16:07 +02:00
},
"CopySourceSSECustomerKeyMD5":{
"shape":"CopySourceSSECustomerKeyMD5",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses this header for a message integrity check to ensure the encryption key was transmitted without error.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-copy-source-server-side-encryption-customer-key-MD5"
},
"RequestPayer":{
"shape":"RequestPayer",
"location":"header",
"locationName":"x-amz-request-payer"
2015-10-08 20:16:07 +02:00
}
}
},
"UploadPartOutput":{
"type":"structure",
"members":{
"ServerSideEncryption":{
"shape":"ServerSideEncryption",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The Server-side encryption algorithm used when storing this object in S3 (e.g., AES256, aws:kms).</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-server-side-encryption"
2015-10-08 20:16:07 +02:00
},
"ETag":{
"shape":"ETag",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Entity tag for the uploaded object.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"ETag"
2015-10-08 20:16:07 +02:00
},
"SSECustomerAlgorithm":{
"shape":"SSECustomerAlgorithm",
2018-08-16 08:01:54 +02:00
"documentation":"<p>If server-side encryption with a customer-provided encryption key was requested, the response will include this header confirming the encryption algorithm used.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-server-side-encryption-customer-algorithm"
2015-10-08 20:16:07 +02:00
},
"SSECustomerKeyMD5":{
"shape":"SSECustomerKeyMD5",
2018-08-16 08:01:54 +02:00
"documentation":"<p>If server-side encryption with a customer-provided encryption key was requested, the response will include this header to provide round trip message integrity verification of the customer-provided encryption key.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-server-side-encryption-customer-key-MD5"
2015-10-08 20:16:11 +02:00
},
"SSEKMSKeyId":{
"shape":"SSEKMSKeyId",
2018-08-16 08:01:54 +02:00
"documentation":"<p>If present, specifies the ID of the AWS Key Management Service (KMS) master encryption key that was used for the object.</p>",
"location":"header",
"locationName":"x-amz-server-side-encryption-aws-kms-key-id"
},
"RequestCharged":{
"shape":"RequestCharged",
2015-10-08 20:16:11 +02:00
"location":"header",
"locationName":"x-amz-request-charged"
2015-10-08 20:16:07 +02:00
}
}
},
"UploadPartRequest":{
"type":"structure",
"required":[
"Bucket",
"Key",
"PartNumber",
"UploadId"
],
"members":{
"Body":{
"shape":"Body",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Object data.</p>",
2015-10-08 20:16:07 +02:00
"streaming":true
},
"Bucket":{
"shape":"BucketName",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Name of the bucket to which the multipart upload was initiated.</p>",
2015-10-08 20:16:07 +02:00
"location":"uri",
"locationName":"Bucket"
},
"ContentLength":{
"shape":"ContentLength",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Size of the body in bytes. This parameter is useful when the size of the body cannot be determined automatically.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"Content-Length"
2015-10-08 20:16:07 +02:00
},
"ContentMD5":{
"shape":"ContentMD5",
2019-08-03 07:08:36 +02:00
"documentation":"<p>The base64-encoded 128-bit MD5 digest of the part data. This parameter is auto-populated when using the command from the CLI. This parameted is required if object lock parameters are specified.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"Content-MD5"
},
"Key":{
"shape":"ObjectKey",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Object key for which the multipart upload was initiated.</p>",
2015-10-08 20:16:07 +02:00
"location":"uri",
"locationName":"Key"
},
"PartNumber":{
"shape":"PartNumber",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Part number of part being uploaded. This is a positive integer between 1 and 10,000.</p>",
2015-10-08 20:16:07 +02:00
"location":"querystring",
"locationName":"partNumber"
2015-10-08 20:16:07 +02:00
},
"UploadId":{
"shape":"MultipartUploadId",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Upload ID identifying the multipart upload whose part is being uploaded.</p>",
2015-10-08 20:16:07 +02:00
"location":"querystring",
"locationName":"uploadId"
2015-10-08 20:16:07 +02:00
},
"SSECustomerAlgorithm":{
"shape":"SSECustomerAlgorithm",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies the algorithm to use to when encrypting the object (e.g., AES256).</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-server-side-encryption-customer-algorithm"
2015-10-08 20:16:07 +02:00
},
"SSECustomerKey":{
"shape":"SSECustomerKey",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data. This value is used to store the object and then it is discarded; Amazon does not store the encryption key. The key must be appropriate for use with the algorithm specified in the x-amz-server-side-encryption-customer-algorithm header. This must be the same encryption key specified in the initiate multipart upload request.</p>",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-server-side-encryption-customer-key"
2015-10-08 20:16:07 +02:00
},
"SSECustomerKeyMD5":{
"shape":"SSECustomerKeyMD5",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses this header for a message integrity check to ensure the encryption key was transmitted without error.</p>",
"location":"header",
"locationName":"x-amz-server-side-encryption-customer-key-MD5"
},
"RequestPayer":{
"shape":"RequestPayer",
2015-10-08 20:16:07 +02:00
"location":"header",
"locationName":"x-amz-request-payer"
2015-10-08 20:16:07 +02:00
}
},
"payload":"Body"
},
2018-01-15 17:34:17 +01:00
"UserMetadata":{
"type":"list",
"member":{
"shape":"MetadataEntry",
"locationName":"MetadataEntry"
}
},
2015-10-08 20:16:07 +02:00
"Value":{"type":"string"},
"VersionIdMarker":{"type":"string"},
"VersioningConfiguration":{
"type":"structure",
"members":{
"MFADelete":{
"shape":"MFADelete",
2018-08-16 08:01:54 +02:00
"documentation":"<p>Specifies whether MFA delete is enabled in the bucket versioning configuration. This element is only returned if the bucket has been configured with MFA delete. If the bucket has never been so configured, this element is not returned.</p>",
2015-10-08 20:16:07 +02:00
"locationName":"MfaDelete"
},
"Status":{
"shape":"BucketVersioningStatus",
2018-08-16 08:01:54 +02:00
"documentation":"<p>The versioning state of the bucket.</p>"
2015-10-08 20:16:07 +02:00
}
2019-08-03 07:08:36 +02:00
},
"documentation":"<p>Describes the versioning state of an Amazon S3 bucket. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketPUTVersioningStatus.html\">PUT Bucket versioning</a> in the <i>Amazon Simple Storage Service API Reference</i>.</p>"
2015-10-08 20:16:07 +02:00
},
"WebsiteConfiguration":{
"type":"structure",
"members":{
2019-08-03 07:08:36 +02:00
"ErrorDocument":{
"shape":"ErrorDocument",
"documentation":"<p>The name of the error document for the website.</p>"
},
"IndexDocument":{
"shape":"IndexDocument",
"documentation":"<p>The name of the index document for the website.</p>"
},
"RedirectAllRequestsTo":{
"shape":"RedirectAllRequestsTo",
"documentation":"<p>The redirect behavior for every request to this bucket's website endpoint.</p> <important> <p>If you specify this property, you can't specify any other property.</p> </important>"
},
"RoutingRules":{
"shape":"RoutingRules",
"documentation":"<p>Rules that define when a redirect is applied and the redirect behavior.</p>"
}
},
"documentation":"<p>Specifies website configuration parameters for an Amazon S3 bucket.</p>"
2015-10-08 20:16:07 +02:00
},
2018-11-28 09:58:03 +01:00
"WebsiteRedirectLocation":{"type":"string"},
"Years":{"type":"integer"}
2019-08-03 07:08:36 +02:00
},
"documentation":"<p/>"
2015-10-08 20:16:07 +02:00
}