@aws-sdk/client-polly 3.267.0 → 3.271.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/endpoint/ruleset.js +3 -3
- package/dist-cjs/models/models_0.js +2 -0
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/models_0.js +2 -0
- package/dist-types/PollyClient.d.ts +15 -15
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +2 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +4 -4
- package/dist-types/ts3.4/PollyClient.d.ts +4 -4
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -4
- package/package.json +31 -31
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ruleSet = void 0;
|
|
4
|
-
const q = "
|
|
5
|
-
const a =
|
|
6
|
-
const _data = { version: "1.0", parameters: { Region:
|
|
4
|
+
const q = "required", r = "fn", s = "argv", t = "ref";
|
|
5
|
+
const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = { [q]: false, "type": "String" }, g = { [q]: true, "default": false, "type": "Boolean" }, h = { [t]: "Endpoint" }, i = { [r]: "booleanEquals", [s]: [{ [t]: "UseFIPS" }, true] }, j = { [r]: "booleanEquals", [s]: [{ [t]: "UseDualStack" }, true] }, k = {}, l = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsFIPS"] }] }, m = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsDualStack"] }] }, n = [i], o = [j], p = [{ [t]: "Region" }];
|
|
6
|
+
const _data = { version: "1.0", parameters: { Region: f, UseDualStack: g, UseFIPS: g, Endpoint: f }, rules: [{ conditions: [{ [r]: a, [s]: [h] }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: h, properties: k, headers: k }, type: d }] }] }, { type: b, rules: [{ conditions: [{ [r]: a, [s]: p }], type: b, rules: [{ conditions: [{ [r]: "aws.partition", [s]: p, assign: e }], type: b, rules: [{ conditions: [i, j], type: b, rules: [{ conditions: [l, m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://polly-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [l], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://polly-fips.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://polly.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { type: b, rules: [{ endpoint: { url: "https://polly.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] }] };
|
|
7
7
|
exports.ruleSet = _data;
|
|
@@ -124,6 +124,7 @@ var VoiceId;
|
|
|
124
124
|
VoiceId["Justin"] = "Justin";
|
|
125
125
|
VoiceId["Kajal"] = "Kajal";
|
|
126
126
|
VoiceId["Karl"] = "Karl";
|
|
127
|
+
VoiceId["Kazuha"] = "Kazuha";
|
|
127
128
|
VoiceId["Kendra"] = "Kendra";
|
|
128
129
|
VoiceId["Kevin"] = "Kevin";
|
|
129
130
|
VoiceId["Kimberly"] = "Kimberly";
|
|
@@ -163,6 +164,7 @@ var VoiceId;
|
|
|
163
164
|
VoiceId["Takumi"] = "Takumi";
|
|
164
165
|
VoiceId["Tatyana"] = "Tatyana";
|
|
165
166
|
VoiceId["Thiago"] = "Thiago";
|
|
167
|
+
VoiceId["Tomoko"] = "Tomoko";
|
|
166
168
|
VoiceId["Vicki"] = "Vicki";
|
|
167
169
|
VoiceId["Vitoria"] = "Vitoria";
|
|
168
170
|
VoiceId["Zeina"] = "Zeina";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const q = "
|
|
2
|
-
const a =
|
|
3
|
-
const _data = { version: "1.0", parameters: { Region:
|
|
1
|
+
const q = "required", r = "fn", s = "argv", t = "ref";
|
|
2
|
+
const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = { [q]: false, "type": "String" }, g = { [q]: true, "default": false, "type": "Boolean" }, h = { [t]: "Endpoint" }, i = { [r]: "booleanEquals", [s]: [{ [t]: "UseFIPS" }, true] }, j = { [r]: "booleanEquals", [s]: [{ [t]: "UseDualStack" }, true] }, k = {}, l = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsFIPS"] }] }, m = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsDualStack"] }] }, n = [i], o = [j], p = [{ [t]: "Region" }];
|
|
3
|
+
const _data = { version: "1.0", parameters: { Region: f, UseDualStack: g, UseFIPS: g, Endpoint: f }, rules: [{ conditions: [{ [r]: a, [s]: [h] }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: h, properties: k, headers: k }, type: d }] }] }, { type: b, rules: [{ conditions: [{ [r]: a, [s]: p }], type: b, rules: [{ conditions: [{ [r]: "aws.partition", [s]: p, assign: e }], type: b, rules: [{ conditions: [i, j], type: b, rules: [{ conditions: [l, m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://polly-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [l], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://polly-fips.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://polly.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { type: b, rules: [{ endpoint: { url: "https://polly.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] }] };
|
|
4
4
|
export const ruleSet = _data;
|
|
@@ -118,6 +118,7 @@ export var VoiceId;
|
|
|
118
118
|
VoiceId["Justin"] = "Justin";
|
|
119
119
|
VoiceId["Kajal"] = "Kajal";
|
|
120
120
|
VoiceId["Karl"] = "Karl";
|
|
121
|
+
VoiceId["Kazuha"] = "Kazuha";
|
|
121
122
|
VoiceId["Kendra"] = "Kendra";
|
|
122
123
|
VoiceId["Kevin"] = "Kevin";
|
|
123
124
|
VoiceId["Kimberly"] = "Kimberly";
|
|
@@ -157,6 +158,7 @@ export var VoiceId;
|
|
|
157
158
|
VoiceId["Takumi"] = "Takumi";
|
|
158
159
|
VoiceId["Tatyana"] = "Tatyana";
|
|
159
160
|
VoiceId["Thiago"] = "Thiago";
|
|
161
|
+
VoiceId["Tomoko"] = "Tomoko";
|
|
160
162
|
VoiceId["Vicki"] = "Vicki";
|
|
161
163
|
VoiceId["Vitoria"] = "Vitoria";
|
|
162
164
|
VoiceId["Zeina"] = "Zeina";
|
|
@@ -76,17 +76,10 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
76
76
|
*/
|
|
77
77
|
disableHostPrefix?: boolean;
|
|
78
78
|
/**
|
|
79
|
-
*
|
|
80
|
-
|
|
81
|
-
maxAttempts?: number | __Provider<number>;
|
|
82
|
-
/**
|
|
83
|
-
* Specifies which retry algorithm to use.
|
|
84
|
-
*/
|
|
85
|
-
retryMode?: string | __Provider<string>;
|
|
86
|
-
/**
|
|
87
|
-
* Optional logger for logging debug/info/warn/error.
|
|
79
|
+
* Unique service identifier.
|
|
80
|
+
* @internal
|
|
88
81
|
*/
|
|
89
|
-
|
|
82
|
+
serviceId?: string;
|
|
90
83
|
/**
|
|
91
84
|
* Enables IPv6/IPv4 dualstack endpoint.
|
|
92
85
|
*/
|
|
@@ -95,11 +88,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
95
88
|
* Enables FIPS compatible endpoints.
|
|
96
89
|
*/
|
|
97
90
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
98
|
-
/**
|
|
99
|
-
* Unique service identifier.
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
serviceId?: string;
|
|
103
91
|
/**
|
|
104
92
|
* The AWS region to which this client will send requests
|
|
105
93
|
*/
|
|
@@ -114,6 +102,18 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
114
102
|
* @internal
|
|
115
103
|
*/
|
|
116
104
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
105
|
+
/**
|
|
106
|
+
* Value for how many times a request will be made at most in case of retry.
|
|
107
|
+
*/
|
|
108
|
+
maxAttempts?: number | __Provider<number>;
|
|
109
|
+
/**
|
|
110
|
+
* Specifies which retry algorithm to use.
|
|
111
|
+
*/
|
|
112
|
+
retryMode?: string | __Provider<string>;
|
|
113
|
+
/**
|
|
114
|
+
* Optional logger for logging debug/info/warn/error.
|
|
115
|
+
*/
|
|
116
|
+
logger?: __Logger;
|
|
117
117
|
/**
|
|
118
118
|
* The {@link __DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
119
119
|
*/
|
|
@@ -12,7 +12,7 @@ export declare const resolveClientEndpointParameters: <T>(options: T & ClientInp
|
|
|
12
12
|
defaultSigningName: string;
|
|
13
13
|
};
|
|
14
14
|
export interface EndpointParameters extends __EndpointParameters {
|
|
15
|
-
Region
|
|
15
|
+
Region?: string;
|
|
16
16
|
UseDualStack?: boolean;
|
|
17
17
|
UseFIPS?: boolean;
|
|
18
18
|
Endpoint?: string;
|
|
@@ -156,6 +156,7 @@ export declare enum VoiceId {
|
|
|
156
156
|
Justin = "Justin",
|
|
157
157
|
Kajal = "Kajal",
|
|
158
158
|
Karl = "Karl",
|
|
159
|
+
Kazuha = "Kazuha",
|
|
159
160
|
Kendra = "Kendra",
|
|
160
161
|
Kevin = "Kevin",
|
|
161
162
|
Kimberly = "Kimberly",
|
|
@@ -195,6 +196,7 @@ export declare enum VoiceId {
|
|
|
195
196
|
Takumi = "Takumi",
|
|
196
197
|
Tatyana = "Tatyana",
|
|
197
198
|
Thiago = "Thiago",
|
|
199
|
+
Tomoko = "Tomoko",
|
|
198
200
|
Vicki = "Vicki",
|
|
199
201
|
Vitoria = "Vitoria",
|
|
200
202
|
Zeina = "Zeina",
|
|
@@ -25,8 +25,8 @@ export declare const getRuntimeConfig: (config: PollyClientConfig) => {
|
|
|
25
25
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
26
26
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
27
27
|
disableHostPrefix: boolean;
|
|
28
|
-
logger: import("@aws-sdk/types").Logger;
|
|
29
28
|
serviceId: string;
|
|
29
|
+
logger: import("@aws-sdk/types").Logger;
|
|
30
30
|
endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>)) | undefined;
|
|
31
31
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
32
32
|
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
@@ -25,8 +25,8 @@ export declare const getRuntimeConfig: (config: PollyClientConfig) => {
|
|
|
25
25
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
26
26
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
27
27
|
disableHostPrefix: boolean;
|
|
28
|
-
logger: import("@aws-sdk/types").Logger;
|
|
29
28
|
serviceId: string;
|
|
29
|
+
logger: import("@aws-sdk/types").Logger;
|
|
30
30
|
endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>)) | undefined;
|
|
31
31
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
32
32
|
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
@@ -15,15 +15,15 @@ export declare const getRuntimeConfig: (config: PollyClientConfig) => {
|
|
|
15
15
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
16
16
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
17
17
|
disableHostPrefix: boolean;
|
|
18
|
-
|
|
19
|
-
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
20
|
-
logger: import("@aws-sdk/types").Logger;
|
|
18
|
+
serviceId: string;
|
|
21
19
|
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
22
20
|
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
23
|
-
serviceId: string;
|
|
24
21
|
region: string | import("@aws-sdk/types").Provider<any>;
|
|
25
22
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
26
23
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
24
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
25
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
26
|
+
logger: import("@aws-sdk/types").Logger;
|
|
27
27
|
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
|
|
28
28
|
sdkStreamMixin: import("@aws-sdk/types").SdkStreamMixinInjector;
|
|
29
29
|
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> | undefined;
|
|
@@ -119,15 +119,15 @@ export interface ClientDefaults
|
|
|
119
119
|
utf8Encoder?: __Encoder;
|
|
120
120
|
runtime?: string;
|
|
121
121
|
disableHostPrefix?: boolean;
|
|
122
|
-
|
|
123
|
-
retryMode?: string | __Provider<string>;
|
|
124
|
-
logger?: __Logger;
|
|
122
|
+
serviceId?: string;
|
|
125
123
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
126
124
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
127
|
-
serviceId?: string;
|
|
128
125
|
region?: string | __Provider<string>;
|
|
129
126
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
130
127
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
128
|
+
maxAttempts?: number | __Provider<number>;
|
|
129
|
+
retryMode?: string | __Provider<string>;
|
|
130
|
+
logger?: __Logger;
|
|
131
131
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
132
132
|
sdkStreamMixin?: __SdkStreamMixinInjector;
|
|
133
133
|
}
|
|
@@ -27,7 +27,7 @@ export declare const resolveClientEndpointParameters: <T>(
|
|
|
27
27
|
defaultSigningName: string;
|
|
28
28
|
};
|
|
29
29
|
export interface EndpointParameters extends __EndpointParameters {
|
|
30
|
-
Region
|
|
30
|
+
Region?: string;
|
|
31
31
|
UseDualStack?: boolean;
|
|
32
32
|
UseFIPS?: boolean;
|
|
33
33
|
Endpoint?: string;
|
|
@@ -115,6 +115,7 @@ export declare enum VoiceId {
|
|
|
115
115
|
Justin = "Justin",
|
|
116
116
|
Kajal = "Kajal",
|
|
117
117
|
Karl = "Karl",
|
|
118
|
+
Kazuha = "Kazuha",
|
|
118
119
|
Kendra = "Kendra",
|
|
119
120
|
Kevin = "Kevin",
|
|
120
121
|
Kimberly = "Kimberly",
|
|
@@ -154,6 +155,7 @@ export declare enum VoiceId {
|
|
|
154
155
|
Takumi = "Takumi",
|
|
155
156
|
Tatyana = "Tatyana",
|
|
156
157
|
Thiago = "Thiago",
|
|
158
|
+
Tomoko = "Tomoko",
|
|
157
159
|
Vicki = "Vicki",
|
|
158
160
|
Vitoria = "Vitoria",
|
|
159
161
|
Zeina = "Zeina",
|
|
@@ -35,8 +35,8 @@ export declare const getRuntimeConfig: (config: PollyClientConfig) => {
|
|
|
35
35
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
36
36
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
37
37
|
disableHostPrefix: boolean;
|
|
38
|
-
logger: import("@aws-sdk/types").Logger;
|
|
39
38
|
serviceId: string;
|
|
39
|
+
logger: import("@aws-sdk/types").Logger;
|
|
40
40
|
endpoint?:
|
|
41
41
|
| ((
|
|
42
42
|
| string
|
|
@@ -35,8 +35,8 @@ export declare const getRuntimeConfig: (config: PollyClientConfig) => {
|
|
|
35
35
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
36
36
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
37
37
|
disableHostPrefix: boolean;
|
|
38
|
-
logger: import("@aws-sdk/types").Logger;
|
|
39
38
|
serviceId: string;
|
|
39
|
+
logger: import("@aws-sdk/types").Logger;
|
|
40
40
|
endpoint?:
|
|
41
41
|
| ((
|
|
42
42
|
| string
|
|
@@ -19,12 +19,9 @@ export declare const getRuntimeConfig: (config: PollyClientConfig) => {
|
|
|
19
19
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
20
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
21
|
disableHostPrefix: boolean;
|
|
22
|
-
|
|
23
|
-
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
24
|
-
logger: import("@aws-sdk/types").Logger;
|
|
22
|
+
serviceId: string;
|
|
25
23
|
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
26
24
|
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
27
|
-
serviceId: string;
|
|
28
25
|
region: string | import("@aws-sdk/types").Provider<any>;
|
|
29
26
|
credentialDefaultProvider: (
|
|
30
27
|
input: any
|
|
@@ -32,6 +29,9 @@ export declare const getRuntimeConfig: (config: PollyClientConfig) => {
|
|
|
32
29
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<
|
|
33
30
|
import("@aws-sdk/types").UserAgent
|
|
34
31
|
>;
|
|
32
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
33
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
34
|
+
logger: import("@aws-sdk/types").Logger;
|
|
35
35
|
defaultsMode:
|
|
36
36
|
| import("@aws-sdk/smithy-client").DefaultsMode
|
|
37
37
|
| import("@aws-sdk/types").Provider<
|
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.271.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,39 +20,39 @@
|
|
|
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-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
34
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
-
"@aws-sdk/middleware-serde": "3.
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
-
"@aws-sdk/middleware-stack": "3.
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
-
"@aws-sdk/protocol-http": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.271.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.271.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.271.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.271.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.271.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.271.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.271.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.271.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.271.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.271.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.271.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.271.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.271.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.271.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.271.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.271.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.271.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.271.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.271.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.271.0",
|
|
43
|
+
"@aws-sdk/types": "3.271.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.271.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.208.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-stream-browser": "3.
|
|
53
|
-
"@aws-sdk/util-stream-node": "3.
|
|
54
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
55
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.271.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.271.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.271.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.271.0",
|
|
52
|
+
"@aws-sdk/util-stream-browser": "3.271.0",
|
|
53
|
+
"@aws-sdk/util-stream-node": "3.271.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-browser": "3.271.0",
|
|
55
|
+
"@aws-sdk/util-user-agent-node": "3.271.0",
|
|
56
56
|
"@aws-sdk/util-utf8": "3.254.0",
|
|
57
57
|
"tslib": "^2.3.1"
|
|
58
58
|
},
|