@aws-sdk/client-s3-control 3.863.0 → 3.870.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 (98) hide show
  1. package/dist-cjs/index.js +66 -12
  2. package/dist-es/models/models_0.js +12 -11
  3. package/dist-es/models/models_1.js +12 -0
  4. package/dist-es/protocols/Aws_restXml.js +37 -0
  5. package/dist-types/commands/AssociateAccessGrantsIdentityCenterCommand.d.ts +13 -3
  6. package/dist-types/commands/CreateAccessGrantCommand.d.ts +12 -3
  7. package/dist-types/commands/CreateAccessGrantsInstanceCommand.d.ts +11 -3
  8. package/dist-types/commands/CreateAccessGrantsLocationCommand.d.ts +14 -4
  9. package/dist-types/commands/CreateAccessPointCommand.d.ts +3 -0
  10. package/dist-types/commands/CreateAccessPointForObjectLambdaCommand.d.ts +3 -0
  11. package/dist-types/commands/CreateJobCommand.d.ts +11 -2
  12. package/dist-types/commands/CreateMultiRegionAccessPointCommand.d.ts +5 -1
  13. package/dist-types/commands/CreateStorageLensGroupCommand.d.ts +3 -0
  14. package/dist-types/commands/DeleteAccessGrantCommand.d.ts +7 -2
  15. package/dist-types/commands/DeleteAccessGrantsInstanceCommand.d.ts +10 -2
  16. package/dist-types/commands/DeleteAccessGrantsInstanceResourcePolicyCommand.d.ts +8 -2
  17. package/dist-types/commands/DeleteAccessGrantsLocationCommand.d.ts +10 -2
  18. package/dist-types/commands/DeleteAccessPointCommand.d.ts +3 -0
  19. package/dist-types/commands/DeleteAccessPointForObjectLambdaCommand.d.ts +3 -0
  20. package/dist-types/commands/DeleteAccessPointPolicyCommand.d.ts +3 -0
  21. package/dist-types/commands/DeleteAccessPointPolicyForObjectLambdaCommand.d.ts +3 -0
  22. package/dist-types/commands/DeleteAccessPointScopeCommand.d.ts +8 -4
  23. package/dist-types/commands/DeleteBucketLifecycleConfigurationCommand.d.ts +3 -0
  24. package/dist-types/commands/DeleteBucketPolicyCommand.d.ts +3 -0
  25. package/dist-types/commands/DeleteBucketReplicationCommand.d.ts +3 -0
  26. package/dist-types/commands/DeleteBucketTaggingCommand.d.ts +3 -0
  27. package/dist-types/commands/DeleteJobTaggingCommand.d.ts +7 -5
  28. package/dist-types/commands/DeleteMultiRegionAccessPointCommand.d.ts +3 -0
  29. package/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +3 -0
  30. package/dist-types/commands/DeleteStorageLensConfigurationCommand.d.ts +3 -0
  31. package/dist-types/commands/DeleteStorageLensConfigurationTaggingCommand.d.ts +3 -0
  32. package/dist-types/commands/DeleteStorageLensGroupCommand.d.ts +3 -0
  33. package/dist-types/commands/DescribeJobCommand.d.ts +10 -1
  34. package/dist-types/commands/DescribeMultiRegionAccessPointOperationCommand.d.ts +5 -1
  35. package/dist-types/commands/DissociateAccessGrantsIdentityCenterCommand.d.ts +7 -2
  36. package/dist-types/commands/GetAccessGrantCommand.d.ts +5 -1
  37. package/dist-types/commands/GetAccessGrantsInstanceCommand.d.ts +5 -1
  38. package/dist-types/commands/GetAccessGrantsInstanceForPrefixCommand.d.ts +8 -3
  39. package/dist-types/commands/GetAccessGrantsInstanceResourcePolicyCommand.d.ts +5 -1
  40. package/dist-types/commands/GetAccessGrantsLocationCommand.d.ts +5 -1
  41. package/dist-types/commands/GetAccessPointCommand.d.ts +3 -0
  42. package/dist-types/commands/GetAccessPointConfigurationForObjectLambdaCommand.d.ts +3 -0
  43. package/dist-types/commands/GetAccessPointForObjectLambdaCommand.d.ts +3 -0
  44. package/dist-types/commands/GetAccessPointPolicyCommand.d.ts +3 -0
  45. package/dist-types/commands/GetAccessPointPolicyForObjectLambdaCommand.d.ts +3 -0
  46. package/dist-types/commands/GetAccessPointPolicyStatusCommand.d.ts +3 -0
  47. package/dist-types/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.d.ts +3 -0
  48. package/dist-types/commands/GetAccessPointScopeCommand.d.ts +6 -3
  49. package/dist-types/commands/GetBucketCommand.d.ts +3 -0
  50. package/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +3 -0
  51. package/dist-types/commands/GetBucketPolicyCommand.d.ts +3 -0
  52. package/dist-types/commands/GetDataAccessCommand.d.ts +12 -3
  53. package/dist-types/commands/GetJobTaggingCommand.d.ts +6 -5
  54. package/dist-types/commands/GetMultiRegionAccessPointCommand.d.ts +3 -0
  55. package/dist-types/commands/GetMultiRegionAccessPointPolicyCommand.d.ts +3 -0
  56. package/dist-types/commands/GetMultiRegionAccessPointPolicyStatusCommand.d.ts +3 -0
  57. package/dist-types/commands/GetMultiRegionAccessPointRoutesCommand.d.ts +3 -0
  58. package/dist-types/commands/GetPublicAccessBlockCommand.d.ts +3 -0
  59. package/dist-types/commands/GetStorageLensConfigurationCommand.d.ts +3 -0
  60. package/dist-types/commands/GetStorageLensConfigurationTaggingCommand.d.ts +3 -0
  61. package/dist-types/commands/GetStorageLensGroupCommand.d.ts +3 -0
  62. package/dist-types/commands/ListAccessGrantsCommand.d.ts +5 -1
  63. package/dist-types/commands/ListAccessGrantsInstancesCommand.d.ts +8 -2
  64. package/dist-types/commands/ListAccessGrantsLocationsCommand.d.ts +5 -1
  65. package/dist-types/commands/ListAccessPointsCommand.d.ts +3 -0
  66. package/dist-types/commands/ListAccessPointsForDirectoryBucketsCommand.d.ts +7 -2
  67. package/dist-types/commands/ListAccessPointsForObjectLambdaCommand.d.ts +3 -0
  68. package/dist-types/commands/ListCallerAccessGrantsCommand.d.ts +15 -2
  69. package/dist-types/commands/ListJobsCommand.d.ts +7 -6
  70. package/dist-types/commands/ListMultiRegionAccessPointsCommand.d.ts +3 -0
  71. package/dist-types/commands/ListRegionalBucketsCommand.d.ts +3 -0
  72. package/dist-types/commands/ListStorageLensConfigurationsCommand.d.ts +3 -0
  73. package/dist-types/commands/ListStorageLensGroupsCommand.d.ts +3 -0
  74. package/dist-types/commands/ListTagsForResourceCommand.d.ts +23 -5
  75. package/dist-types/commands/PutAccessGrantsInstanceResourcePolicyCommand.d.ts +5 -1
  76. package/dist-types/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +3 -0
  77. package/dist-types/commands/PutAccessPointPolicyCommand.d.ts +3 -0
  78. package/dist-types/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +3 -0
  79. package/dist-types/commands/PutAccessPointScopeCommand.d.ts +10 -3
  80. package/dist-types/commands/PutBucketVersioningCommand.d.ts +3 -0
  81. package/dist-types/commands/PutJobTaggingCommand.d.ts +6 -4
  82. package/dist-types/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +3 -0
  83. package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +3 -0
  84. package/dist-types/commands/PutStorageLensConfigurationCommand.d.ts +3 -0
  85. package/dist-types/commands/PutStorageLensConfigurationTaggingCommand.d.ts +3 -0
  86. package/dist-types/commands/SubmitMultiRegionAccessPointRoutesCommand.d.ts +3 -0
  87. package/dist-types/commands/TagResourceCommand.d.ts +40 -3
  88. package/dist-types/commands/UntagResourceCommand.d.ts +22 -4
  89. package/dist-types/commands/UpdateAccessGrantsLocationCommand.d.ts +5 -1
  90. package/dist-types/commands/UpdateJobPriorityCommand.d.ts +5 -3
  91. package/dist-types/commands/UpdateJobStatusCommand.d.ts +4 -2
  92. package/dist-types/commands/UpdateStorageLensGroupCommand.d.ts +3 -0
  93. package/dist-types/models/models_0.d.ts +541 -303
  94. package/dist-types/models/models_1.d.ts +146 -31
  95. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +1 -2
  96. package/dist-types/ts3.4/models/models_0.d.ts +22 -28
  97. package/dist-types/ts3.4/models/models_1.d.ts +30 -1
  98. package/package.json +5 -5
