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.
data/sig/client.rbs CHANGED
@@ -88,30 +88,6 @@ module Aws
88
88
  ) -> _AssociatePhoneNumberWithUserResponseSuccess
89
89
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociatePhoneNumberWithUserResponseSuccess
90
90
 
91
- interface _AssociatePhoneNumbersWithVoiceConnectorResponseSuccess
92
- include ::Seahorse::Client::_ResponseSuccess[Types::AssociatePhoneNumbersWithVoiceConnectorResponse]
93
- def phone_number_errors: () -> ::Array[Types::PhoneNumberError]
94
- end
95
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#associate_phone_numbers_with_voice_connector-instance_method
96
- def associate_phone_numbers_with_voice_connector: (
97
- voice_connector_id: ::String,
98
- e164_phone_numbers: Array[::String],
99
- ?force_associate: bool
100
- ) -> _AssociatePhoneNumbersWithVoiceConnectorResponseSuccess
101
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociatePhoneNumbersWithVoiceConnectorResponseSuccess
102
-
103
- interface _AssociatePhoneNumbersWithVoiceConnectorGroupResponseSuccess
104
- include ::Seahorse::Client::_ResponseSuccess[Types::AssociatePhoneNumbersWithVoiceConnectorGroupResponse]
105
- def phone_number_errors: () -> ::Array[Types::PhoneNumberError]
106
- end
107
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#associate_phone_numbers_with_voice_connector_group-instance_method
108
- def associate_phone_numbers_with_voice_connector_group: (
109
- voice_connector_group_id: ::String,
110
- e164_phone_numbers: Array[::String],
111
- ?force_associate: bool
112
- ) -> _AssociatePhoneNumbersWithVoiceConnectorGroupResponseSuccess
113
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociatePhoneNumbersWithVoiceConnectorGroupResponseSuccess
114
-
115
91
  interface _AssociateSigninDelegateGroupsWithAccountResponseSuccess
116
92
  include ::Seahorse::Client::_ResponseSuccess[Types::AssociateSigninDelegateGroupsWithAccountResponse]
117
93
  end
@@ -126,42 +102,6 @@ module Aws
126
102
  ) -> _AssociateSigninDelegateGroupsWithAccountResponseSuccess
127
103
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociateSigninDelegateGroupsWithAccountResponseSuccess
128
104
 
129
- interface _BatchCreateAttendeeResponseSuccess
130
- include ::Seahorse::Client::_ResponseSuccess[Types::BatchCreateAttendeeResponse]
131
- def attendees: () -> ::Array[Types::Attendee]
132
- def errors: () -> ::Array[Types::CreateAttendeeError]
133
- end
134
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#batch_create_attendee-instance_method
135
- def batch_create_attendee: (
136
- meeting_id: ::String,
137
- attendees: Array[
138
- {
139
- external_user_id: ::String,
140
- tags: Array[
141
- {
142
- key: ::String,
143
- value: ::String
144
- },
145
- ]?
146
- },
147
- ]
148
- ) -> _BatchCreateAttendeeResponseSuccess
149
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchCreateAttendeeResponseSuccess
150
-
151
- interface _BatchCreateChannelMembershipResponseSuccess
152
- include ::Seahorse::Client::_ResponseSuccess[Types::BatchCreateChannelMembershipResponse]
153
- def batch_channel_memberships: () -> Types::BatchChannelMemberships
154
- def errors: () -> ::Array[Types::BatchCreateChannelMembershipError]
155
- end
156
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#batch_create_channel_membership-instance_method
157
- def batch_create_channel_membership: (
158
- channel_arn: ::String,
159
- ?type: ("DEFAULT" | "HIDDEN"),
160
- member_arns: Array[::String],
161
- ?chime_bearer: ::String
162
- ) -> _BatchCreateChannelMembershipResponseSuccess
163
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchCreateChannelMembershipResponseSuccess
164
-
165
105
  interface _BatchCreateRoomMembershipResponseSuccess
166
106
  include ::Seahorse::Client::_ResponseSuccess[Types::BatchCreateRoomMembershipResponse]
167
107
  def errors: () -> ::Array[Types::MemberError]
@@ -258,73 +198,6 @@ module Aws
258
198
  ) -> _CreateAccountResponseSuccess
259
199
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateAccountResponseSuccess
260
200
 
261
- interface _CreateAppInstanceResponseSuccess
262
- include ::Seahorse::Client::_ResponseSuccess[Types::CreateAppInstanceResponse]
263
- def app_instance_arn: () -> ::String
264
- end
265
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#create_app_instance-instance_method
266
- def create_app_instance: (
267
- name: ::String,
268
- ?metadata: ::String,
269
- client_request_token: ::String,
270
- ?tags: Array[
271
- {
272
- key: ::String,
273
- value: ::String
274
- },
275
- ]
276
- ) -> _CreateAppInstanceResponseSuccess
277
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateAppInstanceResponseSuccess
278
-
279
- interface _CreateAppInstanceAdminResponseSuccess
280
- include ::Seahorse::Client::_ResponseSuccess[Types::CreateAppInstanceAdminResponse]
281
- def app_instance_admin: () -> Types::Identity
282
- def app_instance_arn: () -> ::String
283
- end
284
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#create_app_instance_admin-instance_method
285
- def create_app_instance_admin: (
286
- app_instance_admin_arn: ::String,
287
- app_instance_arn: ::String
288
- ) -> _CreateAppInstanceAdminResponseSuccess
289
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateAppInstanceAdminResponseSuccess
290
-
291
- interface _CreateAppInstanceUserResponseSuccess
292
- include ::Seahorse::Client::_ResponseSuccess[Types::CreateAppInstanceUserResponse]
293
- def app_instance_user_arn: () -> ::String
294
- end
295
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#create_app_instance_user-instance_method
296
- def create_app_instance_user: (
297
- app_instance_arn: ::String,
298
- app_instance_user_id: ::String,
299
- name: ::String,
300
- ?metadata: ::String,
301
- client_request_token: ::String,
302
- ?tags: Array[
303
- {
304
- key: ::String,
305
- value: ::String
306
- },
307
- ]
308
- ) -> _CreateAppInstanceUserResponseSuccess
309
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateAppInstanceUserResponseSuccess
310
-
311
- interface _CreateAttendeeResponseSuccess
312
- include ::Seahorse::Client::_ResponseSuccess[Types::CreateAttendeeResponse]
313
- def attendee: () -> Types::Attendee
314
- end
315
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#create_attendee-instance_method
316
- def create_attendee: (
317
- meeting_id: ::String,
318
- external_user_id: ::String,
319
- ?tags: Array[
320
- {
321
- key: ::String,
322
- value: ::String
323
- },
324
- ]
325
- ) -> _CreateAttendeeResponseSuccess
326
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateAttendeeResponseSuccess
327
-
328
201
  interface _CreateBotResponseSuccess
329
202
  include ::Seahorse::Client::_ResponseSuccess[Types::CreateBotResponse]
330
203
  def bot: () -> Types::Bot
@@ -337,126 +210,6 @@ module Aws
337
210
  ) -> _CreateBotResponseSuccess
338
211
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateBotResponseSuccess
339
212
 
340
- interface _CreateChannelResponseSuccess
341
- include ::Seahorse::Client::_ResponseSuccess[Types::CreateChannelResponse]
342
- def channel_arn: () -> ::String
343
- end
344
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#create_channel-instance_method
345
- def create_channel: (
346
- app_instance_arn: ::String,
347
- name: ::String,
348
- ?mode: ("UNRESTRICTED" | "RESTRICTED"),
349
- ?privacy: ("PUBLIC" | "PRIVATE"),
350
- ?metadata: ::String,
351
- client_request_token: ::String,
352
- ?tags: Array[
353
- {
354
- key: ::String,
355
- value: ::String
356
- },
357
- ],
358
- ?chime_bearer: ::String
359
- ) -> _CreateChannelResponseSuccess
360
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateChannelResponseSuccess
361
-
362
- interface _CreateChannelBanResponseSuccess
363
- include ::Seahorse::Client::_ResponseSuccess[Types::CreateChannelBanResponse]
364
- def channel_arn: () -> ::String
365
- def member: () -> Types::Identity
366
- end
367
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#create_channel_ban-instance_method
368
- def create_channel_ban: (
369
- channel_arn: ::String,
370
- member_arn: ::String,
371
- ?chime_bearer: ::String
372
- ) -> _CreateChannelBanResponseSuccess
373
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateChannelBanResponseSuccess
374
-
375
- interface _CreateChannelMembershipResponseSuccess
376
- include ::Seahorse::Client::_ResponseSuccess[Types::CreateChannelMembershipResponse]
377
- def channel_arn: () -> ::String
378
- def member: () -> Types::Identity
379
- end
380
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#create_channel_membership-instance_method
381
- def create_channel_membership: (
382
- channel_arn: ::String,
383
- member_arn: ::String,
384
- type: ("DEFAULT" | "HIDDEN"),
385
- ?chime_bearer: ::String
386
- ) -> _CreateChannelMembershipResponseSuccess
387
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateChannelMembershipResponseSuccess
388
-
389
- interface _CreateChannelModeratorResponseSuccess
390
- include ::Seahorse::Client::_ResponseSuccess[Types::CreateChannelModeratorResponse]
391
- def channel_arn: () -> ::String
392
- def channel_moderator: () -> Types::Identity
393
- end
394
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#create_channel_moderator-instance_method
395
- def create_channel_moderator: (
396
- channel_arn: ::String,
397
- channel_moderator_arn: ::String,
398
- ?chime_bearer: ::String
399
- ) -> _CreateChannelModeratorResponseSuccess
400
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateChannelModeratorResponseSuccess
401
-
402
- interface _CreateMediaCapturePipelineResponseSuccess
403
- include ::Seahorse::Client::_ResponseSuccess[Types::CreateMediaCapturePipelineResponse]
404
- def media_capture_pipeline: () -> Types::MediaCapturePipeline
405
- end
406
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#create_media_capture_pipeline-instance_method
407
- def create_media_capture_pipeline: (
408
- source_type: ("ChimeSdkMeeting"),
409
- source_arn: ::String,
410
- sink_type: ("S3Bucket"),
411
- sink_arn: ::String,
412
- ?client_request_token: ::String,
413
- ?chime_sdk_meeting_configuration: {
414
- source_configuration: {
415
- selected_video_streams: {
416
- attendee_ids: Array[::String]?,
417
- external_user_ids: Array[::String]?
418
- }?
419
- }?,
420
- artifacts_configuration: {
421
- audio: {
422
- mux_type: ("AudioOnly" | "AudioWithActiveSpeakerVideo")
423
- },
424
- video: {
425
- state: ("Enabled" | "Disabled"),
426
- mux_type: ("VideoOnly")?
427
- },
428
- content: {
429
- state: ("Enabled" | "Disabled"),
430
- mux_type: ("ContentOnly")?
431
- }
432
- }?
433
- }
434
- ) -> _CreateMediaCapturePipelineResponseSuccess
435
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateMediaCapturePipelineResponseSuccess
436
-
437
- interface _CreateMeetingResponseSuccess
438
- include ::Seahorse::Client::_ResponseSuccess[Types::CreateMeetingResponse]
439
- def meeting: () -> Types::Meeting
440
- end
441
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#create_meeting-instance_method
442
- def create_meeting: (
443
- client_request_token: ::String,
444
- ?external_meeting_id: ::String,
445
- ?meeting_host_id: ::String,
446
- ?media_region: ::String,
447
- ?tags: Array[
448
- {
449
- key: ::String,
450
- value: ::String
451
- },
452
- ],
453
- ?notifications_configuration: {
454
- sns_topic_arn: ::String?,
455
- sqs_queue_arn: ::String?
456
- }
457
- ) -> _CreateMeetingResponseSuccess
458
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateMeetingResponseSuccess
459
-
460
213
  interface _CreateMeetingDialOutResponseSuccess
