@aws-sdk/client-lex-runtime-service 3.699.0 → 3.712.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
@@ -557,16 +557,16 @@ var se_PostContentCommand = /* @__PURE__ */ __name(async (input, context) => {
557
557
  [_ct]: input[_cT] || "application/octet-stream",
558
558
  [_xalsa]: [
559
559
  () => (0, import_smithy_client.isSerializableHeaderValue)(input[_sA]),
560
- () => context.base64Encoder(Buffer.from(import_smithy_client.LazyJsonString.fromObject(input[_sA])))
560
+ () => context.base64Encoder(Buffer.from(import_smithy_client.LazyJsonString.from(input[_sA])))
561
561
  ],
562
562
  [_xalra]: [
563
563
  () => (0, import_smithy_client.isSerializableHeaderValue)(input[_rA]),
564
- () => context.base64Encoder(Buffer.from(import_smithy_client.LazyJsonString.fromObject(input[_rA])))
564
+ () => context.base64Encoder(Buffer.from(import_smithy_client.LazyJsonString.from(input[_rA])))
565
565
  ],
566
566
  [_a]: input[_a],
567
567
  [_xalac]: [
568
568
  () => (0, import_smithy_client.isSerializableHeaderValue)(input[_aC]),
569
- () => context.base64Encoder(Buffer.from(import_smithy_client.LazyJsonString.fromObject(input[_aC])))
569
+ () => context.base64Encoder(Buffer.from(import_smithy_client.LazyJsonString.from(input[_aC])))
570
570
  ]
571
571
  });
572
572
  b.bp("/bot/{botName}/alias/{botAlias}/user/{userId}/content");
