aws-sdk-chime 1.99.0 → 1.100.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-chime/client.rb +1211 -8460
- data/lib/aws-sdk-chime/client_api.rb +189 -4354
- data/lib/aws-sdk-chime/endpoint_provider.rb +1 -1
- data/lib/aws-sdk-chime/types.rb +812 -7108
- data/lib/aws-sdk-chime.rb +1 -1
- data/sig/client.rbs +0 -1616
- data/sig/types.rbs +214 -2131
- metadata +2 -2
data/sig/types.rbs
CHANGED
@@ -33,94 +33,12 @@ module Aws::Chime
|
|
33
33
|
SENSITIVE: []
|
34
34
|
end
|
35
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
36
|
class AlexaForBusinessMetadata
|
51
37
|
attr_accessor is_alexa_for_business_enabled: bool
|
52
38
|
attr_accessor alexa_for_business_room_arn: ::String
|
53
39
|
SENSITIVE: [:alexa_for_business_room_arn]
|
54
40
|
end
|
55
41
|
|
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
42
|
class AssociatePhoneNumberWithUserRequest
|
125
43
|
attr_accessor account_id: ::String
|
126
44
|
attr_accessor user_id: ::String
|
@@ -131,30 +49,6 @@ module Aws::Chime
|
|
131
49
|
class AssociatePhoneNumberWithUserResponse < Aws::EmptyStructure
|
132
50
|
end
|
133
51
|
|
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
52
|
class AssociateSigninDelegateGroupsWithAccountRequest
|
159
53
|
attr_accessor account_id: ::String
|
160
54
|
attr_accessor signin_delegate_groups: ::Array[Types::SigninDelegateGroup]
|
@@ -164,65 +58,12 @@ module Aws::Chime
|
|
164
58
|
class AssociateSigninDelegateGroupsWithAccountResponse < Aws::EmptyStructure
|
165
59
|
end
|
166
60
|
|
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
61
|
class BadRequestException
|
180
62
|
attr_accessor code: ("BadRequest" | "Conflict" | "Forbidden" | "NotFound" | "PreconditionFailed" | "ResourceLimitExceeded" | "ServiceFailure" | "AccessDenied" | "ServiceUnavailable" | "Throttled" | "Throttling" | "Unauthorized" | "Unprocessable" | "VoiceConnectorGroupAssociationsExist" | "PhoneNumberAssociationsExist")
|
181
63
|
attr_accessor message: ::String
|
182
64
|
SENSITIVE: []
|
183
65
|
end
|
184
66
|
|
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
67
|
class BatchCreateRoomMembershipRequest
|
227
68
|
attr_accessor account_id: ::String
|
228
69
|
attr_accessor room_id: ::String
|
@@ -306,1009 +147,240 @@ module Aws::Chime
|
|
306
147
|
SENSITIVE: []
|
307
148
|
end
|
308
149
|
|
309
|
-
class
|
310
|
-
attr_accessor
|
311
|
-
attr_accessor
|
312
|
-
|
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]
|
150
|
+
class ConflictException
|
151
|
+
attr_accessor code: ("BadRequest" | "Conflict" | "Forbidden" | "NotFound" | "PreconditionFailed" | "ResourceLimitExceeded" | "ServiceFailure" | "AccessDenied" | "ServiceUnavailable" | "Throttled" | "Throttling" | "Unauthorized" | "Unprocessable" | "VoiceConnectorGroupAssociationsExist" | "PhoneNumberAssociationsExist")
|
152
|
+
attr_accessor message: ::String
|
153
|
+
SENSITIVE: []
|
331
154
|
end
|
332
155
|
|
333
|
-
class
|
334
|
-
attr_accessor
|
335
|
-
attr_accessor channel_arn: ::String
|
336
|
-
attr_accessor created_timestamp: ::Time
|
337
|
-
attr_accessor created_by: Types::Identity
|
156
|
+
class ConversationRetentionSettings
|
157
|
+
attr_accessor retention_days: ::Integer
|
338
158
|
SENSITIVE: []
|
339
159
|
end
|
340
160
|
|
341
|
-
class
|
342
|
-
attr_accessor
|
161
|
+
class CreateAccountRequest
|
162
|
+
attr_accessor name: ::String
|
343
163
|
SENSITIVE: []
|
344
164
|
end
|
345
165
|
|
346
|
-
class
|
347
|
-
attr_accessor
|
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
|
166
|
+
class CreateAccountResponse
|
167
|
+
attr_accessor account: Types::Account
|
353
168
|
SENSITIVE: []
|
354
169
|
end
|
355
170
|
|
356
|
-
class
|
357
|
-
attr_accessor
|
358
|
-
attr_accessor
|
359
|
-
|
171
|
+
class CreateBotRequest
|
172
|
+
attr_accessor account_id: ::String
|
173
|
+
attr_accessor display_name: ::String
|
174
|
+
attr_accessor domain: ::String
|
175
|
+
SENSITIVE: [:display_name]
|
360
176
|
end
|
361
177
|
|
362
|
-
class
|
363
|
-
attr_accessor
|
178
|
+
class CreateBotResponse
|
179
|
+
attr_accessor bot: Types::Bot
|
364
180
|
SENSITIVE: []
|
365
181
|
end
|
366
182
|
|
367
|
-
class
|
368
|
-
attr_accessor
|
369
|
-
attr_accessor
|
370
|
-
attr_accessor
|
371
|
-
attr_accessor
|
372
|
-
|
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]
|
183
|
+
class CreateMeetingDialOutRequest
|
184
|
+
attr_accessor meeting_id: ::String
|
185
|
+
attr_accessor from_phone_number: ::String
|
186
|
+
attr_accessor to_phone_number: ::String
|
187
|
+
attr_accessor join_token: ::String
|
188
|
+
SENSITIVE: [:from_phone_number, :to_phone_number, :join_token]
|
380
189
|
end
|
381
190
|
|
382
|
-
class
|
383
|
-
attr_accessor
|
384
|
-
|
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]
|
191
|
+
class CreateMeetingDialOutResponse
|
192
|
+
attr_accessor transaction_id: ::String
|
193
|
+
SENSITIVE: []
|
393
194
|
end
|
394
195
|
|
395
|
-
class
|
396
|
-
attr_accessor
|
196
|
+
class CreatePhoneNumberOrderRequest
|
197
|
+
attr_accessor product_type: ("BusinessCalling" | "VoiceConnector" | "SipMediaApplicationDialIn")
|
198
|
+
attr_accessor e164_phone_numbers: ::Array[::String]
|
397
199
|
SENSITIVE: []
|
398
200
|
end
|
399
201
|
|
400
|
-
class
|
401
|
-
attr_accessor
|
402
|
-
attr_accessor channel_arn: ::String
|
403
|
-
attr_accessor created_timestamp: ::Time
|
404
|
-
attr_accessor created_by: Types::Identity
|
202
|
+
class CreatePhoneNumberOrderResponse
|
203
|
+
attr_accessor phone_number_order: Types::PhoneNumberOrder
|
405
204
|
SENSITIVE: []
|
406
205
|
end
|
407
206
|
|
408
|
-
class
|
409
|
-
attr_accessor
|
207
|
+
class CreateRoomMembershipRequest
|
208
|
+
attr_accessor account_id: ::String
|
209
|
+
attr_accessor room_id: ::String
|
210
|
+
attr_accessor member_id: ::String
|
211
|
+
attr_accessor role: ("Administrator" | "Member")
|
410
212
|
SENSITIVE: []
|
411
213
|
end
|
412
214
|
|
413
|
-
class
|
414
|
-
attr_accessor
|
215
|
+
class CreateRoomMembershipResponse
|
216
|
+
attr_accessor room_membership: Types::RoomMembership
|
415
217
|
SENSITIVE: []
|
416
218
|
end
|
417
219
|
|
418
|
-
class
|
220
|
+
class CreateRoomRequest
|
221
|
+
attr_accessor account_id: ::String
|
419
222
|
attr_accessor name: ::String
|
420
|
-
attr_accessor
|
421
|
-
|
422
|
-
attr_accessor privacy: ("PUBLIC" | "PRIVATE")
|
423
|
-
attr_accessor metadata: ::String
|
424
|
-
attr_accessor last_message_timestamp: ::Time
|
425
|
-
SENSITIVE: [:name, :metadata]
|
223
|
+
attr_accessor client_request_token: ::String
|
224
|
+
SENSITIVE: [:name, :client_request_token]
|
426
225
|
end
|
427
226
|
|
428
|
-
class
|
429
|
-
attr_accessor
|
430
|
-
attr_accessor artifacts_configuration: Types::ArtifactsConfiguration
|
227
|
+
class CreateRoomResponse
|
228
|
+
attr_accessor room: Types::Room
|
431
229
|
SENSITIVE: []
|
432
230
|
end
|
433
231
|
|
434
|
-
class
|
435
|
-
attr_accessor
|
436
|
-
attr_accessor
|
437
|
-
|
232
|
+
class CreateUserRequest
|
233
|
+
attr_accessor account_id: ::String
|
234
|
+
attr_accessor username: ::String
|
235
|
+
attr_accessor email: ::String
|
236
|
+
attr_accessor user_type: ("PrivateUser" | "SharedDevice")
|
237
|
+
SENSITIVE: [:email]
|
438
238
|
end
|
439
239
|
|
440
|
-
class
|
441
|
-
attr_accessor
|
442
|
-
attr_accessor mux_type: ("ContentOnly")
|
240
|
+
class CreateUserResponse
|
241
|
+
attr_accessor user: Types::User
|
443
242
|
SENSITIVE: []
|
444
243
|
end
|
445
244
|
|
446
|
-
class
|
447
|
-
attr_accessor
|
245
|
+
class DeleteAccountRequest
|
246
|
+
attr_accessor account_id: ::String
|
448
247
|
SENSITIVE: []
|
449
248
|
end
|
450
249
|
|
451
|
-
class
|
452
|
-
attr_accessor name: ::String
|
453
|
-
SENSITIVE: []
|
250
|
+
class DeleteAccountResponse < Aws::EmptyStructure
|
454
251
|
end
|
455
252
|
|
456
|
-
class
|
457
|
-
attr_accessor
|
253
|
+
class DeleteEventsConfigurationRequest
|
254
|
+
attr_accessor account_id: ::String
|
255
|
+
attr_accessor bot_id: ::String
|
458
256
|
SENSITIVE: []
|
459
257
|
end
|
460
258
|
|
461
|
-
class
|
462
|
-
attr_accessor
|
463
|
-
attr_accessor app_instance_arn: ::String
|
259
|
+
class DeletePhoneNumberRequest
|
260
|
+
attr_accessor phone_number_id: ::String
|
464
261
|
SENSITIVE: []
|
465
262
|
end
|
466
263
|
|
467
|
-
class
|
468
|
-
attr_accessor
|
469
|
-
attr_accessor
|
264
|
+
class DeleteRoomMembershipRequest
|
265
|
+
attr_accessor account_id: ::String
|
266
|
+
attr_accessor room_id: ::String
|
267
|
+
attr_accessor member_id: ::String
|
470
268
|
SENSITIVE: []
|
471
269
|
end
|
472
270
|
|
473
|
-
class
|
474
|
-
attr_accessor
|
475
|
-
attr_accessor
|
476
|
-
|
477
|
-
attr_accessor tags: ::Array[Types::Tag]
|
478
|
-
SENSITIVE: [:name, :metadata, :client_request_token]
|
271
|
+
class DeleteRoomRequest
|
272
|
+
attr_accessor account_id: ::String
|
273
|
+
attr_accessor room_id: ::String
|
274
|
+
SENSITIVE: []
|
479
275
|
end
|
480
276
|
|
481
|
-
class
|
482
|
-
attr_accessor
|
277
|
+
class DisassociatePhoneNumberFromUserRequest
|
278
|
+
attr_accessor account_id: ::String
|
279
|
+
attr_accessor user_id: ::String
|
483
280
|
SENSITIVE: []
|
484
281
|
end
|
485
282
|
|
486
|
-
class
|
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]
|
283
|
+
class DisassociatePhoneNumberFromUserResponse < Aws::EmptyStructure
|
494
284
|
end
|
495
285
|
|
496
|
-
class
|
497
|
-
attr_accessor
|
286
|
+
class DisassociateSigninDelegateGroupsFromAccountRequest
|
287
|
+
attr_accessor account_id: ::String
|
288
|
+
attr_accessor group_names: ::Array[::String]
|
498
289
|
SENSITIVE: []
|
499
290
|
end
|
500
291
|
|
501
|
-
class
|
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]
|
292
|
+
class DisassociateSigninDelegateGroupsFromAccountResponse < Aws::EmptyStructure
|
513
293
|
end
|
514
294
|
|
515
|
-
class
|
516
|
-
attr_accessor
|
517
|
-
attr_accessor
|
518
|
-
|
295
|
+
class EventsConfiguration
|
296
|
+
attr_accessor bot_id: ::String
|
297
|
+
attr_accessor outbound_events_https_endpoint: ::String
|
298
|
+
attr_accessor lambda_function_arn: ::String
|
299
|
+
SENSITIVE: [:outbound_events_https_endpoint, :lambda_function_arn]
|
519
300
|
end
|
520
301
|
|
521
|
-
class
|
522
|
-
attr_accessor
|
302
|
+
class ForbiddenException
|
303
|
+
attr_accessor code: ("BadRequest" | "Conflict" | "Forbidden" | "NotFound" | "PreconditionFailed" | "ResourceLimitExceeded" | "ServiceFailure" | "AccessDenied" | "ServiceUnavailable" | "Throttled" | "Throttling" | "Unauthorized" | "Unprocessable" | "VoiceConnectorGroupAssociationsExist" | "PhoneNumberAssociationsExist")
|
304
|
+
attr_accessor message: ::String
|
523
305
|
SENSITIVE: []
|
524
306
|
end
|
525
307
|
|
526
|
-
class
|
308
|
+
class GetAccountRequest
|
527
309
|
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
310
|
SENSITIVE: []
|
536
311
|
end
|
537
312
|
|
538
|
-
class
|
539
|
-
attr_accessor
|
540
|
-
attr_accessor member_arn: ::String
|
541
|
-
attr_accessor chime_bearer: ::String
|
313
|
+
class GetAccountResponse
|
314
|
+
attr_accessor account: Types::Account
|
542
315
|
SENSITIVE: []
|
543
316
|
end
|
544
317
|
|
545
|
-
class
|
546
|
-
attr_accessor
|
547
|
-
attr_accessor member: Types::Identity
|
318
|
+
class GetAccountSettingsRequest
|
319
|
+
attr_accessor account_id: ::String
|
548
320
|
SENSITIVE: []
|
549
321
|
end
|
550
322
|
|
551
|
-
class
|
552
|
-
attr_accessor
|
553
|
-
attr_accessor member_arn: ::String
|
554
|
-
attr_accessor type: ("DEFAULT" | "HIDDEN")
|
555
|
-
attr_accessor chime_bearer: ::String
|
323
|
+
class GetAccountSettingsResponse
|
324
|
+
attr_accessor account_settings: Types::AccountSettings
|
556
325
|
SENSITIVE: []
|
557
326
|
end
|
558
327
|
|
559
|
-
class
|
560
|
-
attr_accessor
|
561
|
-
attr_accessor
|
328
|
+
class GetBotRequest
|
329
|
+
attr_accessor account_id: ::String
|
330
|
+
attr_accessor bot_id: ::String
|
562
331
|
SENSITIVE: []
|
563
332
|
end
|
564
333
|
|
565
|
-
class
|
566
|
-
attr_accessor
|
567
|
-
attr_accessor channel_moderator_arn: ::String
|
568
|
-
attr_accessor chime_bearer: ::String
|
334
|
+
class GetBotResponse
|
335
|
+
attr_accessor bot: Types::Bot
|
569
336
|
SENSITIVE: []
|
570
337
|
end
|
571
338
|
|
572
|
-
class
|
573
|
-
attr_accessor
|
574
|
-
attr_accessor
|
339
|
+
class GetEventsConfigurationRequest
|
340
|
+
attr_accessor account_id: ::String
|
341
|
+
attr_accessor bot_id: ::String
|
575
342
|
SENSITIVE: []
|
576
343
|
end
|
577
344
|
|
578
|
-
class
|
579
|
-
attr_accessor
|
580
|
-
|
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]
|
345
|
+
class GetEventsConfigurationResponse
|
346
|
+
attr_accessor events_configuration: Types::EventsConfiguration
|
347
|
+
SENSITIVE: []
|
588
348
|
end
|
589
349
|
|
590
|
-
class
|
591
|
-
attr_accessor
|
350
|
+
class GetGlobalSettingsResponse
|
351
|
+
attr_accessor business_calling: Types::BusinessCallingSettings
|
352
|
+
attr_accessor voice_connector: Types::VoiceConnectorSettings
|
592
353
|
SENSITIVE: []
|
593
354
|
end
|
594
355
|
|
595
|
-
class
|
596
|
-
attr_accessor
|
597
|
-
|
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]
|
356
|
+
class GetPhoneNumberOrderRequest
|
357
|
+
attr_accessor phone_number_order_id: ::String
|
358
|
+
SENSITIVE: []
|
603
359
|
end
|
604
360
|
|
605
|
-
class
|
606
|
-
attr_accessor
|
361
|
+
class GetPhoneNumberOrderResponse
|
362
|
+
attr_accessor phone_number_order: Types::PhoneNumberOrder
|
607
363
|
SENSITIVE: []
|
608
364
|
end
|
609
365
|
|
610
|
-
class
|
611
|
-
attr_accessor
|
612
|
-
|
613
|
-
attr_accessor to_phone_number: ::String
|
614
|
-
attr_accessor join_token: ::String
|
615
|
-
SENSITIVE: [:from_phone_number, :to_phone_number, :join_token]
|
366
|
+
class GetPhoneNumberRequest
|
367
|
+
attr_accessor phone_number_id: ::String
|
368
|
+
SENSITIVE: []
|
616
369
|
end
|
617
370
|
|
618
|
-
class
|
619
|
-
attr_accessor
|
371
|
+
class GetPhoneNumberResponse
|
372
|
+
attr_accessor phone_number: Types::PhoneNumber
|
620
373
|
SENSITIVE: []
|
621
374
|
end
|
622
375
|
|
623
|
-
class
|
624
|
-
attr_accessor
|
625
|
-
attr_accessor
|
626
|
-
|
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]
|
376
|
+
class GetPhoneNumberSettingsResponse
|
377
|
+
attr_accessor calling_name: ::String
|
378
|
+
attr_accessor calling_name_updated_timestamp: ::Time
|
379
|
+
SENSITIVE: [:calling_name]
|
631
380
|
end
|
632
381
|
|
633
|
-
class
|
634
|
-
attr_accessor
|
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
|
382
|
+
class GetRetentionSettingsRequest
|
383
|
+
attr_accessor account_id: ::String
|
1312
384
|
SENSITIVE: []
|
1313
385
|
end
|
1314
386
|
|
@@ -1329,36 +401,6 @@ module Aws::Chime
|
|
1329
401
|
SENSITIVE: []
|
1330
402
|
end
|
1331
403
|
|
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
404
|
class GetUserRequest
|
1363
405
|
attr_accessor account_id: ::String
|
1364
406
|
attr_accessor user_id: ::String
|
@@ -1373,358 +415,57 @@ module Aws::Chime
|
|
1373
415
|
class GetUserSettingsRequest
|
1374
416
|
attr_accessor account_id: ::String
|
1375
417
|
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]
|
418
|
+
SENSITIVE: []
|
1681
419
|
end
|
1682
420
|
|
1683
|
-
class
|
1684
|
-
attr_accessor
|
1685
|
-
|
1686
|
-
attr_accessor max_results: ::Integer
|
1687
|
-
attr_accessor next_token: ::String
|
1688
|
-
attr_accessor chime_bearer: ::String
|
1689
|
-
SENSITIVE: [:next_token]
|
421
|
+
class GetUserSettingsResponse
|
422
|
+
attr_accessor user_settings: Types::UserSettings
|
423
|
+
SENSITIVE: []
|
1690
424
|
end
|
1691
425
|
|
1692
|
-
class
|
1693
|
-
attr_accessor
|
1694
|
-
attr_accessor
|
1695
|
-
|
426
|
+
class Invite
|
427
|
+
attr_accessor invite_id: ::String
|
428
|
+
attr_accessor status: ("Pending" | "Accepted" | "Failed")
|
429
|
+
attr_accessor email_address: ::String
|
430
|
+
attr_accessor email_status: ("NotSent" | "Sent" | "Failed")
|
431
|
+
SENSITIVE: [:email_address]
|
1696
432
|
end
|
1697
433
|
|
1698
|
-
class
|
1699
|
-
attr_accessor
|
1700
|
-
attr_accessor
|
434
|
+
class InviteUsersRequest
|
435
|
+
attr_accessor account_id: ::String
|
436
|
+
attr_accessor user_email_list: ::Array[::String]
|
437
|
+
attr_accessor user_type: ("PrivateUser" | "SharedDevice")
|
1701
438
|
SENSITIVE: []
|
1702
439
|
end
|
1703
440
|
|
1704
|
-
class
|
1705
|
-
attr_accessor
|
1706
|
-
attr_accessor next_token: ::String
|
441
|
+
class InviteUsersResponse
|
442
|
+
attr_accessor invites: ::Array[Types::Invite]
|
1707
443
|
SENSITIVE: []
|
1708
444
|
end
|
1709
445
|
|
1710
|
-
class
|
1711
|
-
attr_accessor
|
1712
|
-
|
446
|
+
class ListAccountsRequest
|
447
|
+
attr_accessor name: ::String
|
448
|
+
attr_accessor user_email: ::String
|
449
|
+
attr_accessor next_token: ::String
|
450
|
+
attr_accessor max_results: ::Integer
|
451
|
+
SENSITIVE: [:user_email]
|
1713
452
|
end
|
1714
453
|
|
1715
|
-
class
|
1716
|
-
attr_accessor
|
454
|
+
class ListAccountsResponse
|
455
|
+
attr_accessor accounts: ::Array[Types::Account]
|
456
|
+
attr_accessor next_token: ::String
|
1717
457
|
SENSITIVE: []
|
1718
458
|
end
|
1719
459
|
|
1720
|
-
class
|
1721
|
-
attr_accessor
|
460
|
+
class ListBotsRequest
|
461
|
+
attr_accessor account_id: ::String
|
1722
462
|
attr_accessor max_results: ::Integer
|
463
|
+
attr_accessor next_token: ::String
|
1723
464
|
SENSITIVE: []
|
1724
465
|
end
|
1725
466
|
|
1726
|
-
class
|
1727
|
-
attr_accessor
|
467
|
+
class ListBotsResponse
|
468
|
+
attr_accessor bots: ::Array[Types::Bot]
|
1728
469
|
attr_accessor next_token: ::String
|
1729
470
|
SENSITIVE: []
|
1730
471
|
end
|
@@ -1757,20 +498,6 @@ module Aws::Chime
|
|
1757
498
|
SENSITIVE: []
|
1758
499
|
end
|
1759
500
|
|
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
501
|
class ListRoomMembershipsRequest
|
1775
502
|
attr_accessor account_id: ::String
|
1776
503
|
attr_accessor room_id: ::String
|
@@ -1799,31 +526,6 @@ module Aws::Chime
|
|
1799
526
|
SENSITIVE: []
|
1800
527
|
end
|
1801
528
|
|
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
529
|
class ListSupportedPhoneNumberCountriesRequest
|
1828
530
|
attr_accessor product_type: ("BusinessCalling" | "VoiceConnector" | "SipMediaApplicationDialIn")
|
1829
531
|
SENSITIVE: []
|
@@ -1834,16 +536,6 @@ module Aws::Chime
|
|
1834
536
|
SENSITIVE: []
|
1835
537
|
end
|
1836
538
|
|
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
539
|
class ListUsersRequest
|
1848
540
|
attr_accessor account_id: ::String
|
1849
541
|
attr_accessor user_email: ::String
|
@@ -1859,46 +551,6 @@ module Aws::Chime
|
|
1859
551
|
SENSITIVE: []
|
1860
552
|
end
|
1861
553
|
|
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
554
|
class LogoutUserRequest
|
1903
555
|
attr_accessor account_id: ::String
|
1904
556
|
attr_accessor user_id: ::String
|
@@ -1908,45 +560,6 @@ module Aws::Chime
|
|
1908
560
|
class LogoutUserResponse < Aws::EmptyStructure
|
1909
561
|
end
|
1910
562
|
|
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
563
|
class Member
|
1951
564
|
attr_accessor member_id: ::String
|
1952
565
|
attr_accessor member_type: ("User" | "Bot" | "Webhook")
|
@@ -1969,270 +582,97 @@ module Aws::Chime
|
|
1969
582
|
SENSITIVE: []
|
1970
583
|
end
|
1971
584
|
|
1972
|
-
class
|
1973
|
-
attr_accessor
|
1974
|
-
|
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
|
585
|
+
class NotFoundException
|
586
|
+
attr_accessor code: ("BadRequest" | "Conflict" | "Forbidden" | "NotFound" | "PreconditionFailed" | "ResourceLimitExceeded" | "ServiceFailure" | "AccessDenied" | "ServiceUnavailable" | "Throttled" | "Throttling" | "Unauthorized" | "Unprocessable" | "VoiceConnectorGroupAssociationsExist" | "PhoneNumberAssociationsExist")
|
587
|
+
attr_accessor message: ::String
|
2176
588
|
SENSITIVE: []
|
2177
589
|
end
|
2178
590
|
|
2179
|
-
class
|
2180
|
-
attr_accessor
|
2181
|
-
|
591
|
+
class OrderedPhoneNumber
|
592
|
+
attr_accessor e164_phone_number: ::String
|
593
|
+
attr_accessor status: ("Processing" | "Acquired" | "Failed")
|
594
|
+
SENSITIVE: [:e164_phone_number]
|
2182
595
|
end
|
2183
596
|
|
2184
|
-
class
|
2185
|
-
attr_accessor
|
2186
|
-
attr_accessor
|
2187
|
-
attr_accessor
|
2188
|
-
attr_accessor
|
2189
|
-
attr_accessor
|
2190
|
-
|
597
|
+
class PhoneNumber
|
598
|
+
attr_accessor phone_number_id: ::String
|
599
|
+
attr_accessor e164_phone_number: ::String
|
600
|
+
attr_accessor country: ::String
|
601
|
+
attr_accessor type: ("Local" | "TollFree")
|
602
|
+
attr_accessor product_type: ("BusinessCalling" | "VoiceConnector" | "SipMediaApplicationDialIn")
|
603
|
+
attr_accessor status: ("AcquireInProgress" | "AcquireFailed" | "Unassigned" | "Assigned" | "ReleaseInProgress" | "DeleteInProgress" | "ReleaseFailed" | "DeleteFailed")
|
604
|
+
attr_accessor capabilities: Types::PhoneNumberCapabilities
|
605
|
+
attr_accessor associations: ::Array[Types::PhoneNumberAssociation]
|
606
|
+
attr_accessor calling_name: ::String
|
607
|
+
attr_accessor calling_name_status: ("Unassigned" | "UpdateInProgress" | "UpdateSucceeded" | "UpdateFailed")
|
608
|
+
attr_accessor created_timestamp: ::Time
|
609
|
+
attr_accessor updated_timestamp: ::Time
|
610
|
+
attr_accessor deletion_timestamp: ::Time
|
611
|
+
SENSITIVE: [:e164_phone_number, :calling_name]
|
2191
612
|
end
|
2192
613
|
|
2193
|
-
class
|
2194
|
-
attr_accessor
|
614
|
+
class PhoneNumberAssociation
|
615
|
+
attr_accessor value: ::String
|
616
|
+
attr_accessor name: ("AccountId" | "UserId" | "VoiceConnectorId" | "VoiceConnectorGroupId" | "SipRuleId")
|
617
|
+
attr_accessor associated_timestamp: ::Time
|
2195
618
|
SENSITIVE: []
|
2196
619
|
end
|
2197
620
|
|
2198
|
-
class
|
2199
|
-
attr_accessor
|
2200
|
-
attr_accessor
|
621
|
+
class PhoneNumberCapabilities
|
622
|
+
attr_accessor inbound_call: bool
|
623
|
+
attr_accessor outbound_call: bool
|
624
|
+
attr_accessor inbound_sms: bool
|
625
|
+
attr_accessor outbound_sms: bool
|
626
|
+
attr_accessor inbound_mms: bool
|
627
|
+
attr_accessor outbound_mms: bool
|
2201
628
|
SENSITIVE: []
|
2202
629
|
end
|
2203
630
|
|
2204
|
-
class
|
2205
|
-
attr_accessor
|
631
|
+
class PhoneNumberCountry
|
632
|
+
attr_accessor country_code: ::String
|
633
|
+
attr_accessor supported_phone_number_types: ::Array[("Local" | "TollFree")]
|
2206
634
|
SENSITIVE: []
|
2207
635
|
end
|
2208
636
|
|
2209
|
-
class
|
2210
|
-
attr_accessor
|
2211
|
-
attr_accessor
|
637
|
+
class PhoneNumberError
|
638
|
+
attr_accessor phone_number_id: ::String
|
639
|
+
attr_accessor error_code: ("BadRequest" | "Conflict" | "Forbidden" | "NotFound" | "PreconditionFailed" | "ResourceLimitExceeded" | "ServiceFailure" | "AccessDenied" | "ServiceUnavailable" | "Throttled" | "Throttling" | "Unauthorized" | "Unprocessable" | "VoiceConnectorGroupAssociationsExist" | "PhoneNumberAssociationsExist")
|
640
|
+
attr_accessor error_message: ::String
|
2212
641
|
SENSITIVE: []
|
2213
642
|
end
|
2214
643
|
|
2215
|
-
class
|
2216
|
-
attr_accessor
|
2217
|
-
attr_accessor
|
644
|
+
class PhoneNumberOrder
|
645
|
+
attr_accessor phone_number_order_id: ::String
|
646
|
+
attr_accessor product_type: ("BusinessCalling" | "VoiceConnector" | "SipMediaApplicationDialIn")
|
647
|
+
attr_accessor status: ("Processing" | "Successful" | "Failed" | "Partial")
|
648
|
+
attr_accessor ordered_phone_numbers: ::Array[Types::OrderedPhoneNumber]
|
649
|
+
attr_accessor created_timestamp: ::Time
|
650
|
+
attr_accessor updated_timestamp: ::Time
|
2218
651
|
SENSITIVE: []
|
2219
652
|
end
|
2220
653
|
|
2221
|
-
class
|
2222
|
-
attr_accessor
|
654
|
+
class PutEventsConfigurationRequest
|
655
|
+
attr_accessor account_id: ::String
|
656
|
+
attr_accessor bot_id: ::String
|
657
|
+
attr_accessor outbound_events_https_endpoint: ::String
|
658
|
+
attr_accessor lambda_function_arn: ::String
|
659
|
+
SENSITIVE: [:outbound_events_https_endpoint, :lambda_function_arn]
|
660
|
+
end
|
661
|
+
|
662
|
+
class PutEventsConfigurationResponse
|
663
|
+
attr_accessor events_configuration: Types::EventsConfiguration
|
2223
664
|
SENSITIVE: []
|
2224
665
|
end
|
2225
666
|
|
2226
|
-
class
|
2227
|
-
attr_accessor
|
2228
|
-
attr_accessor
|
2229
|
-
attr_accessor chime_bearer: ::String
|
667
|
+
class PutRetentionSettingsRequest
|
668
|
+
attr_accessor account_id: ::String
|
669
|
+
attr_accessor retention_settings: Types::RetentionSettings
|
2230
670
|
SENSITIVE: []
|
2231
671
|
end
|
2232
672
|
|
2233
|
-
class
|
2234
|
-
attr_accessor
|
2235
|
-
attr_accessor
|
673
|
+
class PutRetentionSettingsResponse
|
674
|
+
attr_accessor retention_settings: Types::RetentionSettings
|
675
|
+
attr_accessor initiate_deletion_timestamp: ::Time
|
2236
676
|
SENSITIVE: []
|
2237
677
|
end
|
2238
678
|
|
@@ -2342,29 +782,6 @@ module Aws::Chime
|
|
2342
782
|
SENSITIVE: []
|
2343
783
|
end
|
2344
784
|
|
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
785
|
class ServiceFailureException
|
2369
786
|
attr_accessor code: ("BadRequest" | "Conflict" | "Forbidden" | "NotFound" | "PreconditionFailed" | "ResourceLimitExceeded" | "ServiceFailure" | "AccessDenied" | "ServiceUnavailable" | "Throttled" | "Throttling" | "Unauthorized" | "Unprocessable" | "VoiceConnectorGroupAssociationsExist" | "PhoneNumberAssociationsExist")
|
2370
787
|
attr_accessor message: ::String
|
@@ -2382,109 +799,6 @@ module Aws::Chime
|
|
2382
799
|
SENSITIVE: []
|
2383
800
|
end
|
2384
801
|
|
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
802
|
class TelephonySettings
|
2489
803
|
attr_accessor inbound_calling: bool
|
2490
804
|
attr_accessor outbound_calling: bool
|
@@ -2492,33 +806,12 @@ module Aws::Chime
|
|
2492
806
|
SENSITIVE: []
|
2493
807
|
end
|
2494
808
|
|
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
809
|
class ThrottledClientException
|
2511
810
|
attr_accessor code: ("BadRequest" | "Conflict" | "Forbidden" | "NotFound" | "PreconditionFailed" | "ResourceLimitExceeded" | "ServiceFailure" | "AccessDenied" | "ServiceUnavailable" | "Throttled" | "Throttling" | "Unauthorized" | "Unprocessable" | "VoiceConnectorGroupAssociationsExist" | "PhoneNumberAssociationsExist")
|
2512
811
|
attr_accessor message: ::String
|
2513
812
|
SENSITIVE: []
|
2514
813
|
end
|
2515
814
|
|
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
815
|
class UnauthorizedClientException
|
2523
816
|
attr_accessor code: ("BadRequest" | "Conflict" | "Forbidden" | "NotFound" | "PreconditionFailed" | "ResourceLimitExceeded" | "ServiceFailure" | "AccessDenied" | "ServiceUnavailable" | "Throttled" | "Throttling" | "Unauthorized" | "Unprocessable" | "VoiceConnectorGroupAssociationsExist" | "PhoneNumberAssociationsExist")
|
2524
817
|
attr_accessor message: ::String
|
@@ -2531,25 +824,6 @@ module Aws::Chime
|
|
2531
824
|
SENSITIVE: []
|
2532
825
|
end
|
2533
826
|
|
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
827
|
class UpdateAccountRequest
|
2554
828
|
attr_accessor account_id: ::String
|
2555
829
|
attr_accessor name: ::String
|
@@ -2571,30 +845,6 @@ module Aws::Chime
|
|
2571
845
|
class UpdateAccountSettingsResponse < Aws::EmptyStructure
|
2572
846
|
end
|
2573
847
|
|
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
848
|
class UpdateBotRequest
|
2599
849
|
attr_accessor account_id: ::String
|
2600
850
|
attr_accessor bot_id: ::String
|
@@ -2607,46 +857,6 @@ module Aws::Chime
|
|
2607
857
|
SENSITIVE: []
|
2608
858
|
end
|
2609
859
|
|
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
860
|
class UpdateGlobalSettingsRequest
|
2651
861
|
attr_accessor business_calling: Types::BusinessCallingSettings
|
2652
862
|
attr_accessor voice_connector: Types::VoiceConnectorSettings
|
@@ -2677,19 +887,6 @@ module Aws::Chime
|
|
2677
887
|
SENSITIVE: [:calling_name]
|
2678
888
|
end
|
2679
889
|
|
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
890
|
class UpdateRoomMembershipRequest
|
2694
891
|
attr_accessor account_id: ::String
|
2695
892
|
attr_accessor room_id: ::String
|
@@ -2715,43 +912,6 @@ module Aws::Chime
|
|
2715
912
|
SENSITIVE: []
|
2716
913
|
end
|
2717
914
|
|
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
915
|
class UpdateUserRequest
|
2756
916
|
attr_accessor account_id: ::String
|
2757
917
|
attr_accessor user_id: ::String
|
@@ -2781,30 +941,6 @@ module Aws::Chime
|
|
2781
941
|
SENSITIVE: []
|
2782
942
|
end
|
2783
943
|
|
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
944
|
class User
|
2809
945
|
attr_accessor user_id: ::String
|
2810
946
|
attr_accessor account_id: ::String
|
@@ -2834,59 +970,6 @@ module Aws::Chime
|
|
2834
970
|
SENSITIVE: []
|
2835
971
|
end
|
2836
972
|
|
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
973
|
class VoiceConnectorSettings
|
2891
974
|
attr_accessor cdr_bucket: ::String
|
2892
975
|
SENSITIVE: []
|