@aws-sdk/client-pinpoint-sms-voice-v2 3.301.0 → 3.303.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/models/models_0.js +264 -290
- package/dist-es/models/models_0.js +264 -290
- package/dist-types/models/models_0.d.ts +398 -268
- package/dist-types/ts3.4/models/models_0.d.ts +308 -264
- package/package.json +34 -34
|
@@ -2,11 +2,16 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-cl
|
|
|
2
2
|
import { PinpointSMSVoiceV2ServiceException as __BaseException } from "./PinpointSMSVoiceV2ServiceException";
|
|
3
3
|
/**
|
|
4
4
|
* @public
|
|
5
|
+
* @enum
|
|
5
6
|
*/
|
|
6
|
-
export declare
|
|
7
|
-
ACCOUNT_DISABLED
|
|
8
|
-
INSUFFICIENT_ACCOUNT_REPUTATION
|
|
9
|
-
}
|
|
7
|
+
export declare const AccessDeniedExceptionReason: {
|
|
8
|
+
readonly ACCOUNT_DISABLED: "ACCOUNT_DISABLED";
|
|
9
|
+
readonly INSUFFICIENT_ACCOUNT_REPUTATION: "INSUFFICIENT_ACCOUNT_REPUTATION";
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* @public
|
|
13
|
+
*/
|
|
14
|
+
export type AccessDeniedExceptionReason = (typeof AccessDeniedExceptionReason)[keyof typeof AccessDeniedExceptionReason];
|
|
10
15
|
/**
|
|
11
16
|
* @public
|
|
12
17
|
* <p>The request was denied because you don't have sufficient permissions to access the
|
|
@@ -27,10 +32,15 @@ export declare class AccessDeniedException extends __BaseException {
|
|
|
27
32
|
}
|
|
28
33
|
/**
|
|
29
34
|
* @public
|
|
35
|
+
* @enum
|
|
30
36
|
*/
|
|
31
|
-
export declare
|
|
32
|
-
ACCOUNT_TIER
|
|
33
|
-
}
|
|
37
|
+
export declare const AccountAttributeName: {
|
|
38
|
+
readonly ACCOUNT_TIER: "ACCOUNT_TIER";
|
|
39
|
+
};
|
|
40
|
+
/**
|
|
41
|
+
* @public
|
|
42
|
+
*/
|
|
43
|
+
export type AccountAttributeName = (typeof AccountAttributeName)[keyof typeof AccountAttributeName];
|
|
34
44
|
/**
|
|
35
45
|
* @public
|
|
36
46
|
* <p>Displays the attributes associated with a single Amazon Web Services account.</p>
|
|
@@ -47,13 +57,18 @@ export interface AccountAttribute {
|
|
|
47
57
|
}
|
|
48
58
|
/**
|
|
49
59
|
* @public
|
|
60
|
+
* @enum
|
|
50
61
|
*/
|
|
51
|
-
export declare
|
|
52
|
-
CONFIGURATION_SETS
|
|
53
|
-
OPT_OUT_LISTS
|
|
54
|
-
PHONE_NUMBERS
|
|
55
|
-
POOLS
|
|
56
|
-
}
|
|
62
|
+
export declare const AccountLimitName: {
|
|
63
|
+
readonly CONFIGURATION_SETS: "CONFIGURATION_SETS";
|
|
64
|
+
readonly OPT_OUT_LISTS: "OPT_OUT_LISTS";
|
|
65
|
+
readonly PHONE_NUMBERS: "PHONE_NUMBERS";
|
|
66
|
+
readonly POOLS: "POOLS";
|
|
67
|
+
};
|
|
68
|
+
/**
|
|
69
|
+
* @public
|
|
70
|
+
*/
|
|
71
|
+
export type AccountLimitName = (typeof AccountLimitName)[keyof typeof AccountLimitName];
|
|
57
72
|
/**
|
|
58
73
|
* @public
|
|
59
74
|
* <p>The current resource quotas associated with an Amazon Web Services account.</p>
|
|
@@ -129,43 +144,53 @@ export interface AssociateOriginationIdentityResult {
|
|
|
129
144
|
}
|
|
130
145
|
/**
|
|
131
146
|
* @public
|
|
147
|
+
* @enum
|
|
132
148
|
*/
|
|
133
|
-
export declare
|
|
134
|
-
DELETION_PROTECTION_ENABLED
|
|
135
|
-
DESTINATION_PHONE_NUMBER_NOT_VERIFIED
|
|
136
|
-
DESTINATION_PHONE_NUMBER_OPTED_OUT
|
|
137
|
-
EVENT_DESTINATION_MISMATCH
|
|
138
|
-
KEYWORD_MISMATCH
|
|
139
|
-
LAST_PHONE_NUMBER
|
|
140
|
-
MESSAGE_TYPE_MISMATCH
|
|
141
|
-
NO_ORIGINATION_IDENTITIES_FOUND
|
|
142
|
-
OPT_OUT_LIST_MISMATCH
|
|
143
|
-
PHONE_NUMBER_ASSOCIATED_TO_POOL
|
|
144
|
-
PHONE_NUMBER_NOT_ASSOCIATED_TO_POOL
|
|
145
|
-
PHONE_NUMBER_NOT_IN_REGISTRATION_REGION
|
|
146
|
-
RESOURCE_ALREADY_EXISTS
|
|
147
|
-
RESOURCE_DELETION_NOT_ALLOWED
|
|
148
|
-
RESOURCE_MODIFICATION_NOT_ALLOWED
|
|
149
|
-
RESOURCE_NOT_ACTIVE
|
|
150
|
-
RESOURCE_NOT_EMPTY
|
|
151
|
-
SELF_MANAGED_OPT_OUTS_MISMATCH
|
|
152
|
-
TWO_WAY_CONFIG_MISMATCH
|
|
153
|
-
}
|
|
149
|
+
export declare const ConflictExceptionReason: {
|
|
150
|
+
readonly DELETION_PROTECTION_ENABLED: "DELETION_PROTECTION_ENABLED";
|
|
151
|
+
readonly DESTINATION_PHONE_NUMBER_NOT_VERIFIED: "DESTINATION_PHONE_NUMBER_NOT_VERIFIED";
|
|
152
|
+
readonly DESTINATION_PHONE_NUMBER_OPTED_OUT: "DESTINATION_PHONE_NUMBER_OPTED_OUT";
|
|
153
|
+
readonly EVENT_DESTINATION_MISMATCH: "EVENT_DESTINATION_MISMATCH";
|
|
154
|
+
readonly KEYWORD_MISMATCH: "KEYWORD_MISMATCH";
|
|
155
|
+
readonly LAST_PHONE_NUMBER: "LAST_PHONE_NUMBER";
|
|
156
|
+
readonly MESSAGE_TYPE_MISMATCH: "MESSAGE_TYPE_MISMATCH";
|
|
157
|
+
readonly NO_ORIGINATION_IDENTITIES_FOUND: "NO_ORIGINATION_IDENTITIES_FOUND";
|
|
158
|
+
readonly OPT_OUT_LIST_MISMATCH: "OPT_OUT_LIST_MISMATCH";
|
|
159
|
+
readonly PHONE_NUMBER_ASSOCIATED_TO_POOL: "PHONE_NUMBER_ASSOCIATED_TO_POOL";
|
|
160
|
+
readonly PHONE_NUMBER_NOT_ASSOCIATED_TO_POOL: "PHONE_NUMBER_NOT_ASSOCIATED_TO_POOL";
|
|
161
|
+
readonly PHONE_NUMBER_NOT_IN_REGISTRATION_REGION: "PHONE_NUMBER_NOT_IN_REGISTRATION_REGION";
|
|
162
|
+
readonly RESOURCE_ALREADY_EXISTS: "RESOURCE_ALREADY_EXISTS";
|
|
163
|
+
readonly RESOURCE_DELETION_NOT_ALLOWED: "RESOURCE_DELETION_NOT_ALLOWED";
|
|
164
|
+
readonly RESOURCE_MODIFICATION_NOT_ALLOWED: "RESOURCE_MODIFICATION_NOT_ALLOWED";
|
|
165
|
+
readonly RESOURCE_NOT_ACTIVE: "RESOURCE_NOT_ACTIVE";
|
|
166
|
+
readonly RESOURCE_NOT_EMPTY: "RESOURCE_NOT_EMPTY";
|
|
167
|
+
readonly SELF_MANAGED_OPT_OUTS_MISMATCH: "SELF_MANAGED_OPT_OUTS_MISMATCH";
|
|
168
|
+
readonly TWO_WAY_CONFIG_MISMATCH: "TWO_WAY_CONFIG_MISMATCH";
|
|
169
|
+
};
|
|
154
170
|
/**
|
|
155
171
|
* @public
|
|
156
172
|
*/
|
|
157
|
-
export
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
173
|
+
export type ConflictExceptionReason = (typeof ConflictExceptionReason)[keyof typeof ConflictExceptionReason];
|
|
174
|
+
/**
|
|
175
|
+
* @public
|
|
176
|
+
* @enum
|
|
177
|
+
*/
|
|
178
|
+
export declare const ResourceType: {
|
|
179
|
+
readonly ACCOUNT: "account";
|
|
180
|
+
readonly CONFIGURATION_SET: "configuration-set";
|
|
181
|
+
readonly EVENT_DESTINATION: "event-destination";
|
|
182
|
+
readonly KEYWORD: "keyword";
|
|
183
|
+
readonly OPTED_OUT_NUMBER: "opted-out-number";
|
|
184
|
+
readonly OPT_OUT_LIST: "opt-out-list";
|
|
185
|
+
readonly PHONE_NUMBER: "phone-number";
|
|
186
|
+
readonly POOL: "pool";
|
|
187
|
+
readonly REGISTRATION: "registration";
|
|
188
|
+
readonly SENDER_ID: "sender-id";
|
|
189
|
+
};
|
|
190
|
+
/**
|
|
191
|
+
* @public
|
|
192
|
+
*/
|
|
193
|
+
export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
|
|
169
194
|
/**
|
|
170
195
|
* @public
|
|
171
196
|
* <p>Your request has conflicting operations. This can occur if you're trying to perform
|
|
@@ -236,22 +261,27 @@ export declare class ResourceNotFoundException extends __BaseException {
|
|
|
236
261
|
}
|
|
237
262
|
/**
|
|
238
263
|
* @public
|
|
264
|
+
* @enum
|
|
239
265
|
*/
|
|
240
|
-
export declare
|
|
241
|
-
CONFIGURATION_SETS_PER_ACCOUNT
|
|
242
|
-
DAILY_DESTINATION_CALL_LIMIT
|
|
243
|
-
EVENT_DESTINATIONS_PER_CONFIGURATION_SET
|
|
244
|
-
KEYWORDS_PER_PHONE_NUMBER
|
|
245
|
-
KEYWORDS_PER_POOL
|
|
246
|
-
MONTHLY_SPEND_LIMIT_REACHED_FOR_TEXT
|
|
247
|
-
MONTHLY_SPEND_LIMIT_REACHED_FOR_VOICE
|
|
248
|
-
OPT_OUT_LISTS_PER_ACCOUNT
|
|
249
|
-
ORIGINATION_IDENTITIES_PER_POOL
|
|
250
|
-
PHONE_NUMBERS_PER_ACCOUNT
|
|
251
|
-
PHONE_NUMBERS_PER_REGISTRATION
|
|
252
|
-
POOLS_PER_ACCOUNT
|
|
253
|
-
TAGS_PER_RESOURCE
|
|
254
|
-
}
|
|
266
|
+
export declare const ServiceQuotaExceededExceptionReason: {
|
|
267
|
+
readonly CONFIGURATION_SETS_PER_ACCOUNT: "CONFIGURATION_SETS_PER_ACCOUNT";
|
|
268
|
+
readonly DAILY_DESTINATION_CALL_LIMIT: "DAILY_DESTINATION_CALL_LIMIT";
|
|
269
|
+
readonly EVENT_DESTINATIONS_PER_CONFIGURATION_SET: "EVENT_DESTINATIONS_PER_CONFIGURATION_SET";
|
|
270
|
+
readonly KEYWORDS_PER_PHONE_NUMBER: "KEYWORDS_PER_PHONE_NUMBER";
|
|
271
|
+
readonly KEYWORDS_PER_POOL: "KEYWORDS_PER_POOL";
|
|
272
|
+
readonly MONTHLY_SPEND_LIMIT_REACHED_FOR_TEXT: "MONTHLY_SPEND_LIMIT_REACHED_FOR_TEXT";
|
|
273
|
+
readonly MONTHLY_SPEND_LIMIT_REACHED_FOR_VOICE: "MONTHLY_SPEND_LIMIT_REACHED_FOR_VOICE";
|
|
274
|
+
readonly OPT_OUT_LISTS_PER_ACCOUNT: "OPT_OUT_LISTS_PER_ACCOUNT";
|
|
275
|
+
readonly ORIGINATION_IDENTITIES_PER_POOL: "ORIGINATION_IDENTITIES_PER_POOL";
|
|
276
|
+
readonly PHONE_NUMBERS_PER_ACCOUNT: "PHONE_NUMBERS_PER_ACCOUNT";
|
|
277
|
+
readonly PHONE_NUMBERS_PER_REGISTRATION: "PHONE_NUMBERS_PER_REGISTRATION";
|
|
278
|
+
readonly POOLS_PER_ACCOUNT: "POOLS_PER_ACCOUNT";
|
|
279
|
+
readonly TAGS_PER_RESOURCE: "TAGS_PER_RESOURCE";
|
|
280
|
+
};
|
|
281
|
+
/**
|
|
282
|
+
* @public
|
|
283
|
+
*/
|
|
284
|
+
export type ServiceQuotaExceededExceptionReason = (typeof ServiceQuotaExceededExceptionReason)[keyof typeof ServiceQuotaExceededExceptionReason];
|
|
255
285
|
/**
|
|
256
286
|
* @public
|
|
257
287
|
* <p>The request would cause a service quota to be exceeded.</p>
|
|
@@ -303,33 +333,38 @@ export interface ValidationExceptionField {
|
|
|
303
333
|
}
|
|
304
334
|
/**
|
|
305
335
|
* @public
|
|
336
|
+
* @enum
|
|
306
337
|
*/
|
|
307
|
-
export declare
|
|
308
|
-
CANNOT_ADD_OPTED_OUT_NUMBER
|
|
309
|
-
CANNOT_PARSE
|
|
310
|
-
COUNTRY_CODE_MISMATCH
|
|
311
|
-
DESTINATION_COUNTRY_BLOCKED
|
|
312
|
-
FIELD_VALIDATION_FAILED
|
|
313
|
-
INVALID_ARN
|
|
314
|
-
INVALID_FILTER_VALUES
|
|
315
|
-
INVALID_IDENTITY_FOR_DESTINATION_COUNTRY
|
|
316
|
-
INVALID_NEXT_TOKEN
|
|
317
|
-
INVALID_PARAMETER
|
|
318
|
-
MISSING_PARAMETER
|
|
319
|
-
OTHER
|
|
320
|
-
PARAMETERS_CANNOT_BE_USED_TOGETHER
|
|
321
|
-
PHONE_NUMBER_CANNOT_BE_OPTED_IN
|
|
322
|
-
PHONE_NUMBER_CANNOT_BE_RELEASED
|
|
323
|
-
PRICE_OVER_THRESHOLD
|
|
324
|
-
REQUESTED_SPEND_LIMIT_HIGHER_THAN_SERVICE_LIMIT
|
|
325
|
-
SENDER_ID_NOT_REGISTERED
|
|
326
|
-
SENDER_ID_NOT_SUPPORTED
|
|
327
|
-
TWO_WAY_NOT_ENABLED
|
|
328
|
-
TWO_WAY_NOT_SUPPORTED_IN_COUNTRY
|
|
329
|
-
TWO_WAY_NOT_SUPPORTED_IN_REGION
|
|
330
|
-
TWO_WAY_TOPIC_NOT_PRESENT
|
|
331
|
-
UNKNOWN_OPERATION
|
|
332
|
-
}
|
|
338
|
+
export declare const ValidationExceptionReason: {
|
|
339
|
+
readonly CANNOT_ADD_OPTED_OUT_NUMBER: "CANNOT_ADD_OPTED_OUT_NUMBER";
|
|
340
|
+
readonly CANNOT_PARSE: "CANNOT_PARSE";
|
|
341
|
+
readonly COUNTRY_CODE_MISMATCH: "COUNTRY_CODE_MISMATCH";
|
|
342
|
+
readonly DESTINATION_COUNTRY_BLOCKED: "DESTINATION_COUNTRY_BLOCKED";
|
|
343
|
+
readonly FIELD_VALIDATION_FAILED: "FIELD_VALIDATION_FAILED";
|
|
344
|
+
readonly INVALID_ARN: "INVALID_ARN";
|
|
345
|
+
readonly INVALID_FILTER_VALUES: "INVALID_FILTER_VALUES";
|
|
346
|
+
readonly INVALID_IDENTITY_FOR_DESTINATION_COUNTRY: "INVALID_IDENTITY_FOR_DESTINATION_COUNTRY";
|
|
347
|
+
readonly INVALID_NEXT_TOKEN: "INVALID_NEXT_TOKEN";
|
|
348
|
+
readonly INVALID_PARAMETER: "INVALID_PARAMETER";
|
|
349
|
+
readonly MISSING_PARAMETER: "MISSING_PARAMETER";
|
|
350
|
+
readonly OTHER: "OTHER";
|
|
351
|
+
readonly PARAMETERS_CANNOT_BE_USED_TOGETHER: "PARAMETERS_CANNOT_BE_USED_TOGETHER";
|
|
352
|
+
readonly PHONE_NUMBER_CANNOT_BE_OPTED_IN: "PHONE_NUMBER_CANNOT_BE_OPTED_IN";
|
|
353
|
+
readonly PHONE_NUMBER_CANNOT_BE_RELEASED: "PHONE_NUMBER_CANNOT_BE_RELEASED";
|
|
354
|
+
readonly PRICE_OVER_THRESHOLD: "PRICE_OVER_THRESHOLD";
|
|
355
|
+
readonly REQUESTED_SPEND_LIMIT_HIGHER_THAN_SERVICE_LIMIT: "REQUESTED_SPEND_LIMIT_HIGHER_THAN_SERVICE_LIMIT";
|
|
356
|
+
readonly SENDER_ID_NOT_REGISTERED: "SENDER_ID_NOT_REGISTERED";
|
|
357
|
+
readonly SENDER_ID_NOT_SUPPORTED: "SENDER_ID_NOT_SUPPORTED";
|
|
358
|
+
readonly TWO_WAY_NOT_ENABLED: "TWO_WAY_NOT_ENABLED";
|
|
359
|
+
readonly TWO_WAY_NOT_SUPPORTED_IN_COUNTRY: "TWO_WAY_NOT_SUPPORTED_IN_COUNTRY";
|
|
360
|
+
readonly TWO_WAY_NOT_SUPPORTED_IN_REGION: "TWO_WAY_NOT_SUPPORTED_IN_REGION";
|
|
361
|
+
readonly TWO_WAY_TOPIC_NOT_PRESENT: "TWO_WAY_TOPIC_NOT_PRESENT";
|
|
362
|
+
readonly UNKNOWN_OPERATION: "UNKNOWN_OPERATION";
|
|
363
|
+
};
|
|
364
|
+
/**
|
|
365
|
+
* @public
|
|
366
|
+
*/
|
|
367
|
+
export type ValidationExceptionReason = (typeof ValidationExceptionReason)[keyof typeof ValidationExceptionReason];
|
|
333
368
|
/**
|
|
334
369
|
* @public
|
|
335
370
|
* <p>A validation exception for a field.</p>
|
|
@@ -369,13 +404,18 @@ export interface CloudWatchLogsDestination {
|
|
|
369
404
|
}
|
|
370
405
|
/**
|
|
371
406
|
* @public
|
|
407
|
+
* @enum
|
|
372
408
|
*/
|
|
373
|
-
export declare
|
|
374
|
-
DEFAULT_MESSAGE_TYPE
|
|
375
|
-
DEFAULT_SENDER_ID
|
|
376
|
-
EVENT_DESTINATION_NAME
|
|
377
|
-
MATCHING_EVENT_TYPES
|
|
378
|
-
}
|
|
409
|
+
export declare const ConfigurationSetFilterName: {
|
|
410
|
+
readonly DEFAULT_MESSAGE_TYPE: "default-message-type";
|
|
411
|
+
readonly DEFAULT_SENDER_ID: "default-sender-id";
|
|
412
|
+
readonly EVENT_DESTINATION_NAME: "event-destination-name";
|
|
413
|
+
readonly MATCHING_EVENT_TYPES: "matching-event-types";
|
|
414
|
+
};
|
|
415
|
+
/**
|
|
416
|
+
* @public
|
|
417
|
+
*/
|
|
418
|
+
export type ConfigurationSetFilterName = (typeof ConfigurationSetFilterName)[keyof typeof ConfigurationSetFilterName];
|
|
379
419
|
/**
|
|
380
420
|
* @public
|
|
381
421
|
* <p>The information for configuration sets that meet a specified criteria.</p>
|
|
@@ -392,11 +432,16 @@ export interface ConfigurationSetFilter {
|
|
|
392
432
|
}
|
|
393
433
|
/**
|
|
394
434
|
* @public
|
|
435
|
+
* @enum
|
|
395
436
|
*/
|
|
396
|
-
export declare
|
|
397
|
-
PROMOTIONAL
|
|
398
|
-
TRANSACTIONAL
|
|
399
|
-
}
|
|
437
|
+
export declare const MessageType: {
|
|
438
|
+
readonly PROMOTIONAL: "PROMOTIONAL";
|
|
439
|
+
readonly TRANSACTIONAL: "TRANSACTIONAL";
|
|
440
|
+
};
|
|
441
|
+
/**
|
|
442
|
+
* @public
|
|
443
|
+
*/
|
|
444
|
+
export type MessageType = (typeof MessageType)[keyof typeof MessageType];
|
|
400
445
|
/**
|
|
401
446
|
* @public
|
|
402
447
|
* <p>Contains the delivery stream Amazon Resource Name (ARN), and the ARN of the Identity and Access Management (IAM) role associated with an Kinesis Data Firehose event
|
|
@@ -417,34 +462,39 @@ export interface KinesisFirehoseDestination {
|
|
|
417
462
|
}
|
|
418
463
|
/**
|
|
419
464
|
* @public
|
|
465
|
+
* @enum
|
|
420
466
|
*/
|
|
421
|
-
export declare
|
|
422
|
-
ALL
|
|
423
|
-
TEXT_ALL
|
|
424
|
-
TEXT_BLOCKED
|
|
425
|
-
TEXT_CARRIER_BLOCKED
|
|
426
|
-
TEXT_CARRIER_UNREACHABLE
|
|
427
|
-
TEXT_DELIVERED
|
|
428
|
-
TEXT_INVALID
|
|
429
|
-
TEXT_INVALID_MESSAGE
|
|
430
|
-
TEXT_PENDING
|
|
431
|
-
TEXT_QUEUED
|
|
432
|
-
TEXT_SENT
|
|
433
|
-
TEXT_SPAM
|
|
434
|
-
TEXT_SUCCESSFUL
|
|
435
|
-
TEXT_TTL_EXPIRED
|
|
436
|
-
TEXT_UNKNOWN
|
|
437
|
-
TEXT_UNREACHABLE
|
|
438
|
-
VOICE_ALL
|
|
439
|
-
VOICE_ANSWERED
|
|
440
|
-
VOICE_BUSY
|
|
441
|
-
VOICE_COMPLETED
|
|
442
|
-
VOICE_FAILED
|
|
443
|
-
VOICE_INITIATED
|
|
444
|
-
VOICE_NO_ANSWER
|
|
445
|
-
VOICE_RINGING
|
|
446
|
-
VOICE_TTL_EXPIRED
|
|
447
|
-
}
|
|
467
|
+
export declare const EventType: {
|
|
468
|
+
readonly ALL: "ALL";
|
|
469
|
+
readonly TEXT_ALL: "TEXT_ALL";
|
|
470
|
+
readonly TEXT_BLOCKED: "TEXT_BLOCKED";
|
|
471
|
+
readonly TEXT_CARRIER_BLOCKED: "TEXT_CARRIER_BLOCKED";
|
|
472
|
+
readonly TEXT_CARRIER_UNREACHABLE: "TEXT_CARRIER_UNREACHABLE";
|
|
473
|
+
readonly TEXT_DELIVERED: "TEXT_DELIVERED";
|
|
474
|
+
readonly TEXT_INVALID: "TEXT_INVALID";
|
|
475
|
+
readonly TEXT_INVALID_MESSAGE: "TEXT_INVALID_MESSAGE";
|
|
476
|
+
readonly TEXT_PENDING: "TEXT_PENDING";
|
|
477
|
+
readonly TEXT_QUEUED: "TEXT_QUEUED";
|
|
478
|
+
readonly TEXT_SENT: "TEXT_SENT";
|
|
479
|
+
readonly TEXT_SPAM: "TEXT_SPAM";
|
|
480
|
+
readonly TEXT_SUCCESSFUL: "TEXT_SUCCESSFUL";
|
|
481
|
+
readonly TEXT_TTL_EXPIRED: "TEXT_TTL_EXPIRED";
|
|
482
|
+
readonly TEXT_UNKNOWN: "TEXT_UNKNOWN";
|
|
483
|
+
readonly TEXT_UNREACHABLE: "TEXT_UNREACHABLE";
|
|
484
|
+
readonly VOICE_ALL: "VOICE_ALL";
|
|
485
|
+
readonly VOICE_ANSWERED: "VOICE_ANSWERED";
|
|
486
|
+
readonly VOICE_BUSY: "VOICE_BUSY";
|
|
487
|
+
readonly VOICE_COMPLETED: "VOICE_COMPLETED";
|
|
488
|
+
readonly VOICE_FAILED: "VOICE_FAILED";
|
|
489
|
+
readonly VOICE_INITIATED: "VOICE_INITIATED";
|
|
490
|
+
readonly VOICE_NO_ANSWER: "VOICE_NO_ANSWER";
|
|
491
|
+
readonly VOICE_RINGING: "VOICE_RINGING";
|
|
492
|
+
readonly VOICE_TTL_EXPIRED: "VOICE_TTL_EXPIRED";
|
|
493
|
+
};
|
|
494
|
+
/**
|
|
495
|
+
* @public
|
|
496
|
+
*/
|
|
497
|
+
export type EventType = (typeof EventType)[keyof typeof EventType];
|
|
448
498
|
/**
|
|
449
499
|
* @public
|
|
450
500
|
* <p>An object that defines an Amazon SNS destination for events. You can use
|
|
@@ -719,12 +769,17 @@ export interface CreatePoolRequest {
|
|
|
719
769
|
}
|
|
720
770
|
/**
|
|
721
771
|
* @public
|
|
772
|
+
* @enum
|
|
722
773
|
*/
|
|
723
|
-
export declare
|
|
724
|
-
ACTIVE
|
|
725
|
-
CREATING
|
|
726
|
-
DELETING
|
|
727
|
-
}
|
|
774
|
+
export declare const PoolStatus: {
|
|
775
|
+
readonly ACTIVE: "ACTIVE";
|
|
776
|
+
readonly CREATING: "CREATING";
|
|
777
|
+
readonly DELETING: "DELETING";
|
|
778
|
+
};
|
|
779
|
+
/**
|
|
780
|
+
* @public
|
|
781
|
+
*/
|
|
782
|
+
export type PoolStatus = (typeof PoolStatus)[keyof typeof PoolStatus];
|
|
728
783
|
/**
|
|
729
784
|
* @public
|
|
730
785
|
*/
|
|
@@ -944,12 +999,17 @@ export interface DeleteKeywordRequest {
|
|
|
944
999
|
}
|
|
945
1000
|
/**
|
|
946
1001
|
* @public
|
|
1002
|
+
* @enum
|
|
947
1003
|
*/
|
|
948
|
-
export declare
|
|
949
|
-
AUTOMATIC_RESPONSE
|
|
950
|
-
OPT_IN
|
|
951
|
-
OPT_OUT
|
|
952
|
-
}
|
|
1004
|
+
export declare const KeywordAction: {
|
|
1005
|
+
readonly AUTOMATIC_RESPONSE: "AUTOMATIC_RESPONSE";
|
|
1006
|
+
readonly OPT_IN: "OPT_IN";
|
|
1007
|
+
readonly OPT_OUT: "OPT_OUT";
|
|
1008
|
+
};
|
|
1009
|
+
/**
|
|
1010
|
+
* @public
|
|
1011
|
+
*/
|
|
1012
|
+
export type KeywordAction = (typeof KeywordAction)[keyof typeof KeywordAction];
|
|
953
1013
|
/**
|
|
954
1014
|
* @public
|
|
955
1015
|
*/
|
|
@@ -1235,10 +1295,15 @@ export interface DescribeConfigurationSetsResult {
|
|
|
1235
1295
|
}
|
|
1236
1296
|
/**
|
|
1237
1297
|
* @public
|
|
1298
|
+
* @enum
|
|
1238
1299
|
*/
|
|
1239
|
-
export declare
|
|
1240
|
-
KEYWORD_ACTION
|
|
1241
|
-
}
|
|
1300
|
+
export declare const KeywordFilterName: {
|
|
1301
|
+
readonly KEYWORD_ACTION: "keyword-action";
|
|
1302
|
+
};
|
|
1303
|
+
/**
|
|
1304
|
+
* @public
|
|
1305
|
+
*/
|
|
1306
|
+
export type KeywordFilterName = (typeof KeywordFilterName)[keyof typeof KeywordFilterName];
|
|
1242
1307
|
/**
|
|
1243
1308
|
* @public
|
|
1244
1309
|
* <p>The information for keywords that meet a specified criteria.</p>
|
|
@@ -1324,10 +1389,15 @@ export interface DescribeKeywordsResult {
|
|
|
1324
1389
|
}
|
|
1325
1390
|
/**
|
|
1326
1391
|
* @public
|
|
1392
|
+
* @enum
|
|
1327
1393
|
*/
|
|
1328
|
-
export declare
|
|
1329
|
-
END_USER_OPTED_OUT
|
|
1330
|
-
}
|
|
1394
|
+
export declare const OptedOutFilterName: {
|
|
1395
|
+
readonly END_USER_OPTED_OUT: "end-user-opted-out";
|
|
1396
|
+
};
|
|
1397
|
+
/**
|
|
1398
|
+
* @public
|
|
1399
|
+
*/
|
|
1400
|
+
export type OptedOutFilterName = (typeof OptedOutFilterName)[keyof typeof OptedOutFilterName];
|
|
1331
1401
|
/**
|
|
1332
1402
|
* @public
|
|
1333
1403
|
* <p>The information for opted out numbers that meet a specified criteria.</p>
|
|
@@ -1464,18 +1534,23 @@ export interface DescribeOptOutListsResult {
|
|
|
1464
1534
|
}
|
|
1465
1535
|
/**
|
|
1466
1536
|
* @public
|
|
1537
|
+
* @enum
|
|
1467
1538
|
*/
|
|
1468
|
-
export declare
|
|
1469
|
-
DELETION_PROTECTION_ENABLED
|
|
1470
|
-
ISO_COUNTRY_CODE
|
|
1471
|
-
MESSAGE_TYPE
|
|
1472
|
-
NUMBER_CAPABILITY
|
|
1473
|
-
NUMBER_TYPE
|
|
1474
|
-
OPT_OUT_LIST_NAME
|
|
1475
|
-
SELF_MANAGED_OPT_OUTS_ENABLED
|
|
1476
|
-
STATUS
|
|
1477
|
-
TWO_WAY_ENABLED
|
|
1478
|
-
}
|
|
1539
|
+
export declare const PhoneNumberFilterName: {
|
|
1540
|
+
readonly DELETION_PROTECTION_ENABLED: "deletion-protection-enabled";
|
|
1541
|
+
readonly ISO_COUNTRY_CODE: "iso-country-code";
|
|
1542
|
+
readonly MESSAGE_TYPE: "message-type";
|
|
1543
|
+
readonly NUMBER_CAPABILITY: "number-capability";
|
|
1544
|
+
readonly NUMBER_TYPE: "number-type";
|
|
1545
|
+
readonly OPT_OUT_LIST_NAME: "opt-out-list-name";
|
|
1546
|
+
readonly SELF_MANAGED_OPT_OUTS_ENABLED: "self-managed-opt-outs-enabled";
|
|
1547
|
+
readonly STATUS: "status";
|
|
1548
|
+
readonly TWO_WAY_ENABLED: "two-way-enabled";
|
|
1549
|
+
};
|
|
1550
|
+
/**
|
|
1551
|
+
* @public
|
|
1552
|
+
*/
|
|
1553
|
+
export type PhoneNumberFilterName = (typeof PhoneNumberFilterName)[keyof typeof PhoneNumberFilterName];
|
|
1479
1554
|
/**
|
|
1480
1555
|
* @public
|
|
1481
1556
|
* <p>The information for a phone number that meets a specified criteria.</p>
|
|
@@ -1515,30 +1590,45 @@ export interface DescribePhoneNumbersRequest {
|
|
|
1515
1590
|
}
|
|
1516
1591
|
/**
|
|
1517
1592
|
* @public
|
|
1593
|
+
* @enum
|
|
1518
1594
|
*/
|
|
1519
|
-
export declare
|
|
1520
|
-
SMS
|
|
1521
|
-
VOICE
|
|
1522
|
-
}
|
|
1595
|
+
export declare const NumberCapability: {
|
|
1596
|
+
readonly SMS: "SMS";
|
|
1597
|
+
readonly VOICE: "VOICE";
|
|
1598
|
+
};
|
|
1523
1599
|
/**
|
|
1524
1600
|
* @public
|
|
1525
1601
|
*/
|
|
1526
|
-
export
|
|
1527
|
-
LONG_CODE = "LONG_CODE",
|
|
1528
|
-
SHORT_CODE = "SHORT_CODE",
|
|
1529
|
-
TEN_DLC = "TEN_DLC",
|
|
1530
|
-
TOLL_FREE = "TOLL_FREE"
|
|
1531
|
-
}
|
|
1602
|
+
export type NumberCapability = (typeof NumberCapability)[keyof typeof NumberCapability];
|
|
1532
1603
|
/**
|
|
1533
1604
|
* @public
|
|
1605
|
+
* @enum
|
|
1534
1606
|
*/
|
|
1535
|
-
export declare
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1607
|
+
export declare const NumberType: {
|
|
1608
|
+
readonly LONG_CODE: "LONG_CODE";
|
|
1609
|
+
readonly SHORT_CODE: "SHORT_CODE";
|
|
1610
|
+
readonly TEN_DLC: "TEN_DLC";
|
|
1611
|
+
readonly TOLL_FREE: "TOLL_FREE";
|
|
1612
|
+
};
|
|
1613
|
+
/**
|
|
1614
|
+
* @public
|
|
1615
|
+
*/
|
|
1616
|
+
export type NumberType = (typeof NumberType)[keyof typeof NumberType];
|
|
1617
|
+
/**
|
|
1618
|
+
* @public
|
|
1619
|
+
* @enum
|
|
1620
|
+
*/
|
|
1621
|
+
export declare const NumberStatus: {
|
|
1622
|
+
readonly ACTIVE: "ACTIVE";
|
|
1623
|
+
readonly ASSOCIATING: "ASSOCIATING";
|
|
1624
|
+
readonly DELETED: "DELETED";
|
|
1625
|
+
readonly DISASSOCIATING: "DISASSOCIATING";
|
|
1626
|
+
readonly PENDING: "PENDING";
|
|
1627
|
+
};
|
|
1628
|
+
/**
|
|
1629
|
+
* @public
|
|
1630
|
+
*/
|
|
1631
|
+
export type NumberStatus = (typeof NumberStatus)[keyof typeof NumberStatus];
|
|
1542
1632
|
/**
|
|
1543
1633
|
* @public
|
|
1544
1634
|
* <p>The information for a phone number in an Amazon Web Services account.</p>
|
|
@@ -1636,16 +1726,21 @@ export interface DescribePhoneNumbersResult {
|
|
|
1636
1726
|
}
|
|
1637
1727
|
/**
|
|
1638
1728
|
* @public
|
|
1729
|
+
* @enum
|
|
1639
1730
|
*/
|
|
1640
|
-
export declare
|
|
1641
|
-
DELETION_PROTECTION_ENABLED
|
|
1642
|
-
MESSAGE_TYPE
|
|
1643
|
-
OPT_OUT_LIST_NAME
|
|
1644
|
-
SELF_MANAGED_OPT_OUTS_ENABLED
|
|
1645
|
-
SHARED_ROUTES_ENABLED
|
|
1646
|
-
STATUS
|
|
1647
|
-
TWO_WAY_ENABLED
|
|
1648
|
-
}
|
|
1731
|
+
export declare const PoolFilterName: {
|
|
1732
|
+
readonly DELETION_PROTECTION_ENABLED: "deletion-protection-enabled";
|
|
1733
|
+
readonly MESSAGE_TYPE: "message-type";
|
|
1734
|
+
readonly OPT_OUT_LIST_NAME: "opt-out-list-name";
|
|
1735
|
+
readonly SELF_MANAGED_OPT_OUTS_ENABLED: "self-managed-opt-outs-enabled";
|
|
1736
|
+
readonly SHARED_ROUTES_ENABLED: "shared-routes-enabled";
|
|
1737
|
+
readonly STATUS: "status";
|
|
1738
|
+
readonly TWO_WAY_ENABLED: "two-way-enabled";
|
|
1739
|
+
};
|
|
1740
|
+
/**
|
|
1741
|
+
* @public
|
|
1742
|
+
*/
|
|
1743
|
+
export type PoolFilterName = (typeof PoolFilterName)[keyof typeof PoolFilterName];
|
|
1649
1744
|
/**
|
|
1650
1745
|
* @public
|
|
1651
1746
|
* <p>The information for a pool that meets a specified criteria.</p>
|
|
@@ -1762,12 +1857,17 @@ export interface DescribePoolsResult {
|
|
|
1762
1857
|
}
|
|
1763
1858
|
/**
|
|
1764
1859
|
* @public
|
|
1860
|
+
* @enum
|
|
1765
1861
|
*/
|
|
1766
|
-
export declare
|
|
1767
|
-
ISO_COUNTRY_CODE
|
|
1768
|
-
MESSAGE_TYPE
|
|
1769
|
-
SENDER_ID
|
|
1770
|
-
}
|
|
1862
|
+
export declare const SenderIdFilterName: {
|
|
1863
|
+
readonly ISO_COUNTRY_CODE: "iso-country-code";
|
|
1864
|
+
readonly MESSAGE_TYPE: "message-type";
|
|
1865
|
+
readonly SENDER_ID: "sender-id";
|
|
1866
|
+
};
|
|
1867
|
+
/**
|
|
1868
|
+
* @public
|
|
1869
|
+
*/
|
|
1870
|
+
export type SenderIdFilterName = (typeof SenderIdFilterName)[keyof typeof SenderIdFilterName];
|
|
1771
1871
|
/**
|
|
1772
1872
|
* @public
|
|
1773
1873
|
* <p>The information for a sender ID that meets a specified criteria.</p>
|
|
@@ -1882,11 +1982,16 @@ export interface DescribeSpendLimitsRequest {
|
|
|
1882
1982
|
}
|
|
1883
1983
|
/**
|
|
1884
1984
|
* @public
|
|
1985
|
+
* @enum
|
|
1885
1986
|
*/
|
|
1886
|
-
export declare
|
|
1887
|
-
TEXT_MESSAGE_MONTHLY_SPEND_LIMIT
|
|
1888
|
-
VOICE_MESSAGE_MONTHLY_SPEND_LIMIT
|
|
1889
|
-
}
|
|
1987
|
+
export declare const SpendLimitName: {
|
|
1988
|
+
readonly TEXT_MESSAGE_MONTHLY_SPEND_LIMIT: "TEXT_MESSAGE_MONTHLY_SPEND_LIMIT";
|
|
1989
|
+
readonly VOICE_MESSAGE_MONTHLY_SPEND_LIMIT: "VOICE_MESSAGE_MONTHLY_SPEND_LIMIT";
|
|
1990
|
+
};
|
|
1991
|
+
/**
|
|
1992
|
+
* @public
|
|
1993
|
+
*/
|
|
1994
|
+
export type SpendLimitName = (typeof SpendLimitName)[keyof typeof SpendLimitName];
|
|
1890
1995
|
/**
|
|
1891
1996
|
* @public
|
|
1892
1997
|
* <p>Describes the current Amazon Pinpoint monthly spend limits for sending voice and
|
|
@@ -1935,11 +2040,16 @@ export interface DescribeSpendLimitsResult {
|
|
|
1935
2040
|
}
|
|
1936
2041
|
/**
|
|
1937
2042
|
* @public
|
|
2043
|
+
* @enum
|
|
1938
2044
|
*/
|
|
1939
|
-
export declare
|
|
1940
|
-
IN_ENTITY_ID
|
|
1941
|
-
IN_TEMPLATE_ID
|
|
1942
|
-
}
|
|
2045
|
+
export declare const DestinationCountryParameterKey: {
|
|
2046
|
+
readonly IN_ENTITY_ID: "IN_ENTITY_ID";
|
|
2047
|
+
readonly IN_TEMPLATE_ID: "IN_TEMPLATE_ID";
|
|
2048
|
+
};
|
|
2049
|
+
/**
|
|
2050
|
+
* @public
|
|
2051
|
+
*/
|
|
2052
|
+
export type DestinationCountryParameterKey = (typeof DestinationCountryParameterKey)[keyof typeof DestinationCountryParameterKey];
|
|
1943
2053
|
/**
|
|
1944
2054
|
* @public
|
|
1945
2055
|
*/
|
|
@@ -1996,11 +2106,16 @@ export interface DisassociateOriginationIdentityResult {
|
|
|
1996
2106
|
}
|
|
1997
2107
|
/**
|
|
1998
2108
|
* @public
|
|
2109
|
+
* @enum
|
|
1999
2110
|
*/
|
|
2000
|
-
export declare
|
|
2001
|
-
ISO_COUNTRY_CODE
|
|
2002
|
-
NUMBER_CAPABILITY
|
|
2003
|
-
}
|
|
2111
|
+
export declare const PoolOriginationIdentitiesFilterName: {
|
|
2112
|
+
readonly ISO_COUNTRY_CODE: "iso-country-code";
|
|
2113
|
+
readonly NUMBER_CAPABILITY: "number-capability";
|
|
2114
|
+
};
|
|
2115
|
+
/**
|
|
2116
|
+
* @public
|
|
2117
|
+
*/
|
|
2118
|
+
export type PoolOriginationIdentitiesFilterName = (typeof PoolOriginationIdentitiesFilterName)[keyof typeof PoolOriginationIdentitiesFilterName];
|
|
2004
2119
|
/**
|
|
2005
2120
|
* @public
|
|
2006
2121
|
* <p>Information about origination identities associated with a pool that meets a specified
|
|
@@ -2285,12 +2400,17 @@ export interface ReleasePhoneNumberResult {
|
|
|
2285
2400
|
}
|
|
2286
2401
|
/**
|
|
2287
2402
|
* @public
|
|
2403
|
+
* @enum
|
|
2288
2404
|
*/
|
|
2289
|
-
export declare
|
|
2290
|
-
LONG_CODE
|
|
2291
|
-
TEN_DLC
|
|
2292
|
-
TOLL_FREE
|
|
2293
|
-
}
|
|
2405
|
+
export declare const RequestableNumberType: {
|
|
2406
|
+
readonly LONG_CODE: "LONG_CODE";
|
|
2407
|
+
readonly TEN_DLC: "TEN_DLC";
|
|
2408
|
+
readonly TOLL_FREE: "TOLL_FREE";
|
|
2409
|
+
};
|
|
2410
|
+
/**
|
|
2411
|
+
* @public
|
|
2412
|
+
*/
|
|
2413
|
+
export type RequestableNumberType = (typeof RequestableNumberType)[keyof typeof RequestableNumberType];
|
|
2294
2414
|
/**
|
|
2295
2415
|
* @public
|
|
2296
2416
|
*/
|
|
@@ -2500,75 +2620,85 @@ export interface SendTextMessageResult {
|
|
|
2500
2620
|
}
|
|
2501
2621
|
/**
|
|
2502
2622
|
* @public
|
|
2503
|
-
|
|
2504
|
-
|
|
2505
|
-
|
|
2506
|
-
|
|
2507
|
-
|
|
2508
|
-
|
|
2509
|
-
|
|
2510
|
-
|
|
2511
|
-
|
|
2512
|
-
|
|
2513
|
-
|
|
2514
|
-
|
|
2515
|
-
|
|
2516
|
-
|
|
2517
|
-
|
|
2518
|
-
|
|
2519
|
-
|
|
2520
|
-
|
|
2521
|
-
|
|
2522
|
-
|
|
2523
|
-
|
|
2524
|
-
|
|
2525
|
-
|
|
2526
|
-
|
|
2527
|
-
|
|
2528
|
-
|
|
2529
|
-
|
|
2530
|
-
|
|
2531
|
-
|
|
2532
|
-
|
|
2533
|
-
|
|
2534
|
-
|
|
2535
|
-
|
|
2536
|
-
|
|
2537
|
-
|
|
2538
|
-
|
|
2539
|
-
|
|
2540
|
-
|
|
2541
|
-
|
|
2542
|
-
|
|
2543
|
-
|
|
2544
|
-
|
|
2545
|
-
|
|
2546
|
-
|
|
2547
|
-
|
|
2548
|
-
|
|
2549
|
-
|
|
2550
|
-
|
|
2551
|
-
|
|
2552
|
-
|
|
2553
|
-
|
|
2554
|
-
|
|
2555
|
-
|
|
2556
|
-
|
|
2557
|
-
|
|
2558
|
-
|
|
2559
|
-
|
|
2560
|
-
|
|
2561
|
-
|
|
2562
|
-
|
|
2563
|
-
|
|
2564
|
-
|
|
2565
|
-
|
|
2566
|
-
|
|
2567
|
-
|
|
2568
|
-
|
|
2569
|
-
|
|
2570
|
-
|
|
2571
|
-
|
|
2623
|
+
* @enum
|
|
2624
|
+
*/
|
|
2625
|
+
export declare const VoiceMessageBodyTextType: {
|
|
2626
|
+
readonly SSML: "SSML";
|
|
2627
|
+
readonly TEXT: "TEXT";
|
|
2628
|
+
};
|
|
2629
|
+
/**
|
|
2630
|
+
* @public
|
|
2631
|
+
*/
|
|
2632
|
+
export type VoiceMessageBodyTextType = (typeof VoiceMessageBodyTextType)[keyof typeof VoiceMessageBodyTextType];
|
|
2633
|
+
/**
|
|
2634
|
+
* @public
|
|
2635
|
+
* @enum
|
|
2636
|
+
*/
|
|
2637
|
+
export declare const VoiceId: {
|
|
2638
|
+
readonly AMY: "AMY";
|
|
2639
|
+
readonly ASTRID: "ASTRID";
|
|
2640
|
+
readonly BIANCA: "BIANCA";
|
|
2641
|
+
readonly BRIAN: "BRIAN";
|
|
2642
|
+
readonly CAMILA: "CAMILA";
|
|
2643
|
+
readonly CARLA: "CARLA";
|
|
2644
|
+
readonly CARMEN: "CARMEN";
|
|
2645
|
+
readonly CELINE: "CELINE";
|
|
2646
|
+
readonly CHANTAL: "CHANTAL";
|
|
2647
|
+
readonly CONCHITA: "CONCHITA";
|
|
2648
|
+
readonly CRISTIANO: "CRISTIANO";
|
|
2649
|
+
readonly DORA: "DORA";
|
|
2650
|
+
readonly EMMA: "EMMA";
|
|
2651
|
+
readonly ENRIQUE: "ENRIQUE";
|
|
2652
|
+
readonly EWA: "EWA";
|
|
2653
|
+
readonly FILIZ: "FILIZ";
|
|
2654
|
+
readonly GERAINT: "GERAINT";
|
|
2655
|
+
readonly GIORGIO: "GIORGIO";
|
|
2656
|
+
readonly GWYNETH: "GWYNETH";
|
|
2657
|
+
readonly HANS: "HANS";
|
|
2658
|
+
readonly INES: "INES";
|
|
2659
|
+
readonly IVY: "IVY";
|
|
2660
|
+
readonly JACEK: "JACEK";
|
|
2661
|
+
readonly JAN: "JAN";
|
|
2662
|
+
readonly JOANNA: "JOANNA";
|
|
2663
|
+
readonly JOEY: "JOEY";
|
|
2664
|
+
readonly JUSTIN: "JUSTIN";
|
|
2665
|
+
readonly KARL: "KARL";
|
|
2666
|
+
readonly KENDRA: "KENDRA";
|
|
2667
|
+
readonly KIMBERLY: "KIMBERLY";
|
|
2668
|
+
readonly LEA: "LEA";
|
|
2669
|
+
readonly LIV: "LIV";
|
|
2670
|
+
readonly LOTTE: "LOTTE";
|
|
2671
|
+
readonly LUCIA: "LUCIA";
|
|
2672
|
+
readonly LUPE: "LUPE";
|
|
2673
|
+
readonly MADS: "MADS";
|
|
2674
|
+
readonly MAJA: "MAJA";
|
|
2675
|
+
readonly MARLENE: "MARLENE";
|
|
2676
|
+
readonly MATHIEU: "MATHIEU";
|
|
2677
|
+
readonly MATTHEW: "MATTHEW";
|
|
2678
|
+
readonly MAXIM: "MAXIM";
|
|
2679
|
+
readonly MIA: "MIA";
|
|
2680
|
+
readonly MIGUEL: "MIGUEL";
|
|
2681
|
+
readonly MIZUKI: "MIZUKI";
|
|
2682
|
+
readonly NAJA: "NAJA";
|
|
2683
|
+
readonly NICOLE: "NICOLE";
|
|
2684
|
+
readonly PENELOPE: "PENELOPE";
|
|
2685
|
+
readonly RAVEENA: "RAVEENA";
|
|
2686
|
+
readonly RICARDO: "RICARDO";
|
|
2687
|
+
readonly RUBEN: "RUBEN";
|
|
2688
|
+
readonly RUSSELL: "RUSSELL";
|
|
2689
|
+
readonly SALLI: "SALLI";
|
|
2690
|
+
readonly SEOYEON: "SEOYEON";
|
|
2691
|
+
readonly TAKUMI: "TAKUMI";
|
|
2692
|
+
readonly TATYANA: "TATYANA";
|
|
2693
|
+
readonly VICKI: "VICKI";
|
|
2694
|
+
readonly VITORIA: "VITORIA";
|
|
2695
|
+
readonly ZEINA: "ZEINA";
|
|
2696
|
+
readonly ZHIYU: "ZHIYU";
|
|
2697
|
+
};
|
|
2698
|
+
/**
|
|
2699
|
+
* @public
|
|
2700
|
+
*/
|
|
2701
|
+
export type VoiceId = (typeof VoiceId)[keyof typeof VoiceId];
|
|
2572
2702
|
/**
|
|
2573
2703
|
* @public
|
|
2574
2704
|
*/
|