aws-sdk-chime 1.79.0 → 1.81.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-chime/client.rb +1 -1
- data/lib/aws-sdk-chime/plugins/endpoints.rb +4 -2
- data/lib/aws-sdk-chime.rb +1 -1
- data/sig/client.rbs +2425 -0
- data/sig/errors.rbs +60 -0
- data/sig/resource.rbs +79 -0
- data/sig/types.rbs +2895 -0
- data/sig/waiters.rbs +13 -0
- metadata +13 -8
data/sig/types.rbs
ADDED
@@ -0,0 +1,2895 @@
|
|
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::Chime
|
9
|
+
module Types
|
10
|
+
|
11
|
+
class AccessDeniedException
|
12
|
+
attr_accessor code: ("BadRequest" | "Conflict" | "Forbidden" | "NotFound" | "PreconditionFailed" | "ResourceLimitExceeded" | "ServiceFailure" | "AccessDenied" | "ServiceUnavailable" | "Throttled" | "Throttling" | "Unauthorized" | "Unprocessable" | "VoiceConnectorGroupAssociationsExist" | "PhoneNumberAssociationsExist")
|
13
|
+
attr_accessor message: ::String
|
14
|
+
SENSITIVE: []
|
15
|
+
end
|
16
|
+
|
17
|
+
class Account
|
18
|
+
attr_accessor aws_account_id: ::String
|
19
|
+
attr_accessor account_id: ::String
|
20
|
+
attr_accessor name: ::String
|
21
|
+
attr_accessor account_type: ("Team" | "EnterpriseDirectory" | "EnterpriseLWA" | "EnterpriseOIDC")
|
22
|
+
attr_accessor created_timestamp: ::Time
|
23
|
+
attr_accessor default_license: ("Basic" | "Plus" | "Pro" | "ProTrial")
|
24
|
+
attr_accessor supported_licenses: ::Array[("Basic" | "Plus" | "Pro" | "ProTrial")]
|
25
|
+
attr_accessor account_status: ("Suspended" | "Active")
|
26
|
+
attr_accessor signin_delegate_groups: ::Array[Types::SigninDelegateGroup]
|
27
|
+
SENSITIVE: []
|
28
|
+
end
|
29
|
+
|
30
|
+
class AccountSettings
|
31
|
+
attr_accessor disable_remote_control: bool
|
32
|
+
attr_accessor enable_dial_out: bool
|
33
|
+
SENSITIVE: []
|
34
|
+
end
|
35
|
+
|
36
|
+
class Address
|
37
|
+
attr_accessor street_name: ::String
|
38
|
+
attr_accessor street_suffix: ::String
|
39
|
+
attr_accessor post_directional: ::String
|
40
|
+
attr_accessor pre_directional: ::String
|
41
|
+
attr_accessor street_number: ::String
|
42
|
+
attr_accessor city: ::String
|
43
|
+
attr_accessor state: ::String
|
44
|
+
attr_accessor postal_code: ::String
|
45
|
+
attr_accessor postal_code_plus_4: ::String
|
46
|
+
attr_accessor country: ::String
|
47
|
+
SENSITIVE: [:street_name, :street_suffix, :post_directional, :pre_directional, :street_number, :city, :state, :postal_code, :postal_code_plus_4, :country]
|
48
|
+
end
|
49
|
+
|
50
|
+
class AlexaForBusinessMetadata
|
51
|
+
attr_accessor is_alexa_for_business_enabled: bool
|
52
|
+
attr_accessor alexa_for_business_room_arn: ::String
|
53
|
+
SENSITIVE: [:alexa_for_business_room_arn]
|
54
|
+
end
|
55
|
+
|
56
|
+
class AppInstance
|
57
|
+
attr_accessor app_instance_arn: ::String
|
58
|
+
attr_accessor name: ::String
|
59
|
+
attr_accessor metadata: ::String
|
60
|
+
attr_accessor created_timestamp: ::Time
|
61
|
+
attr_accessor last_updated_timestamp: ::Time
|
62
|
+
SENSITIVE: [:name, :metadata]
|
63
|
+
end
|
64
|
+
|
65
|
+
class AppInstanceAdmin
|
66
|
+
attr_accessor admin: Types::Identity
|
67
|
+
attr_accessor app_instance_arn: ::String
|
68
|
+
attr_accessor created_timestamp: ::Time
|
69
|
+
SENSITIVE: []
|
70
|
+
end
|
71
|
+
|
72
|
+
class AppInstanceAdminSummary
|
73
|
+
attr_accessor admin: Types::Identity
|
74
|
+
SENSITIVE: []
|
75
|
+
end
|
76
|
+
|
77
|
+
class AppInstanceRetentionSettings
|
78
|
+
attr_accessor channel_retention_settings: Types::ChannelRetentionSettings
|
79
|
+
SENSITIVE: []
|
80
|
+
end
|
81
|
+
|
82
|
+
class AppInstanceStreamingConfiguration
|
83
|
+
attr_accessor app_instance_data_type: ("Channel" | "ChannelMessage")
|
84
|
+
attr_accessor resource_arn: ::String
|
85
|
+
SENSITIVE: [:resource_arn]
|
86
|
+
end
|
87
|
+
|
88
|
+
class AppInstanceSummary
|
89
|
+
attr_accessor app_instance_arn: ::String
|
90
|
+
attr_accessor name: ::String
|
91
|
+
attr_accessor metadata: ::String
|
92
|
+
SENSITIVE: [:name, :metadata]
|
93
|
+
end
|
94
|
+
|
95
|
+
class AppInstanceUser
|
96
|
+
attr_accessor app_instance_user_arn: ::String
|
97
|
+
attr_accessor name: ::String
|
98
|
+
attr_accessor created_timestamp: ::Time
|
99
|
+
attr_accessor metadata: ::String
|
100
|
+
attr_accessor last_updated_timestamp: ::Time
|
101
|
+
SENSITIVE: [:name, :metadata]
|
102
|
+
end
|
103
|
+
|
104
|
+
class AppInstanceUserMembershipSummary
|
105
|
+
attr_accessor type: ("DEFAULT" | "HIDDEN")
|
106
|
+
attr_accessor read_marker_timestamp: ::Time
|
107
|
+
SENSITIVE: []
|
108
|
+
end
|
109
|
+
|
110
|
+
class AppInstanceUserSummary
|
111
|
+
attr_accessor app_instance_user_arn: ::String
|
112
|
+
attr_accessor name: ::String
|
113
|
+
attr_accessor metadata: ::String
|
114
|
+
SENSITIVE: [:name, :metadata]
|
115
|
+
end
|
116
|
+
|
117
|
+
class ArtifactsConfiguration
|
118
|
+
attr_accessor audio: Types::AudioArtifactsConfiguration
|
119
|
+
attr_accessor video: Types::VideoArtifactsConfiguration
|
120
|
+
attr_accessor content: Types::ContentArtifactsConfiguration
|
121
|
+
SENSITIVE: []
|
122
|
+
end
|
123
|
+
|
124
|
+
class AssociatePhoneNumberWithUserRequest
|
125
|
+
attr_accessor account_id: ::String
|
126
|
+
attr_accessor user_id: ::String
|
127
|
+
attr_accessor e164_phone_number: ::String
|
128
|
+
SENSITIVE: [:e164_phone_number]
|
129
|
+
end
|
130
|
+
|
131
|
+
class AssociatePhoneNumberWithUserResponse < Aws::EmptyStructure
|
132
|
+
end
|
133
|
+
|
134
|
+
class AssociatePhoneNumbersWithVoiceConnectorGroupRequest
|
135
|
+
attr_accessor voice_connector_group_id: ::String
|
136
|
+
attr_accessor e164_phone_numbers: ::Array[::String]
|
137
|
+
attr_accessor force_associate: bool
|
138
|
+
SENSITIVE: []
|
139
|
+
end
|
140
|
+
|
141
|
+
class AssociatePhoneNumbersWithVoiceConnectorGroupResponse
|
142
|
+
attr_accessor phone_number_errors: ::Array[Types::PhoneNumberError]
|
143
|
+
SENSITIVE: []
|
144
|
+
end
|
145
|
+
|
146
|
+
class AssociatePhoneNumbersWithVoiceConnectorRequest
|
147
|
+
attr_accessor voice_connector_id: ::String
|
148
|
+
attr_accessor e164_phone_numbers: ::Array[::String]
|
149
|
+
attr_accessor force_associate: bool
|
150
|
+
SENSITIVE: []
|
151
|
+
end
|
152
|
+
|
153
|
+
class AssociatePhoneNumbersWithVoiceConnectorResponse
|
154
|
+
attr_accessor phone_number_errors: ::Array[Types::PhoneNumberError]
|
155
|
+
SENSITIVE: []
|
156
|
+
end
|
157
|
+
|
158
|
+
class AssociateSigninDelegateGroupsWithAccountRequest
|
159
|
+
attr_accessor account_id: ::String
|
160
|
+
attr_accessor signin_delegate_groups: ::Array[Types::SigninDelegateGroup]
|
161
|
+
SENSITIVE: []
|
162
|
+
end
|
163
|
+
|
164
|
+
class AssociateSigninDelegateGroupsWithAccountResponse < Aws::EmptyStructure
|
165
|
+
end
|
166
|
+
|
167
|
+
class Attendee
|
168
|
+
attr_accessor external_user_id: ::String
|
169
|
+
attr_accessor attendee_id: ::String
|
170
|
+
attr_accessor join_token: ::String
|
171
|
+
SENSITIVE: [:external_user_id, :join_token]
|
172
|
+
end
|
173
|
+
|
174
|
+
class AudioArtifactsConfiguration
|
175
|
+
attr_accessor mux_type: ("AudioOnly" | "AudioWithActiveSpeakerVideo")
|
176
|
+
SENSITIVE: []
|
177
|
+
end
|
178
|
+
|
179
|
+
class BadRequestException
|
180
|
+
attr_accessor code: ("BadRequest" | "Conflict" | "Forbidden" | "NotFound" | "PreconditionFailed" | "ResourceLimitExceeded" | "ServiceFailure" | "AccessDenied" | "ServiceUnavailable" | "Throttled" | "Throttling" | "Unauthorized" | "Unprocessable" | "VoiceConnectorGroupAssociationsExist" | "PhoneNumberAssociationsExist")
|
181
|
+
attr_accessor message: ::String
|
182
|
+
SENSITIVE: []
|
183
|
+
end
|
184
|
+
|
185
|
+
class BatchChannelMemberships
|
186
|
+
attr_accessor invited_by: Types::Identity
|
187
|
+
attr_accessor type: ("DEFAULT" | "HIDDEN")
|
188
|
+
attr_accessor members: ::Array[Types::Identity]
|
189
|
+
attr_accessor channel_arn: ::String
|
190
|
+
SENSITIVE: []
|
191
|
+
end
|
192
|
+
|
193
|
+
class BatchCreateAttendeeRequest
|
194
|
+
attr_accessor meeting_id: ::String
|
195
|
+
attr_accessor attendees: ::Array[Types::CreateAttendeeRequestItem]
|
196
|
+
SENSITIVE: []
|
197
|
+
end
|
198
|
+
|
199
|
+
class BatchCreateAttendeeResponse
|
200
|
+
attr_accessor attendees: ::Array[Types::Attendee]
|
201
|
+
attr_accessor errors: ::Array[Types::CreateAttendeeError]
|
202
|
+
SENSITIVE: []
|
203
|
+
end
|
204
|
+
|
205
|
+
class BatchCreateChannelMembershipError
|
206
|
+
attr_accessor member_arn: ::String
|
207
|
+
attr_accessor error_code: ("BadRequest" | "Conflict" | "Forbidden" | "NotFound" | "PreconditionFailed" | "ResourceLimitExceeded" | "ServiceFailure" | "AccessDenied" | "ServiceUnavailable" | "Throttled" | "Throttling" | "Unauthorized" | "Unprocessable" | "VoiceConnectorGroupAssociationsExist" | "PhoneNumberAssociationsExist")
|
208
|
+
attr_accessor error_message: ::String
|
209
|
+
SENSITIVE: []
|
210
|
+
end
|
211
|
+
|
212
|
+
class BatchCreateChannelMembershipRequest
|
213
|
+
attr_accessor channel_arn: ::String
|
214
|
+
attr_accessor type: ("DEFAULT" | "HIDDEN")
|
215
|
+
attr_accessor member_arns: ::Array[::String]
|
216
|
+
attr_accessor chime_bearer: ::String
|
217
|
+
SENSITIVE: []
|
218
|
+
end
|
219
|
+
|
220
|
+
class BatchCreateChannelMembershipResponse
|
221
|
+
attr_accessor batch_channel_memberships: Types::BatchChannelMemberships
|
222
|
+
attr_accessor errors: ::Array[Types::BatchCreateChannelMembershipError]
|
223
|
+
SENSITIVE: []
|
224
|
+
end
|
225
|
+
|
226
|
+
class BatchCreateRoomMembershipRequest
|
227
|
+
attr_accessor account_id: ::String
|
228
|
+
attr_accessor room_id: ::String
|
229
|
+
attr_accessor membership_item_list: ::Array[Types::MembershipItem]
|
230
|
+
SENSITIVE: []
|
231
|
+
end
|
232
|
+
|
233
|
+
class BatchCreateRoomMembershipResponse
|
234
|
+
attr_accessor errors: ::Array[Types::MemberError]
|
235
|
+
SENSITIVE: []
|
236
|
+
end
|
237
|
+
|
238
|
+
class BatchDeletePhoneNumberRequest
|
239
|
+
attr_accessor phone_number_ids: ::Array[::String]
|
240
|
+
SENSITIVE: []
|
241
|
+
end
|
242
|
+
|
243
|
+
class BatchDeletePhoneNumberResponse
|
244
|
+
attr_accessor phone_number_errors: ::Array[Types::PhoneNumberError]
|
245
|
+
SENSITIVE: []
|
246
|
+
end
|
247
|
+
|
248
|
+
class BatchSuspendUserRequest
|
249
|
+
attr_accessor account_id: ::String
|
250
|
+
attr_accessor user_id_list: ::Array[::String]
|
251
|
+
SENSITIVE: []
|
252
|
+
end
|
253
|
+
|
254
|
+
class BatchSuspendUserResponse
|
255
|
+
attr_accessor user_errors: ::Array[Types::UserError]
|
256
|
+
SENSITIVE: []
|
257
|
+
end
|
258
|
+
|
259
|
+
class BatchUnsuspendUserRequest
|
260
|
+
attr_accessor account_id: ::String
|
261
|
+
attr_accessor user_id_list: ::Array[::String]
|
262
|
+
SENSITIVE: []
|
263
|
+
end
|
264
|
+
|
265
|
+
class BatchUnsuspendUserResponse
|
266
|
+
attr_accessor user_errors: ::Array[Types::UserError]
|
267
|
+
SENSITIVE: []
|
268
|
+
end
|
269
|
+
|
270
|
+
class BatchUpdatePhoneNumberRequest
|
271
|
+
attr_accessor update_phone_number_request_items: ::Array[Types::UpdatePhoneNumberRequestItem]
|
272
|
+
SENSITIVE: []
|
273
|
+
end
|
274
|
+
|
275
|
+
class BatchUpdatePhoneNumberResponse
|
276
|
+
attr_accessor phone_number_errors: ::Array[Types::PhoneNumberError]
|
277
|
+
SENSITIVE: []
|
278
|
+
end
|
279
|
+
|
280
|
+
class BatchUpdateUserRequest
|
281
|
+
attr_accessor account_id: ::String
|
282
|
+
attr_accessor update_user_request_items: ::Array[Types::UpdateUserRequestItem]
|
283
|
+
SENSITIVE: []
|
284
|
+
end
|
285
|
+
|
286
|
+
class BatchUpdateUserResponse
|
287
|
+
attr_accessor user_errors: ::Array[Types::UserError]
|
288
|
+
SENSITIVE: []
|
289
|
+
end
|
290
|
+
|
291
|
+
class Bot
|
292
|
+
attr_accessor bot_id: ::String
|
293
|
+
attr_accessor user_id: ::String
|
294
|
+
attr_accessor display_name: ::String
|
295
|
+
attr_accessor bot_type: ("ChatBot")
|
296
|
+
attr_accessor disabled: bool
|
297
|
+
attr_accessor created_timestamp: ::Time
|
298
|
+
attr_accessor updated_timestamp: ::Time
|
299
|
+
attr_accessor bot_email: ::String
|
300
|
+
attr_accessor security_token: ::String
|
301
|
+
SENSITIVE: [:display_name, :bot_email, :security_token]
|
302
|
+
end
|
303
|
+
|
304
|
+
class BusinessCallingSettings
|
305
|
+
attr_accessor cdr_bucket: ::String
|
306
|
+
SENSITIVE: []
|
307
|
+
end
|
308
|
+
|
309
|
+
class CandidateAddress
|
310
|
+
attr_accessor street_info: ::String
|
311
|
+
attr_accessor street_number: ::String
|
312
|
+
attr_accessor city: ::String
|
313
|
+
attr_accessor state: ::String
|
314
|
+
attr_accessor postal_code: ::String
|
315
|
+
attr_accessor postal_code_plus_4: ::String
|
316
|
+
attr_accessor country: ::String
|
317
|
+
SENSITIVE: [:street_info, :street_number, :city, :state, :postal_code, :postal_code_plus_4, :country]
|
318
|
+
end
|
319
|
+
|
320
|
+
class Channel
|
321
|
+
attr_accessor name: ::String
|
322
|
+
attr_accessor channel_arn: ::String
|
323
|
+
attr_accessor mode: ("UNRESTRICTED" | "RESTRICTED")
|
324
|
+
attr_accessor privacy: ("PUBLIC" | "PRIVATE")
|
325
|
+
attr_accessor metadata: ::String
|
326
|
+
attr_accessor created_by: Types::Identity
|
327
|
+
attr_accessor created_timestamp: ::Time
|
328
|
+
attr_accessor last_message_timestamp: ::Time
|
329
|
+
attr_accessor last_updated_timestamp: ::Time
|
330
|
+
SENSITIVE: [:name, :metadata]
|
331
|
+
end
|
332
|
+
|
333
|
+
class ChannelBan
|
334
|
+
attr_accessor member: Types::Identity
|
335
|
+
attr_accessor channel_arn: ::String
|
336
|
+
attr_accessor created_timestamp: ::Time
|
337
|
+
attr_accessor created_by: Types::Identity
|
338
|
+
SENSITIVE: []
|
339
|
+
end
|
340
|
+
|
341
|
+
class ChannelBanSummary
|
342
|
+
attr_accessor member: Types::Identity
|
343
|
+
SENSITIVE: []
|
344
|
+
end
|
345
|
+
|
346
|
+
class ChannelMembership
|
347
|
+
attr_accessor invited_by: Types::Identity
|
348
|
+
attr_accessor type: ("DEFAULT" | "HIDDEN")
|
349
|
+
attr_accessor member: Types::Identity
|
350
|
+
attr_accessor channel_arn: ::String
|
351
|
+
attr_accessor created_timestamp: ::Time
|
352
|
+
attr_accessor last_updated_timestamp: ::Time
|
353
|
+
SENSITIVE: []
|
354
|
+
end
|
355
|
+
|
356
|
+
class ChannelMembershipForAppInstanceUserSummary
|
357
|
+
attr_accessor channel_summary: Types::ChannelSummary
|
358
|
+
attr_accessor app_instance_user_membership_summary: Types::AppInstanceUserMembershipSummary
|
359
|
+
SENSITIVE: []
|
360
|
+
end
|
361
|
+
|
362
|
+
class ChannelMembershipSummary
|
363
|
+
attr_accessor member: Types::Identity
|
364
|
+
SENSITIVE: []
|
365
|
+
end
|
366
|
+
|
367
|
+
class ChannelMessage
|
368
|
+
attr_accessor channel_arn: ::String
|
369
|
+
attr_accessor message_id: ::String
|
370
|
+
attr_accessor content: ::String
|
371
|
+
attr_accessor metadata: ::String
|
372
|
+
attr_accessor type: ("STANDARD" | "CONTROL")
|
373
|
+
attr_accessor created_timestamp: ::Time
|
374
|
+
attr_accessor last_edited_timestamp: ::Time
|
375
|
+
attr_accessor last_updated_timestamp: ::Time
|
376
|
+
attr_accessor sender: Types::Identity
|
377
|
+
attr_accessor redacted: bool
|
378
|
+
attr_accessor persistence: ("PERSISTENT" | "NON_PERSISTENT")
|
379
|
+
SENSITIVE: [:content, :metadata]
|
380
|
+
end
|
381
|
+
|
382
|
+
class ChannelMessageSummary
|
383
|
+
attr_accessor message_id: ::String
|
384
|
+
attr_accessor content: ::String
|
385
|
+
attr_accessor metadata: ::String
|
386
|
+
attr_accessor type: ("STANDARD" | "CONTROL")
|
387
|
+
attr_accessor created_timestamp: ::Time
|
388
|
+
attr_accessor last_updated_timestamp: ::Time
|
389
|
+
attr_accessor last_edited_timestamp: ::Time
|
390
|
+
attr_accessor sender: Types::Identity
|
391
|
+
attr_accessor redacted: bool
|
392
|
+
SENSITIVE: [:content, :metadata]
|
393
|
+
end
|
394
|
+
|
395
|
+
class ChannelModeratedByAppInstanceUserSummary
|
396
|
+
attr_accessor channel_summary: Types::ChannelSummary
|
397
|
+
SENSITIVE: []
|
398
|
+
end
|
399
|
+
|
400
|
+
class ChannelModerator
|
401
|
+
attr_accessor moderator: Types::Identity
|
402
|
+
attr_accessor channel_arn: ::String
|
403
|
+
attr_accessor created_timestamp: ::Time
|
404
|
+
attr_accessor created_by: Types::Identity
|
405
|
+
SENSITIVE: []
|
406
|
+
end
|
407
|
+
|
408
|
+
class ChannelModeratorSummary
|
409
|
+
attr_accessor moderator: Types::Identity
|
410
|
+
SENSITIVE: []
|
411
|
+
end
|
412
|
+
|
413
|
+
class ChannelRetentionSettings
|
414
|
+
attr_accessor retention_days: ::Integer
|
415
|
+
SENSITIVE: []
|
416
|
+
end
|
417
|
+
|
418
|
+
class ChannelSummary
|
419
|
+
attr_accessor name: ::String
|
420
|
+
attr_accessor channel_arn: ::String
|
421
|
+
attr_accessor mode: ("UNRESTRICTED" | "RESTRICTED")
|
422
|
+
attr_accessor privacy: ("PUBLIC" | "PRIVATE")
|
423
|
+
attr_accessor metadata: ::String
|
424
|
+
attr_accessor last_message_timestamp: ::Time
|
425
|
+
SENSITIVE: [:name, :metadata]
|
426
|
+
end
|
427
|
+
|
428
|
+
class ChimeSdkMeetingConfiguration
|
429
|
+
attr_accessor source_configuration: Types::SourceConfiguration
|
430
|
+
attr_accessor artifacts_configuration: Types::ArtifactsConfiguration
|
431
|
+
SENSITIVE: []
|
432
|
+
end
|
433
|
+
|
434
|
+
class ConflictException
|
435
|
+
attr_accessor code: ("BadRequest" | "Conflict" | "Forbidden" | "NotFound" | "PreconditionFailed" | "ResourceLimitExceeded" | "ServiceFailure" | "AccessDenied" | "ServiceUnavailable" | "Throttled" | "Throttling" | "Unauthorized" | "Unprocessable" | "VoiceConnectorGroupAssociationsExist" | "PhoneNumberAssociationsExist")
|
436
|
+
attr_accessor message: ::String
|
437
|
+
SENSITIVE: []
|
438
|
+
end
|
439
|
+
|
440
|
+
class ContentArtifactsConfiguration
|
441
|
+
attr_accessor state: ("Enabled" | "Disabled")
|
442
|
+
attr_accessor mux_type: ("ContentOnly")
|
443
|
+
SENSITIVE: []
|
444
|
+
end
|
445
|
+
|
446
|
+
class ConversationRetentionSettings
|
447
|
+
attr_accessor retention_days: ::Integer
|
448
|
+
SENSITIVE: []
|
449
|
+
end
|
450
|
+
|
451
|
+
class CreateAccountRequest
|
452
|
+
attr_accessor name: ::String
|
453
|
+
SENSITIVE: []
|
454
|
+
end
|
455
|
+
|
456
|
+
class CreateAccountResponse
|
457
|
+
attr_accessor account: Types::Account
|
458
|
+
SENSITIVE: []
|
459
|
+
end
|
460
|
+
|
461
|
+
class CreateAppInstanceAdminRequest
|
462
|
+
attr_accessor app_instance_admin_arn: ::String
|
463
|
+
attr_accessor app_instance_arn: ::String
|
464
|
+
SENSITIVE: []
|
465
|
+
end
|
466
|
+
|
467
|
+
class CreateAppInstanceAdminResponse
|
468
|
+
attr_accessor app_instance_admin: Types::Identity
|
469
|
+
attr_accessor app_instance_arn: ::String
|
470
|
+
SENSITIVE: []
|
471
|
+
end
|
472
|
+
|
473
|
+
class CreateAppInstanceRequest
|
474
|
+
attr_accessor name: ::String
|
475
|
+
attr_accessor metadata: ::String
|
476
|
+
attr_accessor client_request_token: ::String
|
477
|
+
attr_accessor tags: ::Array[Types::Tag]
|
478
|
+
SENSITIVE: [:name, :metadata, :client_request_token]
|
479
|
+
end
|
480
|
+
|
481
|
+
class CreateAppInstanceResponse
|
482
|
+
attr_accessor app_instance_arn: ::String
|
483
|
+
SENSITIVE: []
|
484
|
+
end
|
485
|
+
|
486
|
+
class CreateAppInstanceUserRequest
|
487
|
+
attr_accessor app_instance_arn: ::String
|
488
|
+
attr_accessor app_instance_user_id: ::String
|
489
|
+
attr_accessor name: ::String
|
490
|
+
attr_accessor metadata: ::String
|
491
|
+
attr_accessor client_request_token: ::String
|
492
|
+
attr_accessor tags: ::Array[Types::Tag]
|
493
|
+
SENSITIVE: [:app_instance_user_id, :name, :metadata, :client_request_token]
|
494
|
+
end
|
495
|
+
|
496
|
+
class CreateAppInstanceUserResponse
|
497
|
+
attr_accessor app_instance_user_arn: ::String
|
498
|
+
SENSITIVE: []
|
499
|
+
end
|
500
|
+
|
501
|
+
class CreateAttendeeError
|
502
|
+
attr_accessor external_user_id: ::String
|
503
|
+
attr_accessor error_code: ::String
|
504
|
+
attr_accessor error_message: ::String
|
505
|
+
SENSITIVE: [:external_user_id]
|
506
|
+
end
|
507
|
+
|
508
|
+
class CreateAttendeeRequest
|
509
|
+
attr_accessor meeting_id: ::String
|
510
|
+
attr_accessor external_user_id: ::String
|
511
|
+
attr_accessor tags: ::Array[Types::Tag]
|
512
|
+
SENSITIVE: [:external_user_id]
|
513
|
+
end
|
514
|
+
|
515
|
+
class CreateAttendeeRequestItem
|
516
|
+
attr_accessor external_user_id: ::String
|
517
|
+
attr_accessor tags: ::Array[Types::Tag]
|
518
|
+
SENSITIVE: [:external_user_id]
|
519
|
+
end
|
520
|
+
|
521
|
+
class CreateAttendeeResponse
|
522
|
+
attr_accessor attendee: Types::Attendee
|
523
|
+
SENSITIVE: []
|
524
|
+
end
|
525
|
+
|
526
|
+
class CreateBotRequest
|
527
|
+
attr_accessor account_id: ::String
|
528
|
+
attr_accessor display_name: ::String
|
529
|
+
attr_accessor domain: ::String
|
530
|
+
SENSITIVE: [:display_name]
|
531
|
+
end
|
532
|
+
|
533
|
+
class CreateBotResponse
|
534
|
+
attr_accessor bot: Types::Bot
|
535
|
+
SENSITIVE: []
|
536
|
+
end
|
537
|
+
|
538
|
+
class CreateChannelBanRequest
|
539
|
+
attr_accessor channel_arn: ::String
|
540
|
+
attr_accessor member_arn: ::String
|
541
|
+
attr_accessor chime_bearer: ::String
|
542
|
+
SENSITIVE: []
|
543
|
+
end
|
544
|
+
|
545
|
+
class CreateChannelBanResponse
|
546
|
+
attr_accessor channel_arn: ::String
|
547
|
+
attr_accessor member: Types::Identity
|
548
|
+
SENSITIVE: []
|
549
|
+
end
|
550
|
+
|
551
|
+
class CreateChannelMembershipRequest
|
552
|
+
attr_accessor channel_arn: ::String
|
553
|
+
attr_accessor member_arn: ::String
|
554
|
+
attr_accessor type: ("DEFAULT" | "HIDDEN")
|
555
|
+
attr_accessor chime_bearer: ::String
|
556
|
+
SENSITIVE: []
|
557
|
+
end
|
558
|
+
|
559
|
+
class CreateChannelMembershipResponse
|
560
|
+
attr_accessor channel_arn: ::String
|
561
|
+
attr_accessor member: Types::Identity
|
562
|
+
SENSITIVE: []
|
563
|
+
end
|
564
|
+
|
565
|
+
class CreateChannelModeratorRequest
|
566
|
+
attr_accessor channel_arn: ::String
|
567
|
+
attr_accessor channel_moderator_arn: ::String
|
568
|
+
attr_accessor chime_bearer: ::String
|
569
|
+
SENSITIVE: []
|
570
|
+
end
|
571
|
+
|
572
|
+
class CreateChannelModeratorResponse
|
573
|
+
attr_accessor channel_arn: ::String
|
574
|
+
attr_accessor channel_moderator: Types::Identity
|
575
|
+
SENSITIVE: []
|
576
|
+
end
|
577
|
+
|
578
|
+
class CreateChannelRequest
|
579
|
+
attr_accessor app_instance_arn: ::String
|
580
|
+
attr_accessor name: ::String
|
581
|
+
attr_accessor mode: ("UNRESTRICTED" | "RESTRICTED")
|
582
|
+
attr_accessor privacy: ("PUBLIC" | "PRIVATE")
|
583
|
+
attr_accessor metadata: ::String
|
584
|
+
attr_accessor client_request_token: ::String
|
585
|
+
attr_accessor tags: ::Array[Types::Tag]
|
586
|
+
attr_accessor chime_bearer: ::String
|
587
|
+
SENSITIVE: [:name, :metadata, :client_request_token]
|
588
|
+
end
|
589
|
+
|
590
|
+
class CreateChannelResponse
|
591
|
+
attr_accessor channel_arn: ::String
|
592
|
+
SENSITIVE: []
|
593
|
+
end
|
594
|
+
|
595
|
+
class CreateMediaCapturePipelineRequest
|
596
|
+
attr_accessor source_type: ("ChimeSdkMeeting")
|
597
|
+
attr_accessor source_arn: ::String
|
598
|
+
attr_accessor sink_type: ("S3Bucket")
|
599
|
+
attr_accessor sink_arn: ::String
|
600
|
+
attr_accessor client_request_token: ::String
|
601
|
+
attr_accessor chime_sdk_meeting_configuration: Types::ChimeSdkMeetingConfiguration
|
602
|
+
SENSITIVE: [:source_arn, :sink_arn, :client_request_token]
|
603
|
+
end
|
604
|
+
|
605
|
+
class CreateMediaCapturePipelineResponse
|
606
|
+
attr_accessor media_capture_pipeline: Types::MediaCapturePipeline
|
607
|
+
SENSITIVE: []
|
608
|
+
end
|
609
|
+
|
610
|
+
class CreateMeetingDialOutRequest
|
611
|
+
attr_accessor meeting_id: ::String
|
612
|
+
attr_accessor from_phone_number: ::String
|
613
|
+
attr_accessor to_phone_number: ::String
|
614
|
+
attr_accessor join_token: ::String
|
615
|
+
SENSITIVE: [:from_phone_number, :to_phone_number, :join_token]
|
616
|
+
end
|
617
|
+
|
618
|
+
class CreateMeetingDialOutResponse
|
619
|
+
attr_accessor transaction_id: ::String
|
620
|
+
SENSITIVE: []
|
621
|
+
end
|
622
|
+
|
623
|
+
class CreateMeetingRequest
|
624
|
+
attr_accessor client_request_token: ::String
|
625
|
+
attr_accessor external_meeting_id: ::String
|
626
|
+
attr_accessor meeting_host_id: ::String
|
627
|
+
attr_accessor media_region: ::String
|
628
|
+
attr_accessor tags: ::Array[Types::Tag]
|
629
|
+
attr_accessor notifications_configuration: Types::MeetingNotificationConfiguration
|
630
|
+
SENSITIVE: [:client_request_token, :external_meeting_id, :meeting_host_id]
|
631
|
+
end
|
632
|
+
|
633
|
+
class CreateMeetingResponse
|
634
|
+
attr_accessor meeting: Types::Meeting
|
635
|
+
SENSITIVE: []
|
636
|
+
end
|
637
|
+
|
638
|
+
class CreateMeetingWithAttendeesRequest
|
639
|
+
attr_accessor client_request_token: ::String
|
640
|
+
attr_accessor external_meeting_id: ::String
|
641
|
+
attr_accessor meeting_host_id: ::String
|
642
|
+
attr_accessor media_region: ::String
|
643
|
+
attr_accessor tags: ::Array[Types::Tag]
|
644
|
+
attr_accessor notifications_configuration: Types::MeetingNotificationConfiguration
|
645
|
+
attr_accessor attendees: ::Array[Types::CreateAttendeeRequestItem]
|
646
|
+
SENSITIVE: [:client_request_token, :external_meeting_id, :meeting_host_id]
|
647
|
+
end
|
648
|
+
|
649
|
+
class CreateMeetingWithAttendeesResponse
|
650
|
+
attr_accessor meeting: Types::Meeting
|
651
|
+
attr_accessor attendees: ::Array[Types::Attendee]
|
652
|
+
attr_accessor errors: ::Array[Types::CreateAttendeeError]
|
653
|
+
SENSITIVE: []
|
654
|
+
end
|
655
|
+
|
656
|
+
class CreatePhoneNumberOrderRequest
|
657
|
+
attr_accessor product_type: ("BusinessCalling" | "VoiceConnector" | "SipMediaApplicationDialIn")
|
658
|
+
attr_accessor e164_phone_numbers: ::Array[::String]
|
659
|
+
SENSITIVE: []
|
660
|
+
end
|
661
|
+
|
662
|
+
class CreatePhoneNumberOrderResponse
|
663
|
+
attr_accessor phone_number_order: Types::PhoneNumberOrder
|
664
|
+
SENSITIVE: []
|
665
|
+
end
|
666
|
+
|
667
|
+
class CreateProxySessionRequest
|
668
|
+
attr_accessor voice_connector_id: ::String
|
669
|
+
attr_accessor participant_phone_numbers: ::Array[::String]
|
670
|
+
attr_accessor name: ::String
|
671
|
+
attr_accessor expiry_minutes: ::Integer
|
672
|
+
attr_accessor capabilities: ::Array[("Voice" | "SMS")]
|
673
|
+
attr_accessor number_selection_behavior: ("PreferSticky" | "AvoidSticky")
|
674
|
+
attr_accessor geo_match_level: ("Country" | "AreaCode")
|
675
|
+
attr_accessor geo_match_params: Types::GeoMatchParams
|
676
|
+
SENSITIVE: [:name]
|
677
|
+
end
|
678
|
+
|
679
|
+
class CreateProxySessionResponse
|
680
|
+
attr_accessor proxy_session: Types::ProxySession
|
681
|
+
SENSITIVE: []
|
682
|
+
end
|
683
|
+
|
684
|
+
class CreateRoomMembershipRequest
|
685
|
+
attr_accessor account_id: ::String
|
686
|
+
attr_accessor room_id: ::String
|
687
|
+
attr_accessor member_id: ::String
|
688
|
+
attr_accessor role: ("Administrator" | "Member")
|
689
|
+
SENSITIVE: []
|
690
|
+
end
|
691
|
+
|
692
|
+
class CreateRoomMembershipResponse
|
693
|
+
attr_accessor room_membership: Types::RoomMembership
|
694
|
+
SENSITIVE: []
|
695
|
+
end
|
696
|
+
|
697
|
+
class CreateRoomRequest
|
698
|
+
attr_accessor account_id: ::String
|
699
|
+
attr_accessor name: ::String
|
700
|
+
attr_accessor client_request_token: ::String
|
701
|
+
SENSITIVE: [:name, :client_request_token]
|
702
|
+
end
|
703
|
+
|
704
|
+
class CreateRoomResponse
|
705
|
+
attr_accessor room: Types::Room
|
706
|
+
SENSITIVE: []
|
707
|
+
end
|
708
|
+
|
709
|
+
class CreateSipMediaApplicationCallRequest
|
710
|
+
attr_accessor from_phone_number: ::String
|
711
|
+
attr_accessor to_phone_number: ::String
|
712
|
+
attr_accessor sip_media_application_id: ::String
|
713
|
+
attr_accessor sip_headers: ::Hash[::String, ::String]
|
714
|
+
SENSITIVE: [:from_phone_number, :to_phone_number]
|
715
|
+
end
|
716
|
+
|
717
|
+
class CreateSipMediaApplicationCallResponse
|
718
|
+
attr_accessor sip_media_application_call: Types::SipMediaApplicationCall
|
719
|
+
SENSITIVE: []
|
720
|
+
end
|
721
|
+
|
722
|
+
class CreateSipMediaApplicationRequest
|
723
|
+
attr_accessor aws_region: ::String
|
724
|
+
attr_accessor name: ::String
|
725
|
+
attr_accessor endpoints: ::Array[Types::SipMediaApplicationEndpoint]
|
726
|
+
SENSITIVE: []
|
727
|
+
end
|
728
|
+
|
729
|
+
class CreateSipMediaApplicationResponse
|
730
|
+
attr_accessor sip_media_application: Types::SipMediaApplication
|
731
|
+
SENSITIVE: []
|
732
|
+
end
|
733
|
+
|
734
|
+
class CreateSipRuleRequest
|
735
|
+
attr_accessor name: ::String
|
736
|
+
attr_accessor trigger_type: ("ToPhoneNumber" | "RequestUriHostname")
|
737
|
+
attr_accessor trigger_value: ::String
|
738
|
+
attr_accessor disabled: bool
|
739
|
+
attr_accessor target_applications: ::Array[Types::SipRuleTargetApplication]
|
740
|
+
SENSITIVE: []
|
741
|
+
end
|
742
|
+
|
743
|
+
class CreateSipRuleResponse
|
744
|
+
attr_accessor sip_rule: Types::SipRule
|
745
|
+
SENSITIVE: []
|
746
|
+
end
|
747
|
+
|
748
|
+
class CreateUserRequest
|
749
|
+
attr_accessor account_id: ::String
|
750
|
+
attr_accessor username: ::String
|
751
|
+
attr_accessor email: ::String
|
752
|
+
attr_accessor user_type: ("PrivateUser" | "SharedDevice")
|
753
|
+
SENSITIVE: [:email]
|
754
|
+
end
|
755
|
+
|
756
|
+
class CreateUserResponse
|
757
|
+
attr_accessor user: Types::User
|
758
|
+
SENSITIVE: []
|
759
|
+
end
|
760
|
+
|
761
|
+
class CreateVoiceConnectorGroupRequest
|
762
|
+
attr_accessor name: ::String
|
763
|
+
attr_accessor voice_connector_items: ::Array[Types::VoiceConnectorItem]
|
764
|
+
SENSITIVE: []
|
765
|
+
end
|
766
|
+
|
767
|
+
class CreateVoiceConnectorGroupResponse
|
768
|
+
attr_accessor voice_connector_group: Types::VoiceConnectorGroup
|
769
|
+
SENSITIVE: []
|
770
|
+
end
|
771
|
+
|
772
|
+
class CreateVoiceConnectorRequest
|
773
|
+
attr_accessor name: ::String
|
774
|
+
attr_accessor aws_region: ("us-east-1" | "us-west-2")
|
775
|
+
attr_accessor require_encryption: bool
|
776
|
+
SENSITIVE: []
|
777
|
+
end
|
778
|
+
|
779
|
+
class CreateVoiceConnectorResponse
|
780
|
+
attr_accessor voice_connector: Types::VoiceConnector
|
781
|
+
SENSITIVE: []
|
782
|
+
end
|
783
|
+
|
784
|
+
class Credential
|
785
|
+
attr_accessor username: ::String
|
786
|
+
attr_accessor password: ::String
|
787
|
+
SENSITIVE: [:username, :password]
|
788
|
+
end
|
789
|
+
|
790
|
+
class DNISEmergencyCallingConfiguration
|
791
|
+
attr_accessor emergency_phone_number: ::String
|
792
|
+
attr_accessor test_phone_number: ::String
|
793
|
+
attr_accessor calling_country: ::String
|
794
|
+
SENSITIVE: [:emergency_phone_number, :test_phone_number]
|
795
|
+
end
|
796
|
+
|
797
|
+
class DeleteAccountRequest
|
798
|
+
attr_accessor account_id: ::String
|
799
|
+
SENSITIVE: []
|
800
|
+
end
|
801
|
+
|
802
|
+
class DeleteAccountResponse < Aws::EmptyStructure
|
803
|
+
end
|
804
|
+
|
805
|
+
class DeleteAppInstanceAdminRequest
|
806
|
+
attr_accessor app_instance_admin_arn: ::String
|
807
|
+
attr_accessor app_instance_arn: ::String
|
808
|
+
SENSITIVE: []
|
809
|
+
end
|
810
|
+
|
811
|
+
class DeleteAppInstanceRequest
|
812
|
+
attr_accessor app_instance_arn: ::String
|
813
|
+
SENSITIVE: []
|
814
|
+
end
|
815
|
+
|
816
|
+
class DeleteAppInstanceStreamingConfigurationsRequest
|
817
|
+
attr_accessor app_instance_arn: ::String
|
818
|
+
SENSITIVE: []
|
819
|
+
end
|
820
|
+
|
821
|
+
class DeleteAppInstanceUserRequest
|
822
|
+
attr_accessor app_instance_user_arn: ::String
|
823
|
+
SENSITIVE: []
|
824
|
+
end
|
825
|
+
|
826
|
+
class DeleteAttendeeRequest
|
827
|
+
attr_accessor meeting_id: ::String
|
828
|
+
attr_accessor attendee_id: ::String
|
829
|
+
SENSITIVE: []
|
830
|
+
end
|
831
|
+
|
832
|
+
class DeleteChannelBanRequest
|
833
|
+
attr_accessor channel_arn: ::String
|
834
|
+
attr_accessor member_arn: ::String
|
835
|
+
attr_accessor chime_bearer: ::String
|
836
|
+
SENSITIVE: []
|
837
|
+
end
|
838
|
+
|
839
|
+
class DeleteChannelMembershipRequest
|
840
|
+
attr_accessor channel_arn: ::String
|
841
|
+
attr_accessor member_arn: ::String
|
842
|
+
attr_accessor chime_bearer: ::String
|
843
|
+
SENSITIVE: []
|
844
|
+
end
|
845
|
+
|
846
|
+
class DeleteChannelMessageRequest
|
847
|
+
attr_accessor channel_arn: ::String
|
848
|
+
attr_accessor message_id: ::String
|
849
|
+
attr_accessor chime_bearer: ::String
|
850
|
+
SENSITIVE: []
|
851
|
+
end
|
852
|
+
|
853
|
+
class DeleteChannelModeratorRequest
|
854
|
+
attr_accessor channel_arn: ::String
|
855
|
+
attr_accessor channel_moderator_arn: ::String
|
856
|
+
attr_accessor chime_bearer: ::String
|
857
|
+
SENSITIVE: []
|
858
|
+
end
|
859
|
+
|
860
|
+
class DeleteChannelRequest
|
861
|
+
attr_accessor channel_arn: ::String
|
862
|
+
attr_accessor chime_bearer: ::String
|
863
|
+
SENSITIVE: []
|
864
|
+
end
|
865
|
+
|
866
|
+
class DeleteEventsConfigurationRequest
|
867
|
+
attr_accessor account_id: ::String
|
868
|
+
attr_accessor bot_id: ::String
|
869
|
+
SENSITIVE: []
|
870
|
+
end
|
871
|
+
|
872
|
+
class DeleteMediaCapturePipelineRequest
|
873
|
+
attr_accessor media_pipeline_id: ::String
|
874
|
+
SENSITIVE: []
|
875
|
+
end
|
876
|
+
|
877
|
+
class DeleteMeetingRequest
|
878
|
+
attr_accessor meeting_id: ::String
|
879
|
+
SENSITIVE: []
|
880
|
+
end
|
881
|
+
|
882
|
+
class DeletePhoneNumberRequest
|
883
|
+
attr_accessor phone_number_id: ::String
|
884
|
+
SENSITIVE: []
|
885
|
+
end
|
886
|
+
|
887
|
+
class DeleteProxySessionRequest
|
888
|
+
attr_accessor voice_connector_id: ::String
|
889
|
+
attr_accessor proxy_session_id: ::String
|
890
|
+
SENSITIVE: []
|
891
|
+
end
|
892
|
+
|
893
|
+
class DeleteRoomMembershipRequest
|
894
|
+
attr_accessor account_id: ::String
|
895
|
+
attr_accessor room_id: ::String
|
896
|
+
attr_accessor member_id: ::String
|
897
|
+
SENSITIVE: []
|
898
|
+
end
|
899
|
+
|
900
|
+
class DeleteRoomRequest
|
901
|
+
attr_accessor account_id: ::String
|
902
|
+
attr_accessor room_id: ::String
|
903
|
+
SENSITIVE: []
|
904
|
+
end
|
905
|
+
|
906
|
+
class DeleteSipMediaApplicationRequest
|
907
|
+
attr_accessor sip_media_application_id: ::String
|
908
|
+
SENSITIVE: []
|
909
|
+
end
|
910
|
+
|
911
|
+
class DeleteSipRuleRequest
|
912
|
+
attr_accessor sip_rule_id: ::String
|
913
|
+
SENSITIVE: []
|
914
|
+
end
|
915
|
+
|
916
|
+
class DeleteVoiceConnectorEmergencyCallingConfigurationRequest
|
917
|
+
attr_accessor voice_connector_id: ::String
|
918
|
+
SENSITIVE: []
|
919
|
+
end
|
920
|
+
|
921
|
+
class DeleteVoiceConnectorGroupRequest
|
922
|
+
attr_accessor voice_connector_group_id: ::String
|
923
|
+
SENSITIVE: []
|
924
|
+
end
|
925
|
+
|
926
|
+
class DeleteVoiceConnectorOriginationRequest
|
927
|
+
attr_accessor voice_connector_id: ::String
|
928
|
+
SENSITIVE: []
|
929
|
+
end
|
930
|
+
|
931
|
+
class DeleteVoiceConnectorProxyRequest
|
932
|
+
attr_accessor voice_connector_id: ::String
|
933
|
+
SENSITIVE: []
|
934
|
+
end
|
935
|
+
|
936
|
+
class DeleteVoiceConnectorRequest
|
937
|
+
attr_accessor voice_connector_id: ::String
|
938
|
+
SENSITIVE: []
|
939
|
+
end
|
940
|
+
|
941
|
+
class DeleteVoiceConnectorStreamingConfigurationRequest
|
942
|
+
attr_accessor voice_connector_id: ::String
|
943
|
+
SENSITIVE: []
|
944
|
+
end
|
945
|
+
|
946
|
+
class DeleteVoiceConnectorTerminationCredentialsRequest
|
947
|
+
attr_accessor voice_connector_id: ::String
|
948
|
+
attr_accessor usernames: ::Array[::String]
|
949
|
+
SENSITIVE: []
|
950
|
+
end
|
951
|
+
|
952
|
+
class DeleteVoiceConnectorTerminationRequest
|
953
|
+
attr_accessor voice_connector_id: ::String
|
954
|
+
SENSITIVE: []
|
955
|
+
end
|
956
|
+
|
957
|
+
class DescribeAppInstanceAdminRequest
|
958
|
+
attr_accessor app_instance_admin_arn: ::String
|
959
|
+
attr_accessor app_instance_arn: ::String
|
960
|
+
SENSITIVE: []
|
961
|
+
end
|
962
|
+
|
963
|
+
class DescribeAppInstanceAdminResponse
|
964
|
+
attr_accessor app_instance_admin: Types::AppInstanceAdmin
|
965
|
+
SENSITIVE: []
|
966
|
+
end
|
967
|
+
|
968
|
+
class DescribeAppInstanceRequest
|
969
|
+
attr_accessor app_instance_arn: ::String
|
970
|
+
SENSITIVE: []
|
971
|
+
end
|
972
|
+
|
973
|
+
class DescribeAppInstanceResponse
|
974
|
+
attr_accessor app_instance: Types::AppInstance
|
975
|
+
SENSITIVE: []
|
976
|
+
end
|
977
|
+
|
978
|
+
class DescribeAppInstanceUserRequest
|
979
|
+
attr_accessor app_instance_user_arn: ::String
|
980
|
+
SENSITIVE: []
|
981
|
+
end
|
982
|
+
|
983
|
+
class DescribeAppInstanceUserResponse
|
984
|
+
attr_accessor app_instance_user: Types::AppInstanceUser
|
985
|
+
SENSITIVE: []
|
986
|
+
end
|
987
|
+
|
988
|
+
class DescribeChannelBanRequest
|
989
|
+
attr_accessor channel_arn: ::String
|
990
|
+
attr_accessor member_arn: ::String
|
991
|
+
attr_accessor chime_bearer: ::String
|
992
|
+
SENSITIVE: []
|
993
|
+
end
|
994
|
+
|
995
|
+
class DescribeChannelBanResponse
|
996
|
+
attr_accessor channel_ban: Types::ChannelBan
|
997
|
+
SENSITIVE: []
|
998
|
+
end
|
999
|
+
|
1000
|
+
class DescribeChannelMembershipForAppInstanceUserRequest
|
1001
|
+
attr_accessor channel_arn: ::String
|
1002
|
+
attr_accessor app_instance_user_arn: ::String
|
1003
|
+
attr_accessor chime_bearer: ::String
|
1004
|
+
SENSITIVE: []
|
1005
|
+
end
|
1006
|
+
|
1007
|
+
class DescribeChannelMembershipForAppInstanceUserResponse
|
1008
|
+
attr_accessor channel_membership: Types::ChannelMembershipForAppInstanceUserSummary
|
1009
|
+
SENSITIVE: []
|
1010
|
+
end
|
1011
|
+
|
1012
|
+
class DescribeChannelMembershipRequest
|
1013
|
+
attr_accessor channel_arn: ::String
|
1014
|
+
attr_accessor member_arn: ::String
|
1015
|
+
attr_accessor chime_bearer: ::String
|
1016
|
+
SENSITIVE: []
|
1017
|
+
end
|
1018
|
+
|
1019
|
+
class DescribeChannelMembershipResponse
|
1020
|
+
attr_accessor channel_membership: Types::ChannelMembership
|
1021
|
+
SENSITIVE: []
|
1022
|
+
end
|
1023
|
+
|
1024
|
+
class DescribeChannelModeratedByAppInstanceUserRequest
|
1025
|
+
attr_accessor channel_arn: ::String
|
1026
|
+
attr_accessor app_instance_user_arn: ::String
|
1027
|
+
attr_accessor chime_bearer: ::String
|
1028
|
+
SENSITIVE: []
|
1029
|
+
end
|
1030
|
+
|
1031
|
+
class DescribeChannelModeratedByAppInstanceUserResponse
|
1032
|
+
attr_accessor channel: Types::ChannelModeratedByAppInstanceUserSummary
|
1033
|
+
SENSITIVE: []
|
1034
|
+
end
|
1035
|
+
|
1036
|
+
class DescribeChannelModeratorRequest
|
1037
|
+
attr_accessor channel_arn: ::String
|
1038
|
+
attr_accessor channel_moderator_arn: ::String
|
1039
|
+
attr_accessor chime_bearer: ::String
|
1040
|
+
SENSITIVE: []
|
1041
|
+
end
|
1042
|
+
|
1043
|
+
class DescribeChannelModeratorResponse
|
1044
|
+
attr_accessor channel_moderator: Types::ChannelModerator
|
1045
|
+
SENSITIVE: []
|
1046
|
+
end
|
1047
|
+
|
1048
|
+
class DescribeChannelRequest
|
1049
|
+
attr_accessor channel_arn: ::String
|
1050
|
+
attr_accessor chime_bearer: ::String
|
1051
|
+
SENSITIVE: []
|
1052
|
+
end
|
1053
|
+
|
1054
|
+
class DescribeChannelResponse
|
1055
|
+
attr_accessor channel: Types::Channel
|
1056
|
+
SENSITIVE: []
|
1057
|
+
end
|
1058
|
+
|
1059
|
+
class DisassociatePhoneNumberFromUserRequest
|
1060
|
+
attr_accessor account_id: ::String
|
1061
|
+
attr_accessor user_id: ::String
|
1062
|
+
SENSITIVE: []
|
1063
|
+
end
|
1064
|
+
|
1065
|
+
class DisassociatePhoneNumberFromUserResponse < Aws::EmptyStructure
|
1066
|
+
end
|
1067
|
+
|
1068
|
+
class DisassociatePhoneNumbersFromVoiceConnectorGroupRequest
|
1069
|
+
attr_accessor voice_connector_group_id: ::String
|
1070
|
+
attr_accessor e164_phone_numbers: ::Array[::String]
|
1071
|
+
SENSITIVE: []
|
1072
|
+
end
|
1073
|
+
|
1074
|
+
class DisassociatePhoneNumbersFromVoiceConnectorGroupResponse
|
1075
|
+
attr_accessor phone_number_errors: ::Array[Types::PhoneNumberError]
|
1076
|
+
SENSITIVE: []
|
1077
|
+
end
|
1078
|
+
|
1079
|
+
class DisassociatePhoneNumbersFromVoiceConnectorRequest
|
1080
|
+
attr_accessor voice_connector_id: ::String
|
1081
|
+
attr_accessor e164_phone_numbers: ::Array[::String]
|
1082
|
+
SENSITIVE: []
|
1083
|
+
end
|
1084
|
+
|
1085
|
+
class DisassociatePhoneNumbersFromVoiceConnectorResponse
|
1086
|
+
attr_accessor phone_number_errors: ::Array[Types::PhoneNumberError]
|
1087
|
+
SENSITIVE: []
|
1088
|
+
end
|
1089
|
+
|
1090
|
+
class DisassociateSigninDelegateGroupsFromAccountRequest
|
1091
|
+
attr_accessor account_id: ::String
|
1092
|
+
attr_accessor group_names: ::Array[::String]
|
1093
|
+
SENSITIVE: []
|
1094
|
+
end
|
1095
|
+
|
1096
|
+
class DisassociateSigninDelegateGroupsFromAccountResponse < Aws::EmptyStructure
|
1097
|
+
end
|
1098
|
+
|
1099
|
+
class EmergencyCallingConfiguration
|
1100
|
+
attr_accessor dnis: ::Array[Types::DNISEmergencyCallingConfiguration]
|
1101
|
+
SENSITIVE: []
|
1102
|
+
end
|
1103
|
+
|
1104
|
+
class EngineTranscribeMedicalSettings
|
1105
|
+
attr_accessor language_code: ("en-US")
|
1106
|
+
attr_accessor specialty: ("PRIMARYCARE" | "CARDIOLOGY" | "NEUROLOGY" | "ONCOLOGY" | "RADIOLOGY" | "UROLOGY")
|
1107
|
+
attr_accessor type: ("CONVERSATION" | "DICTATION")
|
1108
|
+
attr_accessor vocabulary_name: ::String
|
1109
|
+
attr_accessor region: ("us-east-1" | "us-east-2" | "us-west-2" | "ap-southeast-2" | "ca-central-1" | "eu-west-1" | "auto")
|
1110
|
+
attr_accessor content_identification_type: ("PHI")
|
1111
|
+
SENSITIVE: []
|
1112
|
+
end
|
1113
|
+
|
1114
|
+
class EngineTranscribeSettings
|
1115
|
+
attr_accessor language_code: ("en-US" | "en-GB" | "es-US" | "fr-CA" | "fr-FR" | "en-AU" | "it-IT" | "de-DE" | "pt-BR" | "ja-JP" | "ko-KR" | "zh-CN" | "th-TH" | "hi-IN")
|
1116
|
+
attr_accessor vocabulary_filter_method: ("remove" | "mask" | "tag")
|
1117
|
+
attr_accessor vocabulary_filter_name: ::String
|
1118
|
+
attr_accessor vocabulary_name: ::String
|
1119
|
+
attr_accessor region: ("us-east-2" | "us-east-1" | "us-west-2" | "ap-northeast-2" | "ap-southeast-2" | "ap-northeast-1" | "ca-central-1" | "eu-central-1" | "eu-west-1" | "eu-west-2" | "sa-east-1" | "auto")
|
1120
|
+
attr_accessor enable_partial_results_stabilization: bool
|
1121
|
+
attr_accessor partial_results_stability: ("low" | "medium" | "high")
|
1122
|
+
attr_accessor content_identification_type: ("PII")
|
1123
|
+
attr_accessor content_redaction_type: ("PII")
|
1124
|
+
attr_accessor pii_entity_types: ::String
|
1125
|
+
attr_accessor language_model_name: ::String
|
1126
|
+
attr_accessor identify_language: bool
|
1127
|
+
attr_accessor language_options: ::String
|
1128
|
+
attr_accessor preferred_language: ("en-US" | "en-GB" | "es-US" | "fr-CA" | "fr-FR" | "en-AU" | "it-IT" | "de-DE" | "pt-BR" | "ja-JP" | "ko-KR" | "zh-CN" | "th-TH" | "hi-IN")
|
1129
|
+
attr_accessor vocabulary_names: ::String
|
1130
|
+
attr_accessor vocabulary_filter_names: ::String
|
1131
|
+
SENSITIVE: []
|
1132
|
+
end
|
1133
|
+
|
1134
|
+
class EventsConfiguration
|
1135
|
+
attr_accessor bot_id: ::String
|
1136
|
+
attr_accessor outbound_events_https_endpoint: ::String
|
1137
|
+
attr_accessor lambda_function_arn: ::String
|
1138
|
+
SENSITIVE: [:outbound_events_https_endpoint, :lambda_function_arn]
|
1139
|
+
end
|
1140
|
+
|
1141
|
+
class ForbiddenException
|
1142
|
+
attr_accessor code: ("BadRequest" | "Conflict" | "Forbidden" | "NotFound" | "PreconditionFailed" | "ResourceLimitExceeded" | "ServiceFailure" | "AccessDenied" | "ServiceUnavailable" | "Throttled" | "Throttling" | "Unauthorized" | "Unprocessable" | "VoiceConnectorGroupAssociationsExist" | "PhoneNumberAssociationsExist")
|
1143
|
+
attr_accessor message: ::String
|
1144
|
+
SENSITIVE: []
|
1145
|
+
end
|
1146
|
+
|
1147
|
+
class GeoMatchParams
|
1148
|
+
attr_accessor country: ::String
|
1149
|
+
attr_accessor area_code: ::String
|
1150
|
+
SENSITIVE: []
|
1151
|
+
end
|
1152
|
+
|
1153
|
+
class GetAccountRequest
|
1154
|
+
attr_accessor account_id: ::String
|
1155
|
+
SENSITIVE: []
|
1156
|
+
end
|
1157
|
+
|
1158
|
+
class GetAccountResponse
|
1159
|
+
attr_accessor account: Types::Account
|
1160
|
+
SENSITIVE: []
|
1161
|
+
end
|
1162
|
+
|
1163
|
+
class GetAccountSettingsRequest
|
1164
|
+
attr_accessor account_id: ::String
|
1165
|
+
SENSITIVE: []
|
1166
|
+
end
|
1167
|
+
|
1168
|
+
class GetAccountSettingsResponse
|
1169
|
+
attr_accessor account_settings: Types::AccountSettings
|
1170
|
+
SENSITIVE: []
|
1171
|
+
end
|
1172
|
+
|
1173
|
+
class GetAppInstanceRetentionSettingsRequest
|
1174
|
+
attr_accessor app_instance_arn: ::String
|
1175
|
+
SENSITIVE: []
|
1176
|
+
end
|
1177
|
+
|
1178
|
+
class GetAppInstanceRetentionSettingsResponse
|
1179
|
+
attr_accessor app_instance_retention_settings: Types::AppInstanceRetentionSettings
|
1180
|
+
attr_accessor initiate_deletion_timestamp: ::Time
|
1181
|
+
SENSITIVE: []
|
1182
|
+
end
|
1183
|
+
|
1184
|
+
class GetAppInstanceStreamingConfigurationsRequest
|
1185
|
+
attr_accessor app_instance_arn: ::String
|
1186
|
+
SENSITIVE: []
|
1187
|
+
end
|
1188
|
+
|
1189
|
+
class GetAppInstanceStreamingConfigurationsResponse
|
1190
|
+
attr_accessor app_instance_streaming_configurations: ::Array[Types::AppInstanceStreamingConfiguration]
|
1191
|
+
SENSITIVE: []
|
1192
|
+
end
|
1193
|
+
|
1194
|
+
class GetAttendeeRequest
|
1195
|
+
attr_accessor meeting_id: ::String
|
1196
|
+
attr_accessor attendee_id: ::String
|
1197
|
+
SENSITIVE: []
|
1198
|
+
end
|
1199
|
+
|
1200
|
+
class GetAttendeeResponse
|
1201
|
+
attr_accessor attendee: Types::Attendee
|
1202
|
+
SENSITIVE: []
|
1203
|
+
end
|
1204
|
+
|
1205
|
+
class GetBotRequest
|
1206
|
+
attr_accessor account_id: ::String
|
1207
|
+
attr_accessor bot_id: ::String
|
1208
|
+
SENSITIVE: []
|
1209
|
+
end
|
1210
|
+
|
1211
|
+
class GetBotResponse
|
1212
|
+
attr_accessor bot: Types::Bot
|
1213
|
+
SENSITIVE: []
|
1214
|
+
end
|
1215
|
+
|
1216
|
+
class GetChannelMessageRequest
|
1217
|
+
attr_accessor channel_arn: ::String
|
1218
|
+
attr_accessor message_id: ::String
|
1219
|
+
attr_accessor chime_bearer: ::String
|
1220
|
+
SENSITIVE: []
|
1221
|
+
end
|
1222
|
+
|
1223
|
+
class GetChannelMessageResponse
|
1224
|
+
attr_accessor channel_message: Types::ChannelMessage
|
1225
|
+
SENSITIVE: []
|
1226
|
+
end
|
1227
|
+
|
1228
|
+
class GetEventsConfigurationRequest
|
1229
|
+
attr_accessor account_id: ::String
|
1230
|
+
attr_accessor bot_id: ::String
|
1231
|
+
SENSITIVE: []
|
1232
|
+
end
|
1233
|
+
|
1234
|
+
class GetEventsConfigurationResponse
|
1235
|
+
attr_accessor events_configuration: Types::EventsConfiguration
|
1236
|
+
SENSITIVE: []
|
1237
|
+
end
|
1238
|
+
|
1239
|
+
class GetGlobalSettingsResponse
|
1240
|
+
attr_accessor business_calling: Types::BusinessCallingSettings
|
1241
|
+
attr_accessor voice_connector: Types::VoiceConnectorSettings
|
1242
|
+
SENSITIVE: []
|
1243
|
+
end
|
1244
|
+
|
1245
|
+
class GetMediaCapturePipelineRequest
|
1246
|
+
attr_accessor media_pipeline_id: ::String
|
1247
|
+
SENSITIVE: []
|
1248
|
+
end
|
1249
|
+
|
1250
|
+
class GetMediaCapturePipelineResponse
|
1251
|
+
attr_accessor media_capture_pipeline: Types::MediaCapturePipeline
|
1252
|
+
SENSITIVE: []
|
1253
|
+
end
|
1254
|
+
|
1255
|
+
class GetMeetingRequest
|
1256
|
+
attr_accessor meeting_id: ::String
|
1257
|
+
SENSITIVE: []
|
1258
|
+
end
|
1259
|
+
|
1260
|
+
class GetMeetingResponse
|
1261
|
+
attr_accessor meeting: Types::Meeting
|
1262
|
+
SENSITIVE: []
|
1263
|
+
end
|
1264
|
+
|
1265
|
+
class GetMessagingSessionEndpointRequest < Aws::EmptyStructure
|
1266
|
+
end
|
1267
|
+
|
1268
|
+
class GetMessagingSessionEndpointResponse
|
1269
|
+
attr_accessor endpoint: Types::MessagingSessionEndpoint
|
1270
|
+
SENSITIVE: []
|
1271
|
+
end
|
1272
|
+
|
1273
|
+
class GetPhoneNumberOrderRequest
|
1274
|
+
attr_accessor phone_number_order_id: ::String
|
1275
|
+
SENSITIVE: []
|
1276
|
+
end
|
1277
|
+
|
1278
|
+
class GetPhoneNumberOrderResponse
|
1279
|
+
attr_accessor phone_number_order: Types::PhoneNumberOrder
|
1280
|
+
SENSITIVE: []
|
1281
|
+
end
|
1282
|
+
|
1283
|
+
class GetPhoneNumberRequest
|
1284
|
+
attr_accessor phone_number_id: ::String
|
1285
|
+
SENSITIVE: []
|
1286
|
+
end
|
1287
|
+
|
1288
|
+
class GetPhoneNumberResponse
|
1289
|
+
attr_accessor phone_number: Types::PhoneNumber
|
1290
|
+
SENSITIVE: []
|
1291
|
+
end
|
1292
|
+
|
1293
|
+
class GetPhoneNumberSettingsResponse
|
1294
|
+
attr_accessor calling_name: ::String
|
1295
|
+
attr_accessor calling_name_updated_timestamp: ::Time
|
1296
|
+
SENSITIVE: [:calling_name]
|
1297
|
+
end
|
1298
|
+
|
1299
|
+
class GetProxySessionRequest
|
1300
|
+
attr_accessor voice_connector_id: ::String
|
1301
|
+
attr_accessor proxy_session_id: ::String
|
1302
|
+
SENSITIVE: []
|
1303
|
+
end
|
1304
|
+
|
1305
|
+
class GetProxySessionResponse
|
1306
|
+
attr_accessor proxy_session: Types::ProxySession
|
1307
|
+
SENSITIVE: []
|
1308
|
+
end
|
1309
|
+
|
1310
|
+
class GetRetentionSettingsRequest
|
1311
|
+
attr_accessor account_id: ::String
|
1312
|
+
SENSITIVE: []
|
1313
|
+
end
|
1314
|
+
|
1315
|
+
class GetRetentionSettingsResponse
|
1316
|
+
attr_accessor retention_settings: Types::RetentionSettings
|
1317
|
+
attr_accessor initiate_deletion_timestamp: ::Time
|
1318
|
+
SENSITIVE: []
|
1319
|
+
end
|
1320
|
+
|
1321
|
+
class GetRoomRequest
|
1322
|
+
attr_accessor account_id: ::String
|
1323
|
+
attr_accessor room_id: ::String
|
1324
|
+
SENSITIVE: []
|
1325
|
+
end
|
1326
|
+
|
1327
|
+
class GetRoomResponse
|
1328
|
+
attr_accessor room: Types::Room
|
1329
|
+
SENSITIVE: []
|
1330
|
+
end
|
1331
|
+
|
1332
|
+
class GetSipMediaApplicationLoggingConfigurationRequest
|
1333
|
+
attr_accessor sip_media_application_id: ::String
|
1334
|
+
SENSITIVE: []
|
1335
|
+
end
|
1336
|
+
|
1337
|
+
class GetSipMediaApplicationLoggingConfigurationResponse
|
1338
|
+
attr_accessor sip_media_application_logging_configuration: Types::SipMediaApplicationLoggingConfiguration
|
1339
|
+
SENSITIVE: []
|
1340
|
+
end
|
1341
|
+
|
1342
|
+
class GetSipMediaApplicationRequest
|
1343
|
+
attr_accessor sip_media_application_id: ::String
|
1344
|
+
SENSITIVE: []
|
1345
|
+
end
|
1346
|
+
|
1347
|
+
class GetSipMediaApplicationResponse
|
1348
|
+
attr_accessor sip_media_application: Types::SipMediaApplication
|
1349
|
+
SENSITIVE: []
|
1350
|
+
end
|
1351
|
+
|
1352
|
+
class GetSipRuleRequest
|
1353
|
+
attr_accessor sip_rule_id: ::String
|
1354
|
+
SENSITIVE: []
|
1355
|
+
end
|
1356
|
+
|
1357
|
+
class GetSipRuleResponse
|
1358
|
+
attr_accessor sip_rule: Types::SipRule
|
1359
|
+
SENSITIVE: []
|
1360
|
+
end
|
1361
|
+
|
1362
|
+
class GetUserRequest
|
1363
|
+
attr_accessor account_id: ::String
|
1364
|
+
attr_accessor user_id: ::String
|
1365
|
+
SENSITIVE: []
|
1366
|
+
end
|
1367
|
+
|
1368
|
+
class GetUserResponse
|
1369
|
+
attr_accessor user: Types::User
|
1370
|
+
SENSITIVE: []
|
1371
|
+
end
|
1372
|
+
|
1373
|
+
class GetUserSettingsRequest
|
1374
|
+
attr_accessor account_id: ::String
|
1375
|
+
attr_accessor user_id: ::String
|
1376
|
+
SENSITIVE: []
|
1377
|
+
end
|
1378
|
+
|
1379
|
+
class GetUserSettingsResponse
|
1380
|
+
attr_accessor user_settings: Types::UserSettings
|
1381
|
+
SENSITIVE: []
|
1382
|
+
end
|
1383
|
+
|
1384
|
+
class GetVoiceConnectorEmergencyCallingConfigurationRequest
|
1385
|
+
attr_accessor voice_connector_id: ::String
|
1386
|
+
SENSITIVE: []
|
1387
|
+
end
|
1388
|
+
|
1389
|
+
class GetVoiceConnectorEmergencyCallingConfigurationResponse
|
1390
|
+
attr_accessor emergency_calling_configuration: Types::EmergencyCallingConfiguration
|
1391
|
+
SENSITIVE: []
|
1392
|
+
end
|
1393
|
+
|
1394
|
+
class GetVoiceConnectorGroupRequest
|
1395
|
+
attr_accessor voice_connector_group_id: ::String
|
1396
|
+
SENSITIVE: []
|
1397
|
+
end
|
1398
|
+
|
1399
|
+
class GetVoiceConnectorGroupResponse
|
1400
|
+
attr_accessor voice_connector_group: Types::VoiceConnectorGroup
|
1401
|
+
SENSITIVE: []
|
1402
|
+
end
|
1403
|
+
|
1404
|
+
class GetVoiceConnectorLoggingConfigurationRequest
|
1405
|
+
attr_accessor voice_connector_id: ::String
|
1406
|
+
SENSITIVE: []
|
1407
|
+
end
|
1408
|
+
|
1409
|
+
class GetVoiceConnectorLoggingConfigurationResponse
|
1410
|
+
attr_accessor logging_configuration: Types::LoggingConfiguration
|
1411
|
+
SENSITIVE: []
|
1412
|
+
end
|
1413
|
+
|
1414
|
+
class GetVoiceConnectorOriginationRequest
|
1415
|
+
attr_accessor voice_connector_id: ::String
|
1416
|
+
SENSITIVE: []
|
1417
|
+
end
|
1418
|
+
|
1419
|
+
class GetVoiceConnectorOriginationResponse
|
1420
|
+
attr_accessor origination: Types::Origination
|
1421
|
+
SENSITIVE: []
|
1422
|
+
end
|
1423
|
+
|
1424
|
+
class GetVoiceConnectorProxyRequest
|
1425
|
+
attr_accessor voice_connector_id: ::String
|
1426
|
+
SENSITIVE: []
|
1427
|
+
end
|
1428
|
+
|
1429
|
+
class GetVoiceConnectorProxyResponse
|
1430
|
+
attr_accessor proxy: Types::Proxy
|
1431
|
+
SENSITIVE: []
|
1432
|
+
end
|
1433
|
+
|
1434
|
+
class GetVoiceConnectorRequest
|
1435
|
+
attr_accessor voice_connector_id: ::String
|
1436
|
+
SENSITIVE: []
|
1437
|
+
end
|
1438
|
+
|
1439
|
+
class GetVoiceConnectorResponse
|
1440
|
+
attr_accessor voice_connector: Types::VoiceConnector
|
1441
|
+
SENSITIVE: []
|
1442
|
+
end
|
1443
|
+
|
1444
|
+
class GetVoiceConnectorStreamingConfigurationRequest
|
1445
|
+
attr_accessor voice_connector_id: ::String
|
1446
|
+
SENSITIVE: []
|
1447
|
+
end
|
1448
|
+
|
1449
|
+
class GetVoiceConnectorStreamingConfigurationResponse
|
1450
|
+
attr_accessor streaming_configuration: Types::StreamingConfiguration
|
1451
|
+
SENSITIVE: []
|
1452
|
+
end
|
1453
|
+
|
1454
|
+
class GetVoiceConnectorTerminationHealthRequest
|
1455
|
+
attr_accessor voice_connector_id: ::String
|
1456
|
+
SENSITIVE: []
|
1457
|
+
end
|
1458
|
+
|
1459
|
+
class GetVoiceConnectorTerminationHealthResponse
|
1460
|
+
attr_accessor termination_health: Types::TerminationHealth
|
1461
|
+
SENSITIVE: []
|
1462
|
+
end
|
1463
|
+
|
1464
|
+
class GetVoiceConnectorTerminationRequest
|
1465
|
+
attr_accessor voice_connector_id: ::String
|
1466
|
+
SENSITIVE: []
|
1467
|
+
end
|
1468
|
+
|
1469
|
+
class GetVoiceConnectorTerminationResponse
|
1470
|
+
attr_accessor termination: Types::Termination
|
1471
|
+
SENSITIVE: []
|
1472
|
+
end
|
1473
|
+
|
1474
|
+
class Identity
|
1475
|
+
attr_accessor arn: ::String
|
1476
|
+
attr_accessor name: ::String
|
1477
|
+
SENSITIVE: [:name]
|
1478
|
+
end
|
1479
|
+
|
1480
|
+
class Invite
|
1481
|
+
attr_accessor invite_id: ::String
|
1482
|
+
attr_accessor status: ("Pending" | "Accepted" | "Failed")
|
1483
|
+
attr_accessor email_address: ::String
|
1484
|
+
attr_accessor email_status: ("NotSent" | "Sent" | "Failed")
|
1485
|
+
SENSITIVE: [:email_address]
|
1486
|
+
end
|
1487
|
+
|
1488
|
+
class InviteUsersRequest
|
1489
|
+
attr_accessor account_id: ::String
|
1490
|
+
attr_accessor user_email_list: ::Array[::String]
|
1491
|
+
attr_accessor user_type: ("PrivateUser" | "SharedDevice")
|
1492
|
+
SENSITIVE: []
|
1493
|
+
end
|
1494
|
+
|
1495
|
+
class InviteUsersResponse
|
1496
|
+
attr_accessor invites: ::Array[Types::Invite]
|
1497
|
+
SENSITIVE: []
|
1498
|
+
end
|
1499
|
+
|
1500
|
+
class ListAccountsRequest
|
1501
|
+
attr_accessor name: ::String
|
1502
|
+
attr_accessor user_email: ::String
|
1503
|
+
attr_accessor next_token: ::String
|
1504
|
+
attr_accessor max_results: ::Integer
|
1505
|
+
SENSITIVE: [:user_email]
|
1506
|
+
end
|
1507
|
+
|
1508
|
+
class ListAccountsResponse
|
1509
|
+
attr_accessor accounts: ::Array[Types::Account]
|
1510
|
+
attr_accessor next_token: ::String
|
1511
|
+
SENSITIVE: []
|
1512
|
+
end
|
1513
|
+
|
1514
|
+
class ListAppInstanceAdminsRequest
|
1515
|
+
attr_accessor app_instance_arn: ::String
|
1516
|
+
attr_accessor max_results: ::Integer
|
1517
|
+
attr_accessor next_token: ::String
|
1518
|
+
SENSITIVE: [:next_token]
|
1519
|
+
end
|
1520
|
+
|
1521
|
+
class ListAppInstanceAdminsResponse
|
1522
|
+
attr_accessor app_instance_arn: ::String
|
1523
|
+
attr_accessor app_instance_admins: ::Array[Types::AppInstanceAdminSummary]
|
1524
|
+
attr_accessor next_token: ::String
|
1525
|
+
SENSITIVE: [:next_token]
|
1526
|
+
end
|
1527
|
+
|
1528
|
+
class ListAppInstanceUsersRequest
|
1529
|
+
attr_accessor app_instance_arn: ::String
|
1530
|
+
attr_accessor max_results: ::Integer
|
1531
|
+
attr_accessor next_token: ::String
|
1532
|
+
SENSITIVE: [:next_token]
|
1533
|
+
end
|
1534
|
+
|
1535
|
+
class ListAppInstanceUsersResponse
|
1536
|
+
attr_accessor app_instance_arn: ::String
|
1537
|
+
attr_accessor app_instance_users: ::Array[Types::AppInstanceUserSummary]
|
1538
|
+
attr_accessor next_token: ::String
|
1539
|
+
SENSITIVE: [:next_token]
|
1540
|
+
end
|
1541
|
+
|
1542
|
+
class ListAppInstancesRequest
|
1543
|
+
attr_accessor max_results: ::Integer
|
1544
|
+
attr_accessor next_token: ::String
|
1545
|
+
SENSITIVE: [:next_token]
|
1546
|
+
end
|
1547
|
+
|
1548
|
+
class ListAppInstancesResponse
|
1549
|
+
attr_accessor app_instances: ::Array[Types::AppInstanceSummary]
|
1550
|
+
attr_accessor next_token: ::String
|
1551
|
+
SENSITIVE: [:next_token]
|
1552
|
+
end
|
1553
|
+
|
1554
|
+
class ListAttendeeTagsRequest
|
1555
|
+
attr_accessor meeting_id: ::String
|
1556
|
+
attr_accessor attendee_id: ::String
|
1557
|
+
SENSITIVE: []
|
1558
|
+
end
|
1559
|
+
|
1560
|
+
class ListAttendeeTagsResponse
|
1561
|
+
attr_accessor tags: ::Array[Types::Tag]
|
1562
|
+
SENSITIVE: []
|
1563
|
+
end
|
1564
|
+
|
1565
|
+
class ListAttendeesRequest
|
1566
|
+
attr_accessor meeting_id: ::String
|
1567
|
+
attr_accessor next_token: ::String
|
1568
|
+
attr_accessor max_results: ::Integer
|
1569
|
+
SENSITIVE: []
|
1570
|
+
end
|
1571
|
+
|
1572
|
+
class ListAttendeesResponse
|
1573
|
+
attr_accessor attendees: ::Array[Types::Attendee]
|
1574
|
+
attr_accessor next_token: ::String
|
1575
|
+
SENSITIVE: []
|
1576
|
+
end
|
1577
|
+
|
1578
|
+
class ListBotsRequest
|
1579
|
+
attr_accessor account_id: ::String
|
1580
|
+
attr_accessor max_results: ::Integer
|
1581
|
+
attr_accessor next_token: ::String
|
1582
|
+
SENSITIVE: []
|
1583
|
+
end
|
1584
|
+
|
1585
|
+
class ListBotsResponse
|
1586
|
+
attr_accessor bots: ::Array[Types::Bot]
|
1587
|
+
attr_accessor next_token: ::String
|
1588
|
+
SENSITIVE: []
|
1589
|
+
end
|
1590
|
+
|
1591
|
+
class ListChannelBansRequest
|
1592
|
+
attr_accessor channel_arn: ::String
|
1593
|
+
attr_accessor max_results: ::Integer
|
1594
|
+
attr_accessor next_token: ::String
|
1595
|
+
attr_accessor chime_bearer: ::String
|
1596
|
+
SENSITIVE: [:next_token]
|
1597
|
+
end
|
1598
|
+
|
1599
|
+
class ListChannelBansResponse
|
1600
|
+
attr_accessor channel_arn: ::String
|
1601
|
+
attr_accessor next_token: ::String
|
1602
|
+
attr_accessor channel_bans: ::Array[Types::ChannelBanSummary]
|
1603
|
+
SENSITIVE: [:next_token]
|
1604
|
+
end
|
1605
|
+
|
1606
|
+
class ListChannelMembershipsForAppInstanceUserRequest
|
1607
|
+
attr_accessor app_instance_user_arn: ::String
|
1608
|
+
attr_accessor max_results: ::Integer
|
1609
|
+
attr_accessor next_token: ::String
|
1610
|
+
attr_accessor chime_bearer: ::String
|
1611
|
+
SENSITIVE: [:next_token]
|
1612
|
+
end
|
1613
|
+
|
1614
|
+
class ListChannelMembershipsForAppInstanceUserResponse
|
1615
|
+
attr_accessor channel_memberships: ::Array[Types::ChannelMembershipForAppInstanceUserSummary]
|
1616
|
+
attr_accessor next_token: ::String
|
1617
|
+
SENSITIVE: [:next_token]
|
1618
|
+
end
|
1619
|
+
|
1620
|
+
class ListChannelMembershipsRequest
|
1621
|
+
attr_accessor channel_arn: ::String
|
1622
|
+
attr_accessor type: ("DEFAULT" | "HIDDEN")
|
1623
|
+
attr_accessor max_results: ::Integer
|
1624
|
+
attr_accessor next_token: ::String
|
1625
|
+
attr_accessor chime_bearer: ::String
|
1626
|
+
SENSITIVE: [:next_token]
|
1627
|
+
end
|
1628
|
+
|
1629
|
+
class ListChannelMembershipsResponse
|
1630
|
+
attr_accessor channel_arn: ::String
|
1631
|
+
attr_accessor channel_memberships: ::Array[Types::ChannelMembershipSummary]
|
1632
|
+
attr_accessor next_token: ::String
|
1633
|
+
SENSITIVE: [:next_token]
|
1634
|
+
end
|
1635
|
+
|
1636
|
+
class ListChannelMessagesRequest
|
1637
|
+
attr_accessor channel_arn: ::String
|
1638
|
+
attr_accessor sort_order: ("ASCENDING" | "DESCENDING")
|
1639
|
+
attr_accessor not_before: ::Time
|
1640
|
+
attr_accessor not_after: ::Time
|
1641
|
+
attr_accessor max_results: ::Integer
|
1642
|
+
attr_accessor next_token: ::String
|
1643
|
+
attr_accessor chime_bearer: ::String
|
1644
|
+
SENSITIVE: [:next_token]
|
1645
|
+
end
|
1646
|
+
|
1647
|
+
class ListChannelMessagesResponse
|
1648
|
+
attr_accessor channel_arn: ::String
|
1649
|
+
attr_accessor next_token: ::String
|
1650
|
+
attr_accessor channel_messages: ::Array[Types::ChannelMessageSummary]
|
1651
|
+
SENSITIVE: [:next_token]
|
1652
|
+
end
|
1653
|
+
|
1654
|
+
class ListChannelModeratorsRequest
|
1655
|
+
attr_accessor channel_arn: ::String
|
1656
|
+
attr_accessor max_results: ::Integer
|
1657
|
+
attr_accessor next_token: ::String
|
1658
|
+
attr_accessor chime_bearer: ::String
|
1659
|
+
SENSITIVE: [:next_token]
|
1660
|
+
end
|
1661
|
+
|
1662
|
+
class ListChannelModeratorsResponse
|
1663
|
+
attr_accessor channel_arn: ::String
|
1664
|
+
attr_accessor next_token: ::String
|
1665
|
+
attr_accessor channel_moderators: ::Array[Types::ChannelModeratorSummary]
|
1666
|
+
SENSITIVE: [:next_token]
|
1667
|
+
end
|
1668
|
+
|
1669
|
+
class ListChannelsModeratedByAppInstanceUserRequest
|
1670
|
+
attr_accessor app_instance_user_arn: ::String
|
1671
|
+
attr_accessor max_results: ::Integer
|
1672
|
+
attr_accessor next_token: ::String
|
1673
|
+
attr_accessor chime_bearer: ::String
|
1674
|
+
SENSITIVE: [:next_token]
|
1675
|
+
end
|
1676
|
+
|
1677
|
+
class ListChannelsModeratedByAppInstanceUserResponse
|
1678
|
+
attr_accessor channels: ::Array[Types::ChannelModeratedByAppInstanceUserSummary]
|
1679
|
+
attr_accessor next_token: ::String
|
1680
|
+
SENSITIVE: [:next_token]
|
1681
|
+
end
|
1682
|
+
|
1683
|
+
class ListChannelsRequest
|
1684
|
+
attr_accessor app_instance_arn: ::String
|
1685
|
+
attr_accessor privacy: ("PUBLIC" | "PRIVATE")
|
1686
|
+
attr_accessor max_results: ::Integer
|
1687
|
+
attr_accessor next_token: ::String
|
1688
|
+
attr_accessor chime_bearer: ::String
|
1689
|
+
SENSITIVE: [:next_token]
|
1690
|
+
end
|
1691
|
+
|
1692
|
+
class ListChannelsResponse
|
1693
|
+
attr_accessor channels: ::Array[Types::ChannelSummary]
|
1694
|
+
attr_accessor next_token: ::String
|
1695
|
+
SENSITIVE: [:next_token]
|
1696
|
+
end
|
1697
|
+
|
1698
|
+
class ListMediaCapturePipelinesRequest
|
1699
|
+
attr_accessor next_token: ::String
|
1700
|
+
attr_accessor max_results: ::Integer
|
1701
|
+
SENSITIVE: []
|
1702
|
+
end
|
1703
|
+
|
1704
|
+
class ListMediaCapturePipelinesResponse
|
1705
|
+
attr_accessor media_capture_pipelines: ::Array[Types::MediaCapturePipeline]
|
1706
|
+
attr_accessor next_token: ::String
|
1707
|
+
SENSITIVE: []
|
1708
|
+
end
|
1709
|
+
|
1710
|
+
class ListMeetingTagsRequest
|
1711
|
+
attr_accessor meeting_id: ::String
|
1712
|
+
SENSITIVE: []
|
1713
|
+
end
|
1714
|
+
|
1715
|
+
class ListMeetingTagsResponse
|
1716
|
+
attr_accessor tags: ::Array[Types::Tag]
|
1717
|
+
SENSITIVE: []
|
1718
|
+
end
|
1719
|
+
|
1720
|
+
class ListMeetingsRequest
|
1721
|
+
attr_accessor next_token: ::String
|
1722
|
+
attr_accessor max_results: ::Integer
|
1723
|
+
SENSITIVE: []
|
1724
|
+
end
|
1725
|
+
|
1726
|
+
class ListMeetingsResponse
|
1727
|
+
attr_accessor meetings: ::Array[Types::Meeting]
|
1728
|
+
attr_accessor next_token: ::String
|
1729
|
+
SENSITIVE: []
|
1730
|
+
end
|
1731
|
+
|
1732
|
+
class ListPhoneNumberOrdersRequest
|
1733
|
+
attr_accessor next_token: ::String
|
1734
|
+
attr_accessor max_results: ::Integer
|
1735
|
+
SENSITIVE: []
|
1736
|
+
end
|
1737
|
+
|
1738
|
+
class ListPhoneNumberOrdersResponse
|
1739
|
+
attr_accessor phone_number_orders: ::Array[Types::PhoneNumberOrder]
|
1740
|
+
attr_accessor next_token: ::String
|
1741
|
+
SENSITIVE: []
|
1742
|
+
end
|
1743
|
+
|
1744
|
+
class ListPhoneNumbersRequest
|
1745
|
+
attr_accessor status: ("AcquireInProgress" | "AcquireFailed" | "Unassigned" | "Assigned" | "ReleaseInProgress" | "DeleteInProgress" | "ReleaseFailed" | "DeleteFailed")
|
1746
|
+
attr_accessor product_type: ("BusinessCalling" | "VoiceConnector" | "SipMediaApplicationDialIn")
|
1747
|
+
attr_accessor filter_name: ("AccountId" | "UserId" | "VoiceConnectorId" | "VoiceConnectorGroupId" | "SipRuleId")
|
1748
|
+
attr_accessor filter_value: ::String
|
1749
|
+
attr_accessor max_results: ::Integer
|
1750
|
+
attr_accessor next_token: ::String
|
1751
|
+
SENSITIVE: []
|
1752
|
+
end
|
1753
|
+
|
1754
|
+
class ListPhoneNumbersResponse
|
1755
|
+
attr_accessor phone_numbers: ::Array[Types::PhoneNumber]
|
1756
|
+
attr_accessor next_token: ::String
|
1757
|
+
SENSITIVE: []
|
1758
|
+
end
|
1759
|
+
|
1760
|
+
class ListProxySessionsRequest
|
1761
|
+
attr_accessor voice_connector_id: ::String
|
1762
|
+
attr_accessor status: ("Open" | "InProgress" | "Closed")
|
1763
|
+
attr_accessor next_token: ::String
|
1764
|
+
attr_accessor max_results: ::Integer
|
1765
|
+
SENSITIVE: []
|
1766
|
+
end
|
1767
|
+
|
1768
|
+
class ListProxySessionsResponse
|
1769
|
+
attr_accessor proxy_sessions: ::Array[Types::ProxySession]
|
1770
|
+
attr_accessor next_token: ::String
|
1771
|
+
SENSITIVE: []
|
1772
|
+
end
|
1773
|
+
|
1774
|
+
class ListRoomMembershipsRequest
|
1775
|
+
attr_accessor account_id: ::String
|
1776
|
+
attr_accessor room_id: ::String
|
1777
|
+
attr_accessor max_results: ::Integer
|
1778
|
+
attr_accessor next_token: ::String
|
1779
|
+
SENSITIVE: []
|
1780
|
+
end
|
1781
|
+
|
1782
|
+
class ListRoomMembershipsResponse
|
1783
|
+
attr_accessor room_memberships: ::Array[Types::RoomMembership]
|
1784
|
+
attr_accessor next_token: ::String
|
1785
|
+
SENSITIVE: []
|
1786
|
+
end
|
1787
|
+
|
1788
|
+
class ListRoomsRequest
|
1789
|
+
attr_accessor account_id: ::String
|
1790
|
+
attr_accessor member_id: ::String
|
1791
|
+
attr_accessor max_results: ::Integer
|
1792
|
+
attr_accessor next_token: ::String
|
1793
|
+
SENSITIVE: []
|
1794
|
+
end
|
1795
|
+
|
1796
|
+
class ListRoomsResponse
|
1797
|
+
attr_accessor rooms: ::Array[Types::Room]
|
1798
|
+
attr_accessor next_token: ::String
|
1799
|
+
SENSITIVE: []
|
1800
|
+
end
|
1801
|
+
|
1802
|
+
class ListSipMediaApplicationsRequest
|
1803
|
+
attr_accessor max_results: ::Integer
|
1804
|
+
attr_accessor next_token: ::String
|
1805
|
+
SENSITIVE: []
|
1806
|
+
end
|
1807
|
+
|
1808
|
+
class ListSipMediaApplicationsResponse
|
1809
|
+
attr_accessor sip_media_applications: ::Array[Types::SipMediaApplication]
|
1810
|
+
attr_accessor next_token: ::String
|
1811
|
+
SENSITIVE: []
|
1812
|
+
end
|
1813
|
+
|
1814
|
+
class ListSipRulesRequest
|
1815
|
+
attr_accessor sip_media_application_id: ::String
|
1816
|
+
attr_accessor max_results: ::Integer
|
1817
|
+
attr_accessor next_token: ::String
|
1818
|
+
SENSITIVE: []
|
1819
|
+
end
|
1820
|
+
|
1821
|
+
class ListSipRulesResponse
|
1822
|
+
attr_accessor sip_rules: ::Array[Types::SipRule]
|
1823
|
+
attr_accessor next_token: ::String
|
1824
|
+
SENSITIVE: []
|
1825
|
+
end
|
1826
|
+
|
1827
|
+
class ListSupportedPhoneNumberCountriesRequest
|
1828
|
+
attr_accessor product_type: ("BusinessCalling" | "VoiceConnector" | "SipMediaApplicationDialIn")
|
1829
|
+
SENSITIVE: []
|
1830
|
+
end
|
1831
|
+
|
1832
|
+
class ListSupportedPhoneNumberCountriesResponse
|
1833
|
+
attr_accessor phone_number_countries: ::Array[Types::PhoneNumberCountry]
|
1834
|
+
SENSITIVE: []
|
1835
|
+
end
|
1836
|
+
|
1837
|
+
class ListTagsForResourceRequest
|
1838
|
+
attr_accessor resource_arn: ::String
|
1839
|
+
SENSITIVE: [:resource_arn]
|
1840
|
+
end
|
1841
|
+
|
1842
|
+
class ListTagsForResourceResponse
|
1843
|
+
attr_accessor tags: ::Array[Types::Tag]
|
1844
|
+
SENSITIVE: []
|
1845
|
+
end
|
1846
|
+
|
1847
|
+
class ListUsersRequest
|
1848
|
+
attr_accessor account_id: ::String
|
1849
|
+
attr_accessor user_email: ::String
|
1850
|
+
attr_accessor user_type: ("PrivateUser" | "SharedDevice")
|
1851
|
+
attr_accessor max_results: ::Integer
|
1852
|
+
attr_accessor next_token: ::String
|
1853
|
+
SENSITIVE: [:user_email]
|
1854
|
+
end
|
1855
|
+
|
1856
|
+
class ListUsersResponse
|
1857
|
+
attr_accessor users: ::Array[Types::User]
|
1858
|
+
attr_accessor next_token: ::String
|
1859
|
+
SENSITIVE: []
|
1860
|
+
end
|
1861
|
+
|
1862
|
+
class ListVoiceConnectorGroupsRequest
|
1863
|
+
attr_accessor next_token: ::String
|
1864
|
+
attr_accessor max_results: ::Integer
|
1865
|
+
SENSITIVE: []
|
1866
|
+
end
|
1867
|
+
|
1868
|
+
class ListVoiceConnectorGroupsResponse
|
1869
|
+
attr_accessor voice_connector_groups: ::Array[Types::VoiceConnectorGroup]
|
1870
|
+
attr_accessor next_token: ::String
|
1871
|
+
SENSITIVE: []
|
1872
|
+
end
|
1873
|
+
|
1874
|
+
class ListVoiceConnectorTerminationCredentialsRequest
|
1875
|
+
attr_accessor voice_connector_id: ::String
|
1876
|
+
SENSITIVE: []
|
1877
|
+
end
|
1878
|
+
|
1879
|
+
class ListVoiceConnectorTerminationCredentialsResponse
|
1880
|
+
attr_accessor usernames: ::Array[::String]
|
1881
|
+
SENSITIVE: []
|
1882
|
+
end
|
1883
|
+
|
1884
|
+
class ListVoiceConnectorsRequest
|
1885
|
+
attr_accessor next_token: ::String
|
1886
|
+
attr_accessor max_results: ::Integer
|
1887
|
+
SENSITIVE: []
|
1888
|
+
end
|
1889
|
+
|
1890
|
+
class ListVoiceConnectorsResponse
|
1891
|
+
attr_accessor voice_connectors: ::Array[Types::VoiceConnector]
|
1892
|
+
attr_accessor next_token: ::String
|
1893
|
+
SENSITIVE: []
|
1894
|
+
end
|
1895
|
+
|
1896
|
+
class LoggingConfiguration
|
1897
|
+
attr_accessor enable_sip_logs: bool
|
1898
|
+
attr_accessor enable_media_metric_logs: bool
|
1899
|
+
SENSITIVE: []
|
1900
|
+
end
|
1901
|
+
|
1902
|
+
class LogoutUserRequest
|
1903
|
+
attr_accessor account_id: ::String
|
1904
|
+
attr_accessor user_id: ::String
|
1905
|
+
SENSITIVE: []
|
1906
|
+
end
|
1907
|
+
|
1908
|
+
class LogoutUserResponse < Aws::EmptyStructure
|
1909
|
+
end
|
1910
|
+
|
1911
|
+
class MediaCapturePipeline
|
1912
|
+
attr_accessor media_pipeline_id: ::String
|
1913
|
+
attr_accessor source_type: ("ChimeSdkMeeting")
|
1914
|
+
attr_accessor source_arn: ::String
|
1915
|
+
attr_accessor status: ("Initializing" | "InProgress" | "Failed" | "Stopping" | "Stopped")
|
1916
|
+
attr_accessor sink_type: ("S3Bucket")
|
1917
|
+
attr_accessor sink_arn: ::String
|
1918
|
+
attr_accessor created_timestamp: ::Time
|
1919
|
+
attr_accessor updated_timestamp: ::Time
|
1920
|
+
attr_accessor chime_sdk_meeting_configuration: Types::ChimeSdkMeetingConfiguration
|
1921
|
+
SENSITIVE: [:source_arn, :sink_arn]
|
1922
|
+
end
|
1923
|
+
|
1924
|
+
class MediaPlacement
|
1925
|
+
attr_accessor audio_host_url: ::String
|
1926
|
+
attr_accessor audio_fallback_url: ::String
|
1927
|
+
attr_accessor screen_data_url: ::String
|
1928
|
+
attr_accessor screen_sharing_url: ::String
|
1929
|
+
attr_accessor screen_viewing_url: ::String
|
1930
|
+
attr_accessor signaling_url: ::String
|
1931
|
+
attr_accessor turn_control_url: ::String
|
1932
|
+
attr_accessor event_ingestion_url: ::String
|
1933
|
+
SENSITIVE: []
|
1934
|
+
end
|
1935
|
+
|
1936
|
+
class Meeting
|
1937
|
+
attr_accessor meeting_id: ::String
|
1938
|
+
attr_accessor external_meeting_id: ::String
|
1939
|
+
attr_accessor media_placement: Types::MediaPlacement
|
1940
|
+
attr_accessor media_region: ::String
|
1941
|
+
SENSITIVE: [:external_meeting_id]
|
1942
|
+
end
|
1943
|
+
|
1944
|
+
class MeetingNotificationConfiguration
|
1945
|
+
attr_accessor sns_topic_arn: ::String
|
1946
|
+
attr_accessor sqs_queue_arn: ::String
|
1947
|
+
SENSITIVE: [:sns_topic_arn, :sqs_queue_arn]
|
1948
|
+
end
|
1949
|
+
|
1950
|
+
class Member
|
1951
|
+
attr_accessor member_id: ::String
|
1952
|
+
attr_accessor member_type: ("User" | "Bot" | "Webhook")
|
1953
|
+
attr_accessor email: ::String
|
1954
|
+
attr_accessor full_name: ::String
|
1955
|
+
attr_accessor account_id: ::String
|
1956
|
+
SENSITIVE: [:email, :full_name]
|
1957
|
+
end
|
1958
|
+
|
1959
|
+
class MemberError
|
1960
|
+
attr_accessor member_id: ::String
|
1961
|
+
attr_accessor error_code: ("BadRequest" | "Conflict" | "Forbidden" | "NotFound" | "PreconditionFailed" | "ResourceLimitExceeded" | "ServiceFailure" | "AccessDenied" | "ServiceUnavailable" | "Throttled" | "Throttling" | "Unauthorized" | "Unprocessable" | "VoiceConnectorGroupAssociationsExist" | "PhoneNumberAssociationsExist")
|
1962
|
+
attr_accessor error_message: ::String
|
1963
|
+
SENSITIVE: []
|
1964
|
+
end
|
1965
|
+
|
1966
|
+
class MembershipItem
|
1967
|
+
attr_accessor member_id: ::String
|
1968
|
+
attr_accessor role: ("Administrator" | "Member")
|
1969
|
+
SENSITIVE: []
|
1970
|
+
end
|
1971
|
+
|
1972
|
+
class MessagingSessionEndpoint
|
1973
|
+
attr_accessor url: ::String
|
1974
|
+
SENSITIVE: []
|
1975
|
+
end
|
1976
|
+
|
1977
|
+
class NotFoundException
|
1978
|
+
attr_accessor code: ("BadRequest" | "Conflict" | "Forbidden" | "NotFound" | "PreconditionFailed" | "ResourceLimitExceeded" | "ServiceFailure" | "AccessDenied" | "ServiceUnavailable" | "Throttled" | "Throttling" | "Unauthorized" | "Unprocessable" | "VoiceConnectorGroupAssociationsExist" | "PhoneNumberAssociationsExist")
|
1979
|
+
attr_accessor message: ::String
|
1980
|
+
SENSITIVE: []
|
1981
|
+
end
|
1982
|
+
|
1983
|
+
class OrderedPhoneNumber
|
1984
|
+
attr_accessor e164_phone_number: ::String
|
1985
|
+
attr_accessor status: ("Processing" | "Acquired" | "Failed")
|
1986
|
+
SENSITIVE: [:e164_phone_number]
|
1987
|
+
end
|
1988
|
+
|
1989
|
+
class Origination
|
1990
|
+
attr_accessor routes: ::Array[Types::OriginationRoute]
|
1991
|
+
attr_accessor disabled: bool
|
1992
|
+
SENSITIVE: []
|
1993
|
+
end
|
1994
|
+
|
1995
|
+
class OriginationRoute
|
1996
|
+
attr_accessor host: ::String
|
1997
|
+
attr_accessor port: ::Integer
|
1998
|
+
attr_accessor protocol: ("TCP" | "UDP")
|
1999
|
+
attr_accessor priority: ::Integer
|
2000
|
+
attr_accessor weight: ::Integer
|
2001
|
+
SENSITIVE: []
|
2002
|
+
end
|
2003
|
+
|
2004
|
+
class Participant
|
2005
|
+
attr_accessor phone_number: ::String
|
2006
|
+
attr_accessor proxy_phone_number: ::String
|
2007
|
+
SENSITIVE: [:phone_number, :proxy_phone_number]
|
2008
|
+
end
|
2009
|
+
|
2010
|
+
class PhoneNumber
|
2011
|
+
attr_accessor phone_number_id: ::String
|
2012
|
+
attr_accessor e164_phone_number: ::String
|
2013
|
+
attr_accessor country: ::String
|
2014
|
+
attr_accessor type: ("Local" | "TollFree")
|
2015
|
+
attr_accessor product_type: ("BusinessCalling" | "VoiceConnector" | "SipMediaApplicationDialIn")
|
2016
|
+
attr_accessor status: ("AcquireInProgress" | "AcquireFailed" | "Unassigned" | "Assigned" | "ReleaseInProgress" | "DeleteInProgress" | "ReleaseFailed" | "DeleteFailed")
|
2017
|
+
attr_accessor capabilities: Types::PhoneNumberCapabilities
|
2018
|
+
attr_accessor associations: ::Array[Types::PhoneNumberAssociation]
|
2019
|
+
attr_accessor calling_name: ::String
|
2020
|
+
attr_accessor calling_name_status: ("Unassigned" | "UpdateInProgress" | "UpdateSucceeded" | "UpdateFailed")
|
2021
|
+
attr_accessor created_timestamp: ::Time
|
2022
|
+
attr_accessor updated_timestamp: ::Time
|
2023
|
+
attr_accessor deletion_timestamp: ::Time
|
2024
|
+
SENSITIVE: [:e164_phone_number, :calling_name]
|
2025
|
+
end
|
2026
|
+
|
2027
|
+
class PhoneNumberAssociation
|
2028
|
+
attr_accessor value: ::String
|
2029
|
+
attr_accessor name: ("AccountId" | "UserId" | "VoiceConnectorId" | "VoiceConnectorGroupId" | "SipRuleId")
|
2030
|
+
attr_accessor associated_timestamp: ::Time
|
2031
|
+
SENSITIVE: []
|
2032
|
+
end
|
2033
|
+
|
2034
|
+
class PhoneNumberCapabilities
|
2035
|
+
attr_accessor inbound_call: bool
|
2036
|
+
attr_accessor outbound_call: bool
|
2037
|
+
attr_accessor inbound_sms: bool
|
2038
|
+
attr_accessor outbound_sms: bool
|
2039
|
+
attr_accessor inbound_mms: bool
|
2040
|
+
attr_accessor outbound_mms: bool
|
2041
|
+
SENSITIVE: []
|
2042
|
+
end
|
2043
|
+
|
2044
|
+
class PhoneNumberCountry
|
2045
|
+
attr_accessor country_code: ::String
|
2046
|
+
attr_accessor supported_phone_number_types: ::Array[("Local" | "TollFree")]
|
2047
|
+
SENSITIVE: []
|
2048
|
+
end
|
2049
|
+
|
2050
|
+
class PhoneNumberError
|
2051
|
+
attr_accessor phone_number_id: ::String
|
2052
|
+
attr_accessor error_code: ("BadRequest" | "Conflict" | "Forbidden" | "NotFound" | "PreconditionFailed" | "ResourceLimitExceeded" | "ServiceFailure" | "AccessDenied" | "ServiceUnavailable" | "Throttled" | "Throttling" | "Unauthorized" | "Unprocessable" | "VoiceConnectorGroupAssociationsExist" | "PhoneNumberAssociationsExist")
|
2053
|
+
attr_accessor error_message: ::String
|
2054
|
+
SENSITIVE: []
|
2055
|
+
end
|
2056
|
+
|
2057
|
+
class PhoneNumberOrder
|
2058
|
+
attr_accessor phone_number_order_id: ::String
|
2059
|
+
attr_accessor product_type: ("BusinessCalling" | "VoiceConnector" | "SipMediaApplicationDialIn")
|
2060
|
+
attr_accessor status: ("Processing" | "Successful" | "Failed" | "Partial")
|
2061
|
+
attr_accessor ordered_phone_numbers: ::Array[Types::OrderedPhoneNumber]
|
2062
|
+
attr_accessor created_timestamp: ::Time
|
2063
|
+
attr_accessor updated_timestamp: ::Time
|
2064
|
+
SENSITIVE: []
|
2065
|
+
end
|
2066
|
+
|
2067
|
+
class Proxy
|
2068
|
+
attr_accessor default_session_expiry_minutes: ::Integer
|
2069
|
+
attr_accessor disabled: bool
|
2070
|
+
attr_accessor fall_back_phone_number: ::String
|
2071
|
+
attr_accessor phone_number_countries: ::Array[::String]
|
2072
|
+
SENSITIVE: [:fall_back_phone_number]
|
2073
|
+
end
|
2074
|
+
|
2075
|
+
class ProxySession
|
2076
|
+
attr_accessor voice_connector_id: ::String
|
2077
|
+
attr_accessor proxy_session_id: ::String
|
2078
|
+
attr_accessor name: ::String
|
2079
|
+
attr_accessor status: ("Open" | "InProgress" | "Closed")
|
2080
|
+
attr_accessor expiry_minutes: ::Integer
|
2081
|
+
attr_accessor capabilities: ::Array[("Voice" | "SMS")]
|
2082
|
+
attr_accessor created_timestamp: ::Time
|
2083
|
+
attr_accessor updated_timestamp: ::Time
|
2084
|
+
attr_accessor ended_timestamp: ::Time
|
2085
|
+
attr_accessor participants: ::Array[Types::Participant]
|
2086
|
+
attr_accessor number_selection_behavior: ("PreferSticky" | "AvoidSticky")
|
2087
|
+
attr_accessor geo_match_level: ("Country" | "AreaCode")
|
2088
|
+
attr_accessor geo_match_params: Types::GeoMatchParams
|
2089
|
+
SENSITIVE: []
|
2090
|
+
end
|
2091
|
+
|
2092
|
+
class PutAppInstanceRetentionSettingsRequest
|
2093
|
+
attr_accessor app_instance_arn: ::String
|
2094
|
+
attr_accessor app_instance_retention_settings: Types::AppInstanceRetentionSettings
|
2095
|
+
SENSITIVE: []
|
2096
|
+
end
|
2097
|
+
|
2098
|
+
class PutAppInstanceRetentionSettingsResponse
|
2099
|
+
attr_accessor app_instance_retention_settings: Types::AppInstanceRetentionSettings
|
2100
|
+
attr_accessor initiate_deletion_timestamp: ::Time
|
2101
|
+
SENSITIVE: []
|
2102
|
+
end
|
2103
|
+
|
2104
|
+
class PutAppInstanceStreamingConfigurationsRequest
|
2105
|
+
attr_accessor app_instance_arn: ::String
|
2106
|
+
attr_accessor app_instance_streaming_configurations: ::Array[Types::AppInstanceStreamingConfiguration]
|
2107
|
+
SENSITIVE: []
|
2108
|
+
end
|
2109
|
+
|
2110
|
+
class PutAppInstanceStreamingConfigurationsResponse
|
2111
|
+
attr_accessor app_instance_streaming_configurations: ::Array[Types::AppInstanceStreamingConfiguration]
|
2112
|
+
SENSITIVE: []
|
2113
|
+
end
|
2114
|
+
|
2115
|
+
class PutEventsConfigurationRequest
|
2116
|
+
attr_accessor account_id: ::String
|
2117
|
+
attr_accessor bot_id: ::String
|
2118
|
+
attr_accessor outbound_events_https_endpoint: ::String
|
2119
|
+
attr_accessor lambda_function_arn: ::String
|
2120
|
+
SENSITIVE: [:outbound_events_https_endpoint, :lambda_function_arn]
|
2121
|
+
end
|
2122
|
+
|
2123
|
+
class PutEventsConfigurationResponse
|
2124
|
+
attr_accessor events_configuration: Types::EventsConfiguration
|
2125
|
+
SENSITIVE: []
|
2126
|
+
end
|
2127
|
+
|
2128
|
+
class PutRetentionSettingsRequest
|
2129
|
+
attr_accessor account_id: ::String
|
2130
|
+
attr_accessor retention_settings: Types::RetentionSettings
|
2131
|
+
SENSITIVE: []
|
2132
|
+
end
|
2133
|
+
|
2134
|
+
class PutRetentionSettingsResponse
|
2135
|
+
attr_accessor retention_settings: Types::RetentionSettings
|
2136
|
+
attr_accessor initiate_deletion_timestamp: ::Time
|
2137
|
+
SENSITIVE: []
|
2138
|
+
end
|
2139
|
+
|
2140
|
+
class PutSipMediaApplicationLoggingConfigurationRequest
|
2141
|
+
attr_accessor sip_media_application_id: ::String
|
2142
|
+
attr_accessor sip_media_application_logging_configuration: Types::SipMediaApplicationLoggingConfiguration
|
2143
|
+
SENSITIVE: []
|
2144
|
+
end
|
2145
|
+
|
2146
|
+
class PutSipMediaApplicationLoggingConfigurationResponse
|
2147
|
+
attr_accessor sip_media_application_logging_configuration: Types::SipMediaApplicationLoggingConfiguration
|
2148
|
+
SENSITIVE: []
|
2149
|
+
end
|
2150
|
+
|
2151
|
+
class PutVoiceConnectorEmergencyCallingConfigurationRequest
|
2152
|
+
attr_accessor voice_connector_id: ::String
|
2153
|
+
attr_accessor emergency_calling_configuration: Types::EmergencyCallingConfiguration
|
2154
|
+
SENSITIVE: []
|
2155
|
+
end
|
2156
|
+
|
2157
|
+
class PutVoiceConnectorEmergencyCallingConfigurationResponse
|
2158
|
+
attr_accessor emergency_calling_configuration: Types::EmergencyCallingConfiguration
|
2159
|
+
SENSITIVE: []
|
2160
|
+
end
|
2161
|
+
|
2162
|
+
class PutVoiceConnectorLoggingConfigurationRequest
|
2163
|
+
attr_accessor voice_connector_id: ::String
|
2164
|
+
attr_accessor logging_configuration: Types::LoggingConfiguration
|
2165
|
+
SENSITIVE: []
|
2166
|
+
end
|
2167
|
+
|
2168
|
+
class PutVoiceConnectorLoggingConfigurationResponse
|
2169
|
+
attr_accessor logging_configuration: Types::LoggingConfiguration
|
2170
|
+
SENSITIVE: []
|
2171
|
+
end
|
2172
|
+
|
2173
|
+
class PutVoiceConnectorOriginationRequest
|
2174
|
+
attr_accessor voice_connector_id: ::String
|
2175
|
+
attr_accessor origination: Types::Origination
|
2176
|
+
SENSITIVE: []
|
2177
|
+
end
|
2178
|
+
|
2179
|
+
class PutVoiceConnectorOriginationResponse
|
2180
|
+
attr_accessor origination: Types::Origination
|
2181
|
+
SENSITIVE: []
|
2182
|
+
end
|
2183
|
+
|
2184
|
+
class PutVoiceConnectorProxyRequest
|
2185
|
+
attr_accessor voice_connector_id: ::String
|
2186
|
+
attr_accessor default_session_expiry_minutes: ::Integer
|
2187
|
+
attr_accessor phone_number_pool_countries: ::Array[::String]
|
2188
|
+
attr_accessor fall_back_phone_number: ::String
|
2189
|
+
attr_accessor disabled: bool
|
2190
|
+
SENSITIVE: [:fall_back_phone_number]
|
2191
|
+
end
|
2192
|
+
|
2193
|
+
class PutVoiceConnectorProxyResponse
|
2194
|
+
attr_accessor proxy: Types::Proxy
|
2195
|
+
SENSITIVE: []
|
2196
|
+
end
|
2197
|
+
|
2198
|
+
class PutVoiceConnectorStreamingConfigurationRequest
|
2199
|
+
attr_accessor voice_connector_id: ::String
|
2200
|
+
attr_accessor streaming_configuration: Types::StreamingConfiguration
|
2201
|
+
SENSITIVE: []
|
2202
|
+
end
|
2203
|
+
|
2204
|
+
class PutVoiceConnectorStreamingConfigurationResponse
|
2205
|
+
attr_accessor streaming_configuration: Types::StreamingConfiguration
|
2206
|
+
SENSITIVE: []
|
2207
|
+
end
|
2208
|
+
|
2209
|
+
class PutVoiceConnectorTerminationCredentialsRequest
|
2210
|
+
attr_accessor voice_connector_id: ::String
|
2211
|
+
attr_accessor credentials: ::Array[Types::Credential]
|
2212
|
+
SENSITIVE: []
|
2213
|
+
end
|
2214
|
+
|
2215
|
+
class PutVoiceConnectorTerminationRequest
|
2216
|
+
attr_accessor voice_connector_id: ::String
|
2217
|
+
attr_accessor termination: Types::Termination
|
2218
|
+
SENSITIVE: []
|
2219
|
+
end
|
2220
|
+
|
2221
|
+
class PutVoiceConnectorTerminationResponse
|
2222
|
+
attr_accessor termination: Types::Termination
|
2223
|
+
SENSITIVE: []
|
2224
|
+
end
|
2225
|
+
|
2226
|
+
class RedactChannelMessageRequest
|
2227
|
+
attr_accessor channel_arn: ::String
|
2228
|
+
attr_accessor message_id: ::String
|
2229
|
+
attr_accessor chime_bearer: ::String
|
2230
|
+
SENSITIVE: []
|
2231
|
+
end
|
2232
|
+
|
2233
|
+
class RedactChannelMessageResponse
|
2234
|
+
attr_accessor channel_arn: ::String
|
2235
|
+
attr_accessor message_id: ::String
|
2236
|
+
SENSITIVE: []
|
2237
|
+
end
|
2238
|
+
|
2239
|
+
class RedactConversationMessageRequest
|
2240
|
+
attr_accessor account_id: ::String
|
2241
|
+
attr_accessor conversation_id: ::String
|
2242
|
+
attr_accessor message_id: ::String
|
2243
|
+
SENSITIVE: []
|
2244
|
+
end
|
2245
|
+
|
2246
|
+
class RedactConversationMessageResponse < Aws::EmptyStructure
|
2247
|
+
end
|
2248
|
+
|
2249
|
+
class RedactRoomMessageRequest
|
2250
|
+
attr_accessor account_id: ::String
|
2251
|
+
attr_accessor room_id: ::String
|
2252
|
+
attr_accessor message_id: ::String
|
2253
|
+
SENSITIVE: []
|
2254
|
+
end
|
2255
|
+
|
2256
|
+
class RedactRoomMessageResponse < Aws::EmptyStructure
|
2257
|
+
end
|
2258
|
+
|
2259
|
+
class RegenerateSecurityTokenRequest
|
2260
|
+
attr_accessor account_id: ::String
|
2261
|
+
attr_accessor bot_id: ::String
|
2262
|
+
SENSITIVE: []
|
2263
|
+
end
|
2264
|
+
|
2265
|
+
class RegenerateSecurityTokenResponse
|
2266
|
+
attr_accessor bot: Types::Bot
|
2267
|
+
SENSITIVE: []
|
2268
|
+
end
|
2269
|
+
|
2270
|
+
class ResetPersonalPINRequest
|
2271
|
+
attr_accessor account_id: ::String
|
2272
|
+
attr_accessor user_id: ::String
|
2273
|
+
SENSITIVE: []
|
2274
|
+
end
|
2275
|
+
|
2276
|
+
class ResetPersonalPINResponse
|
2277
|
+
attr_accessor user: Types::User
|
2278
|
+
SENSITIVE: []
|
2279
|
+
end
|
2280
|
+
|
2281
|
+
class ResourceLimitExceededException
|
2282
|
+
attr_accessor code: ("BadRequest" | "Conflict" | "Forbidden" | "NotFound" | "PreconditionFailed" | "ResourceLimitExceeded" | "ServiceFailure" | "AccessDenied" | "ServiceUnavailable" | "Throttled" | "Throttling" | "Unauthorized" | "Unprocessable" | "VoiceConnectorGroupAssociationsExist" | "PhoneNumberAssociationsExist")
|
2283
|
+
attr_accessor message: ::String
|
2284
|
+
SENSITIVE: []
|
2285
|
+
end
|
2286
|
+
|
2287
|
+
class RestorePhoneNumberRequest
|
2288
|
+
attr_accessor phone_number_id: ::String
|
2289
|
+
SENSITIVE: []
|
2290
|
+
end
|
2291
|
+
|
2292
|
+
class RestorePhoneNumberResponse
|
2293
|
+
attr_accessor phone_number: Types::PhoneNumber
|
2294
|
+
SENSITIVE: []
|
2295
|
+
end
|
2296
|
+
|
2297
|
+
class RetentionSettings
|
2298
|
+
attr_accessor room_retention_settings: Types::RoomRetentionSettings
|
2299
|
+
attr_accessor conversation_retention_settings: Types::ConversationRetentionSettings
|
2300
|
+
SENSITIVE: []
|
2301
|
+
end
|
2302
|
+
|
2303
|
+
class Room
|
2304
|
+
attr_accessor room_id: ::String
|
2305
|
+
attr_accessor name: ::String
|
2306
|
+
attr_accessor account_id: ::String
|
2307
|
+
attr_accessor created_by: ::String
|
2308
|
+
attr_accessor created_timestamp: ::Time
|
2309
|
+
attr_accessor updated_timestamp: ::Time
|
2310
|
+
SENSITIVE: [:name]
|
2311
|
+
end
|
2312
|
+
|
2313
|
+
class RoomMembership
|
2314
|
+
attr_accessor room_id: ::String
|
2315
|
+
attr_accessor member: Types::Member
|
2316
|
+
attr_accessor role: ("Administrator" | "Member")
|
2317
|
+
attr_accessor invited_by: ::String
|
2318
|
+
attr_accessor updated_timestamp: ::Time
|
2319
|
+
SENSITIVE: []
|
2320
|
+
end
|
2321
|
+
|
2322
|
+
class RoomRetentionSettings
|
2323
|
+
attr_accessor retention_days: ::Integer
|
2324
|
+
SENSITIVE: []
|
2325
|
+
end
|
2326
|
+
|
2327
|
+
class SearchAvailablePhoneNumbersRequest
|
2328
|
+
attr_accessor area_code: ::String
|
2329
|
+
attr_accessor city: ::String
|
2330
|
+
attr_accessor country: ::String
|
2331
|
+
attr_accessor state: ::String
|
2332
|
+
attr_accessor toll_free_prefix: ::String
|
2333
|
+
attr_accessor phone_number_type: ("Local" | "TollFree")
|
2334
|
+
attr_accessor max_results: ::Integer
|
2335
|
+
attr_accessor next_token: ::String
|
2336
|
+
SENSITIVE: []
|
2337
|
+
end
|
2338
|
+
|
2339
|
+
class SearchAvailablePhoneNumbersResponse
|
2340
|
+
attr_accessor e164_phone_numbers: ::Array[::String]
|
2341
|
+
attr_accessor next_token: ::String
|
2342
|
+
SENSITIVE: []
|
2343
|
+
end
|
2344
|
+
|
2345
|
+
class SelectedVideoStreams
|
2346
|
+
attr_accessor attendee_ids: ::Array[::String]
|
2347
|
+
attr_accessor external_user_ids: ::Array[::String]
|
2348
|
+
SENSITIVE: []
|
2349
|
+
end
|
2350
|
+
|
2351
|
+
class SendChannelMessageRequest
|
2352
|
+
attr_accessor channel_arn: ::String
|
2353
|
+
attr_accessor content: ::String
|
2354
|
+
attr_accessor type: ("STANDARD" | "CONTROL")
|
2355
|
+
attr_accessor persistence: ("PERSISTENT" | "NON_PERSISTENT")
|
2356
|
+
attr_accessor metadata: ::String
|
2357
|
+
attr_accessor client_request_token: ::String
|
2358
|
+
attr_accessor chime_bearer: ::String
|
2359
|
+
SENSITIVE: [:content, :metadata, :client_request_token]
|
2360
|
+
end
|
2361
|
+
|
2362
|
+
class SendChannelMessageResponse
|
2363
|
+
attr_accessor channel_arn: ::String
|
2364
|
+
attr_accessor message_id: ::String
|
2365
|
+
SENSITIVE: []
|
2366
|
+
end
|
2367
|
+
|
2368
|
+
class ServiceFailureException
|
2369
|
+
attr_accessor code: ("BadRequest" | "Conflict" | "Forbidden" | "NotFound" | "PreconditionFailed" | "ResourceLimitExceeded" | "ServiceFailure" | "AccessDenied" | "ServiceUnavailable" | "Throttled" | "Throttling" | "Unauthorized" | "Unprocessable" | "VoiceConnectorGroupAssociationsExist" | "PhoneNumberAssociationsExist")
|
2370
|
+
attr_accessor message: ::String
|
2371
|
+
SENSITIVE: []
|
2372
|
+
end
|
2373
|
+
|
2374
|
+
class ServiceUnavailableException
|
2375
|
+
attr_accessor code: ("BadRequest" | "Conflict" | "Forbidden" | "NotFound" | "PreconditionFailed" | "ResourceLimitExceeded" | "ServiceFailure" | "AccessDenied" | "ServiceUnavailable" | "Throttled" | "Throttling" | "Unauthorized" | "Unprocessable" | "VoiceConnectorGroupAssociationsExist" | "PhoneNumberAssociationsExist")
|
2376
|
+
attr_accessor message: ::String
|
2377
|
+
SENSITIVE: []
|
2378
|
+
end
|
2379
|
+
|
2380
|
+
class SigninDelegateGroup
|
2381
|
+
attr_accessor group_name: ::String
|
2382
|
+
SENSITIVE: []
|
2383
|
+
end
|
2384
|
+
|
2385
|
+
class SipMediaApplication
|
2386
|
+
attr_accessor sip_media_application_id: ::String
|
2387
|
+
attr_accessor aws_region: ::String
|
2388
|
+
attr_accessor name: ::String
|
2389
|
+
attr_accessor endpoints: ::Array[Types::SipMediaApplicationEndpoint]
|
2390
|
+
attr_accessor created_timestamp: ::Time
|
2391
|
+
attr_accessor updated_timestamp: ::Time
|
2392
|
+
SENSITIVE: []
|
2393
|
+
end
|
2394
|
+
|
2395
|
+
class SipMediaApplicationCall
|
2396
|
+
attr_accessor transaction_id: ::String
|
2397
|
+
SENSITIVE: []
|
2398
|
+
end
|
2399
|
+
|
2400
|
+
class SipMediaApplicationEndpoint
|
2401
|
+
attr_accessor lambda_arn: ::String
|
2402
|
+
SENSITIVE: [:lambda_arn]
|
2403
|
+
end
|
2404
|
+
|
2405
|
+
class SipMediaApplicationLoggingConfiguration
|
2406
|
+
attr_accessor enable_sip_media_application_message_logs: bool
|
2407
|
+
SENSITIVE: []
|
2408
|
+
end
|
2409
|
+
|
2410
|
+
class SipRule
|
2411
|
+
attr_accessor sip_rule_id: ::String
|
2412
|
+
attr_accessor name: ::String
|
2413
|
+
attr_accessor disabled: bool
|
2414
|
+
attr_accessor trigger_type: ("ToPhoneNumber" | "RequestUriHostname")
|
2415
|
+
attr_accessor trigger_value: ::String
|
2416
|
+
attr_accessor target_applications: ::Array[Types::SipRuleTargetApplication]
|
2417
|
+
attr_accessor created_timestamp: ::Time
|
2418
|
+
attr_accessor updated_timestamp: ::Time
|
2419
|
+
SENSITIVE: []
|
2420
|
+
end
|
2421
|
+
|
2422
|
+
class SipRuleTargetApplication
|
2423
|
+
attr_accessor sip_media_application_id: ::String
|
2424
|
+
attr_accessor priority: ::Integer
|
2425
|
+
attr_accessor aws_region: ::String
|
2426
|
+
SENSITIVE: []
|
2427
|
+
end
|
2428
|
+
|
2429
|
+
class SourceConfiguration
|
2430
|
+
attr_accessor selected_video_streams: Types::SelectedVideoStreams
|
2431
|
+
SENSITIVE: []
|
2432
|
+
end
|
2433
|
+
|
2434
|
+
class StartMeetingTranscriptionRequest
|
2435
|
+
attr_accessor meeting_id: ::String
|
2436
|
+
attr_accessor transcription_configuration: Types::TranscriptionConfiguration
|
2437
|
+
SENSITIVE: []
|
2438
|
+
end
|
2439
|
+
|
2440
|
+
class StartMeetingTranscriptionResponse < Aws::EmptyStructure
|
2441
|
+
end
|
2442
|
+
|
2443
|
+
class StopMeetingTranscriptionRequest
|
2444
|
+
attr_accessor meeting_id: ::String
|
2445
|
+
SENSITIVE: []
|
2446
|
+
end
|
2447
|
+
|
2448
|
+
class StopMeetingTranscriptionResponse < Aws::EmptyStructure
|
2449
|
+
end
|
2450
|
+
|
2451
|
+
class StreamingConfiguration
|
2452
|
+
attr_accessor data_retention_in_hours: ::Integer
|
2453
|
+
attr_accessor disabled: bool
|
2454
|
+
attr_accessor streaming_notification_targets: ::Array[Types::StreamingNotificationTarget]
|
2455
|
+
SENSITIVE: []
|
2456
|
+
end
|
2457
|
+
|
2458
|
+
class StreamingNotificationTarget
|
2459
|
+
attr_accessor notification_target: ("EventBridge" | "SNS" | "SQS")
|
2460
|
+
SENSITIVE: []
|
2461
|
+
end
|
2462
|
+
|
2463
|
+
class Tag
|
2464
|
+
attr_accessor key: ::String
|
2465
|
+
attr_accessor value: ::String
|
2466
|
+
SENSITIVE: [:key, :value]
|
2467
|
+
end
|
2468
|
+
|
2469
|
+
class TagAttendeeRequest
|
2470
|
+
attr_accessor meeting_id: ::String
|
2471
|
+
attr_accessor attendee_id: ::String
|
2472
|
+
attr_accessor tags: ::Array[Types::Tag]
|
2473
|
+
SENSITIVE: []
|
2474
|
+
end
|
2475
|
+
|
2476
|
+
class TagMeetingRequest
|
2477
|
+
attr_accessor meeting_id: ::String
|
2478
|
+
attr_accessor tags: ::Array[Types::Tag]
|
2479
|
+
SENSITIVE: []
|
2480
|
+
end
|
2481
|
+
|
2482
|
+
class TagResourceRequest
|
2483
|
+
attr_accessor resource_arn: ::String
|
2484
|
+
attr_accessor tags: ::Array[Types::Tag]
|
2485
|
+
SENSITIVE: [:resource_arn]
|
2486
|
+
end
|
2487
|
+
|
2488
|
+
class TelephonySettings
|
2489
|
+
attr_accessor inbound_calling: bool
|
2490
|
+
attr_accessor outbound_calling: bool
|
2491
|
+
attr_accessor sms: bool
|
2492
|
+
SENSITIVE: []
|
2493
|
+
end
|
2494
|
+
|
2495
|
+
class Termination
|
2496
|
+
attr_accessor cps_limit: ::Integer
|
2497
|
+
attr_accessor default_phone_number: ::String
|
2498
|
+
attr_accessor calling_regions: ::Array[::String]
|
2499
|
+
attr_accessor cidr_allowed_list: ::Array[::String]
|
2500
|
+
attr_accessor disabled: bool
|
2501
|
+
SENSITIVE: [:default_phone_number]
|
2502
|
+
end
|
2503
|
+
|
2504
|
+
class TerminationHealth
|
2505
|
+
attr_accessor timestamp: ::Time
|
2506
|
+
attr_accessor source: ::String
|
2507
|
+
SENSITIVE: []
|
2508
|
+
end
|
2509
|
+
|
2510
|
+
class ThrottledClientException
|
2511
|
+
attr_accessor code: ("BadRequest" | "Conflict" | "Forbidden" | "NotFound" | "PreconditionFailed" | "ResourceLimitExceeded" | "ServiceFailure" | "AccessDenied" | "ServiceUnavailable" | "Throttled" | "Throttling" | "Unauthorized" | "Unprocessable" | "VoiceConnectorGroupAssociationsExist" | "PhoneNumberAssociationsExist")
|
2512
|
+
attr_accessor message: ::String
|
2513
|
+
SENSITIVE: []
|
2514
|
+
end
|
2515
|
+
|
2516
|
+
class TranscriptionConfiguration
|
2517
|
+
attr_accessor engine_transcribe_settings: Types::EngineTranscribeSettings
|
2518
|
+
attr_accessor engine_transcribe_medical_settings: Types::EngineTranscribeMedicalSettings
|
2519
|
+
SENSITIVE: []
|
2520
|
+
end
|
2521
|
+
|
2522
|
+
class UnauthorizedClientException
|
2523
|
+
attr_accessor code: ("BadRequest" | "Conflict" | "Forbidden" | "NotFound" | "PreconditionFailed" | "ResourceLimitExceeded" | "ServiceFailure" | "AccessDenied" | "ServiceUnavailable" | "Throttled" | "Throttling" | "Unauthorized" | "Unprocessable" | "VoiceConnectorGroupAssociationsExist" | "PhoneNumberAssociationsExist")
|
2524
|
+
attr_accessor message: ::String
|
2525
|
+
SENSITIVE: []
|
2526
|
+
end
|
2527
|
+
|
2528
|
+
class UnprocessableEntityException
|
2529
|
+
attr_accessor code: ("BadRequest" | "Conflict" | "Forbidden" | "NotFound" | "PreconditionFailed" | "ResourceLimitExceeded" | "ServiceFailure" | "AccessDenied" | "ServiceUnavailable" | "Throttled" | "Throttling" | "Unauthorized" | "Unprocessable" | "VoiceConnectorGroupAssociationsExist" | "PhoneNumberAssociationsExist")
|
2530
|
+
attr_accessor message: ::String
|
2531
|
+
SENSITIVE: []
|
2532
|
+
end
|
2533
|
+
|
2534
|
+
class UntagAttendeeRequest
|
2535
|
+
attr_accessor meeting_id: ::String
|
2536
|
+
attr_accessor attendee_id: ::String
|
2537
|
+
attr_accessor tag_keys: ::Array[::String]
|
2538
|
+
SENSITIVE: []
|
2539
|
+
end
|
2540
|
+
|
2541
|
+
class UntagMeetingRequest
|
2542
|
+
attr_accessor meeting_id: ::String
|
2543
|
+
attr_accessor tag_keys: ::Array[::String]
|
2544
|
+
SENSITIVE: []
|
2545
|
+
end
|
2546
|
+
|
2547
|
+
class UntagResourceRequest
|
2548
|
+
attr_accessor resource_arn: ::String
|
2549
|
+
attr_accessor tag_keys: ::Array[::String]
|
2550
|
+
SENSITIVE: [:resource_arn]
|
2551
|
+
end
|
2552
|
+
|
2553
|
+
class UpdateAccountRequest
|
2554
|
+
attr_accessor account_id: ::String
|
2555
|
+
attr_accessor name: ::String
|
2556
|
+
attr_accessor default_license: ("Basic" | "Plus" | "Pro" | "ProTrial")
|
2557
|
+
SENSITIVE: []
|
2558
|
+
end
|
2559
|
+
|
2560
|
+
class UpdateAccountResponse
|
2561
|
+
attr_accessor account: Types::Account
|
2562
|
+
SENSITIVE: []
|
2563
|
+
end
|
2564
|
+
|
2565
|
+
class UpdateAccountSettingsRequest
|
2566
|
+
attr_accessor account_id: ::String
|
2567
|
+
attr_accessor account_settings: Types::AccountSettings
|
2568
|
+
SENSITIVE: []
|
2569
|
+
end
|
2570
|
+
|
2571
|
+
class UpdateAccountSettingsResponse < Aws::EmptyStructure
|
2572
|
+
end
|
2573
|
+
|
2574
|
+
class UpdateAppInstanceRequest
|
2575
|
+
attr_accessor app_instance_arn: ::String
|
2576
|
+
attr_accessor name: ::String
|
2577
|
+
attr_accessor metadata: ::String
|
2578
|
+
SENSITIVE: [:name, :metadata]
|
2579
|
+
end
|
2580
|
+
|
2581
|
+
class UpdateAppInstanceResponse
|
2582
|
+
attr_accessor app_instance_arn: ::String
|
2583
|
+
SENSITIVE: []
|
2584
|
+
end
|
2585
|
+
|
2586
|
+
class UpdateAppInstanceUserRequest
|
2587
|
+
attr_accessor app_instance_user_arn: ::String
|
2588
|
+
attr_accessor name: ::String
|
2589
|
+
attr_accessor metadata: ::String
|
2590
|
+
SENSITIVE: [:name, :metadata]
|
2591
|
+
end
|
2592
|
+
|
2593
|
+
class UpdateAppInstanceUserResponse
|
2594
|
+
attr_accessor app_instance_user_arn: ::String
|
2595
|
+
SENSITIVE: []
|
2596
|
+
end
|
2597
|
+
|
2598
|
+
class UpdateBotRequest
|
2599
|
+
attr_accessor account_id: ::String
|
2600
|
+
attr_accessor bot_id: ::String
|
2601
|
+
attr_accessor disabled: bool
|
2602
|
+
SENSITIVE: []
|
2603
|
+
end
|
2604
|
+
|
2605
|
+
class UpdateBotResponse
|
2606
|
+
attr_accessor bot: Types::Bot
|
2607
|
+
SENSITIVE: []
|
2608
|
+
end
|
2609
|
+
|
2610
|
+
class UpdateChannelMessageRequest
|
2611
|
+
attr_accessor channel_arn: ::String
|
2612
|
+
attr_accessor message_id: ::String
|
2613
|
+
attr_accessor content: ::String
|
2614
|
+
attr_accessor metadata: ::String
|
2615
|
+
attr_accessor chime_bearer: ::String
|
2616
|
+
SENSITIVE: [:content, :metadata]
|
2617
|
+
end
|
2618
|
+
|
2619
|
+
class UpdateChannelMessageResponse
|
2620
|
+
attr_accessor channel_arn: ::String
|
2621
|
+
attr_accessor message_id: ::String
|
2622
|
+
SENSITIVE: []
|
2623
|
+
end
|
2624
|
+
|
2625
|
+
class UpdateChannelReadMarkerRequest
|
2626
|
+
attr_accessor channel_arn: ::String
|
2627
|
+
attr_accessor chime_bearer: ::String
|
2628
|
+
SENSITIVE: []
|
2629
|
+
end
|
2630
|
+
|
2631
|
+
class UpdateChannelReadMarkerResponse
|
2632
|
+
attr_accessor channel_arn: ::String
|
2633
|
+
SENSITIVE: []
|
2634
|
+
end
|
2635
|
+
|
2636
|
+
class UpdateChannelRequest
|
2637
|
+
attr_accessor channel_arn: ::String
|
2638
|
+
attr_accessor name: ::String
|
2639
|
+
attr_accessor mode: ("UNRESTRICTED" | "RESTRICTED")
|
2640
|
+
attr_accessor metadata: ::String
|
2641
|
+
attr_accessor chime_bearer: ::String
|
2642
|
+
SENSITIVE: [:name, :metadata]
|
2643
|
+
end
|
2644
|
+
|
2645
|
+
class UpdateChannelResponse
|
2646
|
+
attr_accessor channel_arn: ::String
|
2647
|
+
SENSITIVE: []
|
2648
|
+
end
|
2649
|
+
|
2650
|
+
class UpdateGlobalSettingsRequest
|
2651
|
+
attr_accessor business_calling: Types::BusinessCallingSettings
|
2652
|
+
attr_accessor voice_connector: Types::VoiceConnectorSettings
|
2653
|
+
SENSITIVE: []
|
2654
|
+
end
|
2655
|
+
|
2656
|
+
class UpdatePhoneNumberRequest
|
2657
|
+
attr_accessor phone_number_id: ::String
|
2658
|
+
attr_accessor product_type: ("BusinessCalling" | "VoiceConnector" | "SipMediaApplicationDialIn")
|
2659
|
+
attr_accessor calling_name: ::String
|
2660
|
+
SENSITIVE: [:calling_name]
|
2661
|
+
end
|
2662
|
+
|
2663
|
+
class UpdatePhoneNumberRequestItem
|
2664
|
+
attr_accessor phone_number_id: ::String
|
2665
|
+
attr_accessor product_type: ("BusinessCalling" | "VoiceConnector" | "SipMediaApplicationDialIn")
|
2666
|
+
attr_accessor calling_name: ::String
|
2667
|
+
SENSITIVE: [:calling_name]
|
2668
|
+
end
|
2669
|
+
|
2670
|
+
class UpdatePhoneNumberResponse
|
2671
|
+
attr_accessor phone_number: Types::PhoneNumber
|
2672
|
+
SENSITIVE: []
|
2673
|
+
end
|
2674
|
+
|
2675
|
+
class UpdatePhoneNumberSettingsRequest
|
2676
|
+
attr_accessor calling_name: ::String
|
2677
|
+
SENSITIVE: [:calling_name]
|
2678
|
+
end
|
2679
|
+
|
2680
|
+
class UpdateProxySessionRequest
|
2681
|
+
attr_accessor voice_connector_id: ::String
|
2682
|
+
attr_accessor proxy_session_id: ::String
|
2683
|
+
attr_accessor capabilities: ::Array[("Voice" | "SMS")]
|
2684
|
+
attr_accessor expiry_minutes: ::Integer
|
2685
|
+
SENSITIVE: []
|
2686
|
+
end
|
2687
|
+
|
2688
|
+
class UpdateProxySessionResponse
|
2689
|
+
attr_accessor proxy_session: Types::ProxySession
|
2690
|
+
SENSITIVE: []
|
2691
|
+
end
|
2692
|
+
|
2693
|
+
class UpdateRoomMembershipRequest
|
2694
|
+
attr_accessor account_id: ::String
|
2695
|
+
attr_accessor room_id: ::String
|
2696
|
+
attr_accessor member_id: ::String
|
2697
|
+
attr_accessor role: ("Administrator" | "Member")
|
2698
|
+
SENSITIVE: []
|
2699
|
+
end
|
2700
|
+
|
2701
|
+
class UpdateRoomMembershipResponse
|
2702
|
+
attr_accessor room_membership: Types::RoomMembership
|
2703
|
+
SENSITIVE: []
|
2704
|
+
end
|
2705
|
+
|
2706
|
+
class UpdateRoomRequest
|
2707
|
+
attr_accessor account_id: ::String
|
2708
|
+
attr_accessor room_id: ::String
|
2709
|
+
attr_accessor name: ::String
|
2710
|
+
SENSITIVE: [:name]
|
2711
|
+
end
|
2712
|
+
|
2713
|
+
class UpdateRoomResponse
|
2714
|
+
attr_accessor room: Types::Room
|
2715
|
+
SENSITIVE: []
|
2716
|
+
end
|
2717
|
+
|
2718
|
+
class UpdateSipMediaApplicationCallRequest
|
2719
|
+
attr_accessor sip_media_application_id: ::String
|
2720
|
+
attr_accessor transaction_id: ::String
|
2721
|
+
attr_accessor arguments: ::Hash[::String, ::String]
|
2722
|
+
SENSITIVE: []
|
2723
|
+
end
|
2724
|
+
|
2725
|
+
class UpdateSipMediaApplicationCallResponse
|
2726
|
+
attr_accessor sip_media_application_call: Types::SipMediaApplicationCall
|
2727
|
+
SENSITIVE: []
|
2728
|
+
end
|
2729
|
+
|
2730
|
+
class UpdateSipMediaApplicationRequest
|
2731
|
+
attr_accessor sip_media_application_id: ::String
|
2732
|
+
attr_accessor name: ::String
|
2733
|
+
attr_accessor endpoints: ::Array[Types::SipMediaApplicationEndpoint]
|
2734
|
+
SENSITIVE: []
|
2735
|
+
end
|
2736
|
+
|
2737
|
+
class UpdateSipMediaApplicationResponse
|
2738
|
+
attr_accessor sip_media_application: Types::SipMediaApplication
|
2739
|
+
SENSITIVE: []
|
2740
|
+
end
|
2741
|
+
|
2742
|
+
class UpdateSipRuleRequest
|
2743
|
+
attr_accessor sip_rule_id: ::String
|
2744
|
+
attr_accessor name: ::String
|
2745
|
+
attr_accessor disabled: bool
|
2746
|
+
attr_accessor target_applications: ::Array[Types::SipRuleTargetApplication]
|
2747
|
+
SENSITIVE: []
|
2748
|
+
end
|
2749
|
+
|
2750
|
+
class UpdateSipRuleResponse
|
2751
|
+
attr_accessor sip_rule: Types::SipRule
|
2752
|
+
SENSITIVE: []
|
2753
|
+
end
|
2754
|
+
|
2755
|
+
class UpdateUserRequest
|
2756
|
+
attr_accessor account_id: ::String
|
2757
|
+
attr_accessor user_id: ::String
|
2758
|
+
attr_accessor license_type: ("Basic" | "Plus" | "Pro" | "ProTrial")
|
2759
|
+
attr_accessor user_type: ("PrivateUser" | "SharedDevice")
|
2760
|
+
attr_accessor alexa_for_business_metadata: Types::AlexaForBusinessMetadata
|
2761
|
+
SENSITIVE: []
|
2762
|
+
end
|
2763
|
+
|
2764
|
+
class UpdateUserRequestItem
|
2765
|
+
attr_accessor user_id: ::String
|
2766
|
+
attr_accessor license_type: ("Basic" | "Plus" | "Pro" | "ProTrial")
|
2767
|
+
attr_accessor user_type: ("PrivateUser" | "SharedDevice")
|
2768
|
+
attr_accessor alexa_for_business_metadata: Types::AlexaForBusinessMetadata
|
2769
|
+
SENSITIVE: []
|
2770
|
+
end
|
2771
|
+
|
2772
|
+
class UpdateUserResponse
|
2773
|
+
attr_accessor user: Types::User
|
2774
|
+
SENSITIVE: []
|
2775
|
+
end
|
2776
|
+
|
2777
|
+
class UpdateUserSettingsRequest
|
2778
|
+
attr_accessor account_id: ::String
|
2779
|
+
attr_accessor user_id: ::String
|
2780
|
+
attr_accessor user_settings: Types::UserSettings
|
2781
|
+
SENSITIVE: []
|
2782
|
+
end
|
2783
|
+
|
2784
|
+
class UpdateVoiceConnectorGroupRequest
|
2785
|
+
attr_accessor voice_connector_group_id: ::String
|
2786
|
+
attr_accessor name: ::String
|
2787
|
+
attr_accessor voice_connector_items: ::Array[Types::VoiceConnectorItem]
|
2788
|
+
SENSITIVE: []
|
2789
|
+
end
|
2790
|
+
|
2791
|
+
class UpdateVoiceConnectorGroupResponse
|
2792
|
+
attr_accessor voice_connector_group: Types::VoiceConnectorGroup
|
2793
|
+
SENSITIVE: []
|
2794
|
+
end
|
2795
|
+
|
2796
|
+
class UpdateVoiceConnectorRequest
|
2797
|
+
attr_accessor voice_connector_id: ::String
|
2798
|
+
attr_accessor name: ::String
|
2799
|
+
attr_accessor require_encryption: bool
|
2800
|
+
SENSITIVE: []
|
2801
|
+
end
|
2802
|
+
|
2803
|
+
class UpdateVoiceConnectorResponse
|
2804
|
+
attr_accessor voice_connector: Types::VoiceConnector
|
2805
|
+
SENSITIVE: []
|
2806
|
+
end
|
2807
|
+
|
2808
|
+
class User
|
2809
|
+
attr_accessor user_id: ::String
|
2810
|
+
attr_accessor account_id: ::String
|
2811
|
+
attr_accessor primary_email: ::String
|
2812
|
+
attr_accessor primary_provisioned_number: ::String
|
2813
|
+
attr_accessor display_name: ::String
|
2814
|
+
attr_accessor license_type: ("Basic" | "Plus" | "Pro" | "ProTrial")
|
2815
|
+
attr_accessor user_type: ("PrivateUser" | "SharedDevice")
|
2816
|
+
attr_accessor user_registration_status: ("Unregistered" | "Registered" | "Suspended")
|
2817
|
+
attr_accessor user_invitation_status: ("Pending" | "Accepted" | "Failed")
|
2818
|
+
attr_accessor registered_on: ::Time
|
2819
|
+
attr_accessor invited_on: ::Time
|
2820
|
+
attr_accessor alexa_for_business_metadata: Types::AlexaForBusinessMetadata
|
2821
|
+
attr_accessor personal_pin: ::String
|
2822
|
+
SENSITIVE: [:primary_email, :primary_provisioned_number, :display_name]
|
2823
|
+
end
|
2824
|
+
|
2825
|
+
class UserError
|
2826
|
+
attr_accessor user_id: ::String
|
2827
|
+
attr_accessor error_code: ("BadRequest" | "Conflict" | "Forbidden" | "NotFound" | "PreconditionFailed" | "ResourceLimitExceeded" | "ServiceFailure" | "AccessDenied" | "ServiceUnavailable" | "Throttled" | "Throttling" | "Unauthorized" | "Unprocessable" | "VoiceConnectorGroupAssociationsExist" | "PhoneNumberAssociationsExist")
|
2828
|
+
attr_accessor error_message: ::String
|
2829
|
+
SENSITIVE: []
|
2830
|
+
end
|
2831
|
+
|
2832
|
+
class UserSettings
|
2833
|
+
attr_accessor telephony: Types::TelephonySettings
|
2834
|
+
SENSITIVE: []
|
2835
|
+
end
|
2836
|
+
|
2837
|
+
class ValidateE911AddressRequest
|
2838
|
+
attr_accessor aws_account_id: ::String
|
2839
|
+
attr_accessor street_number: ::String
|
2840
|
+
attr_accessor street_info: ::String
|
2841
|
+
attr_accessor city: ::String
|
2842
|
+
attr_accessor state: ::String
|
2843
|
+
attr_accessor country: ::String
|
2844
|
+
attr_accessor postal_code: ::String
|
2845
|
+
SENSITIVE: [:street_number, :street_info, :city, :state, :country, :postal_code]
|
2846
|
+
end
|
2847
|
+
|
2848
|
+
class ValidateE911AddressResponse
|
2849
|
+
attr_accessor validation_result: ::Integer
|
2850
|
+
attr_accessor address_external_id: ::String
|
2851
|
+
attr_accessor address: Types::Address
|
2852
|
+
attr_accessor candidate_address_list: ::Array[Types::CandidateAddress]
|
2853
|
+
SENSITIVE: []
|
2854
|
+
end
|
2855
|
+
|
2856
|
+
class VideoArtifactsConfiguration
|
2857
|
+
attr_accessor state: ("Enabled" | "Disabled")
|
2858
|
+
attr_accessor mux_type: ("VideoOnly")
|
2859
|
+
SENSITIVE: []
|
2860
|
+
end
|
2861
|
+
|
2862
|
+
class VoiceConnector
|
2863
|
+
attr_accessor voice_connector_id: ::String
|
2864
|
+
attr_accessor aws_region: ("us-east-1" | "us-west-2")
|
2865
|
+
attr_accessor name: ::String
|
2866
|
+
attr_accessor outbound_host_name: ::String
|
2867
|
+
attr_accessor require_encryption: bool
|
2868
|
+
attr_accessor created_timestamp: ::Time
|
2869
|
+
attr_accessor updated_timestamp: ::Time
|
2870
|
+
attr_accessor voice_connector_arn: ::String
|
2871
|
+
SENSITIVE: []
|
2872
|
+
end
|
2873
|
+
|
2874
|
+
class VoiceConnectorGroup
|
2875
|
+
attr_accessor voice_connector_group_id: ::String
|
2876
|
+
attr_accessor name: ::String
|
2877
|
+
attr_accessor voice_connector_items: ::Array[Types::VoiceConnectorItem]
|
2878
|
+
attr_accessor created_timestamp: ::Time
|
2879
|
+
attr_accessor updated_timestamp: ::Time
|
2880
|
+
attr_accessor voice_connector_group_arn: ::String
|
2881
|
+
SENSITIVE: []
|
2882
|
+
end
|
2883
|
+
|
2884
|
+
class VoiceConnectorItem
|
2885
|
+
attr_accessor voice_connector_id: ::String
|
2886
|
+
attr_accessor priority: ::Integer
|
2887
|
+
SENSITIVE: []
|
2888
|
+
end
|
2889
|
+
|
2890
|
+
class VoiceConnectorSettings
|
2891
|
+
attr_accessor cdr_bucket: ::String
|
2892
|
+
SENSITIVE: []
|
2893
|
+
end
|
2894
|
+
end
|
2895
|
+
end
|