@aws-sdk/client-polly 3.306.0 → 3.310.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.
@@ -9,21 +9,75 @@ import { ListSpeechSynthesisTasksCommandInput, ListSpeechSynthesisTasksCommandOu
9
9
  import { PutLexiconCommandInput, PutLexiconCommandOutput } from "../commands/PutLexiconCommand";
10
10
  import { StartSpeechSynthesisTaskCommandInput, StartSpeechSynthesisTaskCommandOutput } from "../commands/StartSpeechSynthesisTaskCommand";
11
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 & __SdkStreamSerdeContext) => Promise<SynthesizeSpeechCommandOutput>;
12
+ /**
13
+ * serializeAws_restJson1DeleteLexiconCommand
14
+ */
15
+ export declare const se_DeleteLexiconCommand: (input: DeleteLexiconCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
16
+ /**
17
+ * serializeAws_restJson1DescribeVoicesCommand
18
+ */
19
+ export declare const se_DescribeVoicesCommand: (input: DescribeVoicesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
20
+ /**
21
+ * serializeAws_restJson1GetLexiconCommand
22
+ */
23
+ export declare const se_GetLexiconCommand: (input: GetLexiconCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
24
+ /**
25
+ * serializeAws_restJson1GetSpeechSynthesisTaskCommand
26
+ */
27
+ export declare const se_GetSpeechSynthesisTaskCommand: (input: GetSpeechSynthesisTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
28
+ /**
29
+ * serializeAws_restJson1ListLexiconsCommand
30
+ */
31
+ export declare const se_ListLexiconsCommand: (input: ListLexiconsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
32
+ /**
33
+ * serializeAws_restJson1ListSpeechSynthesisTasksCommand
34
+ */
35
+ export declare const se_ListSpeechSynthesisTasksCommand: (input: ListSpeechSynthesisTasksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
36
+ /**
37
+ * serializeAws_restJson1PutLexiconCommand
38
+ */
39
+ export declare const se_PutLexiconCommand: (input: PutLexiconCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
+ /**
41
+ * serializeAws_restJson1StartSpeechSynthesisTaskCommand
42
+ */
43
+ export declare const se_StartSpeechSynthesisTaskCommand: (input: StartSpeechSynthesisTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
+ /**
45
+ * serializeAws_restJson1SynthesizeSpeechCommand
46
+ */
47
+ export declare const se_SynthesizeSpeechCommand: (input: SynthesizeSpeechCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
+ /**
49
+ * deserializeAws_restJson1DeleteLexiconCommand
50
+ */
51
+ export declare const de_DeleteLexiconCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLexiconCommandOutput>;
52
+ /**
53
+ * deserializeAws_restJson1DescribeVoicesCommand
54
+ */
55
+ export declare const de_DescribeVoicesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeVoicesCommandOutput>;
56
+ /**
57
+ * deserializeAws_restJson1GetLexiconCommand
58
+ */
59
+ export declare const de_GetLexiconCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLexiconCommandOutput>;
60
+ /**
61
+ * deserializeAws_restJson1GetSpeechSynthesisTaskCommand
62
+ */
63
+ export declare const de_GetSpeechSynthesisTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSpeechSynthesisTaskCommandOutput>;
64
+ /**
65
+ * deserializeAws_restJson1ListLexiconsCommand
66
+ */
67
+ export declare const de_ListLexiconsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLexiconsCommandOutput>;
68
+ /**
69
+ * deserializeAws_restJson1ListSpeechSynthesisTasksCommand
70
+ */
71
+ export declare const de_ListSpeechSynthesisTasksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSpeechSynthesisTasksCommandOutput>;
72
+ /**
73
+ * deserializeAws_restJson1PutLexiconCommand
74
+ */
75
+ export declare const de_PutLexiconCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutLexiconCommandOutput>;
76
+ /**
77
+ * deserializeAws_restJson1StartSpeechSynthesisTaskCommand
78
+ */
79
+ export declare const de_StartSpeechSynthesisTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartSpeechSynthesisTaskCommandOutput>;
80
+ /**
81
+ * deserializeAws_restJson1SynthesizeSpeechCommand
82
+ */
83
+ export declare const de_SynthesizeSpeechCommand: (output: __HttpResponse, context: __SerdeContext & __SdkStreamSerdeContext) => Promise<SynthesizeSpeechCommandOutput>;
@@ -42,75 +42,75 @@ import {
42
42
  SynthesizeSpeechCommandInput,
43
43
  SynthesizeSpeechCommandOutput,
44
44
  } from "../commands/SynthesizeSpeechCommand";
45
- export declare const serializeAws_restJson1DeleteLexiconCommand: (
45
+ export declare const se_DeleteLexiconCommand: (
46
46
  input: DeleteLexiconCommandInput,
47
47
  context: __SerdeContext
48
48
  ) => Promise<__HttpRequest>;
49
- export declare const serializeAws_restJson1DescribeVoicesCommand: (
49
+ export declare const se_DescribeVoicesCommand: (
50
50
  input: DescribeVoicesCommandInput,
51
51
  context: __SerdeContext
52
52
  ) => Promise<__HttpRequest>;
53
- export declare const serializeAws_restJson1GetLexiconCommand: (
53
+ export declare const se_GetLexiconCommand: (
54
54
  input: GetLexiconCommandInput,
55
55
  context: __SerdeContext
56
56
  ) => Promise<__HttpRequest>;
57
- export declare const serializeAws_restJson1GetSpeechSynthesisTaskCommand: (
57
+ export declare const se_GetSpeechSynthesisTaskCommand: (
58
58
  input: GetSpeechSynthesisTaskCommandInput,
59
59
  context: __SerdeContext
60
60
  ) => Promise<__HttpRequest>;
61
- export declare const serializeAws_restJson1ListLexiconsCommand: (
61
+ export declare const se_ListLexiconsCommand: (
62
62
  input: ListLexiconsCommandInput,
63
63
  context: __SerdeContext
64
64
  ) => Promise<__HttpRequest>;
65
- export declare const serializeAws_restJson1ListSpeechSynthesisTasksCommand: (
65
+ export declare const se_ListSpeechSynthesisTasksCommand: (
66
66
  input: ListSpeechSynthesisTasksCommandInput,
67
67
  context: __SerdeContext
68
68
  ) => Promise<__HttpRequest>;
69
- export declare const serializeAws_restJson1PutLexiconCommand: (
69
+ export declare const se_PutLexiconCommand: (
70
70
  input: PutLexiconCommandInput,
71
71
  context: __SerdeContext
72
72
  ) => Promise<__HttpRequest>;
73
- export declare const serializeAws_restJson1StartSpeechSynthesisTaskCommand: (
73
+ export declare const se_StartSpeechSynthesisTaskCommand: (
74
74
  input: StartSpeechSynthesisTaskCommandInput,
75
75
  context: __SerdeContext
76
76
  ) => Promise<__HttpRequest>;
77
- export declare const serializeAws_restJson1SynthesizeSpeechCommand: (
77
+ export declare const se_SynthesizeSpeechCommand: (
78
78
  input: SynthesizeSpeechCommandInput,
79
79
  context: __SerdeContext
80
80
  ) => Promise<__HttpRequest>;
81
- export declare const deserializeAws_restJson1DeleteLexiconCommand: (
81
+ export declare const de_DeleteLexiconCommand: (
82
82
  output: __HttpResponse,
83
83
  context: __SerdeContext
84
84
  ) => Promise<DeleteLexiconCommandOutput>;
85
- export declare const deserializeAws_restJson1DescribeVoicesCommand: (
85
+ export declare const de_DescribeVoicesCommand: (
86
86
  output: __HttpResponse,
87
87
  context: __SerdeContext
88
88
  ) => Promise<DescribeVoicesCommandOutput>;
89
- export declare const deserializeAws_restJson1GetLexiconCommand: (
89
+ export declare const de_GetLexiconCommand: (
90
90
  output: __HttpResponse,
91
91
  context: __SerdeContext
92
92
  ) => Promise<GetLexiconCommandOutput>;
93
- export declare const deserializeAws_restJson1GetSpeechSynthesisTaskCommand: (
93
+ export declare const de_GetSpeechSynthesisTaskCommand: (
94
94
  output: __HttpResponse,
95
95
  context: __SerdeContext
96
96
  ) => Promise<GetSpeechSynthesisTaskCommandOutput>;
97
- export declare const deserializeAws_restJson1ListLexiconsCommand: (
97
+ export declare const de_ListLexiconsCommand: (
98
98
  output: __HttpResponse,
99
99
  context: __SerdeContext
100
100
  ) => Promise<ListLexiconsCommandOutput>;
101
- export declare const deserializeAws_restJson1ListSpeechSynthesisTasksCommand: (
101
+ export declare const de_ListSpeechSynthesisTasksCommand: (
102
102
  output: __HttpResponse,
103
103
  context: __SerdeContext
104
104
  ) => Promise<ListSpeechSynthesisTasksCommandOutput>;
105
- export declare const deserializeAws_restJson1PutLexiconCommand: (
105
+ export declare const de_PutLexiconCommand: (
106
106
  output: __HttpResponse,
107
107
  context: __SerdeContext
108
108
  ) => Promise<PutLexiconCommandOutput>;
109
- export declare const deserializeAws_restJson1StartSpeechSynthesisTaskCommand: (
109
+ export declare const de_StartSpeechSynthesisTaskCommand: (
110
110
  output: __HttpResponse,
111
111
  context: __SerdeContext
112
112
  ) => Promise<StartSpeechSynthesisTaskCommandOutput>;
113
- export declare const deserializeAws_restJson1SynthesizeSpeechCommand: (
113
+ export declare const de_SynthesizeSpeechCommand: (
114
114
  output: __HttpResponse,
115
115
  context: __SerdeContext & __SdkStreamSerdeContext
116
116
  ) => Promise<SynthesizeSpeechCommandOutput>;
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.306.0",
4
+ "version": "3.310.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",
@@ -21,44 +21,44 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.306.0",
25
- "@aws-sdk/config-resolver": "3.306.0",
26
- "@aws-sdk/credential-provider-node": "3.306.0",
27
- "@aws-sdk/fetch-http-handler": "3.306.0",
28
- "@aws-sdk/hash-node": "3.306.0",
29
- "@aws-sdk/invalid-dependency": "3.306.0",
30
- "@aws-sdk/middleware-content-length": "3.306.0",
31
- "@aws-sdk/middleware-endpoint": "3.306.0",
32
- "@aws-sdk/middleware-host-header": "3.306.0",
33
- "@aws-sdk/middleware-logger": "3.306.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.306.0",
35
- "@aws-sdk/middleware-retry": "3.306.0",
36
- "@aws-sdk/middleware-serde": "3.306.0",
37
- "@aws-sdk/middleware-signing": "3.306.0",
38
- "@aws-sdk/middleware-stack": "3.306.0",
39
- "@aws-sdk/middleware-user-agent": "3.306.0",
40
- "@aws-sdk/node-config-provider": "3.306.0",
41
- "@aws-sdk/node-http-handler": "3.306.0",
42
- "@aws-sdk/protocol-http": "3.306.0",
43
- "@aws-sdk/smithy-client": "3.306.0",
44
- "@aws-sdk/types": "3.306.0",
45
- "@aws-sdk/url-parser": "3.306.0",
46
- "@aws-sdk/util-base64": "3.303.0",
47
- "@aws-sdk/util-body-length-browser": "3.303.0",
48
- "@aws-sdk/util-body-length-node": "3.303.0",
49
- "@aws-sdk/util-defaults-mode-browser": "3.306.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.306.0",
51
- "@aws-sdk/util-endpoints": "3.306.0",
52
- "@aws-sdk/util-retry": "3.306.0",
53
- "@aws-sdk/util-stream-browser": "3.306.0",
54
- "@aws-sdk/util-stream-node": "3.306.0",
55
- "@aws-sdk/util-user-agent-browser": "3.306.0",
56
- "@aws-sdk/util-user-agent-node": "3.306.0",
57
- "@aws-sdk/util-utf8": "3.303.0",
24
+ "@aws-sdk/client-sts": "3.310.0",
25
+ "@aws-sdk/config-resolver": "3.310.0",
26
+ "@aws-sdk/credential-provider-node": "3.310.0",
27
+ "@aws-sdk/fetch-http-handler": "3.310.0",
28
+ "@aws-sdk/hash-node": "3.310.0",
29
+ "@aws-sdk/invalid-dependency": "3.310.0",
30
+ "@aws-sdk/middleware-content-length": "3.310.0",
31
+ "@aws-sdk/middleware-endpoint": "3.310.0",
32
+ "@aws-sdk/middleware-host-header": "3.310.0",
33
+ "@aws-sdk/middleware-logger": "3.310.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.310.0",
35
+ "@aws-sdk/middleware-retry": "3.310.0",
36
+ "@aws-sdk/middleware-serde": "3.310.0",
37
+ "@aws-sdk/middleware-signing": "3.310.0",
38
+ "@aws-sdk/middleware-stack": "3.310.0",
39
+ "@aws-sdk/middleware-user-agent": "3.310.0",
40
+ "@aws-sdk/node-config-provider": "3.310.0",
41
+ "@aws-sdk/node-http-handler": "3.310.0",
42
+ "@aws-sdk/protocol-http": "3.310.0",
43
+ "@aws-sdk/smithy-client": "3.310.0",
44
+ "@aws-sdk/types": "3.310.0",
45
+ "@aws-sdk/url-parser": "3.310.0",
46
+ "@aws-sdk/util-base64": "3.310.0",
47
+ "@aws-sdk/util-body-length-browser": "3.310.0",
48
+ "@aws-sdk/util-body-length-node": "3.310.0",
49
+ "@aws-sdk/util-defaults-mode-browser": "3.310.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.310.0",
51
+ "@aws-sdk/util-endpoints": "3.310.0",
52
+ "@aws-sdk/util-retry": "3.310.0",
53
+ "@aws-sdk/util-stream-browser": "3.310.0",
54
+ "@aws-sdk/util-stream-node": "3.310.0",
55
+ "@aws-sdk/util-user-agent-browser": "3.310.0",
56
+ "@aws-sdk/util-user-agent-node": "3.310.0",
57
+ "@aws-sdk/util-utf8": "3.310.0",
58
58
  "tslib": "^2.5.0"
59
59
  },
60
60
  "devDependencies": {
61
- "@aws-sdk/service-client-documentation-generator": "3.303.0",
61
+ "@aws-sdk/service-client-documentation-generator": "3.310.0",
62
62
  "@tsconfig/node14": "1.0.3",
63
63
  "@types/node": "^14.14.31",
64
64
  "concurrently": "7.0.0",
@@ -78,7 +78,7 @@
78
78
  }
79
79
  },
80
80
  "files": [
81
- "dist-*"
81
+ "dist-*/**"
82
82
  ],
83
83
  "author": {
84
84
  "name": "AWS SDK for JavaScript Team",