@aws-sdk/client-polly 3.651.1 → 3.658.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.
@@ -79,4 +79,15 @@ declare const DeleteLexiconCommand_base: {
79
79
  *
80
80
  */
81
81
  export declare class DeleteLexiconCommand extends DeleteLexiconCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: DeleteLexiconInput;
86
+ output: {};
87
+ };
88
+ sdk: {
89
+ input: DeleteLexiconCommandInput;
90
+ output: DeleteLexiconCommandOutput;
91
+ };
92
+ };
82
93
  }
@@ -135,4 +135,15 @@ declare const DescribeVoicesCommand_base: {
135
135
  *
136
136
  */
137
137
  export declare class DescribeVoicesCommand extends DescribeVoicesCommand_base {
138
+ /** @internal type navigation helper, not in runtime. */
139
+ protected static __types: {
140
+ api: {
141
+ input: DescribeVoicesInput;
142
+ output: DescribeVoicesOutput;
143
+ };
144
+ sdk: {
145
+ input: DescribeVoicesCommandInput;
146
+ output: DescribeVoicesCommandOutput;
147
+ };
148
+ };
138
149
  }
@@ -106,4 +106,15 @@ declare const GetLexiconCommand_base: {
106
106
  *
107
107
  */
108
108
  export declare class GetLexiconCommand extends GetLexiconCommand_base {
109
+ /** @internal type navigation helper, not in runtime. */
110
+ protected static __types: {
111
+ api: {
112
+ input: GetLexiconInput;
113
+ output: GetLexiconOutput;
114
+ };
115
+ sdk: {
116
+ input: GetLexiconCommandInput;
117
+ output: GetLexiconCommandOutput;
118
+ };
119
+ };
109
120
  }
@@ -91,4 +91,15 @@ declare const GetSpeechSynthesisTaskCommand_base: {
91
91
  * @public
92
92
  */
93
93
  export declare class GetSpeechSynthesisTaskCommand extends GetSpeechSynthesisTaskCommand_base {
94
+ /** @internal type navigation helper, not in runtime. */
95
+ protected static __types: {
96
+ api: {
97
+ input: GetSpeechSynthesisTaskInput;
98
+ output: GetSpeechSynthesisTaskOutput;
99
+ };
100
+ sdk: {
101
+ input: GetSpeechSynthesisTaskCommandInput;
102
+ output: GetSpeechSynthesisTaskCommandOutput;
103
+ };
104
+ };
94
105
  }
@@ -103,4 +103,15 @@ declare const ListLexiconsCommand_base: {
103
103
  *
104
104
  */
105
105
  export declare class ListLexiconsCommand extends ListLexiconsCommand_base {
106
+ /** @internal type navigation helper, not in runtime. */
107
+ protected static __types: {
108
+ api: {
109
+ input: ListLexiconsInput;
110
+ output: ListLexiconsOutput;
111
+ };
112
+ sdk: {
113
+ input: ListLexiconsCommandInput;
114
+ output: ListLexiconsCommandOutput;
115
+ };
116
+ };
106
117
  }
@@ -91,4 +91,15 @@ declare const ListSpeechSynthesisTasksCommand_base: {
91
91
  * @public
92
92
  */
93
93
  export declare class ListSpeechSynthesisTasksCommand extends ListSpeechSynthesisTasksCommand_base {
94
+ /** @internal type navigation helper, not in runtime. */
95
+ protected static __types: {
96
+ api: {
97
+ input: ListSpeechSynthesisTasksInput;
98
+ output: ListSpeechSynthesisTasksOutput;
99
+ };
100
+ sdk: {
101
+ input: ListSpeechSynthesisTasksCommandInput;
102
+ output: ListSpeechSynthesisTasksCommandOutput;
103
+ };
104
+ };
94
105
  }
@@ -100,4 +100,15 @@ declare const PutLexiconCommand_base: {
100
100
  *
101
101
  */
102
102
  export declare class PutLexiconCommand extends PutLexiconCommand_base {
103
+ /** @internal type navigation helper, not in runtime. */
104
+ protected static __types: {
105
+ api: {
106
+ input: PutLexiconInput;
107
+ output: {};
108
+ };
109
+ sdk: {
110
+ input: PutLexiconCommandInput;
111
+ output: PutLexiconCommandOutput;
112
+ };
113
+ };
103
114
  }
@@ -157,4 +157,15 @@ declare const StartSpeechSynthesisTaskCommand_base: {
157
157
  * @public
158
158
  */
159
159
  export declare class StartSpeechSynthesisTaskCommand extends StartSpeechSynthesisTaskCommand_base {
160
+ /** @internal type navigation helper, not in runtime. */
161
+ protected static __types: {
162
+ api: {
163
+ input: StartSpeechSynthesisTaskInput;
164
+ output: StartSpeechSynthesisTaskOutput;
165
+ };
166
+ sdk: {
167
+ input: StartSpeechSynthesisTaskCommandInput;
168
+ output: StartSpeechSynthesisTaskCommandOutput;
169
+ };
170
+ };
160
171
  }
@@ -145,4 +145,15 @@ declare const SynthesizeSpeechCommand_base: {
145
145
  *
146
146
  */
147
147
  export declare class SynthesizeSpeechCommand extends SynthesizeSpeechCommand_base {
148
+ /** @internal type navigation helper, not in runtime. */
149
+ protected static __types: {
150
+ api: {
151
+ input: SynthesizeSpeechInput;
152
+ output: SynthesizeSpeechOutput;
153
+ };
154
+ sdk: {
155
+ input: SynthesizeSpeechCommandInput;
156
+ output: SynthesizeSpeechCommandOutput;
157
+ };
158
+ };
148
159
  }
@@ -33,4 +33,15 @@ declare const DeleteLexiconCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteLexiconCommand extends DeleteLexiconCommand_base {}
36
+ export declare class DeleteLexiconCommand extends DeleteLexiconCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteLexiconInput;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DeleteLexiconCommandInput;
44
+ output: DeleteLexiconCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const DescribeVoicesCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DescribeVoicesCommand extends DescribeVoicesCommand_base {}
36
+ export declare class DescribeVoicesCommand extends DescribeVoicesCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DescribeVoicesInput;
40
+ output: DescribeVoicesOutput;
41
+ };
42
+ sdk: {
43
+ input: DescribeVoicesCommandInput;
44
+ output: DescribeVoicesCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const GetLexiconCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetLexiconCommand extends GetLexiconCommand_base {}
36
+ export declare class GetLexiconCommand extends GetLexiconCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetLexiconInput;
40
+ output: GetLexiconOutput;
41
+ };
42
+ sdk: {
43
+ input: GetLexiconCommandInput;
44
+ output: GetLexiconCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const GetSpeechSynthesisTaskCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetSpeechSynthesisTaskCommand extends GetSpeechSynthesisTaskCommand_base {}
40
+ export declare class GetSpeechSynthesisTaskCommand extends GetSpeechSynthesisTaskCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetSpeechSynthesisTaskInput;
44
+ output: GetSpeechSynthesisTaskOutput;
45
+ };
46
+ sdk: {
47
+ input: GetSpeechSynthesisTaskCommandInput;
48
+ output: GetSpeechSynthesisTaskCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const ListLexiconsCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListLexiconsCommand extends ListLexiconsCommand_base {}
36
+ export declare class ListLexiconsCommand extends ListLexiconsCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListLexiconsInput;
40
+ output: ListLexiconsOutput;
41
+ };
42
+ sdk: {
43
+ input: ListLexiconsCommandInput;
44
+ output: ListLexiconsCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const ListSpeechSynthesisTasksCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListSpeechSynthesisTasksCommand extends ListSpeechSynthesisTasksCommand_base {}
40
+ export declare class ListSpeechSynthesisTasksCommand extends ListSpeechSynthesisTasksCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListSpeechSynthesisTasksInput;
44
+ output: ListSpeechSynthesisTasksOutput;
45
+ };
46
+ sdk: {
47
+ input: ListSpeechSynthesisTasksCommandInput;
48
+ output: ListSpeechSynthesisTasksCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const PutLexiconCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class PutLexiconCommand extends PutLexiconCommand_base {}
36
+ export declare class PutLexiconCommand extends PutLexiconCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: PutLexiconInput;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: PutLexiconCommandInput;
44
+ output: PutLexiconCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const StartSpeechSynthesisTaskCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class StartSpeechSynthesisTaskCommand extends StartSpeechSynthesisTaskCommand_base {}
40
+ export declare class StartSpeechSynthesisTaskCommand extends StartSpeechSynthesisTaskCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: StartSpeechSynthesisTaskInput;
44
+ output: StartSpeechSynthesisTaskOutput;
45
+ };
46
+ sdk: {
47
+ input: StartSpeechSynthesisTaskCommandInput;
48
+ output: StartSpeechSynthesisTaskCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -44,4 +44,15 @@ declare const SynthesizeSpeechCommand_base: {
44
44
  >;
45
45
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
46
46
  };
47
- export declare class SynthesizeSpeechCommand extends SynthesizeSpeechCommand_base {}
47
+ export declare class SynthesizeSpeechCommand extends SynthesizeSpeechCommand_base {
48
+ protected static __types: {
49
+ api: {
50
+ input: SynthesizeSpeechInput;
51
+ output: SynthesizeSpeechOutput;
52
+ };
53
+ sdk: {
54
+ input: SynthesizeSpeechCommandInput;
55
+ output: SynthesizeSpeechCommandOutput;
56
+ };
57
+ };
58
+ }
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.651.1",
4
+ "version": "3.658.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,44 +20,44 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.651.1",
24
- "@aws-sdk/client-sts": "3.651.1",
25
- "@aws-sdk/core": "3.651.1",
26
- "@aws-sdk/credential-provider-node": "3.651.1",
27
- "@aws-sdk/middleware-host-header": "3.649.0",
28
- "@aws-sdk/middleware-logger": "3.649.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.649.0",
30
- "@aws-sdk/middleware-user-agent": "3.649.0",
31
- "@aws-sdk/region-config-resolver": "3.649.0",
32
- "@aws-sdk/types": "3.649.0",
33
- "@aws-sdk/util-endpoints": "3.649.0",
34
- "@aws-sdk/util-user-agent-browser": "3.649.0",
35
- "@aws-sdk/util-user-agent-node": "3.649.0",
36
- "@smithy/config-resolver": "^3.0.6",
37
- "@smithy/core": "^2.4.1",
38
- "@smithy/fetch-http-handler": "^3.2.5",
39
- "@smithy/hash-node": "^3.0.4",
40
- "@smithy/invalid-dependency": "^3.0.4",
41
- "@smithy/middleware-content-length": "^3.0.6",
42
- "@smithy/middleware-endpoint": "^3.1.1",
43
- "@smithy/middleware-retry": "^3.0.16",
44
- "@smithy/middleware-serde": "^3.0.4",
45
- "@smithy/middleware-stack": "^3.0.4",
46
- "@smithy/node-config-provider": "^3.1.5",
47
- "@smithy/node-http-handler": "^3.2.0",
48
- "@smithy/protocol-http": "^4.1.1",
49
- "@smithy/smithy-client": "^3.3.0",
50
- "@smithy/types": "^3.4.0",
51
- "@smithy/url-parser": "^3.0.4",
23
+ "@aws-sdk/client-sso-oidc": "3.658.0",
24
+ "@aws-sdk/client-sts": "3.658.0",
25
+ "@aws-sdk/core": "3.658.0",
26
+ "@aws-sdk/credential-provider-node": "3.658.0",
27
+ "@aws-sdk/middleware-host-header": "3.654.0",
28
+ "@aws-sdk/middleware-logger": "3.654.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.654.0",
30
+ "@aws-sdk/middleware-user-agent": "3.654.0",
31
+ "@aws-sdk/region-config-resolver": "3.654.0",
32
+ "@aws-sdk/types": "3.654.0",
33
+ "@aws-sdk/util-endpoints": "3.654.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.654.0",
35
+ "@aws-sdk/util-user-agent-node": "3.654.0",
36
+ "@smithy/config-resolver": "^3.0.8",
37
+ "@smithy/core": "^2.4.3",
38
+ "@smithy/fetch-http-handler": "^3.2.7",
39
+ "@smithy/hash-node": "^3.0.6",
40
+ "@smithy/invalid-dependency": "^3.0.6",
41
+ "@smithy/middleware-content-length": "^3.0.8",
42
+ "@smithy/middleware-endpoint": "^3.1.3",
43
+ "@smithy/middleware-retry": "^3.0.18",
44
+ "@smithy/middleware-serde": "^3.0.6",
45
+ "@smithy/middleware-stack": "^3.0.6",
46
+ "@smithy/node-config-provider": "^3.1.7",
47
+ "@smithy/node-http-handler": "^3.2.2",
48
+ "@smithy/protocol-http": "^4.1.3",
49
+ "@smithy/smithy-client": "^3.3.2",
50
+ "@smithy/types": "^3.4.2",
51
+ "@smithy/url-parser": "^3.0.6",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.16",
56
- "@smithy/util-defaults-mode-node": "^3.0.16",
57
- "@smithy/util-endpoints": "^2.1.0",
58
- "@smithy/util-middleware": "^3.0.4",
59
- "@smithy/util-retry": "^3.0.4",
60
- "@smithy/util-stream": "^3.1.4",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
56
+ "@smithy/util-defaults-mode-node": "^3.0.18",
57
+ "@smithy/util-endpoints": "^2.1.2",
58
+ "@smithy/util-middleware": "^3.0.6",
59
+ "@smithy/util-retry": "^3.0.6",
60
+ "@smithy/util-stream": "^3.1.6",
61
61
  "@smithy/util-utf8": "^3.0.0",
62
62
  "tslib": "^2.6.2"
63
63
  },