@@ -27,12 +27,23 @@ declare const UntagResourceCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>This operation removes the specified user-defined tags from an S3 resource. You can pass one or more tag keys. </p>
30
+ * <p>This operation removes the specified user-defined tags from an S3 resource. You can pass
31
+ * one or more tag keys. </p>
31
32
  * <note>
32
33
  * <p>This operation is only supported for the following Amazon S3 resources:</p>
33
34
  * <ul>
34
35
  * <li>
35
36
  * <p>
37
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points-db-tagging.html">Access Points for directory buckets</a>
38
+ * </p>
39
+ * </li>
40
+ * <li>
41
+ * <p>
42
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points-tagging.html">Access Points for general purpose buckets</a>
43
+ * </p>
44
+ * </li>
45
+ * <li>
46
+ * <p>
36
47
  * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-buckets-tagging.html">Directory buckets</a>
37
48
  * </p>
38
49
  * </li>
@@ -50,12 +61,16 @@ declare const UntagResourceCommand_base: {
50
61
  * <dl>
51
62
  * <dt>Permissions</dt>
52
63
  * <dd>
53
- * <p>For Storage Lens groups and S3 Access Grants, you must have the <code>s3:UntagResource</code> permission to use this operation. </p>
54
- * <p>For more information about the required Storage Lens Groups permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage_lens_iam_permissions.html#storage_lens_groups_permissions">Setting account permissions to use S3 Storage Lens groups</a>.</p>
64
+ * <p>For Storage Lens groups and S3 Access Grants, you must have the
65
+ * <code>s3:UntagResource</code> permission to use this operation. </p>
66
+ * <p>For more information about the required Storage Lens Groups permissions, see
67
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage_lens_iam_permissions.html#storage_lens_groups_permissions">Setting account permissions to use S3 Storage Lens groups</a>.</p>
55
68
  * </dd>
56
69
  * <dt>Directory bucket permissions</dt>
57
70
  * <dd>
58
- * <p>For directory buckets, you must have the <code>s3express:UntagResource</code> permission to use this operation. For more information about directory buckets policies and permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-permissions.html">Identity and Access Management (IAM) for S3 Express One Zone</a> in the <i>Amazon S3 User Guide</i>.</p>
71
+ * <p>For directory buckets and access points for directory buckets, you must have
72
+ * the <code>s3express:UntagResource</code> permission to use this operation.
73
+ * For more information about directory buckets policies and permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-permissions.html">Identity and Access Management (IAM) for S3 Express One Zone</a> in the <i>Amazon S3 User Guide</i>.</p>
59
74
  * </dd>
60
75
  * <dt>HTTP Host header syntax</dt>
61
76
  * <dd>
@@ -65,6 +80,9 @@ declare const UntagResourceCommand_base: {
65
80
  * </dl>
66
81
  * <p>For information about S3 Tagging errors, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html#S3TaggingErrorCodeList">List of Amazon S3
67
82
  * Tagging error codes</a>.</p>
83
+ * <important>
84
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
85
+ * </important>
68
86
  * @example
69
87
  * Use a bare-bones client and the command you need to make an API call.
70
88
  * ```javascript
@@ -31,7 +31,8 @@ declare const UpdateAccessGrantsLocationCommand_base: {
31
31
  * <dl>
32
32
  * <dt>Permissions</dt>
33
33
  * <dd>
34
- * <p>You must have the <code>s3:UpdateAccessGrantsLocation</code> permission to use this operation. </p>
34
+ * <p>You must have the <code>s3:UpdateAccessGrantsLocation</code> permission to use
35
+ * this operation. </p>
35
36
  * </dd>
36
37
  * <dt>Additional Permissions</dt>
37
38
  * <dd>
@@ -39,6 +40,9 @@ declare const UpdateAccessGrantsLocationCommand_base: {
39
40
  * </p>
40
41
  * </dd>
41
42
  * </dl>
43
+ * <important>
44
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
45
+ * </important>
42
46
  * @example
43
47
  * Use a bare-bones client and the command you need to make an API call.
44
48
  * ```javascript
@@ -31,9 +31,8 @@ declare const UpdateJobPriorityCommand_base: {
31
31
  * <dl>
32
32
  * <dt>Permissions</dt>
33
33
  * <dd>
34
- * <p>To use the
35
- * <code>UpdateJobPriority</code> operation, you must have permission to
36
- * perform the <code>s3:UpdateJobPriority</code> action.</p>
34
+ * <p>To use the <code>UpdateJobPriority</code> operation, you must have permission
35
+ * to perform the <code>s3:UpdateJobPriority</code> action.</p>
37
36
  * </dd>
38
37
  * </dl>
39
38
  * <p>Related actions include:</p>
@@ -59,6 +58,9 @@ declare const UpdateJobPriorityCommand_base: {
59
58
  * </p>
60
59
  * </li>
61
60
  * </ul>
61
+ * <important>
62
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
63
+ * </important>
62
64
  * @example
63
65
  * Use a bare-bones client and the command you need to make an API call.
64
66
  * ```javascript
@@ -32,8 +32,7 @@ declare const UpdateJobStatusCommand_base: {
32
32
  * <dl>
33
33
  * <dt>Permissions</dt>
34
34
  * <dd>
35
- * <p>To use the
36
- * <code>UpdateJobStatus</code> operation, you must have permission to
35
+ * <p>To use the <code>UpdateJobStatus</code> operation, you must have permission to
37
36
  * perform the <code>s3:UpdateJobStatus</code> action.</p>
38
37
  * </dd>
39
38
  * </dl>
@@ -60,6 +59,9 @@ declare const UpdateJobStatusCommand_base: {
60
59
  * </p>
61
60
  * </li>
62
61
  * </ul>
62
+ * <important>
63
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
64
+ * </important>
63
65
  * @example
64
66
  * Use a bare-bones client and the command you need to make an API call.
65
67
  * ```javascript
@@ -34,6 +34,9 @@ declare const UpdateStorageLensGroupCommand_base: {
34
34
  * Groups permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage_lens_iam_permissions.html#storage_lens_groups_permissions">Setting account permissions to use S3 Storage Lens groups</a>.</p>
35
35
  * <p>For information about Storage Lens groups errors, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html#S3LensErrorCodeList">List of Amazon S3 Storage
36
36
  * Lens error codes</a>.</p>
37
+ * <important>
38
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
39
+ * </important>
37
40
  * @example
38
41
  * Use a bare-bones client and the command you need to make an API call.
39
42
  * ```javascript