@aws-sdk/client-pinpoint-sms-voice-v2 3.934.0 → 3.935.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/index.js +0 -529
- package/dist-es/index.js +1 -1
- package/dist-es/models/errors.js +123 -0
- package/dist-es/models/models_0.js +0 -123
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/index.d.ts +2 -1
- package/dist-types/models/errors.d.ts +148 -0
- package/dist-types/models/models_0.d.ts +0 -147
- package/dist-types/ts3.4/index.d.ts +2 -1
- package/dist-types/ts3.4/models/errors.d.ts +78 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -70
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -1
- package/dist-types/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/index.d.ts +0 -1
package/dist-cjs/index.js
CHANGED
|
@@ -117,10 +117,6 @@ let PinpointSMSVoiceV2ServiceException$1 = class PinpointSMSVoiceV2ServiceExcept
|
|
|
117
117
|
}
|
|
118
118
|
};
|
|
119
119
|
|
|
120
|
-
const AccessDeniedExceptionReason = {
|
|
121
|
-
ACCOUNT_DISABLED: "ACCOUNT_DISABLED",
|
|
122
|
-
INSUFFICIENT_ACCOUNT_REPUTATION: "INSUFFICIENT_ACCOUNT_REPUTATION",
|
|
123
|
-
};
|
|
124
120
|
let AccessDeniedException$1 = class AccessDeniedException extends PinpointSMSVoiceV2ServiceException$1 {
|
|
125
121
|
name = "AccessDeniedException";
|
|
126
122
|
$fault = "client";
|
|
@@ -137,76 +133,6 @@ let AccessDeniedException$1 = class AccessDeniedException extends PinpointSMSVoi
|
|
|
137
133
|
this.Reason = opts.Reason;
|
|
138
134
|
}
|
|
139
135
|
};
|
|
140
|
-
const AccountAttributeName = {
|
|
141
|
-
ACCOUNT_TIER: "ACCOUNT_TIER",
|
|
142
|
-
DEFAULT_PROTECT_CONFIGURATION_ID: "DEFAULT_PROTECT_CONFIGURATION_ID",
|
|
143
|
-
};
|
|
144
|
-
const AccountLimitName = {
|
|
145
|
-
CONFIGURATION_SETS: "CONFIGURATION_SETS",
|
|
146
|
-
OPT_OUT_LISTS: "OPT_OUT_LISTS",
|
|
147
|
-
PHONE_NUMBERS: "PHONE_NUMBERS",
|
|
148
|
-
POOLS: "POOLS",
|
|
149
|
-
REGISTRATIONS: "REGISTRATIONS",
|
|
150
|
-
REGISTRATION_ATTACHMENTS: "REGISTRATION_ATTACHMENTS",
|
|
151
|
-
SENDER_IDS: "SENDER_IDS",
|
|
152
|
-
VERIFIED_DESTINATION_NUMBERS: "VERIFIED_DESTINATION_NUMBERS",
|
|
153
|
-
};
|
|
154
|
-
const ConflictExceptionReason = {
|
|
155
|
-
CREATE_REGISTRATION_VERSION_NOT_ALLOWED: "CREATE_REGISTRATION_VERSION_NOT_ALLOWED",
|
|
156
|
-
DELETION_PROTECTION_ENABLED: "DELETION_PROTECTION_ENABLED",
|
|
157
|
-
DESTINATION_COUNTRY_BLOCKED_BY_PROTECT_CONFIGURATION: "DESTINATION_COUNTRY_BLOCKED_BY_PROTECT_CONFIGURATION",
|
|
158
|
-
DESTINATION_PHONE_NUMBER_BLOCKED_BY_PROTECT_NUMBER_OVERRIDE: "DESTINATION_PHONE_NUMBER_BLOCKED_BY_PROTECT_NUMBER_OVERRIDE",
|
|
159
|
-
DESTINATION_PHONE_NUMBER_NOT_VERIFIED: "DESTINATION_PHONE_NUMBER_NOT_VERIFIED",
|
|
160
|
-
DESTINATION_PHONE_NUMBER_OPTED_OUT: "DESTINATION_PHONE_NUMBER_OPTED_OUT",
|
|
161
|
-
DISASSOCIATE_REGISTRATION_NOT_ALLOWED: "DISASSOCIATE_REGISTRATION_NOT_ALLOWED",
|
|
162
|
-
DISCARD_REGISTRATION_VERSION_NOT_ALLOWED: "DISCARD_REGISTRATION_VERSION_NOT_ALLOWED",
|
|
163
|
-
EDIT_REGISTRATION_FIELD_VALUES_NOT_ALLOWED: "EDIT_REGISTRATION_FIELD_VALUES_NOT_ALLOWED",
|
|
164
|
-
EVENT_DESTINATION_MISMATCH: "EVENT_DESTINATION_MISMATCH",
|
|
165
|
-
KEYWORD_MISMATCH: "KEYWORD_MISMATCH",
|
|
166
|
-
LAST_PHONE_NUMBER: "LAST_PHONE_NUMBER",
|
|
167
|
-
MESSAGE_TYPE_MISMATCH: "MESSAGE_TYPE_MISMATCH",
|
|
168
|
-
NO_ORIGINATION_IDENTITIES_FOUND: "NO_ORIGINATION_IDENTITIES_FOUND",
|
|
169
|
-
NUMBER_CAPABILITIES_MISMATCH: "NUMBER_CAPABILITIES_MISMATCH",
|
|
170
|
-
OPT_OUT_LIST_MISMATCH: "OPT_OUT_LIST_MISMATCH",
|
|
171
|
-
PHONE_NUMBER_ASSOCIATED_TO_POOL: "PHONE_NUMBER_ASSOCIATED_TO_POOL",
|
|
172
|
-
PHONE_NUMBER_ASSOCIATED_TO_REGISTRATION: "PHONE_NUMBER_ASSOCIATED_TO_REGISTRATION",
|
|
173
|
-
PHONE_NUMBER_NOT_ASSOCIATED_TO_POOL: "PHONE_NUMBER_NOT_ASSOCIATED_TO_POOL",
|
|
174
|
-
PHONE_NUMBER_NOT_IN_REGISTRATION_REGION: "PHONE_NUMBER_NOT_IN_REGISTRATION_REGION",
|
|
175
|
-
PROTECT_CONFIGURATION_ASSOCIATED_WITH_CONFIGURATION_SET: "PROTECT_CONFIGURATION_ASSOCIATED_WITH_CONFIGURATION_SET",
|
|
176
|
-
PROTECT_CONFIGURATION_IS_ACCOUNT_DEFAULT: "PROTECT_CONFIGURATION_IS_ACCOUNT_DEFAULT",
|
|
177
|
-
PROTECT_CONFIGURATION_NOT_ASSOCIATED_WITH_CONFIGURATION_SET: "PROTECT_CONFIGURATION_NOT_ASSOCIATED_WITH_CONFIGURATION_SET",
|
|
178
|
-
REGISTRATION_ALREADY_SUBMITTED: "REGISTRATION_ALREADY_SUBMITTED",
|
|
179
|
-
REGISTRATION_NOT_COMPLETE: "REGISTRATION_NOT_COMPLETE",
|
|
180
|
-
RESOURCE_ALREADY_EXISTS: "RESOURCE_ALREADY_EXISTS",
|
|
181
|
-
RESOURCE_DELETION_NOT_ALLOWED: "RESOURCE_DELETION_NOT_ALLOWED",
|
|
182
|
-
RESOURCE_MODIFICATION_NOT_ALLOWED: "RESOURCE_MODIFICATION_NOT_ALLOWED",
|
|
183
|
-
RESOURCE_NOT_ACTIVE: "RESOURCE_NOT_ACTIVE",
|
|
184
|
-
RESOURCE_NOT_EMPTY: "RESOURCE_NOT_EMPTY",
|
|
185
|
-
SELF_MANAGED_OPT_OUTS_MISMATCH: "SELF_MANAGED_OPT_OUTS_MISMATCH",
|
|
186
|
-
SENDER_ID_ASSOCIATED_TO_POOL: "SENDER_ID_ASSOCIATED_TO_POOL",
|
|
187
|
-
SUBMIT_REGISTRATION_VERSION_NOT_ALLOWED: "SUBMIT_REGISTRATION_VERSION_NOT_ALLOWED",
|
|
188
|
-
TWO_WAY_CONFIG_MISMATCH: "TWO_WAY_CONFIG_MISMATCH",
|
|
189
|
-
VERIFICATION_ALREADY_COMPLETE: "VERIFICATION_ALREADY_COMPLETE",
|
|
190
|
-
VERIFICATION_CODE_EXPIRED: "VERIFICATION_CODE_EXPIRED",
|
|
191
|
-
};
|
|
192
|
-
const ResourceType = {
|
|
193
|
-
ACCOUNT: "account",
|
|
194
|
-
CONFIGURATION_SET: "configuration-set",
|
|
195
|
-
EVENT_DESTINATION: "event-destination",
|
|
196
|
-
KEYWORD: "keyword",
|
|
197
|
-
MESSAGE: "message",
|
|
198
|
-
MESSAGE_TEMPLATE: "message-template",
|
|
199
|
-
OPTED_OUT_NUMBER: "opted-out-number",
|
|
200
|
-
OPT_OUT_LIST: "opt-out-list",
|
|
201
|
-
PHONE_NUMBER: "phone-number",
|
|
202
|
-
POLICY: "policy",
|
|
203
|
-
POOL: "pool",
|
|
204
|
-
PROTECT_CONFIGURATION: "protect-configuration",
|
|
205
|
-
REGISTRATION: "registration",
|
|
206
|
-
REGISTRATION_ATTACHMENT: "registration-attachment",
|
|
207
|
-
SENDER_ID: "sender-id",
|
|
208
|
-
VERIFIED_DESTINATION_NUMBER: "verified-destination-number",
|
|
209
|
-
};
|
|
210
136
|
let ConflictException$1 = class ConflictException extends PinpointSMSVoiceV2ServiceException$1 {
|
|
211
137
|
name = "ConflictException";
|
|
212
138
|
$fault = "client";
|
|
@@ -262,31 +188,6 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends Pinpoi
|
|
|
262
188
|
this.ResourceId = opts.ResourceId;
|
|
263
189
|
}
|
|
264
190
|
};
|
|
265
|
-
const ServiceQuotaExceededExceptionReason = {
|
|
266
|
-
ASSOCIATIONS_PER_REGISTRATION: "ASSOCIATIONS_PER_REGISTRATION",
|
|
267
|
-
CONFIGURATION_SETS_PER_ACCOUNT: "CONFIGURATION_SETS_PER_ACCOUNT",
|
|
268
|
-
DAILY_DESTINATION_CALL_LIMIT: "DAILY_DESTINATION_CALL_LIMIT",
|
|
269
|
-
EVENT_DESTINATIONS_PER_CONFIGURATION_SET: "EVENT_DESTINATIONS_PER_CONFIGURATION_SET",
|
|
270
|
-
KEYWORDS_PER_PHONE_NUMBER: "KEYWORDS_PER_PHONE_NUMBER",
|
|
271
|
-
KEYWORDS_PER_POOL: "KEYWORDS_PER_POOL",
|
|
272
|
-
MONTHLY_SPEND_LIMIT_REACHED_FOR_MEDIA: "MONTHLY_SPEND_LIMIT_REACHED_FOR_MEDIA",
|
|
273
|
-
MONTHLY_SPEND_LIMIT_REACHED_FOR_TEXT: "MONTHLY_SPEND_LIMIT_REACHED_FOR_TEXT",
|
|
274
|
-
MONTHLY_SPEND_LIMIT_REACHED_FOR_VOICE: "MONTHLY_SPEND_LIMIT_REACHED_FOR_VOICE",
|
|
275
|
-
OPT_OUT_LISTS_PER_ACCOUNT: "OPT_OUT_LISTS_PER_ACCOUNT",
|
|
276
|
-
ORIGINATION_IDENTITIES_PER_POOL: "ORIGINATION_IDENTITIES_PER_POOL",
|
|
277
|
-
PHONE_NUMBERS_PER_ACCOUNT: "PHONE_NUMBERS_PER_ACCOUNT",
|
|
278
|
-
PHONE_NUMBERS_PER_REGISTRATION: "PHONE_NUMBERS_PER_REGISTRATION",
|
|
279
|
-
POOLS_PER_ACCOUNT: "POOLS_PER_ACCOUNT",
|
|
280
|
-
PROTECT_CONFIGURATIONS_PER_ACCOUNT: "PROTECT_CONFIGURATIONS_PER_ACCOUNT",
|
|
281
|
-
REGISTRATIONS_PER_ACCOUNT: "REGISTRATIONS_PER_ACCOUNT",
|
|
282
|
-
REGISTRATION_ATTACHMENTS_CREATED_PER_DAY: "REGISTRATION_ATTACHMENTS_CREATED_PER_DAY",
|
|
283
|
-
REGISTRATION_ATTACHMENTS_PER_ACCOUNT: "REGISTRATION_ATTACHMENTS_PER_ACCOUNT",
|
|
284
|
-
REGISTRATION_VERSIONS_CREATED_PER_DAY: "REGISTRATION_VERSIONS_CREATED_PER_DAY",
|
|
285
|
-
SENDER_IDS_PER_ACCOUNT: "SENDER_IDS_PER_ACCOUNT",
|
|
286
|
-
TAGS_PER_RESOURCE: "TAGS_PER_RESOURCE",
|
|
287
|
-
VERIFICATION_ATTEMPTS_PER_DAY: "VERIFICATION_ATTEMPTS_PER_DAY",
|
|
288
|
-
VERIFIED_DESTINATION_NUMBERS_PER_ACCOUNT: "VERIFIED_DESTINATION_NUMBERS_PER_ACCOUNT",
|
|
289
|
-
};
|
|
290
191
|
let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extends PinpointSMSVoiceV2ServiceException$1 {
|
|
291
192
|
name = "ServiceQuotaExceededException";
|
|
292
193
|
$fault = "client";
|
|
@@ -320,49 +221,6 @@ let ThrottlingException$1 = class ThrottlingException extends PinpointSMSVoiceV2
|
|
|
320
221
|
this.Message = opts.Message;
|
|
321
222
|
}
|
|
322
223
|
};
|
|
323
|
-
const ValidationExceptionReason = {
|
|
324
|
-
ATTACHMENT_TYPE_NOT_SUPPORTED: "ATTACHMENT_TYPE_NOT_SUPPORTED",
|
|
325
|
-
CANNOT_ADD_OPTED_OUT_NUMBER: "CANNOT_ADD_OPTED_OUT_NUMBER",
|
|
326
|
-
CANNOT_PARSE: "CANNOT_PARSE",
|
|
327
|
-
COUNTRY_CODE_MISMATCH: "COUNTRY_CODE_MISMATCH",
|
|
328
|
-
DESTINATION_COUNTRY_BLOCKED: "DESTINATION_COUNTRY_BLOCKED",
|
|
329
|
-
FIELD_VALIDATION_FAILED: "FIELD_VALIDATION_FAILED",
|
|
330
|
-
INTERNATIONAL_SENDING_NOT_SUPPORTED: "INTERNATIONAL_SENDING_NOT_SUPPORTED",
|
|
331
|
-
INVALID_ARN: "INVALID_ARN",
|
|
332
|
-
INVALID_FILTER_VALUES: "INVALID_FILTER_VALUES",
|
|
333
|
-
INVALID_IDENTITY_FOR_DESTINATION_COUNTRY: "INVALID_IDENTITY_FOR_DESTINATION_COUNTRY",
|
|
334
|
-
INVALID_NEXT_TOKEN: "INVALID_NEXT_TOKEN",
|
|
335
|
-
INVALID_PARAMETER: "INVALID_PARAMETER",
|
|
336
|
-
INVALID_REGISTRATION_ASSOCIATION: "INVALID_REGISTRATION_ASSOCIATION",
|
|
337
|
-
INVALID_REQUEST: "INVALID_REQUEST",
|
|
338
|
-
MAXIMUM_SIZE_EXCEEDED: "MAXIMUM_SIZE_EXCEEDED",
|
|
339
|
-
MEDIA_TYPE_NOT_SUPPORTED: "MEDIA_TYPE_NOT_SUPPORTED",
|
|
340
|
-
MISSING_PARAMETER: "MISSING_PARAMETER",
|
|
341
|
-
OTHER: "OTHER",
|
|
342
|
-
PARAMETERS_CANNOT_BE_USED_TOGETHER: "PARAMETERS_CANNOT_BE_USED_TOGETHER",
|
|
343
|
-
PHONE_NUMBER_CANNOT_BE_OPTED_IN: "PHONE_NUMBER_CANNOT_BE_OPTED_IN",
|
|
344
|
-
PHONE_NUMBER_CANNOT_BE_RELEASED: "PHONE_NUMBER_CANNOT_BE_RELEASED",
|
|
345
|
-
PRICE_OVER_THRESHOLD: "PRICE_OVER_THRESHOLD",
|
|
346
|
-
REGISTRATION_FIELD_CANNOT_BE_DELETED: "REGISTRATION_FIELD_CANNOT_BE_DELETED",
|
|
347
|
-
REQUESTED_SPEND_LIMIT_HIGHER_THAN_SERVICE_LIMIT: "REQUESTED_SPEND_LIMIT_HIGHER_THAN_SERVICE_LIMIT",
|
|
348
|
-
RESOURCE_NOT_ACCESSIBLE: "RESOURCE_NOT_ACCESSIBLE",
|
|
349
|
-
SENDER_ID_NOT_REGISTERED: "SENDER_ID_NOT_REGISTERED",
|
|
350
|
-
SENDER_ID_NOT_SUPPORTED: "SENDER_ID_NOT_SUPPORTED",
|
|
351
|
-
SENDER_ID_REQUIRES_REGISTRATION: "SENDER_ID_REQUIRES_REGISTRATION",
|
|
352
|
-
TWO_WAY_CHANNEL_NOT_PRESENT: "TWO_WAY_CHANNEL_NOT_PRESENT",
|
|
353
|
-
TWO_WAY_NOT_ENABLED: "TWO_WAY_NOT_ENABLED",
|
|
354
|
-
TWO_WAY_NOT_SUPPORTED_IN_COUNTRY: "TWO_WAY_NOT_SUPPORTED_IN_COUNTRY",
|
|
355
|
-
TWO_WAY_NOT_SUPPORTED_IN_REGION: "TWO_WAY_NOT_SUPPORTED_IN_REGION",
|
|
356
|
-
TWO_WAY_TOPIC_NOT_PRESENT: "TWO_WAY_TOPIC_NOT_PRESENT",
|
|
357
|
-
UNKNOWN_OPERATION: "UNKNOWN_OPERATION",
|
|
358
|
-
UNKNOWN_REGISTRATION_FIELD: "UNKNOWN_REGISTRATION_FIELD",
|
|
359
|
-
UNKNOWN_REGISTRATION_SECTION: "UNKNOWN_REGISTRATION_SECTION",
|
|
360
|
-
UNKNOWN_REGISTRATION_TYPE: "UNKNOWN_REGISTRATION_TYPE",
|
|
361
|
-
UNKNOWN_REGISTRATION_VERSION: "UNKNOWN_REGISTRATION_VERSION",
|
|
362
|
-
UNSPECIFIED_PARAMETER_NOT_SUPPORTED: "UNSPECIFIED_PARAMETER_NOT_SUPPORTED",
|
|
363
|
-
VERIFICATION_CODE_MISMATCH: "VERIFICATION_CODE_MISMATCH",
|
|
364
|
-
VOICE_CAPABILITY_NOT_AVAILABLE: "VOICE_CAPABILITY_NOT_AVAILABLE",
|
|
365
|
-
};
|
|
366
224
|
let ValidationException$1 = class ValidationException extends PinpointSMSVoiceV2ServiceException$1 {
|
|
367
225
|
name = "ValidationException";
|
|
368
226
|
$fault = "client";
|
|
@@ -381,343 +239,6 @@ let ValidationException$1 = class ValidationException extends PinpointSMSVoiceV2
|
|
|
381
239
|
this.Fields = opts.Fields;
|
|
382
240
|
}
|
|
383
241
|
};
|
|
384
|
-
const AttachmentStatus = {
|
|
385
|
-
DELETED: "DELETED",
|
|
386
|
-
UPLOAD_COMPLETE: "UPLOAD_COMPLETE",
|
|
387
|
-
UPLOAD_FAILED: "UPLOAD_FAILED",
|
|
388
|
-
UPLOAD_IN_PROGRESS: "UPLOAD_IN_PROGRESS",
|
|
389
|
-
};
|
|
390
|
-
const AttachmentUploadErrorReason = {
|
|
391
|
-
INTERNAL_ERROR: "INTERNAL_ERROR",
|
|
392
|
-
};
|
|
393
|
-
const PhoneNumberType = {
|
|
394
|
-
INVALID: "INVALID",
|
|
395
|
-
LANDLINE: "LANDLINE",
|
|
396
|
-
MOBILE: "MOBILE",
|
|
397
|
-
OTHER: "OTHER",
|
|
398
|
-
};
|
|
399
|
-
const ConfigurationSetFilterName = {
|
|
400
|
-
DEFAULT_MESSAGE_FEEDBACK_ENABLED: "default-message-feedback-enabled",
|
|
401
|
-
DEFAULT_MESSAGE_TYPE: "default-message-type",
|
|
402
|
-
DEFAULT_SENDER_ID: "default-sender-id",
|
|
403
|
-
EVENT_DESTINATION_NAME: "event-destination-name",
|
|
404
|
-
MATCHING_EVENT_TYPES: "matching-event-types",
|
|
405
|
-
PROTECT_CONFIGURATION_ID: "protect-configuration-id",
|
|
406
|
-
};
|
|
407
|
-
const MessageType = {
|
|
408
|
-
PROMOTIONAL: "PROMOTIONAL",
|
|
409
|
-
TRANSACTIONAL: "TRANSACTIONAL",
|
|
410
|
-
};
|
|
411
|
-
const EventType = {
|
|
412
|
-
ALL: "ALL",
|
|
413
|
-
MEDIA_ALL: "MEDIA_ALL",
|
|
414
|
-
MEDIA_BLOCKED: "MEDIA_BLOCKED",
|
|
415
|
-
MEDIA_CARRIER_BLOCKED: "MEDIA_CARRIER_BLOCKED",
|
|
416
|
-
MEDIA_CARRIER_UNREACHABLE: "MEDIA_CARRIER_UNREACHABLE",
|
|
417
|
-
MEDIA_DELIVERED: "MEDIA_DELIVERED",
|
|
418
|
-
MEDIA_FILE_INACCESSIBLE: "MEDIA_FILE_INACCESSIBLE",
|
|
419
|
-
MEDIA_FILE_SIZE_EXCEEDED: "MEDIA_FILE_SIZE_EXCEEDED",
|
|
420
|
-
MEDIA_FILE_TYPE_UNSUPPORTED: "MEDIA_FILE_TYPE_UNSUPPORTED",
|
|
421
|
-
MEDIA_INVALID: "MEDIA_INVALID",
|
|
422
|
-
MEDIA_INVALID_MESSAGE: "MEDIA_INVALID_MESSAGE",
|
|
423
|
-
MEDIA_PENDING: "MEDIA_PENDING",
|
|
424
|
-
MEDIA_QUEUED: "MEDIA_QUEUED",
|
|
425
|
-
MEDIA_SPAM: "MEDIA_SPAM",
|
|
426
|
-
MEDIA_SUCCESSFUL: "MEDIA_SUCCESSFUL",
|
|
427
|
-
MEDIA_TTL_EXPIRED: "MEDIA_TTL_EXPIRED",
|
|
428
|
-
MEDIA_UNKNOWN: "MEDIA_UNKNOWN",
|
|
429
|
-
MEDIA_UNREACHABLE: "MEDIA_UNREACHABLE",
|
|
430
|
-
TEXT_ALL: "TEXT_ALL",
|
|
431
|
-
TEXT_BLOCKED: "TEXT_BLOCKED",
|
|
432
|
-
TEXT_CARRIER_BLOCKED: "TEXT_CARRIER_BLOCKED",
|
|
433
|
-
TEXT_CARRIER_UNREACHABLE: "TEXT_CARRIER_UNREACHABLE",
|
|
434
|
-
TEXT_DELIVERED: "TEXT_DELIVERED",
|
|
435
|
-
TEXT_INVALID: "TEXT_INVALID",
|
|
436
|
-
TEXT_INVALID_MESSAGE: "TEXT_INVALID_MESSAGE",
|
|
437
|
-
TEXT_PENDING: "TEXT_PENDING",
|
|
438
|
-
TEXT_PROTECT_BLOCKED: "TEXT_PROTECT_BLOCKED",
|
|
439
|
-
TEXT_QUEUED: "TEXT_QUEUED",
|
|
440
|
-
TEXT_SENT: "TEXT_SENT",
|
|
441
|
-
TEXT_SPAM: "TEXT_SPAM",
|
|
442
|
-
TEXT_SUCCESSFUL: "TEXT_SUCCESSFUL",
|
|
443
|
-
TEXT_TTL_EXPIRED: "TEXT_TTL_EXPIRED",
|
|
444
|
-
TEXT_UNKNOWN: "TEXT_UNKNOWN",
|
|
445
|
-
TEXT_UNREACHABLE: "TEXT_UNREACHABLE",
|
|
446
|
-
VOICE_ALL: "VOICE_ALL",
|
|
447
|
-
VOICE_ANSWERED: "VOICE_ANSWERED",
|
|
448
|
-
VOICE_BUSY: "VOICE_BUSY",
|
|
449
|
-
VOICE_COMPLETED: "VOICE_COMPLETED",
|
|
450
|
-
VOICE_FAILED: "VOICE_FAILED",
|
|
451
|
-
VOICE_INITIATED: "VOICE_INITIATED",
|
|
452
|
-
VOICE_NO_ANSWER: "VOICE_NO_ANSWER",
|
|
453
|
-
VOICE_RINGING: "VOICE_RINGING",
|
|
454
|
-
VOICE_TTL_EXPIRED: "VOICE_TTL_EXPIRED",
|
|
455
|
-
};
|
|
456
|
-
const PoolStatus = {
|
|
457
|
-
ACTIVE: "ACTIVE",
|
|
458
|
-
CREATING: "CREATING",
|
|
459
|
-
DELETING: "DELETING",
|
|
460
|
-
};
|
|
461
|
-
const RegistrationStatus = {
|
|
462
|
-
CLOSED: "CLOSED",
|
|
463
|
-
COMPLETE: "COMPLETE",
|
|
464
|
-
CREATED: "CREATED",
|
|
465
|
-
DELETED: "DELETED",
|
|
466
|
-
PROVISIONING: "PROVISIONING",
|
|
467
|
-
REQUIRES_AUTHENTICATION: "REQUIRES_AUTHENTICATION",
|
|
468
|
-
REQUIRES_UPDATES: "REQUIRES_UPDATES",
|
|
469
|
-
REVIEWING: "REVIEWING",
|
|
470
|
-
SUBMITTED: "SUBMITTED",
|
|
471
|
-
};
|
|
472
|
-
const RegistrationVersionStatus = {
|
|
473
|
-
APPROVED: "APPROVED",
|
|
474
|
-
ARCHIVED: "ARCHIVED",
|
|
475
|
-
DENIED: "DENIED",
|
|
476
|
-
DISCARDED: "DISCARDED",
|
|
477
|
-
DRAFT: "DRAFT",
|
|
478
|
-
REQUIRES_AUTHENTICATION: "REQUIRES_AUTHENTICATION",
|
|
479
|
-
REVIEWING: "REVIEWING",
|
|
480
|
-
REVOKED: "REVOKED",
|
|
481
|
-
SUBMITTED: "SUBMITTED",
|
|
482
|
-
};
|
|
483
|
-
const VerificationStatus = {
|
|
484
|
-
PENDING: "PENDING",
|
|
485
|
-
VERIFIED: "VERIFIED",
|
|
486
|
-
};
|
|
487
|
-
const KeywordAction = {
|
|
488
|
-
AUTOMATIC_RESPONSE: "AUTOMATIC_RESPONSE",
|
|
489
|
-
OPT_IN: "OPT_IN",
|
|
490
|
-
OPT_OUT: "OPT_OUT",
|
|
491
|
-
};
|
|
492
|
-
const ProtectConfigurationRuleOverrideAction = {
|
|
493
|
-
ALLOW: "ALLOW",
|
|
494
|
-
BLOCK: "BLOCK",
|
|
495
|
-
};
|
|
496
|
-
const KeywordFilterName = {
|
|
497
|
-
KEYWORD_ACTION: "keyword-action",
|
|
498
|
-
};
|
|
499
|
-
const OptedOutFilterName = {
|
|
500
|
-
END_USER_OPTED_OUT: "end-user-opted-out",
|
|
501
|
-
};
|
|
502
|
-
const Owner = {
|
|
503
|
-
SELF: "SELF",
|
|
504
|
-
SHARED: "SHARED",
|
|
505
|
-
};
|
|
506
|
-
const PhoneNumberFilterName = {
|
|
507
|
-
DELETION_PROTECTION_ENABLED: "deletion-protection-enabled",
|
|
508
|
-
ISO_COUNTRY_CODE: "iso-country-code",
|
|
509
|
-
MESSAGE_TYPE: "message-type",
|
|
510
|
-
NUMBER_CAPABILITY: "number-capability",
|
|
511
|
-
NUMBER_TYPE: "number-type",
|
|
512
|
-
OPT_OUT_LIST_NAME: "opt-out-list-name",
|
|
513
|
-
SELF_MANAGED_OPT_OUTS_ENABLED: "self-managed-opt-outs-enabled",
|
|
514
|
-
STATUS: "status",
|
|
515
|
-
TWO_WAY_CHANNEL_ARN: "two-way-channel-arn",
|
|
516
|
-
TWO_WAY_ENABLED: "two-way-enabled",
|
|
517
|
-
};
|
|
518
|
-
const NumberCapability = {
|
|
519
|
-
MMS: "MMS",
|
|
520
|
-
SMS: "SMS",
|
|
521
|
-
VOICE: "VOICE",
|
|
522
|
-
};
|
|
523
|
-
const NumberType = {
|
|
524
|
-
LONG_CODE: "LONG_CODE",
|
|
525
|
-
SHORT_CODE: "SHORT_CODE",
|
|
526
|
-
SIMULATOR: "SIMULATOR",
|
|
527
|
-
TEN_DLC: "TEN_DLC",
|
|
528
|
-
TOLL_FREE: "TOLL_FREE",
|
|
529
|
-
};
|
|
530
|
-
const NumberStatus = {
|
|
531
|
-
ACTIVE: "ACTIVE",
|
|
532
|
-
ASSOCIATING: "ASSOCIATING",
|
|
533
|
-
DELETED: "DELETED",
|
|
534
|
-
DISASSOCIATING: "DISASSOCIATING",
|
|
535
|
-
PENDING: "PENDING",
|
|
536
|
-
};
|
|
537
|
-
const PoolFilterName = {
|
|
538
|
-
DELETION_PROTECTION_ENABLED: "deletion-protection-enabled",
|
|
539
|
-
MESSAGE_TYPE: "message-type",
|
|
540
|
-
OPT_OUT_LIST_NAME: "opt-out-list-name",
|
|
541
|
-
SELF_MANAGED_OPT_OUTS_ENABLED: "self-managed-opt-outs-enabled",
|
|
542
|
-
SHARED_ROUTES_ENABLED: "shared-routes-enabled",
|
|
543
|
-
STATUS: "status",
|
|
544
|
-
TWO_WAY_CHANNEL_ARN: "two-way-channel-arn",
|
|
545
|
-
TWO_WAY_ENABLED: "two-way-enabled",
|
|
546
|
-
};
|
|
547
|
-
const ProtectConfigurationFilterName = {
|
|
548
|
-
ACCOUNT_DEFAULT: "account-default",
|
|
549
|
-
DELETION_PROTECTION_ENABLED: "deletion-protection-enabled",
|
|
550
|
-
};
|
|
551
|
-
const RegistrationAttachmentFilterName = {
|
|
552
|
-
ATTACHMENT_STATUS: "attachment-status",
|
|
553
|
-
};
|
|
554
|
-
const FieldRequirement = {
|
|
555
|
-
CONDITIONAL: "CONDITIONAL",
|
|
556
|
-
OPTIONAL: "OPTIONAL",
|
|
557
|
-
REQUIRED: "REQUIRED",
|
|
558
|
-
};
|
|
559
|
-
const FieldType = {
|
|
560
|
-
ATTACHMENT: "ATTACHMENT",
|
|
561
|
-
SELECT: "SELECT",
|
|
562
|
-
TEXT: "TEXT",
|
|
563
|
-
};
|
|
564
|
-
const RegistrationFilterName = {
|
|
565
|
-
REGISTRATION_STATUS: "registration-status",
|
|
566
|
-
REGISTRATION_TYPE: "registration-type",
|
|
567
|
-
};
|
|
568
|
-
const RegistrationTypeFilterName = {
|
|
569
|
-
SUPPORTED_ASSOCIATION_ISO_COUNTRY_CODE: "supported-association-iso-country-code",
|
|
570
|
-
SUPPORTED_ASSOCIATION_RESOURCE_TYPE: "supported-association-resource-type",
|
|
571
|
-
};
|
|
572
|
-
const RegistrationAssociationBehavior = {
|
|
573
|
-
ASSOCIATE_AFTER_COMPLETE: "ASSOCIATE_AFTER_COMPLETE",
|
|
574
|
-
ASSOCIATE_BEFORE_SUBMIT: "ASSOCIATE_BEFORE_SUBMIT",
|
|
575
|
-
ASSOCIATE_ON_APPROVAL: "ASSOCIATE_ON_APPROVAL",
|
|
576
|
-
};
|
|
577
|
-
const RegistrationDisassociationBehavior = {
|
|
578
|
-
DELETE_REGISTRATION_DISASSOCIATES: "DELETE_REGISTRATION_DISASSOCIATES",
|
|
579
|
-
DISASSOCIATE_ALL_ALLOWS_DELETE_REGISTRATION: "DISASSOCIATE_ALL_ALLOWS_DELETE_REGISTRATION",
|
|
580
|
-
DISASSOCIATE_ALL_CLOSES_REGISTRATION: "DISASSOCIATE_ALL_CLOSES_REGISTRATION",
|
|
581
|
-
};
|
|
582
|
-
const RegistrationVersionFilterName = {
|
|
583
|
-
REGISTRATION_VERSION_STATUS: "registration-version-status",
|
|
584
|
-
};
|
|
585
|
-
const SenderIdFilterName = {
|
|
586
|
-
DELETION_PROTECTION_ENABLED: "deletion-protection-enabled",
|
|
587
|
-
ISO_COUNTRY_CODE: "iso-country-code",
|
|
588
|
-
MESSAGE_TYPE: "message-type",
|
|
589
|
-
REGISTERED: "registered",
|
|
590
|
-
SENDER_ID: "sender-id",
|
|
591
|
-
};
|
|
592
|
-
const SpendLimitName = {
|
|
593
|
-
MEDIA_MESSAGE_MONTHLY_SPEND_LIMIT: "MEDIA_MESSAGE_MONTHLY_SPEND_LIMIT",
|
|
594
|
-
TEXT_MESSAGE_MONTHLY_SPEND_LIMIT: "TEXT_MESSAGE_MONTHLY_SPEND_LIMIT",
|
|
595
|
-
VOICE_MESSAGE_MONTHLY_SPEND_LIMIT: "VOICE_MESSAGE_MONTHLY_SPEND_LIMIT",
|
|
596
|
-
};
|
|
597
|
-
const VerifiedDestinationNumberFilterName = {
|
|
598
|
-
STATUS: "status",
|
|
599
|
-
};
|
|
600
|
-
const DestinationCountryParameterKey = {
|
|
601
|
-
IN_ENTITY_ID: "IN_ENTITY_ID",
|
|
602
|
-
IN_TEMPLATE_ID: "IN_TEMPLATE_ID",
|
|
603
|
-
};
|
|
604
|
-
const ProtectStatus = {
|
|
605
|
-
ALLOW: "ALLOW",
|
|
606
|
-
BLOCK: "BLOCK",
|
|
607
|
-
FILTER: "FILTER",
|
|
608
|
-
MONITOR: "MONITOR",
|
|
609
|
-
};
|
|
610
|
-
const LanguageCode = {
|
|
611
|
-
DE_DE: "DE_DE",
|
|
612
|
-
EN_GB: "EN_GB",
|
|
613
|
-
EN_US: "EN_US",
|
|
614
|
-
ES_419: "ES_419",
|
|
615
|
-
ES_ES: "ES_ES",
|
|
616
|
-
FR_CA: "FR_CA",
|
|
617
|
-
FR_FR: "FR_FR",
|
|
618
|
-
IT_IT: "IT_IT",
|
|
619
|
-
JA_JP: "JA_JP",
|
|
620
|
-
KO_KR: "KO_KR",
|
|
621
|
-
PT_BR: "PT_BR",
|
|
622
|
-
ZH_CN: "ZH_CN",
|
|
623
|
-
ZH_TW: "ZH_TW",
|
|
624
|
-
};
|
|
625
|
-
const PoolOriginationIdentitiesFilterName = {
|
|
626
|
-
ISO_COUNTRY_CODE: "iso-country-code",
|
|
627
|
-
NUMBER_CAPABILITY: "number-capability",
|
|
628
|
-
};
|
|
629
|
-
const ProtectConfigurationRuleSetNumberOverrideFilterName = {
|
|
630
|
-
ACTION: "action",
|
|
631
|
-
CREATED_AFTER: "created-after",
|
|
632
|
-
CREATED_BEFORE: "created-before",
|
|
633
|
-
DESTINATION_PHONE_NUMBER_BEGINS_WITH: "destination-phone-number-begins-with",
|
|
634
|
-
EXPIRES_AFTER: "expires-after",
|
|
635
|
-
EXPIRES_BEFORE: "expires-before",
|
|
636
|
-
ISO_COUNTRY_CODE: "iso-country-code",
|
|
637
|
-
};
|
|
638
|
-
const RegistrationAssociationFilterName = {
|
|
639
|
-
ISO_COUNTRY_CODE: "iso-country-code",
|
|
640
|
-
RESOURCE_TYPE: "resource-type",
|
|
641
|
-
};
|
|
642
|
-
const MessageFeedbackStatus = {
|
|
643
|
-
FAILED: "FAILED",
|
|
644
|
-
RECEIVED: "RECEIVED",
|
|
645
|
-
};
|
|
646
|
-
const RequestableNumberType = {
|
|
647
|
-
LONG_CODE: "LONG_CODE",
|
|
648
|
-
SIMULATOR: "SIMULATOR",
|
|
649
|
-
TEN_DLC: "TEN_DLC",
|
|
650
|
-
TOLL_FREE: "TOLL_FREE",
|
|
651
|
-
};
|
|
652
|
-
const VerificationChannel = {
|
|
653
|
-
TEXT: "TEXT",
|
|
654
|
-
VOICE: "VOICE",
|
|
655
|
-
};
|
|
656
|
-
const VoiceMessageBodyTextType = {
|
|
657
|
-
SSML: "SSML",
|
|
658
|
-
TEXT: "TEXT",
|
|
659
|
-
};
|
|
660
|
-
const VoiceId = {
|
|
661
|
-
AMY: "AMY",
|
|
662
|
-
ASTRID: "ASTRID",
|
|
663
|
-
BIANCA: "BIANCA",
|
|
664
|
-
BRIAN: "BRIAN",
|
|
665
|
-
CAMILA: "CAMILA",
|
|
666
|
-
CARLA: "CARLA",
|
|
667
|
-
CARMEN: "CARMEN",
|
|
668
|
-
CELINE: "CELINE",
|
|
669
|
-
CHANTAL: "CHANTAL",
|
|
670
|
-
CONCHITA: "CONCHITA",
|
|
671
|
-
CRISTIANO: "CRISTIANO",
|
|
672
|
-
DORA: "DORA",
|
|
673
|
-
EMMA: "EMMA",
|
|
674
|
-
ENRIQUE: "ENRIQUE",
|
|
675
|
-
EWA: "EWA",
|
|
676
|
-
FILIZ: "FILIZ",
|
|
677
|
-
GERAINT: "GERAINT",
|
|
678
|
-
GIORGIO: "GIORGIO",
|
|
679
|
-
GWYNETH: "GWYNETH",
|
|
680
|
-
HANS: "HANS",
|
|
681
|
-
INES: "INES",
|
|
682
|
-
IVY: "IVY",
|
|
683
|
-
JACEK: "JACEK",
|
|
684
|
-
JAN: "JAN",
|
|
685
|
-
JOANNA: "JOANNA",
|
|
686
|
-
JOEY: "JOEY",
|
|
687
|
-
JUSTIN: "JUSTIN",
|
|
688
|
-
KARL: "KARL",
|
|
689
|
-
KENDRA: "KENDRA",
|
|
690
|
-
KIMBERLY: "KIMBERLY",
|
|
691
|
-
LEA: "LEA",
|
|
692
|
-
LIV: "LIV",
|
|
693
|
-
LOTTE: "LOTTE",
|
|
694
|
-
LUCIA: "LUCIA",
|
|
695
|
-
LUPE: "LUPE",
|
|
696
|
-
MADS: "MADS",
|
|
697
|
-
MAJA: "MAJA",
|
|
698
|
-
MARLENE: "MARLENE",
|
|
699
|
-
MATHIEU: "MATHIEU",
|
|
700
|
-
MATTHEW: "MATTHEW",
|
|
701
|
-
MAXIM: "MAXIM",
|
|
702
|
-
MIA: "MIA",
|
|
703
|
-
MIGUEL: "MIGUEL",
|
|
704
|
-
MIZUKI: "MIZUKI",
|
|
705
|
-
NAJA: "NAJA",
|
|
706
|
-
NICOLE: "NICOLE",
|
|
707
|
-
PENELOPE: "PENELOPE",
|
|
708
|
-
RAVEENA: "RAVEENA",
|
|
709
|
-
RICARDO: "RICARDO",
|
|
710
|
-
RUBEN: "RUBEN",
|
|
711
|
-
RUSSELL: "RUSSELL",
|
|
712
|
-
SALLI: "SALLI",
|
|
713
|
-
SEOYEON: "SEOYEON",
|
|
714
|
-
TAKUMI: "TAKUMI",
|
|
715
|
-
TATYANA: "TATYANA",
|
|
716
|
-
VICKI: "VICKI",
|
|
717
|
-
VITORIA: "VITORIA",
|
|
718
|
-
ZEINA: "ZEINA",
|
|
719
|
-
ZHIYU: "ZHIYU",
|
|
720
|
-
};
|
|
721
242
|
|
|
722
243
|
const _A = "Action";
|
|
723
244
|
const _AA = "AccountAttribute";
|
|
@@ -4615,17 +4136,10 @@ Object.defineProperty(exports, "__Client", {
|
|
|
4615
4136
|
get: function () { return smithyClient.Client; }
|
|
4616
4137
|
});
|
|
4617
4138
|
exports.AccessDeniedException = AccessDeniedException$1;
|
|
4618
|
-
exports.AccessDeniedExceptionReason = AccessDeniedExceptionReason;
|
|
4619
|
-
exports.AccountAttributeName = AccountAttributeName;
|
|
4620
|
-
exports.AccountLimitName = AccountLimitName;
|
|
4621
4139
|
exports.AssociateOriginationIdentityCommand = AssociateOriginationIdentityCommand;
|
|
4622
4140
|
exports.AssociateProtectConfigurationCommand = AssociateProtectConfigurationCommand;
|
|
4623
|
-
exports.AttachmentStatus = AttachmentStatus;
|
|
4624
|
-
exports.AttachmentUploadErrorReason = AttachmentUploadErrorReason;
|
|
4625
4141
|
exports.CarrierLookupCommand = CarrierLookupCommand;
|
|
4626
|
-
exports.ConfigurationSetFilterName = ConfigurationSetFilterName;
|
|
4627
4142
|
exports.ConflictException = ConflictException$1;
|
|
4628
|
-
exports.ConflictExceptionReason = ConflictExceptionReason;
|
|
4629
4143
|
exports.CreateConfigurationSetCommand = CreateConfigurationSetCommand;
|
|
4630
4144
|
exports.CreateEventDestinationCommand = CreateEventDestinationCommand;
|
|
4631
4145
|
exports.CreateOptOutListCommand = CreateOptOutListCommand;
|
|
@@ -4674,71 +4188,35 @@ exports.DescribeRegistrationsCommand = DescribeRegistrationsCommand;
|
|
|
4674
4188
|
exports.DescribeSenderIdsCommand = DescribeSenderIdsCommand;
|
|
4675
4189
|
exports.DescribeSpendLimitsCommand = DescribeSpendLimitsCommand;
|
|
4676
4190
|
exports.DescribeVerifiedDestinationNumbersCommand = DescribeVerifiedDestinationNumbersCommand;
|
|
4677
|
-
exports.DestinationCountryParameterKey = DestinationCountryParameterKey;
|
|
4678
4191
|
exports.DisassociateOriginationIdentityCommand = DisassociateOriginationIdentityCommand;
|
|
4679
4192
|
exports.DisassociateProtectConfigurationCommand = DisassociateProtectConfigurationCommand;
|
|
4680
4193
|
exports.DiscardRegistrationVersionCommand = DiscardRegistrationVersionCommand;
|
|
4681
|
-
exports.EventType = EventType;
|
|
4682
|
-
exports.FieldRequirement = FieldRequirement;
|
|
4683
|
-
exports.FieldType = FieldType;
|
|
4684
4194
|
exports.GetProtectConfigurationCountryRuleSetCommand = GetProtectConfigurationCountryRuleSetCommand;
|
|
4685
4195
|
exports.GetResourcePolicyCommand = GetResourcePolicyCommand;
|
|
4686
4196
|
exports.InternalServerException = InternalServerException$1;
|
|
4687
|
-
exports.KeywordAction = KeywordAction;
|
|
4688
|
-
exports.KeywordFilterName = KeywordFilterName;
|
|
4689
|
-
exports.LanguageCode = LanguageCode;
|
|
4690
4197
|
exports.ListPoolOriginationIdentitiesCommand = ListPoolOriginationIdentitiesCommand;
|
|
4691
4198
|
exports.ListProtectConfigurationRuleSetNumberOverridesCommand = ListProtectConfigurationRuleSetNumberOverridesCommand;
|
|
4692
4199
|
exports.ListRegistrationAssociationsCommand = ListRegistrationAssociationsCommand;
|
|
4693
4200
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
4694
|
-
exports.MessageFeedbackStatus = MessageFeedbackStatus;
|
|
4695
|
-
exports.MessageType = MessageType;
|
|
4696
|
-
exports.NumberCapability = NumberCapability;
|
|
4697
|
-
exports.NumberStatus = NumberStatus;
|
|
4698
|
-
exports.NumberType = NumberType;
|
|
4699
|
-
exports.OptedOutFilterName = OptedOutFilterName;
|
|
4700
|
-
exports.Owner = Owner;
|
|
4701
|
-
exports.PhoneNumberFilterName = PhoneNumberFilterName;
|
|
4702
|
-
exports.PhoneNumberType = PhoneNumberType;
|
|
4703
4201
|
exports.PinpointSMSVoiceV2 = PinpointSMSVoiceV2;
|
|
4704
4202
|
exports.PinpointSMSVoiceV2Client = PinpointSMSVoiceV2Client;
|
|
4705
4203
|
exports.PinpointSMSVoiceV2ServiceException = PinpointSMSVoiceV2ServiceException$1;
|
|
4706
|
-
exports.PoolFilterName = PoolFilterName;
|
|
4707
|
-
exports.PoolOriginationIdentitiesFilterName = PoolOriginationIdentitiesFilterName;
|
|
4708
|
-
exports.PoolStatus = PoolStatus;
|
|
4709
|
-
exports.ProtectConfigurationFilterName = ProtectConfigurationFilterName;
|
|
4710
|
-
exports.ProtectConfigurationRuleOverrideAction = ProtectConfigurationRuleOverrideAction;
|
|
4711
|
-
exports.ProtectConfigurationRuleSetNumberOverrideFilterName = ProtectConfigurationRuleSetNumberOverrideFilterName;
|
|
4712
|
-
exports.ProtectStatus = ProtectStatus;
|
|
4713
4204
|
exports.PutKeywordCommand = PutKeywordCommand;
|
|
4714
4205
|
exports.PutMessageFeedbackCommand = PutMessageFeedbackCommand;
|
|
4715
4206
|
exports.PutOptedOutNumberCommand = PutOptedOutNumberCommand;
|
|
4716
4207
|
exports.PutProtectConfigurationRuleSetNumberOverrideCommand = PutProtectConfigurationRuleSetNumberOverrideCommand;
|
|
4717
4208
|
exports.PutRegistrationFieldValueCommand = PutRegistrationFieldValueCommand;
|
|
4718
4209
|
exports.PutResourcePolicyCommand = PutResourcePolicyCommand;
|
|
4719
|
-
exports.RegistrationAssociationBehavior = RegistrationAssociationBehavior;
|
|
4720
|
-
exports.RegistrationAssociationFilterName = RegistrationAssociationFilterName;
|
|
4721
|
-
exports.RegistrationAttachmentFilterName = RegistrationAttachmentFilterName;
|
|
4722
|
-
exports.RegistrationDisassociationBehavior = RegistrationDisassociationBehavior;
|
|
4723
|
-
exports.RegistrationFilterName = RegistrationFilterName;
|
|
4724
|
-
exports.RegistrationStatus = RegistrationStatus;
|
|
4725
|
-
exports.RegistrationTypeFilterName = RegistrationTypeFilterName;
|
|
4726
|
-
exports.RegistrationVersionFilterName = RegistrationVersionFilterName;
|
|
4727
|
-
exports.RegistrationVersionStatus = RegistrationVersionStatus;
|
|
4728
4210
|
exports.ReleasePhoneNumberCommand = ReleasePhoneNumberCommand;
|
|
4729
4211
|
exports.ReleaseSenderIdCommand = ReleaseSenderIdCommand;
|
|
4730
4212
|
exports.RequestPhoneNumberCommand = RequestPhoneNumberCommand;
|
|
4731
4213
|
exports.RequestSenderIdCommand = RequestSenderIdCommand;
|
|
4732
|
-
exports.RequestableNumberType = RequestableNumberType;
|
|
4733
4214
|
exports.ResourceNotFoundException = ResourceNotFoundException$1;
|
|
4734
|
-
exports.ResourceType = ResourceType;
|
|
4735
4215
|
exports.SendDestinationNumberVerificationCodeCommand = SendDestinationNumberVerificationCodeCommand;
|
|
4736
4216
|
exports.SendMediaMessageCommand = SendMediaMessageCommand;
|
|
4737
4217
|
exports.SendTextMessageCommand = SendTextMessageCommand;
|
|
4738
4218
|
exports.SendVoiceMessageCommand = SendVoiceMessageCommand;
|
|
4739
|
-
exports.SenderIdFilterName = SenderIdFilterName;
|
|
4740
4219
|
exports.ServiceQuotaExceededException = ServiceQuotaExceededException$1;
|
|
4741
|
-
exports.ServiceQuotaExceededExceptionReason = ServiceQuotaExceededExceptionReason;
|
|
4742
4220
|
exports.SetAccountDefaultProtectConfigurationCommand = SetAccountDefaultProtectConfigurationCommand;
|
|
4743
4221
|
exports.SetDefaultMessageFeedbackEnabledCommand = SetDefaultMessageFeedbackEnabledCommand;
|
|
4744
4222
|
exports.SetDefaultMessageTypeCommand = SetDefaultMessageTypeCommand;
|
|
@@ -4746,7 +4224,6 @@ exports.SetDefaultSenderIdCommand = SetDefaultSenderIdCommand;
|
|
|
4746
4224
|
exports.SetMediaMessageSpendLimitOverrideCommand = SetMediaMessageSpendLimitOverrideCommand;
|
|
4747
4225
|
exports.SetTextMessageSpendLimitOverrideCommand = SetTextMessageSpendLimitOverrideCommand;
|
|
4748
4226
|
exports.SetVoiceMessageSpendLimitOverrideCommand = SetVoiceMessageSpendLimitOverrideCommand;
|
|
4749
|
-
exports.SpendLimitName = SpendLimitName;
|
|
4750
4227
|
exports.SubmitRegistrationVersionCommand = SubmitRegistrationVersionCommand;
|
|
4751
4228
|
exports.TagResourceCommand = TagResourceCommand;
|
|
4752
4229
|
exports.ThrottlingException = ThrottlingException$1;
|
|
@@ -4758,13 +4235,7 @@ exports.UpdateProtectConfigurationCommand = UpdateProtectConfigurationCommand;
|
|
|
4758
4235
|
exports.UpdateProtectConfigurationCountryRuleSetCommand = UpdateProtectConfigurationCountryRuleSetCommand;
|
|
4759
4236
|
exports.UpdateSenderIdCommand = UpdateSenderIdCommand;
|
|
4760
4237
|
exports.ValidationException = ValidationException$1;
|
|
4761
|
-
exports.ValidationExceptionReason = ValidationExceptionReason;
|
|
4762
|
-
exports.VerificationChannel = VerificationChannel;
|
|
4763
|
-
exports.VerificationStatus = VerificationStatus;
|
|
4764
|
-
exports.VerifiedDestinationNumberFilterName = VerifiedDestinationNumberFilterName;
|
|
4765
4238
|
exports.VerifyDestinationNumberCommand = VerifyDestinationNumberCommand;
|
|
4766
|
-
exports.VoiceId = VoiceId;
|
|
4767
|
-
exports.VoiceMessageBodyTextType = VoiceMessageBodyTextType;
|
|
4768
4239
|
exports.paginateDescribeAccountAttributes = paginateDescribeAccountAttributes;
|
|
4769
4240
|
exports.paginateDescribeAccountLimits = paginateDescribeAccountLimits;
|
|
4770
4241
|
exports.paginateDescribeConfigurationSets = paginateDescribeConfigurationSets;
|
package/dist-es/index.js
CHANGED
|
@@ -2,5 +2,5 @@ export * from "./PinpointSMSVoiceV2Client";
|
|
|
2
2
|
export * from "./PinpointSMSVoiceV2";
|
|
3
3
|
export * from "./commands";
|
|
4
4
|
export * from "./pagination";
|
|
5
|
-
export * from "./models";
|
|
5
|
+
export * from "./models/errors";
|
|
6
6
|
export { PinpointSMSVoiceV2ServiceException } from "./models/PinpointSMSVoiceV2ServiceException";
|