@aws-sdk/client-s3-control 3.779.0 → 3.783.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.
@@ -28,51 +28,8 @@ declare const PutAccessPointScopeCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Creates or replaces the access point scope for a directory bucket. You can use the access point scope to restrict access to specific prefixes, API operations, or a combination of both.</p>
31
- * <p>You can include one or more of the following API operations as permissions:</p>
32
- * <ul>
33
- * <li>
34
- * <p>
35
- * <code>PutObjet</code>
36
- * </p>
37
- * </li>
38
- * <li>
39
- * <p>
40
- * <code>GetObject</code>
41
- * </p>
42
- * </li>
43
- * <li>
44
- * <p>
45
- * <code>DeleteObject</code>
46
- * </p>
47
- * </li>
48
- * <li>
49
- * <p>
50
- * <code>ListBucket</code>
51
- * </p>
52
- * </li>
53
- * <li>
54
- * <p>
55
- * <code>GetObjectAttributes</code>
56
- * </p>
57
- * </li>
58
- * <li>
59
- * <p>
60
- * <code>AbortMultipartUpload</code>
61
- * </p>
62
- * </li>
63
- * <li>
64
- * <p>
65
- * <code>ListBucketMultipartUpload</code>
66
- * </p>
67
- * </li>
68
- * <li>
69
- * <p>
70
- * <code>ListMultiPartUploadParts</code>
71
- * </p>
72
- * </li>
73
- * </ul>
74
31
  * <note>
75
- * <p>You can specify any amount of prefixes, but the total length of characters of all prefixes must be less than 512 KB in size.</p>
32
+ * <p>You can specify any amount of prefixes, but the total length of characters of all prefixes must be less than 256 bytes in size.</p>
76
33
  * </note>
77
34
  * <p>To use this operation, you must have the permission to perform the
78
35
  * <code>s3express:PutAccessPointScope</code> action.</p>
@@ -1127,7 +1127,7 @@ export type ScopePermission = (typeof ScopePermission)[keyof typeof ScopePermiss
1127
1127
  */
1128
1128
  export interface Scope {
1129
1129
  /**
1130
- * <p>You can specify any amount of prefixes, but the total length of characters of all prefixes must be less than 512 KB in size.</p>
1130
+ * <p>You can specify any amount of prefixes, but the total length of characters of all prefixes must be less than 256 bytes in size.</p>
1131
1131
  * @public
1132
1132
  */
1133
1133
  Prefixes?: string[] | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-s3-control",
3
3
  "description": "AWS SDK for JavaScript S3 Control Client for Node.js, Browser and React Native",
4
- "version": "3.779.0",
4
+ "version": "3.783.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-s3-control",
@@ -23,17 +23,17 @@
23
23
  "@aws-crypto/sha256-browser": "5.2.0",
24
24
  "@aws-crypto/sha256-js": "5.2.0",
25
25
  "@aws-sdk/core": "3.775.0",
26
- "@aws-sdk/credential-provider-node": "3.777.0",
26
+ "@aws-sdk/credential-provider-node": "3.782.0",
27
27
  "@aws-sdk/middleware-host-header": "3.775.0",
28
28
  "@aws-sdk/middleware-logger": "3.775.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.775.0",
30
- "@aws-sdk/middleware-sdk-s3-control": "3.775.0",
31
- "@aws-sdk/middleware-user-agent": "3.775.0",
30
+ "@aws-sdk/middleware-sdk-s3-control": "3.782.0",
31
+ "@aws-sdk/middleware-user-agent": "3.782.0",
32
32
  "@aws-sdk/region-config-resolver": "3.775.0",
33
33
  "@aws-sdk/types": "3.775.0",
34
- "@aws-sdk/util-endpoints": "3.775.0",
34
+ "@aws-sdk/util-endpoints": "3.782.0",
35
35
  "@aws-sdk/util-user-agent-browser": "3.775.0",
36
- "@aws-sdk/util-user-agent-node": "3.775.0",
36
+ "@aws-sdk/util-user-agent-node": "3.782.0",
37
37
  "@aws-sdk/xml-builder": "3.775.0",
38
38
  "@smithy/config-resolver": "^4.1.0",
39
39
  "@smithy/core": "^3.2.0",