@aws-sdk/client-s3-control 3.458.0 → 3.461.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.
Files changed (53) hide show
  1. package/dist-cjs/protocols/Aws_restXml.js +46 -1
  2. package/dist-es/protocols/Aws_restXml.js +46 -1
  3. package/dist-types/commands/CreateAccessPointCommand.d.ts +4 -1
  4. package/dist-types/commands/CreateAccessPointForObjectLambdaCommand.d.ts +4 -1
  5. package/dist-types/commands/CreateJobCommand.d.ts +13 -2
  6. package/dist-types/commands/CreateMultiRegionAccessPointCommand.d.ts +4 -1
  7. package/dist-types/commands/DeleteAccessPointCommand.d.ts +4 -1
  8. package/dist-types/commands/DeleteAccessPointForObjectLambdaCommand.d.ts +4 -1
  9. package/dist-types/commands/DeleteAccessPointPolicyCommand.d.ts +4 -1
  10. package/dist-types/commands/DeleteAccessPointPolicyForObjectLambdaCommand.d.ts +4 -1
  11. package/dist-types/commands/DeleteJobTaggingCommand.d.ts +11 -7
  12. package/dist-types/commands/DeleteMultiRegionAccessPointCommand.d.ts +4 -1
  13. package/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +4 -1
  14. package/dist-types/commands/DeleteStorageLensConfigurationCommand.d.ts +4 -1
  15. package/dist-types/commands/DeleteStorageLensConfigurationTaggingCommand.d.ts +4 -1
  16. package/dist-types/commands/DescribeJobCommand.d.ts +10 -1
  17. package/dist-types/commands/DescribeMultiRegionAccessPointOperationCommand.d.ts +4 -1
  18. package/dist-types/commands/GetAccessPointCommand.d.ts +4 -1
  19. package/dist-types/commands/GetAccessPointConfigurationForObjectLambdaCommand.d.ts +4 -1
  20. package/dist-types/commands/GetAccessPointForObjectLambdaCommand.d.ts +4 -1
  21. package/dist-types/commands/GetAccessPointPolicyCommand.d.ts +4 -1
  22. package/dist-types/commands/GetAccessPointPolicyForObjectLambdaCommand.d.ts +4 -1
  23. package/dist-types/commands/GetAccessPointPolicyStatusCommand.d.ts +4 -1
  24. package/dist-types/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.d.ts +4 -1
  25. package/dist-types/commands/GetBucketCommand.d.ts +3 -1
  26. package/dist-types/commands/GetJobTaggingCommand.d.ts +11 -7
  27. package/dist-types/commands/GetMultiRegionAccessPointCommand.d.ts +4 -1
  28. package/dist-types/commands/GetMultiRegionAccessPointPolicyCommand.d.ts +4 -1
  29. package/dist-types/commands/GetMultiRegionAccessPointPolicyStatusCommand.d.ts +4 -1
  30. package/dist-types/commands/GetMultiRegionAccessPointRoutesCommand.d.ts +4 -1
  31. package/dist-types/commands/GetPublicAccessBlockCommand.d.ts +4 -1
  32. package/dist-types/commands/GetStorageLensConfigurationCommand.d.ts +4 -1
  33. package/dist-types/commands/GetStorageLensConfigurationTaggingCommand.d.ts +4 -1
  34. package/dist-types/commands/ListAccessPointsCommand.d.ts +4 -1
  35. package/dist-types/commands/ListAccessPointsForObjectLambdaCommand.d.ts +4 -1
  36. package/dist-types/commands/ListJobsCommand.d.ts +9 -1
  37. package/dist-types/commands/ListMultiRegionAccessPointsCommand.d.ts +4 -1
  38. package/dist-types/commands/ListRegionalBucketsCommand.d.ts +4 -1
  39. package/dist-types/commands/ListStorageLensConfigurationsCommand.d.ts +4 -1
  40. package/dist-types/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +4 -1
  41. package/dist-types/commands/PutAccessPointPolicyCommand.d.ts +4 -1
  42. package/dist-types/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +4 -1
  43. package/dist-types/commands/PutJobTaggingCommand.d.ts +9 -7
  44. package/dist-types/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +4 -1
  45. package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +4 -1
  46. package/dist-types/commands/PutStorageLensConfigurationCommand.d.ts +4 -1
  47. package/dist-types/commands/PutStorageLensConfigurationTaggingCommand.d.ts +4 -1
  48. package/dist-types/commands/SubmitMultiRegionAccessPointRoutesCommand.d.ts +4 -1
  49. package/dist-types/commands/UpdateJobPriorityCommand.d.ts +8 -1
  50. package/dist-types/commands/UpdateJobStatusCommand.d.ts +9 -2
  51. package/dist-types/models/models_0.d.ts +198 -75
  52. package/dist-types/ts3.4/models/models_0.d.ts +2 -0
  53. package/package.json +13 -13
