@aws-sdk/client-polly 3.590.0 → 3.596.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 +0 -9
- package/dist-types/commands/DeleteLexiconCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVoicesCommand.d.ts +2 -1
- package/dist-types/commands/GetLexiconCommand.d.ts +2 -1
- package/dist-types/commands/GetSpeechSynthesisTaskCommand.d.ts +2 -1
- package/dist-types/commands/ListLexiconsCommand.d.ts +2 -1
- package/dist-types/commands/ListSpeechSynthesisTasksCommand.d.ts +2 -1
- package/dist-types/commands/PutLexiconCommand.d.ts +2 -1
- package/dist-types/commands/StartSpeechSynthesisTaskCommand.d.ts +2 -1
- package/dist-types/commands/SynthesizeSpeechCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/PollyServiceException.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteLexiconCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeVoicesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetLexiconCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetSpeechSynthesisTaskCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListLexiconsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListSpeechSynthesisTasksCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/PutLexiconCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartSpeechSynthesisTaskCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/SynthesizeSpeechCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/PollyServiceException.d.ts +2 -1
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -221,7 +221,6 @@ var PollyClient = _PollyClient;
|
|
|
221
221
|
|
|
222
222
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
223
223
|
|
|
224
|
-
var import_types = require("@smithy/types");
|
|
225
224
|
|
|
226
225
|
// src/protocols/Aws_restJson1.ts
|
|
227
226
|
var import_core2 = require("@aws-sdk/core");
|
|
@@ -1477,7 +1476,6 @@ var DeleteLexiconCommand = _DeleteLexiconCommand;
|
|
|
1477
1476
|
|
|
1478
1477
|
|
|
1479
1478
|
|
|
1480
|
-
|
|
1481
1479
|
var _DescribeVoicesCommand = class _DescribeVoicesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1482
1480
|
...commonParams
|
|
1483
1481
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1494,7 +1492,6 @@ var DescribeVoicesCommand = _DescribeVoicesCommand;
|
|
|
1494
1492
|
|
|
1495
1493
|
|
|
1496
1494
|
|
|
1497
|
-
|
|
1498
1495
|
var _GetLexiconCommand = class _GetLexiconCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1499
1496
|
...commonParams
|
|
1500
1497
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1511,7 +1508,6 @@ var GetLexiconCommand = _GetLexiconCommand;
|
|
|
1511
1508
|
|
|
1512
1509
|
|
|
1513
1510
|
|
|
1514
|
-
|
|
1515
1511
|
var _GetSpeechSynthesisTaskCommand = class _GetSpeechSynthesisTaskCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1516
1512
|
...commonParams
|
|
1517
1513
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1528,7 +1524,6 @@ var GetSpeechSynthesisTaskCommand = _GetSpeechSynthesisTaskCommand;
|
|
|
1528
1524
|
|
|
1529
1525
|
|
|
1530
1526
|
|
|
1531
|
-
|
|
1532
1527
|
var _ListLexiconsCommand = class _ListLexiconsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1533
1528
|
...commonParams
|
|
1534
1529
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1545,7 +1540,6 @@ var ListLexiconsCommand = _ListLexiconsCommand;
|
|
|
1545
1540
|
|
|
1546
1541
|
|
|
1547
1542
|
|
|
1548
|
-
|
|
1549
1543
|
var _ListSpeechSynthesisTasksCommand = class _ListSpeechSynthesisTasksCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1550
1544
|
...commonParams
|
|
1551
1545
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1562,7 +1556,6 @@ var ListSpeechSynthesisTasksCommand = _ListSpeechSynthesisTasksCommand;
|
|
|
1562
1556
|
|
|
1563
1557
|
|
|
1564
1558
|
|
|
1565
|
-
|
|
1566
1559
|
var _PutLexiconCommand = class _PutLexiconCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1567
1560
|
...commonParams
|
|
1568
1561
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1579,7 +1572,6 @@ var PutLexiconCommand = _PutLexiconCommand;
|
|
|
1579
1572
|
|
|
1580
1573
|
|
|
1581
1574
|
|
|
1582
|
-
|
|
1583
1575
|
var _StartSpeechSynthesisTaskCommand = class _StartSpeechSynthesisTaskCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1584
1576
|
...commonParams
|
|
1585
1577
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1596,7 +1588,6 @@ var StartSpeechSynthesisTaskCommand = _StartSpeechSynthesisTaskCommand;
|
|
|
1596
1588
|
|
|
1597
1589
|
|
|
1598
1590
|
|
|
1599
|
-
|
|
1600
1591
|
var _SynthesizeSpeechCommand = class _SynthesizeSpeechCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1601
1592
|
...commonParams
|
|
1602
1593
|
}).m(function(Command, cs, config, o) {
|
package/dist-types/index.d.ts
CHANGED
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
export * from "./PollyClient";
|
|
12
12
|
export * from "./Polly";
|
|
13
13
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
14
|
-
export { RuntimeExtension } from "./runtimeExtensions";
|
|
15
|
-
export { PollyExtensionConfiguration } from "./extensionConfiguration";
|
|
14
|
+
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
15
|
+
export type { PollyExtensionConfiguration } from "./extensionConfiguration";
|
|
16
16
|
export * from "./commands";
|
|
17
17
|
export * from "./pagination";
|
|
18
18
|
export * from "./models";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
|
|
2
|
-
export {
|
|
2
|
+
export type { __ServiceExceptionOptions };
|
|
3
|
+
export { __ServiceException };
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
6
|
*
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../PollyClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DeleteLexiconCommandInput extends DeleteLexiconInput {}
|
|
11
12
|
export interface DeleteLexiconCommandOutput
|
|
12
13
|
extends DeleteLexiconOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../PollyClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DescribeVoicesCommandInput extends DescribeVoicesInput {}
|
|
11
12
|
export interface DescribeVoicesCommandOutput
|
|
12
13
|
extends DescribeVoicesOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../PollyClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface GetLexiconCommandInput extends GetLexiconInput {}
|
|
11
12
|
export interface GetLexiconCommandOutput
|
|
12
13
|
extends GetLexiconOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../PollyClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetSpeechSynthesisTaskCommandInput
|
|
14
15
|
extends GetSpeechSynthesisTaskInput {}
|
|
15
16
|
export interface GetSpeechSynthesisTaskCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../PollyClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ListLexiconsCommandInput extends ListLexiconsInput {}
|
|
11
12
|
export interface ListLexiconsCommandOutput
|
|
12
13
|
extends ListLexiconsOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../PollyClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListSpeechSynthesisTasksCommandInput
|
|
14
15
|
extends ListSpeechSynthesisTasksInput {}
|
|
15
16
|
export interface ListSpeechSynthesisTasksCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../PollyClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface PutLexiconCommandInput extends PutLexiconInput {}
|
|
11
12
|
export interface PutLexiconCommandOutput
|
|
12
13
|
extends PutLexiconOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../PollyClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface StartSpeechSynthesisTaskCommandInput
|
|
14
15
|
extends StartSpeechSynthesisTaskInput {}
|
|
15
16
|
export interface StartSpeechSynthesisTaskCommandOutput
|
|
@@ -12,7 +12,8 @@ import {
|
|
|
12
12
|
ServiceInputTypes,
|
|
13
13
|
ServiceOutputTypes,
|
|
14
14
|
} from "../PollyClient";
|
|
15
|
-
export { __MetadataBearer
|
|
15
|
+
export { __MetadataBearer };
|
|
16
|
+
export { $Command };
|
|
16
17
|
export interface SynthesizeSpeechCommandInput extends SynthesizeSpeechInput {}
|
|
17
18
|
export interface SynthesizeSpeechCommandOutput
|
|
18
19
|
extends Pick<
|
|
@@ -2,7 +2,8 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@smithy/smithy-client";
|
|
5
|
-
export {
|
|
5
|
+
export { __ServiceExceptionOptions };
|
|
6
|
+
export { __ServiceException };
|
|
6
7
|
export declare class PollyServiceException extends __ServiceException {
|
|
7
8
|
constructor(options: __ServiceExceptionOptions);
|
|
8
9
|
}
|
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.596.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-polly",
|
|
@@ -20,10 +20,10 @@
|
|
|
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.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.596.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.596.0",
|
|
25
|
+
"@aws-sdk/core": "3.592.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.596.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",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.577.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.587.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.1",
|
|
37
|
-
"@smithy/core": "^2.
|
|
37
|
+
"@smithy/core": "^2.2.0",
|
|
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",
|