@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.
- package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +38 -39
- package/dist-cjs/models/PollyServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +15 -17
- package/dist-cjs/runtimeConfig.js +20 -24
- package/dist-cjs/runtimeConfig.native.js +2 -2
- package/dist-cjs/runtimeConfig.shared.js +10 -12
- package/dist-es/Polly.js +1 -1
- package/dist-es/PollyClient.js +6 -6
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/DeleteLexiconCommand.js +2 -2
- package/dist-es/commands/DescribeVoicesCommand.js +2 -2
- package/dist-es/commands/GetLexiconCommand.js +2 -2
- package/dist-es/commands/GetSpeechSynthesisTaskCommand.js +2 -2
- package/dist-es/commands/ListLexiconsCommand.js +2 -2
- package/dist-es/commands/ListSpeechSynthesisTasksCommand.js +2 -2
- package/dist-es/commands/PutLexiconCommand.js +2 -2
- package/dist-es/commands/StartSpeechSynthesisStreamCommand.js +2 -2
- package/dist-es/commands/StartSpeechSynthesisTaskCommand.js +2 -2
- package/dist-es/commands/SynthesizeSpeechCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/PollyServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +5 -7
- package/dist-es/runtimeConfig.js +5 -9
- package/dist-es/runtimeConfig.native.js +1 -1
- package/dist-es/runtimeConfig.shared.js +3 -5
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/PollyClient.d.ts +6 -6
- package/dist-types/commands/DeleteLexiconCommand.d.ts +6 -4
- package/dist-types/commands/DescribeVoicesCommand.d.ts +6 -4
- package/dist-types/commands/GetLexiconCommand.d.ts +6 -4
- package/dist-types/commands/GetSpeechSynthesisTaskCommand.d.ts +6 -4
- package/dist-types/commands/ListLexiconsCommand.d.ts +6 -4
- package/dist-types/commands/ListSpeechSynthesisTasksCommand.d.ts +6 -4
- package/dist-types/commands/PutLexiconCommand.d.ts +6 -4
- package/dist-types/commands/StartSpeechSynthesisStreamCommand.d.ts +6 -4
- package/dist-types/commands/StartSpeechSynthesisTaskCommand.d.ts +6 -4
- package/dist-types/commands/SynthesizeSpeechCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/PollyServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/PollyClient.d.ts +12 -18
- package/dist-types/ts3.4/commands/DeleteLexiconCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeVoicesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetLexiconCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSpeechSynthesisTaskCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListLexiconsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListSpeechSynthesisTasksCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutLexiconCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartSpeechSynthesisStreamCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartSpeechSynthesisTaskCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SynthesizeSpeechCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/PollyServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +16 -41
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
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/
|
|
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/
|
|
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():
|
|
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/
|
|
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/
|
|
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/
|
|
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():
|
|
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/
|
|
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/
|
|
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/
|
|
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():
|
|
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/
|
|
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/
|
|
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/
|
|
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():
|
|
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/
|
|
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/
|
|
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/
|
|
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():
|
|
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/
|
|
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/
|
|
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/
|
|
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():
|
|
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/
|
|
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/
|
|
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/
|
|
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():
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
51
|
+
| import("@smithy/core/client").DefaultsMode
|
|
52
52
|
| import("@smithy/types").Provider<
|
|
53
|
-
import("@smithy/
|
|
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.
|
|
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.
|
|
29
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
30
|
-
"@aws-sdk/eventstream-handler-node": "^3.972.
|
|
31
|
-
"@aws-sdk/middleware-eventstream": "^3.972.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
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.
|
|
35
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
36
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
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.
|
|
39
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
40
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
41
|
-
"@smithy/
|
|
42
|
-
"@smithy/
|
|
43
|
-
"@smithy/
|
|
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.
|
|
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",
|