@aws-sdk/client-polly 3.1045.0 → 3.1046.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.
Files changed (67) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +38 -39
  5. package/dist-cjs/models/PollyServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +15 -17
  7. package/dist-cjs/runtimeConfig.js +20 -24
  8. package/dist-cjs/runtimeConfig.native.js +2 -2
  9. package/dist-cjs/runtimeConfig.shared.js +10 -12
  10. package/dist-es/Polly.js +1 -1
  11. package/dist-es/PollyClient.js +6 -6
  12. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  13. package/dist-es/commands/DeleteLexiconCommand.js +2 -2
  14. package/dist-es/commands/DescribeVoicesCommand.js +2 -2
  15. package/dist-es/commands/GetLexiconCommand.js +2 -2
  16. package/dist-es/commands/GetSpeechSynthesisTaskCommand.js +2 -2
  17. package/dist-es/commands/ListLexiconsCommand.js +2 -2
  18. package/dist-es/commands/ListSpeechSynthesisTasksCommand.js +2 -2
  19. package/dist-es/commands/PutLexiconCommand.js +2 -2
  20. package/dist-es/commands/StartSpeechSynthesisStreamCommand.js +2 -2
  21. package/dist-es/commands/StartSpeechSynthesisTaskCommand.js +2 -2
  22. package/dist-es/commands/SynthesizeSpeechCommand.js +2 -2
  23. package/dist-es/endpoint/bdd.js +1 -1
  24. package/dist-es/endpoint/endpointResolver.js +1 -1
  25. package/dist-es/models/PollyServiceException.js +1 -1
  26. package/dist-es/runtimeConfig.browser.js +5 -7
  27. package/dist-es/runtimeConfig.js +5 -9
  28. package/dist-es/runtimeConfig.native.js +1 -1
  29. package/dist-es/runtimeConfig.shared.js +3 -5
  30. package/dist-es/runtimeExtensions.js +2 -2
  31. package/dist-types/PollyClient.d.ts +6 -6
  32. package/dist-types/commands/DeleteLexiconCommand.d.ts +6 -4
  33. package/dist-types/commands/DescribeVoicesCommand.d.ts +6 -4
  34. package/dist-types/commands/GetLexiconCommand.d.ts +6 -4
  35. package/dist-types/commands/GetSpeechSynthesisTaskCommand.d.ts +6 -4
  36. package/dist-types/commands/ListLexiconsCommand.d.ts +6 -4
  37. package/dist-types/commands/ListSpeechSynthesisTasksCommand.d.ts +6 -4
  38. package/dist-types/commands/PutLexiconCommand.d.ts +6 -4
  39. package/dist-types/commands/StartSpeechSynthesisStreamCommand.d.ts +6 -4
  40. package/dist-types/commands/StartSpeechSynthesisTaskCommand.d.ts +6 -4
  41. package/dist-types/commands/SynthesizeSpeechCommand.d.ts +6 -4
  42. package/dist-types/endpoint/bdd.d.ts +1 -1
  43. package/dist-types/extensionConfiguration.d.ts +1 -1
  44. package/dist-types/models/PollyServiceException.d.ts +1 -1
  45. package/dist-types/models/errors.d.ts +1 -1
  46. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  47. package/dist-types/runtimeConfig.d.ts +2 -2
  48. package/dist-types/runtimeConfig.native.d.ts +2 -2
  49. package/dist-types/ts3.4/PollyClient.d.ts +12 -18
  50. package/dist-types/ts3.4/commands/DeleteLexiconCommand.d.ts +6 -4
  51. package/dist-types/ts3.4/commands/DescribeVoicesCommand.d.ts +6 -4
  52. package/dist-types/ts3.4/commands/GetLexiconCommand.d.ts +6 -4
  53. package/dist-types/ts3.4/commands/GetSpeechSynthesisTaskCommand.d.ts +6 -4
  54. package/dist-types/ts3.4/commands/ListLexiconsCommand.d.ts +6 -4
  55. package/dist-types/ts3.4/commands/ListSpeechSynthesisTasksCommand.d.ts +6 -4
  56. package/dist-types/ts3.4/commands/PutLexiconCommand.d.ts +6 -4
  57. package/dist-types/ts3.4/commands/StartSpeechSynthesisStreamCommand.d.ts +6 -4
  58. package/dist-types/ts3.4/commands/StartSpeechSynthesisTaskCommand.d.ts +6 -4
  59. package/dist-types/ts3.4/commands/SynthesizeSpeechCommand.d.ts +6 -4
  60. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  61. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  62. package/dist-types/ts3.4/models/PollyServiceException.d.ts +1 -1
  63. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  64. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  65. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  66. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  67. package/package.json +16 -41
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  GetSpeechSynthesisTaskInput,
@@ -19,7 +19,7 @@ export interface GetSpeechSynthesisTaskCommandOutput
19
19
  declare const GetSpeechSynthesisTaskCommand_base: {
20
20
  new (
21
21
  input: GetSpeechSynthesisTaskCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetSpeechSynthesisTaskCommandInput,
24
24
  GetSpeechSynthesisTaskCommandOutput,
25
25
  PollyClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetSpeechSynthesisTaskCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetSpeechSynthesisTaskCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetSpeechSynthesisTaskCommandInput,
33
33
  GetSpeechSynthesisTaskCommandOutput,
34
34
  PollyClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetSpeechSynthesisTaskCommand extends GetSpeechSynthesisTaskCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ListLexiconsInput, ListLexiconsOutput } from "../models/models_0";
4
4
  import {
@@ -15,7 +15,7 @@ export interface ListLexiconsCommandOutput
15
15
  declare const ListLexiconsCommand_base: {
16
16
  new (
17
17
  input: ListLexiconsCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  ListLexiconsCommandInput,
20
20
  ListLexiconsCommandOutput,
21
21
  PollyClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const ListLexiconsCommand_base: {
24
24
  >;
25
25
  new (
26
26
  ...[input]: [] | [ListLexiconsCommandInput]
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  ListLexiconsCommandInput,
29
29
  ListLexiconsCommandOutput,
30
30
  PollyClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class ListLexiconsCommand extends ListLexiconsCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListSpeechSynthesisTasksInput,
@@ -19,7 +19,7 @@ export interface ListSpeechSynthesisTasksCommandOutput
19
19
  declare const ListSpeechSynthesisTasksCommand_base: {
20
20
  new (
21
21
  input: ListSpeechSynthesisTasksCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListSpeechSynthesisTasksCommandInput,
24
24
  ListSpeechSynthesisTasksCommandOutput,
25
25
  PollyClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListSpeechSynthesisTasksCommand_base: {
28
28
  >;
29
29
  new (
30
30
  ...[input]: [] | [ListSpeechSynthesisTasksCommandInput]
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListSpeechSynthesisTasksCommandInput,
33
33
  ListSpeechSynthesisTasksCommandOutput,
34
34
  PollyClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListSpeechSynthesisTasksCommand extends ListSpeechSynthesisTasksCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { PutLexiconInput, PutLexiconOutput } from "../models/models_0";
4
4
  import {
@@ -15,7 +15,7 @@ export interface PutLexiconCommandOutput
15
15
  declare const PutLexiconCommand_base: {
16
16
  new (
17
17
  input: PutLexiconCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  PutLexiconCommandInput,
20
20
  PutLexiconCommandOutput,
21
21
  PollyClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const PutLexiconCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: PutLexiconCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  PutLexiconCommandInput,
29
29
  PutLexiconCommandOutput,
30
30
  PollyClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class PutLexiconCommand extends PutLexiconCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  StartSpeechSynthesisStreamInput,
@@ -19,7 +19,7 @@ export interface StartSpeechSynthesisStreamCommandOutput
19
19
  declare const StartSpeechSynthesisStreamCommand_base: {
20
20
  new (
21
21
  input: StartSpeechSynthesisStreamCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  StartSpeechSynthesisStreamCommandInput,
24
24
  StartSpeechSynthesisStreamCommandOutput,
25
25
  PollyClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const StartSpeechSynthesisStreamCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: StartSpeechSynthesisStreamCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  StartSpeechSynthesisStreamCommandInput,
33
33
  StartSpeechSynthesisStreamCommandOutput,
34
34
  PollyClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class StartSpeechSynthesisStreamCommand extends StartSpeechSynthesisStreamCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  StartSpeechSynthesisTaskInput,
@@ -19,7 +19,7 @@ export interface StartSpeechSynthesisTaskCommandOutput
19
19
  declare const StartSpeechSynthesisTaskCommand_base: {
20
20
  new (
21
21
  input: StartSpeechSynthesisTaskCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  StartSpeechSynthesisTaskCommandInput,
24
24
  StartSpeechSynthesisTaskCommandOutput,
25
25
  PollyClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const StartSpeechSynthesisTaskCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: StartSpeechSynthesisTaskCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  StartSpeechSynthesisTaskCommandInput,
33
33
  StartSpeechSynthesisTaskCommandOutput,
34
34
  PollyClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class StartSpeechSynthesisTaskCommand extends StartSpeechSynthesisTaskCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import {
3
3
  MetadataBearer as __MetadataBearer,
4
4
  StreamingBlobPayloadOutputTypes,
@@ -26,7 +26,7 @@ export interface SynthesizeSpeechCommandOutput
26
26
  declare const SynthesizeSpeechCommand_base: {
27
27
  new (
28
28
  input: SynthesizeSpeechCommandInput
29
- ): import("@smithy/smithy-client").CommandImpl<
29
+ ): import("@smithy/core/client").CommandImpl<
30
30
  SynthesizeSpeechCommandInput,
31
31
  SynthesizeSpeechCommandOutput,
32
32
  PollyClientResolvedConfig,
@@ -35,14 +35,16 @@ declare const SynthesizeSpeechCommand_base: {
35
35
  >;
36
36
  new (
37
37
  input: SynthesizeSpeechCommandInput
38
- ): import("@smithy/smithy-client").CommandImpl<
38
+ ): import("@smithy/core/client").CommandImpl<
39
39
  SynthesizeSpeechCommandInput,
40
40
  SynthesizeSpeechCommandOutput,
41
41
  PollyClientResolvedConfig,
42
42
  ServiceInputTypes,
43
43
  ServiceOutputTypes
44
44
  >;
45
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
45
+ getEndpointParameterInstructions(): {
46
+ [x: string]: unknown;
47
+ };
46
48
  };
47
49
  export declare class SynthesizeSpeechCommand extends SynthesizeSpeechCommand_base {
48
50
  protected static __types: {
@@ -1,2 +1,2 @@
1
- import { BinaryDecisionDiagram } from "@smithy/util-endpoints";
1
+ import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
2
2
  export declare const bdd: BinaryDecisionDiagram;
@@ -1,5 +1,5 @@
1
1
  import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
2
- import { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
2
+ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  export interface PollyExtensionConfiguration
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  ServiceExceptionOptions as __ServiceExceptionOptions,
3
3
  ServiceException as __ServiceException,
4
- } from "@smithy/smithy-client";
4
+ } from "@smithy/core/client";
5
5
  export { __ServiceExceptionOptions };
6
6
  export { __ServiceException };
7
7
  export declare class PollyServiceException extends __ServiceException {
@@ -1,4 +1,4 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
2
2
  import { QuotaCode, ServiceCode, ValidationExceptionReason } from "./enums";
3
3
  import { ThrottlingReason, ValidationExceptionField } from "./models_0";
4
4
  import { PollyServiceException as __BaseException } from "./PollyServiceException";
@@ -3,7 +3,7 @@ import { PollyClientConfig } from "./PollyClient";
3
3
  export declare const getRuntimeConfig: (config: PollyClientConfig) => {
4
4
  runtime: string;
5
5
  defaultsMode: import("@smithy/types").Provider<
6
- import("@smithy/smithy-client").ResolvedDefaultsMode
6
+ import("@smithy/core/client").ResolvedDefaultsMode
7
7
  >;
8
8
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
9
9
  credentialDefaultProvider:
@@ -19,7 +19,7 @@ export declare const getRuntimeConfig: (config: PollyClientConfig) => {
19
19
  maxAttempts: number | import("@smithy/types").Provider<number>;
20
20
  region: string | import("@smithy/types").Provider<any>;
21
21
  requestHandler:
22
- | import("@smithy/protocol-http").HttpHandler<any>
22
+ | import("@smithy/core/protocols").HttpHandler<any>
23
23
  | RequestHandler;
24
24
  retryMode: string | import("@smithy/types").Provider<string>;
25
25
  sha256: import("@smithy/types").HashConstructor;
@@ -3,7 +3,7 @@ import { PollyClientConfig } from "./PollyClient";
3
3
  export declare const getRuntimeConfig: (config: PollyClientConfig) => {
4
4
  runtime: string;
5
5
  defaultsMode: import("@smithy/types").Provider<
6
- import("@smithy/smithy-client").ResolvedDefaultsMode
6
+ import("@smithy/core/client").ResolvedDefaultsMode
7
7
  >;
8
8
  authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
@@ -21,7 +21,7 @@ export declare const getRuntimeConfig: (config: PollyClientConfig) => {
21
21
  region: string | import("@smithy/types").Provider<string>;
22
22
  requestHandler:
23
23
  | RequestHandler
24
- | import("@smithy/protocol-http").HttpHandler<any>;
24
+ | import("@smithy/core/protocols").HttpHandler<any>;
25
25
  retryMode: string | import("@smithy/types").Provider<string>;
26
26
  sha256: import("@smithy/types").HashConstructor;
27
27
  streamCollector: import("@smithy/types").StreamCollector;
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: PollyClientConfig) => {
7
7
  | import("@smithy/types").NodeHttpHandlerOptions
8
8
  | import("@smithy/types").FetchHttpHandlerOptions
9
9
  | Record<string, unknown>
10
- | import("@smithy/protocol-http").HttpHandler<any>
10
+ | import("@smithy/core/protocols").HttpHandler<any>
11
11
  | import("@smithy/fetch-http-handler").FetchHttpHandler;
12
12
  cacheMiddleware?: boolean;
13
13
  protocol:
@@ -48,9 +48,9 @@ export declare const getRuntimeConfig: (config: PollyClientConfig) => {
48
48
  extensions: import("./runtimeExtensions").RuntimeExtension[];
49
49
  eventStreamSerdeProvider: import("@smithy/types").EventStreamSerdeProvider;
50
50
  defaultsMode:
51
- | import("@smithy/smithy-client").DefaultsMode
51
+ | import("@smithy/core/client").DefaultsMode
52
52
  | import("@smithy/types").Provider<
53
- import("@smithy/smithy-client").DefaultsMode
53
+ import("@smithy/core/client").DefaultsMode
54
54
  >;
55
55
  sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
56
56
  customUserAgent?: string | import("@smithy/types").UserAgent;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-polly",
3
3
  "description": "AWS SDK for JavaScript Polly Client for Node.js, Browser and React Native",
4
- "version": "3.1045.0",
4
+ "version": "3.1046.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-polly",
@@ -25,52 +25,27 @@
25
25
  "dependencies": {
26
26
  "@aws-crypto/sha256-browser": "5.2.0",
27
27
  "@aws-crypto/sha256-js": "5.2.0",
28
- "@aws-sdk/core": "^3.974.8",
29
- "@aws-sdk/credential-provider-node": "^3.972.39",
30
- "@aws-sdk/eventstream-handler-node": "^3.972.14",
31
- "@aws-sdk/middleware-eventstream": "^3.972.10",
32
- "@aws-sdk/middleware-host-header": "^3.972.10",
28
+ "@aws-sdk/core": "^3.974.9",
29
+ "@aws-sdk/credential-provider-node": "^3.972.40",
30
+ "@aws-sdk/eventstream-handler-node": "^3.972.15",
31
+ "@aws-sdk/middleware-eventstream": "^3.972.11",
32
+ "@aws-sdk/middleware-host-header": "^3.972.11",
33
33
  "@aws-sdk/middleware-logger": "^3.972.10",
34
- "@aws-sdk/middleware-recursion-detection": "^3.972.11",
35
- "@aws-sdk/middleware-user-agent": "^3.972.38",
36
- "@aws-sdk/region-config-resolver": "^3.972.13",
34
+ "@aws-sdk/middleware-recursion-detection": "^3.972.12",
35
+ "@aws-sdk/middleware-user-agent": "^3.972.39",
36
+ "@aws-sdk/region-config-resolver": "^3.972.14",
37
37
  "@aws-sdk/types": "^3.973.8",
38
- "@aws-sdk/util-endpoints": "^3.996.8",
39
- "@aws-sdk/util-user-agent-browser": "^3.972.10",
40
- "@aws-sdk/util-user-agent-node": "^3.973.24",
41
- "@smithy/config-resolver": "^4.4.17",
42
- "@smithy/core": "^3.23.17",
43
- "@smithy/eventstream-serde-browser": "^4.2.14",
44
- "@smithy/eventstream-serde-config-resolver": "^4.3.14",
45
- "@smithy/eventstream-serde-node": "^4.2.14",
46
- "@smithy/fetch-http-handler": "^5.3.17",
47
- "@smithy/hash-node": "^4.2.14",
48
- "@smithy/invalid-dependency": "^4.2.14",
49
- "@smithy/middleware-content-length": "^4.2.14",
50
- "@smithy/middleware-endpoint": "^4.4.32",
51
- "@smithy/middleware-retry": "^4.5.7",
52
- "@smithy/middleware-serde": "^4.2.20",
53
- "@smithy/middleware-stack": "^4.2.14",
54
- "@smithy/node-config-provider": "^4.3.14",
55
- "@smithy/node-http-handler": "^4.6.1",
56
- "@smithy/protocol-http": "^5.3.14",
57
- "@smithy/smithy-client": "^4.12.13",
38
+ "@aws-sdk/util-endpoints": "^3.996.9",
39
+ "@aws-sdk/util-user-agent-browser": "^3.972.11",
40
+ "@aws-sdk/util-user-agent-node": "^3.973.25",
41
+ "@smithy/core": "^3.24.1",
42
+ "@smithy/fetch-http-handler": "^5.4.1",
43
+ "@smithy/node-http-handler": "^4.7.1",
58
44
  "@smithy/types": "^4.14.1",
59
- "@smithy/url-parser": "^4.2.14",
60
- "@smithy/util-base64": "^4.3.2",
61
- "@smithy/util-body-length-browser": "^4.2.2",
62
- "@smithy/util-body-length-node": "^4.2.3",
63
- "@smithy/util-defaults-mode-browser": "^4.3.49",
64
- "@smithy/util-defaults-mode-node": "^4.2.54",
65
- "@smithy/util-endpoints": "^3.4.2",
66
- "@smithy/util-middleware": "^4.2.14",
67
- "@smithy/util-retry": "^4.3.6",
68
- "@smithy/util-stream": "^4.5.25",
69
- "@smithy/util-utf8": "^4.2.2",
70
45
  "tslib": "^2.6.2"
71
46
  },
72
47
  "devDependencies": {
73
- "@smithy/snapshot-testing": "^2.0.8",
48
+ "@smithy/snapshot-testing": "^2.1.1",
74
49
  "@tsconfig/node20": "20.1.8",
75
50
  "@types/node": "^20.14.8",
76
51
  "concurrently": "7.0.0",