@@ -23,7 +23,10 @@ export interface GetStorageLensConfigurationTaggingCommandOutput extends GetStor
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Gets the tags of Amazon S3 Storage Lens configuration. For more information about S3 Storage Lens, see
26
+ * <note>
27
+ * <p>This operation is not supported by directory buckets.</p>
28
+ * </note>
29
+ * <p>Gets the tags of Amazon S3 Storage Lens configuration. For more information about S3 Storage Lens, see
27
30
  * <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html">Assessing your
28
31
  * storage activity and usage with Amazon S3 Storage Lens </a> in the
29
32
  * <i>Amazon S3 User Guide</i>.</p>
@@ -23,7 +23,10 @@ export interface ListAccessPointsCommandOutput extends ListAccessPointsResult, _
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Returns a list of the access points
26
+ * <note>
27
+ * <p>This operation is not supported by directory buckets.</p>
28
+ * </note>
29
+ * <p>Returns a list of the access points
27
30
  * that are
28
31
  * owned by the current account
29
32
  * that's
@@ -23,7 +23,10 @@ export interface ListAccessPointsForObjectLambdaCommandOutput extends ListAccess
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Returns some or all (up to 1,000) access points associated with the Object Lambda Access Point per call. If there
26
+ * <note>
27
+ * <p>This operation is not supported by directory buckets.</p>
28
+ * </note>
29
+ * <p>Returns some or all (up to 1,000) access points associated with the Object Lambda Access Point per call. If there
27
30
  * are more access points than what can be returned in one call, the response will include a
28
31
  * continuation token that you can use to list the additional access points.</p>
29
32
  * <p>The following actions are related to
@@ -23,9 +23,17 @@ export interface ListJobsCommandOutput extends ListJobsResult, __MetadataBearer
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Lists current S3 Batch Operations jobs and jobs that have ended within the last 30 days for
26
+ * <p>Lists current S3 Batch Operations jobs as well as the jobs that have ended within the last 30 days for
27
27
  * the Amazon Web Services account making the request. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/batch-ops.html">S3 Batch Operations</a> in the
28
28
  * <i>Amazon S3 User Guide</i>.</p>
29
+ * <dl>
30
+ * <dt>Permissions</dt>
31
+ * <dd>
32
+ * <p>To use the
33
+ * <code>ListJobs</code> operation, you must have permission to
34
+ * perform the <code>s3:ListJobs</code> action.</p>
35
+ * </dd>
36
+ * </dl>
29
37
  * <p>Related actions include:</p>
30
38
  * <p></p>
31
39
  * <ul>
@@ -23,7 +23,10 @@ export interface ListMultiRegionAccessPointsCommandOutput extends ListMultiRegio
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Returns a list of the Multi-Region Access Points currently associated with the specified Amazon Web Services account.
26
+ * <note>
27
+ * <p>This operation is not supported by directory buckets.</p>
28
+ * </note>
29
+ * <p>Returns a list of the Multi-Region Access Points currently associated with the specified Amazon Web Services account.
27
30
  * Each call can return up to 100 Multi-Region Access Points, the maximum number of Multi-Region Access Points that can be
28
31
  * associated with a single account.</p>
29
32
  * <p>This action will always be routed to the US West (Oregon) Region. For more information
@@ -23,7 +23,10 @@ export interface ListRegionalBucketsCommandOutput extends ListRegionalBucketsRes
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Returns a list of all Outposts buckets in an Outpost that are owned by the authenticated
26
+ * <note>
27
+ * <p>This operation is not supported by directory buckets.</p>
28
+ * </note>
29
+ * <p>Returns a list of all Outposts buckets in an Outpost that are owned by the authenticated
27
30
  * sender of the request. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using Amazon S3 on Outposts</a> in the
28
31
  * <i>Amazon S3 User Guide</i>.</p>
29
32
  * <p>For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts
@@ -23,7 +23,10 @@ export interface ListStorageLensConfigurationsCommandOutput extends ListStorageL
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Gets a list of Amazon S3 Storage Lens configurations. For more information about S3 Storage Lens, see
26
+ * <note>
27
+ * <p>This operation is not supported by directory buckets.</p>
28
+ * </note>
29
+ * <p>Gets a list of Amazon S3 Storage Lens configurations. For more information about S3 Storage Lens, see
27
30
  * <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html">Assessing your
