@aws-sdk/client-s3-control 3.460.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 +3 -3
@@ -6710,6 +6710,20 @@ const se_LambdaInvokeOperation = (input, context) => {
6710
6710
  const node = xml_builder_1.XmlNode.of("FunctionArnString", input.FunctionArn).withName("FunctionArn");
6711
6711
  bodyNode.addChildNode(node);
6712
6712
  }
6713
+ if (input.InvocationSchemaVersion != null) {
6714
+ const node = xml_builder_1.XmlNode
6715
+ .of("NonEmptyMaxLength64String", input.InvocationSchemaVersion)
6716
+ .withName("InvocationSchemaVersion");
6717
+ bodyNode.addChildNode(node);
6718
+ }
6719
+ if (input.UserArguments != null) {
6720
+ const nodes = se_UserArguments(input.UserArguments, context);
6721
+ const containerNode = new xml_builder_1.XmlNode("UserArguments");
6722
+ nodes.map((node) => {
6723
+ containerNode.addChildNode(node);
6724
+ });
6725
+ bodyNode.addChildNode(containerNode);
6726
+ }
6713
6727
  return bodyNode;
6714
6728
  };
6715
6729
  const se_LifecycleConfiguration = (input, context) => {
@@ -7341,7 +7355,7 @@ const se_S3BucketDestination = (input, context) => {
7341
7355
  const se_S3CopyObjectOperation = (input, context) => {
7342
7356
  const bodyNode = new xml_builder_1.XmlNode("S3CopyObjectOperation");
7343
7357
  if (input.TargetResource != null) {
7344
- const node = xml_builder_1.XmlNode.of("S3BucketArnString", input.TargetResource).withName("TargetResource");
7358
+ const node = xml_builder_1.XmlNode.of("S3RegionalOrS3ExpressBucketArnString", input.TargetResource).withName("TargetResource");
7345
7359
  bodyNode.addChildNode(node);
7346
7360
  }
7347
7361
  if (input.CannedAccessControlList != null) {
@@ -8087,6 +8101,19 @@ const se_TransitionList = (input, context) => {
8087
8101
  return node.withName("Transition");
8088
8102
  });
8089
8103
  };
8104
+ const se_UserArguments = (input, context) => {
8105
+ return Object.keys(input)
8106
+ .filter((key) => input[key] != null)
8107
+ .map((key) => {
8108
+ const entryNode = new xml_builder_1.XmlNode("entry");
8109
+ const keyNode = xml_builder_1.XmlNode.of("NonEmptyMaxLength64String", key).withName("key");
8110
+ entryNode.addChildNode(keyNode);
8111
+ let node;
8112
+ node = xml_builder_1.XmlNode.of("MaxLength1024String", input[key]);
8113
+ entryNode.addChildNode(node.withName("value"));
8114
+ return entryNode;
8115
+ });
8116
+ };
8090
8117
  const se_VersioningConfiguration = (input, context) => {
8091
8118
  const bodyNode = new xml_builder_1.XmlNode("VersioningConfiguration");
8092
8119
  if (input.MFADelete != null) {
@@ -8792,6 +8819,15 @@ const de_LambdaInvokeOperation = (output, context) => {
8792
8819
  if (output["FunctionArn"] !== undefined) {
8793
8820
  contents.FunctionArn = (0, smithy_client_1.expectString)(output["FunctionArn"]);
8794
8821
  }
8822
+ if (output["InvocationSchemaVersion"] !== undefined) {
8823
+ contents.InvocationSchemaVersion = (0, smithy_client_1.expectString)(output["InvocationSchemaVersion"]);
8824
+ }
8825
+ if (output.UserArguments === "") {
8826
+ contents.UserArguments = {};
8827
+ }
8828
+ else if (output["UserArguments"] !== undefined && output["UserArguments"]["entry"] !== undefined) {
8829
+ contents.UserArguments = de_UserArguments((0, smithy_client_1.getArrayIfSingleItem)(output["UserArguments"]["entry"]), context);
8830
+ }
8795
8831
  return contents;
8796
8832
  };
8797
8833
  const de_LifecycleExpiration = (output, context) => {
@@ -10145,6 +10181,15 @@ const de_TransitionList = (output, context) => {
10145
10181
  return de_Transition(entry, context);
10146
10182
  });
10147
10183
  };
10184
+ const de_UserArguments = (output, context) => {
10185
+ return output.reduce((acc, pair) => {
10186
+ if (pair["value"] === null) {
10187
+ return acc;
10188
+ }
10189
+ acc[pair["key"]] = (0, smithy_client_1.expectString)(pair["value"]);
10190
+ return acc;
10191
+ }, {});
10192
+ };
10148
10193
  const de_VpcConfiguration = (output, context) => {
10149
10194
  const contents = {};
10150
10195
  if (output["VpcId"] !== undefined) {
@@ -6520,6 +6520,20 @@ const se_LambdaInvokeOperation = (input, context) => {
6520
6520
  const node = __XmlNode.of("FunctionArnString", input.FunctionArn).withName("FunctionArn");
6521
6521
  bodyNode.addChildNode(node);
6522
6522
  }
6523
+ if (input.InvocationSchemaVersion != null) {
6524
+ const node = __XmlNode
6525
+ .of("NonEmptyMaxLength64String", input.InvocationSchemaVersion)
6526
+ .withName("InvocationSchemaVersion");
6527
+ bodyNode.addChildNode(node);
6528
+ }
6529
+ if (input.UserArguments != null) {
6530
+ const nodes = se_UserArguments(input.UserArguments, context);
6531
+ const containerNode = new __XmlNode("UserArguments");
6532
+ nodes.map((node) => {
6533
+ containerNode.addChildNode(node);
6534
+ });
6535
+ bodyNode.addChildNode(containerNode);
6536
+ }
6523
6537
  return bodyNode;
6524
6538
  };
6525
6539
  const se_LifecycleConfiguration = (input, context) => {
@@ -7151,7 +7165,7 @@ const se_S3BucketDestination = (input, context) => {
7151
7165
  const se_S3CopyObjectOperation = (input, context) => {
7152
7166
  const bodyNode = new __XmlNode("S3CopyObjectOperation");
7153
7167
  if (input.TargetResource != null) {
7154
- const node = __XmlNode.of("S3BucketArnString", input.TargetResource).withName("TargetResource");
7168
+ const node = __XmlNode.of("S3RegionalOrS3ExpressBucketArnString", input.TargetResource).withName("TargetResource");
7155
7169
  bodyNode.addChildNode(node);
7156
7170
  }
7157
7171
  if (input.CannedAccessControlList != null) {
@@ -7897,6 +7911,19 @@ const se_TransitionList = (input, context) => {
7897
7911
  return node.withName("Transition");
7898
7912
  });
7899
7913
  };
7914
+ const se_UserArguments = (input, context) => {
7915
+ return Object.keys(input)
7916
+ .filter((key) => input[key] != null)
7917
+ .map((key) => {
7918
+ const entryNode = new __XmlNode("entry");
7919
+ const keyNode = __XmlNode.of("NonEmptyMaxLength64String", key).withName("key");
7920
+ entryNode.addChildNode(keyNode);
7921
+ let node;
7922
+ node = __XmlNode.of("MaxLength1024String", input[key]);
7923
+ entryNode.addChildNode(node.withName("value"));
7924
+ return entryNode;
7925
+ });
7926
+ };
7900
7927
  const se_VersioningConfiguration = (input, context) => {
7901
7928
  const bodyNode = new __XmlNode("VersioningConfiguration");
7902
7929
  if (input.MFADelete != null) {
@@ -8602,6 +8629,15 @@ const de_LambdaInvokeOperation = (output, context) => {
8602
8629
  if (output["FunctionArn"] !== undefined) {
8603
8630
  contents.FunctionArn = __expectString(output["FunctionArn"]);
8604
8631
  }
8632
+ if (output["InvocationSchemaVersion"] !== undefined) {
8633
+ contents.InvocationSchemaVersion = __expectString(output["InvocationSchemaVersion"]);
8634
+ }
8635
+ if (output.UserArguments === "") {
8636
+ contents.UserArguments = {};
8637
+ }
8638
+ else if (output["UserArguments"] !== undefined && output["UserArguments"]["entry"] !== undefined) {
8639
+ contents.UserArguments = de_UserArguments(__getArrayIfSingleItem(output["UserArguments"]["entry"]), context);
8640
+ }
8605
8641
  return contents;
8606
8642
  };
8607
8643
  const de_LifecycleExpiration = (output, context) => {
@@ -9955,6 +9991,15 @@ const de_TransitionList = (output, context) => {
9955
9991
  return de_Transition(entry, context);
9956
9992
  });
9957
9993
  };
9994
+ const de_UserArguments = (output, context) => {
9995
+ return output.reduce((acc, pair) => {
9996
+ if (pair["value"] === null) {
9997
+ return acc;
9998
+ }
9999
+ acc[pair["key"]] = __expectString(pair["value"]);
10000
+ return acc;
10001
+ }, {});
10002
+ };
9958
10003
  const de_VpcConfiguration = (output, context) => {
9959
10004
  const contents = {};
9960
10005
  if (output["VpcId"] !== undefined) {
@@ -23,7 +23,10 @@ export interface CreateAccessPointCommandOutput extends CreateAccessPointResult,
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Creates an access point and associates it with the specified bucket. For more information, see
26
+ * <note>
27
+ * <p>This operation is not supported by directory buckets.</p>
28
+ * </note>
29
+ * <p>Creates an access point and associates it with the specified bucket. For more information, see
27
30
  * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points.html">Managing
28
31
  * Data Access with Amazon S3 Access Points</a> in the
29
32
  * <i>Amazon S3 User Guide</i>.</p>
@@ -23,7 +23,10 @@ export interface CreateAccessPointForObjectLambdaCommandOutput extends CreateAcc
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Creates an Object Lambda Access Point. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/transforming-objects.html">Transforming objects with
26
+ * <note>
27
+ * <p>This operation is not supported by directory buckets.</p>
28
+ * </note>
29
+ * <p>Creates an Object Lambda Access Point. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/transforming-objects.html">Transforming objects with
27
30
  * Object Lambda Access Points</a> in the <i>Amazon S3 User Guide</i>.</p>
28
31
  * <p>The following actions are related to
29
32
  * <code>CreateAccessPointForObjectLambda</code>:</p>
@@ -23,10 +23,17 @@ export interface CreateJobCommandOutput extends CreateJobResult, __MetadataBeare
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>You can use S3 Batch Operations to perform large-scale batch actions on Amazon S3 objects.
26
+ * <p>This operation creates an S3 Batch Operations job.</p>
27
+ * <p>You can use S3 Batch Operations to perform large-scale batch actions on Amazon S3 objects.
27
28
  * Batch Operations can run a single action on lists of Amazon S3 objects that you specify. For more
28
29
  * 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>
29
- * <p>This action creates a S3 Batch Operations job.</p>
30
+ * <dl>
31
+ * <dt>Permissions</dt>
32
+ * <dd>
33
+ * <p>For information about permissions required to use the Batch Operations, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/mpuAndPermissions.html">Granting permissions for S3 Batch Operations</a> in the <i>Amazon S3
34
+ * User Guide</i>.</p>
35
+ * </dd>
36
+ * </dl>
30
37
  * <p></p>
31
38
  * <p>Related actions include:</p>
32
39
  * <ul>
@@ -68,6 +75,10 @@ export interface CreateJobCommandOutput extends CreateJobResult, __MetadataBeare
68
75
  * Operation: { // JobOperation
69
76
  * LambdaInvoke: { // LambdaInvokeOperation
70
77
  * FunctionArn: "STRING_VALUE",
78
+ * InvocationSchemaVersion: "STRING_VALUE",
79
+ * UserArguments: { // UserArguments
80
+ * "<keys>": "STRING_VALUE",
81
+ * },
71
82
  * },
72
83
  * S3PutObjectCopy: { // S3CopyObjectOperation
73
84
  * TargetResource: "STRING_VALUE",
@@ -23,7 +23,10 @@ export interface CreateMultiRegionAccessPointCommandOutput extends CreateMultiRe
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Creates a Multi-Region Access Point and associates it with the specified buckets. For more information
26
+ * <note>
27
+ * <p>This operation is not supported by directory buckets.</p>
28
+ * </note>
29
+ * <p>Creates a Multi-Region Access Point and associates it with the specified buckets. For more information
27
30
  * about creating Multi-Region Access Points, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/CreatingMultiRegionAccessPoints.html">Creating
28
31
  * Multi-Region Access Points</a> in the <i>Amazon S3 User Guide</i>.</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 DeleteAccessPointCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Deletes the specified access point.</p>
26
+ * <note>
27
+ * <p>This operation is not supported by directory buckets.</p>
28
+ * </note>
29
+ * <p>Deletes the specified access point.</p>
27
30
  * <p>All Amazon S3 on Outposts REST API requests for this action require an additional parameter of <code>x-amz-outpost-id</code> to be passed with the request. In addition, you must use an S3 on Outposts endpoint hostname prefix instead of <code>s3-control</code>. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the <code>x-amz-outpost-id</code> derived by using the access point ARN, see the <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteAccessPoint.html#API_control_DeleteAccessPoint_Examples">Examples</a> section.</p>
28
31
  * <p>The following actions are related to <code>DeleteAccessPoint</code>:</p>
29
32
  * <ul>
@@ -23,7 +23,10 @@ export interface DeleteAccessPointForObjectLambdaCommandOutput extends __Metadat
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Deletes the specified Object Lambda Access Point.</p>
26
+ * <note>
27
+ * <p>This operation is not supported by directory buckets.</p>
28
+ * </note>
29
+ * <p>Deletes the specified Object Lambda Access Point.</p>
27
30
  * <p>The following actions are related to
28
31
  * <code>DeleteAccessPointForObjectLambda</code>:</p>
29
32
  * <ul>
@@ -23,7 +23,10 @@ export interface DeleteAccessPointPolicyCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Deletes the access point policy for the specified access point.</p>
26
+ * <note>
27
+ * <p>This operation is not supported by directory buckets.</p>
28
+ * </note>
29
+ * <p>Deletes the access point policy for the specified access point.</p>
27
30
  * <p></p>
28
31
  * <p>All Amazon S3 on Outposts REST API requests for this action require an additional parameter of <code>x-amz-outpost-id</code> to be passed with the request. In addition, you must use an S3 on Outposts endpoint hostname prefix instead of <code>s3-control</code>. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the <code>x-amz-outpost-id</code> derived by using the access point ARN, see the <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteAccessPointPolicy.html#API_control_DeleteAccessPointPolicy_Examples">Examples</a> section.</p>
29
32
  * <p>The following actions are related to <code>DeleteAccessPointPolicy</code>:</p>
@@ -23,7 +23,10 @@ export interface DeleteAccessPointPolicyForObjectLambdaCommandOutput extends __M
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Removes the resource policy for an Object Lambda Access Point.</p>
26
+ * <note>
27
+ * <p>This operation is not supported by directory buckets.</p>
28
+ * </note>
29
+ * <p>Removes the resource policy for an Object Lambda Access Point.</p>
27
30
  * <p>The following actions are related to
28
31
  * <code>DeleteAccessPointPolicyForObjectLambda</code>:</p>
29
32
  * <ul>
@@ -23,13 +23,17 @@ export interface DeleteJobTaggingCommandOutput extends DeleteJobTaggingResult, _
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Removes the entire tag set from the specified S3 Batch Operations job. To use
27
- * the
28
- * <code>DeleteJobTagging</code> operation, you must have permission to
29
- * perform the <code>s3:DeleteJobTagging</code> action. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-managing-jobs.html#batch-ops-job-tags">Controlling
30
- * access and labeling jobs using tags</a> in the
31
- * <i>Amazon S3 User Guide</i>.</p>
32
- * <p></p>
26
+ * <p>Removes the entire tag set from the specified S3 Batch Operations job.</p>
27
+ * <dl>
28
+ * <dt>Permissions</dt>
29
+ * <dd>
30
+ * <p>To use the
31
+ * <code>DeleteJobTagging</code> operation, you must have permission to
32
+ * perform the <code>s3:DeleteJobTagging</code> action. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-managing-jobs.html#batch-ops-job-tags">Controlling
33
+ * access and labeling jobs using tags</a> in the
34
+ * <i>Amazon S3 User Guide</i>.</p>
35
+ * </dd>
36
+ * </dl>
33
37
  * <p>Related actions include:</p>
34
38
  * <ul>
35
39
  * <li>
@@ -23,7 +23,10 @@ export interface DeleteMultiRegionAccessPointCommandOutput extends DeleteMultiRe
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Deletes a Multi-Region Access Point. This action does not delete the buckets associated with the Multi-Region Access Point,
26
+ * <note>
27
+ * <p>This operation is not supported by directory buckets.</p>
28
+ * </note>
29
+ * <p>Deletes a Multi-Region Access Point. This action does not delete the buckets associated with the Multi-Region Access Point,
27
30
  * only the Multi-Region Access Point itself.</p>
28
31
  * <p>This action will always be routed to the US West (Oregon) Region. For more information
29
32
  * about the restrictions around managing Multi-Region Access Points, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/ManagingMultiRegionAccessPoints.html">Managing
@@ -23,7 +23,10 @@ export interface DeletePublicAccessBlockCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Removes the <code>PublicAccessBlock</code> configuration for an Amazon Web Services account. For more
26
+ * <note>
27
+ * <p>This operation is not supported by directory buckets.</p>
28
+ * </note>
29
+ * <p>Removes the <code>PublicAccessBlock</code> configuration for an Amazon Web Services account. For more
27
30
  * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html"> Using Amazon S3 block
28
31
  * public access</a>.</p>
29
32
  * <p>Related actions include:</p>
@@ -23,7 +23,10 @@ export interface DeleteStorageLensConfigurationCommandOutput extends __MetadataB
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Deletes the Amazon S3 Storage Lens configuration. For more information about S3 Storage Lens, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html">Assessing your storage
26
+ * <note>
27
+ * <p>This operation is not supported by directory buckets.</p>
28
+ * </note>
29
+ * <p>Deletes the Amazon S3 Storage Lens configuration. For more information about S3 Storage Lens, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html">Assessing your storage
27
30
  * 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 DeleteStorageLensConfigurationTaggingCommandOutput extends Dele
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Deletes the Amazon S3 Storage Lens configuration tags. 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>Deletes the Amazon S3 Storage Lens configuration tags. 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>
@@ -25,7 +25,12 @@ export interface DescribeJobCommandOutput extends DescribeJobResult, __MetadataB
25
25
  * @public
26
26
  * <p>Retrieves the configuration parameters and status for a Batch Operations job. For more
27
27
  * 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 <code>DescribeJob</code> operation, you must have permission to perform the <code>s3:DescribeJob</code> action.</p>
32
+ * </dd>
33
+ * </dl>
29
34
  * <p>Related actions include:</p>
30
35
  * <ul>
31
36
  * <li>
@@ -84,6 +89,10 @@ export interface DescribeJobCommandOutput extends DescribeJobResult, __MetadataB
84
89
  * // Operation: { // JobOperation
85
90
  * // LambdaInvoke: { // LambdaInvokeOperation
86
91
  * // FunctionArn: "STRING_VALUE",
92
+ * // InvocationSchemaVersion: "STRING_VALUE",
93
+ * // UserArguments: { // UserArguments
94
+ * // "<keys>": "STRING_VALUE",
95
+ * // },
87
96
  * // },
88
97
  * // S3PutObjectCopy: { // S3CopyObjectOperation
89
98
  * // TargetResource: "STRING_VALUE",
@@ -23,7 +23,10 @@ export interface DescribeMultiRegionAccessPointOperationCommandOutput extends De
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Retrieves the status of an asynchronous request to manage a Multi-Region Access Point. For more information
26
+ * <note>
27
+ * <p>This operation is not supported by directory buckets.</p>
28
+ * </note>
29
+ * <p>Retrieves the status of an asynchronous request to manage a Multi-Region Access Point. For more information
27
30
  * about managing Multi-Region Access Points and how asynchronous requests work, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/ManagingMultiRegionAccessPoints.html">Managing
28
31
  * Multi-Region Access Points</a> in the <i>Amazon S3 User Guide</i>.</p>
29
32
  * <p>The following actions are related to <code>GetMultiRegionAccessPoint</code>:</p>
@@ -23,7 +23,10 @@ export interface GetAccessPointCommandOutput extends GetAccessPointResult, __Met
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Returns configuration information about the specified access point.</p>
26
+ * <note>
27
+ * <p>This operation is not supported by directory buckets.</p>
28
+ * </note>
29
+ * <p>Returns configuration information about the specified access point.</p>
27
30
  * <p></p>
28
31
  * <p>All Amazon S3 on Outposts REST API requests for this action require an additional parameter of <code>x-amz-outpost-id</code> to be passed with the request. In addition, you must use an S3 on Outposts endpoint hostname prefix instead of <code>s3-control</code>. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the <code>x-amz-outpost-id</code> derived by using the access point ARN, see the <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetAccessPoint.html#API_control_GetAccessPoint_Examples">Examples</a> section.</p>
29
32
  * <p>The following actions are related to <code>GetAccessPoint</code>:</p>
@@ -23,7 +23,10 @@ export interface GetAccessPointConfigurationForObjectLambdaCommandOutput extends
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Returns 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>Returns configuration for an Object Lambda Access Point.</p>
27
30
  * <p>The following actions are related to
28
31
  * <code>GetAccessPointConfigurationForObjectLambda</code>:</p>
29
32
  * <ul>
@@ -23,7 +23,10 @@ export interface GetAccessPointForObjectLambdaCommandOutput extends GetAccessPoi
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Returns configuration information about the specified Object Lambda Access Point</p>
26
+ * <note>
27
+ * <p>This operation is not supported by directory buckets.</p>
28
+ * </note>
29
+ * <p>Returns configuration information about the specified Object Lambda Access Point</p>
27
30
  * <p>The following actions are related to <code>GetAccessPointForObjectLambda</code>:</p>
28
31
  * <ul>
29
32
  * <li>
@@ -23,7 +23,10 @@ export interface GetAccessPointPolicyCommandOutput extends GetAccessPointPolicyR
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Returns the access point policy associated with the specified access point.</p>
26
+ * <note>
27
+ * <p>This operation is not supported by directory buckets.</p>
28
+ * </note>
29
+ * <p>Returns the access point policy associated with the specified access point.</p>
27
30
  * <p>The following actions are related to <code>GetAccessPointPolicy</code>:</p>
28
31
  * <ul>
29
32
  * <li>
@@ -23,7 +23,10 @@ export interface GetAccessPointPolicyForObjectLambdaCommandOutput extends GetAcc
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Returns the resource policy for an Object Lambda Access Point.</p>
26
+ * <note>
27
+ * <p>This operation is not supported by directory buckets.</p>
28
+ * </note>
29
+ * <p>Returns the resource policy for an Object Lambda Access Point.</p>
27
30
  * <p>The following actions are related to
28
31
  * <code>GetAccessPointPolicyForObjectLambda</code>:</p>
29
32
  * <ul>
@@ -23,7 +23,10 @@ export interface GetAccessPointPolicyStatusCommandOutput extends GetAccessPointP
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Indicates whether the specified access point currently has a policy that allows public access.
26
+ * <note>
27
+ * <p>This operation is not supported by directory buckets.</p>
28
+ * </note>
29
+ * <p>Indicates whether the specified access point currently has a policy that allows public access.
27
30
  * For more information about public access through access points, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points.html">Managing Data Access with Amazon S3
28
31
  * access points</a> in the <i>Amazon S3 User Guide</i>.</p>
29
32
  * @example
@@ -23,7 +23,10 @@ export interface GetAccessPointPolicyStatusForObjectLambdaCommandOutput extends
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Returns the status of the resource policy associated with an Object Lambda Access Point.</p>
26
+ * <note>
27
+ * <p>This operation is not supported by directory buckets.</p>
28
+ * </note>
29
+ * <p>Returns the status of the resource policy associated with an Object Lambda Access Point.</p>
27
30
  * @example
28
31
  * Use a bare-bones client and the command you need to make an API call.
29
32
  * ```javascript
@@ -23,8 +23,10 @@ export interface GetBucketCommandOutput extends GetBucketResult, __MetadataBeare
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Gets an Amazon S3 on Outposts bucket. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html"> Using Amazon S3 on Outposts</a> in the
26
+ * <note>
27
+ * <p>Gets an Amazon S3 on Outposts bucket. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html"> Using Amazon S3 on Outposts</a> in the
27
28
  * <i>Amazon S3 User Guide</i>.</p>
29
+ * </note>
28
30
  * <p>If you are using an identity other than the root user of the Amazon Web Services account that owns the
29
31
  * Outposts bucket, the calling identity must have the <code>s3-outposts:GetBucket</code>
30
32
  * permissions on the specified Outposts bucket and belong to the Outposts bucket owner's
@@ -23,13 +23,17 @@ export interface GetJobTaggingCommandOutput extends GetJobTaggingResult, __Metad
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Returns the tags on an S3 Batch Operations job. To use
27
- * the
28
- * <code>GetJobTagging</code> operation, you must have permission to
29
- * perform the <code>s3:GetJobTagging</code> action. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-managing-jobs.html#batch-ops-job-tags">Controlling
30
- * access and labeling jobs using tags</a> in the
31
- * <i>Amazon S3 User Guide</i>.</p>
32
- * <p></p>
26
+ * <p>Returns the tags on an S3 Batch Operations job. </p>
27
+ * <dl>
28
+ * <dt>Permissions</dt>
29
+ * <dd>
30
+ * <p>To use the
31
+ * <code>GetJobTagging</code> operation, you must have permission to
32
+ * perform the <code>s3:GetJobTagging</code> action. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-managing-jobs.html#batch-ops-job-tags">Controlling
33
+ * access and labeling jobs using tags</a> in the
34
+ * <i>Amazon S3 User Guide</i>.</p>
35
+ * </dd>
36
+ * </dl>
33
37
  * <p>Related actions include:</p>
34
38
  * <ul>
35
39
  * <li>
@@ -23,7 +23,10 @@ export interface GetMultiRegionAccessPointCommandOutput extends GetMultiRegionAc
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Returns configuration information about the specified Multi-Region Access Point.</p>
26
+ * <note>
27
+ * <p>This operation is not supported by directory buckets.</p>
28
+ * </note>
29
+ * <p>Returns configuration information about the specified Multi-Region Access Point.</p>
27
30
  * <p>This action will always be routed to the US West (Oregon) Region. For more information
28
31
  * about the restrictions around managing Multi-Region Access Points, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/ManagingMultiRegionAccessPoints.html">Managing
29
32
  * Multi-Region Access Points</a> in the <i>Amazon S3 User Guide</i>.</p>
@@ -23,7 +23,10 @@ export interface GetMultiRegionAccessPointPolicyCommandOutput extends GetMultiRe
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Returns the access control policy of the specified Multi-Region Access Point.</p>
26
+ * <note>
27
+ * <p>This operation is not supported by directory buckets.</p>
28
+ * </note>
29
+ * <p>Returns the access control policy of the specified Multi-Region Access Point.</p>
27
30
  * <p>This action will always be routed to the US West (Oregon) Region. For more information
28
31
  * about the restrictions around managing Multi-Region Access Points, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/ManagingMultiRegionAccessPoints.html">Managing
29
32
  * Multi-Region Access Points</a> in the <i>Amazon S3 User Guide</i>.</p>
@@ -23,7 +23,10 @@ export interface GetMultiRegionAccessPointPolicyStatusCommandOutput extends GetM
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Indicates whether the specified Multi-Region Access Point has an access control policy that allows public
26
+ * <note>
27
+ * <p>This operation is not supported by directory buckets.</p>
28
+ * </note>
29
+ * <p>Indicates whether the specified Multi-Region Access Point has an access control policy that allows public
27
30
  * access.</p>
28
31
  * <p>This action will always be routed to the US West (Oregon) Region. For more information
29
32
  * about the restrictions around managing Multi-Region Access Points, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/ManagingMultiRegionAccessPoints.html">Managing
@@ -23,7 +23,10 @@ export interface GetMultiRegionAccessPointRoutesCommandOutput extends GetMultiRe
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Returns the routing configuration for a Multi-Region Access Point, indicating which Regions are active or
26
+ * <note>
27
+ * <p>This operation is not supported by directory buckets.</p>
28
+ * </note>
29
+ * <p>Returns the routing configuration for a Multi-Region Access Point, indicating which Regions are active or
27
30
  * passive.</p>
28
31
  * <p>To obtain routing control changes and failover requests, use the Amazon S3 failover control
29
32
  * infrastructure endpoints in these five Amazon Web Services Regions:</p>
@@ -23,7 +23,10 @@ export interface GetPublicAccessBlockCommandOutput extends GetPublicAccessBlockO
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Retrieves the <code>PublicAccessBlock</code> configuration for an Amazon Web Services account. For
26
+ * <note>
27
+ * <p>This operation is not supported by directory buckets.</p>
28
+ * </note>
29
+ * <p>Retrieves the <code>PublicAccessBlock</code> configuration for an Amazon Web Services account. For
27
30
  * more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html"> Using Amazon S3 block
28
31
  * public access</a>.</p>
29
32
  * <p>Related actions include:</p>
@@ -23,7 +23,10 @@ export interface GetStorageLensConfigurationCommandOutput extends GetStorageLens
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Gets the Amazon S3 Storage Lens configuration. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html">Assessing your storage
26
+ * <note>
27
+ * <p>This operation is not supported by directory buckets.</p>
28
+ * </note>
29
+ * <p>Gets the Amazon S3 Storage Lens configuration. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html">Assessing your storage
27
30
  * activity and usage with Amazon S3 Storage Lens </a> in the
28
31
  * <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>
29
32
  * <note>