@@ -668,19 +668,19 @@ var de_PostContentCommand = /* @__PURE__ */ __name(async (output, context) => {
668
668
  [_iN]: [, output.headers[_xalin]],
669
669
  [_nIC]: [
670
670
  () => void 0 !== output.headers[_xalnic],
671
- () => new import_smithy_client.LazyJsonString(Buffer.from(context.base64Decoder(output.headers[_xalnic])).toString("utf8"))
671
+ () => import_smithy_client.LazyJsonString.from(Buffer.from(context.base64Decoder(output.headers[_xalnic])).toString("utf8"))
672
672
  ],
673
673
  [_aI]: [
674
674
  () => void 0 !== output.headers[_xalai],
675
- () => new import_smithy_client.LazyJsonString(Buffer.from(context.base64Decoder(output.headers[_xalai])).toString("utf8"))
675
+ () => import_smithy_client.LazyJsonString.from(Buffer.from(context.base64Decoder(output.headers[_xalai])).toString("utf8"))
676
676
  ],
677
677
  [_s]: [
678
678
  () => void 0 !== output.headers[_xals],
679
- () => new import_smithy_client.LazyJsonString(Buffer.from(context.base64Decoder(output.headers[_xals])).toString("utf8"))
679
+ () => import_smithy_client.LazyJsonString.from(Buffer.from(context.base64Decoder(output.headers[_xals])).toString("utf8"))
680
680
  ],
681
681
  [_sA]: [
682
682
  () => void 0 !== output.headers[_xalsa],
683
- () => new import_smithy_client.LazyJsonString(Buffer.from(context.base64Decoder(output.headers[_xalsa])).toString("utf8"))
683
+ () => import_smithy_client.LazyJsonString.from(Buffer.from(context.base64Decoder(output.headers[_xalsa])).toString("utf8"))
684
684
  ],
685
685
  [_sR]: [, output.headers[_xals_]],
686
686
  [_m]: [, output.headers[_xalm]],
@@ -694,7 +694,7 @@ var de_PostContentCommand = /* @__PURE__ */ __name(async (output, context) => {
694
694
  [_sI]: [, output.headers[_xalsi]],
695
695
  [_aC]: [
696
696
  () => void 0 !== output.headers[_xalac],
697
- () => new import_smithy_client.LazyJsonString(Buffer.from(context.base64Decoder(output.headers[_xalac])).toString("utf8"))
697
+ () => import_smithy_client.LazyJsonString.from(Buffer.from(context.base64Decoder(output.headers[_xalac])).toString("utf8"))
698
698
  ]
699
699
  });
700
700
  const data = output.body;
@@ -739,11 +739,11 @@ var de_PutSessionCommand = /* @__PURE__ */ __name(async (output, context) => {
739
739
  [_iN]: [, output.headers[_xalin]],
740
740
  [_s]: [
741
741
  () => void 0 !== output.headers[_xals],
742
- () => new import_smithy_client.LazyJsonString(Buffer.from(context.base64Decoder(output.headers[_xals])).toString("utf8"))
742
+ () => import_smithy_client.LazyJsonString.from(Buffer.from(context.base64Decoder(output.headers[_xals])).toString("utf8"))
743
743
  ],
744
744
  [_sA]: [
745
745
  () => void 0 !== output.headers[_xalsa],
746
- () => new import_smithy_client.LazyJsonString(Buffer.from(context.base64Decoder(output.headers[_xalsa])).toString("utf8"))
746
+ () => import_smithy_client.LazyJsonString.from(Buffer.from(context.base64Decoder(output.headers[_xalsa])).toString("utf8"))
747
747
  ],
748
748
  [_m]: [, output.headers[_xalm]],
749
749
  [_eM]: [, output.headers[_xalem]],
@@ -753,7 +753,7 @@ var de_PutSessionCommand = /* @__PURE__ */ __name(async (output, context) => {
753
753
  [_sI]: [, output.headers[_xalsi]],
754
754
  [_aC]: [
755
755
  () => void 0 !== output.headers[_xalac],
756
- () => new import_smithy_client.LazyJsonString(Buffer.from(context.base64Decoder(output.headers[_xalac])).toString("utf8"))
756
+ () => import_smithy_client.LazyJsonString.from(Buffer.from(context.base64Decoder(output.headers[_xalac])).toString("utf8"))
757
757
  ]
758
758
  });
759
759
  const data = output.body;
@@ -35,16 +35,16 @@ export const se_PostContentCommand = async (input, context) => {
35
35
  [_ct]: input[_cT] || "application/octet-stream",
36
36
  [_xalsa]: [
37
37
  () => isSerializableHeaderValue(input[_sA]),
38
- () => context.base64Encoder(Buffer.from(__LazyJsonString.fromObject(input[_sA]))),
38
+ () => context.base64Encoder(Buffer.from(__LazyJsonString.from(input[_sA]))),
39
39
  ],
40
40
  [_xalra]: [
41
41
  () => isSerializableHeaderValue(input[_rA]),
42
- () => context.base64Encoder(Buffer.from(__LazyJsonString.fromObject(input[_rA]))),
42
+ () => context.base64Encoder(Buffer.from(__LazyJsonString.from(input[_rA]))),
43
43
  ],
44
44
  [_a]: input[_a],
45
45
  [_xalac]: [
46
46
  () => isSerializableHeaderValue(input[_aC]),
47
- () => context.base64Encoder(Buffer.from(__LazyJsonString.fromObject(input[_aC]))),
47
+ () => context.base64Encoder(Buffer.from(__LazyJsonString.from(input[_aC]))),
48
48
  ],
49
49
  });
50
50
  b.bp("/bot/{botName}/alias/{botAlias}/user/{userId}/content");
@@ -142,19 +142,19 @@ export const de_PostContentCommand = async (output, context) => {
142
142
  [_iN]: [, output.headers[_xalin]],
143
143
  [_nIC]: [
144
144
  () => void 0 !== output.headers[_xalnic],
145
- () => new __LazyJsonString(Buffer.from(context.base64Decoder(output.headers[_xalnic])).toString("utf8")),
145
+ () => __LazyJsonString.from(Buffer.from(context.base64Decoder(output.headers[_xalnic])).toString("utf8")),
146
146
  ],
147
147
  [_aI]: [
148
148
  () => void 0 !== output.headers[_xalai],
149
- () => new __LazyJsonString(Buffer.from(context.base64Decoder(output.headers[_xalai])).toString("utf8")),
149
+ () => __LazyJsonString.from(Buffer.from(context.base64Decoder(output.headers[_xalai])).toString("utf8")),
150
150
  ],
151
151
  [_s]: [
152
152
  () => void 0 !== output.headers[_xals],
153
- () => new __LazyJsonString(Buffer.from(context.base64Decoder(output.headers[_xals])).toString("utf8")),
153
+ () => __LazyJsonString.from(Buffer.from(context.base64Decoder(output.headers[_xals])).toString("utf8")),
154
154
  ],
155
155
  [_sA]: [
156
156
  () => void 0 !== output.headers[_xalsa],
157
- () => new __LazyJsonString(Buffer.from(context.base64Decoder(output.headers[_xalsa])).toString("utf8")),
157
+ () => __LazyJsonString.from(Buffer.from(context.base64Decoder(output.headers[_xalsa])).toString("utf8")),
158
158
  ],
159
159
  [_sR]: [, output.headers[_xals_]],
160
160
  [_m]: [, output.headers[_xalm]],
@@ -168,7 +168,7 @@ export const de_PostContentCommand = async (output, context) => {
168
168
  [_sI]: [, output.headers[_xalsi]],
169
169
  [_aC]: [
170
170
  () => void 0 !== output.headers[_xalac],
171
- () => new __LazyJsonString(Buffer.from(context.base64Decoder(output.headers[_xalac])).toString("utf8")),
171
+ () => __LazyJsonString.from(Buffer.from(context.base64Decoder(output.headers[_xalac])).toString("utf8")),
172
172
  ],
173
173
  });
174
174
  const data = output.body;
@@ -213,11 +213,11 @@ export const de_PutSessionCommand = async (output, context) => {
213
213
  [_iN]: [, output.headers[_xalin]],
214
214
  [_s]: [
215
215
  () => void 0 !== output.headers[_xals],
216
- () => new __LazyJsonString(Buffer.from(context.base64Decoder(output.headers[_xals])).toString("utf8")),
216
+ () => __LazyJsonString.from(Buffer.from(context.base64Decoder(output.headers[_xals])).toString("utf8")),
217
217
  ],
218
218
  [_sA]: [
219
219
  () => void 0 !== output.headers[_xalsa],
220
- () => new __LazyJsonString(Buffer.from(context.base64Decoder(output.headers[_xalsa])).toString("utf8")),
220
+ () => __LazyJsonString.from(Buffer.from(context.base64Decoder(output.headers[_xalsa])).toString("utf8")),
221
221
  ],
222
222
  [_m]: [, output.headers[_xalm]],
223
223
  [_eM]: [, output.headers[_xalem]],
@@ -227,7 +227,7 @@ export const de_PutSessionCommand = async (output, context) => {
227
227
  [_sI]: [, output.headers[_xalsi]],
228
228
  [_aC]: [
229
229
  () => void 0 !== output.headers[_xalac],
230
- () => new __LazyJsonString(Buffer.from(context.base64Decoder(output.headers[_xalac])).toString("utf8")),
230
+ () => __LazyJsonString.from(Buffer.from(context.base64Decoder(output.headers[_xalac])).toString("utf8")),
231
231
  ],
232
232
  });
233
233
  const data = output.body;
@@ -1,4 +1,4 @@
1
- import { ExceptionOptionType as __ExceptionOptionType, LazyJsonString as __LazyJsonString } from "@smithy/smithy-client";
1
+ import { AutomaticJsonStringConversion as __AutomaticJsonStringConversion, ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { StreamingBlobTypes } from "@smithy/types";
3
3
  import { LexRuntimeServiceServiceException as __BaseException } from "./LexRuntimeServiceServiceException";
4
4
  /**
@@ -643,7 +643,7 @@ export interface PostContentRequest {
643
643
  * <p>For more information, see <a href="https://docs.aws.amazon.com/lex/latest/dg/context-mgmt.html#context-mgmt-session-attribs">Setting Session Attributes</a>.</p>
644
644
  * @public
645
645
  */
646
- sessionAttributes?: __LazyJsonString | string | undefined;
646
+ sessionAttributes?: __AutomaticJsonStringConversion | string | undefined;
647
647
  /**
648
648
  * <p>You pass this value as the <code>x-amz-lex-request-attributes</code>
649
649
  * HTTP header.</p>
@@ -658,7 +658,7 @@ export interface PostContentRequest {
658
658
  * <p>For more information, see <a href="https://docs.aws.amazon.com/lex/latest/dg/context-mgmt.html#context-mgmt-request-attribs">Setting Request Attributes</a>.</p>
659
659
  * @public
660
660
  */
661
- requestAttributes?: __LazyJsonString | string | undefined;
661
+ requestAttributes?: __AutomaticJsonStringConversion | string | undefined;
662
662
  /**
663
663
  * <p> You pass this value as the <code>Content-Type</code> HTTP header. </p>
664
664
  * <p> Indicates the audio format or text. The header value must start with
@@ -764,7 +764,7 @@ export interface PostContentRequest {
764
764
  * contexts for the session are cleared.</p>
765
765
  * @public
766
766
  */
767
- activeContexts?: __LazyJsonString | string | undefined;
767
+ activeContexts?: __AutomaticJsonStringConversion | string | undefined;
768
768
  }
769
769
  /**
770
770
  * @public
@@ -805,7 +805,7 @@ export interface PostContentResponse {
805
805
  * change based on improvements to Amazon Lex. </p>
806
806
  * @public
807
807
  */
808
- nluIntentConfidence?: __LazyJsonString | string | undefined;
808
+ nluIntentConfidence?: __AutomaticJsonStringConversion | string | undefined;
809
809
  /**
810
810
  * <p>One to four alternative intents that may be applicable to the user's
811
811
  * intent.</p>
@@ -814,7 +814,7 @@ export interface PostContentResponse {
814
814
  * the confidence score.</p>
815
815
  * @public
816
816
  */
817
- alternativeIntents?: __LazyJsonString | string | undefined;
817
+ alternativeIntents?: __AutomaticJsonStringConversion | string | undefined;
818
818
  /**
819
819
  * <p>Map of zero or more intent slots (name/value pairs) Amazon Lex detected
820
820
  * from the user input during the conversation. The field is base-64
@@ -832,13 +832,13 @@ export interface PostContentResponse {
832
832
  * <code>ORIGINAL_VALUE</code>.</p>
833
833
  * @public
834
834
  */
835
- slots?: __LazyJsonString | string | undefined;
835
+ slots?: __AutomaticJsonStringConversion | string | undefined;
836
836
  /**
837
837
  * <p> Map of key/value pairs representing the session-specific context
838
838
  * information. </p>
839
839
  * @public
840
840
  */
841
- sessionAttributes?: __LazyJsonString | string | undefined;
841
+ sessionAttributes?: __AutomaticJsonStringConversion | string | undefined;
842
842
  /**
843
843
  * <p>The sentiment expressed in an utterance.</p>
844
844
  * <p>When the bot is configured to send utterances to Amazon Comprehend for
@@ -1048,7 +1048,7 @@ export interface PostContentResponse {
1048
1048
  * intent, or to modify the operation of your application.</p>
1049
1049
  * @public
1050
1050
  */
1051
- activeContexts?: __LazyJsonString | string | undefined;
1051
+ activeContexts?: __AutomaticJsonStringConversion | string | undefined;
1052
1052
  }
1053
1053
  /**
1054
1054
  * <p>The input speech is too long.</p>
@@ -1662,13 +1662,13 @@ export interface PutSessionResponse {
1662
1662
  * <code>ORIGINAL_VALUE</code>. </p>
1663
1663
  * @public
1664
1664
  */
1665
- slots?: __LazyJsonString | string | undefined;
1665
+ slots?: __AutomaticJsonStringConversion | string | undefined;
1666
1666
  /**
1667
1667
  * <p>Map of key/value pairs representing session-specific context
1668
1668
  * information.</p>
1669
1669
  * @public
1670
1670
  */
1671
- sessionAttributes?: __LazyJsonString | string | undefined;
1671
+ sessionAttributes?: __AutomaticJsonStringConversion | string | undefined;
1672
1672
  /**
1673
1673
  * @deprecated
1674
1674
  *
@@ -1775,7 +1775,7 @@ export interface PutSessionResponse {
1775
1775
  * <p>A list of active contexts for the session.</p>
1776
1776
  * @public
1777
1777
  */
1778
- activeContexts?: __LazyJsonString | string | undefined;
1778
+ activeContexts?: __AutomaticJsonStringConversion | string | undefined;
1779
1779
  }
1780
1780
  /**
1781
1781
  * @internal
@@ -1,6 +1,6 @@
1
1
  import {
2
+ AutomaticJsonStringConversion as __AutomaticJsonStringConversion,
2
3
  ExceptionOptionType as __ExceptionOptionType,
3
- LazyJsonString as __LazyJsonString,
4
4
  } from "@smithy/smithy-client";
5
5
  import { StreamingBlobTypes } from "@smithy/types";
6
6
  import { LexRuntimeServiceServiceException as __BaseException } from "./LexRuntimeServiceServiceException";
@@ -153,12 +153,12 @@ export interface PostContentRequest {
153
153
  botName: string | undefined;
154
154
  botAlias: string | undefined;
155
155
  userId: string | undefined;
156
- sessionAttributes?: __LazyJsonString | string | undefined;
157
- requestAttributes?: __LazyJsonString | string | undefined;
156
+ sessionAttributes?: __AutomaticJsonStringConversion | string | undefined;
157
+ requestAttributes?: __AutomaticJsonStringConversion | string | undefined;
158
158
  contentType: string | undefined;
159
159
  accept?: string | undefined;
160
160
  inputStream: StreamingBlobTypes | undefined;
161
- activeContexts?: __LazyJsonString | string | undefined;
161
+ activeContexts?: __AutomaticJsonStringConversion | string | undefined;
162
162
  }
163
163
  export declare const DialogState: {
164
164
  readonly CONFIRM_INTENT: "ConfirmIntent";
@@ -172,10 +172,10 @@ export type DialogState = (typeof DialogState)[keyof typeof DialogState];
172
172
  export interface PostContentResponse {
173
173
  contentType?: string | undefined;
174
174
  intentName?: string | undefined;
175
- nluIntentConfidence?: __LazyJsonString | string | undefined;
176
- alternativeIntents?: __LazyJsonString | string | undefined;
177
- slots?: __LazyJsonString | string | undefined;
178
- sessionAttributes?: __LazyJsonString | string | undefined;
175
+ nluIntentConfidence?: __AutomaticJsonStringConversion | string | undefined;
176
+ alternativeIntents?: __AutomaticJsonStringConversion | string | undefined;
177
+ slots?: __AutomaticJsonStringConversion | string | undefined;
178
+ sessionAttributes?: __AutomaticJsonStringConversion | string | undefined;
179
179
  sentimentResponse?: string | undefined;
180
180
  message?: string | undefined;
181
181
  encodedMessage?: string | undefined;
@@ -187,7 +187,7 @@ export interface PostContentResponse {
187
187
  audioStream?: StreamingBlobTypes | undefined;
188
188
  botVersion?: string | undefined;
189
189
  sessionId?: string | undefined;
190
- activeContexts?: __LazyJsonString | string | undefined;
190
+ activeContexts?: __AutomaticJsonStringConversion | string | undefined;
191
191
  }
192
192
  export declare class RequestTimeoutException extends __BaseException {
193
193
  readonly name: "RequestTimeoutException";
@@ -273,8 +273,8 @@ export interface PutSessionRequest {
273
273
  export interface PutSessionResponse {
274
274
  contentType?: string | undefined;
275
275
  intentName?: string | undefined;
276
- slots?: __LazyJsonString | string | undefined;
277
- sessionAttributes?: __LazyJsonString | string | undefined;
276
+ slots?: __AutomaticJsonStringConversion | string | undefined;
277
+ sessionAttributes?: __AutomaticJsonStringConversion | string | undefined;
278
278
  message?: string | undefined;
279
279
  encodedMessage?: string | undefined;
280
280
  messageFormat?: MessageFormatType | undefined;
@@ -282,7 +282,7 @@ export interface PutSessionResponse {
282
282
  slotToElicit?: string | undefined;
283
283
  audioStream?: StreamingBlobTypes | undefined;
284
284
  sessionId?: string | undefined;
285
- activeContexts?: __LazyJsonString | string | undefined;
285
+ activeContexts?: __AutomaticJsonStringConversion | string | undefined;
286
286
  }
287
287
  export declare const ActiveContextFilterSensitiveLog: (
288
288
  obj: ActiveContext
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-lex-runtime-service",
3
3
  "description": "AWS SDK for JavaScript Lex Runtime Service Client for Node.js, Browser and React Native",
4
- "version": "3.699.0",
4
+ "version": "3.712.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-lex-runtime-service",
@@ -22,44 +22,44 @@
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.699.0",
26
- "@aws-sdk/client-sts": "3.699.0",
27
- "@aws-sdk/core": "3.696.0",
28
- "@aws-sdk/credential-provider-node": "3.699.0",
29
- "@aws-sdk/middleware-host-header": "3.696.0",
30
- "@aws-sdk/middleware-logger": "3.696.0",
31
- "@aws-sdk/middleware-recursion-detection": "3.696.0",
32
- "@aws-sdk/middleware-user-agent": "3.696.0",
33
- "@aws-sdk/region-config-resolver": "3.696.0",
34
- "@aws-sdk/types": "3.696.0",
35
- "@aws-sdk/util-endpoints": "3.696.0",
36
- "@aws-sdk/util-user-agent-browser": "3.696.0",
37
- "@aws-sdk/util-user-agent-node": "3.696.0",
38
- "@smithy/config-resolver": "^3.0.12",
39
- "@smithy/core": "^2.5.3",
40
- "@smithy/fetch-http-handler": "^4.1.1",
41
- "@smithy/hash-node": "^3.0.10",
42
- "@smithy/invalid-dependency": "^3.0.10",
43
- "@smithy/middleware-content-length": "^3.0.12",
44
- "@smithy/middleware-endpoint": "^3.2.3",
45
- "@smithy/middleware-retry": "^3.0.27",
46
- "@smithy/middleware-serde": "^3.0.10",
47
- "@smithy/middleware-stack": "^3.0.10",
48
- "@smithy/node-config-provider": "^3.1.11",
49
- "@smithy/node-http-handler": "^3.3.1",
50
- "@smithy/protocol-http": "^4.1.7",
51
- "@smithy/smithy-client": "^3.4.4",
52
- "@smithy/types": "^3.7.1",
53
- "@smithy/url-parser": "^3.0.10",
25
+ "@aws-sdk/client-sso-oidc": "3.712.0",
26
+ "@aws-sdk/client-sts": "3.712.0",
27
+ "@aws-sdk/core": "3.709.0",
28
+ "@aws-sdk/credential-provider-node": "3.712.0",
29
+ "@aws-sdk/middleware-host-header": "3.709.0",
30
+ "@aws-sdk/middleware-logger": "3.709.0",
31
+ "@aws-sdk/middleware-recursion-detection": "3.709.0",
32
+ "@aws-sdk/middleware-user-agent": "3.709.0",
33
+ "@aws-sdk/region-config-resolver": "3.709.0",
34
+ "@aws-sdk/types": "3.709.0",
35
+ "@aws-sdk/util-endpoints": "3.709.0",
36
+ "@aws-sdk/util-user-agent-browser": "3.709.0",
37
+ "@aws-sdk/util-user-agent-node": "3.712.0",
38
+ "@smithy/config-resolver": "^3.0.13",
39
+ "@smithy/core": "^2.5.5",
40
+ "@smithy/fetch-http-handler": "^4.1.2",
41
+ "@smithy/hash-node": "^3.0.11",
42
+ "@smithy/invalid-dependency": "^3.0.11",
43
+ "@smithy/middleware-content-length": "^3.0.13",
44
+ "@smithy/middleware-endpoint": "^3.2.5",
45
+ "@smithy/middleware-retry": "^3.0.30",
46
+ "@smithy/middleware-serde": "^3.0.11",
47
+ "@smithy/middleware-stack": "^3.0.11",
48
+ "@smithy/node-config-provider": "^3.1.12",
49
+ "@smithy/node-http-handler": "^3.3.2",
50
+ "@smithy/protocol-http": "^4.1.8",
51
+ "@smithy/smithy-client": "^3.5.0",
52
+ "@smithy/types": "^3.7.2",
53
+ "@smithy/url-parser": "^3.0.11",
54
54
  "@smithy/util-base64": "^3.0.0",
55
55
  "@smithy/util-body-length-browser": "^3.0.0",
56
56
  "@smithy/util-body-length-node": "^3.0.0",
57
- "@smithy/util-defaults-mode-browser": "^3.0.27",
58
- "@smithy/util-defaults-mode-node": "^3.0.27",
59
- "@smithy/util-endpoints": "^2.1.6",
60
- "@smithy/util-middleware": "^3.0.10",
61
- "@smithy/util-retry": "^3.0.10",
62
- "@smithy/util-stream": "^3.3.1",
57
+ "@smithy/util-defaults-mode-browser": "^3.0.30",
58
+ "@smithy/util-defaults-mode-node": "^3.0.30",
59
+ "@smithy/util-endpoints": "^2.1.7",
60
+ "@smithy/util-middleware": "^3.0.11",
61
+ "@smithy/util-retry": "^3.0.11",
62
+ "@smithy/util-stream": "^3.3.2",
63
63
  "@smithy/util-utf8": "^3.0.0",
64
64
  "tslib": "^2.6.2"
65
65
  },