28
31
  * storage activity and usage with Amazon S3 Storage Lens </a> in the
29
32
  * <i>Amazon S3 User Guide</i>.</p>
@@ -23,7 +23,10 @@ export interface PutAccessPointConfigurationForObjectLambdaCommandOutput extends
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Replaces configuration for an Object Lambda Access Point.</p>
26
+ * <note>
27
+ * <p>This operation is not supported by directory buckets.</p>
28
+ * </note>
29
+ * <p>Replaces configuration for an Object Lambda Access Point.</p>
27
30
  * <p>The following actions are related to
28
31
  * <code>PutAccessPointConfigurationForObjectLambda</code>:</p>
29
32
  * <ul>
@@ -23,7 +23,10 @@ export interface PutAccessPointPolicyCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Associates an access policy with the specified access point. Each access point can have only one policy,
26
+ * <note>
27
+ * <p>This operation is not supported by directory buckets.</p>
28
+ * </note>
29
+ * <p>Associates an access policy with the specified access point. Each access point can have only one policy,
27
30
  * so a request made to this API replaces any existing policy associated with the specified
28
31
  * access point.</p>
29
32
  * <p></p>
@@ -23,7 +23,10 @@ export interface PutAccessPointPolicyForObjectLambdaCommandOutput extends __Meta
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Creates or replaces resource policy for an Object Lambda Access Point. For an example policy, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/olap-create.html#olap-create-cli">Creating Object Lambda Access Points</a> in the <i>Amazon S3 User Guide</i>.</p>
26
+ * <note>
27
+ * <p>This operation is not supported by directory buckets.</p>
28
+ * </note>
29
+ * <p>Creates or replaces resource policy for an Object Lambda Access Point. For an example policy, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/olap-create.html#olap-create-cli">Creating Object Lambda Access Points</a> in the <i>Amazon S3 User Guide</i>.</p>
27
30
  * <p>The following actions are related to
28
31
  * <code>PutAccessPointPolicyForObjectLambda</code>:</p>
29
32
  * <ul>
@@ -27,10 +27,9 @@ export interface PutJobTaggingCommandOutput extends PutJobTaggingResult, __Metad
27
27
  * <p>A tag is a key-value pair. You can associate S3 Batch Operations tags with any job by sending
28
28
  * a PUT request against the tagging subresource that is associated with the job. To modify
29
29
  * the existing tag set, you can either replace the existing tag set entirely, or make changes
30
- * within the existing tag set by retrieving the existing tag set using <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetJobTagging.html">GetJobTagging</a>, modify that tag set, and use this action to replace the tag set
30
+ * within the existing tag set by retrieving the existing tag set using <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetJobTagging.html">GetJobTagging</a>, modify that tag set, and use this operation to replace the tag set
31
31
  * with the one you modified. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-managing-jobs.html#batch-ops-job-tags">Controlling
32
32
  * access and labeling jobs using tags</a> in the <i>Amazon S3 User Guide</i>. </p>
33
- * <p></p>
34
33
  * <note>
35
34
  * <ul>
36
35
  * <li>
@@ -67,11 +66,14 @@ export interface PutJobTaggingCommandOutput extends PutJobTaggingResult, __Metad
67
66
  * </li>
68
67
  * </ul>
69
68
  * </note>
70
- * <p></p>
71
- * <p>To use the
72
- * <code>PutJobTagging</code>
73
- * operation,
74
- * you must have permission to perform the <code>s3:PutJobTagging</code> action.</p>
69
+ * <dl>
70
+ * <dt>Permissions</dt>
71
+ * <dd>
72
+ * <p>To use the
73
+ * <code>PutJobTagging</code> operation, you must have permission to
74
+ * perform the <code>s3:PutJobTagging</code> action.</p>
75
+ * </dd>
76
+ * </dl>
75
77
  * <p>Related actions include:</p>
76
78
  * <ul>
77
79
  * <li>
@@ -23,7 +23,10 @@ export interface PutMultiRegionAccessPointPolicyCommandOutput extends PutMultiRe
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Associates an access control policy with the specified Multi-Region Access Point. Each Multi-Region Access Point can have only
26
+ * <note>
27
+ * <p>This operation is not supported by directory buckets.</p>
28
+ * </note>
29
+ * <p>Associates an access control policy with the specified Multi-Region Access Point. Each Multi-Region Access Point can have only
27
30
  * one policy, so a request made to this action replaces any existing policy that is
