@aws-sdk/client-pinpoint-sms-voice-v2 3.489.0 → 3.495.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.
Files changed (103) hide show
  1. package/dist-cjs/PinpointSMSVoiceV2.js +1 -149
  2. package/dist-cjs/PinpointSMSVoiceV2Client.js +1 -43
  3. package/dist-cjs/commands/AssociateOriginationIdentityCommand.js +1 -28
  4. package/dist-cjs/commands/CreateConfigurationSetCommand.js +1 -28
  5. package/dist-cjs/commands/CreateEventDestinationCommand.js +1 -28
  6. package/dist-cjs/commands/CreateOptOutListCommand.js +1 -28
  7. package/dist-cjs/commands/CreatePoolCommand.js +1 -28
  8. package/dist-cjs/commands/CreateRegistrationAssociationCommand.js +1 -28
  9. package/dist-cjs/commands/CreateRegistrationAttachmentCommand.js +1 -28
  10. package/dist-cjs/commands/CreateRegistrationCommand.js +1 -28
  11. package/dist-cjs/commands/CreateRegistrationVersionCommand.js +1 -28
  12. package/dist-cjs/commands/CreateVerifiedDestinationNumberCommand.js +1 -28
  13. package/dist-cjs/commands/DeleteConfigurationSetCommand.js +1 -28
  14. package/dist-cjs/commands/DeleteDefaultMessageTypeCommand.js +1 -28
  15. package/dist-cjs/commands/DeleteDefaultSenderIdCommand.js +1 -28
  16. package/dist-cjs/commands/DeleteEventDestinationCommand.js +1 -28
  17. package/dist-cjs/commands/DeleteKeywordCommand.js +1 -28
  18. package/dist-cjs/commands/DeleteOptOutListCommand.js +1 -28
  19. package/dist-cjs/commands/DeleteOptedOutNumberCommand.js +1 -28
  20. package/dist-cjs/commands/DeletePoolCommand.js +1 -28
  21. package/dist-cjs/commands/DeleteRegistrationAttachmentCommand.js +1 -28
  22. package/dist-cjs/commands/DeleteRegistrationCommand.js +1 -28
  23. package/dist-cjs/commands/DeleteRegistrationFieldValueCommand.js +1 -28
  24. package/dist-cjs/commands/DeleteTextMessageSpendLimitOverrideCommand.js +1 -28
  25. package/dist-cjs/commands/DeleteVerifiedDestinationNumberCommand.js +1 -28
  26. package/dist-cjs/commands/DeleteVoiceMessageSpendLimitOverrideCommand.js +1 -28
  27. package/dist-cjs/commands/DescribeAccountAttributesCommand.js +1 -28
  28. package/dist-cjs/commands/DescribeAccountLimitsCommand.js +1 -28
  29. package/dist-cjs/commands/DescribeConfigurationSetsCommand.js +1 -28
  30. package/dist-cjs/commands/DescribeKeywordsCommand.js +1 -28
  31. package/dist-cjs/commands/DescribeOptOutListsCommand.js +1 -28
  32. package/dist-cjs/commands/DescribeOptedOutNumbersCommand.js +1 -28
  33. package/dist-cjs/commands/DescribePhoneNumbersCommand.js +1 -28
  34. package/dist-cjs/commands/DescribePoolsCommand.js +1 -28
  35. package/dist-cjs/commands/DescribeRegistrationAttachmentsCommand.js +1 -28
  36. package/dist-cjs/commands/DescribeRegistrationFieldDefinitionsCommand.js +1 -28
  37. package/dist-cjs/commands/DescribeRegistrationFieldValuesCommand.js +1 -28
  38. package/dist-cjs/commands/DescribeRegistrationSectionDefinitionsCommand.js +1 -28
  39. package/dist-cjs/commands/DescribeRegistrationTypeDefinitionsCommand.js +1 -28
  40. package/dist-cjs/commands/DescribeRegistrationVersionsCommand.js +1 -28
  41. package/dist-cjs/commands/DescribeRegistrationsCommand.js +1 -28
  42. package/dist-cjs/commands/DescribeSenderIdsCommand.js +1 -28
  43. package/dist-cjs/commands/DescribeSpendLimitsCommand.js +1 -28
  44. package/dist-cjs/commands/DescribeVerifiedDestinationNumbersCommand.js +1 -28
  45. package/dist-cjs/commands/DisassociateOriginationIdentityCommand.js +1 -28
  46. package/dist-cjs/commands/DiscardRegistrationVersionCommand.js +1 -28
  47. package/dist-cjs/commands/ListPoolOriginationIdentitiesCommand.js +1 -28
  48. package/dist-cjs/commands/ListRegistrationAssociationsCommand.js +1 -28
  49. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  50. package/dist-cjs/commands/PutKeywordCommand.js +1 -28
  51. package/dist-cjs/commands/PutOptedOutNumberCommand.js +1 -28
  52. package/dist-cjs/commands/PutRegistrationFieldValueCommand.js +1 -28
  53. package/dist-cjs/commands/ReleasePhoneNumberCommand.js +1 -28
  54. package/dist-cjs/commands/ReleaseSenderIdCommand.js +1 -28
  55. package/dist-cjs/commands/RequestPhoneNumberCommand.js +1 -28
  56. package/dist-cjs/commands/RequestSenderIdCommand.js +1 -28
  57. package/dist-cjs/commands/SendDestinationNumberVerificationCodeCommand.js +1 -28
  58. package/dist-cjs/commands/SendTextMessageCommand.js +1 -28
  59. package/dist-cjs/commands/SendVoiceMessageCommand.js +1 -28
  60. package/dist-cjs/commands/SetDefaultMessageTypeCommand.js +1 -28
  61. package/dist-cjs/commands/SetDefaultSenderIdCommand.js +1 -28
  62. package/dist-cjs/commands/SetTextMessageSpendLimitOverrideCommand.js +1 -28
  63. package/dist-cjs/commands/SetVoiceMessageSpendLimitOverrideCommand.js +1 -28
  64. package/dist-cjs/commands/SubmitRegistrationVersionCommand.js +1 -28
  65. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  66. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  67. package/dist-cjs/commands/UpdateEventDestinationCommand.js +1 -28
  68. package/dist-cjs/commands/UpdatePhoneNumberCommand.js +1 -28
  69. package/dist-cjs/commands/UpdatePoolCommand.js +1 -28
  70. package/dist-cjs/commands/UpdateSenderIdCommand.js +1 -28
  71. package/dist-cjs/commands/VerifyDestinationNumberCommand.js +1 -28
  72. package/dist-cjs/commands/index.js +1 -72
  73. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  74. package/dist-cjs/extensionConfiguration.js +1 -2
  75. package/dist-cjs/index.js +6576 -11
  76. package/dist-cjs/models/PinpointSMSVoiceV2ServiceException.js +1 -12
  77. package/dist-cjs/models/index.js +1 -4
  78. package/dist-cjs/models/models_0.js +1 -519
  79. package/dist-cjs/pagination/DescribeAccountAttributesPaginator.js +1 -7
  80. package/dist-cjs/pagination/DescribeAccountLimitsPaginator.js +1 -7
  81. package/dist-cjs/pagination/DescribeConfigurationSetsPaginator.js +1 -7
  82. package/dist-cjs/pagination/DescribeKeywordsPaginator.js +1 -7
  83. package/dist-cjs/pagination/DescribeOptOutListsPaginator.js +1 -7
  84. package/dist-cjs/pagination/DescribeOptedOutNumbersPaginator.js +1 -7
  85. package/dist-cjs/pagination/DescribePhoneNumbersPaginator.js +1 -7
  86. package/dist-cjs/pagination/DescribePoolsPaginator.js +1 -7
  87. package/dist-cjs/pagination/DescribeRegistrationAttachmentsPaginator.js +1 -7
  88. package/dist-cjs/pagination/DescribeRegistrationFieldDefinitionsPaginator.js +1 -7
  89. package/dist-cjs/pagination/DescribeRegistrationFieldValuesPaginator.js +1 -7
  90. package/dist-cjs/pagination/DescribeRegistrationSectionDefinitionsPaginator.js +1 -7
  91. package/dist-cjs/pagination/DescribeRegistrationTypeDefinitionsPaginator.js +1 -7
  92. package/dist-cjs/pagination/DescribeRegistrationVersionsPaginator.js +1 -7
  93. package/dist-cjs/pagination/DescribeRegistrationsPaginator.js +1 -7
  94. package/dist-cjs/pagination/DescribeSenderIdsPaginator.js +1 -7
  95. package/dist-cjs/pagination/DescribeSpendLimitsPaginator.js +1 -7
  96. package/dist-cjs/pagination/DescribeVerifiedDestinationNumbersPaginator.js +1 -7
  97. package/dist-cjs/pagination/Interfaces.js +1 -2
  98. package/dist-cjs/pagination/ListPoolOriginationIdentitiesPaginator.js +1 -7
  99. package/dist-cjs/pagination/ListRegistrationAssociationsPaginator.js +1 -7
  100. package/dist-cjs/pagination/index.js +1 -24
  101. package/dist-cjs/protocols/Aws_json1_0.js +1 -4438
  102. package/dist-cjs/runtimeExtensions.js +1 -22
  103. package/package.json +40 -40