461
214
  include ::Seahorse::Client::_ResponseSuccess[Types::CreateMeetingDialOutResponse]
462
215
  def transaction_id: () -> ::String
@@ -470,42 +223,6 @@ module Aws
470
223
  ) -> _CreateMeetingDialOutResponseSuccess
471
224
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateMeetingDialOutResponseSuccess
472
225
 
473
- interface _CreateMeetingWithAttendeesResponseSuccess
474
- include ::Seahorse::Client::_ResponseSuccess[Types::CreateMeetingWithAttendeesResponse]
475
- def meeting: () -> Types::Meeting
476
- def attendees: () -> ::Array[Types::Attendee]
477
- def errors: () -> ::Array[Types::CreateAttendeeError]
478
- end
479
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#create_meeting_with_attendees-instance_method
480
- def create_meeting_with_attendees: (
481
- client_request_token: ::String,
482
- ?external_meeting_id: ::String,
483
- ?meeting_host_id: ::String,
484
- ?media_region: ::String,
485
- ?tags: Array[
486
- {
487
- key: ::String,
488
- value: ::String
489
- },
490
- ],
491
- ?notifications_configuration: {
492
- sns_topic_arn: ::String?,
493
- sqs_queue_arn: ::String?
494
- },
495
- ?attendees: Array[
496
- {
497
- external_user_id: ::String,
498
- tags: Array[
499
- {
500
- key: ::String,
501
- value: ::String
502
- },
503
- ]?
504
- },
505
- ]
506
- ) -> _CreateMeetingWithAttendeesResponseSuccess
507
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateMeetingWithAttendeesResponseSuccess
508
-
509
226
  interface _CreatePhoneNumberOrderResponseSuccess
510
227
  include ::Seahorse::Client::_ResponseSuccess[Types::CreatePhoneNumberOrderResponse]
511
228
  def phone_number_order: () -> Types::PhoneNumberOrder
@@ -517,26 +234,6 @@ module Aws
517
234
  ) -> _CreatePhoneNumberOrderResponseSuccess
518
235
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreatePhoneNumberOrderResponseSuccess
519
236
 
520
- interface _CreateProxySessionResponseSuccess
521
- include ::Seahorse::Client::_ResponseSuccess[Types::CreateProxySessionResponse]
522
- def proxy_session: () -> Types::ProxySession
523
- end
524
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#create_proxy_session-instance_method
525
- def create_proxy_session: (
526
- voice_connector_id: ::String,
527
- participant_phone_numbers: Array[::String],
528
- ?name: ::String,
529
- ?expiry_minutes: ::Integer,
530
- capabilities: Array[("Voice" | "SMS")],
531
- ?number_selection_behavior: ("PreferSticky" | "AvoidSticky"),
532
- ?geo_match_level: ("Country" | "AreaCode"),
533
- ?geo_match_params: {
534
- country: ::String,
535
- area_code: ::String
536
- }
537
- ) -> _CreateProxySessionResponseSuccess
538
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateProxySessionResponseSuccess
539
-
540
237
  interface _CreateRoomResponseSuccess
541
238
  include ::Seahorse::Client::_ResponseSuccess[Types::CreateRoomResponse]
542
239
  def room: () -> Types::Room
@@ -562,55 +259,6 @@ module Aws
562
259
  ) -> _CreateRoomMembershipResponseSuccess
563
260
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateRoomMembershipResponseSuccess
564
261
 
565
- interface _CreateSipMediaApplicationResponseSuccess
566
- include ::Seahorse::Client::_ResponseSuccess[Types::CreateSipMediaApplicationResponse]
567
- def sip_media_application: () -> Types::SipMediaApplication
568
- end
569
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#create_sip_media_application-instance_method
570
- def create_sip_media_application: (
571
- aws_region: ::String,
572
- name: ::String,
573
- endpoints: Array[
574
- {
575
- lambda_arn: ::String?
576
- },
577
- ]
578
- ) -> _CreateSipMediaApplicationResponseSuccess
579
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateSipMediaApplicationResponseSuccess
580
-
581
- interface _CreateSipMediaApplicationCallResponseSuccess
582
- include ::Seahorse::Client::_ResponseSuccess[Types::CreateSipMediaApplicationCallResponse]
583
- def sip_media_application_call: () -> Types::SipMediaApplicationCall
584
- end
585
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#create_sip_media_application_call-instance_method
586
- def create_sip_media_application_call: (
587
- from_phone_number: ::String,
588
- to_phone_number: ::String,
589
- sip_media_application_id: ::String,
590
- ?sip_headers: Hash[::String, ::String]
591
- ) -> _CreateSipMediaApplicationCallResponseSuccess
592
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateSipMediaApplicationCallResponseSuccess
593
-
594
- interface _CreateSipRuleResponseSuccess
595
- include ::Seahorse::Client::_ResponseSuccess[Types::CreateSipRuleResponse]
596
- def sip_rule: () -> Types::SipRule
597
- end
598
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#create_sip_rule-instance_method
599
- def create_sip_rule: (
600
- name: ::String,
601
- trigger_type: ("ToPhoneNumber" | "RequestUriHostname"),
602
- trigger_value: ::String,
603
- ?disabled: bool,
604
- target_applications: Array[
605
- {
606
- sip_media_application_id: ::String?,
607
- priority: ::Integer?,
608
- aws_region: ::String?
609
- },
610
- ]
611
- ) -> _CreateSipRuleResponseSuccess
612
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateSipRuleResponseSuccess
613
-
614
262
  interface _CreateUserResponseSuccess
615
263
  include ::Seahorse::Client::_ResponseSuccess[Types::CreateUserResponse]
616
264
  def user: () -> Types::User
@@ -624,34 +272,6 @@ module Aws
624
272
  ) -> _CreateUserResponseSuccess
625
273
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateUserResponseSuccess
626
274
 
627
- interface _CreateVoiceConnectorResponseSuccess
628
- include ::Seahorse::Client::_ResponseSuccess[Types::CreateVoiceConnectorResponse]
629
- def voice_connector: () -> Types::VoiceConnector
630
- end
631
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#create_voice_connector-instance_method
632
- def create_voice_connector: (
633
- name: ::String,
634
- ?aws_region: ("us-east-1" | "us-west-2"),
635
- require_encryption: bool
636
- ) -> _CreateVoiceConnectorResponseSuccess
637
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateVoiceConnectorResponseSuccess
638
-
639
- interface _CreateVoiceConnectorGroupResponseSuccess
640
- include ::Seahorse::Client::_ResponseSuccess[Types::CreateVoiceConnectorGroupResponse]
641
- def voice_connector_group: () -> Types::VoiceConnectorGroup
642
- end
643
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#create_voice_connector_group-instance_method
644
- def create_voice_connector_group: (
645
- name: ::String,
646
- ?voice_connector_items: Array[
647
- {
648
- voice_connector_id: ::String,
649
- priority: ::Integer
650
- },
651
- ]
652
- ) -> _CreateVoiceConnectorGroupResponseSuccess
653
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateVoiceConnectorGroupResponseSuccess
654
-
655
275
  interface _DeleteAccountResponseSuccess
656
276
  include ::Seahorse::Client::_ResponseSuccess[Types::DeleteAccountResponse]
657
277
  end
@@ -661,77 +281,6 @@ module Aws
661
281
  ) -> _DeleteAccountResponseSuccess
662
282
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteAccountResponseSuccess
663
283
 
