@aws-sdk/client-pinpoint-sms-voice-v2 3.936.0 → 3.940.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 +530 -0
- package/dist-es/index.js +1 -0
- package/dist-es/models/enums.js +479 -0
- package/dist-es/models/models_0.js +1 -479
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/enums.d.ts +879 -0
- package/dist-types/models/errors.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +1 -879
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +567 -0
- package/dist-types/ts3.4/models/errors.d.ts +2 -2
- package/dist-types/ts3.4/models/models_0.d.ts +47 -567
- package/package.json +5 -5
package/dist-cjs/index.js
CHANGED
|
@@ -4127,6 +4127,486 @@ const paginateListProtectConfigurationRuleSetNumberOverrides = core.createPagina
|
|
|
4127
4127
|
|
|
4128
4128
|
const paginateListRegistrationAssociations = core.createPaginator(PinpointSMSVoiceV2Client, ListRegistrationAssociationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
4129
4129
|
|
|
4130
|
+
const AccessDeniedExceptionReason = {
|
|
4131
|
+
ACCOUNT_DISABLED: "ACCOUNT_DISABLED",
|
|
4132
|
+
INSUFFICIENT_ACCOUNT_REPUTATION: "INSUFFICIENT_ACCOUNT_REPUTATION",
|
|
4133
|
+
};
|
|
4134
|
+
const AccountAttributeName = {
|
|
4135
|
+
ACCOUNT_TIER: "ACCOUNT_TIER",
|
|
4136
|
+
DEFAULT_PROTECT_CONFIGURATION_ID: "DEFAULT_PROTECT_CONFIGURATION_ID",
|
|
4137
|
+
};
|
|
4138
|
+
const AccountLimitName = {
|
|
4139
|
+
CONFIGURATION_SETS: "CONFIGURATION_SETS",
|
|
4140
|
+
OPT_OUT_LISTS: "OPT_OUT_LISTS",
|
|
4141
|
+
PHONE_NUMBERS: "PHONE_NUMBERS",
|
|
4142
|
+
POOLS: "POOLS",
|
|
4143
|
+
REGISTRATIONS: "REGISTRATIONS",
|
|
4144
|
+
REGISTRATION_ATTACHMENTS: "REGISTRATION_ATTACHMENTS",
|
|
4145
|
+
SENDER_IDS: "SENDER_IDS",
|
|
4146
|
+
VERIFIED_DESTINATION_NUMBERS: "VERIFIED_DESTINATION_NUMBERS",
|
|
4147
|
+
};
|
|
4148
|
+
const ConflictExceptionReason = {
|
|
4149
|
+
CREATE_REGISTRATION_VERSION_NOT_ALLOWED: "CREATE_REGISTRATION_VERSION_NOT_ALLOWED",
|
|
4150
|
+
DELETION_PROTECTION_ENABLED: "DELETION_PROTECTION_ENABLED",
|
|
4151
|
+
DESTINATION_COUNTRY_BLOCKED_BY_PROTECT_CONFIGURATION: "DESTINATION_COUNTRY_BLOCKED_BY_PROTECT_CONFIGURATION",
|
|
4152
|
+
DESTINATION_PHONE_NUMBER_BLOCKED_BY_PROTECT_NUMBER_OVERRIDE: "DESTINATION_PHONE_NUMBER_BLOCKED_BY_PROTECT_NUMBER_OVERRIDE",
|
|
4153
|
+
DESTINATION_PHONE_NUMBER_NOT_VERIFIED: "DESTINATION_PHONE_NUMBER_NOT_VERIFIED",
|
|
4154
|
+
DESTINATION_PHONE_NUMBER_OPTED_OUT: "DESTINATION_PHONE_NUMBER_OPTED_OUT",
|
|
4155
|
+
DISASSOCIATE_REGISTRATION_NOT_ALLOWED: "DISASSOCIATE_REGISTRATION_NOT_ALLOWED",
|
|
4156
|
+
DISCARD_REGISTRATION_VERSION_NOT_ALLOWED: "DISCARD_REGISTRATION_VERSION_NOT_ALLOWED",
|
|
4157
|
+
EDIT_REGISTRATION_FIELD_VALUES_NOT_ALLOWED: "EDIT_REGISTRATION_FIELD_VALUES_NOT_ALLOWED",
|
|
4158
|
+
EVENT_DESTINATION_MISMATCH: "EVENT_DESTINATION_MISMATCH",
|
|
4159
|
+
KEYWORD_MISMATCH: "KEYWORD_MISMATCH",
|
|
4160
|
+
LAST_PHONE_NUMBER: "LAST_PHONE_NUMBER",
|
|
4161
|
+
MESSAGE_TYPE_MISMATCH: "MESSAGE_TYPE_MISMATCH",
|
|
4162
|
+
NO_ORIGINATION_IDENTITIES_FOUND: "NO_ORIGINATION_IDENTITIES_FOUND",
|
|
4163
|
+
NUMBER_CAPABILITIES_MISMATCH: "NUMBER_CAPABILITIES_MISMATCH",
|
|
4164
|
+
OPT_OUT_LIST_MISMATCH: "OPT_OUT_LIST_MISMATCH",
|
|
4165
|
+
PHONE_NUMBER_ASSOCIATED_TO_POOL: "PHONE_NUMBER_ASSOCIATED_TO_POOL",
|
|
4166
|
+
PHONE_NUMBER_ASSOCIATED_TO_REGISTRATION: "PHONE_NUMBER_ASSOCIATED_TO_REGISTRATION",
|
|
4167
|
+
PHONE_NUMBER_NOT_ASSOCIATED_TO_POOL: "PHONE_NUMBER_NOT_ASSOCIATED_TO_POOL",
|
|
4168
|
+
PHONE_NUMBER_NOT_IN_REGISTRATION_REGION: "PHONE_NUMBER_NOT_IN_REGISTRATION_REGION",
|
|
4169
|
+
PROTECT_CONFIGURATION_ASSOCIATED_WITH_CONFIGURATION_SET: "PROTECT_CONFIGURATION_ASSOCIATED_WITH_CONFIGURATION_SET",
|
|
4170
|
+
PROTECT_CONFIGURATION_IS_ACCOUNT_DEFAULT: "PROTECT_CONFIGURATION_IS_ACCOUNT_DEFAULT",
|
|
4171
|
+
PROTECT_CONFIGURATION_NOT_ASSOCIATED_WITH_CONFIGURATION_SET: "PROTECT_CONFIGURATION_NOT_ASSOCIATED_WITH_CONFIGURATION_SET",
|
|
4172
|
+
REGISTRATION_ALREADY_SUBMITTED: "REGISTRATION_ALREADY_SUBMITTED",
|
|
4173
|
+
REGISTRATION_NOT_COMPLETE: "REGISTRATION_NOT_COMPLETE",
|
|
4174
|
+
RESOURCE_ALREADY_EXISTS: "RESOURCE_ALREADY_EXISTS",
|
|
4175
|
+
RESOURCE_DELETION_NOT_ALLOWED: "RESOURCE_DELETION_NOT_ALLOWED",
|
|
4176
|
+
RESOURCE_MODIFICATION_NOT_ALLOWED: "RESOURCE_MODIFICATION_NOT_ALLOWED",
|
|
4177
|
+
RESOURCE_NOT_ACTIVE: "RESOURCE_NOT_ACTIVE",
|
|
4178
|
+
RESOURCE_NOT_EMPTY: "RESOURCE_NOT_EMPTY",
|
|
4179
|
+
SELF_MANAGED_OPT_OUTS_MISMATCH: "SELF_MANAGED_OPT_OUTS_MISMATCH",
|
|
4180
|
+
SENDER_ID_ASSOCIATED_TO_POOL: "SENDER_ID_ASSOCIATED_TO_POOL",
|
|
4181
|
+
SUBMIT_REGISTRATION_VERSION_NOT_ALLOWED: "SUBMIT_REGISTRATION_VERSION_NOT_ALLOWED",
|
|
4182
|
+
TWO_WAY_CONFIG_MISMATCH: "TWO_WAY_CONFIG_MISMATCH",
|
|
4183
|
+
VERIFICATION_ALREADY_COMPLETE: "VERIFICATION_ALREADY_COMPLETE",
|
|
4184
|
+
VERIFICATION_CODE_EXPIRED: "VERIFICATION_CODE_EXPIRED",
|
|
4185
|
+
};
|
|
4186
|
+
const ResourceType = {
|
|
4187
|
+
ACCOUNT: "account",
|
|
4188
|
+
CONFIGURATION_SET: "configuration-set",
|
|
4189
|
+
EVENT_DESTINATION: "event-destination",
|
|
4190
|
+
KEYWORD: "keyword",
|
|
4191
|
+
MESSAGE: "message",
|
|
4192
|
+
MESSAGE_TEMPLATE: "message-template",
|
|
4193
|
+
OPTED_OUT_NUMBER: "opted-out-number",
|
|
4194
|
+
OPT_OUT_LIST: "opt-out-list",
|
|
4195
|
+
PHONE_NUMBER: "phone-number",
|
|
4196
|
+
POLICY: "policy",
|
|
4197
|
+
POOL: "pool",
|
|
4198
|
+
PROTECT_CONFIGURATION: "protect-configuration",
|
|
4199
|
+
REGISTRATION: "registration",
|
|
4200
|
+
REGISTRATION_ATTACHMENT: "registration-attachment",
|
|
4201
|
+
SENDER_ID: "sender-id",
|
|
4202
|
+
VERIFIED_DESTINATION_NUMBER: "verified-destination-number",
|
|
4203
|
+
};
|
|
4204
|
+
const ServiceQuotaExceededExceptionReason = {
|
|
4205
|
+
ASSOCIATIONS_PER_REGISTRATION: "ASSOCIATIONS_PER_REGISTRATION",
|
|
4206
|
+
CONFIGURATION_SETS_PER_ACCOUNT: "CONFIGURATION_SETS_PER_ACCOUNT",
|
|
4207
|
+
DAILY_DESTINATION_CALL_LIMIT: "DAILY_DESTINATION_CALL_LIMIT",
|
|
4208
|
+
EVENT_DESTINATIONS_PER_CONFIGURATION_SET: "EVENT_DESTINATIONS_PER_CONFIGURATION_SET",
|
|
4209
|
+
KEYWORDS_PER_PHONE_NUMBER: "KEYWORDS_PER_PHONE_NUMBER",
|
|
4210
|
+
KEYWORDS_PER_POOL: "KEYWORDS_PER_POOL",
|
|
4211
|
+
MONTHLY_SPEND_LIMIT_REACHED_FOR_MEDIA: "MONTHLY_SPEND_LIMIT_REACHED_FOR_MEDIA",
|
|
4212
|
+
MONTHLY_SPEND_LIMIT_REACHED_FOR_TEXT: "MONTHLY_SPEND_LIMIT_REACHED_FOR_TEXT",
|
|
4213
|
+
MONTHLY_SPEND_LIMIT_REACHED_FOR_VOICE: "MONTHLY_SPEND_LIMIT_REACHED_FOR_VOICE",
|
|
4214
|
+
OPT_OUT_LISTS_PER_ACCOUNT: "OPT_OUT_LISTS_PER_ACCOUNT",
|
|
4215
|
+
ORIGINATION_IDENTITIES_PER_POOL: "ORIGINATION_IDENTITIES_PER_POOL",
|
|
4216
|
+
PHONE_NUMBERS_PER_ACCOUNT: "PHONE_NUMBERS_PER_ACCOUNT",
|
|
4217
|
+
PHONE_NUMBERS_PER_REGISTRATION: "PHONE_NUMBERS_PER_REGISTRATION",
|
|
4218
|
+
POOLS_PER_ACCOUNT: "POOLS_PER_ACCOUNT",
|
|
4219
|
+
PROTECT_CONFIGURATIONS_PER_ACCOUNT: "PROTECT_CONFIGURATIONS_PER_ACCOUNT",
|
|
4220
|
+
REGISTRATIONS_PER_ACCOUNT: "REGISTRATIONS_PER_ACCOUNT",
|
|
4221
|
+
REGISTRATION_ATTACHMENTS_CREATED_PER_DAY: "REGISTRATION_ATTACHMENTS_CREATED_PER_DAY",
|
|
4222
|
+
REGISTRATION_ATTACHMENTS_PER_ACCOUNT: "REGISTRATION_ATTACHMENTS_PER_ACCOUNT",
|
|
4223
|
+
REGISTRATION_VERSIONS_CREATED_PER_DAY: "REGISTRATION_VERSIONS_CREATED_PER_DAY",
|
|
4224
|
+
SENDER_IDS_PER_ACCOUNT: "SENDER_IDS_PER_ACCOUNT",
|
|
4225
|
+
TAGS_PER_RESOURCE: "TAGS_PER_RESOURCE",
|
|
4226
|
+
VERIFICATION_ATTEMPTS_PER_DAY: "VERIFICATION_ATTEMPTS_PER_DAY",
|
|
4227
|
+
VERIFIED_DESTINATION_NUMBERS_PER_ACCOUNT: "VERIFIED_DESTINATION_NUMBERS_PER_ACCOUNT",
|
|
4228
|
+
};
|
|
4229
|
+
const ValidationExceptionReason = {
|
|
4230
|
+
ATTACHMENT_TYPE_NOT_SUPPORTED: "ATTACHMENT_TYPE_NOT_SUPPORTED",
|
|
4231
|
+
CANNOT_ADD_OPTED_OUT_NUMBER: "CANNOT_ADD_OPTED_OUT_NUMBER",
|
|
4232
|
+
CANNOT_PARSE: "CANNOT_PARSE",
|
|
4233
|
+
COUNTRY_CODE_MISMATCH: "COUNTRY_CODE_MISMATCH",
|
|
4234
|
+
DESTINATION_COUNTRY_BLOCKED: "DESTINATION_COUNTRY_BLOCKED",
|
|
4235
|
+
FIELD_VALIDATION_FAILED: "FIELD_VALIDATION_FAILED",
|
|
4236
|
+
INTERNATIONAL_SENDING_NOT_SUPPORTED: "INTERNATIONAL_SENDING_NOT_SUPPORTED",
|
|
4237
|
+
INVALID_ARN: "INVALID_ARN",
|
|
4238
|
+
INVALID_FILTER_VALUES: "INVALID_FILTER_VALUES",
|
|
4239
|
+
INVALID_IDENTITY_FOR_DESTINATION_COUNTRY: "INVALID_IDENTITY_FOR_DESTINATION_COUNTRY",
|
|
4240
|
+
INVALID_NEXT_TOKEN: "INVALID_NEXT_TOKEN",
|
|
4241
|
+
INVALID_PARAMETER: "INVALID_PARAMETER",
|
|
4242
|
+
INVALID_REGISTRATION_ASSOCIATION: "INVALID_REGISTRATION_ASSOCIATION",
|
|
4243
|
+
INVALID_REQUEST: "INVALID_REQUEST",
|
|
4244
|
+
MAXIMUM_SIZE_EXCEEDED: "MAXIMUM_SIZE_EXCEEDED",
|
|
4245
|
+
MEDIA_TYPE_NOT_SUPPORTED: "MEDIA_TYPE_NOT_SUPPORTED",
|
|
4246
|
+
MISSING_PARAMETER: "MISSING_PARAMETER",
|
|
4247
|
+
OTHER: "OTHER",
|
|
4248
|
+
PARAMETERS_CANNOT_BE_USED_TOGETHER: "PARAMETERS_CANNOT_BE_USED_TOGETHER",
|
|
4249
|
+
PHONE_NUMBER_CANNOT_BE_OPTED_IN: "PHONE_NUMBER_CANNOT_BE_OPTED_IN",
|
|
4250
|
+
PHONE_NUMBER_CANNOT_BE_RELEASED: "PHONE_NUMBER_CANNOT_BE_RELEASED",
|
|
4251
|
+
PRICE_OVER_THRESHOLD: "PRICE_OVER_THRESHOLD",
|
|
4252
|
+
REGISTRATION_FIELD_CANNOT_BE_DELETED: "REGISTRATION_FIELD_CANNOT_BE_DELETED",
|
|
4253
|
+
REQUESTED_SPEND_LIMIT_HIGHER_THAN_SERVICE_LIMIT: "REQUESTED_SPEND_LIMIT_HIGHER_THAN_SERVICE_LIMIT",
|
|
4254
|
+
RESOURCE_NOT_ACCESSIBLE: "RESOURCE_NOT_ACCESSIBLE",
|
|
4255
|
+
SENDER_ID_NOT_REGISTERED: "SENDER_ID_NOT_REGISTERED",
|
|
4256
|
+
SENDER_ID_NOT_SUPPORTED: "SENDER_ID_NOT_SUPPORTED",
|
|
4257
|
+
SENDER_ID_REQUIRES_REGISTRATION: "SENDER_ID_REQUIRES_REGISTRATION",
|
|
4258
|
+
TWO_WAY_CHANNEL_NOT_PRESENT: "TWO_WAY_CHANNEL_NOT_PRESENT",
|
|
4259
|
+
TWO_WAY_NOT_ENABLED: "TWO_WAY_NOT_ENABLED",
|
|
4260
|
+
TWO_WAY_NOT_SUPPORTED_IN_COUNTRY: "TWO_WAY_NOT_SUPPORTED_IN_COUNTRY",
|
|
4261
|
+
TWO_WAY_NOT_SUPPORTED_IN_REGION: "TWO_WAY_NOT_SUPPORTED_IN_REGION",
|
|
4262
|
+
TWO_WAY_TOPIC_NOT_PRESENT: "TWO_WAY_TOPIC_NOT_PRESENT",
|
|
4263
|
+
UNKNOWN_OPERATION: "UNKNOWN_OPERATION",
|
|
4264
|
+
UNKNOWN_REGISTRATION_FIELD: "UNKNOWN_REGISTRATION_FIELD",
|
|
4265
|
+
UNKNOWN_REGISTRATION_SECTION: "UNKNOWN_REGISTRATION_SECTION",
|
|
4266
|
+
UNKNOWN_REGISTRATION_TYPE: "UNKNOWN_REGISTRATION_TYPE",
|
|
4267
|
+
UNKNOWN_REGISTRATION_VERSION: "UNKNOWN_REGISTRATION_VERSION",
|
|
4268
|
+
UNSPECIFIED_PARAMETER_NOT_SUPPORTED: "UNSPECIFIED_PARAMETER_NOT_SUPPORTED",
|
|
4269
|
+
VERIFICATION_CODE_MISMATCH: "VERIFICATION_CODE_MISMATCH",
|
|
4270
|
+
VOICE_CAPABILITY_NOT_AVAILABLE: "VOICE_CAPABILITY_NOT_AVAILABLE",
|
|
4271
|
+
};
|
|
4272
|
+
const AttachmentStatus = {
|
|
4273
|
+
DELETED: "DELETED",
|
|
4274
|
+
UPLOAD_COMPLETE: "UPLOAD_COMPLETE",
|
|
4275
|
+
UPLOAD_FAILED: "UPLOAD_FAILED",
|
|
4276
|
+
UPLOAD_IN_PROGRESS: "UPLOAD_IN_PROGRESS",
|
|
4277
|
+
};
|
|
4278
|
+
const AttachmentUploadErrorReason = {
|
|
4279
|
+
INTERNAL_ERROR: "INTERNAL_ERROR",
|
|
4280
|
+
};
|
|
4281
|
+
const PhoneNumberType = {
|
|
4282
|
+
INVALID: "INVALID",
|
|
4283
|
+
LANDLINE: "LANDLINE",
|
|
4284
|
+
MOBILE: "MOBILE",
|
|
4285
|
+
OTHER: "OTHER",
|
|
4286
|
+
};
|
|
4287
|
+
const ConfigurationSetFilterName = {
|
|
4288
|
+
DEFAULT_MESSAGE_FEEDBACK_ENABLED: "default-message-feedback-enabled",
|
|
4289
|
+
DEFAULT_MESSAGE_TYPE: "default-message-type",
|
|
4290
|
+
DEFAULT_SENDER_ID: "default-sender-id",
|
|
4291
|
+
EVENT_DESTINATION_NAME: "event-destination-name",
|
|
4292
|
+
MATCHING_EVENT_TYPES: "matching-event-types",
|
|
4293
|
+
PROTECT_CONFIGURATION_ID: "protect-configuration-id",
|
|
4294
|
+
};
|
|
4295
|
+
const MessageType = {
|
|
4296
|
+
PROMOTIONAL: "PROMOTIONAL",
|
|
4297
|
+
TRANSACTIONAL: "TRANSACTIONAL",
|
|
4298
|
+
};
|
|
4299
|
+
const EventType = {
|
|
4300
|
+
ALL: "ALL",
|
|
4301
|
+
MEDIA_ALL: "MEDIA_ALL",
|
|
4302
|
+
MEDIA_BLOCKED: "MEDIA_BLOCKED",
|
|
4303
|
+
MEDIA_CARRIER_BLOCKED: "MEDIA_CARRIER_BLOCKED",
|
|
4304
|
+
MEDIA_CARRIER_UNREACHABLE: "MEDIA_CARRIER_UNREACHABLE",
|
|
4305
|
+
MEDIA_DELIVERED: "MEDIA_DELIVERED",
|
|
4306
|
+
MEDIA_FILE_INACCESSIBLE: "MEDIA_FILE_INACCESSIBLE",
|
|
4307
|
+
MEDIA_FILE_SIZE_EXCEEDED: "MEDIA_FILE_SIZE_EXCEEDED",
|
|
4308
|
+
MEDIA_FILE_TYPE_UNSUPPORTED: "MEDIA_FILE_TYPE_UNSUPPORTED",
|
|
4309
|
+
MEDIA_INVALID: "MEDIA_INVALID",
|
|
4310
|
+
MEDIA_INVALID_MESSAGE: "MEDIA_INVALID_MESSAGE",
|
|
4311
|
+
MEDIA_PENDING: "MEDIA_PENDING",
|
|
4312
|
+
MEDIA_QUEUED: "MEDIA_QUEUED",
|
|
4313
|
+
MEDIA_SPAM: "MEDIA_SPAM",
|
|
4314
|
+
MEDIA_SUCCESSFUL: "MEDIA_SUCCESSFUL",
|
|
4315
|
+
MEDIA_TTL_EXPIRED: "MEDIA_TTL_EXPIRED",
|
|
4316
|
+
MEDIA_UNKNOWN: "MEDIA_UNKNOWN",
|
|
4317
|
+
MEDIA_UNREACHABLE: "MEDIA_UNREACHABLE",
|
|
4318
|
+
TEXT_ALL: "TEXT_ALL",
|
|
4319
|
+
TEXT_BLOCKED: "TEXT_BLOCKED",
|
|
4320
|
+
TEXT_CARRIER_BLOCKED: "TEXT_CARRIER_BLOCKED",
|
|
4321
|
+
TEXT_CARRIER_UNREACHABLE: "TEXT_CARRIER_UNREACHABLE",
|
|
4322
|
+
TEXT_DELIVERED: "TEXT_DELIVERED",
|
|
4323
|
+
TEXT_INVALID: "TEXT_INVALID",
|
|
4324
|
+
TEXT_INVALID_MESSAGE: "TEXT_INVALID_MESSAGE",
|
|
4325
|
+
TEXT_PENDING: "TEXT_PENDING",
|
|
4326
|
+
TEXT_PROTECT_BLOCKED: "TEXT_PROTECT_BLOCKED",
|
|
4327
|
+
TEXT_QUEUED: "TEXT_QUEUED",
|
|
4328
|
+
TEXT_SENT: "TEXT_SENT",
|
|
4329
|
+
TEXT_SPAM: "TEXT_SPAM",
|
|
4330
|
+
TEXT_SUCCESSFUL: "TEXT_SUCCESSFUL",
|
|
4331
|
+
TEXT_TTL_EXPIRED: "TEXT_TTL_EXPIRED",
|
|
4332
|
+
TEXT_UNKNOWN: "TEXT_UNKNOWN",
|
|
4333
|
+
TEXT_UNREACHABLE: "TEXT_UNREACHABLE",
|
|
4334
|
+
VOICE_ALL: "VOICE_ALL",
|
|
4335
|
+
VOICE_ANSWERED: "VOICE_ANSWERED",
|
|
4336
|
+
VOICE_BUSY: "VOICE_BUSY",
|
|
4337
|
+
VOICE_COMPLETED: "VOICE_COMPLETED",
|
|
4338
|
+
VOICE_FAILED: "VOICE_FAILED",
|
|
4339
|
+
VOICE_INITIATED: "VOICE_INITIATED",
|
|
4340
|
+
VOICE_NO_ANSWER: "VOICE_NO_ANSWER",
|
|
4341
|
+
VOICE_RINGING: "VOICE_RINGING",
|
|
4342
|
+
VOICE_TTL_EXPIRED: "VOICE_TTL_EXPIRED",
|
|
4343
|
+
};
|
|
4344
|
+
const PoolStatus = {
|
|
4345
|
+
ACTIVE: "ACTIVE",
|
|
4346
|
+
CREATING: "CREATING",
|
|
4347
|
+
DELETING: "DELETING",
|
|
4348
|
+
};
|
|
4349
|
+
const RegistrationStatus = {
|
|
4350
|
+
CLOSED: "CLOSED",
|
|
4351
|
+
COMPLETE: "COMPLETE",
|
|
4352
|
+
CREATED: "CREATED",
|
|
4353
|
+
DELETED: "DELETED",
|
|
4354
|
+
PROVISIONING: "PROVISIONING",
|
|
4355
|
+
REQUIRES_AUTHENTICATION: "REQUIRES_AUTHENTICATION",
|
|
4356
|
+
REQUIRES_UPDATES: "REQUIRES_UPDATES",
|
|
4357
|
+
REVIEWING: "REVIEWING",
|
|
4358
|
+
SUBMITTED: "SUBMITTED",
|
|
4359
|
+
};
|
|
4360
|
+
const RegistrationVersionStatus = {
|
|
4361
|
+
APPROVED: "APPROVED",
|
|
4362
|
+
ARCHIVED: "ARCHIVED",
|
|
4363
|
+
DENIED: "DENIED",
|
|
4364
|
+
DISCARDED: "DISCARDED",
|
|
4365
|
+
DRAFT: "DRAFT",
|
|
4366
|
+
REQUIRES_AUTHENTICATION: "REQUIRES_AUTHENTICATION",
|
|
4367
|
+
REVIEWING: "REVIEWING",
|
|
4368
|
+
REVOKED: "REVOKED",
|
|
4369
|
+
SUBMITTED: "SUBMITTED",
|
|
4370
|
+
};
|
|
4371
|
+
const VerificationStatus = {
|
|
4372
|
+
PENDING: "PENDING",
|
|
4373
|
+
VERIFIED: "VERIFIED",
|
|
4374
|
+
};
|
|
4375
|
+
const KeywordAction = {
|
|
4376
|
+
AUTOMATIC_RESPONSE: "AUTOMATIC_RESPONSE",
|
|
4377
|
+
OPT_IN: "OPT_IN",
|
|
4378
|
+
OPT_OUT: "OPT_OUT",
|
|
4379
|
+
};
|
|
4380
|
+
const ProtectConfigurationRuleOverrideAction = {
|
|
4381
|
+
ALLOW: "ALLOW",
|
|
4382
|
+
BLOCK: "BLOCK",
|
|
4383
|
+
};
|
|
4384
|
+
const KeywordFilterName = {
|
|
4385
|
+
KEYWORD_ACTION: "keyword-action",
|
|
4386
|
+
};
|
|
4387
|
+
const OptedOutFilterName = {
|
|
4388
|
+
END_USER_OPTED_OUT: "end-user-opted-out",
|
|
4389
|
+
};
|
|
4390
|
+
const Owner = {
|
|
4391
|
+
SELF: "SELF",
|
|
4392
|
+
SHARED: "SHARED",
|
|
4393
|
+
};
|
|
4394
|
+
const PhoneNumberFilterName = {
|
|
4395
|
+
DELETION_PROTECTION_ENABLED: "deletion-protection-enabled",
|
|
4396
|
+
ISO_COUNTRY_CODE: "iso-country-code",
|
|
4397
|
+
MESSAGE_TYPE: "message-type",
|
|
4398
|
+
NUMBER_CAPABILITY: "number-capability",
|
|
4399
|
+
NUMBER_TYPE: "number-type",
|
|
4400
|
+
OPT_OUT_LIST_NAME: "opt-out-list-name",
|
|
4401
|
+
SELF_MANAGED_OPT_OUTS_ENABLED: "self-managed-opt-outs-enabled",
|
|
4402
|
+
STATUS: "status",
|
|
4403
|
+
TWO_WAY_CHANNEL_ARN: "two-way-channel-arn",
|
|
4404
|
+
TWO_WAY_ENABLED: "two-way-enabled",
|
|
4405
|
+
};
|
|
4406
|
+
const NumberCapability = {
|
|
4407
|
+
MMS: "MMS",
|
|
4408
|
+
SMS: "SMS",
|
|
4409
|
+
VOICE: "VOICE",
|
|
4410
|
+
};
|
|
4411
|
+
const NumberType = {
|
|
4412
|
+
LONG_CODE: "LONG_CODE",
|
|
4413
|
+
SHORT_CODE: "SHORT_CODE",
|
|
4414
|
+
SIMULATOR: "SIMULATOR",
|
|
4415
|
+
TEN_DLC: "TEN_DLC",
|
|
4416
|
+
TOLL_FREE: "TOLL_FREE",
|
|
4417
|
+
};
|
|
4418
|
+
const NumberStatus = {
|
|
4419
|
+
ACTIVE: "ACTIVE",
|
|
4420
|
+
ASSOCIATING: "ASSOCIATING",
|
|
4421
|
+
DELETED: "DELETED",
|
|
4422
|
+
DISASSOCIATING: "DISASSOCIATING",
|
|
4423
|
+
PENDING: "PENDING",
|
|
4424
|
+
};
|
|
4425
|
+
const PoolFilterName = {
|
|
4426
|
+
DELETION_PROTECTION_ENABLED: "deletion-protection-enabled",
|
|
4427
|
+
MESSAGE_TYPE: "message-type",
|
|
4428
|
+
OPT_OUT_LIST_NAME: "opt-out-list-name",
|
|
4429
|
+
SELF_MANAGED_OPT_OUTS_ENABLED: "self-managed-opt-outs-enabled",
|
|
4430
|
+
SHARED_ROUTES_ENABLED: "shared-routes-enabled",
|
|
4431
|
+
STATUS: "status",
|
|
4432
|
+
TWO_WAY_CHANNEL_ARN: "two-way-channel-arn",
|
|
4433
|
+
TWO_WAY_ENABLED: "two-way-enabled",
|
|
4434
|
+
};
|
|
4435
|
+
const ProtectConfigurationFilterName = {
|
|
4436
|
+
ACCOUNT_DEFAULT: "account-default",
|
|
4437
|
+
DELETION_PROTECTION_ENABLED: "deletion-protection-enabled",
|
|
4438
|
+
};
|
|
4439
|
+
const RegistrationAttachmentFilterName = {
|
|
4440
|
+
ATTACHMENT_STATUS: "attachment-status",
|
|
4441
|
+
};
|
|
4442
|
+
const FieldRequirement = {
|
|
4443
|
+
CONDITIONAL: "CONDITIONAL",
|
|
4444
|
+
OPTIONAL: "OPTIONAL",
|
|
4445
|
+
REQUIRED: "REQUIRED",
|
|
4446
|
+
};
|
|
4447
|
+
const FieldType = {
|
|
4448
|
+
ATTACHMENT: "ATTACHMENT",
|
|
4449
|
+
SELECT: "SELECT",
|
|
4450
|
+
TEXT: "TEXT",
|
|
4451
|
+
};
|
|
4452
|
+
const RegistrationFilterName = {
|
|
4453
|
+
REGISTRATION_STATUS: "registration-status",
|
|
4454
|
+
REGISTRATION_TYPE: "registration-type",
|
|
4455
|
+
};
|
|
4456
|
+
const RegistrationTypeFilterName = {
|
|
4457
|
+
SUPPORTED_ASSOCIATION_ISO_COUNTRY_CODE: "supported-association-iso-country-code",
|
|
4458
|
+
SUPPORTED_ASSOCIATION_RESOURCE_TYPE: "supported-association-resource-type",
|
|
4459
|
+
};
|
|
4460
|
+
const RegistrationAssociationBehavior = {
|
|
4461
|
+
ASSOCIATE_AFTER_COMPLETE: "ASSOCIATE_AFTER_COMPLETE",
|
|
4462
|
+
ASSOCIATE_BEFORE_SUBMIT: "ASSOCIATE_BEFORE_SUBMIT",
|
|
4463
|
+
ASSOCIATE_ON_APPROVAL: "ASSOCIATE_ON_APPROVAL",
|
|
4464
|
+
};
|
|
4465
|
+
const RegistrationDisassociationBehavior = {
|
|
4466
|
+
DELETE_REGISTRATION_DISASSOCIATES: "DELETE_REGISTRATION_DISASSOCIATES",
|
|
4467
|
+
DISASSOCIATE_ALL_ALLOWS_DELETE_REGISTRATION: "DISASSOCIATE_ALL_ALLOWS_DELETE_REGISTRATION",
|
|
4468
|
+
DISASSOCIATE_ALL_CLOSES_REGISTRATION: "DISASSOCIATE_ALL_CLOSES_REGISTRATION",
|
|
4469
|
+
};
|
|
4470
|
+
const RegistrationVersionFilterName = {
|
|
4471
|
+
REGISTRATION_VERSION_STATUS: "registration-version-status",
|
|
4472
|
+
};
|
|
4473
|
+
const SenderIdFilterName = {
|
|
4474
|
+
DELETION_PROTECTION_ENABLED: "deletion-protection-enabled",
|
|
4475
|
+
ISO_COUNTRY_CODE: "iso-country-code",
|
|
4476
|
+
MESSAGE_TYPE: "message-type",
|
|
4477
|
+
REGISTERED: "registered",
|
|
4478
|
+
SENDER_ID: "sender-id",
|
|
4479
|
+
};
|
|
4480
|
+
const SpendLimitName = {
|
|
4481
|
+
MEDIA_MESSAGE_MONTHLY_SPEND_LIMIT: "MEDIA_MESSAGE_MONTHLY_SPEND_LIMIT",
|
|
4482
|
+
TEXT_MESSAGE_MONTHLY_SPEND_LIMIT: "TEXT_MESSAGE_MONTHLY_SPEND_LIMIT",
|
|
4483
|
+
VOICE_MESSAGE_MONTHLY_SPEND_LIMIT: "VOICE_MESSAGE_MONTHLY_SPEND_LIMIT",
|
|
4484
|
+
};
|
|
4485
|
+
const VerifiedDestinationNumberFilterName = {
|
|
4486
|
+
STATUS: "status",
|
|
4487
|
+
};
|
|
4488
|
+
const DestinationCountryParameterKey = {
|
|
4489
|
+
IN_ENTITY_ID: "IN_ENTITY_ID",
|
|
4490
|
+
IN_TEMPLATE_ID: "IN_TEMPLATE_ID",
|
|
4491
|
+
};
|
|
4492
|
+
const ProtectStatus = {
|
|
4493
|
+
ALLOW: "ALLOW",
|
|
4494
|
+
BLOCK: "BLOCK",
|
|
4495
|
+
FILTER: "FILTER",
|
|
4496
|
+
MONITOR: "MONITOR",
|
|
4497
|
+
};
|
|
4498
|
+
const LanguageCode = {
|
|
4499
|
+
DE_DE: "DE_DE",
|
|
4500
|
+
EN_GB: "EN_GB",
|
|
4501
|
+
EN_US: "EN_US",
|
|
4502
|
+
ES_419: "ES_419",
|
|
4503
|
+
ES_ES: "ES_ES",
|
|
4504
|
+
FR_CA: "FR_CA",
|
|
4505
|
+
FR_FR: "FR_FR",
|
|
4506
|
+
IT_IT: "IT_IT",
|
|
4507
|
+
JA_JP: "JA_JP",
|
|
4508
|
+
KO_KR: "KO_KR",
|
|
4509
|
+
PT_BR: "PT_BR",
|
|
4510
|
+
ZH_CN: "ZH_CN",
|
|
4511
|
+
ZH_TW: "ZH_TW",
|
|
4512
|
+
};
|
|
4513
|
+
const PoolOriginationIdentitiesFilterName = {
|
|
4514
|
+
ISO_COUNTRY_CODE: "iso-country-code",
|
|
4515
|
+
NUMBER_CAPABILITY: "number-capability",
|
|
4516
|
+
};
|
|
4517
|
+
const ProtectConfigurationRuleSetNumberOverrideFilterName = {
|
|
4518
|
+
ACTION: "action",
|
|
4519
|
+
CREATED_AFTER: "created-after",
|
|
4520
|
+
CREATED_BEFORE: "created-before",
|
|
4521
|
+
DESTINATION_PHONE_NUMBER_BEGINS_WITH: "destination-phone-number-begins-with",
|
|
4522
|
+
EXPIRES_AFTER: "expires-after",
|
|
4523
|
+
EXPIRES_BEFORE: "expires-before",
|
|
4524
|
+
ISO_COUNTRY_CODE: "iso-country-code",
|
|
4525
|
+
};
|
|
4526
|
+
const RegistrationAssociationFilterName = {
|
|
4527
|
+
ISO_COUNTRY_CODE: "iso-country-code",
|
|
4528
|
+
RESOURCE_TYPE: "resource-type",
|
|
4529
|
+
};
|
|
4530
|
+
const MessageFeedbackStatus = {
|
|
4531
|
+
FAILED: "FAILED",
|
|
4532
|
+
RECEIVED: "RECEIVED",
|
|
4533
|
+
};
|
|
4534
|
+
const RequestableNumberType = {
|
|
4535
|
+
LONG_CODE: "LONG_CODE",
|
|
4536
|
+
SIMULATOR: "SIMULATOR",
|
|
4537
|
+
TEN_DLC: "TEN_DLC",
|
|
4538
|
+
TOLL_FREE: "TOLL_FREE",
|
|
4539
|
+
};
|
|
4540
|
+
const VerificationChannel = {
|
|
4541
|
+
TEXT: "TEXT",
|
|
4542
|
+
VOICE: "VOICE",
|
|
4543
|
+
};
|
|
4544
|
+
const VoiceMessageBodyTextType = {
|
|
4545
|
+
SSML: "SSML",
|
|
4546
|
+
TEXT: "TEXT",
|
|
4547
|
+
};
|
|
4548
|
+
const VoiceId = {
|
|
4549
|
+
AMY: "AMY",
|
|
4550
|
+
ASTRID: "ASTRID",
|
|
4551
|
+
BIANCA: "BIANCA",
|
|
4552
|
+
BRIAN: "BRIAN",
|
|
4553
|
+
CAMILA: "CAMILA",
|
|
4554
|
+
CARLA: "CARLA",
|
|
4555
|
+
CARMEN: "CARMEN",
|
|
4556
|
+
CELINE: "CELINE",
|
|
4557
|
+
CHANTAL: "CHANTAL",
|
|
4558
|
+
CONCHITA: "CONCHITA",
|
|
4559
|
+
CRISTIANO: "CRISTIANO",
|
|
4560
|
+
DORA: "DORA",
|
|
4561
|
+
EMMA: "EMMA",
|
|
4562
|
+
ENRIQUE: "ENRIQUE",
|
|
4563
|
+
EWA: "EWA",
|
|
4564
|
+
FILIZ: "FILIZ",
|
|
4565
|
+
GERAINT: "GERAINT",
|
|
4566
|
+
GIORGIO: "GIORGIO",
|
|
4567
|
+
GWYNETH: "GWYNETH",
|
|
4568
|
+
HANS: "HANS",
|
|
4569
|
+
INES: "INES",
|
|
4570
|
+
IVY: "IVY",
|
|
4571
|
+
JACEK: "JACEK",
|
|
4572
|
+
JAN: "JAN",
|
|
4573
|
+
JOANNA: "JOANNA",
|
|
4574
|
+
JOEY: "JOEY",
|
|
4575
|
+
JUSTIN: "JUSTIN",
|
|
4576
|
+
KARL: "KARL",
|
|
4577
|
+
KENDRA: "KENDRA",
|
|
4578
|
+
KIMBERLY: "KIMBERLY",
|
|
4579
|
+
LEA: "LEA",
|
|
4580
|
+
LIV: "LIV",
|
|
4581
|
+
LOTTE: "LOTTE",
|
|
4582
|
+
LUCIA: "LUCIA",
|
|
4583
|
+
LUPE: "LUPE",
|
|
4584
|
+
MADS: "MADS",
|
|
4585
|
+
MAJA: "MAJA",
|
|
4586
|
+
MARLENE: "MARLENE",
|
|
4587
|
+
MATHIEU: "MATHIEU",
|
|
4588
|
+
MATTHEW: "MATTHEW",
|
|
4589
|
+
MAXIM: "MAXIM",
|
|
4590
|
+
MIA: "MIA",
|
|
4591
|
+
MIGUEL: "MIGUEL",
|
|
4592
|
+
MIZUKI: "MIZUKI",
|
|
4593
|
+
NAJA: "NAJA",
|
|
4594
|
+
NICOLE: "NICOLE",
|
|
4595
|
+
PENELOPE: "PENELOPE",
|
|
4596
|
+
RAVEENA: "RAVEENA",
|
|
4597
|
+
RICARDO: "RICARDO",
|
|
4598
|
+
RUBEN: "RUBEN",
|
|
4599
|
+
RUSSELL: "RUSSELL",
|
|
4600
|
+
SALLI: "SALLI",
|
|
4601
|
+
SEOYEON: "SEOYEON",
|
|
4602
|
+
TAKUMI: "TAKUMI",
|
|
4603
|
+
TATYANA: "TATYANA",
|
|
4604
|
+
VICKI: "VICKI",
|
|
4605
|
+
VITORIA: "VITORIA",
|
|
4606
|
+
ZEINA: "ZEINA",
|
|
4607
|
+
ZHIYU: "ZHIYU",
|
|
4608
|
+
};
|
|
4609
|
+
|
|
4130
4610
|
Object.defineProperty(exports, "$Command", {
|
|
4131
4611
|
enumerable: true,
|
|
4132
4612
|
get: function () { return smithyClient.Command; }
|
|
@@ -4136,10 +4616,17 @@ Object.defineProperty(exports, "__Client", {
|
|
|
4136
4616
|
get: function () { return smithyClient.Client; }
|
|
4137
4617
|
});
|
|
4138
4618
|
exports.AccessDeniedException = AccessDeniedException$1;
|
|
4619
|
+
exports.AccessDeniedExceptionReason = AccessDeniedExceptionReason;
|
|
4620
|
+
exports.AccountAttributeName = AccountAttributeName;
|
|
4621
|
+
exports.AccountLimitName = AccountLimitName;
|
|
4139
4622
|
exports.AssociateOriginationIdentityCommand = AssociateOriginationIdentityCommand;
|
|
4140
4623
|
exports.AssociateProtectConfigurationCommand = AssociateProtectConfigurationCommand;
|
|
4624
|
+
exports.AttachmentStatus = AttachmentStatus;
|
|
4625
|
+
exports.AttachmentUploadErrorReason = AttachmentUploadErrorReason;
|
|
4141
4626
|
exports.CarrierLookupCommand = CarrierLookupCommand;
|
|
4627
|
+
exports.ConfigurationSetFilterName = ConfigurationSetFilterName;
|
|
4142
4628
|
exports.ConflictException = ConflictException$1;
|
|
4629
|
+
exports.ConflictExceptionReason = ConflictExceptionReason;
|
|
4143
4630
|
exports.CreateConfigurationSetCommand = CreateConfigurationSetCommand;
|
|
4144
4631
|
exports.CreateEventDestinationCommand = CreateEventDestinationCommand;
|
|
4145
4632
|
exports.CreateOptOutListCommand = CreateOptOutListCommand;
|
|
@@ -4188,35 +4675,71 @@ exports.DescribeRegistrationsCommand = DescribeRegistrationsCommand;
|
|
|
4188
4675
|
exports.DescribeSenderIdsCommand = DescribeSenderIdsCommand;
|
|
4189
4676
|
exports.DescribeSpendLimitsCommand = DescribeSpendLimitsCommand;
|
|
4190
4677
|
exports.DescribeVerifiedDestinationNumbersCommand = DescribeVerifiedDestinationNumbersCommand;
|
|
4678
|
+
exports.DestinationCountryParameterKey = DestinationCountryParameterKey;
|
|
4191
4679
|
exports.DisassociateOriginationIdentityCommand = DisassociateOriginationIdentityCommand;
|
|
4192
4680
|
exports.DisassociateProtectConfigurationCommand = DisassociateProtectConfigurationCommand;
|
|
4193
4681
|
exports.DiscardRegistrationVersionCommand = DiscardRegistrationVersionCommand;
|
|
4682
|
+
exports.EventType = EventType;
|
|
4683
|
+
exports.FieldRequirement = FieldRequirement;
|
|
4684
|
+
exports.FieldType = FieldType;
|
|
4194
4685
|
exports.GetProtectConfigurationCountryRuleSetCommand = GetProtectConfigurationCountryRuleSetCommand;
|
|
4195
4686
|
exports.GetResourcePolicyCommand = GetResourcePolicyCommand;
|
|
4196
4687
|
exports.InternalServerException = InternalServerException$1;
|
|
4688
|
+
exports.KeywordAction = KeywordAction;
|
|
4689
|
+
exports.KeywordFilterName = KeywordFilterName;
|
|
4690
|
+
exports.LanguageCode = LanguageCode;
|
|
4197
4691
|
exports.ListPoolOriginationIdentitiesCommand = ListPoolOriginationIdentitiesCommand;
|
|
4198
4692
|
exports.ListProtectConfigurationRuleSetNumberOverridesCommand = ListProtectConfigurationRuleSetNumberOverridesCommand;
|
|
4199
4693
|
exports.ListRegistrationAssociationsCommand = ListRegistrationAssociationsCommand;
|
|
4200
4694
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
4695
|
+
exports.MessageFeedbackStatus = MessageFeedbackStatus;
|
|
4696
|
+
exports.MessageType = MessageType;
|
|
4697
|
+
exports.NumberCapability = NumberCapability;
|
|
4698
|
+
exports.NumberStatus = NumberStatus;
|
|
4699
|
+
exports.NumberType = NumberType;
|
|
4700
|
+
exports.OptedOutFilterName = OptedOutFilterName;
|
|
4701
|
+
exports.Owner = Owner;
|
|
4702
|
+
exports.PhoneNumberFilterName = PhoneNumberFilterName;
|
|
4703
|
+
exports.PhoneNumberType = PhoneNumberType;
|
|
4201
4704
|
exports.PinpointSMSVoiceV2 = PinpointSMSVoiceV2;
|
|
4202
4705
|
exports.PinpointSMSVoiceV2Client = PinpointSMSVoiceV2Client;
|
|
4203
4706
|
exports.PinpointSMSVoiceV2ServiceException = PinpointSMSVoiceV2ServiceException$1;
|
|
4707
|
+
exports.PoolFilterName = PoolFilterName;
|
|
4708
|
+
exports.PoolOriginationIdentitiesFilterName = PoolOriginationIdentitiesFilterName;
|
|
4709
|
+
exports.PoolStatus = PoolStatus;
|
|
4710
|
+
exports.ProtectConfigurationFilterName = ProtectConfigurationFilterName;
|
|
4711
|
+
exports.ProtectConfigurationRuleOverrideAction = ProtectConfigurationRuleOverrideAction;
|
|
4712
|
+
exports.ProtectConfigurationRuleSetNumberOverrideFilterName = ProtectConfigurationRuleSetNumberOverrideFilterName;
|
|
4713
|
+
exports.ProtectStatus = ProtectStatus;
|
|
4204
4714
|
exports.PutKeywordCommand = PutKeywordCommand;
|
|
4205
4715
|
exports.PutMessageFeedbackCommand = PutMessageFeedbackCommand;
|
|
4206
4716
|
exports.PutOptedOutNumberCommand = PutOptedOutNumberCommand;
|
|
4207
4717
|
exports.PutProtectConfigurationRuleSetNumberOverrideCommand = PutProtectConfigurationRuleSetNumberOverrideCommand;
|
|
4208
4718
|
exports.PutRegistrationFieldValueCommand = PutRegistrationFieldValueCommand;
|
|
4209
4719
|
exports.PutResourcePolicyCommand = PutResourcePolicyCommand;
|
|
4720
|
+
exports.RegistrationAssociationBehavior = RegistrationAssociationBehavior;
|
|
4721
|
+
exports.RegistrationAssociationFilterName = RegistrationAssociationFilterName;
|
|
4722
|
+
exports.RegistrationAttachmentFilterName = RegistrationAttachmentFilterName;
|
|
4723
|
+
exports.RegistrationDisassociationBehavior = RegistrationDisassociationBehavior;
|
|
4724
|
+
exports.RegistrationFilterName = RegistrationFilterName;
|
|
4725
|
+
exports.RegistrationStatus = RegistrationStatus;
|
|
4726
|
+
exports.RegistrationTypeFilterName = RegistrationTypeFilterName;
|
|
4727
|
+
exports.RegistrationVersionFilterName = RegistrationVersionFilterName;
|
|
4728
|
+
exports.RegistrationVersionStatus = RegistrationVersionStatus;
|
|
4210
4729
|
exports.ReleasePhoneNumberCommand = ReleasePhoneNumberCommand;
|
|
4211
4730
|
exports.ReleaseSenderIdCommand = ReleaseSenderIdCommand;
|
|
4212
4731
|
exports.RequestPhoneNumberCommand = RequestPhoneNumberCommand;
|
|
4213
4732
|
exports.RequestSenderIdCommand = RequestSenderIdCommand;
|
|
4733
|
+
exports.RequestableNumberType = RequestableNumberType;
|
|
4214
4734
|
exports.ResourceNotFoundException = ResourceNotFoundException$1;
|
|
4735
|
+
exports.ResourceType = ResourceType;
|
|
4215
4736
|
exports.SendDestinationNumberVerificationCodeCommand = SendDestinationNumberVerificationCodeCommand;
|
|
4216
4737
|
exports.SendMediaMessageCommand = SendMediaMessageCommand;
|
|
4217
4738
|
exports.SendTextMessageCommand = SendTextMessageCommand;
|
|
4218
4739
|
exports.SendVoiceMessageCommand = SendVoiceMessageCommand;
|
|
4740
|
+
exports.SenderIdFilterName = SenderIdFilterName;
|
|
4219
4741
|
exports.ServiceQuotaExceededException = ServiceQuotaExceededException$1;
|
|
4742
|
+
exports.ServiceQuotaExceededExceptionReason = ServiceQuotaExceededExceptionReason;
|
|
4220
4743
|
exports.SetAccountDefaultProtectConfigurationCommand = SetAccountDefaultProtectConfigurationCommand;
|
|
4221
4744
|
exports.SetDefaultMessageFeedbackEnabledCommand = SetDefaultMessageFeedbackEnabledCommand;
|
|
4222
4745
|
exports.SetDefaultMessageTypeCommand = SetDefaultMessageTypeCommand;
|
|
@@ -4224,6 +4747,7 @@ exports.SetDefaultSenderIdCommand = SetDefaultSenderIdCommand;
|
|
|
4224
4747
|
exports.SetMediaMessageSpendLimitOverrideCommand = SetMediaMessageSpendLimitOverrideCommand;
|
|
4225
4748
|
exports.SetTextMessageSpendLimitOverrideCommand = SetTextMessageSpendLimitOverrideCommand;
|
|
4226
4749
|
exports.SetVoiceMessageSpendLimitOverrideCommand = SetVoiceMessageSpendLimitOverrideCommand;
|
|
4750
|
+
exports.SpendLimitName = SpendLimitName;
|
|
4227
4751
|
exports.SubmitRegistrationVersionCommand = SubmitRegistrationVersionCommand;
|
|
4228
4752
|
exports.TagResourceCommand = TagResourceCommand;
|
|
4229
4753
|
exports.ThrottlingException = ThrottlingException$1;
|
|
@@ -4235,7 +4759,13 @@ exports.UpdateProtectConfigurationCommand = UpdateProtectConfigurationCommand;
|
|
|
4235
4759
|
exports.UpdateProtectConfigurationCountryRuleSetCommand = UpdateProtectConfigurationCountryRuleSetCommand;
|
|
4236
4760
|
exports.UpdateSenderIdCommand = UpdateSenderIdCommand;
|
|
4237
4761
|
exports.ValidationException = ValidationException$1;
|
|
4762
|
+
exports.ValidationExceptionReason = ValidationExceptionReason;
|
|
4763
|
+
exports.VerificationChannel = VerificationChannel;
|
|
4764
|
+
exports.VerificationStatus = VerificationStatus;
|
|
4765
|
+
exports.VerifiedDestinationNumberFilterName = VerifiedDestinationNumberFilterName;
|
|
4238
4766
|
exports.VerifyDestinationNumberCommand = VerifyDestinationNumberCommand;
|
|
4767
|
+
exports.VoiceId = VoiceId;
|
|
4768
|
+
exports.VoiceMessageBodyTextType = VoiceMessageBodyTextType;
|
|
4239
4769
|
exports.paginateDescribeAccountAttributes = paginateDescribeAccountAttributes;
|
|
4240
4770
|
exports.paginateDescribeAccountLimits = paginateDescribeAccountLimits;
|
|
4241
4771
|
exports.paginateDescribeConfigurationSets = paginateDescribeConfigurationSets;
|
package/dist-es/index.js
CHANGED
|
@@ -2,5 +2,6 @@ export * from "./PinpointSMSVoiceV2Client";
|
|
|
2
2
|
export * from "./PinpointSMSVoiceV2";
|
|
3
3
|
export * from "./commands";
|
|
4
4
|
export * from "./pagination";
|
|
5
|
+
export * from "./models/enums";
|
|
5
6
|
export * from "./models/errors";
|
|
6
7
|
export { PinpointSMSVoiceV2ServiceException } from "./models/PinpointSMSVoiceV2ServiceException";
|