@aws-sdk/client-polly 3.261.0 → 3.262.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.
@@ -154,9 +154,11 @@ var VoiceId;
154
154
  VoiceId["Ricardo"] = "Ricardo";
155
155
  VoiceId["Ruben"] = "Ruben";
156
156
  VoiceId["Russell"] = "Russell";
157
+ VoiceId["Ruth"] = "Ruth";
157
158
  VoiceId["Salli"] = "Salli";
158
159
  VoiceId["Seoyeon"] = "Seoyeon";
159
160
  VoiceId["Sergio"] = "Sergio";
161
+ VoiceId["Stephen"] = "Stephen";
160
162
  VoiceId["Suvi"] = "Suvi";
161
163
  VoiceId["Takumi"] = "Takumi";
162
164
  VoiceId["Tatyana"] = "Tatyana";
@@ -148,9 +148,11 @@ export var VoiceId;
148
148
  VoiceId["Ricardo"] = "Ricardo";
149
149
  VoiceId["Ruben"] = "Ruben";
150
150
  VoiceId["Russell"] = "Russell";
151
+ VoiceId["Ruth"] = "Ruth";
151
152
  VoiceId["Salli"] = "Salli";
152
153
  VoiceId["Seoyeon"] = "Seoyeon";
153
154
  VoiceId["Sergio"] = "Sergio";
155
+ VoiceId["Stephen"] = "Stephen";
154
156
  VoiceId["Suvi"] = "Suvi";
155
157
  VoiceId["Takumi"] = "Takumi";
156
158
  VoiceId["Tatyana"] = "Tatyana";
@@ -186,9 +186,11 @@ export declare enum VoiceId {
186
186
  Ricardo = "Ricardo",
187
187
  Ruben = "Ruben",
188
188
  Russell = "Russell",
189
+ Ruth = "Ruth",
189
190
  Salli = "Salli",
190
191
  Seoyeon = "Seoyeon",
191
192
  Sergio = "Sergio",
193
+ Stephen = "Stephen",
192
194
  Suvi = "Suvi",
193
195
  Takumi = "Takumi",
194
196
  Tatyana = "Tatyana",
@@ -145,9 +145,11 @@ export declare enum VoiceId {
145
145
  Ricardo = "Ricardo",
146
146
  Ruben = "Ruben",
147
147
  Russell = "Russell",
148
+ Ruth = "Ruth",
148
149
  Salli = "Salli",
149
150
  Seoyeon = "Seoyeon",
150
151
  Sergio = "Sergio",
152
+ Stephen = "Stephen",
151
153
  Suvi = "Suvi",
152
154
  Takumi = "Takumi",
153
155
  Tatyana = "Tatyana",
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.261.0",
4
+ "version": "3.262.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,7 +20,7 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.261.0",
23
+ "@aws-sdk/client-sts": "3.262.0",
24
24
  "@aws-sdk/config-resolver": "3.259.0",
25
25
  "@aws-sdk/credential-provider-node": "3.261.0",
26
26
  "@aws-sdk/fetch-http-handler": "3.257.0",