664
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#delete_app_instance-instance_method
665
- def delete_app_instance: (
666
- app_instance_arn: ::String
667
- ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
668
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
669
-
670
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#delete_app_instance_admin-instance_method
671
- def delete_app_instance_admin: (
672
- app_instance_admin_arn: ::String,
673
- app_instance_arn: ::String
674
- ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
675
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
676
-
677
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#delete_app_instance_streaming_configurations-instance_method
678
- def delete_app_instance_streaming_configurations: (
679
- app_instance_arn: ::String
680
- ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
681
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
682
-
683
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#delete_app_instance_user-instance_method
684
- def delete_app_instance_user: (
685
- app_instance_user_arn: ::String
686
- ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
687
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
688
-
689
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#delete_attendee-instance_method
690
- def delete_attendee: (
691
- meeting_id: ::String,
692
- attendee_id: ::String
693
- ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
694
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
695
-
696
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#delete_channel-instance_method
697
- def delete_channel: (
698
- channel_arn: ::String,
699
- ?chime_bearer: ::String
700
- ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
701
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
702
-
703
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#delete_channel_ban-instance_method
704
- def delete_channel_ban: (
705
- channel_arn: ::String,
706
- member_arn: ::String,
707
- ?chime_bearer: ::String
708
- ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
709
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
710
-
711
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#delete_channel_membership-instance_method
712
- def delete_channel_membership: (
713
- channel_arn: ::String,
714
- member_arn: ::String,
715
- ?chime_bearer: ::String
716
- ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
717
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
718
-
719
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#delete_channel_message-instance_method
720
- def delete_channel_message: (
721
- channel_arn: ::String,
722
- message_id: ::String,
723
- ?chime_bearer: ::String
724
- ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
725
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
726
-
727
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#delete_channel_moderator-instance_method
728
- def delete_channel_moderator: (
729
- channel_arn: ::String,
730
- channel_moderator_arn: ::String,
731
- ?chime_bearer: ::String
732
- ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
733
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
734
-
735
284
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#delete_events_configuration-instance_method
736
285
  def delete_events_configuration: (
737
286
  account_id: ::String,
@@ -739,31 +288,12 @@ module Aws
739
288
  ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
740
289
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
741
290
 
742
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#delete_media_capture_pipeline-instance_method
743
- def delete_media_capture_pipeline: (
744
- media_pipeline_id: ::String
745
- ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
746
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
747
-
748
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#delete_meeting-instance_method
749
- def delete_meeting: (
750
- meeting_id: ::String
751
- ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
752
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
753
-
754
291
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#delete_phone_number-instance_method
755
292
  def delete_phone_number: (
756
293
  phone_number_id: ::String
757
294
  ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
758
295
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
759
296
 
760
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#delete_proxy_session-instance_method
761
- def delete_proxy_session: (
762
- voice_connector_id: ::String,
763
- proxy_session_id: ::String
764
- ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
765
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
766
-
767
297
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#delete_room-instance_method
768
298
  def delete_room: (
769
299
  account_id: ::String,
@@ -779,169 +309,6 @@ module Aws
779
309
  ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
780
310
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
781
311
 
782
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#delete_sip_media_application-instance_method
783
- def delete_sip_media_application: (
784
- sip_media_application_id: ::String
785
- ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
786
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
787
-
788
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#delete_sip_rule-instance_method
789
- def delete_sip_rule: (
790
- sip_rule_id: ::String
791
- ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
792
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
793
-
794
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#delete_voice_connector-instance_method
795
- def delete_voice_connector: (
796
- voice_connector_id: ::String
797
- ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
798
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
799
-
800
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#delete_voice_connector_emergency_calling_configuration-instance_method
801
- def delete_voice_connector_emergency_calling_configuration: (
802
- voice_connector_id: ::String
803
- ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
804
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
805
-
806
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#delete_voice_connector_group-instance_method
807
- def delete_voice_connector_group: (
808
- voice_connector_group_id: ::String
809
- ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
810
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
811
-
812
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#delete_voice_connector_origination-instance_method
813
- def delete_voice_connector_origination: (
814
- voice_connector_id: ::String
815
- ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
816
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
817
-
818
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#delete_voice_connector_proxy-instance_method
819
- def delete_voice_connector_proxy: (
820
- voice_connector_id: ::String
821
- ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
822
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
823
-
824
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#delete_voice_connector_streaming_configuration-instance_method
825
- def delete_voice_connector_streaming_configuration: (
826
- voice_connector_id: ::String
827
- ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
828
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
829
-
830
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#delete_voice_connector_termination-instance_method
831
- def delete_voice_connector_termination: (
832
- voice_connector_id: ::String
833
- ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
834
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
835
-
836
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#delete_voice_connector_termination_credentials-instance_method
837
- def delete_voice_connector_termination_credentials: (
838
- voice_connector_id: ::String,
839
- usernames: Array[::String]
840
- ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
841
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
842
-
843
- interface _DescribeAppInstanceResponseSuccess
844
- include ::Seahorse::Client::_ResponseSuccess[Types::DescribeAppInstanceResponse]
845
- def app_instance: () -> Types::AppInstance
846
- end
847
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#describe_app_instance-instance_method
848
- def describe_app_instance: (
849
- app_instance_arn: ::String
850
- ) -> _DescribeAppInstanceResponseSuccess
851
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeAppInstanceResponseSuccess
852
-
853
- interface _DescribeAppInstanceAdminResponseSuccess
854
- include ::Seahorse::Client::_ResponseSuccess[Types::DescribeAppInstanceAdminResponse]
855
- def app_instance_admin: () -> Types::AppInstanceAdmin
856
- end
857
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#describe_app_instance_admin-instance_method
858
- def describe_app_instance_admin: (
859
- app_instance_admin_arn: ::String,
860
- app_instance_arn: ::String
861
- ) -> _DescribeAppInstanceAdminResponseSuccess
862
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeAppInstanceAdminResponseSuccess
863
-
864
- interface _DescribeAppInstanceUserResponseSuccess
865
- include ::Seahorse::Client::_ResponseSuccess[Types::DescribeAppInstanceUserResponse]
866
- def app_instance_user: () -> Types::AppInstanceUser
867
- end
868
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#describe_app_instance_user-instance_method
869
- def describe_app_instance_user: (
870
- app_instance_user_arn: ::String
871
- ) -> _DescribeAppInstanceUserResponseSuccess
872
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeAppInstanceUserResponseSuccess
873
-
874
- interface _DescribeChannelResponseSuccess
875
- include ::Seahorse::Client::_ResponseSuccess[Types::DescribeChannelResponse]
876
- def channel: () -> Types::Channel
877
- end
878
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#describe_channel-instance_method
879
- def describe_channel: (
880
- channel_arn: ::String,
881
- ?chime_bearer: ::String
882
- ) -> _DescribeChannelResponseSuccess
883
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeChannelResponseSuccess
884
-
885
- interface _DescribeChannelBanResponseSuccess
886
- include ::Seahorse::Client::_ResponseSuccess[Types::DescribeChannelBanResponse]
887
- def channel_ban: () -> Types::ChannelBan
888
- end
889
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#describe_channel_ban-instance_method
890
- def describe_channel_ban: (
891
- channel_arn: ::String,
892
- member_arn: ::String,
893
- ?chime_bearer: ::String
894
- ) -> _DescribeChannelBanResponseSuccess
895
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeChannelBanResponseSuccess
896
-
897
- interface _DescribeChannelMembershipResponseSuccess
898
- include ::Seahorse::Client::_ResponseSuccess[Types::DescribeChannelMembershipResponse]
899
- def channel_membership: () -> Types::ChannelMembership
900
- end
901
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#describe_channel_membership-instance_method
902
- def describe_channel_membership: (
903
- channel_arn: ::String,
904
- member_arn: ::String,
905
- ?chime_bearer: ::String
906
- ) -> _DescribeChannelMembershipResponseSuccess
907
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeChannelMembershipResponseSuccess
908
-
909
- interface _DescribeChannelMembershipForAppInstanceUserResponseSuccess
910
- include ::Seahorse::Client::_ResponseSuccess[Types::DescribeChannelMembershipForAppInstanceUserResponse]
911
- def channel_membership: () -> Types::ChannelMembershipForAppInstanceUserSummary
912
- end
913
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#describe_channel_membership_for_app_instance_user-instance_method
914
- def describe_channel_membership_for_app_instance_user: (
915
- channel_arn: ::String,
916
- app_instance_user_arn: ::String,
917
- ?chime_bearer: ::String
918
- ) -> _DescribeChannelMembershipForAppInstanceUserResponseSuccess
919
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeChannelMembershipForAppInstanceUserResponseSuccess
920
-
921
- interface _DescribeChannelModeratedByAppInstanceUserResponseSuccess
922
- include ::Seahorse::Client::_ResponseSuccess[Types::DescribeChannelModeratedByAppInstanceUserResponse]
923
- def channel: () -> Types::ChannelModeratedByAppInstanceUserSummary
924
- end
925
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#describe_channel_moderated_by_app_instance_user-instance_method
926
- def describe_channel_moderated_by_app_instance_user: (
927
- channel_arn: ::String,
928
- app_instance_user_arn: ::String,
929
- ?chime_bearer: ::String
930
- ) -> _DescribeChannelModeratedByAppInstanceUserResponseSuccess
931
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeChannelModeratedByAppInstanceUserResponseSuccess
932
-
933
- interface _DescribeChannelModeratorResponseSuccess
934
- include ::Seahorse::Client::_ResponseSuccess[Types::DescribeChannelModeratorResponse]
935
- def channel_moderator: () -> Types::ChannelModerator
936
- end
937
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#describe_channel_moderator-instance_method
938
- def describe_channel_moderator: (
939
- channel_arn: ::String,
940
- channel_moderator_arn: ::String,
941
- ?chime_bearer: ::String
942
- ) -> _DescribeChannelModeratorResponseSuccess
943
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeChannelModeratorResponseSuccess
944
-
945
312
  interface _DisassociatePhoneNumberFromUserResponseSuccess
946
313
  include ::Seahorse::Client::_ResponseSuccess[Types::DisassociatePhoneNumberFromUserResponse]
947
314
  end
@@ -952,28 +319,6 @@ module Aws
952
319
  ) -> _DisassociatePhoneNumberFromUserResponseSuccess
953
320
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DisassociatePhoneNumberFromUserResponseSuccess
954
321
 
955
- interface _DisassociatePhoneNumbersFromVoiceConnectorResponseSuccess
956
- include ::Seahorse::Client::_ResponseSuccess[Types::DisassociatePhoneNumbersFromVoiceConnectorResponse]
957
- def phone_number_errors: () -> ::Array[Types::PhoneNumberError]
958
- end
959
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#disassociate_phone_numbers_from_voice_connector-instance_method
960
- def disassociate_phone_numbers_from_voice_connector: (
961
- voice_connector_id: ::String,
962
- e164_phone_numbers: Array[::String]
963
- ) -> _DisassociatePhoneNumbersFromVoiceConnectorResponseSuccess
964
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DisassociatePhoneNumbersFromVoiceConnectorResponseSuccess
965
-
966
- interface _DisassociatePhoneNumbersFromVoiceConnectorGroupResponseSuccess
967
- include ::Seahorse::Client::_ResponseSuccess[Types::DisassociatePhoneNumbersFromVoiceConnectorGroupResponse]
968
- def phone_number_errors: () -> ::Array[Types::PhoneNumberError]
969
- end
970
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#disassociate_phone_numbers_from_voice_connector_group-instance_method
971
- def disassociate_phone_numbers_from_voice_connector_group: (
972
- voice_connector_group_id: ::String,
973
- e164_phone_numbers: Array[::String]
974
- ) -> _DisassociatePhoneNumbersFromVoiceConnectorGroupResponseSuccess
975
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DisassociatePhoneNumbersFromVoiceConnectorGroupResponseSuccess
976
-
977
322
  interface _DisassociateSigninDelegateGroupsFromAccountResponseSuccess
978
323
  include ::Seahorse::Client::_ResponseSuccess[Types::DisassociateSigninDelegateGroupsFromAccountResponse]
979
324
  end
@@ -1004,38 +349,6 @@ module Aws
1004
349
  ) -> _GetAccountSettingsResponseSuccess
1005
350
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetAccountSettingsResponseSuccess
1006
351
 
1007
- interface _GetAppInstanceRetentionSettingsResponseSuccess
1008
- include ::Seahorse::Client::_ResponseSuccess[Types::GetAppInstanceRetentionSettingsResponse]
1009
- def app_instance_retention_settings: () -> Types::AppInstanceRetentionSettings
1010
- def initiate_deletion_timestamp: () -> ::Time
1011
- end
1012
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#get_app_instance_retention_settings-instance_method
1013
- def get_app_instance_retention_settings: (
1014
- app_instance_arn: ::String
1015
- ) -> _GetAppInstanceRetentionSettingsResponseSuccess
1016
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetAppInstanceRetentionSettingsResponseSuccess
1017
-
1018
- interface _GetAppInstanceStreamingConfigurationsResponseSuccess
1019
- include ::Seahorse::Client::_ResponseSuccess[Types::GetAppInstanceStreamingConfigurationsResponse]
1020
- def app_instance_streaming_configurations: () -> ::Array[Types::AppInstanceStreamingConfiguration]
1021
- end
1022
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#get_app_instance_streaming_configurations-instance_method
1023
- def get_app_instance_streaming_configurations: (
1024
- app_instance_arn: ::String
1025
- ) -> _GetAppInstanceStreamingConfigurationsResponseSuccess
1026
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetAppInstanceStreamingConfigurationsResponseSuccess
1027
-
1028
- interface _GetAttendeeResponseSuccess
1029
- include ::Seahorse::Client::_ResponseSuccess[Types::GetAttendeeResponse]
1030
- def attendee: () -> Types::Attendee
1031
- end
1032
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#get_attendee-instance_method
1033
- def get_attendee: (
1034
- meeting_id: ::String,
1035
- attendee_id: ::String
1036
- ) -> _GetAttendeeResponseSuccess
1037
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetAttendeeResponseSuccess
1038
-
1039
352
  interface _GetBotResponseSuccess
1040
353
  include ::Seahorse::Client::_ResponseSuccess[Types::GetBotResponse]
1041
354
  def bot: () -> Types::Bot
@@ -1047,18 +360,6 @@ module Aws
1047
360
  ) -> _GetBotResponseSuccess
1048
361
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetBotResponseSuccess
1049
362
 
1050
- interface _GetChannelMessageResponseSuccess
1051
- include ::Seahorse::Client::_ResponseSuccess[Types::GetChannelMessageResponse]
1052
- def channel_message: () -> Types::ChannelMessage
1053
- end
1054
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#get_channel_message-instance_method
1055
- def get_channel_message: (
1056
- channel_arn: ::String,
1057
- message_id: ::String,
1058
- ?chime_bearer: ::String
1059
- ) -> _GetChannelMessageResponseSuccess
1060
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetChannelMessageResponseSuccess
1061
-
1062
363
  interface _GetEventsConfigurationResponseSuccess
1063
364
  include ::Seahorse::Client::_ResponseSuccess[Types::GetEventsConfigurationResponse]
1064
365
  def events_configuration: () -> Types::EventsConfiguration
@@ -1079,35 +380,6 @@ module Aws
1079
380
  def get_global_settings: () -> _GetGlobalSettingsResponseSuccess
1080
381
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetGlobalSettingsResponseSuccess
1081
382
 
1082
- interface _GetMediaCapturePipelineResponseSuccess
1083
- include ::Seahorse::Client::_ResponseSuccess[Types::GetMediaCapturePipelineResponse]
1084
- def media_capture_pipeline: () -> Types::MediaCapturePipeline
1085
- end
1086
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#get_media_capture_pipeline-instance_method
1087
- def get_media_capture_pipeline: (
1088
- media_pipeline_id: ::String
1089
- ) -> _GetMediaCapturePipelineResponseSuccess
1090
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetMediaCapturePipelineResponseSuccess
1091
-
1092
- interface _GetMeetingResponseSuccess
1093
- include ::Seahorse::Client::_ResponseSuccess[Types::GetMeetingResponse]
1094
- def meeting: () -> Types::Meeting
1095
- end
1096
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#get_meeting-instance_method
1097
- def get_meeting: (
1098
- meeting_id: ::String
1099
- ) -> _GetMeetingResponseSuccess
1100
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetMeetingResponseSuccess
1101
-
1102
- interface _GetMessagingSessionEndpointResponseSuccess
1103
- include ::Seahorse::Client::_ResponseSuccess[Types::GetMessagingSessionEndpointResponse]
1104
- def endpoint: () -> Types::MessagingSessionEndpoint
1105
- end
1106
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#get_messaging_session_endpoint-instance_method
1107
- def get_messaging_session_endpoint: (
1108
- ) -> _GetMessagingSessionEndpointResponseSuccess
1109
- | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetMessagingSessionEndpointResponseSuccess
1110
-
1111
383
  interface _GetPhoneNumberResponseSuccess
1112
384
  include ::Seahorse::Client::_ResponseSuccess[Types::GetPhoneNumberResponse]
1113
385
  def phone_number: () -> Types::PhoneNumber
@@ -1137,17 +409,6 @@ module Aws
1137
409
  def get_phone_number_settings: () -> _GetPhoneNumberSettingsResponseSuccess
1138
410
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetPhoneNumberSettingsResponseSuccess
1139
411
 
1140
- interface _GetProxySessionResponseSuccess
1141
- include ::Seahorse::Client::_ResponseSuccess[Types::GetProxySessionResponse]
1142
- def proxy_session: () -> Types::ProxySession
1143
- end
1144
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#get_proxy_session-instance_method
1145
- def get_proxy_session: (
1146
- voice_connector_id: ::String,
1147
- proxy_session_id: ::String
1148
- ) -> _GetProxySessionResponseSuccess
1149
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetProxySessionResponseSuccess
1150
-
1151
412
  interface _GetRetentionSettingsResponseSuccess
1152
413
  include ::Seahorse::Client::_ResponseSuccess[Types::GetRetentionSettingsResponse]
1153
414
  def retention_settings: () -> Types::RetentionSettings
@@ -1170,36 +431,6 @@ module Aws
1170
431
  ) -> _GetRoomResponseSuccess
1171
432
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetRoomResponseSuccess
1172
433
 
1173
- interface _GetSipMediaApplicationResponseSuccess
1174
- include ::Seahorse::Client::_ResponseSuccess[Types::GetSipMediaApplicationResponse]
1175
- def sip_media_application: () -> Types::SipMediaApplication
1176
- end
1177
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#get_sip_media_application-instance_method
1178
- def get_sip_media_application: (
1179
- sip_media_application_id: ::String
1180
- ) -> _GetSipMediaApplicationResponseSuccess
1181
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetSipMediaApplicationResponseSuccess
1182
-
1183
- interface _GetSipMediaApplicationLoggingConfigurationResponseSuccess
1184
- include ::Seahorse::Client::_ResponseSuccess[Types::GetSipMediaApplicationLoggingConfigurationResponse]
1185
- def sip_media_application_logging_configuration: () -> Types::SipMediaApplicationLoggingConfiguration
1186
- end
1187
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#get_sip_media_application_logging_configuration-instance_method
1188
- def get_sip_media_application_logging_configuration: (
1189
- sip_media_application_id: ::String
1190
- ) -> _GetSipMediaApplicationLoggingConfigurationResponseSuccess
1191
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetSipMediaApplicationLoggingConfigurationResponseSuccess
1192
-
1193
- interface _GetSipRuleResponseSuccess
1194
- include ::Seahorse::Client::_ResponseSuccess[Types::GetSipRuleResponse]
1195
- def sip_rule: () -> Types::SipRule
1196
- end
1197
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#get_sip_rule-instance_method
1198
- def get_sip_rule: (
1199
- sip_rule_id: ::String
1200
- ) -> _GetSipRuleResponseSuccess
1201
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetSipRuleResponseSuccess
1202
-
1203
434
  interface _GetUserResponseSuccess
1204
435
  include ::Seahorse::Client::_ResponseSuccess[Types::GetUserResponse]
1205
436
  def user: () -> Types::User
@@ -1222,96 +453,6 @@ module Aws
1222
453
  ) -> _GetUserSettingsResponseSuccess
1223
454
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetUserSettingsResponseSuccess
1224
455
 
1225
- interface _GetVoiceConnectorResponseSuccess
1226
- include ::Seahorse::Client::_ResponseSuccess[Types::GetVoiceConnectorResponse]
1227
- def voice_connector: () -> Types::VoiceConnector
1228
- end
1229
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#get_voice_connector-instance_method
1230
- def get_voice_connector: (
1231
- voice_connector_id: ::String
1232
- ) -> _GetVoiceConnectorResponseSuccess
1233
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetVoiceConnectorResponseSuccess
1234
-
1235
- interface _GetVoiceConnectorEmergencyCallingConfigurationResponseSuccess
1236
- include ::Seahorse::Client::_ResponseSuccess[Types::GetVoiceConnectorEmergencyCallingConfigurationResponse]
1237
- def emergency_calling_configuration: () -> Types::EmergencyCallingConfiguration
1238
- end
1239
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#get_voice_connector_emergency_calling_configuration-instance_method
1240
- def get_voice_connector_emergency_calling_configuration: (
1241
- voice_connector_id: ::String
1242
- ) -> _GetVoiceConnectorEmergencyCallingConfigurationResponseSuccess
1243
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetVoiceConnectorEmergencyCallingConfigurationResponseSuccess
1244
-
1245
- interface _GetVoiceConnectorGroupResponseSuccess
1246
- include ::Seahorse::Client::_ResponseSuccess[Types::GetVoiceConnectorGroupResponse]
1247
- def voice_connector_group: () -> Types::VoiceConnectorGroup
1248
- end
1249
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#get_voice_connector_group-instance_method
1250
- def get_voice_connector_group: (
1251
- voice_connector_group_id: ::String
1252
- ) -> _GetVoiceConnectorGroupResponseSuccess
1253
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetVoiceConnectorGroupResponseSuccess
1254
-
1255
- interface _GetVoiceConnectorLoggingConfigurationResponseSuccess
1256
- include ::Seahorse::Client::_ResponseSuccess[Types::GetVoiceConnectorLoggingConfigurationResponse]
1257
- def logging_configuration: () -> Types::LoggingConfiguration
1258
- end
1259
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#get_voice_connector_logging_configuration-instance_method
1260
- def get_voice_connector_logging_configuration: (
1261
- voice_connector_id: ::String
1262
- ) -> _GetVoiceConnectorLoggingConfigurationResponseSuccess
1263
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetVoiceConnectorLoggingConfigurationResponseSuccess
1264
-
1265
- interface _GetVoiceConnectorOriginationResponseSuccess
1266
- include ::Seahorse::Client::_ResponseSuccess[Types::GetVoiceConnectorOriginationResponse]
1267
- def origination: () -> Types::Origination
1268
- end
1269
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#get_voice_connector_origination-instance_method
1270
- def get_voice_connector_origination: (
1271
- voice_connector_id: ::String
1272
- ) -> _GetVoiceConnectorOriginationResponseSuccess
1273
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetVoiceConnectorOriginationResponseSuccess
1274
-
1275
- interface _GetVoiceConnectorProxyResponseSuccess
1276
- include ::Seahorse::Client::_ResponseSuccess[Types::GetVoiceConnectorProxyResponse]
1277
- def proxy: () -> Types::Proxy
1278
- end
1279
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#get_voice_connector_proxy-instance_method
1280
- def get_voice_connector_proxy: (
1281
- voice_connector_id: ::String
1282
- ) -> _GetVoiceConnectorProxyResponseSuccess
1283
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetVoiceConnectorProxyResponseSuccess
1284
-
1285
- interface _GetVoiceConnectorStreamingConfigurationResponseSuccess
1286
- include ::Seahorse::Client::_ResponseSuccess[Types::GetVoiceConnectorStreamingConfigurationResponse]
1287
- def streaming_configuration: () -> Types::StreamingConfiguration
1288
- end
1289
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#get_voice_connector_streaming_configuration-instance_method
1290
- def get_voice_connector_streaming_configuration: (
1291
- voice_connector_id: ::String
1292
- ) -> _GetVoiceConnectorStreamingConfigurationResponseSuccess
1293
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetVoiceConnectorStreamingConfigurationResponseSuccess
1294
-
1295
- interface _GetVoiceConnectorTerminationResponseSuccess
1296
- include ::Seahorse::Client::_ResponseSuccess[Types::GetVoiceConnectorTerminationResponse]
1297
- def termination: () -> Types::Termination
1298
- end
1299
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#get_voice_connector_termination-instance_method
1300
- def get_voice_connector_termination: (
1301
- voice_connector_id: ::String
1302
- ) -> _GetVoiceConnectorTerminationResponseSuccess
1303
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetVoiceConnectorTerminationResponseSuccess
1304
-
1305
- interface _GetVoiceConnectorTerminationHealthResponseSuccess
1306
- include ::Seahorse::Client::_ResponseSuccess[Types::GetVoiceConnectorTerminationHealthResponse]
1307
- def termination_health: () -> Types::TerminationHealth
1308
- end
1309
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#get_voice_connector_termination_health-instance_method
1310
- def get_voice_connector_termination_health: (
1311
- voice_connector_id: ::String
1312
- ) -> _GetVoiceConnectorTerminationHealthResponseSuccess
1313
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetVoiceConnectorTerminationHealthResponseSuccess
1314
-
1315
456
  interface _InviteUsersResponseSuccess
1316
457
  include ::Seahorse::Client::_ResponseSuccess[Types::InviteUsersResponse]
1317
458
  def invites: () -> ::Array[Types::Invite]
@@ -1338,70 +479,6 @@ module Aws
1338
479
  ) -> _ListAccountsResponseSuccess
1339
480
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListAccountsResponseSuccess
1340
481
 
1341
- interface _ListAppInstanceAdminsResponseSuccess
1342
- include ::Seahorse::Client::_ResponseSuccess[Types::ListAppInstanceAdminsResponse]
1343
- def app_instance_arn: () -> ::String
1344
- def app_instance_admins: () -> ::Array[Types::AppInstanceAdminSummary]
1345
- def next_token: () -> ::String
1346
- end
1347
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#list_app_instance_admins-instance_method
1348
- def list_app_instance_admins: (
1349
- app_instance_arn: ::String,
1350
- ?max_results: ::Integer,
1351
- ?next_token: ::String
1352
- ) -> _ListAppInstanceAdminsResponseSuccess
1353
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListAppInstanceAdminsResponseSuccess
1354
-
1355
- interface _ListAppInstanceUsersResponseSuccess
1356
- include ::Seahorse::Client::_ResponseSuccess[Types::ListAppInstanceUsersResponse]
1357
- def app_instance_arn: () -> ::String
1358
- def app_instance_users: () -> ::Array[Types::AppInstanceUserSummary]
1359
- def next_token: () -> ::String
1360
- end
1361
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#list_app_instance_users-instance_method
1362
- def list_app_instance_users: (
1363
- app_instance_arn: ::String,
1364
- ?max_results: ::Integer,
1365
- ?next_token: ::String
1366
- ) -> _ListAppInstanceUsersResponseSuccess
1367
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListAppInstanceUsersResponseSuccess
1368
-
1369
- interface _ListAppInstancesResponseSuccess
1370
- include ::Seahorse::Client::_ResponseSuccess[Types::ListAppInstancesResponse]
1371
- def app_instances: () -> ::Array[Types::AppInstanceSummary]
1372
- def next_token: () -> ::String
1373
- end
1374
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#list_app_instances-instance_method
1375
- def list_app_instances: (
1376
- ?max_results: ::Integer,
1377
- ?next_token: ::String
1378
- ) -> _ListAppInstancesResponseSuccess
1379
- | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListAppInstancesResponseSuccess
1380
-
1381
- interface _ListAttendeeTagsResponseSuccess
1382
- include ::Seahorse::Client::_ResponseSuccess[Types::ListAttendeeTagsResponse]
1383
- def tags: () -> ::Array[Types::Tag]
1384
- end
1385
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#list_attendee_tags-instance_method
1386
- def list_attendee_tags: (
1387
- meeting_id: ::String,
1388
- attendee_id: ::String
1389
- ) -> _ListAttendeeTagsResponseSuccess
1390
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListAttendeeTagsResponseSuccess
1391
-
1392
- interface _ListAttendeesResponseSuccess
1393
- include ::Seahorse::Client::_ResponseSuccess[Types::ListAttendeesResponse]
1394
- def attendees: () -> ::Array[Types::Attendee]
1395
- def next_token: () -> ::String
1396
- end
1397
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#list_attendees-instance_method
1398
- def list_attendees: (
1399
- meeting_id: ::String,
1400
- ?next_token: ::String,
1401
- ?max_results: ::Integer
1402
- ) -> _ListAttendeesResponseSuccess
1403
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListAttendeesResponseSuccess
1404
-
1405
482
  interface _ListBotsResponseSuccess
1406
483
  include ::Seahorse::Client::_ResponseSuccess[Types::ListBotsResponse]
1407
484
  def bots: () -> ::Array[Types::Bot]
@@ -1415,147 +492,6 @@ module Aws
1415
492
  ) -> _ListBotsResponseSuccess
1416
493
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListBotsResponseSuccess
1417
494
 
1418
- interface _ListChannelBansResponseSuccess
1419
- include ::Seahorse::Client::_ResponseSuccess[Types::ListChannelBansResponse]
1420
- def channel_arn: () -> ::String
1421
- def next_token: () -> ::String
1422
- def channel_bans: () -> ::Array[Types::ChannelBanSummary]
1423
- end
1424
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#list_channel_bans-instance_method
1425
- def list_channel_bans: (
1426
- channel_arn: ::String,
1427
- ?max_results: ::Integer,
1428
- ?next_token: ::String,
1429
- ?chime_bearer: ::String
1430
- ) -> _ListChannelBansResponseSuccess
1431
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListChannelBansResponseSuccess
1432
-
1433
- interface _ListChannelMembershipsResponseSuccess
1434
- include ::Seahorse::Client::_ResponseSuccess[Types::ListChannelMembershipsResponse]
1435
- def channel_arn: () -> ::String
1436
- def channel_memberships: () -> ::Array[Types::ChannelMembershipSummary]
1437
- def next_token: () -> ::String
1438
- end
1439
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#list_channel_memberships-instance_method
1440
- def list_channel_memberships: (
1441
- channel_arn: ::String,
1442
- ?type: ("DEFAULT" | "HIDDEN"),
1443
- ?max_results: ::Integer,
1444
- ?next_token: ::String,
1445
- ?chime_bearer: ::String
1446
- ) -> _ListChannelMembershipsResponseSuccess
1447
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListChannelMembershipsResponseSuccess
1448
-
1449
- interface _ListChannelMembershipsForAppInstanceUserResponseSuccess
1450
- include ::Seahorse::Client::_ResponseSuccess[Types::ListChannelMembershipsForAppInstanceUserResponse]
1451
- def channel_memberships: () -> ::Array[Types::ChannelMembershipForAppInstanceUserSummary]
1452
- def next_token: () -> ::String
1453
- end
1454
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#list_channel_memberships_for_app_instance_user-instance_method
1455
- def list_channel_memberships_for_app_instance_user: (
1456
- ?app_instance_user_arn: ::String,
1457
- ?max_results: ::Integer,
1458
- ?next_token: ::String,
1459
- ?chime_bearer: ::String
1460
- ) -> _ListChannelMembershipsForAppInstanceUserResponseSuccess
1461
- | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListChannelMembershipsForAppInstanceUserResponseSuccess
1462
-
1463
- interface _ListChannelMessagesResponseSuccess
1464
- include ::Seahorse::Client::_ResponseSuccess[Types::ListChannelMessagesResponse]
1465
- def channel_arn: () -> ::String
1466
- def next_token: () -> ::String
1467
- def channel_messages: () -> ::Array[Types::ChannelMessageSummary]
1468
- end
1469
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#list_channel_messages-instance_method
1470
- def list_channel_messages: (
1471
- channel_arn: ::String,
1472
- ?sort_order: ("ASCENDING" | "DESCENDING"),
1473
- ?not_before: ::Time,
1474
- ?not_after: ::Time,
1475
- ?max_results: ::Integer,
1476
- ?next_token: ::String,
1477
- ?chime_bearer: ::String
1478
- ) -> _ListChannelMessagesResponseSuccess
1479
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListChannelMessagesResponseSuccess
1480
-
1481
- interface _ListChannelModeratorsResponseSuccess
1482
- include ::Seahorse::Client::_ResponseSuccess[Types::ListChannelModeratorsResponse]
1483
- def channel_arn: () -> ::String
1484
- def next_token: () -> ::String
1485
- def channel_moderators: () -> ::Array[Types::ChannelModeratorSummary]
1486
- end
1487
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#list_channel_moderators-instance_method
1488
- def list_channel_moderators: (
1489
- channel_arn: ::String,
1490
- ?max_results: ::Integer,
1491
- ?next_token: ::String,
1492
- ?chime_bearer: ::String
1493
- ) -> _ListChannelModeratorsResponseSuccess
1494
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListChannelModeratorsResponseSuccess
1495
-
1496
- interface _ListChannelsResponseSuccess
1497
- include ::Seahorse::Client::_ResponseSuccess[Types::ListChannelsResponse]
1498
- def channels: () -> ::Array[Types::ChannelSummary]
1499
- def next_token: () -> ::String
1500
- end
1501
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#list_channels-instance_method
1502
- def list_channels: (
1503
- app_instance_arn: ::String,
1504
- ?privacy: ("PUBLIC" | "PRIVATE"),
1505
- ?max_results: ::Integer,
1506
- ?next_token: ::String,
1507
- ?chime_bearer: ::String
1508
- ) -> _ListChannelsResponseSuccess
1509
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListChannelsResponseSuccess
1510
-
1511
- interface _ListChannelsModeratedByAppInstanceUserResponseSuccess
1512
- include ::Seahorse::Client::_ResponseSuccess[Types::ListChannelsModeratedByAppInstanceUserResponse]
1513
- def channels: () -> ::Array[Types::ChannelModeratedByAppInstanceUserSummary]
1514
- def next_token: () -> ::String
1515
- end
1516
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#list_channels_moderated_by_app_instance_user-instance_method
1517
- def list_channels_moderated_by_app_instance_user: (
1518
- ?app_instance_user_arn: ::String,
1519
- ?max_results: ::Integer,
1520
- ?next_token: ::String,
1521
- ?chime_bearer: ::String
1522
- ) -> _ListChannelsModeratedByAppInstanceUserResponseSuccess
1523
- | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListChannelsModeratedByAppInstanceUserResponseSuccess
1524
-
1525
- interface _ListMediaCapturePipelinesResponseSuccess
1526
- include ::Seahorse::Client::_ResponseSuccess[Types::ListMediaCapturePipelinesResponse]
1527
- def media_capture_pipelines: () -> ::Array[Types::MediaCapturePipeline]
1528
- def next_token: () -> ::String
1529
- end
1530
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#list_media_capture_pipelines-instance_method
1531
- def list_media_capture_pipelines: (
1532
- ?next_token: ::String,
1533
- ?max_results: ::Integer
1534
- ) -> _ListMediaCapturePipelinesResponseSuccess
1535
- | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListMediaCapturePipelinesResponseSuccess
1536
-
1537
- interface _ListMeetingTagsResponseSuccess
1538
- include ::Seahorse::Client::_ResponseSuccess[Types::ListMeetingTagsResponse]
1539
- def tags: () -> ::Array[Types::Tag]
1540
- end
1541
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#list_meeting_tags-instance_method
1542
- def list_meeting_tags: (
1543
- meeting_id: ::String
1544
- ) -> _ListMeetingTagsResponseSuccess
1545
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListMeetingTagsResponseSuccess
1546
-
1547
- interface _ListMeetingsResponseSuccess
1548
- include ::Seahorse::Client::_ResponseSuccess[Types::ListMeetingsResponse]
1549
- def meetings: () -> ::Array[Types::Meeting]
1550
- def next_token: () -> ::String
1551
- end
1552
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#list_meetings-instance_method
1553
- def list_meetings: (
1554
- ?next_token: ::String,
1555
- ?max_results: ::Integer
1556
- ) -> _ListMeetingsResponseSuccess
1557
- | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListMeetingsResponseSuccess
1558
-
1559
495
  interface _ListPhoneNumberOrdersResponseSuccess
1560
496
  include ::Seahorse::Client::_ResponseSuccess[Types::ListPhoneNumberOrdersResponse]
1561
497
  def phone_number_orders: () -> ::Array[Types::PhoneNumberOrder]
@@ -1584,20 +520,6 @@ module Aws
1584
520
  ) -> _ListPhoneNumbersResponseSuccess
1585
521
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListPhoneNumbersResponseSuccess
1586
522
 
1587
- interface _ListProxySessionsResponseSuccess
1588
- include ::Seahorse::Client::_ResponseSuccess[Types::ListProxySessionsResponse]
1589
- def proxy_sessions: () -> ::Array[Types::ProxySession]
1590
- def next_token: () -> ::String
1591
- end
1592
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#list_proxy_sessions-instance_method
1593
- def list_proxy_sessions: (
1594
- voice_connector_id: ::String,
1595
- ?status: ("Open" | "InProgress" | "Closed"),
1596
- ?next_token: ::String,
1597
- ?max_results: ::Integer
1598
- ) -> _ListProxySessionsResponseSuccess
1599
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListProxySessionsResponseSuccess
1600
-
1601
523
  interface _ListRoomMembershipsResponseSuccess
1602
524
  include ::Seahorse::Client::_ResponseSuccess[Types::ListRoomMembershipsResponse]
1603
525
  def room_memberships: () -> ::Array[Types::RoomMembership]
@@ -1626,31 +548,6 @@ module Aws
1626
548
  ) -> _ListRoomsResponseSuccess
1627
549
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListRoomsResponseSuccess
1628
550
 
1629
- interface _ListSipMediaApplicationsResponseSuccess
1630
- include ::Seahorse::Client::_ResponseSuccess[Types::ListSipMediaApplicationsResponse]
1631
- def sip_media_applications: () -> ::Array[Types::SipMediaApplication]
1632
- def next_token: () -> ::String
1633
- end
1634
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#list_sip_media_applications-instance_method
1635
- def list_sip_media_applications: (
1636
- ?max_results: ::Integer,
1637
- ?next_token: ::String
1638
- ) -> _ListSipMediaApplicationsResponseSuccess
1639
- | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListSipMediaApplicationsResponseSuccess
1640
-
1641
- interface _ListSipRulesResponseSuccess
1642
- include ::Seahorse::Client::_ResponseSuccess[Types::ListSipRulesResponse]
1643
- def sip_rules: () -> ::Array[Types::SipRule]
1644
- def next_token: () -> ::String
1645
- end
1646
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#list_sip_rules-instance_method
1647
- def list_sip_rules: (
1648
- ?sip_media_application_id: ::String,
1649
- ?max_results: ::Integer,
1650
- ?next_token: ::String
1651
- ) -> _ListSipRulesResponseSuccess
1652
- | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListSipRulesResponseSuccess
1653
-
1654
551
  interface _ListSupportedPhoneNumberCountriesResponseSuccess
1655
552
  include ::Seahorse::Client::_ResponseSuccess[Types::ListSupportedPhoneNumberCountriesResponse]
1656
553
  def phone_number_countries: () -> ::Array[Types::PhoneNumberCountry]
@@ -1661,16 +558,6 @@ module Aws
1661
558
  ) -> _ListSupportedPhoneNumberCountriesResponseSuccess
1662
559
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListSupportedPhoneNumberCountriesResponseSuccess
1663
560
 
1664
- interface _ListTagsForResourceResponseSuccess
1665
- include ::Seahorse::Client::_ResponseSuccess[Types::ListTagsForResourceResponse]
1666
- def tags: () -> ::Array[Types::Tag]
1667
- end
1668
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#list_tags_for_resource-instance_method
1669
- def list_tags_for_resource: (
1670
- resource_arn: ::String
1671
- ) -> _ListTagsForResourceResponseSuccess
1672
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsForResourceResponseSuccess
1673
-
1674
561
  interface _ListUsersResponseSuccess
1675
562
  include ::Seahorse::Client::_ResponseSuccess[Types::ListUsersResponse]
1676
563
  def users: () -> ::Array[Types::User]
@@ -1686,40 +573,6 @@ module Aws
1686
573
  ) -> _ListUsersResponseSuccess
1687
574
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListUsersResponseSuccess
1688
575
 
1689
- interface _ListVoiceConnectorGroupsResponseSuccess
1690
- include ::Seahorse::Client::_ResponseSuccess[Types::ListVoiceConnectorGroupsResponse]
1691
- def voice_connector_groups: () -> ::Array[Types::VoiceConnectorGroup]
1692
- def next_token: () -> ::String
1693
- end
1694
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#list_voice_connector_groups-instance_method
1695
- def list_voice_connector_groups: (
1696
- ?next_token: ::String,
1697
- ?max_results: ::Integer
1698
- ) -> _ListVoiceConnectorGroupsResponseSuccess
1699
- | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListVoiceConnectorGroupsResponseSuccess
1700
-
1701
- interface _ListVoiceConnectorTerminationCredentialsResponseSuccess
1702
- include ::Seahorse::Client::_ResponseSuccess[Types::ListVoiceConnectorTerminationCredentialsResponse]
1703
- def usernames: () -> ::Array[::String]
1704
- end
1705
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#list_voice_connector_termination_credentials-instance_method
1706
- def list_voice_connector_termination_credentials: (
1707
- voice_connector_id: ::String
1708
- ) -> _ListVoiceConnectorTerminationCredentialsResponseSuccess
1709
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListVoiceConnectorTerminationCredentialsResponseSuccess
1710
-
1711
- interface _ListVoiceConnectorsResponseSuccess
1712
- include ::Seahorse::Client::_ResponseSuccess[Types::ListVoiceConnectorsResponse]
1713
- def voice_connectors: () -> ::Array[Types::VoiceConnector]
1714
- def next_token: () -> ::String
1715
- end
1716
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#list_voice_connectors-instance_method
1717
- def list_voice_connectors: (
1718
- ?next_token: ::String,
1719
- ?max_results: ::Integer
1720
- ) -> _ListVoiceConnectorsResponseSuccess
1721
- | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListVoiceConnectorsResponseSuccess
1722
-
1723
576
  interface _LogoutUserResponseSuccess
1724
577
  include ::Seahorse::Client::_ResponseSuccess[Types::LogoutUserResponse]
1725
578
  end
@@ -1730,38 +583,6 @@ module Aws
1730
583
  ) -> _LogoutUserResponseSuccess
1731
584
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _LogoutUserResponseSuccess
1732
585
 
1733
- interface _PutAppInstanceRetentionSettingsResponseSuccess
1734
- include ::Seahorse::Client::_ResponseSuccess[Types::PutAppInstanceRetentionSettingsResponse]
1735
- def app_instance_retention_settings: () -> Types::AppInstanceRetentionSettings
1736
- def initiate_deletion_timestamp: () -> ::Time
1737
- end
1738
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#put_app_instance_retention_settings-instance_method
1739
- def put_app_instance_retention_settings: (
1740
- app_instance_arn: ::String,
1741
- app_instance_retention_settings: {
1742
- channel_retention_settings: {
1743
- retention_days: ::Integer?
1744
- }?
1745
- }
1746
- ) -> _PutAppInstanceRetentionSettingsResponseSuccess
1747
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutAppInstanceRetentionSettingsResponseSuccess
1748
-
1749
- interface _PutAppInstanceStreamingConfigurationsResponseSuccess
1750
- include ::Seahorse::Client::_ResponseSuccess[Types::PutAppInstanceStreamingConfigurationsResponse]
1751
- def app_instance_streaming_configurations: () -> ::Array[Types::AppInstanceStreamingConfiguration]
1752
- end
1753
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#put_app_instance_streaming_configurations-instance_method
1754
- def put_app_instance_streaming_configurations: (
1755
- app_instance_arn: ::String,
1756
- app_instance_streaming_configurations: Array[
1757
- {
1758
- app_instance_data_type: ("Channel" | "ChannelMessage"),
1759
- resource_arn: ::String
1760
- },
1761
- ]
1762
- ) -> _PutAppInstanceStreamingConfigurationsResponseSuccess
1763
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutAppInstanceStreamingConfigurationsResponseSuccess
1764
-
1765
586
  interface _PutEventsConfigurationResponseSuccess
1766
587
  include ::Seahorse::Client::_ResponseSuccess[Types::PutEventsConfigurationResponse]
1767
588
  def events_configuration: () -> Types::EventsConfiguration
@@ -1794,149 +615,6 @@ module Aws
1794
615
  ) -> _PutRetentionSettingsResponseSuccess
1795
616
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutRetentionSettingsResponseSuccess
1796
617
 
1797
- interface _PutSipMediaApplicationLoggingConfigurationResponseSuccess
1798
- include ::Seahorse::Client::_ResponseSuccess[Types::PutSipMediaApplicationLoggingConfigurationResponse]
1799
- def sip_media_application_logging_configuration: () -> Types::SipMediaApplicationLoggingConfiguration
1800
- end
1801
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#put_sip_media_application_logging_configuration-instance_method
1802
- def put_sip_media_application_logging_configuration: (
1803
- sip_media_application_id: ::String,
1804
- ?sip_media_application_logging_configuration: {
1805
- enable_sip_media_application_message_logs: bool?
1806
- }
1807
- ) -> _PutSipMediaApplicationLoggingConfigurationResponseSuccess
1808
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutSipMediaApplicationLoggingConfigurationResponseSuccess
1809
-
1810
- interface _PutVoiceConnectorEmergencyCallingConfigurationResponseSuccess
1811
- include ::Seahorse::Client::_ResponseSuccess[Types::PutVoiceConnectorEmergencyCallingConfigurationResponse]
1812
- def emergency_calling_configuration: () -> Types::EmergencyCallingConfiguration
1813
- end
1814
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#put_voice_connector_emergency_calling_configuration-instance_method
1815
- def put_voice_connector_emergency_calling_configuration: (
1816
- voice_connector_id: ::String,
1817
- emergency_calling_configuration: {
1818
- dnis: Array[
1819
- {
1820
- emergency_phone_number: ::String,
1821
- test_phone_number: ::String?,
1822
- calling_country: ::String
1823
- },
1824
- ]?
1825
- }
1826
- ) -> _PutVoiceConnectorEmergencyCallingConfigurationResponseSuccess
1827
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutVoiceConnectorEmergencyCallingConfigurationResponseSuccess
1828
-
1829
- interface _PutVoiceConnectorLoggingConfigurationResponseSuccess
1830
- include ::Seahorse::Client::_ResponseSuccess[Types::PutVoiceConnectorLoggingConfigurationResponse]
1831
- def logging_configuration: () -> Types::LoggingConfiguration
1832
- end
1833
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#put_voice_connector_logging_configuration-instance_method
1834
- def put_voice_connector_logging_configuration: (
1835
- voice_connector_id: ::String,
1836
- logging_configuration: {
1837
- enable_sip_logs: bool?,
1838
- enable_media_metric_logs: bool?
1839
- }
1840
- ) -> _PutVoiceConnectorLoggingConfigurationResponseSuccess
1841
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutVoiceConnectorLoggingConfigurationResponseSuccess
1842
-
1843
- interface _PutVoiceConnectorOriginationResponseSuccess
1844
- include ::Seahorse::Client::_ResponseSuccess[Types::PutVoiceConnectorOriginationResponse]
1845
- def origination: () -> Types::Origination
1846
- end
1847
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#put_voice_connector_origination-instance_method
1848
- def put_voice_connector_origination: (
1849
- voice_connector_id: ::String,
1850
- origination: {
1851
- routes: Array[
1852
- {
1853
- host: ::String?,
1854
- port: ::Integer?,
1855
- protocol: ("TCP" | "UDP")?,
1856
- priority: ::Integer?,
1857
- weight: ::Integer?
1858
- },
1859
- ]?,
1860
- disabled: bool?
1861
- }
1862
- ) -> _PutVoiceConnectorOriginationResponseSuccess
1863
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutVoiceConnectorOriginationResponseSuccess
1864
-
1865
- interface _PutVoiceConnectorProxyResponseSuccess
1866
- include ::Seahorse::Client::_ResponseSuccess[Types::PutVoiceConnectorProxyResponse]
1867
- def proxy: () -> Types::Proxy
1868
- end
1869
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#put_voice_connector_proxy-instance_method
1870
- def put_voice_connector_proxy: (
1871
- voice_connector_id: ::String,
1872
- default_session_expiry_minutes: ::Integer,
1873
- phone_number_pool_countries: Array[::String],
1874
- ?fall_back_phone_number: ::String,
1875
- ?disabled: bool
1876
- ) -> _PutVoiceConnectorProxyResponseSuccess
1877
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutVoiceConnectorProxyResponseSuccess
1878
-
1879
- interface _PutVoiceConnectorStreamingConfigurationResponseSuccess
1880
- include ::Seahorse::Client::_ResponseSuccess[Types::PutVoiceConnectorStreamingConfigurationResponse]
1881
- def streaming_configuration: () -> Types::StreamingConfiguration
1882
- end
1883
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#put_voice_connector_streaming_configuration-instance_method
1884
- def put_voice_connector_streaming_configuration: (
1885
- voice_connector_id: ::String,
1886
- streaming_configuration: {
1887
- data_retention_in_hours: ::Integer,
1888
- disabled: bool?,
1889
- streaming_notification_targets: Array[
1890
- {
1891
- notification_target: ("EventBridge" | "SNS" | "SQS")
1892
- },
1893
- ]?
1894
- }
1895
- ) -> _PutVoiceConnectorStreamingConfigurationResponseSuccess
1896
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutVoiceConnectorStreamingConfigurationResponseSuccess
1897
-
1898
- interface _PutVoiceConnectorTerminationResponseSuccess
1899
- include ::Seahorse::Client::_ResponseSuccess[Types::PutVoiceConnectorTerminationResponse]
1900
- def termination: () -> Types::Termination
1901
- end
1902
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#put_voice_connector_termination-instance_method
1903
- def put_voice_connector_termination: (
1904
- voice_connector_id: ::String,
1905
- termination: {
1906
- cps_limit: ::Integer?,
1907
- default_phone_number: ::String?,
1908
- calling_regions: Array[::String]?,
1909
- cidr_allowed_list: Array[::String]?,
1910
- disabled: bool?
1911
- }
1912
- ) -> _PutVoiceConnectorTerminationResponseSuccess
1913
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutVoiceConnectorTerminationResponseSuccess
1914
-
1915
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#put_voice_connector_termination_credentials-instance_method
1916
- def put_voice_connector_termination_credentials: (
1917
- voice_connector_id: ::String,
1918
- ?credentials: Array[
1919
- {
1920
- username: ::String?,
1921
- password: ::String?
1922
- },
1923
- ]
1924
- ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1925
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1926
-
1927
- interface _RedactChannelMessageResponseSuccess
1928
- include ::Seahorse::Client::_ResponseSuccess[Types::RedactChannelMessageResponse]
1929
- def channel_arn: () -> ::String
1930
- def message_id: () -> ::String
1931
- end
1932
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#redact_channel_message-instance_method
1933
- def redact_channel_message: (
1934
- channel_arn: ::String,
1935
- message_id: ::String,
1936
- ?chime_bearer: ::String
1937
- ) -> _RedactChannelMessageResponseSuccess
1938
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RedactChannelMessageResponseSuccess
1939
-
1940
618
  interface _RedactConversationMessageResponseSuccess
1941
619
  include ::Seahorse::Client::_ResponseSuccess[Types::RedactConversationMessageResponse]
1942
620
  end
@@ -2009,128 +687,6 @@ module Aws
2009
687
  ) -> _SearchAvailablePhoneNumbersResponseSuccess
2010
688
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SearchAvailablePhoneNumbersResponseSuccess
2011
689
 
2012
- interface _SendChannelMessageResponseSuccess
2013
- include ::Seahorse::Client::_ResponseSuccess[Types::SendChannelMessageResponse]
2014
- def channel_arn: () -> ::String
2015
- def message_id: () -> ::String
2016
- end
2017
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#send_channel_message-instance_method
2018
- def send_channel_message: (
2019
- channel_arn: ::String,
2020
- content: ::String,
2021
- type: ("STANDARD" | "CONTROL"),
2022
- persistence: ("PERSISTENT" | "NON_PERSISTENT"),
2023
- ?metadata: ::String,
2024
- client_request_token: ::String,
2025
- ?chime_bearer: ::String
2026
- ) -> _SendChannelMessageResponseSuccess
2027
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SendChannelMessageResponseSuccess
2028
-
2029
- interface _StartMeetingTranscriptionResponseSuccess
2030
- include ::Seahorse::Client::_ResponseSuccess[Types::StartMeetingTranscriptionResponse]
2031
- end
2032
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#start_meeting_transcription-instance_method
2033
- def start_meeting_transcription: (
2034
- meeting_id: ::String,
2035
- transcription_configuration: {
2036
- engine_transcribe_settings: {
2037
- 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")?,
2038
- vocabulary_filter_method: ("remove" | "mask" | "tag")?,
2039
- vocabulary_filter_name: ::String?,
2040
- vocabulary_name: ::String?,
2041
- 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")?,
2042
- enable_partial_results_stabilization: bool?,
2043
- partial_results_stability: ("low" | "medium" | "high")?,
2044
- content_identification_type: ("PII")?,
2045
- content_redaction_type: ("PII")?,
2046
- pii_entity_types: ::String?,
2047
- language_model_name: ::String?,
2048
- identify_language: bool?,
2049
- language_options: ::String?,
2050
- 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")?,
2051
- vocabulary_names: ::String?,
2052
- vocabulary_filter_names: ::String?
2053
- }?,
2054
- engine_transcribe_medical_settings: {
2055
- language_code: ("en-US"),
2056
- specialty: ("PRIMARYCARE" | "CARDIOLOGY" | "NEUROLOGY" | "ONCOLOGY" | "RADIOLOGY" | "UROLOGY"),
2057
- type: ("CONVERSATION" | "DICTATION"),
2058
- vocabulary_name: ::String?,
2059
- region: ("us-east-1" | "us-east-2" | "us-west-2" | "ap-southeast-2" | "ca-central-1" | "eu-west-1" | "auto")?,
2060
- content_identification_type: ("PHI")?
2061
- }?
2062
- }
2063
- ) -> _StartMeetingTranscriptionResponseSuccess
2064
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartMeetingTranscriptionResponseSuccess
2065
-
2066
- interface _StopMeetingTranscriptionResponseSuccess
2067
- include ::Seahorse::Client::_ResponseSuccess[Types::StopMeetingTranscriptionResponse]
2068
- end
2069
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#stop_meeting_transcription-instance_method
2070
- def stop_meeting_transcription: (
2071
- meeting_id: ::String
2072
- ) -> _StopMeetingTranscriptionResponseSuccess
2073
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StopMeetingTranscriptionResponseSuccess
2074
-
2075
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#tag_attendee-instance_method
2076
- def tag_attendee: (
2077
- meeting_id: ::String,
2078
- attendee_id: ::String,
2079
- tags: Array[
2080
- {
2081
- key: ::String,
2082
- value: ::String
2083
- },
2084
- ]
2085
- ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
2086
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
2087
-
2088
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#tag_meeting-instance_method
2089
- def tag_meeting: (
2090
- meeting_id: ::String,
2091
- tags: Array[
2092
- {
2093
- key: ::String,
2094
- value: ::String
2095
- },
2096
- ]
2097
- ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
2098
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
2099
-
2100
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#tag_resource-instance_method
2101
- def tag_resource: (
2102
- resource_arn: ::String,
2103
- tags: Array[
2104
- {
2105
- key: ::String,
2106
- value: ::String
2107
- },
2108
- ]
2109
- ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
2110
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
2111
-
2112
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#untag_attendee-instance_method
2113
- def untag_attendee: (
2114
- meeting_id: ::String,
2115
- attendee_id: ::String,
2116
- tag_keys: Array[::String]
2117
- ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
2118
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
2119
-
2120
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#untag_meeting-instance_method
2121
- def untag_meeting: (
2122
- meeting_id: ::String,
2123
- tag_keys: Array[::String]
2124
- ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
2125
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
2126
-
2127
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#untag_resource-instance_method
2128
- def untag_resource: (
2129
- resource_arn: ::String,
2130
- tag_keys: Array[::String]
2131
- ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
2132
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
2133
-
2134
690
  interface _UpdateAccountResponseSuccess
2135
691
  include ::Seahorse::Client::_ResponseSuccess[Types::UpdateAccountResponse]
2136
692
  def account: () -> Types::Account
@@ -2156,30 +712,6 @@ module Aws
2156
712
  ) -> _UpdateAccountSettingsResponseSuccess
2157
713
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateAccountSettingsResponseSuccess
2158
714
 
2159
- interface _UpdateAppInstanceResponseSuccess
2160
- include ::Seahorse::Client::_ResponseSuccess[Types::UpdateAppInstanceResponse]
2161
- def app_instance_arn: () -> ::String
2162
- end
2163
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#update_app_instance-instance_method
2164
- def update_app_instance: (
2165
- app_instance_arn: ::String,
2166
- name: ::String,
2167
- ?metadata: ::String
2168
- ) -> _UpdateAppInstanceResponseSuccess
2169
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateAppInstanceResponseSuccess
2170
-
2171
- interface _UpdateAppInstanceUserResponseSuccess
2172
- include ::Seahorse::Client::_ResponseSuccess[Types::UpdateAppInstanceUserResponse]
2173
- def app_instance_user_arn: () -> ::String
2174
- end
2175
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#update_app_instance_user-instance_method
2176
- def update_app_instance_user: (
2177
- app_instance_user_arn: ::String,
2178
- name: ::String,
2179
- ?metadata: ::String
2180
- ) -> _UpdateAppInstanceUserResponseSuccess
2181
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateAppInstanceUserResponseSuccess
2182
-
2183
715
  interface _UpdateBotResponseSuccess
2184
716
  include ::Seahorse::Client::_ResponseSuccess[Types::UpdateBotResponse]
2185
717
  def bot: () -> Types::Bot
@@ -2192,46 +724,6 @@ module Aws
2192
724
  ) -> _UpdateBotResponseSuccess
2193
725
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateBotResponseSuccess
2194
726
 
2195
- interface _UpdateChannelResponseSuccess
2196
- include ::Seahorse::Client::_ResponseSuccess[Types::UpdateChannelResponse]
2197
- def channel_arn: () -> ::String
2198
- end
2199
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#update_channel-instance_method
2200
- def update_channel: (
2201
- channel_arn: ::String,
2202
- name: ::String,
2203
- mode: ("UNRESTRICTED" | "RESTRICTED"),
2204
- ?metadata: ::String,
2205
- ?chime_bearer: ::String
2206
- ) -> _UpdateChannelResponseSuccess
2207
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateChannelResponseSuccess
2208
-
2209
- interface _UpdateChannelMessageResponseSuccess
2210
- include ::Seahorse::Client::_ResponseSuccess[Types::UpdateChannelMessageResponse]
2211
- def channel_arn: () -> ::String
2212
- def message_id: () -> ::String
2213
- end
2214
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#update_channel_message-instance_method
2215
- def update_channel_message: (
2216
- channel_arn: ::String,
2217
- message_id: ::String,
2218
- ?content: ::String,
2219
- ?metadata: ::String,
2220
- ?chime_bearer: ::String
2221
- ) -> _UpdateChannelMessageResponseSuccess
2222
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateChannelMessageResponseSuccess
2223
-
2224
- interface _UpdateChannelReadMarkerResponseSuccess
2225
- include ::Seahorse::Client::_ResponseSuccess[Types::UpdateChannelReadMarkerResponse]
2226
- def channel_arn: () -> ::String
2227
- end
2228
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#update_channel_read_marker-instance_method
2229
- def update_channel_read_marker: (
2230
- channel_arn: ::String,
2231
- ?chime_bearer: ::String
2232
- ) -> _UpdateChannelReadMarkerResponseSuccess
2233
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateChannelReadMarkerResponseSuccess
2234
-
2235
727
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#update_global_settings-instance_method
2236
728
  def update_global_settings: (
2237
729
  ?business_calling: {
@@ -2261,19 +753,6 @@ module Aws
2261
753
  ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
2262
754
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
2263
755
 
2264
- interface _UpdateProxySessionResponseSuccess
2265
- include ::Seahorse::Client::_ResponseSuccess[Types::UpdateProxySessionResponse]
2266
- def proxy_session: () -> Types::ProxySession
2267
- end
2268
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#update_proxy_session-instance_method
2269
- def update_proxy_session: (
2270
- voice_connector_id: ::String,
2271
- proxy_session_id: ::String,
2272
- capabilities: Array[("Voice" | "SMS")],
2273
- ?expiry_minutes: ::Integer
2274
- ) -> _UpdateProxySessionResponseSuccess
2275
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateProxySessionResponseSuccess
2276
-
2277
756
  interface _UpdateRoomResponseSuccess
2278
757
  include ::Seahorse::Client::_ResponseSuccess[Types::UpdateRoomResponse]
2279
758
  def room: () -> Types::Room
@@ -2299,53 +778,6 @@ module Aws
2299
778
  ) -> _UpdateRoomMembershipResponseSuccess
2300
779
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateRoomMembershipResponseSuccess
2301
780
 
2302
- interface _UpdateSipMediaApplicationResponseSuccess
2303
- include ::Seahorse::Client::_ResponseSuccess[Types::UpdateSipMediaApplicationResponse]
2304
- def sip_media_application: () -> Types::SipMediaApplication
2305
- end
2306
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#update_sip_media_application-instance_method
2307
- def update_sip_media_application: (
2308
- sip_media_application_id: ::String,
2309
- ?name: ::String,
2310
- ?endpoints: Array[
2311
- {
2312
- lambda_arn: ::String?
2313
- },
2314
- ]
2315
- ) -> _UpdateSipMediaApplicationResponseSuccess
2316
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateSipMediaApplicationResponseSuccess
2317
-
2318
- interface _UpdateSipMediaApplicationCallResponseSuccess
2319
- include ::Seahorse::Client::_ResponseSuccess[Types::UpdateSipMediaApplicationCallResponse]
2320
- def sip_media_application_call: () -> Types::SipMediaApplicationCall
2321
- end
2322
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#update_sip_media_application_call-instance_method
2323
- def update_sip_media_application_call: (
2324
- sip_media_application_id: ::String,
2325
- transaction_id: ::String,
2326
- arguments: Hash[::String, ::String]
2327
- ) -> _UpdateSipMediaApplicationCallResponseSuccess
2328
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateSipMediaApplicationCallResponseSuccess
2329
-
2330
- interface _UpdateSipRuleResponseSuccess
2331
- include ::Seahorse::Client::_ResponseSuccess[Types::UpdateSipRuleResponse]
2332
- def sip_rule: () -> Types::SipRule
2333
- end
2334
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#update_sip_rule-instance_method
2335
- def update_sip_rule: (
2336
- sip_rule_id: ::String,
2337
- name: ::String,
2338
- ?disabled: bool,
2339
- ?target_applications: Array[
2340
- {
2341
- sip_media_application_id: ::String?,
2342
- priority: ::Integer?,
2343
- aws_region: ::String?
2344
- },
2345
- ]
2346
- ) -> _UpdateSipRuleResponseSuccess
2347
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateSipRuleResponseSuccess
2348
-
2349
781
  interface _UpdateUserResponseSuccess
2350
782
  include ::Seahorse::Client::_ResponseSuccess[Types::UpdateUserResponse]
2351
783
  def user: () -> Types::User
@@ -2376,54 +808,6 @@ module Aws
2376
808
  }
2377
809
  ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
2378
810
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
2379
-
2380
- interface _UpdateVoiceConnectorResponseSuccess
2381
- include ::Seahorse::Client::_ResponseSuccess[Types::UpdateVoiceConnectorResponse]
2382
- def voice_connector: () -> Types::VoiceConnector
2383
- end
2384
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#update_voice_connector-instance_method
2385
- def update_voice_connector: (
2386
- voice_connector_id: ::String,
2387
- name: ::String,
2388
- require_encryption: bool
2389
- ) -> _UpdateVoiceConnectorResponseSuccess
2390
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateVoiceConnectorResponseSuccess
2391
-
2392
- interface _UpdateVoiceConnectorGroupResponseSuccess
2393
- include ::Seahorse::Client::_ResponseSuccess[Types::UpdateVoiceConnectorGroupResponse]
2394
- def voice_connector_group: () -> Types::VoiceConnectorGroup
2395
- end
2396
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#update_voice_connector_group-instance_method
2397
- def update_voice_connector_group: (
2398
- voice_connector_group_id: ::String,
2399
- name: ::String,
2400
- voice_connector_items: Array[
2401
- {
2402
- voice_connector_id: ::String,
2403
- priority: ::Integer
2404
- },
2405
- ]
2406
- ) -> _UpdateVoiceConnectorGroupResponseSuccess
2407
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateVoiceConnectorGroupResponseSuccess
2408
-
2409
- interface _ValidateE911AddressResponseSuccess
2410
- include ::Seahorse::Client::_ResponseSuccess[Types::ValidateE911AddressResponse]
2411
- def validation_result: () -> ::Integer
2412
- def address_external_id: () -> ::String
2413
- def address: () -> Types::Address
2414
- def candidate_address_list: () -> ::Array[Types::CandidateAddress]
2415
- end
2416
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Chime/Client.html#validate_e911_address-instance_method
2417
- def validate_e911_address: (
2418
- aws_account_id: ::String,
2419
- street_number: ::String,
2420
- street_info: ::String,
2421
- city: ::String,
2422
- state: ::String,
2423
- country: ::String,
2424
- postal_code: ::String
2425
- ) -> _ValidateE911AddressResponseSuccess
2426
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ValidateE911AddressResponseSuccess
2427
811
  end
2428
812
  end
2429
813
  end