@@ -1,12 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PinpointSMSVoiceV2ServiceException = exports.__ServiceException = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
6
- class PinpointSMSVoiceV2ServiceException extends smithy_client_1.ServiceException {
7
- constructor(options) {
8
- super(options);
9
- Object.setPrototypeOf(this, PinpointSMSVoiceV2ServiceException.prototype);
10
- }
11
- }
12
- exports.PinpointSMSVoiceV2ServiceException = PinpointSMSVoiceV2ServiceException;
1
+ module.exports = require("../index.js");
@@ -1,4 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./models_0"), exports);
1
+ module.exports = require("../index.js");
@@ -1,519 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.VoiceId = exports.VoiceMessageBodyTextType = exports.VerificationChannel = exports.RequestableNumberType = exports.RegistrationAssociationFilterName = exports.PoolOriginationIdentitiesFilterName = exports.LanguageCode = exports.DestinationCountryParameterKey = exports.VerifiedDestinationNumberFilterName = exports.SpendLimitName = exports.SenderIdFilterName = exports.RegistrationVersionFilterName = exports.RegistrationDisassociationBehavior = exports.RegistrationAssociationBehavior = exports.RegistrationTypeFilterName = exports.RegistrationFilterName = exports.FieldType = exports.FieldRequirement = exports.RegistrationAttachmentFilterName = exports.PoolFilterName = exports.NumberStatus = exports.NumberType = exports.NumberCapability = exports.PhoneNumberFilterName = exports.OptedOutFilterName = exports.KeywordFilterName = exports.KeywordAction = exports.VerificationStatus = exports.RegistrationVersionStatus = exports.RegistrationStatus = exports.PoolStatus = exports.EventType = exports.MessageType = exports.ConfigurationSetFilterName = exports.AttachmentUploadErrorReason = exports.AttachmentStatus = exports.ValidationException = exports.ValidationExceptionReason = exports.ThrottlingException = exports.ServiceQuotaExceededException = exports.ServiceQuotaExceededExceptionReason = exports.ResourceNotFoundException = exports.InternalServerException = exports.ConflictException = exports.ResourceType = exports.ConflictExceptionReason = exports.AccountLimitName = exports.AccountAttributeName = exports.AccessDeniedException = exports.AccessDeniedExceptionReason = void 0;
4
- const PinpointSMSVoiceV2ServiceException_1 = require("./PinpointSMSVoiceV2ServiceException");
5
- exports.AccessDeniedExceptionReason = {
6
- ACCOUNT_DISABLED: "ACCOUNT_DISABLED",
7
- INSUFFICIENT_ACCOUNT_REPUTATION: "INSUFFICIENT_ACCOUNT_REPUTATION",
8
- };
9
- class AccessDeniedException extends PinpointSMSVoiceV2ServiceException_1.PinpointSMSVoiceV2ServiceException {
10
- constructor(opts) {
11
- super({
12
- name: "AccessDeniedException",
13
- $fault: "client",
14
- ...opts,
15
- });
16
- this.name = "AccessDeniedException";
17
- this.$fault = "client";
18
- Object.setPrototypeOf(this, AccessDeniedException.prototype);
19
- this.Message = opts.Message;
20
- this.Reason = opts.Reason;
21
- }
22
- }
23
- exports.AccessDeniedException = AccessDeniedException;
24
- exports.AccountAttributeName = {
25
- ACCOUNT_TIER: "ACCOUNT_TIER",
26
- };
27
- exports.AccountLimitName = {
28
- CONFIGURATION_SETS: "CONFIGURATION_SETS",
29
- OPT_OUT_LISTS: "OPT_OUT_LISTS",
30
- PHONE_NUMBERS: "PHONE_NUMBERS",
31
- POOLS: "POOLS",
32
- REGISTRATIONS: "REGISTRATIONS",
33
- REGISTRATION_ATTACHMENTS: "REGISTRATION_ATTACHMENTS",
34
- SENDER_IDS: "SENDER_IDS",
35
- VERIFIED_DESTINATION_NUMBERS: "VERIFIED_DESTINATION_NUMBERS",
36
- };
37
- exports.ConflictExceptionReason = {
38
- CREATE_REGISTRATION_VERSION_NOT_ALLOWED: "CREATE_REGISTRATION_VERSION_NOT_ALLOWED",
39
- DELETION_PROTECTION_ENABLED: "DELETION_PROTECTION_ENABLED",
40
- DESTINATION_PHONE_NUMBER_NOT_VERIFIED: "DESTINATION_PHONE_NUMBER_NOT_VERIFIED",
41
- DESTINATION_PHONE_NUMBER_OPTED_OUT: "DESTINATION_PHONE_NUMBER_OPTED_OUT",
42
- DISASSOCIATE_REGISTRATION_NOT_ALLOWED: "DISASSOCIATE_REGISTRATION_NOT_ALLOWED",
43
- DISCARD_REGISTRATION_VERSION_NOT_ALLOWED: "DISCARD_REGISTRATION_VERSION_NOT_ALLOWED",
44
- EDIT_REGISTRATION_FIELD_VALUES_NOT_ALLOWED: "EDIT_REGISTRATION_FIELD_VALUES_NOT_ALLOWED",
45
- EVENT_DESTINATION_MISMATCH: "EVENT_DESTINATION_MISMATCH",
46
- KEYWORD_MISMATCH: "KEYWORD_MISMATCH",
47
- LAST_PHONE_NUMBER: "LAST_PHONE_NUMBER",
48
- MESSAGE_TYPE_MISMATCH: "MESSAGE_TYPE_MISMATCH",
49
- NO_ORIGINATION_IDENTITIES_FOUND: "NO_ORIGINATION_IDENTITIES_FOUND",
50
- NUMBER_CAPABILITIES_MISMATCH: "NUMBER_CAPABILITIES_MISMATCH",
51
- OPT_OUT_LIST_MISMATCH: "OPT_OUT_LIST_MISMATCH",
52
- PHONE_NUMBER_ASSOCIATED_TO_POOL: "PHONE_NUMBER_ASSOCIATED_TO_POOL",
53
- PHONE_NUMBER_ASSOCIATED_TO_REGISTRATION: "PHONE_NUMBER_ASSOCIATED_TO_REGISTRATION",
54
- PHONE_NUMBER_NOT_ASSOCIATED_TO_POOL: "PHONE_NUMBER_NOT_ASSOCIATED_TO_POOL",
55
- PHONE_NUMBER_NOT_IN_REGISTRATION_REGION: "PHONE_NUMBER_NOT_IN_REGISTRATION_REGION",
56
- REGISTRATION_ALREADY_SUBMITTED: "REGISTRATION_ALREADY_SUBMITTED",
57
- REGISTRATION_NOT_COMPLETE: "REGISTRATION_NOT_COMPLETE",
58
- RESOURCE_ALREADY_EXISTS: "RESOURCE_ALREADY_EXISTS",
59
- RESOURCE_DELETION_NOT_ALLOWED: "RESOURCE_DELETION_NOT_ALLOWED",
60
- RESOURCE_MODIFICATION_NOT_ALLOWED: "RESOURCE_MODIFICATION_NOT_ALLOWED",
61
- RESOURCE_NOT_ACTIVE: "RESOURCE_NOT_ACTIVE",
62
- RESOURCE_NOT_EMPTY: "RESOURCE_NOT_EMPTY",
63
- SELF_MANAGED_OPT_OUTS_MISMATCH: "SELF_MANAGED_OPT_OUTS_MISMATCH",
64
- SENDER_ID_ASSOCIATED_TO_POOL: "SENDER_ID_ASSOCIATED_TO_POOL",
65
- SUBMIT_REGISTRATION_VERSION_NOT_ALLOWED: "SUBMIT_REGISTRATION_VERSION_NOT_ALLOWED",
66
- TWO_WAY_CONFIG_MISMATCH: "TWO_WAY_CONFIG_MISMATCH",
67
- VERIFICATION_ALREADY_COMPLETE: "VERIFICATION_ALREADY_COMPLETE",
68
- VERIFICATION_CODE_EXPIRED: "VERIFICATION_CODE_EXPIRED",
69
- };
70
- exports.ResourceType = {
71
- ACCOUNT: "account",
72
- CONFIGURATION_SET: "configuration-set",
73
- EVENT_DESTINATION: "event-destination",
74
- KEYWORD: "keyword",
75
- OPTED_OUT_NUMBER: "opted-out-number",
76
- OPT_OUT_LIST: "opt-out-list",
77
- PHONE_NUMBER: "phone-number",
78
- POOL: "pool",
79
- REGISTRATION: "registration",
80
- REGISTRATION_ATTACHMENT: "registration-attachment",
81
- SENDER_ID: "sender-id",
82
- VERIFIED_DESTINATION_NUMBER: "verified-destination-number",
83
- };
84
- class ConflictException extends PinpointSMSVoiceV2ServiceException_1.PinpointSMSVoiceV2ServiceException {
85
- constructor(opts) {
86
- super({
87
- name: "ConflictException",
88
- $fault: "client",
89
- ...opts,
90
- });
91
- this.name = "ConflictException";
92
- this.$fault = "client";
93
- Object.setPrototypeOf(this, ConflictException.prototype);
94
- this.Message = opts.Message;
95
- this.Reason = opts.Reason;
96
- this.ResourceType = opts.ResourceType;
97
- this.ResourceId = opts.ResourceId;
98
- }
99
- }
100
- exports.ConflictException = ConflictException;
101
- class InternalServerException extends PinpointSMSVoiceV2ServiceException_1.PinpointSMSVoiceV2ServiceException {
102
- constructor(opts) {
103
- super({
104
- name: "InternalServerException",
105
- $fault: "server",
106
- ...opts,
107
- });
108
- this.name = "InternalServerException";
109
- this.$fault = "server";
110
- this.$retryable = {};
111
- Object.setPrototypeOf(this, InternalServerException.prototype);
112
- this.Message = opts.Message;
113
- this.RequestId = opts.RequestId;
114
- }
115
- }
116
- exports.InternalServerException = InternalServerException;
117
- class ResourceNotFoundException extends PinpointSMSVoiceV2ServiceException_1.PinpointSMSVoiceV2ServiceException {
118
- constructor(opts) {
119
- super({
120
- name: "ResourceNotFoundException",
121
- $fault: "client",
122
- ...opts,
123
- });
124
- this.name = "ResourceNotFoundException";
125
- this.$fault = "client";
126
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
127
- this.Message = opts.Message;
128
- this.ResourceType = opts.ResourceType;
129
- this.ResourceId = opts.ResourceId;
130
- }
131
- }
132
- exports.ResourceNotFoundException = ResourceNotFoundException;
133
- exports.ServiceQuotaExceededExceptionReason = {
134
- ASSOCIATIONS_PER_REGISTRATION: "ASSOCIATIONS_PER_REGISTRATION",
135
- CONFIGURATION_SETS_PER_ACCOUNT: "CONFIGURATION_SETS_PER_ACCOUNT",
136
- DAILY_DESTINATION_CALL_LIMIT: "DAILY_DESTINATION_CALL_LIMIT",
137
- EVENT_DESTINATIONS_PER_CONFIGURATION_SET: "EVENT_DESTINATIONS_PER_CONFIGURATION_SET",
138
- KEYWORDS_PER_PHONE_NUMBER: "KEYWORDS_PER_PHONE_NUMBER",
139
- KEYWORDS_PER_POOL: "KEYWORDS_PER_POOL",
140
- MONTHLY_SPEND_LIMIT_REACHED_FOR_TEXT: "MONTHLY_SPEND_LIMIT_REACHED_FOR_TEXT",
141
- MONTHLY_SPEND_LIMIT_REACHED_FOR_VOICE: "MONTHLY_SPEND_LIMIT_REACHED_FOR_VOICE",
142
- OPT_OUT_LISTS_PER_ACCOUNT: "OPT_OUT_LISTS_PER_ACCOUNT",
143
- ORIGINATION_IDENTITIES_PER_POOL: "ORIGINATION_IDENTITIES_PER_POOL",
144
- PHONE_NUMBERS_PER_ACCOUNT: "PHONE_NUMBERS_PER_ACCOUNT",
145
- PHONE_NUMBERS_PER_REGISTRATION: "PHONE_NUMBERS_PER_REGISTRATION",
146
- POOLS_PER_ACCOUNT: "POOLS_PER_ACCOUNT",
147
- REGISTRATIONS_PER_ACCOUNT: "REGISTRATIONS_PER_ACCOUNT",
148
- REGISTRATION_ATTACHMENTS_CREATED_PER_DAY: "REGISTRATION_ATTACHMENTS_CREATED_PER_DAY",
149
- REGISTRATION_ATTACHMENTS_PER_ACCOUNT: "REGISTRATION_ATTACHMENTS_PER_ACCOUNT",
150
- REGISTRATION_VERSIONS_CREATED_PER_DAY: "REGISTRATION_VERSIONS_CREATED_PER_DAY",
151
- SENDER_IDS_PER_ACCOUNT: "SENDER_IDS_PER_ACCOUNT",
152
- TAGS_PER_RESOURCE: "TAGS_PER_RESOURCE",
153
- VERIFICATION_ATTEMPTS_PER_DAY: "VERIFICATION_ATTEMPTS_PER_DAY",
154
- VERIFIED_DESTINATION_NUMBERS_PER_ACCOUNT: "VERIFIED_DESTINATION_NUMBERS_PER_ACCOUNT",
155
- };
156
- class ServiceQuotaExceededException extends PinpointSMSVoiceV2ServiceException_1.PinpointSMSVoiceV2ServiceException {
157
- constructor(opts) {
158
- super({
159
- name: "ServiceQuotaExceededException",
160
- $fault: "client",
161
- ...opts,
162
- });
163
- this.name = "ServiceQuotaExceededException";
164
- this.$fault = "client";
165
- Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
166
- this.Message = opts.Message;
167
- this.Reason = opts.Reason;
168
- }
169
- }
170
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
171
- class ThrottlingException extends PinpointSMSVoiceV2ServiceException_1.PinpointSMSVoiceV2ServiceException {
172
- constructor(opts) {
173
- super({
174
- name: "ThrottlingException",
175
- $fault: "client",
176
- ...opts,
177
- });
178
- this.name = "ThrottlingException";
179
- this.$fault = "client";
180
- this.$retryable = {
181
- throttling: true,
182
- };
183
- Object.setPrototypeOf(this, ThrottlingException.prototype);
184
- this.Message = opts.Message;
185
- }
186
- }
187
- exports.ThrottlingException = ThrottlingException;
188
- exports.ValidationExceptionReason = {
189
- ATTACHMENT_TYPE_NOT_SUPPORTED: "ATTACHMENT_TYPE_NOT_SUPPORTED",
190
- CANNOT_ADD_OPTED_OUT_NUMBER: "CANNOT_ADD_OPTED_OUT_NUMBER",
191
- CANNOT_PARSE: "CANNOT_PARSE",
192
- COUNTRY_CODE_MISMATCH: "COUNTRY_CODE_MISMATCH",
193
- DESTINATION_COUNTRY_BLOCKED: "DESTINATION_COUNTRY_BLOCKED",
194
- FIELD_VALIDATION_FAILED: "FIELD_VALIDATION_FAILED",
195
- INVALID_ARN: "INVALID_ARN",
196
- INVALID_FILTER_VALUES: "INVALID_FILTER_VALUES",
197
- INVALID_IDENTITY_FOR_DESTINATION_COUNTRY: "INVALID_IDENTITY_FOR_DESTINATION_COUNTRY",
198
- INVALID_NEXT_TOKEN: "INVALID_NEXT_TOKEN",
199
- INVALID_PARAMETER: "INVALID_PARAMETER",
200
- INVALID_REGISTRATION_ASSOCIATION: "INVALID_REGISTRATION_ASSOCIATION",
201
- INVALID_REQUEST: "INVALID_REQUEST",
202
- MAXIMUM_SIZE_EXCEEDED: "MAXIMUM_SIZE_EXCEEDED",
203
- MISSING_PARAMETER: "MISSING_PARAMETER",
204
- OTHER: "OTHER",
205
- PARAMETERS_CANNOT_BE_USED_TOGETHER: "PARAMETERS_CANNOT_BE_USED_TOGETHER",
206
- PHONE_NUMBER_CANNOT_BE_OPTED_IN: "PHONE_NUMBER_CANNOT_BE_OPTED_IN",
207
- PHONE_NUMBER_CANNOT_BE_RELEASED: "PHONE_NUMBER_CANNOT_BE_RELEASED",
208
- PRICE_OVER_THRESHOLD: "PRICE_OVER_THRESHOLD",
209
- REGISTRATION_FIELD_CANNOT_BE_DELETED: "REGISTRATION_FIELD_CANNOT_BE_DELETED",
210
- REQUESTED_SPEND_LIMIT_HIGHER_THAN_SERVICE_LIMIT: "REQUESTED_SPEND_LIMIT_HIGHER_THAN_SERVICE_LIMIT",
211
- RESOURCE_NOT_ACCESSIBLE: "RESOURCE_NOT_ACCESSIBLE",
212
- SENDER_ID_NOT_REGISTERED: "SENDER_ID_NOT_REGISTERED",
213
- SENDER_ID_NOT_SUPPORTED: "SENDER_ID_NOT_SUPPORTED",
214
- SENDER_ID_REQUIRES_REGISTRATION: "SENDER_ID_REQUIRES_REGISTRATION",
215
- TWO_WAY_CHANNEL_NOT_PRESENT: "TWO_WAY_CHANNEL_NOT_PRESENT",
216
- TWO_WAY_NOT_ENABLED: "TWO_WAY_NOT_ENABLED",
217
- TWO_WAY_NOT_SUPPORTED_IN_COUNTRY: "TWO_WAY_NOT_SUPPORTED_IN_COUNTRY",
218
- TWO_WAY_NOT_SUPPORTED_IN_REGION: "TWO_WAY_NOT_SUPPORTED_IN_REGION",
219
- TWO_WAY_TOPIC_NOT_PRESENT: "TWO_WAY_TOPIC_NOT_PRESENT",
220
- UNKNOWN_OPERATION: "UNKNOWN_OPERATION",
221
- UNKNOWN_REGISTRATION_FIELD: "UNKNOWN_REGISTRATION_FIELD",
222
- UNKNOWN_REGISTRATION_SECTION: "UNKNOWN_REGISTRATION_SECTION",
223
- UNKNOWN_REGISTRATION_TYPE: "UNKNOWN_REGISTRATION_TYPE",
224
- UNKNOWN_REGISTRATION_VERSION: "UNKNOWN_REGISTRATION_VERSION",
225
- VERIFICATION_CODE_MISMATCH: "VERIFICATION_CODE_MISMATCH",
226
- VOICE_CAPABILITY_NOT_AVAILABLE: "VOICE_CAPABILITY_NOT_AVAILABLE",
227
- };
228
- class ValidationException extends PinpointSMSVoiceV2ServiceException_1.PinpointSMSVoiceV2ServiceException {
229
- constructor(opts) {
230
- super({
231
- name: "ValidationException",
232
- $fault: "client",
233
- ...opts,
234
- });
235
- this.name = "ValidationException";
236
- this.$fault = "client";
237
- Object.setPrototypeOf(this, ValidationException.prototype);
238
- this.Message = opts.Message;
239
- this.Reason = opts.Reason;
240
- this.Fields = opts.Fields;
241
- }
242
- }
243
- exports.ValidationException = ValidationException;
244
- exports.AttachmentStatus = {
245
- DELETED: "DELETED",
246
- UPLOAD_COMPLETE: "UPLOAD_COMPLETE",
247
- UPLOAD_FAILED: "UPLOAD_FAILED",
248
- UPLOAD_IN_PROGRESS: "UPLOAD_IN_PROGRESS",
249
- };
250
- exports.AttachmentUploadErrorReason = {
251
- INTERNAL_ERROR: "INTERNAL_ERROR",
252
- };
253
- exports.ConfigurationSetFilterName = {
254
- DEFAULT_MESSAGE_TYPE: "default-message-type",
255
- DEFAULT_SENDER_ID: "default-sender-id",
256
- EVENT_DESTINATION_NAME: "event-destination-name",
257
- MATCHING_EVENT_TYPES: "matching-event-types",
258
- };
259
- exports.MessageType = {
260
- PROMOTIONAL: "PROMOTIONAL",
261
- TRANSACTIONAL: "TRANSACTIONAL",
262
- };
263
- exports.EventType = {
264
- ALL: "ALL",
265
- TEXT_ALL: "TEXT_ALL",
266
- TEXT_BLOCKED: "TEXT_BLOCKED",
267
- TEXT_CARRIER_BLOCKED: "TEXT_CARRIER_BLOCKED",
268
- TEXT_CARRIER_UNREACHABLE: "TEXT_CARRIER_UNREACHABLE",
269
- TEXT_DELIVERED: "TEXT_DELIVERED",
270
- TEXT_INVALID: "TEXT_INVALID",
271
- TEXT_INVALID_MESSAGE: "TEXT_INVALID_MESSAGE",
272
- TEXT_PENDING: "TEXT_PENDING",
273
- TEXT_QUEUED: "TEXT_QUEUED",
274
- TEXT_SENT: "TEXT_SENT",
275
- TEXT_SPAM: "TEXT_SPAM",
276
- TEXT_SUCCESSFUL: "TEXT_SUCCESSFUL",
277
- TEXT_TTL_EXPIRED: "TEXT_TTL_EXPIRED",
278
- TEXT_UNKNOWN: "TEXT_UNKNOWN",
279
- TEXT_UNREACHABLE: "TEXT_UNREACHABLE",
280
- VOICE_ALL: "VOICE_ALL",
281
- VOICE_ANSWERED: "VOICE_ANSWERED",
282
- VOICE_BUSY: "VOICE_BUSY",
283
- VOICE_COMPLETED: "VOICE_COMPLETED",
284
- VOICE_FAILED: "VOICE_FAILED",
285
- VOICE_INITIATED: "VOICE_INITIATED",
286
- VOICE_NO_ANSWER: "VOICE_NO_ANSWER",
287
- VOICE_RINGING: "VOICE_RINGING",
288
- VOICE_TTL_EXPIRED: "VOICE_TTL_EXPIRED",
289
- };
290
- exports.PoolStatus = {
291
- ACTIVE: "ACTIVE",
292
- CREATING: "CREATING",
293
- DELETING: "DELETING",
294
- };
295
- exports.RegistrationStatus = {
296
- CLOSED: "CLOSED",
297
- COMPLETE: "COMPLETE",
298
- CREATED: "CREATED",
299
- DELETED: "DELETED",
300
- PROVISIONING: "PROVISIONING",
301
- REQUIRES_UPDATES: "REQUIRES_UPDATES",
302
- REVIEWING: "REVIEWING",
303
- SUBMITTED: "SUBMITTED",
304
- };
305
- exports.RegistrationVersionStatus = {
306
- APPROVED: "APPROVED",
307
- ARCHIVED: "ARCHIVED",
308
- DENIED: "DENIED",
309
- DISCARDED: "DISCARDED",
310
- DRAFT: "DRAFT",
311
- REVIEWING: "REVIEWING",
312
- REVOKED: "REVOKED",
313
- SUBMITTED: "SUBMITTED",
314
- };
315
- exports.VerificationStatus = {
316
- PENDING: "PENDING",
317
- VERIFIED: "VERIFIED",
318
- };
319
- exports.KeywordAction = {
320
- AUTOMATIC_RESPONSE: "AUTOMATIC_RESPONSE",
321
- OPT_IN: "OPT_IN",
322
- OPT_OUT: "OPT_OUT",
323
- };
324
- exports.KeywordFilterName = {
325
- KEYWORD_ACTION: "keyword-action",
326
- };
327
- exports.OptedOutFilterName = {
328
- END_USER_OPTED_OUT: "end-user-opted-out",
329
- };
330
- exports.PhoneNumberFilterName = {
331
- DELETION_PROTECTION_ENABLED: "deletion-protection-enabled",
332
- ISO_COUNTRY_CODE: "iso-country-code",
333
- MESSAGE_TYPE: "message-type",
334
- NUMBER_CAPABILITY: "number-capability",
335
- NUMBER_TYPE: "number-type",
336
- OPT_OUT_LIST_NAME: "opt-out-list-name",
337
- SELF_MANAGED_OPT_OUTS_ENABLED: "self-managed-opt-outs-enabled",
338
- STATUS: "status",
339
- TWO_WAY_CHANNEL_ARN: "two-way-channel-arn",
340
- TWO_WAY_ENABLED: "two-way-enabled",
341
- };
342
- exports.NumberCapability = {
343
- SMS: "SMS",
344
- VOICE: "VOICE",
345
- };
346
- exports.NumberType = {
347
- LONG_CODE: "LONG_CODE",
348
- SHORT_CODE: "SHORT_CODE",
349
- SIMULATOR: "SIMULATOR",
350
- TEN_DLC: "TEN_DLC",
351
- TOLL_FREE: "TOLL_FREE",
352
- };
353
- exports.NumberStatus = {
354
- ACTIVE: "ACTIVE",
355
- ASSOCIATING: "ASSOCIATING",
356
- DELETED: "DELETED",
357
- DISASSOCIATING: "DISASSOCIATING",
358
- PENDING: "PENDING",
359
- };
360
- exports.PoolFilterName = {
361
- DELETION_PROTECTION_ENABLED: "deletion-protection-enabled",
362
- MESSAGE_TYPE: "message-type",
363
- OPT_OUT_LIST_NAME: "opt-out-list-name",
364
- SELF_MANAGED_OPT_OUTS_ENABLED: "self-managed-opt-outs-enabled",
365
- SHARED_ROUTES_ENABLED: "shared-routes-enabled",
366
- STATUS: "status",
367
- TWO_WAY_CHANNEL_ARN: "two-way-channel-arn",
368
- TWO_WAY_ENABLED: "two-way-enabled",
369
- };
370
- exports.RegistrationAttachmentFilterName = {
371
- ATTACHMENT_STATUS: "attachment-status",
372
- };
373
- exports.FieldRequirement = {
374
- CONDITIONAL: "CONDITIONAL",
375
- OPTIONAL: "OPTIONAL",
376
- REQUIRED: "REQUIRED",
377
- };
378
- exports.FieldType = {
379
- ATTACHMENT: "ATTACHMENT",
380
- SELECT: "SELECT",
381
- TEXT: "TEXT",
382
- };
383
- exports.RegistrationFilterName = {
384
- REGISTRATION_STATUS: "registration-status",
385
- REGISTRATION_TYPE: "registration-type",
386
- };
387
- exports.RegistrationTypeFilterName = {
388
- SUPPORTED_ASSOCIATION_ISO_COUNTRY_CODE: "supported-association-iso-country-code",
389
- SUPPORTED_ASSOCIATION_RESOURCE_TYPE: "supported-association-resource-type",
390
- };
391
- exports.RegistrationAssociationBehavior = {
392
- ASSOCIATE_AFTER_COMPLETE: "ASSOCIATE_AFTER_COMPLETE",
393
- ASSOCIATE_BEFORE_SUBMIT: "ASSOCIATE_BEFORE_SUBMIT",
394
- ASSOCIATE_ON_APPROVAL: "ASSOCIATE_ON_APPROVAL",
395
- };
396
- exports.RegistrationDisassociationBehavior = {
397
- DELETE_REGISTRATION_DISASSOCIATES: "DELETE_REGISTRATION_DISASSOCIATES",
398
- DISASSOCIATE_ALL_ALLOWS_DELETE_REGISTRATION: "DISASSOCIATE_ALL_ALLOWS_DELETE_REGISTRATION",
399
- DISASSOCIATE_ALL_CLOSES_REGISTRATION: "DISASSOCIATE_ALL_CLOSES_REGISTRATION",
400
- };
401
- exports.RegistrationVersionFilterName = {
402
- REGISTRATION_VERSION_STATUS: "registration-version-status",
403
- };
404
- exports.SenderIdFilterName = {
405
- DELETION_PROTECTION_ENABLED: "deletion-protection-enabled",
406
- ISO_COUNTRY_CODE: "iso-country-code",
407
- MESSAGE_TYPE: "message-type",
408
- REGISTERED: "registered",
409
- SENDER_ID: "sender-id",
410
- };
411
- exports.SpendLimitName = {
412
- TEXT_MESSAGE_MONTHLY_SPEND_LIMIT: "TEXT_MESSAGE_MONTHLY_SPEND_LIMIT",
413
- VOICE_MESSAGE_MONTHLY_SPEND_LIMIT: "VOICE_MESSAGE_MONTHLY_SPEND_LIMIT",
414
- };
415
- exports.VerifiedDestinationNumberFilterName = {
416
- STATUS: "status",
417
- };
418
- exports.DestinationCountryParameterKey = {
419
- IN_ENTITY_ID: "IN_ENTITY_ID",
420
- IN_TEMPLATE_ID: "IN_TEMPLATE_ID",
421
- };
422
- exports.LanguageCode = {
423
- DE_DE: "DE_DE",
424
- EN_GB: "EN_GB",
425
- EN_US: "EN_US",
426
- ES_419: "ES_419",
427
- ES_ES: "ES_ES",
428
- FR_CA: "FR_CA",
429
- FR_FR: "FR_FR",
430
- IT_IT: "IT_IT",
431
- JA_JP: "JA_JP",
432
- KO_KR: "KO_KR",
433
- PT_BR: "PT_BR",
434
- ZH_CN: "ZH_CN",
435
- ZH_TW: "ZH_TW",
436
- };
437
- exports.PoolOriginationIdentitiesFilterName = {
438
- ISO_COUNTRY_CODE: "iso-country-code",
439
- NUMBER_CAPABILITY: "number-capability",
440
- };
441
- exports.RegistrationAssociationFilterName = {
442
- ISO_COUNTRY_CODE: "iso-country-code",
443
- RESOURCE_TYPE: "resource-type",
444
- };
445
- exports.RequestableNumberType = {
446
- LONG_CODE: "LONG_CODE",
447
- SIMULATOR: "SIMULATOR",
448
- TEN_DLC: "TEN_DLC",
449
- TOLL_FREE: "TOLL_FREE",
450
- };
451
- exports.VerificationChannel = {
452
- TEXT: "TEXT",
453
- VOICE: "VOICE",
454
- };
455
- exports.VoiceMessageBodyTextType = {
456
- SSML: "SSML",
457
- TEXT: "TEXT",
458
- };
459
- exports.VoiceId = {
460
- AMY: "AMY",
461
- ASTRID: "ASTRID",
462
- BIANCA: "BIANCA",
463
- BRIAN: "BRIAN",
464
- CAMILA: "CAMILA",
465
- CARLA: "CARLA",
466
- CARMEN: "CARMEN",
467
- CELINE: "CELINE",
468
- CHANTAL: "CHANTAL",
469
- CONCHITA: "CONCHITA",
470
- CRISTIANO: "CRISTIANO",
471
- DORA: "DORA",
472
- EMMA: "EMMA",
473
- ENRIQUE: "ENRIQUE",
474
- EWA: "EWA",
475
- FILIZ: "FILIZ",
476
- GERAINT: "GERAINT",
477
- GIORGIO: "GIORGIO",
478
- GWYNETH: "GWYNETH",
479
- HANS: "HANS",
480
- INES: "INES",
481
- IVY: "IVY",
482
- JACEK: "JACEK",
483
- JAN: "JAN",
484
- JOANNA: "JOANNA",
485
- JOEY: "JOEY",
486
- JUSTIN: "JUSTIN",
487
- KARL: "KARL",
488
- KENDRA: "KENDRA",
489
- KIMBERLY: "KIMBERLY",
490
- LEA: "LEA",
491
- LIV: "LIV",
492
- LOTTE: "LOTTE",
493
- LUCIA: "LUCIA",
494
- LUPE: "LUPE",
495
- MADS: "MADS",
496
- MAJA: "MAJA",
497
- MARLENE: "MARLENE",
498
- MATHIEU: "MATHIEU",
499
- MATTHEW: "MATTHEW",
500
- MAXIM: "MAXIM",
501
- MIA: "MIA",
502
- MIGUEL: "MIGUEL",
503
- MIZUKI: "MIZUKI",
504
- NAJA: "NAJA",
505
- NICOLE: "NICOLE",
506
- PENELOPE: "PENELOPE",
507
- RAVEENA: "RAVEENA",
508
- RICARDO: "RICARDO",
509
- RUBEN: "RUBEN",
510
- RUSSELL: "RUSSELL",
511
- SALLI: "SALLI",
512
- SEOYEON: "SEOYEON",
513
- TAKUMI: "TAKUMI",
514
- TATYANA: "TATYANA",
515
- VICKI: "VICKI",
516
- VITORIA: "VITORIA",
517
- ZEINA: "ZEINA",
518
- ZHIYU: "ZHIYU",
519
- };
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateDescribeAccountAttributes = void 0;
4
- const core_1 = require("@smithy/core");
5
- const DescribeAccountAttributesCommand_1 = require("../commands/DescribeAccountAttributesCommand");
6
- const PinpointSMSVoiceV2Client_1 = require("../PinpointSMSVoiceV2Client");
7
- exports.paginateDescribeAccountAttributes = (0, core_1.createPaginator)(PinpointSMSVoiceV2Client_1.PinpointSMSVoiceV2Client, DescribeAccountAttributesCommand_1.DescribeAccountAttributesCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateDescribeAccountLimits = void 0;
4
- const core_1 = require("@smithy/core");
5
- const DescribeAccountLimitsCommand_1 = require("../commands/DescribeAccountLimitsCommand");
6
- const PinpointSMSVoiceV2Client_1 = require("../PinpointSMSVoiceV2Client");
7
- exports.paginateDescribeAccountLimits = (0, core_1.createPaginator)(PinpointSMSVoiceV2Client_1.PinpointSMSVoiceV2Client, DescribeAccountLimitsCommand_1.DescribeAccountLimitsCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateDescribeConfigurationSets = void 0;
4
- const core_1 = require("@smithy/core");
5
- const DescribeConfigurationSetsCommand_1 = require("../commands/DescribeConfigurationSetsCommand");
6
- const PinpointSMSVoiceV2Client_1 = require("../PinpointSMSVoiceV2Client");
7
- exports.paginateDescribeConfigurationSets = (0, core_1.createPaginator)(PinpointSMSVoiceV2Client_1.PinpointSMSVoiceV2Client, DescribeConfigurationSetsCommand_1.DescribeConfigurationSetsCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateDescribeKeywords = void 0;
4
- const core_1 = require("@smithy/core");
5
- const DescribeKeywordsCommand_1 = require("../commands/DescribeKeywordsCommand");
6
- const PinpointSMSVoiceV2Client_1 = require("../PinpointSMSVoiceV2Client");
7
- exports.paginateDescribeKeywords = (0, core_1.createPaginator)(PinpointSMSVoiceV2Client_1.PinpointSMSVoiceV2Client, DescribeKeywordsCommand_1.DescribeKeywordsCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateDescribeOptOutLists = void 0;
4
- const core_1 = require("@smithy/core");
5
- const DescribeOptOutListsCommand_1 = require("../commands/DescribeOptOutListsCommand");
6
- const PinpointSMSVoiceV2Client_1 = require("../PinpointSMSVoiceV2Client");
7
- exports.paginateDescribeOptOutLists = (0, core_1.createPaginator)(PinpointSMSVoiceV2Client_1.PinpointSMSVoiceV2Client, DescribeOptOutListsCommand_1.DescribeOptOutListsCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateDescribeOptedOutNumbers = void 0;
4
- const core_1 = require("@smithy/core");
5
- const DescribeOptedOutNumbersCommand_1 = require("../commands/DescribeOptedOutNumbersCommand");
6
- const PinpointSMSVoiceV2Client_1 = require("../PinpointSMSVoiceV2Client");
7
- exports.paginateDescribeOptedOutNumbers = (0, core_1.createPaginator)(PinpointSMSVoiceV2Client_1.PinpointSMSVoiceV2Client, DescribeOptedOutNumbersCommand_1.DescribeOptedOutNumbersCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateDescribePhoneNumbers = void 0;
4
- const core_1 = require("@smithy/core");
5
- const DescribePhoneNumbersCommand_1 = require("../commands/DescribePhoneNumbersCommand");
6
- const PinpointSMSVoiceV2Client_1 = require("../PinpointSMSVoiceV2Client");
7
- exports.paginateDescribePhoneNumbers = (0, core_1.createPaginator)(PinpointSMSVoiceV2Client_1.PinpointSMSVoiceV2Client, DescribePhoneNumbersCommand_1.DescribePhoneNumbersCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateDescribePools = void 0;
4
- const core_1 = require("@smithy/core");
5
- const DescribePoolsCommand_1 = require("../commands/DescribePoolsCommand");
6
- const PinpointSMSVoiceV2Client_1 = require("../PinpointSMSVoiceV2Client");
7
- exports.paginateDescribePools = (0, core_1.createPaginator)(PinpointSMSVoiceV2Client_1.PinpointSMSVoiceV2Client, DescribePoolsCommand_1.DescribePoolsCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateDescribeRegistrationAttachments = void 0;
4
- const core_1 = require("@smithy/core");
5
- const DescribeRegistrationAttachmentsCommand_1 = require("../commands/DescribeRegistrationAttachmentsCommand");
6
- const PinpointSMSVoiceV2Client_1 = require("../PinpointSMSVoiceV2Client");
7
- exports.paginateDescribeRegistrationAttachments = (0, core_1.createPaginator)(PinpointSMSVoiceV2Client_1.PinpointSMSVoiceV2Client, DescribeRegistrationAttachmentsCommand_1.DescribeRegistrationAttachmentsCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateDescribeRegistrationFieldDefinitions = void 0;
4
- const core_1 = require("@smithy/core");
5
- const DescribeRegistrationFieldDefinitionsCommand_1 = require("../commands/DescribeRegistrationFieldDefinitionsCommand");
6
- const PinpointSMSVoiceV2Client_1 = require("../PinpointSMSVoiceV2Client");
7
- exports.paginateDescribeRegistrationFieldDefinitions = (0, core_1.createPaginator)(PinpointSMSVoiceV2Client_1.PinpointSMSVoiceV2Client, DescribeRegistrationFieldDefinitionsCommand_1.DescribeRegistrationFieldDefinitionsCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateDescribeRegistrationFieldValues = void 0;
4
- const core_1 = require("@smithy/core");
5
- const DescribeRegistrationFieldValuesCommand_1 = require("../commands/DescribeRegistrationFieldValuesCommand");
6
- const PinpointSMSVoiceV2Client_1 = require("../PinpointSMSVoiceV2Client");
7
- exports.paginateDescribeRegistrationFieldValues = (0, core_1.createPaginator)(PinpointSMSVoiceV2Client_1.PinpointSMSVoiceV2Client, DescribeRegistrationFieldValuesCommand_1.DescribeRegistrationFieldValuesCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateDescribeRegistrationSectionDefinitions = void 0;
4
- const core_1 = require("@smithy/core");
5
- const DescribeRegistrationSectionDefinitionsCommand_1 = require("../commands/DescribeRegistrationSectionDefinitionsCommand");
6
- const PinpointSMSVoiceV2Client_1 = require("../PinpointSMSVoiceV2Client");
7
- exports.paginateDescribeRegistrationSectionDefinitions = (0, core_1.createPaginator)(PinpointSMSVoiceV2Client_1.PinpointSMSVoiceV2Client, DescribeRegistrationSectionDefinitionsCommand_1.DescribeRegistrationSectionDefinitionsCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");