@aws-sdk/client-polly 3.49.0 → 3.50.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 (26) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +25 -25
  3. package/dist-types/ts3.4/Polly.d.ts +0 -50
  4. package/dist-types/ts3.4/PollyClient.d.ts +0 -82
  5. package/dist-types/ts3.4/commands/DeleteLexiconCommand.d.ts +0 -17
  6. package/dist-types/ts3.4/commands/DescribeVoicesCommand.d.ts +0 -17
  7. package/dist-types/ts3.4/commands/GetLexiconCommand.d.ts +0 -17
  8. package/dist-types/ts3.4/commands/GetSpeechSynthesisTaskCommand.d.ts +0 -17
  9. package/dist-types/ts3.4/commands/ListLexiconsCommand.d.ts +0 -17
  10. package/dist-types/ts3.4/commands/ListSpeechSynthesisTasksCommand.d.ts +0 -17
  11. package/dist-types/ts3.4/commands/PutLexiconCommand.d.ts +0 -17
  12. package/dist-types/ts3.4/commands/StartSpeechSynthesisTaskCommand.d.ts +0 -17
  13. package/dist-types/ts3.4/commands/SynthesizeSpeechCommand.d.ts +0 -17
  14. package/dist-types/ts3.4/commands/index.d.ts +0 -9
  15. package/dist-types/ts3.4/endpoints.d.ts +0 -2
  16. package/dist-types/ts3.4/index.d.ts +0 -5
  17. package/dist-types/ts3.4/models/index.d.ts +0 -1
  18. package/dist-types/ts3.4/models/models_0.d.ts +0 -459
  19. package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
  20. package/dist-types/ts3.4/pagination/ListSpeechSynthesisTasksPaginator.d.ts +0 -4
  21. package/dist-types/ts3.4/pagination/index.d.ts +0 -2
  22. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -29
  23. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
  24. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
  25. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
  26. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.50.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.49.0...v3.50.0) (2022-02-08)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-polly
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.49.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.48.0...v3.49.0) (2022-01-29)
7
15
 
