@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.
- package/dist-cjs/index.js +66 -12
- package/dist-es/models/models_0.js +12 -11
- package/dist-es/models/models_1.js +12 -0
- package/dist-es/protocols/Aws_restXml.js +37 -0
- package/dist-types/commands/AssociateAccessGrantsIdentityCenterCommand.d.ts +13 -3
- package/dist-types/commands/CreateAccessGrantCommand.d.ts +12 -3
- package/dist-types/commands/CreateAccessGrantsInstanceCommand.d.ts +11 -3
- package/dist-types/commands/CreateAccessGrantsLocationCommand.d.ts +14 -4
- package/dist-types/commands/CreateAccessPointCommand.d.ts +3 -0
- package/dist-types/commands/CreateAccessPointForObjectLambdaCommand.d.ts +3 -0
- package/dist-types/commands/CreateJobCommand.d.ts +11 -2
- package/dist-types/commands/CreateMultiRegionAccessPointCommand.d.ts +5 -1
- package/dist-types/commands/CreateStorageLensGroupCommand.d.ts +3 -0
- package/dist-types/commands/DeleteAccessGrantCommand.d.ts +7 -2
- package/dist-types/commands/DeleteAccessGrantsInstanceCommand.d.ts +10 -2
- package/dist-types/commands/DeleteAccessGrantsInstanceResourcePolicyCommand.d.ts +8 -2
- package/dist-types/commands/DeleteAccessGrantsLocationCommand.d.ts +10 -2
- package/dist-types/commands/DeleteAccessPointCommand.d.ts +3 -0
- package/dist-types/commands/DeleteAccessPointForObjectLambdaCommand.d.ts +3 -0
- package/dist-types/commands/DeleteAccessPointPolicyCommand.d.ts +3 -0
- package/dist-types/commands/DeleteAccessPointPolicyForObjectLambdaCommand.d.ts +3 -0
- package/dist-types/commands/DeleteAccessPointScopeCommand.d.ts +8 -4
- package/dist-types/commands/DeleteBucketLifecycleConfigurationCommand.d.ts +3 -0
- package/dist-types/commands/DeleteBucketPolicyCommand.d.ts +3 -0
- package/dist-types/commands/DeleteBucketReplicationCommand.d.ts +3 -0
- package/dist-types/commands/DeleteBucketTaggingCommand.d.ts +3 -0
- package/dist-types/commands/DeleteJobTaggingCommand.d.ts +7 -5
- package/dist-types/commands/DeleteMultiRegionAccessPointCommand.d.ts +3 -0
- package/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +3 -0
- package/dist-types/commands/DeleteStorageLensConfigurationCommand.d.ts +3 -0
- package/dist-types/commands/DeleteStorageLensConfigurationTaggingCommand.d.ts +3 -0
- package/dist-types/commands/DeleteStorageLensGroupCommand.d.ts +3 -0
- package/dist-types/commands/DescribeJobCommand.d.ts +10 -1
- package/dist-types/commands/DescribeMultiRegionAccessPointOperationCommand.d.ts +5 -1
- package/dist-types/commands/DissociateAccessGrantsIdentityCenterCommand.d.ts +7 -2
- package/dist-types/commands/GetAccessGrantCommand.d.ts +5 -1
- package/dist-types/commands/GetAccessGrantsInstanceCommand.d.ts +5 -1
- package/dist-types/commands/GetAccessGrantsInstanceForPrefixCommand.d.ts +8 -3
- package/dist-types/commands/GetAccessGrantsInstanceResourcePolicyCommand.d.ts +5 -1
- package/dist-types/commands/GetAccessGrantsLocationCommand.d.ts +5 -1
- package/dist-types/commands/GetAccessPointCommand.d.ts +3 -0
- package/dist-types/commands/GetAccessPointConfigurationForObjectLambdaCommand.d.ts +3 -0
- package/dist-types/commands/GetAccessPointForObjectLambdaCommand.d.ts +3 -0
- package/dist-types/commands/GetAccessPointPolicyCommand.d.ts +3 -0
- package/dist-types/commands/GetAccessPointPolicyForObjectLambdaCommand.d.ts +3 -0
- package/dist-types/commands/GetAccessPointPolicyStatusCommand.d.ts +3 -0
- package/dist-types/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.d.ts +3 -0
- package/dist-types/commands/GetAccessPointScopeCommand.d.ts +6 -3
- package/dist-types/commands/GetBucketCommand.d.ts +3 -0
- package/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +3 -0
- package/dist-types/commands/GetBucketPolicyCommand.d.ts +3 -0
- package/dist-types/commands/GetDataAccessCommand.d.ts +12 -3
- package/dist-types/commands/GetJobTaggingCommand.d.ts +6 -5
- package/dist-types/commands/GetMultiRegionAccessPointCommand.d.ts +3 -0
- package/dist-types/commands/GetMultiRegionAccessPointPolicyCommand.d.ts +3 -0
- package/dist-types/commands/GetMultiRegionAccessPointPolicyStatusCommand.d.ts +3 -0
- package/dist-types/commands/GetMultiRegionAccessPointRoutesCommand.d.ts +3 -0
- package/dist-types/commands/GetPublicAccessBlockCommand.d.ts +3 -0
- package/dist-types/commands/GetStorageLensConfigurationCommand.d.ts +3 -0
- package/dist-types/commands/GetStorageLensConfigurationTaggingCommand.d.ts +3 -0
- package/dist-types/commands/GetStorageLensGroupCommand.d.ts +3 -0
- package/dist-types/commands/ListAccessGrantsCommand.d.ts +5 -1
- package/dist-types/commands/ListAccessGrantsInstancesCommand.d.ts +8 -2
- package/dist-types/commands/ListAccessGrantsLocationsCommand.d.ts +5 -1
- package/dist-types/commands/ListAccessPointsCommand.d.ts +3 -0
- package/dist-types/commands/ListAccessPointsForDirectoryBucketsCommand.d.ts +7 -2
- package/dist-types/commands/ListAccessPointsForObjectLambdaCommand.d.ts +3 -0
- package/dist-types/commands/ListCallerAccessGrantsCommand.d.ts +15 -2
- package/dist-types/commands/ListJobsCommand.d.ts +7 -6
- package/dist-types/commands/ListMultiRegionAccessPointsCommand.d.ts +3 -0
- package/dist-types/commands/ListRegionalBucketsCommand.d.ts +3 -0
- package/dist-types/commands/ListStorageLensConfigurationsCommand.d.ts +3 -0
- package/dist-types/commands/ListStorageLensGroupsCommand.d.ts +3 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +23 -5
- package/dist-types/commands/PutAccessGrantsInstanceResourcePolicyCommand.d.ts +5 -1
- package/dist-types/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +3 -0
- package/dist-types/commands/PutAccessPointPolicyCommand.d.ts +3 -0
- package/dist-types/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +3 -0
- package/dist-types/commands/PutAccessPointScopeCommand.d.ts +10 -3
- package/dist-types/commands/PutBucketVersioningCommand.d.ts +3 -0
- package/dist-types/commands/PutJobTaggingCommand.d.ts +6 -4
- package/dist-types/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +3 -0
- package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +3 -0
- package/dist-types/commands/PutStorageLensConfigurationCommand.d.ts +3 -0
- package/dist-types/commands/PutStorageLensConfigurationTaggingCommand.d.ts +3 -0
- package/dist-types/commands/SubmitMultiRegionAccessPointRoutesCommand.d.ts +3 -0
- package/dist-types/commands/TagResourceCommand.d.ts +40 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +22 -4
- package/dist-types/commands/UpdateAccessGrantsLocationCommand.d.ts +5 -1
- package/dist-types/commands/UpdateJobPriorityCommand.d.ts +5 -3
- package/dist-types/commands/UpdateJobStatusCommand.d.ts +4 -2
- package/dist-types/commands/UpdateStorageLensGroupCommand.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +541 -303
- package/dist-types/models/models_1.d.ts +146 -31
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +1 -2
- package/dist-types/ts3.4/models/models_0.d.ts +22 -28
- package/dist-types/ts3.4/models/models_1.d.ts +30 -1
- 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
|
|
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
|
|
54
|
-
*
|
|
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
|
|
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
|
|
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>
|
|
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
|