python-botocore/botocore/data/s3control/2018-08-20/service-2.json
2021-02-02 14:32:12 -08:00

3722 lines
192 KiB
JSON

{
"version":"2.0",
"metadata":{
"apiVersion":"2018-08-20",
"endpointPrefix":"s3-control",
"protocol":"rest-xml",
"serviceFullName":"AWS S3 Control",
"serviceId":"S3 Control",
"signatureVersion":"s3v4",
"signingName":"s3",
"uid":"s3control-2018-08-20"
},
"operations":{
"CreateAccessPoint":{
"name":"CreateAccessPoint",
"http":{
"method":"PUT",
"requestUri":"/v20180820/accesspoint/{name}"
},
"input":{
"shape":"CreateAccessPointRequest",
"locationName":"CreateAccessPointRequest",
"xmlNamespace":{"uri":"http://awss3control.amazonaws.com/doc/2018-08-20/"}
},
"output":{"shape":"CreateAccessPointResult"},
"documentation":"<p>Creates an access point and associates it with the specified bucket. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/access-points.html\">Managing Data Access with Amazon S3 Access Points</a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</p> <p/> <p> <b>Using this action with Amazon S3 on Outposts</b> </p> <p>This action: </p> <ul> <li> <p>Requires a virtual private cloud (VPC) configuration as S3 on Outposts only supports VPC style access points.</p> </li> <li> <p>Does not support ACL on S3 on Outposts buckets.</p> </li> <li> <p>Does not support Public Access on S3 on Outposts buckets.</p> </li> <li> <p>Does not support object lock for S3 on Outposts buckets.</p> </li> </ul> <p>For more information, see <a href=\"AmazonS3/latest/dev/S3onOutposts.html\">Using Amazon S3 on Outposts</a> in the <i>Amazon Simple Storage Service Developer Guide </i>.</p> <p>All Amazon S3 on Outposts REST API requests for this action require an additional parameter of <code>x-amz-outpost-id</code> to be passed with the request and an S3 on Outposts endpoint hostname prefix instead of <code>s3-control</code>. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the <code>x-amz-outpost-id</code> derived using the access point ARN, see the <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateAccessPoint.html#API_control_CreateAccessPoint_Examples\">Examples</a> section.</p> <p/> <p>The following actions are related to <code>CreateAccessPoint</code>:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetAccessPoint.html\">GetAccessPoint</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteAccessPoint.html\">DeleteAccessPoint</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListAccessPoints.html\">ListAccessPoints</a> </p> </li> </ul>",
"endpoint":{
"hostPrefix":"{AccountId}."
}
},
"CreateBucket":{
"name":"CreateBucket",
"http":{
"method":"PUT",
"requestUri":"/v20180820/bucket/{name}"
},
"input":{"shape":"CreateBucketRequest"},
"output":{"shape":"CreateBucketResult"},
"errors":[
{"shape":"BucketAlreadyExists"},
{"shape":"BucketAlreadyOwnedByYou"}
],
"documentation":"<note> <p>This API operation creates an Amazon S3 on Outposts bucket. To create an S3 bucket, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateBucket.html\">Create Bucket</a> in the <i>Amazon Simple Storage Service API</i>. </p> </note> <p>Creates a new Outposts bucket. By creating the bucket, you become the bucket owner. To create an Outposts bucket, you must have S3 on Outposts. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/S3onOutposts.html\">Using Amazon S3 on Outposts</a> in <i>Amazon Simple Storage Service Developer Guide</i>.</p> <p>Not every string is an acceptable bucket name. For information on bucket naming restrictions, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/BucketRestrictions.html#bucketnamingrules\">Working with Amazon S3 Buckets</a>.</p> <p>S3 on Outposts buckets do not support </p> <ul> <li> <p>ACLs. Instead, configure access point policies to manage access to buckets.</p> </li> <li> <p>Public access. </p> </li> <li> <p>Object Lock</p> </li> <li> <p>Bucket Location constraint</p> </li> </ul> <p>For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and <code>x-amz-outpost-id</code> in your API request, see the <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateBucket.html#API_control_CreateBucket_Examples\">Examples</a> section.</p> <p>The following actions are related to <code>CreateBucket</code> for Amazon S3 on Outposts:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObject.html\">PutObject</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetBucket.html\">GetBucket</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteBucket.html\">DeleteBucket</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateAccessPoint.html\">CreateAccessPoint</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutAccessPointPolicy.html\">PutAccessPointPolicy</a> </p> </li> </ul>",
"httpChecksumRequired":true
},
"CreateJob":{
"name":"CreateJob",
"http":{
"method":"POST",
"requestUri":"/v20180820/jobs"
},
"input":{
"shape":"CreateJobRequest",
"locationName":"CreateJobRequest",
"xmlNamespace":{"uri":"http://awss3control.amazonaws.com/doc/2018-08-20/"}
},
"output":{"shape":"CreateJobResult"},
"errors":[
{"shape":"TooManyRequestsException"},
{"shape":"BadRequestException"},
{"shape":"IdempotencyException"},
{"shape":"InternalServiceException"}
],
"documentation":"<p>You can use S3 Batch Operations to perform large-scale batch operations on Amazon S3 objects. Batch Operations can run a single operation on lists of Amazon S3 objects that you specify. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-basics.html\">S3 Batch Operations</a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</p> <p>This operation creates a S3 Batch Operations job.</p> <p/> <p>Related actions include:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DescribeJob.html\">DescribeJob</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListJobs.html\">ListJobs</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_UpdateJobPriority.html\">UpdateJobPriority</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_UpdateJobStatus.html\">UpdateJobStatus</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_JobOperation.html\">JobOperation</a> </p> </li> </ul>",
"endpoint":{
"hostPrefix":"{AccountId}."
}
},
"DeleteAccessPoint":{
"name":"DeleteAccessPoint",
"http":{
"method":"DELETE",
"requestUri":"/v20180820/accesspoint/{name}"
},
"input":{"shape":"DeleteAccessPointRequest"},
"documentation":"<p>Deletes the specified access point.</p> <p>All Amazon S3 on Outposts REST API requests for this action require an additional parameter of <code>x-amz-outpost-id</code> to be passed with the request and an S3 on Outposts endpoint hostname prefix instead of <code>s3-control</code>. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the <code>x-amz-outpost-id</code> derived using the access point ARN, see the <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteAccessPoint.html#API_control_DeleteAccessPoint_Examples\">Examples</a> section.</p> <p>The following actions are related to <code>DeleteAccessPoint</code>:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateAccessPoint.html\">CreateAccessPoint</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetAccessPoint.html\">GetAccessPoint</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListAccessPoints.html\">ListAccessPoints</a> </p> </li> </ul>",
"endpoint":{
"hostPrefix":"{AccountId}."
}
},
"DeleteAccessPointPolicy":{
"name":"DeleteAccessPointPolicy",
"http":{
"method":"DELETE",
"requestUri":"/v20180820/accesspoint/{name}/policy"
},
"input":{"shape":"DeleteAccessPointPolicyRequest"},
"documentation":"<p>Deletes the access point policy for the specified access point.</p> <p/> <p>All Amazon S3 on Outposts REST API requests for this action require an additional parameter of <code>x-amz-outpost-id</code> to be passed with the request and an S3 on Outposts endpoint hostname prefix instead of <code>s3-control</code>. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the <code>x-amz-outpost-id</code> derived using the access point ARN, see the <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteAccessPointPolicy.html#API_control_DeleteAccessPointPolicy_Examples\">Examples</a> section.</p> <p>The following actions are related to <code>DeleteAccessPointPolicy</code>:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutAccessPointPolicy.html\">PutAccessPointPolicy</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetAccessPointPolicy.html\">GetAccessPointPolicy</a> </p> </li> </ul>",
"endpoint":{
"hostPrefix":"{AccountId}."
}
},
"DeleteBucket":{
"name":"DeleteBucket",
"http":{
"method":"DELETE",
"requestUri":"/v20180820/bucket/{name}"
},
"input":{"shape":"DeleteBucketRequest"},
"documentation":"<note> <p>This API operation deletes an Amazon S3 on Outposts bucket. To delete an S3 bucket, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucket.html\">DeleteBucket</a> in the <i>Amazon Simple Storage Service API</i>. </p> </note> <p>Deletes the Amazon S3 on Outposts bucket. All objects (including all object versions and delete markers) in the bucket must be deleted before the bucket itself can be deleted. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/S3onOutposts.html\">Using Amazon S3 on Outposts</a> in <i>Amazon Simple Storage Service Developer Guide</i>.</p> <p>All Amazon S3 on Outposts REST API requests for this action require an additional parameter of <code>x-amz-outpost-id</code> to be passed with the request and an S3 on Outposts endpoint hostname prefix instead of <code>s3-control</code>. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the <code>x-amz-outpost-id</code> derived using the access point ARN, see the <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteBucket.html#API_control_DeleteBucket_Examples\">Examples</a> section.</p> <p class=\"title\"> <b>Related Resources</b> </p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateBucket.html\">CreateBucket</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetBucket.html\">GetBucket</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteObject.html\">DeleteObject</a> </p> </li> </ul>",
"endpoint":{
"hostPrefix":"{AccountId}."
}
},
"DeleteBucketLifecycleConfiguration":{
"name":"DeleteBucketLifecycleConfiguration",
"http":{
"method":"DELETE",
"requestUri":"/v20180820/bucket/{name}/lifecycleconfiguration"
},
"input":{"shape":"DeleteBucketLifecycleConfigurationRequest"},
"documentation":"<note> <p>This API action deletes an Amazon S3 on Outposts bucket's lifecycle configuration. To delete an S3 bucket's lifecycle configuration, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucketLifecycle.html\">DeleteBucketLifecycle</a> in the <i>Amazon Simple Storage Service API</i>. </p> </note> <p>Deletes the lifecycle configuration from the specified Outposts bucket. Amazon S3 on Outposts removes all the lifecycle configuration rules in the lifecycle subresource associated with the bucket. Your objects never expire, and Amazon S3 on Outposts no longer automatically deletes any objects on the basis of rules contained in the deleted lifecycle configuration. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/S3onOutposts.html\">Using Amazon S3 on Outposts</a> in <i>Amazon Simple Storage Service Developer Guide</i>.</p> <p>To use this operation, you must have permission to perform the <code>s3-outposts:DeleteLifecycleConfiguration</code> action. By default, the bucket owner has this permission and the Outposts bucket owner can grant this permission to others.</p> <p>All Amazon S3 on Outposts REST API requests for this action require an additional parameter of <code>x-amz-outpost-id</code> to be passed with the request and an S3 on Outposts endpoint hostname prefix instead of <code>s3-control</code>. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the <code>x-amz-outpost-id</code> derived using the access point ARN, see the <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteBucketLifecycleConfiguration.html#API_control_DeleteBucketLifecycleConfiguration_Examples\">Examples</a> section.</p> <p>For more information about object expiration, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/intro-lifecycle-rules.html#intro-lifecycle-rules-actions\">Elements to Describe Lifecycle Actions</a>.</p> <p>Related actions include:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutBucketLifecycleConfiguration.html\">PutBucketLifecycleConfiguration</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetBucketLifecycleConfiguration.html\">GetBucketLifecycleConfiguration</a> </p> </li> </ul>",
"endpoint":{
"hostPrefix":"{AccountId}."
}
},
"DeleteBucketPolicy":{
"name":"DeleteBucketPolicy",
"http":{
"method":"DELETE",
"requestUri":"/v20180820/bucket/{name}/policy"
},
"input":{"shape":"DeleteBucketPolicyRequest"},
"documentation":"<note> <p>This API operation deletes an Amazon S3 on Outposts bucket policy. To delete an S3 bucket policy, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucketPolicy.html\">DeleteBucketPolicy</a> in the <i>Amazon Simple Storage Service API</i>. </p> </note> <p>This implementation of the DELETE operation uses the policy subresource to delete the policy of a specified Amazon S3 on Outposts bucket. If you are using an identity other than the root user of the AWS account that owns the bucket, the calling identity must have the <code>s3-outposts:DeleteBucketPolicy</code> permissions on the specified Outposts bucket and belong to the bucket owner's account to use this operation. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/S3onOutposts.html\">Using Amazon S3 on Outposts</a> in <i>Amazon Simple Storage Service Developer Guide</i>.</p> <p>If you don't have <code>DeleteBucketPolicy</code> permissions, Amazon S3 returns a <code>403 Access Denied</code> error. If you have the correct permissions, but you're not using an identity that belongs to the bucket owner's account, Amazon S3 returns a <code>405 Method Not Allowed</code> error. </p> <important> <p>As a security precaution, the root user of the AWS account that owns a bucket can always use this operation, even if the policy explicitly denies the root user the ability to perform this action.</p> </important> <p>For more information about bucket policies, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/using-iam-policies.html\">Using Bucket Policies and User Policies</a>. </p> <p>All Amazon S3 on Outposts REST API requests for this action require an additional parameter of <code>x-amz-outpost-id</code> to be passed with the request and an S3 on Outposts endpoint hostname prefix instead of <code>s3-control</code>. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the <code>x-amz-outpost-id</code> derived using the access point ARN, see the <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteBucketPolicy.html#API_control_DeleteBucketPolicy_Examples\">Examples</a> section.</p> <p>The following actions are related to <code>DeleteBucketPolicy</code>:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetBucketPolicy.html\">GetBucketPolicy</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutBucketPolicy.html\">PutBucketPolicy</a> </p> </li> </ul>",
"endpoint":{
"hostPrefix":"{AccountId}."
}
},
"DeleteBucketTagging":{
"name":"DeleteBucketTagging",
"http":{
"method":"DELETE",
"requestUri":"/v20180820/bucket/{name}/tagging",
"responseCode":204
},
"input":{"shape":"DeleteBucketTaggingRequest"},
"documentation":"<note> <p>This operation deletes an Amazon S3 on Outposts bucket's tags. To delete an S3 bucket tags, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucketTagging.html\">DeleteBucketTagging</a> in the <i>Amazon Simple Storage Service API</i>. </p> </note> <p>Deletes the tags from the Outposts bucket. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/S3onOutposts.html\">Using Amazon S3 on Outposts</a> in <i>Amazon Simple Storage Service Developer Guide</i>.</p> <p>To use this operation, you must have permission to perform the <code>PutBucketTagging</code> action. By default, the bucket owner has this permission and can grant this permission to others. </p> <p>All Amazon S3 on Outposts REST API requests for this action require an additional parameter of <code>x-amz-outpost-id</code> to be passed with the request and an S3 on Outposts endpoint hostname prefix instead of <code>s3-control</code>. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the <code>x-amz-outpost-id</code> derived using the access point ARN, see the <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteBucketTagging.html#API_control_DeleteBucketTagging_Examples\">Examples</a> section.</p> <p>The following actions are related to <code>DeleteBucketTagging</code>:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetBucketTagging.html\">GetBucketTagging</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutBucketTagging.html\">PutBucketTagging</a> </p> </li> </ul>",
"endpoint":{
"hostPrefix":"{AccountId}."
}
},
"DeleteJobTagging":{
"name":"DeleteJobTagging",
"http":{
"method":"DELETE",
"requestUri":"/v20180820/jobs/{id}/tagging"
},
"input":{"shape":"DeleteJobTaggingRequest"},
"output":{"shape":"DeleteJobTaggingResult"},
"errors":[
{"shape":"InternalServiceException"},
{"shape":"TooManyRequestsException"},
{"shape":"NotFoundException"}
],
"documentation":"<p>Removes the entire tag set from the specified S3 Batch Operations job. To use this operation, you must have permission to perform the <code>s3:DeleteJobTagging</code> action. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-managing-jobs.html#batch-ops-job-tags\">Controlling access and labeling jobs using tags</a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</p> <p/> <p>Related actions include:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateJob.html\">CreateJob</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetJobTagging.html\">GetJobTagging</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutJobTagging.html\">PutJobTagging</a> </p> </li> </ul>",
"endpoint":{
"hostPrefix":"{AccountId}."
}
},
"DeletePublicAccessBlock":{
"name":"DeletePublicAccessBlock",
"http":{
"method":"DELETE",
"requestUri":"/v20180820/configuration/publicAccessBlock"
},
"input":{"shape":"DeletePublicAccessBlockRequest"},
"documentation":"<p>Removes the <code>PublicAccessBlock</code> configuration for an AWS account. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html\"> Using Amazon S3 block public access</a>.</p> <p>Related actions include:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetPublicAccessBlock.html\">GetPublicAccessBlock</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutPublicAccessBlock.html\">PutPublicAccessBlock</a> </p> </li> </ul>",
"endpoint":{
"hostPrefix":"{AccountId}."
}
},
"DeleteStorageLensConfiguration":{
"name":"DeleteStorageLensConfiguration",
"http":{
"method":"DELETE",
"requestUri":"/v20180820/storagelens/{storagelensid}"
},
"input":{"shape":"DeleteStorageLensConfigurationRequest"},
"documentation":"<p>Deletes the Amazon S3 Storage Lens configuration. For more information about S3 Storage Lens, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html\">Assessing your storage activity and usage with Amazon S3 Storage Lens </a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</p> <note> <p>To use this action, you must have permission to perform the <code>s3:DeleteStorageLensConfiguration</code> action. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens_iam_permissions.html\">Setting permissions to use Amazon S3 Storage Lens</a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</p> </note>",
"endpoint":{
"hostPrefix":"{AccountId}."
}
},
"DeleteStorageLensConfigurationTagging":{
"name":"DeleteStorageLensConfigurationTagging",
"http":{
"method":"DELETE",
"requestUri":"/v20180820/storagelens/{storagelensid}/tagging"
},
"input":{"shape":"DeleteStorageLensConfigurationTaggingRequest"},
"output":{"shape":"DeleteStorageLensConfigurationTaggingResult"},
"documentation":"<p>Deletes the Amazon S3 Storage Lens configuration tags. For more information about S3 Storage Lens, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html\">Assessing your storage activity and usage with Amazon S3 Storage Lens </a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</p> <note> <p>To use this action, you must have permission to perform the <code>s3:DeleteStorageLensConfigurationTagging</code> action. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens_iam_permissions.html\">Setting permissions to use Amazon S3 Storage Lens</a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</p> </note>",
"endpoint":{
"hostPrefix":"{AccountId}."
}
},
"DescribeJob":{
"name":"DescribeJob",
"http":{
"method":"GET",
"requestUri":"/v20180820/jobs/{id}"
},
"input":{"shape":"DescribeJobRequest"},
"output":{"shape":"DescribeJobResult"},
"errors":[
{"shape":"BadRequestException"},
{"shape":"TooManyRequestsException"},
{"shape":"NotFoundException"},
{"shape":"InternalServiceException"}
],
"documentation":"<p>Retrieves the configuration parameters and status for a Batch Operations job. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-basics.html\">S3 Batch Operations</a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</p> <p/> <p>Related actions include:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateJob.html\">CreateJob</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListJobs.html\">ListJobs</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_UpdateJobPriority.html\">UpdateJobPriority</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_UpdateJobStatus.html\">UpdateJobStatus</a> </p> </li> </ul>",
"endpoint":{
"hostPrefix":"{AccountId}."
}
},
"GetAccessPoint":{
"name":"GetAccessPoint",
"http":{
"method":"GET",
"requestUri":"/v20180820/accesspoint/{name}"
},
"input":{"shape":"GetAccessPointRequest"},
"output":{"shape":"GetAccessPointResult"},
"documentation":"<p>Returns configuration information about the specified access point.</p> <p/> <p>All Amazon S3 on Outposts REST API requests for this action require an additional parameter of <code>x-amz-outpost-id</code> to be passed with the request and an S3 on Outposts endpoint hostname prefix instead of <code>s3-control</code>. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the <code>x-amz-outpost-id</code> derived using the access point ARN, see the <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetAccessPoint.html#API_control_GetAccessPoint_Examples\">Examples</a> section.</p> <p>The following actions are related to <code>GetAccessPoint</code>:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateAccessPoint.html\">CreateAccessPoint</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteAccessPoint.html\">DeleteAccessPoint</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListAccessPoints.html\">ListAccessPoints</a> </p> </li> </ul>",
"endpoint":{
"hostPrefix":"{AccountId}."
}
},
"GetAccessPointPolicy":{
"name":"GetAccessPointPolicy",
"http":{
"method":"GET",
"requestUri":"/v20180820/accesspoint/{name}/policy"
},
"input":{"shape":"GetAccessPointPolicyRequest"},
"output":{"shape":"GetAccessPointPolicyResult"},
"documentation":"<p>Returns the access point policy associated with the specified access point.</p> <p>The following actions are related to <code>GetAccessPointPolicy</code>:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutAccessPointPolicy.html\">PutAccessPointPolicy</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteAccessPointPolicy.html\">DeleteAccessPointPolicy</a> </p> </li> </ul>",
"endpoint":{
"hostPrefix":"{AccountId}."
}
},
"GetAccessPointPolicyStatus":{
"name":"GetAccessPointPolicyStatus",
"http":{
"method":"GET",
"requestUri":"/v20180820/accesspoint/{name}/policyStatus"
},
"input":{"shape":"GetAccessPointPolicyStatusRequest"},
"output":{"shape":"GetAccessPointPolicyStatusResult"},
"documentation":"<p>Indicates whether the specified access point currently has a policy that allows public access. For more information about public access through access points, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/access-points.html\">Managing Data Access with Amazon S3 Access Points</a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</p>",
"endpoint":{
"hostPrefix":"{AccountId}."
}
},
"GetBucket":{
"name":"GetBucket",
"http":{
"method":"GET",
"requestUri":"/v20180820/bucket/{name}"
},
"input":{"shape":"GetBucketRequest"},
"output":{"shape":"GetBucketResult"},
"documentation":"<p>Gets an Amazon S3 on Outposts bucket. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/S3onOutposts.html\"> Using Amazon S3 on Outposts</a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</p> <p>If you are using an identity other than the root user of the AWS account that owns the bucket, the calling identity must have the <code>s3-outposts:GetBucket</code> permissions on the specified bucket and belong to the bucket owner's account in order to use this operation. Only users from Outposts bucket owner account with the right permissions can perform actions on an Outposts bucket. </p> <p> If you don't have <code>s3-outposts:GetBucket</code> permissions or you're not using an identity that belongs to the bucket owner's account, Amazon S3 returns a <code>403 Access Denied</code> error.</p> <p>The following actions are related to <code>GetBucket</code> for Amazon S3 on Outposts:</p> <p>All Amazon S3 on Outposts REST API requests for this action require an additional parameter of <code>x-amz-outpost-id</code> to be passed with the request and an S3 on Outposts endpoint hostname prefix instead of <code>s3-control</code>. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the <code>x-amz-outpost-id</code> derived using the access point ARN, see the <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetBucket.html#API_control_GetBucket_Examples\">Examples</a> section.</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObject.html\">PutObject</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateBucket.html\">CreateBucket</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteBucket.html\">DeleteBucket</a> </p> </li> </ul>",
"endpoint":{
"hostPrefix":"{AccountId}."
}
},
"GetBucketLifecycleConfiguration":{
"name":"GetBucketLifecycleConfiguration",
"http":{
"method":"GET",
"requestUri":"/v20180820/bucket/{name}/lifecycleconfiguration"
},
"input":{"shape":"GetBucketLifecycleConfigurationRequest"},
"output":{"shape":"GetBucketLifecycleConfigurationResult"},
"documentation":"<note> <p>This operation gets an Amazon S3 on Outposts bucket's lifecycle configuration. To get an S3 bucket's lifecycle configuration, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketLifecycleConfiguration.html\">GetBucketLifecycleConfiguration</a> in the <i>Amazon Simple Storage Service API</i>. </p> </note> <p>Returns the lifecycle configuration information set on the Outposts bucket. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/S3onOutposts.html\">Using Amazon S3 on Outposts</a> and for information about lifecycle configuration, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lifecycle-mgmt.html\"> Object Lifecycle Management</a> in <i>Amazon Simple Storage Service Developer Guide</i>.</p> <p>To use this operation, you must have permission to perform the <code>s3-outposts:GetLifecycleConfiguration</code> action. The Outposts bucket owner has this permission, by default. The bucket owner can grant this permission to others. For more information about permissions, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/using-with-s3-actions.html#using-with-s3-actions-related-to-bucket-subresources\">Permissions Related to Bucket Subresource Operations</a> and <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/s3-access-control.html\">Managing Access Permissions to Your Amazon S3 Resources</a>.</p> <p>All Amazon S3 on Outposts REST API requests for this action require an additional parameter of <code>x-amz-outpost-id</code> to be passed with the request and an S3 on Outposts endpoint hostname prefix instead of <code>s3-control</code>. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the <code>x-amz-outpost-id</code> derived using the access point ARN, see the <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetBucketLifecycleConfiguration.html#API_control_GetBucketLifecycleConfiguration_Examples\">Examples</a> section.</p> <p> <code>GetBucketLifecycleConfiguration</code> has the following special error:</p> <ul> <li> <p>Error code: <code>NoSuchLifecycleConfiguration</code> </p> <ul> <li> <p>Description: The lifecycle configuration does not exist.</p> </li> <li> <p>HTTP Status Code: 404 Not Found</p> </li> <li> <p>SOAP Fault Code Prefix: Client</p> </li> </ul> </li> </ul> <p>The following actions are related to <code>GetBucketLifecycleConfiguration</code>:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutBucketLifecycleConfiguration.html\">PutBucketLifecycleConfiguration</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteBucketLifecycleConfiguration.html\">DeleteBucketLifecycleConfiguration</a> </p> </li> </ul>",
"endpoint":{
"hostPrefix":"{AccountId}."
}
},
"GetBucketPolicy":{
"name":"GetBucketPolicy",
"http":{
"method":"GET",
"requestUri":"/v20180820/bucket/{name}/policy"
},
"input":{"shape":"GetBucketPolicyRequest"},
"output":{"shape":"GetBucketPolicyResult"},
"documentation":"<note> <p>This action gets a bucket policy for an Amazon S3 on Outposts bucket. To get a policy for an S3 bucket, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketPolicy.html\">GetBucketPolicy</a> in the <i>Amazon Simple Storage Service API</i>. </p> </note> <p>Returns the policy of a specified Outposts bucket. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/S3onOutposts.html\">Using Amazon S3 on Outposts</a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</p> <p>If you are using an identity other than the root user of the AWS account that owns the bucket, the calling identity must have the <code>GetBucketPolicy</code> permissions on the specified bucket and belong to the bucket owner's account in order to use this operation.</p> <p>Only users from Outposts bucket owner account with the right permissions can perform actions on an Outposts bucket. If you don't have <code>s3-outposts:GetBucketPolicy</code> permissions or you're not using an identity that belongs to the bucket owner's account, Amazon S3 returns a <code>403 Access Denied</code> error.</p> <important> <p>As a security precaution, the root user of the AWS account that owns a bucket can always use this operation, even if the policy explicitly denies the root user the ability to perform this action.</p> </important> <p>For more information about bucket policies, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/using-iam-policies.html\">Using Bucket Policies and User Policies</a>.</p> <p>All Amazon S3 on Outposts REST API requests for this action require an additional parameter of <code>x-amz-outpost-id</code> to be passed with the request and an S3 on Outposts endpoint hostname prefix instead of <code>s3-control</code>. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the <code>x-amz-outpost-id</code> derived using the access point ARN, see the <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetBucketPolicy.html#API_control_GetBucketPolicy_Examples\">Examples</a> section.</p> <p>The following actions are related to <code>GetBucketPolicy</code>:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObject.html\">GetObject</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutBucketPolicy.html\">PutBucketPolicy</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteBucketPolicy.html\">DeleteBucketPolicy</a> </p> </li> </ul>",
"endpoint":{
"hostPrefix":"{AccountId}."
}
},
"GetBucketTagging":{
"name":"GetBucketTagging",
"http":{
"method":"GET",
"requestUri":"/v20180820/bucket/{name}/tagging"
},
"input":{"shape":"GetBucketTaggingRequest"},
"output":{"shape":"GetBucketTaggingResult"},
"documentation":"<note> <p>This operation gets an Amazon S3 on Outposts bucket's tags. To get an S3 bucket tags, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketTagging.html\">GetBucketTagging</a> in the <i>Amazon Simple Storage Service API</i>. </p> </note> <p>Returns the tag set associated with the Outposts bucket. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/S3onOutposts.html\">Using Amazon S3 on Outposts</a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</p> <p>To use this operation, you must have permission to perform the <code>GetBucketTagging</code> action. By default, the bucket owner has this permission and can grant this permission to others.</p> <p> <code>GetBucketTagging</code> has the following special error:</p> <ul> <li> <p>Error code: <code>NoSuchTagSetError</code> </p> <ul> <li> <p>Description: There is no tag set associated with the bucket.</p> </li> </ul> </li> </ul> <p>All Amazon S3 on Outposts REST API requests for this action require an additional parameter of <code>x-amz-outpost-id</code> to be passed with the request and an S3 on Outposts endpoint hostname prefix instead of <code>s3-control</code>. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the <code>x-amz-outpost-id</code> derived using the access point ARN, see the <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetBucketTagging.html#API_control_GetBucketTagging_Examples\">Examples</a> section.</p> <p>The following actions are related to <code>GetBucketTagging</code>:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutBucketTagging.html\">PutBucketTagging</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteBucketTagging.html\">DeleteBucketTagging</a> </p> </li> </ul>",
"endpoint":{
"hostPrefix":"{AccountId}."
}
},
"GetJobTagging":{
"name":"GetJobTagging",
"http":{
"method":"GET",
"requestUri":"/v20180820/jobs/{id}/tagging"
},
"input":{"shape":"GetJobTaggingRequest"},
"output":{"shape":"GetJobTaggingResult"},
"errors":[
{"shape":"InternalServiceException"},
{"shape":"TooManyRequestsException"},
{"shape":"NotFoundException"}
],
"documentation":"<p>Returns the tags on an S3 Batch Operations job. To use this operation, you must have permission to perform the <code>s3:GetJobTagging</code> action. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-managing-jobs.html#batch-ops-job-tags\">Controlling access and labeling jobs using tags</a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</p> <p/> <p>Related actions include:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateJob.html\">CreateJob</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutJobTagging.html\">PutJobTagging</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteJobTagging.html\">DeleteJobTagging</a> </p> </li> </ul>",
"endpoint":{
"hostPrefix":"{AccountId}."
}
},
"GetPublicAccessBlock":{
"name":"GetPublicAccessBlock",
"http":{
"method":"GET",
"requestUri":"/v20180820/configuration/publicAccessBlock"
},
"input":{"shape":"GetPublicAccessBlockRequest"},
"output":{"shape":"GetPublicAccessBlockOutput"},
"errors":[
{"shape":"NoSuchPublicAccessBlockConfiguration"}
],
"documentation":"<p>Retrieves the <code>PublicAccessBlock</code> configuration for an AWS account. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html\"> Using Amazon S3 block public access</a>.</p> <p>Related actions include:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeletePublicAccessBlock.html\">DeletePublicAccessBlock</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutPublicAccessBlock.html\">PutPublicAccessBlock</a> </p> </li> </ul>",
"endpoint":{
"hostPrefix":"{AccountId}."
}
},
"GetStorageLensConfiguration":{
"name":"GetStorageLensConfiguration",
"http":{
"method":"GET",
"requestUri":"/v20180820/storagelens/{storagelensid}"
},
"input":{"shape":"GetStorageLensConfigurationRequest"},
"output":{"shape":"GetStorageLensConfigurationResult"},
"documentation":"<p>Gets the Amazon S3 Storage Lens configuration. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html\">Assessing your storage activity and usage with Amazon S3 Storage Lens </a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</p> <note> <p>To use this action, you must have permission to perform the <code>s3:GetStorageLensConfiguration</code> action. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens_iam_permissions.html\">Setting permissions to use Amazon S3 Storage Lens</a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</p> </note>",
"endpoint":{
"hostPrefix":"{AccountId}."
}
},
"GetStorageLensConfigurationTagging":{
"name":"GetStorageLensConfigurationTagging",
"http":{
"method":"GET",
"requestUri":"/v20180820/storagelens/{storagelensid}/tagging"
},
"input":{"shape":"GetStorageLensConfigurationTaggingRequest"},
"output":{"shape":"GetStorageLensConfigurationTaggingResult"},
"documentation":"<p>Gets the tags of Amazon S3 Storage Lens configuration. For more information about S3 Storage Lens, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html\">Assessing your storage activity and usage with Amazon S3 Storage Lens </a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</p> <note> <p>To use this action, you must have permission to perform the <code>s3:GetStorageLensConfigurationTagging</code> action. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens_iam_permissions.html\">Setting permissions to use Amazon S3 Storage Lens</a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</p> </note>",
"endpoint":{
"hostPrefix":"{AccountId}."
}
},
"ListAccessPoints":{
"name":"ListAccessPoints",
"http":{
"method":"GET",
"requestUri":"/v20180820/accesspoint"
},
"input":{"shape":"ListAccessPointsRequest"},
"output":{"shape":"ListAccessPointsResult"},
"documentation":"<p>Returns a list of the access points currently associated with the specified bucket. You can retrieve up to 1000 access points per call. If the specified bucket has more than 1,000 access points (or the number specified in <code>maxResults</code>, whichever is less), the response will include a continuation token that you can use to list the additional access points.</p> <p/> <p>All Amazon S3 on Outposts REST API requests for this action require an additional parameter of <code>x-amz-outpost-id</code> to be passed with the request and an S3 on Outposts endpoint hostname prefix instead of <code>s3-control</code>. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the <code>x-amz-outpost-id</code> derived using the access point ARN, see the <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetAccessPoint.html#API_control_GetAccessPoint_Examples\">Examples</a> section.</p> <p>The following actions are related to <code>ListAccessPoints</code>:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateAccessPoint.html\">CreateAccessPoint</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteAccessPoint.html\">DeleteAccessPoint</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetAccessPoint.html\">GetAccessPoint</a> </p> </li> </ul>",
"endpoint":{
"hostPrefix":"{AccountId}."
}
},
"ListJobs":{
"name":"ListJobs",
"http":{
"method":"GET",
"requestUri":"/v20180820/jobs"
},
"input":{"shape":"ListJobsRequest"},
"output":{"shape":"ListJobsResult"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"InternalServiceException"},
{"shape":"InvalidNextTokenException"}
],
"documentation":"<p>Lists current S3 Batch Operations jobs and jobs that have ended within the last 30 days for the AWS account making the request. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-basics.html\">S3 Batch Operations</a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</p> <p>Related actions include:</p> <p/> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateJob.html\">CreateJob</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DescribeJob.html\">DescribeJob</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_UpdateJobPriority.html\">UpdateJobPriority</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_UpdateJobStatus.html\">UpdateJobStatus</a> </p> </li> </ul>",
"endpoint":{
"hostPrefix":"{AccountId}."
}
},
"ListRegionalBuckets":{
"name":"ListRegionalBuckets",
"http":{
"method":"GET",
"requestUri":"/v20180820/bucket"
},
"input":{"shape":"ListRegionalBucketsRequest"},
"output":{"shape":"ListRegionalBucketsResult"},
"documentation":"<p>Returns a list of all Outposts buckets in an Outpost that are owned by the authenticated sender of the request. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/S3onOutposts.html\">Using Amazon S3 on Outposts</a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</p> <p>For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and <code>x-amz-outpost-id</code> in your request, see the <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListRegionalBuckets.html#API_control_ListRegionalBuckets_Examples\">Examples</a> section.</p>",
"endpoint":{
"hostPrefix":"{AccountId}."
}
},
"ListStorageLensConfigurations":{
"name":"ListStorageLensConfigurations",
"http":{
"method":"GET",
"requestUri":"/v20180820/storagelens"
},
"input":{"shape":"ListStorageLensConfigurationsRequest"},
"output":{"shape":"ListStorageLensConfigurationsResult"},
"documentation":"<p>Gets a list of Amazon S3 Storage Lens configurations. For more information about S3 Storage Lens, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html\">Assessing your storage activity and usage with Amazon S3 Storage Lens </a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</p> <note> <p>To use this action, you must have permission to perform the <code>s3:ListStorageLensConfigurations</code> action. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens_iam_permissions.html\">Setting permissions to use Amazon S3 Storage Lens</a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</p> </note>",
"endpoint":{
"hostPrefix":"{AccountId}."
}
},
"PutAccessPointPolicy":{
"name":"PutAccessPointPolicy",
"http":{
"method":"PUT",
"requestUri":"/v20180820/accesspoint/{name}/policy"
},
"input":{
"shape":"PutAccessPointPolicyRequest",
"locationName":"PutAccessPointPolicyRequest",
"xmlNamespace":{"uri":"http://awss3control.amazonaws.com/doc/2018-08-20/"}
},
"documentation":"<p>Associates an access policy with the specified access point. Each access point can have only one policy, so a request made to this API replaces any existing policy associated with the specified access point.</p> <p/> <p>All Amazon S3 on Outposts REST API requests for this action require an additional parameter of <code>x-amz-outpost-id</code> to be passed with the request and an S3 on Outposts endpoint hostname prefix instead of <code>s3-control</code>. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the <code>x-amz-outpost-id</code> derived using the access point ARN, see the <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutAccessPointPolicy.html#API_control_PutAccessPointPolicy_Examples\">Examples</a> section.</p> <p>The following actions are related to <code>PutAccessPointPolicy</code>:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetAccessPointPolicy.html\">GetAccessPointPolicy</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteAccessPointPolicy.html\">DeleteAccessPointPolicy</a> </p> </li> </ul>",
"endpoint":{
"hostPrefix":"{AccountId}."
}
},
"PutBucketLifecycleConfiguration":{
"name":"PutBucketLifecycleConfiguration",
"http":{
"method":"PUT",
"requestUri":"/v20180820/bucket/{name}/lifecycleconfiguration"
},
"input":{"shape":"PutBucketLifecycleConfigurationRequest"},
"documentation":"<note> <p>This action puts a lifecycle configuration to an Amazon S3 on Outposts bucket. To put a lifecycle configuration to an S3 bucket, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketLifecycleConfiguration.html\">PutBucketLifecycleConfiguration</a> in the <i>Amazon Simple Storage Service API</i>. </p> </note> <p>Creates a new lifecycle configuration for the Outposts bucket or replaces an existing lifecycle configuration. Outposts buckets only support lifecycle configurations that delete/expire objects after a certain period of time and abort incomplete multipart uploads. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/S3onOutposts.html\">Managing Lifecycle Permissions for Amazon S3 on Outposts</a>.</p> <p/> <p>All Amazon S3 on Outposts REST API requests for this action require an additional parameter of <code>x-amz-outpost-id</code> to be passed with the request and an S3 on Outposts endpoint hostname prefix instead of <code>s3-control</code>. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the <code>x-amz-outpost-id</code> derived using the access point ARN, see the <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutBucketLifecycleConfiguration.html#API_control_PutBucketLifecycleConfiguration_Examples\">Examples</a> section.</p> <p>The following actions are related to <code>PutBucketLifecycleConfiguration</code>:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetBucketLifecycleConfiguration.html\">GetBucketLifecycleConfiguration</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteBucketLifecycleConfiguration.html\">DeleteBucketLifecycleConfiguration</a> </p> </li> </ul>",
"endpoint":{
"hostPrefix":"{AccountId}."
},
"httpChecksumRequired":true
},
"PutBucketPolicy":{
"name":"PutBucketPolicy",
"http":{
"method":"PUT",
"requestUri":"/v20180820/bucket/{name}/policy"
},
"input":{
"shape":"PutBucketPolicyRequest",
"locationName":"PutBucketPolicyRequest",
"xmlNamespace":{"uri":"http://awss3control.amazonaws.com/doc/2018-08-20/"}
},
"documentation":"<note> <p>This action puts a bucket policy to an Amazon S3 on Outposts bucket. To put a policy on an S3 bucket, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketPolicy.html\">PutBucketPolicy</a> in the <i>Amazon Simple Storage Service API</i>. </p> </note> <p>Applies an Amazon S3 bucket policy to an Outposts bucket. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/S3onOutposts.html\">Using Amazon S3 on Outposts</a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</p> <p>If you are using an identity other than the root user of the AWS account that owns the Outposts bucket, the calling identity must have the <code>PutBucketPolicy</code> permissions on the specified Outposts bucket and belong to the bucket owner's account in order to use this operation.</p> <p>If you don't have <code>PutBucketPolicy</code> permissions, Amazon S3 returns a <code>403 Access Denied</code> error. If you have the correct permissions, but you're not using an identity that belongs to the bucket owner's account, Amazon S3 returns a <code>405 Method Not Allowed</code> error.</p> <important> <p> As a security precaution, the root user of the AWS account that owns a bucket can always use this operation, even if the policy explicitly denies the root user the ability to perform this action. </p> </important> <p>For more information about bucket policies, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/using-iam-policies.html\">Using Bucket Policies and User Policies</a>.</p> <p>All Amazon S3 on Outposts REST API requests for this action require an additional parameter of <code>x-amz-outpost-id</code> to be passed with the request and an S3 on Outposts endpoint hostname prefix instead of <code>s3-control</code>. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the <code>x-amz-outpost-id</code> derived using the access point ARN, see the <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutBucketPolicy.html#API_control_PutBucketPolicy_Examples\">Examples</a> section.</p> <p>The following actions are related to <code>PutBucketPolicy</code>:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetBucketPolicy.html\">GetBucketPolicy</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteBucketPolicy.html\">DeleteBucketPolicy</a> </p> </li> </ul>",
"endpoint":{
"hostPrefix":"{AccountId}."
},
"httpChecksumRequired":true
},
"PutBucketTagging":{
"name":"PutBucketTagging",
"http":{
"method":"PUT",
"requestUri":"/v20180820/bucket/{name}/tagging"
},
"input":{"shape":"PutBucketTaggingRequest"},
"documentation":"<note> <p>This action puts tags on an Amazon S3 on Outposts bucket. To put tags on an S3 bucket, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketTagging.html\">PutBucketTagging</a> in the <i>Amazon Simple Storage Service API</i>. </p> </note> <p>Sets the tags for an Outposts bucket. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/S3onOutposts.html\">Using Amazon S3 on Outposts</a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</p> <p>Use tags to organize your AWS bill to reflect your own cost structure. To do this, sign up to get your AWS account bill with tag key values included. Then, to see the cost of combined resources, organize your billing information according to resources with the same tag key values. For example, you can tag several resources with a specific application name, and then organize your billing information to see the total cost of that application across several services. For more information, see <a href=\"https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html\">Cost Allocation and Tagging</a>.</p> <note> <p>Within a bucket, if you add a tag that has the same key as an existing tag, the new value overwrites the old value. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/CostAllocTagging.html\"> Using Cost Allocation in Amazon S3 Bucket Tags</a>.</p> </note> <p>To use this operation, you must have permissions to perform the <code>s3-outposts:PutBucketTagging</code> action. The Outposts bucket owner has this permission by default and can grant this permission to others. For more information about permissions, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/using-with-s3-actions.html#using-with-s3-actions-related-to-bucket-subresources\"> Permissions Related to Bucket Subresource Operations</a> and <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/s3-access-control.html\">Managing Access Permissions to Your Amazon S3 Resources</a>.</p> <p> <code>PutBucketTagging</code> has the following special errors:</p> <ul> <li> <p>Error code: <code>InvalidTagError</code> </p> <ul> <li> <p>Description: The tag provided was not a valid tag. This error can occur if the tag did not pass input validation. For information about tag restrictions, see <a href=\"https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/allocation-tag-restrictions.html\"> User-Defined Tag Restrictions</a> and <a href=\"https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/aws-tag-restrictions.html\"> AWS-Generated Cost Allocation Tag Restrictions</a>.</p> </li> </ul> </li> <li> <p>Error code: <code>MalformedXMLError</code> </p> <ul> <li> <p>Description: The XML provided does not match the schema.</p> </li> </ul> </li> <li> <p>Error code: <code>OperationAbortedError </code> </p> <ul> <li> <p>Description: A conflicting conditional operation is currently in progress against this resource. Try again.</p> </li> </ul> </li> <li> <p>Error code: <code>InternalError</code> </p> <ul> <li> <p>Description: The service was unable to apply the provided tag to the bucket.</p> </li> </ul> </li> </ul> <p>All Amazon S3 on Outposts REST API requests for this action require an additional parameter of <code>x-amz-outpost-id</code> to be passed with the request and an S3 on Outposts endpoint hostname prefix instead of <code>s3-control</code>. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the <code>x-amz-outpost-id</code> derived using the access point ARN, see the <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutBucketTagging.html#API_control_PutBucketTagging_Examples\">Examples</a> section.</p> <p>The following actions are related to <code>PutBucketTagging</code>:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetBucketTagging.html\">GetBucketTagging</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteBucketTagging.html\">DeleteBucketTagging</a> </p> </li> </ul>",
"endpoint":{
"hostPrefix":"{AccountId}."
},
"httpChecksumRequired":true
},
"PutJobTagging":{
"name":"PutJobTagging",
"http":{
"method":"PUT",
"requestUri":"/v20180820/jobs/{id}/tagging"
},
"input":{
"shape":"PutJobTaggingRequest",
"locationName":"PutJobTaggingRequest",
"xmlNamespace":{"uri":"http://awss3control.amazonaws.com/doc/2018-08-20/"}
},
"output":{"shape":"PutJobTaggingResult"},
"errors":[
{"shape":"InternalServiceException"},
{"shape":"TooManyRequestsException"},
{"shape":"NotFoundException"},
{"shape":"TooManyTagsException"}
],
"documentation":"<p>Sets the supplied tag-set on an S3 Batch Operations job.</p> <p>A tag is a key-value pair. You can associate S3 Batch Operations tags with any job by sending a PUT request against the tagging subresource that is associated with the job. To modify the existing tag set, you can either replace the existing tag set entirely, or make changes within the existing tag set by retrieving the existing tag set using <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetJobTagging.html\">GetJobTagging</a>, modify that tag set, and use this action to replace the tag set with the one you modified. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-managing-jobs.html#batch-ops-job-tags\">Controlling access and labeling jobs using tags</a> in the <i>Amazon Simple Storage Service Developer Guide</i>. </p> <p/> <note> <ul> <li> <p>If you send this request with an empty tag set, Amazon S3 deletes the existing tag set on the Batch Operations job. If you use this method, you are charged for a Tier 1 Request (PUT). For more information, see <a href=\"http://aws.amazon.com/s3/pricing/\">Amazon S3 pricing</a>.</p> </li> <li> <p>For deleting existing tags for your Batch Operations job, a <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteJobTagging.html\">DeleteJobTagging</a> request is preferred because it achieves the same result without incurring charges.</p> </li> <li> <p>A few things to consider about using tags:</p> <ul> <li> <p>Amazon S3 limits the maximum number of tags to 50 tags per job.</p> </li> <li> <p>You can associate up to 50 tags with a job as long as they have unique tag keys.</p> </li> <li> <p>A tag key can be up to 128 Unicode characters in length, and tag values can be up to 256 Unicode characters in length.</p> </li> <li> <p>The key and values are case sensitive.</p> </li> <li> <p>For tagging-related restrictions related to characters and encodings, see <a href=\"https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/allocation-tag-restrictions.html\">User-Defined Tag Restrictions</a> in the <i>AWS Billing and Cost Management User Guide</i>.</p> </li> </ul> </li> </ul> </note> <p/> <p>To use this operation, you must have permission to perform the <code>s3:PutJobTagging</code> action.</p> <p>Related actions include:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateJob.html\">CreatJob</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetJobTagging.html\">GetJobTagging</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteJobTagging.html\">DeleteJobTagging</a> </p> </li> </ul>",
"endpoint":{
"hostPrefix":"{AccountId}."
}
},
"PutPublicAccessBlock":{
"name":"PutPublicAccessBlock",
"http":{
"method":"PUT",
"requestUri":"/v20180820/configuration/publicAccessBlock"
},
"input":{"shape":"PutPublicAccessBlockRequest"},
"documentation":"<p>Creates or modifies the <code>PublicAccessBlock</code> configuration for an AWS account. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html\"> Using Amazon S3 block public access</a>.</p> <p>Related actions include:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetPublicAccessBlock.html\">GetPublicAccessBlock</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeletePublicAccessBlock.html\">DeletePublicAccessBlock</a> </p> </li> </ul>",
"endpoint":{
"hostPrefix":"{AccountId}."
}
},
"PutStorageLensConfiguration":{
"name":"PutStorageLensConfiguration",
"http":{
"method":"PUT",
"requestUri":"/v20180820/storagelens/{storagelensid}"
},
"input":{
"shape":"PutStorageLensConfigurationRequest",
"locationName":"PutStorageLensConfigurationRequest",
"xmlNamespace":{"uri":"http://awss3control.amazonaws.com/doc/2018-08-20/"}
},
"documentation":"<p>Puts an Amazon S3 Storage Lens configuration. For more information about S3 Storage Lens, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html\">Working with Amazon S3 Storage Lens</a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</p> <note> <p>To use this action, you must have permission to perform the <code>s3:PutStorageLensConfiguration</code> action. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens_iam_permissions.html\">Setting permissions to use Amazon S3 Storage Lens</a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</p> </note>",
"endpoint":{
"hostPrefix":"{AccountId}."
}
},
"PutStorageLensConfigurationTagging":{
"name":"PutStorageLensConfigurationTagging",
"http":{
"method":"PUT",
"requestUri":"/v20180820/storagelens/{storagelensid}/tagging"
},
"input":{
"shape":"PutStorageLensConfigurationTaggingRequest",
"locationName":"PutStorageLensConfigurationTaggingRequest",
"xmlNamespace":{"uri":"http://awss3control.amazonaws.com/doc/2018-08-20/"}
},
"output":{"shape":"PutStorageLensConfigurationTaggingResult"},
"documentation":"<p>Put or replace tags on an existing Amazon S3 Storage Lens configuration. For more information about S3 Storage Lens, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html\">Assessing your storage activity and usage with Amazon S3 Storage Lens </a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</p> <note> <p>To use this action, you must have permission to perform the <code>s3:PutStorageLensConfigurationTagging</code> action. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens_iam_permissions.html\">Setting permissions to use Amazon S3 Storage Lens</a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</p> </note>",
"endpoint":{
"hostPrefix":"{AccountId}."
}
},
"UpdateJobPriority":{
"name":"UpdateJobPriority",
"http":{
"method":"POST",
"requestUri":"/v20180820/jobs/{id}/priority"
},
"input":{"shape":"UpdateJobPriorityRequest"},
"output":{"shape":"UpdateJobPriorityResult"},
"errors":[
{"shape":"BadRequestException"},
{"shape":"TooManyRequestsException"},
{"shape":"NotFoundException"},
{"shape":"InternalServiceException"}
],
"documentation":"<p>Updates an existing S3 Batch Operations job's priority. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-basics.html\">S3 Batch Operations</a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</p> <p/> <p>Related actions include:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateJob.html\">CreateJob</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListJobs.html\">ListJobs</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DescribeJob.html\">DescribeJob</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_UpdateJobStatus.html\">UpdateJobStatus</a> </p> </li> </ul>",
"endpoint":{
"hostPrefix":"{AccountId}."
}
},
"UpdateJobStatus":{
"name":"UpdateJobStatus",
"http":{
"method":"POST",
"requestUri":"/v20180820/jobs/{id}/status"
},
"input":{"shape":"UpdateJobStatusRequest"},
"output":{"shape":"UpdateJobStatusResult"},
"errors":[
{"shape":"BadRequestException"},
{"shape":"TooManyRequestsException"},
{"shape":"NotFoundException"},
{"shape":"JobStatusException"},
{"shape":"InternalServiceException"}
],
"documentation":"<p>Updates the status for the specified job. Use this operation to confirm that you want to run a job or to cancel an existing job. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-basics.html\">S3 Batch Operations</a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</p> <p/> <p>Related actions include:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateJob.html\">CreateJob</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListJobs.html\">ListJobs</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DescribeJob.html\">DescribeJob</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_UpdateJobStatus.html\">UpdateJobStatus</a> </p> </li> </ul>",
"endpoint":{
"hostPrefix":"{AccountId}."
}
}
},
"shapes":{
"AbortIncompleteMultipartUpload":{
"type":"structure",
"members":{
"DaysAfterInitiation":{
"shape":"DaysAfterInitiation",
"documentation":"<p>Specifies the number of days after which Amazon S3 aborts an incomplete multipart upload to the Outposts bucket.</p>"
}
},
"documentation":"<p>The container for abort incomplete multipart upload</p>"
},
"AccessPoint":{
"type":"structure",
"required":[
"Name",
"NetworkOrigin",
"Bucket"
],
"members":{
"Name":{
"shape":"AccessPointName",
"documentation":"<p>The name of this access point.</p>"
},
"NetworkOrigin":{
"shape":"NetworkOrigin",
"documentation":"<p>Indicates whether this access point allows access from the public internet. If <code>VpcConfiguration</code> is specified for this access point, then <code>NetworkOrigin</code> is <code>VPC</code>, and the access point doesn't allow access from the public internet. Otherwise, <code>NetworkOrigin</code> is <code>Internet</code>, and the access point allows access from the public internet, subject to the access point and bucket access policies.</p>"
},
"VpcConfiguration":{
"shape":"VpcConfiguration",
"documentation":"<p>The virtual private cloud (VPC) configuration for this access point, if one exists.</p>"
},
"Bucket":{
"shape":"BucketName",
"documentation":"<p>The name of the bucket associated with this access point.</p>"
},
"AccessPointArn":{
"shape":"S3AccessPointArn",
"documentation":"<p>The ARN for the access point.</p>"
}
},
"documentation":"<p>An access point used to access a bucket.</p>"
},
"AccessPointList":{
"type":"list",
"member":{
"shape":"AccessPoint",
"locationName":"AccessPoint"
}
},
"AccessPointName":{
"type":"string",
"max":50,
"min":3
},
"AccountId":{
"type":"string",
"max":64,
"pattern":"^\\d{12}$"
},
"AccountLevel":{
"type":"structure",
"required":["BucketLevel"],
"members":{
"ActivityMetrics":{
"shape":"ActivityMetrics",
"documentation":"<p>A container for the S3 Storage Lens activity metrics.</p>"
},
"BucketLevel":{
"shape":"BucketLevel",
"documentation":"<p>A container for the S3 Storage Lens bucket-level configuration.</p>"
}
},
"documentation":"<p>A container for the account level Amazon S3 Storage Lens configuration.</p>"
},
"ActivityMetrics":{
"type":"structure",
"members":{
"IsEnabled":{
"shape":"IsEnabled",
"documentation":"<p>A container for whether the activity metrics are enabled.</p>"
}
},
"documentation":"<p>A container for the activity metrics.</p>"
},
"AwsOrgArn":{
"type":"string",
"max":1024,
"min":1,
"pattern":"arn:[a-z\\-]+:organizations::\\d{12}:organization\\/o-[a-z0-9]{10,32}"
},
"BadRequestException":{
"type":"structure",
"members":{
"Message":{"shape":"ExceptionMessage"}
},
"documentation":"<p/>",
"exception":true
},
"Boolean":{"type":"boolean"},
"BucketAlreadyExists":{
"type":"structure",
"members":{
},
"documentation":"<p>The requested Outposts bucket name is not available. The bucket namespace is shared by all users of the AWS Outposts in this Region. Select a different name and try again.</p>",
"exception":true
},
"BucketAlreadyOwnedByYou":{
"type":"structure",
"members":{
},
"documentation":"<p>The Outposts bucket you tried to create already exists, and you own it. </p>",
"exception":true
},
"BucketCannedACL":{
"type":"string",
"enum":[
"private",
"public-read",
"public-read-write",
"authenticated-read"
]
},
"BucketLevel":{
"type":"structure",
"members":{
"ActivityMetrics":{
"shape":"ActivityMetrics",
"documentation":"<p>A container for the bucket-level activity metrics for Amazon S3 Storage Lens</p>"
},
"PrefixLevel":{
"shape":"PrefixLevel",
"documentation":"<p>A container for the bucket-level prefix-level metrics for S3 Storage Lens</p>"
}
},
"documentation":"<p>A container for the bucket-level configuration.</p>"
},
"BucketLocationConstraint":{
"type":"string",
"enum":[
"EU",
"eu-west-1",
"us-west-1",
"us-west-2",
"ap-south-1",
"ap-southeast-1",
"ap-southeast-2",
"ap-northeast-1",
"sa-east-1",
"cn-north-1",
"eu-central-1"
]
},
"BucketName":{
"type":"string",
"max":255,
"min":3
},
"Buckets":{
"type":"list",
"member":{
"shape":"S3BucketArnString",
"locationName":"Arn"
}
},
"ConfigId":{
"type":"string",
"max":64,
"min":1,
"pattern":"[a-zA-Z0-9\\-\\_\\.]+"
},
"ConfirmRemoveSelfBucketAccess":{"type":"boolean"},
"ConfirmationRequired":{"type":"boolean"},
"ContinuationToken":{"type":"string"},
"CreateAccessPointRequest":{
"type":"structure",
"required":[
"AccountId",
"Name",
"Bucket"
],
"members":{
"AccountId":{
"shape":"AccountId",
"documentation":"<p>The AWS account ID for the owner of the bucket for which you want to create an access point.</p>",
"hostLabel":true,
"location":"header",
"locationName":"x-amz-account-id"
},
"Name":{
"shape":"AccessPointName",
"documentation":"<p>The name you want to assign to this access point.</p>",
"location":"uri",
"locationName":"name"
},
"Bucket":{
"shape":"BucketName",
"documentation":"<p>The name of the bucket that you want to associate this access point with.</p> <p>For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well.</p> <p>For using this parameter with S3 on Outposts with the AWS SDK and CLI, you must specify the ARN of the bucket accessed in the format <code>arn:aws:s3-outposts:&lt;Region&gt;:&lt;account-id&gt;:outpost/&lt;outpost-id&gt;/bucket/&lt;my-bucket-name&gt;</code>. For example, to access the bucket <code>reports</code> through outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports</code>. The value must be URL encoded. </p>"
},
"VpcConfiguration":{
"shape":"VpcConfiguration",
"documentation":"<p>If you include this field, Amazon S3 restricts access to this access point to requests from the specified virtual private cloud (VPC).</p> <note> <p>This is required for creating an access point for Amazon S3 on Outposts buckets.</p> </note>"
},
"PublicAccessBlockConfiguration":{"shape":"PublicAccessBlockConfiguration"}
}
},
"CreateAccessPointResult":{
"type":"structure",
"members":{
"AccessPointArn":{
"shape":"S3AccessPointArn",
"documentation":"<p>The ARN of the access point.</p> <note> <p>This is only supported by Amazon S3 on Outposts.</p> </note>"
}
}
},
"CreateBucketConfiguration":{
"type":"structure",
"members":{
"LocationConstraint":{
"shape":"BucketLocationConstraint",
"documentation":"<p>Specifies the Region where the bucket will be created. If you are creating a bucket on the US East (N. Virginia) Region (us-east-1), you do not need to specify the location. </p> <note> <p>This is not supported by Amazon S3 on Outposts buckets.</p> </note>"
}
},
"documentation":"<p>The container for the bucket configuration.</p> <note> <p>This is not supported by Amazon S3 on Outposts buckets.</p> </note>"
},
"CreateBucketRequest":{
"type":"structure",
"required":["Bucket"],
"members":{
"ACL":{
"shape":"BucketCannedACL",
"documentation":"<p>The canned ACL to apply to the bucket.</p> <note> <p>This is not supported by Amazon S3 on Outposts buckets.</p> </note>",
"location":"header",
"locationName":"x-amz-acl"
},
"Bucket":{
"shape":"BucketName",
"documentation":"<p>The name of the bucket.</p>",
"location":"uri",
"locationName":"name"
},
"CreateBucketConfiguration":{
"shape":"CreateBucketConfiguration",
"documentation":"<p>The configuration information for the bucket.</p> <note> <p>This is not supported by Amazon S3 on Outposts buckets.</p> </note>",
"locationName":"CreateBucketConfiguration",
"xmlNamespace":{"uri":"http://awss3control.amazonaws.com/doc/2018-08-20/"}
},
"GrantFullControl":{
"shape":"GrantFullControl",
"documentation":"<p>Allows grantee the read, write, read ACP, and write ACP permissions on the bucket.</p> <note> <p>This is not supported by Amazon S3 on Outposts buckets.</p> </note>",
"location":"header",
"locationName":"x-amz-grant-full-control"
},
"GrantRead":{
"shape":"GrantRead",
"documentation":"<p>Allows grantee to list the objects in the bucket.</p> <note> <p>This is not supported by Amazon S3 on Outposts buckets.</p> </note>",
"location":"header",
"locationName":"x-amz-grant-read"
},
"GrantReadACP":{
"shape":"GrantReadACP",
"documentation":"<p>Allows grantee to read the bucket ACL.</p> <note> <p>This is not supported by Amazon S3 on Outposts buckets.</p> </note>",
"location":"header",
"locationName":"x-amz-grant-read-acp"
},
"GrantWrite":{
"shape":"GrantWrite",
"documentation":"<p>Allows grantee to create, overwrite, and delete any object in the bucket.</p> <note> <p>This is not supported by Amazon S3 on Outposts buckets.</p> </note>",
"location":"header",
"locationName":"x-amz-grant-write"
},
"GrantWriteACP":{
"shape":"GrantWriteACP",
"documentation":"<p>Allows grantee to write the ACL for the applicable bucket.</p> <note> <p>This is not supported by Amazon S3 on Outposts buckets.</p> </note>",
"location":"header",
"locationName":"x-amz-grant-write-acp"
},
"ObjectLockEnabledForBucket":{
"shape":"ObjectLockEnabledForBucket",
"documentation":"<p>Specifies whether you want S3 Object Lock to be enabled for the new bucket.</p> <note> <p>This is not supported by Amazon S3 on Outposts buckets.</p> </note>",
"location":"header",
"locationName":"x-amz-bucket-object-lock-enabled"
},
"OutpostId":{
"shape":"NonEmptyMaxLength64String",
"documentation":"<p>The ID of the Outposts where the bucket is being created.</p> <note> <p>This is required by Amazon S3 on Outposts buckets.</p> </note>",
"location":"header",
"locationName":"x-amz-outpost-id"
}
},
"payload":"CreateBucketConfiguration"
},
"CreateBucketResult":{
"type":"structure",
"members":{
"Location":{
"shape":"Location",
"documentation":"<p>The location of the bucket.</p>",
"location":"header",
"locationName":"Location"
},
"BucketArn":{
"shape":"S3RegionalBucketArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the bucket.</p> <p>For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well.</p> <p>For using this parameter with S3 on Outposts with the AWS SDK and CLI, you must specify the ARN of the bucket accessed in the format <code>arn:aws:s3-outposts:&lt;Region&gt;:&lt;account-id&gt;:outpost/&lt;outpost-id&gt;/bucket/&lt;my-bucket-name&gt;</code>. For example, to access the bucket <code>reports</code> through outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports</code>. The value must be URL encoded. </p>"
}
}
},
"CreateJobRequest":{
"type":"structure",
"required":[
"AccountId",
"Operation",
"Report",
"ClientRequestToken",
"Manifest",
"Priority",
"RoleArn"
],
"members":{
"AccountId":{
"shape":"AccountId",
"documentation":"<p>The AWS account ID that creates the job.</p>",
"hostLabel":true,
"location":"header",
"locationName":"x-amz-account-id"
},
"ConfirmationRequired":{
"shape":"ConfirmationRequired",
"documentation":"<p>Indicates whether confirmation is required before Amazon S3 runs the job. Confirmation is only required for jobs created through the Amazon S3 console.</p>",
"box":true
},
"Operation":{
"shape":"JobOperation",
"documentation":"<p>The operation that you want this job to perform on every object listed in the manifest. For more information about the available operations, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-operations.html\">Operations</a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</p>"
},
"Report":{
"shape":"JobReport",
"documentation":"<p>Configuration parameters for the optional job-completion report.</p>"
},
"ClientRequestToken":{
"shape":"NonEmptyMaxLength64String",
"documentation":"<p>An idempotency token to ensure that you don't accidentally submit the same request twice. You can use any string up to the maximum length.</p>",
"idempotencyToken":true
},
"Manifest":{
"shape":"JobManifest",
"documentation":"<p>Configuration parameters for the manifest.</p>"
},
"Description":{
"shape":"NonEmptyMaxLength256String",
"documentation":"<p>A description for this job. You can use any string within the permitted length. Descriptions don't need to be unique and can be used for multiple jobs.</p>"
},
"Priority":{
"shape":"JobPriority",
"documentation":"<p>The numerical priority for this job. Higher numbers indicate higher priority.</p>",
"box":true
},
"RoleArn":{
"shape":"IAMRoleArn",
"documentation":"<p>The Amazon Resource Name (ARN) for the AWS Identity and Access Management (IAM) role that Batch Operations will use to run this job's operation on every object in the manifest.</p>"
},
"Tags":{
"shape":"S3TagSet",
"documentation":"<p>A set of tags to associate with the S3 Batch Operations job. This is an optional parameter. </p>"
}
}
},
"CreateJobResult":{
"type":"structure",
"members":{
"JobId":{
"shape":"JobId",
"documentation":"<p>The ID for this job. Amazon S3 generates this ID automatically and returns it after a successful <code>Create Job</code> request.</p>"
}
}
},
"CreationDate":{"type":"timestamp"},
"Date":{"type":"timestamp"},
"Days":{"type":"integer"},
"DaysAfterInitiation":{"type":"integer"},
"DeleteAccessPointPolicyRequest":{
"type":"structure",
"required":[
"AccountId",
"Name"
],
"members":{
"AccountId":{
"shape":"AccountId",
"documentation":"<p>The account ID for the account that owns the specified access point.</p>",
"hostLabel":true,
"location":"header",
"locationName":"x-amz-account-id"
},
"Name":{
"shape":"AccessPointName",
"documentation":"<p>The name of the access point whose policy you want to delete.</p> <p>For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well.</p> <p>For using this parameter with S3 on Outposts with the AWS SDK and CLI, you must specify the ARN of the access point accessed in the format <code>arn:aws:s3-outposts:&lt;Region&gt;:&lt;account-id&gt;:outpost/&lt;outpost-id&gt;/accesspoint/&lt;my-accesspoint-name&gt;</code>. For example, to access the access point <code>reports-ap</code> through outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/accesspoint/reports-ap</code>. The value must be URL encoded. </p>",
"location":"uri",
"locationName":"name"
}
}
},
"DeleteAccessPointRequest":{
"type":"structure",
"required":[
"AccountId",
"Name"
],
"members":{
"AccountId":{
"shape":"AccountId",
"documentation":"<p>The account ID for the account that owns the specified access point.</p>",
"hostLabel":true,
"location":"header",
"locationName":"x-amz-account-id"
},
"Name":{
"shape":"AccessPointName",
"documentation":"<p>The name of the access point you want to delete.</p> <p>For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well.</p> <p>For using this parameter with S3 on Outposts with the AWS SDK and CLI, you must specify the ARN of the access point accessed in the format <code>arn:aws:s3-outposts:&lt;Region&gt;:&lt;account-id&gt;:outpost/&lt;outpost-id&gt;/accesspoint/&lt;my-accesspoint-name&gt;</code>. For example, to access the access point <code>reports-ap</code> through outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/accesspoint/reports-ap</code>. The value must be URL encoded. </p>",
"location":"uri",
"locationName":"name"
}
}
},
"DeleteBucketLifecycleConfigurationRequest":{
"type":"structure",
"required":[
"AccountId",
"Bucket"
],
"members":{
"AccountId":{
"shape":"AccountId",
"documentation":"<p>The account ID of the lifecycle configuration to delete.</p>",
"hostLabel":true,
"location":"header",
"locationName":"x-amz-account-id"
},
"Bucket":{
"shape":"BucketName",
"documentation":"<p>Specifies the bucket.</p> <p>For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well.</p> <p>For using this parameter with S3 on Outposts with the AWS SDK and CLI, you must specify the ARN of the bucket accessed in the format <code>arn:aws:s3-outposts:&lt;Region&gt;:&lt;account-id&gt;:outpost/&lt;outpost-id&gt;/bucket/&lt;my-bucket-name&gt;</code>. For example, to access the bucket <code>reports</code> through outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports</code>. The value must be URL encoded. </p>",
"location":"uri",
"locationName":"name"
}
}
},
"DeleteBucketPolicyRequest":{
"type":"structure",
"required":[
"AccountId",
"Bucket"
],
"members":{
"AccountId":{
"shape":"AccountId",
"documentation":"<p>The account ID of the Outposts bucket.</p>",
"hostLabel":true,
"location":"header",
"locationName":"x-amz-account-id"
},
"Bucket":{
"shape":"BucketName",
"documentation":"<p>Specifies the bucket.</p> <p>For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well.</p> <p>For using this parameter with S3 on Outposts with the AWS SDK and CLI, you must specify the ARN of the bucket accessed in the format <code>arn:aws:s3-outposts:&lt;Region&gt;:&lt;account-id&gt;:outpost/&lt;outpost-id&gt;/bucket/&lt;my-bucket-name&gt;</code>. For example, to access the bucket <code>reports</code> through outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports</code>. The value must be URL encoded. </p>",
"location":"uri",
"locationName":"name"
}
}
},
"DeleteBucketRequest":{
"type":"structure",
"required":[
"AccountId",
"Bucket"
],
"members":{
"AccountId":{
"shape":"AccountId",
"documentation":"<p>The account ID that owns the Outposts bucket.</p>",
"hostLabel":true,
"location":"header",
"locationName":"x-amz-account-id"
},
"Bucket":{
"shape":"BucketName",
"documentation":"<p>Specifies the bucket being deleted.</p> <p>For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well.</p> <p>For using this parameter with S3 on Outposts with the AWS SDK and CLI, you must specify the ARN of the bucket accessed in the format <code>arn:aws:s3-outposts:&lt;Region&gt;:&lt;account-id&gt;:outpost/&lt;outpost-id&gt;/bucket/&lt;my-bucket-name&gt;</code>. For example, to access the bucket <code>reports</code> through outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports</code>. The value must be URL encoded. </p>",
"location":"uri",
"locationName":"name"
}
}
},
"DeleteBucketTaggingRequest":{
"type":"structure",
"required":[
"AccountId",
"Bucket"
],
"members":{
"AccountId":{
"shape":"AccountId",
"documentation":"<p>The AWS account ID of the Outposts bucket tag set to be removed.</p>",
"hostLabel":true,
"location":"header",
"locationName":"x-amz-account-id"
},
"Bucket":{
"shape":"BucketName",
"documentation":"<p>The bucket ARN that has the tag set to be removed.</p> <p>For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well.</p> <p>For using this parameter with S3 on Outposts with the AWS SDK and CLI, you must specify the ARN of the bucket accessed in the format <code>arn:aws:s3-outposts:&lt;Region&gt;:&lt;account-id&gt;:outpost/&lt;outpost-id&gt;/bucket/&lt;my-bucket-name&gt;</code>. For example, to access the bucket <code>reports</code> through outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports</code>. The value must be URL encoded. </p>",
"location":"uri",
"locationName":"name"
}
}
},
"DeleteJobTaggingRequest":{
"type":"structure",
"required":[
"AccountId",
"JobId"
],
"members":{
"AccountId":{
"shape":"AccountId",
"documentation":"<p>The AWS account ID associated with the S3 Batch Operations job.</p>",
"hostLabel":true,
"location":"header",
"locationName":"x-amz-account-id"
},
"JobId":{
"shape":"JobId",
"documentation":"<p>The ID for the S3 Batch Operations job whose tags you want to delete.</p>",
"location":"uri",
"locationName":"id"
}
}
},
"DeleteJobTaggingResult":{
"type":"structure",
"members":{
}
},
"DeletePublicAccessBlockRequest":{
"type":"structure",
"required":["AccountId"],
"members":{
"AccountId":{
"shape":"AccountId",
"documentation":"<p>The account ID for the AWS account whose <code>PublicAccessBlock</code> configuration you want to remove.</p>",
"hostLabel":true,
"location":"header",
"locationName":"x-amz-account-id"
}
}
},
"DeleteStorageLensConfigurationRequest":{
"type":"structure",
"required":[
"ConfigId",
"AccountId"
],
"members":{
"ConfigId":{
"shape":"ConfigId",
"documentation":"<p>The ID of the S3 Storage Lens configuration.</p>",
"location":"uri",
"locationName":"storagelensid"
},
"AccountId":{
"shape":"AccountId",
"documentation":"<p>The account ID of the requester.</p>",
"hostLabel":true,
"location":"header",
"locationName":"x-amz-account-id"
}
}
},
"DeleteStorageLensConfigurationTaggingRequest":{
"type":"structure",
"required":[
"ConfigId",
"AccountId"
],
"members":{
"ConfigId":{
"shape":"ConfigId",
"documentation":"<p>The ID of the S3 Storage Lens configuration.</p>",
"location":"uri",
"locationName":"storagelensid"
},
"AccountId":{
"shape":"AccountId",
"documentation":"<p>The account ID of the requester.</p>",
"hostLabel":true,
"location":"header",
"locationName":"x-amz-account-id"
}
}
},
"DeleteStorageLensConfigurationTaggingResult":{
"type":"structure",
"members":{
}
},
"DescribeJobRequest":{
"type":"structure",
"required":[
"AccountId",
"JobId"
],
"members":{
"AccountId":{
"shape":"AccountId",
"documentation":"<p/>",
"hostLabel":true,
"location":"header",
"locationName":"x-amz-account-id"
},
"JobId":{
"shape":"JobId",
"documentation":"<p>The ID for the job whose information you want to retrieve.</p>",
"location":"uri",
"locationName":"id"
}
}
},
"DescribeJobResult":{
"type":"structure",
"members":{
"Job":{
"shape":"JobDescriptor",
"documentation":"<p>Contains the configuration parameters and status for the job specified in the <code>Describe Job</code> request.</p>"
}
}
},
"ExceptionMessage":{
"type":"string",
"max":1024,
"min":1
},
"Exclude":{
"type":"structure",
"members":{
"Buckets":{
"shape":"Buckets",
"documentation":"<p>A container for the S3 Storage Lens bucket excludes.</p>"
},
"Regions":{
"shape":"Regions",
"documentation":"<p>A container for the S3 Storage Lens Region excludes.</p>"
}
},
"documentation":"<p>A container for what Amazon S3 Storage Lens will exclude.</p>"
},
"ExpirationStatus":{
"type":"string",
"enum":[
"Enabled",
"Disabled"
]
},
"ExpiredObjectDeleteMarker":{"type":"boolean"},
"Format":{
"type":"string",
"enum":[
"CSV",
"Parquet"
]
},
"FunctionArnString":{
"type":"string",
"max":1024,
"min":1,
"pattern":"(arn:(aws[a-zA-Z-]*)?:lambda:)?([a-z]{2}((-gov)|(-iso(b?)))?-[a-z]+-\\d{1}:)?(\\d{12}:)?(function:)?([a-zA-Z0-9-_]+)(:(\\$LATEST|[a-zA-Z0-9-_]+))?"
},
"GetAccessPointPolicyRequest":{
"type":"structure",
"required":[
"AccountId",
"Name"
],
"members":{
"AccountId":{
"shape":"AccountId",
"documentation":"<p>The account ID for the account that owns the specified access point.</p>",
"hostLabel":true,
"location":"header",
"locationName":"x-amz-account-id"
},
"Name":{
"shape":"AccessPointName",
"documentation":"<p>The name of the access point whose policy you want to retrieve.</p> <p>For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well.</p> <p>For using this parameter with S3 on Outposts with the AWS SDK and CLI, you must specify the ARN of the access point accessed in the format <code>arn:aws:s3-outposts:&lt;Region&gt;:&lt;account-id&gt;:outpost/&lt;outpost-id&gt;/accesspoint/&lt;my-accesspoint-name&gt;</code>. For example, to access the access point <code>reports-ap</code> through outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/accesspoint/reports-ap</code>. The value must be URL encoded. </p>",
"location":"uri",
"locationName":"name"
}
}
},
"GetAccessPointPolicyResult":{
"type":"structure",
"members":{
"Policy":{
"shape":"Policy",
"documentation":"<p>The access point policy associated with the specified access point.</p>"
}
}
},
"GetAccessPointPolicyStatusRequest":{
"type":"structure",
"required":[
"AccountId",
"Name"
],
"members":{
"AccountId":{
"shape":"AccountId",
"documentation":"<p>The account ID for the account that owns the specified access point.</p>",
"hostLabel":true,
"location":"header",
"locationName":"x-amz-account-id"
},
"Name":{
"shape":"AccessPointName",
"documentation":"<p>The name of the access point whose policy status you want to retrieve.</p>",
"location":"uri",
"locationName":"name"
}
}
},
"GetAccessPointPolicyStatusResult":{
"type":"structure",
"members":{
"PolicyStatus":{
"shape":"PolicyStatus",
"documentation":"<p>Indicates the current policy status of the specified access point.</p>"
}
}
},
"GetAccessPointRequest":{
"type":"structure",
"required":[
"AccountId",
"Name"
],
"members":{
"AccountId":{
"shape":"AccountId",
"documentation":"<p>The account ID for the account that owns the specified access point.</p>",
"hostLabel":true,
"location":"header",
"locationName":"x-amz-account-id"
},
"Name":{
"shape":"AccessPointName",
"documentation":"<p>The name of the access point whose configuration information you want to retrieve.</p> <p>For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well.</p> <p>For using this parameter with S3 on Outposts with the AWS SDK and CLI, you must specify the ARN of the access point accessed in the format <code>arn:aws:s3-outposts:&lt;Region&gt;:&lt;account-id&gt;:outpost/&lt;outpost-id&gt;/accesspoint/&lt;my-accesspoint-name&gt;</code>. For example, to access the access point <code>reports-ap</code> through outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/accesspoint/reports-ap</code>. The value must be URL encoded. </p>",
"location":"uri",
"locationName":"name"
}
}
},
"GetAccessPointResult":{
"type":"structure",
"members":{
"Name":{
"shape":"AccessPointName",
"documentation":"<p>The name of the specified access point.</p>"
},
"Bucket":{
"shape":"BucketName",
"documentation":"<p>The name of the bucket associated with the specified access point.</p>"
},
"NetworkOrigin":{
"shape":"NetworkOrigin",
"documentation":"<p>Indicates whether this access point allows access from the public internet. If <code>VpcConfiguration</code> is specified for this access point, then <code>NetworkOrigin</code> is <code>VPC</code>, and the access point doesn't allow access from the public internet. Otherwise, <code>NetworkOrigin</code> is <code>Internet</code>, and the access point allows access from the public internet, subject to the access point and bucket access policies.</p> <p>This will always be true for an Amazon S3 on Outposts access point</p>"
},
"VpcConfiguration":{
"shape":"VpcConfiguration",
"documentation":"<p>Contains the virtual private cloud (VPC) configuration for the specified access point.</p>"
},
"PublicAccessBlockConfiguration":{"shape":"PublicAccessBlockConfiguration"},
"CreationDate":{
"shape":"CreationDate",
"documentation":"<p>The date and time when the specified access point was created.</p>"
}
}
},
"GetBucketLifecycleConfigurationRequest":{
"type":"structure",
"required":[
"AccountId",
"Bucket"
],
"members":{
"AccountId":{
"shape":"AccountId",
"documentation":"<p>The AWS account ID of the Outposts bucket.</p>",
"hostLabel":true,
"location":"header",
"locationName":"x-amz-account-id"
},
"Bucket":{
"shape":"BucketName",
"documentation":"<p>The Amazon Resource Name (ARN) of the bucket.</p> <p>For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well.</p> <p>For using this parameter with S3 on Outposts with the AWS SDK and CLI, you must specify the ARN of the bucket accessed in the format <code>arn:aws:s3-outposts:&lt;Region&gt;:&lt;account-id&gt;:outpost/&lt;outpost-id&gt;/bucket/&lt;my-bucket-name&gt;</code>. For example, to access the bucket <code>reports</code> through outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports</code>. The value must be URL encoded. </p>",
"location":"uri",
"locationName":"name"
}
}
},
"GetBucketLifecycleConfigurationResult":{
"type":"structure",
"members":{
"Rules":{
"shape":"LifecycleRules",
"documentation":"<p>Container for the lifecycle rule of the Outposts bucket.</p>"
}
}
},
"GetBucketPolicyRequest":{
"type":"structure",
"required":[
"AccountId",
"Bucket"
],
"members":{
"AccountId":{
"shape":"AccountId",
"documentation":"<p>The AWS account ID of the Outposts bucket.</p>",
"hostLabel":true,
"location":"header",
"locationName":"x-amz-account-id"
},
"Bucket":{
"shape":"BucketName",
"documentation":"<p>Specifies the bucket.</p> <p>For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well.</p> <p>For using this parameter with S3 on Outposts with the AWS SDK and CLI, you must specify the ARN of the bucket accessed in the format <code>arn:aws:s3-outposts:&lt;Region&gt;:&lt;account-id&gt;:outpost/&lt;outpost-id&gt;/bucket/&lt;my-bucket-name&gt;</code>. For example, to access the bucket <code>reports</code> through outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports</code>. The value must be URL encoded. </p>",
"location":"uri",
"locationName":"name"
}
}
},
"GetBucketPolicyResult":{
"type":"structure",
"members":{
"Policy":{
"shape":"Policy",
"documentation":"<p>The policy of the Outposts bucket.</p>"
}
}
},
"GetBucketRequest":{
"type":"structure",
"required":[
"AccountId",
"Bucket"
],
"members":{
"AccountId":{
"shape":"AccountId",
"documentation":"<p>The AWS account ID of the Outposts bucket.</p>",
"hostLabel":true,
"location":"header",
"locationName":"x-amz-account-id"
},
"Bucket":{
"shape":"BucketName",
"documentation":"<p>Specifies the bucket.</p> <p>For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well.</p> <p>For using this parameter with S3 on Outposts with the AWS SDK and CLI, you must specify the ARN of the bucket accessed in the format <code>arn:aws:s3-outposts:&lt;Region&gt;:&lt;account-id&gt;:outpost/&lt;outpost-id&gt;/bucket/&lt;my-bucket-name&gt;</code>. For example, to access the bucket <code>reports</code> through outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports</code>. The value must be URL encoded. </p>",
"location":"uri",
"locationName":"name"
}
}
},
"GetBucketResult":{
"type":"structure",
"members":{
"Bucket":{
"shape":"BucketName",
"documentation":"<p>The Outposts bucket requested.</p>"
},
"PublicAccessBlockEnabled":{
"shape":"PublicAccessBlockEnabled",
"documentation":"<p/>"
},
"CreationDate":{
"shape":"CreationDate",
"documentation":"<p>The creation date of the Outposts bucket.</p>"
}
}
},
"GetBucketTaggingRequest":{
"type":"structure",
"required":[
"AccountId",
"Bucket"
],
"members":{
"AccountId":{
"shape":"AccountId",
"documentation":"<p>The AWS account ID of the Outposts bucket.</p>",
"hostLabel":true,
"location":"header",
"locationName":"x-amz-account-id"
},
"Bucket":{
"shape":"BucketName",
"documentation":"<p>Specifies the bucket.</p> <p>For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well.</p> <p>For using this parameter with S3 on Outposts with the AWS SDK and CLI, you must specify the ARN of the bucket accessed in the format <code>arn:aws:s3-outposts:&lt;Region&gt;:&lt;account-id&gt;:outpost/&lt;outpost-id&gt;/bucket/&lt;my-bucket-name&gt;</code>. For example, to access the bucket <code>reports</code> through outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports</code>. The value must be URL encoded. </p>",
"location":"uri",
"locationName":"name"
}
}
},
"GetBucketTaggingResult":{
"type":"structure",
"required":["TagSet"],
"members":{
"TagSet":{
"shape":"S3TagSet",
"documentation":"<p>The tags set of the Outposts bucket.</p>"
}
}
},
"GetJobTaggingRequest":{
"type":"structure",
"required":[
"AccountId",
"JobId"
],
"members":{
"AccountId":{
"shape":"AccountId",
"documentation":"<p>The AWS account ID associated with the S3 Batch Operations job.</p>",
"hostLabel":true,
"location":"header",
"locationName":"x-amz-account-id"
},
"JobId":{
"shape":"JobId",
"documentation":"<p>The ID for the S3 Batch Operations job whose tags you want to retrieve.</p>",
"location":"uri",
"locationName":"id"
}
}
},
"GetJobTaggingResult":{
"type":"structure",
"members":{
"Tags":{
"shape":"S3TagSet",
"documentation":"<p>The set of tags associated with the S3 Batch Operations job.</p>"
}
}
},
"GetPublicAccessBlockOutput":{
"type":"structure",
"members":{
"PublicAccessBlockConfiguration":{
"shape":"PublicAccessBlockConfiguration",
"documentation":"<p>The <code>PublicAccessBlock</code> configuration currently in effect for this AWS account.</p>"
}
},
"payload":"PublicAccessBlockConfiguration"
},
"GetPublicAccessBlockRequest":{
"type":"structure",
"required":["AccountId"],
"members":{
"AccountId":{
"shape":"AccountId",
"documentation":"<p>The account ID for the AWS account whose <code>PublicAccessBlock</code> configuration you want to retrieve.</p>",
"hostLabel":true,
"location":"header",
"locationName":"x-amz-account-id"
}
}
},
"GetStorageLensConfigurationRequest":{
"type":"structure",
"required":[
"ConfigId",
"AccountId"
],
"members":{
"ConfigId":{
"shape":"ConfigId",
"documentation":"<p>The ID of the Amazon S3 Storage Lens configuration.</p>",
"location":"uri",
"locationName":"storagelensid"
},
"AccountId":{
"shape":"AccountId",
"documentation":"<p>The account ID of the requester.</p>",
"hostLabel":true,
"location":"header",
"locationName":"x-amz-account-id"
}
}
},
"GetStorageLensConfigurationResult":{
"type":"structure",
"members":{
"StorageLensConfiguration":{
"shape":"StorageLensConfiguration",
"documentation":"<p>The S3 Storage Lens configuration requested.</p>"
}
},
"payload":"StorageLensConfiguration"
},
"GetStorageLensConfigurationTaggingRequest":{
"type":"structure",
"required":[
"ConfigId",
"AccountId"
],
"members":{
"ConfigId":{
"shape":"ConfigId",
"documentation":"<p>The ID of the Amazon S3 Storage Lens configuration.</p>",
"location":"uri",
"locationName":"storagelensid"
},
"AccountId":{
"shape":"AccountId",
"documentation":"<p>The account ID of the requester.</p>",
"hostLabel":true,
"location":"header",
"locationName":"x-amz-account-id"
}
}
},
"GetStorageLensConfigurationTaggingResult":{
"type":"structure",
"members":{
"Tags":{
"shape":"StorageLensTags",
"documentation":"<p>The tags of S3 Storage Lens configuration requested.</p>"
}
}
},
"GrantFullControl":{"type":"string"},
"GrantRead":{"type":"string"},
"GrantReadACP":{"type":"string"},
"GrantWrite":{"type":"string"},
"GrantWriteACP":{"type":"string"},
"IAMRoleArn":{
"type":"string",
"max":2048,
"min":1,
"pattern":"arn:[^:]+:iam::\\d{12}:role/.*"
},
"ID":{"type":"string"},
"IdempotencyException":{
"type":"structure",
"members":{
"Message":{"shape":"ExceptionMessage"}
},
"documentation":"<p/>",
"exception":true
},
"Include":{
"type":"structure",
"members":{
"Buckets":{
"shape":"Buckets",
"documentation":"<p>A container for the S3 Storage Lens bucket includes.</p>"
},
"Regions":{
"shape":"Regions",
"documentation":"<p>A container for the S3 Storage Lens Region includes.</p>"
}
},
"documentation":"<p>A container for what Amazon S3 Storage Lens configuration includes.</p>"
},
"InternalServiceException":{
"type":"structure",
"members":{
"Message":{"shape":"ExceptionMessage"}
},
"documentation":"<p/>",
"exception":true,
"fault":true
},
"InvalidNextTokenException":{
"type":"structure",
"members":{
"Message":{"shape":"ExceptionMessage"}
},
"documentation":"<p/>",
"exception":true
},
"InvalidRequestException":{
"type":"structure",
"members":{
"Message":{"shape":"ExceptionMessage"}
},
"documentation":"<p/>",
"exception":true
},
"IsEnabled":{"type":"boolean"},
"IsPublic":{"type":"boolean"},
"JobArn":{
"type":"string",
"max":1024,
"min":1,
"pattern":"arn:[^:]+:s3:[a-zA-Z0-9\\-]+:\\d{12}:job\\/.*"
},
"JobCreationTime":{"type":"timestamp"},
"JobDescriptor":{
"type":"structure",
"members":{
"JobId":{
"shape":"JobId",
"documentation":"<p>The ID for the specified job.</p>"
},
"ConfirmationRequired":{
"shape":"ConfirmationRequired",
"documentation":"<p>Indicates whether confirmation is required before Amazon S3 begins running the specified job. Confirmation is required only for jobs created through the Amazon S3 console.</p>",
"box":true
},
"Description":{
"shape":"NonEmptyMaxLength256String",
"documentation":"<p>The description for this job, if one was provided in this job's <code>Create Job</code> request.</p>",
"box":true
},
"JobArn":{
"shape":"JobArn",
"documentation":"<p>The Amazon Resource Name (ARN) for this job.</p>",
"box":true
},
"Status":{
"shape":"JobStatus",
"documentation":"<p>The current status of the specified job.</p>"
},
"Manifest":{
"shape":"JobManifest",
"documentation":"<p>The configuration information for the specified job's manifest object.</p>",
"box":true
},
"Operation":{
"shape":"JobOperation",
"documentation":"<p>The operation that the specified job is configured to run on the objects listed in the manifest.</p>",
"box":true
},
"Priority":{
"shape":"JobPriority",
"documentation":"<p>The priority of the specified job.</p>"
},
"ProgressSummary":{
"shape":"JobProgressSummary",
"documentation":"<p>Describes the total number of tasks that the specified job has run, the number of tasks that succeeded, and the number of tasks that failed.</p>",
"box":true
},
"StatusUpdateReason":{
"shape":"JobStatusUpdateReason",
"documentation":"<p>The reason for updating the job.</p>",
"box":true
},
"FailureReasons":{
"shape":"JobFailureList",
"documentation":"<p>If the specified job failed, this field contains information describing the failure.</p>",
"box":true
},
"Report":{
"shape":"JobReport",
"documentation":"<p>Contains the configuration information for the job-completion report if you requested one in the <code>Create Job</code> request.</p>",
"box":true
},
"CreationTime":{
"shape":"JobCreationTime",
"documentation":"<p>A timestamp indicating when this job was created.</p>"
},
"TerminationDate":{
"shape":"JobTerminationDate",
"documentation":"<p>A timestamp indicating when this job terminated. A job's termination date is the date and time when it succeeded, failed, or was canceled.</p>",
"box":true
},
"RoleArn":{
"shape":"IAMRoleArn",
"documentation":"<p>The Amazon Resource Name (ARN) for the AWS Identity and Access Management (IAM) role assigned to run the tasks for this job.</p>",
"box":true
},
"SuspendedDate":{
"shape":"SuspendedDate",
"documentation":"<p>The timestamp when this job was suspended, if it has been suspended.</p>",
"box":true
},
"SuspendedCause":{
"shape":"SuspendedCause",
"documentation":"<p>The reason why the specified job was suspended. A job is only suspended if you create it through the Amazon S3 console. When you create the job, it enters the <code>Suspended</code> state to await confirmation before running. After you confirm the job, it automatically exits the <code>Suspended</code> state.</p>",
"box":true
}
},
"documentation":"<p>A container element for the job configuration and status information returned by a <code>Describe Job</code> request.</p>"
},
"JobFailure":{
"type":"structure",
"members":{
"FailureCode":{
"shape":"JobFailureCode",
"documentation":"<p>The failure code, if any, for the specified job.</p>"
},
"FailureReason":{
"shape":"JobFailureReason",
"documentation":"<p>The failure reason, if any, for the specified job.</p>"
}
},
"documentation":"<p>If this job failed, this element indicates why the job failed.</p>"
},
"JobFailureCode":{
"type":"string",
"max":64,
"min":1
},
"JobFailureList":{
"type":"list",
"member":{"shape":"JobFailure"}
},
"JobFailureReason":{
"type":"string",
"max":256,
"min":1
},
"JobId":{
"type":"string",
"max":36,
"min":5,
"pattern":"[a-zA-Z0-9\\-\\_]+"
},
"JobListDescriptor":{
"type":"structure",
"members":{
"JobId":{
"shape":"JobId",
"documentation":"<p>The ID for the specified job.</p>"
},
"Description":{
"shape":"NonEmptyMaxLength256String",
"documentation":"<p>The user-specified description that was included in the specified job's <code>Create Job</code> request.</p>"
},
"Operation":{
"shape":"OperationName",
"documentation":"<p>The operation that the specified job is configured to run on every object listed in the manifest.</p>"
},
"Priority":{
"shape":"JobPriority",
"documentation":"<p>The current priority for the specified job.</p>"
},
"Status":{
"shape":"JobStatus",
"documentation":"<p>The specified job's current status.</p>"
},
"CreationTime":{
"shape":"JobCreationTime",
"documentation":"<p>A timestamp indicating when the specified job was created.</p>"
},
"TerminationDate":{
"shape":"JobTerminationDate",
"documentation":"<p>A timestamp indicating when the specified job terminated. A job's termination date is the date and time when it succeeded, failed, or was canceled.</p>"
},
"ProgressSummary":{
"shape":"JobProgressSummary",
"documentation":"<p>Describes the total number of tasks that the specified job has run, the number of tasks that succeeded, and the number of tasks that failed.</p>"
}
},
"documentation":"<p>Contains the configuration and status information for a single job retrieved as part of a job list.</p>"
},
"JobListDescriptorList":{
"type":"list",
"member":{"shape":"JobListDescriptor"}
},
"JobManifest":{
"type":"structure",
"required":[
"Spec",
"Location"
],
"members":{
"Spec":{
"shape":"JobManifestSpec",
"documentation":"<p>Describes the format of the specified job's manifest. If the manifest is in CSV format, also describes the columns contained within the manifest.</p>"
},
"Location":{
"shape":"JobManifestLocation",
"documentation":"<p>Contains the information required to locate the specified job's manifest.</p>"
}
},
"documentation":"<p>Contains the configuration information for a job's manifest.</p>"
},
"JobManifestFieldList":{
"type":"list",
"member":{"shape":"JobManifestFieldName"}
},
"JobManifestFieldName":{
"type":"string",
"enum":[
"Ignore",
"Bucket",
"Key",
"VersionId"
]
},
"JobManifestFormat":{
"type":"string",
"enum":[
"S3BatchOperations_CSV_20180820",
"S3InventoryReport_CSV_20161130"
]
},
"JobManifestLocation":{
"type":"structure",
"required":[
"ObjectArn",
"ETag"
],
"members":{
"ObjectArn":{
"shape":"S3KeyArnString",
"documentation":"<p>The Amazon Resource Name (ARN) for a manifest object.</p> <important> <p>Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-keys.html#object-key-xml-related-constraints\"> XML related object key constraints</a>.</p> </important>"
},
"ObjectVersionId":{
"shape":"S3ObjectVersionId",
"documentation":"<p>The optional version ID to identify a specific version of the manifest object.</p>",
"box":true
},
"ETag":{
"shape":"NonEmptyMaxLength1024String",
"documentation":"<p>The ETag for the specified manifest object.</p>"
}
},
"documentation":"<p>Contains the information required to locate a manifest object.</p>"
},
"JobManifestSpec":{
"type":"structure",
"required":["Format"],
"members":{
"Format":{
"shape":"JobManifestFormat",
"documentation":"<p>Indicates which of the available formats the specified manifest uses.</p>"
},
"Fields":{
"shape":"JobManifestFieldList",
"documentation":"<p>If the specified manifest object is in the <code>S3BatchOperations_CSV_20180820</code> format, this element describes which columns contain the required data.</p>",
"box":true
}
},
"documentation":"<p>Describes the format of a manifest. If the manifest is in CSV format, also describes the columns contained within the manifest.</p>"
},
"JobNumberOfTasksFailed":{
"type":"long",
"min":0
},
"JobNumberOfTasksSucceeded":{
"type":"long",
"min":0
},
"JobOperation":{
"type":"structure",
"members":{
"LambdaInvoke":{
"shape":"LambdaInvokeOperation",
"documentation":"<p>Directs the specified job to invoke an AWS Lambda function on every object in the manifest.</p>",
"box":true
},
"S3PutObjectCopy":{
"shape":"S3CopyObjectOperation",
"documentation":"<p>Directs the specified job to run a PUT Copy object call on every object in the manifest.</p>",
"box":true
},
"S3PutObjectAcl":{
"shape":"S3SetObjectAclOperation",
"documentation":"<p>Directs the specified job to run a PUT Object acl call on every object in the manifest.</p>",
"box":true
},
"S3PutObjectTagging":{
"shape":"S3SetObjectTaggingOperation",
"documentation":"<p>Directs the specified job to run a PUT Object tagging call on every object in the manifest.</p>",
"box":true
},
"S3DeleteObjectTagging":{
"shape":"S3DeleteObjectTaggingOperation",
"documentation":"<p>Directs the specified job to execute a DELETE Object tagging call on every object in the manifest.</p>",
"box":true
},
"S3InitiateRestoreObject":{
"shape":"S3InitiateRestoreObjectOperation",
"documentation":"<p>Directs the specified job to initiate restore requests for every archived object in the manifest.</p>",
"box":true
},
"S3PutObjectLegalHold":{
"shape":"S3SetObjectLegalHoldOperation",
"box":true
},
"S3PutObjectRetention":{
"shape":"S3SetObjectRetentionOperation",
"box":true
}
},
"documentation":"<p>The operation that you want this job to perform on every object listed in the manifest. For more information about the available operations, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-operations.html\">Operations</a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</p>"
},
"JobPriority":{
"type":"integer",
"max":2147483647,
"min":0
},
"JobProgressSummary":{
"type":"structure",
"members":{
"TotalNumberOfTasks":{
"shape":"JobTotalNumberOfTasks",
"documentation":"<p/>",
"box":true
},
"NumberOfTasksSucceeded":{
"shape":"JobNumberOfTasksSucceeded",
"documentation":"<p/>",
"box":true
},
"NumberOfTasksFailed":{
"shape":"JobNumberOfTasksFailed",
"documentation":"<p/>",
"box":true
}
},
"documentation":"<p>Describes the total number of tasks that the specified job has started, the number of tasks that succeeded, and the number of tasks that failed.</p>"
},
"JobReport":{
"type":"structure",
"required":["Enabled"],
"members":{
"Bucket":{
"shape":"S3BucketArnString",
"documentation":"<p>The Amazon Resource Name (ARN) for the bucket where specified job-completion report will be stored.</p>",
"box":true
},
"Format":{
"shape":"JobReportFormat",
"documentation":"<p>The format of the specified job-completion report.</p>",
"box":true
},
"Enabled":{
"shape":"Boolean",
"documentation":"<p>Indicates whether the specified job will generate a job-completion report.</p>"
},
"Prefix":{
"shape":"ReportPrefixString",
"documentation":"<p>An optional prefix to describe where in the specified bucket the job-completion report will be stored. Amazon S3 stores the job-completion report at <code>&lt;prefix&gt;/job-&lt;job-id&gt;/report.json</code>.</p>",
"box":true
},
"ReportScope":{
"shape":"JobReportScope",
"documentation":"<p>Indicates whether the job-completion report will include details of all tasks or only failed tasks.</p>",
"box":true
}
},
"documentation":"<p>Contains the configuration parameters for a job-completion report.</p>"
},
"JobReportFormat":{
"type":"string",
"enum":["Report_CSV_20180820"]
},
"JobReportScope":{
"type":"string",
"enum":[
"AllTasks",
"FailedTasksOnly"
]
},
"JobStatus":{
"type":"string",
"enum":[
"Active",
"Cancelled",
"Cancelling",
"Complete",
"Completing",
"Failed",
"Failing",
"New",
"Paused",
"Pausing",
"Preparing",
"Ready",
"Suspended"
]
},
"JobStatusException":{
"type":"structure",
"members":{
"Message":{"shape":"ExceptionMessage"}
},
"documentation":"<p/>",
"exception":true
},
"JobStatusList":{
"type":"list",
"member":{"shape":"JobStatus"}
},
"JobStatusUpdateReason":{
"type":"string",
"max":256,
"min":1
},
"JobTerminationDate":{"type":"timestamp"},
"JobTotalNumberOfTasks":{
"type":"long",
"min":0
},
"KmsKeyArnString":{
"type":"string",
"max":2000,
"min":1
},
"LambdaInvokeOperation":{
"type":"structure",
"members":{
"FunctionArn":{
"shape":"FunctionArnString",
"documentation":"<p>The Amazon Resource Name (ARN) for the AWS Lambda function that the specified job will invoke on every object in the manifest.</p>"
}
},
"documentation":"<p>Contains the configuration parameters for a <code>Lambda Invoke</code> operation.</p>"
},
"LifecycleConfiguration":{
"type":"structure",
"members":{
"Rules":{
"shape":"LifecycleRules",
"documentation":"<p>A lifecycle rule for individual objects in an Outposts bucket. </p>"
}
},
"documentation":"<p>The container for the Outposts bucket lifecycle configuration.</p>"
},
"LifecycleExpiration":{
"type":"structure",
"members":{
"Date":{
"shape":"Date",
"documentation":"<p>Indicates at what date the object is to be deleted. Should be in GMT ISO 8601 format.</p>"
},
"Days":{
"shape":"Days",
"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",
"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>"
}
},
"documentation":"<p>The container of the Outposts bucket lifecycle expiration.</p>"
},
"LifecycleRule":{
"type":"structure",
"required":["Status"],
"members":{
"Expiration":{
"shape":"LifecycleExpiration",
"documentation":"<p>Specifies the expiration for the lifecycle of the object in the form of date, days and, whether the object has a delete marker.</p>"
},
"ID":{
"shape":"ID",
"documentation":"<p>Unique identifier for the rule. The value cannot be longer than 255 characters.</p>"
},
"Filter":{
"shape":"LifecycleRuleFilter",
"documentation":"<p>The container for the filter of lifecycle rule.</p>"
},
"Status":{
"shape":"ExpirationStatus",
"documentation":"<p>If 'Enabled', the rule is currently being applied. If 'Disabled', the rule is not currently being applied.</p>"
},
"Transitions":{
"shape":"TransitionList",
"documentation":"<p>Specifies when an Amazon S3 object transitions to a specified storage class.</p> <note> <p>This is not supported by Amazon S3 on Outposts buckets.</p> </note>"
},
"NoncurrentVersionTransitions":{
"shape":"NoncurrentVersionTransitionList",
"documentation":"<p> Specifies the transition rule for the lifecycle rule that describes when noncurrent objects transition to a specific 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 a specific storage class at a set period in the object's lifetime. </p> <note> <p>This is not supported by Amazon S3 on Outposts buckets.</p> </note>"
},
"NoncurrentVersionExpiration":{
"shape":"NoncurrentVersionExpiration",
"documentation":"<p>The noncurrent version expiration of the lifecycle rule.</p> <note> <p>This is not supported by Amazon S3 on Outposts buckets.</p> </note>"
},
"AbortIncompleteMultipartUpload":{
"shape":"AbortIncompleteMultipartUpload",
"documentation":"<p>Specifies the days since the initiation of an incomplete multipart upload that Amazon S3 waits 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>"
}
},
"documentation":"<p>The container for the Outposts bucket lifecycle rule.</p>"
},
"LifecycleRuleAndOperator":{
"type":"structure",
"members":{
"Prefix":{
"shape":"Prefix",
"documentation":"<p>Prefix identifying one or more objects to which the rule applies.</p>"
},
"Tags":{
"shape":"S3TagSet",
"documentation":"<p>All of these tags must exist in the object's tag set in order for the rule to apply.</p>"
}
},
"documentation":"<p>The container for the Outposts bucket lifecycle rule and operator.</p>"
},
"LifecycleRuleFilter":{
"type":"structure",
"members":{
"Prefix":{
"shape":"Prefix",
"documentation":"<p>Prefix identifying one or more objects to which the rule applies.</p> <important> <p>Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-keys.html#object-key-xml-related-constraints\"> XML related object key constraints</a>.</p> </important>"
},
"Tag":{"shape":"S3Tag"},
"And":{
"shape":"LifecycleRuleAndOperator",
"documentation":"<p>The container for the <code>AND</code> condition for the lifecycle rule.</p>"
}
},
"documentation":"<p>The container for the filter of the lifecycle rule.</p>"
},
"LifecycleRules":{
"type":"list",
"member":{
"shape":"LifecycleRule",
"locationName":"Rule"
}
},
"ListAccessPointsRequest":{
"type":"structure",
"required":["AccountId"],
"members":{
"AccountId":{
"shape":"AccountId",
"documentation":"<p>The AWS account ID for owner of the bucket whose access points you want to list.</p>",
"hostLabel":true,
"location":"header",
"locationName":"x-amz-account-id"
},
"Bucket":{
"shape":"BucketName",
"documentation":"<p>The name of the bucket whose associated access points you want to list.</p> <p>For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well.</p> <p>For using this parameter with S3 on Outposts with the AWS SDK and CLI, you must specify the ARN of the bucket accessed in the format <code>arn:aws:s3-outposts:&lt;Region&gt;:&lt;account-id&gt;:outpost/&lt;outpost-id&gt;/bucket/&lt;my-bucket-name&gt;</code>. For example, to access the bucket <code>reports</code> through outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports</code>. The value must be URL encoded. </p>",
"location":"querystring",
"locationName":"bucket"
},
"NextToken":{
"shape":"NonEmptyMaxLength1024String",
"documentation":"<p>A continuation token. If a previous call to <code>ListAccessPoints</code> returned a continuation token in the <code>NextToken</code> field, then providing that value here causes Amazon S3 to retrieve the next page of results.</p>",
"location":"querystring",
"locationName":"nextToken"
},
"MaxResults":{
"shape":"MaxResults",
"documentation":"<p>The maximum number of access points that you want to include in the list. If the specified bucket has more than this number of access points, then the response will include a continuation token in the <code>NextToken</code> field that you can use to retrieve the next page of access points.</p>",
"location":"querystring",
"locationName":"maxResults"
}
}
},
"ListAccessPointsResult":{
"type":"structure",
"members":{
"AccessPointList":{
"shape":"AccessPointList",
"documentation":"<p>Contains identification and configuration information for one or more access points associated with the specified bucket.</p>"
},
"NextToken":{
"shape":"NonEmptyMaxLength1024String",
"documentation":"<p>If the specified bucket has more access points than can be returned in one call to this API, this field contains a continuation token that you can provide in subsequent calls to this API to retrieve additional access points.</p>"
}
}
},
"ListJobsRequest":{
"type":"structure",
"required":["AccountId"],
"members":{
"AccountId":{
"shape":"AccountId",
"documentation":"<p/>",
"hostLabel":true,
"location":"header",
"locationName":"x-amz-account-id"
},
"JobStatuses":{
"shape":"JobStatusList",
"documentation":"<p>The <code>List Jobs</code> request returns jobs that match the statuses listed in this element.</p>",
"location":"querystring",
"locationName":"jobStatuses"
},
"NextToken":{
"shape":"StringForNextToken",
"documentation":"<p>A pagination token to request the next page of results. Use the token that Amazon S3 returned in the <code>NextToken</code> element of the <code>ListJobsResult</code> from the previous <code>List Jobs</code> request.</p>",
"location":"querystring",
"locationName":"nextToken"
},
"MaxResults":{
"shape":"MaxResults",
"documentation":"<p>The maximum number of jobs that Amazon S3 will include in the <code>List Jobs</code> response. If there are more jobs than this number, the response will include a pagination token in the <code>NextToken</code> field to enable you to retrieve the next page of results.</p>",
"box":true,
"location":"querystring",
"locationName":"maxResults"
}
}
},
"ListJobsResult":{
"type":"structure",
"members":{
"NextToken":{
"shape":"StringForNextToken",
"documentation":"<p>If the <code>List Jobs</code> request produced more than the maximum number of results, you can pass this value into a subsequent <code>List Jobs</code> request in order to retrieve the next page of results.</p>"
},
"Jobs":{
"shape":"JobListDescriptorList",
"documentation":"<p>The list of current jobs and jobs that have ended within the last 30 days.</p>"
}
}
},
"ListRegionalBucketsRequest":{
"type":"structure",
"required":["AccountId"],
"members":{
"AccountId":{
"shape":"AccountId",
"documentation":"<p>The AWS account ID of the Outposts bucket.</p>",
"hostLabel":true,
"location":"header",
"locationName":"x-amz-account-id"
},
"NextToken":{
"shape":"NonEmptyMaxLength1024String",
"documentation":"<p/>",
"location":"querystring",
"locationName":"nextToken"
},
"MaxResults":{
"shape":"MaxResults",
"documentation":"<p/>",
"location":"querystring",
"locationName":"maxResults"
},
"OutpostId":{
"shape":"NonEmptyMaxLength64String",
"documentation":"<p>The ID of the AWS Outposts.</p> <note> <p>This is required by Amazon S3 on Outposts buckets.</p> </note>",
"location":"header",
"locationName":"x-amz-outpost-id"
}
}
},
"ListRegionalBucketsResult":{
"type":"structure",
"members":{
"RegionalBucketList":{
"shape":"RegionalBucketList",
"documentation":"<p/>"
},
"NextToken":{
"shape":"NonEmptyMaxLength1024String",
"documentation":"<p> <code>NextToken</code> is sent when <code>isTruncated</code> is true, which means there are more buckets that can be listed. The next list requests to Amazon S3 can be continued with this <code>NextToken</code>. <code>NextToken</code> is obfuscated and is not a real key.</p>"
}
}
},
"ListStorageLensConfigurationEntry":{
"type":"structure",
"required":[
"Id",
"StorageLensArn",
"HomeRegion"
],
"members":{
"Id":{
"shape":"ConfigId",
"documentation":"<p>A container for the S3 Storage Lens configuration ID.</p>"
},
"StorageLensArn":{
"shape":"StorageLensArn",
"documentation":"<p>The ARN of the S3 Storage Lens configuration. This property is read-only.</p>"
},
"HomeRegion":{
"shape":"S3AWSRegion",
"documentation":"<p>A container for the S3 Storage Lens home Region. Your metrics data is stored and retained in your designated S3 Storage Lens home Region.</p>"
},
"IsEnabled":{
"shape":"IsEnabled",
"documentation":"<p>A container for whether the S3 Storage Lens configuration is enabled. This property is required.</p>"
}
},
"documentation":"<p>Part of <code>ListStorageLensConfigurationResult</code>. Each entry includes the description of the S3 Storage Lens configuration, its home Region, whether it is enabled, its Amazon Resource Name (ARN), and config ID.</p>"
},
"ListStorageLensConfigurationsRequest":{
"type":"structure",
"required":["AccountId"],
"members":{
"AccountId":{
"shape":"AccountId",
"documentation":"<p>The account ID of the requester.</p>",
"hostLabel":true,
"location":"header",
"locationName":"x-amz-account-id"
},
"NextToken":{
"shape":"ContinuationToken",
"documentation":"<p>A pagination token to request the next page of results.</p>",
"location":"querystring",
"locationName":"nextToken"
}
}
},
"ListStorageLensConfigurationsResult":{
"type":"structure",
"members":{
"NextToken":{
"shape":"ContinuationToken",
"documentation":"<p>If the request produced more than the maximum number of S3 Storage Lens configuration results, you can pass this value into a subsequent request to retrieve the next page of results.</p>"
},
"StorageLensConfigurationList":{
"shape":"StorageLensConfigurationList",
"documentation":"<p>A list of S3 Storage Lens configurations.</p>"
}
}
},
"Location":{"type":"string"},
"MaxLength1024String":{
"type":"string",
"max":1024
},
"MaxResults":{
"type":"integer",
"max":1000,
"min":0
},
"MinStorageBytesPercentage":{
"type":"double",
"max":100,
"min":0.1
},
"NetworkOrigin":{
"type":"string",
"enum":[
"Internet",
"VPC"
]
},
"NoSuchPublicAccessBlockConfiguration":{
"type":"structure",
"members":{
"Message":{"shape":"NoSuchPublicAccessBlockConfigurationMessage"}
},
"documentation":"<p>Amazon S3 throws this exception if you make a <code>GetPublicAccessBlock</code> request against an account that doesn't have a <code>PublicAccessBlockConfiguration</code> set.</p>",
"error":{"httpStatusCode":404},
"exception":true
},
"NoSuchPublicAccessBlockConfigurationMessage":{"type":"string"},
"NonEmptyMaxLength1024String":{
"type":"string",
"max":1024,
"min":1
},
"NonEmptyMaxLength2048String":{
"type":"string",
"max":2048,
"min":1
},
"NonEmptyMaxLength256String":{
"type":"string",
"max":256,
"min":1
},
"NonEmptyMaxLength64String":{
"type":"string",
"max":64,
"min":1
},
"NoncurrentVersionExpiration":{
"type":"structure",
"members":{
"NoncurrentDays":{
"shape":"Days",
"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 <i>Amazon Simple Storage Service Developer Guide</i>.</p>"
}
},
"documentation":"<p>The container of the noncurrent version expiration.</p>"
},
"NoncurrentVersionTransition":{
"type":"structure",
"members":{
"NoncurrentDays":{
"shape":"Days",
"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 How Long an Object Has Been Noncurrent</a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</p>"
},
"StorageClass":{
"shape":"TransitionStorageClass",
"documentation":"<p>The class of storage used to store the object.</p>"
}
},
"documentation":"<p>The container for the noncurrent version transition.</p>"
},
"NoncurrentVersionTransitionList":{
"type":"list",
"member":{
"shape":"NoncurrentVersionTransition",
"locationName":"NoncurrentVersionTransition"
}
},
"NotFoundException":{
"type":"structure",
"members":{
"Message":{"shape":"ExceptionMessage"}
},
"documentation":"<p/>",
"exception":true
},
"ObjectLockEnabledForBucket":{"type":"boolean"},
"OperationName":{
"type":"string",
"enum":[
"LambdaInvoke",
"S3PutObjectCopy",
"S3PutObjectAcl",
"S3PutObjectTagging",
"S3DeleteObjectTagging",
"S3InitiateRestoreObject",
"S3PutObjectLegalHold",
"S3PutObjectRetention"
]
},
"OutputSchemaVersion":{
"type":"string",
"enum":["V_1"]
},
"Policy":{"type":"string"},
"PolicyStatus":{
"type":"structure",
"members":{
"IsPublic":{
"shape":"IsPublic",
"documentation":"<p/>",
"locationName":"IsPublic"
}
},
"documentation":"<p>Indicates whether this access point policy is public. For more information about how Amazon S3 evaluates policies to determine whether they are 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>"
},
"Prefix":{"type":"string"},
"PrefixLevel":{
"type":"structure",
"required":["StorageMetrics"],
"members":{
"StorageMetrics":{
"shape":"PrefixLevelStorageMetrics",
"documentation":"<p>A container for the prefix-level storage metrics for S3 Storage Lens.</p>"
}
},
"documentation":"<p>A container for the prefix-level configuration.</p>"
},
"PrefixLevelStorageMetrics":{
"type":"structure",
"members":{
"IsEnabled":{
"shape":"IsEnabled",
"documentation":"<p>A container for whether prefix-level storage metrics are enabled.</p>"
},
"SelectionCriteria":{"shape":"SelectionCriteria"}
},
"documentation":"<p>A container for the prefix-level storage metrics for S3 Storage Lens.</p>"
},
"PublicAccessBlockConfiguration":{
"type":"structure",
"members":{
"BlockPublicAcls":{
"shape":"Setting",
"documentation":"<p>Specifies whether Amazon S3 should block public access control lists (ACLs) for buckets in this account. 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> <li> <p>PUT Bucket calls fail if the request includes a public ACL.</p> </li> </ul> <p>Enabling this setting doesn't affect existing policies or ACLs.</p> <p>This is not supported for Amazon S3 on Outposts.</p>",
"locationName":"BlockPublicAcls"
},
"IgnorePublicAcls":{
"shape":"Setting",
"documentation":"<p>Specifies whether Amazon S3 should ignore public ACLs for buckets in this account. Setting this element to <code>TRUE</code> causes Amazon S3 to ignore all public ACLs on buckets in this account and any objects that they contain. </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> <p>This is not supported for Amazon S3 on Outposts.</p>",
"locationName":"IgnorePublicAcls"
},
"BlockPublicPolicy":{
"shape":"Setting",
"documentation":"<p>Specifies whether Amazon S3 should block public bucket policies for buckets in this account. 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> <p>This is not supported for Amazon S3 on Outposts.</p>",
"locationName":"BlockPublicPolicy"
},
"RestrictPublicBuckets":{
"shape":"Setting",
"documentation":"<p>Specifies whether Amazon S3 should restrict public bucket policies for buckets in this account. Setting this element to <code>TRUE</code> restricts access to buckets with public policies to only AWS service principals and authorized users within this account.</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> <p>This is not supported for Amazon S3 on Outposts.</p>",
"locationName":"RestrictPublicBuckets"
}
},
"documentation":"<p>The <code>PublicAccessBlock</code> configuration that you want to apply to this Amazon S3 account. 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> <p>This is not supported for Amazon S3 on Outposts.</p>"
},
"PublicAccessBlockEnabled":{"type":"boolean"},
"PutAccessPointPolicyRequest":{
"type":"structure",
"required":[
"AccountId",
"Name",
"Policy"
],
"members":{
"AccountId":{
"shape":"AccountId",
"documentation":"<p>The AWS account ID for owner of the bucket associated with the specified access point.</p>",
"hostLabel":true,
"location":"header",
"locationName":"x-amz-account-id"
},
"Name":{
"shape":"AccessPointName",
"documentation":"<p>The name of the access point that you want to associate with the specified policy.</p> <p>For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well.</p> <p>For using this parameter with S3 on Outposts with the AWS SDK and CLI, you must specify the ARN of the access point accessed in the format <code>arn:aws:s3-outposts:&lt;Region&gt;:&lt;account-id&gt;:outpost/&lt;outpost-id&gt;/accesspoint/&lt;my-accesspoint-name&gt;</code>. For example, to access the access point <code>reports-ap</code> through outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/accesspoint/reports-ap</code>. The value must be URL encoded. </p>",
"location":"uri",
"locationName":"name"
},
"Policy":{
"shape":"Policy",
"documentation":"<p>The policy that you want to apply to the specified access point. For more information about access point policies, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/access-points.html\">Managing data access with Amazon S3 Access Points</a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</p>"
}
}
},
"PutBucketLifecycleConfigurationRequest":{
"type":"structure",
"required":[
"AccountId",
"Bucket"
],
"members":{
"AccountId":{
"shape":"AccountId",
"documentation":"<p>The AWS account ID of the Outposts bucket.</p>",
"hostLabel":true,
"location":"header",
"locationName":"x-amz-account-id"
},
"Bucket":{
"shape":"BucketName",
"documentation":"<p>The name of the bucket for which to set the configuration.</p>",
"location":"uri",
"locationName":"name"
},
"LifecycleConfiguration":{
"shape":"LifecycleConfiguration",
"documentation":"<p>Container for lifecycle rules. You can add as many as 1,000 rules.</p>",
"locationName":"LifecycleConfiguration",
"xmlNamespace":{"uri":"http://awss3control.amazonaws.com/doc/2018-08-20/"}
}
},
"payload":"LifecycleConfiguration"
},
"PutBucketPolicyRequest":{
"type":"structure",
"required":[
"AccountId",
"Bucket",
"Policy"
],
"members":{
"AccountId":{
"shape":"AccountId",
"documentation":"<p>The AWS account ID of the Outposts bucket.</p>",
"hostLabel":true,
"location":"header",
"locationName":"x-amz-account-id"
},
"Bucket":{
"shape":"BucketName",
"documentation":"<p>Specifies the bucket.</p> <p>For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well.</p> <p>For using this parameter with S3 on Outposts with the AWS SDK and CLI, you must specify the ARN of the bucket accessed in the format <code>arn:aws:s3-outposts:&lt;Region&gt;:&lt;account-id&gt;:outpost/&lt;outpost-id&gt;/bucket/&lt;my-bucket-name&gt;</code>. For example, to access the bucket <code>reports</code> through outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports</code>. The value must be URL encoded. </p>",
"location":"uri",
"locationName":"name"
},
"ConfirmRemoveSelfBucketAccess":{
"shape":"ConfirmRemoveSelfBucketAccess",
"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> <note> <p>This is not supported by Amazon S3 on Outposts buckets.</p> </note>",
"location":"header",
"locationName":"x-amz-confirm-remove-self-bucket-access"
},
"Policy":{
"shape":"Policy",
"documentation":"<p>The bucket policy as a JSON document.</p>"
}
}
},
"PutBucketTaggingRequest":{
"type":"structure",
"required":[
"AccountId",
"Bucket",
"Tagging"
],
"members":{
"AccountId":{
"shape":"AccountId",
"documentation":"<p>The AWS account ID of the Outposts bucket.</p>",
"hostLabel":true,
"location":"header",
"locationName":"x-amz-account-id"
},
"Bucket":{
"shape":"BucketName",
"documentation":"<p>The Amazon Resource Name (ARN) of the bucket.</p> <p>For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well.</p> <p>For using this parameter with S3 on Outposts with the AWS SDK and CLI, you must specify the ARN of the bucket accessed in the format <code>arn:aws:s3-outposts:&lt;Region&gt;:&lt;account-id&gt;:outpost/&lt;outpost-id&gt;/bucket/&lt;my-bucket-name&gt;</code>. For example, to access the bucket <code>reports</code> through outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports</code>. The value must be URL encoded. </p>",
"location":"uri",
"locationName":"name"
},
"Tagging":{
"shape":"Tagging",
"documentation":"<p/>",
"locationName":"Tagging",
"xmlNamespace":{"uri":"http://awss3control.amazonaws.com/doc/2018-08-20/"}
}
},
"payload":"Tagging"
},
"PutJobTaggingRequest":{
"type":"structure",
"required":[
"AccountId",
"JobId",
"Tags"
],
"members":{
"AccountId":{
"shape":"AccountId",
"documentation":"<p>The AWS account ID associated with the S3 Batch Operations job.</p>",
"hostLabel":true,
"location":"header",
"locationName":"x-amz-account-id"
},
"JobId":{
"shape":"JobId",
"documentation":"<p>The ID for the S3 Batch Operations job whose tags you want to replace.</p>",
"location":"uri",
"locationName":"id"
},
"Tags":{
"shape":"S3TagSet",
"documentation":"<p>The set of tags to associate with the S3 Batch Operations job.</p>"
}
}
},
"PutJobTaggingResult":{
"type":"structure",
"members":{
}
},
"PutPublicAccessBlockRequest":{
"type":"structure",
"required":[
"PublicAccessBlockConfiguration",
"AccountId"
],
"members":{
"PublicAccessBlockConfiguration":{
"shape":"PublicAccessBlockConfiguration",
"documentation":"<p>The <code>PublicAccessBlock</code> configuration that you want to apply to the specified AWS account.</p>",
"locationName":"PublicAccessBlockConfiguration",
"xmlNamespace":{"uri":"http://awss3control.amazonaws.com/doc/2018-08-20/"}
},
"AccountId":{
"shape":"AccountId",
"documentation":"<p>The account ID for the AWS account whose <code>PublicAccessBlock</code> configuration you want to set.</p>",
"hostLabel":true,
"location":"header",
"locationName":"x-amz-account-id"
}
},
"payload":"PublicAccessBlockConfiguration"
},
"PutStorageLensConfigurationRequest":{
"type":"structure",
"required":[
"ConfigId",
"AccountId",
"StorageLensConfiguration"
],
"members":{
"ConfigId":{
"shape":"ConfigId",
"documentation":"<p>The ID of the S3 Storage Lens configuration.</p>",
"location":"uri",
"locationName":"storagelensid"
},
"AccountId":{
"shape":"AccountId",
"documentation":"<p>The account ID of the requester.</p>",
"hostLabel":true,
"location":"header",
"locationName":"x-amz-account-id"
},
"StorageLensConfiguration":{
"shape":"StorageLensConfiguration",
"documentation":"<p>The S3 Storage Lens configuration.</p>"
},
"Tags":{
"shape":"StorageLensTags",
"documentation":"<p>The tag set of the S3 Storage Lens configuration.</p> <note> <p>You can set up to a maximum of 50 tags.</p> </note>"
}
}
},
"PutStorageLensConfigurationTaggingRequest":{
"type":"structure",
"required":[
"ConfigId",
"AccountId",
"Tags"
],
"members":{
"ConfigId":{
"shape":"ConfigId",
"documentation":"<p>The ID of the S3 Storage Lens configuration.</p>",
"location":"uri",
"locationName":"storagelensid"
},
"AccountId":{
"shape":"AccountId",
"documentation":"<p>The account ID of the requester.</p>",
"hostLabel":true,
"location":"header",
"locationName":"x-amz-account-id"
},
"Tags":{
"shape":"StorageLensTags",
"documentation":"<p>The tag set of the S3 Storage Lens configuration.</p> <note> <p>You can set up to a maximum of 50 tags.</p> </note>"
}
}
},
"PutStorageLensConfigurationTaggingResult":{
"type":"structure",
"members":{
}
},
"RegionalBucket":{
"type":"structure",
"required":[
"Bucket",
"PublicAccessBlockEnabled",
"CreationDate"
],
"members":{
"Bucket":{
"shape":"BucketName",
"documentation":"<p/>"
},
"BucketArn":{
"shape":"S3RegionalBucketArn",
"documentation":"<p>The Amazon Resource Name (ARN) for the regional bucket.</p>"
},
"PublicAccessBlockEnabled":{
"shape":"PublicAccessBlockEnabled",
"documentation":"<p/>"
},
"CreationDate":{
"shape":"CreationDate",
"documentation":"<p>The creation date of the regional bucket</p>"
},
"OutpostId":{
"shape":"NonEmptyMaxLength64String",
"documentation":"<p>The AWS Outposts ID of the regional bucket.</p>"
}
},
"documentation":"<p>The container for the regional bucket.</p>"
},
"RegionalBucketList":{
"type":"list",
"member":{
"shape":"RegionalBucket",
"locationName":"RegionalBucket"
}
},
"Regions":{
"type":"list",
"member":{
"shape":"S3AWSRegion",
"locationName":"Region"
}
},
"ReportPrefixString":{
"type":"string",
"max":512,
"min":1
},
"RequestedJobStatus":{
"type":"string",
"enum":[
"Cancelled",
"Ready"
]
},
"S3AWSRegion":{
"type":"string",
"max":30,
"min":5,
"pattern":"[a-z0-9\\-]+"
},
"S3AccessControlList":{
"type":"structure",
"required":["Owner"],
"members":{
"Owner":{
"shape":"S3ObjectOwner",
"documentation":"<p/>"
},
"Grants":{
"shape":"S3GrantList",
"documentation":"<p/>"
}
},
"documentation":"<p/>"
},
"S3AccessControlPolicy":{
"type":"structure",
"members":{
"AccessControlList":{
"shape":"S3AccessControlList",
"documentation":"<p/>",
"box":true
},
"CannedAccessControlList":{
"shape":"S3CannedAccessControlList",
"documentation":"<p/>",
"box":true
}
},
"documentation":"<p/>"
},
"S3AccessPointArn":{
"type":"string",
"max":128,
"min":4
},
"S3BucketArnString":{
"type":"string",
"max":128,
"min":1,
"pattern":"arn:[^:]+:s3:.*"
},
"S3BucketDestination":{
"type":"structure",
"required":[
"Format",
"OutputSchemaVersion",
"AccountId",
"Arn"
],
"members":{
"Format":{
"shape":"Format",
"documentation":"<p/>"
},
"OutputSchemaVersion":{
"shape":"OutputSchemaVersion",
"documentation":"<p>The schema version of the export file.</p>"
},
"AccountId":{
"shape":"AccountId",
"documentation":"<p>The account ID of the owner of the S3 Storage Lens metrics export bucket.</p>"
},
"Arn":{
"shape":"S3BucketArnString",
"documentation":"<p>The Amazon Resource Name (ARN) of the bucket. This property is read-only and follows the following format: <code> arn:aws:s3:<i>us-east-1</i>:<i>example-account-id</i>:bucket/<i>your-destination-bucket-name</i> </code> </p>"
},
"Prefix":{
"shape":"Prefix",
"documentation":"<p>The prefix of the destination bucket where the metrics export will be delivered.</p>"
},
"Encryption":{
"shape":"StorageLensDataExportEncryption",
"documentation":"<p>The container for the type encryption of the metrics exports in this bucket.</p>"
}
},
"documentation":"<p>A container for the bucket where the Amazon S3 Storage Lens metrics export files are located.</p>"
},
"S3CannedAccessControlList":{
"type":"string",
"enum":[
"private",
"public-read",
"public-read-write",
"aws-exec-read",
"authenticated-read",
"bucket-owner-read",
"bucket-owner-full-control"
]
},
"S3ContentLength":{
"type":"long",
"min":0
},
"S3CopyObjectOperation":{
"type":"structure",
"members":{
"TargetResource":{
"shape":"S3BucketArnString",
"documentation":"<p>Specifies the destination bucket ARN for the batch copy operation. For example, to copy objects to a bucket named \"destinationBucket\", set the TargetResource to \"arn:aws:s3:::destinationBucket\".</p>"
},
"CannedAccessControlList":{
"shape":"S3CannedAccessControlList",
"documentation":"<p/>",
"box":true
},
"AccessControlGrants":{
"shape":"S3GrantList",
"documentation":"<p/>",
"box":true
},
"MetadataDirective":{
"shape":"S3MetadataDirective",
"documentation":"<p/>"
},
"ModifiedSinceConstraint":{
"shape":"TimeStamp",
"documentation":"<p/>"
},
"NewObjectMetadata":{
"shape":"S3ObjectMetadata",
"documentation":"<p/>"
},
"NewObjectTagging":{
"shape":"S3TagSet",
"documentation":"<p/>"
},
"RedirectLocation":{
"shape":"NonEmptyMaxLength2048String",
"documentation":"<p>Specifies an optional metadata property for website redirects, <code>x-amz-website-redirect-location</code>. Allows webpage redirects if the object is accessed through a website endpoint.</p>"
},
"RequesterPays":{
"shape":"Boolean",
"documentation":"<p/>"
},
"StorageClass":{
"shape":"S3StorageClass",
"documentation":"<p/>"
},
"UnModifiedSinceConstraint":{
"shape":"TimeStamp",
"documentation":"<p/>"
},
"SSEAwsKmsKeyId":{
"shape":"KmsKeyArnString",
"documentation":"<p/>"
},
"TargetKeyPrefix":{
"shape":"NonEmptyMaxLength1024String",
"documentation":"<p>Specifies the folder prefix into which you would like the objects to be copied. For example, to copy objects into a folder named \"Folder1\" in the destination bucket, set the TargetKeyPrefix to \"Folder1/\".</p>"
},
"ObjectLockLegalHoldStatus":{
"shape":"S3ObjectLockLegalHoldStatus",
"documentation":"<p>The legal hold status to be applied to all objects in the Batch Operations job.</p>"
},
"ObjectLockMode":{
"shape":"S3ObjectLockMode",
"documentation":"<p>The retention mode to be applied to all objects in the Batch Operations job.</p>"
},
"ObjectLockRetainUntilDate":{
"shape":"TimeStamp",
"documentation":"<p>The date when the applied object retention configuration expires on all objects in the Batch Operations job.</p>"
}
},
"documentation":"<p>Contains the configuration parameters for a PUT Copy object operation. S3 Batch Operations passes every object to the underlying PUT Copy object API. For more information about the parameters for this operation, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectCOPY.html\">PUT Object - Copy</a>.</p>"
},
"S3DeleteObjectTaggingOperation":{
"type":"structure",
"members":{
},
"documentation":"<p>Contains no configuration parameters because the DELETE Object tagging API only accepts the bucket name and key name as parameters, which are defined in the job's manifest.</p>"
},
"S3ExpirationInDays":{
"type":"integer",
"min":0
},
"S3GlacierJobTier":{
"type":"string",
"enum":[
"BULK",
"STANDARD"
]
},
"S3Grant":{
"type":"structure",
"members":{
"Grantee":{
"shape":"S3Grantee",
"documentation":"<p/>"
},
"Permission":{
"shape":"S3Permission",
"documentation":"<p/>"
}
},
"documentation":"<p/>"
},
"S3GrantList":{
"type":"list",
"member":{"shape":"S3Grant"}
},
"S3Grantee":{
"type":"structure",
"members":{
"TypeIdentifier":{
"shape":"S3GranteeTypeIdentifier",
"documentation":"<p/>"
},
"Identifier":{
"shape":"NonEmptyMaxLength1024String",
"documentation":"<p/>",
"box":true
},
"DisplayName":{
"shape":"NonEmptyMaxLength1024String",
"documentation":"<p/>"
}
},
"documentation":"<p/>"
},
"S3GranteeTypeIdentifier":{
"type":"string",
"enum":[
"id",
"emailAddress",
"uri"
]
},
"S3InitiateRestoreObjectOperation":{
"type":"structure",
"members":{
"ExpirationInDays":{
"shape":"S3ExpirationInDays",
"documentation":"<p>This argument specifies how long the S3 Glacier or S3 Glacier Deep Archive object remains available in Amazon S3. S3 Initiate Restore Object jobs that target S3 Glacier and S3 Glacier Deep Archive objects require <code>ExpirationInDays</code> set to 1 or greater.</p> <p>Conversely, do <i>not</i> set <code>ExpirationInDays</code> when creating S3 Initiate Restore Object jobs that target S3 Intelligent-Tiering Archive Access and Deep Archive Access tier objects. Objects in S3 Intelligent-Tiering archive access tiers are not subject to restore expiry, so specifying <code>ExpirationInDays</code> results in restore request failure.</p> <p>S3 Batch Operations jobs can operate either on S3 Glacier and S3 Glacier Deep Archive storage class objects or on S3 Intelligent-Tiering Archive Access and Deep Archive Access storage tier objects, but not both types in the same job. If you need to restore objects of both types you <i>must</i> create separate Batch Operations jobs. </p>",
"box":true
},
"GlacierJobTier":{
"shape":"S3GlacierJobTier",
"documentation":"<p>S3 Batch Operations supports <code>STANDARD</code> and <code>BULK</code> retrieval tiers, but not the <code>EXPEDITED</code> retrieval tier.</p>"
}
},
"documentation":"<p>Contains the configuration parameters for an S3 Initiate Restore Object job. S3 Batch Operations passes every object to the underlying POST Object restore API. For more information about the parameters for this operation, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectPOSTrestore.html#RESTObjectPOSTrestore-restore-request\">RestoreObject</a>.</p>"
},
"S3KeyArnString":{
"type":"string",
"max":2000,
"min":1,
"pattern":"arn:[^:]+:s3:.*"
},
"S3MetadataDirective":{
"type":"string",
"enum":[
"COPY",
"REPLACE"
]
},
"S3ObjectLockLegalHold":{
"type":"structure",
"required":["Status"],
"members":{
"Status":{
"shape":"S3ObjectLockLegalHoldStatus",
"documentation":"<p>The Object Lock legal hold status to be applied to all objects in the Batch Operations job.</p>"
}
},
"documentation":"<p>Whether S3 Object Lock legal hold will be applied to objects in an S3 Batch Operations job.</p>"
},
"S3ObjectLockLegalHoldStatus":{
"type":"string",
"enum":[
"OFF",
"ON"
]
},
"S3ObjectLockMode":{
"type":"string",
"enum":[
"COMPLIANCE",
"GOVERNANCE"
]
},
"S3ObjectLockRetentionMode":{
"type":"string",
"enum":[
"COMPLIANCE",
"GOVERNANCE"
]
},
"S3ObjectMetadata":{
"type":"structure",
"members":{
"CacheControl":{
"shape":"NonEmptyMaxLength1024String",
"documentation":"<p/>"
},
"ContentDisposition":{
"shape":"NonEmptyMaxLength1024String",
"documentation":"<p/>"
},
"ContentEncoding":{
"shape":"NonEmptyMaxLength1024String",
"documentation":"<p/>"
},
"ContentLanguage":{
"shape":"NonEmptyMaxLength1024String",
"documentation":"<p/>"
},
"UserMetadata":{
"shape":"S3UserMetadata",
"documentation":"<p/>"
},
"ContentLength":{
"shape":"S3ContentLength",
"documentation":"<p/>",
"box":true
},
"ContentMD5":{
"shape":"NonEmptyMaxLength1024String",
"documentation":"<p/>"
},
"ContentType":{
"shape":"NonEmptyMaxLength1024String",
"documentation":"<p/>"
},
"HttpExpiresDate":{
"shape":"TimeStamp",
"documentation":"<p/>"
},
"RequesterCharged":{
"shape":"Boolean",
"documentation":"<p/>"
},
"SSEAlgorithm":{
"shape":"S3SSEAlgorithm",
"documentation":"<p/>"
}
},
"documentation":"<p/>"
},
"S3ObjectOwner":{
"type":"structure",
"members":{
"ID":{
"shape":"NonEmptyMaxLength1024String",
"documentation":"<p/>"
},
"DisplayName":{
"shape":"NonEmptyMaxLength1024String",
"documentation":"<p/>"
}
},
"documentation":"<p/>"
},
"S3ObjectVersionId":{
"type":"string",
"max":2000,
"min":1
},
"S3Permission":{
"type":"string",
"enum":[
"FULL_CONTROL",
"READ",
"WRITE",
"READ_ACP",
"WRITE_ACP"
]
},
"S3RegionalBucketArn":{
"type":"string",
"max":128,
"min":4
},
"S3Retention":{
"type":"structure",
"members":{
"RetainUntilDate":{
"shape":"TimeStamp",
"documentation":"<p>The date when the applied Object Lock retention will expire on all objects set by the Batch Operations job.</p>"
},
"Mode":{
"shape":"S3ObjectLockRetentionMode",
"documentation":"<p>The Object Lock retention mode to be applied to all objects in the Batch Operations job.</p>"
}
},
"documentation":"<p>Contains the S3 Object Lock retention mode to be applied to all objects in the S3 Batch Operations job. If you don't provide <code>Mode</code> and <code>RetainUntilDate</code> data types in your operation, you will remove the retention from your objects. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-retention-date.html\">Using S3 Object Lock retention with S3 Batch Operations</a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</p>"
},
"S3SSEAlgorithm":{
"type":"string",
"enum":[
"AES256",
"KMS"
]
},
"S3SetObjectAclOperation":{
"type":"structure",
"members":{
"AccessControlPolicy":{
"shape":"S3AccessControlPolicy",
"documentation":"<p/>"
}
},
"documentation":"<p>Contains the configuration parameters for a Set Object ACL operation. S3 Batch Operations passes every object to the underlying PUT Object acl API. For more information about the parameters for this operation, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectPUTacl.html\">PUT Object acl</a>.</p>"
},
"S3SetObjectLegalHoldOperation":{
"type":"structure",
"required":["LegalHold"],
"members":{
"LegalHold":{
"shape":"S3ObjectLockLegalHold",
"documentation":"<p>Contains the Object Lock legal hold status to be applied to all objects in the Batch Operations job.</p>"
}
},
"documentation":"<p>Contains the configuration for an S3 Object Lock legal hold operation that an S3 Batch Operations job passes every object to the underlying <code>PutObjectLegalHold</code> API. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-legal-hold.html\">Using S3 Object Lock legal hold with S3 Batch Operations</a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</p>"
},
"S3SetObjectRetentionOperation":{
"type":"structure",
"required":["Retention"],
"members":{
"BypassGovernanceRetention":{
"shape":"Boolean",
"documentation":"<p>Indicates if the action should be applied to objects in the Batch Operations job even if they have Object Lock <code> GOVERNANCE</code> type in place.</p>",
"box":true
},
"Retention":{
"shape":"S3Retention",
"documentation":"<p>Contains the Object Lock retention mode to be applied to all objects in the Batch Operations job. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-retention-date.html\">Using S3 Object Lock retention with S3 Batch Operations</a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</p>"
}
},
"documentation":"<p>Contains the configuration parameters for the Object Lock retention action for an S3 Batch Operations job. Batch Operations passes every object to the underlying <code>PutObjectRetention</code> API. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-retention-date.html\">Using S3 Object Lock retention with S3 Batch Operations</a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</p>"
},
"S3SetObjectTaggingOperation":{
"type":"structure",
"members":{
"TagSet":{
"shape":"S3TagSet",
"documentation":"<p/>"
}
},
"documentation":"<p>Contains the configuration parameters for a Set Object Tagging operation. S3 Batch Operations passes every object to the underlying PUT Object tagging API. For more information about the parameters for this operation, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectPUTtagging.html\">PUT Object tagging</a>.</p>"
},
"S3StorageClass":{
"type":"string",
"enum":[
"STANDARD",
"STANDARD_IA",
"ONEZONE_IA",
"GLACIER",
"INTELLIGENT_TIERING",
"DEEP_ARCHIVE"
]
},
"S3Tag":{
"type":"structure",
"required":[
"Key",
"Value"
],
"members":{
"Key":{
"shape":"TagKeyString",
"documentation":"<p/>"
},
"Value":{
"shape":"TagValueString",
"documentation":"<p/>"
}
},
"documentation":"<p/>"
},
"S3TagSet":{
"type":"list",
"member":{"shape":"S3Tag"}
},
"S3UserMetadata":{
"type":"map",
"key":{"shape":"NonEmptyMaxLength1024String"},
"value":{"shape":"MaxLength1024String"},
"max":8192
},
"SSEKMS":{
"type":"structure",
"required":["KeyId"],
"members":{
"KeyId":{
"shape":"SSEKMSKeyId",
"documentation":"<p>A container for the ARN of the SSE-KMS encryption. This property is read-only and follows the following format: <code> arn:aws:kms:<i>us-east-1</i>:<i>example-account-id</i>:key/<i>example-9a73-4afc-8d29-8f5900cef44e</i> </code> </p>"
}
},
"documentation":"<p/>",
"locationName":"SSE-KMS"
},
"SSEKMSKeyId":{"type":"string"},
"SSES3":{
"type":"structure",
"members":{
},
"documentation":"<p/>",
"locationName":"SSE-S3"
},
"SelectionCriteria":{
"type":"structure",
"members":{
"Delimiter":{
"shape":"StorageLensPrefixLevelDelimiter",
"documentation":"<p>A container for the delimiter of the selection criteria being used.</p>"
},
"MaxDepth":{
"shape":"StorageLensPrefixLevelMaxDepth",
"documentation":"<p>The max depth of the selection criteria</p>"
},
"MinStorageBytesPercentage":{
"shape":"MinStorageBytesPercentage",
"documentation":"<p>The minimum number of storage bytes percentage whose metrics will be selected.</p> <note> <p>You must choose a value greater than or equal to <code>1.0</code>.</p> </note>"
}
},
"documentation":"<p/>"
},
"Setting":{"type":"boolean"},
"StorageLensArn":{
"type":"string",
"max":1024,
"min":1,
"pattern":"arn:[a-z\\-]+:s3:[a-z0-9\\-]+:\\d{12}:storage\\-lens\\/.*"
},
"StorageLensAwsOrg":{
"type":"structure",
"required":["Arn"],
"members":{
"Arn":{
"shape":"AwsOrgArn",
"documentation":"<p>A container for the Amazon Resource Name (ARN) of the AWS organization. This property is read-only and follows the following format: <code> arn:aws:organizations:<i>us-east-1</i>:<i>example-account-id</i>:organization/<i>o-ex2l495dck</i> </code> </p>"
}
},
"documentation":"<p>The AWS organization for your S3 Storage Lens.</p>"
},
"StorageLensConfiguration":{
"type":"structure",
"required":[
"Id",
"AccountLevel",
"IsEnabled"
],
"members":{
"Id":{
"shape":"ConfigId",
"documentation":"<p>A container for the Amazon S3 Storage Lens configuration ID.</p>"
},
"AccountLevel":{
"shape":"AccountLevel",
"documentation":"<p>A container for all the account-level configurations of your S3 Storage Lens configuration.</p>"
},
"Include":{
"shape":"Include",
"documentation":"<p>A container for what is included in this configuration. This container can only be valid if there is no <code>Exclude</code> container submitted, and it's not empty. </p>"
},
"Exclude":{
"shape":"Exclude",
"documentation":"<p>A container for what is excluded in this configuration. This container can only be valid if there is no <code>Include</code> container submitted, and it's not empty. </p>"
},
"DataExport":{
"shape":"StorageLensDataExport",
"documentation":"<p>A container to specify the properties of your S3 Storage Lens metrics export including, the destination, schema and format.</p>"
},
"IsEnabled":{
"shape":"IsEnabled",
"documentation":"<p>A container for whether the S3 Storage Lens configuration is enabled.</p>"
},
"AwsOrg":{
"shape":"StorageLensAwsOrg",
"documentation":"<p>A container for the AWS organization for this S3 Storage Lens configuration.</p>"
},
"StorageLensArn":{
"shape":"StorageLensArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the S3 Storage Lens configuration. This property is read-only and follows the following format: <code> arn:aws:s3:<i>us-east-1</i>:<i>example-account-id</i>:storage-lens/<i>your-dashboard-name</i> </code> </p>"
}
},
"documentation":"<p>A container for the Amazon S3 Storage Lens configuration.</p>"
},
"StorageLensConfigurationList":{
"type":"list",
"member":{
"shape":"ListStorageLensConfigurationEntry",
"locationName":"StorageLensConfiguration"
},
"flattened":true
},
"StorageLensDataExport":{
"type":"structure",
"required":["S3BucketDestination"],
"members":{
"S3BucketDestination":{
"shape":"S3BucketDestination",
"documentation":"<p>A container for the bucket where the S3 Storage Lens metrics export will be located.</p> <note> <p>This bucket must be located in the same Region as the storage lens configuration. </p> </note>"
}
},
"documentation":"<p>A container to specify the properties of your S3 Storage Lens metrics export, including the destination, schema, and format.</p>"
},
"StorageLensDataExportEncryption":{
"type":"structure",
"members":{
"SSES3":{
"shape":"SSES3",
"documentation":"<p/>",
"locationName":"SSE-S3"
},
"SSEKMS":{
"shape":"SSEKMS",
"documentation":"<p/>",
"locationName":"SSE-KMS"
}
},
"documentation":"<p>A container for the encryption of the S3 Storage Lens metrics exports.</p>"
},
"StorageLensPrefixLevelDelimiter":{
"type":"string",
"max":1
},
"StorageLensPrefixLevelMaxDepth":{
"type":"integer",
"max":10,
"min":1
},
"StorageLensTag":{
"type":"structure",
"required":[
"Key",
"Value"
],
"members":{
"Key":{
"shape":"TagKeyString",
"documentation":"<p/>"
},
"Value":{
"shape":"TagValueString",
"documentation":"<p/>"
}
},
"documentation":"<p/>"
},
"StorageLensTags":{
"type":"list",
"member":{
"shape":"StorageLensTag",
"locationName":"Tag"
}
},
"StringForNextToken":{
"type":"string",
"max":1024,
"min":1,
"pattern":"^[A-Za-z0-9\\+\\:\\/\\=\\?\\#-_]+$"
},
"SuspendedCause":{
"type":"string",
"max":1024,
"min":1
},
"SuspendedDate":{"type":"timestamp"},
"TagKeyString":{
"type":"string",
"max":1024,
"min":1,
"pattern":"^([\\p{L}\\p{Z}\\p{N}_.:=+\\-@%]*)$"
},
"TagValueString":{
"type":"string",
"max":1024,
"pattern":"^([\\p{L}\\p{Z}\\p{N}_.:=+\\-@%]*)$"
},
"Tagging":{
"type":"structure",
"required":["TagSet"],
"members":{
"TagSet":{
"shape":"S3TagSet",
"documentation":"<p>A collection for a set of tags.</p>"
}
},
"documentation":"<p/>"
},
"TimeStamp":{"type":"timestamp"},
"TooManyRequestsException":{
"type":"structure",
"members":{
"Message":{"shape":"ExceptionMessage"}
},
"documentation":"<p/>",
"exception":true
},
"TooManyTagsException":{
"type":"structure",
"members":{
"Message":{"shape":"ExceptionMessage"}
},
"documentation":"<p>Amazon S3 throws this exception if you have too many tags in your tag set.</p>",
"exception":true
},
"Transition":{
"type":"structure",
"members":{
"Date":{
"shape":"Date",
"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>"
},
"Days":{
"shape":"Days",
"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>"
},
"StorageClass":{
"shape":"TransitionStorageClass",
"documentation":"<p>The storage class to which you want the object to transition.</p>"
}
},
"documentation":"<p>Specifies when an object transitions to a specified storage class. For more information about Amazon S3 Lifecycle configuration rules, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/lifecycle-transition-general-considerations.html\"> Transitioning objects using Amazon S3 Lifecycle</a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</p>"
},
"TransitionList":{
"type":"list",
"member":{
"shape":"Transition",
"locationName":"Transition"
}
},
"TransitionStorageClass":{
"type":"string",
"enum":[
"GLACIER",
"STANDARD_IA",
"ONEZONE_IA",
"INTELLIGENT_TIERING",
"DEEP_ARCHIVE"
]
},
"UpdateJobPriorityRequest":{
"type":"structure",
"required":[
"AccountId",
"JobId",
"Priority"
],
"members":{
"AccountId":{
"shape":"AccountId",
"documentation":"<p/>",
"hostLabel":true,
"location":"header",
"locationName":"x-amz-account-id"
},
"JobId":{
"shape":"JobId",
"documentation":"<p>The ID for the job whose priority you want to update.</p>",
"location":"uri",
"locationName":"id"
},
"Priority":{
"shape":"JobPriority",
"documentation":"<p>The priority you want to assign to this job.</p>",
"location":"querystring",
"locationName":"priority"
}
}
},
"UpdateJobPriorityResult":{
"type":"structure",
"required":[
"JobId",
"Priority"
],
"members":{
"JobId":{
"shape":"JobId",
"documentation":"<p>The ID for the job whose priority Amazon S3 updated.</p>"
},
"Priority":{
"shape":"JobPriority",
"documentation":"<p>The new priority assigned to the specified job.</p>"
}
}
},
"UpdateJobStatusRequest":{
"type":"structure",
"required":[
"AccountId",
"JobId",
"RequestedJobStatus"
],
"members":{
"AccountId":{
"shape":"AccountId",
"documentation":"<p/>",
"hostLabel":true,
"location":"header",
"locationName":"x-amz-account-id"
},
"JobId":{
"shape":"JobId",
"documentation":"<p>The ID of the job whose status you want to update.</p>",
"location":"uri",
"locationName":"id"
},
"RequestedJobStatus":{
"shape":"RequestedJobStatus",
"documentation":"<p>The status that you want to move the specified job to.</p>",
"location":"querystring",
"locationName":"requestedJobStatus"
},
"StatusUpdateReason":{
"shape":"JobStatusUpdateReason",
"documentation":"<p>A description of the reason why you want to change the specified job's status. This field can be any string up to the maximum length.</p>",
"location":"querystring",
"locationName":"statusUpdateReason"
}
}
},
"UpdateJobStatusResult":{
"type":"structure",
"members":{
"JobId":{
"shape":"JobId",
"documentation":"<p>The ID for the job whose status was updated.</p>"
},
"Status":{
"shape":"JobStatus",
"documentation":"<p>The current status for the specified job.</p>"
},
"StatusUpdateReason":{
"shape":"JobStatusUpdateReason",
"documentation":"<p>The reason that the specified job's status was updated.</p>"
}
}
},
"VpcConfiguration":{
"type":"structure",
"required":["VpcId"],
"members":{
"VpcId":{
"shape":"VpcId",
"documentation":"<p>If this field is specified, this access point will only allow connections from the specified VPC ID.</p>"
}
},
"documentation":"<p>The virtual private cloud (VPC) configuration for an access point.</p>"
},
"VpcId":{
"type":"string",
"max":1024,
"min":1
}
},
"documentation":"<p> AWS S3 Control provides access to Amazon S3 control plane operations. </p>"
}