8
16
  **Note:** Version bump only for package @aws-sdk/client-polly
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.49.0",
4
+ "version": "3.50.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",
@@ -18,34 +18,34 @@
18
18
  "dependencies": {
19
19
  "@aws-crypto/sha256-browser": "2.0.0",
20
20
  "@aws-crypto/sha256-js": "2.0.0",
21
- "@aws-sdk/client-sts": "3.49.0",
22
- "@aws-sdk/config-resolver": "3.49.0",
23
- "@aws-sdk/credential-provider-node": "3.49.0",
24
- "@aws-sdk/fetch-http-handler": "3.49.0",
25
- "@aws-sdk/hash-node": "3.49.0",
26
- "@aws-sdk/invalid-dependency": "3.49.0",
27
- "@aws-sdk/middleware-content-length": "3.49.0",
28
- "@aws-sdk/middleware-host-header": "3.49.0",
29
- "@aws-sdk/middleware-logger": "3.49.0",
30
- "@aws-sdk/middleware-retry": "3.49.0",
31
- "@aws-sdk/middleware-serde": "3.49.0",
32
- "@aws-sdk/middleware-signing": "3.49.0",
33
- "@aws-sdk/middleware-stack": "3.49.0",
34
- "@aws-sdk/middleware-user-agent": "3.49.0",
35
- "@aws-sdk/node-config-provider": "3.49.0",
36
- "@aws-sdk/node-http-handler": "3.49.0",
37
- "@aws-sdk/protocol-http": "3.49.0",
38
- "@aws-sdk/smithy-client": "3.49.0",
39
- "@aws-sdk/types": "3.49.0",
40
- "@aws-sdk/url-parser": "3.49.0",
21
+ "@aws-sdk/client-sts": "3.50.0",
22
+ "@aws-sdk/config-resolver": "3.50.0",
23
+ "@aws-sdk/credential-provider-node": "3.50.0",
24
+ "@aws-sdk/fetch-http-handler": "3.50.0",
25
+ "@aws-sdk/hash-node": "3.50.0",
26
+ "@aws-sdk/invalid-dependency": "3.50.0",
27
+ "@aws-sdk/middleware-content-length": "3.50.0",
28
+ "@aws-sdk/middleware-host-header": "3.50.0",
29
+ "@aws-sdk/middleware-logger": "3.50.0",
30
+ "@aws-sdk/middleware-retry": "3.50.0",
31
+ "@aws-sdk/middleware-serde": "3.50.0",
32
+ "@aws-sdk/middleware-signing": "3.50.0",
33
+ "@aws-sdk/middleware-stack": "3.50.0",
34
+ "@aws-sdk/middleware-user-agent": "3.50.0",
35
+ "@aws-sdk/node-config-provider": "3.50.0",
36
+ "@aws-sdk/node-http-handler": "3.50.0",
37
+ "@aws-sdk/protocol-http": "3.50.0",
38
+ "@aws-sdk/smithy-client": "3.50.0",
39
+ "@aws-sdk/types": "3.50.0",
40
+ "@aws-sdk/url-parser": "3.50.0",
41
41
  "@aws-sdk/util-base64-browser": "3.49.0",
42
42
  "@aws-sdk/util-base64-node": "3.49.0",
43
43
  "@aws-sdk/util-body-length-browser": "3.49.0",
44
44
  "@aws-sdk/util-body-length-node": "3.49.0",
45
- "@aws-sdk/util-defaults-mode-browser": "3.49.0",
46
- "@aws-sdk/util-defaults-mode-node": "3.49.0",
47
- "@aws-sdk/util-user-agent-browser": "3.49.0",
48
- "@aws-sdk/util-user-agent-node": "3.49.0",
45
+ "@aws-sdk/util-defaults-mode-browser": "3.50.0",
46
+ "@aws-sdk/util-defaults-mode-node": "3.50.0",
47
+ "@aws-sdk/util-user-agent-browser": "3.50.0",
48
+ "@aws-sdk/util-user-agent-node": "3.50.0",
49
49
  "@aws-sdk/util-utf8-browser": "3.49.0",
50
50
  "@aws-sdk/util-utf8-node": "3.49.0",
51
51
  "tslib": "^2.3.0"
@@ -1,50 +0,0 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { DeleteLexiconCommandInput, DeleteLexiconCommandOutput } from "./commands/DeleteLexiconCommand";
3
- import { DescribeVoicesCommandInput, DescribeVoicesCommandOutput } from "./commands/DescribeVoicesCommand";
4
- import { GetLexiconCommandInput, GetLexiconCommandOutput } from "./commands/GetLexiconCommand";
5
- import { GetSpeechSynthesisTaskCommandInput, GetSpeechSynthesisTaskCommandOutput } from "./commands/GetSpeechSynthesisTaskCommand";
6
- import { ListLexiconsCommandInput, ListLexiconsCommandOutput } from "./commands/ListLexiconsCommand";
7
- import { ListSpeechSynthesisTasksCommandInput, ListSpeechSynthesisTasksCommandOutput } from "./commands/ListSpeechSynthesisTasksCommand";
8
- import { PutLexiconCommandInput, PutLexiconCommandOutput } from "./commands/PutLexiconCommand";
9
- import { StartSpeechSynthesisTaskCommandInput, StartSpeechSynthesisTaskCommandOutput } from "./commands/StartSpeechSynthesisTaskCommand";
10
- import { SynthesizeSpeechCommandInput, SynthesizeSpeechCommandOutput } from "./commands/SynthesizeSpeechCommand";
11
- import { PollyClient } from "./PollyClient";
12
-
13
- export declare class Polly extends PollyClient {
14
-
15
- deleteLexicon(args: DeleteLexiconCommandInput, options?: __HttpHandlerOptions): Promise<DeleteLexiconCommandOutput>;
16
- deleteLexicon(args: DeleteLexiconCommandInput, cb: (err: any, data?: DeleteLexiconCommandOutput) => void): void;
17
- deleteLexicon(args: DeleteLexiconCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteLexiconCommandOutput) => void): void;
18
-
19
- describeVoices(args: DescribeVoicesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeVoicesCommandOutput>;
20
- describeVoices(args: DescribeVoicesCommandInput, cb: (err: any, data?: DescribeVoicesCommandOutput) => void): void;
21
- describeVoices(args: DescribeVoicesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeVoicesCommandOutput) => void): void;
22
-
23
- getLexicon(args: GetLexiconCommandInput, options?: __HttpHandlerOptions): Promise<GetLexiconCommandOutput>;
24
- getLexicon(args: GetLexiconCommandInput, cb: (err: any, data?: GetLexiconCommandOutput) => void): void;
25
- getLexicon(args: GetLexiconCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetLexiconCommandOutput) => void): void;
26
-
27
- getSpeechSynthesisTask(args: GetSpeechSynthesisTaskCommandInput, options?: __HttpHandlerOptions): Promise<GetSpeechSynthesisTaskCommandOutput>;
28
- getSpeechSynthesisTask(args: GetSpeechSynthesisTaskCommandInput, cb: (err: any, data?: GetSpeechSynthesisTaskCommandOutput) => void): void;
29
- getSpeechSynthesisTask(args: GetSpeechSynthesisTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSpeechSynthesisTaskCommandOutput) => void): void;
30
-
31
- listLexicons(args: ListLexiconsCommandInput, options?: __HttpHandlerOptions): Promise<ListLexiconsCommandOutput>;
32
- listLexicons(args: ListLexiconsCommandInput, cb: (err: any, data?: ListLexiconsCommandOutput) => void): void;
33
- listLexicons(args: ListLexiconsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLexiconsCommandOutput) => void): void;
34
-
35
- listSpeechSynthesisTasks(args: ListSpeechSynthesisTasksCommandInput, options?: __HttpHandlerOptions): Promise<ListSpeechSynthesisTasksCommandOutput>;
36
- listSpeechSynthesisTasks(args: ListSpeechSynthesisTasksCommandInput, cb: (err: any, data?: ListSpeechSynthesisTasksCommandOutput) => void): void;
37
- listSpeechSynthesisTasks(args: ListSpeechSynthesisTasksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSpeechSynthesisTasksCommandOutput) => void): void;
38
-
39
- putLexicon(args: PutLexiconCommandInput, options?: __HttpHandlerOptions): Promise<PutLexiconCommandOutput>;
40
- putLexicon(args: PutLexiconCommandInput, cb: (err: any, data?: PutLexiconCommandOutput) => void): void;
41
- putLexicon(args: PutLexiconCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutLexiconCommandOutput) => void): void;
42
-
43
- startSpeechSynthesisTask(args: StartSpeechSynthesisTaskCommandInput, options?: __HttpHandlerOptions): Promise<StartSpeechSynthesisTaskCommandOutput>;
44
- startSpeechSynthesisTask(args: StartSpeechSynthesisTaskCommandInput, cb: (err: any, data?: StartSpeechSynthesisTaskCommandOutput) => void): void;
45
- startSpeechSynthesisTask(args: StartSpeechSynthesisTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartSpeechSynthesisTaskCommandOutput) => void): void;
46
-
47
- synthesizeSpeech(args: SynthesizeSpeechCommandInput, options?: __HttpHandlerOptions): Promise<SynthesizeSpeechCommandOutput>;
48
- synthesizeSpeech(args: SynthesizeSpeechCommandInput, cb: (err: any, data?: SynthesizeSpeechCommandOutput) => void): void;
49
- synthesizeSpeech(args: SynthesizeSpeechCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SynthesizeSpeechCommandOutput) => void): void;
50
- }
@@ -1,82 +0,0 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { DeleteLexiconCommandInput, DeleteLexiconCommandOutput } from "./commands/DeleteLexiconCommand";
10
- import { DescribeVoicesCommandInput, DescribeVoicesCommandOutput } from "./commands/DescribeVoicesCommand";
11
- import { GetLexiconCommandInput, GetLexiconCommandOutput } from "./commands/GetLexiconCommand";
12
- import { GetSpeechSynthesisTaskCommandInput, GetSpeechSynthesisTaskCommandOutput } from "./commands/GetSpeechSynthesisTaskCommand";
13
- import { ListLexiconsCommandInput, ListLexiconsCommandOutput } from "./commands/ListLexiconsCommand";
14
- import { ListSpeechSynthesisTasksCommandInput, ListSpeechSynthesisTasksCommandOutput } from "./commands/ListSpeechSynthesisTasksCommand";
15
- import { PutLexiconCommandInput, PutLexiconCommandOutput } from "./commands/PutLexiconCommand";
16
- import { StartSpeechSynthesisTaskCommandInput, StartSpeechSynthesisTaskCommandOutput } from "./commands/StartSpeechSynthesisTaskCommand";
17
- import { SynthesizeSpeechCommandInput, SynthesizeSpeechCommandOutput } from "./commands/SynthesizeSpeechCommand";
18
- export declare type ServiceInputTypes = DeleteLexiconCommandInput | DescribeVoicesCommandInput | GetLexiconCommandInput | GetSpeechSynthesisTaskCommandInput | ListLexiconsCommandInput | ListSpeechSynthesisTasksCommandInput | PutLexiconCommandInput | StartSpeechSynthesisTaskCommandInput | SynthesizeSpeechCommandInput;
19
- export declare type ServiceOutputTypes = DeleteLexiconCommandOutput | DescribeVoicesCommandOutput | GetLexiconCommandOutput | GetSpeechSynthesisTaskCommandOutput | ListLexiconsCommandOutput | ListSpeechSynthesisTasksCommandOutput | PutLexiconCommandOutput | StartSpeechSynthesisTaskCommandOutput | SynthesizeSpeechCommandOutput;
20
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
21
-
22
- requestHandler?: __HttpHandler;
23
-
24
- sha256?: __HashConstructor;
25
-
26
- urlParser?: __UrlParser;
27
-
28
- bodyLengthChecker?: (body: any) => number | undefined;
29
-
30
- streamCollector?: __StreamCollector;
31
-
32
- base64Decoder?: __Decoder;
33
-
34
- base64Encoder?: __Encoder;
35
-
36
- utf8Decoder?: __Decoder;
37
-
38
- utf8Encoder?: __Encoder;
39
-
40
- runtime?: string;
41
-
42
- disableHostPrefix?: boolean;
43
-
44
- maxAttempts?: number | __Provider<number>;
45
-
46
- retryMode?: string | __Provider<string>;
47
-
48
- logger?: __Logger;
49
-
50
- useDualstackEndpoint?: boolean | __Provider<boolean>;
51
-
52
- useFipsEndpoint?: boolean | __Provider<boolean>;
53
-
54
- serviceId?: string;
55
-
56
- region?: string | __Provider<string>;
57
-
58
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
59
-
60
- regionInfoProvider?: RegionInfoProvider;
61
-
62
- defaultUserAgentProvider?: Provider<__UserAgent>;
63
-
64
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
65
- }
66
- declare type PollyClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
67
-
68
- export interface PollyClientConfig extends PollyClientConfigType {
69
- }
70
- declare type PollyClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
71
-
72
- export interface PollyClientResolvedConfig extends PollyClientResolvedConfigType {
73
- }
74
-
75
- export declare class PollyClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, PollyClientResolvedConfig> {
76
-
77
- readonly config: PollyClientResolvedConfig;
78
- constructor(configuration: PollyClientConfig);
79
-
80
- destroy(): void;
81
- }
82
- export {};
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DeleteLexiconInput, DeleteLexiconOutput } from "../models/models_0";
4
- import { PollyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PollyClient";
5
- export interface DeleteLexiconCommandInput extends DeleteLexiconInput {
6
- }
7
- export interface DeleteLexiconCommandOutput extends DeleteLexiconOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteLexiconCommand extends $Command<DeleteLexiconCommandInput, DeleteLexiconCommandOutput, PollyClientResolvedConfig> {
11
- readonly input: DeleteLexiconCommandInput;
12
- constructor(input: DeleteLexiconCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PollyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteLexiconCommandInput, DeleteLexiconCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DescribeVoicesInput, DescribeVoicesOutput } from "../models/models_0";
4
- import { PollyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PollyClient";
5
- export interface DescribeVoicesCommandInput extends DescribeVoicesInput {
6
- }
7
- export interface DescribeVoicesCommandOutput extends DescribeVoicesOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeVoicesCommand extends $Command<DescribeVoicesCommandInput, DescribeVoicesCommandOutput, PollyClientResolvedConfig> {
11
- readonly input: DescribeVoicesCommandInput;
12
- constructor(input: DescribeVoicesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PollyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeVoicesCommandInput, DescribeVoicesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GetLexiconInput, GetLexiconOutput } from "../models/models_0";
4
- import { PollyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PollyClient";
5
- export interface GetLexiconCommandInput extends GetLexiconInput {
6
- }
7
- export interface GetLexiconCommandOutput extends GetLexiconOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class GetLexiconCommand extends $Command<GetLexiconCommandInput, GetLexiconCommandOutput, PollyClientResolvedConfig> {
11
- readonly input: GetLexiconCommandInput;
12
- constructor(input: GetLexiconCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PollyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetLexiconCommandInput, GetLexiconCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GetSpeechSynthesisTaskInput, GetSpeechSynthesisTaskOutput } from "../models/models_0";
4
- import { PollyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PollyClient";
5
- export interface GetSpeechSynthesisTaskCommandInput extends GetSpeechSynthesisTaskInput {
6
- }
7
- export interface GetSpeechSynthesisTaskCommandOutput extends GetSpeechSynthesisTaskOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class GetSpeechSynthesisTaskCommand extends $Command<GetSpeechSynthesisTaskCommandInput, GetSpeechSynthesisTaskCommandOutput, PollyClientResolvedConfig> {
11
- readonly input: GetSpeechSynthesisTaskCommandInput;
12
- constructor(input: GetSpeechSynthesisTaskCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PollyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSpeechSynthesisTaskCommandInput, GetSpeechSynthesisTaskCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ListLexiconsInput, ListLexiconsOutput } from "../models/models_0";
4
- import { PollyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PollyClient";
5
- export interface ListLexiconsCommandInput extends ListLexiconsInput {
6
- }
7
- export interface ListLexiconsCommandOutput extends ListLexiconsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ListLexiconsCommand extends $Command<ListLexiconsCommandInput, ListLexiconsCommandOutput, PollyClientResolvedConfig> {
11
- readonly input: ListLexiconsCommandInput;
12
- constructor(input: ListLexiconsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PollyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListLexiconsCommandInput, ListLexiconsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ListSpeechSynthesisTasksInput, ListSpeechSynthesisTasksOutput } from "../models/models_0";
4
- import { PollyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PollyClient";
5
- export interface ListSpeechSynthesisTasksCommandInput extends ListSpeechSynthesisTasksInput {
6
- }
7
- export interface ListSpeechSynthesisTasksCommandOutput extends ListSpeechSynthesisTasksOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ListSpeechSynthesisTasksCommand extends $Command<ListSpeechSynthesisTasksCommandInput, ListSpeechSynthesisTasksCommandOutput, PollyClientResolvedConfig> {
11
- readonly input: ListSpeechSynthesisTasksCommandInput;
12
- constructor(input: ListSpeechSynthesisTasksCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PollyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSpeechSynthesisTasksCommandInput, ListSpeechSynthesisTasksCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { PutLexiconInput, PutLexiconOutput } from "../models/models_0";
4
- import { PollyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PollyClient";
5
- export interface PutLexiconCommandInput extends PutLexiconInput {
6
- }
7
- export interface PutLexiconCommandOutput extends PutLexiconOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class PutLexiconCommand extends $Command<PutLexiconCommandInput, PutLexiconCommandOutput, PollyClientResolvedConfig> {
11
- readonly input: PutLexiconCommandInput;
12
- constructor(input: PutLexiconCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PollyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutLexiconCommandInput, PutLexiconCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { StartSpeechSynthesisTaskInput, StartSpeechSynthesisTaskOutput } from "../models/models_0";
4
- import { PollyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PollyClient";
5
- export interface StartSpeechSynthesisTaskCommandInput extends StartSpeechSynthesisTaskInput {
6
- }
7
- export interface StartSpeechSynthesisTaskCommandOutput extends StartSpeechSynthesisTaskOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class StartSpeechSynthesisTaskCommand extends $Command<StartSpeechSynthesisTaskCommandInput, StartSpeechSynthesisTaskCommandOutput, PollyClientResolvedConfig> {
11
- readonly input: StartSpeechSynthesisTaskCommandInput;
12
- constructor(input: StartSpeechSynthesisTaskCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PollyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartSpeechSynthesisTaskCommandInput, StartSpeechSynthesisTaskCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { SynthesizeSpeechInput, SynthesizeSpeechOutput } from "../models/models_0";
4
- import { PollyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PollyClient";
5
- export interface SynthesizeSpeechCommandInput extends SynthesizeSpeechInput {
6
- }
7
- export interface SynthesizeSpeechCommandOutput extends SynthesizeSpeechOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class SynthesizeSpeechCommand extends $Command<SynthesizeSpeechCommandInput, SynthesizeSpeechCommandOutput, PollyClientResolvedConfig> {
11
- readonly input: SynthesizeSpeechCommandInput;
12
- constructor(input: SynthesizeSpeechCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PollyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SynthesizeSpeechCommandInput, SynthesizeSpeechCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,9 +0,0 @@
1
- export * from "./DeleteLexiconCommand";
2
- export * from "./DescribeVoicesCommand";
3
- export * from "./GetLexiconCommand";
4
- export * from "./GetSpeechSynthesisTaskCommand";
5
- export * from "./ListLexiconsCommand";
6
- export * from "./ListSpeechSynthesisTasksCommand";
7
- export * from "./PutLexiconCommand";
8
- export * from "./StartSpeechSynthesisTaskCommand";
9
- export * from "./SynthesizeSpeechCommand";
@@ -1,2 +0,0 @@
1
- import { RegionInfoProvider } from "@aws-sdk/types";
2
- export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -1,5 +0,0 @@
1
- export * from "./Polly";
2
- export * from "./PollyClient";
3
- export * from "./commands";
4
- export * from "./models";
5
- export * from "./pagination";
@@ -1 +0,0 @@
1
- export * from "./models_0";
@@ -1,459 +0,0 @@
1
-
2
- import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
3
- import { Readable } from "stream";
4
- export interface DeleteLexiconInput {
5
-
6
- Name: string | undefined;
7
- }
8
- export declare namespace DeleteLexiconInput {
9
-
10
- const filterSensitiveLog: (obj: DeleteLexiconInput) => any;
11
- }
12
- export interface DeleteLexiconOutput {
13
- }
14
- export declare namespace DeleteLexiconOutput {
15
-
16
- const filterSensitiveLog: (obj: DeleteLexiconOutput) => any;
17
- }
18
-
19
- export interface LexiconNotFoundException extends __SmithyException, $MetadataBearer {
20
- name: "LexiconNotFoundException";
21
- $fault: "client";
22
- message?: string;
23
- }
24
-
25
- export interface ServiceFailureException extends __SmithyException, $MetadataBearer {
26
- name: "ServiceFailureException";
27
- $fault: "server";
28
- message?: string;
29
- }
30
- export declare enum Engine {
31
- NEURAL = "neural",
32
- STANDARD = "standard"
33
- }
34
- export declare type LanguageCode = "arb" | "cmn-CN" | "cy-GB" | "da-DK" | "de-DE" | "en-AU" | "en-GB" | "en-GB-WLS" | "en-IN" | "en-NZ" | "en-US" | "en-ZA" | "es-ES" | "es-MX" | "es-US" | "fr-CA" | "fr-FR" | "hi-IN" | "is-IS" | "it-IT" | "ja-JP" | "ko-KR" | "nb-NO" | "nl-NL" | "pl-PL" | "pt-BR" | "pt-PT" | "ro-RO" | "ru-RU" | "sv-SE" | "tr-TR";
35
- export interface DescribeVoicesInput {
36
-
37
- Engine?: Engine | string;
38
-
39
- LanguageCode?: LanguageCode | string;
40
-
41
- IncludeAdditionalLanguageCodes?: boolean;
42
-
43
- NextToken?: string;
44
- }
45
- export declare namespace DescribeVoicesInput {
46
-
47
- const filterSensitiveLog: (obj: DescribeVoicesInput) => any;
48
- }
49
- export declare type Gender = "Female" | "Male";
50
- export declare type VoiceId = "Aditi" | "Amy" | "Aria" | "Astrid" | "Ayanda" | "Bianca" | "Brian" | "Camila" | "Carla" | "Carmen" | "Celine" | "Chantal" | "Conchita" | "Cristiano" | "Dora" | "Emma" | "Enrique" | "Ewa" | "Filiz" | "Gabrielle" | "Geraint" | "Giorgio" | "Gwyneth" | "Hans" | "Ines" | "Ivy" | "Jacek" | "Jan" | "Joanna" | "Joey" | "Justin" | "Karl" | "Kendra" | "Kevin" | "Kimberly" | "Lea" | "Liv" | "Lotte" | "Lucia" | "Lupe" | "Mads" | "Maja" | "Marlene" | "Mathieu" | "Matthew" | "Maxim" | "Mia" | "Miguel" | "Mizuki" | "Naja" | "Nicole" | "Olivia" | "Penelope" | "Raveena" | "Ricardo" | "Ruben" | "Russell" | "Salli" | "Seoyeon" | "Takumi" | "Tatyana" | "Vicki" | "Vitoria" | "Zeina" | "Zhiyu";
51
-
52
- export interface Voice {
53
-
54
- Gender?: Gender | string;
55
-
56
- Id?: VoiceId | string;
57
-
58
- LanguageCode?: LanguageCode | string;
59
-
60
- LanguageName?: string;
61
-
62
- Name?: string;
63
-
64
- AdditionalLanguageCodes?: (LanguageCode | string)[];
65
-
66
- SupportedEngines?: (Engine | string)[];
67
- }
68
- export declare namespace Voice {
69
-
70
- const filterSensitiveLog: (obj: Voice) => any;
71
- }
72
- export interface DescribeVoicesOutput {
73
-
74
- Voices?: Voice[];
75
-
76
- NextToken?: string;
77
- }
78
- export declare namespace DescribeVoicesOutput {
79
-
80
- const filterSensitiveLog: (obj: DescribeVoicesOutput) => any;
81
- }
82
-
83
- export interface InvalidNextTokenException extends __SmithyException, $MetadataBearer {
84
- name: "InvalidNextTokenException";
85
- $fault: "client";
86
- message?: string;
87
- }
88
-
89
- export interface EngineNotSupportedException extends __SmithyException, $MetadataBearer {
90
- name: "EngineNotSupportedException";
91
- $fault: "client";
92
- message?: string;
93
- }
94
- export interface GetLexiconInput {
95
-
96
- Name: string | undefined;
97
- }
98
- export declare namespace GetLexiconInput {
99
-
100
- const filterSensitiveLog: (obj: GetLexiconInput) => any;
101
- }
102
-
103
- export interface Lexicon {
104
-
105
- Content?: string;
106
-
107
- Name?: string;
108
- }
109
- export declare namespace Lexicon {
110
-
111
- const filterSensitiveLog: (obj: Lexicon) => any;
112
- }
113
-
114
- export interface LexiconAttributes {
115
-
116
- Alphabet?: string;
117
-
118
- LanguageCode?: LanguageCode | string;
119
-
120
- LastModified?: Date;
121
-
122
- LexiconArn?: string;
123
-
124
- LexemesCount?: number;
125
-
126
- Size?: number;
127
- }
128
- export declare namespace LexiconAttributes {
129
-
130
- const filterSensitiveLog: (obj: LexiconAttributes) => any;
131
- }
132
- export interface GetLexiconOutput {
133
-
134
- Lexicon?: Lexicon;
135
-
136
- LexiconAttributes?: LexiconAttributes;
137
- }
138
- export declare namespace GetLexiconOutput {
139
-
140
- const filterSensitiveLog: (obj: GetLexiconOutput) => any;
141
- }
142
- export interface GetSpeechSynthesisTaskInput {
143
-
144
- TaskId: string | undefined;
145
- }
146
- export declare namespace GetSpeechSynthesisTaskInput {
147
-
148
- const filterSensitiveLog: (obj: GetSpeechSynthesisTaskInput) => any;
149
- }
150
- export declare enum OutputFormat {
151
- JSON = "json",
152
- MP3 = "mp3",
153
- OGG_VORBIS = "ogg_vorbis",
154
- PCM = "pcm"
155
- }
156
- export declare enum SpeechMarkType {
157
- SENTENCE = "sentence",
158
- SSML = "ssml",
159
- VISEME = "viseme",
160
- WORD = "word"
161
- }
162
- export declare enum TaskStatus {
163
- COMPLETED = "completed",
164
- FAILED = "failed",
165
- IN_PROGRESS = "inProgress",
166
- SCHEDULED = "scheduled"
167
- }
168
- export declare enum TextType {
169
- SSML = "ssml",
170
- TEXT = "text"
171
- }
172
-
173
- export interface SynthesisTask {
174
-
175
- Engine?: Engine | string;
176
-
177
- TaskId?: string;
178
-
179
- TaskStatus?: TaskStatus | string;
180
-
181
- TaskStatusReason?: string;
182
-
183
- OutputUri?: string;
184
-
185
- CreationTime?: Date;
186
-
187
- RequestCharacters?: number;
188
-
189
- SnsTopicArn?: string;
190
-
191
- LexiconNames?: string[];
192
-
193
- OutputFormat?: OutputFormat | string;
194
-
195
- SampleRate?: string;
196
-
197
- SpeechMarkTypes?: (SpeechMarkType | string)[];
198
-
199
- TextType?: TextType | string;
200
-
201
- VoiceId?: VoiceId | string;
202
-
203
- LanguageCode?: LanguageCode | string;
204
- }
205
- export declare namespace SynthesisTask {
206
-
207
- const filterSensitiveLog: (obj: SynthesisTask) => any;
208
- }
209
- export interface GetSpeechSynthesisTaskOutput {
210
-
211
- SynthesisTask?: SynthesisTask;
212
- }
213
- export declare namespace GetSpeechSynthesisTaskOutput {
214
-
215
- const filterSensitiveLog: (obj: GetSpeechSynthesisTaskOutput) => any;
216
- }
217
-
218
- export interface InvalidTaskIdException extends __SmithyException, $MetadataBearer {
219
- name: "InvalidTaskIdException";
220
- $fault: "client";
221
- message?: string;
222
- }
223
-
224
- export interface SynthesisTaskNotFoundException extends __SmithyException, $MetadataBearer {
225
- name: "SynthesisTaskNotFoundException";
226
- $fault: "client";
227
- message?: string;
228
- }
229
-
230
- export interface InvalidLexiconException extends __SmithyException, $MetadataBearer {
231
- name: "InvalidLexiconException";
232
- $fault: "client";
233
- message?: string;
234
- }
235
-
236
- export interface InvalidS3BucketException extends __SmithyException, $MetadataBearer {
237
- name: "InvalidS3BucketException";
238
- $fault: "client";
239
- message?: string;
240
- }
241
-
242
- export interface InvalidS3KeyException extends __SmithyException, $MetadataBearer {
243
- name: "InvalidS3KeyException";
244
- $fault: "client";
245
- message?: string;
246
- }
247
-
248
- export interface InvalidSampleRateException extends __SmithyException, $MetadataBearer {
249
- name: "InvalidSampleRateException";
250
- $fault: "client";
251
- message?: string;
252
- }
253
-
254
- export interface InvalidSnsTopicArnException extends __SmithyException, $MetadataBearer {
255
- name: "InvalidSnsTopicArnException";
256
- $fault: "client";
257
- message?: string;
258
- }
259
-
260
- export interface InvalidSsmlException extends __SmithyException, $MetadataBearer {
261
- name: "InvalidSsmlException";
262
- $fault: "client";
263
- message?: string;
264
- }
265
-
266
- export interface LanguageNotSupportedException extends __SmithyException, $MetadataBearer {
267
- name: "LanguageNotSupportedException";
268
- $fault: "client";
269
- message?: string;
270
- }
271
-
272
- export interface LexiconDescription {
273
-
274
- Name?: string;
275
-
276
- Attributes?: LexiconAttributes;
277
- }
278
- export declare namespace LexiconDescription {
279
-
280
- const filterSensitiveLog: (obj: LexiconDescription) => any;
281
- }
282
-
283
- export interface LexiconSizeExceededException extends __SmithyException, $MetadataBearer {
284
- name: "LexiconSizeExceededException";
285
- $fault: "client";
286
- message?: string;
287
- }
288
- export interface ListLexiconsInput {
289
-
290
- NextToken?: string;
291
- }
292
- export declare namespace ListLexiconsInput {
293
-
294
- const filterSensitiveLog: (obj: ListLexiconsInput) => any;
295
- }
296
- export interface ListLexiconsOutput {
297
-
298
- Lexicons?: LexiconDescription[];
299
-
300
- NextToken?: string;
301
- }
302
- export declare namespace ListLexiconsOutput {
303
-
304
- const filterSensitiveLog: (obj: ListLexiconsOutput) => any;
305
- }
306
- export interface ListSpeechSynthesisTasksInput {
307
-
308
- MaxResults?: number;
309
-
310
- NextToken?: string;
311
-
312
- Status?: TaskStatus | string;
313
- }
314
- export declare namespace ListSpeechSynthesisTasksInput {
315
-
316
- const filterSensitiveLog: (obj: ListSpeechSynthesisTasksInput) => any;
317
- }
318
- export interface ListSpeechSynthesisTasksOutput {
319
-
320
- NextToken?: string;
321
-
322
- SynthesisTasks?: SynthesisTask[];
323
- }
324
- export declare namespace ListSpeechSynthesisTasksOutput {
325
-
326
- const filterSensitiveLog: (obj: ListSpeechSynthesisTasksOutput) => any;
327
- }
328
-
329
- export interface MarksNotSupportedForFormatException extends __SmithyException, $MetadataBearer {
330
- name: "MarksNotSupportedForFormatException";
331
- $fault: "client";
332
- message?: string;
333
- }
334
-
335
- export interface MaxLexemeLengthExceededException extends __SmithyException, $MetadataBearer {
336
- name: "MaxLexemeLengthExceededException";
337
- $fault: "client";
338
- message?: string;
339
- }
340
-
341
- export interface MaxLexiconsNumberExceededException extends __SmithyException, $MetadataBearer {
342
- name: "MaxLexiconsNumberExceededException";
343
- $fault: "client";
344
- message?: string;
345
- }
346
- export interface PutLexiconInput {
347
-
348
- Name: string | undefined;
349
-
350
- Content: string | undefined;
351
- }
352
- export declare namespace PutLexiconInput {
353
-
354
- const filterSensitiveLog: (obj: PutLexiconInput) => any;
355
- }
356
- export interface PutLexiconOutput {
357
- }
358
- export declare namespace PutLexiconOutput {
359
-
360
- const filterSensitiveLog: (obj: PutLexiconOutput) => any;
361
- }
362
-
363
- export interface UnsupportedPlsAlphabetException extends __SmithyException, $MetadataBearer {
364
- name: "UnsupportedPlsAlphabetException";
365
- $fault: "client";
366
- message?: string;
367
- }
368
-
369
- export interface UnsupportedPlsLanguageException extends __SmithyException, $MetadataBearer {
370
- name: "UnsupportedPlsLanguageException";
371
- $fault: "client";
372
- message?: string;
373
- }
374
-
375
- export interface SsmlMarksNotSupportedForTextTypeException extends __SmithyException, $MetadataBearer {
376
- name: "SsmlMarksNotSupportedForTextTypeException";
377
- $fault: "client";
378
- message?: string;
379
- }
380
- export interface StartSpeechSynthesisTaskInput {
381
-
382
- Engine?: Engine | string;
383
-
384
- LanguageCode?: LanguageCode | string;
385
-
386
- LexiconNames?: string[];
387
-
388
- OutputFormat: OutputFormat | string | undefined;
389
-
390
- OutputS3BucketName: string | undefined;
391
-
392
- OutputS3KeyPrefix?: string;
393
-
394
- SampleRate?: string;
395
-
396
- SnsTopicArn?: string;
397
-
398
- SpeechMarkTypes?: (SpeechMarkType | string)[];
399
-
400
- Text: string | undefined;
401
-
402
- TextType?: TextType | string;
403
-
404
- VoiceId: VoiceId | string | undefined;
405
- }
406
- export declare namespace StartSpeechSynthesisTaskInput {
407
-
408
- const filterSensitiveLog: (obj: StartSpeechSynthesisTaskInput) => any;
409
- }
410
- export interface StartSpeechSynthesisTaskOutput {
411
-
412
- SynthesisTask?: SynthesisTask;
413
- }
414
- export declare namespace StartSpeechSynthesisTaskOutput {
415
-
416
- const filterSensitiveLog: (obj: StartSpeechSynthesisTaskOutput) => any;
417
- }
418
-
419
- export interface TextLengthExceededException extends __SmithyException, $MetadataBearer {
420
- name: "TextLengthExceededException";
421
- $fault: "client";
422
- message?: string;
423
- }
424
- export interface SynthesizeSpeechInput {
425
-
426
- Engine?: Engine | string;
427
-
428
- LanguageCode?: LanguageCode | string;
429
-
430
- LexiconNames?: string[];
431
-
432
- OutputFormat: OutputFormat | string | undefined;
433
-
434
- SampleRate?: string;
435
-
436
- SpeechMarkTypes?: (SpeechMarkType | string)[];
437
-
438
- Text: string | undefined;
439
-
440
- TextType?: TextType | string;
441
-
442
- VoiceId: VoiceId | string | undefined;
443
- }
444
- export declare namespace SynthesizeSpeechInput {
445
-
446
- const filterSensitiveLog: (obj: SynthesizeSpeechInput) => any;
447
- }
448
- export interface SynthesizeSpeechOutput {
449
-
450
- AudioStream?: Readable | ReadableStream | Blob;
451
-
452
- ContentType?: string;
453
-
454
- RequestCharacters?: number;
455
- }
456
- export declare namespace SynthesizeSpeechOutput {
457
-
458
- const filterSensitiveLog: (obj: SynthesizeSpeechOutput) => any;
459
- }
@@ -1,6 +0,0 @@
1
- import { PaginationConfiguration } from "@aws-sdk/types";
2
- import { Polly } from "../Polly";
3
- import { PollyClient } from "../PollyClient";
4
- export interface PollyPaginationConfiguration extends PaginationConfiguration {
5
- client: Polly | PollyClient;
6
- }
@@ -1,4 +0,0 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListSpeechSynthesisTasksCommandInput, ListSpeechSynthesisTasksCommandOutput } from "../commands/ListSpeechSynthesisTasksCommand";
3
- import { PollyPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListSpeechSynthesisTasks(config: PollyPaginationConfiguration, input: ListSpeechSynthesisTasksCommandInput, ...additionalArguments: any): Paginator<ListSpeechSynthesisTasksCommandOutput>;
@@ -1,2 +0,0 @@
1
- export * from "./Interfaces";
2
- export * from "./ListSpeechSynthesisTasksPaginator";
@@ -1,29 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { DeleteLexiconCommandInput, DeleteLexiconCommandOutput } from "../commands/DeleteLexiconCommand";
4
- import { DescribeVoicesCommandInput, DescribeVoicesCommandOutput } from "../commands/DescribeVoicesCommand";
5
- import { GetLexiconCommandInput, GetLexiconCommandOutput } from "../commands/GetLexiconCommand";
6
- import { GetSpeechSynthesisTaskCommandInput, GetSpeechSynthesisTaskCommandOutput } from "../commands/GetSpeechSynthesisTaskCommand";
7
- import { ListLexiconsCommandInput, ListLexiconsCommandOutput } from "../commands/ListLexiconsCommand";
8
- import { ListSpeechSynthesisTasksCommandInput, ListSpeechSynthesisTasksCommandOutput } from "../commands/ListSpeechSynthesisTasksCommand";
9
- import { PutLexiconCommandInput, PutLexiconCommandOutput } from "../commands/PutLexiconCommand";
10
- import { StartSpeechSynthesisTaskCommandInput, StartSpeechSynthesisTaskCommandOutput } from "../commands/StartSpeechSynthesisTaskCommand";
11
- import { SynthesizeSpeechCommandInput, SynthesizeSpeechCommandOutput } from "../commands/SynthesizeSpeechCommand";
12
- export declare const serializeAws_restJson1DeleteLexiconCommand: (input: DeleteLexiconCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
13
- export declare const serializeAws_restJson1DescribeVoicesCommand: (input: DescribeVoicesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
14
- export declare const serializeAws_restJson1GetLexiconCommand: (input: GetLexiconCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
15
- export declare const serializeAws_restJson1GetSpeechSynthesisTaskCommand: (input: GetSpeechSynthesisTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
16
- export declare const serializeAws_restJson1ListLexiconsCommand: (input: ListLexiconsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
17
- export declare const serializeAws_restJson1ListSpeechSynthesisTasksCommand: (input: ListSpeechSynthesisTasksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
18
- export declare const serializeAws_restJson1PutLexiconCommand: (input: PutLexiconCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
19
- export declare const serializeAws_restJson1StartSpeechSynthesisTaskCommand: (input: StartSpeechSynthesisTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
20
- export declare const serializeAws_restJson1SynthesizeSpeechCommand: (input: SynthesizeSpeechCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
21
- export declare const deserializeAws_restJson1DeleteLexiconCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLexiconCommandOutput>;
22
- export declare const deserializeAws_restJson1DescribeVoicesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeVoicesCommandOutput>;
23
- export declare const deserializeAws_restJson1GetLexiconCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLexiconCommandOutput>;
24
- export declare const deserializeAws_restJson1GetSpeechSynthesisTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSpeechSynthesisTaskCommandOutput>;
25
- export declare const deserializeAws_restJson1ListLexiconsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLexiconsCommandOutput>;
26
- export declare const deserializeAws_restJson1ListSpeechSynthesisTasksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSpeechSynthesisTasksCommandOutput>;
27
- export declare const deserializeAws_restJson1PutLexiconCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutLexiconCommandOutput>;
28
- export declare const deserializeAws_restJson1StartSpeechSynthesisTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartSpeechSynthesisTaskCommandOutput>;
29
- export declare const deserializeAws_restJson1SynthesizeSpeechCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SynthesizeSpeechCommandOutput>;
@@ -1,38 +0,0 @@
1
- import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
- import { PollyClientConfig } from "./PollyClient";
3
-
4
- export declare const getRuntimeConfig: (config: PollyClientConfig) => {
5
- runtime: string;
6
- defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
7
- base64Decoder: import("@aws-sdk/types").Decoder;
8
- base64Encoder: import("@aws-sdk/types").Encoder;
9
- bodyLengthChecker: (body: any) => number | undefined;
10
- credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
11
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
12
- maxAttempts: number | import("@aws-sdk/types").Provider<number>;
13
- region: string | import("@aws-sdk/types").Provider<any>;
14
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
15
- retryMode: string | import("@aws-sdk/types").Provider<string>;
16
- sha256: import("@aws-sdk/types").HashConstructor;
17
- streamCollector: import("@aws-sdk/types").StreamCollector;
18
- useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
- useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
- utf8Decoder: import("@aws-sdk/types").Decoder;
21
- utf8Encoder: import("@aws-sdk/types").Encoder;
22
- apiVersion: string;
23
- urlParser: import("@aws-sdk/types").UrlParser;
24
- disableHostPrefix: boolean;
25
- logger: import("@aws-sdk/types").Logger;
26
- serviceId: string;
27
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
28
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
- tls?: boolean | undefined;
30
- retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
31
- credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
32
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
33
- signingEscapePath?: boolean | undefined;
34
- systemClockOffset?: number | undefined;
35
- signingRegion?: string | undefined;
36
- signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
37
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
38
- };
@@ -1,38 +0,0 @@
1
- import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
2
- import { PollyClientConfig } from "./PollyClient";
3
-
4
- export declare const getRuntimeConfig: (config: PollyClientConfig) => {
5
- runtime: string;
6
- defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
7
- base64Decoder: import("@aws-sdk/types").Decoder;
8
- base64Encoder: import("@aws-sdk/types").Encoder;
9
- bodyLengthChecker: (body: any) => number | undefined;
10
- credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
11
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
12
- maxAttempts: number | import("@aws-sdk/types").Provider<number>;
13
- region: string | import("@aws-sdk/types").Provider<string>;
14
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
15
- retryMode: string | import("@aws-sdk/types").Provider<string>;
16
- sha256: import("@aws-sdk/types").HashConstructor;
17
- streamCollector: import("@aws-sdk/types").StreamCollector;
18
- useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
- useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
- utf8Decoder: import("@aws-sdk/types").Decoder;
21
- utf8Encoder: import("@aws-sdk/types").Encoder;
22
- apiVersion: string;
23
- urlParser: import("@aws-sdk/types").UrlParser;
24
- disableHostPrefix: boolean;
25
- logger: import("@aws-sdk/types").Logger;
26
- serviceId: string;
27
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
28
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
- tls?: boolean | undefined;
30
- retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
31
- credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
32
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
33
- signingEscapePath?: boolean | undefined;
34
- systemClockOffset?: number | undefined;
35
- signingRegion?: string | undefined;
36
- signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
37
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
38
- };
@@ -1,37 +0,0 @@
1
- import { PollyClientConfig } from "./PollyClient";
2
-
3
- export declare const getRuntimeConfig: (config: PollyClientConfig) => {
4
- runtime: string;
5
- sha256: import("@aws-sdk/types").HashConstructor;
6
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
7
- apiVersion: string;
8
- urlParser: import("@aws-sdk/types").UrlParser;
9
- bodyLengthChecker: (body: any) => number | undefined;
10
- streamCollector: import("@aws-sdk/types").StreamCollector;
11
- base64Decoder: import("@aws-sdk/types").Decoder;
12
- base64Encoder: import("@aws-sdk/types").Encoder;
13
- utf8Decoder: import("@aws-sdk/types").Decoder;
14
- utf8Encoder: import("@aws-sdk/types").Encoder;
15
- disableHostPrefix: boolean;
16
- maxAttempts: number | import("@aws-sdk/types").Provider<number>;
17
- retryMode: string | import("@aws-sdk/types").Provider<string>;
18
- logger: import("@aws-sdk/types").Logger;
19
- useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
- useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
21
- serviceId: string;
22
- region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
23
- credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
24
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
25
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
26
- defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
27
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
28
- tls?: boolean | undefined;
29
- retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
30
- credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
31
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
32
- signingEscapePath?: boolean | undefined;
33
- systemClockOffset?: number | undefined;
34
- signingRegion?: string | undefined;
35
- signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
36
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
37
- };
@@ -1,11 +0,0 @@
1
- import { Logger as __Logger } from "@aws-sdk/types";
2
- import { PollyClientConfig } from "./PollyClient";
3
-
4
- export declare const getRuntimeConfig: (config: PollyClientConfig) => {
5
- apiVersion: string;
6
- disableHostPrefix: boolean;
7
- logger: __Logger;
8
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
9
- serviceId: string;
10
- urlParser: import("@aws-sdk/types").UrlParser;
11
- };