@aws-sdk/client-iot 3.583.0 → 3.587.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 CHANGED
@@ -1913,7 +1913,7 @@ var se_CreateAuditSuppressionCommand = /* @__PURE__ */ __name(async (input, cont
1913
1913
  checkName: [],
1914
1914
  clientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
1915
1915
  description: [],
1916
- expirationDate: (_) => Math.round(_.getTime() / 1e3),
1916
+ expirationDate: (_) => _.getTime() / 1e3,
1917
1917
  resourceIdentifier: (_) => (0, import_smithy_client._json)(_),
1918
1918
  suppressIndefinitely: []
1919
1919
  })
@@ -3563,12 +3563,12 @@ var se_ListAuditFindingsCommand = /* @__PURE__ */ __name(async (input, context)
3563
3563
  body = JSON.stringify(
3564
3564
  (0, import_smithy_client.take)(input, {
3565
3565
  checkName: [],
3566
- endTime: (_) => Math.round(_.getTime() / 1e3),
3566
+ endTime: (_) => _.getTime() / 1e3,
3567
3567
  listSuppressedFindings: [],
3568
3568
  maxResults: [],
3569
3569
  nextToken: [],
3570
3570
  resourceIdentifier: (_) => (0, import_smithy_client._json)(_),
3571
- startTime: (_) => Math.round(_.getTime() / 1e3),
3571
+ startTime: (_) => _.getTime() / 1e3,
3572
3572
  taskId: []
3573
3573
  })
3574
3574
  );
@@ -3600,14 +3600,8 @@ var se_ListAuditMitigationActionsTasksCommand = /* @__PURE__ */ __name(async (in
3600
3600
  [_tS]: [, input[_tS]],
3601
3601
  [_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
3602
3602
  [_nT]: [, input[_nT]],
3603
- [_sT]: [
3604
- (0, import_smithy_client.expectNonNull)(input.startTime, `startTime`) != null,
3605
- () => (input[_sT].toISOString().split(".")[0] + "Z").toString()
3606
- ],
3607
- [_eTn]: [
3608
- (0, import_smithy_client.expectNonNull)(input.endTime, `endTime`) != null,
3609
- () => (input[_eTn].toISOString().split(".")[0] + "Z").toString()
3610
- ]
3603
+ [_sT]: [(0, import_smithy_client.expectNonNull)(input.startTime, `startTime`) != null, () => (0, import_smithy_client.serializeDateTime)(input[_sT]).toString()],
3604
+ [_eTn]: [(0, import_smithy_client.expectNonNull)(input.endTime, `endTime`) != null, () => (0, import_smithy_client.serializeDateTime)(input[_eTn]).toString()]
3611
3605
  });
3612
3606
  let body;
3613
3607
  b.m("GET").h(headers).q(query).b(body);
@@ -3637,14 +3631,8 @@ var se_ListAuditTasksCommand = /* @__PURE__ */ __name(async (input, context) =>
3637
3631
  const headers = {};
3638
3632
  b.bp("/audit/tasks");
3639
3633
  const query = (0, import_smithy_client.map)({
3640
- [_sT]: [
3641
- (0, import_smithy_client.expectNonNull)(input.startTime, `startTime`) != null,
3642
- () => (input[_sT].toISOString().split(".")[0] + "Z").toString()
3643
- ],
3644
- [_eTn]: [
3645
- (0, import_smithy_client.expectNonNull)(input.endTime, `endTime`) != null,
3646
- () => (input[_eTn].toISOString().split(".")[0] + "Z").toString()
3647
- ],
3634
+ [_sT]: [(0, import_smithy_client.expectNonNull)(input.startTime, `startTime`) != null, () => (0, import_smithy_client.serializeDateTime)(input[_sT]).toString()],
3635
+ [_eTn]: [(0, import_smithy_client.expectNonNull)(input.endTime, `endTime`) != null, () => (0, import_smithy_client.serializeDateTime)(input[_eTn]).toString()],
3648
3636
  [_tTa]: [, input[_tTa]],
3649
3637
  [_tS]: [, input[_tS]],
3650
3638
  [_nT]: [, input[_nT]],
@@ -3754,8 +3742,8 @@ var se_ListDetectMitigationActionsExecutionsCommand = /* @__PURE__ */ __name(asy
3754
3742
  [_tI]: [, input[_tI]],
3755
3743
  [_vI]: [, input[_vI]],
3756
3744
  [_tNh]: [, input[_tNh]],
3757
- [_sT]: [() => input.startTime !== void 0, () => (input[_sT].toISOString().split(".")[0] + "Z").toString()],
3758
- [_eTn]: [() => input.endTime !== void 0, () => (input[_eTn].toISOString().split(".")[0] + "Z").toString()],
3745
+ [_sT]: [() => input.startTime !== void 0, () => (0, import_smithy_client.serializeDateTime)(input[_sT]).toString()],
3746
+ [_eTn]: [() => input.endTime !== void 0, () => (0, import_smithy_client.serializeDateTime)(input[_eTn]).toString()],
3759
3747
  [_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
3760
3748
  [_nT]: [, input[_nT]]
3761
3749
  });
@@ -3770,14 +3758,8 @@ var se_ListDetectMitigationActionsTasksCommand = /* @__PURE__ */ __name(async (i
3770
3758
  const query = (0, import_smithy_client.map)({
3771
3759
  [_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
3772
3760
  [_nT]: [, input[_nT]],
3773
- [_sT]: [
3774
- (0, import_smithy_client.expectNonNull)(input.startTime, `startTime`) != null,
3775
- () => (input[_sT].toISOString().split(".")[0] + "Z").toString()
3776
- ],
3777
- [_eTn]: [
3778
- (0, import_smithy_client.expectNonNull)(input.endTime, `endTime`) != null,
3779
- () => (input[_eTn].toISOString().split(".")[0] + "Z").toString()
3780
- ]
3761
+ [_sT]: [(0, import_smithy_client.expectNonNull)(input.startTime, `startTime`) != null, () => (0, import_smithy_client.serializeDateTime)(input[_sT]).toString()],
3762
+ [_eTn]: [(0, import_smithy_client.expectNonNull)(input.endTime, `endTime`) != null, () => (0, import_smithy_client.serializeDateTime)(input[_eTn]).toString()]
3781
3763
  });
3782
3764
  let body;
3783
3765
  b.m("GET").h(headers).q(query).b(body);
@@ -3913,14 +3895,8 @@ var se_ListMetricValuesCommand = /* @__PURE__ */ __name(async (input, context) =
3913
3895
  [_mN]: [, (0, import_smithy_client.expectNonNull)(input[_mN], `metricName`)],
3914
3896
  [_dN]: [, input[_dN]],
3915
3897
  [_dVO]: [, input[_dVO]],
3916
- [_sT]: [
3917
- (0, import_smithy_client.expectNonNull)(input.startTime, `startTime`) != null,
3918
- () => (input[_sT].toISOString().split(".")[0] + "Z").toString()
3919
- ],
3920
- [_eTn]: [
3921
- (0, import_smithy_client.expectNonNull)(input.endTime, `endTime`) != null,
3922
- () => (input[_eTn].toISOString().split(".")[0] + "Z").toString()
3923
- ],
3898
+ [_sT]: [(0, import_smithy_client.expectNonNull)(input.startTime, `startTime`) != null, () => (0, import_smithy_client.serializeDateTime)(input[_sT]).toString()],
3899
+ [_eTn]: [(0, import_smithy_client.expectNonNull)(input.endTime, `endTime`) != null, () => (0, import_smithy_client.serializeDateTime)(input[_eTn]).toString()],
3924
3900
  [_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
3925
3901
  [_nT]: [, input[_nT]]
3926
3902
  });
@@ -4369,14 +4345,8 @@ var se_ListViolationEventsCommand = /* @__PURE__ */ __name(async (input, context
4369
4345
  const headers = {};
4370
4346
  b.bp("/violation-events");
4371
4347
  const query = (0, import_smithy_client.map)({
4372
- [_sT]: [
4373
- (0, import_smithy_client.expectNonNull)(input.startTime, `startTime`) != null,
4374
- () => (input[_sT].toISOString().split(".")[0] + "Z").toString()
4375
- ],
4376
- [_eTn]: [
4377
- (0, import_smithy_client.expectNonNull)(input.endTime, `endTime`) != null,
4378
- () => (input[_eTn].toISOString().split(".")[0] + "Z").toString()
4379
- ],
4348
+ [_sT]: [(0, import_smithy_client.expectNonNull)(input.startTime, `startTime`) != null, () => (0, import_smithy_client.serializeDateTime)(input[_sT]).toString()],
4349
+ [_eTn]: [(0, import_smithy_client.expectNonNull)(input.endTime, `endTime`) != null, () => (0, import_smithy_client.serializeDateTime)(input[_eTn]).toString()],
4380
4350
  [_tNh]: [, input[_tNh]],
4381
4351
  [_sPN]: [, input[_sPN]],
4382
4352
  [_bCT]: [, input[_bCT]],
@@ -4847,7 +4817,7 @@ var se_UpdateAuditSuppressionCommand = /* @__PURE__ */ __name(async (input, cont
4847
4817
  (0, import_smithy_client.take)(input, {
4848
4818
  checkName: [],
4849
4819
  description: [],
4850
- expirationDate: (_) => Math.round(_.getTime() / 1e3),
4820
+ expirationDate: (_) => _.getTime() / 1e3,
4851
4821
  resourceIdentifier: (_) => (0, import_smithy_client._json)(_),
4852
4822
  suppressIndefinitely: []
4853
4823
  })
@@ -9638,8 +9608,8 @@ var se_PercentList = /* @__PURE__ */ __name((input, context) => {
9638
9608
  }, "se_PercentList");
9639
9609
  var se_ViolationEventOccurrenceRange = /* @__PURE__ */ __name((input, context) => {
9640
9610
  return (0, import_smithy_client.take)(input, {
9641
- endTime: (_) => Math.round(_.getTime() / 1e3),
9642
- startTime: (_) => Math.round(_.getTime() / 1e3)
9611
+ endTime: (_) => _.getTime() / 1e3,
9612
+ startTime: (_) => _.getTime() / 1e3
9643
9613
  });
9644
9614
  }, "se_ViolationEventOccurrenceRange");
9645
9615
  var de_AbortConfig = /* @__PURE__ */ __name((output, context) => {
@@ -1,6 +1,6 @@
1
1
  import { loadRestJsonErrorCode, parseJsonBody as parseBody, parseJsonErrorBody as parseErrorBody } from "@aws-sdk/core";
2
2
  import { requestBuilder as rb } from "@smithy/core";
3
- import { _json, collectBody, decorateServiceException as __decorateServiceException, expectBoolean as __expectBoolean, expectInt32 as __expectInt32, expectLong as __expectLong, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectObject as __expectObject, expectString as __expectString, limitedParseDouble as __limitedParseDouble, map, parseEpochTimestamp as __parseEpochTimestamp, serializeFloat as __serializeFloat, take, withBaseException, } from "@smithy/smithy-client";
3
+ import { _json, collectBody, decorateServiceException as __decorateServiceException, expectBoolean as __expectBoolean, expectInt32 as __expectInt32, expectLong as __expectLong, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectObject as __expectObject, expectString as __expectString, limitedParseDouble as __limitedParseDouble, map, parseEpochTimestamp as __parseEpochTimestamp, serializeDateTime as __serializeDateTime, serializeFloat as __serializeFloat, take, withBaseException, } from "@smithy/smithy-client";
4
4
  import { v4 as generateIdempotencyToken } from "uuid";
5
5
  import { IoTServiceException as __BaseException } from "../models/IoTServiceException";
6
6
  import { CertificateStateException, CertificateValidationException, ConflictException, ConflictingResourceUpdateException, DeleteConflictException, IndexNotReadyException, InternalException, InternalFailureException, InternalServerException, InvalidAggregationException, InvalidQueryException, InvalidRequestException, InvalidStateTransitionException, LimitExceededException, MalformedPolicyException, ResourceAlreadyExistsException, ResourceNotFoundException, ServiceQuotaExceededException, ServiceUnavailableException, SqlParseException, ThrottlingException, TransferAlreadyCompletedException, UnauthorizedException, ValidationException, VersionConflictException, VersionsLimitExceededException, } from "../models/models_0";
@@ -221,7 +221,7 @@ export const se_CreateAuditSuppressionCommand = async (input, context) => {
221
221
  checkName: [],
222
222
  clientRequestToken: [true, (_) => _ ?? generateIdempotencyToken()],
223
223
  description: [],
224
- expirationDate: (_) => Math.round(_.getTime() / 1000),
224
+ expirationDate: (_) => _.getTime() / 1000,
225
225
  resourceIdentifier: (_) => _json(_),
226
226
  suppressIndefinitely: [],
227
227
  }));
@@ -1797,12 +1797,12 @@ export const se_ListAuditFindingsCommand = async (input, context) => {
1797
1797
  let body;
1798
1798
  body = JSON.stringify(take(input, {
1799
1799
  checkName: [],
1800
- endTime: (_) => Math.round(_.getTime() / 1000),
1800
+ endTime: (_) => _.getTime() / 1000,
1801
1801
  listSuppressedFindings: [],
1802
1802
  maxResults: [],
1803
1803
  nextToken: [],
1804
1804
  resourceIdentifier: (_) => _json(_),
1805
- startTime: (_) => Math.round(_.getTime() / 1000),
1805
+ startTime: (_) => _.getTime() / 1000,
1806
1806
  taskId: [],
1807
1807
  }));
1808
1808
  b.m("POST").h(headers).b(body);
@@ -1833,14 +1833,8 @@ export const se_ListAuditMitigationActionsTasksCommand = async (input, context)
1833
1833
  [_tS]: [, input[_tS]],
1834
1834
  [_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
1835
1835
  [_nT]: [, input[_nT]],
1836
- [_sT]: [
1837
- __expectNonNull(input.startTime, `startTime`) != null,
1838
- () => (input[_sT].toISOString().split(".")[0] + "Z").toString(),
1839
- ],
1840
- [_eTn]: [
1841
- __expectNonNull(input.endTime, `endTime`) != null,
1842
- () => (input[_eTn].toISOString().split(".")[0] + "Z").toString(),
1843
- ],
1836
+ [_sT]: [__expectNonNull(input.startTime, `startTime`) != null, () => __serializeDateTime(input[_sT]).toString()],
1837
+ [_eTn]: [__expectNonNull(input.endTime, `endTime`) != null, () => __serializeDateTime(input[_eTn]).toString()],
1844
1838
  });
1845
1839
  let body;
1846
1840
  b.m("GET").h(headers).q(query).b(body);
@@ -1868,14 +1862,8 @@ export const se_ListAuditTasksCommand = async (input, context) => {
1868
1862
  const headers = {};
1869
1863
  b.bp("/audit/tasks");
1870
1864
  const query = map({
1871
- [_sT]: [
1872
- __expectNonNull(input.startTime, `startTime`) != null,
1873
- () => (input[_sT].toISOString().split(".")[0] + "Z").toString(),
1874
- ],
1875
- [_eTn]: [
1876
- __expectNonNull(input.endTime, `endTime`) != null,
1877
- () => (input[_eTn].toISOString().split(".")[0] + "Z").toString(),
1878
- ],
1865
+ [_sT]: [__expectNonNull(input.startTime, `startTime`) != null, () => __serializeDateTime(input[_sT]).toString()],
1866
+ [_eTn]: [__expectNonNull(input.endTime, `endTime`) != null, () => __serializeDateTime(input[_eTn]).toString()],
1879
1867
  [_tTa]: [, input[_tTa]],
1880
1868
  [_tS]: [, input[_tS]],
1881
1869
  [_nT]: [, input[_nT]],
@@ -1985,8 +1973,8 @@ export const se_ListDetectMitigationActionsExecutionsCommand = async (input, con
1985
1973
  [_tI]: [, input[_tI]],
1986
1974
  [_vI]: [, input[_vI]],
1987
1975
  [_tNh]: [, input[_tNh]],
1988
- [_sT]: [() => input.startTime !== void 0, () => (input[_sT].toISOString().split(".")[0] + "Z").toString()],
1989
- [_eTn]: [() => input.endTime !== void 0, () => (input[_eTn].toISOString().split(".")[0] + "Z").toString()],
1976
+ [_sT]: [() => input.startTime !== void 0, () => __serializeDateTime(input[_sT]).toString()],
1977
+ [_eTn]: [() => input.endTime !== void 0, () => __serializeDateTime(input[_eTn]).toString()],
1990
1978
  [_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
1991
1979
  [_nT]: [, input[_nT]],
1992
1980
  });
@@ -2001,14 +1989,8 @@ export const se_ListDetectMitigationActionsTasksCommand = async (input, context)
2001
1989
  const query = map({
2002
1990
  [_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
2003
1991
  [_nT]: [, input[_nT]],
2004
- [_sT]: [
2005
- __expectNonNull(input.startTime, `startTime`) != null,
2006
- () => (input[_sT].toISOString().split(".")[0] + "Z").toString(),
2007
- ],
2008
- [_eTn]: [
2009
- __expectNonNull(input.endTime, `endTime`) != null,
2010
- () => (input[_eTn].toISOString().split(".")[0] + "Z").toString(),
2011
- ],
1992
+ [_sT]: [__expectNonNull(input.startTime, `startTime`) != null, () => __serializeDateTime(input[_sT]).toString()],
1993
+ [_eTn]: [__expectNonNull(input.endTime, `endTime`) != null, () => __serializeDateTime(input[_eTn]).toString()],
2012
1994
  });
2013
1995
  let body;
2014
1996
  b.m("GET").h(headers).q(query).b(body);
@@ -2144,14 +2126,8 @@ export const se_ListMetricValuesCommand = async (input, context) => {
2144
2126
  [_mN]: [, __expectNonNull(input[_mN], `metricName`)],
2145
2127
  [_dN]: [, input[_dN]],
2146
2128
  [_dVO]: [, input[_dVO]],
2147
- [_sT]: [
2148
- __expectNonNull(input.startTime, `startTime`) != null,
2149
- () => (input[_sT].toISOString().split(".")[0] + "Z").toString(),
2150
- ],
2151
- [_eTn]: [
2152
- __expectNonNull(input.endTime, `endTime`) != null,
2153
- () => (input[_eTn].toISOString().split(".")[0] + "Z").toString(),
2154
- ],
2129
+ [_sT]: [__expectNonNull(input.startTime, `startTime`) != null, () => __serializeDateTime(input[_sT]).toString()],
2130
+ [_eTn]: [__expectNonNull(input.endTime, `endTime`) != null, () => __serializeDateTime(input[_eTn]).toString()],
2155
2131
  [_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
2156
2132
  [_nT]: [, input[_nT]],
2157
2133
  });
@@ -2600,14 +2576,8 @@ export const se_ListViolationEventsCommand = async (input, context) => {
2600
2576
  const headers = {};
2601
2577
  b.bp("/violation-events");
2602
2578
  const query = map({
2603
- [_sT]: [
2604
- __expectNonNull(input.startTime, `startTime`) != null,
2605
- () => (input[_sT].toISOString().split(".")[0] + "Z").toString(),
2606
- ],
2607
- [_eTn]: [
2608
- __expectNonNull(input.endTime, `endTime`) != null,
2609
- () => (input[_eTn].toISOString().split(".")[0] + "Z").toString(),
2610
- ],
2579
+ [_sT]: [__expectNonNull(input.startTime, `startTime`) != null, () => __serializeDateTime(input[_sT]).toString()],
2580
+ [_eTn]: [__expectNonNull(input.endTime, `endTime`) != null, () => __serializeDateTime(input[_eTn]).toString()],
2611
2581
  [_tNh]: [, input[_tNh]],
2612
2582
  [_sPN]: [, input[_sPN]],
2613
2583
  [_bCT]: [, input[_bCT]],
@@ -3033,7 +3003,7 @@ export const se_UpdateAuditSuppressionCommand = async (input, context) => {
3033
3003
  body = JSON.stringify(take(input, {
3034
3004
  checkName: [],
3035
3005
  description: [],
3036
- expirationDate: (_) => Math.round(_.getTime() / 1000),
3006
+ expirationDate: (_) => _.getTime() / 1000,
3037
3007
  resourceIdentifier: (_) => _json(_),
3038
3008
  suppressIndefinitely: [],
3039
3009
  }));
@@ -7783,8 +7753,8 @@ const se_PercentList = (input, context) => {
7783
7753
  };
7784
7754
  const se_ViolationEventOccurrenceRange = (input, context) => {
7785
7755
  return take(input, {
7786
- endTime: (_) => Math.round(_.getTime() / 1000),
7787
- startTime: (_) => Math.round(_.getTime() / 1000),
7756
+ endTime: (_) => _.getTime() / 1000,
7757
+ startTime: (_) => _.getTime() / 1000,
7788
7758
  });
7789
7759
  };
7790
7760
  const de_AbortConfig = (output, context) => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-iot",
3
3
  "description": "AWS SDK for JavaScript Iot Client for Node.js, Browser and React Native",
4
- "version": "3.583.0",
4
+ "version": "3.587.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-iot",
@@ -20,41 +20,41 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sso-oidc": "3.583.0",
24
- "@aws-sdk/client-sts": "3.583.0",
25
- "@aws-sdk/core": "3.582.0",
26
- "@aws-sdk/credential-provider-node": "3.583.0",
23
+ "@aws-sdk/client-sso-oidc": "3.587.0",
24
+ "@aws-sdk/client-sts": "3.587.0",
25
+ "@aws-sdk/core": "3.587.0",
26
+ "@aws-sdk/credential-provider-node": "3.587.0",
27
27
  "@aws-sdk/middleware-host-header": "3.577.0",
28
28
  "@aws-sdk/middleware-logger": "3.577.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.577.0",
30
- "@aws-sdk/middleware-user-agent": "3.583.0",
31
- "@aws-sdk/region-config-resolver": "3.577.0",
30
+ "@aws-sdk/middleware-user-agent": "3.587.0",
31
+ "@aws-sdk/region-config-resolver": "3.587.0",
32
32
  "@aws-sdk/types": "3.577.0",
33
- "@aws-sdk/util-endpoints": "3.583.0",
33
+ "@aws-sdk/util-endpoints": "3.587.0",
34
34
  "@aws-sdk/util-user-agent-browser": "3.577.0",
35
- "@aws-sdk/util-user-agent-node": "3.577.0",
36
- "@smithy/config-resolver": "^3.0.0",
37
- "@smithy/core": "^2.0.1",
35
+ "@aws-sdk/util-user-agent-node": "3.587.0",
36
+ "@smithy/config-resolver": "^3.0.1",
37
+ "@smithy/core": "^2.1.1",
38
38
  "@smithy/fetch-http-handler": "^3.0.1",
39
39
  "@smithy/hash-node": "^3.0.0",
40
40
  "@smithy/invalid-dependency": "^3.0.0",
41
41
  "@smithy/middleware-content-length": "^3.0.0",
42
- "@smithy/middleware-endpoint": "^3.0.0",
43
- "@smithy/middleware-retry": "^3.0.1",
42
+ "@smithy/middleware-endpoint": "^3.0.1",
43
+ "@smithy/middleware-retry": "^3.0.3",
44
44
  "@smithy/middleware-serde": "^3.0.0",
45
45
  "@smithy/middleware-stack": "^3.0.0",
46
- "@smithy/node-config-provider": "^3.0.0",
46
+ "@smithy/node-config-provider": "^3.1.0",
47
47
  "@smithy/node-http-handler": "^3.0.0",
48
48
  "@smithy/protocol-http": "^4.0.0",
49
- "@smithy/smithy-client": "^3.0.1",
49
+ "@smithy/smithy-client": "^3.1.1",
50
50
  "@smithy/types": "^3.0.0",
51
51
  "@smithy/url-parser": "^3.0.0",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.1",
56
- "@smithy/util-defaults-mode-node": "^3.0.1",
57
- "@smithy/util-endpoints": "^2.0.0",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.3",
56
+ "@smithy/util-defaults-mode-node": "^3.0.3",
57
+ "@smithy/util-endpoints": "^2.0.1",
58
58
  "@smithy/util-middleware": "^3.0.0",
59
59
  "@smithy/util-retry": "^3.0.0",
60
60
  "@smithy/util-utf8": "^3.0.0",