@aws-sdk/client-s3-control 3.741.0 → 3.744.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.
@@ -58,9 +58,9 @@ export interface ListAccessGrantsInstanceEntry {
58
58
  */
59
59
  CreatedAt?: Date | undefined;
60
60
  /**
61
- * @deprecated
62
- *
63
61
  * <p>If you associated your S3 Access Grants instance with an Amazon Web Services IAM Identity Center instance, this field returns the Amazon Resource Name (ARN) of the IAM Identity Center instance application; a subresource of the original Identity Center instance. S3 Access Grants creates this Identity Center application for the specific S3 Access Grants instance. </p>
62
+ *
63
+ * @deprecated
64
64
  * @public
65
65
  */
66
66
  IdentityCenterArn?: string | undefined;
@@ -1029,9 +1029,9 @@ export interface CreateAccessGrantsInstanceResult {
1029
1029
  */
1030
1030
  AccessGrantsInstanceArn?: string | undefined;
1031
1031
  /**
1032
- * @deprecated
1033
- *
1034
1032
  * <p>If you associated your S3 Access Grants instance with an Amazon Web Services IAM Identity Center instance, this field returns the Amazon Resource Name (ARN) of the IAM Identity Center instance application; a subresource of the original Identity Center instance. S3 Access Grants creates this Identity Center application for the specific S3 Access Grants instance. </p>
1033
+ *
1034
+ * @deprecated
1035
1035
  * @public
1036
1036
  */
1037
1037
  IdentityCenterArn?: string | undefined;
@@ -3842,9 +3842,9 @@ export interface GetAccessGrantsInstanceResult {
3842
3842
  */
3843
3843
  AccessGrantsInstanceId?: string | undefined;
3844
3844
  /**
3845
- * @deprecated
3846
- *
3847
3845
  * <p>If you associated your S3 Access Grants instance with an Amazon Web Services IAM Identity Center instance, this field returns the Amazon Resource Name (ARN) of the IAM Identity Center instance application; a subresource of the original Identity Center instance. S3 Access Grants creates this Identity Center application for the specific S3 Access Grants instance. </p>
3846
+ *
3847
+ * @deprecated
3848
3848
  * @public
3849
3849
  */
3850
3850
  IdentityCenterArn?: string | undefined;
@@ -5036,8 +5036,6 @@ export interface ReplicationRule {
5036
5036
  */
5037
5037
  Priority?: number | undefined;
5038
5038
  /**
5039
- * @deprecated
5040
- *
5041
5039
  * <p>An object key name prefix that identifies the object or objects to which the rule
5042
5040
  * applies. The maximum prefix length is 1,024 characters. To include all objects in an
5043
5041
  * Outposts bucket, specify an empty string.</p>
@@ -5047,6 +5045,8 @@ export interface ReplicationRule {
5047
5045
  * For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-keys.html#object-key-xml-related-constraints">
5048
5046
  * XML-related object key constraints</a> in the <i>Amazon S3 User Guide</i>.</p>
5049
5047
  * </important>
5048
+ *
5049
+ * @deprecated
5050
5050
  * @public
5051
5051
  */
5052
5052
  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.741.0",
4
+ "version": "3.744.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,21 +22,21 @@
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.734.0",
26
- "@aws-sdk/credential-provider-node": "3.741.0",
25
+ "@aws-sdk/core": "3.744.0",
26
+ "@aws-sdk/credential-provider-node": "3.744.0",
27
27
  "@aws-sdk/middleware-host-header": "3.734.0",
28
28
  "@aws-sdk/middleware-logger": "3.734.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.734.0",
30
- "@aws-sdk/middleware-sdk-s3-control": "3.734.0",
31
- "@aws-sdk/middleware-user-agent": "3.734.0",
30
+ "@aws-sdk/middleware-sdk-s3-control": "3.743.0",
31
+ "@aws-sdk/middleware-user-agent": "3.744.0",
32
32
  "@aws-sdk/region-config-resolver": "3.734.0",
33
33
  "@aws-sdk/types": "3.734.0",
34
- "@aws-sdk/util-endpoints": "3.734.0",
34
+ "@aws-sdk/util-endpoints": "3.743.0",
35
35
  "@aws-sdk/util-user-agent-browser": "3.734.0",
36
- "@aws-sdk/util-user-agent-node": "3.734.0",
36
+ "@aws-sdk/util-user-agent-node": "3.744.0",
37
37
  "@aws-sdk/xml-builder": "3.734.0",
38
38
  "@smithy/config-resolver": "^4.0.1",
39
- "@smithy/core": "^3.1.1",
39
+ "@smithy/core": "^3.1.2",
40
40
  "@smithy/fetch-http-handler": "^5.0.1",
41
41
  "@smithy/hash-blob-browser": "^4.0.1",
42
42
  "@smithy/hash-node": "^4.0.1",
@@ -45,21 +45,21 @@
45
45
  "@smithy/md5-js": "^4.0.1",
46
46
  "@smithy/middleware-apply-body-checksum": "^4.0.1",
47
47
  "@smithy/middleware-content-length": "^4.0.1",
48
- "@smithy/middleware-endpoint": "^4.0.2",
49
- "@smithy/middleware-retry": "^4.0.3",
50
- "@smithy/middleware-serde": "^4.0.1",
48
+ "@smithy/middleware-endpoint": "^4.0.3",
49
+ "@smithy/middleware-retry": "^4.0.4",
50
+ "@smithy/middleware-serde": "^4.0.2",
51
51
  "@smithy/middleware-stack": "^4.0.1",
52
52
  "@smithy/node-config-provider": "^4.0.1",
53
53
  "@smithy/node-http-handler": "^4.0.2",
54
54
  "@smithy/protocol-http": "^5.0.1",
55
- "@smithy/smithy-client": "^4.1.2",
55
+ "@smithy/smithy-client": "^4.1.3",
56
56
  "@smithy/types": "^4.1.0",
57
57
  "@smithy/url-parser": "^4.0.1",
58
58
  "@smithy/util-base64": "^4.0.0",
59
59
  "@smithy/util-body-length-browser": "^4.0.0",
60
60
  "@smithy/util-body-length-node": "^4.0.0",
61
- "@smithy/util-defaults-mode-browser": "^4.0.3",
62
- "@smithy/util-defaults-mode-node": "^4.0.3",
61
+ "@smithy/util-defaults-mode-browser": "^4.0.4",
62
+ "@smithy/util-defaults-mode-node": "^4.0.4",
63
63
  "@smithy/util-endpoints": "^3.0.1",
64
64
  "@smithy/util-middleware": "^4.0.1",
65
65
  "@smithy/util-retry": "^4.0.1",