aws-sdk-pinpointsmsvoicev2 1.11.0 → 1.13.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-pinpointsmsvoicev2/client.rb +1 -1
- data/lib/aws-sdk-pinpointsmsvoicev2/plugins/endpoints.rb +4 -2
- data/lib/aws-sdk-pinpointsmsvoicev2.rb +1 -1
- data/sig/client.rbs +1318 -0
- data/sig/errors.rbs +47 -0
- data/sig/resource.rbs +80 -0
- data/sig/types.rbs +1556 -0
- data/sig/waiters.rbs +13 -0
- metadata +13 -8
data/sig/types.rbs
ADDED
@@ -0,0 +1,1556 @@
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
2
|
+
#
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
5
|
+
#
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
7
|
+
|
8
|
+
module Aws::PinpointSMSVoiceV2
|
9
|
+
module Types
|
10
|
+
|
11
|
+
class AccessDeniedException
|
12
|
+
attr_accessor message: ::String
|
13
|
+
attr_accessor reason: ("INSUFFICIENT_ACCOUNT_REPUTATION" | "ACCOUNT_DISABLED")
|
14
|
+
SENSITIVE: []
|
15
|
+
end
|
16
|
+
|
17
|
+
class AccountAttribute
|
18
|
+
attr_accessor name: ("ACCOUNT_TIER")
|
19
|
+
attr_accessor value: ::String
|
20
|
+
SENSITIVE: []
|
21
|
+
end
|
22
|
+
|
23
|
+
class AccountLimit
|
24
|
+
attr_accessor name: ("PHONE_NUMBERS" | "POOLS" | "CONFIGURATION_SETS" | "OPT_OUT_LISTS" | "SENDER_IDS" | "REGISTRATIONS" | "REGISTRATION_ATTACHMENTS" | "VERIFIED_DESTINATION_NUMBERS")
|
25
|
+
attr_accessor used: ::Integer
|
26
|
+
attr_accessor max: ::Integer
|
27
|
+
SENSITIVE: []
|
28
|
+
end
|
29
|
+
|
30
|
+
class AssociateOriginationIdentityRequest
|
31
|
+
attr_accessor pool_id: ::String
|
32
|
+
attr_accessor origination_identity: ::String
|
33
|
+
attr_accessor iso_country_code: ::String
|
34
|
+
attr_accessor client_token: ::String
|
35
|
+
SENSITIVE: []
|
36
|
+
end
|
37
|
+
|
38
|
+
class AssociateOriginationIdentityResult
|
39
|
+
attr_accessor pool_arn: ::String
|
40
|
+
attr_accessor pool_id: ::String
|
41
|
+
attr_accessor origination_identity_arn: ::String
|
42
|
+
attr_accessor origination_identity: ::String
|
43
|
+
attr_accessor iso_country_code: ::String
|
44
|
+
SENSITIVE: []
|
45
|
+
end
|
46
|
+
|
47
|
+
class CloudWatchLogsDestination
|
48
|
+
attr_accessor iam_role_arn: ::String
|
49
|
+
attr_accessor log_group_arn: ::String
|
50
|
+
SENSITIVE: []
|
51
|
+
end
|
52
|
+
|
53
|
+
class ConfigurationSetFilter
|
54
|
+
attr_accessor name: ("event-destination-name" | "matching-event-types" | "default-message-type" | "default-sender-id")
|
55
|
+
attr_accessor values: ::Array[::String]
|
56
|
+
SENSITIVE: []
|
57
|
+
end
|
58
|
+
|
59
|
+
class ConfigurationSetInformation
|
60
|
+
attr_accessor configuration_set_arn: ::String
|
61
|
+
attr_accessor configuration_set_name: ::String
|
62
|
+
attr_accessor event_destinations: ::Array[Types::EventDestination]
|
63
|
+
attr_accessor default_message_type: ("TRANSACTIONAL" | "PROMOTIONAL")
|
64
|
+
attr_accessor default_sender_id: ::String
|
65
|
+
attr_accessor created_timestamp: ::Time
|
66
|
+
SENSITIVE: []
|
67
|
+
end
|
68
|
+
|
69
|
+
class ConflictException
|
70
|
+
attr_accessor message: ::String
|
71
|
+
attr_accessor reason: ("CREATE_REGISTRATION_VERSION_NOT_ALLOWED" | "DELETION_PROTECTION_ENABLED" | "DESTINATION_PHONE_NUMBER_NOT_VERIFIED" | "DESTINATION_PHONE_NUMBER_OPTED_OUT" | "DISASSOCIATE_REGISTRATION_NOT_ALLOWED" | "DISCARD_REGISTRATION_VERSION_NOT_ALLOWED" | "EDIT_REGISTRATION_FIELD_VALUES_NOT_ALLOWED" | "EVENT_DESTINATION_MISMATCH" | "KEYWORD_MISMATCH" | "LAST_PHONE_NUMBER" | "NUMBER_CAPABILITIES_MISMATCH" | "MESSAGE_TYPE_MISMATCH" | "NO_ORIGINATION_IDENTITIES_FOUND" | "OPT_OUT_LIST_MISMATCH" | "PHONE_NUMBER_ASSOCIATED_TO_POOL" | "PHONE_NUMBER_ASSOCIATED_TO_REGISTRATION" | "PHONE_NUMBER_NOT_ASSOCIATED_TO_POOL" | "PHONE_NUMBER_NOT_IN_REGISTRATION_REGION" | "REGISTRATION_ALREADY_SUBMITTED" | "REGISTRATION_NOT_COMPLETE" | "SENDER_ID_ASSOCIATED_TO_POOL" | "RESOURCE_ALREADY_EXISTS" | "RESOURCE_DELETION_NOT_ALLOWED" | "RESOURCE_MODIFICATION_NOT_ALLOWED" | "RESOURCE_NOT_ACTIVE" | "RESOURCE_NOT_EMPTY" | "SELF_MANAGED_OPT_OUTS_MISMATCH" | "SUBMIT_REGISTRATION_VERSION_NOT_ALLOWED" | "TWO_WAY_CONFIG_MISMATCH" | "VERIFICATION_CODE_EXPIRED" | "VERIFICATION_ALREADY_COMPLETE")
|
72
|
+
attr_accessor resource_type: ("account" | "phone-number" | "sender-id" | "pool" | "configuration-set" | "opt-out-list" | "event-destination" | "keyword" | "opted-out-number" | "registration" | "registration-attachment" | "verified-destination-number")
|
73
|
+
attr_accessor resource_id: ::String
|
74
|
+
SENSITIVE: []
|
75
|
+
end
|
76
|
+
|
77
|
+
class CreateConfigurationSetRequest
|
78
|
+
attr_accessor configuration_set_name: ::String
|
79
|
+
attr_accessor tags: ::Array[Types::Tag]
|
80
|
+
attr_accessor client_token: ::String
|
81
|
+
SENSITIVE: []
|
82
|
+
end
|
83
|
+
|
84
|
+
class CreateConfigurationSetResult
|
85
|
+
attr_accessor configuration_set_arn: ::String
|
86
|
+
attr_accessor configuration_set_name: ::String
|
87
|
+
attr_accessor tags: ::Array[Types::Tag]
|
88
|
+
attr_accessor created_timestamp: ::Time
|
89
|
+
SENSITIVE: []
|
90
|
+
end
|
91
|
+
|
92
|
+
class CreateEventDestinationRequest
|
93
|
+
attr_accessor configuration_set_name: ::String
|
94
|
+
attr_accessor event_destination_name: ::String
|
95
|
+
attr_accessor matching_event_types: ::Array[("ALL" | "TEXT_ALL" | "TEXT_SENT" | "TEXT_PENDING" | "TEXT_QUEUED" | "TEXT_SUCCESSFUL" | "TEXT_DELIVERED" | "TEXT_INVALID" | "TEXT_INVALID_MESSAGE" | "TEXT_UNREACHABLE" | "TEXT_CARRIER_UNREACHABLE" | "TEXT_BLOCKED" | "TEXT_CARRIER_BLOCKED" | "TEXT_SPAM" | "TEXT_UNKNOWN" | "TEXT_TTL_EXPIRED" | "VOICE_ALL" | "VOICE_INITIATED" | "VOICE_RINGING" | "VOICE_ANSWERED" | "VOICE_COMPLETED" | "VOICE_BUSY" | "VOICE_NO_ANSWER" | "VOICE_FAILED" | "VOICE_TTL_EXPIRED")]
|
96
|
+
attr_accessor cloud_watch_logs_destination: Types::CloudWatchLogsDestination
|
97
|
+
attr_accessor kinesis_firehose_destination: Types::KinesisFirehoseDestination
|
98
|
+
attr_accessor sns_destination: Types::SnsDestination
|
99
|
+
attr_accessor client_token: ::String
|
100
|
+
SENSITIVE: []
|
101
|
+
end
|
102
|
+
|
103
|
+
class CreateEventDestinationResult
|
104
|
+
attr_accessor configuration_set_arn: ::String
|
105
|
+
attr_accessor configuration_set_name: ::String
|
106
|
+
attr_accessor event_destination: Types::EventDestination
|
107
|
+
SENSITIVE: []
|
108
|
+
end
|
109
|
+
|
110
|
+
class CreateOptOutListRequest
|
111
|
+
attr_accessor opt_out_list_name: ::String
|
112
|
+
attr_accessor tags: ::Array[Types::Tag]
|
113
|
+
attr_accessor client_token: ::String
|
114
|
+
SENSITIVE: []
|
115
|
+
end
|
116
|
+
|
117
|
+
class CreateOptOutListResult
|
118
|
+
attr_accessor opt_out_list_arn: ::String
|
119
|
+
attr_accessor opt_out_list_name: ::String
|
120
|
+
attr_accessor tags: ::Array[Types::Tag]
|
121
|
+
attr_accessor created_timestamp: ::Time
|
122
|
+
SENSITIVE: []
|
123
|
+
end
|
124
|
+
|
125
|
+
class CreatePoolRequest
|
126
|
+
attr_accessor origination_identity: ::String
|
127
|
+
attr_accessor iso_country_code: ::String
|
128
|
+
attr_accessor message_type: ("TRANSACTIONAL" | "PROMOTIONAL")
|
129
|
+
attr_accessor deletion_protection_enabled: bool
|
130
|
+
attr_accessor tags: ::Array[Types::Tag]
|
131
|
+
attr_accessor client_token: ::String
|
132
|
+
SENSITIVE: []
|
133
|
+
end
|
134
|
+
|
135
|
+
class CreatePoolResult
|
136
|
+
attr_accessor pool_arn: ::String
|
137
|
+
attr_accessor pool_id: ::String
|
138
|
+
attr_accessor status: ("CREATING" | "ACTIVE" | "DELETING")
|
139
|
+
attr_accessor message_type: ("TRANSACTIONAL" | "PROMOTIONAL")
|
140
|
+
attr_accessor two_way_enabled: bool
|
141
|
+
attr_accessor two_way_channel_arn: ::String
|
142
|
+
attr_accessor two_way_channel_role: ::String
|
143
|
+
attr_accessor self_managed_opt_outs_enabled: bool
|
144
|
+
attr_accessor opt_out_list_name: ::String
|
145
|
+
attr_accessor shared_routes_enabled: bool
|
146
|
+
attr_accessor deletion_protection_enabled: bool
|
147
|
+
attr_accessor tags: ::Array[Types::Tag]
|
148
|
+
attr_accessor created_timestamp: ::Time
|
149
|
+
SENSITIVE: []
|
150
|
+
end
|
151
|
+
|
152
|
+
class CreateRegistrationAssociationRequest
|
153
|
+
attr_accessor registration_id: ::String
|
154
|
+
attr_accessor resource_id: ::String
|
155
|
+
SENSITIVE: []
|
156
|
+
end
|
157
|
+
|
158
|
+
class CreateRegistrationAssociationResult
|
159
|
+
attr_accessor registration_arn: ::String
|
160
|
+
attr_accessor registration_id: ::String
|
161
|
+
attr_accessor registration_type: ::String
|
162
|
+
attr_accessor resource_arn: ::String
|
163
|
+
attr_accessor resource_id: ::String
|
164
|
+
attr_accessor resource_type: ::String
|
165
|
+
attr_accessor iso_country_code: ::String
|
166
|
+
attr_accessor phone_number: ::String
|
167
|
+
SENSITIVE: []
|
168
|
+
end
|
169
|
+
|
170
|
+
class CreateRegistrationAttachmentRequest
|
171
|
+
attr_accessor attachment_body: ::String
|
172
|
+
attr_accessor attachment_url: ::String
|
173
|
+
attr_accessor tags: ::Array[Types::Tag]
|
174
|
+
attr_accessor client_token: ::String
|
175
|
+
SENSITIVE: []
|
176
|
+
end
|
177
|
+
|
178
|
+
class CreateRegistrationAttachmentResult
|
179
|
+
attr_accessor registration_attachment_arn: ::String
|
180
|
+
attr_accessor registration_attachment_id: ::String
|
181
|
+
attr_accessor attachment_status: ("UPLOAD_IN_PROGRESS" | "UPLOAD_COMPLETE" | "UPLOAD_FAILED" | "DELETED")
|
182
|
+
attr_accessor tags: ::Array[Types::Tag]
|
183
|
+
attr_accessor created_timestamp: ::Time
|
184
|
+
SENSITIVE: []
|
185
|
+
end
|
186
|
+
|
187
|
+
class CreateRegistrationRequest
|
188
|
+
attr_accessor registration_type: ::String
|
189
|
+
attr_accessor tags: ::Array[Types::Tag]
|
190
|
+
attr_accessor client_token: ::String
|
191
|
+
SENSITIVE: []
|
192
|
+
end
|
193
|
+
|
194
|
+
class CreateRegistrationResult
|
195
|
+
attr_accessor registration_arn: ::String
|
196
|
+
attr_accessor registration_id: ::String
|
197
|
+
attr_accessor registration_type: ::String
|
198
|
+
attr_accessor registration_status: ("CREATED" | "SUBMITTED" | "REVIEWING" | "PROVISIONING" | "COMPLETE" | "REQUIRES_UPDATES" | "CLOSED" | "DELETED")
|
199
|
+
attr_accessor current_version_number: ::Integer
|
200
|
+
attr_accessor additional_attributes: ::Hash[::String, ::String]
|
201
|
+
attr_accessor tags: ::Array[Types::Tag]
|
202
|
+
attr_accessor created_timestamp: ::Time
|
203
|
+
SENSITIVE: []
|
204
|
+
end
|
205
|
+
|
206
|
+
class CreateRegistrationVersionRequest
|
207
|
+
attr_accessor registration_id: ::String
|
208
|
+
SENSITIVE: []
|
209
|
+
end
|
210
|
+
|
211
|
+
class CreateRegistrationVersionResult
|
212
|
+
attr_accessor registration_arn: ::String
|
213
|
+
attr_accessor registration_id: ::String
|
214
|
+
attr_accessor version_number: ::Integer
|
215
|
+
attr_accessor registration_version_status: ("DRAFT" | "SUBMITTED" | "REVIEWING" | "APPROVED" | "DISCARDED" | "DENIED" | "REVOKED" | "ARCHIVED")
|
216
|
+
attr_accessor registration_version_status_history: Types::RegistrationVersionStatusHistory
|
217
|
+
SENSITIVE: []
|
218
|
+
end
|
219
|
+
|
220
|
+
class CreateVerifiedDestinationNumberRequest
|
221
|
+
attr_accessor destination_phone_number: ::String
|
222
|
+
attr_accessor tags: ::Array[Types::Tag]
|
223
|
+
attr_accessor client_token: ::String
|
224
|
+
SENSITIVE: []
|
225
|
+
end
|
226
|
+
|
227
|
+
class CreateVerifiedDestinationNumberResult
|
228
|
+
attr_accessor verified_destination_number_arn: ::String
|
229
|
+
attr_accessor verified_destination_number_id: ::String
|
230
|
+
attr_accessor destination_phone_number: ::String
|
231
|
+
attr_accessor status: ("PENDING" | "VERIFIED")
|
232
|
+
attr_accessor tags: ::Array[Types::Tag]
|
233
|
+
attr_accessor created_timestamp: ::Time
|
234
|
+
SENSITIVE: []
|
235
|
+
end
|
236
|
+
|
237
|
+
class DeleteConfigurationSetRequest
|
238
|
+
attr_accessor configuration_set_name: ::String
|
239
|
+
SENSITIVE: []
|
240
|
+
end
|
241
|
+
|
242
|
+
class DeleteConfigurationSetResult
|
243
|
+
attr_accessor configuration_set_arn: ::String
|
244
|
+
attr_accessor configuration_set_name: ::String
|
245
|
+
attr_accessor event_destinations: ::Array[Types::EventDestination]
|
246
|
+
attr_accessor default_message_type: ("TRANSACTIONAL" | "PROMOTIONAL")
|
247
|
+
attr_accessor default_sender_id: ::String
|
248
|
+
attr_accessor created_timestamp: ::Time
|
249
|
+
SENSITIVE: []
|
250
|
+
end
|
251
|
+
|
252
|
+
class DeleteDefaultMessageTypeRequest
|
253
|
+
attr_accessor configuration_set_name: ::String
|
254
|
+
SENSITIVE: []
|
255
|
+
end
|
256
|
+
|
257
|
+
class DeleteDefaultMessageTypeResult
|
258
|
+
attr_accessor configuration_set_arn: ::String
|
259
|
+
attr_accessor configuration_set_name: ::String
|
260
|
+
attr_accessor message_type: ("TRANSACTIONAL" | "PROMOTIONAL")
|
261
|
+
SENSITIVE: []
|
262
|
+
end
|
263
|
+
|
264
|
+
class DeleteDefaultSenderIdRequest
|
265
|
+
attr_accessor configuration_set_name: ::String
|
266
|
+
SENSITIVE: []
|
267
|
+
end
|
268
|
+
|
269
|
+
class DeleteDefaultSenderIdResult
|
270
|
+
attr_accessor configuration_set_arn: ::String
|
271
|
+
attr_accessor configuration_set_name: ::String
|
272
|
+
attr_accessor sender_id: ::String
|
273
|
+
SENSITIVE: []
|
274
|
+
end
|
275
|
+
|
276
|
+
class DeleteEventDestinationRequest
|
277
|
+
attr_accessor configuration_set_name: ::String
|
278
|
+
attr_accessor event_destination_name: ::String
|
279
|
+
SENSITIVE: []
|
280
|
+
end
|
281
|
+
|
282
|
+
class DeleteEventDestinationResult
|
283
|
+
attr_accessor configuration_set_arn: ::String
|
284
|
+
attr_accessor configuration_set_name: ::String
|
285
|
+
attr_accessor event_destination: Types::EventDestination
|
286
|
+
SENSITIVE: []
|
287
|
+
end
|
288
|
+
|
289
|
+
class DeleteKeywordRequest
|
290
|
+
attr_accessor origination_identity: ::String
|
291
|
+
attr_accessor keyword: ::String
|
292
|
+
SENSITIVE: []
|
293
|
+
end
|
294
|
+
|
295
|
+
class DeleteKeywordResult
|
296
|
+
attr_accessor origination_identity_arn: ::String
|
297
|
+
attr_accessor origination_identity: ::String
|
298
|
+
attr_accessor keyword: ::String
|
299
|
+
attr_accessor keyword_message: ::String
|
300
|
+
attr_accessor keyword_action: ("AUTOMATIC_RESPONSE" | "OPT_OUT" | "OPT_IN")
|
301
|
+
SENSITIVE: []
|
302
|
+
end
|
303
|
+
|
304
|
+
class DeleteOptOutListRequest
|
305
|
+
attr_accessor opt_out_list_name: ::String
|
306
|
+
SENSITIVE: []
|
307
|
+
end
|
308
|
+
|
309
|
+
class DeleteOptOutListResult
|
310
|
+
attr_accessor opt_out_list_arn: ::String
|
311
|
+
attr_accessor opt_out_list_name: ::String
|
312
|
+
attr_accessor created_timestamp: ::Time
|
313
|
+
SENSITIVE: []
|
314
|
+
end
|
315
|
+
|
316
|
+
class DeleteOptedOutNumberRequest
|
317
|
+
attr_accessor opt_out_list_name: ::String
|
318
|
+
attr_accessor opted_out_number: ::String
|
319
|
+
SENSITIVE: []
|
320
|
+
end
|
321
|
+
|
322
|
+
class DeleteOptedOutNumberResult
|
323
|
+
attr_accessor opt_out_list_arn: ::String
|
324
|
+
attr_accessor opt_out_list_name: ::String
|
325
|
+
attr_accessor opted_out_number: ::String
|
326
|
+
attr_accessor opted_out_timestamp: ::Time
|
327
|
+
attr_accessor end_user_opted_out: bool
|
328
|
+
SENSITIVE: []
|
329
|
+
end
|
330
|
+
|
331
|
+
class DeletePoolRequest
|
332
|
+
attr_accessor pool_id: ::String
|
333
|
+
SENSITIVE: []
|
334
|
+
end
|
335
|
+
|
336
|
+
class DeletePoolResult
|
337
|
+
attr_accessor pool_arn: ::String
|
338
|
+
attr_accessor pool_id: ::String
|
339
|
+
attr_accessor status: ("CREATING" | "ACTIVE" | "DELETING")
|
340
|
+
attr_accessor message_type: ("TRANSACTIONAL" | "PROMOTIONAL")
|
341
|
+
attr_accessor two_way_enabled: bool
|
342
|
+
attr_accessor two_way_channel_arn: ::String
|
343
|
+
attr_accessor two_way_channel_role: ::String
|
344
|
+
attr_accessor self_managed_opt_outs_enabled: bool
|
345
|
+
attr_accessor opt_out_list_name: ::String
|
346
|
+
attr_accessor shared_routes_enabled: bool
|
347
|
+
attr_accessor created_timestamp: ::Time
|
348
|
+
SENSITIVE: []
|
349
|
+
end
|
350
|
+
|
351
|
+
class DeleteRegistrationAttachmentRequest
|
352
|
+
attr_accessor registration_attachment_id: ::String
|
353
|
+
SENSITIVE: []
|
354
|
+
end
|
355
|
+
|
356
|
+
class DeleteRegistrationAttachmentResult
|
357
|
+
attr_accessor registration_attachment_arn: ::String
|
358
|
+
attr_accessor registration_attachment_id: ::String
|
359
|
+
attr_accessor attachment_status: ("UPLOAD_IN_PROGRESS" | "UPLOAD_COMPLETE" | "UPLOAD_FAILED" | "DELETED")
|
360
|
+
attr_accessor attachment_upload_error_reason: ("INTERNAL_ERROR")
|
361
|
+
attr_accessor created_timestamp: ::Time
|
362
|
+
SENSITIVE: []
|
363
|
+
end
|
364
|
+
|
365
|
+
class DeleteRegistrationFieldValueRequest
|
366
|
+
attr_accessor registration_id: ::String
|
367
|
+
attr_accessor field_path: ::String
|
368
|
+
SENSITIVE: []
|
369
|
+
end
|
370
|
+
|
371
|
+
class DeleteRegistrationFieldValueResult
|
372
|
+
attr_accessor registration_arn: ::String
|
373
|
+
attr_accessor registration_id: ::String
|
374
|
+
attr_accessor version_number: ::Integer
|
375
|
+
attr_accessor field_path: ::String
|
376
|
+
attr_accessor select_choices: ::Array[::String]
|
377
|
+
attr_accessor text_value: ::String
|
378
|
+
attr_accessor registration_attachment_id: ::String
|
379
|
+
SENSITIVE: []
|
380
|
+
end
|
381
|
+
|
382
|
+
class DeleteRegistrationRequest
|
383
|
+
attr_accessor registration_id: ::String
|
384
|
+
SENSITIVE: []
|
385
|
+
end
|
386
|
+
|
387
|
+
class DeleteRegistrationResult
|
388
|
+
attr_accessor registration_arn: ::String
|
389
|
+
attr_accessor registration_id: ::String
|
390
|
+
attr_accessor registration_type: ::String
|
391
|
+
attr_accessor registration_status: ("CREATED" | "SUBMITTED" | "REVIEWING" | "PROVISIONING" | "COMPLETE" | "REQUIRES_UPDATES" | "CLOSED" | "DELETED")
|
392
|
+
attr_accessor current_version_number: ::Integer
|
393
|
+
attr_accessor approved_version_number: ::Integer
|
394
|
+
attr_accessor latest_denied_version_number: ::Integer
|
395
|
+
attr_accessor additional_attributes: ::Hash[::String, ::String]
|
396
|
+
attr_accessor created_timestamp: ::Time
|
397
|
+
SENSITIVE: []
|
398
|
+
end
|
399
|
+
|
400
|
+
class DeleteTextMessageSpendLimitOverrideRequest < Aws::EmptyStructure
|
401
|
+
end
|
402
|
+
|
403
|
+
class DeleteTextMessageSpendLimitOverrideResult
|
404
|
+
attr_accessor monthly_limit: ::Integer
|
405
|
+
SENSITIVE: []
|
406
|
+
end
|
407
|
+
|
408
|
+
class DeleteVerifiedDestinationNumberRequest
|
409
|
+
attr_accessor verified_destination_number_id: ::String
|
410
|
+
SENSITIVE: []
|
411
|
+
end
|
412
|
+
|
413
|
+
class DeleteVerifiedDestinationNumberResult
|
414
|
+
attr_accessor verified_destination_number_arn: ::String
|
415
|
+
attr_accessor verified_destination_number_id: ::String
|
416
|
+
attr_accessor destination_phone_number: ::String
|
417
|
+
attr_accessor created_timestamp: ::Time
|
418
|
+
SENSITIVE: []
|
419
|
+
end
|
420
|
+
|
421
|
+
class DeleteVoiceMessageSpendLimitOverrideRequest < Aws::EmptyStructure
|
422
|
+
end
|
423
|
+
|
424
|
+
class DeleteVoiceMessageSpendLimitOverrideResult
|
425
|
+
attr_accessor monthly_limit: ::Integer
|
426
|
+
SENSITIVE: []
|
427
|
+
end
|
428
|
+
|
429
|
+
class DescribeAccountAttributesRequest
|
430
|
+
attr_accessor next_token: ::String
|
431
|
+
attr_accessor max_results: ::Integer
|
432
|
+
SENSITIVE: []
|
433
|
+
end
|
434
|
+
|
435
|
+
class DescribeAccountAttributesResult
|
436
|
+
attr_accessor account_attributes: ::Array[Types::AccountAttribute]
|
437
|
+
attr_accessor next_token: ::String
|
438
|
+
SENSITIVE: []
|
439
|
+
end
|
440
|
+
|
441
|
+
class DescribeAccountLimitsRequest
|
442
|
+
attr_accessor next_token: ::String
|
443
|
+
attr_accessor max_results: ::Integer
|
444
|
+
SENSITIVE: []
|
445
|
+
end
|
446
|
+
|
447
|
+
class DescribeAccountLimitsResult
|
448
|
+
attr_accessor account_limits: ::Array[Types::AccountLimit]
|
449
|
+
attr_accessor next_token: ::String
|
450
|
+
SENSITIVE: []
|
451
|
+
end
|
452
|
+
|
453
|
+
class DescribeConfigurationSetsRequest
|
454
|
+
attr_accessor configuration_set_names: ::Array[::String]
|
455
|
+
attr_accessor filters: ::Array[Types::ConfigurationSetFilter]
|
456
|
+
attr_accessor next_token: ::String
|
457
|
+
attr_accessor max_results: ::Integer
|
458
|
+
SENSITIVE: []
|
459
|
+
end
|
460
|
+
|
461
|
+
class DescribeConfigurationSetsResult
|
462
|
+
attr_accessor configuration_sets: ::Array[Types::ConfigurationSetInformation]
|
463
|
+
attr_accessor next_token: ::String
|
464
|
+
SENSITIVE: []
|
465
|
+
end
|
466
|
+
|
467
|
+
class DescribeKeywordsRequest
|
468
|
+
attr_accessor origination_identity: ::String
|
469
|
+
attr_accessor keywords: ::Array[::String]
|
470
|
+
attr_accessor filters: ::Array[Types::KeywordFilter]
|
471
|
+
attr_accessor next_token: ::String
|
472
|
+
attr_accessor max_results: ::Integer
|
473
|
+
SENSITIVE: []
|
474
|
+
end
|
475
|
+
|
476
|
+
class DescribeKeywordsResult
|
477
|
+
attr_accessor origination_identity_arn: ::String
|
478
|
+
attr_accessor origination_identity: ::String
|
479
|
+
attr_accessor keywords: ::Array[Types::KeywordInformation]
|
480
|
+
attr_accessor next_token: ::String
|
481
|
+
SENSITIVE: []
|
482
|
+
end
|
483
|
+
|
484
|
+
class DescribeOptOutListsRequest
|
485
|
+
attr_accessor opt_out_list_names: ::Array[::String]
|
486
|
+
attr_accessor next_token: ::String
|
487
|
+
attr_accessor max_results: ::Integer
|
488
|
+
SENSITIVE: []
|
489
|
+
end
|
490
|
+
|
491
|
+
class DescribeOptOutListsResult
|
492
|
+
attr_accessor opt_out_lists: ::Array[Types::OptOutListInformation]
|
493
|
+
attr_accessor next_token: ::String
|
494
|
+
SENSITIVE: []
|
495
|
+
end
|
496
|
+
|
497
|
+
class DescribeOptedOutNumbersRequest
|
498
|
+
attr_accessor opt_out_list_name: ::String
|
499
|
+
attr_accessor opted_out_numbers: ::Array[::String]
|
500
|
+
attr_accessor filters: ::Array[Types::OptedOutFilter]
|
501
|
+
attr_accessor next_token: ::String
|
502
|
+
attr_accessor max_results: ::Integer
|
503
|
+
SENSITIVE: []
|
504
|
+
end
|
505
|
+
|
506
|
+
class DescribeOptedOutNumbersResult
|
507
|
+
attr_accessor opt_out_list_arn: ::String
|
508
|
+
attr_accessor opt_out_list_name: ::String
|
509
|
+
attr_accessor opted_out_numbers: ::Array[Types::OptedOutNumberInformation]
|
510
|
+
attr_accessor next_token: ::String
|
511
|
+
SENSITIVE: []
|
512
|
+
end
|
513
|
+
|
514
|
+
class DescribePhoneNumbersRequest
|
515
|
+
attr_accessor phone_number_ids: ::Array[::String]
|
516
|
+
attr_accessor filters: ::Array[Types::PhoneNumberFilter]
|
517
|
+
attr_accessor next_token: ::String
|
518
|
+
attr_accessor max_results: ::Integer
|
519
|
+
SENSITIVE: []
|
520
|
+
end
|
521
|
+
|
522
|
+
class DescribePhoneNumbersResult
|
523
|
+
attr_accessor phone_numbers: ::Array[Types::PhoneNumberInformation]
|
524
|
+
attr_accessor next_token: ::String
|
525
|
+
SENSITIVE: []
|
526
|
+
end
|
527
|
+
|
528
|
+
class DescribePoolsRequest
|
529
|
+
attr_accessor pool_ids: ::Array[::String]
|
530
|
+
attr_accessor filters: ::Array[Types::PoolFilter]
|
531
|
+
attr_accessor next_token: ::String
|
532
|
+
attr_accessor max_results: ::Integer
|
533
|
+
SENSITIVE: []
|
534
|
+
end
|
535
|
+
|
536
|
+
class DescribePoolsResult
|
537
|
+
attr_accessor pools: ::Array[Types::PoolInformation]
|
538
|
+
attr_accessor next_token: ::String
|
539
|
+
SENSITIVE: []
|
540
|
+
end
|
541
|
+
|
542
|
+
class DescribeRegistrationAttachmentsRequest
|
543
|
+
attr_accessor registration_attachment_ids: ::Array[::String]
|
544
|
+
attr_accessor filters: ::Array[Types::RegistrationAttachmentFilter]
|
545
|
+
attr_accessor next_token: ::String
|
546
|
+
attr_accessor max_results: ::Integer
|
547
|
+
SENSITIVE: []
|
548
|
+
end
|
549
|
+
|
550
|
+
class DescribeRegistrationAttachmentsResult
|
551
|
+
attr_accessor registration_attachments: ::Array[Types::RegistrationAttachmentsInformation]
|
552
|
+
attr_accessor next_token: ::String
|
553
|
+
SENSITIVE: []
|
554
|
+
end
|
555
|
+
|
556
|
+
class DescribeRegistrationFieldDefinitionsRequest
|
557
|
+
attr_accessor registration_type: ::String
|
558
|
+
attr_accessor section_path: ::String
|
559
|
+
attr_accessor field_paths: ::Array[::String]
|
560
|
+
attr_accessor next_token: ::String
|
561
|
+
attr_accessor max_results: ::Integer
|
562
|
+
SENSITIVE: []
|
563
|
+
end
|
564
|
+
|
565
|
+
class DescribeRegistrationFieldDefinitionsResult
|
566
|
+
attr_accessor registration_type: ::String
|
567
|
+
attr_accessor registration_field_definitions: ::Array[Types::RegistrationFieldDefinition]
|
568
|
+
attr_accessor next_token: ::String
|
569
|
+
SENSITIVE: []
|
570
|
+
end
|
571
|
+
|
572
|
+
class DescribeRegistrationFieldValuesRequest
|
573
|
+
attr_accessor registration_id: ::String
|
574
|
+
attr_accessor version_number: ::Integer
|
575
|
+
attr_accessor section_path: ::String
|
576
|
+
attr_accessor field_paths: ::Array[::String]
|
577
|
+
attr_accessor next_token: ::String
|
578
|
+
attr_accessor max_results: ::Integer
|
579
|
+
SENSITIVE: []
|
580
|
+
end
|
581
|
+
|
582
|
+
class DescribeRegistrationFieldValuesResult
|
583
|
+
attr_accessor registration_arn: ::String
|
584
|
+
attr_accessor registration_id: ::String
|
585
|
+
attr_accessor version_number: ::Integer
|
586
|
+
attr_accessor registration_field_values: ::Array[Types::RegistrationFieldValueInformation]
|
587
|
+
attr_accessor next_token: ::String
|
588
|
+
SENSITIVE: []
|
589
|
+
end
|
590
|
+
|
591
|
+
class DescribeRegistrationSectionDefinitionsRequest
|
592
|
+
attr_accessor registration_type: ::String
|
593
|
+
attr_accessor section_paths: ::Array[::String]
|
594
|
+
attr_accessor next_token: ::String
|
595
|
+
attr_accessor max_results: ::Integer
|
596
|
+
SENSITIVE: []
|
597
|
+
end
|
598
|
+
|
599
|
+
class DescribeRegistrationSectionDefinitionsResult
|
600
|
+
attr_accessor registration_type: ::String
|
601
|
+
attr_accessor registration_section_definitions: ::Array[Types::RegistrationSectionDefinition]
|
602
|
+
attr_accessor next_token: ::String
|
603
|
+
SENSITIVE: []
|
604
|
+
end
|
605
|
+
|
606
|
+
class DescribeRegistrationTypeDefinitionsRequest
|
607
|
+
attr_accessor registration_types: ::Array[::String]
|
608
|
+
attr_accessor filters: ::Array[Types::RegistrationTypeFilter]
|
609
|
+
attr_accessor next_token: ::String
|
610
|
+
attr_accessor max_results: ::Integer
|
611
|
+
SENSITIVE: []
|
612
|
+
end
|
613
|
+
|
614
|
+
class DescribeRegistrationTypeDefinitionsResult
|
615
|
+
attr_accessor registration_type_definitions: ::Array[Types::RegistrationTypeDefinition]
|
616
|
+
attr_accessor next_token: ::String
|
617
|
+
SENSITIVE: []
|
618
|
+
end
|
619
|
+
|
620
|
+
class DescribeRegistrationVersionsRequest
|
621
|
+
attr_accessor registration_id: ::String
|
622
|
+
attr_accessor version_numbers: ::Array[::Integer]
|
623
|
+
attr_accessor filters: ::Array[Types::RegistrationVersionFilter]
|
624
|
+
attr_accessor next_token: ::String
|
625
|
+
attr_accessor max_results: ::Integer
|
626
|
+
SENSITIVE: []
|
627
|
+
end
|
628
|
+
|
629
|
+
class DescribeRegistrationVersionsResult
|
630
|
+
attr_accessor registration_arn: ::String
|
631
|
+
attr_accessor registration_id: ::String
|
632
|
+
attr_accessor registration_versions: ::Array[Types::RegistrationVersionInformation]
|
633
|
+
attr_accessor next_token: ::String
|
634
|
+
SENSITIVE: []
|
635
|
+
end
|
636
|
+
|
637
|
+
class DescribeRegistrationsRequest
|
638
|
+
attr_accessor registration_ids: ::Array[::String]
|
639
|
+
attr_accessor filters: ::Array[Types::RegistrationFilter]
|
640
|
+
attr_accessor next_token: ::String
|
641
|
+
attr_accessor max_results: ::Integer
|
642
|
+
SENSITIVE: []
|
643
|
+
end
|
644
|
+
|
645
|
+
class DescribeRegistrationsResult
|
646
|
+
attr_accessor registrations: ::Array[Types::RegistrationInformation]
|
647
|
+
attr_accessor next_token: ::String
|
648
|
+
SENSITIVE: []
|
649
|
+
end
|
650
|
+
|
651
|
+
class DescribeSenderIdsRequest
|
652
|
+
attr_accessor sender_ids: ::Array[Types::SenderIdAndCountry]
|
653
|
+
attr_accessor filters: ::Array[Types::SenderIdFilter]
|
654
|
+
attr_accessor next_token: ::String
|
655
|
+
attr_accessor max_results: ::Integer
|
656
|
+
SENSITIVE: []
|
657
|
+
end
|
658
|
+
|
659
|
+
class DescribeSenderIdsResult
|
660
|
+
attr_accessor sender_ids: ::Array[Types::SenderIdInformation]
|
661
|
+
attr_accessor next_token: ::String
|
662
|
+
SENSITIVE: []
|
663
|
+
end
|
664
|
+
|
665
|
+
class DescribeSpendLimitsRequest
|
666
|
+
attr_accessor next_token: ::String
|
667
|
+
attr_accessor max_results: ::Integer
|
668
|
+
SENSITIVE: []
|
669
|
+
end
|
670
|
+
|
671
|
+
class DescribeSpendLimitsResult
|
672
|
+
attr_accessor spend_limits: ::Array[Types::SpendLimit]
|
673
|
+
attr_accessor next_token: ::String
|
674
|
+
SENSITIVE: []
|
675
|
+
end
|
676
|
+
|
677
|
+
class DescribeVerifiedDestinationNumbersRequest
|
678
|
+
attr_accessor verified_destination_number_ids: ::Array[::String]
|
679
|
+
attr_accessor destination_phone_numbers: ::Array[::String]
|
680
|
+
attr_accessor filters: ::Array[Types::VerifiedDestinationNumberFilter]
|
681
|
+
attr_accessor next_token: ::String
|
682
|
+
attr_accessor max_results: ::Integer
|
683
|
+
SENSITIVE: []
|
684
|
+
end
|
685
|
+
|
686
|
+
class DescribeVerifiedDestinationNumbersResult
|
687
|
+
attr_accessor verified_destination_numbers: ::Array[Types::VerifiedDestinationNumberInformation]
|
688
|
+
attr_accessor next_token: ::String
|
689
|
+
SENSITIVE: []
|
690
|
+
end
|
691
|
+
|
692
|
+
class DisassociateOriginationIdentityRequest
|
693
|
+
attr_accessor pool_id: ::String
|
694
|
+
attr_accessor origination_identity: ::String
|
695
|
+
attr_accessor iso_country_code: ::String
|
696
|
+
attr_accessor client_token: ::String
|
697
|
+
SENSITIVE: []
|
698
|
+
end
|
699
|
+
|
700
|
+
class DisassociateOriginationIdentityResult
|
701
|
+
attr_accessor pool_arn: ::String
|
702
|
+
attr_accessor pool_id: ::String
|
703
|
+
attr_accessor origination_identity_arn: ::String
|
704
|
+
attr_accessor origination_identity: ::String
|
705
|
+
attr_accessor iso_country_code: ::String
|
706
|
+
SENSITIVE: []
|
707
|
+
end
|
708
|
+
|
709
|
+
class DiscardRegistrationVersionRequest
|
710
|
+
attr_accessor registration_id: ::String
|
711
|
+
SENSITIVE: []
|
712
|
+
end
|
713
|
+
|
714
|
+
class DiscardRegistrationVersionResult
|
715
|
+
attr_accessor registration_arn: ::String
|
716
|
+
attr_accessor registration_id: ::String
|
717
|
+
attr_accessor version_number: ::Integer
|
718
|
+
attr_accessor registration_version_status: ("DRAFT" | "SUBMITTED" | "REVIEWING" | "APPROVED" | "DISCARDED" | "DENIED" | "REVOKED" | "ARCHIVED")
|
719
|
+
attr_accessor registration_version_status_history: Types::RegistrationVersionStatusHistory
|
720
|
+
SENSITIVE: []
|
721
|
+
end
|
722
|
+
|
723
|
+
class EventDestination
|
724
|
+
attr_accessor event_destination_name: ::String
|
725
|
+
attr_accessor enabled: bool
|
726
|
+
attr_accessor matching_event_types: ::Array[("ALL" | "TEXT_ALL" | "TEXT_SENT" | "TEXT_PENDING" | "TEXT_QUEUED" | "TEXT_SUCCESSFUL" | "TEXT_DELIVERED" | "TEXT_INVALID" | "TEXT_INVALID_MESSAGE" | "TEXT_UNREACHABLE" | "TEXT_CARRIER_UNREACHABLE" | "TEXT_BLOCKED" | "TEXT_CARRIER_BLOCKED" | "TEXT_SPAM" | "TEXT_UNKNOWN" | "TEXT_TTL_EXPIRED" | "VOICE_ALL" | "VOICE_INITIATED" | "VOICE_RINGING" | "VOICE_ANSWERED" | "VOICE_COMPLETED" | "VOICE_BUSY" | "VOICE_NO_ANSWER" | "VOICE_FAILED" | "VOICE_TTL_EXPIRED")]
|
727
|
+
attr_accessor cloud_watch_logs_destination: Types::CloudWatchLogsDestination
|
728
|
+
attr_accessor kinesis_firehose_destination: Types::KinesisFirehoseDestination
|
729
|
+
attr_accessor sns_destination: Types::SnsDestination
|
730
|
+
SENSITIVE: []
|
731
|
+
end
|
732
|
+
|
733
|
+
class InternalServerException
|
734
|
+
attr_accessor message: ::String
|
735
|
+
attr_accessor request_id: ::String
|
736
|
+
SENSITIVE: []
|
737
|
+
end
|
738
|
+
|
739
|
+
class KeywordFilter
|
740
|
+
attr_accessor name: ("keyword-action")
|
741
|
+
attr_accessor values: ::Array[::String]
|
742
|
+
SENSITIVE: []
|
743
|
+
end
|
744
|
+
|
745
|
+
class KeywordInformation
|
746
|
+
attr_accessor keyword: ::String
|
747
|
+
attr_accessor keyword_message: ::String
|
748
|
+
attr_accessor keyword_action: ("AUTOMATIC_RESPONSE" | "OPT_OUT" | "OPT_IN")
|
749
|
+
SENSITIVE: []
|
750
|
+
end
|
751
|
+
|
752
|
+
class KinesisFirehoseDestination
|
753
|
+
attr_accessor iam_role_arn: ::String
|
754
|
+
attr_accessor delivery_stream_arn: ::String
|
755
|
+
SENSITIVE: []
|
756
|
+
end
|
757
|
+
|
758
|
+
class ListPoolOriginationIdentitiesRequest
|
759
|
+
attr_accessor pool_id: ::String
|
760
|
+
attr_accessor filters: ::Array[Types::PoolOriginationIdentitiesFilter]
|
761
|
+
attr_accessor next_token: ::String
|
762
|
+
attr_accessor max_results: ::Integer
|
763
|
+
SENSITIVE: []
|
764
|
+
end
|
765
|
+
|
766
|
+
class ListPoolOriginationIdentitiesResult
|
767
|
+
attr_accessor pool_arn: ::String
|
768
|
+
attr_accessor pool_id: ::String
|
769
|
+
attr_accessor origination_identities: ::Array[Types::OriginationIdentityMetadata]
|
770
|
+
attr_accessor next_token: ::String
|
771
|
+
SENSITIVE: []
|
772
|
+
end
|
773
|
+
|
774
|
+
class ListRegistrationAssociationsRequest
|
775
|
+
attr_accessor registration_id: ::String
|
776
|
+
attr_accessor filters: ::Array[Types::RegistrationAssociationFilter]
|
777
|
+
attr_accessor next_token: ::String
|
778
|
+
attr_accessor max_results: ::Integer
|
779
|
+
SENSITIVE: []
|
780
|
+
end
|
781
|
+
|
782
|
+
class ListRegistrationAssociationsResult
|
783
|
+
attr_accessor registration_arn: ::String
|
784
|
+
attr_accessor registration_id: ::String
|
785
|
+
attr_accessor registration_type: ::String
|
786
|
+
attr_accessor registration_associations: ::Array[Types::RegistrationAssociationMetadata]
|
787
|
+
attr_accessor next_token: ::String
|
788
|
+
SENSITIVE: []
|
789
|
+
end
|
790
|
+
|
791
|
+
class ListTagsForResourceRequest
|
792
|
+
attr_accessor resource_arn: ::String
|
793
|
+
SENSITIVE: []
|
794
|
+
end
|
795
|
+
|
796
|
+
class ListTagsForResourceResult
|
797
|
+
attr_accessor resource_arn: ::String
|
798
|
+
attr_accessor tags: ::Array[Types::Tag]
|
799
|
+
SENSITIVE: []
|
800
|
+
end
|
801
|
+
|
802
|
+
class OptOutListInformation
|
803
|
+
attr_accessor opt_out_list_arn: ::String
|
804
|
+
attr_accessor opt_out_list_name: ::String
|
805
|
+
attr_accessor created_timestamp: ::Time
|
806
|
+
SENSITIVE: []
|
807
|
+
end
|
808
|
+
|
809
|
+
class OptedOutFilter
|
810
|
+
attr_accessor name: ("end-user-opted-out")
|
811
|
+
attr_accessor values: ::Array[::String]
|
812
|
+
SENSITIVE: []
|
813
|
+
end
|
814
|
+
|
815
|
+
class OptedOutNumberInformation
|
816
|
+
attr_accessor opted_out_number: ::String
|
817
|
+
attr_accessor opted_out_timestamp: ::Time
|
818
|
+
attr_accessor end_user_opted_out: bool
|
819
|
+
SENSITIVE: []
|
820
|
+
end
|
821
|
+
|
822
|
+
class OriginationIdentityMetadata
|
823
|
+
attr_accessor origination_identity_arn: ::String
|
824
|
+
attr_accessor origination_identity: ::String
|
825
|
+
attr_accessor iso_country_code: ::String
|
826
|
+
attr_accessor number_capabilities: ::Array[("SMS" | "VOICE")]
|
827
|
+
attr_accessor phone_number: ::String
|
828
|
+
SENSITIVE: []
|
829
|
+
end
|
830
|
+
|
831
|
+
class PhoneNumberFilter
|
832
|
+
attr_accessor name: ("status" | "iso-country-code" | "message-type" | "number-capability" | "number-type" | "two-way-enabled" | "self-managed-opt-outs-enabled" | "opt-out-list-name" | "deletion-protection-enabled" | "two-way-channel-arn")
|
833
|
+
attr_accessor values: ::Array[::String]
|
834
|
+
SENSITIVE: []
|
835
|
+
end
|
836
|
+
|
837
|
+
class PhoneNumberInformation
|
838
|
+
attr_accessor phone_number_arn: ::String
|
839
|
+
attr_accessor phone_number_id: ::String
|
840
|
+
attr_accessor phone_number: ::String
|
841
|
+
attr_accessor status: ("PENDING" | "ACTIVE" | "ASSOCIATING" | "DISASSOCIATING" | "DELETED")
|
842
|
+
attr_accessor iso_country_code: ::String
|
843
|
+
attr_accessor message_type: ("TRANSACTIONAL" | "PROMOTIONAL")
|
844
|
+
attr_accessor number_capabilities: ::Array[("SMS" | "VOICE")]
|
845
|
+
attr_accessor number_type: ("SHORT_CODE" | "LONG_CODE" | "TOLL_FREE" | "TEN_DLC" | "SIMULATOR")
|
846
|
+
attr_accessor monthly_leasing_price: ::String
|
847
|
+
attr_accessor two_way_enabled: bool
|
848
|
+
attr_accessor two_way_channel_arn: ::String
|
849
|
+
attr_accessor two_way_channel_role: ::String
|
850
|
+
attr_accessor self_managed_opt_outs_enabled: bool
|
851
|
+
attr_accessor opt_out_list_name: ::String
|
852
|
+
attr_accessor deletion_protection_enabled: bool
|
853
|
+
attr_accessor pool_id: ::String
|
854
|
+
attr_accessor registration_id: ::String
|
855
|
+
attr_accessor created_timestamp: ::Time
|
856
|
+
SENSITIVE: []
|
857
|
+
end
|
858
|
+
|
859
|
+
class PoolFilter
|
860
|
+
attr_accessor name: ("status" | "message-type" | "two-way-enabled" | "self-managed-opt-outs-enabled" | "opt-out-list-name" | "shared-routes-enabled" | "deletion-protection-enabled" | "two-way-channel-arn")
|
861
|
+
attr_accessor values: ::Array[::String]
|
862
|
+
SENSITIVE: []
|
863
|
+
end
|
864
|
+
|
865
|
+
class PoolInformation
|
866
|
+
attr_accessor pool_arn: ::String
|
867
|
+
attr_accessor pool_id: ::String
|
868
|
+
attr_accessor status: ("CREATING" | "ACTIVE" | "DELETING")
|
869
|
+
attr_accessor message_type: ("TRANSACTIONAL" | "PROMOTIONAL")
|
870
|
+
attr_accessor two_way_enabled: bool
|
871
|
+
attr_accessor two_way_channel_arn: ::String
|
872
|
+
attr_accessor two_way_channel_role: ::String
|
873
|
+
attr_accessor self_managed_opt_outs_enabled: bool
|
874
|
+
attr_accessor opt_out_list_name: ::String
|
875
|
+
attr_accessor shared_routes_enabled: bool
|
876
|
+
attr_accessor deletion_protection_enabled: bool
|
877
|
+
attr_accessor created_timestamp: ::Time
|
878
|
+
SENSITIVE: []
|
879
|
+
end
|
880
|
+
|
881
|
+
class PoolOriginationIdentitiesFilter
|
882
|
+
attr_accessor name: ("iso-country-code" | "number-capability")
|
883
|
+
attr_accessor values: ::Array[::String]
|
884
|
+
SENSITIVE: []
|
885
|
+
end
|
886
|
+
|
887
|
+
class PutKeywordRequest
|
888
|
+
attr_accessor origination_identity: ::String
|
889
|
+
attr_accessor keyword: ::String
|
890
|
+
attr_accessor keyword_message: ::String
|
891
|
+
attr_accessor keyword_action: ("AUTOMATIC_RESPONSE" | "OPT_OUT" | "OPT_IN")
|
892
|
+
SENSITIVE: []
|
893
|
+
end
|
894
|
+
|
895
|
+
class PutKeywordResult
|
896
|
+
attr_accessor origination_identity_arn: ::String
|
897
|
+
attr_accessor origination_identity: ::String
|
898
|
+
attr_accessor keyword: ::String
|
899
|
+
attr_accessor keyword_message: ::String
|
900
|
+
attr_accessor keyword_action: ("AUTOMATIC_RESPONSE" | "OPT_OUT" | "OPT_IN")
|
901
|
+
SENSITIVE: []
|
902
|
+
end
|
903
|
+
|
904
|
+
class PutOptedOutNumberRequest
|
905
|
+
attr_accessor opt_out_list_name: ::String
|
906
|
+
attr_accessor opted_out_number: ::String
|
907
|
+
SENSITIVE: []
|
908
|
+
end
|
909
|
+
|
910
|
+
class PutOptedOutNumberResult
|
911
|
+
attr_accessor opt_out_list_arn: ::String
|
912
|
+
attr_accessor opt_out_list_name: ::String
|
913
|
+
attr_accessor opted_out_number: ::String
|
914
|
+
attr_accessor opted_out_timestamp: ::Time
|
915
|
+
attr_accessor end_user_opted_out: bool
|
916
|
+
SENSITIVE: []
|
917
|
+
end
|
918
|
+
|
919
|
+
class PutRegistrationFieldValueRequest
|
920
|
+
attr_accessor registration_id: ::String
|
921
|
+
attr_accessor field_path: ::String
|
922
|
+
attr_accessor select_choices: ::Array[::String]
|
923
|
+
attr_accessor text_value: ::String
|
924
|
+
attr_accessor registration_attachment_id: ::String
|
925
|
+
SENSITIVE: []
|
926
|
+
end
|
927
|
+
|
928
|
+
class PutRegistrationFieldValueResult
|
929
|
+
attr_accessor registration_arn: ::String
|
930
|
+
attr_accessor registration_id: ::String
|
931
|
+
attr_accessor version_number: ::Integer
|
932
|
+
attr_accessor field_path: ::String
|
933
|
+
attr_accessor select_choices: ::Array[::String]
|
934
|
+
attr_accessor text_value: ::String
|
935
|
+
attr_accessor registration_attachment_id: ::String
|
936
|
+
SENSITIVE: []
|
937
|
+
end
|
938
|
+
|
939
|
+
class RegistrationAssociationFilter
|
940
|
+
attr_accessor name: ("resource-type" | "iso-country-code")
|
941
|
+
attr_accessor values: ::Array[::String]
|
942
|
+
SENSITIVE: []
|
943
|
+
end
|
944
|
+
|
945
|
+
class RegistrationAssociationMetadata
|
946
|
+
attr_accessor resource_arn: ::String
|
947
|
+
attr_accessor resource_id: ::String
|
948
|
+
attr_accessor resource_type: ::String
|
949
|
+
attr_accessor iso_country_code: ::String
|
950
|
+
attr_accessor phone_number: ::String
|
951
|
+
SENSITIVE: []
|
952
|
+
end
|
953
|
+
|
954
|
+
class RegistrationAttachmentFilter
|
955
|
+
attr_accessor name: ("attachment-status")
|
956
|
+
attr_accessor values: ::Array[::String]
|
957
|
+
SENSITIVE: []
|
958
|
+
end
|
959
|
+
|
960
|
+
class RegistrationAttachmentsInformation
|
961
|
+
attr_accessor registration_attachment_arn: ::String
|
962
|
+
attr_accessor registration_attachment_id: ::String
|
963
|
+
attr_accessor attachment_status: ("UPLOAD_IN_PROGRESS" | "UPLOAD_COMPLETE" | "UPLOAD_FAILED" | "DELETED")
|
964
|
+
attr_accessor attachment_upload_error_reason: ("INTERNAL_ERROR")
|
965
|
+
attr_accessor created_timestamp: ::Time
|
966
|
+
SENSITIVE: []
|
967
|
+
end
|
968
|
+
|
969
|
+
class RegistrationDeniedReasonInformation
|
970
|
+
attr_accessor reason: ::String
|
971
|
+
attr_accessor short_description: ::String
|
972
|
+
attr_accessor long_description: ::String
|
973
|
+
attr_accessor documentation_title: ::String
|
974
|
+
attr_accessor documentation_link: ::String
|
975
|
+
SENSITIVE: []
|
976
|
+
end
|
977
|
+
|
978
|
+
class RegistrationFieldDefinition
|
979
|
+
attr_accessor section_path: ::String
|
980
|
+
attr_accessor field_path: ::String
|
981
|
+
attr_accessor field_type: ("SELECT" | "TEXT" | "ATTACHMENT")
|
982
|
+
attr_accessor field_requirement: ("REQUIRED" | "CONDITIONAL" | "OPTIONAL")
|
983
|
+
attr_accessor select_validation: Types::SelectValidation
|
984
|
+
attr_accessor text_validation: Types::TextValidation
|
985
|
+
attr_accessor display_hints: Types::RegistrationFieldDisplayHints
|
986
|
+
SENSITIVE: []
|
987
|
+
end
|
988
|
+
|
989
|
+
class RegistrationFieldDisplayHints
|
990
|
+
attr_accessor title: ::String
|
991
|
+
attr_accessor short_description: ::String
|
992
|
+
attr_accessor long_description: ::String
|
993
|
+
attr_accessor documentation_title: ::String
|
994
|
+
attr_accessor documentation_link: ::String
|
995
|
+
attr_accessor select_option_descriptions: ::Array[Types::SelectOptionDescription]
|
996
|
+
attr_accessor text_validation_description: ::String
|
997
|
+
attr_accessor example_text_value: ::String
|
998
|
+
SENSITIVE: []
|
999
|
+
end
|
1000
|
+
|
1001
|
+
class RegistrationFieldValueInformation
|
1002
|
+
attr_accessor field_path: ::String
|
1003
|
+
attr_accessor select_choices: ::Array[::String]
|
1004
|
+
attr_accessor text_value: ::String
|
1005
|
+
attr_accessor registration_attachment_id: ::String
|
1006
|
+
attr_accessor denied_reason: ::String
|
1007
|
+
SENSITIVE: []
|
1008
|
+
end
|
1009
|
+
|
1010
|
+
class RegistrationFilter
|
1011
|
+
attr_accessor name: ("registration-type" | "registration-status")
|
1012
|
+
attr_accessor values: ::Array[::String]
|
1013
|
+
SENSITIVE: []
|
1014
|
+
end
|
1015
|
+
|
1016
|
+
class RegistrationInformation
|
1017
|
+
attr_accessor registration_arn: ::String
|
1018
|
+
attr_accessor registration_id: ::String
|
1019
|
+
attr_accessor registration_type: ::String
|
1020
|
+
attr_accessor registration_status: ("CREATED" | "SUBMITTED" | "REVIEWING" | "PROVISIONING" | "COMPLETE" | "REQUIRES_UPDATES" | "CLOSED" | "DELETED")
|
1021
|
+
attr_accessor current_version_number: ::Integer
|
1022
|
+
attr_accessor approved_version_number: ::Integer
|
1023
|
+
attr_accessor latest_denied_version_number: ::Integer
|
1024
|
+
attr_accessor additional_attributes: ::Hash[::String, ::String]
|
1025
|
+
attr_accessor created_timestamp: ::Time
|
1026
|
+
SENSITIVE: []
|
1027
|
+
end
|
1028
|
+
|
1029
|
+
class RegistrationSectionDefinition
|
1030
|
+
attr_accessor section_path: ::String
|
1031
|
+
attr_accessor display_hints: Types::RegistrationSectionDisplayHints
|
1032
|
+
SENSITIVE: []
|
1033
|
+
end
|
1034
|
+
|
1035
|
+
class RegistrationSectionDisplayHints
|
1036
|
+
attr_accessor title: ::String
|
1037
|
+
attr_accessor short_description: ::String
|
1038
|
+
attr_accessor long_description: ::String
|
1039
|
+
attr_accessor documentation_title: ::String
|
1040
|
+
attr_accessor documentation_link: ::String
|
1041
|
+
SENSITIVE: []
|
1042
|
+
end
|
1043
|
+
|
1044
|
+
class RegistrationTypeDefinition
|
1045
|
+
attr_accessor registration_type: ::String
|
1046
|
+
attr_accessor supported_associations: ::Array[Types::SupportedAssociation]
|
1047
|
+
attr_accessor display_hints: Types::RegistrationTypeDisplayHints
|
1048
|
+
SENSITIVE: []
|
1049
|
+
end
|
1050
|
+
|
1051
|
+
class RegistrationTypeDisplayHints
|
1052
|
+
attr_accessor title: ::String
|
1053
|
+
attr_accessor short_description: ::String
|
1054
|
+
attr_accessor long_description: ::String
|
1055
|
+
attr_accessor documentation_title: ::String
|
1056
|
+
attr_accessor documentation_link: ::String
|
1057
|
+
SENSITIVE: []
|
1058
|
+
end
|
1059
|
+
|
1060
|
+
class RegistrationTypeFilter
|
1061
|
+
attr_accessor name: ("supported-association-resource-type" | "supported-association-iso-country-code")
|
1062
|
+
attr_accessor values: ::Array[::String]
|
1063
|
+
SENSITIVE: []
|
1064
|
+
end
|
1065
|
+
|
1066
|
+
class RegistrationVersionFilter
|
1067
|
+
attr_accessor name: ("registration-version-status")
|
1068
|
+
attr_accessor values: ::Array[::String]
|
1069
|
+
SENSITIVE: []
|
1070
|
+
end
|
1071
|
+
|
1072
|
+
class RegistrationVersionInformation
|
1073
|
+
attr_accessor version_number: ::Integer
|
1074
|
+
attr_accessor registration_version_status: ("DRAFT" | "SUBMITTED" | "REVIEWING" | "APPROVED" | "DISCARDED" | "DENIED" | "REVOKED" | "ARCHIVED")
|
1075
|
+
attr_accessor registration_version_status_history: Types::RegistrationVersionStatusHistory
|
1076
|
+
attr_accessor denied_reasons: ::Array[Types::RegistrationDeniedReasonInformation]
|
1077
|
+
SENSITIVE: []
|
1078
|
+
end
|
1079
|
+
|
1080
|
+
class RegistrationVersionStatusHistory
|
1081
|
+
attr_accessor draft_timestamp: ::Time
|
1082
|
+
attr_accessor submitted_timestamp: ::Time
|
1083
|
+
attr_accessor reviewing_timestamp: ::Time
|
1084
|
+
attr_accessor approved_timestamp: ::Time
|
1085
|
+
attr_accessor discarded_timestamp: ::Time
|
1086
|
+
attr_accessor denied_timestamp: ::Time
|
1087
|
+
attr_accessor revoked_timestamp: ::Time
|
1088
|
+
attr_accessor archived_timestamp: ::Time
|
1089
|
+
SENSITIVE: []
|
1090
|
+
end
|
1091
|
+
|
1092
|
+
class ReleasePhoneNumberRequest
|
1093
|
+
attr_accessor phone_number_id: ::String
|
1094
|
+
SENSITIVE: []
|
1095
|
+
end
|
1096
|
+
|
1097
|
+
class ReleasePhoneNumberResult
|
1098
|
+
attr_accessor phone_number_arn: ::String
|
1099
|
+
attr_accessor phone_number_id: ::String
|
1100
|
+
attr_accessor phone_number: ::String
|
1101
|
+
attr_accessor status: ("PENDING" | "ACTIVE" | "ASSOCIATING" | "DISASSOCIATING" | "DELETED")
|
1102
|
+
attr_accessor iso_country_code: ::String
|
1103
|
+
attr_accessor message_type: ("TRANSACTIONAL" | "PROMOTIONAL")
|
1104
|
+
attr_accessor number_capabilities: ::Array[("SMS" | "VOICE")]
|
1105
|
+
attr_accessor number_type: ("SHORT_CODE" | "LONG_CODE" | "TOLL_FREE" | "TEN_DLC" | "SIMULATOR")
|
1106
|
+
attr_accessor monthly_leasing_price: ::String
|
1107
|
+
attr_accessor two_way_enabled: bool
|
1108
|
+
attr_accessor two_way_channel_arn: ::String
|
1109
|
+
attr_accessor two_way_channel_role: ::String
|
1110
|
+
attr_accessor self_managed_opt_outs_enabled: bool
|
1111
|
+
attr_accessor opt_out_list_name: ::String
|
1112
|
+
attr_accessor registration_id: ::String
|
1113
|
+
attr_accessor created_timestamp: ::Time
|
1114
|
+
SENSITIVE: []
|
1115
|
+
end
|
1116
|
+
|
1117
|
+
class ReleaseSenderIdRequest
|
1118
|
+
attr_accessor sender_id: ::String
|
1119
|
+
attr_accessor iso_country_code: ::String
|
1120
|
+
SENSITIVE: []
|
1121
|
+
end
|
1122
|
+
|
1123
|
+
class ReleaseSenderIdResult
|
1124
|
+
attr_accessor sender_id_arn: ::String
|
1125
|
+
attr_accessor sender_id: ::String
|
1126
|
+
attr_accessor iso_country_code: ::String
|
1127
|
+
attr_accessor message_types: ::Array[("TRANSACTIONAL" | "PROMOTIONAL")]
|
1128
|
+
attr_accessor monthly_leasing_price: ::String
|
1129
|
+
attr_accessor registered: bool
|
1130
|
+
attr_accessor registration_id: ::String
|
1131
|
+
SENSITIVE: []
|
1132
|
+
end
|
1133
|
+
|
1134
|
+
class RequestPhoneNumberRequest
|
1135
|
+
attr_accessor iso_country_code: ::String
|
1136
|
+
attr_accessor message_type: ("TRANSACTIONAL" | "PROMOTIONAL")
|
1137
|
+
attr_accessor number_capabilities: ::Array[("SMS" | "VOICE")]
|
1138
|
+
attr_accessor number_type: ("LONG_CODE" | "TOLL_FREE" | "TEN_DLC" | "SIMULATOR")
|
1139
|
+
attr_accessor opt_out_list_name: ::String
|
1140
|
+
attr_accessor pool_id: ::String
|
1141
|
+
attr_accessor registration_id: ::String
|
1142
|
+
attr_accessor deletion_protection_enabled: bool
|
1143
|
+
attr_accessor tags: ::Array[Types::Tag]
|
1144
|
+
attr_accessor client_token: ::String
|
1145
|
+
SENSITIVE: []
|
1146
|
+
end
|
1147
|
+
|
1148
|
+
class RequestPhoneNumberResult
|
1149
|
+
attr_accessor phone_number_arn: ::String
|
1150
|
+
attr_accessor phone_number_id: ::String
|
1151
|
+
attr_accessor phone_number: ::String
|
1152
|
+
attr_accessor status: ("PENDING" | "ACTIVE" | "ASSOCIATING" | "DISASSOCIATING" | "DELETED")
|
1153
|
+
attr_accessor iso_country_code: ::String
|
1154
|
+
attr_accessor message_type: ("TRANSACTIONAL" | "PROMOTIONAL")
|
1155
|
+
attr_accessor number_capabilities: ::Array[("SMS" | "VOICE")]
|
1156
|
+
attr_accessor number_type: ("LONG_CODE" | "TOLL_FREE" | "TEN_DLC" | "SIMULATOR")
|
1157
|
+
attr_accessor monthly_leasing_price: ::String
|
1158
|
+
attr_accessor two_way_enabled: bool
|
1159
|
+
attr_accessor two_way_channel_arn: ::String
|
1160
|
+
attr_accessor two_way_channel_role: ::String
|
1161
|
+
attr_accessor self_managed_opt_outs_enabled: bool
|
1162
|
+
attr_accessor opt_out_list_name: ::String
|
1163
|
+
attr_accessor deletion_protection_enabled: bool
|
1164
|
+
attr_accessor pool_id: ::String
|
1165
|
+
attr_accessor registration_id: ::String
|
1166
|
+
attr_accessor tags: ::Array[Types::Tag]
|
1167
|
+
attr_accessor created_timestamp: ::Time
|
1168
|
+
SENSITIVE: []
|
1169
|
+
end
|
1170
|
+
|
1171
|
+
class RequestSenderIdRequest
|
1172
|
+
attr_accessor sender_id: ::String
|
1173
|
+
attr_accessor iso_country_code: ::String
|
1174
|
+
attr_accessor message_types: ::Array[("TRANSACTIONAL" | "PROMOTIONAL")]
|
1175
|
+
attr_accessor deletion_protection_enabled: bool
|
1176
|
+
attr_accessor tags: ::Array[Types::Tag]
|
1177
|
+
attr_accessor client_token: ::String
|
1178
|
+
SENSITIVE: []
|
1179
|
+
end
|
1180
|
+
|
1181
|
+
class RequestSenderIdResult
|
1182
|
+
attr_accessor sender_id_arn: ::String
|
1183
|
+
attr_accessor sender_id: ::String
|
1184
|
+
attr_accessor iso_country_code: ::String
|
1185
|
+
attr_accessor message_types: ::Array[("TRANSACTIONAL" | "PROMOTIONAL")]
|
1186
|
+
attr_accessor monthly_leasing_price: ::String
|
1187
|
+
attr_accessor deletion_protection_enabled: bool
|
1188
|
+
attr_accessor registered: bool
|
1189
|
+
attr_accessor tags: ::Array[Types::Tag]
|
1190
|
+
SENSITIVE: []
|
1191
|
+
end
|
1192
|
+
|
1193
|
+
class ResourceNotFoundException
|
1194
|
+
attr_accessor message: ::String
|
1195
|
+
attr_accessor resource_type: ("account" | "phone-number" | "sender-id" | "pool" | "configuration-set" | "opt-out-list" | "event-destination" | "keyword" | "opted-out-number" | "registration" | "registration-attachment" | "verified-destination-number")
|
1196
|
+
attr_accessor resource_id: ::String
|
1197
|
+
SENSITIVE: []
|
1198
|
+
end
|
1199
|
+
|
1200
|
+
class SelectOptionDescription
|
1201
|
+
attr_accessor option: ::String
|
1202
|
+
attr_accessor title: ::String
|
1203
|
+
attr_accessor description: ::String
|
1204
|
+
SENSITIVE: []
|
1205
|
+
end
|
1206
|
+
|
1207
|
+
class SelectValidation
|
1208
|
+
attr_accessor min_choices: ::Integer
|
1209
|
+
attr_accessor max_choices: ::Integer
|
1210
|
+
attr_accessor options: ::Array[::String]
|
1211
|
+
SENSITIVE: []
|
1212
|
+
end
|
1213
|
+
|
1214
|
+
class SendDestinationNumberVerificationCodeRequest
|
1215
|
+
attr_accessor verified_destination_number_id: ::String
|
1216
|
+
attr_accessor verification_channel: ("TEXT" | "VOICE")
|
1217
|
+
attr_accessor language_code: ("DE_DE" | "EN_GB" | "EN_US" | "ES_419" | "ES_ES" | "FR_CA" | "FR_FR" | "IT_IT" | "JA_JP" | "KO_KR" | "PT_BR" | "ZH_CN" | "ZH_TW")
|
1218
|
+
attr_accessor origination_identity: ::String
|
1219
|
+
attr_accessor configuration_set_name: ::String
|
1220
|
+
attr_accessor context: ::Hash[::String, ::String]
|
1221
|
+
attr_accessor destination_country_parameters: ::Hash[("IN_TEMPLATE_ID" | "IN_ENTITY_ID"), ::String]
|
1222
|
+
SENSITIVE: []
|
1223
|
+
end
|
1224
|
+
|
1225
|
+
class SendDestinationNumberVerificationCodeResult
|
1226
|
+
attr_accessor message_id: ::String
|
1227
|
+
SENSITIVE: []
|
1228
|
+
end
|
1229
|
+
|
1230
|
+
class SendTextMessageRequest
|
1231
|
+
attr_accessor destination_phone_number: ::String
|
1232
|
+
attr_accessor origination_identity: ::String
|
1233
|
+
attr_accessor message_body: ::String
|
1234
|
+
attr_accessor message_type: ("TRANSACTIONAL" | "PROMOTIONAL")
|
1235
|
+
attr_accessor keyword: ::String
|
1236
|
+
attr_accessor configuration_set_name: ::String
|
1237
|
+
attr_accessor max_price: ::String
|
1238
|
+
attr_accessor time_to_live: ::Integer
|
1239
|
+
attr_accessor context: ::Hash[::String, ::String]
|
1240
|
+
attr_accessor destination_country_parameters: ::Hash[("IN_TEMPLATE_ID" | "IN_ENTITY_ID"), ::String]
|
1241
|
+
attr_accessor dry_run: bool
|
1242
|
+
SENSITIVE: []
|
1243
|
+
end
|
1244
|
+
|
1245
|
+
class SendTextMessageResult
|
1246
|
+
attr_accessor message_id: ::String
|
1247
|
+
SENSITIVE: []
|
1248
|
+
end
|
1249
|
+
|
1250
|
+
class SendVoiceMessageRequest
|
1251
|
+
attr_accessor destination_phone_number: ::String
|
1252
|
+
attr_accessor origination_identity: ::String
|
1253
|
+
attr_accessor message_body: ::String
|
1254
|
+
attr_accessor message_body_text_type: ("TEXT" | "SSML")
|
1255
|
+
attr_accessor voice_id: ("AMY" | "ASTRID" | "BIANCA" | "BRIAN" | "CAMILA" | "CARLA" | "CARMEN" | "CELINE" | "CHANTAL" | "CONCHITA" | "CRISTIANO" | "DORA" | "EMMA" | "ENRIQUE" | "EWA" | "FILIZ" | "GERAINT" | "GIORGIO" | "GWYNETH" | "HANS" | "INES" | "IVY" | "JACEK" | "JAN" | "JOANNA" | "JOEY" | "JUSTIN" | "KARL" | "KENDRA" | "KIMBERLY" | "LEA" | "LIV" | "LOTTE" | "LUCIA" | "LUPE" | "MADS" | "MAJA" | "MARLENE" | "MATHIEU" | "MATTHEW" | "MAXIM" | "MIA" | "MIGUEL" | "MIZUKI" | "NAJA" | "NICOLE" | "PENELOPE" | "RAVEENA" | "RICARDO" | "RUBEN" | "RUSSELL" | "SALLI" | "SEOYEON" | "TAKUMI" | "TATYANA" | "VICKI" | "VITORIA" | "ZEINA" | "ZHIYU")
|
1256
|
+
attr_accessor configuration_set_name: ::String
|
1257
|
+
attr_accessor max_price_per_minute: ::String
|
1258
|
+
attr_accessor time_to_live: ::Integer
|
1259
|
+
attr_accessor context: ::Hash[::String, ::String]
|
1260
|
+
attr_accessor dry_run: bool
|
1261
|
+
SENSITIVE: []
|
1262
|
+
end
|
1263
|
+
|
1264
|
+
class SendVoiceMessageResult
|
1265
|
+
attr_accessor message_id: ::String
|
1266
|
+
SENSITIVE: []
|
1267
|
+
end
|
1268
|
+
|
1269
|
+
class SenderIdAndCountry
|
1270
|
+
attr_accessor sender_id: ::String
|
1271
|
+
attr_accessor iso_country_code: ::String
|
1272
|
+
SENSITIVE: []
|
1273
|
+
end
|
1274
|
+
|
1275
|
+
class SenderIdFilter
|
1276
|
+
attr_accessor name: ("sender-id" | "iso-country-code" | "message-type" | "deletion-protection-enabled" | "registered")
|
1277
|
+
attr_accessor values: ::Array[::String]
|
1278
|
+
SENSITIVE: []
|
1279
|
+
end
|
1280
|
+
|
1281
|
+
class SenderIdInformation
|
1282
|
+
attr_accessor sender_id_arn: ::String
|
1283
|
+
attr_accessor sender_id: ::String
|
1284
|
+
attr_accessor iso_country_code: ::String
|
1285
|
+
attr_accessor message_types: ::Array[("TRANSACTIONAL" | "PROMOTIONAL")]
|
1286
|
+
attr_accessor monthly_leasing_price: ::String
|
1287
|
+
attr_accessor deletion_protection_enabled: bool
|
1288
|
+
attr_accessor registered: bool
|
1289
|
+
attr_accessor registration_id: ::String
|
1290
|
+
SENSITIVE: []
|
1291
|
+
end
|
1292
|
+
|
1293
|
+
class ServiceQuotaExceededException
|
1294
|
+
attr_accessor message: ::String
|
1295
|
+
attr_accessor reason: ("ASSOCIATIONS_PER_REGISTRATION" | "CONFIGURATION_SETS_PER_ACCOUNT" | "DAILY_DESTINATION_CALL_LIMIT" | "EVENT_DESTINATIONS_PER_CONFIGURATION_SET" | "KEYWORDS_PER_PHONE_NUMBER" | "KEYWORDS_PER_POOL" | "MONTHLY_SPEND_LIMIT_REACHED_FOR_TEXT" | "MONTHLY_SPEND_LIMIT_REACHED_FOR_VOICE" | "OPT_OUT_LISTS_PER_ACCOUNT" | "ORIGINATION_IDENTITIES_PER_POOL" | "PHONE_NUMBERS_PER_ACCOUNT" | "PHONE_NUMBERS_PER_REGISTRATION" | "POOLS_PER_ACCOUNT" | "REGISTRATION_ATTACHMENTS_CREATED_PER_DAY" | "REGISTRATION_ATTACHMENTS_PER_ACCOUNT" | "REGISTRATION_VERSIONS_CREATED_PER_DAY" | "REGISTRATIONS_PER_ACCOUNT" | "SENDER_IDS_PER_ACCOUNT" | "TAGS_PER_RESOURCE" | "VERIFIED_DESTINATION_NUMBERS_PER_ACCOUNT" | "VERIFICATION_ATTEMPTS_PER_DAY")
|
1296
|
+
SENSITIVE: []
|
1297
|
+
end
|
1298
|
+
|
1299
|
+
class SetDefaultMessageTypeRequest
|
1300
|
+
attr_accessor configuration_set_name: ::String
|
1301
|
+
attr_accessor message_type: ("TRANSACTIONAL" | "PROMOTIONAL")
|
1302
|
+
SENSITIVE: []
|
1303
|
+
end
|
1304
|
+
|
1305
|
+
class SetDefaultMessageTypeResult
|
1306
|
+
attr_accessor configuration_set_arn: ::String
|
1307
|
+
attr_accessor configuration_set_name: ::String
|
1308
|
+
attr_accessor message_type: ("TRANSACTIONAL" | "PROMOTIONAL")
|
1309
|
+
SENSITIVE: []
|
1310
|
+
end
|
1311
|
+
|
1312
|
+
class SetDefaultSenderIdRequest
|
1313
|
+
attr_accessor configuration_set_name: ::String
|
1314
|
+
attr_accessor sender_id: ::String
|
1315
|
+
SENSITIVE: []
|
1316
|
+
end
|
1317
|
+
|
1318
|
+
class SetDefaultSenderIdResult
|
1319
|
+
attr_accessor configuration_set_arn: ::String
|
1320
|
+
attr_accessor configuration_set_name: ::String
|
1321
|
+
attr_accessor sender_id: ::String
|
1322
|
+
SENSITIVE: []
|
1323
|
+
end
|
1324
|
+
|
1325
|
+
class SetTextMessageSpendLimitOverrideRequest
|
1326
|
+
attr_accessor monthly_limit: ::Integer
|
1327
|
+
SENSITIVE: []
|
1328
|
+
end
|
1329
|
+
|
1330
|
+
class SetTextMessageSpendLimitOverrideResult
|
1331
|
+
attr_accessor monthly_limit: ::Integer
|
1332
|
+
SENSITIVE: []
|
1333
|
+
end
|
1334
|
+
|
1335
|
+
class SetVoiceMessageSpendLimitOverrideRequest
|
1336
|
+
attr_accessor monthly_limit: ::Integer
|
1337
|
+
SENSITIVE: []
|
1338
|
+
end
|
1339
|
+
|
1340
|
+
class SetVoiceMessageSpendLimitOverrideResult
|
1341
|
+
attr_accessor monthly_limit: ::Integer
|
1342
|
+
SENSITIVE: []
|
1343
|
+
end
|
1344
|
+
|
1345
|
+
class SnsDestination
|
1346
|
+
attr_accessor topic_arn: ::String
|
1347
|
+
SENSITIVE: []
|
1348
|
+
end
|
1349
|
+
|
1350
|
+
class SpendLimit
|
1351
|
+
attr_accessor name: ("TEXT_MESSAGE_MONTHLY_SPEND_LIMIT" | "VOICE_MESSAGE_MONTHLY_SPEND_LIMIT")
|
1352
|
+
attr_accessor enforced_limit: ::Integer
|
1353
|
+
attr_accessor max_limit: ::Integer
|
1354
|
+
attr_accessor overridden: bool
|
1355
|
+
SENSITIVE: []
|
1356
|
+
end
|
1357
|
+
|
1358
|
+
class SubmitRegistrationVersionRequest
|
1359
|
+
attr_accessor registration_id: ::String
|
1360
|
+
SENSITIVE: []
|
1361
|
+
end
|
1362
|
+
|
1363
|
+
class SubmitRegistrationVersionResult
|
1364
|
+
attr_accessor registration_arn: ::String
|
1365
|
+
attr_accessor registration_id: ::String
|
1366
|
+
attr_accessor version_number: ::Integer
|
1367
|
+
attr_accessor registration_version_status: ("DRAFT" | "SUBMITTED" | "REVIEWING" | "APPROVED" | "DISCARDED" | "DENIED" | "REVOKED" | "ARCHIVED")
|
1368
|
+
attr_accessor registration_version_status_history: Types::RegistrationVersionStatusHistory
|
1369
|
+
SENSITIVE: []
|
1370
|
+
end
|
1371
|
+
|
1372
|
+
class SupportedAssociation
|
1373
|
+
attr_accessor resource_type: ::String
|
1374
|
+
attr_accessor iso_country_code: ::String
|
1375
|
+
attr_accessor association_behavior: ("ASSOCIATE_BEFORE_SUBMIT" | "ASSOCIATE_ON_APPROVAL" | "ASSOCIATE_AFTER_COMPLETE")
|
1376
|
+
attr_accessor disassociation_behavior: ("DISASSOCIATE_ALL_CLOSES_REGISTRATION" | "DISASSOCIATE_ALL_ALLOWS_DELETE_REGISTRATION" | "DELETE_REGISTRATION_DISASSOCIATES")
|
1377
|
+
SENSITIVE: []
|
1378
|
+
end
|
1379
|
+
|
1380
|
+
class Tag
|
1381
|
+
attr_accessor key: ::String
|
1382
|
+
attr_accessor value: ::String
|
1383
|
+
SENSITIVE: []
|
1384
|
+
end
|
1385
|
+
|
1386
|
+
class TagResourceRequest
|
1387
|
+
attr_accessor resource_arn: ::String
|
1388
|
+
attr_accessor tags: ::Array[Types::Tag]
|
1389
|
+
SENSITIVE: []
|
1390
|
+
end
|
1391
|
+
|
1392
|
+
class TagResourceResult < Aws::EmptyStructure
|
1393
|
+
end
|
1394
|
+
|
1395
|
+
class TextValidation
|
1396
|
+
attr_accessor min_length: ::Integer
|
1397
|
+
attr_accessor max_length: ::Integer
|
1398
|
+
attr_accessor pattern: ::String
|
1399
|
+
SENSITIVE: []
|
1400
|
+
end
|
1401
|
+
|
1402
|
+
class ThrottlingException
|
1403
|
+
attr_accessor message: ::String
|
1404
|
+
SENSITIVE: []
|
1405
|
+
end
|
1406
|
+
|
1407
|
+
class UntagResourceRequest
|
1408
|
+
attr_accessor resource_arn: ::String
|
1409
|
+
attr_accessor tag_keys: ::Array[::String]
|
1410
|
+
SENSITIVE: []
|
1411
|
+
end
|
1412
|
+
|
1413
|
+
class UntagResourceResult < Aws::EmptyStructure
|
1414
|
+
end
|
1415
|
+
|
1416
|
+
class UpdateEventDestinationRequest
|
1417
|
+
attr_accessor configuration_set_name: ::String
|
1418
|
+
attr_accessor event_destination_name: ::String
|
1419
|
+
attr_accessor enabled: bool
|
1420
|
+
attr_accessor matching_event_types: ::Array[("ALL" | "TEXT_ALL" | "TEXT_SENT" | "TEXT_PENDING" | "TEXT_QUEUED" | "TEXT_SUCCESSFUL" | "TEXT_DELIVERED" | "TEXT_INVALID" | "TEXT_INVALID_MESSAGE" | "TEXT_UNREACHABLE" | "TEXT_CARRIER_UNREACHABLE" | "TEXT_BLOCKED" | "TEXT_CARRIER_BLOCKED" | "TEXT_SPAM" | "TEXT_UNKNOWN" | "TEXT_TTL_EXPIRED" | "VOICE_ALL" | "VOICE_INITIATED" | "VOICE_RINGING" | "VOICE_ANSWERED" | "VOICE_COMPLETED" | "VOICE_BUSY" | "VOICE_NO_ANSWER" | "VOICE_FAILED" | "VOICE_TTL_EXPIRED")]
|
1421
|
+
attr_accessor cloud_watch_logs_destination: Types::CloudWatchLogsDestination
|
1422
|
+
attr_accessor kinesis_firehose_destination: Types::KinesisFirehoseDestination
|
1423
|
+
attr_accessor sns_destination: Types::SnsDestination
|
1424
|
+
SENSITIVE: []
|
1425
|
+
end
|
1426
|
+
|
1427
|
+
class UpdateEventDestinationResult
|
1428
|
+
attr_accessor configuration_set_arn: ::String
|
1429
|
+
attr_accessor configuration_set_name: ::String
|
1430
|
+
attr_accessor event_destination: Types::EventDestination
|
1431
|
+
SENSITIVE: []
|
1432
|
+
end
|
1433
|
+
|
1434
|
+
class UpdatePhoneNumberRequest
|
1435
|
+
attr_accessor phone_number_id: ::String
|
1436
|
+
attr_accessor two_way_enabled: bool
|
1437
|
+
attr_accessor two_way_channel_arn: ::String
|
1438
|
+
attr_accessor two_way_channel_role: ::String
|
1439
|
+
attr_accessor self_managed_opt_outs_enabled: bool
|
1440
|
+
attr_accessor opt_out_list_name: ::String
|
1441
|
+
attr_accessor deletion_protection_enabled: bool
|
1442
|
+
SENSITIVE: []
|
1443
|
+
end
|
1444
|
+
|
1445
|
+
class UpdatePhoneNumberResult
|
1446
|
+
attr_accessor phone_number_arn: ::String
|
1447
|
+
attr_accessor phone_number_id: ::String
|
1448
|
+
attr_accessor phone_number: ::String
|
1449
|
+
attr_accessor status: ("PENDING" | "ACTIVE" | "ASSOCIATING" | "DISASSOCIATING" | "DELETED")
|
1450
|
+
attr_accessor iso_country_code: ::String
|
1451
|
+
attr_accessor message_type: ("TRANSACTIONAL" | "PROMOTIONAL")
|
1452
|
+
attr_accessor number_capabilities: ::Array[("SMS" | "VOICE")]
|
1453
|
+
attr_accessor number_type: ("SHORT_CODE" | "LONG_CODE" | "TOLL_FREE" | "TEN_DLC" | "SIMULATOR")
|
1454
|
+
attr_accessor monthly_leasing_price: ::String
|
1455
|
+
attr_accessor two_way_enabled: bool
|
1456
|
+
attr_accessor two_way_channel_arn: ::String
|
1457
|
+
attr_accessor two_way_channel_role: ::String
|
1458
|
+
attr_accessor self_managed_opt_outs_enabled: bool
|
1459
|
+
attr_accessor opt_out_list_name: ::String
|
1460
|
+
attr_accessor deletion_protection_enabled: bool
|
1461
|
+
attr_accessor registration_id: ::String
|
1462
|
+
attr_accessor created_timestamp: ::Time
|
1463
|
+
SENSITIVE: []
|
1464
|
+
end
|
1465
|
+
|
1466
|
+
class UpdatePoolRequest
|
1467
|
+
attr_accessor pool_id: ::String
|
1468
|
+
attr_accessor two_way_enabled: bool
|
1469
|
+
attr_accessor two_way_channel_arn: ::String
|
1470
|
+
attr_accessor two_way_channel_role: ::String
|
1471
|
+
attr_accessor self_managed_opt_outs_enabled: bool
|
1472
|
+
attr_accessor opt_out_list_name: ::String
|
1473
|
+
attr_accessor shared_routes_enabled: bool
|
1474
|
+
attr_accessor deletion_protection_enabled: bool
|
1475
|
+
SENSITIVE: []
|
1476
|
+
end
|
1477
|
+
|
1478
|
+
class UpdatePoolResult
|
1479
|
+
attr_accessor pool_arn: ::String
|
1480
|
+
attr_accessor pool_id: ::String
|
1481
|
+
attr_accessor status: ("CREATING" | "ACTIVE" | "DELETING")
|
1482
|
+
attr_accessor message_type: ("TRANSACTIONAL" | "PROMOTIONAL")
|
1483
|
+
attr_accessor two_way_enabled: bool
|
1484
|
+
attr_accessor two_way_channel_arn: ::String
|
1485
|
+
attr_accessor two_way_channel_role: ::String
|
1486
|
+
attr_accessor self_managed_opt_outs_enabled: bool
|
1487
|
+
attr_accessor opt_out_list_name: ::String
|
1488
|
+
attr_accessor shared_routes_enabled: bool
|
1489
|
+
attr_accessor deletion_protection_enabled: bool
|
1490
|
+
attr_accessor created_timestamp: ::Time
|
1491
|
+
SENSITIVE: []
|
1492
|
+
end
|
1493
|
+
|
1494
|
+
class UpdateSenderIdRequest
|
1495
|
+
attr_accessor sender_id: ::String
|
1496
|
+
attr_accessor iso_country_code: ::String
|
1497
|
+
attr_accessor deletion_protection_enabled: bool
|
1498
|
+
SENSITIVE: []
|
1499
|
+
end
|
1500
|
+
|
1501
|
+
class UpdateSenderIdResult
|
1502
|
+
attr_accessor sender_id_arn: ::String
|
1503
|
+
attr_accessor sender_id: ::String
|
1504
|
+
attr_accessor iso_country_code: ::String
|
1505
|
+
attr_accessor message_types: ::Array[("TRANSACTIONAL" | "PROMOTIONAL")]
|
1506
|
+
attr_accessor monthly_leasing_price: ::String
|
1507
|
+
attr_accessor deletion_protection_enabled: bool
|
1508
|
+
attr_accessor registered: bool
|
1509
|
+
attr_accessor registration_id: ::String
|
1510
|
+
SENSITIVE: []
|
1511
|
+
end
|
1512
|
+
|
1513
|
+
class ValidationException
|
1514
|
+
attr_accessor message: ::String
|
1515
|
+
attr_accessor reason: ("CANNOT_ADD_OPTED_OUT_NUMBER" | "CANNOT_PARSE" | "COUNTRY_CODE_MISMATCH" | "DESTINATION_COUNTRY_BLOCKED" | "FIELD_VALIDATION_FAILED" | "ATTACHMENT_TYPE_NOT_SUPPORTED" | "INVALID_ARN" | "INVALID_FILTER_VALUES" | "INVALID_IDENTITY_FOR_DESTINATION_COUNTRY" | "INVALID_NEXT_TOKEN" | "INVALID_PARAMETER" | "INVALID_REQUEST" | "INVALID_REGISTRATION_ASSOCIATION" | "MAXIMUM_SIZE_EXCEEDED" | "MISSING_PARAMETER" | "PARAMETERS_CANNOT_BE_USED_TOGETHER" | "PHONE_NUMBER_CANNOT_BE_OPTED_IN" | "PHONE_NUMBER_CANNOT_BE_RELEASED" | "PRICE_OVER_THRESHOLD" | "RESOURCE_NOT_ACCESSIBLE" | "REQUESTED_SPEND_LIMIT_HIGHER_THAN_SERVICE_LIMIT" | "SENDER_ID_NOT_REGISTERED" | "SENDER_ID_NOT_SUPPORTED" | "SENDER_ID_REQUIRES_REGISTRATION" | "TWO_WAY_TOPIC_NOT_PRESENT" | "TWO_WAY_NOT_ENABLED" | "TWO_WAY_NOT_SUPPORTED_IN_COUNTRY" | "TWO_WAY_NOT_SUPPORTED_IN_REGION" | "TWO_WAY_CHANNEL_NOT_PRESENT" | "UNKNOWN_REGISTRATION_FIELD" | "UNKNOWN_REGISTRATION_SECTION" | "UNKNOWN_REGISTRATION_TYPE" | "UNKNOWN_REGISTRATION_VERSION" | "UNKNOWN_OPERATION" | "REGISTRATION_FIELD_CANNOT_BE_DELETED" | "VERIFICATION_CODE_MISMATCH" | "VOICE_CAPABILITY_NOT_AVAILABLE" | "OTHER")
|
1516
|
+
attr_accessor fields: ::Array[Types::ValidationExceptionField]
|
1517
|
+
SENSITIVE: []
|
1518
|
+
end
|
1519
|
+
|
1520
|
+
class ValidationExceptionField
|
1521
|
+
attr_accessor name: ::String
|
1522
|
+
attr_accessor message: ::String
|
1523
|
+
SENSITIVE: []
|
1524
|
+
end
|
1525
|
+
|
1526
|
+
class VerifiedDestinationNumberFilter
|
1527
|
+
attr_accessor name: ("status")
|
1528
|
+
attr_accessor values: ::Array[::String]
|
1529
|
+
SENSITIVE: []
|
1530
|
+
end
|
1531
|
+
|
1532
|
+
class VerifiedDestinationNumberInformation
|
1533
|
+
attr_accessor verified_destination_number_arn: ::String
|
1534
|
+
attr_accessor verified_destination_number_id: ::String
|
1535
|
+
attr_accessor destination_phone_number: ::String
|
1536
|
+
attr_accessor status: ("PENDING" | "VERIFIED")
|
1537
|
+
attr_accessor created_timestamp: ::Time
|
1538
|
+
SENSITIVE: []
|
1539
|
+
end
|
1540
|
+
|
1541
|
+
class VerifyDestinationNumberRequest
|
1542
|
+
attr_accessor verified_destination_number_id: ::String
|
1543
|
+
attr_accessor verification_code: ::String
|
1544
|
+
SENSITIVE: []
|
1545
|
+
end
|
1546
|
+
|
1547
|
+
class VerifyDestinationNumberResult
|
1548
|
+
attr_accessor verified_destination_number_arn: ::String
|
1549
|
+
attr_accessor verified_destination_number_id: ::String
|
1550
|
+
attr_accessor destination_phone_number: ::String
|
1551
|
+
attr_accessor status: ("PENDING" | "VERIFIED")
|
1552
|
+
attr_accessor created_timestamp: ::Time
|
1553
|
+
SENSITIVE: []
|
1554
|
+
end
|
1555
|
+
end
|
1556
|
+
end
|