@aws-sdk/client-s3-control 3.50.0 → 3.53.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 +31 -0
- package/README.md +1 -4
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/S3ControlServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +263 -4
- package/dist-cjs/protocols/Aws_restXml.js +658 -850
- package/dist-es/index.js +1 -0
- package/dist-es/models/S3ControlServiceException.js +12 -0
- package/dist-es/models/models_0.js +230 -4
- package/dist-es/protocols/Aws_restXml.js +980 -806
- package/dist-types/S3Control.d.ts +297 -283
- package/dist-types/S3ControlClient.d.ts +1 -4
- package/dist-types/commands/CreateAccessPointCommand.d.ts +7 -7
- package/dist-types/commands/CreateAccessPointForObjectLambdaCommand.d.ts +4 -3
- package/dist-types/commands/CreateBucketCommand.d.ts +14 -9
- package/dist-types/commands/CreateJobCommand.d.ts +3 -4
- package/dist-types/commands/CreateMultiRegionAccessPointCommand.d.ts +9 -10
- package/dist-types/commands/DeleteAccessPointForObjectLambdaCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAccessPointPolicyForObjectLambdaCommand.d.ts +2 -1
- package/dist-types/commands/DeleteBucketCommand.d.ts +5 -6
- package/dist-types/commands/DeleteBucketLifecycleConfigurationCommand.d.ts +8 -7
- package/dist-types/commands/DeleteBucketPolicyCommand.d.ts +13 -12
- package/dist-types/commands/DeleteBucketTaggingCommand.d.ts +7 -8
- package/dist-types/commands/DeleteJobTaggingCommand.d.ts +3 -2
- package/dist-types/commands/DeleteMultiRegionAccessPointCommand.d.ts +7 -8
- package/dist-types/commands/DeleteStorageLensConfigurationCommand.d.ts +6 -7
- package/dist-types/commands/DeleteStorageLensConfigurationTaggingCommand.d.ts +7 -7
- package/dist-types/commands/DescribeJobCommand.d.ts +1 -2
- package/dist-types/commands/DescribeMultiRegionAccessPointOperationCommand.d.ts +2 -3
- package/dist-types/commands/GetAccessPointConfigurationForObjectLambdaCommand.d.ts +2 -1
- package/dist-types/commands/GetAccessPointPolicyForObjectLambdaCommand.d.ts +2 -1
- package/dist-types/commands/GetAccessPointPolicyStatusCommand.d.ts +3 -1
- package/dist-types/commands/GetBucketCommand.d.ts +10 -12
- package/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +12 -10
- package/dist-types/commands/GetBucketPolicyCommand.d.ts +17 -12
- package/dist-types/commands/GetBucketTaggingCommand.d.ts +7 -7
- package/dist-types/commands/GetMultiRegionAccessPointCommand.d.ts +3 -4
- package/dist-types/commands/GetMultiRegionAccessPointPolicyCommand.d.ts +5 -5
- package/dist-types/commands/GetMultiRegionAccessPointPolicyStatusCommand.d.ts +6 -6
- package/dist-types/commands/GetPublicAccessBlockCommand.d.ts +2 -2
- package/dist-types/commands/GetStorageLensConfigurationCommand.d.ts +5 -7
- package/dist-types/commands/GetStorageLensConfigurationTaggingCommand.d.ts +7 -6
- package/dist-types/commands/ListAccessPointsCommand.d.ts +4 -4
- package/dist-types/commands/ListAccessPointsForObjectLambdaCommand.d.ts +5 -5
- package/dist-types/commands/ListJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListMultiRegionAccessPointsCommand.d.ts +6 -7
- package/dist-types/commands/ListStorageLensConfigurationsCommand.d.ts +7 -7
- package/dist-types/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +2 -1
- package/dist-types/commands/PutAccessPointPolicyCommand.d.ts +3 -2
- package/dist-types/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +3 -3
- package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +9 -7
- package/dist-types/commands/PutBucketPolicyCommand.d.ts +14 -11
- package/dist-types/commands/PutBucketTaggingCommand.d.ts +22 -20
- package/dist-types/commands/PutJobTaggingCommand.d.ts +16 -14
- package/dist-types/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +7 -7
- package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +4 -3
- package/dist-types/commands/PutStorageLensConfigurationCommand.d.ts +3 -4
- package/dist-types/commands/PutStorageLensConfigurationTaggingCommand.d.ts +7 -8
- package/dist-types/commands/UpdateJobPriorityCommand.d.ts +1 -2
- package/dist-types/commands/UpdateJobStatusCommand.d.ts +1 -2
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/S3ControlServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +668 -302
- package/dist-types/ts3.4/S3Control.d.ts +290 -0
- package/dist-types/ts3.4/S3ControlClient.d.ts +137 -0
- package/dist-types/ts3.4/commands/CreateAccessPointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateAccessPointForObjectLambdaCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateMultiRegionAccessPointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAccessPointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAccessPointForObjectLambdaCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAccessPointPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAccessPointPolicyForObjectLambdaCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteBucketLifecycleConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteBucketPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteBucketTaggingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteJobTaggingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteMultiRegionAccessPointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeletePublicAccessBlockCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteStorageLensConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteStorageLensConfigurationTaggingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeMultiRegionAccessPointOperationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetAccessPointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetAccessPointConfigurationForObjectLambdaCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetAccessPointForObjectLambdaCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetAccessPointPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetAccessPointPolicyForObjectLambdaCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetAccessPointPolicyStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetBucketCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetBucketLifecycleConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetBucketPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetBucketTaggingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetJobTaggingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetMultiRegionAccessPointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetMultiRegionAccessPointPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetMultiRegionAccessPointPolicyStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetPublicAccessBlockCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetStorageLensConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetStorageLensConfigurationTaggingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAccessPointsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAccessPointsForObjectLambdaCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListMultiRegionAccessPointsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListRegionalBucketsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListStorageLensConfigurationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutAccessPointPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutJobTaggingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutStorageLensConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutStorageLensConfigurationTaggingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateJobPriorityCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateJobStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +57 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +6 -0
- package/dist-types/ts3.4/models/S3ControlServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2434 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListAccessPointsForObjectLambdaPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListAccessPointsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListMultiRegionAccessPointsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListRegionalBucketsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListStorageLensConfigurationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +7 -0
- package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +173 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +42 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +43 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +41 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +39 -39
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { S3ControlServiceException as __BaseException } from "./S3ControlServiceException";
|
|
2
3
|
/**
|
|
3
4
|
* <p>The container for abort incomplete multipart upload</p>
|
|
4
5
|
*/
|
|
@@ -24,7 +25,8 @@ export declare enum NetworkOrigin {
|
|
|
24
25
|
*/
|
|
25
26
|
export interface VpcConfiguration {
|
|
26
27
|
/**
|
|
27
|
-
* <p>If this field is specified, this access point will only allow connections from the specified VPC
|
|
28
|
+
* <p>If this field is specified, this access point will only allow connections from the specified VPC
|
|
29
|
+
* ID.</p>
|
|
28
30
|
*/
|
|
29
31
|
VpcId: string | undefined;
|
|
30
32
|
}
|
|
@@ -54,7 +56,8 @@ export interface AccessPoint {
|
|
|
54
56
|
/**
|
|
55
57
|
* <p>The virtual private cloud (VPC) configuration for this access point, if one exists.</p>
|
|
56
58
|
* <note>
|
|
57
|
-
* <p>This element is empty if this access point is an Amazon S3 on Outposts access point that is used by other
|
|
59
|
+
* <p>This element is empty if this access point is an Amazon S3 on Outposts access point that is used by other
|
|
60
|
+
* Amazon Web Services.</p>
|
|
58
61
|
* </note>
|
|
59
62
|
*/
|
|
60
63
|
VpcConfiguration?: VpcConfiguration;
|
|
@@ -223,18 +226,20 @@ export declare enum AsyncOperationName {
|
|
|
223
226
|
PutMultiRegionAccessPointPolicy = "PutMultiRegionAccessPointPolicy"
|
|
224
227
|
}
|
|
225
228
|
/**
|
|
226
|
-
* <p>The <code>PublicAccessBlock</code> configuration that you want to apply to this Amazon S3
|
|
227
|
-
* You can enable the configuration options in any combination. For more information
|
|
228
|
-
* 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 S3 User Guide</i>.</p>
|
|
229
|
+
* <p>The <code>PublicAccessBlock</code> configuration that you want to apply to this Amazon S3
|
|
230
|
+
* account. You can enable the configuration options in any combination. For more information
|
|
231
|
+
* 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 S3 User Guide</i>.</p>
|
|
229
232
|
* <p>This is not supported for Amazon S3 on Outposts.</p>
|
|
230
233
|
*/
|
|
231
234
|
export interface PublicAccessBlockConfiguration {
|
|
232
235
|
/**
|
|
233
|
-
* <p>Specifies whether Amazon S3 should block public access control lists (ACLs) for buckets
|
|
234
|
-
*
|
|
236
|
+
* <p>Specifies whether Amazon S3 should block public access control lists (ACLs) for buckets
|
|
237
|
+
* in this account. Setting this element to <code>TRUE</code> causes the following
|
|
238
|
+
* behavior:</p>
|
|
235
239
|
* <ul>
|
|
236
240
|
* <li>
|
|
237
|
-
* <p>PUT Bucket acl and PUT Object acl calls fail if the specified ACL is
|
|
241
|
+
* <p>PUT Bucket acl and PUT Object acl calls fail if the specified ACL is
|
|
242
|
+
* public.</p>
|
|
238
243
|
* </li>
|
|
239
244
|
* <li>
|
|
240
245
|
* <p>PUT Object calls fail if the request includes a public ACL.</p>
|
|
@@ -248,9 +253,9 @@ export interface PublicAccessBlockConfiguration {
|
|
|
248
253
|
*/
|
|
249
254
|
BlockPublicAcls?: boolean;
|
|
250
255
|
/**
|
|
251
|
-
* <p>Specifies whether Amazon S3 should ignore public ACLs for buckets in this account. Setting
|
|
252
|
-
* element to <code>TRUE</code> causes Amazon S3 to ignore all public ACLs on buckets in
|
|
253
|
-
* account and any objects that they contain. </p>
|
|
256
|
+
* <p>Specifies whether Amazon S3 should ignore public ACLs for buckets in this account. Setting
|
|
257
|
+
* this element to <code>TRUE</code> causes Amazon S3 to ignore all public ACLs on buckets in
|
|
258
|
+
* this account and any objects that they contain. </p>
|
|
254
259
|
* <p>Enabling this setting doesn't affect the persistence of any existing ACLs and doesn't
|
|
255
260
|
* prevent new public ACLs from being set.</p>
|
|
256
261
|
* <p>This is not supported for Amazon S3 on Outposts.</p>
|
|
@@ -265,12 +270,13 @@ export interface PublicAccessBlockConfiguration {
|
|
|
265
270
|
*/
|
|
266
271
|
BlockPublicPolicy?: boolean;
|
|
267
272
|
/**
|
|
268
|
-
* <p>Specifies whether Amazon S3 should restrict public bucket policies for buckets in this
|
|
269
|
-
* Setting this element to <code>TRUE</code> restricts access to buckets with public
|
|
270
|
-
* to only Amazon Web Service principals and authorized users within this
|
|
271
|
-
*
|
|
272
|
-
*
|
|
273
|
-
*
|
|
273
|
+
* <p>Specifies whether Amazon S3 should restrict public bucket policies for buckets in this
|
|
274
|
+
* account. Setting this element to <code>TRUE</code> restricts access to buckets with public
|
|
275
|
+
* policies to only Amazon Web Service principals and authorized users within this
|
|
276
|
+
* account.</p>
|
|
277
|
+
* <p>Enabling this setting doesn't affect previously stored bucket policies, except that
|
|
278
|
+
* public and cross-account access within any public bucket policy, including non-public
|
|
279
|
+
* delegation to specific accounts, is blocked.</p>
|
|
274
280
|
* <p>This is not supported for Amazon S3 on Outposts.</p>
|
|
275
281
|
*/
|
|
276
282
|
RestrictPublicBuckets?: boolean;
|
|
@@ -297,10 +303,7 @@ export declare namespace Region {
|
|
|
297
303
|
const filterSensitiveLog: (obj: Region) => any;
|
|
298
304
|
}
|
|
299
305
|
/**
|
|
300
|
-
* <p>A container for the information associated with a
|
|
301
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateMultiRegionAccessPoint.html">CreateMultiRegionAccessPoint</a>
|
|
302
|
-
* request.
|
|
303
|
-
* </p>
|
|
306
|
+
* <p>A container for the information associated with a <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateMultiRegionAccessPoint.html">CreateMultiRegionAccessPoint</a> request. </p>
|
|
304
307
|
*/
|
|
305
308
|
export interface CreateMultiRegionAccessPointInput {
|
|
306
309
|
/**
|
|
@@ -308,9 +311,9 @@ export interface CreateMultiRegionAccessPointInput {
|
|
|
308
311
|
*/
|
|
309
312
|
Name: string | undefined;
|
|
310
313
|
/**
|
|
311
|
-
* <p>The <code>PublicAccessBlock</code> configuration that you want to apply to this Amazon S3
|
|
312
|
-
* You can enable the configuration options in any combination. For more information
|
|
313
|
-
* 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 S3 User Guide</i>.</p>
|
|
314
|
+
* <p>The <code>PublicAccessBlock</code> configuration that you want to apply to this Amazon S3
|
|
315
|
+
* account. You can enable the configuration options in any combination. For more information
|
|
316
|
+
* 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 S3 User Guide</i>.</p>
|
|
314
317
|
* <p>This is not supported for Amazon S3 on Outposts.</p>
|
|
315
318
|
*/
|
|
316
319
|
PublicAccessBlock?: PublicAccessBlockConfiguration;
|
|
@@ -326,9 +329,7 @@ export declare namespace CreateMultiRegionAccessPointInput {
|
|
|
326
329
|
const filterSensitiveLog: (obj: CreateMultiRegionAccessPointInput) => any;
|
|
327
330
|
}
|
|
328
331
|
/**
|
|
329
|
-
* <p>A container for the information associated with a
|
|
330
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteMultiRegionAccessPoint.html">DeleteMultiRegionAccessPoint</a>
|
|
331
|
-
* request.</p>
|
|
332
|
+
* <p>A container for the information associated with a <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteMultiRegionAccessPoint.html">DeleteMultiRegionAccessPoint</a> request.</p>
|
|
332
333
|
*/
|
|
333
334
|
export interface DeleteMultiRegionAccessPointInput {
|
|
334
335
|
/**
|
|
@@ -343,9 +344,7 @@ export declare namespace DeleteMultiRegionAccessPointInput {
|
|
|
343
344
|
const filterSensitiveLog: (obj: DeleteMultiRegionAccessPointInput) => any;
|
|
344
345
|
}
|
|
345
346
|
/**
|
|
346
|
-
* <p>A container for the information associated with a
|
|
347
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutMultiRegionAccessPoint.html">PutMultiRegionAccessPoint</a>
|
|
348
|
-
* request.</p>
|
|
347
|
+
* <p>A container for the information associated with a <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutMultiRegionAccessPoint.html">PutMultiRegionAccessPoint</a> request.</p>
|
|
349
348
|
*/
|
|
350
349
|
export interface PutMultiRegionAccessPointPolicyInput {
|
|
351
350
|
/**
|
|
@@ -368,21 +367,15 @@ export declare namespace PutMultiRegionAccessPointPolicyInput {
|
|
|
368
367
|
*/
|
|
369
368
|
export interface AsyncRequestParameters {
|
|
370
369
|
/**
|
|
371
|
-
* <p>A container of the parameters for a
|
|
372
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateMultiRegionAccessPoint.html">CreateMultiRegionAccessPoint</a>
|
|
373
|
-
* request.</p>
|
|
370
|
+
* <p>A container of the parameters for a <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateMultiRegionAccessPoint.html">CreateMultiRegionAccessPoint</a> request.</p>
|
|
374
371
|
*/
|
|
375
372
|
CreateMultiRegionAccessPointRequest?: CreateMultiRegionAccessPointInput;
|
|
376
373
|
/**
|
|
377
|
-
* <p>A container of the parameters for a
|
|
378
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteMultiRegionAccessPoint.html">DeleteMultiRegionAccessPoint</a>
|
|
379
|
-
* request.</p>
|
|
374
|
+
* <p>A container of the parameters for a <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteMultiRegionAccessPoint.html">DeleteMultiRegionAccessPoint</a> request.</p>
|
|
380
375
|
*/
|
|
381
376
|
DeleteMultiRegionAccessPointRequest?: DeleteMultiRegionAccessPointInput;
|
|
382
377
|
/**
|
|
383
|
-
* <p>A container of the parameters for a
|
|
384
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutMultiRegionAccessPoint.html">PutMultiRegionAccessPoint</a>
|
|
385
|
-
* request.</p>
|
|
378
|
+
* <p>A container of the parameters for a <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutMultiRegionAccessPoint.html">PutMultiRegionAccessPoint</a> request.</p>
|
|
386
379
|
*/
|
|
387
380
|
PutMultiRegionAccessPointPolicyRequest?: PutMultiRegionAccessPointPolicyInput;
|
|
388
381
|
}
|
|
@@ -417,7 +410,7 @@ export declare namespace MultiRegionAccessPointRegionalResponse {
|
|
|
417
410
|
export interface MultiRegionAccessPointsAsyncResponse {
|
|
418
411
|
/**
|
|
419
412
|
* <p>A collection of status information for the different Regions that a Multi-Region Access Point
|
|
420
|
-
*
|
|
413
|
+
* supports.</p>
|
|
421
414
|
*/
|
|
422
415
|
Regions?: MultiRegionAccessPointRegionalResponse[];
|
|
423
416
|
}
|
|
@@ -429,7 +422,7 @@ export declare namespace MultiRegionAccessPointsAsyncResponse {
|
|
|
429
422
|
}
|
|
430
423
|
/**
|
|
431
424
|
* <p>A container for the response details that are returned when querying about an
|
|
432
|
-
*
|
|
425
|
+
* asynchronous request.</p>
|
|
433
426
|
*/
|
|
434
427
|
export interface AsyncResponseDetails {
|
|
435
428
|
/**
|
|
@@ -491,7 +484,8 @@ export interface AwsLambdaTransformation {
|
|
|
491
484
|
*/
|
|
492
485
|
FunctionArn: string | undefined;
|
|
493
486
|
/**
|
|
494
|
-
* <p>Additional JSON that provides supplemental data to the Lambda function used to transform
|
|
487
|
+
* <p>Additional JSON that provides supplemental data to the Lambda function used to transform
|
|
488
|
+
* objects.</p>
|
|
495
489
|
*/
|
|
496
490
|
FunctionPayload?: string;
|
|
497
491
|
}
|
|
@@ -503,7 +497,8 @@ export declare namespace AwsLambdaTransformation {
|
|
|
503
497
|
}
|
|
504
498
|
export interface CreateAccessPointRequest {
|
|
505
499
|
/**
|
|
506
|
-
* <p>The Amazon Web Services account ID for the owner of the bucket for which you want to create an
|
|
500
|
+
* <p>The Amazon Web Services account ID for the owner of the bucket for which you want to create an
|
|
501
|
+
* access point.</p>
|
|
507
502
|
*/
|
|
508
503
|
AccountId?: string;
|
|
509
504
|
/**
|
|
@@ -525,8 +520,7 @@ export interface CreateAccessPointRequest {
|
|
|
525
520
|
*/
|
|
526
521
|
VpcConfiguration?: VpcConfiguration;
|
|
527
522
|
/**
|
|
528
|
-
* <p>
|
|
529
|
-
* The <code>PublicAccessBlock</code> configuration that you want to apply to the access point.
|
|
523
|
+
* <p> The <code>PublicAccessBlock</code> configuration that you want to apply to the access point.
|
|
530
524
|
* </p>
|
|
531
525
|
*/
|
|
532
526
|
PublicAccessBlockConfiguration?: PublicAccessBlockConfiguration;
|
|
@@ -594,7 +588,8 @@ export declare namespace ObjectLambdaContentTransformation {
|
|
|
594
588
|
*/
|
|
595
589
|
export interface ObjectLambdaTransformationConfiguration {
|
|
596
590
|
/**
|
|
597
|
-
* <p>A container for the action of an Object Lambda Access Point configuration. Valid input is
|
|
591
|
+
* <p>A container for the action of an Object Lambda Access Point configuration. Valid input is
|
|
592
|
+
* <code>GetObject</code>.</p>
|
|
598
593
|
*/
|
|
599
594
|
Actions: (ObjectLambdaTransformationConfigurationAction | string)[] | undefined;
|
|
600
595
|
/**
|
|
@@ -621,8 +616,8 @@ export interface ObjectLambdaConfiguration {
|
|
|
621
616
|
*/
|
|
622
617
|
CloudWatchMetricsEnabled?: boolean;
|
|
623
618
|
/**
|
|
624
|
-
* <p>A container for allowed features. Valid inputs are <code>GetObject-Range</code>
|
|
625
|
-
*
|
|
619
|
+
* <p>A container for allowed features. Valid inputs are <code>GetObject-Range</code> and
|
|
620
|
+
* <code>GetObject-PartNumber</code>.</p>
|
|
626
621
|
*/
|
|
627
622
|
AllowedFeatures?: (ObjectLambdaAllowedFeature | string)[];
|
|
628
623
|
/**
|
|
@@ -673,16 +668,24 @@ export declare namespace CreateAccessPointForObjectLambdaResult {
|
|
|
673
668
|
* all users of the Outposts in this Region. Select a different name and try
|
|
674
669
|
* again.</p>
|
|
675
670
|
*/
|
|
676
|
-
export
|
|
677
|
-
name: "BucketAlreadyExists";
|
|
678
|
-
$fault: "client";
|
|
671
|
+
export declare class BucketAlreadyExists extends __BaseException {
|
|
672
|
+
readonly name: "BucketAlreadyExists";
|
|
673
|
+
readonly $fault: "client";
|
|
674
|
+
/**
|
|
675
|
+
* @internal
|
|
676
|
+
*/
|
|
677
|
+
constructor(opts: __ExceptionOptionType<BucketAlreadyExists, __BaseException>);
|
|
679
678
|
}
|
|
680
679
|
/**
|
|
681
680
|
* <p>The Outposts bucket you tried to create already exists, and you own it. </p>
|
|
682
681
|
*/
|
|
683
|
-
export
|
|
684
|
-
name: "BucketAlreadyOwnedByYou";
|
|
685
|
-
$fault: "client";
|
|
682
|
+
export declare class BucketAlreadyOwnedByYou extends __BaseException {
|
|
683
|
+
readonly name: "BucketAlreadyOwnedByYou";
|
|
684
|
+
readonly $fault: "client";
|
|
685
|
+
/**
|
|
686
|
+
* @internal
|
|
687
|
+
*/
|
|
688
|
+
constructor(opts: __ExceptionOptionType<BucketAlreadyOwnedByYou, __BaseException>);
|
|
686
689
|
}
|
|
687
690
|
export declare type BucketCannedACL = "authenticated-read" | "private" | "public-read" | "public-read-write";
|
|
688
691
|
export declare type BucketLocationConstraint = "EU" | "ap-northeast-1" | "ap-south-1" | "ap-southeast-1" | "ap-southeast-2" | "cn-north-1" | "eu-central-1" | "eu-west-1" | "sa-east-1" | "us-west-1" | "us-west-2";
|
|
@@ -694,10 +697,8 @@ export declare type BucketLocationConstraint = "EU" | "ap-northeast-1" | "ap-sou
|
|
|
694
697
|
*/
|
|
695
698
|
export interface CreateBucketConfiguration {
|
|
696
699
|
/**
|
|
697
|
-
* <p>Specifies the Region where the bucket will be created.
|
|
698
|
-
*
|
|
699
|
-
* you do not need to specify the location.
|
|
700
|
-
* </p>
|
|
700
|
+
* <p>Specifies the Region where the bucket will be created. If you are creating a bucket on
|
|
701
|
+
* the US East (N. Virginia) Region (us-east-1), you do not need to specify the location. </p>
|
|
701
702
|
* <note>
|
|
702
703
|
* <p>This is not supported by Amazon S3 on Outposts buckets.</p>
|
|
703
704
|
* </note>
|
|
@@ -730,7 +731,8 @@ export interface CreateBucketRequest {
|
|
|
730
731
|
*/
|
|
731
732
|
CreateBucketConfiguration?: CreateBucketConfiguration;
|
|
732
733
|
/**
|
|
733
|
-
* <p>Allows grantee the read, write, read ACP, and write ACP permissions on the
|
|
734
|
+
* <p>Allows grantee the read, write, read ACP, and write ACP permissions on the
|
|
735
|
+
* bucket.</p>
|
|
734
736
|
* <note>
|
|
735
737
|
* <p>This is not supported by Amazon S3 on Outposts buckets.</p>
|
|
736
738
|
* </note>
|
|
@@ -806,10 +808,14 @@ export declare namespace CreateBucketResult {
|
|
|
806
808
|
/**
|
|
807
809
|
* <p></p>
|
|
808
810
|
*/
|
|
809
|
-
export
|
|
810
|
-
name: "BadRequestException";
|
|
811
|
-
$fault: "client";
|
|
811
|
+
export declare class BadRequestException extends __BaseException {
|
|
812
|
+
readonly name: "BadRequestException";
|
|
813
|
+
readonly $fault: "client";
|
|
812
814
|
Message?: string;
|
|
815
|
+
/**
|
|
816
|
+
* @internal
|
|
817
|
+
*/
|
|
818
|
+
constructor(opts: __ExceptionOptionType<BadRequestException, __BaseException>);
|
|
813
819
|
}
|
|
814
820
|
/**
|
|
815
821
|
* <p>Contains the information required to locate a manifest object.</p>
|
|
@@ -850,7 +856,8 @@ export declare enum JobManifestFormat {
|
|
|
850
856
|
S3InventoryReport_CSV_20161130 = "S3InventoryReport_CSV_20161130"
|
|
851
857
|
}
|
|
852
858
|
/**
|
|
853
|
-
* <p>Describes the format of a manifest. If the manifest is in CSV format, also describes the
|
|
859
|
+
* <p>Describes the format of a manifest. If the manifest is in CSV format, also describes the
|
|
860
|
+
* columns contained within the manifest.</p>
|
|
854
861
|
*/
|
|
855
862
|
export interface JobManifestSpec {
|
|
856
863
|
/**
|
|
@@ -858,7 +865,8 @@ export interface JobManifestSpec {
|
|
|
858
865
|
*/
|
|
859
866
|
Format: JobManifestFormat | string | undefined;
|
|
860
867
|
/**
|
|
861
|
-
* <p>If the specified manifest object is in the <code>S3BatchOperations_CSV_20180820</code>
|
|
868
|
+
* <p>If the specified manifest object is in the <code>S3BatchOperations_CSV_20180820</code>
|
|
869
|
+
* format, this element describes which columns contain the required data.</p>
|
|
862
870
|
*/
|
|
863
871
|
Fields?: (JobManifestFieldName | string)[];
|
|
864
872
|
}
|
|
@@ -873,7 +881,8 @@ export declare namespace JobManifestSpec {
|
|
|
873
881
|
*/
|
|
874
882
|
export interface JobManifest {
|
|
875
883
|
/**
|
|
876
|
-
* <p>Describes the format of the specified job's manifest. If the manifest is in CSV format,
|
|
884
|
+
* <p>Describes the format of the specified job's manifest. If the manifest is in CSV format,
|
|
885
|
+
* also describes the columns contained within the manifest.</p>
|
|
877
886
|
*/
|
|
878
887
|
Spec: JobManifestSpec | undefined;
|
|
879
888
|
/**
|
|
@@ -887,12 +896,192 @@ export declare namespace JobManifest {
|
|
|
887
896
|
*/
|
|
888
897
|
const filterSensitiveLog: (obj: JobManifest) => any;
|
|
889
898
|
}
|
|
899
|
+
export declare enum ReplicationStatus {
|
|
900
|
+
COMPLETED = "COMPLETED",
|
|
901
|
+
FAILED = "FAILED",
|
|
902
|
+
NONE = "NONE",
|
|
903
|
+
REPLICA = "REPLICA"
|
|
904
|
+
}
|
|
905
|
+
/**
|
|
906
|
+
* <p>The filter used to describe a set of objects for the job's manifest.</p>
|
|
907
|
+
*/
|
|
908
|
+
export interface JobManifestGeneratorFilter {
|
|
909
|
+
/**
|
|
910
|
+
* <p>Include objects in the generated manifest only if they are eligible for replication
|
|
911
|
+
* according to the Replication configuration on the source bucket.</p>
|
|
912
|
+
*/
|
|
913
|
+
EligibleForReplication?: boolean;
|
|
914
|
+
/**
|
|
915
|
+
* <p>If provided, the generated manifest should include only source bucket objects that were
|
|
916
|
+
* created after this time.</p>
|
|
917
|
+
*/
|
|
918
|
+
CreatedAfter?: Date;
|
|
919
|
+
/**
|
|
920
|
+
* <p>If provided, the generated manifest should include only source bucket objects that were
|
|
921
|
+
* created before this time.</p>
|
|
922
|
+
*/
|
|
923
|
+
CreatedBefore?: Date;
|
|
924
|
+
/**
|
|
925
|
+
* <p>If provided, the generated manifest should include only source bucket objects that have
|
|
926
|
+
* one of the specified Replication statuses.</p>
|
|
927
|
+
*/
|
|
928
|
+
ObjectReplicationStatuses?: (ReplicationStatus | string)[];
|
|
929
|
+
}
|
|
930
|
+
export declare namespace JobManifestGeneratorFilter {
|
|
931
|
+
/**
|
|
932
|
+
* @internal
|
|
933
|
+
*/
|
|
934
|
+
const filterSensitiveLog: (obj: JobManifestGeneratorFilter) => any;
|
|
935
|
+
}
|
|
936
|
+
/**
|
|
937
|
+
* <p>Configuration for the use of SSE-KMS to encrypt generated manifest objects.</p>
|
|
938
|
+
*/
|
|
939
|
+
export interface SSEKMSEncryption {
|
|
940
|
+
/**
|
|
941
|
+
* <p>Specifies the ID of the Amazon Web Services Key Management Service (Amazon Web Services KMS) symmetric customer managed
|
|
942
|
+
* key to use for encrypting generated manifest objects.</p>
|
|
943
|
+
*/
|
|
944
|
+
KeyId: string | undefined;
|
|
945
|
+
}
|
|
946
|
+
export declare namespace SSEKMSEncryption {
|
|
947
|
+
/**
|
|
948
|
+
* @internal
|
|
949
|
+
*/
|
|
950
|
+
const filterSensitiveLog: (obj: SSEKMSEncryption) => any;
|
|
951
|
+
}
|
|
952
|
+
/**
|
|
953
|
+
* <p>Configuration for the use of SSE-S3 to encrypt generated manifest objects.</p>
|
|
954
|
+
*/
|
|
955
|
+
export interface SSES3Encryption {
|
|
956
|
+
}
|
|
957
|
+
export declare namespace SSES3Encryption {
|
|
958
|
+
/**
|
|
959
|
+
* @internal
|
|
960
|
+
*/
|
|
961
|
+
const filterSensitiveLog: (obj: SSES3Encryption) => any;
|
|
962
|
+
}
|
|
963
|
+
/**
|
|
964
|
+
* <p>The encryption configuration to use when storing the generated manifest.</p>
|
|
965
|
+
*/
|
|
966
|
+
export interface GeneratedManifestEncryption {
|
|
967
|
+
/**
|
|
968
|
+
* <p>Specifies the use of SSE-S3 to encrypt generated manifest objects.</p>
|
|
969
|
+
*/
|
|
970
|
+
SSES3?: SSES3Encryption;
|
|
971
|
+
/**
|
|
972
|
+
* <p>Configuration details on how SSE-KMS is used to encrypt generated manifest
|
|
973
|
+
* objects.</p>
|
|
974
|
+
*/
|
|
975
|
+
SSEKMS?: SSEKMSEncryption;
|
|
976
|
+
}
|
|
977
|
+
export declare namespace GeneratedManifestEncryption {
|
|
978
|
+
/**
|
|
979
|
+
* @internal
|
|
980
|
+
*/
|
|
981
|
+
const filterSensitiveLog: (obj: GeneratedManifestEncryption) => any;
|
|
982
|
+
}
|
|
983
|
+
export declare enum GeneratedManifestFormat {
|
|
984
|
+
S3InventoryReport_CSV_20211130 = "S3InventoryReport_CSV_20211130"
|
|
985
|
+
}
|
|
986
|
+
/**
|
|
987
|
+
* <p>Location details for where the generated manifest should be written.</p>
|
|
988
|
+
*/
|
|
989
|
+
export interface S3ManifestOutputLocation {
|
|
990
|
+
/**
|
|
991
|
+
* <p>The Account ID that owns the bucket the generated manifest is written to.</p>
|
|
992
|
+
*/
|
|
993
|
+
ExpectedManifestBucketOwner?: string;
|
|
994
|
+
/**
|
|
995
|
+
* <p>The bucket ARN the generated manifest should be written to.</p>
|
|
996
|
+
*/
|
|
997
|
+
Bucket: string | undefined;
|
|
998
|
+
/**
|
|
999
|
+
* <p>Prefix identifying one or more objects to which the manifest applies.</p>
|
|
1000
|
+
*/
|
|
1001
|
+
ManifestPrefix?: string;
|
|
1002
|
+
/**
|
|
1003
|
+
* <p>Specifies what encryption should be used when the generated manifest objects are
|
|
1004
|
+
* written.</p>
|
|
1005
|
+
*/
|
|
1006
|
+
ManifestEncryption?: GeneratedManifestEncryption;
|
|
1007
|
+
/**
|
|
1008
|
+
* <p>The format of the generated manifest.</p>
|
|
1009
|
+
*/
|
|
1010
|
+
ManifestFormat: GeneratedManifestFormat | string | undefined;
|
|
1011
|
+
}
|
|
1012
|
+
export declare namespace S3ManifestOutputLocation {
|
|
1013
|
+
/**
|
|
1014
|
+
* @internal
|
|
1015
|
+
*/
|
|
1016
|
+
const filterSensitiveLog: (obj: S3ManifestOutputLocation) => any;
|
|
1017
|
+
}
|
|
1018
|
+
/**
|
|
1019
|
+
* <p>The container for the service that will create the S3 manifest.</p>
|
|
1020
|
+
*/
|
|
1021
|
+
export interface S3JobManifestGenerator {
|
|
1022
|
+
/**
|
|
1023
|
+
* <p>The Amazon Web Services account ID that owns the bucket the generated manifest is written to. If
|
|
1024
|
+
* provided the generated manifest bucket's owner Amazon Web Services account ID must match this value, else
|
|
1025
|
+
* the job fails.</p>
|
|
1026
|
+
*/
|
|
1027
|
+
ExpectedBucketOwner?: string;
|
|
1028
|
+
/**
|
|
1029
|
+
* <p>The source bucket used by the ManifestGenerator.</p>
|
|
1030
|
+
*/
|
|
1031
|
+
SourceBucket: string | undefined;
|
|
1032
|
+
/**
|
|
1033
|
+
* <p>Specifies the location the generated manifest will be written to.</p>
|
|
1034
|
+
*/
|
|
1035
|
+
ManifestOutputLocation?: S3ManifestOutputLocation;
|
|
1036
|
+
/**
|
|
1037
|
+
* <p>Specifies rules the S3JobManifestGenerator should use to use to decide whether an object
|
|
1038
|
+
* in the source bucket should or should not be included in the generated job manifest.</p>
|
|
1039
|
+
*/
|
|
1040
|
+
Filter?: JobManifestGeneratorFilter;
|
|
1041
|
+
/**
|
|
1042
|
+
* <p>Determines whether or not to write the job's generated manifest to a bucket.</p>
|
|
1043
|
+
*/
|
|
1044
|
+
EnableManifestOutput: boolean | undefined;
|
|
1045
|
+
}
|
|
1046
|
+
export declare namespace S3JobManifestGenerator {
|
|
1047
|
+
/**
|
|
1048
|
+
* @internal
|
|
1049
|
+
*/
|
|
1050
|
+
const filterSensitiveLog: (obj: S3JobManifestGenerator) => any;
|
|
1051
|
+
}
|
|
1052
|
+
/**
|
|
1053
|
+
* <p>Configures the type of the job's ManifestGenerator.</p>
|
|
1054
|
+
*/
|
|
1055
|
+
export declare type JobManifestGenerator = JobManifestGenerator.S3JobManifestGeneratorMember | JobManifestGenerator.$UnknownMember;
|
|
1056
|
+
export declare namespace JobManifestGenerator {
|
|
1057
|
+
/**
|
|
1058
|
+
* <p>The S3 job ManifestGenerator's configuration details.</p>
|
|
1059
|
+
*/
|
|
1060
|
+
interface S3JobManifestGeneratorMember {
|
|
1061
|
+
S3JobManifestGenerator: S3JobManifestGenerator;
|
|
1062
|
+
$unknown?: never;
|
|
1063
|
+
}
|
|
1064
|
+
interface $UnknownMember {
|
|
1065
|
+
S3JobManifestGenerator?: never;
|
|
1066
|
+
$unknown: [string, any];
|
|
1067
|
+
}
|
|
1068
|
+
interface Visitor<T> {
|
|
1069
|
+
S3JobManifestGenerator: (value: S3JobManifestGenerator) => T;
|
|
1070
|
+
_: (name: string, value: any) => T;
|
|
1071
|
+
}
|
|
1072
|
+
const visit: <T>(value: JobManifestGenerator, visitor: Visitor<T>) => T;
|
|
1073
|
+
/**
|
|
1074
|
+
* @internal
|
|
1075
|
+
*/
|
|
1076
|
+
const filterSensitiveLog: (obj: JobManifestGenerator) => any;
|
|
1077
|
+
}
|
|
890
1078
|
/**
|
|
891
1079
|
* <p>Contains the configuration parameters for a <code>Lambda Invoke</code> operation.</p>
|
|
892
1080
|
*/
|
|
893
1081
|
export interface LambdaInvokeOperation {
|
|
894
1082
|
/**
|
|
895
|
-
* <p>The Amazon Resource Name (ARN) for the Lambda function that the specified job will
|
|
1083
|
+
* <p>The Amazon Resource Name (ARN) for the Lambda function that the specified job will
|
|
1084
|
+
* invoke on every object in the manifest.</p>
|
|
896
1085
|
*/
|
|
897
1086
|
FunctionArn?: string;
|
|
898
1087
|
}
|
|
@@ -903,7 +1092,8 @@ export declare namespace LambdaInvokeOperation {
|
|
|
903
1092
|
const filterSensitiveLog: (obj: LambdaInvokeOperation) => any;
|
|
904
1093
|
}
|
|
905
1094
|
/**
|
|
906
|
-
* <p>Contains no configuration parameters because the DELETE Object tagging API only accepts
|
|
1095
|
+
* <p>Contains no configuration parameters because the DELETE Object tagging API only accepts
|
|
1096
|
+
* the bucket name and key name as parameters, which are defined in the job's manifest.</p>
|
|
907
1097
|
*/
|
|
908
1098
|
export interface S3DeleteObjectTaggingOperation {
|
|
909
1099
|
}
|
|
@@ -919,29 +1109,28 @@ export declare enum S3GlacierJobTier {
|
|
|
919
1109
|
}
|
|
920
1110
|
/**
|
|
921
1111
|
* <p>Contains the configuration parameters for an S3 Initiate Restore Object job.
|
|
922
|
-
* S3 Batch Operations passes every object to the underlying POST Object restore API. For
|
|
923
|
-
*
|
|
1112
|
+
* S3 Batch Operations passes every object to the underlying POST Object restore API. For more
|
|
1113
|
+
* 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>
|
|
924
1114
|
*/
|
|
925
1115
|
export interface S3InitiateRestoreObjectOperation {
|
|
926
1116
|
/**
|
|
927
|
-
* <p>This argument specifies how long the S3 Glacier
|
|
928
|
-
* S3 Initiate Restore Object jobs that
|
|
929
|
-
*
|
|
930
|
-
*
|
|
931
|
-
*
|
|
932
|
-
*
|
|
933
|
-
*
|
|
934
|
-
*
|
|
935
|
-
*
|
|
936
|
-
* <p>S3 Batch Operations jobs can operate either on S3 Glacier Flexible Retrieval and S3 Glacier Deep Archive storage class
|
|
1117
|
+
* <p>This argument specifies how long the S3 Glacier or S3 Glacier Deep Archive object remains
|
|
1118
|
+
* available in Amazon S3. S3 Initiate Restore Object jobs that target S3 Glacier and S3 Glacier Deep Archive
|
|
1119
|
+
* objects require <code>ExpirationInDays</code> set to 1 or greater.</p>
|
|
1120
|
+
* <p>Conversely, do <i>not</i> set <code>ExpirationInDays</code> when creating
|
|
1121
|
+
* S3 Initiate Restore Object jobs that target S3 Intelligent-Tiering Archive Access and
|
|
1122
|
+
* Deep Archive Access tier objects. Objects in S3 Intelligent-Tiering archive access tiers are
|
|
1123
|
+
* not subject to restore expiry, so specifying <code>ExpirationInDays</code> results in
|
|
1124
|
+
* restore request failure.</p>
|
|
1125
|
+
* <p>S3 Batch Operations jobs can operate either on S3 Glacier and S3 Glacier Deep Archive storage class
|
|
937
1126
|
* objects or on S3 Intelligent-Tiering Archive Access and Deep Archive Access storage tier
|
|
938
1127
|
* objects, but not both types in the same job. If you need to restore objects of both types
|
|
939
1128
|
* you <i>must</i> create separate Batch Operations jobs. </p>
|
|
940
1129
|
*/
|
|
941
1130
|
ExpirationInDays?: number;
|
|
942
1131
|
/**
|
|
943
|
-
* <p>S3 Batch Operations supports <code>STANDARD</code> and <code>BULK</code> retrieval tiers,
|
|
944
|
-
*
|
|
1132
|
+
* <p>S3 Batch Operations supports <code>STANDARD</code> and <code>BULK</code> retrieval tiers, but
|
|
1133
|
+
* not the <code>EXPEDITED</code> retrieval tier.</p>
|
|
945
1134
|
*/
|
|
946
1135
|
GlacierJobTier?: S3GlacierJobTier | string;
|
|
947
1136
|
}
|
|
@@ -1072,8 +1261,9 @@ export declare namespace S3AccessControlPolicy {
|
|
|
1072
1261
|
const filterSensitiveLog: (obj: S3AccessControlPolicy) => any;
|
|
1073
1262
|
}
|
|
1074
1263
|
/**
|
|
1075
|
-
* <p>Contains the configuration parameters for a Set Object ACL operation. S3 Batch Operations
|
|
1076
|
-
*
|
|
1264
|
+
* <p>Contains the configuration parameters for a Set Object ACL operation. S3 Batch Operations
|
|
1265
|
+
* passes every object to the underlying PUT Object acl API. For more information about the
|
|
1266
|
+
* parameters for this operation, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectPUTacl.html">PUT Object acl</a>.</p>
|
|
1077
1267
|
*/
|
|
1078
1268
|
export interface S3SetObjectAclOperation {
|
|
1079
1269
|
/**
|
|
@@ -1087,6 +1277,12 @@ export declare namespace S3SetObjectAclOperation {
|
|
|
1087
1277
|
*/
|
|
1088
1278
|
const filterSensitiveLog: (obj: S3SetObjectAclOperation) => any;
|
|
1089
1279
|
}
|
|
1280
|
+
export declare enum S3ChecksumAlgorithm {
|
|
1281
|
+
CRC32 = "CRC32",
|
|
1282
|
+
CRC32C = "CRC32C",
|
|
1283
|
+
SHA1 = "SHA1",
|
|
1284
|
+
SHA256 = "SHA256"
|
|
1285
|
+
}
|
|
1090
1286
|
export declare enum S3MetadataDirective {
|
|
1091
1287
|
COPY = "COPY",
|
|
1092
1288
|
REPLACE = "REPLACE"
|
|
@@ -1182,20 +1378,22 @@ export declare enum S3ObjectLockMode {
|
|
|
1182
1378
|
export declare enum S3StorageClass {
|
|
1183
1379
|
DEEP_ARCHIVE = "DEEP_ARCHIVE",
|
|
1184
1380
|
GLACIER = "GLACIER",
|
|
1381
|
+
GLACIER_IR = "GLACIER_IR",
|
|
1185
1382
|
INTELLIGENT_TIERING = "INTELLIGENT_TIERING",
|
|
1186
1383
|
ONEZONE_IA = "ONEZONE_IA",
|
|
1187
1384
|
STANDARD = "STANDARD",
|
|
1188
1385
|
STANDARD_IA = "STANDARD_IA"
|
|
1189
1386
|
}
|
|
1190
1387
|
/**
|
|
1191
|
-
* <p>Contains the configuration parameters for a PUT Copy object operation. S3 Batch Operations
|
|
1192
|
-
*
|
|
1388
|
+
* <p>Contains the configuration parameters for a PUT Copy object operation. S3 Batch Operations
|
|
1389
|
+
* passes every object to the underlying PUT Copy object API. For more information about the
|
|
1390
|
+
* parameters for this operation, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectCOPY.html">PUT Object - Copy</a>.</p>
|
|
1193
1391
|
*/
|
|
1194
1392
|
export interface S3CopyObjectOperation {
|
|
1195
1393
|
/**
|
|
1196
|
-
* <p>Specifies the destination bucket ARN for the batch copy operation.
|
|
1197
|
-
*
|
|
1198
|
-
*
|
|
1394
|
+
* <p>Specifies the destination bucket ARN for the batch copy operation. For example, to copy
|
|
1395
|
+
* objects to a bucket named "destinationBucket", set the TargetResource to
|
|
1396
|
+
* "arn:aws:s3:::destinationBucket".</p>
|
|
1199
1397
|
*/
|
|
1200
1398
|
TargetResource?: string;
|
|
1201
1399
|
/**
|
|
@@ -1215,7 +1413,9 @@ export interface S3CopyObjectOperation {
|
|
|
1215
1413
|
*/
|
|
1216
1414
|
ModifiedSinceConstraint?: Date;
|
|
1217
1415
|
/**
|
|
1218
|
-
* <p
|
|
1416
|
+
* <p>If you don't provide this parameter, Amazon S3 copies all the metadata from the original
|
|
1417
|
+
* objects. If you specify an empty set, the new objects will have no tags. Otherwise, Amazon S3
|
|
1418
|
+
* assigns the supplied tags to the new objects.</p>
|
|
1219
1419
|
*/
|
|
1220
1420
|
NewObjectMetadata?: S3ObjectMetadata;
|
|
1221
1421
|
/**
|
|
@@ -1259,8 +1459,8 @@ export interface S3CopyObjectOperation {
|
|
|
1259
1459
|
*/
|
|
1260
1460
|
ObjectLockMode?: S3ObjectLockMode | string;
|
|
1261
1461
|
/**
|
|
1262
|
-
* <p>The date when the applied object retention configuration expires on all objects in
|
|
1263
|
-
*
|
|
1462
|
+
* <p>The date when the applied object retention configuration expires on all objects in the
|
|
1463
|
+
* Batch Operations job.</p>
|
|
1264
1464
|
*/
|
|
1265
1465
|
ObjectLockRetainUntilDate?: Date;
|
|
1266
1466
|
/**
|
|
@@ -1268,9 +1468,15 @@ export interface S3CopyObjectOperation {
|
|
|
1268
1468
|
* server-side encryption using Amazon Web Services KMS (SSE-KMS). Setting this header to <code>true</code>
|
|
1269
1469
|
* causes Amazon S3 to use an S3 Bucket Key for object encryption with SSE-KMS.</p>
|
|
1270
1470
|
* <p>Specifying this header with an <i>object</i> action doesn’t affect
|
|
1271
|
-
*
|
|
1471
|
+
* <i>bucket-level</i> settings for S3 Bucket Key.</p>
|
|
1272
1472
|
*/
|
|
1273
1473
|
BucketKeyEnabled?: boolean;
|
|
1474
|
+
/**
|
|
1475
|
+
* <p>Indicates the algorithm you want Amazon S3 to use to create the checksum. For more information
|
|
1476
|
+
* see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/CheckingObjectIntegrity.xml">
|
|
1477
|
+
* Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
1478
|
+
*/
|
|
1479
|
+
ChecksumAlgorithm?: S3ChecksumAlgorithm | string;
|
|
1274
1480
|
}
|
|
1275
1481
|
export declare namespace S3CopyObjectOperation {
|
|
1276
1482
|
/**
|
|
@@ -1284,7 +1490,8 @@ export declare namespace S3CopyObjectOperation {
|
|
|
1284
1490
|
*/
|
|
1285
1491
|
export interface S3ObjectLockLegalHold {
|
|
1286
1492
|
/**
|
|
1287
|
-
* <p>The Object Lock legal hold status to be applied to all objects in the Batch Operations
|
|
1493
|
+
* <p>The Object Lock legal hold status to be applied to all objects in the Batch Operations
|
|
1494
|
+
* job.</p>
|
|
1288
1495
|
*/
|
|
1289
1496
|
Status: S3ObjectLockLegalHoldStatus | string | undefined;
|
|
1290
1497
|
}
|
|
@@ -1296,14 +1503,14 @@ export declare namespace S3ObjectLockLegalHold {
|
|
|
1296
1503
|
}
|
|
1297
1504
|
/**
|
|
1298
1505
|
* <p>Contains the configuration for an S3 Object Lock legal hold operation that an
|
|
1299
|
-
* S3 Batch Operations job passes every object to the underlying
|
|
1300
|
-
*
|
|
1301
|
-
*
|
|
1302
|
-
* <i>Amazon S3 User Guide</i>.</p>
|
|
1506
|
+
* S3 Batch Operations job passes every object to the underlying <code>PutObjectLegalHold</code>
|
|
1507
|
+
* 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
|
|
1508
|
+
* with S3 Batch Operations</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
1303
1509
|
*/
|
|
1304
1510
|
export interface S3SetObjectLegalHoldOperation {
|
|
1305
1511
|
/**
|
|
1306
|
-
* <p>Contains the Object Lock legal hold status to be applied to all objects in the
|
|
1512
|
+
* <p>Contains the Object Lock legal hold status to be applied to all objects in the
|
|
1513
|
+
* Batch Operations job.</p>
|
|
1307
1514
|
*/
|
|
1308
1515
|
LegalHold: S3ObjectLockLegalHold | undefined;
|
|
1309
1516
|
}
|
|
@@ -1326,11 +1533,13 @@ export declare enum S3ObjectLockRetentionMode {
|
|
|
1326
1533
|
*/
|
|
1327
1534
|
export interface S3Retention {
|
|
1328
1535
|
/**
|
|
1329
|
-
* <p>The date when the applied Object Lock retention will expire on all objects set by the
|
|
1536
|
+
* <p>The date when the applied Object Lock retention will expire on all objects set by the
|
|
1537
|
+
* Batch Operations job.</p>
|
|
1330
1538
|
*/
|
|
1331
1539
|
RetainUntilDate?: Date;
|
|
1332
1540
|
/**
|
|
1333
|
-
* <p>The Object Lock retention mode to be applied to all objects in the Batch Operations
|
|
1541
|
+
* <p>The Object Lock retention mode to be applied to all objects in the Batch Operations
|
|
1542
|
+
* job.</p>
|
|
1334
1543
|
*/
|
|
1335
1544
|
Mode?: S3ObjectLockRetentionMode | string;
|
|
1336
1545
|
}
|
|
@@ -1349,8 +1558,8 @@ export declare namespace S3Retention {
|
|
|
1349
1558
|
*/
|
|
1350
1559
|
export interface S3SetObjectRetentionOperation {
|
|
1351
1560
|
/**
|
|
1352
|
-
* <p>Indicates if the action should be applied to objects in the Batch Operations job even if they
|
|
1353
|
-
* GOVERNANCE</code> type in place.</p>
|
|
1561
|
+
* <p>Indicates if the action should be applied to objects in the Batch Operations job even if they
|
|
1562
|
+
* have Object Lock <code> GOVERNANCE</code> type in place.</p>
|
|
1354
1563
|
*/
|
|
1355
1564
|
BypassGovernanceRetention?: boolean;
|
|
1356
1565
|
/**
|
|
@@ -1367,8 +1576,9 @@ export declare namespace S3SetObjectRetentionOperation {
|
|
|
1367
1576
|
const filterSensitiveLog: (obj: S3SetObjectRetentionOperation) => any;
|
|
1368
1577
|
}
|
|
1369
1578
|
/**
|
|
1370
|
-
* <p>Contains the configuration parameters for a Set Object Tagging operation. S3 Batch Operations
|
|
1371
|
-
*
|
|
1579
|
+
* <p>Contains the configuration parameters for a Set Object Tagging operation. S3 Batch Operations
|
|
1580
|
+
* passes every object to the underlying PUT Object tagging API. For more information about
|
|
1581
|
+
* the parameters for this operation, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectPUTtagging.html">PUT Object tagging</a>.</p>
|
|
1372
1582
|
*/
|
|
1373
1583
|
export interface S3SetObjectTaggingOperation {
|
|
1374
1584
|
/**
|
|
@@ -1382,6 +1592,18 @@ export declare namespace S3SetObjectTaggingOperation {
|
|
|
1382
1592
|
*/
|
|
1383
1593
|
const filterSensitiveLog: (obj: S3SetObjectTaggingOperation) => any;
|
|
1384
1594
|
}
|
|
1595
|
+
/**
|
|
1596
|
+
* <p>Directs the specified job to invoke <code>ReplicateObject</code> on every object in the job's
|
|
1597
|
+
* manifest.</p>
|
|
1598
|
+
*/
|
|
1599
|
+
export interface S3ReplicateObjectOperation {
|
|
1600
|
+
}
|
|
1601
|
+
export declare namespace S3ReplicateObjectOperation {
|
|
1602
|
+
/**
|
|
1603
|
+
* @internal
|
|
1604
|
+
*/
|
|
1605
|
+
const filterSensitiveLog: (obj: S3ReplicateObjectOperation) => any;
|
|
1606
|
+
}
|
|
1385
1607
|
/**
|
|
1386
1608
|
* <p>The operation that you want this job to perform on every object listed in the manifest.
|
|
1387
1609
|
* 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
|
|
@@ -1389,35 +1611,40 @@ export declare namespace S3SetObjectTaggingOperation {
|
|
|
1389
1611
|
*/
|
|
1390
1612
|
export interface JobOperation {
|
|
1391
1613
|
/**
|
|
1392
|
-
* <p>Directs the specified job to invoke an Lambda function on every object in the
|
|
1614
|
+
* <p>Directs the specified job to invoke an Lambda function on every object in the
|
|
1615
|
+
* manifest.</p>
|
|
1393
1616
|
*/
|
|
1394
1617
|
LambdaInvoke?: LambdaInvokeOperation;
|
|
1395
1618
|
/**
|
|
1396
|
-
* <p>Directs the specified job to run a PUT Copy object call on every object in the
|
|
1619
|
+
* <p>Directs the specified job to run a PUT Copy object call on every object in the
|
|
1620
|
+
* manifest.</p>
|
|
1397
1621
|
*/
|
|
1398
1622
|
S3PutObjectCopy?: S3CopyObjectOperation;
|
|
1399
1623
|
/**
|
|
1400
|
-
* <p>Directs the specified job to run a PUT Object acl call on every object in the
|
|
1624
|
+
* <p>Directs the specified job to run a PUT Object acl call on every object in the
|
|
1625
|
+
* manifest.</p>
|
|
1401
1626
|
*/
|
|
1402
1627
|
S3PutObjectAcl?: S3SetObjectAclOperation;
|
|
1403
1628
|
/**
|
|
1404
|
-
* <p>Directs the specified job to run a PUT Object tagging call on every object in the
|
|
1629
|
+
* <p>Directs the specified job to run a PUT Object tagging call on every object in the
|
|
1630
|
+
* manifest.</p>
|
|
1405
1631
|
*/
|
|
1406
1632
|
S3PutObjectTagging?: S3SetObjectTaggingOperation;
|
|
1407
1633
|
/**
|
|
1408
|
-
* <p>Directs the specified job to execute a DELETE Object tagging call on every object in the
|
|
1634
|
+
* <p>Directs the specified job to execute a DELETE Object tagging call on every object in the
|
|
1635
|
+
* manifest.</p>
|
|
1409
1636
|
*/
|
|
1410
1637
|
S3DeleteObjectTagging?: S3DeleteObjectTaggingOperation;
|
|
1411
1638
|
/**
|
|
1412
|
-
* <p>Directs the specified job to initiate restore requests for every archived object in the
|
|
1639
|
+
* <p>Directs the specified job to initiate restore requests for every archived object in the
|
|
1640
|
+
* manifest.</p>
|
|
1413
1641
|
*/
|
|
1414
1642
|
S3InitiateRestoreObject?: S3InitiateRestoreObjectOperation;
|
|
1415
1643
|
/**
|
|
1416
1644
|
* <p>Contains the configuration for an S3 Object Lock legal hold operation that an
|
|
1417
|
-
* S3 Batch Operations job passes every object to the underlying
|
|
1418
|
-
*
|
|
1419
|
-
*
|
|
1420
|
-
* <i>Amazon S3 User Guide</i>.</p>
|
|
1645
|
+
* S3 Batch Operations job passes every object to the underlying <code>PutObjectLegalHold</code>
|
|
1646
|
+
* 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
|
|
1647
|
+
* with S3 Batch Operations</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
1421
1648
|
*/
|
|
1422
1649
|
S3PutObjectLegalHold?: S3SetObjectLegalHoldOperation;
|
|
1423
1650
|
/**
|
|
@@ -1428,6 +1655,11 @@ export interface JobOperation {
|
|
|
1428
1655
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
1429
1656
|
*/
|
|
1430
1657
|
S3PutObjectRetention?: S3SetObjectRetentionOperation;
|
|
1658
|
+
/**
|
|
1659
|
+
* <p>Directs the specified job to invoke <code>ReplicateObject</code> on every object in the
|
|
1660
|
+
* job's manifest.</p>
|
|
1661
|
+
*/
|
|
1662
|
+
S3ReplicateObject?: S3ReplicateObjectOperation;
|
|
1431
1663
|
}
|
|
1432
1664
|
export declare namespace JobOperation {
|
|
1433
1665
|
/**
|
|
@@ -1447,7 +1679,8 @@ export declare enum JobReportScope {
|
|
|
1447
1679
|
*/
|
|
1448
1680
|
export interface JobReport {
|
|
1449
1681
|
/**
|
|
1450
|
-
* <p>The Amazon Resource Name (ARN) for the bucket where specified job-completion report will
|
|
1682
|
+
* <p>The Amazon Resource Name (ARN) for the bucket where specified job-completion report will
|
|
1683
|
+
* be stored.</p>
|
|
1451
1684
|
*/
|
|
1452
1685
|
Bucket?: string;
|
|
1453
1686
|
/**
|
|
@@ -1465,7 +1698,8 @@ export interface JobReport {
|
|
|
1465
1698
|
*/
|
|
1466
1699
|
Prefix?: string;
|
|
1467
1700
|
/**
|
|
1468
|
-
* <p>Indicates whether the job-completion report will include details of all tasks or only
|
|
1701
|
+
* <p>Indicates whether the job-completion report will include details of all tasks or only
|
|
1702
|
+
* failed tasks.</p>
|
|
1469
1703
|
*/
|
|
1470
1704
|
ReportScope?: JobReportScope | string;
|
|
1471
1705
|
}
|
|
@@ -1481,12 +1715,13 @@ export interface CreateJobRequest {
|
|
|
1481
1715
|
*/
|
|
1482
1716
|
AccountId?: string;
|
|
1483
1717
|
/**
|
|
1484
|
-
* <p>Indicates whether confirmation is required before Amazon S3 runs the job. Confirmation is
|
|
1718
|
+
* <p>Indicates whether confirmation is required before Amazon S3 runs the job. Confirmation is
|
|
1719
|
+
* only required for jobs created through the Amazon S3 console.</p>
|
|
1485
1720
|
*/
|
|
1486
1721
|
ConfirmationRequired?: boolean;
|
|
1487
1722
|
/**
|
|
1488
|
-
* <p>The action that you want this job to perform on every object listed in the manifest.
|
|
1489
|
-
*
|
|
1723
|
+
* <p>The action that you want this job to perform on every object listed in the manifest. For
|
|
1724
|
+
* more information about the available actions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-actions.html">Operations</a> in the
|
|
1490
1725
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
1491
1726
|
*/
|
|
1492
1727
|
Operation: JobOperation | undefined;
|
|
@@ -1495,15 +1730,17 @@ export interface CreateJobRequest {
|
|
|
1495
1730
|
*/
|
|
1496
1731
|
Report: JobReport | undefined;
|
|
1497
1732
|
/**
|
|
1498
|
-
* <p>An idempotency token to ensure that you don't accidentally submit the same request
|
|
1733
|
+
* <p>An idempotency token to ensure that you don't accidentally submit the same request
|
|
1734
|
+
* twice. You can use any string up to the maximum length.</p>
|
|
1499
1735
|
*/
|
|
1500
1736
|
ClientRequestToken?: string;
|
|
1501
1737
|
/**
|
|
1502
1738
|
* <p>Configuration parameters for the manifest.</p>
|
|
1503
1739
|
*/
|
|
1504
|
-
Manifest
|
|
1740
|
+
Manifest?: JobManifest;
|
|
1505
1741
|
/**
|
|
1506
|
-
* <p>A description for this job. You can use any string within the permitted length.
|
|
1742
|
+
* <p>A description for this job. You can use any string within the permitted length.
|
|
1743
|
+
* Descriptions don't need to be unique and can be used for multiple jobs.</p>
|
|
1507
1744
|
*/
|
|
1508
1745
|
Description?: string;
|
|
1509
1746
|
/**
|
|
@@ -1511,15 +1748,20 @@ export interface CreateJobRequest {
|
|
|
1511
1748
|
*/
|
|
1512
1749
|
Priority: number | undefined;
|
|
1513
1750
|
/**
|
|
1514
|
-
* <p>The Amazon Resource Name (ARN) for the Identity and Access Management (IAM) role
|
|
1515
|
-
*
|
|
1516
|
-
* manifest.</p>
|
|
1751
|
+
* <p>The Amazon Resource Name (ARN) for the Identity and Access Management (IAM) role that Batch Operations will
|
|
1752
|
+
* use to run this job's action on every object in the manifest.</p>
|
|
1517
1753
|
*/
|
|
1518
1754
|
RoleArn: string | undefined;
|
|
1519
1755
|
/**
|
|
1520
|
-
* <p>A set of tags to associate with the S3 Batch Operations job. This is an optional parameter.
|
|
1756
|
+
* <p>A set of tags to associate with the S3 Batch Operations job. This is an optional parameter.
|
|
1757
|
+
* </p>
|
|
1521
1758
|
*/
|
|
1522
1759
|
Tags?: S3Tag[];
|
|
1760
|
+
/**
|
|
1761
|
+
* <p>The attribute container for the ManifestGenerator details. Jobs must be created with
|
|
1762
|
+
* either a manifest file or a ManifestGenerator, but not both.</p>
|
|
1763
|
+
*/
|
|
1764
|
+
ManifestGenerator?: JobManifestGenerator;
|
|
1523
1765
|
}
|
|
1524
1766
|
export declare namespace CreateJobRequest {
|
|
1525
1767
|
/**
|
|
@@ -1543,36 +1785,48 @@ export declare namespace CreateJobResult {
|
|
|
1543
1785
|
/**
|
|
1544
1786
|
* <p></p>
|
|
1545
1787
|
*/
|
|
1546
|
-
export
|
|
1547
|
-
name: "IdempotencyException";
|
|
1548
|
-
$fault: "client";
|
|
1788
|
+
export declare class IdempotencyException extends __BaseException {
|
|
1789
|
+
readonly name: "IdempotencyException";
|
|
1790
|
+
readonly $fault: "client";
|
|
1549
1791
|
Message?: string;
|
|
1792
|
+
/**
|
|
1793
|
+
* @internal
|
|
1794
|
+
*/
|
|
1795
|
+
constructor(opts: __ExceptionOptionType<IdempotencyException, __BaseException>);
|
|
1550
1796
|
}
|
|
1551
1797
|
/**
|
|
1552
1798
|
* <p></p>
|
|
1553
1799
|
*/
|
|
1554
|
-
export
|
|
1555
|
-
name: "InternalServiceException";
|
|
1556
|
-
$fault: "server";
|
|
1800
|
+
export declare class InternalServiceException extends __BaseException {
|
|
1801
|
+
readonly name: "InternalServiceException";
|
|
1802
|
+
readonly $fault: "server";
|
|
1557
1803
|
Message?: string;
|
|
1804
|
+
/**
|
|
1805
|
+
* @internal
|
|
1806
|
+
*/
|
|
1807
|
+
constructor(opts: __ExceptionOptionType<InternalServiceException, __BaseException>);
|
|
1558
1808
|
}
|
|
1559
1809
|
/**
|
|
1560
1810
|
* <p></p>
|
|
1561
1811
|
*/
|
|
1562
|
-
export
|
|
1563
|
-
name: "TooManyRequestsException";
|
|
1564
|
-
$fault: "client";
|
|
1812
|
+
export declare class TooManyRequestsException extends __BaseException {
|
|
1813
|
+
readonly name: "TooManyRequestsException";
|
|
1814
|
+
readonly $fault: "client";
|
|
1565
1815
|
Message?: string;
|
|
1816
|
+
/**
|
|
1817
|
+
* @internal
|
|
1818
|
+
*/
|
|
1819
|
+
constructor(opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>);
|
|
1566
1820
|
}
|
|
1567
1821
|
export interface CreateMultiRegionAccessPointRequest {
|
|
1568
1822
|
/**
|
|
1569
1823
|
* <p>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
|
|
1570
|
-
*
|
|
1824
|
+
* the underlying buckets.</p>
|
|
1571
1825
|
*/
|
|
1572
1826
|
AccountId?: string;
|
|
1573
1827
|
/**
|
|
1574
1828
|
* <p>An idempotency token used to identify the request and guarantee that requests are
|
|
1575
|
-
*
|
|
1829
|
+
* unique.</p>
|
|
1576
1830
|
*/
|
|
1577
1831
|
ClientToken?: string;
|
|
1578
1832
|
/**
|
|
@@ -1588,8 +1842,8 @@ export declare namespace CreateMultiRegionAccessPointRequest {
|
|
|
1588
1842
|
}
|
|
1589
1843
|
export interface CreateMultiRegionAccessPointResult {
|
|
1590
1844
|
/**
|
|
1591
|
-
* <p>The request token associated with the request. You can use this token with <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DescribeMultiRegionAccessPointOperation.html">DescribeMultiRegionAccessPointOperation</a> to determine the status of
|
|
1592
|
-
*
|
|
1845
|
+
* <p>The request token associated with the request. You can use this token with <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DescribeMultiRegionAccessPointOperation.html">DescribeMultiRegionAccessPointOperation</a> to determine the status of asynchronous
|
|
1846
|
+
* requests.</p>
|
|
1593
1847
|
*/
|
|
1594
1848
|
RequestTokenARN?: string;
|
|
1595
1849
|
}
|
|
@@ -1766,10 +2020,14 @@ export declare namespace DeleteJobTaggingResult {
|
|
|
1766
2020
|
/**
|
|
1767
2021
|
* <p></p>
|
|
1768
2022
|
*/
|
|
1769
|
-
export
|
|
1770
|
-
name: "NotFoundException";
|
|
1771
|
-
$fault: "client";
|
|
2023
|
+
export declare class NotFoundException extends __BaseException {
|
|
2024
|
+
readonly name: "NotFoundException";
|
|
2025
|
+
readonly $fault: "client";
|
|
1772
2026
|
Message?: string;
|
|
2027
|
+
/**
|
|
2028
|
+
* @internal
|
|
2029
|
+
*/
|
|
2030
|
+
constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
|
|
1773
2031
|
}
|
|
1774
2032
|
export interface DeleteMultiRegionAccessPointRequest {
|
|
1775
2033
|
/**
|
|
@@ -1778,7 +2036,7 @@ export interface DeleteMultiRegionAccessPointRequest {
|
|
|
1778
2036
|
AccountId?: string;
|
|
1779
2037
|
/**
|
|
1780
2038
|
* <p>An idempotency token used to identify the request and guarantee that requests are
|
|
1781
|
-
*
|
|
2039
|
+
* unique.</p>
|
|
1782
2040
|
*/
|
|
1783
2041
|
ClientToken?: string;
|
|
1784
2042
|
/**
|
|
@@ -1794,8 +2052,8 @@ export declare namespace DeleteMultiRegionAccessPointRequest {
|
|
|
1794
2052
|
}
|
|
1795
2053
|
export interface DeleteMultiRegionAccessPointResult {
|
|
1796
2054
|
/**
|
|
1797
|
-
* <p>The request token associated with the request. You can use this token with <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DescribeMultiRegionAccessPointOperation.html">DescribeMultiRegionAccessPointOperation</a> to determine the status of
|
|
1798
|
-
*
|
|
2055
|
+
* <p>The request token associated with the request. You can use this token with <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DescribeMultiRegionAccessPointOperation.html">DescribeMultiRegionAccessPointOperation</a> to determine the status of asynchronous
|
|
2056
|
+
* requests.</p>
|
|
1799
2057
|
*/
|
|
1800
2058
|
RequestTokenARN?: string;
|
|
1801
2059
|
}
|
|
@@ -1807,8 +2065,8 @@ export declare namespace DeleteMultiRegionAccessPointResult {
|
|
|
1807
2065
|
}
|
|
1808
2066
|
export interface DeletePublicAccessBlockRequest {
|
|
1809
2067
|
/**
|
|
1810
|
-
* <p>The account ID for the Amazon Web Services account whose <code>PublicAccessBlock</code> configuration
|
|
1811
|
-
* to remove.</p>
|
|
2068
|
+
* <p>The account ID for the Amazon Web Services account whose <code>PublicAccessBlock</code> configuration
|
|
2069
|
+
* you want to remove.</p>
|
|
1812
2070
|
*/
|
|
1813
2071
|
AccountId?: string;
|
|
1814
2072
|
}
|
|
@@ -1894,7 +2152,44 @@ export declare namespace JobFailure {
|
|
|
1894
2152
|
const filterSensitiveLog: (obj: JobFailure) => any;
|
|
1895
2153
|
}
|
|
1896
2154
|
/**
|
|
1897
|
-
* <p>Describes the
|
|
2155
|
+
* <p>Describes the specified job's generated manifest. Batch Operations jobs created with a
|
|
2156
|
+
* ManifestGenerator populate details of this descriptor after execution of the
|
|
2157
|
+
* ManifestGenerator.</p>
|
|
2158
|
+
*/
|
|
2159
|
+
export interface S3GeneratedManifestDescriptor {
|
|
2160
|
+
/**
|
|
2161
|
+
* <p>The format of the generated manifest.</p>
|
|
2162
|
+
*/
|
|
2163
|
+
Format?: GeneratedManifestFormat | string;
|
|
2164
|
+
/**
|
|
2165
|
+
* <p>Contains the information required to locate a manifest object.</p>
|
|
2166
|
+
*/
|
|
2167
|
+
Location?: JobManifestLocation;
|
|
2168
|
+
}
|
|
2169
|
+
export declare namespace S3GeneratedManifestDescriptor {
|
|
2170
|
+
/**
|
|
2171
|
+
* @internal
|
|
2172
|
+
*/
|
|
2173
|
+
const filterSensitiveLog: (obj: S3GeneratedManifestDescriptor) => any;
|
|
2174
|
+
}
|
|
2175
|
+
/**
|
|
2176
|
+
* <p>Provides timing details for the job.</p>
|
|
2177
|
+
*/
|
|
2178
|
+
export interface JobTimers {
|
|
2179
|
+
/**
|
|
2180
|
+
* <p>Indicates the elapsed time in seconds the job has been in the Active job state.</p>
|
|
2181
|
+
*/
|
|
2182
|
+
ElapsedTimeInActiveSeconds?: number;
|
|
2183
|
+
}
|
|
2184
|
+
export declare namespace JobTimers {
|
|
2185
|
+
/**
|
|
2186
|
+
* @internal
|
|
2187
|
+
*/
|
|
2188
|
+
const filterSensitiveLog: (obj: JobTimers) => any;
|
|
2189
|
+
}
|
|
2190
|
+
/**
|
|
2191
|
+
* <p>Describes the total number of tasks that the specified job has started, the number of
|
|
2192
|
+
* tasks that succeeded, and the number of tasks that failed.</p>
|
|
1898
2193
|
*/
|
|
1899
2194
|
export interface JobProgressSummary {
|
|
1900
2195
|
/**
|
|
@@ -1909,6 +2204,10 @@ export interface JobProgressSummary {
|
|
|
1909
2204
|
* <p></p>
|
|
1910
2205
|
*/
|
|
1911
2206
|
NumberOfTasksFailed?: number;
|
|
2207
|
+
/**
|
|
2208
|
+
* <p>The JobTimers attribute of a job's progress summary.</p>
|
|
2209
|
+
*/
|
|
2210
|
+
Timers?: JobTimers;
|
|
1912
2211
|
}
|
|
1913
2212
|
export declare namespace JobProgressSummary {
|
|
1914
2213
|
/**
|
|
@@ -1932,7 +2231,8 @@ export declare enum JobStatus {
|
|
|
1932
2231
|
Suspended = "Suspended"
|
|
1933
2232
|
}
|
|
1934
2233
|
/**
|
|
1935
|
-
* <p>A container element for the job configuration and status information returned by a
|
|
2234
|
+
* <p>A container element for the job configuration and status information returned by a
|
|
2235
|
+
* <code>Describe Job</code> request.</p>
|
|
1936
2236
|
*/
|
|
1937
2237
|
export interface JobDescriptor {
|
|
1938
2238
|
/**
|
|
@@ -1940,11 +2240,13 @@ export interface JobDescriptor {
|
|
|
1940
2240
|
*/
|
|
1941
2241
|
JobId?: string;
|
|
1942
2242
|
/**
|
|
1943
|
-
* <p>Indicates whether confirmation is required before Amazon S3 begins running the specified job.
|
|
2243
|
+
* <p>Indicates whether confirmation is required before Amazon S3 begins running the specified job.
|
|
2244
|
+
* Confirmation is required only for jobs created through the Amazon S3 console.</p>
|
|
1944
2245
|
*/
|
|
1945
2246
|
ConfirmationRequired?: boolean;
|
|
1946
2247
|
/**
|
|
1947
|
-
* <p>The description for this job, if one was provided in this job's <code>Create Job</code>
|
|
2248
|
+
* <p>The description for this job, if one was provided in this job's <code>Create Job</code>
|
|
2249
|
+
* request.</p>
|
|
1948
2250
|
*/
|
|
1949
2251
|
Description?: string;
|
|
1950
2252
|
/**
|
|
@@ -1960,7 +2262,8 @@ export interface JobDescriptor {
|
|
|
1960
2262
|
*/
|
|
1961
2263
|
Manifest?: JobManifest;
|
|
1962
2264
|
/**
|
|
1963
|
-
* <p>The operation that the specified job is configured to run on the objects listed in the
|
|
2265
|
+
* <p>The operation that the specified job is configured to run on the objects listed in the
|
|
2266
|
+
* manifest.</p>
|
|
1964
2267
|
*/
|
|
1965
2268
|
Operation?: JobOperation;
|
|
1966
2269
|
/**
|
|
@@ -1977,11 +2280,13 @@ export interface JobDescriptor {
|
|
|
1977
2280
|
*/
|
|
1978
2281
|
StatusUpdateReason?: string;
|
|
1979
2282
|
/**
|
|
1980
|
-
* <p>If the specified job failed, this field contains information describing the
|
|
2283
|
+
* <p>If the specified job failed, this field contains information describing the
|
|
2284
|
+
* failure.</p>
|
|
1981
2285
|
*/
|
|
1982
2286
|
FailureReasons?: JobFailure[];
|
|
1983
2287
|
/**
|
|
1984
|
-
* <p>Contains the configuration information for the job-completion report if you requested
|
|
2288
|
+
* <p>Contains the configuration information for the job-completion report if you requested
|
|
2289
|
+
* one in the <code>Create Job</code> request.</p>
|
|
1985
2290
|
*/
|
|
1986
2291
|
Report?: JobReport;
|
|
1987
2292
|
/**
|
|
@@ -1989,12 +2294,13 @@ export interface JobDescriptor {
|
|
|
1989
2294
|
*/
|
|
1990
2295
|
CreationTime?: Date;
|
|
1991
2296
|
/**
|
|
1992
|
-
* <p>A timestamp indicating when this job terminated. A job's termination date is the date
|
|
2297
|
+
* <p>A timestamp indicating when this job terminated. A job's termination date is the date
|
|
2298
|
+
* and time when it succeeded, failed, or was canceled.</p>
|
|
1993
2299
|
*/
|
|
1994
2300
|
TerminationDate?: Date;
|
|
1995
2301
|
/**
|
|
1996
|
-
* <p>The Amazon Resource Name (ARN) for the Identity and Access Management (IAM) role
|
|
1997
|
-
*
|
|
2302
|
+
* <p>The Amazon Resource Name (ARN) for the Identity and Access Management (IAM) role assigned to run the tasks
|
|
2303
|
+
* for this job.</p>
|
|
1998
2304
|
*/
|
|
1999
2305
|
RoleArn?: string;
|
|
2000
2306
|
/**
|
|
@@ -2002,10 +2308,21 @@ export interface JobDescriptor {
|
|
|
2002
2308
|
*/
|
|
2003
2309
|
SuspendedDate?: Date;
|
|
2004
2310
|
/**
|
|
2005
|
-
* <p>The reason why the specified job was suspended. A job is only suspended if you create it
|
|
2006
|
-
*
|
|
2311
|
+
* <p>The reason why the specified job was suspended. A job is only suspended if you create it
|
|
2312
|
+
* through the Amazon S3 console. When you create the job, it enters the <code>Suspended</code>
|
|
2313
|
+
* state to await confirmation before running. After you confirm the job, it automatically
|
|
2314
|
+
* exits the <code>Suspended</code> state.</p>
|
|
2007
2315
|
*/
|
|
2008
2316
|
SuspendedCause?: string;
|
|
2317
|
+
/**
|
|
2318
|
+
* <p>The manifest generator that was used to generate a job manifest for this job.</p>
|
|
2319
|
+
*/
|
|
2320
|
+
ManifestGenerator?: JobManifestGenerator;
|
|
2321
|
+
/**
|
|
2322
|
+
* <p>The attribute of the JobDescriptor containing details about the job's generated
|
|
2323
|
+
* manifest.</p>
|
|
2324
|
+
*/
|
|
2325
|
+
GeneratedManifestDescriptor?: S3GeneratedManifestDescriptor;
|
|
2009
2326
|
}
|
|
2010
2327
|
export declare namespace JobDescriptor {
|
|
2011
2328
|
/**
|
|
@@ -2015,7 +2332,8 @@ export declare namespace JobDescriptor {
|
|
|
2015
2332
|
}
|
|
2016
2333
|
export interface DescribeJobResult {
|
|
2017
2334
|
/**
|
|
2018
|
-
* <p>Contains the configuration parameters and status for the job specified in the
|
|
2335
|
+
* <p>Contains the configuration parameters and status for the job specified in the
|
|
2336
|
+
* <code>Describe Job</code> request.</p>
|
|
2019
2337
|
*/
|
|
2020
2338
|
Job?: JobDescriptor;
|
|
2021
2339
|
}
|
|
@@ -2032,8 +2350,8 @@ export interface DescribeMultiRegionAccessPointOperationRequest {
|
|
|
2032
2350
|
AccountId?: string;
|
|
2033
2351
|
/**
|
|
2034
2352
|
* <p>The request token associated with the request you want to know about. This request token
|
|
2035
|
-
*
|
|
2036
|
-
*
|
|
2353
|
+
* is returned as part of the response when you make an asynchronous request. You provide this
|
|
2354
|
+
* token to query about the status of the asynchronous action.</p>
|
|
2037
2355
|
*/
|
|
2038
2356
|
RequestTokenARN: string | undefined;
|
|
2039
2357
|
}
|
|
@@ -2095,14 +2413,15 @@ export interface GetAccessPointResult {
|
|
|
2095
2413
|
/**
|
|
2096
2414
|
* <p>Contains the virtual private cloud (VPC) configuration for the specified access point.</p>
|
|
2097
2415
|
* <note>
|
|
2098
|
-
* <p>This element is empty if this access point is an Amazon S3 on Outposts access point that is used by other
|
|
2416
|
+
* <p>This element is empty if this access point is an Amazon S3 on Outposts access point that is used by other
|
|
2417
|
+
* Amazon Web Services.</p>
|
|
2099
2418
|
* </note>
|
|
2100
2419
|
*/
|
|
2101
2420
|
VpcConfiguration?: VpcConfiguration;
|
|
2102
2421
|
/**
|
|
2103
|
-
* <p>The <code>PublicAccessBlock</code> configuration that you want to apply to this Amazon S3
|
|
2104
|
-
* You can enable the configuration options in any combination. For more information
|
|
2105
|
-
* 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 S3 User Guide</i>.</p>
|
|
2422
|
+
* <p>The <code>PublicAccessBlock</code> configuration that you want to apply to this Amazon S3
|
|
2423
|
+
* account. You can enable the configuration options in any combination. For more information
|
|
2424
|
+
* 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 S3 User Guide</i>.</p>
|
|
2106
2425
|
* <p>This is not supported for Amazon S3 on Outposts.</p>
|
|
2107
2426
|
*/
|
|
2108
2427
|
PublicAccessBlockConfiguration?: PublicAccessBlockConfiguration;
|
|
@@ -2181,7 +2500,8 @@ export interface GetAccessPointForObjectLambdaResult {
|
|
|
2181
2500
|
*/
|
|
2182
2501
|
Name?: string;
|
|
2183
2502
|
/**
|
|
2184
|
-
* <p>Configuration to block all public access. This setting is turned on and can not be
|
|
2503
|
+
* <p>Configuration to block all public access. This setting is turned on and can not be
|
|
2504
|
+
* edited. </p>
|
|
2185
2505
|
*/
|
|
2186
2506
|
PublicAccessBlockConfiguration?: PublicAccessBlockConfiguration;
|
|
2187
2507
|
/**
|
|
@@ -2270,10 +2590,8 @@ export declare namespace GetAccessPointPolicyStatusRequest {
|
|
|
2270
2590
|
const filterSensitiveLog: (obj: GetAccessPointPolicyStatusRequest) => any;
|
|
2271
2591
|
}
|
|
2272
2592
|
/**
|
|
2273
|
-
* <p>Indicates whether this access point policy is public. For more information about how Amazon S3
|
|
2274
|
-
* <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
|
|
2275
|
-
* <i>Amazon S3 User Guide</i>.
|
|
2276
|
-
* </p>
|
|
2593
|
+
* <p>Indicates whether this access point policy is public. For more information about how Amazon S3
|
|
2594
|
+
* 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 S3 User Guide</i>. </p>
|
|
2277
2595
|
*/
|
|
2278
2596
|
export interface PolicyStatus {
|
|
2279
2597
|
/**
|
|
@@ -2317,10 +2635,8 @@ export declare namespace GetAccessPointPolicyStatusForObjectLambdaRequest {
|
|
|
2317
2635
|
}
|
|
2318
2636
|
export interface GetAccessPointPolicyStatusForObjectLambdaResult {
|
|
2319
2637
|
/**
|
|
2320
|
-
* <p>Indicates whether this access point policy is public. For more information about how Amazon S3
|
|
2321
|
-
* <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
|
|
2322
|
-
* <i>Amazon S3 User Guide</i>.
|
|
2323
|
-
* </p>
|
|
2638
|
+
* <p>Indicates whether this access point policy is public. For more information about how Amazon S3
|
|
2639
|
+
* 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 S3 User Guide</i>. </p>
|
|
2324
2640
|
*/
|
|
2325
2641
|
PolicyStatus?: PolicyStatus;
|
|
2326
2642
|
}
|
|
@@ -2396,7 +2712,8 @@ export interface LifecycleExpiration {
|
|
|
2396
2712
|
*/
|
|
2397
2713
|
Date?: Date;
|
|
2398
2714
|
/**
|
|
2399
|
-
* <p>Indicates the lifetime, in days, of the objects that are subject to the rule. The value
|
|
2715
|
+
* <p>Indicates the lifetime, in days, of the objects that are subject to the rule. The value
|
|
2716
|
+
* must be a non-zero positive integer.</p>
|
|
2400
2717
|
*/
|
|
2401
2718
|
Days?: number;
|
|
2402
2719
|
/**
|
|
@@ -2421,7 +2738,8 @@ export interface LifecycleRuleAndOperator {
|
|
|
2421
2738
|
*/
|
|
2422
2739
|
Prefix?: string;
|
|
2423
2740
|
/**
|
|
2424
|
-
* <p>All of these tags must exist in the object's tag set in order for the rule to
|
|
2741
|
+
* <p>All of these tags must exist in the object's tag set in order for the rule to
|
|
2742
|
+
* apply.</p>
|
|
2425
2743
|
*/
|
|
2426
2744
|
Tags?: S3Tag[];
|
|
2427
2745
|
}
|
|
@@ -2466,7 +2784,8 @@ export interface NoncurrentVersionExpiration {
|
|
|
2466
2784
|
/**
|
|
2467
2785
|
* <p>Specifies the number of days an object is noncurrent before Amazon S3 can perform the
|
|
2468
2786
|
* 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
|
|
2469
|
-
* Amazon S3 Calculates When an Object Became Noncurrent</a> in the
|
|
2787
|
+
* Amazon S3 Calculates When an Object Became Noncurrent</a> in the
|
|
2788
|
+
* <i>Amazon S3 User Guide</i>.</p>
|
|
2470
2789
|
*/
|
|
2471
2790
|
NoncurrentDays?: number;
|
|
2472
2791
|
}
|
|
@@ -2482,10 +2801,10 @@ export declare type TransitionStorageClass = "DEEP_ARCHIVE" | "GLACIER" | "INTEL
|
|
|
2482
2801
|
*/
|
|
2483
2802
|
export interface NoncurrentVersionTransition {
|
|
2484
2803
|
/**
|
|
2485
|
-
* <p>Specifies the number of days an object is noncurrent before Amazon S3 can perform the
|
|
2486
|
-
* For information about the noncurrent days calculations, see
|
|
2487
|
-
*
|
|
2488
|
-
*
|
|
2804
|
+
* <p>Specifies the number of days an object is noncurrent before Amazon S3 can perform the
|
|
2805
|
+
* 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
|
|
2806
|
+
* Amazon S3 Calculates How Long an Object Has Been Noncurrent</a> in the
|
|
2807
|
+
* <i>Amazon S3 User Guide</i>.</p>
|
|
2489
2808
|
*/
|
|
2490
2809
|
NoncurrentDays?: number;
|
|
2491
2810
|
/**
|
|
@@ -2508,13 +2827,13 @@ export declare type ExpirationStatus = "Disabled" | "Enabled";
|
|
|
2508
2827
|
*/
|
|
2509
2828
|
export interface Transition {
|
|
2510
2829
|
/**
|
|
2511
|
-
* <p>Indicates when objects are transitioned to the specified storage class.
|
|
2512
|
-
*
|
|
2830
|
+
* <p>Indicates when objects are transitioned to the specified storage class. The date value
|
|
2831
|
+
* must be in ISO 8601 format. The time is always midnight UTC.</p>
|
|
2513
2832
|
*/
|
|
2514
2833
|
Date?: Date;
|
|
2515
2834
|
/**
|
|
2516
|
-
* <p>Indicates the number of days after creation when objects are transitioned to the
|
|
2517
|
-
* The value must be a positive integer.</p>
|
|
2835
|
+
* <p>Indicates the number of days after creation when objects are transitioned to the
|
|
2836
|
+
* specified storage class. The value must be a positive integer.</p>
|
|
2518
2837
|
*/
|
|
2519
2838
|
Days?: number;
|
|
2520
2839
|
/**
|
|
@@ -2533,8 +2852,8 @@ export declare namespace Transition {
|
|
|
2533
2852
|
*/
|
|
2534
2853
|
export interface LifecycleRule {
|
|
2535
2854
|
/**
|
|
2536
|
-
* <p>Specifies the expiration for the lifecycle of the object in the form of date, days and,
|
|
2537
|
-
* has a delete marker.</p>
|
|
2855
|
+
* <p>Specifies the expiration for the lifecycle of the object in the form of date, days and,
|
|
2856
|
+
* whether the object has a delete marker.</p>
|
|
2538
2857
|
*/
|
|
2539
2858
|
Expiration?: LifecycleExpiration;
|
|
2540
2859
|
/**
|
|
@@ -2546,7 +2865,8 @@ export interface LifecycleRule {
|
|
|
2546
2865
|
*/
|
|
2547
2866
|
Filter?: LifecycleRuleFilter;
|
|
2548
2867
|
/**
|
|
2549
|
-
* <p>If 'Enabled', the rule is currently being applied. If 'Disabled', the rule is not
|
|
2868
|
+
* <p>If 'Enabled', the rule is currently being applied. If 'Disabled', the rule is not
|
|
2869
|
+
* currently being applied.</p>
|
|
2550
2870
|
*/
|
|
2551
2871
|
Status: ExpirationStatus | string | undefined;
|
|
2552
2872
|
/**
|
|
@@ -2695,9 +3015,9 @@ export interface GetMultiRegionAccessPointRequest {
|
|
|
2695
3015
|
AccountId?: string;
|
|
2696
3016
|
/**
|
|
2697
3017
|
* <p>The name of the Multi-Region Access Point whose configuration information you want to receive. The name of
|
|
2698
|
-
*
|
|
2699
|
-
*
|
|
2700
|
-
*
|
|
3018
|
+
* the Multi-Region Access Point is different from the alias. For more information about the distinction between
|
|
3019
|
+
* the name and the alias of an Multi-Region Access Point, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/CreatingMultiRegionAccessPoints.html#multi-region-access-point-naming">Managing Multi-Region Access Points</a> in the
|
|
3020
|
+
* <i>Amazon S3 User Guide</i>.</p>
|
|
2701
3021
|
*/
|
|
2702
3022
|
Name: string | undefined;
|
|
2703
3023
|
}
|
|
@@ -2743,9 +3063,8 @@ export interface MultiRegionAccessPointReport {
|
|
|
2743
3063
|
*/
|
|
2744
3064
|
Name?: string;
|
|
2745
3065
|
/**
|
|
2746
|
-
* <p>The alias for the Multi-Region Access Point. For more information about the distinction between the
|
|
2747
|
-
*
|
|
2748
|
-
* Multi-Region Access Points</a>.</p>
|
|
3066
|
+
* <p>The alias for the Multi-Region Access Point. For more information about the distinction between the name
|
|
3067
|
+
* and the alias of an Multi-Region Access Point, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/CreatingMultiRegionAccessPoints.html#multi-region-access-point-naming">Managing Multi-Region Access Points</a>.</p>
|
|
2749
3068
|
*/
|
|
2750
3069
|
Alias?: string;
|
|
2751
3070
|
/**
|
|
@@ -2753,9 +3072,9 @@ export interface MultiRegionAccessPointReport {
|
|
|
2753
3072
|
*/
|
|
2754
3073
|
CreatedAt?: Date;
|
|
2755
3074
|
/**
|
|
2756
|
-
* <p>The <code>PublicAccessBlock</code> configuration that you want to apply to this Amazon S3
|
|
2757
|
-
* You can enable the configuration options in any combination. For more information
|
|
2758
|
-
* 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 S3 User Guide</i>.</p>
|
|
3075
|
+
* <p>The <code>PublicAccessBlock</code> configuration that you want to apply to this Amazon S3
|
|
3076
|
+
* account. You can enable the configuration options in any combination. For more information
|
|
3077
|
+
* 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 S3 User Guide</i>.</p>
|
|
2759
3078
|
* <p>This is not supported for Amazon S3 on Outposts.</p>
|
|
2760
3079
|
*/
|
|
2761
3080
|
PublicAccessBlock?: PublicAccessBlockConfiguration;
|
|
@@ -2763,10 +3082,10 @@ export interface MultiRegionAccessPointReport {
|
|
|
2763
3082
|
* <p>The current status of the Multi-Region Access Point.</p>
|
|
2764
3083
|
* <p>
|
|
2765
3084
|
* <code>CREATING</code> and <code>DELETING</code> are temporary states that exist while
|
|
2766
|
-
*
|
|
2767
|
-
*
|
|
2768
|
-
*
|
|
2769
|
-
*
|
|
3085
|
+
* the request is propogating and being completed. If a Multi-Region Access Point has a status of
|
|
3086
|
+
* <code>PARTIALLY_CREATED</code>, you can retry creation or send a request to delete the
|
|
3087
|
+
* Multi-Region Access Point. If a Multi-Region Access Point has a status of <code>PARTIALLY_DELETED</code>, you can retry a delete
|
|
3088
|
+
* request to finish the deletion of the Multi-Region Access Point.</p>
|
|
2770
3089
|
*/
|
|
2771
3090
|
Status?: MultiRegionAccessPointStatus | string;
|
|
2772
3091
|
/**
|
|
@@ -2799,9 +3118,8 @@ export interface GetMultiRegionAccessPointPolicyRequest {
|
|
|
2799
3118
|
AccountId?: string;
|
|
2800
3119
|
/**
|
|
2801
3120
|
* <p>Specifies the Multi-Region Access Point. The name of the Multi-Region Access Point is different from the alias. For more
|
|
2802
|
-
*
|
|
2803
|
-
*
|
|
2804
|
-
* <i>Amazon S3 User Guide</i>.</p>
|
|
3121
|
+
* information about the distinction between the name and the alias of an Multi-Region Access Point, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/CreatingMultiRegionAccessPoints.html#multi-region-access-point-naming">Managing Multi-Region Access Points</a> in the
|
|
3122
|
+
* <i>Amazon S3 User Guide</i>.</p>
|
|
2805
3123
|
*/
|
|
2806
3124
|
Name: string | undefined;
|
|
2807
3125
|
}
|
|
@@ -2814,9 +3132,9 @@ export declare namespace GetMultiRegionAccessPointPolicyRequest {
|
|
|
2814
3132
|
/**
|
|
2815
3133
|
* <p>The last established access control policy for a Multi-Region Access Point.</p>
|
|
2816
3134
|
* <p>When you update the policy, the update is first listed as the proposed policy. After the
|
|
2817
|
-
*
|
|
2818
|
-
*
|
|
2819
|
-
*
|
|
3135
|
+
* update is finished and all Regions have been updated, the proposed policy is listed as the
|
|
3136
|
+
* established policy. If both policies have the same version number, the proposed policy is
|
|
3137
|
+
* the established policy.</p>
|
|
2820
3138
|
*/
|
|
2821
3139
|
export interface EstablishedMultiRegionAccessPointPolicy {
|
|
2822
3140
|
/**
|
|
@@ -2833,9 +3151,9 @@ export declare namespace EstablishedMultiRegionAccessPointPolicy {
|
|
|
2833
3151
|
/**
|
|
2834
3152
|
* <p>The proposed access control policy for the Multi-Region Access Point.</p>
|
|
2835
3153
|
* <p>When you update the policy, the update is first listed as the proposed policy. After the
|
|
2836
|
-
*
|
|
2837
|
-
*
|
|
2838
|
-
*
|
|
3154
|
+
* update is finished and all Regions have been updated, the proposed policy is listed as the
|
|
3155
|
+
* established policy. If both policies have the same version number, the proposed policy is
|
|
3156
|
+
* the established policy.</p>
|
|
2839
3157
|
*/
|
|
2840
3158
|
export interface ProposedMultiRegionAccessPointPolicy {
|
|
2841
3159
|
/**
|
|
@@ -2852,9 +3170,9 @@ export declare namespace ProposedMultiRegionAccessPointPolicy {
|
|
|
2852
3170
|
/**
|
|
2853
3171
|
* <p>The Multi-Region Access Point access control policy.</p>
|
|
2854
3172
|
* <p>When you update the policy, the update is first listed as the proposed policy. After the
|
|
2855
|
-
*
|
|
2856
|
-
*
|
|
2857
|
-
*
|
|
3173
|
+
* update is finished and all Regions have been updated, the proposed policy is listed as the
|
|
3174
|
+
* established policy. If both policies have the same version number, the proposed policy is
|
|
3175
|
+
* the established policy.</p>
|
|
2858
3176
|
*/
|
|
2859
3177
|
export interface MultiRegionAccessPointPolicyDocument {
|
|
2860
3178
|
/**
|
|
@@ -2891,9 +3209,8 @@ export interface GetMultiRegionAccessPointPolicyStatusRequest {
|
|
|
2891
3209
|
AccountId?: string;
|
|
2892
3210
|
/**
|
|
2893
3211
|
* <p>Specifies the Multi-Region Access Point. The name of the Multi-Region Access Point is different from the alias. For more
|
|
2894
|
-
*
|
|
2895
|
-
*
|
|
2896
|
-
* <i>Amazon S3 User Guide</i>.</p>
|
|
3212
|
+
* information about the distinction between the name and the alias of an Multi-Region Access Point, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/CreatingMultiRegionAccessPoints.html#multi-region-access-point-naming">Managing Multi-Region Access Points</a> in the
|
|
3213
|
+
* <i>Amazon S3 User Guide</i>.</p>
|
|
2897
3214
|
*/
|
|
2898
3215
|
Name: string | undefined;
|
|
2899
3216
|
}
|
|
@@ -2905,10 +3222,8 @@ export declare namespace GetMultiRegionAccessPointPolicyStatusRequest {
|
|
|
2905
3222
|
}
|
|
2906
3223
|
export interface GetMultiRegionAccessPointPolicyStatusResult {
|
|
2907
3224
|
/**
|
|
2908
|
-
* <p>Indicates whether this access point policy is public. For more information about how Amazon S3
|
|
2909
|
-
* <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
|
|
2910
|
-
* <i>Amazon S3 User Guide</i>.
|
|
2911
|
-
* </p>
|
|
3225
|
+
* <p>Indicates whether this access point policy is public. For more information about how Amazon S3
|
|
3226
|
+
* 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 S3 User Guide</i>. </p>
|
|
2912
3227
|
*/
|
|
2913
3228
|
Established?: PolicyStatus;
|
|
2914
3229
|
}
|
|
@@ -2920,7 +3235,8 @@ export declare namespace GetMultiRegionAccessPointPolicyStatusResult {
|
|
|
2920
3235
|
}
|
|
2921
3236
|
export interface GetPublicAccessBlockOutput {
|
|
2922
3237
|
/**
|
|
2923
|
-
* <p>The <code>PublicAccessBlock</code> configuration currently in effect for this
|
|
3238
|
+
* <p>The <code>PublicAccessBlock</code> configuration currently in effect for this
|
|
3239
|
+
* Amazon Web Services account.</p>
|
|
2924
3240
|
*/
|
|
2925
3241
|
PublicAccessBlockConfiguration?: PublicAccessBlockConfiguration;
|
|
2926
3242
|
}
|
|
@@ -2932,8 +3248,8 @@ export declare namespace GetPublicAccessBlockOutput {
|
|
|
2932
3248
|
}
|
|
2933
3249
|
export interface GetPublicAccessBlockRequest {
|
|
2934
3250
|
/**
|
|
2935
|
-
* <p>The account ID for the Amazon Web Services account whose <code>PublicAccessBlock</code> configuration
|
|
2936
|
-
* to retrieve.</p>
|
|
3251
|
+
* <p>The account ID for the Amazon Web Services account whose <code>PublicAccessBlock</code> configuration
|
|
3252
|
+
* you want to retrieve.</p>
|
|
2937
3253
|
*/
|
|
2938
3254
|
AccountId?: string;
|
|
2939
3255
|
}
|
|
@@ -2945,12 +3261,17 @@ export declare namespace GetPublicAccessBlockRequest {
|
|
|
2945
3261
|
}
|
|
2946
3262
|
/**
|
|
2947
3263
|
* <p>Amazon S3 throws this exception if you make a <code>GetPublicAccessBlock</code> request
|
|
2948
|
-
*
|
|
3264
|
+
* against an account that doesn't have a <code>PublicAccessBlockConfiguration</code>
|
|
3265
|
+
* set.</p>
|
|
2949
3266
|
*/
|
|
2950
|
-
export
|
|
2951
|
-
name: "NoSuchPublicAccessBlockConfiguration";
|
|
2952
|
-
$fault: "client";
|
|
3267
|
+
export declare class NoSuchPublicAccessBlockConfiguration extends __BaseException {
|
|
3268
|
+
readonly name: "NoSuchPublicAccessBlockConfiguration";
|
|
3269
|
+
readonly $fault: "client";
|
|
2953
3270
|
Message?: string;
|
|
3271
|
+
/**
|
|
3272
|
+
* @internal
|
|
3273
|
+
*/
|
|
3274
|
+
constructor(opts: __ExceptionOptionType<NoSuchPublicAccessBlockConfiguration, __BaseException>);
|
|
2954
3275
|
}
|
|
2955
3276
|
export interface GetStorageLensConfigurationRequest {
|
|
2956
3277
|
/**
|
|
@@ -2973,9 +3294,9 @@ export declare namespace GetStorageLensConfigurationRequest {
|
|
|
2973
3294
|
*/
|
|
2974
3295
|
export interface StorageLensAwsOrg {
|
|
2975
3296
|
/**
|
|
2976
|
-
* <p>A container for the Amazon Resource Name (ARN) of the Amazon Web Services organization.
|
|
2977
|
-
*
|
|
2978
|
-
*
|
|
3297
|
+
* <p>A container for the Amazon Resource Name (ARN) of the Amazon Web Services organization. This property
|
|
3298
|
+
* is read-only and follows the following format: <code>
|
|
3299
|
+
* arn:aws:organizations:<i>us-east-1</i>:<i>example-account-id</i>:organization/<i>o-ex2l495dck</i>
|
|
2979
3300
|
* </code>
|
|
2980
3301
|
* </p>
|
|
2981
3302
|
*/
|
|
@@ -2989,11 +3310,14 @@ export declare namespace StorageLensAwsOrg {
|
|
|
2989
3310
|
}
|
|
2990
3311
|
/**
|
|
2991
3312
|
* <p>A container for enabling Amazon CloudWatch publishing for S3 Storage Lens metrics.</p>
|
|
2992
|
-
* <p>For more information about publishing S3 Storage Lens metrics to CloudWatch, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage_lens_view_metrics_cloudwatch.html">Monitor
|
|
3313
|
+
* <p>For more information about publishing S3 Storage Lens metrics to CloudWatch, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage_lens_view_metrics_cloudwatch.html">Monitor
|
|
3314
|
+
* S3 Storage Lens metrics in CloudWatch</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
2993
3315
|
*/
|
|
2994
3316
|
export interface CloudWatchMetrics {
|
|
2995
3317
|
/**
|
|
2996
|
-
* <p>A container that indicates whether CloudWatch publishing for S3 Storage Lens metrics is enabled. A
|
|
3318
|
+
* <p>A container that indicates whether CloudWatch publishing for S3 Storage Lens metrics is enabled. A
|
|
3319
|
+
* value of <code>true</code> indicates that CloudWatch publishing for S3 Storage Lens metrics is
|
|
3320
|
+
* enabled.</p>
|
|
2997
3321
|
*/
|
|
2998
3322
|
IsEnabled: boolean | undefined;
|
|
2999
3323
|
}
|
|
@@ -3008,9 +3332,9 @@ export declare namespace CloudWatchMetrics {
|
|
|
3008
3332
|
*/
|
|
3009
3333
|
export interface SSEKMS {
|
|
3010
3334
|
/**
|
|
3011
|
-
* <p>A container for the ARN of the SSE-KMS encryption.
|
|
3012
|
-
*
|
|
3013
|
-
*
|
|
3335
|
+
* <p>A container for the ARN of the SSE-KMS encryption. This property is read-only and
|
|
3336
|
+
* follows the following format: <code>
|
|
3337
|
+
* arn:aws:kms:<i>us-east-1</i>:<i>example-account-id</i>:key/<i>example-9a73-4afc-8d29-8f5900cef44e</i>
|
|
3014
3338
|
* </code>
|
|
3015
3339
|
* </p>
|
|
3016
3340
|
*/
|
|
@@ -3055,7 +3379,8 @@ export declare namespace StorageLensDataExportEncryption {
|
|
|
3055
3379
|
export declare type Format = "CSV" | "Parquet";
|
|
3056
3380
|
export declare type OutputSchemaVersion = "V_1";
|
|
3057
3381
|
/**
|
|
3058
|
-
* <p>A container for the bucket where the Amazon S3 Storage Lens metrics export files are
|
|
3382
|
+
* <p>A container for the bucket where the Amazon S3 Storage Lens metrics export files are
|
|
3383
|
+
* located.</p>
|
|
3059
3384
|
*/
|
|
3060
3385
|
export interface S3BucketDestination {
|
|
3061
3386
|
/**
|
|
@@ -3071,9 +3396,9 @@ export interface S3BucketDestination {
|
|
|
3071
3396
|
*/
|
|
3072
3397
|
AccountId?: string;
|
|
3073
3398
|
/**
|
|
3074
|
-
* <p>The Amazon Resource Name (ARN) of the bucket.
|
|
3075
|
-
*
|
|
3076
|
-
*
|
|
3399
|
+
* <p>The Amazon Resource Name (ARN) of the bucket. This property is read-only and follows the
|
|
3400
|
+
* following format: <code>
|
|
3401
|
+
* arn:aws:s3:<i>us-east-1</i>:<i>example-account-id</i>:bucket/<i>your-destination-bucket-name</i>
|
|
3077
3402
|
* </code>
|
|
3078
3403
|
* </p>
|
|
3079
3404
|
*/
|
|
@@ -3101,7 +3426,8 @@ export interface StorageLensDataExport {
|
|
|
3101
3426
|
/**
|
|
3102
3427
|
* <p>A container for the bucket where the S3 Storage Lens metrics export will be located.</p>
|
|
3103
3428
|
* <note>
|
|
3104
|
-
* <p>This bucket must be located in the same Region as the storage lens configuration.
|
|
3429
|
+
* <p>This bucket must be located in the same Region as the storage lens configuration.
|
|
3430
|
+
* </p>
|
|
3105
3431
|
* </note>
|
|
3106
3432
|
*/
|
|
3107
3433
|
S3BucketDestination?: S3BucketDestination;
|
|
@@ -3178,8 +3504,8 @@ export interface StorageLensConfiguration {
|
|
|
3178
3504
|
*/
|
|
3179
3505
|
Exclude?: _Exclude;
|
|
3180
3506
|
/**
|
|
3181
|
-
* <p>A container to specify the properties of your S3 Storage Lens metrics export including, the
|
|
3182
|
-
* format.</p>
|
|
3507
|
+
* <p>A container to specify the properties of your S3 Storage Lens metrics export including, the
|
|
3508
|
+
* destination, schema and format.</p>
|
|
3183
3509
|
*/
|
|
3184
3510
|
DataExport?: StorageLensDataExport;
|
|
3185
3511
|
/**
|
|
@@ -3191,9 +3517,9 @@ export interface StorageLensConfiguration {
|
|
|
3191
3517
|
*/
|
|
3192
3518
|
AwsOrg?: StorageLensAwsOrg;
|
|
3193
3519
|
/**
|
|
3194
|
-
* <p>The Amazon Resource Name (ARN) of the S3 Storage Lens configuration. This property is
|
|
3195
|
-
*
|
|
3196
|
-
*
|
|
3520
|
+
* <p>The Amazon Resource Name (ARN) of the S3 Storage Lens configuration. This property is read-only
|
|
3521
|
+
* and follows the following format: <code>
|
|
3522
|
+
* arn:aws:s3:<i>us-east-1</i>:<i>example-account-id</i>:storage-lens/<i>your-dashboard-name</i>
|
|
3197
3523
|
* </code>
|
|
3198
3524
|
* </p>
|
|
3199
3525
|
*/
|
|
@@ -3276,14 +3602,16 @@ export interface ListAccessPointsRequest {
|
|
|
3276
3602
|
*/
|
|
3277
3603
|
Bucket?: string;
|
|
3278
3604
|
/**
|
|
3279
|
-
* <p>A continuation token. If a previous call to <code>ListAccessPoints</code> returned a
|
|
3605
|
+
* <p>A continuation token. If a previous call to <code>ListAccessPoints</code> returned a
|
|
3606
|
+
* continuation token in the <code>NextToken</code> field, then providing that value here
|
|
3607
|
+
* causes Amazon S3 to retrieve the next page of results.</p>
|
|
3280
3608
|
*/
|
|
3281
3609
|
NextToken?: string;
|
|
3282
3610
|
/**
|
|
3283
3611
|
* <p>The maximum number of access points that you want to include in the list. If the specified
|
|
3284
|
-
* bucket has more than this number of access points, then the response will include a
|
|
3285
|
-
*
|
|
3286
|
-
*
|
|
3612
|
+
* bucket has more than this number of access points, then the response will include a continuation
|
|
3613
|
+
* token in the <code>NextToken</code> field that you can use to retrieve the next page of
|
|
3614
|
+
* access points.</p>
|
|
3287
3615
|
*/
|
|
3288
3616
|
MaxResults?: number;
|
|
3289
3617
|
}
|
|
@@ -3295,14 +3623,14 @@ export declare namespace ListAccessPointsRequest {
|
|
|
3295
3623
|
}
|
|
3296
3624
|
export interface ListAccessPointsResult {
|
|
3297
3625
|
/**
|
|
3298
|
-
* <p>Contains identification and configuration information for one or more access points
|
|
3299
|
-
*
|
|
3626
|
+
* <p>Contains identification and configuration information for one or more access points associated
|
|
3627
|
+
* with the specified bucket.</p>
|
|
3300
3628
|
*/
|
|
3301
3629
|
AccessPointList?: AccessPoint[];
|
|
3302
3630
|
/**
|
|
3303
|
-
* <p>If the specified bucket has more access points than can be returned in one call to this
|
|
3304
|
-
*
|
|
3305
|
-
*
|
|
3631
|
+
* <p>If the specified bucket has more access points than can be returned in one call to this API,
|
|
3632
|
+
* this field contains a continuation token that you can provide in subsequent calls to this
|
|
3633
|
+
* API to retrieve additional access points.</p>
|
|
3306
3634
|
*/
|
|
3307
3635
|
NextToken?: string;
|
|
3308
3636
|
}
|
|
@@ -3318,13 +3646,16 @@ export interface ListAccessPointsForObjectLambdaRequest {
|
|
|
3318
3646
|
*/
|
|
3319
3647
|
AccountId?: string;
|
|
3320
3648
|
/**
|
|
3321
|
-
* <p>If the list has more access points than can be returned in one call to this
|
|
3322
|
-
*
|
|
3323
|
-
*
|
|
3649
|
+
* <p>If the list has more access points than can be returned in one call to this API, this field
|
|
3650
|
+
* contains a continuation token that you can provide in subsequent calls to this API to
|
|
3651
|
+
* retrieve additional access points.</p>
|
|
3324
3652
|
*/
|
|
3325
3653
|
NextToken?: string;
|
|
3326
3654
|
/**
|
|
3327
|
-
* <p>The maximum number of access points that you want to include in the list.
|
|
3655
|
+
* <p>The maximum number of access points that you want to include in the list. The response may
|
|
3656
|
+
* contain fewer access points but will never contain more. If there are more than this number of
|
|
3657
|
+
* access points, then the response will include a continuation token in the <code>NextToken</code>
|
|
3658
|
+
* field that you can use to retrieve the next page of access points.</p>
|
|
3328
3659
|
*/
|
|
3329
3660
|
MaxResults?: number;
|
|
3330
3661
|
}
|
|
@@ -3335,7 +3666,8 @@ export declare namespace ListAccessPointsForObjectLambdaRequest {
|
|
|
3335
3666
|
const filterSensitiveLog: (obj: ListAccessPointsForObjectLambdaRequest) => any;
|
|
3336
3667
|
}
|
|
3337
3668
|
/**
|
|
3338
|
-
* <p>An access point with an attached Lambda function used to access transformed data from an Amazon S3
|
|
3669
|
+
* <p>An access point with an attached Lambda function used to access transformed data from an Amazon S3
|
|
3670
|
+
* bucket.</p>
|
|
3339
3671
|
*/
|
|
3340
3672
|
export interface ObjectLambdaAccessPoint {
|
|
3341
3673
|
/**
|
|
@@ -3359,9 +3691,9 @@ export interface ListAccessPointsForObjectLambdaResult {
|
|
|
3359
3691
|
*/
|
|
3360
3692
|
ObjectLambdaAccessPointList?: ObjectLambdaAccessPoint[];
|
|
3361
3693
|
/**
|
|
3362
|
-
* <p>If the list has more access points than can be returned in one call to this
|
|
3363
|
-
*
|
|
3364
|
-
*
|
|
3694
|
+
* <p>If the list has more access points than can be returned in one call to this API, this field
|
|
3695
|
+
* contains a continuation token that you can provide in subsequent calls to this API to
|
|
3696
|
+
* retrieve additional access points.</p>
|
|
3365
3697
|
*/
|
|
3366
3698
|
NextToken?: string;
|
|
3367
3699
|
}
|
|
@@ -3374,18 +3706,26 @@ export declare namespace ListAccessPointsForObjectLambdaResult {
|
|
|
3374
3706
|
/**
|
|
3375
3707
|
* <p></p>
|
|
3376
3708
|
*/
|
|
3377
|
-
export
|
|
3378
|
-
name: "InvalidNextTokenException";
|
|
3379
|
-
$fault: "client";
|
|
3709
|
+
export declare class InvalidNextTokenException extends __BaseException {
|
|
3710
|
+
readonly name: "InvalidNextTokenException";
|
|
3711
|
+
readonly $fault: "client";
|
|
3380
3712
|
Message?: string;
|
|
3713
|
+
/**
|
|
3714
|
+
* @internal
|
|
3715
|
+
*/
|
|
3716
|
+
constructor(opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>);
|
|
3381
3717
|
}
|
|
3382
3718
|
/**
|
|
3383
3719
|
* <p></p>
|
|
3384
3720
|
*/
|
|
3385
|
-
export
|
|
3386
|
-
name: "InvalidRequestException";
|
|
3387
|
-
$fault: "client";
|
|
3721
|
+
export declare class InvalidRequestException extends __BaseException {
|
|
3722
|
+
readonly name: "InvalidRequestException";
|
|
3723
|
+
readonly $fault: "client";
|
|
3388
3724
|
Message?: string;
|
|
3725
|
+
/**
|
|
3726
|
+
* @internal
|
|
3727
|
+
*/
|
|
3728
|
+
constructor(opts: __ExceptionOptionType<InvalidRequestException, __BaseException>);
|
|
3389
3729
|
}
|
|
3390
3730
|
export interface ListJobsRequest {
|
|
3391
3731
|
/**
|
|
@@ -3393,15 +3733,21 @@ export interface ListJobsRequest {
|
|
|
3393
3733
|
*/
|
|
3394
3734
|
AccountId?: string;
|
|
3395
3735
|
/**
|
|
3396
|
-
* <p>The <code>List Jobs</code> request returns jobs that match the statuses listed in this
|
|
3736
|
+
* <p>The <code>List Jobs</code> request returns jobs that match the statuses listed in this
|
|
3737
|
+
* element.</p>
|
|
3397
3738
|
*/
|
|
3398
3739
|
JobStatuses?: (JobStatus | string)[];
|
|
3399
3740
|
/**
|
|
3400
|
-
* <p>A pagination token to request the next page of results. Use the token that Amazon S3 returned
|
|
3741
|
+
* <p>A pagination token to request the next page of results. Use the token that Amazon S3 returned
|
|
3742
|
+
* in the <code>NextToken</code> element of the <code>ListJobsResult</code> from the previous
|
|
3743
|
+
* <code>List Jobs</code> request.</p>
|
|
3401
3744
|
*/
|
|
3402
3745
|
NextToken?: string;
|
|
3403
3746
|
/**
|
|
3404
|
-
* <p>The maximum number of jobs that Amazon S3 will include in the <code>List Jobs</code>
|
|
3747
|
+
* <p>The maximum number of jobs that Amazon S3 will include in the <code>List Jobs</code>
|
|
3748
|
+
* response. If there are more jobs than this number, the response will include a pagination
|
|
3749
|
+
* token in the <code>NextToken</code> field to enable you to retrieve the next page of
|
|
3750
|
+
* results.</p>
|
|
3405
3751
|
*/
|
|
3406
3752
|
MaxResults?: number;
|
|
3407
3753
|
}
|
|
@@ -3419,10 +3765,12 @@ export declare enum OperationName {
|
|
|
3419
3765
|
S3PutObjectCopy = "S3PutObjectCopy",
|
|
3420
3766
|
S3PutObjectLegalHold = "S3PutObjectLegalHold",
|
|
3421
3767
|
S3PutObjectRetention = "S3PutObjectRetention",
|
|
3422
|
-
S3PutObjectTagging = "S3PutObjectTagging"
|
|
3768
|
+
S3PutObjectTagging = "S3PutObjectTagging",
|
|
3769
|
+
S3ReplicateObject = "S3ReplicateObject"
|
|
3423
3770
|
}
|
|
3424
3771
|
/**
|
|
3425
|
-
* <p>Contains the configuration and status information for a single job retrieved as part of
|
|
3772
|
+
* <p>Contains the configuration and status information for a single job retrieved as part of
|
|
3773
|
+
* a job list.</p>
|
|
3426
3774
|
*/
|
|
3427
3775
|
export interface JobListDescriptor {
|
|
3428
3776
|
/**
|
|
@@ -3430,11 +3778,13 @@ export interface JobListDescriptor {
|
|
|
3430
3778
|
*/
|
|
3431
3779
|
JobId?: string;
|
|
3432
3780
|
/**
|
|
3433
|
-
* <p>The user-specified description that was included in the specified job's <code>Create
|
|
3781
|
+
* <p>The user-specified description that was included in the specified job's <code>Create
|
|
3782
|
+
* Job</code> request.</p>
|
|
3434
3783
|
*/
|
|
3435
3784
|
Description?: string;
|
|
3436
3785
|
/**
|
|
3437
|
-
* <p>The operation that the specified job is configured to run on every object listed in the
|
|
3786
|
+
* <p>The operation that the specified job is configured to run on every object listed in the
|
|
3787
|
+
* manifest.</p>
|
|
3438
3788
|
*/
|
|
3439
3789
|
Operation?: OperationName | string;
|
|
3440
3790
|
/**
|
|
@@ -3450,7 +3800,8 @@ export interface JobListDescriptor {
|
|
|
3450
3800
|
*/
|
|
3451
3801
|
CreationTime?: Date;
|
|
3452
3802
|
/**
|
|
3453
|
-
* <p>A timestamp indicating when the specified job terminated. A job's termination date is
|
|
3803
|
+
* <p>A timestamp indicating when the specified job terminated. A job's termination date is
|
|
3804
|
+
* the date and time when it succeeded, failed, or was canceled.</p>
|
|
3454
3805
|
*/
|
|
3455
3806
|
TerminationDate?: Date;
|
|
3456
3807
|
/**
|
|
@@ -3467,8 +3818,9 @@ export declare namespace JobListDescriptor {
|
|
|
3467
3818
|
}
|
|
3468
3819
|
export interface ListJobsResult {
|
|
3469
3820
|
/**
|
|
3470
|
-
* <p>If the <code>List Jobs</code> request produced more than the maximum number of results,
|
|
3471
|
-
*
|
|
3821
|
+
* <p>If the <code>List Jobs</code> request produced more than the maximum number of results,
|
|
3822
|
+
* you can pass this value into a subsequent <code>List Jobs</code> request in order to
|
|
3823
|
+
* retrieve the next page of results.</p>
|
|
3472
3824
|
*/
|
|
3473
3825
|
NextToken?: string;
|
|
3474
3826
|
/**
|
|
@@ -3509,8 +3861,8 @@ export interface ListMultiRegionAccessPointsResult {
|
|
|
3509
3861
|
AccessPoints?: MultiRegionAccessPointReport[];
|
|
3510
3862
|
/**
|
|
3511
3863
|
* <p>If the specified bucket has more Multi-Region Access Points than can be returned in one call to this
|
|
3512
|
-
*
|
|
3513
|
-
*
|
|
3864
|
+
* action, this field contains a continuation token. You can use this token tin subsequent
|
|
3865
|
+
* calls to this action to retrieve additional Multi-Region Access Points.</p>
|
|
3514
3866
|
*/
|
|
3515
3867
|
NextToken?: string;
|
|
3516
3868
|
}
|
|
@@ -3585,10 +3937,10 @@ export interface ListRegionalBucketsResult {
|
|
|
3585
3937
|
RegionalBucketList?: RegionalBucket[];
|
|
3586
3938
|
/**
|
|
3587
3939
|
* <p>
|
|
3588
|
-
* <code>NextToken</code> is sent when <code>isTruncated</code> is true, which means
|
|
3589
|
-
*
|
|
3590
|
-
*
|
|
3591
|
-
*
|
|
3940
|
+
* <code>NextToken</code> is sent when <code>isTruncated</code> is true, which means there
|
|
3941
|
+
* are more buckets that can be listed. The next list requests to Amazon S3 can be continued with
|
|
3942
|
+
* this <code>NextToken</code>. <code>NextToken</code> is obfuscated and is not a real
|
|
3943
|
+
* key.</p>
|
|
3592
3944
|
*/
|
|
3593
3945
|
NextToken?: string;
|
|
3594
3946
|
}
|
|
@@ -3634,7 +3986,8 @@ export interface ListStorageLensConfigurationEntry {
|
|
|
3634
3986
|
*/
|
|
3635
3987
|
HomeRegion: string | undefined;
|
|
3636
3988
|
/**
|
|
3637
|
-
* <p>A container for whether the S3 Storage Lens configuration is enabled. This property is
|
|
3989
|
+
* <p>A container for whether the S3 Storage Lens configuration is enabled. This property is
|
|
3990
|
+
* required.</p>
|
|
3638
3991
|
*/
|
|
3639
3992
|
IsEnabled?: boolean;
|
|
3640
3993
|
}
|
|
@@ -3694,7 +4047,9 @@ export interface PutAccessPointPolicyRequest {
|
|
|
3694
4047
|
*/
|
|
3695
4048
|
Name: string | undefined;
|
|
3696
4049
|
/**
|
|
3697
|
-
* <p>The policy that you want to apply to the specified access point. For more information about access point
|
|
4050
|
+
* <p>The policy that you want to apply to the specified access point. For more information about access point
|
|
4051
|
+
* policies, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points.html">Managing data access with Amazon S3
|
|
4052
|
+
* access points</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
3698
4053
|
*/
|
|
3699
4054
|
Policy: string | undefined;
|
|
3700
4055
|
}
|
|
@@ -3771,7 +4126,8 @@ export interface PutBucketPolicyRequest {
|
|
|
3771
4126
|
*/
|
|
3772
4127
|
Bucket: string | undefined;
|
|
3773
4128
|
/**
|
|
3774
|
-
* <p>Set this parameter to true to confirm that you want to remove your permissions to change
|
|
4129
|
+
* <p>Set this parameter to true to confirm that you want to remove your permissions to change
|
|
4130
|
+
* this bucket policy in the future.</p>
|
|
3775
4131
|
* <note>
|
|
3776
4132
|
* <p>This is not supported by Amazon S3 on Outposts buckets.</p>
|
|
3777
4133
|
* </note>
|
|
@@ -3856,10 +4212,14 @@ export declare namespace PutJobTaggingResult {
|
|
|
3856
4212
|
/**
|
|
3857
4213
|
* <p>Amazon S3 throws this exception if you have too many tags in your tag set.</p>
|
|
3858
4214
|
*/
|
|
3859
|
-
export
|
|
3860
|
-
name: "TooManyTagsException";
|
|
3861
|
-
$fault: "client";
|
|
4215
|
+
export declare class TooManyTagsException extends __BaseException {
|
|
4216
|
+
readonly name: "TooManyTagsException";
|
|
4217
|
+
readonly $fault: "client";
|
|
3862
4218
|
Message?: string;
|
|
4219
|
+
/**
|
|
4220
|
+
* @internal
|
|
4221
|
+
*/
|
|
4222
|
+
constructor(opts: __ExceptionOptionType<TooManyTagsException, __BaseException>);
|
|
3863
4223
|
}
|
|
3864
4224
|
export interface PutMultiRegionAccessPointPolicyRequest {
|
|
3865
4225
|
/**
|
|
@@ -3868,7 +4228,7 @@ export interface PutMultiRegionAccessPointPolicyRequest {
|
|
|
3868
4228
|
AccountId?: string;
|
|
3869
4229
|
/**
|
|
3870
4230
|
* <p>An idempotency token used to identify the request and guarantee that requests are
|
|
3871
|
-
*
|
|
4231
|
+
* unique.</p>
|
|
3872
4232
|
*/
|
|
3873
4233
|
ClientToken?: string;
|
|
3874
4234
|
/**
|
|
@@ -3884,8 +4244,8 @@ export declare namespace PutMultiRegionAccessPointPolicyRequest {
|
|
|
3884
4244
|
}
|
|
3885
4245
|
export interface PutMultiRegionAccessPointPolicyResult {
|
|
3886
4246
|
/**
|
|
3887
|
-
* <p>The request token associated with the request. You can use this token with <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DescribeMultiRegionAccessPointOperation.html">DescribeMultiRegionAccessPointOperation</a> to determine the status of
|
|
3888
|
-
*
|
|
4247
|
+
* <p>The request token associated with the request. You can use this token with <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DescribeMultiRegionAccessPointOperation.html">DescribeMultiRegionAccessPointOperation</a> to determine the status of asynchronous
|
|
4248
|
+
* requests.</p>
|
|
3889
4249
|
*/
|
|
3890
4250
|
RequestTokenARN?: string;
|
|
3891
4251
|
}
|
|
@@ -3897,12 +4257,13 @@ export declare namespace PutMultiRegionAccessPointPolicyResult {
|
|
|
3897
4257
|
}
|
|
3898
4258
|
export interface PutPublicAccessBlockRequest {
|
|
3899
4259
|
/**
|
|
3900
|
-
* <p>The <code>PublicAccessBlock</code> configuration that you want to apply to the specified
|
|
4260
|
+
* <p>The <code>PublicAccessBlock</code> configuration that you want to apply to the specified
|
|
4261
|
+
* Amazon Web Services account.</p>
|
|
3901
4262
|
*/
|
|
3902
4263
|
PublicAccessBlockConfiguration: PublicAccessBlockConfiguration | undefined;
|
|
3903
4264
|
/**
|
|
3904
|
-
* <p>The account ID for the Amazon Web Services account whose <code>PublicAccessBlock</code> configuration
|
|
3905
|
-
* to set.</p>
|
|
4265
|
+
* <p>The account ID for the Amazon Web Services account whose <code>PublicAccessBlock</code> configuration
|
|
4266
|
+
* you want to set.</p>
|
|
3906
4267
|
*/
|
|
3907
4268
|
AccountId?: string;
|
|
3908
4269
|
}
|
|
@@ -4009,10 +4370,14 @@ export declare namespace UpdateJobPriorityResult {
|
|
|
4009
4370
|
/**
|
|
4010
4371
|
* <p></p>
|
|
4011
4372
|
*/
|
|
4012
|
-
export
|
|
4013
|
-
name: "JobStatusException";
|
|
4014
|
-
$fault: "client";
|
|
4373
|
+
export declare class JobStatusException extends __BaseException {
|
|
4374
|
+
readonly name: "JobStatusException";
|
|
4375
|
+
readonly $fault: "client";
|
|
4015
4376
|
Message?: string;
|
|
4377
|
+
/**
|
|
4378
|
+
* @internal
|
|
4379
|
+
*/
|
|
4380
|
+
constructor(opts: __ExceptionOptionType<JobStatusException, __BaseException>);
|
|
4016
4381
|
}
|
|
4017
4382
|
export declare enum RequestedJobStatus {
|
|
4018
4383
|
Cancelled = "Cancelled",
|
|
@@ -4032,7 +4397,8 @@ export interface UpdateJobStatusRequest {
|
|
|
4032
4397
|
*/
|
|
4033
4398
|
RequestedJobStatus: RequestedJobStatus | string | undefined;
|
|
4034
4399
|
/**
|
|
4035
|
-
* <p>A description of the reason why you want to change the specified job's status. This
|
|
4400
|
+
* <p>A description of the reason why you want to change the specified job's status. This
|
|
4401
|
+
* field can be any string up to the maximum length.</p>
|
|
4036
4402
|
*/
|
|
4037
4403
|
StatusUpdateReason?: string;
|
|
4038
4404
|
}
|