@aws-sdk/client-s3-control 3.685.0 → 3.687.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/README.md CHANGED
@@ -10,7 +10,7 @@ AWS SDK for JavaScript S3Control Client for Node.js, Browser and React Native.
10
10
 
11
11
  ## Installing
12
12
 
13
- To install the this package, simply type add or install @aws-sdk/client-s3-control
13
+ To install this package, simply type add or install @aws-sdk/client-s3-control
14
14
  using your favorite package manager:
15
15
 
16
16
  - `npm install @aws-sdk/client-s3-control`
package/dist-cjs/index.js CHANGED
@@ -4402,10 +4402,10 @@ var de_ListStorageLensConfigurationsCommand = /* @__PURE__ */ __name(async (outp
4402
4402
  if (data[_NT] != null) {
4403
4403
  contents[_NT] = (0, import_smithy_client.expectString)(data[_NT]);
4404
4404
  }
4405
- if (data.StorageLensConfigurationList === "") {
4405
+ if (data.StorageLensConfiguration === "") {
4406
4406
  contents[_SLCL] = [];
4407
- } else if (data[_SLCL] != null) {
4408
- contents[_SLCL] = de_StorageLensConfigurationList((0, import_smithy_client.getArrayIfSingleItem)(data[_SLCL]), context);
4407
+ } else if (data[_SLC] != null) {
4408
+ contents[_SLCL] = de_StorageLensConfigurationList((0, import_smithy_client.getArrayIfSingleItem)(data[_SLC]), context);
4409
4409
  }
4410
4410
  return contents;
4411
4411
  }, "de_ListStorageLensConfigurationsCommand");
@@ -4420,10 +4420,10 @@ var de_ListStorageLensGroupsCommand = /* @__PURE__ */ __name(async (output, cont
4420
4420
  if (data[_NT] != null) {
4421
4421
  contents[_NT] = (0, import_smithy_client.expectString)(data[_NT]);
4422
4422
  }
4423
- if (data.StorageLensGroupList === "") {
4423
+ if (data.StorageLensGroup === "") {
4424
4424
  contents[_SLGL] = [];
4425
- } else if (data[_SLGL] != null) {
4426
- contents[_SLGL] = de_StorageLensGroupList((0, import_smithy_client.getArrayIfSingleItem)(data[_SLGL]), context);
4425
+ } else if (data[_SLG] != null) {
4426
+ contents[_SLGL] = de_StorageLensGroupList((0, import_smithy_client.getArrayIfSingleItem)(data[_SLG]), context);
4427
4427
  }
4428
4428
  return contents;
4429
4429
  }, "de_ListStorageLensGroupsCommand");
@@ -3550,11 +3550,11 @@ export const de_ListStorageLensConfigurationsCommand = async (output, context) =
3550
3550
  if (data[_NT] != null) {
3551
3551
  contents[_NT] = __expectString(data[_NT]);
3552
3552
  }
3553
- if (data.StorageLensConfigurationList === "") {
3553
+ if (data.StorageLensConfiguration === "") {
3554
3554
  contents[_SLCL] = [];
3555
3555
  }
3556
- else if (data[_SLCL] != null) {
3557
- contents[_SLCL] = de_StorageLensConfigurationList(__getArrayIfSingleItem(data[_SLCL]), context);
3556
+ else if (data[_SLC] != null) {
3557
+ contents[_SLCL] = de_StorageLensConfigurationList(__getArrayIfSingleItem(data[_SLC]), context);
3558
3558
  }
3559
3559
  return contents;
3560
3560
  };
@@ -3569,11 +3569,11 @@ export const de_ListStorageLensGroupsCommand = async (output, context) => {
3569
3569
  if (data[_NT] != null) {
3570
3570
  contents[_NT] = __expectString(data[_NT]);
3571
3571
  }
3572
- if (data.StorageLensGroupList === "") {
3572
+ if (data.StorageLensGroup === "") {
3573
3573
  contents[_SLGL] = [];
3574
3574
  }
3575
- else if (data[_SLGL] != null) {
3576
- contents[_SLGL] = de_StorageLensGroupList(__getArrayIfSingleItem(data[_SLGL]), context);
3575
+ else if (data[_SLG] != null) {
3576
+ contents[_SLGL] = de_StorageLensGroupList(__getArrayIfSingleItem(data[_SLG]), context);
3577
3577
  }
3578
3578
  return contents;
3579
3579
  };
@@ -287,7 +287,7 @@ export interface AccessPoint {
287
287
  * <p>The virtual private cloud (VPC) configuration for this access point, if one exists.</p>
288
288
  * <note>
289
289
  * <p>This element is empty if this access point is an Amazon S3 on Outposts access point that is used by other
290
- * Amazon Web Servicesservices.</p>
290
+ * Amazon Web Services services.</p>
291
291
  * </note>
292
292
  * @public
293
293
  */
@@ -633,7 +633,7 @@ export interface PublicAccessBlockConfiguration {
633
633
  /**
634
634
  * <p>Specifies whether Amazon S3 should restrict public bucket policies for buckets in this
635
635
  * account. Setting this element to <code>TRUE</code> restricts access to buckets with public
636
- * policies to only Amazon Web Servicesservice principals and authorized users within this
636
+ * policies to only Amazon Web Services service principals and authorized users within this
637
637
  * account.</p>
638
638
  * <p>Enabling this setting doesn't affect previously stored bucket policies, except that
639
639
  * public and cross-account access within any public bucket policy, including non-public
@@ -4000,7 +4000,7 @@ export interface GetAccessPointResult {
4000
4000
  * <p>Contains the virtual private cloud (VPC) configuration for the specified access point.</p>
4001
4001
  * <note>
4002
4002
  * <p>This element is empty if this access point is an Amazon S3 on Outposts access point that is used by other
4003
- * Amazon Web Servicesservices.</p>
4003
+ * Amazon Web Services services.</p>
4004
4004
  * </note>
4005
4005
  * @public
4006
4006
  */
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.685.0",
4
+ "version": "3.687.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,49 +22,49 @@
22
22
  "dependencies": {
23
23
  "@aws-crypto/sha256-browser": "5.2.0",
24
24
  "@aws-crypto/sha256-js": "5.2.0",
25
- "@aws-sdk/client-sso-oidc": "3.682.0",
26
- "@aws-sdk/client-sts": "3.682.0",
27
- "@aws-sdk/core": "3.679.0",
28
- "@aws-sdk/credential-provider-node": "3.682.0",
29
- "@aws-sdk/middleware-host-header": "3.679.0",
30
- "@aws-sdk/middleware-logger": "3.679.0",
31
- "@aws-sdk/middleware-recursion-detection": "3.679.0",
32
- "@aws-sdk/middleware-sdk-s3-control": "3.679.0",
33
- "@aws-sdk/middleware-user-agent": "3.682.0",
34
- "@aws-sdk/region-config-resolver": "3.679.0",
35
- "@aws-sdk/types": "3.679.0",
36
- "@aws-sdk/util-endpoints": "3.679.0",
37
- "@aws-sdk/util-user-agent-browser": "3.679.0",
38
- "@aws-sdk/util-user-agent-node": "3.682.0",
39
- "@aws-sdk/xml-builder": "3.679.0",
40
- "@smithy/config-resolver": "^3.0.9",
41
- "@smithy/core": "^2.4.8",
42
- "@smithy/fetch-http-handler": "^3.2.9",
43
- "@smithy/hash-blob-browser": "^3.1.6",
44
- "@smithy/hash-node": "^3.0.7",
45
- "@smithy/hash-stream-node": "^3.1.6",
46
- "@smithy/invalid-dependency": "^3.0.7",
47
- "@smithy/md5-js": "^3.0.7",
48
- "@smithy/middleware-apply-body-checksum": "^3.0.9",
49
- "@smithy/middleware-content-length": "^3.0.9",
50
- "@smithy/middleware-endpoint": "^3.1.4",
51
- "@smithy/middleware-retry": "^3.0.23",
52
- "@smithy/middleware-serde": "^3.0.7",
53
- "@smithy/middleware-stack": "^3.0.7",
54
- "@smithy/node-config-provider": "^3.1.8",
55
- "@smithy/node-http-handler": "^3.2.4",
56
- "@smithy/protocol-http": "^4.1.4",
57
- "@smithy/smithy-client": "^3.4.0",
58
- "@smithy/types": "^3.5.0",
59
- "@smithy/url-parser": "^3.0.7",
25
+ "@aws-sdk/client-sso-oidc": "3.687.0",
26
+ "@aws-sdk/client-sts": "3.687.0",
27
+ "@aws-sdk/core": "3.686.0",
28
+ "@aws-sdk/credential-provider-node": "3.687.0",
29
+ "@aws-sdk/middleware-host-header": "3.686.0",
30
+ "@aws-sdk/middleware-logger": "3.686.0",
31
+ "@aws-sdk/middleware-recursion-detection": "3.686.0",
32
+ "@aws-sdk/middleware-sdk-s3-control": "3.686.0",
33
+ "@aws-sdk/middleware-user-agent": "3.687.0",
34
+ "@aws-sdk/region-config-resolver": "3.686.0",
35
+ "@aws-sdk/types": "3.686.0",
36
+ "@aws-sdk/util-endpoints": "3.686.0",
37
+ "@aws-sdk/util-user-agent-browser": "3.686.0",
38
+ "@aws-sdk/util-user-agent-node": "3.687.0",
39
+ "@aws-sdk/xml-builder": "3.686.0",
40
+ "@smithy/config-resolver": "^3.0.10",
41
+ "@smithy/core": "^2.5.1",
42
+ "@smithy/fetch-http-handler": "^4.0.0",
43
+ "@smithy/hash-blob-browser": "^3.1.7",
44
+ "@smithy/hash-node": "^3.0.8",
45
+ "@smithy/hash-stream-node": "^3.1.7",
46
+ "@smithy/invalid-dependency": "^3.0.8",
47
+ "@smithy/md5-js": "^3.0.8",
48
+ "@smithy/middleware-apply-body-checksum": "^3.0.10",
49
+ "@smithy/middleware-content-length": "^3.0.10",
50
+ "@smithy/middleware-endpoint": "^3.2.1",
51
+ "@smithy/middleware-retry": "^3.0.25",
52
+ "@smithy/middleware-serde": "^3.0.8",
53
+ "@smithy/middleware-stack": "^3.0.8",
54
+ "@smithy/node-config-provider": "^3.1.9",
55
+ "@smithy/node-http-handler": "^3.2.5",
56
+ "@smithy/protocol-http": "^4.1.5",
57
+ "@smithy/smithy-client": "^3.4.2",
58
+ "@smithy/types": "^3.6.0",
59
+ "@smithy/url-parser": "^3.0.8",
60
60
  "@smithy/util-base64": "^3.0.0",
61
61
  "@smithy/util-body-length-browser": "^3.0.0",
62
62
  "@smithy/util-body-length-node": "^3.0.0",
63
- "@smithy/util-defaults-mode-browser": "^3.0.23",
64
- "@smithy/util-defaults-mode-node": "^3.0.23",
65
- "@smithy/util-endpoints": "^2.1.3",
66
- "@smithy/util-middleware": "^3.0.7",
67
- "@smithy/util-retry": "^3.0.7",
63
+ "@smithy/util-defaults-mode-browser": "^3.0.25",
64
+ "@smithy/util-defaults-mode-node": "^3.0.25",
65
+ "@smithy/util-endpoints": "^2.1.4",
66
+ "@smithy/util-middleware": "^3.0.8",
67
+ "@smithy/util-retry": "^3.0.8",
68
68
  "@smithy/util-utf8": "^3.0.0",
69
69
  "@types/uuid": "^9.0.1",
70
70
  "tslib": "^2.6.2",