@aws-sdk/client-s3-control 3.908.0 → 3.911.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.
@@ -64,7 +64,7 @@ export interface ListAccessGrantsInstanceEntry {
64
64
  * application; a subresource of the original Identity Center instance. S3 Access Grants creates this
65
65
  * Identity Center application for the specific S3 Access Grants instance. </p>
66
66
  *
67
- * @deprecated
67
+ * @deprecated IdentityCenterArn has been deprecated. Use IdentityCenterInstanceArn or IdentityCenterApplicationArn.
68
68
  * @public
69
69
  */
70
70
  IdentityCenterArn?: string | undefined;
@@ -1147,7 +1147,7 @@ export interface CreateAccessGrantsInstanceResult {
1147
1147
  * application; a subresource of the original Identity Center instance. S3 Access Grants creates this
1148
1148
  * Identity Center application for the specific S3 Access Grants instance. </p>
1149
1149
  *
1150
- * @deprecated
1150
+ * @deprecated IdentityCenterArn has been deprecated. Use IdentityCenterInstanceArn or IdentityCenterApplicationArn.
1151
1151
  * @public
1152
1152
  */
1153
1153
  IdentityCenterArn?: string | undefined;
@@ -4325,7 +4325,7 @@ export interface GetAccessGrantsInstanceResult {
4325
4325
  * application; a subresource of the original Identity Center instance. S3 Access Grants creates this
4326
4326
  * Identity Center application for the specific S3 Access Grants instance. </p>
4327
4327
  *
4328
- * @deprecated
4328
+ * @deprecated IdentityCenterArn has been deprecated. Use IdentityCenterInstanceArn or IdentityCenterApplicationArn.
4329
4329
  * @public
4330
4330
  */
4331
4331
  IdentityCenterArn?: string | undefined;
@@ -5586,7 +5586,7 @@ export interface ReplicationRule {
5586
5586
  * XML-related object key constraints</a> in the <i>Amazon S3 User Guide</i>.</p>
5587
5587
  * </important>
5588
5588
  *
5589
- * @deprecated
5589
+ * @deprecated Prefix has been deprecated
5590
5590
  * @public
5591
5591
  */
5592
5592
  Prefix?: 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.908.0",
4
+ "version": "3.911.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",
@@ -22,48 +22,48 @@
22
22
  "dependencies": {
23
23
  "@aws-crypto/sha256-browser": "5.2.0",
24
24
  "@aws-crypto/sha256-js": "5.2.0",
25
- "@aws-sdk/core": "3.908.0",
26
- "@aws-sdk/credential-provider-node": "3.908.0",
27
- "@aws-sdk/middleware-bucket-endpoint": "3.901.0",
28
- "@aws-sdk/middleware-host-header": "3.901.0",
29
- "@aws-sdk/middleware-logger": "3.901.0",
30
- "@aws-sdk/middleware-recursion-detection": "3.901.0",
31
- "@aws-sdk/middleware-sdk-s3-control": "3.901.0",
32
- "@aws-sdk/middleware-user-agent": "3.908.0",
33
- "@aws-sdk/region-config-resolver": "3.901.0",
34
- "@aws-sdk/types": "3.901.0",
35
- "@aws-sdk/util-endpoints": "3.901.0",
36
- "@aws-sdk/util-user-agent-browser": "3.907.0",
37
- "@aws-sdk/util-user-agent-node": "3.908.0",
38
- "@aws-sdk/xml-builder": "3.901.0",
39
- "@smithy/config-resolver": "^4.3.0",
40
- "@smithy/core": "^3.15.0",
41
- "@smithy/fetch-http-handler": "^5.3.1",
42
- "@smithy/hash-blob-browser": "^4.2.1",
43
- "@smithy/hash-node": "^4.2.0",
44
- "@smithy/hash-stream-node": "^4.2.0",
45
- "@smithy/invalid-dependency": "^4.2.0",
46
- "@smithy/md5-js": "^4.2.0",
47
- "@smithy/middleware-apply-body-checksum": "^4.3.0",
48
- "@smithy/middleware-content-length": "^4.2.0",
49
- "@smithy/middleware-endpoint": "^4.3.1",
50
- "@smithy/middleware-retry": "^4.4.1",
51
- "@smithy/middleware-serde": "^4.2.0",
52
- "@smithy/middleware-stack": "^4.2.0",
53
- "@smithy/node-config-provider": "^4.3.0",
54
- "@smithy/node-http-handler": "^4.3.0",
55
- "@smithy/protocol-http": "^5.3.0",
56
- "@smithy/smithy-client": "^4.7.1",
57
- "@smithy/types": "^4.6.0",
58
- "@smithy/url-parser": "^4.2.0",
25
+ "@aws-sdk/core": "3.911.0",
26
+ "@aws-sdk/credential-provider-node": "3.911.0",
27
+ "@aws-sdk/middleware-bucket-endpoint": "3.910.0",
28
+ "@aws-sdk/middleware-host-header": "3.910.0",
29
+ "@aws-sdk/middleware-logger": "3.910.0",
30
+ "@aws-sdk/middleware-recursion-detection": "3.910.0",
31
+ "@aws-sdk/middleware-sdk-s3-control": "3.910.0",
32
+ "@aws-sdk/middleware-user-agent": "3.911.0",
33
+ "@aws-sdk/region-config-resolver": "3.910.0",
34
+ "@aws-sdk/types": "3.910.0",
35
+ "@aws-sdk/util-endpoints": "3.910.0",
36
+ "@aws-sdk/util-user-agent-browser": "3.910.0",
37
+ "@aws-sdk/util-user-agent-node": "3.911.0",
38
+ "@aws-sdk/xml-builder": "3.911.0",
39
+ "@smithy/config-resolver": "^4.3.2",
40
+ "@smithy/core": "^3.16.1",
41
+ "@smithy/fetch-http-handler": "^5.3.3",
42
+ "@smithy/hash-blob-browser": "^4.2.3",
43
+ "@smithy/hash-node": "^4.2.2",
44
+ "@smithy/hash-stream-node": "^4.2.2",
45
+ "@smithy/invalid-dependency": "^4.2.2",
46
+ "@smithy/md5-js": "^4.2.2",
47
+ "@smithy/middleware-apply-body-checksum": "^4.3.2",
48
+ "@smithy/middleware-content-length": "^4.2.2",
49
+ "@smithy/middleware-endpoint": "^4.3.3",
50
+ "@smithy/middleware-retry": "^4.4.3",
51
+ "@smithy/middleware-serde": "^4.2.2",
52
+ "@smithy/middleware-stack": "^4.2.2",
53
+ "@smithy/node-config-provider": "^4.3.2",
54
+ "@smithy/node-http-handler": "^4.4.1",
55
+ "@smithy/protocol-http": "^5.3.2",
56
+ "@smithy/smithy-client": "^4.8.1",
57
+ "@smithy/types": "^4.7.1",
58
+ "@smithy/url-parser": "^4.2.2",
59
59
  "@smithy/util-base64": "^4.3.0",
60
60
  "@smithy/util-body-length-browser": "^4.2.0",
61
61
  "@smithy/util-body-length-node": "^4.2.1",
62
- "@smithy/util-defaults-mode-browser": "^4.3.0",
63
- "@smithy/util-defaults-mode-node": "^4.2.1",
64
- "@smithy/util-endpoints": "^3.2.0",
65
- "@smithy/util-middleware": "^4.2.0",
66
- "@smithy/util-retry": "^4.2.0",
62
+ "@smithy/util-defaults-mode-browser": "^4.3.2",
63
+ "@smithy/util-defaults-mode-node": "^4.2.3",
64
+ "@smithy/util-endpoints": "^3.2.2",
65
+ "@smithy/util-middleware": "^4.2.2",
66
+ "@smithy/util-retry": "^4.2.2",
67
67
  "@smithy/util-utf8": "^4.2.0",
68
68
  "@smithy/uuid": "^1.1.0",
69
69
  "tslib": "^2.6.2"