aws-sdk 2.981.0 → 2.982.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -1
- package/README.md +1 -1
- package/apis/acm-pca-2017-08-22.min.json +26 -14
- package/apis/elasticfilesystem-2015-02-01.min.json +2 -1
- package/apis/fsx-2018-03-01.min.json +639 -66
- package/apis/fsx-2018-03-01.paginators.json +15 -0
- package/apis/quicksight-2018-04-01.min.json +162 -127
- package/apis/s3control-2018-08-20.min.json +470 -24
- package/apis/s3control-2018-08-20.paginators.json +5 -0
- package/apis/schemas-2019-12-02.min.json +49 -31
- package/apis/securityhub-2018-10-26.min.json +492 -205
- package/apis/securityhub-2018-10-26.paginators.json +22 -11
- package/apis/transfer-2018-11-05.min.json +403 -9
- package/apis/transfer-2018-11-05.paginators.json +10 -0
- package/clients/accessanalyzer.d.ts +46 -43
- package/clients/acmpca.d.ts +21 -7
- package/clients/ebs.d.ts +1 -1
- package/clients/efs.d.ts +57 -31
- package/clients/fsx.d.ts +694 -52
- package/clients/lexmodelbuildingservice.d.ts +1 -1
- package/clients/quicksight.d.ts +343 -310
- package/clients/s3control.d.ts +439 -44
- package/clients/schemas.d.ts +25 -0
- package/clients/securityhub.d.ts +524 -21
- package/clients/transfer.d.ts +556 -28
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +13 -13
- package/dist/aws-sdk.js +5 -4
- package/dist/aws-sdk.min.js +6 -6
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/clients/s3control.d.ts
CHANGED
|
@@ -44,6 +44,14 @@ declare class S3Control extends Service {
|
|
|
44
44
|
* You can use S3 Batch Operations to perform large-scale batch actions on Amazon S3 objects. Batch Operations can run a single action on lists of Amazon S3 objects that you specify. For more information, see S3 Batch Operations in the Amazon S3 User Guide. This action creates a S3 Batch Operations job. Related actions include: DescribeJob ListJobs UpdateJobPriority UpdateJobStatus JobOperation
|
|
45
45
|
*/
|
|
46
46
|
createJob(callback?: (err: AWSError, data: S3Control.Types.CreateJobResult) => void): Request<S3Control.Types.CreateJobResult, AWSError>;
|
|
47
|
+
/**
|
|
48
|
+
* Creates a Multi-Region Access Point and associates it with the specified buckets. For more information about creating Multi-Region Access Points, see Creating Multi-Region Access Points in the Amazon S3 User Guide. This action will always be routed to the US West (Oregon) Region. For more information about the restrictions around managing Multi-Region Access Points, see Managing Multi-Region Access Points in the Amazon S3 User Guide. This request is asynchronous, meaning that you might receive a response before the command has completed. When this request provides a response, it provides a token that you can use to monitor the status of the request with DescribeMultiRegionAccessPointOperation. The following actions are related to CreateMultiRegionAccessPoint: DeleteMultiRegionAccessPoint DescribeMultiRegionAccessPointOperation GetMultiRegionAccessPoint ListMultiRegionAccessPoints
|
|
49
|
+
*/
|
|
50
|
+
createMultiRegionAccessPoint(params: S3Control.Types.CreateMultiRegionAccessPointRequest, callback?: (err: AWSError, data: S3Control.Types.CreateMultiRegionAccessPointResult) => void): Request<S3Control.Types.CreateMultiRegionAccessPointResult, AWSError>;
|
|
51
|
+
/**
|
|
52
|
+
* Creates a Multi-Region Access Point and associates it with the specified buckets. For more information about creating Multi-Region Access Points, see Creating Multi-Region Access Points in the Amazon S3 User Guide. This action will always be routed to the US West (Oregon) Region. For more information about the restrictions around managing Multi-Region Access Points, see Managing Multi-Region Access Points in the Amazon S3 User Guide. This request is asynchronous, meaning that you might receive a response before the command has completed. When this request provides a response, it provides a token that you can use to monitor the status of the request with DescribeMultiRegionAccessPointOperation. The following actions are related to CreateMultiRegionAccessPoint: DeleteMultiRegionAccessPoint DescribeMultiRegionAccessPointOperation GetMultiRegionAccessPoint ListMultiRegionAccessPoints
|
|
53
|
+
*/
|
|
54
|
+
createMultiRegionAccessPoint(callback?: (err: AWSError, data: S3Control.Types.CreateMultiRegionAccessPointResult) => void): Request<S3Control.Types.CreateMultiRegionAccessPointResult, AWSError>;
|
|
47
55
|
/**
|
|
48
56
|
* Deletes the specified access point. All Amazon S3 on Outposts REST API requests for this action require an additional parameter of x-amz-outpost-id to be passed with the request and an S3 on Outposts endpoint hostname prefix instead of s3-control. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the x-amz-outpost-id derived using the access point ARN, see the Examples section. The following actions are related to DeleteAccessPoint: CreateAccessPoint GetAccessPoint ListAccessPoints
|
|
49
57
|
*/
|
|
@@ -93,11 +101,11 @@ declare class S3Control extends Service {
|
|
|
93
101
|
*/
|
|
94
102
|
deleteBucketLifecycleConfiguration(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
95
103
|
/**
|
|
96
|
-
* This action deletes an Amazon S3 on Outposts bucket policy. To delete an S3 bucket policy, see DeleteBucketPolicy in the Amazon S3 API Reference. This implementation of the DELETE action 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 account that owns the bucket, the calling identity must have the s3-outposts:DeleteBucketPolicy permissions on the specified Outposts bucket and belong to the bucket owner's account to use this action. For more information, see Using Amazon S3 on Outposts in Amazon S3 User Guide. If you don't have DeleteBucketPolicy permissions, Amazon S3 returns a 403 Access Denied 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 405 Method Not Allowed error. As a security precaution, the root user of the account that owns a bucket can always use this action, even if the policy explicitly denies the root user the ability to perform this action. For more information about bucket policies, see Using Bucket Policies and User Policies. All Amazon S3 on Outposts REST API requests for this action require an additional parameter of x-amz-outpost-id to be passed with the request and an S3 on Outposts endpoint hostname prefix instead of s3-control. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the x-amz-outpost-id derived using the access point ARN, see the Examples section. The following actions are related to DeleteBucketPolicy: GetBucketPolicy PutBucketPolicy
|
|
104
|
+
* This action deletes an Amazon S3 on Outposts bucket policy. To delete an S3 bucket policy, see DeleteBucketPolicy in the Amazon S3 API Reference. This implementation of the DELETE action 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 Amazon Web Services account that owns the bucket, the calling identity must have the s3-outposts:DeleteBucketPolicy permissions on the specified Outposts bucket and belong to the bucket owner's account to use this action. For more information, see Using Amazon S3 on Outposts in Amazon S3 User Guide. If you don't have DeleteBucketPolicy permissions, Amazon S3 returns a 403 Access Denied 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 405 Method Not Allowed error. As a security precaution, the root user of the Amazon Web Services account that owns a bucket can always use this action, even if the policy explicitly denies the root user the ability to perform this action. For more information about bucket policies, see Using Bucket Policies and User Policies. All Amazon S3 on Outposts REST API requests for this action require an additional parameter of x-amz-outpost-id to be passed with the request and an S3 on Outposts endpoint hostname prefix instead of s3-control. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the x-amz-outpost-id derived using the access point ARN, see the Examples section. The following actions are related to DeleteBucketPolicy: GetBucketPolicy PutBucketPolicy
|
|
97
105
|
*/
|
|
98
106
|
deleteBucketPolicy(params: S3Control.Types.DeleteBucketPolicyRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
99
107
|
/**
|
|
100
|
-
* This action deletes an Amazon S3 on Outposts bucket policy. To delete an S3 bucket policy, see DeleteBucketPolicy in the Amazon S3 API Reference. This implementation of the DELETE action 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 account that owns the bucket, the calling identity must have the s3-outposts:DeleteBucketPolicy permissions on the specified Outposts bucket and belong to the bucket owner's account to use this action. For more information, see Using Amazon S3 on Outposts in Amazon S3 User Guide. If you don't have DeleteBucketPolicy permissions, Amazon S3 returns a 403 Access Denied 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 405 Method Not Allowed error. As a security precaution, the root user of the account that owns a bucket can always use this action, even if the policy explicitly denies the root user the ability to perform this action. For more information about bucket policies, see Using Bucket Policies and User Policies. All Amazon S3 on Outposts REST API requests for this action require an additional parameter of x-amz-outpost-id to be passed with the request and an S3 on Outposts endpoint hostname prefix instead of s3-control. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the x-amz-outpost-id derived using the access point ARN, see the Examples section. The following actions are related to DeleteBucketPolicy: GetBucketPolicy PutBucketPolicy
|
|
108
|
+
* This action deletes an Amazon S3 on Outposts bucket policy. To delete an S3 bucket policy, see DeleteBucketPolicy in the Amazon S3 API Reference. This implementation of the DELETE action 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 Amazon Web Services account that owns the bucket, the calling identity must have the s3-outposts:DeleteBucketPolicy permissions on the specified Outposts bucket and belong to the bucket owner's account to use this action. For more information, see Using Amazon S3 on Outposts in Amazon S3 User Guide. If you don't have DeleteBucketPolicy permissions, Amazon S3 returns a 403 Access Denied 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 405 Method Not Allowed error. As a security precaution, the root user of the Amazon Web Services account that owns a bucket can always use this action, even if the policy explicitly denies the root user the ability to perform this action. For more information about bucket policies, see Using Bucket Policies and User Policies. All Amazon S3 on Outposts REST API requests for this action require an additional parameter of x-amz-outpost-id to be passed with the request and an S3 on Outposts endpoint hostname prefix instead of s3-control. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the x-amz-outpost-id derived using the access point ARN, see the Examples section. The following actions are related to DeleteBucketPolicy: GetBucketPolicy PutBucketPolicy
|
|
101
109
|
*/
|
|
102
110
|
deleteBucketPolicy(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
103
111
|
/**
|
|
@@ -117,11 +125,19 @@ declare class S3Control extends Service {
|
|
|
117
125
|
*/
|
|
118
126
|
deleteJobTagging(callback?: (err: AWSError, data: S3Control.Types.DeleteJobTaggingResult) => void): Request<S3Control.Types.DeleteJobTaggingResult, AWSError>;
|
|
119
127
|
/**
|
|
120
|
-
*
|
|
128
|
+
* Deletes a Multi-Region Access Point. This action does not delete the buckets associated with the Multi-Region Access Point, only the Multi-Region Access Point itself. This action will always be routed to the US West (Oregon) Region. For more information about the restrictions around managing Multi-Region Access Points, see Managing Multi-Region Access Points in the Amazon S3 User Guide. This request is asynchronous, meaning that you might receive a response before the command has completed. When this request provides a response, it provides a token that you can use to monitor the status of the request with DescribeMultiRegionAccessPointOperation. The following actions are related to DeleteMultiRegionAccessPoint: CreateMultiRegionAccessPoint DescribeMultiRegionAccessPointOperation GetMultiRegionAccessPoint ListMultiRegionAccessPoints
|
|
129
|
+
*/
|
|
130
|
+
deleteMultiRegionAccessPoint(params: S3Control.Types.DeleteMultiRegionAccessPointRequest, callback?: (err: AWSError, data: S3Control.Types.DeleteMultiRegionAccessPointResult) => void): Request<S3Control.Types.DeleteMultiRegionAccessPointResult, AWSError>;
|
|
131
|
+
/**
|
|
132
|
+
* Deletes a Multi-Region Access Point. This action does not delete the buckets associated with the Multi-Region Access Point, only the Multi-Region Access Point itself. This action will always be routed to the US West (Oregon) Region. For more information about the restrictions around managing Multi-Region Access Points, see Managing Multi-Region Access Points in the Amazon S3 User Guide. This request is asynchronous, meaning that you might receive a response before the command has completed. When this request provides a response, it provides a token that you can use to monitor the status of the request with DescribeMultiRegionAccessPointOperation. The following actions are related to DeleteMultiRegionAccessPoint: CreateMultiRegionAccessPoint DescribeMultiRegionAccessPointOperation GetMultiRegionAccessPoint ListMultiRegionAccessPoints
|
|
133
|
+
*/
|
|
134
|
+
deleteMultiRegionAccessPoint(callback?: (err: AWSError, data: S3Control.Types.DeleteMultiRegionAccessPointResult) => void): Request<S3Control.Types.DeleteMultiRegionAccessPointResult, AWSError>;
|
|
135
|
+
/**
|
|
136
|
+
* Removes the PublicAccessBlock configuration for an Amazon Web Services account. For more information, see Using Amazon S3 block public access. Related actions include: GetPublicAccessBlock PutPublicAccessBlock
|
|
121
137
|
*/
|
|
122
138
|
deletePublicAccessBlock(params: S3Control.Types.DeletePublicAccessBlockRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
123
139
|
/**
|
|
124
|
-
* Removes the PublicAccessBlock configuration for an account. For more information, see Using Amazon S3 block public access. Related actions include: GetPublicAccessBlock PutPublicAccessBlock
|
|
140
|
+
* Removes the PublicAccessBlock configuration for an Amazon Web Services account. For more information, see Using Amazon S3 block public access. Related actions include: GetPublicAccessBlock PutPublicAccessBlock
|
|
125
141
|
*/
|
|
126
142
|
deletePublicAccessBlock(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
127
143
|
/**
|
|
@@ -148,6 +164,14 @@ declare class S3Control extends Service {
|
|
|
148
164
|
* Retrieves the configuration parameters and status for a Batch Operations job. For more information, see S3 Batch Operations in the Amazon S3 User Guide. Related actions include: CreateJob ListJobs UpdateJobPriority UpdateJobStatus
|
|
149
165
|
*/
|
|
150
166
|
describeJob(callback?: (err: AWSError, data: S3Control.Types.DescribeJobResult) => void): Request<S3Control.Types.DescribeJobResult, AWSError>;
|
|
167
|
+
/**
|
|
168
|
+
* Retrieves the status of an asynchronous request to manage a Multi-Region Access Point. For more information about managing Multi-Region Access Points and how asynchronous requests work, see Managing Multi-Region Access Points in the Amazon S3 User Guide. The following actions are related to GetMultiRegionAccessPoint: CreateMultiRegionAccessPoint DeleteMultiRegionAccessPoint GetMultiRegionAccessPoint ListMultiRegionAccessPoints
|
|
169
|
+
*/
|
|
170
|
+
describeMultiRegionAccessPointOperation(params: S3Control.Types.DescribeMultiRegionAccessPointOperationRequest, callback?: (err: AWSError, data: S3Control.Types.DescribeMultiRegionAccessPointOperationResult) => void): Request<S3Control.Types.DescribeMultiRegionAccessPointOperationResult, AWSError>;
|
|
171
|
+
/**
|
|
172
|
+
* Retrieves the status of an asynchronous request to manage a Multi-Region Access Point. For more information about managing Multi-Region Access Points and how asynchronous requests work, see Managing Multi-Region Access Points in the Amazon S3 User Guide. The following actions are related to GetMultiRegionAccessPoint: CreateMultiRegionAccessPoint DeleteMultiRegionAccessPoint GetMultiRegionAccessPoint ListMultiRegionAccessPoints
|
|
173
|
+
*/
|
|
174
|
+
describeMultiRegionAccessPointOperation(callback?: (err: AWSError, data: S3Control.Types.DescribeMultiRegionAccessPointOperationResult) => void): Request<S3Control.Types.DescribeMultiRegionAccessPointOperationResult, AWSError>;
|
|
151
175
|
/**
|
|
152
176
|
* Returns configuration information about the specified access point. All Amazon S3 on Outposts REST API requests for this action require an additional parameter of x-amz-outpost-id to be passed with the request and an S3 on Outposts endpoint hostname prefix instead of s3-control. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the x-amz-outpost-id derived using the access point ARN, see the Examples section. The following actions are related to GetAccessPoint: CreateAccessPoint DeleteAccessPoint ListAccessPoints
|
|
153
177
|
*/
|
|
@@ -205,11 +229,11 @@ declare class S3Control extends Service {
|
|
|
205
229
|
*/
|
|
206
230
|
getAccessPointPolicyStatusForObjectLambda(callback?: (err: AWSError, data: S3Control.Types.GetAccessPointPolicyStatusForObjectLambdaResult) => void): Request<S3Control.Types.GetAccessPointPolicyStatusForObjectLambdaResult, AWSError>;
|
|
207
231
|
/**
|
|
208
|
-
* Gets an Amazon S3 on Outposts bucket. For more information, see Using Amazon S3 on Outposts in the Amazon S3 User Guide. If you are using an identity other than the root user of the account that owns the Outposts bucket, the calling identity must have the s3-outposts:GetBucket permissions on the specified Outposts bucket and belong to the Outposts bucket owner's account in order to use this action. Only users from Outposts bucket owner account with the right permissions can perform actions on an Outposts bucket. If you don't have s3-outposts:GetBucket permissions or you're not using an identity that belongs to the bucket owner's account, Amazon S3 returns a 403 Access Denied error. The following actions are related to GetBucket for Amazon S3 on Outposts: All Amazon S3 on Outposts REST API requests for this action require an additional parameter of x-amz-outpost-id to be passed with the request and an S3 on Outposts endpoint hostname prefix instead of s3-control. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the x-amz-outpost-id derived using the access point ARN, see the Examples section. PutObject CreateBucket DeleteBucket
|
|
232
|
+
* Gets an Amazon S3 on Outposts bucket. For more information, see Using Amazon S3 on Outposts in the Amazon S3 User Guide. If you are using an identity other than the root user of the Amazon Web Services account that owns the Outposts bucket, the calling identity must have the s3-outposts:GetBucket permissions on the specified Outposts bucket and belong to the Outposts bucket owner's account in order to use this action. Only users from Outposts bucket owner account with the right permissions can perform actions on an Outposts bucket. If you don't have s3-outposts:GetBucket permissions or you're not using an identity that belongs to the bucket owner's account, Amazon S3 returns a 403 Access Denied error. The following actions are related to GetBucket for Amazon S3 on Outposts: All Amazon S3 on Outposts REST API requests for this action require an additional parameter of x-amz-outpost-id to be passed with the request and an S3 on Outposts endpoint hostname prefix instead of s3-control. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the x-amz-outpost-id derived using the access point ARN, see the Examples section. PutObject CreateBucket DeleteBucket
|
|
209
233
|
*/
|
|
210
234
|
getBucket(params: S3Control.Types.GetBucketRequest, callback?: (err: AWSError, data: S3Control.Types.GetBucketResult) => void): Request<S3Control.Types.GetBucketResult, AWSError>;
|
|
211
235
|
/**
|
|
212
|
-
* Gets an Amazon S3 on Outposts bucket. For more information, see Using Amazon S3 on Outposts in the Amazon S3 User Guide. If you are using an identity other than the root user of the account that owns the Outposts bucket, the calling identity must have the s3-outposts:GetBucket permissions on the specified Outposts bucket and belong to the Outposts bucket owner's account in order to use this action. Only users from Outposts bucket owner account with the right permissions can perform actions on an Outposts bucket. If you don't have s3-outposts:GetBucket permissions or you're not using an identity that belongs to the bucket owner's account, Amazon S3 returns a 403 Access Denied error. The following actions are related to GetBucket for Amazon S3 on Outposts: All Amazon S3 on Outposts REST API requests for this action require an additional parameter of x-amz-outpost-id to be passed with the request and an S3 on Outposts endpoint hostname prefix instead of s3-control. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the x-amz-outpost-id derived using the access point ARN, see the Examples section. PutObject CreateBucket DeleteBucket
|
|
236
|
+
* Gets an Amazon S3 on Outposts bucket. For more information, see Using Amazon S3 on Outposts in the Amazon S3 User Guide. If you are using an identity other than the root user of the Amazon Web Services account that owns the Outposts bucket, the calling identity must have the s3-outposts:GetBucket permissions on the specified Outposts bucket and belong to the Outposts bucket owner's account in order to use this action. Only users from Outposts bucket owner account with the right permissions can perform actions on an Outposts bucket. If you don't have s3-outposts:GetBucket permissions or you're not using an identity that belongs to the bucket owner's account, Amazon S3 returns a 403 Access Denied error. The following actions are related to GetBucket for Amazon S3 on Outposts: All Amazon S3 on Outposts REST API requests for this action require an additional parameter of x-amz-outpost-id to be passed with the request and an S3 on Outposts endpoint hostname prefix instead of s3-control. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the x-amz-outpost-id derived using the access point ARN, see the Examples section. PutObject CreateBucket DeleteBucket
|
|
213
237
|
*/
|
|
214
238
|
getBucket(callback?: (err: AWSError, data: S3Control.Types.GetBucketResult) => void): Request<S3Control.Types.GetBucketResult, AWSError>;
|
|
215
239
|
/**
|
|
@@ -221,11 +245,11 @@ declare class S3Control extends Service {
|
|
|
221
245
|
*/
|
|
222
246
|
getBucketLifecycleConfiguration(callback?: (err: AWSError, data: S3Control.Types.GetBucketLifecycleConfigurationResult) => void): Request<S3Control.Types.GetBucketLifecycleConfigurationResult, AWSError>;
|
|
223
247
|
/**
|
|
224
|
-
* This action gets a bucket policy for an Amazon S3 on Outposts bucket. To get a policy for an S3 bucket, see GetBucketPolicy in the Amazon S3 API Reference. Returns the policy of a specified Outposts bucket. For more information, see Using Amazon S3 on Outposts in the Amazon S3 User Guide. If you are using an identity other than the root user of the account that owns the bucket, the calling identity must have the GetBucketPolicy permissions on the specified bucket and belong to the bucket owner's account in order to use this action. Only users from Outposts bucket owner account with the right permissions can perform actions on an Outposts bucket. If you don't have s3-outposts:GetBucketPolicy permissions or you're not using an identity that belongs to the bucket owner's account, Amazon S3 returns a 403 Access Denied error. As a security precaution, the root user of the account that owns a bucket can always use this action, even if the policy explicitly denies the root user the ability to perform this action. For more information about bucket policies, see Using Bucket Policies and User Policies. All Amazon S3 on Outposts REST API requests for this action require an additional parameter of x-amz-outpost-id to be passed with the request and an S3 on Outposts endpoint hostname prefix instead of s3-control. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the x-amz-outpost-id derived using the access point ARN, see the Examples section. The following actions are related to GetBucketPolicy: GetObject PutBucketPolicy DeleteBucketPolicy
|
|
248
|
+
* This action gets a bucket policy for an Amazon S3 on Outposts bucket. To get a policy for an S3 bucket, see GetBucketPolicy in the Amazon S3 API Reference. Returns the policy of a specified Outposts bucket. For more information, see Using Amazon S3 on Outposts in the Amazon S3 User Guide. If you are using an identity other than the root user of the Amazon Web Services account that owns the bucket, the calling identity must have the GetBucketPolicy permissions on the specified bucket and belong to the bucket owner's account in order to use this action. Only users from Outposts bucket owner account with the right permissions can perform actions on an Outposts bucket. If you don't have s3-outposts:GetBucketPolicy permissions or you're not using an identity that belongs to the bucket owner's account, Amazon S3 returns a 403 Access Denied error. As a security precaution, the root user of the Amazon Web Services account that owns a bucket can always use this action, even if the policy explicitly denies the root user the ability to perform this action. For more information about bucket policies, see Using Bucket Policies and User Policies. All Amazon S3 on Outposts REST API requests for this action require an additional parameter of x-amz-outpost-id to be passed with the request and an S3 on Outposts endpoint hostname prefix instead of s3-control. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the x-amz-outpost-id derived using the access point ARN, see the Examples section. The following actions are related to GetBucketPolicy: GetObject PutBucketPolicy DeleteBucketPolicy
|
|
225
249
|
*/
|
|
226
250
|
getBucketPolicy(params: S3Control.Types.GetBucketPolicyRequest, callback?: (err: AWSError, data: S3Control.Types.GetBucketPolicyResult) => void): Request<S3Control.Types.GetBucketPolicyResult, AWSError>;
|
|
227
251
|
/**
|
|
228
|
-
* This action gets a bucket policy for an Amazon S3 on Outposts bucket. To get a policy for an S3 bucket, see GetBucketPolicy in the Amazon S3 API Reference. Returns the policy of a specified Outposts bucket. For more information, see Using Amazon S3 on Outposts in the Amazon S3 User Guide. If you are using an identity other than the root user of the account that owns the bucket, the calling identity must have the GetBucketPolicy permissions on the specified bucket and belong to the bucket owner's account in order to use this action. Only users from Outposts bucket owner account with the right permissions can perform actions on an Outposts bucket. If you don't have s3-outposts:GetBucketPolicy permissions or you're not using an identity that belongs to the bucket owner's account, Amazon S3 returns a 403 Access Denied error. As a security precaution, the root user of the account that owns a bucket can always use this action, even if the policy explicitly denies the root user the ability to perform this action. For more information about bucket policies, see Using Bucket Policies and User Policies. All Amazon S3 on Outposts REST API requests for this action require an additional parameter of x-amz-outpost-id to be passed with the request and an S3 on Outposts endpoint hostname prefix instead of s3-control. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the x-amz-outpost-id derived using the access point ARN, see the Examples section. The following actions are related to GetBucketPolicy: GetObject PutBucketPolicy DeleteBucketPolicy
|
|
252
|
+
* This action gets a bucket policy for an Amazon S3 on Outposts bucket. To get a policy for an S3 bucket, see GetBucketPolicy in the Amazon S3 API Reference. Returns the policy of a specified Outposts bucket. For more information, see Using Amazon S3 on Outposts in the Amazon S3 User Guide. If you are using an identity other than the root user of the Amazon Web Services account that owns the bucket, the calling identity must have the GetBucketPolicy permissions on the specified bucket and belong to the bucket owner's account in order to use this action. Only users from Outposts bucket owner account with the right permissions can perform actions on an Outposts bucket. If you don't have s3-outposts:GetBucketPolicy permissions or you're not using an identity that belongs to the bucket owner's account, Amazon S3 returns a 403 Access Denied error. As a security precaution, the root user of the Amazon Web Services account that owns a bucket can always use this action, even if the policy explicitly denies the root user the ability to perform this action. For more information about bucket policies, see Using Bucket Policies and User Policies. All Amazon S3 on Outposts REST API requests for this action require an additional parameter of x-amz-outpost-id to be passed with the request and an S3 on Outposts endpoint hostname prefix instead of s3-control. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the x-amz-outpost-id derived using the access point ARN, see the Examples section. The following actions are related to GetBucketPolicy: GetObject PutBucketPolicy DeleteBucketPolicy
|
|
229
253
|
*/
|
|
230
254
|
getBucketPolicy(callback?: (err: AWSError, data: S3Control.Types.GetBucketPolicyResult) => void): Request<S3Control.Types.GetBucketPolicyResult, AWSError>;
|
|
231
255
|
/**
|
|
@@ -245,11 +269,35 @@ declare class S3Control extends Service {
|
|
|
245
269
|
*/
|
|
246
270
|
getJobTagging(callback?: (err: AWSError, data: S3Control.Types.GetJobTaggingResult) => void): Request<S3Control.Types.GetJobTaggingResult, AWSError>;
|
|
247
271
|
/**
|
|
248
|
-
*
|
|
272
|
+
* Returns configuration information about the specified Multi-Region Access Point. This action will always be routed to the US West (Oregon) Region. For more information about the restrictions around managing Multi-Region Access Points, see Managing Multi-Region Access Points in the Amazon S3 User Guide. The following actions are related to GetMultiRegionAccessPoint: CreateMultiRegionAccessPoint DeleteMultiRegionAccessPoint DescribeMultiRegionAccessPointOperation ListMultiRegionAccessPoints
|
|
273
|
+
*/
|
|
274
|
+
getMultiRegionAccessPoint(params: S3Control.Types.GetMultiRegionAccessPointRequest, callback?: (err: AWSError, data: S3Control.Types.GetMultiRegionAccessPointResult) => void): Request<S3Control.Types.GetMultiRegionAccessPointResult, AWSError>;
|
|
275
|
+
/**
|
|
276
|
+
* Returns configuration information about the specified Multi-Region Access Point. This action will always be routed to the US West (Oregon) Region. For more information about the restrictions around managing Multi-Region Access Points, see Managing Multi-Region Access Points in the Amazon S3 User Guide. The following actions are related to GetMultiRegionAccessPoint: CreateMultiRegionAccessPoint DeleteMultiRegionAccessPoint DescribeMultiRegionAccessPointOperation ListMultiRegionAccessPoints
|
|
277
|
+
*/
|
|
278
|
+
getMultiRegionAccessPoint(callback?: (err: AWSError, data: S3Control.Types.GetMultiRegionAccessPointResult) => void): Request<S3Control.Types.GetMultiRegionAccessPointResult, AWSError>;
|
|
279
|
+
/**
|
|
280
|
+
* Returns the access control policy of the specified Multi-Region Access Point. This action will always be routed to the US West (Oregon) Region. For more information about the restrictions around managing Multi-Region Access Points, see Managing Multi-Region Access Points in the Amazon S3 User Guide. The following actions are related to GetMultiRegionAccessPointPolicy: GetMultiRegionAccessPointPolicyStatus PutMultiRegionAccessPointPolicy
|
|
281
|
+
*/
|
|
282
|
+
getMultiRegionAccessPointPolicy(params: S3Control.Types.GetMultiRegionAccessPointPolicyRequest, callback?: (err: AWSError, data: S3Control.Types.GetMultiRegionAccessPointPolicyResult) => void): Request<S3Control.Types.GetMultiRegionAccessPointPolicyResult, AWSError>;
|
|
283
|
+
/**
|
|
284
|
+
* Returns the access control policy of the specified Multi-Region Access Point. This action will always be routed to the US West (Oregon) Region. For more information about the restrictions around managing Multi-Region Access Points, see Managing Multi-Region Access Points in the Amazon S3 User Guide. The following actions are related to GetMultiRegionAccessPointPolicy: GetMultiRegionAccessPointPolicyStatus PutMultiRegionAccessPointPolicy
|
|
285
|
+
*/
|
|
286
|
+
getMultiRegionAccessPointPolicy(callback?: (err: AWSError, data: S3Control.Types.GetMultiRegionAccessPointPolicyResult) => void): Request<S3Control.Types.GetMultiRegionAccessPointPolicyResult, AWSError>;
|
|
287
|
+
/**
|
|
288
|
+
* Indicates whether the specified Multi-Region Access Point has an access control policy that allows public access. This action will always be routed to the US West (Oregon) Region. For more information about the restrictions around managing Multi-Region Access Points, see Managing Multi-Region Access Points in the Amazon S3 User Guide. The following actions are related to GetMultiRegionAccessPointPolicyStatus: GetMultiRegionAccessPointPolicy PutMultiRegionAccessPointPolicy
|
|
289
|
+
*/
|
|
290
|
+
getMultiRegionAccessPointPolicyStatus(params: S3Control.Types.GetMultiRegionAccessPointPolicyStatusRequest, callback?: (err: AWSError, data: S3Control.Types.GetMultiRegionAccessPointPolicyStatusResult) => void): Request<S3Control.Types.GetMultiRegionAccessPointPolicyStatusResult, AWSError>;
|
|
291
|
+
/**
|
|
292
|
+
* Indicates whether the specified Multi-Region Access Point has an access control policy that allows public access. This action will always be routed to the US West (Oregon) Region. For more information about the restrictions around managing Multi-Region Access Points, see Managing Multi-Region Access Points in the Amazon S3 User Guide. The following actions are related to GetMultiRegionAccessPointPolicyStatus: GetMultiRegionAccessPointPolicy PutMultiRegionAccessPointPolicy
|
|
293
|
+
*/
|
|
294
|
+
getMultiRegionAccessPointPolicyStatus(callback?: (err: AWSError, data: S3Control.Types.GetMultiRegionAccessPointPolicyStatusResult) => void): Request<S3Control.Types.GetMultiRegionAccessPointPolicyStatusResult, AWSError>;
|
|
295
|
+
/**
|
|
296
|
+
* Retrieves the PublicAccessBlock configuration for an Amazon Web Services account. For more information, see Using Amazon S3 block public access. Related actions include: DeletePublicAccessBlock PutPublicAccessBlock
|
|
249
297
|
*/
|
|
250
298
|
getPublicAccessBlock(params: S3Control.Types.GetPublicAccessBlockRequest, callback?: (err: AWSError, data: S3Control.Types.GetPublicAccessBlockOutput) => void): Request<S3Control.Types.GetPublicAccessBlockOutput, AWSError>;
|
|
251
299
|
/**
|
|
252
|
-
* Retrieves the PublicAccessBlock configuration for an account. For more information, see Using Amazon S3 block public access. Related actions include: DeletePublicAccessBlock PutPublicAccessBlock
|
|
300
|
+
* Retrieves the PublicAccessBlock configuration for an Amazon Web Services account. For more information, see Using Amazon S3 block public access. Related actions include: DeletePublicAccessBlock PutPublicAccessBlock
|
|
253
301
|
*/
|
|
254
302
|
getPublicAccessBlock(callback?: (err: AWSError, data: S3Control.Types.GetPublicAccessBlockOutput) => void): Request<S3Control.Types.GetPublicAccessBlockOutput, AWSError>;
|
|
255
303
|
/**
|
|
@@ -285,13 +333,21 @@ declare class S3Control extends Service {
|
|
|
285
333
|
*/
|
|
286
334
|
listAccessPointsForObjectLambda(callback?: (err: AWSError, data: S3Control.Types.ListAccessPointsForObjectLambdaResult) => void): Request<S3Control.Types.ListAccessPointsForObjectLambdaResult, AWSError>;
|
|
287
335
|
/**
|
|
288
|
-
* Lists current S3 Batch Operations jobs and jobs that have ended within the last 30 days for the account making the request. For more information, see S3 Batch Operations in the Amazon S3 User Guide. Related actions include: CreateJob DescribeJob UpdateJobPriority UpdateJobStatus
|
|
336
|
+
* Lists current S3 Batch Operations jobs and jobs that have ended within the last 30 days for the Amazon Web Services account making the request. For more information, see S3 Batch Operations in the Amazon S3 User Guide. Related actions include: CreateJob DescribeJob UpdateJobPriority UpdateJobStatus
|
|
289
337
|
*/
|
|
290
338
|
listJobs(params: S3Control.Types.ListJobsRequest, callback?: (err: AWSError, data: S3Control.Types.ListJobsResult) => void): Request<S3Control.Types.ListJobsResult, AWSError>;
|
|
291
339
|
/**
|
|
292
|
-
* Lists current S3 Batch Operations jobs and jobs that have ended within the last 30 days for the account making the request. For more information, see S3 Batch Operations in the Amazon S3 User Guide. Related actions include: CreateJob DescribeJob UpdateJobPriority UpdateJobStatus
|
|
340
|
+
* Lists current S3 Batch Operations jobs and jobs that have ended within the last 30 days for the Amazon Web Services account making the request. For more information, see S3 Batch Operations in the Amazon S3 User Guide. Related actions include: CreateJob DescribeJob UpdateJobPriority UpdateJobStatus
|
|
293
341
|
*/
|
|
294
342
|
listJobs(callback?: (err: AWSError, data: S3Control.Types.ListJobsResult) => void): Request<S3Control.Types.ListJobsResult, AWSError>;
|
|
343
|
+
/**
|
|
344
|
+
* Returns a list of the Multi-Region Access Points currently associated with the specified Amazon Web Services account. Each call can return up to 100 Multi-Region Access Points, the maximum number of Multi-Region Access Points that can be associated with a single account. This action will always be routed to the US West (Oregon) Region. For more information about the restrictions around managing Multi-Region Access Points, see Managing Multi-Region Access Points in the Amazon S3 User Guide. The following actions are related to ListMultiRegionAccessPoint: CreateMultiRegionAccessPoint DeleteMultiRegionAccessPoint DescribeMultiRegionAccessPointOperation GetMultiRegionAccessPoint
|
|
345
|
+
*/
|
|
346
|
+
listMultiRegionAccessPoints(params: S3Control.Types.ListMultiRegionAccessPointsRequest, callback?: (err: AWSError, data: S3Control.Types.ListMultiRegionAccessPointsResult) => void): Request<S3Control.Types.ListMultiRegionAccessPointsResult, AWSError>;
|
|
347
|
+
/**
|
|
348
|
+
* Returns a list of the Multi-Region Access Points currently associated with the specified Amazon Web Services account. Each call can return up to 100 Multi-Region Access Points, the maximum number of Multi-Region Access Points that can be associated with a single account. This action will always be routed to the US West (Oregon) Region. For more information about the restrictions around managing Multi-Region Access Points, see Managing Multi-Region Access Points in the Amazon S3 User Guide. The following actions are related to ListMultiRegionAccessPoint: CreateMultiRegionAccessPoint DeleteMultiRegionAccessPoint DescribeMultiRegionAccessPointOperation GetMultiRegionAccessPoint
|
|
349
|
+
*/
|
|
350
|
+
listMultiRegionAccessPoints(callback?: (err: AWSError, data: S3Control.Types.ListMultiRegionAccessPointsResult) => void): Request<S3Control.Types.ListMultiRegionAccessPointsResult, AWSError>;
|
|
295
351
|
/**
|
|
296
352
|
* Returns a list of all Outposts buckets in an Outpost that are owned by the authenticated sender of the request. For more information, see Using Amazon S3 on Outposts in the Amazon S3 User Guide. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and x-amz-outpost-id in your request, see the Examples section.
|
|
297
353
|
*/
|
|
@@ -341,19 +397,19 @@ declare class S3Control extends Service {
|
|
|
341
397
|
*/
|
|
342
398
|
putBucketLifecycleConfiguration(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
343
399
|
/**
|
|
344
|
-
* This action puts a bucket policy to an Amazon S3 on Outposts bucket. To put a policy on an S3 bucket, see PutBucketPolicy in the Amazon S3 API Reference. Applies an Amazon S3 bucket policy to an Outposts bucket. For more information, see Using Amazon S3 on Outposts in the Amazon S3 User Guide. If you are using an identity other than the root user of the account that owns the Outposts bucket, the calling identity must have the PutBucketPolicy permissions on the specified Outposts bucket and belong to the bucket owner's account in order to use this action. If you don't have PutBucketPolicy permissions, Amazon S3 returns a 403 Access Denied 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 405 Method Not Allowed error. As a security precaution, the root user of the account that owns a bucket can always use this action, even if the policy explicitly denies the root user the ability to perform this action. For more information about bucket policies, see Using Bucket Policies and User Policies. All Amazon S3 on Outposts REST API requests for this action require an additional parameter of x-amz-outpost-id to be passed with the request and an S3 on Outposts endpoint hostname prefix instead of s3-control. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the x-amz-outpost-id derived using the access point ARN, see the Examples section. The following actions are related to PutBucketPolicy: GetBucketPolicy DeleteBucketPolicy
|
|
400
|
+
* This action puts a bucket policy to an Amazon S3 on Outposts bucket. To put a policy on an S3 bucket, see PutBucketPolicy in the Amazon S3 API Reference. Applies an Amazon S3 bucket policy to an Outposts bucket. For more information, see Using Amazon S3 on Outposts in the Amazon S3 User Guide. If you are using an identity other than the root user of the Amazon Web Services account that owns the Outposts bucket, the calling identity must have the PutBucketPolicy permissions on the specified Outposts bucket and belong to the bucket owner's account in order to use this action. If you don't have PutBucketPolicy permissions, Amazon S3 returns a 403 Access Denied 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 405 Method Not Allowed error. As a security precaution, the root user of the Amazon Web Services account that owns a bucket can always use this action, even if the policy explicitly denies the root user the ability to perform this action. For more information about bucket policies, see Using Bucket Policies and User Policies. All Amazon S3 on Outposts REST API requests for this action require an additional parameter of x-amz-outpost-id to be passed with the request and an S3 on Outposts endpoint hostname prefix instead of s3-control. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the x-amz-outpost-id derived using the access point ARN, see the Examples section. The following actions are related to PutBucketPolicy: GetBucketPolicy DeleteBucketPolicy
|
|
345
401
|
*/
|
|
346
402
|
putBucketPolicy(params: S3Control.Types.PutBucketPolicyRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
347
403
|
/**
|
|
348
|
-
* This action puts a bucket policy to an Amazon S3 on Outposts bucket. To put a policy on an S3 bucket, see PutBucketPolicy in the Amazon S3 API Reference. Applies an Amazon S3 bucket policy to an Outposts bucket. For more information, see Using Amazon S3 on Outposts in the Amazon S3 User Guide. If you are using an identity other than the root user of the account that owns the Outposts bucket, the calling identity must have the PutBucketPolicy permissions on the specified Outposts bucket and belong to the bucket owner's account in order to use this action. If you don't have PutBucketPolicy permissions, Amazon S3 returns a 403 Access Denied 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 405 Method Not Allowed error. As a security precaution, the root user of the account that owns a bucket can always use this action, even if the policy explicitly denies the root user the ability to perform this action. For more information about bucket policies, see Using Bucket Policies and User Policies. All Amazon S3 on Outposts REST API requests for this action require an additional parameter of x-amz-outpost-id to be passed with the request and an S3 on Outposts endpoint hostname prefix instead of s3-control. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the x-amz-outpost-id derived using the access point ARN, see the Examples section. The following actions are related to PutBucketPolicy: GetBucketPolicy DeleteBucketPolicy
|
|
404
|
+
* This action puts a bucket policy to an Amazon S3 on Outposts bucket. To put a policy on an S3 bucket, see PutBucketPolicy in the Amazon S3 API Reference. Applies an Amazon S3 bucket policy to an Outposts bucket. For more information, see Using Amazon S3 on Outposts in the Amazon S3 User Guide. If you are using an identity other than the root user of the Amazon Web Services account that owns the Outposts bucket, the calling identity must have the PutBucketPolicy permissions on the specified Outposts bucket and belong to the bucket owner's account in order to use this action. If you don't have PutBucketPolicy permissions, Amazon S3 returns a 403 Access Denied 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 405 Method Not Allowed error. As a security precaution, the root user of the Amazon Web Services account that owns a bucket can always use this action, even if the policy explicitly denies the root user the ability to perform this action. For more information about bucket policies, see Using Bucket Policies and User Policies. All Amazon S3 on Outposts REST API requests for this action require an additional parameter of x-amz-outpost-id to be passed with the request and an S3 on Outposts endpoint hostname prefix instead of s3-control. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the x-amz-outpost-id derived using the access point ARN, see the Examples section. The following actions are related to PutBucketPolicy: GetBucketPolicy DeleteBucketPolicy
|
|
349
405
|
*/
|
|
350
406
|
putBucketPolicy(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
351
407
|
/**
|
|
352
|
-
* This action puts tags on an Amazon S3 on Outposts bucket. To put tags on an S3 bucket, see PutBucketTagging in the Amazon S3 API Reference. Sets the tags for an S3 on Outposts bucket. For more information, see Using Amazon S3 on Outposts in the Amazon S3 User Guide. Use tags to organize your Amazon Web Services bill to reflect your own cost structure. To do this, sign up to get your 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 Cost allocation and tagging. 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 Using cost allocation in Amazon S3 bucket tags. To use this action, you must have permissions to perform the s3-outposts:PutBucketTagging action. The Outposts bucket owner has this permission by default and can grant this permission to others. For more information about permissions, see Permissions Related to Bucket Subresource Operations and Managing access permissions to your Amazon S3 resources. PutBucketTagging has the following special errors: Error code: InvalidTagError 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 User-Defined Tag Restrictions and Amazon Web Services-Generated Cost Allocation Tag Restrictions. Error code: MalformedXMLError Description: The XML provided does not match the schema. Error code: OperationAbortedError Description: A conflicting conditional action is currently in progress against this resource. Try again. Error code: InternalError Description: The service was unable to apply the provided tag to the bucket. All Amazon S3 on Outposts REST API requests for this action require an additional parameter of x-amz-outpost-id to be passed with the request and an S3 on Outposts endpoint hostname prefix instead of s3-control. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the x-amz-outpost-id derived using the access point ARN, see the Examples section. The following actions are related to PutBucketTagging: GetBucketTagging DeleteBucketTagging
|
|
408
|
+
* This action puts tags on an Amazon S3 on Outposts bucket. To put tags on an S3 bucket, see PutBucketTagging in the Amazon S3 API Reference. Sets the tags for an S3 on Outposts bucket. For more information, see Using Amazon S3 on Outposts in the Amazon S3 User Guide. Use tags to organize your Amazon Web Services bill to reflect your own cost structure. To do this, sign up to get your Amazon Web Services 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 Cost allocation and tagging. 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 Using cost allocation in Amazon S3 bucket tags. To use this action, you must have permissions to perform the s3-outposts:PutBucketTagging action. The Outposts bucket owner has this permission by default and can grant this permission to others. For more information about permissions, see Permissions Related to Bucket Subresource Operations and Managing access permissions to your Amazon S3 resources. PutBucketTagging has the following special errors: Error code: InvalidTagError 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 User-Defined Tag Restrictions and Amazon Web Services-Generated Cost Allocation Tag Restrictions. Error code: MalformedXMLError Description: The XML provided does not match the schema. Error code: OperationAbortedError Description: A conflicting conditional action is currently in progress against this resource. Try again. Error code: InternalError Description: The service was unable to apply the provided tag to the bucket. All Amazon S3 on Outposts REST API requests for this action require an additional parameter of x-amz-outpost-id to be passed with the request and an S3 on Outposts endpoint hostname prefix instead of s3-control. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the x-amz-outpost-id derived using the access point ARN, see the Examples section. The following actions are related to PutBucketTagging: GetBucketTagging DeleteBucketTagging
|
|
353
409
|
*/
|
|
354
410
|
putBucketTagging(params: S3Control.Types.PutBucketTaggingRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
355
411
|
/**
|
|
356
|
-
* This action puts tags on an Amazon S3 on Outposts bucket. To put tags on an S3 bucket, see PutBucketTagging in the Amazon S3 API Reference. Sets the tags for an S3 on Outposts bucket. For more information, see Using Amazon S3 on Outposts in the Amazon S3 User Guide. Use tags to organize your Amazon Web Services bill to reflect your own cost structure. To do this, sign up to get your 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 Cost allocation and tagging. 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 Using cost allocation in Amazon S3 bucket tags. To use this action, you must have permissions to perform the s3-outposts:PutBucketTagging action. The Outposts bucket owner has this permission by default and can grant this permission to others. For more information about permissions, see Permissions Related to Bucket Subresource Operations and Managing access permissions to your Amazon S3 resources. PutBucketTagging has the following special errors: Error code: InvalidTagError 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 User-Defined Tag Restrictions and Amazon Web Services-Generated Cost Allocation Tag Restrictions. Error code: MalformedXMLError Description: The XML provided does not match the schema. Error code: OperationAbortedError Description: A conflicting conditional action is currently in progress against this resource. Try again. Error code: InternalError Description: The service was unable to apply the provided tag to the bucket. All Amazon S3 on Outposts REST API requests for this action require an additional parameter of x-amz-outpost-id to be passed with the request and an S3 on Outposts endpoint hostname prefix instead of s3-control. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the x-amz-outpost-id derived using the access point ARN, see the Examples section. The following actions are related to PutBucketTagging: GetBucketTagging DeleteBucketTagging
|
|
412
|
+
* This action puts tags on an Amazon S3 on Outposts bucket. To put tags on an S3 bucket, see PutBucketTagging in the Amazon S3 API Reference. Sets the tags for an S3 on Outposts bucket. For more information, see Using Amazon S3 on Outposts in the Amazon S3 User Guide. Use tags to organize your Amazon Web Services bill to reflect your own cost structure. To do this, sign up to get your Amazon Web Services 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 Cost allocation and tagging. 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 Using cost allocation in Amazon S3 bucket tags. To use this action, you must have permissions to perform the s3-outposts:PutBucketTagging action. The Outposts bucket owner has this permission by default and can grant this permission to others. For more information about permissions, see Permissions Related to Bucket Subresource Operations and Managing access permissions to your Amazon S3 resources. PutBucketTagging has the following special errors: Error code: InvalidTagError 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 User-Defined Tag Restrictions and Amazon Web Services-Generated Cost Allocation Tag Restrictions. Error code: MalformedXMLError Description: The XML provided does not match the schema. Error code: OperationAbortedError Description: A conflicting conditional action is currently in progress against this resource. Try again. Error code: InternalError Description: The service was unable to apply the provided tag to the bucket. All Amazon S3 on Outposts REST API requests for this action require an additional parameter of x-amz-outpost-id to be passed with the request and an S3 on Outposts endpoint hostname prefix instead of s3-control. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the x-amz-outpost-id derived using the access point ARN, see the Examples section. The following actions are related to PutBucketTagging: GetBucketTagging DeleteBucketTagging
|
|
357
413
|
*/
|
|
358
414
|
putBucketTagging(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
359
415
|
/**
|
|
@@ -365,11 +421,19 @@ declare class S3Control extends Service {
|
|
|
365
421
|
*/
|
|
366
422
|
putJobTagging(callback?: (err: AWSError, data: S3Control.Types.PutJobTaggingResult) => void): Request<S3Control.Types.PutJobTaggingResult, AWSError>;
|
|
367
423
|
/**
|
|
368
|
-
*
|
|
424
|
+
* Associates an access control policy with the specified Multi-Region Access Point. Each Multi-Region Access Point can have only one policy, so a request made to this action replaces any existing policy that is associated with the specified Multi-Region Access Point. This action will always be routed to the US West (Oregon) Region. For more information about the restrictions around managing Multi-Region Access Points, see Managing Multi-Region Access Points in the Amazon S3 User Guide. The following actions are related to PutMultiRegionAccessPointPolicy: GetMultiRegionAccessPointPolicy GetMultiRegionAccessPointPolicyStatus
|
|
425
|
+
*/
|
|
426
|
+
putMultiRegionAccessPointPolicy(params: S3Control.Types.PutMultiRegionAccessPointPolicyRequest, callback?: (err: AWSError, data: S3Control.Types.PutMultiRegionAccessPointPolicyResult) => void): Request<S3Control.Types.PutMultiRegionAccessPointPolicyResult, AWSError>;
|
|
427
|
+
/**
|
|
428
|
+
* Associates an access control policy with the specified Multi-Region Access Point. Each Multi-Region Access Point can have only one policy, so a request made to this action replaces any existing policy that is associated with the specified Multi-Region Access Point. This action will always be routed to the US West (Oregon) Region. For more information about the restrictions around managing Multi-Region Access Points, see Managing Multi-Region Access Points in the Amazon S3 User Guide. The following actions are related to PutMultiRegionAccessPointPolicy: GetMultiRegionAccessPointPolicy GetMultiRegionAccessPointPolicyStatus
|
|
429
|
+
*/
|
|
430
|
+
putMultiRegionAccessPointPolicy(callback?: (err: AWSError, data: S3Control.Types.PutMultiRegionAccessPointPolicyResult) => void): Request<S3Control.Types.PutMultiRegionAccessPointPolicyResult, AWSError>;
|
|
431
|
+
/**
|
|
432
|
+
* Creates or modifies the PublicAccessBlock configuration for an Amazon Web Services account. For more information, see Using Amazon S3 block public access. Related actions include: GetPublicAccessBlock DeletePublicAccessBlock
|
|
369
433
|
*/
|
|
370
434
|
putPublicAccessBlock(params: S3Control.Types.PutPublicAccessBlockRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
371
435
|
/**
|
|
372
|
-
* Creates or modifies the PublicAccessBlock configuration for an account. For more information, see Using Amazon S3 block public access. Related actions include: GetPublicAccessBlock DeletePublicAccessBlock
|
|
436
|
+
* Creates or modifies the PublicAccessBlock configuration for an Amazon Web Services account. For more information, see Using Amazon S3 block public access. Related actions include: GetPublicAccessBlock DeletePublicAccessBlock
|
|
373
437
|
*/
|
|
374
438
|
putPublicAccessBlock(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
375
439
|
/**
|
|
@@ -458,6 +522,78 @@ declare namespace S3Control {
|
|
|
458
522
|
IsEnabled?: IsEnabled;
|
|
459
523
|
}
|
|
460
524
|
export type Alias = string;
|
|
525
|
+
export type AsyncCreationTimestamp = Date;
|
|
526
|
+
export interface AsyncErrorDetails {
|
|
527
|
+
/**
|
|
528
|
+
* A string that uniquely identifies the error condition.
|
|
529
|
+
*/
|
|
530
|
+
Code?: MaxLength1024String;
|
|
531
|
+
/**
|
|
532
|
+
* A generic descritpion of the error condition in English.
|
|
533
|
+
*/
|
|
534
|
+
Message?: MaxLength1024String;
|
|
535
|
+
/**
|
|
536
|
+
* The identifier of the resource associated with the error.
|
|
537
|
+
*/
|
|
538
|
+
Resource?: MaxLength1024String;
|
|
539
|
+
/**
|
|
540
|
+
* The ID of the request associated with the error.
|
|
541
|
+
*/
|
|
542
|
+
RequestId?: MaxLength1024String;
|
|
543
|
+
}
|
|
544
|
+
export interface AsyncOperation {
|
|
545
|
+
/**
|
|
546
|
+
* The time that the request was sent to the service.
|
|
547
|
+
*/
|
|
548
|
+
CreationTime?: AsyncCreationTimestamp;
|
|
549
|
+
/**
|
|
550
|
+
* The specific operation for the asynchronous request.
|
|
551
|
+
*/
|
|
552
|
+
Operation?: AsyncOperationName;
|
|
553
|
+
/**
|
|
554
|
+
* The request token associated with the request.
|
|
555
|
+
*/
|
|
556
|
+
RequestTokenARN?: AsyncRequestTokenARN;
|
|
557
|
+
/**
|
|
558
|
+
* The parameters associated with the request.
|
|
559
|
+
*/
|
|
560
|
+
RequestParameters?: AsyncRequestParameters;
|
|
561
|
+
/**
|
|
562
|
+
* The current status of the request.
|
|
563
|
+
*/
|
|
564
|
+
RequestStatus?: AsyncRequestStatus;
|
|
565
|
+
/**
|
|
566
|
+
* The details of the response.
|
|
567
|
+
*/
|
|
568
|
+
ResponseDetails?: AsyncResponseDetails;
|
|
569
|
+
}
|
|
570
|
+
export type AsyncOperationName = "CreateMultiRegionAccessPoint"|"DeleteMultiRegionAccessPoint"|"PutMultiRegionAccessPointPolicy"|string;
|
|
571
|
+
export interface AsyncRequestParameters {
|
|
572
|
+
/**
|
|
573
|
+
* A container of the parameters for a CreateMultiRegionAccessPoint request.
|
|
574
|
+
*/
|
|
575
|
+
CreateMultiRegionAccessPointRequest?: CreateMultiRegionAccessPointInput;
|
|
576
|
+
/**
|
|
577
|
+
* A container of the parameters for a DeleteMultiRegionAccessPoint request.
|
|
578
|
+
*/
|
|
579
|
+
DeleteMultiRegionAccessPointRequest?: DeleteMultiRegionAccessPointInput;
|
|
580
|
+
/**
|
|
581
|
+
* A container of the parameters for a PutMultiRegionAccessPoint request.
|
|
582
|
+
*/
|
|
583
|
+
PutMultiRegionAccessPointPolicyRequest?: PutMultiRegionAccessPointPolicyInput;
|
|
584
|
+
}
|
|
585
|
+
export type AsyncRequestStatus = string;
|
|
586
|
+
export type AsyncRequestTokenARN = string;
|
|
587
|
+
export interface AsyncResponseDetails {
|
|
588
|
+
/**
|
|
589
|
+
* The details for the Multi-Region Access Point.
|
|
590
|
+
*/
|
|
591
|
+
MultiRegionAccessPointDetails?: MultiRegionAccessPointsAsyncResponse;
|
|
592
|
+
/**
|
|
593
|
+
* Error details for an asynchronous request.
|
|
594
|
+
*/
|
|
595
|
+
ErrorDetails?: AsyncErrorDetails;
|
|
596
|
+
}
|
|
461
597
|
export interface AwsLambdaTransformation {
|
|
462
598
|
/**
|
|
463
599
|
* The Amazon Resource Name (ARN) of the Lambda function.
|
|
@@ -491,7 +627,7 @@ declare namespace S3Control {
|
|
|
491
627
|
export type ContinuationToken = string;
|
|
492
628
|
export interface CreateAccessPointForObjectLambdaRequest {
|
|
493
629
|
/**
|
|
494
|
-
* The account ID for owner of the specified Object Lambda Access Point.
|
|
630
|
+
* The Amazon Web Services account ID for owner of the specified Object Lambda Access Point.
|
|
495
631
|
*/
|
|
496
632
|
AccountId: AccountId;
|
|
497
633
|
/**
|
|
@@ -511,7 +647,7 @@ declare namespace S3Control {
|
|
|
511
647
|
}
|
|
512
648
|
export interface CreateAccessPointRequest {
|
|
513
649
|
/**
|
|
514
|
-
* The account ID for the owner of the bucket for which you want to create an access point.
|
|
650
|
+
* The Amazon Web Services account ID for the owner of the bucket for which you want to create an access point.
|
|
515
651
|
*/
|
|
516
652
|
AccountId: AccountId;
|
|
517
653
|
/**
|
|
@@ -601,7 +737,7 @@ declare namespace S3Control {
|
|
|
601
737
|
}
|
|
602
738
|
export interface CreateJobRequest {
|
|
603
739
|
/**
|
|
604
|
-
* The account ID that creates the job.
|
|
740
|
+
* The Amazon Web Services account ID that creates the job.
|
|
605
741
|
*/
|
|
606
742
|
AccountId: AccountId;
|
|
607
743
|
/**
|
|
@@ -647,7 +783,39 @@ declare namespace S3Control {
|
|
|
647
783
|
*/
|
|
648
784
|
JobId?: JobId;
|
|
649
785
|
}
|
|
786
|
+
export interface CreateMultiRegionAccessPointInput {
|
|
787
|
+
/**
|
|
788
|
+
* The name of the Multi-Region Access Point associated with this request.
|
|
789
|
+
*/
|
|
790
|
+
Name: MultiRegionAccessPointName;
|
|
791
|
+
PublicAccessBlock?: PublicAccessBlockConfiguration;
|
|
792
|
+
/**
|
|
793
|
+
* The buckets in different Regions that are associated with the Multi-Region Access Point.
|
|
794
|
+
*/
|
|
795
|
+
Regions: RegionCreationList;
|
|
796
|
+
}
|
|
797
|
+
export interface CreateMultiRegionAccessPointRequest {
|
|
798
|
+
/**
|
|
799
|
+
* The Amazon Web Services account ID for the owner of the Multi-Region Access Point. The owner of the Multi-Region Access Point also must own the underlying buckets.
|
|
800
|
+
*/
|
|
801
|
+
AccountId: AccountId;
|
|
802
|
+
/**
|
|
803
|
+
* An idempotency token used to identify the request and guarantee that requests are unique.
|
|
804
|
+
*/
|
|
805
|
+
ClientToken: MultiRegionAccessPointClientToken;
|
|
806
|
+
/**
|
|
807
|
+
* A container element containing details about the Multi-Region Access Point.
|
|
808
|
+
*/
|
|
809
|
+
Details: CreateMultiRegionAccessPointInput;
|
|
810
|
+
}
|
|
811
|
+
export interface CreateMultiRegionAccessPointResult {
|
|
812
|
+
/**
|
|
813
|
+
* The request token associated with the request. You can use this token with DescribeMultiRegionAccessPointOperation to determine the status of asynchronous requests.
|
|
814
|
+
*/
|
|
815
|
+
RequestTokenARN?: AsyncRequestTokenARN;
|
|
816
|
+
}
|
|
650
817
|
export type CreationDate = Date;
|
|
818
|
+
export type CreationTimestamp = Date;
|
|
651
819
|
export type _Date = Date;
|
|
652
820
|
export type Days = number;
|
|
653
821
|
export type DaysAfterInitiation = number;
|
|
@@ -723,7 +891,7 @@ declare namespace S3Control {
|
|
|
723
891
|
}
|
|
724
892
|
export interface DeleteBucketTaggingRequest {
|
|
725
893
|
/**
|
|
726
|
-
* The account ID of the Outposts bucket tag set to be removed.
|
|
894
|
+
* The Amazon Web Services account ID of the Outposts bucket tag set to be removed.
|
|
727
895
|
*/
|
|
728
896
|
AccountId: AccountId;
|
|
729
897
|
/**
|
|
@@ -733,7 +901,7 @@ declare namespace S3Control {
|
|
|
733
901
|
}
|
|
734
902
|
export interface DeleteJobTaggingRequest {
|
|
735
903
|
/**
|
|
736
|
-
* The account ID associated with the S3 Batch Operations job.
|
|
904
|
+
* The Amazon Web Services account ID associated with the S3 Batch Operations job.
|
|
737
905
|
*/
|
|
738
906
|
AccountId: AccountId;
|
|
739
907
|
/**
|
|
@@ -743,9 +911,35 @@ declare namespace S3Control {
|
|
|
743
911
|
}
|
|
744
912
|
export interface DeleteJobTaggingResult {
|
|
745
913
|
}
|
|
914
|
+
export interface DeleteMultiRegionAccessPointInput {
|
|
915
|
+
/**
|
|
916
|
+
* The name of the Multi-Region Access Point associated with this request.
|
|
917
|
+
*/
|
|
918
|
+
Name: MultiRegionAccessPointName;
|
|
919
|
+
}
|
|
920
|
+
export interface DeleteMultiRegionAccessPointRequest {
|
|
921
|
+
/**
|
|
922
|
+
* The Amazon Web Services account ID for the owner of the Multi-Region Access Point.
|
|
923
|
+
*/
|
|
924
|
+
AccountId: AccountId;
|
|
925
|
+
/**
|
|
926
|
+
* An idempotency token used to identify the request and guarantee that requests are unique.
|
|
927
|
+
*/
|
|
928
|
+
ClientToken: MultiRegionAccessPointClientToken;
|
|
929
|
+
/**
|
|
930
|
+
* A container element containing details about the Multi-Region Access Point.
|
|
931
|
+
*/
|
|
932
|
+
Details: DeleteMultiRegionAccessPointInput;
|
|
933
|
+
}
|
|
934
|
+
export interface DeleteMultiRegionAccessPointResult {
|
|
935
|
+
/**
|
|
936
|
+
* The request token associated with the request. You can use this token with DescribeMultiRegionAccessPointOperation to determine the status of asynchronous requests.
|
|
937
|
+
*/
|
|
938
|
+
RequestTokenARN?: AsyncRequestTokenARN;
|
|
939
|
+
}
|
|
746
940
|
export interface DeletePublicAccessBlockRequest {
|
|
747
941
|
/**
|
|
748
|
-
* The account ID for the account whose PublicAccessBlock configuration you want to remove.
|
|
942
|
+
* The account ID for the Amazon Web Services account whose PublicAccessBlock configuration you want to remove.
|
|
749
943
|
*/
|
|
750
944
|
AccountId: AccountId;
|
|
751
945
|
}
|
|
@@ -773,7 +967,7 @@ declare namespace S3Control {
|
|
|
773
967
|
}
|
|
774
968
|
export interface DescribeJobRequest {
|
|
775
969
|
/**
|
|
776
|
-
* The account ID associated with the S3 Batch Operations job.
|
|
970
|
+
* The Amazon Web Services account ID associated with the S3 Batch Operations job.
|
|
777
971
|
*/
|
|
778
972
|
AccountId: AccountId;
|
|
779
973
|
/**
|
|
@@ -787,7 +981,29 @@ declare namespace S3Control {
|
|
|
787
981
|
*/
|
|
788
982
|
Job?: JobDescriptor;
|
|
789
983
|
}
|
|
984
|
+
export interface DescribeMultiRegionAccessPointOperationRequest {
|
|
985
|
+
/**
|
|
986
|
+
* The Amazon Web Services account ID for the owner of the Multi-Region Access Point.
|
|
987
|
+
*/
|
|
988
|
+
AccountId: AccountId;
|
|
989
|
+
/**
|
|
990
|
+
* The request token associated with the request you want to know about. This request token is returned as part of the response when you make an asynchronous request. You provide this token to query about the status of the asynchronous action.
|
|
991
|
+
*/
|
|
992
|
+
RequestTokenARN: AsyncRequestTokenARN;
|
|
993
|
+
}
|
|
994
|
+
export interface DescribeMultiRegionAccessPointOperationResult {
|
|
995
|
+
/**
|
|
996
|
+
* A container element containing the details of the asynchronous operation.
|
|
997
|
+
*/
|
|
998
|
+
AsyncOperation?: AsyncOperation;
|
|
999
|
+
}
|
|
790
1000
|
export type Endpoints = {[key: string]: NonEmptyMaxLength1024String};
|
|
1001
|
+
export interface EstablishedMultiRegionAccessPointPolicy {
|
|
1002
|
+
/**
|
|
1003
|
+
* The details of the last established policy.
|
|
1004
|
+
*/
|
|
1005
|
+
Policy?: Policy;
|
|
1006
|
+
}
|
|
791
1007
|
export interface Exclude {
|
|
792
1008
|
/**
|
|
793
1009
|
* A container for the S3 Storage Lens bucket excludes.
|
|
@@ -950,7 +1166,7 @@ declare namespace S3Control {
|
|
|
950
1166
|
}
|
|
951
1167
|
export interface GetBucketLifecycleConfigurationRequest {
|
|
952
1168
|
/**
|
|
953
|
-
* The account ID of the Outposts bucket.
|
|
1169
|
+
* The Amazon Web Services account ID of the Outposts bucket.
|
|
954
1170
|
*/
|
|
955
1171
|
AccountId: AccountId;
|
|
956
1172
|
/**
|
|
@@ -966,7 +1182,7 @@ declare namespace S3Control {
|
|
|
966
1182
|
}
|
|
967
1183
|
export interface GetBucketPolicyRequest {
|
|
968
1184
|
/**
|
|
969
|
-
* The account ID of the Outposts bucket.
|
|
1185
|
+
* The Amazon Web Services account ID of the Outposts bucket.
|
|
970
1186
|
*/
|
|
971
1187
|
AccountId: AccountId;
|
|
972
1188
|
/**
|
|
@@ -982,7 +1198,7 @@ declare namespace S3Control {
|
|
|
982
1198
|
}
|
|
983
1199
|
export interface GetBucketRequest {
|
|
984
1200
|
/**
|
|
985
|
-
* The account ID of the Outposts bucket.
|
|
1201
|
+
* The Amazon Web Services account ID of the Outposts bucket.
|
|
986
1202
|
*/
|
|
987
1203
|
AccountId: AccountId;
|
|
988
1204
|
/**
|
|
@@ -1006,7 +1222,7 @@ declare namespace S3Control {
|
|
|
1006
1222
|
}
|
|
1007
1223
|
export interface GetBucketTaggingRequest {
|
|
1008
1224
|
/**
|
|
1009
|
-
* The account ID of the Outposts bucket.
|
|
1225
|
+
* The Amazon Web Services account ID of the Outposts bucket.
|
|
1010
1226
|
*/
|
|
1011
1227
|
AccountId: AccountId;
|
|
1012
1228
|
/**
|
|
@@ -1022,7 +1238,7 @@ declare namespace S3Control {
|
|
|
1022
1238
|
}
|
|
1023
1239
|
export interface GetJobTaggingRequest {
|
|
1024
1240
|
/**
|
|
1025
|
-
* The account ID associated with the S3 Batch Operations job.
|
|
1241
|
+
* The Amazon Web Services account ID associated with the S3 Batch Operations job.
|
|
1026
1242
|
*/
|
|
1027
1243
|
AccountId: AccountId;
|
|
1028
1244
|
/**
|
|
@@ -1036,15 +1252,60 @@ declare namespace S3Control {
|
|
|
1036
1252
|
*/
|
|
1037
1253
|
Tags?: S3TagSet;
|
|
1038
1254
|
}
|
|
1255
|
+
export interface GetMultiRegionAccessPointPolicyRequest {
|
|
1256
|
+
/**
|
|
1257
|
+
* The Amazon Web Services account ID for the owner of the Multi-Region Access Point.
|
|
1258
|
+
*/
|
|
1259
|
+
AccountId: AccountId;
|
|
1260
|
+
/**
|
|
1261
|
+
* Specifies the Multi-Region Access Point. The name of the Multi-Region Access Point is different from the alias. For more information about the distinction between the name and the alias of an Multi-Region Access Point, see Managing Multi-Region Access Points in the Amazon S3 User Guide.
|
|
1262
|
+
*/
|
|
1263
|
+
Name: MultiRegionAccessPointName;
|
|
1264
|
+
}
|
|
1265
|
+
export interface GetMultiRegionAccessPointPolicyResult {
|
|
1266
|
+
/**
|
|
1267
|
+
* The policy associated with the specified Multi-Region Access Point.
|
|
1268
|
+
*/
|
|
1269
|
+
Policy?: MultiRegionAccessPointPolicyDocument;
|
|
1270
|
+
}
|
|
1271
|
+
export interface GetMultiRegionAccessPointPolicyStatusRequest {
|
|
1272
|
+
/**
|
|
1273
|
+
* The Amazon Web Services account ID for the owner of the Multi-Region Access Point.
|
|
1274
|
+
*/
|
|
1275
|
+
AccountId: AccountId;
|
|
1276
|
+
/**
|
|
1277
|
+
* Specifies the Multi-Region Access Point. The name of the Multi-Region Access Point is different from the alias. For more information about the distinction between the name and the alias of an Multi-Region Access Point, see Managing Multi-Region Access Points in the Amazon S3 User Guide.
|
|
1278
|
+
*/
|
|
1279
|
+
Name: MultiRegionAccessPointName;
|
|
1280
|
+
}
|
|
1281
|
+
export interface GetMultiRegionAccessPointPolicyStatusResult {
|
|
1282
|
+
Established?: PolicyStatus;
|
|
1283
|
+
}
|
|
1284
|
+
export interface GetMultiRegionAccessPointRequest {
|
|
1285
|
+
/**
|
|
1286
|
+
* The Amazon Web Services account ID for the owner of the Multi-Region Access Point.
|
|
1287
|
+
*/
|
|
1288
|
+
AccountId: AccountId;
|
|
1289
|
+
/**
|
|
1290
|
+
* The name of the Multi-Region Access Point whose configuration information you want to receive. The name of the Multi-Region Access Point is different from the alias. For more information about the distinction between the name and the alias of an Multi-Region Access Point, see Managing Multi-Region Access Points in the Amazon S3 User Guide.
|
|
1291
|
+
*/
|
|
1292
|
+
Name: MultiRegionAccessPointName;
|
|
1293
|
+
}
|
|
1294
|
+
export interface GetMultiRegionAccessPointResult {
|
|
1295
|
+
/**
|
|
1296
|
+
* A container element containing the details of the requested Multi-Region Access Point.
|
|
1297
|
+
*/
|
|
1298
|
+
AccessPoint?: MultiRegionAccessPointReport;
|
|
1299
|
+
}
|
|
1039
1300
|
export interface GetPublicAccessBlockOutput {
|
|
1040
1301
|
/**
|
|
1041
|
-
* The PublicAccessBlock configuration currently in effect for this account.
|
|
1302
|
+
* The PublicAccessBlock configuration currently in effect for this Amazon Web Services account.
|
|
1042
1303
|
*/
|
|
1043
1304
|
PublicAccessBlockConfiguration?: PublicAccessBlockConfiguration;
|
|
1044
1305
|
}
|
|
1045
1306
|
export interface GetPublicAccessBlockRequest {
|
|
1046
1307
|
/**
|
|
1047
|
-
* The account ID for the account whose PublicAccessBlock configuration you want to retrieve.
|
|
1308
|
+
* The account ID for the Amazon Web Services account whose PublicAccessBlock configuration you want to retrieve.
|
|
1048
1309
|
*/
|
|
1049
1310
|
AccountId: AccountId;
|
|
1050
1311
|
}
|
|
@@ -1440,7 +1701,7 @@ declare namespace S3Control {
|
|
|
1440
1701
|
}
|
|
1441
1702
|
export interface ListAccessPointsRequest {
|
|
1442
1703
|
/**
|
|
1443
|
-
* The account ID for owner of the bucket whose access points you want to list.
|
|
1704
|
+
* The Amazon Web Services account ID for owner of the bucket whose access points you want to list.
|
|
1444
1705
|
*/
|
|
1445
1706
|
AccountId: AccountId;
|
|
1446
1707
|
/**
|
|
@@ -1468,7 +1729,7 @@ declare namespace S3Control {
|
|
|
1468
1729
|
}
|
|
1469
1730
|
export interface ListJobsRequest {
|
|
1470
1731
|
/**
|
|
1471
|
-
* The account ID associated with the S3 Batch Operations job.
|
|
1732
|
+
* The Amazon Web Services account ID associated with the S3 Batch Operations job.
|
|
1472
1733
|
*/
|
|
1473
1734
|
AccountId: AccountId;
|
|
1474
1735
|
/**
|
|
@@ -1494,9 +1755,33 @@ declare namespace S3Control {
|
|
|
1494
1755
|
*/
|
|
1495
1756
|
Jobs?: JobListDescriptorList;
|
|
1496
1757
|
}
|
|
1758
|
+
export interface ListMultiRegionAccessPointsRequest {
|
|
1759
|
+
/**
|
|
1760
|
+
* The Amazon Web Services account ID for the owner of the Multi-Region Access Point.
|
|
1761
|
+
*/
|
|
1762
|
+
AccountId: AccountId;
|
|
1763
|
+
/**
|
|
1764
|
+
* Not currently used. Do not use this parameter.
|
|
1765
|
+
*/
|
|
1766
|
+
NextToken?: NonEmptyMaxLength1024String;
|
|
1767
|
+
/**
|
|
1768
|
+
* Not currently used. Do not use this parameter.
|
|
1769
|
+
*/
|
|
1770
|
+
MaxResults?: MaxResults;
|
|
1771
|
+
}
|
|
1772
|
+
export interface ListMultiRegionAccessPointsResult {
|
|
1773
|
+
/**
|
|
1774
|
+
* The list of Multi-Region Access Points associated with the user.
|
|
1775
|
+
*/
|
|
1776
|
+
AccessPoints?: MultiRegionAccessPointReportList;
|
|
1777
|
+
/**
|
|
1778
|
+
* If the specified bucket has more Multi-Region Access Points than can be returned in one call to this action, this field contains a continuation token. You can use this token tin subsequent calls to this action to retrieve additional Multi-Region Access Points.
|
|
1779
|
+
*/
|
|
1780
|
+
NextToken?: NonEmptyMaxLength1024String;
|
|
1781
|
+
}
|
|
1497
1782
|
export interface ListRegionalBucketsRequest {
|
|
1498
1783
|
/**
|
|
1499
|
-
* The account ID of the Outposts bucket.
|
|
1784
|
+
* The Amazon Web Services account ID of the Outposts bucket.
|
|
1500
1785
|
*/
|
|
1501
1786
|
AccountId: AccountId;
|
|
1502
1787
|
/**
|
|
@@ -1564,6 +1849,61 @@ declare namespace S3Control {
|
|
|
1564
1849
|
export type MaxLength1024String = string;
|
|
1565
1850
|
export type MaxResults = number;
|
|
1566
1851
|
export type MinStorageBytesPercentage = number;
|
|
1852
|
+
export type MultiRegionAccessPointAlias = string;
|
|
1853
|
+
export type MultiRegionAccessPointClientToken = string;
|
|
1854
|
+
export type MultiRegionAccessPointName = string;
|
|
1855
|
+
export interface MultiRegionAccessPointPolicyDocument {
|
|
1856
|
+
/**
|
|
1857
|
+
* The last established policy for the Multi-Region Access Point.
|
|
1858
|
+
*/
|
|
1859
|
+
Established?: EstablishedMultiRegionAccessPointPolicy;
|
|
1860
|
+
/**
|
|
1861
|
+
* The proposed policy for the Multi-Region Access Point.
|
|
1862
|
+
*/
|
|
1863
|
+
Proposed?: ProposedMultiRegionAccessPointPolicy;
|
|
1864
|
+
}
|
|
1865
|
+
export interface MultiRegionAccessPointRegionalResponse {
|
|
1866
|
+
/**
|
|
1867
|
+
* The name of the Region in the Multi-Region Access Point.
|
|
1868
|
+
*/
|
|
1869
|
+
Name?: RegionName;
|
|
1870
|
+
/**
|
|
1871
|
+
* The current status of the Multi-Region Access Point in this Region.
|
|
1872
|
+
*/
|
|
1873
|
+
RequestStatus?: AsyncRequestStatus;
|
|
1874
|
+
}
|
|
1875
|
+
export type MultiRegionAccessPointRegionalResponseList = MultiRegionAccessPointRegionalResponse[];
|
|
1876
|
+
export interface MultiRegionAccessPointReport {
|
|
1877
|
+
/**
|
|
1878
|
+
* The name of the Multi-Region Access Point.
|
|
1879
|
+
*/
|
|
1880
|
+
Name?: MultiRegionAccessPointName;
|
|
1881
|
+
/**
|
|
1882
|
+
* The alias for the Multi-Region Access Point. For more information about the distinction between the name and the alias of an Multi-Region Access Point, see Managing Multi-Region Access Points.
|
|
1883
|
+
*/
|
|
1884
|
+
Alias?: MultiRegionAccessPointAlias;
|
|
1885
|
+
/**
|
|
1886
|
+
* When the Multi-Region Access Point create request was received.
|
|
1887
|
+
*/
|
|
1888
|
+
CreatedAt?: CreationTimestamp;
|
|
1889
|
+
PublicAccessBlock?: PublicAccessBlockConfiguration;
|
|
1890
|
+
/**
|
|
1891
|
+
* The current status of the Multi-Region Access Point. CREATING and DELETING are temporary states that exist while the request is propogating and being completed. If a Multi-Region Access Point has a status of PARTIALLY_CREATED, you can retry creation or send a request to delete the Multi-Region Access Point. If a Multi-Region Access Point has a status of PARTIALLY_DELETED, you can retry a delete request to finish the deletion of the Multi-Region Access Point.
|
|
1892
|
+
*/
|
|
1893
|
+
Status?: MultiRegionAccessPointStatus;
|
|
1894
|
+
/**
|
|
1895
|
+
* A collection of the Regions and buckets associated with the Multi-Region Access Point.
|
|
1896
|
+
*/
|
|
1897
|
+
Regions?: RegionReportList;
|
|
1898
|
+
}
|
|
1899
|
+
export type MultiRegionAccessPointReportList = MultiRegionAccessPointReport[];
|
|
1900
|
+
export type MultiRegionAccessPointStatus = "READY"|"INCONSISTENT_ACROSS_REGIONS"|"CREATING"|"PARTIALLY_CREATED"|"PARTIALLY_DELETED"|"DELETING"|string;
|
|
1901
|
+
export interface MultiRegionAccessPointsAsyncResponse {
|
|
1902
|
+
/**
|
|
1903
|
+
* A collection of status information for the different Regions that a Multi-Region Access Point supports.
|
|
1904
|
+
*/
|
|
1905
|
+
Regions?: MultiRegionAccessPointRegionalResponseList;
|
|
1906
|
+
}
|
|
1567
1907
|
export type NetworkOrigin = "Internet"|"VPC"|string;
|
|
1568
1908
|
export type NonEmptyMaxLength1024String = string;
|
|
1569
1909
|
export type NonEmptyMaxLength2048String = string;
|
|
@@ -1664,6 +2004,12 @@ declare namespace S3Control {
|
|
|
1664
2004
|
IsEnabled?: IsEnabled;
|
|
1665
2005
|
SelectionCriteria?: SelectionCriteria;
|
|
1666
2006
|
}
|
|
2007
|
+
export interface ProposedMultiRegionAccessPointPolicy {
|
|
2008
|
+
/**
|
|
2009
|
+
* The details of the proposed policy.
|
|
2010
|
+
*/
|
|
2011
|
+
Policy?: Policy;
|
|
2012
|
+
}
|
|
1667
2013
|
export interface PublicAccessBlockConfiguration {
|
|
1668
2014
|
/**
|
|
1669
2015
|
* Specifies whether Amazon S3 should block public access control lists (ACLs) for buckets in this account. Setting this element to TRUE causes the following behavior: PUT Bucket acl and PUT Object acl calls fail if the specified ACL is public. PUT Object calls fail if the request includes a public ACL. PUT Bucket calls fail if the request includes a public ACL. Enabling this setting doesn't affect existing policies or ACLs. This is not supported for Amazon S3 on Outposts.
|
|
@@ -1713,7 +2059,7 @@ declare namespace S3Control {
|
|
|
1713
2059
|
}
|
|
1714
2060
|
export interface PutAccessPointPolicyRequest {
|
|
1715
2061
|
/**
|
|
1716
|
-
* The account ID for owner of the bucket associated with the specified access point.
|
|
2062
|
+
* The Amazon Web Services account ID for owner of the bucket associated with the specified access point.
|
|
1717
2063
|
*/
|
|
1718
2064
|
AccountId: AccountId;
|
|
1719
2065
|
/**
|
|
@@ -1727,7 +2073,7 @@ declare namespace S3Control {
|
|
|
1727
2073
|
}
|
|
1728
2074
|
export interface PutBucketLifecycleConfigurationRequest {
|
|
1729
2075
|
/**
|
|
1730
|
-
* The account ID of the Outposts bucket.
|
|
2076
|
+
* The Amazon Web Services account ID of the Outposts bucket.
|
|
1731
2077
|
*/
|
|
1732
2078
|
AccountId: AccountId;
|
|
1733
2079
|
/**
|
|
@@ -1741,7 +2087,7 @@ declare namespace S3Control {
|
|
|
1741
2087
|
}
|
|
1742
2088
|
export interface PutBucketPolicyRequest {
|
|
1743
2089
|
/**
|
|
1744
|
-
* The account ID of the Outposts bucket.
|
|
2090
|
+
* The Amazon Web Services account ID of the Outposts bucket.
|
|
1745
2091
|
*/
|
|
1746
2092
|
AccountId: AccountId;
|
|
1747
2093
|
/**
|
|
@@ -1759,7 +2105,7 @@ declare namespace S3Control {
|
|
|
1759
2105
|
}
|
|
1760
2106
|
export interface PutBucketTaggingRequest {
|
|
1761
2107
|
/**
|
|
1762
|
-
* The account ID of the Outposts bucket.
|
|
2108
|
+
* The Amazon Web Services account ID of the Outposts bucket.
|
|
1763
2109
|
*/
|
|
1764
2110
|
AccountId: AccountId;
|
|
1765
2111
|
/**
|
|
@@ -1773,7 +2119,7 @@ declare namespace S3Control {
|
|
|
1773
2119
|
}
|
|
1774
2120
|
export interface PutJobTaggingRequest {
|
|
1775
2121
|
/**
|
|
1776
|
-
* The account ID associated with the S3 Batch Operations job.
|
|
2122
|
+
* The Amazon Web Services account ID associated with the S3 Batch Operations job.
|
|
1777
2123
|
*/
|
|
1778
2124
|
AccountId: AccountId;
|
|
1779
2125
|
/**
|
|
@@ -1787,13 +2133,43 @@ declare namespace S3Control {
|
|
|
1787
2133
|
}
|
|
1788
2134
|
export interface PutJobTaggingResult {
|
|
1789
2135
|
}
|
|
2136
|
+
export interface PutMultiRegionAccessPointPolicyInput {
|
|
2137
|
+
/**
|
|
2138
|
+
* The name of the Multi-Region Access Point associated with the request.
|
|
2139
|
+
*/
|
|
2140
|
+
Name: MultiRegionAccessPointName;
|
|
2141
|
+
/**
|
|
2142
|
+
* The policy details for the PutMultiRegionAccessPoint request.
|
|
2143
|
+
*/
|
|
2144
|
+
Policy: Policy;
|
|
2145
|
+
}
|
|
2146
|
+
export interface PutMultiRegionAccessPointPolicyRequest {
|
|
2147
|
+
/**
|
|
2148
|
+
* The Amazon Web Services account ID for the owner of the Multi-Region Access Point.
|
|
2149
|
+
*/
|
|
2150
|
+
AccountId: AccountId;
|
|
2151
|
+
/**
|
|
2152
|
+
* An idempotency token used to identify the request and guarantee that requests are unique.
|
|
2153
|
+
*/
|
|
2154
|
+
ClientToken: MultiRegionAccessPointClientToken;
|
|
2155
|
+
/**
|
|
2156
|
+
* A container element containing the details of the policy for the Multi-Region Access Point.
|
|
2157
|
+
*/
|
|
2158
|
+
Details: PutMultiRegionAccessPointPolicyInput;
|
|
2159
|
+
}
|
|
2160
|
+
export interface PutMultiRegionAccessPointPolicyResult {
|
|
2161
|
+
/**
|
|
2162
|
+
* The request token associated with the request. You can use this token with DescribeMultiRegionAccessPointOperation to determine the status of asynchronous requests.
|
|
2163
|
+
*/
|
|
2164
|
+
RequestTokenARN?: AsyncRequestTokenARN;
|
|
2165
|
+
}
|
|
1790
2166
|
export interface PutPublicAccessBlockRequest {
|
|
1791
2167
|
/**
|
|
1792
|
-
* The PublicAccessBlock configuration that you want to apply to the specified account.
|
|
2168
|
+
* The PublicAccessBlock configuration that you want to apply to the specified Amazon Web Services account.
|
|
1793
2169
|
*/
|
|
1794
2170
|
PublicAccessBlockConfiguration: PublicAccessBlockConfiguration;
|
|
1795
2171
|
/**
|
|
1796
|
-
* The account ID for the account whose PublicAccessBlock configuration you want to set.
|
|
2172
|
+
* The account ID for the Amazon Web Services account whose PublicAccessBlock configuration you want to set.
|
|
1797
2173
|
*/
|
|
1798
2174
|
AccountId: AccountId;
|
|
1799
2175
|
}
|
|
@@ -1831,6 +2207,25 @@ declare namespace S3Control {
|
|
|
1831
2207
|
}
|
|
1832
2208
|
export interface PutStorageLensConfigurationTaggingResult {
|
|
1833
2209
|
}
|
|
2210
|
+
export interface Region {
|
|
2211
|
+
/**
|
|
2212
|
+
* The name of the associated bucket for the Region.
|
|
2213
|
+
*/
|
|
2214
|
+
Bucket: BucketName;
|
|
2215
|
+
}
|
|
2216
|
+
export type RegionCreationList = Region[];
|
|
2217
|
+
export type RegionName = string;
|
|
2218
|
+
export interface RegionReport {
|
|
2219
|
+
/**
|
|
2220
|
+
* The name of the bucket.
|
|
2221
|
+
*/
|
|
2222
|
+
Bucket?: BucketName;
|
|
2223
|
+
/**
|
|
2224
|
+
* The name of the Region.
|
|
2225
|
+
*/
|
|
2226
|
+
Region?: RegionName;
|
|
2227
|
+
}
|
|
2228
|
+
export type RegionReportList = RegionReport[];
|
|
1834
2229
|
export interface RegionalBucket {
|
|
1835
2230
|
/**
|
|
1836
2231
|
*
|
|
@@ -2265,7 +2660,7 @@ declare namespace S3Control {
|
|
|
2265
2660
|
export type TransitionStorageClass = "GLACIER"|"STANDARD_IA"|"ONEZONE_IA"|"INTELLIGENT_TIERING"|"DEEP_ARCHIVE"|string;
|
|
2266
2661
|
export interface UpdateJobPriorityRequest {
|
|
2267
2662
|
/**
|
|
2268
|
-
* The account ID associated with the S3 Batch Operations job.
|
|
2663
|
+
* The Amazon Web Services account ID associated with the S3 Batch Operations job.
|
|
2269
2664
|
*/
|
|
2270
2665
|
AccountId: AccountId;
|
|
2271
2666
|
/**
|
|
@@ -2289,7 +2684,7 @@ declare namespace S3Control {
|
|
|
2289
2684
|
}
|
|
2290
2685
|
export interface UpdateJobStatusRequest {
|
|
2291
2686
|
/**
|
|
2292
|
-
* The account ID associated with the S3 Batch Operations job.
|
|
2687
|
+
* The Amazon Web Services account ID associated with the S3 Batch Operations job.
|
|
2293
2688
|
*/
|
|
2294
2689
|
AccountId: AccountId;
|
|
2295
2690
|
/**
|