28
31
  * associated with the specified Multi-Region Access Point.</p>
29
32
  * <p>This action will always be routed to the US West (Oregon) Region. For more information
@@ -23,7 +23,10 @@ export interface PutPublicAccessBlockCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Creates or modifies the <code>PublicAccessBlock</code> configuration for an
26
+ * <note>
27
+ * <p>This operation is not supported by directory buckets.</p>
28
+ * </note>
29
+ * <p>Creates or modifies the <code>PublicAccessBlock</code> configuration for an
27
30
  * Amazon Web Services account. For this operation, users must have the
28
31
  * <code>s3:PutAccountPublicAccessBlock</code> permission. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html">
29
32
  * Using Amazon S3 block public access</a>.</p>
@@ -23,7 +23,10 @@ export interface PutStorageLensConfigurationCommandOutput extends __MetadataBear
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Puts an Amazon S3 Storage Lens configuration. For more information about S3 Storage Lens, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html">Working with
26
+ * <note>
27
+ * <p>This operation is not supported by directory buckets.</p>
28
+ * </note>
29
+ * <p>Puts an Amazon S3 Storage Lens configuration. For more information about S3 Storage Lens, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html">Working with
27
30
  * Amazon S3 Storage Lens</a> in the <i>Amazon S3 User Guide</i>. For a complete list of S3 Storage Lens metrics, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage_lens_metrics_glossary.html">S3 Storage Lens metrics glossary</a> in the <i>Amazon S3 User Guide</i>.</p>
28
31
  * <note>
29
32
  * <p>To use this action, you must have permission to perform the
@@ -23,7 +23,10 @@ export interface PutStorageLensConfigurationTaggingCommandOutput extends PutStor
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Put or replace tags on an existing Amazon S3 Storage Lens configuration. For more information
26
+ * <note>
27
+ * <p>This operation is not supported by directory buckets.</p>
28
+ * </note>
29
+ * <p>Put or replace tags on an existing Amazon S3 Storage Lens configuration. For more information
27
30
  * about S3 Storage Lens, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html">Assessing your storage activity and usage with Amazon S3 Storage Lens </a> in the
28
31
  * <i>Amazon S3 User Guide</i>.</p>
29
32
  * <note>
@@ -23,7 +23,10 @@ export interface SubmitMultiRegionAccessPointRoutesCommandOutput extends SubmitM
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Submits an updated route configuration for a Multi-Region Access Point. This API operation updates the
26
+ * <note>
27
+ * <p>This operation is not supported by directory buckets.</p>
28
+ * </note>
29
+ * <p>Submits an updated route configuration for a Multi-Region Access Point. This API operation updates the
27
30
  * routing status for the specified Regions from active to passive, or from passive to active.
28
31
  * A value of <code>0</code> indicates a passive status, which means that traffic won't be
29
32
  * routed to the specified Region. A value of <code>100</code> indicates an active status,
@@ -24,7 +24,14 @@ export interface UpdateJobPriorityCommandOutput extends UpdateJobPriorityResult,
24
24
  /**
25
25
  * @public
26
26
  * <p>Updates an existing S3 Batch Operations job's priority. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/batch-ops.html">S3 Batch Operations</a> in the <i>Amazon S3 User Guide</i>.</p>
27
- * <p></p>
27
+ * <dl>
28
+ * <dt>Permissions</dt>
29
+ * <dd>
30
+ * <p>To use the
31
+ * <code>UpdateJobPriority</code> operation, you must have permission to
32
+ * perform the <code>s3:UpdateJobPriority</code> action.</p>
33
+ * </dd>
34
+ * </dl>
28
35
  * <p>Related actions include:</p>
29
36
  * <ul>
30
37
  * <li>
@@ -23,9 +23,16 @@ export interface UpdateJobStatusCommandOutput extends UpdateJobStatusResult, __M
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Updates the status for the specified job. Use this action to confirm that you want to
26
+ * <p>Updates the status for the specified job. Use this operation to confirm that you want to
27
27
  * run a job or to cancel an existing job. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/batch-ops.html">S3 Batch Operations</a> in the <i>Amazon S3 User Guide</i>.</p>
28
- * <p></p>
28
+ * <dl>
29
+ * <dt>Permissions</dt>
30
+ * <dd>
31
+ * <p>To use the
32
+ * <code>UpdateJobStatus</code> operation, you must have permission to
33
+ * perform the <code>s3:UpdateJobStatus</code> action.</p>
34
+ * </dd>
35
+ * </dl>
29
36
  * <p>Related actions include:</p>
30
37
  * <ul>
31
38
  * <li>