aws-sdk-chime 1.68.0 → 1.70.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +13 -1
- data/VERSION +1 -1
- data/lib/aws-sdk-chime/client.rb +20 -3
- data/lib/aws-sdk-chime/endpoint_parameters.rb +66 -0
- data/lib/aws-sdk-chime/endpoint_provider.rb +75 -0
- data/lib/aws-sdk-chime/endpoints.rb +2689 -0
- data/lib/aws-sdk-chime/plugins/endpoints.rb +450 -0
- data/lib/aws-sdk-chime/types.rb +0 -2305
- data/lib/aws-sdk-chime.rb +5 -1
- metadata +8 -4
data/lib/aws-sdk-chime/types.rb
CHANGED
@@ -98,14 +98,6 @@ module Aws::Chime
|
|
98
98
|
#
|
99
99
|
# [1]: https://docs.aws.amazon.com/chime/latest/ag/policies.html
|
100
100
|
#
|
101
|
-
# @note When making an API call, you may pass AccountSettings
|
102
|
-
# data as a hash:
|
103
|
-
#
|
104
|
-
# {
|
105
|
-
# disable_remote_control: false,
|
106
|
-
# enable_dial_out: false,
|
107
|
-
# }
|
108
|
-
#
|
109
101
|
# @!attribute [rw] disable_remote_control
|
110
102
|
# Setting that stops or starts remote control of shared screens during
|
111
103
|
# meetings.
|
@@ -193,14 +185,6 @@ module Aws::Chime
|
|
193
185
|
# The Alexa for Business metadata associated with an Amazon Chime user,
|
194
186
|
# used to integrate Alexa for Business with a device.
|
195
187
|
#
|
196
|
-
# @note When making an API call, you may pass AlexaForBusinessMetadata
|
197
|
-
# data as a hash:
|
198
|
-
#
|
199
|
-
# {
|
200
|
-
# is_alexa_for_business_enabled: false,
|
201
|
-
# alexa_for_business_room_arn: "SensitiveString",
|
202
|
-
# }
|
203
|
-
#
|
204
188
|
# @!attribute [rw] is_alexa_for_business_enabled
|
205
189
|
# Starts or stops Alexa for Business.
|
206
190
|
# @return [Boolean]
|
@@ -294,15 +278,6 @@ module Aws::Chime
|
|
294
278
|
|
295
279
|
# The details of the data-retention settings for an `AppInstance`.
|
296
280
|
#
|
297
|
-
# @note When making an API call, you may pass AppInstanceRetentionSettings
|
298
|
-
# data as a hash:
|
299
|
-
#
|
300
|
-
# {
|
301
|
-
# channel_retention_settings: {
|
302
|
-
# retention_days: 1,
|
303
|
-
# },
|
304
|
-
# }
|
305
|
-
#
|
306
281
|
# @!attribute [rw] channel_retention_settings
|
307
282
|
# The length of time in days to retain the messages in a channel.
|
308
283
|
# @return [Types::ChannelRetentionSettings]
|
@@ -317,14 +292,6 @@ module Aws::Chime
|
|
317
292
|
|
318
293
|
# The details of the streaming configuration of an `AppInstance`.
|
319
294
|
#
|
320
|
-
# @note When making an API call, you may pass AppInstanceStreamingConfiguration
|
321
|
-
# data as a hash:
|
322
|
-
#
|
323
|
-
# {
|
324
|
-
# app_instance_data_type: "Channel", # required, accepts Channel, ChannelMessage
|
325
|
-
# resource_arn: "Arn", # required
|
326
|
-
# }
|
327
|
-
#
|
328
295
|
# @!attribute [rw] app_instance_data_type
|
329
296
|
# The type of data to be streamed.
|
330
297
|
# @return [String]
|
@@ -445,23 +412,6 @@ module Aws::Chime
|
|
445
412
|
|
446
413
|
# The configuration for the artifacts.
|
447
414
|
#
|
448
|
-
# @note When making an API call, you may pass ArtifactsConfiguration
|
449
|
-
# data as a hash:
|
450
|
-
#
|
451
|
-
# {
|
452
|
-
# audio: { # required
|
453
|
-
# mux_type: "AudioOnly", # required, accepts AudioOnly, AudioWithActiveSpeakerVideo
|
454
|
-
# },
|
455
|
-
# video: { # required
|
456
|
-
# state: "Enabled", # required, accepts Enabled, Disabled
|
457
|
-
# mux_type: "VideoOnly", # accepts VideoOnly
|
458
|
-
# },
|
459
|
-
# content: { # required
|
460
|
-
# state: "Enabled", # required, accepts Enabled, Disabled
|
461
|
-
# mux_type: "ContentOnly", # accepts ContentOnly
|
462
|
-
# },
|
463
|
-
# }
|
464
|
-
#
|
465
415
|
# @!attribute [rw] audio
|
466
416
|
# The configuration for the audio artifacts.
|
467
417
|
# @return [Types::AudioArtifactsConfiguration]
|
@@ -484,15 +434,6 @@ module Aws::Chime
|
|
484
434
|
include Aws::Structure
|
485
435
|
end
|
486
436
|
|
487
|
-
# @note When making an API call, you may pass AssociatePhoneNumberWithUserRequest
|
488
|
-
# data as a hash:
|
489
|
-
#
|
490
|
-
# {
|
491
|
-
# account_id: "String", # required
|
492
|
-
# user_id: "String", # required
|
493
|
-
# e164_phone_number: "E164PhoneNumber", # required
|
494
|
-
# }
|
495
|
-
#
|
496
437
|
# @!attribute [rw] account_id
|
497
438
|
# The Amazon Chime account ID.
|
498
439
|
# @return [String]
|
@@ -519,15 +460,6 @@ module Aws::Chime
|
|
519
460
|
#
|
520
461
|
class AssociatePhoneNumberWithUserResponse < Aws::EmptyStructure; end
|
521
462
|
|
522
|
-
# @note When making an API call, you may pass AssociatePhoneNumbersWithVoiceConnectorGroupRequest
|
523
|
-
# data as a hash:
|
524
|
-
#
|
525
|
-
# {
|
526
|
-
# voice_connector_group_id: "NonEmptyString", # required
|
527
|
-
# e164_phone_numbers: ["E164PhoneNumber"], # required
|
528
|
-
# force_associate: false,
|
529
|
-
# }
|
530
|
-
#
|
531
463
|
# @!attribute [rw] voice_connector_group_id
|
532
464
|
# The Amazon Chime Voice Connector group ID.
|
533
465
|
# @return [String]
|
@@ -567,15 +499,6 @@ module Aws::Chime
|
|
567
499
|
include Aws::Structure
|
568
500
|
end
|
569
501
|
|
570
|
-
# @note When making an API call, you may pass AssociatePhoneNumbersWithVoiceConnectorRequest
|
571
|
-
# data as a hash:
|
572
|
-
#
|
573
|
-
# {
|
574
|
-
# voice_connector_id: "NonEmptyString", # required
|
575
|
-
# e164_phone_numbers: ["E164PhoneNumber"], # required
|
576
|
-
# force_associate: false,
|
577
|
-
# }
|
578
|
-
#
|
579
502
|
# @!attribute [rw] voice_connector_id
|
580
503
|
# The Amazon Chime Voice Connector ID.
|
581
504
|
# @return [String]
|
@@ -615,18 +538,6 @@ module Aws::Chime
|
|
615
538
|
include Aws::Structure
|
616
539
|
end
|
617
540
|
|
618
|
-
# @note When making an API call, you may pass AssociateSigninDelegateGroupsWithAccountRequest
|
619
|
-
# data as a hash:
|
620
|
-
#
|
621
|
-
# {
|
622
|
-
# account_id: "NonEmptyString", # required
|
623
|
-
# signin_delegate_groups: [ # required
|
624
|
-
# {
|
625
|
-
# group_name: "NonEmptyString",
|
626
|
-
# },
|
627
|
-
# ],
|
628
|
-
# }
|
629
|
-
#
|
630
541
|
# @!attribute [rw] account_id
|
631
542
|
# The Amazon Chime account ID.
|
632
543
|
# @return [String]
|
@@ -683,13 +594,6 @@ module Aws::Chime
|
|
683
594
|
|
684
595
|
# The audio artifact configuration object.
|
685
596
|
#
|
686
|
-
# @note When making an API call, you may pass AudioArtifactsConfiguration
|
687
|
-
# data as a hash:
|
688
|
-
#
|
689
|
-
# {
|
690
|
-
# mux_type: "AudioOnly", # required, accepts AudioOnly, AudioWithActiveSpeakerVideo
|
691
|
-
# }
|
692
|
-
#
|
693
597
|
# @!attribute [rw] mux_type
|
694
598
|
# The MUX type of the audio artifact configuration object.
|
695
599
|
# @return [String]
|
@@ -749,24 +653,6 @@ module Aws::Chime
|
|
749
653
|
include Aws::Structure
|
750
654
|
end
|
751
655
|
|
752
|
-
# @note When making an API call, you may pass BatchCreateAttendeeRequest
|
753
|
-
# data as a hash:
|
754
|
-
#
|
755
|
-
# {
|
756
|
-
# meeting_id: "GuidString", # required
|
757
|
-
# attendees: [ # required
|
758
|
-
# {
|
759
|
-
# external_user_id: "ExternalUserIdType", # required
|
760
|
-
# tags: [
|
761
|
-
# {
|
762
|
-
# key: "TagKey", # required
|
763
|
-
# value: "TagValue", # required
|
764
|
-
# },
|
765
|
-
# ],
|
766
|
-
# },
|
767
|
-
# ],
|
768
|
-
# }
|
769
|
-
#
|
770
656
|
# @!attribute [rw] meeting_id
|
771
657
|
# The Amazon Chime SDK meeting ID.
|
772
658
|
# @return [String]
|
@@ -827,16 +713,6 @@ module Aws::Chime
|
|
827
713
|
include Aws::Structure
|
828
714
|
end
|
829
715
|
|
830
|
-
# @note When making an API call, you may pass BatchCreateChannelMembershipRequest
|
831
|
-
# data as a hash:
|
832
|
-
#
|
833
|
-
# {
|
834
|
-
# channel_arn: "ChimeArn", # required
|
835
|
-
# type: "DEFAULT", # accepts DEFAULT, HIDDEN
|
836
|
-
# member_arns: ["ChimeArn"], # required
|
837
|
-
# chime_bearer: "ChimeArn",
|
838
|
-
# }
|
839
|
-
#
|
840
716
|
# @!attribute [rw] channel_arn
|
841
717
|
# The ARN of the channel to which you're adding users.
|
842
718
|
# @return [String]
|
@@ -887,20 +763,6 @@ module Aws::Chime
|
|
887
763
|
include Aws::Structure
|
888
764
|
end
|
889
765
|
|
890
|
-
# @note When making an API call, you may pass BatchCreateRoomMembershipRequest
|
891
|
-
# data as a hash:
|
892
|
-
#
|
893
|
-
# {
|
894
|
-
# account_id: "NonEmptyString", # required
|
895
|
-
# room_id: "NonEmptyString", # required
|
896
|
-
# membership_item_list: [ # required
|
897
|
-
# {
|
898
|
-
# member_id: "NonEmptyString",
|
899
|
-
# role: "Administrator", # accepts Administrator, Member
|
900
|
-
# },
|
901
|
-
# ],
|
902
|
-
# }
|
903
|
-
#
|
904
766
|
# @!attribute [rw] account_id
|
905
767
|
# The Amazon Chime account ID.
|
906
768
|
# @return [String]
|
@@ -937,13 +799,6 @@ module Aws::Chime
|
|
937
799
|
include Aws::Structure
|
938
800
|
end
|
939
801
|
|
940
|
-
# @note When making an API call, you may pass BatchDeletePhoneNumberRequest
|
941
|
-
# data as a hash:
|
942
|
-
#
|
943
|
-
# {
|
944
|
-
# phone_number_ids: ["String"], # required
|
945
|
-
# }
|
946
|
-
#
|
947
802
|
# @!attribute [rw] phone_number_ids
|
948
803
|
# List of phone number IDs.
|
949
804
|
# @return [Array<String>]
|
@@ -970,14 +825,6 @@ module Aws::Chime
|
|
970
825
|
include Aws::Structure
|
971
826
|
end
|
972
827
|
|
973
|
-
# @note When making an API call, you may pass BatchSuspendUserRequest
|
974
|
-
# data as a hash:
|
975
|
-
#
|
976
|
-
# {
|
977
|
-
# account_id: "NonEmptyString", # required
|
978
|
-
# user_id_list: ["NonEmptyString"], # required
|
979
|
-
# }
|
980
|
-
#
|
981
828
|
# @!attribute [rw] account_id
|
982
829
|
# The Amazon Chime account ID.
|
983
830
|
# @return [String]
|
@@ -1009,14 +856,6 @@ module Aws::Chime
|
|
1009
856
|
include Aws::Structure
|
1010
857
|
end
|
1011
858
|
|
1012
|
-
# @note When making an API call, you may pass BatchUnsuspendUserRequest
|
1013
|
-
# data as a hash:
|
1014
|
-
#
|
1015
|
-
# {
|
1016
|
-
# account_id: "NonEmptyString", # required
|
1017
|
-
# user_id_list: ["NonEmptyString"], # required
|
1018
|
-
# }
|
1019
|
-
#
|
1020
859
|
# @!attribute [rw] account_id
|
1021
860
|
# The Amazon Chime account ID.
|
1022
861
|
# @return [String]
|
@@ -1048,19 +887,6 @@ module Aws::Chime
|
|
1048
887
|
include Aws::Structure
|
1049
888
|
end
|
1050
889
|
|
1051
|
-
# @note When making an API call, you may pass BatchUpdatePhoneNumberRequest
|
1052
|
-
# data as a hash:
|
1053
|
-
#
|
1054
|
-
# {
|
1055
|
-
# update_phone_number_request_items: [ # required
|
1056
|
-
# {
|
1057
|
-
# phone_number_id: "NonEmptyString", # required
|
1058
|
-
# product_type: "BusinessCalling", # accepts BusinessCalling, VoiceConnector, SipMediaApplicationDialIn
|
1059
|
-
# calling_name: "CallingName",
|
1060
|
-
# },
|
1061
|
-
# ],
|
1062
|
-
# }
|
1063
|
-
#
|
1064
890
|
# @!attribute [rw] update_phone_number_request_items
|
1065
891
|
# The request containing the phone number IDs and product types or
|
1066
892
|
# calling names to update.
|
@@ -1088,24 +914,6 @@ module Aws::Chime
|
|
1088
914
|
include Aws::Structure
|
1089
915
|
end
|
1090
916
|
|
1091
|
-
# @note When making an API call, you may pass BatchUpdateUserRequest
|
1092
|
-
# data as a hash:
|
1093
|
-
#
|
1094
|
-
# {
|
1095
|
-
# account_id: "NonEmptyString", # required
|
1096
|
-
# update_user_request_items: [ # required
|
1097
|
-
# {
|
1098
|
-
# user_id: "NonEmptyString", # required
|
1099
|
-
# license_type: "Basic", # accepts Basic, Plus, Pro, ProTrial
|
1100
|
-
# user_type: "PrivateUser", # accepts PrivateUser, SharedDevice
|
1101
|
-
# alexa_for_business_metadata: {
|
1102
|
-
# is_alexa_for_business_enabled: false,
|
1103
|
-
# alexa_for_business_room_arn: "SensitiveString",
|
1104
|
-
# },
|
1105
|
-
# },
|
1106
|
-
# ],
|
1107
|
-
# }
|
1108
|
-
#
|
1109
917
|
# @!attribute [rw] account_id
|
1110
918
|
# The Amazon Chime account ID.
|
1111
919
|
# @return [String]
|
@@ -1197,13 +1005,6 @@ module Aws::Chime
|
|
1197
1005
|
# AWS account. Includes any Amazon S3 buckets designated for storing
|
1198
1006
|
# call detail records.
|
1199
1007
|
#
|
1200
|
-
# @note When making an API call, you may pass BusinessCallingSettings
|
1201
|
-
# data as a hash:
|
1202
|
-
#
|
1203
|
-
# {
|
1204
|
-
# cdr_bucket: "String",
|
1205
|
-
# }
|
1206
|
-
#
|
1207
1008
|
# @!attribute [rw] cdr_bucket
|
1208
1009
|
# The Amazon S3 bucket designated for call detail record storage.
|
1209
1010
|
# @return [String]
|
@@ -1606,13 +1407,6 @@ module Aws::Chime
|
|
1606
1407
|
|
1607
1408
|
# The details of the retention settings for a channel.
|
1608
1409
|
#
|
1609
|
-
# @note When making an API call, you may pass ChannelRetentionSettings
|
1610
|
-
# data as a hash:
|
1611
|
-
#
|
1612
|
-
# {
|
1613
|
-
# retention_days: 1,
|
1614
|
-
# }
|
1615
|
-
#
|
1616
1410
|
# @!attribute [rw] retention_days
|
1617
1411
|
# The time in days to retain the messages in a channel.
|
1618
1412
|
# @return [Integer]
|
@@ -1668,31 +1462,6 @@ module Aws::Chime
|
|
1668
1462
|
# specified media capture pipeline. `SourceType` must be
|
1669
1463
|
# `ChimeSdkMeeting`.
|
1670
1464
|
#
|
1671
|
-
# @note When making an API call, you may pass ChimeSdkMeetingConfiguration
|
1672
|
-
# data as a hash:
|
1673
|
-
#
|
1674
|
-
# {
|
1675
|
-
# source_configuration: {
|
1676
|
-
# selected_video_streams: {
|
1677
|
-
# attendee_ids: ["GuidString"],
|
1678
|
-
# external_user_ids: ["ExternalUserIdType"],
|
1679
|
-
# },
|
1680
|
-
# },
|
1681
|
-
# artifacts_configuration: {
|
1682
|
-
# audio: { # required
|
1683
|
-
# mux_type: "AudioOnly", # required, accepts AudioOnly, AudioWithActiveSpeakerVideo
|
1684
|
-
# },
|
1685
|
-
# video: { # required
|
1686
|
-
# state: "Enabled", # required, accepts Enabled, Disabled
|
1687
|
-
# mux_type: "VideoOnly", # accepts VideoOnly
|
1688
|
-
# },
|
1689
|
-
# content: { # required
|
1690
|
-
# state: "Enabled", # required, accepts Enabled, Disabled
|
1691
|
-
# mux_type: "ContentOnly", # accepts ContentOnly
|
1692
|
-
# },
|
1693
|
-
# },
|
1694
|
-
# }
|
1695
|
-
#
|
1696
1465
|
# @!attribute [rw] source_configuration
|
1697
1466
|
# The source configuration for a specified media capture pipline.
|
1698
1467
|
# @return [Types::SourceConfiguration]
|
@@ -1730,14 +1499,6 @@ module Aws::Chime
|
|
1730
1499
|
|
1731
1500
|
# The content artifact object.
|
1732
1501
|
#
|
1733
|
-
# @note When making an API call, you may pass ContentArtifactsConfiguration
|
1734
|
-
# data as a hash:
|
1735
|
-
#
|
1736
|
-
# {
|
1737
|
-
# state: "Enabled", # required, accepts Enabled, Disabled
|
1738
|
-
# mux_type: "ContentOnly", # accepts ContentOnly
|
1739
|
-
# }
|
1740
|
-
#
|
1741
1502
|
# @!attribute [rw] state
|
1742
1503
|
# Indicates whether the content artifact is enabled or disabled.
|
1743
1504
|
# @return [String]
|
@@ -1758,13 +1519,6 @@ module Aws::Chime
|
|
1758
1519
|
# The retention settings that determine how long to retain conversation
|
1759
1520
|
# messages for an Amazon Chime Enterprise account.
|
1760
1521
|
#
|
1761
|
-
# @note When making an API call, you may pass ConversationRetentionSettings
|
1762
|
-
# data as a hash:
|
1763
|
-
#
|
1764
|
-
# {
|
1765
|
-
# retention_days: 1,
|
1766
|
-
# }
|
1767
|
-
#
|
1768
1522
|
# @!attribute [rw] retention_days
|
1769
1523
|
# The number of days for which to retain conversation messages.
|
1770
1524
|
# @return [Integer]
|
@@ -1777,13 +1531,6 @@ module Aws::Chime
|
|
1777
1531
|
include Aws::Structure
|
1778
1532
|
end
|
1779
1533
|
|
1780
|
-
# @note When making an API call, you may pass CreateAccountRequest
|
1781
|
-
# data as a hash:
|
1782
|
-
#
|
1783
|
-
# {
|
1784
|
-
# name: "AccountName", # required
|
1785
|
-
# }
|
1786
|
-
#
|
1787
1534
|
# @!attribute [rw] name
|
1788
1535
|
# The name of the Amazon Chime account.
|
1789
1536
|
# @return [String]
|
@@ -1808,14 +1555,6 @@ module Aws::Chime
|
|
1808
1555
|
include Aws::Structure
|
1809
1556
|
end
|
1810
1557
|
|
1811
|
-
# @note When making an API call, you may pass CreateAppInstanceAdminRequest
|
1812
|
-
# data as a hash:
|
1813
|
-
#
|
1814
|
-
# {
|
1815
|
-
# app_instance_admin_arn: "ChimeArn", # required
|
1816
|
-
# app_instance_arn: "ChimeArn", # required
|
1817
|
-
# }
|
1818
|
-
#
|
1819
1558
|
# @!attribute [rw] app_instance_admin_arn
|
1820
1559
|
# The ARN of the administrator of the current `AppInstance`.
|
1821
1560
|
# @return [String]
|
@@ -1850,21 +1589,6 @@ module Aws::Chime
|
|
1850
1589
|
include Aws::Structure
|
1851
1590
|
end
|
1852
1591
|
|
1853
|
-
# @note When making an API call, you may pass CreateAppInstanceRequest
|
1854
|
-
# data as a hash:
|
1855
|
-
#
|
1856
|
-
# {
|
1857
|
-
# name: "NonEmptyResourceName", # required
|
1858
|
-
# metadata: "Metadata",
|
1859
|
-
# client_request_token: "ClientRequestToken", # required
|
1860
|
-
# tags: [
|
1861
|
-
# {
|
1862
|
-
# key: "TagKey", # required
|
1863
|
-
# value: "TagValue", # required
|
1864
|
-
# },
|
1865
|
-
# ],
|
1866
|
-
# }
|
1867
|
-
#
|
1868
1592
|
# @!attribute [rw] name
|
1869
1593
|
# The name of the `AppInstance`.
|
1870
1594
|
# @return [String]
|
@@ -1907,23 +1631,6 @@ module Aws::Chime
|
|
1907
1631
|
include Aws::Structure
|
1908
1632
|
end
|
1909
1633
|
|
1910
|
-
# @note When making an API call, you may pass CreateAppInstanceUserRequest
|
1911
|
-
# data as a hash:
|
1912
|
-
#
|
1913
|
-
# {
|
1914
|
-
# app_instance_arn: "ChimeArn", # required
|
1915
|
-
# app_instance_user_id: "UserId", # required
|
1916
|
-
# name: "UserName", # required
|
1917
|
-
# metadata: "Metadata",
|
1918
|
-
# client_request_token: "ClientRequestToken", # required
|
1919
|
-
# tags: [
|
1920
|
-
# {
|
1921
|
-
# key: "TagKey", # required
|
1922
|
-
# value: "TagValue", # required
|
1923
|
-
# },
|
1924
|
-
# ],
|
1925
|
-
# }
|
1926
|
-
#
|
1927
1634
|
# @!attribute [rw] app_instance_arn
|
1928
1635
|
# The ARN of the `AppInstance` request.
|
1929
1636
|
# @return [String]
|
@@ -2003,20 +1710,6 @@ module Aws::Chime
|
|
2003
1710
|
include Aws::Structure
|
2004
1711
|
end
|
2005
1712
|
|
2006
|
-
# @note When making an API call, you may pass CreateAttendeeRequest
|
2007
|
-
# data as a hash:
|
2008
|
-
#
|
2009
|
-
# {
|
2010
|
-
# meeting_id: "GuidString", # required
|
2011
|
-
# external_user_id: "ExternalUserIdType", # required
|
2012
|
-
# tags: [
|
2013
|
-
# {
|
2014
|
-
# key: "TagKey", # required
|
2015
|
-
# value: "TagValue", # required
|
2016
|
-
# },
|
2017
|
-
# ],
|
2018
|
-
# }
|
2019
|
-
#
|
2020
1713
|
# @!attribute [rw] meeting_id
|
2021
1714
|
# The Amazon Chime SDK meeting ID.
|
2022
1715
|
# @return [String]
|
@@ -2043,19 +1736,6 @@ module Aws::Chime
|
|
2043
1736
|
# The Amazon Chime SDK attendee fields to create, used with the
|
2044
1737
|
# BatchCreateAttendee action.
|
2045
1738
|
#
|
2046
|
-
# @note When making an API call, you may pass CreateAttendeeRequestItem
|
2047
|
-
# data as a hash:
|
2048
|
-
#
|
2049
|
-
# {
|
2050
|
-
# external_user_id: "ExternalUserIdType", # required
|
2051
|
-
# tags: [
|
2052
|
-
# {
|
2053
|
-
# key: "TagKey", # required
|
2054
|
-
# value: "TagValue", # required
|
2055
|
-
# },
|
2056
|
-
# ],
|
2057
|
-
# }
|
2058
|
-
#
|
2059
1739
|
# @!attribute [rw] external_user_id
|
2060
1740
|
# The Amazon Chime SDK external user ID. An idempotency token. Links
|
2061
1741
|
# the attendee to an identity managed by a builder application.
|
@@ -2086,15 +1766,6 @@ module Aws::Chime
|
|
2086
1766
|
include Aws::Structure
|
2087
1767
|
end
|
2088
1768
|
|
2089
|
-
# @note When making an API call, you may pass CreateBotRequest
|
2090
|
-
# data as a hash:
|
2091
|
-
#
|
2092
|
-
# {
|
2093
|
-
# account_id: "NonEmptyString", # required
|
2094
|
-
# display_name: "SensitiveString", # required
|
2095
|
-
# domain: "NonEmptyString",
|
2096
|
-
# }
|
2097
|
-
#
|
2098
1769
|
# @!attribute [rw] account_id
|
2099
1770
|
# The Amazon Chime account ID.
|
2100
1771
|
# @return [String]
|
@@ -2129,15 +1800,6 @@ module Aws::Chime
|
|
2129
1800
|
include Aws::Structure
|
2130
1801
|
end
|
2131
1802
|
|
2132
|
-
# @note When making an API call, you may pass CreateChannelBanRequest
|
2133
|
-
# data as a hash:
|
2134
|
-
#
|
2135
|
-
# {
|
2136
|
-
# channel_arn: "ChimeArn", # required
|
2137
|
-
# member_arn: "ChimeArn", # required
|
2138
|
-
# chime_bearer: "ChimeArn",
|
2139
|
-
# }
|
2140
|
-
#
|
2141
1803
|
# @!attribute [rw] channel_arn
|
2142
1804
|
# The ARN of the ban request.
|
2143
1805
|
# @return [String]
|
@@ -2178,16 +1840,6 @@ module Aws::Chime
|
|
2178
1840
|
include Aws::Structure
|
2179
1841
|
end
|
2180
1842
|
|
2181
|
-
# @note When making an API call, you may pass CreateChannelMembershipRequest
|
2182
|
-
# data as a hash:
|
2183
|
-
#
|
2184
|
-
# {
|
2185
|
-
# channel_arn: "ChimeArn", # required
|
2186
|
-
# member_arn: "ChimeArn", # required
|
2187
|
-
# type: "DEFAULT", # required, accepts DEFAULT, HIDDEN
|
2188
|
-
# chime_bearer: "ChimeArn",
|
2189
|
-
# }
|
2190
|
-
#
|
2191
1843
|
# @!attribute [rw] channel_arn
|
2192
1844
|
# The ARN of the channel to which you're adding users.
|
2193
1845
|
# @return [String]
|
@@ -2236,15 +1888,6 @@ module Aws::Chime
|
|
2236
1888
|
include Aws::Structure
|
2237
1889
|
end
|
2238
1890
|
|
2239
|
-
# @note When making an API call, you may pass CreateChannelModeratorRequest
|
2240
|
-
# data as a hash:
|
2241
|
-
#
|
2242
|
-
# {
|
2243
|
-
# channel_arn: "ChimeArn", # required
|
2244
|
-
# channel_moderator_arn: "ChimeArn", # required
|
2245
|
-
# chime_bearer: "ChimeArn",
|
2246
|
-
# }
|
2247
|
-
#
|
2248
1891
|
# @!attribute [rw] channel_arn
|
2249
1892
|
# The ARN of the channel.
|
2250
1893
|
# @return [String]
|
@@ -2284,25 +1927,6 @@ module Aws::Chime
|
|
2284
1927
|
include Aws::Structure
|
2285
1928
|
end
|
2286
1929
|
|
2287
|
-
# @note When making an API call, you may pass CreateChannelRequest
|
2288
|
-
# data as a hash:
|
2289
|
-
#
|
2290
|
-
# {
|
2291
|
-
# app_instance_arn: "ChimeArn", # required
|
2292
|
-
# name: "NonEmptyResourceName", # required
|
2293
|
-
# mode: "UNRESTRICTED", # accepts UNRESTRICTED, RESTRICTED
|
2294
|
-
# privacy: "PUBLIC", # accepts PUBLIC, PRIVATE
|
2295
|
-
# metadata: "Metadata",
|
2296
|
-
# client_request_token: "ClientRequestToken", # required
|
2297
|
-
# tags: [
|
2298
|
-
# {
|
2299
|
-
# key: "TagKey", # required
|
2300
|
-
# value: "TagValue", # required
|
2301
|
-
# },
|
2302
|
-
# ],
|
2303
|
-
# chime_bearer: "ChimeArn",
|
2304
|
-
# }
|
2305
|
-
#
|
2306
1930
|
# @!attribute [rw] app_instance_arn
|
2307
1931
|
# The ARN of the channel request.
|
2308
1932
|
# @return [String]
|
@@ -2370,38 +1994,6 @@ module Aws::Chime
|
|
2370
1994
|
include Aws::Structure
|
2371
1995
|
end
|
2372
1996
|
|
2373
|
-
# @note When making an API call, you may pass CreateMediaCapturePipelineRequest
|
2374
|
-
# data as a hash:
|
2375
|
-
#
|
2376
|
-
# {
|
2377
|
-
# source_type: "ChimeSdkMeeting", # required, accepts ChimeSdkMeeting
|
2378
|
-
# source_arn: "Arn", # required
|
2379
|
-
# sink_type: "S3Bucket", # required, accepts S3Bucket
|
2380
|
-
# sink_arn: "Arn", # required
|
2381
|
-
# client_request_token: "ClientRequestToken",
|
2382
|
-
# chime_sdk_meeting_configuration: {
|
2383
|
-
# source_configuration: {
|
2384
|
-
# selected_video_streams: {
|
2385
|
-
# attendee_ids: ["GuidString"],
|
2386
|
-
# external_user_ids: ["ExternalUserIdType"],
|
2387
|
-
# },
|
2388
|
-
# },
|
2389
|
-
# artifacts_configuration: {
|
2390
|
-
# audio: { # required
|
2391
|
-
# mux_type: "AudioOnly", # required, accepts AudioOnly, AudioWithActiveSpeakerVideo
|
2392
|
-
# },
|
2393
|
-
# video: { # required
|
2394
|
-
# state: "Enabled", # required, accepts Enabled, Disabled
|
2395
|
-
# mux_type: "VideoOnly", # accepts VideoOnly
|
2396
|
-
# },
|
2397
|
-
# content: { # required
|
2398
|
-
# state: "Enabled", # required, accepts Enabled, Disabled
|
2399
|
-
# mux_type: "ContentOnly", # accepts ContentOnly
|
2400
|
-
# },
|
2401
|
-
# },
|
2402
|
-
# },
|
2403
|
-
# }
|
2404
|
-
#
|
2405
1997
|
# @!attribute [rw] source_type
|
2406
1998
|
# Source type from which the media artifacts will be captured. A Chime
|
2407
1999
|
# SDK Meeting is the only supported source.
|
@@ -2458,16 +2050,6 @@ module Aws::Chime
|
|
2458
2050
|
include Aws::Structure
|
2459
2051
|
end
|
2460
2052
|
|
2461
|
-
# @note When making an API call, you may pass CreateMeetingDialOutRequest
|
2462
|
-
# data as a hash:
|
2463
|
-
#
|
2464
|
-
# {
|
2465
|
-
# meeting_id: "GuidString", # required
|
2466
|
-
# from_phone_number: "E164PhoneNumber", # required
|
2467
|
-
# to_phone_number: "E164PhoneNumber", # required
|
2468
|
-
# join_token: "JoinTokenString", # required
|
2469
|
-
# }
|
2470
|
-
#
|
2471
2053
|
# @!attribute [rw] meeting_id
|
2472
2054
|
# The Amazon Chime SDK meeting ID.
|
2473
2055
|
# @return [String]
|
@@ -2513,26 +2095,6 @@ module Aws::Chime
|
|
2513
2095
|
include Aws::Structure
|
2514
2096
|
end
|
2515
2097
|
|
2516
|
-
# @note When making an API call, you may pass CreateMeetingRequest
|
2517
|
-
# data as a hash:
|
2518
|
-
#
|
2519
|
-
# {
|
2520
|
-
# client_request_token: "ClientRequestToken", # required
|
2521
|
-
# external_meeting_id: "ExternalMeetingIdType",
|
2522
|
-
# meeting_host_id: "ExternalUserIdType",
|
2523
|
-
# media_region: "String",
|
2524
|
-
# tags: [
|
2525
|
-
# {
|
2526
|
-
# key: "TagKey", # required
|
2527
|
-
# value: "TagValue", # required
|
2528
|
-
# },
|
2529
|
-
# ],
|
2530
|
-
# notifications_configuration: {
|
2531
|
-
# sns_topic_arn: "Arn",
|
2532
|
-
# sqs_queue_arn: "Arn",
|
2533
|
-
# },
|
2534
|
-
# }
|
2535
|
-
#
|
2536
2098
|
# @!attribute [rw] client_request_token
|
2537
2099
|
# The unique identifier for the client request. Use a different token
|
2538
2100
|
# for different meetings.
|
@@ -2594,37 +2156,6 @@ module Aws::Chime
|
|
2594
2156
|
include Aws::Structure
|
2595
2157
|
end
|
2596
2158
|
|
2597
|
-
# @note When making an API call, you may pass CreateMeetingWithAttendeesRequest
|
2598
|
-
# data as a hash:
|
2599
|
-
#
|
2600
|
-
# {
|
2601
|
-
# client_request_token: "ClientRequestToken", # required
|
2602
|
-
# external_meeting_id: "ExternalMeetingIdType",
|
2603
|
-
# meeting_host_id: "ExternalUserIdType",
|
2604
|
-
# media_region: "String",
|
2605
|
-
# tags: [
|
2606
|
-
# {
|
2607
|
-
# key: "TagKey", # required
|
2608
|
-
# value: "TagValue", # required
|
2609
|
-
# },
|
2610
|
-
# ],
|
2611
|
-
# notifications_configuration: {
|
2612
|
-
# sns_topic_arn: "Arn",
|
2613
|
-
# sqs_queue_arn: "Arn",
|
2614
|
-
# },
|
2615
|
-
# attendees: [
|
2616
|
-
# {
|
2617
|
-
# external_user_id: "ExternalUserIdType", # required
|
2618
|
-
# tags: [
|
2619
|
-
# {
|
2620
|
-
# key: "TagKey", # required
|
2621
|
-
# value: "TagValue", # required
|
2622
|
-
# },
|
2623
|
-
# ],
|
2624
|
-
# },
|
2625
|
-
# ],
|
2626
|
-
# }
|
2627
|
-
#
|
2628
2159
|
# @!attribute [rw] client_request_token
|
2629
2160
|
# The unique identifier for the client request. Use a different token
|
2630
2161
|
# for different meetings.
|
@@ -2704,14 +2235,6 @@ module Aws::Chime
|
|
2704
2235
|
include Aws::Structure
|
2705
2236
|
end
|
2706
2237
|
|
2707
|
-
# @note When making an API call, you may pass CreatePhoneNumberOrderRequest
|
2708
|
-
# data as a hash:
|
2709
|
-
#
|
2710
|
-
# {
|
2711
|
-
# product_type: "BusinessCalling", # required, accepts BusinessCalling, VoiceConnector, SipMediaApplicationDialIn
|
2712
|
-
# e164_phone_numbers: ["E164PhoneNumber"], # required
|
2713
|
-
# }
|
2714
|
-
#
|
2715
2238
|
# @!attribute [rw] product_type
|
2716
2239
|
# The phone number product type.
|
2717
2240
|
# @return [String]
|
@@ -2741,23 +2264,6 @@ module Aws::Chime
|
|
2741
2264
|
include Aws::Structure
|
2742
2265
|
end
|
2743
2266
|
|
2744
|
-
# @note When making an API call, you may pass CreateProxySessionRequest
|
2745
|
-
# data as a hash:
|
2746
|
-
#
|
2747
|
-
# {
|
2748
|
-
# voice_connector_id: "NonEmptyString128", # required
|
2749
|
-
# participant_phone_numbers: ["E164PhoneNumber"], # required
|
2750
|
-
# name: "ProxySessionNameString",
|
2751
|
-
# expiry_minutes: 1,
|
2752
|
-
# capabilities: ["Voice"], # required, accepts Voice, SMS
|
2753
|
-
# number_selection_behavior: "PreferSticky", # accepts PreferSticky, AvoidSticky
|
2754
|
-
# geo_match_level: "Country", # accepts Country, AreaCode
|
2755
|
-
# geo_match_params: {
|
2756
|
-
# country: "Country", # required
|
2757
|
-
# area_code: "AreaCode", # required
|
2758
|
-
# },
|
2759
|
-
# }
|
2760
|
-
#
|
2761
2267
|
# @!attribute [rw] voice_connector_id
|
2762
2268
|
# The Amazon Chime voice connector ID.
|
2763
2269
|
# @return [String]
|
@@ -2819,16 +2325,6 @@ module Aws::Chime
|
|
2819
2325
|
include Aws::Structure
|
2820
2326
|
end
|
2821
2327
|
|
2822
|
-
# @note When making an API call, you may pass CreateRoomMembershipRequest
|
2823
|
-
# data as a hash:
|
2824
|
-
#
|
2825
|
-
# {
|
2826
|
-
# account_id: "NonEmptyString", # required
|
2827
|
-
# room_id: "NonEmptyString", # required
|
2828
|
-
# member_id: "NonEmptyString", # required
|
2829
|
-
# role: "Administrator", # accepts Administrator, Member
|
2830
|
-
# }
|
2831
|
-
#
|
2832
2328
|
# @!attribute [rw] account_id
|
2833
2329
|
# The Amazon Chime account ID.
|
2834
2330
|
# @return [String]
|
@@ -2868,15 +2364,6 @@ module Aws::Chime
|
|
2868
2364
|
include Aws::Structure
|
2869
2365
|
end
|
2870
2366
|
|
2871
|
-
# @note When making an API call, you may pass CreateRoomRequest
|
2872
|
-
# data as a hash:
|
2873
|
-
#
|
2874
|
-
# {
|
2875
|
-
# account_id: "NonEmptyString", # required
|
2876
|
-
# name: "SensitiveString", # required
|
2877
|
-
# client_request_token: "ClientRequestToken",
|
2878
|
-
# }
|
2879
|
-
#
|
2880
2367
|
# @!attribute [rw] account_id
|
2881
2368
|
# The Amazon Chime account ID.
|
2882
2369
|
# @return [String]
|
@@ -2914,18 +2401,6 @@ module Aws::Chime
|
|
2914
2401
|
include Aws::Structure
|
2915
2402
|
end
|
2916
2403
|
|
2917
|
-
# @note When making an API call, you may pass CreateSipMediaApplicationCallRequest
|
2918
|
-
# data as a hash:
|
2919
|
-
#
|
2920
|
-
# {
|
2921
|
-
# from_phone_number: "E164PhoneNumber", # required
|
2922
|
-
# to_phone_number: "E164PhoneNumber", # required
|
2923
|
-
# sip_media_application_id: "NonEmptyString", # required
|
2924
|
-
# sip_headers: {
|
2925
|
-
# "SensitiveString" => "SensitiveString",
|
2926
|
-
# },
|
2927
|
-
# }
|
2928
|
-
#
|
2929
2404
|
# @!attribute [rw] from_phone_number
|
2930
2405
|
# The phone number that a user calls from. This is a phone number in
|
2931
2406
|
# your Amazon Chime phone number inventory.
|
@@ -2966,19 +2441,6 @@ module Aws::Chime
|
|
2966
2441
|
include Aws::Structure
|
2967
2442
|
end
|
2968
2443
|
|
2969
|
-
# @note When making an API call, you may pass CreateSipMediaApplicationRequest
|
2970
|
-
# data as a hash:
|
2971
|
-
#
|
2972
|
-
# {
|
2973
|
-
# aws_region: "String", # required
|
2974
|
-
# name: "SipMediaApplicationName", # required
|
2975
|
-
# endpoints: [ # required
|
2976
|
-
# {
|
2977
|
-
# lambda_arn: "FunctionArn",
|
2978
|
-
# },
|
2979
|
-
# ],
|
2980
|
-
# }
|
2981
|
-
#
|
2982
2444
|
# @!attribute [rw] aws_region
|
2983
2445
|
# The AWS Region assigned to the SIP media application.
|
2984
2446
|
# @return [String]
|
@@ -3014,23 +2476,6 @@ module Aws::Chime
|
|
3014
2476
|
include Aws::Structure
|
3015
2477
|
end
|
3016
2478
|
|
3017
|
-
# @note When making an API call, you may pass CreateSipRuleRequest
|
3018
|
-
# data as a hash:
|
3019
|
-
#
|
3020
|
-
# {
|
3021
|
-
# name: "SipRuleName", # required
|
3022
|
-
# trigger_type: "ToPhoneNumber", # required, accepts ToPhoneNumber, RequestUriHostname
|
3023
|
-
# trigger_value: "NonEmptyString", # required
|
3024
|
-
# disabled: false,
|
3025
|
-
# target_applications: [ # required
|
3026
|
-
# {
|
3027
|
-
# sip_media_application_id: "NonEmptyString",
|
3028
|
-
# priority: 1,
|
3029
|
-
# aws_region: "String",
|
3030
|
-
# },
|
3031
|
-
# ],
|
3032
|
-
# }
|
3033
|
-
#
|
3034
2479
|
# @!attribute [rw] name
|
3035
2480
|
# The name of the SIP rule.
|
3036
2481
|
# @return [String]
|
@@ -3085,16 +2530,6 @@ module Aws::Chime
|
|
3085
2530
|
include Aws::Structure
|
3086
2531
|
end
|
3087
2532
|
|
3088
|
-
# @note When making an API call, you may pass CreateUserRequest
|
3089
|
-
# data as a hash:
|
3090
|
-
#
|
3091
|
-
# {
|
3092
|
-
# account_id: "NonEmptyString", # required
|
3093
|
-
# username: "String",
|
3094
|
-
# email: "EmailAddress",
|
3095
|
-
# user_type: "PrivateUser", # accepts PrivateUser, SharedDevice
|
3096
|
-
# }
|
3097
|
-
#
|
3098
2533
|
# @!attribute [rw] account_id
|
3099
2534
|
# The Amazon Chime account ID.
|
3100
2535
|
# @return [String]
|
@@ -3134,19 +2569,6 @@ module Aws::Chime
|
|
3134
2569
|
include Aws::Structure
|
3135
2570
|
end
|
3136
2571
|
|
3137
|
-
# @note When making an API call, you may pass CreateVoiceConnectorGroupRequest
|
3138
|
-
# data as a hash:
|
3139
|
-
#
|
3140
|
-
# {
|
3141
|
-
# name: "VoiceConnectorGroupName", # required
|
3142
|
-
# voice_connector_items: [
|
3143
|
-
# {
|
3144
|
-
# voice_connector_id: "NonEmptyString", # required
|
3145
|
-
# priority: 1, # required
|
3146
|
-
# },
|
3147
|
-
# ],
|
3148
|
-
# }
|
3149
|
-
#
|
3150
2572
|
# @!attribute [rw] name
|
3151
2573
|
# The name of the Amazon Chime Voice Connector group.
|
3152
2574
|
# @return [String]
|
@@ -3176,15 +2598,6 @@ module Aws::Chime
|
|
3176
2598
|
include Aws::Structure
|
3177
2599
|
end
|
3178
2600
|
|
3179
|
-
# @note When making an API call, you may pass CreateVoiceConnectorRequest
|
3180
|
-
# data as a hash:
|
3181
|
-
#
|
3182
|
-
# {
|
3183
|
-
# name: "VoiceConnectorName", # required
|
3184
|
-
# aws_region: "us-east-1", # accepts us-east-1, us-west-2
|
3185
|
-
# require_encryption: false, # required
|
3186
|
-
# }
|
3187
|
-
#
|
3188
2601
|
# @!attribute [rw] name
|
3189
2602
|
# The name of the Amazon Chime Voice Connector.
|
3190
2603
|
# @return [String]
|
@@ -3224,14 +2637,6 @@ module Aws::Chime
|
|
3224
2637
|
# The SIP credentials used to authenticate requests to your Amazon Chime
|
3225
2638
|
# Voice Connector.
|
3226
2639
|
#
|
3227
|
-
# @note When making an API call, you may pass Credential
|
3228
|
-
# data as a hash:
|
3229
|
-
#
|
3230
|
-
# {
|
3231
|
-
# username: "SensitiveString",
|
3232
|
-
# password: "SensitiveString",
|
3233
|
-
# }
|
3234
|
-
#
|
3235
2640
|
# @!attribute [rw] username
|
3236
2641
|
# The RFC2617 compliant user name associated with the SIP credentials,
|
3237
2642
|
# in US-ASCII format.
|
@@ -3255,15 +2660,6 @@ module Aws::Chime
|
|
3255
2660
|
# configuration details associated with an Amazon Chime Voice
|
3256
2661
|
# Connector's emergency calling configuration.
|
3257
2662
|
#
|
3258
|
-
# @note When making an API call, you may pass DNISEmergencyCallingConfiguration
|
3259
|
-
# data as a hash:
|
3260
|
-
#
|
3261
|
-
# {
|
3262
|
-
# emergency_phone_number: "E164PhoneNumber", # required
|
3263
|
-
# test_phone_number: "E164PhoneNumber",
|
3264
|
-
# calling_country: "Alpha2CountryCode", # required
|
3265
|
-
# }
|
3266
|
-
#
|
3267
2663
|
# @!attribute [rw] emergency_phone_number
|
3268
2664
|
# The DNIS phone number to route emergency calls to, in E.164 format.
|
3269
2665
|
# @return [String]
|
@@ -3288,13 +2684,6 @@ module Aws::Chime
|
|
3288
2684
|
include Aws::Structure
|
3289
2685
|
end
|
3290
2686
|
|
3291
|
-
# @note When making an API call, you may pass DeleteAccountRequest
|
3292
|
-
# data as a hash:
|
3293
|
-
#
|
3294
|
-
# {
|
3295
|
-
# account_id: "NonEmptyString", # required
|
3296
|
-
# }
|
3297
|
-
#
|
3298
2687
|
# @!attribute [rw] account_id
|
3299
2688
|
# The Amazon Chime account ID.
|
3300
2689
|
# @return [String]
|
@@ -3311,14 +2700,6 @@ module Aws::Chime
|
|
3311
2700
|
#
|
3312
2701
|
class DeleteAccountResponse < Aws::EmptyStructure; end
|
3313
2702
|
|
3314
|
-
# @note When making an API call, you may pass DeleteAppInstanceAdminRequest
|
3315
|
-
# data as a hash:
|
3316
|
-
#
|
3317
|
-
# {
|
3318
|
-
# app_instance_admin_arn: "ChimeArn", # required
|
3319
|
-
# app_instance_arn: "ChimeArn", # required
|
3320
|
-
# }
|
3321
|
-
#
|
3322
2703
|
# @!attribute [rw] app_instance_admin_arn
|
3323
2704
|
# The ARN of the `AppInstance`'s administrator.
|
3324
2705
|
# @return [String]
|
@@ -3336,13 +2717,6 @@ module Aws::Chime
|
|
3336
2717
|
include Aws::Structure
|
3337
2718
|
end
|
3338
2719
|
|
3339
|
-
# @note When making an API call, you may pass DeleteAppInstanceRequest
|
3340
|
-
# data as a hash:
|
3341
|
-
#
|
3342
|
-
# {
|
3343
|
-
# app_instance_arn: "ChimeArn", # required
|
3344
|
-
# }
|
3345
|
-
#
|
3346
2720
|
# @!attribute [rw] app_instance_arn
|
3347
2721
|
# The ARN of the `AppInstance`.
|
3348
2722
|
# @return [String]
|
@@ -3355,13 +2729,6 @@ module Aws::Chime
|
|
3355
2729
|
include Aws::Structure
|
3356
2730
|
end
|
3357
2731
|
|
3358
|
-
# @note When making an API call, you may pass DeleteAppInstanceStreamingConfigurationsRequest
|
3359
|
-
# data as a hash:
|
3360
|
-
#
|
3361
|
-
# {
|
3362
|
-
# app_instance_arn: "ChimeArn", # required
|
3363
|
-
# }
|
3364
|
-
#
|
3365
2732
|
# @!attribute [rw] app_instance_arn
|
3366
2733
|
# The ARN of the streaming configurations being deleted.
|
3367
2734
|
# @return [String]
|
@@ -3374,13 +2741,6 @@ module Aws::Chime
|
|
3374
2741
|
include Aws::Structure
|
3375
2742
|
end
|
3376
2743
|
|
3377
|
-
# @note When making an API call, you may pass DeleteAppInstanceUserRequest
|
3378
|
-
# data as a hash:
|
3379
|
-
#
|
3380
|
-
# {
|
3381
|
-
# app_instance_user_arn: "ChimeArn", # required
|
3382
|
-
# }
|
3383
|
-
#
|
3384
2744
|
# @!attribute [rw] app_instance_user_arn
|
3385
2745
|
# The ARN of the user request being deleted.
|
3386
2746
|
# @return [String]
|
@@ -3393,14 +2753,6 @@ module Aws::Chime
|
|
3393
2753
|
include Aws::Structure
|
3394
2754
|
end
|
3395
2755
|
|
3396
|
-
# @note When making an API call, you may pass DeleteAttendeeRequest
|
3397
|
-
# data as a hash:
|
3398
|
-
#
|
3399
|
-
# {
|
3400
|
-
# meeting_id: "GuidString", # required
|
3401
|
-
# attendee_id: "GuidString", # required
|
3402
|
-
# }
|
3403
|
-
#
|
3404
2756
|
# @!attribute [rw] meeting_id
|
3405
2757
|
# The Amazon Chime SDK meeting ID.
|
3406
2758
|
# @return [String]
|
@@ -3418,15 +2770,6 @@ module Aws::Chime
|
|
3418
2770
|
include Aws::Structure
|
3419
2771
|
end
|
3420
2772
|
|
3421
|
-
# @note When making an API call, you may pass DeleteChannelBanRequest
|
3422
|
-
# data as a hash:
|
3423
|
-
#
|
3424
|
-
# {
|
3425
|
-
# channel_arn: "ChimeArn", # required
|
3426
|
-
# member_arn: "ChimeArn", # required
|
3427
|
-
# chime_bearer: "ChimeArn",
|
3428
|
-
# }
|
3429
|
-
#
|
3430
2773
|
# @!attribute [rw] channel_arn
|
3431
2774
|
# The ARN of the channel from which the `AppInstanceUser` was banned.
|
3432
2775
|
# @return [String]
|
@@ -3449,15 +2792,6 @@ module Aws::Chime
|
|
3449
2792
|
include Aws::Structure
|
3450
2793
|
end
|
3451
2794
|
|
3452
|
-
# @note When making an API call, you may pass DeleteChannelMembershipRequest
|
3453
|
-
# data as a hash:
|
3454
|
-
#
|
3455
|
-
# {
|
3456
|
-
# channel_arn: "ChimeArn", # required
|
3457
|
-
# member_arn: "ChimeArn", # required
|
3458
|
-
# chime_bearer: "ChimeArn",
|
3459
|
-
# }
|
3460
|
-
#
|
3461
2795
|
# @!attribute [rw] channel_arn
|
3462
2796
|
# The ARN of the channel from which you want to remove the user.
|
3463
2797
|
# @return [String]
|
@@ -3480,15 +2814,6 @@ module Aws::Chime
|
|
3480
2814
|
include Aws::Structure
|
3481
2815
|
end
|
3482
2816
|
|
3483
|
-
# @note When making an API call, you may pass DeleteChannelMessageRequest
|
3484
|
-
# data as a hash:
|
3485
|
-
#
|
3486
|
-
# {
|
3487
|
-
# channel_arn: "ChimeArn", # required
|
3488
|
-
# message_id: "MessageId", # required
|
3489
|
-
# chime_bearer: "ChimeArn",
|
3490
|
-
# }
|
3491
|
-
#
|
3492
2817
|
# @!attribute [rw] channel_arn
|
3493
2818
|
# The ARN of the channel.
|
3494
2819
|
# @return [String]
|
@@ -3511,15 +2836,6 @@ module Aws::Chime
|
|
3511
2836
|
include Aws::Structure
|
3512
2837
|
end
|
3513
2838
|
|
3514
|
-
# @note When making an API call, you may pass DeleteChannelModeratorRequest
|
3515
|
-
# data as a hash:
|
3516
|
-
#
|
3517
|
-
# {
|
3518
|
-
# channel_arn: "ChimeArn", # required
|
3519
|
-
# channel_moderator_arn: "ChimeArn", # required
|
3520
|
-
# chime_bearer: "ChimeArn",
|
3521
|
-
# }
|
3522
|
-
#
|
3523
2839
|
# @!attribute [rw] channel_arn
|
3524
2840
|
# The ARN of the channel.
|
3525
2841
|
# @return [String]
|
@@ -3542,14 +2858,6 @@ module Aws::Chime
|
|
3542
2858
|
include Aws::Structure
|
3543
2859
|
end
|
3544
2860
|
|
3545
|
-
# @note When making an API call, you may pass DeleteChannelRequest
|
3546
|
-
# data as a hash:
|
3547
|
-
#
|
3548
|
-
# {
|
3549
|
-
# channel_arn: "ChimeArn", # required
|
3550
|
-
# chime_bearer: "ChimeArn",
|
3551
|
-
# }
|
3552
|
-
#
|
3553
2861
|
# @!attribute [rw] channel_arn
|
3554
2862
|
# The ARN of the channel being deleted.
|
3555
2863
|
# @return [String]
|
@@ -3567,14 +2875,6 @@ module Aws::Chime
|
|
3567
2875
|
include Aws::Structure
|
3568
2876
|
end
|
3569
2877
|
|
3570
|
-
# @note When making an API call, you may pass DeleteEventsConfigurationRequest
|
3571
|
-
# data as a hash:
|
3572
|
-
#
|
3573
|
-
# {
|
3574
|
-
# account_id: "NonEmptyString", # required
|
3575
|
-
# bot_id: "NonEmptyString", # required
|
3576
|
-
# }
|
3577
|
-
#
|
3578
2878
|
# @!attribute [rw] account_id
|
3579
2879
|
# The Amazon Chime account ID.
|
3580
2880
|
# @return [String]
|
@@ -3592,13 +2892,6 @@ module Aws::Chime
|
|
3592
2892
|
include Aws::Structure
|
3593
2893
|
end
|
3594
2894
|
|
3595
|
-
# @note When making an API call, you may pass DeleteMediaCapturePipelineRequest
|
3596
|
-
# data as a hash:
|
3597
|
-
#
|
3598
|
-
# {
|
3599
|
-
# media_pipeline_id: "GuidString", # required
|
3600
|
-
# }
|
3601
|
-
#
|
3602
2895
|
# @!attribute [rw] media_pipeline_id
|
3603
2896
|
# The ID of the media capture pipeline being deleted.
|
3604
2897
|
# @return [String]
|
@@ -3611,13 +2904,6 @@ module Aws::Chime
|
|
3611
2904
|
include Aws::Structure
|
3612
2905
|
end
|
3613
2906
|
|
3614
|
-
# @note When making an API call, you may pass DeleteMeetingRequest
|
3615
|
-
# data as a hash:
|
3616
|
-
#
|
3617
|
-
# {
|
3618
|
-
# meeting_id: "GuidString", # required
|
3619
|
-
# }
|
3620
|
-
#
|
3621
2907
|
# @!attribute [rw] meeting_id
|
3622
2908
|
# The Amazon Chime SDK meeting ID.
|
3623
2909
|
# @return [String]
|
@@ -3630,13 +2916,6 @@ module Aws::Chime
|
|
3630
2916
|
include Aws::Structure
|
3631
2917
|
end
|
3632
2918
|
|
3633
|
-
# @note When making an API call, you may pass DeletePhoneNumberRequest
|
3634
|
-
# data as a hash:
|
3635
|
-
#
|
3636
|
-
# {
|
3637
|
-
# phone_number_id: "String", # required
|
3638
|
-
# }
|
3639
|
-
#
|
3640
2919
|
# @!attribute [rw] phone_number_id
|
3641
2920
|
# The phone number ID.
|
3642
2921
|
# @return [String]
|
@@ -3649,14 +2928,6 @@ module Aws::Chime
|
|
3649
2928
|
include Aws::Structure
|
3650
2929
|
end
|
3651
2930
|
|
3652
|
-
# @note When making an API call, you may pass DeleteProxySessionRequest
|
3653
|
-
# data as a hash:
|
3654
|
-
#
|
3655
|
-
# {
|
3656
|
-
# voice_connector_id: "NonEmptyString128", # required
|
3657
|
-
# proxy_session_id: "NonEmptyString128", # required
|
3658
|
-
# }
|
3659
|
-
#
|
3660
2931
|
# @!attribute [rw] voice_connector_id
|
3661
2932
|
# The Amazon Chime voice connector ID.
|
3662
2933
|
# @return [String]
|
@@ -3674,15 +2945,6 @@ module Aws::Chime
|
|
3674
2945
|
include Aws::Structure
|
3675
2946
|
end
|
3676
2947
|
|
3677
|
-
# @note When making an API call, you may pass DeleteRoomMembershipRequest
|
3678
|
-
# data as a hash:
|
3679
|
-
#
|
3680
|
-
# {
|
3681
|
-
# account_id: "NonEmptyString", # required
|
3682
|
-
# room_id: "NonEmptyString", # required
|
3683
|
-
# member_id: "NonEmptyString", # required
|
3684
|
-
# }
|
3685
|
-
#
|
3686
2948
|
# @!attribute [rw] account_id
|
3687
2949
|
# The Amazon Chime account ID.
|
3688
2950
|
# @return [String]
|
@@ -3705,14 +2967,6 @@ module Aws::Chime
|
|
3705
2967
|
include Aws::Structure
|
3706
2968
|
end
|
3707
2969
|
|
3708
|
-
# @note When making an API call, you may pass DeleteRoomRequest
|
3709
|
-
# data as a hash:
|
3710
|
-
#
|
3711
|
-
# {
|
3712
|
-
# account_id: "NonEmptyString", # required
|
3713
|
-
# room_id: "NonEmptyString", # required
|
3714
|
-
# }
|
3715
|
-
#
|
3716
2970
|
# @!attribute [rw] account_id
|
3717
2971
|
# The Amazon Chime account ID.
|
3718
2972
|
# @return [String]
|
@@ -3730,13 +2984,6 @@ module Aws::Chime
|
|
3730
2984
|
include Aws::Structure
|
3731
2985
|
end
|
3732
2986
|
|
3733
|
-
# @note When making an API call, you may pass DeleteSipMediaApplicationRequest
|
3734
|
-
# data as a hash:
|
3735
|
-
#
|
3736
|
-
# {
|
3737
|
-
# sip_media_application_id: "NonEmptyString", # required
|
3738
|
-
# }
|
3739
|
-
#
|
3740
2987
|
# @!attribute [rw] sip_media_application_id
|
3741
2988
|
# The SIP media application ID.
|
3742
2989
|
# @return [String]
|
@@ -3749,13 +2996,6 @@ module Aws::Chime
|
|
3749
2996
|
include Aws::Structure
|
3750
2997
|
end
|
3751
2998
|
|
3752
|
-
# @note When making an API call, you may pass DeleteSipRuleRequest
|
3753
|
-
# data as a hash:
|
3754
|
-
#
|
3755
|
-
# {
|
3756
|
-
# sip_rule_id: "NonEmptyString", # required
|
3757
|
-
# }
|
3758
|
-
#
|
3759
2999
|
# @!attribute [rw] sip_rule_id
|
3760
3000
|
# The SIP rule ID.
|
3761
3001
|
# @return [String]
|
@@ -3768,13 +3008,6 @@ module Aws::Chime
|
|
3768
3008
|
include Aws::Structure
|
3769
3009
|
end
|
3770
3010
|
|
3771
|
-
# @note When making an API call, you may pass DeleteVoiceConnectorEmergencyCallingConfigurationRequest
|
3772
|
-
# data as a hash:
|
3773
|
-
#
|
3774
|
-
# {
|
3775
|
-
# voice_connector_id: "NonEmptyString", # required
|
3776
|
-
# }
|
3777
|
-
#
|
3778
3011
|
# @!attribute [rw] voice_connector_id
|
3779
3012
|
# The Amazon Chime Voice Connector ID.
|
3780
3013
|
# @return [String]
|
@@ -3787,13 +3020,6 @@ module Aws::Chime
|
|
3787
3020
|
include Aws::Structure
|
3788
3021
|
end
|
3789
3022
|
|
3790
|
-
# @note When making an API call, you may pass DeleteVoiceConnectorGroupRequest
|
3791
|
-
# data as a hash:
|
3792
|
-
#
|
3793
|
-
# {
|
3794
|
-
# voice_connector_group_id: "NonEmptyString", # required
|
3795
|
-
# }
|
3796
|
-
#
|
3797
3023
|
# @!attribute [rw] voice_connector_group_id
|
3798
3024
|
# The Amazon Chime Voice Connector group ID.
|
3799
3025
|
# @return [String]
|
@@ -3806,13 +3032,6 @@ module Aws::Chime
|
|
3806
3032
|
include Aws::Structure
|
3807
3033
|
end
|
3808
3034
|
|
3809
|
-
# @note When making an API call, you may pass DeleteVoiceConnectorOriginationRequest
|
3810
|
-
# data as a hash:
|
3811
|
-
#
|
3812
|
-
# {
|
3813
|
-
# voice_connector_id: "NonEmptyString", # required
|
3814
|
-
# }
|
3815
|
-
#
|
3816
3035
|
# @!attribute [rw] voice_connector_id
|
3817
3036
|
# The Amazon Chime Voice Connector ID.
|
3818
3037
|
# @return [String]
|
@@ -3825,13 +3044,6 @@ module Aws::Chime
|
|
3825
3044
|
include Aws::Structure
|
3826
3045
|
end
|
3827
3046
|
|
3828
|
-
# @note When making an API call, you may pass DeleteVoiceConnectorProxyRequest
|
3829
|
-
# data as a hash:
|
3830
|
-
#
|
3831
|
-
# {
|
3832
|
-
# voice_connector_id: "NonEmptyString128", # required
|
3833
|
-
# }
|
3834
|
-
#
|
3835
3047
|
# @!attribute [rw] voice_connector_id
|
3836
3048
|
# The Amazon Chime Voice Connector ID.
|
3837
3049
|
# @return [String]
|
@@ -3844,13 +3056,6 @@ module Aws::Chime
|
|
3844
3056
|
include Aws::Structure
|
3845
3057
|
end
|
3846
3058
|
|
3847
|
-
# @note When making an API call, you may pass DeleteVoiceConnectorRequest
|
3848
|
-
# data as a hash:
|
3849
|
-
#
|
3850
|
-
# {
|
3851
|
-
# voice_connector_id: "NonEmptyString", # required
|
3852
|
-
# }
|
3853
|
-
#
|
3854
3059
|
# @!attribute [rw] voice_connector_id
|
3855
3060
|
# The Amazon Chime Voice Connector ID.
|
3856
3061
|
# @return [String]
|
@@ -3863,13 +3068,6 @@ module Aws::Chime
|
|
3863
3068
|
include Aws::Structure
|
3864
3069
|
end
|
3865
3070
|
|
3866
|
-
# @note When making an API call, you may pass DeleteVoiceConnectorStreamingConfigurationRequest
|
3867
|
-
# data as a hash:
|
3868
|
-
#
|
3869
|
-
# {
|
3870
|
-
# voice_connector_id: "NonEmptyString", # required
|
3871
|
-
# }
|
3872
|
-
#
|
3873
3071
|
# @!attribute [rw] voice_connector_id
|
3874
3072
|
# The Amazon Chime Voice Connector ID.
|
3875
3073
|
# @return [String]
|
@@ -3882,14 +3080,6 @@ module Aws::Chime
|
|
3882
3080
|
include Aws::Structure
|
3883
3081
|
end
|
3884
3082
|
|
3885
|
-
# @note When making an API call, you may pass DeleteVoiceConnectorTerminationCredentialsRequest
|
3886
|
-
# data as a hash:
|
3887
|
-
#
|
3888
|
-
# {
|
3889
|
-
# voice_connector_id: "NonEmptyString", # required
|
3890
|
-
# usernames: ["SensitiveString"], # required
|
3891
|
-
# }
|
3892
|
-
#
|
3893
3083
|
# @!attribute [rw] voice_connector_id
|
3894
3084
|
# The Amazon Chime Voice Connector ID.
|
3895
3085
|
# @return [String]
|
@@ -3908,13 +3098,6 @@ module Aws::Chime
|
|
3908
3098
|
include Aws::Structure
|
3909
3099
|
end
|
3910
3100
|
|
3911
|
-
# @note When making an API call, you may pass DeleteVoiceConnectorTerminationRequest
|
3912
|
-
# data as a hash:
|
3913
|
-
#
|
3914
|
-
# {
|
3915
|
-
# voice_connector_id: "NonEmptyString", # required
|
3916
|
-
# }
|
3917
|
-
#
|
3918
3101
|
# @!attribute [rw] voice_connector_id
|
3919
3102
|
# The Amazon Chime Voice Connector ID.
|
3920
3103
|
# @return [String]
|
@@ -3927,14 +3110,6 @@ module Aws::Chime
|
|
3927
3110
|
include Aws::Structure
|
3928
3111
|
end
|
3929
3112
|
|
3930
|
-
# @note When making an API call, you may pass DescribeAppInstanceAdminRequest
|
3931
|
-
# data as a hash:
|
3932
|
-
#
|
3933
|
-
# {
|
3934
|
-
# app_instance_admin_arn: "ChimeArn", # required
|
3935
|
-
# app_instance_arn: "ChimeArn", # required
|
3936
|
-
# }
|
3937
|
-
#
|
3938
3113
|
# @!attribute [rw] app_instance_admin_arn
|
3939
3114
|
# The ARN of the `AppInstanceAdmin`.
|
3940
3115
|
# @return [String]
|
@@ -3966,13 +3141,6 @@ module Aws::Chime
|
|
3966
3141
|
include Aws::Structure
|
3967
3142
|
end
|
3968
3143
|
|
3969
|
-
# @note When making an API call, you may pass DescribeAppInstanceRequest
|
3970
|
-
# data as a hash:
|
3971
|
-
#
|
3972
|
-
# {
|
3973
|
-
# app_instance_arn: "ChimeArn", # required
|
3974
|
-
# }
|
3975
|
-
#
|
3976
3144
|
# @!attribute [rw] app_instance_arn
|
3977
3145
|
# The ARN of the `AppInstance`.
|
3978
3146
|
# @return [String]
|
@@ -3998,13 +3166,6 @@ module Aws::Chime
|
|
3998
3166
|
include Aws::Structure
|
3999
3167
|
end
|
4000
3168
|
|
4001
|
-
# @note When making an API call, you may pass DescribeAppInstanceUserRequest
|
4002
|
-
# data as a hash:
|
4003
|
-
#
|
4004
|
-
# {
|
4005
|
-
# app_instance_user_arn: "ChimeArn", # required
|
4006
|
-
# }
|
4007
|
-
#
|
4008
3169
|
# @!attribute [rw] app_instance_user_arn
|
4009
3170
|
# The ARN of the `AppInstanceUser`.
|
4010
3171
|
# @return [String]
|
@@ -4029,15 +3190,6 @@ module Aws::Chime
|
|
4029
3190
|
include Aws::Structure
|
4030
3191
|
end
|
4031
3192
|
|
4032
|
-
# @note When making an API call, you may pass DescribeChannelBanRequest
|
4033
|
-
# data as a hash:
|
4034
|
-
#
|
4035
|
-
# {
|
4036
|
-
# channel_arn: "ChimeArn", # required
|
4037
|
-
# member_arn: "ChimeArn", # required
|
4038
|
-
# chime_bearer: "ChimeArn",
|
4039
|
-
# }
|
4040
|
-
#
|
4041
3193
|
# @!attribute [rw] channel_arn
|
4042
3194
|
# The ARN of the channel from which the user is banned.
|
4043
3195
|
# @return [String]
|
@@ -4072,15 +3224,6 @@ module Aws::Chime
|
|
4072
3224
|
include Aws::Structure
|
4073
3225
|
end
|
4074
3226
|
|
4075
|
-
# @note When making an API call, you may pass DescribeChannelMembershipForAppInstanceUserRequest
|
4076
|
-
# data as a hash:
|
4077
|
-
#
|
4078
|
-
# {
|
4079
|
-
# channel_arn: "ChimeArn", # required
|
4080
|
-
# app_instance_user_arn: "ChimeArn", # required
|
4081
|
-
# chime_bearer: "ChimeArn",
|
4082
|
-
# }
|
4083
|
-
#
|
4084
3227
|
# @!attribute [rw] channel_arn
|
4085
3228
|
# The ARN of the channel to which the user belongs.
|
4086
3229
|
# @return [String]
|
@@ -4115,15 +3258,6 @@ module Aws::Chime
|
|
4115
3258
|
include Aws::Structure
|
4116
3259
|
end
|
4117
3260
|
|
4118
|
-
# @note When making an API call, you may pass DescribeChannelMembershipRequest
|
4119
|
-
# data as a hash:
|
4120
|
-
#
|
4121
|
-
# {
|
4122
|
-
# channel_arn: "ChimeArn", # required
|
4123
|
-
# member_arn: "ChimeArn", # required
|
4124
|
-
# chime_bearer: "ChimeArn",
|
4125
|
-
# }
|
4126
|
-
#
|
4127
3261
|
# @!attribute [rw] channel_arn
|
4128
3262
|
# The ARN of the channel.
|
4129
3263
|
# @return [String]
|
@@ -4158,15 +3292,6 @@ module Aws::Chime
|
|
4158
3292
|
include Aws::Structure
|
4159
3293
|
end
|
4160
3294
|
|
4161
|
-
# @note When making an API call, you may pass DescribeChannelModeratedByAppInstanceUserRequest
|
4162
|
-
# data as a hash:
|
4163
|
-
#
|
4164
|
-
# {
|
4165
|
-
# channel_arn: "ChimeArn", # required
|
4166
|
-
# app_instance_user_arn: "ChimeArn", # required
|
4167
|
-
# chime_bearer: "ChimeArn",
|
4168
|
-
# }
|
4169
|
-
#
|
4170
3295
|
# @!attribute [rw] channel_arn
|
4171
3296
|
# The ARN of the moderated channel.
|
4172
3297
|
# @return [String]
|
@@ -4201,15 +3326,6 @@ module Aws::Chime
|
|
4201
3326
|
include Aws::Structure
|
4202
3327
|
end
|
4203
3328
|
|
4204
|
-
# @note When making an API call, you may pass DescribeChannelModeratorRequest
|
4205
|
-
# data as a hash:
|
4206
|
-
#
|
4207
|
-
# {
|
4208
|
-
# channel_arn: "ChimeArn", # required
|
4209
|
-
# channel_moderator_arn: "ChimeArn", # required
|
4210
|
-
# chime_bearer: "ChimeArn",
|
4211
|
-
# }
|
4212
|
-
#
|
4213
3329
|
# @!attribute [rw] channel_arn
|
4214
3330
|
# The ARN of the channel.
|
4215
3331
|
# @return [String]
|
@@ -4244,14 +3360,6 @@ module Aws::Chime
|
|
4244
3360
|
include Aws::Structure
|
4245
3361
|
end
|
4246
3362
|
|
4247
|
-
# @note When making an API call, you may pass DescribeChannelRequest
|
4248
|
-
# data as a hash:
|
4249
|
-
#
|
4250
|
-
# {
|
4251
|
-
# channel_arn: "ChimeArn", # required
|
4252
|
-
# chime_bearer: "ChimeArn",
|
4253
|
-
# }
|
4254
|
-
#
|
4255
3363
|
# @!attribute [rw] channel_arn
|
4256
3364
|
# The ARN of the channel.
|
4257
3365
|
# @return [String]
|
@@ -4281,14 +3389,6 @@ module Aws::Chime
|
|
4281
3389
|
include Aws::Structure
|
4282
3390
|
end
|
4283
3391
|
|
4284
|
-
# @note When making an API call, you may pass DisassociatePhoneNumberFromUserRequest
|
4285
|
-
# data as a hash:
|
4286
|
-
#
|
4287
|
-
# {
|
4288
|
-
# account_id: "String", # required
|
4289
|
-
# user_id: "String", # required
|
4290
|
-
# }
|
4291
|
-
#
|
4292
3392
|
# @!attribute [rw] account_id
|
4293
3393
|
# The Amazon Chime account ID.
|
4294
3394
|
# @return [String]
|
@@ -4310,14 +3410,6 @@ module Aws::Chime
|
|
4310
3410
|
#
|
4311
3411
|
class DisassociatePhoneNumberFromUserResponse < Aws::EmptyStructure; end
|
4312
3412
|
|
4313
|
-
# @note When making an API call, you may pass DisassociatePhoneNumbersFromVoiceConnectorGroupRequest
|
4314
|
-
# data as a hash:
|
4315
|
-
#
|
4316
|
-
# {
|
4317
|
-
# voice_connector_group_id: "NonEmptyString", # required
|
4318
|
-
# e164_phone_numbers: ["E164PhoneNumber"], # required
|
4319
|
-
# }
|
4320
|
-
#
|
4321
3413
|
# @!attribute [rw] voice_connector_group_id
|
4322
3414
|
# The Amazon Chime Voice Connector group ID.
|
4323
3415
|
# @return [String]
|
@@ -4349,14 +3441,6 @@ module Aws::Chime
|
|
4349
3441
|
include Aws::Structure
|
4350
3442
|
end
|
4351
3443
|
|
4352
|
-
# @note When making an API call, you may pass DisassociatePhoneNumbersFromVoiceConnectorRequest
|
4353
|
-
# data as a hash:
|
4354
|
-
#
|
4355
|
-
# {
|
4356
|
-
# voice_connector_id: "NonEmptyString", # required
|
4357
|
-
# e164_phone_numbers: ["E164PhoneNumber"], # required
|
4358
|
-
# }
|
4359
|
-
#
|
4360
3444
|
# @!attribute [rw] voice_connector_id
|
4361
3445
|
# The Amazon Chime Voice Connector ID.
|
4362
3446
|
# @return [String]
|
@@ -4388,14 +3472,6 @@ module Aws::Chime
|
|
4388
3472
|
include Aws::Structure
|
4389
3473
|
end
|
4390
3474
|
|
4391
|
-
# @note When making an API call, you may pass DisassociateSigninDelegateGroupsFromAccountRequest
|
4392
|
-
# data as a hash:
|
4393
|
-
#
|
4394
|
-
# {
|
4395
|
-
# account_id: "NonEmptyString", # required
|
4396
|
-
# group_names: ["String"], # required
|
4397
|
-
# }
|
4398
|
-
#
|
4399
3475
|
# @!attribute [rw] account_id
|
4400
3476
|
# The Amazon Chime account ID.
|
4401
3477
|
# @return [String]
|
@@ -4420,19 +3496,6 @@ module Aws::Chime
|
|
4420
3496
|
# The emergency calling configuration details associated with an Amazon
|
4421
3497
|
# Chime Voice Connector.
|
4422
3498
|
#
|
4423
|
-
# @note When making an API call, you may pass EmergencyCallingConfiguration
|
4424
|
-
# data as a hash:
|
4425
|
-
#
|
4426
|
-
# {
|
4427
|
-
# dnis: [
|
4428
|
-
# {
|
4429
|
-
# emergency_phone_number: "E164PhoneNumber", # required
|
4430
|
-
# test_phone_number: "E164PhoneNumber",
|
4431
|
-
# calling_country: "Alpha2CountryCode", # required
|
4432
|
-
# },
|
4433
|
-
# ],
|
4434
|
-
# }
|
4435
|
-
#
|
4436
3499
|
# @!attribute [rw] dnis
|
4437
3500
|
# The Dialed Number Identification Service (DNIS) emergency calling
|
4438
3501
|
# configuration details.
|
@@ -4448,18 +3511,6 @@ module Aws::Chime
|
|
4448
3511
|
|
4449
3512
|
# Settings specific to the Amazon Transcribe Medical engine.
|
4450
3513
|
#
|
4451
|
-
# @note When making an API call, you may pass EngineTranscribeMedicalSettings
|
4452
|
-
# data as a hash:
|
4453
|
-
#
|
4454
|
-
# {
|
4455
|
-
# language_code: "en-US", # required, accepts en-US
|
4456
|
-
# specialty: "PRIMARYCARE", # required, accepts PRIMARYCARE, CARDIOLOGY, NEUROLOGY, ONCOLOGY, RADIOLOGY, UROLOGY
|
4457
|
-
# type: "CONVERSATION", # required, accepts CONVERSATION, DICTATION
|
4458
|
-
# vocabulary_name: "String",
|
4459
|
-
# region: "us-east-1", # accepts us-east-1, us-east-2, us-west-2, ap-southeast-2, ca-central-1, eu-west-1, auto
|
4460
|
-
# content_identification_type: "PHI", # accepts PHI
|
4461
|
-
# }
|
4462
|
-
#
|
4463
3514
|
# @!attribute [rw] language_code
|
4464
3515
|
# The language code specified for the Amazon Transcribe Medical
|
4465
3516
|
# engine.
|
@@ -4502,23 +3553,6 @@ module Aws::Chime
|
|
4502
3553
|
|
4503
3554
|
# Settings specific to the Amazon Transcribe engine.
|
4504
3555
|
#
|
4505
|
-
# @note When making an API call, you may pass EngineTranscribeSettings
|
4506
|
-
# data as a hash:
|
4507
|
-
#
|
4508
|
-
# {
|
4509
|
-
# language_code: "en-US", # required, accepts en-US, en-GB, es-US, fr-CA, fr-FR, en-AU, it-IT, de-DE, pt-BR, ja-JP, ko-KR, zh-CN
|
4510
|
-
# vocabulary_filter_method: "remove", # accepts remove, mask, tag
|
4511
|
-
# vocabulary_filter_name: "String",
|
4512
|
-
# vocabulary_name: "String",
|
4513
|
-
# region: "us-east-2", # accepts 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
|
4514
|
-
# enable_partial_results_stabilization: false,
|
4515
|
-
# partial_results_stability: "low", # accepts low, medium, high
|
4516
|
-
# content_identification_type: "PII", # accepts PII
|
4517
|
-
# content_redaction_type: "PII", # accepts PII
|
4518
|
-
# pii_entity_types: "TranscribePiiEntityTypes",
|
4519
|
-
# language_model_name: "TranscribeLanguageModelName",
|
4520
|
-
# }
|
4521
|
-
#
|
4522
3556
|
# @!attribute [rw] language_code
|
4523
3557
|
# The language code specified for the Amazon Transcribe engine.
|
4524
3558
|
# @return [String]
|
@@ -4644,14 +3678,6 @@ module Aws::Chime
|
|
4644
3678
|
# The country and area code for a proxy phone number in a proxy phone
|
4645
3679
|
# session.
|
4646
3680
|
#
|
4647
|
-
# @note When making an API call, you may pass GeoMatchParams
|
4648
|
-
# data as a hash:
|
4649
|
-
#
|
4650
|
-
# {
|
4651
|
-
# country: "Country", # required
|
4652
|
-
# area_code: "AreaCode", # required
|
4653
|
-
# }
|
4654
|
-
#
|
4655
3681
|
# @!attribute [rw] country
|
4656
3682
|
# The country.
|
4657
3683
|
# @return [String]
|
@@ -4669,13 +3695,6 @@ module Aws::Chime
|
|
4669
3695
|
include Aws::Structure
|
4670
3696
|
end
|
4671
3697
|
|
4672
|
-
# @note When making an API call, you may pass GetAccountRequest
|
4673
|
-
# data as a hash:
|
4674
|
-
#
|
4675
|
-
# {
|
4676
|
-
# account_id: "NonEmptyString", # required
|
4677
|
-
# }
|
4678
|
-
#
|
4679
3698
|
# @!attribute [rw] account_id
|
4680
3699
|
# The Amazon Chime account ID.
|
4681
3700
|
# @return [String]
|
@@ -4700,13 +3719,6 @@ module Aws::Chime
|
|
4700
3719
|
include Aws::Structure
|
4701
3720
|
end
|
4702
3721
|
|
4703
|
-
# @note When making an API call, you may pass GetAccountSettingsRequest
|
4704
|
-
# data as a hash:
|
4705
|
-
#
|
4706
|
-
# {
|
4707
|
-
# account_id: "NonEmptyString", # required
|
4708
|
-
# }
|
4709
|
-
#
|
4710
3722
|
# @!attribute [rw] account_id
|
4711
3723
|
# The Amazon Chime account ID.
|
4712
3724
|
# @return [String]
|
@@ -4731,13 +3743,6 @@ module Aws::Chime
|
|
4731
3743
|
include Aws::Structure
|
4732
3744
|
end
|
4733
3745
|
|
4734
|
-
# @note When making an API call, you may pass GetAppInstanceRetentionSettingsRequest
|
4735
|
-
# data as a hash:
|
4736
|
-
#
|
4737
|
-
# {
|
4738
|
-
# app_instance_arn: "ChimeArn", # required
|
4739
|
-
# }
|
4740
|
-
#
|
4741
3746
|
# @!attribute [rw] app_instance_arn
|
4742
3747
|
# The ARN of the `AppInstance`.
|
4743
3748
|
# @return [String]
|
@@ -4768,13 +3773,6 @@ module Aws::Chime
|
|
4768
3773
|
include Aws::Structure
|
4769
3774
|
end
|
4770
3775
|
|
4771
|
-
# @note When making an API call, you may pass GetAppInstanceStreamingConfigurationsRequest
|
4772
|
-
# data as a hash:
|
4773
|
-
#
|
4774
|
-
# {
|
4775
|
-
# app_instance_arn: "ChimeArn", # required
|
4776
|
-
# }
|
4777
|
-
#
|
4778
3776
|
# @!attribute [rw] app_instance_arn
|
4779
3777
|
# The ARN of the `AppInstance`.
|
4780
3778
|
# @return [String]
|
@@ -4799,14 +3797,6 @@ module Aws::Chime
|
|
4799
3797
|
include Aws::Structure
|
4800
3798
|
end
|
4801
3799
|
|
4802
|
-
# @note When making an API call, you may pass GetAttendeeRequest
|
4803
|
-
# data as a hash:
|
4804
|
-
#
|
4805
|
-
# {
|
4806
|
-
# meeting_id: "GuidString", # required
|
4807
|
-
# attendee_id: "GuidString", # required
|
4808
|
-
# }
|
4809
|
-
#
|
4810
3800
|
# @!attribute [rw] meeting_id
|
4811
3801
|
# The Amazon Chime SDK meeting ID.
|
4812
3802
|
# @return [String]
|
@@ -4836,14 +3826,6 @@ module Aws::Chime
|
|
4836
3826
|
include Aws::Structure
|
4837
3827
|
end
|
4838
3828
|
|
4839
|
-
# @note When making an API call, you may pass GetBotRequest
|
4840
|
-
# data as a hash:
|
4841
|
-
#
|
4842
|
-
# {
|
4843
|
-
# account_id: "NonEmptyString", # required
|
4844
|
-
# bot_id: "NonEmptyString", # required
|
4845
|
-
# }
|
4846
|
-
#
|
4847
3829
|
# @!attribute [rw] account_id
|
4848
3830
|
# The Amazon Chime account ID.
|
4849
3831
|
# @return [String]
|
@@ -4873,15 +3855,6 @@ module Aws::Chime
|
|
4873
3855
|
include Aws::Structure
|
4874
3856
|
end
|
4875
3857
|
|
4876
|
-
# @note When making an API call, you may pass GetChannelMessageRequest
|
4877
|
-
# data as a hash:
|
4878
|
-
#
|
4879
|
-
# {
|
4880
|
-
# channel_arn: "ChimeArn", # required
|
4881
|
-
# message_id: "MessageId", # required
|
4882
|
-
# chime_bearer: "ChimeArn",
|
4883
|
-
# }
|
4884
|
-
#
|
4885
3858
|
# @!attribute [rw] channel_arn
|
4886
3859
|
# The ARN of the channel.
|
4887
3860
|
# @return [String]
|
@@ -4916,14 +3889,6 @@ module Aws::Chime
|
|
4916
3889
|
include Aws::Structure
|
4917
3890
|
end
|
4918
3891
|
|
4919
|
-
# @note When making an API call, you may pass GetEventsConfigurationRequest
|
4920
|
-
# data as a hash:
|
4921
|
-
#
|
4922
|
-
# {
|
4923
|
-
# account_id: "NonEmptyString", # required
|
4924
|
-
# bot_id: "NonEmptyString", # required
|
4925
|
-
# }
|
4926
|
-
#
|
4927
3892
|
# @!attribute [rw] account_id
|
4928
3893
|
# The Amazon Chime account ID.
|
4929
3894
|
# @return [String]
|
@@ -4970,13 +3935,6 @@ module Aws::Chime
|
|
4970
3935
|
include Aws::Structure
|
4971
3936
|
end
|
4972
3937
|
|
4973
|
-
# @note When making an API call, you may pass GetMediaCapturePipelineRequest
|
4974
|
-
# data as a hash:
|
4975
|
-
#
|
4976
|
-
# {
|
4977
|
-
# media_pipeline_id: "GuidString", # required
|
4978
|
-
# }
|
4979
|
-
#
|
4980
3938
|
# @!attribute [rw] media_pipeline_id
|
4981
3939
|
# The ID of the pipeline that you want to get.
|
4982
3940
|
# @return [String]
|
@@ -5001,13 +3959,6 @@ module Aws::Chime
|
|
5001
3959
|
include Aws::Structure
|
5002
3960
|
end
|
5003
3961
|
|
5004
|
-
# @note When making an API call, you may pass GetMeetingRequest
|
5005
|
-
# data as a hash:
|
5006
|
-
#
|
5007
|
-
# {
|
5008
|
-
# meeting_id: "GuidString", # required
|
5009
|
-
# }
|
5010
|
-
#
|
5011
3962
|
# @!attribute [rw] meeting_id
|
5012
3963
|
# The Amazon Chime SDK meeting ID.
|
5013
3964
|
# @return [String]
|
@@ -5050,13 +4001,6 @@ module Aws::Chime
|
|
5050
4001
|
include Aws::Structure
|
5051
4002
|
end
|
5052
4003
|
|
5053
|
-
# @note When making an API call, you may pass GetPhoneNumberOrderRequest
|
5054
|
-
# data as a hash:
|
5055
|
-
#
|
5056
|
-
# {
|
5057
|
-
# phone_number_order_id: "GuidString", # required
|
5058
|
-
# }
|
5059
|
-
#
|
5060
4004
|
# @!attribute [rw] phone_number_order_id
|
5061
4005
|
# The ID for the phone number order.
|
5062
4006
|
# @return [String]
|
@@ -5081,13 +4025,6 @@ module Aws::Chime
|
|
5081
4025
|
include Aws::Structure
|
5082
4026
|
end
|
5083
4027
|
|
5084
|
-
# @note When making an API call, you may pass GetPhoneNumberRequest
|
5085
|
-
# data as a hash:
|
5086
|
-
#
|
5087
|
-
# {
|
5088
|
-
# phone_number_id: "String", # required
|
5089
|
-
# }
|
5090
|
-
#
|
5091
4028
|
# @!attribute [rw] phone_number_id
|
5092
4029
|
# The phone number ID.
|
5093
4030
|
# @return [String]
|
@@ -5129,14 +4066,6 @@ module Aws::Chime
|
|
5129
4066
|
include Aws::Structure
|
5130
4067
|
end
|
5131
4068
|
|
5132
|
-
# @note When making an API call, you may pass GetProxySessionRequest
|
5133
|
-
# data as a hash:
|
5134
|
-
#
|
5135
|
-
# {
|
5136
|
-
# voice_connector_id: "NonEmptyString128", # required
|
5137
|
-
# proxy_session_id: "NonEmptyString128", # required
|
5138
|
-
# }
|
5139
|
-
#
|
5140
4069
|
# @!attribute [rw] voice_connector_id
|
5141
4070
|
# The Amazon Chime voice connector ID.
|
5142
4071
|
# @return [String]
|
@@ -5166,13 +4095,6 @@ module Aws::Chime
|
|
5166
4095
|
include Aws::Structure
|
5167
4096
|
end
|
5168
4097
|
|
5169
|
-
# @note When making an API call, you may pass GetRetentionSettingsRequest
|
5170
|
-
# data as a hash:
|
5171
|
-
#
|
5172
|
-
# {
|
5173
|
-
# account_id: "NonEmptyString", # required
|
5174
|
-
# }
|
5175
|
-
#
|
5176
4098
|
# @!attribute [rw] account_id
|
5177
4099
|
# The Amazon Chime account ID.
|
5178
4100
|
# @return [String]
|
@@ -5203,14 +4125,6 @@ module Aws::Chime
|
|
5203
4125
|
include Aws::Structure
|
5204
4126
|
end
|
5205
4127
|
|
5206
|
-
# @note When making an API call, you may pass GetRoomRequest
|
5207
|
-
# data as a hash:
|
5208
|
-
#
|
5209
|
-
# {
|
5210
|
-
# account_id: "NonEmptyString", # required
|
5211
|
-
# room_id: "NonEmptyString", # required
|
5212
|
-
# }
|
5213
|
-
#
|
5214
4128
|
# @!attribute [rw] account_id
|
5215
4129
|
# The Amazon Chime account ID.
|
5216
4130
|
# @return [String]
|
@@ -5240,13 +4154,6 @@ module Aws::Chime
|
|
5240
4154
|
include Aws::Structure
|
5241
4155
|
end
|
5242
4156
|
|
5243
|
-
# @note When making an API call, you may pass GetSipMediaApplicationLoggingConfigurationRequest
|
5244
|
-
# data as a hash:
|
5245
|
-
#
|
5246
|
-
# {
|
5247
|
-
# sip_media_application_id: "NonEmptyString", # required
|
5248
|
-
# }
|
5249
|
-
#
|
5250
4157
|
# @!attribute [rw] sip_media_application_id
|
5251
4158
|
# The SIP media application ID.
|
5252
4159
|
# @return [String]
|
@@ -5271,13 +4178,6 @@ module Aws::Chime
|
|
5271
4178
|
include Aws::Structure
|
5272
4179
|
end
|
5273
4180
|
|
5274
|
-
# @note When making an API call, you may pass GetSipMediaApplicationRequest
|
5275
|
-
# data as a hash:
|
5276
|
-
#
|
5277
|
-
# {
|
5278
|
-
# sip_media_application_id: "NonEmptyString", # required
|
5279
|
-
# }
|
5280
|
-
#
|
5281
4181
|
# @!attribute [rw] sip_media_application_id
|
5282
4182
|
# The SIP media application ID.
|
5283
4183
|
# @return [String]
|
@@ -5302,13 +4202,6 @@ module Aws::Chime
|
|
5302
4202
|
include Aws::Structure
|
5303
4203
|
end
|
5304
4204
|
|
5305
|
-
# @note When making an API call, you may pass GetSipRuleRequest
|
5306
|
-
# data as a hash:
|
5307
|
-
#
|
5308
|
-
# {
|
5309
|
-
# sip_rule_id: "NonEmptyString", # required
|
5310
|
-
# }
|
5311
|
-
#
|
5312
4205
|
# @!attribute [rw] sip_rule_id
|
5313
4206
|
# The SIP rule ID.
|
5314
4207
|
# @return [String]
|
@@ -5333,14 +4226,6 @@ module Aws::Chime
|
|
5333
4226
|
include Aws::Structure
|
5334
4227
|
end
|
5335
4228
|
|
5336
|
-
# @note When making an API call, you may pass GetUserRequest
|
5337
|
-
# data as a hash:
|
5338
|
-
#
|
5339
|
-
# {
|
5340
|
-
# account_id: "NonEmptyString", # required
|
5341
|
-
# user_id: "NonEmptyString", # required
|
5342
|
-
# }
|
5343
|
-
#
|
5344
4229
|
# @!attribute [rw] account_id
|
5345
4230
|
# The Amazon Chime account ID.
|
5346
4231
|
# @return [String]
|
@@ -5370,14 +4255,6 @@ module Aws::Chime
|
|
5370
4255
|
include Aws::Structure
|
5371
4256
|
end
|
5372
4257
|
|
5373
|
-
# @note When making an API call, you may pass GetUserSettingsRequest
|
5374
|
-
# data as a hash:
|
5375
|
-
#
|
5376
|
-
# {
|
5377
|
-
# account_id: "String", # required
|
5378
|
-
# user_id: "String", # required
|
5379
|
-
# }
|
5380
|
-
#
|
5381
4258
|
# @!attribute [rw] account_id
|
5382
4259
|
# The Amazon Chime account ID.
|
5383
4260
|
# @return [String]
|
@@ -5407,13 +4284,6 @@ module Aws::Chime
|
|
5407
4284
|
include Aws::Structure
|
5408
4285
|
end
|
5409
4286
|
|
5410
|
-
# @note When making an API call, you may pass GetVoiceConnectorEmergencyCallingConfigurationRequest
|
5411
|
-
# data as a hash:
|
5412
|
-
#
|
5413
|
-
# {
|
5414
|
-
# voice_connector_id: "NonEmptyString", # required
|
5415
|
-
# }
|
5416
|
-
#
|
5417
4287
|
# @!attribute [rw] voice_connector_id
|
5418
4288
|
# The Amazon Chime Voice Connector ID.
|
5419
4289
|
# @return [String]
|
@@ -5438,13 +4308,6 @@ module Aws::Chime
|
|
5438
4308
|
include Aws::Structure
|
5439
4309
|
end
|
5440
4310
|
|
5441
|
-
# @note When making an API call, you may pass GetVoiceConnectorGroupRequest
|
5442
|
-
# data as a hash:
|
5443
|
-
#
|
5444
|
-
# {
|
5445
|
-
# voice_connector_group_id: "NonEmptyString", # required
|
5446
|
-
# }
|
5447
|
-
#
|
5448
4311
|
# @!attribute [rw] voice_connector_group_id
|
5449
4312
|
# The Amazon Chime Voice Connector group ID.
|
5450
4313
|
# @return [String]
|
@@ -5469,13 +4332,6 @@ module Aws::Chime
|
|
5469
4332
|
include Aws::Structure
|
5470
4333
|
end
|
5471
4334
|
|
5472
|
-
# @note When making an API call, you may pass GetVoiceConnectorLoggingConfigurationRequest
|
5473
|
-
# data as a hash:
|
5474
|
-
#
|
5475
|
-
# {
|
5476
|
-
# voice_connector_id: "NonEmptyString", # required
|
5477
|
-
# }
|
5478
|
-
#
|
5479
4335
|
# @!attribute [rw] voice_connector_id
|
5480
4336
|
# The Amazon Chime Voice Connector ID.
|
5481
4337
|
# @return [String]
|
@@ -5500,13 +4356,6 @@ module Aws::Chime
|
|
5500
4356
|
include Aws::Structure
|
5501
4357
|
end
|
5502
4358
|
|
5503
|
-
# @note When making an API call, you may pass GetVoiceConnectorOriginationRequest
|
5504
|
-
# data as a hash:
|
5505
|
-
#
|
5506
|
-
# {
|
5507
|
-
# voice_connector_id: "NonEmptyString", # required
|
5508
|
-
# }
|
5509
|
-
#
|
5510
4359
|
# @!attribute [rw] voice_connector_id
|
5511
4360
|
# The Amazon Chime Voice Connector ID.
|
5512
4361
|
# @return [String]
|
@@ -5531,13 +4380,6 @@ module Aws::Chime
|
|
5531
4380
|
include Aws::Structure
|
5532
4381
|
end
|
5533
4382
|
|
5534
|
-
# @note When making an API call, you may pass GetVoiceConnectorProxyRequest
|
5535
|
-
# data as a hash:
|
5536
|
-
#
|
5537
|
-
# {
|
5538
|
-
# voice_connector_id: "NonEmptyString128", # required
|
5539
|
-
# }
|
5540
|
-
#
|
5541
4383
|
# @!attribute [rw] voice_connector_id
|
5542
4384
|
# The Amazon Chime voice connector ID.
|
5543
4385
|
# @return [String]
|
@@ -5562,13 +4404,6 @@ module Aws::Chime
|
|
5562
4404
|
include Aws::Structure
|
5563
4405
|
end
|
5564
4406
|
|
5565
|
-
# @note When making an API call, you may pass GetVoiceConnectorRequest
|
5566
|
-
# data as a hash:
|
5567
|
-
#
|
5568
|
-
# {
|
5569
|
-
# voice_connector_id: "NonEmptyString", # required
|
5570
|
-
# }
|
5571
|
-
#
|
5572
4407
|
# @!attribute [rw] voice_connector_id
|
5573
4408
|
# The Amazon Chime Voice Connector ID.
|
5574
4409
|
# @return [String]
|
@@ -5593,13 +4428,6 @@ module Aws::Chime
|
|
5593
4428
|
include Aws::Structure
|
5594
4429
|
end
|
5595
4430
|
|
5596
|
-
# @note When making an API call, you may pass GetVoiceConnectorStreamingConfigurationRequest
|
5597
|
-
# data as a hash:
|
5598
|
-
#
|
5599
|
-
# {
|
5600
|
-
# voice_connector_id: "NonEmptyString", # required
|
5601
|
-
# }
|
5602
|
-
#
|
5603
4431
|
# @!attribute [rw] voice_connector_id
|
5604
4432
|
# The Amazon Chime Voice Connector ID.
|
5605
4433
|
# @return [String]
|
@@ -5624,13 +4452,6 @@ module Aws::Chime
|
|
5624
4452
|
include Aws::Structure
|
5625
4453
|
end
|
5626
4454
|
|
5627
|
-
# @note When making an API call, you may pass GetVoiceConnectorTerminationHealthRequest
|
5628
|
-
# data as a hash:
|
5629
|
-
#
|
5630
|
-
# {
|
5631
|
-
# voice_connector_id: "NonEmptyString", # required
|
5632
|
-
# }
|
5633
|
-
#
|
5634
4455
|
# @!attribute [rw] voice_connector_id
|
5635
4456
|
# The Amazon Chime Voice Connector ID.
|
5636
4457
|
# @return [String]
|
@@ -5655,13 +4476,6 @@ module Aws::Chime
|
|
5655
4476
|
include Aws::Structure
|
5656
4477
|
end
|
5657
4478
|
|
5658
|
-
# @note When making an API call, you may pass GetVoiceConnectorTerminationRequest
|
5659
|
-
# data as a hash:
|
5660
|
-
#
|
5661
|
-
# {
|
5662
|
-
# voice_connector_id: "NonEmptyString", # required
|
5663
|
-
# }
|
5664
|
-
#
|
5665
4479
|
# @!attribute [rw] voice_connector_id
|
5666
4480
|
# The Amazon Chime Voice Connector ID.
|
5667
4481
|
# @return [String]
|
@@ -5735,15 +4549,6 @@ module Aws::Chime
|
|
5735
4549
|
include Aws::Structure
|
5736
4550
|
end
|
5737
4551
|
|
5738
|
-
# @note When making an API call, you may pass InviteUsersRequest
|
5739
|
-
# data as a hash:
|
5740
|
-
#
|
5741
|
-
# {
|
5742
|
-
# account_id: "NonEmptyString", # required
|
5743
|
-
# user_email_list: ["EmailAddress"], # required
|
5744
|
-
# user_type: "PrivateUser", # accepts PrivateUser, SharedDevice
|
5745
|
-
# }
|
5746
|
-
#
|
5747
4552
|
# @!attribute [rw] account_id
|
5748
4553
|
# The Amazon Chime account ID.
|
5749
4554
|
# @return [String]
|
@@ -5778,16 +4583,6 @@ module Aws::Chime
|
|
5778
4583
|
include Aws::Structure
|
5779
4584
|
end
|
5780
4585
|
|
5781
|
-
# @note When making an API call, you may pass ListAccountsRequest
|
5782
|
-
# data as a hash:
|
5783
|
-
#
|
5784
|
-
# {
|
5785
|
-
# name: "AccountName",
|
5786
|
-
# user_email: "EmailAddress",
|
5787
|
-
# next_token: "String",
|
5788
|
-
# max_results: 1,
|
5789
|
-
# }
|
5790
|
-
#
|
5791
4586
|
# @!attribute [rw] name
|
5792
4587
|
# Amazon Chime account name prefix with which to filter results.
|
5793
4588
|
# @return [String]
|
@@ -5833,15 +4628,6 @@ module Aws::Chime
|
|
5833
4628
|
include Aws::Structure
|
5834
4629
|
end
|
5835
4630
|
|
5836
|
-
# @note When making an API call, you may pass ListAppInstanceAdminsRequest
|
5837
|
-
# data as a hash:
|
5838
|
-
#
|
5839
|
-
# {
|
5840
|
-
# app_instance_arn: "ChimeArn", # required
|
5841
|
-
# max_results: 1,
|
5842
|
-
# next_token: "NextToken",
|
5843
|
-
# }
|
5844
|
-
#
|
5845
4631
|
# @!attribute [rw] app_instance_arn
|
5846
4632
|
# The ARN of the `AppInstance`.
|
5847
4633
|
# @return [String]
|
@@ -5888,15 +4674,6 @@ module Aws::Chime
|
|
5888
4674
|
include Aws::Structure
|
5889
4675
|
end
|
5890
4676
|
|
5891
|
-
# @note When making an API call, you may pass ListAppInstanceUsersRequest
|
5892
|
-
# data as a hash:
|
5893
|
-
#
|
5894
|
-
# {
|
5895
|
-
# app_instance_arn: "ChimeArn", # required
|
5896
|
-
# max_results: 1,
|
5897
|
-
# next_token: "NextToken",
|
5898
|
-
# }
|
5899
|
-
#
|
5900
4677
|
# @!attribute [rw] app_instance_arn
|
5901
4678
|
# The ARN of the `AppInstance`.
|
5902
4679
|
# @return [String]
|
@@ -5943,14 +4720,6 @@ module Aws::Chime
|
|
5943
4720
|
include Aws::Structure
|
5944
4721
|
end
|
5945
4722
|
|
5946
|
-
# @note When making an API call, you may pass ListAppInstancesRequest
|
5947
|
-
# data as a hash:
|
5948
|
-
#
|
5949
|
-
# {
|
5950
|
-
# max_results: 1,
|
5951
|
-
# next_token: "NextToken",
|
5952
|
-
# }
|
5953
|
-
#
|
5954
4723
|
# @!attribute [rw] max_results
|
5955
4724
|
# The maximum number of `AppInstance`s that you want to return.
|
5956
4725
|
# @return [Integer]
|
@@ -5987,14 +4756,6 @@ module Aws::Chime
|
|
5987
4756
|
include Aws::Structure
|
5988
4757
|
end
|
5989
4758
|
|
5990
|
-
# @note When making an API call, you may pass ListAttendeeTagsRequest
|
5991
|
-
# data as a hash:
|
5992
|
-
#
|
5993
|
-
# {
|
5994
|
-
# meeting_id: "GuidString", # required
|
5995
|
-
# attendee_id: "GuidString", # required
|
5996
|
-
# }
|
5997
|
-
#
|
5998
4759
|
# @!attribute [rw] meeting_id
|
5999
4760
|
# The Amazon Chime SDK meeting ID.
|
6000
4761
|
# @return [String]
|
@@ -6024,15 +4785,6 @@ module Aws::Chime
|
|
6024
4785
|
include Aws::Structure
|
6025
4786
|
end
|
6026
4787
|
|
6027
|
-
# @note When making an API call, you may pass ListAttendeesRequest
|
6028
|
-
# data as a hash:
|
6029
|
-
#
|
6030
|
-
# {
|
6031
|
-
# meeting_id: "GuidString", # required
|
6032
|
-
# next_token: "String",
|
6033
|
-
# max_results: 1,
|
6034
|
-
# }
|
6035
|
-
#
|
6036
4788
|
# @!attribute [rw] meeting_id
|
6037
4789
|
# The Amazon Chime SDK meeting ID.
|
6038
4790
|
# @return [String]
|
@@ -6072,15 +4824,6 @@ module Aws::Chime
|
|
6072
4824
|
include Aws::Structure
|
6073
4825
|
end
|
6074
4826
|
|
6075
|
-
# @note When making an API call, you may pass ListBotsRequest
|
6076
|
-
# data as a hash:
|
6077
|
-
#
|
6078
|
-
# {
|
6079
|
-
# account_id: "NonEmptyString", # required
|
6080
|
-
# max_results: 1,
|
6081
|
-
# next_token: "String",
|
6082
|
-
# }
|
6083
|
-
#
|
6084
4827
|
# @!attribute [rw] account_id
|
6085
4828
|
# The Amazon Chime account ID.
|
6086
4829
|
# @return [String]
|
@@ -6121,16 +4864,6 @@ module Aws::Chime
|
|
6121
4864
|
include Aws::Structure
|
6122
4865
|
end
|
6123
4866
|
|
6124
|
-
# @note When making an API call, you may pass ListChannelBansRequest
|
6125
|
-
# data as a hash:
|
6126
|
-
#
|
6127
|
-
# {
|
6128
|
-
# channel_arn: "ChimeArn", # required
|
6129
|
-
# max_results: 1,
|
6130
|
-
# next_token: "NextToken",
|
6131
|
-
# chime_bearer: "ChimeArn",
|
6132
|
-
# }
|
6133
|
-
#
|
6134
4867
|
# @!attribute [rw] channel_arn
|
6135
4868
|
# The ARN of the channel.
|
6136
4869
|
# @return [String]
|
@@ -6182,16 +4915,6 @@ module Aws::Chime
|
|
6182
4915
|
include Aws::Structure
|
6183
4916
|
end
|
6184
4917
|
|
6185
|
-
# @note When making an API call, you may pass ListChannelMembershipsForAppInstanceUserRequest
|
6186
|
-
# data as a hash:
|
6187
|
-
#
|
6188
|
-
# {
|
6189
|
-
# app_instance_user_arn: "ChimeArn",
|
6190
|
-
# max_results: 1,
|
6191
|
-
# next_token: "NextToken",
|
6192
|
-
# chime_bearer: "ChimeArn",
|
6193
|
-
# }
|
6194
|
-
#
|
6195
4918
|
# @!attribute [rw] app_instance_user_arn
|
6196
4919
|
# The ARN of the `AppInstanceUser`s
|
6197
4920
|
# @return [String]
|
@@ -6239,17 +4962,6 @@ module Aws::Chime
|
|
6239
4962
|
include Aws::Structure
|
6240
4963
|
end
|
6241
4964
|
|
6242
|
-
# @note When making an API call, you may pass ListChannelMembershipsRequest
|
6243
|
-
# data as a hash:
|
6244
|
-
#
|
6245
|
-
# {
|
6246
|
-
# channel_arn: "ChimeArn", # required
|
6247
|
-
# type: "DEFAULT", # accepts DEFAULT, HIDDEN
|
6248
|
-
# max_results: 1,
|
6249
|
-
# next_token: "NextToken",
|
6250
|
-
# chime_bearer: "ChimeArn",
|
6251
|
-
# }
|
6252
|
-
#
|
6253
4965
|
# @!attribute [rw] channel_arn
|
6254
4966
|
# The maximum number of channel memberships that you want returned.
|
6255
4967
|
# @return [String]
|
@@ -6310,19 +5022,6 @@ module Aws::Chime
|
|
6310
5022
|
include Aws::Structure
|
6311
5023
|
end
|
6312
5024
|
|
6313
|
-
# @note When making an API call, you may pass ListChannelMessagesRequest
|
6314
|
-
# data as a hash:
|
6315
|
-
#
|
6316
|
-
# {
|
6317
|
-
# channel_arn: "ChimeArn", # required
|
6318
|
-
# sort_order: "ASCENDING", # accepts ASCENDING, DESCENDING
|
6319
|
-
# not_before: Time.now,
|
6320
|
-
# not_after: Time.now,
|
6321
|
-
# max_results: 1,
|
6322
|
-
# next_token: "NextToken",
|
6323
|
-
# chime_bearer: "ChimeArn",
|
6324
|
-
# }
|
6325
|
-
#
|
6326
5025
|
# @!attribute [rw] channel_arn
|
6327
5026
|
# The ARN of the channel.
|
6328
5027
|
# @return [String]
|
@@ -6390,16 +5089,6 @@ module Aws::Chime
|
|
6390
5089
|
include Aws::Structure
|
6391
5090
|
end
|
6392
5091
|
|
6393
|
-
# @note When making an API call, you may pass ListChannelModeratorsRequest
|
6394
|
-
# data as a hash:
|
6395
|
-
#
|
6396
|
-
# {
|
6397
|
-
# channel_arn: "ChimeArn", # required
|
6398
|
-
# max_results: 1,
|
6399
|
-
# next_token: "NextToken",
|
6400
|
-
# chime_bearer: "ChimeArn",
|
6401
|
-
# }
|
6402
|
-
#
|
6403
5092
|
# @!attribute [rw] channel_arn
|
6404
5093
|
# The ARN of the channel.
|
6405
5094
|
# @return [String]
|
@@ -6451,16 +5140,6 @@ module Aws::Chime
|
|
6451
5140
|
include Aws::Structure
|
6452
5141
|
end
|
6453
5142
|
|
6454
|
-
# @note When making an API call, you may pass ListChannelsModeratedByAppInstanceUserRequest
|
6455
|
-
# data as a hash:
|
6456
|
-
#
|
6457
|
-
# {
|
6458
|
-
# app_instance_user_arn: "ChimeArn",
|
6459
|
-
# max_results: 1,
|
6460
|
-
# next_token: "NextToken",
|
6461
|
-
# chime_bearer: "ChimeArn",
|
6462
|
-
# }
|
6463
|
-
#
|
6464
5143
|
# @!attribute [rw] app_instance_user_arn
|
6465
5144
|
# The ARN of the user in the moderated channel.
|
6466
5145
|
# @return [String]
|
@@ -6507,17 +5186,6 @@ module Aws::Chime
|
|
6507
5186
|
include Aws::Structure
|
6508
5187
|
end
|
6509
5188
|
|
6510
|
-
# @note When making an API call, you may pass ListChannelsRequest
|
6511
|
-
# data as a hash:
|
6512
|
-
#
|
6513
|
-
# {
|
6514
|
-
# app_instance_arn: "ChimeArn", # required
|
6515
|
-
# privacy: "PUBLIC", # accepts PUBLIC, PRIVATE
|
6516
|
-
# max_results: 1,
|
6517
|
-
# next_token: "NextToken",
|
6518
|
-
# chime_bearer: "ChimeArn",
|
6519
|
-
# }
|
6520
|
-
#
|
6521
5189
|
# @!attribute [rw] app_instance_arn
|
6522
5190
|
# The ARN of the `AppInstance`.
|
6523
5191
|
# @return [String]
|
@@ -6571,14 +5239,6 @@ module Aws::Chime
|
|
6571
5239
|
include Aws::Structure
|
6572
5240
|
end
|
6573
5241
|
|
6574
|
-
# @note When making an API call, you may pass ListMediaCapturePipelinesRequest
|
6575
|
-
# data as a hash:
|
6576
|
-
#
|
6577
|
-
# {
|
6578
|
-
# next_token: "String",
|
6579
|
-
# max_results: 1,
|
6580
|
-
# }
|
6581
|
-
#
|
6582
5242
|
# @!attribute [rw] next_token
|
6583
5243
|
# The token used to retrieve the next page of results.
|
6584
5244
|
# @return [String]
|
@@ -6614,13 +5274,6 @@ module Aws::Chime
|
|
6614
5274
|
include Aws::Structure
|
6615
5275
|
end
|
6616
5276
|
|
6617
|
-
# @note When making an API call, you may pass ListMeetingTagsRequest
|
6618
|
-
# data as a hash:
|
6619
|
-
#
|
6620
|
-
# {
|
6621
|
-
# meeting_id: "GuidString", # required
|
6622
|
-
# }
|
6623
|
-
#
|
6624
5277
|
# @!attribute [rw] meeting_id
|
6625
5278
|
# The Amazon Chime SDK meeting ID.
|
6626
5279
|
# @return [String]
|
@@ -6645,14 +5298,6 @@ module Aws::Chime
|
|
6645
5298
|
include Aws::Structure
|
6646
5299
|
end
|
6647
5300
|
|
6648
|
-
# @note When making an API call, you may pass ListMeetingsRequest
|
6649
|
-
# data as a hash:
|
6650
|
-
#
|
6651
|
-
# {
|
6652
|
-
# next_token: "String",
|
6653
|
-
# max_results: 1,
|
6654
|
-
# }
|
6655
|
-
#
|
6656
5301
|
# @!attribute [rw] next_token
|
6657
5302
|
# The token to use to retrieve the next page of results.
|
6658
5303
|
# @return [String]
|
@@ -6687,14 +5332,6 @@ module Aws::Chime
|
|
6687
5332
|
include Aws::Structure
|
6688
5333
|
end
|
6689
5334
|
|
6690
|
-
# @note When making an API call, you may pass ListPhoneNumberOrdersRequest
|
6691
|
-
# data as a hash:
|
6692
|
-
#
|
6693
|
-
# {
|
6694
|
-
# next_token: "String",
|
6695
|
-
# max_results: 1,
|
6696
|
-
# }
|
6697
|
-
#
|
6698
5335
|
# @!attribute [rw] next_token
|
6699
5336
|
# The token to use to retrieve the next page of results.
|
6700
5337
|
# @return [String]
|
@@ -6729,18 +5366,6 @@ module Aws::Chime
|
|
6729
5366
|
include Aws::Structure
|
6730
5367
|
end
|
6731
5368
|
|
6732
|
-
# @note When making an API call, you may pass ListPhoneNumbersRequest
|
6733
|
-
# data as a hash:
|
6734
|
-
#
|
6735
|
-
# {
|
6736
|
-
# status: "AcquireInProgress", # accepts AcquireInProgress, AcquireFailed, Unassigned, Assigned, ReleaseInProgress, DeleteInProgress, ReleaseFailed, DeleteFailed
|
6737
|
-
# product_type: "BusinessCalling", # accepts BusinessCalling, VoiceConnector, SipMediaApplicationDialIn
|
6738
|
-
# filter_name: "AccountId", # accepts AccountId, UserId, VoiceConnectorId, VoiceConnectorGroupId, SipRuleId
|
6739
|
-
# filter_value: "String",
|
6740
|
-
# max_results: 1,
|
6741
|
-
# next_token: "String",
|
6742
|
-
# }
|
6743
|
-
#
|
6744
5369
|
# @!attribute [rw] status
|
6745
5370
|
# The phone number status.
|
6746
5371
|
# @return [String]
|
@@ -6795,16 +5420,6 @@ module Aws::Chime
|
|
6795
5420
|
include Aws::Structure
|
6796
5421
|
end
|
6797
5422
|
|
6798
|
-
# @note When making an API call, you may pass ListProxySessionsRequest
|
6799
|
-
# data as a hash:
|
6800
|
-
#
|
6801
|
-
# {
|
6802
|
-
# voice_connector_id: "NonEmptyString128", # required
|
6803
|
-
# status: "Open", # accepts Open, InProgress, Closed
|
6804
|
-
# next_token: "NextTokenString",
|
6805
|
-
# max_results: 1,
|
6806
|
-
# }
|
6807
|
-
#
|
6808
5423
|
# @!attribute [rw] voice_connector_id
|
6809
5424
|
# The Amazon Chime voice connector ID.
|
6810
5425
|
# @return [String]
|
@@ -6849,16 +5464,6 @@ module Aws::Chime
|
|
6849
5464
|
include Aws::Structure
|
6850
5465
|
end
|
6851
5466
|
|
6852
|
-
# @note When making an API call, you may pass ListRoomMembershipsRequest
|
6853
|
-
# data as a hash:
|
6854
|
-
#
|
6855
|
-
# {
|
6856
|
-
# account_id: "NonEmptyString", # required
|
6857
|
-
# room_id: "NonEmptyString", # required
|
6858
|
-
# max_results: 1,
|
6859
|
-
# next_token: "String",
|
6860
|
-
# }
|
6861
|
-
#
|
6862
5467
|
# @!attribute [rw] account_id
|
6863
5468
|
# The Amazon Chime account ID.
|
6864
5469
|
# @return [String]
|
@@ -6903,16 +5508,6 @@ module Aws::Chime
|
|
6903
5508
|
include Aws::Structure
|
6904
5509
|
end
|
6905
5510
|
|
6906
|
-
# @note When making an API call, you may pass ListRoomsRequest
|
6907
|
-
# data as a hash:
|
6908
|
-
#
|
6909
|
-
# {
|
6910
|
-
# account_id: "NonEmptyString", # required
|
6911
|
-
# member_id: "String",
|
6912
|
-
# max_results: 1,
|
6913
|
-
# next_token: "String",
|
6914
|
-
# }
|
6915
|
-
#
|
6916
5511
|
# @!attribute [rw] account_id
|
6917
5512
|
# The Amazon Chime account ID.
|
6918
5513
|
# @return [String]
|
@@ -6957,14 +5552,6 @@ module Aws::Chime
|
|
6957
5552
|
include Aws::Structure
|
6958
5553
|
end
|
6959
5554
|
|
6960
|
-
# @note When making an API call, you may pass ListSipMediaApplicationsRequest
|
6961
|
-
# data as a hash:
|
6962
|
-
#
|
6963
|
-
# {
|
6964
|
-
# max_results: 1,
|
6965
|
-
# next_token: "NextTokenString",
|
6966
|
-
# }
|
6967
|
-
#
|
6968
5555
|
# @!attribute [rw] max_results
|
6969
5556
|
# The maximum number of results to return in a single call. Defaults
|
6970
5557
|
# to 100.
|
@@ -7000,15 +5587,6 @@ module Aws::Chime
|
|
7000
5587
|
include Aws::Structure
|
7001
5588
|
end
|
7002
5589
|
|
7003
|
-
# @note When making an API call, you may pass ListSipRulesRequest
|
7004
|
-
# data as a hash:
|
7005
|
-
#
|
7006
|
-
# {
|
7007
|
-
# sip_media_application_id: "NonEmptyString",
|
7008
|
-
# max_results: 1,
|
7009
|
-
# next_token: "NextTokenString",
|
7010
|
-
# }
|
7011
|
-
#
|
7012
5590
|
# @!attribute [rw] sip_media_application_id
|
7013
5591
|
# The SIP media application ID.
|
7014
5592
|
# @return [String]
|
@@ -7049,13 +5627,6 @@ module Aws::Chime
|
|
7049
5627
|
include Aws::Structure
|
7050
5628
|
end
|
7051
5629
|
|
7052
|
-
# @note When making an API call, you may pass ListSupportedPhoneNumberCountriesRequest
|
7053
|
-
# data as a hash:
|
7054
|
-
#
|
7055
|
-
# {
|
7056
|
-
# product_type: "BusinessCalling", # required, accepts BusinessCalling, VoiceConnector, SipMediaApplicationDialIn
|
7057
|
-
# }
|
7058
|
-
#
|
7059
5630
|
# @!attribute [rw] product_type
|
7060
5631
|
# The phone number product type.
|
7061
5632
|
# @return [String]
|
@@ -7080,13 +5651,6 @@ module Aws::Chime
|
|
7080
5651
|
include Aws::Structure
|
7081
5652
|
end
|
7082
5653
|
|
7083
|
-
# @note When making an API call, you may pass ListTagsForResourceRequest
|
7084
|
-
# data as a hash:
|
7085
|
-
#
|
7086
|
-
# {
|
7087
|
-
# resource_arn: "Arn", # required
|
7088
|
-
# }
|
7089
|
-
#
|
7090
5654
|
# @!attribute [rw] resource_arn
|
7091
5655
|
# The resource ARN.
|
7092
5656
|
# @return [String]
|
@@ -7111,17 +5675,6 @@ module Aws::Chime
|
|
7111
5675
|
include Aws::Structure
|
7112
5676
|
end
|
7113
5677
|
|
7114
|
-
# @note When making an API call, you may pass ListUsersRequest
|
7115
|
-
# data as a hash:
|
7116
|
-
#
|
7117
|
-
# {
|
7118
|
-
# account_id: "NonEmptyString", # required
|
7119
|
-
# user_email: "EmailAddress",
|
7120
|
-
# user_type: "PrivateUser", # accepts PrivateUser, SharedDevice
|
7121
|
-
# max_results: 1,
|
7122
|
-
# next_token: "String",
|
7123
|
-
# }
|
7124
|
-
#
|
7125
5678
|
# @!attribute [rw] account_id
|
7126
5679
|
# The Amazon Chime account ID.
|
7127
5680
|
# @return [String]
|
@@ -7172,14 +5725,6 @@ module Aws::Chime
|
|
7172
5725
|
include Aws::Structure
|
7173
5726
|
end
|
7174
5727
|
|
7175
|
-
# @note When making an API call, you may pass ListVoiceConnectorGroupsRequest
|
7176
|
-
# data as a hash:
|
7177
|
-
#
|
7178
|
-
# {
|
7179
|
-
# next_token: "String",
|
7180
|
-
# max_results: 1,
|
7181
|
-
# }
|
7182
|
-
#
|
7183
5728
|
# @!attribute [rw] next_token
|
7184
5729
|
# The token to use to retrieve the next page of results.
|
7185
5730
|
# @return [String]
|
@@ -7214,13 +5759,6 @@ module Aws::Chime
|
|
7214
5759
|
include Aws::Structure
|
7215
5760
|
end
|
7216
5761
|
|
7217
|
-
# @note When making an API call, you may pass ListVoiceConnectorTerminationCredentialsRequest
|
7218
|
-
# data as a hash:
|
7219
|
-
#
|
7220
|
-
# {
|
7221
|
-
# voice_connector_id: "NonEmptyString", # required
|
7222
|
-
# }
|
7223
|
-
#
|
7224
5762
|
# @!attribute [rw] voice_connector_id
|
7225
5763
|
# The Amazon Chime Voice Connector ID.
|
7226
5764
|
# @return [String]
|
@@ -7245,14 +5783,6 @@ module Aws::Chime
|
|
7245
5783
|
include Aws::Structure
|
7246
5784
|
end
|
7247
5785
|
|
7248
|
-
# @note When making an API call, you may pass ListVoiceConnectorsRequest
|
7249
|
-
# data as a hash:
|
7250
|
-
#
|
7251
|
-
# {
|
7252
|
-
# next_token: "String",
|
7253
|
-
# max_results: 1,
|
7254
|
-
# }
|
7255
|
-
#
|
7256
5786
|
# @!attribute [rw] next_token
|
7257
5787
|
# The token to use to retrieve the next page of results.
|
7258
5788
|
# @return [String]
|
@@ -7291,14 +5821,6 @@ module Aws::Chime
|
|
7291
5821
|
# Connector. Specifies whether SIP message logs are enabled for sending
|
7292
5822
|
# to Amazon CloudWatch Logs.
|
7293
5823
|
#
|
7294
|
-
# @note When making an API call, you may pass LoggingConfiguration
|
7295
|
-
# data as a hash:
|
7296
|
-
#
|
7297
|
-
# {
|
7298
|
-
# enable_sip_logs: false,
|
7299
|
-
# enable_media_metric_logs: false,
|
7300
|
-
# }
|
7301
|
-
#
|
7302
5824
|
# @!attribute [rw] enable_sip_logs
|
7303
5825
|
# When true, enables SIP message logs for sending to Amazon CloudWatch
|
7304
5826
|
# Logs.
|
@@ -7318,14 +5840,6 @@ module Aws::Chime
|
|
7318
5840
|
include Aws::Structure
|
7319
5841
|
end
|
7320
5842
|
|
7321
|
-
# @note When making an API call, you may pass LogoutUserRequest
|
7322
|
-
# data as a hash:
|
7323
|
-
#
|
7324
|
-
# {
|
7325
|
-
# account_id: "NonEmptyString", # required
|
7326
|
-
# user_id: "NonEmptyString", # required
|
7327
|
-
# }
|
7328
|
-
#
|
7329
5843
|
# @!attribute [rw] account_id
|
7330
5844
|
# The Amazon Chime account ID.
|
7331
5845
|
# @return [String]
|
@@ -7495,14 +6009,6 @@ module Aws::Chime
|
|
7495
6009
|
# supports resource targets located in the US East (N. Virginia) AWS
|
7496
6010
|
# Region (`us-east-1`).
|
7497
6011
|
#
|
7498
|
-
# @note When making an API call, you may pass MeetingNotificationConfiguration
|
7499
|
-
# data as a hash:
|
7500
|
-
#
|
7501
|
-
# {
|
7502
|
-
# sns_topic_arn: "Arn",
|
7503
|
-
# sqs_queue_arn: "Arn",
|
7504
|
-
# }
|
7505
|
-
#
|
7506
6012
|
# @!attribute [rw] sns_topic_arn
|
7507
6013
|
# The SNS topic ARN.
|
7508
6014
|
# @return [String]
|
@@ -7581,14 +6087,6 @@ module Aws::Chime
|
|
7581
6087
|
|
7582
6088
|
# Membership details, such as member ID and member role.
|
7583
6089
|
#
|
7584
|
-
# @note When making an API call, you may pass MembershipItem
|
7585
|
-
# data as a hash:
|
7586
|
-
#
|
7587
|
-
# {
|
7588
|
-
# member_id: "NonEmptyString",
|
7589
|
-
# role: "Administrator", # accepts Administrator, Member
|
7590
|
-
# }
|
7591
|
-
#
|
7592
6090
|
# @!attribute [rw] member_id
|
7593
6091
|
# The member ID.
|
7594
6092
|
# @return [String]
|
@@ -7665,22 +6163,6 @@ module Aws::Chime
|
|
7665
6163
|
#
|
7666
6164
|
# </note>
|
7667
6165
|
#
|
7668
|
-
# @note When making an API call, you may pass Origination
|
7669
|
-
# data as a hash:
|
7670
|
-
#
|
7671
|
-
# {
|
7672
|
-
# routes: [
|
7673
|
-
# {
|
7674
|
-
# host: "String",
|
7675
|
-
# port: 1,
|
7676
|
-
# protocol: "TCP", # accepts TCP, UDP
|
7677
|
-
# priority: 1,
|
7678
|
-
# weight: 1,
|
7679
|
-
# },
|
7680
|
-
# ],
|
7681
|
-
# disabled: false,
|
7682
|
-
# }
|
7683
|
-
#
|
7684
6166
|
# @!attribute [rw] routes
|
7685
6167
|
# The call distribution properties defined for your SIP hosts. Valid
|
7686
6168
|
# range: Minimum value of 1. Maximum value of 20. This parameter is
|
@@ -7712,17 +6194,6 @@ module Aws::Chime
|
|
7712
6194
|
#
|
7713
6195
|
# </note>
|
7714
6196
|
#
|
7715
|
-
# @note When making an API call, you may pass OriginationRoute
|
7716
|
-
# data as a hash:
|
7717
|
-
#
|
7718
|
-
# {
|
7719
|
-
# host: "String",
|
7720
|
-
# port: 1,
|
7721
|
-
# protocol: "TCP", # accepts TCP, UDP
|
7722
|
-
# priority: 1,
|
7723
|
-
# weight: 1,
|
7724
|
-
# }
|
7725
|
-
#
|
7726
6197
|
# @!attribute [rw] host
|
7727
6198
|
# The FQDN or IP address to contact for origination traffic.
|
7728
6199
|
# @return [String]
|
@@ -8117,18 +6588,6 @@ module Aws::Chime
|
|
8117
6588
|
include Aws::Structure
|
8118
6589
|
end
|
8119
6590
|
|
8120
|
-
# @note When making an API call, you may pass PutAppInstanceRetentionSettingsRequest
|
8121
|
-
# data as a hash:
|
8122
|
-
#
|
8123
|
-
# {
|
8124
|
-
# app_instance_arn: "ChimeArn", # required
|
8125
|
-
# app_instance_retention_settings: { # required
|
8126
|
-
# channel_retention_settings: {
|
8127
|
-
# retention_days: 1,
|
8128
|
-
# },
|
8129
|
-
# },
|
8130
|
-
# }
|
8131
|
-
#
|
8132
6591
|
# @!attribute [rw] app_instance_arn
|
8133
6592
|
# The ARN of the `AppInstance`.
|
8134
6593
|
# @return [String]
|
@@ -8163,19 +6622,6 @@ module Aws::Chime
|
|
8163
6622
|
include Aws::Structure
|
8164
6623
|
end
|
8165
6624
|
|
8166
|
-
# @note When making an API call, you may pass PutAppInstanceStreamingConfigurationsRequest
|
8167
|
-
# data as a hash:
|
8168
|
-
#
|
8169
|
-
# {
|
8170
|
-
# app_instance_arn: "ChimeArn", # required
|
8171
|
-
# app_instance_streaming_configurations: [ # required
|
8172
|
-
# {
|
8173
|
-
# app_instance_data_type: "Channel", # required, accepts Channel, ChannelMessage
|
8174
|
-
# resource_arn: "Arn", # required
|
8175
|
-
# },
|
8176
|
-
# ],
|
8177
|
-
# }
|
8178
|
-
#
|
8179
6625
|
# @!attribute [rw] app_instance_arn
|
8180
6626
|
# The ARN of the `AppInstance`.
|
8181
6627
|
# @return [String]
|
@@ -8205,16 +6651,6 @@ module Aws::Chime
|
|
8205
6651
|
include Aws::Structure
|
8206
6652
|
end
|
8207
6653
|
|
8208
|
-
# @note When making an API call, you may pass PutEventsConfigurationRequest
|
8209
|
-
# data as a hash:
|
8210
|
-
#
|
8211
|
-
# {
|
8212
|
-
# account_id: "NonEmptyString", # required
|
8213
|
-
# bot_id: "NonEmptyString", # required
|
8214
|
-
# outbound_events_https_endpoint: "SensitiveString",
|
8215
|
-
# lambda_function_arn: "SensitiveString",
|
8216
|
-
# }
|
8217
|
-
#
|
8218
6654
|
# @!attribute [rw] account_id
|
8219
6655
|
# The Amazon Chime account ID.
|
8220
6656
|
# @return [String]
|
@@ -8255,21 +6691,6 @@ module Aws::Chime
|
|
8255
6691
|
include Aws::Structure
|
8256
6692
|
end
|
8257
6693
|
|
8258
|
-
# @note When making an API call, you may pass PutRetentionSettingsRequest
|
8259
|
-
# data as a hash:
|
8260
|
-
#
|
8261
|
-
# {
|
8262
|
-
# account_id: "NonEmptyString", # required
|
8263
|
-
# retention_settings: { # required
|
8264
|
-
# room_retention_settings: {
|
8265
|
-
# retention_days: 1,
|
8266
|
-
# },
|
8267
|
-
# conversation_retention_settings: {
|
8268
|
-
# retention_days: 1,
|
8269
|
-
# },
|
8270
|
-
# },
|
8271
|
-
# }
|
8272
|
-
#
|
8273
6694
|
# @!attribute [rw] account_id
|
8274
6695
|
# The Amazon Chime account ID.
|
8275
6696
|
# @return [String]
|
@@ -8305,16 +6726,6 @@ module Aws::Chime
|
|
8305
6726
|
include Aws::Structure
|
8306
6727
|
end
|
8307
6728
|
|
8308
|
-
# @note When making an API call, you may pass PutSipMediaApplicationLoggingConfigurationRequest
|
8309
|
-
# data as a hash:
|
8310
|
-
#
|
8311
|
-
# {
|
8312
|
-
# sip_media_application_id: "NonEmptyString", # required
|
8313
|
-
# sip_media_application_logging_configuration: {
|
8314
|
-
# enable_sip_media_application_message_logs: false,
|
8315
|
-
# },
|
8316
|
-
# }
|
8317
|
-
#
|
8318
6729
|
# @!attribute [rw] sip_media_application_id
|
8319
6730
|
# The SIP media application ID.
|
8320
6731
|
# @return [String]
|
@@ -8344,22 +6755,6 @@ module Aws::Chime
|
|
8344
6755
|
include Aws::Structure
|
8345
6756
|
end
|
8346
6757
|
|
8347
|
-
# @note When making an API call, you may pass PutVoiceConnectorEmergencyCallingConfigurationRequest
|
8348
|
-
# data as a hash:
|
8349
|
-
#
|
8350
|
-
# {
|
8351
|
-
# voice_connector_id: "NonEmptyString", # required
|
8352
|
-
# emergency_calling_configuration: { # required
|
8353
|
-
# dnis: [
|
8354
|
-
# {
|
8355
|
-
# emergency_phone_number: "E164PhoneNumber", # required
|
8356
|
-
# test_phone_number: "E164PhoneNumber",
|
8357
|
-
# calling_country: "Alpha2CountryCode", # required
|
8358
|
-
# },
|
8359
|
-
# ],
|
8360
|
-
# },
|
8361
|
-
# }
|
8362
|
-
#
|
8363
6758
|
# @!attribute [rw] voice_connector_id
|
8364
6759
|
# The Amazon Chime Voice Connector ID.
|
8365
6760
|
# @return [String]
|
@@ -8389,17 +6784,6 @@ module Aws::Chime
|
|
8389
6784
|
include Aws::Structure
|
8390
6785
|
end
|
8391
6786
|
|
8392
|
-
# @note When making an API call, you may pass PutVoiceConnectorLoggingConfigurationRequest
|
8393
|
-
# data as a hash:
|
8394
|
-
#
|
8395
|
-
# {
|
8396
|
-
# voice_connector_id: "NonEmptyString", # required
|
8397
|
-
# logging_configuration: { # required
|
8398
|
-
# enable_sip_logs: false,
|
8399
|
-
# enable_media_metric_logs: false,
|
8400
|
-
# },
|
8401
|
-
# }
|
8402
|
-
#
|
8403
6787
|
# @!attribute [rw] voice_connector_id
|
8404
6788
|
# The Amazon Chime Voice Connector ID.
|
8405
6789
|
# @return [String]
|
@@ -8429,25 +6813,6 @@ module Aws::Chime
|
|
8429
6813
|
include Aws::Structure
|
8430
6814
|
end
|
8431
6815
|
|
8432
|
-
# @note When making an API call, you may pass PutVoiceConnectorOriginationRequest
|
8433
|
-
# data as a hash:
|
8434
|
-
#
|
8435
|
-
# {
|
8436
|
-
# voice_connector_id: "NonEmptyString", # required
|
8437
|
-
# origination: { # required
|
8438
|
-
# routes: [
|
8439
|
-
# {
|
8440
|
-
# host: "String",
|
8441
|
-
# port: 1,
|
8442
|
-
# protocol: "TCP", # accepts TCP, UDP
|
8443
|
-
# priority: 1,
|
8444
|
-
# weight: 1,
|
8445
|
-
# },
|
8446
|
-
# ],
|
8447
|
-
# disabled: false,
|
8448
|
-
# },
|
8449
|
-
# }
|
8450
|
-
#
|
8451
6816
|
# @!attribute [rw] voice_connector_id
|
8452
6817
|
# The Amazon Chime Voice Connector ID.
|
8453
6818
|
# @return [String]
|
@@ -8477,17 +6842,6 @@ module Aws::Chime
|
|
8477
6842
|
include Aws::Structure
|
8478
6843
|
end
|
8479
6844
|
|
8480
|
-
# @note When making an API call, you may pass PutVoiceConnectorProxyRequest
|
8481
|
-
# data as a hash:
|
8482
|
-
#
|
8483
|
-
# {
|
8484
|
-
# voice_connector_id: "NonEmptyString128", # required
|
8485
|
-
# default_session_expiry_minutes: 1, # required
|
8486
|
-
# phone_number_pool_countries: ["Country"], # required
|
8487
|
-
# fall_back_phone_number: "E164PhoneNumber",
|
8488
|
-
# disabled: false,
|
8489
|
-
# }
|
8490
|
-
#
|
8491
6845
|
# @!attribute [rw] voice_connector_id
|
8492
6846
|
# The Amazon Chime voice connector ID.
|
8493
6847
|
# @return [String]
|
@@ -8533,22 +6887,6 @@ module Aws::Chime
|
|
8533
6887
|
include Aws::Structure
|
8534
6888
|
end
|
8535
6889
|
|
8536
|
-
# @note When making an API call, you may pass PutVoiceConnectorStreamingConfigurationRequest
|
8537
|
-
# data as a hash:
|
8538
|
-
#
|
8539
|
-
# {
|
8540
|
-
# voice_connector_id: "NonEmptyString", # required
|
8541
|
-
# streaming_configuration: { # required
|
8542
|
-
# data_retention_in_hours: 1, # required
|
8543
|
-
# disabled: false,
|
8544
|
-
# streaming_notification_targets: [
|
8545
|
-
# {
|
8546
|
-
# notification_target: "EventBridge", # required, accepts EventBridge, SNS, SQS
|
8547
|
-
# },
|
8548
|
-
# ],
|
8549
|
-
# },
|
8550
|
-
# }
|
8551
|
-
#
|
8552
6890
|
# @!attribute [rw] voice_connector_id
|
8553
6891
|
# The Amazon Chime Voice Connector ID.
|
8554
6892
|
# @return [String]
|
@@ -8578,19 +6916,6 @@ module Aws::Chime
|
|
8578
6916
|
include Aws::Structure
|
8579
6917
|
end
|
8580
6918
|
|
8581
|
-
# @note When making an API call, you may pass PutVoiceConnectorTerminationCredentialsRequest
|
8582
|
-
# data as a hash:
|
8583
|
-
#
|
8584
|
-
# {
|
8585
|
-
# voice_connector_id: "NonEmptyString", # required
|
8586
|
-
# credentials: [
|
8587
|
-
# {
|
8588
|
-
# username: "SensitiveString",
|
8589
|
-
# password: "SensitiveString",
|
8590
|
-
# },
|
8591
|
-
# ],
|
8592
|
-
# }
|
8593
|
-
#
|
8594
6919
|
# @!attribute [rw] voice_connector_id
|
8595
6920
|
# The Amazon Chime Voice Connector ID.
|
8596
6921
|
# @return [String]
|
@@ -8608,20 +6933,6 @@ module Aws::Chime
|
|
8608
6933
|
include Aws::Structure
|
8609
6934
|
end
|
8610
6935
|
|
8611
|
-
# @note When making an API call, you may pass PutVoiceConnectorTerminationRequest
|
8612
|
-
# data as a hash:
|
8613
|
-
#
|
8614
|
-
# {
|
8615
|
-
# voice_connector_id: "NonEmptyString", # required
|
8616
|
-
# termination: { # required
|
8617
|
-
# cps_limit: 1,
|
8618
|
-
# default_phone_number: "E164PhoneNumber",
|
8619
|
-
# calling_regions: ["CallingRegion"],
|
8620
|
-
# cidr_allowed_list: ["String"],
|
8621
|
-
# disabled: false,
|
8622
|
-
# },
|
8623
|
-
# }
|
8624
|
-
#
|
8625
6936
|
# @!attribute [rw] voice_connector_id
|
8626
6937
|
# The Amazon Chime Voice Connector ID.
|
8627
6938
|
# @return [String]
|
@@ -8651,15 +6962,6 @@ module Aws::Chime
|
|
8651
6962
|
include Aws::Structure
|
8652
6963
|
end
|
8653
6964
|
|
8654
|
-
# @note When making an API call, you may pass RedactChannelMessageRequest
|
8655
|
-
# data as a hash:
|
8656
|
-
#
|
8657
|
-
# {
|
8658
|
-
# channel_arn: "ChimeArn", # required
|
8659
|
-
# message_id: "MessageId", # required
|
8660
|
-
# chime_bearer: "ChimeArn",
|
8661
|
-
# }
|
8662
|
-
#
|
8663
6965
|
# @!attribute [rw] channel_arn
|
8664
6966
|
# The ARN of the channel containing the messages that you want to
|
8665
6967
|
# redact.
|
@@ -8701,15 +7003,6 @@ module Aws::Chime
|
|
8701
7003
|
include Aws::Structure
|
8702
7004
|
end
|
8703
7005
|
|
8704
|
-
# @note When making an API call, you may pass RedactConversationMessageRequest
|
8705
|
-
# data as a hash:
|
8706
|
-
#
|
8707
|
-
# {
|
8708
|
-
# account_id: "NonEmptyString", # required
|
8709
|
-
# conversation_id: "NonEmptyString", # required
|
8710
|
-
# message_id: "NonEmptyString", # required
|
8711
|
-
# }
|
8712
|
-
#
|
8713
7006
|
# @!attribute [rw] account_id
|
8714
7007
|
# The Amazon Chime account ID.
|
8715
7008
|
# @return [String]
|
@@ -8736,15 +7029,6 @@ module Aws::Chime
|
|
8736
7029
|
#
|
8737
7030
|
class RedactConversationMessageResponse < Aws::EmptyStructure; end
|
8738
7031
|
|
8739
|
-
# @note When making an API call, you may pass RedactRoomMessageRequest
|
8740
|
-
# data as a hash:
|
8741
|
-
#
|
8742
|
-
# {
|
8743
|
-
# account_id: "NonEmptyString", # required
|
8744
|
-
# room_id: "NonEmptyString", # required
|
8745
|
-
# message_id: "NonEmptyString", # required
|
8746
|
-
# }
|
8747
|
-
#
|
8748
7032
|
# @!attribute [rw] account_id
|
8749
7033
|
# The Amazon Chime account ID.
|
8750
7034
|
# @return [String]
|
@@ -8771,14 +7055,6 @@ module Aws::Chime
|
|
8771
7055
|
#
|
8772
7056
|
class RedactRoomMessageResponse < Aws::EmptyStructure; end
|
8773
7057
|
|
8774
|
-
# @note When making an API call, you may pass RegenerateSecurityTokenRequest
|
8775
|
-
# data as a hash:
|
8776
|
-
#
|
8777
|
-
# {
|
8778
|
-
# account_id: "NonEmptyString", # required
|
8779
|
-
# bot_id: "NonEmptyString", # required
|
8780
|
-
# }
|
8781
|
-
#
|
8782
7058
|
# @!attribute [rw] account_id
|
8783
7059
|
# The Amazon Chime account ID.
|
8784
7060
|
# @return [String]
|
@@ -8809,14 +7085,6 @@ module Aws::Chime
|
|
8809
7085
|
include Aws::Structure
|
8810
7086
|
end
|
8811
7087
|
|
8812
|
-
# @note When making an API call, you may pass ResetPersonalPINRequest
|
8813
|
-
# data as a hash:
|
8814
|
-
#
|
8815
|
-
# {
|
8816
|
-
# account_id: "NonEmptyString", # required
|
8817
|
-
# user_id: "NonEmptyString", # required
|
8818
|
-
# }
|
8819
|
-
#
|
8820
7088
|
# @!attribute [rw] account_id
|
8821
7089
|
# The Amazon Chime account ID.
|
8822
7090
|
# @return [String]
|
@@ -8863,13 +7131,6 @@ module Aws::Chime
|
|
8863
7131
|
include Aws::Structure
|
8864
7132
|
end
|
8865
7133
|
|
8866
|
-
# @note When making an API call, you may pass RestorePhoneNumberRequest
|
8867
|
-
# data as a hash:
|
8868
|
-
#
|
8869
|
-
# {
|
8870
|
-
# phone_number_id: "NonEmptyString", # required
|
8871
|
-
# }
|
8872
|
-
#
|
8873
7134
|
# @!attribute [rw] phone_number_id
|
8874
7135
|
# The phone number.
|
8875
7136
|
# @return [String]
|
@@ -8898,18 +7159,6 @@ module Aws::Chime
|
|
8898
7159
|
# determine how long to retain items such as chat-room messages and
|
8899
7160
|
# chat-conversation messages.
|
8900
7161
|
#
|
8901
|
-
# @note When making an API call, you may pass RetentionSettings
|
8902
|
-
# data as a hash:
|
8903
|
-
#
|
8904
|
-
# {
|
8905
|
-
# room_retention_settings: {
|
8906
|
-
# retention_days: 1,
|
8907
|
-
# },
|
8908
|
-
# conversation_retention_settings: {
|
8909
|
-
# retention_days: 1,
|
8910
|
-
# },
|
8911
|
-
# }
|
8912
|
-
#
|
8913
7162
|
# @!attribute [rw] room_retention_settings
|
8914
7163
|
# The chat room retention settings.
|
8915
7164
|
# @return [Types::RoomRetentionSettings]
|
@@ -9004,13 +7253,6 @@ module Aws::Chime
|
|
9004
7253
|
# The retention settings that determine how long to retain chat-room
|
9005
7254
|
# messages for an Amazon Chime Enterprise account.
|
9006
7255
|
#
|
9007
|
-
# @note When making an API call, you may pass RoomRetentionSettings
|
9008
|
-
# data as a hash:
|
9009
|
-
#
|
9010
|
-
# {
|
9011
|
-
# retention_days: 1,
|
9012
|
-
# }
|
9013
|
-
#
|
9014
7256
|
# @!attribute [rw] retention_days
|
9015
7257
|
# The number of days for which to retain chat-room messages.
|
9016
7258
|
# @return [Integer]
|
@@ -9023,20 +7265,6 @@ module Aws::Chime
|
|
9023
7265
|
include Aws::Structure
|
9024
7266
|
end
|
9025
7267
|
|
9026
|
-
# @note When making an API call, you may pass SearchAvailablePhoneNumbersRequest
|
9027
|
-
# data as a hash:
|
9028
|
-
#
|
9029
|
-
# {
|
9030
|
-
# area_code: "String",
|
9031
|
-
# city: "String",
|
9032
|
-
# country: "Alpha2CountryCode",
|
9033
|
-
# state: "String",
|
9034
|
-
# toll_free_prefix: "TollFreePrefix",
|
9035
|
-
# phone_number_type: "Local", # accepts Local, TollFree
|
9036
|
-
# max_results: 1,
|
9037
|
-
# next_token: "String",
|
9038
|
-
# }
|
9039
|
-
#
|
9040
7268
|
# @!attribute [rw] area_code
|
9041
7269
|
# The area code used to filter results. Only applies to the US.
|
9042
7270
|
# @return [String]
|
@@ -9108,14 +7336,6 @@ module Aws::Chime
|
|
9108
7336
|
# The video streams to capture for a specified media capture pipeline.
|
9109
7337
|
# The total number of video streams can't exceed 25.
|
9110
7338
|
#
|
9111
|
-
# @note When making an API call, you may pass SelectedVideoStreams
|
9112
|
-
# data as a hash:
|
9113
|
-
#
|
9114
|
-
# {
|
9115
|
-
# attendee_ids: ["GuidString"],
|
9116
|
-
# external_user_ids: ["ExternalUserIdType"],
|
9117
|
-
# }
|
9118
|
-
#
|
9119
7339
|
# @!attribute [rw] attendee_ids
|
9120
7340
|
# The attendee IDs of the streams selected for a media capture
|
9121
7341
|
# pipeline.
|
@@ -9135,19 +7355,6 @@ module Aws::Chime
|
|
9135
7355
|
include Aws::Structure
|
9136
7356
|
end
|
9137
7357
|
|
9138
|
-
# @note When making an API call, you may pass SendChannelMessageRequest
|
9139
|
-
# data as a hash:
|
9140
|
-
#
|
9141
|
-
# {
|
9142
|
-
# channel_arn: "ChimeArn", # required
|
9143
|
-
# content: "NonEmptyContent", # required
|
9144
|
-
# type: "STANDARD", # required, accepts STANDARD, CONTROL
|
9145
|
-
# persistence: "PERSISTENT", # required, accepts PERSISTENT, NON_PERSISTENT
|
9146
|
-
# metadata: "Metadata",
|
9147
|
-
# client_request_token: "ClientRequestToken", # required
|
9148
|
-
# chime_bearer: "ChimeArn",
|
9149
|
-
# }
|
9150
|
-
#
|
9151
7358
|
# @!attribute [rw] channel_arn
|
9152
7359
|
# The ARN of the channel.
|
9153
7360
|
# @return [String]
|
@@ -9248,13 +7455,6 @@ module Aws::Chime
|
|
9248
7455
|
# An Active Directory (AD) group whose members are granted permission to
|
9249
7456
|
# act as delegates.
|
9250
7457
|
#
|
9251
|
-
# @note When making an API call, you may pass SigninDelegateGroup
|
9252
|
-
# data as a hash:
|
9253
|
-
#
|
9254
|
-
# {
|
9255
|
-
# group_name: "NonEmptyString",
|
9256
|
-
# }
|
9257
|
-
#
|
9258
7458
|
# @!attribute [rw] group_name
|
9259
7459
|
# The group name.
|
9260
7460
|
# @return [String]
|
@@ -9324,13 +7524,6 @@ module Aws::Chime
|
|
9324
7524
|
|
9325
7525
|
# The endpoint assigned to the SIP media application.
|
9326
7526
|
#
|
9327
|
-
# @note When making an API call, you may pass SipMediaApplicationEndpoint
|
9328
|
-
# data as a hash:
|
9329
|
-
#
|
9330
|
-
# {
|
9331
|
-
# lambda_arn: "FunctionArn",
|
9332
|
-
# }
|
9333
|
-
#
|
9334
7527
|
# @!attribute [rw] lambda_arn
|
9335
7528
|
# Valid Amazon Resource Name (ARN) of the Lambda function. The
|
9336
7529
|
# function must be created in the same AWS Region as the SIP media
|
@@ -9347,13 +7540,6 @@ module Aws::Chime
|
|
9347
7540
|
|
9348
7541
|
# Logging configuration of the SIP media application.
|
9349
7542
|
#
|
9350
|
-
# @note When making an API call, you may pass SipMediaApplicationLoggingConfiguration
|
9351
|
-
# data as a hash:
|
9352
|
-
#
|
9353
|
-
# {
|
9354
|
-
# enable_sip_media_application_message_logs: false,
|
9355
|
-
# }
|
9356
|
-
#
|
9357
7543
|
# @!attribute [rw] enable_sip_media_application_message_logs
|
9358
7544
|
# Enables application message logs for the SIP media application.
|
9359
7545
|
# @return [Boolean]
|
@@ -9429,15 +7615,6 @@ module Aws::Chime
|
|
9429
7615
|
# AWS Region, to be specified in the SIP rule. Only one SIP rule per AWS
|
9430
7616
|
# Region can be provided.
|
9431
7617
|
#
|
9432
|
-
# @note When making an API call, you may pass SipRuleTargetApplication
|
9433
|
-
# data as a hash:
|
9434
|
-
#
|
9435
|
-
# {
|
9436
|
-
# sip_media_application_id: "NonEmptyString",
|
9437
|
-
# priority: 1,
|
9438
|
-
# aws_region: "String",
|
9439
|
-
# }
|
9440
|
-
#
|
9441
7618
|
# @!attribute [rw] sip_media_application_id
|
9442
7619
|
# The SIP media application ID.
|
9443
7620
|
# @return [String]
|
@@ -9462,16 +7639,6 @@ module Aws::Chime
|
|
9462
7639
|
|
9463
7640
|
# Source configuration for a specified media capture pipeline.
|
9464
7641
|
#
|
9465
|
-
# @note When making an API call, you may pass SourceConfiguration
|
9466
|
-
# data as a hash:
|
9467
|
-
#
|
9468
|
-
# {
|
9469
|
-
# selected_video_streams: {
|
9470
|
-
# attendee_ids: ["GuidString"],
|
9471
|
-
# external_user_ids: ["ExternalUserIdType"],
|
9472
|
-
# },
|
9473
|
-
# }
|
9474
|
-
#
|
9475
7642
|
# @!attribute [rw] selected_video_streams
|
9476
7643
|
# The selected video streams to capture for a specified media capture
|
9477
7644
|
# pipeline. The number of video streams can't exceed 25.
|
@@ -9485,36 +7652,6 @@ module Aws::Chime
|
|
9485
7652
|
include Aws::Structure
|
9486
7653
|
end
|
9487
7654
|
|
9488
|
-
# @note When making an API call, you may pass StartMeetingTranscriptionRequest
|
9489
|
-
# data as a hash:
|
9490
|
-
#
|
9491
|
-
# {
|
9492
|
-
# meeting_id: "GuidString", # required
|
9493
|
-
# transcription_configuration: { # required
|
9494
|
-
# engine_transcribe_settings: {
|
9495
|
-
# language_code: "en-US", # required, accepts en-US, en-GB, es-US, fr-CA, fr-FR, en-AU, it-IT, de-DE, pt-BR, ja-JP, ko-KR, zh-CN
|
9496
|
-
# vocabulary_filter_method: "remove", # accepts remove, mask, tag
|
9497
|
-
# vocabulary_filter_name: "String",
|
9498
|
-
# vocabulary_name: "String",
|
9499
|
-
# region: "us-east-2", # accepts 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
|
9500
|
-
# enable_partial_results_stabilization: false,
|
9501
|
-
# partial_results_stability: "low", # accepts low, medium, high
|
9502
|
-
# content_identification_type: "PII", # accepts PII
|
9503
|
-
# content_redaction_type: "PII", # accepts PII
|
9504
|
-
# pii_entity_types: "TranscribePiiEntityTypes",
|
9505
|
-
# language_model_name: "TranscribeLanguageModelName",
|
9506
|
-
# },
|
9507
|
-
# engine_transcribe_medical_settings: {
|
9508
|
-
# language_code: "en-US", # required, accepts en-US
|
9509
|
-
# specialty: "PRIMARYCARE", # required, accepts PRIMARYCARE, CARDIOLOGY, NEUROLOGY, ONCOLOGY, RADIOLOGY, UROLOGY
|
9510
|
-
# type: "CONVERSATION", # required, accepts CONVERSATION, DICTATION
|
9511
|
-
# vocabulary_name: "String",
|
9512
|
-
# region: "us-east-1", # accepts us-east-1, us-east-2, us-west-2, ap-southeast-2, ca-central-1, eu-west-1, auto
|
9513
|
-
# content_identification_type: "PHI", # accepts PHI
|
9514
|
-
# },
|
9515
|
-
# },
|
9516
|
-
# }
|
9517
|
-
#
|
9518
7655
|
# @!attribute [rw] meeting_id
|
9519
7656
|
# The unique ID of the meeting being transcribed.
|
9520
7657
|
# @return [String]
|
@@ -9538,13 +7675,6 @@ module Aws::Chime
|
|
9538
7675
|
#
|
9539
7676
|
class StartMeetingTranscriptionResponse < Aws::EmptyStructure; end
|
9540
7677
|
|
9541
|
-
# @note When making an API call, you may pass StopMeetingTranscriptionRequest
|
9542
|
-
# data as a hash:
|
9543
|
-
#
|
9544
|
-
# {
|
9545
|
-
# meeting_id: "GuidString", # required
|
9546
|
-
# }
|
9547
|
-
#
|
9548
7678
|
# @!attribute [rw] meeting_id
|
9549
7679
|
# The unique ID of the meeting for which you stop transcription.
|
9550
7680
|
# @return [String]
|
@@ -9566,19 +7696,6 @@ module Aws::Chime
|
|
9566
7696
|
# Amazon Kinesis, and shows the retention period for the Amazon Kinesis
|
9567
7697
|
# data, in hours.
|
9568
7698
|
#
|
9569
|
-
# @note When making an API call, you may pass StreamingConfiguration
|
9570
|
-
# data as a hash:
|
9571
|
-
#
|
9572
|
-
# {
|
9573
|
-
# data_retention_in_hours: 1, # required
|
9574
|
-
# disabled: false,
|
9575
|
-
# streaming_notification_targets: [
|
9576
|
-
# {
|
9577
|
-
# notification_target: "EventBridge", # required, accepts EventBridge, SNS, SQS
|
9578
|
-
# },
|
9579
|
-
# ],
|
9580
|
-
# }
|
9581
|
-
#
|
9582
7699
|
# @!attribute [rw] data_retention_in_hours
|
9583
7700
|
# The retention period, in hours, for the Amazon Kinesis data.
|
9584
7701
|
# @return [Integer]
|
@@ -9603,13 +7720,6 @@ module Aws::Chime
|
|
9603
7720
|
|
9604
7721
|
# The targeted recipient for a streaming configuration notification.
|
9605
7722
|
#
|
9606
|
-
# @note When making an API call, you may pass StreamingNotificationTarget
|
9607
|
-
# data as a hash:
|
9608
|
-
#
|
9609
|
-
# {
|
9610
|
-
# notification_target: "EventBridge", # required, accepts EventBridge, SNS, SQS
|
9611
|
-
# }
|
9612
|
-
#
|
9613
7723
|
# @!attribute [rw] notification_target
|
9614
7724
|
# The streaming notification target.
|
9615
7725
|
# @return [String]
|
@@ -9624,14 +7734,6 @@ module Aws::Chime
|
|
9624
7734
|
|
9625
7735
|
# Describes a tag applied to a resource.
|
9626
7736
|
#
|
9627
|
-
# @note When making an API call, you may pass Tag
|
9628
|
-
# data as a hash:
|
9629
|
-
#
|
9630
|
-
# {
|
9631
|
-
# key: "TagKey", # required
|
9632
|
-
# value: "TagValue", # required
|
9633
|
-
# }
|
9634
|
-
#
|
9635
7737
|
# @!attribute [rw] key
|
9636
7738
|
# The key of the tag.
|
9637
7739
|
# @return [String]
|
@@ -9649,20 +7751,6 @@ module Aws::Chime
|
|
9649
7751
|
include Aws::Structure
|
9650
7752
|
end
|
9651
7753
|
|
9652
|
-
# @note When making an API call, you may pass TagAttendeeRequest
|
9653
|
-
# data as a hash:
|
9654
|
-
#
|
9655
|
-
# {
|
9656
|
-
# meeting_id: "GuidString", # required
|
9657
|
-
# attendee_id: "GuidString", # required
|
9658
|
-
# tags: [ # required
|
9659
|
-
# {
|
9660
|
-
# key: "TagKey", # required
|
9661
|
-
# value: "TagValue", # required
|
9662
|
-
# },
|
9663
|
-
# ],
|
9664
|
-
# }
|
9665
|
-
#
|
9666
7754
|
# @!attribute [rw] meeting_id
|
9667
7755
|
# The Amazon Chime SDK meeting ID.
|
9668
7756
|
# @return [String]
|
@@ -9685,19 +7773,6 @@ module Aws::Chime
|
|
9685
7773
|
include Aws::Structure
|
9686
7774
|
end
|
9687
7775
|
|
9688
|
-
# @note When making an API call, you may pass TagMeetingRequest
|
9689
|
-
# data as a hash:
|
9690
|
-
#
|
9691
|
-
# {
|
9692
|
-
# meeting_id: "GuidString", # required
|
9693
|
-
# tags: [ # required
|
9694
|
-
# {
|
9695
|
-
# key: "TagKey", # required
|
9696
|
-
# value: "TagValue", # required
|
9697
|
-
# },
|
9698
|
-
# ],
|
9699
|
-
# }
|
9700
|
-
#
|
9701
7776
|
# @!attribute [rw] meeting_id
|
9702
7777
|
# The Amazon Chime SDK meeting ID.
|
9703
7778
|
# @return [String]
|
@@ -9715,19 +7790,6 @@ module Aws::Chime
|
|
9715
7790
|
include Aws::Structure
|
9716
7791
|
end
|
9717
7792
|
|
9718
|
-
# @note When making an API call, you may pass TagResourceRequest
|
9719
|
-
# data as a hash:
|
9720
|
-
#
|
9721
|
-
# {
|
9722
|
-
# resource_arn: "Arn", # required
|
9723
|
-
# tags: [ # required
|
9724
|
-
# {
|
9725
|
-
# key: "TagKey", # required
|
9726
|
-
# value: "TagValue", # required
|
9727
|
-
# },
|
9728
|
-
# ],
|
9729
|
-
# }
|
9730
|
-
#
|
9731
7793
|
# @!attribute [rw] resource_arn
|
9732
7794
|
# The resource ARN.
|
9733
7795
|
# @return [String]
|
@@ -9748,15 +7810,6 @@ module Aws::Chime
|
|
9748
7810
|
# Settings that allow management of telephony permissions for an Amazon
|
9749
7811
|
# Chime user, such as inbound and outbound calling and text messaging.
|
9750
7812
|
#
|
9751
|
-
# @note When making an API call, you may pass TelephonySettings
|
9752
|
-
# data as a hash:
|
9753
|
-
#
|
9754
|
-
# {
|
9755
|
-
# inbound_calling: false, # required
|
9756
|
-
# outbound_calling: false, # required
|
9757
|
-
# sms: false, # required
|
9758
|
-
# }
|
9759
|
-
#
|
9760
7813
|
# @!attribute [rw] inbound_calling
|
9761
7814
|
# Allows or denies inbound calling.
|
9762
7815
|
# @return [Boolean]
|
@@ -9782,17 +7835,6 @@ module Aws::Chime
|
|
9782
7835
|
# Termination settings enable your SIP hosts to make outbound calls
|
9783
7836
|
# using your Amazon Chime Voice Connector.
|
9784
7837
|
#
|
9785
|
-
# @note When making an API call, you may pass Termination
|
9786
|
-
# data as a hash:
|
9787
|
-
#
|
9788
|
-
# {
|
9789
|
-
# cps_limit: 1,
|
9790
|
-
# default_phone_number: "E164PhoneNumber",
|
9791
|
-
# calling_regions: ["CallingRegion"],
|
9792
|
-
# cidr_allowed_list: ["String"],
|
9793
|
-
# disabled: false,
|
9794
|
-
# }
|
9795
|
-
#
|
9796
7838
|
# @!attribute [rw] cps_limit
|
9797
7839
|
# The limit on calls per second. Max value based on account service
|
9798
7840
|
# quota. Default value of 1.
|
@@ -9870,33 +7912,6 @@ module Aws::Chime
|
|
9870
7912
|
# contain `EngineTranscribeSettings` or
|
9871
7913
|
# `EngineTranscribeMedicalSettings`.
|
9872
7914
|
#
|
9873
|
-
# @note When making an API call, you may pass TranscriptionConfiguration
|
9874
|
-
# data as a hash:
|
9875
|
-
#
|
9876
|
-
# {
|
9877
|
-
# engine_transcribe_settings: {
|
9878
|
-
# language_code: "en-US", # required, accepts en-US, en-GB, es-US, fr-CA, fr-FR, en-AU, it-IT, de-DE, pt-BR, ja-JP, ko-KR, zh-CN
|
9879
|
-
# vocabulary_filter_method: "remove", # accepts remove, mask, tag
|
9880
|
-
# vocabulary_filter_name: "String",
|
9881
|
-
# vocabulary_name: "String",
|
9882
|
-
# region: "us-east-2", # accepts 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
|
9883
|
-
# enable_partial_results_stabilization: false,
|
9884
|
-
# partial_results_stability: "low", # accepts low, medium, high
|
9885
|
-
# content_identification_type: "PII", # accepts PII
|
9886
|
-
# content_redaction_type: "PII", # accepts PII
|
9887
|
-
# pii_entity_types: "TranscribePiiEntityTypes",
|
9888
|
-
# language_model_name: "TranscribeLanguageModelName",
|
9889
|
-
# },
|
9890
|
-
# engine_transcribe_medical_settings: {
|
9891
|
-
# language_code: "en-US", # required, accepts en-US
|
9892
|
-
# specialty: "PRIMARYCARE", # required, accepts PRIMARYCARE, CARDIOLOGY, NEUROLOGY, ONCOLOGY, RADIOLOGY, UROLOGY
|
9893
|
-
# type: "CONVERSATION", # required, accepts CONVERSATION, DICTATION
|
9894
|
-
# vocabulary_name: "String",
|
9895
|
-
# region: "us-east-1", # accepts us-east-1, us-east-2, us-west-2, ap-southeast-2, ca-central-1, eu-west-1, auto
|
9896
|
-
# content_identification_type: "PHI", # accepts PHI
|
9897
|
-
# },
|
9898
|
-
# }
|
9899
|
-
#
|
9900
7915
|
# @!attribute [rw] engine_transcribe_settings
|
9901
7916
|
# The transcription configuration settings passed to Amazon
|
9902
7917
|
# Transcribe.
|
@@ -9951,15 +7966,6 @@ module Aws::Chime
|
|
9951
7966
|
include Aws::Structure
|
9952
7967
|
end
|
9953
7968
|
|
9954
|
-
# @note When making an API call, you may pass UntagAttendeeRequest
|
9955
|
-
# data as a hash:
|
9956
|
-
#
|
9957
|
-
# {
|
9958
|
-
# meeting_id: "GuidString", # required
|
9959
|
-
# attendee_id: "GuidString", # required
|
9960
|
-
# tag_keys: ["TagKey"], # required
|
9961
|
-
# }
|
9962
|
-
#
|
9963
7969
|
# @!attribute [rw] meeting_id
|
9964
7970
|
# The Amazon Chime SDK meeting ID.
|
9965
7971
|
# @return [String]
|
@@ -9982,14 +7988,6 @@ module Aws::Chime
|
|
9982
7988
|
include Aws::Structure
|
9983
7989
|
end
|
9984
7990
|
|
9985
|
-
# @note When making an API call, you may pass UntagMeetingRequest
|
9986
|
-
# data as a hash:
|
9987
|
-
#
|
9988
|
-
# {
|
9989
|
-
# meeting_id: "GuidString", # required
|
9990
|
-
# tag_keys: ["TagKey"], # required
|
9991
|
-
# }
|
9992
|
-
#
|
9993
7991
|
# @!attribute [rw] meeting_id
|
9994
7992
|
# The Amazon Chime SDK meeting ID.
|
9995
7993
|
# @return [String]
|
@@ -10007,14 +8005,6 @@ module Aws::Chime
|
|
10007
8005
|
include Aws::Structure
|
10008
8006
|
end
|
10009
8007
|
|
10010
|
-
# @note When making an API call, you may pass UntagResourceRequest
|
10011
|
-
# data as a hash:
|
10012
|
-
#
|
10013
|
-
# {
|
10014
|
-
# resource_arn: "Arn", # required
|
10015
|
-
# tag_keys: ["TagKey"], # required
|
10016
|
-
# }
|
10017
|
-
#
|
10018
8008
|
# @!attribute [rw] resource_arn
|
10019
8009
|
# The resource ARN.
|
10020
8010
|
# @return [String]
|
@@ -10032,15 +8022,6 @@ module Aws::Chime
|
|
10032
8022
|
include Aws::Structure
|
10033
8023
|
end
|
10034
8024
|
|
10035
|
-
# @note When making an API call, you may pass UpdateAccountRequest
|
10036
|
-
# data as a hash:
|
10037
|
-
#
|
10038
|
-
# {
|
10039
|
-
# account_id: "NonEmptyString", # required
|
10040
|
-
# name: "AccountName",
|
10041
|
-
# default_license: "Basic", # accepts Basic, Plus, Pro, ProTrial
|
10042
|
-
# }
|
10043
|
-
#
|
10044
8025
|
# @!attribute [rw] account_id
|
10045
8026
|
# The Amazon Chime account ID.
|
10046
8027
|
# @return [String]
|
@@ -10076,17 +8057,6 @@ module Aws::Chime
|
|
10076
8057
|
include Aws::Structure
|
10077
8058
|
end
|
10078
8059
|
|
10079
|
-
# @note When making an API call, you may pass UpdateAccountSettingsRequest
|
10080
|
-
# data as a hash:
|
10081
|
-
#
|
10082
|
-
# {
|
10083
|
-
# account_id: "NonEmptyString", # required
|
10084
|
-
# account_settings: { # required
|
10085
|
-
# disable_remote_control: false,
|
10086
|
-
# enable_dial_out: false,
|
10087
|
-
# },
|
10088
|
-
# }
|
10089
|
-
#
|
10090
8060
|
# @!attribute [rw] account_id
|
10091
8061
|
# The Amazon Chime account ID.
|
10092
8062
|
# @return [String]
|
@@ -10108,15 +8078,6 @@ module Aws::Chime
|
|
10108
8078
|
#
|
10109
8079
|
class UpdateAccountSettingsResponse < Aws::EmptyStructure; end
|
10110
8080
|
|
10111
|
-
# @note When making an API call, you may pass UpdateAppInstanceRequest
|
10112
|
-
# data as a hash:
|
10113
|
-
#
|
10114
|
-
# {
|
10115
|
-
# app_instance_arn: "ChimeArn", # required
|
10116
|
-
# name: "NonEmptyResourceName", # required
|
10117
|
-
# metadata: "Metadata",
|
10118
|
-
# }
|
10119
|
-
#
|
10120
8081
|
# @!attribute [rw] app_instance_arn
|
10121
8082
|
# The ARN of the `AppInstance`.
|
10122
8083
|
# @return [String]
|
@@ -10151,15 +8112,6 @@ module Aws::Chime
|
|
10151
8112
|
include Aws::Structure
|
10152
8113
|
end
|
10153
8114
|
|
10154
|
-
# @note When making an API call, you may pass UpdateAppInstanceUserRequest
|
10155
|
-
# data as a hash:
|
10156
|
-
#
|
10157
|
-
# {
|
10158
|
-
# app_instance_user_arn: "ChimeArn", # required
|
10159
|
-
# name: "UserName", # required
|
10160
|
-
# metadata: "Metadata",
|
10161
|
-
# }
|
10162
|
-
#
|
10163
8115
|
# @!attribute [rw] app_instance_user_arn
|
10164
8116
|
# The ARN of the `AppInstanceUser`.
|
10165
8117
|
# @return [String]
|
@@ -10194,15 +8146,6 @@ module Aws::Chime
|
|
10194
8146
|
include Aws::Structure
|
10195
8147
|
end
|
10196
8148
|
|
10197
|
-
# @note When making an API call, you may pass UpdateBotRequest
|
10198
|
-
# data as a hash:
|
10199
|
-
#
|
10200
|
-
# {
|
10201
|
-
# account_id: "NonEmptyString", # required
|
10202
|
-
# bot_id: "NonEmptyString", # required
|
10203
|
-
# disabled: false,
|
10204
|
-
# }
|
10205
|
-
#
|
10206
8149
|
# @!attribute [rw] account_id
|
10207
8150
|
# The Amazon Chime account ID.
|
10208
8151
|
# @return [String]
|
@@ -10237,17 +8180,6 @@ module Aws::Chime
|
|
10237
8180
|
include Aws::Structure
|
10238
8181
|
end
|
10239
8182
|
|
10240
|
-
# @note When making an API call, you may pass UpdateChannelMessageRequest
|
10241
|
-
# data as a hash:
|
10242
|
-
#
|
10243
|
-
# {
|
10244
|
-
# channel_arn: "ChimeArn", # required
|
10245
|
-
# message_id: "MessageId", # required
|
10246
|
-
# content: "Content",
|
10247
|
-
# metadata: "Metadata",
|
10248
|
-
# chime_bearer: "ChimeArn",
|
10249
|
-
# }
|
10250
|
-
#
|
10251
8183
|
# @!attribute [rw] channel_arn
|
10252
8184
|
# The ARN of the channel.
|
10253
8185
|
# @return [String]
|
@@ -10297,14 +8229,6 @@ module Aws::Chime
|
|
10297
8229
|
include Aws::Structure
|
10298
8230
|
end
|
10299
8231
|
|
10300
|
-
# @note When making an API call, you may pass UpdateChannelReadMarkerRequest
|
10301
|
-
# data as a hash:
|
10302
|
-
#
|
10303
|
-
# {
|
10304
|
-
# channel_arn: "ChimeArn", # required
|
10305
|
-
# chime_bearer: "ChimeArn",
|
10306
|
-
# }
|
10307
|
-
#
|
10308
8232
|
# @!attribute [rw] channel_arn
|
10309
8233
|
# The ARN of the channel.
|
10310
8234
|
# @return [String]
|
@@ -10334,17 +8258,6 @@ module Aws::Chime
|
|
10334
8258
|
include Aws::Structure
|
10335
8259
|
end
|
10336
8260
|
|
10337
|
-
# @note When making an API call, you may pass UpdateChannelRequest
|
10338
|
-
# data as a hash:
|
10339
|
-
#
|
10340
|
-
# {
|
10341
|
-
# channel_arn: "ChimeArn", # required
|
10342
|
-
# name: "NonEmptyResourceName", # required
|
10343
|
-
# mode: "UNRESTRICTED", # required, accepts UNRESTRICTED, RESTRICTED
|
10344
|
-
# metadata: "Metadata",
|
10345
|
-
# chime_bearer: "ChimeArn",
|
10346
|
-
# }
|
10347
|
-
#
|
10348
8261
|
# @!attribute [rw] channel_arn
|
10349
8262
|
# The ARN of the channel.
|
10350
8263
|
# @return [String]
|
@@ -10389,18 +8302,6 @@ module Aws::Chime
|
|
10389
8302
|
include Aws::Structure
|
10390
8303
|
end
|
10391
8304
|
|
10392
|
-
# @note When making an API call, you may pass UpdateGlobalSettingsRequest
|
10393
|
-
# data as a hash:
|
10394
|
-
#
|
10395
|
-
# {
|
10396
|
-
# business_calling: {
|
10397
|
-
# cdr_bucket: "String",
|
10398
|
-
# },
|
10399
|
-
# voice_connector: {
|
10400
|
-
# cdr_bucket: "String",
|
10401
|
-
# },
|
10402
|
-
# }
|
10403
|
-
#
|
10404
8305
|
# @!attribute [rw] business_calling
|
10405
8306
|
# The Amazon Chime Business Calling settings.
|
10406
8307
|
# @return [Types::BusinessCallingSettings]
|
@@ -10418,15 +8319,6 @@ module Aws::Chime
|
|
10418
8319
|
include Aws::Structure
|
10419
8320
|
end
|
10420
8321
|
|
10421
|
-
# @note When making an API call, you may pass UpdatePhoneNumberRequest
|
10422
|
-
# data as a hash:
|
10423
|
-
#
|
10424
|
-
# {
|
10425
|
-
# phone_number_id: "String", # required
|
10426
|
-
# product_type: "BusinessCalling", # accepts BusinessCalling, VoiceConnector, SipMediaApplicationDialIn
|
10427
|
-
# calling_name: "CallingName",
|
10428
|
-
# }
|
10429
|
-
#
|
10430
8322
|
# @!attribute [rw] phone_number_id
|
10431
8323
|
# The phone number ID.
|
10432
8324
|
# @return [String]
|
@@ -10452,15 +8344,6 @@ module Aws::Chime
|
|
10452
8344
|
# The phone number ID, product type, or calling name fields to update,
|
10453
8345
|
# used with the BatchUpdatePhoneNumber and UpdatePhoneNumber actions.
|
10454
8346
|
#
|
10455
|
-
# @note When making an API call, you may pass UpdatePhoneNumberRequestItem
|
10456
|
-
# data as a hash:
|
10457
|
-
#
|
10458
|
-
# {
|
10459
|
-
# phone_number_id: "NonEmptyString", # required
|
10460
|
-
# product_type: "BusinessCalling", # accepts BusinessCalling, VoiceConnector, SipMediaApplicationDialIn
|
10461
|
-
# calling_name: "CallingName",
|
10462
|
-
# }
|
10463
|
-
#
|
10464
8347
|
# @!attribute [rw] phone_number_id
|
10465
8348
|
# The phone number ID to update.
|
10466
8349
|
# @return [String]
|
@@ -10495,13 +8378,6 @@ module Aws::Chime
|
|
10495
8378
|
include Aws::Structure
|
10496
8379
|
end
|
10497
8380
|
|
10498
|
-
# @note When making an API call, you may pass UpdatePhoneNumberSettingsRequest
|
10499
|
-
# data as a hash:
|
10500
|
-
#
|
10501
|
-
# {
|
10502
|
-
# calling_name: "CallingName", # required
|
10503
|
-
# }
|
10504
|
-
#
|
10505
8381
|
# @!attribute [rw] calling_name
|
10506
8382
|
# The default outbound calling name for the account.
|
10507
8383
|
# @return [String]
|
@@ -10514,16 +8390,6 @@ module Aws::Chime
|
|
10514
8390
|
include Aws::Structure
|
10515
8391
|
end
|
10516
8392
|
|
10517
|
-
# @note When making an API call, you may pass UpdateProxySessionRequest
|
10518
|
-
# data as a hash:
|
10519
|
-
#
|
10520
|
-
# {
|
10521
|
-
# voice_connector_id: "NonEmptyString128", # required
|
10522
|
-
# proxy_session_id: "NonEmptyString128", # required
|
10523
|
-
# capabilities: ["Voice"], # required, accepts Voice, SMS
|
10524
|
-
# expiry_minutes: 1,
|
10525
|
-
# }
|
10526
|
-
#
|
10527
8393
|
# @!attribute [rw] voice_connector_id
|
10528
8394
|
# The Amazon Chime voice connector ID.
|
10529
8395
|
# @return [String]
|
@@ -10563,16 +8429,6 @@ module Aws::Chime
|
|
10563
8429
|
include Aws::Structure
|
10564
8430
|
end
|
10565
8431
|
|
10566
|
-
# @note When making an API call, you may pass UpdateRoomMembershipRequest
|
10567
|
-
# data as a hash:
|
10568
|
-
#
|
10569
|
-
# {
|
10570
|
-
# account_id: "NonEmptyString", # required
|
10571
|
-
# room_id: "NonEmptyString", # required
|
10572
|
-
# member_id: "NonEmptyString", # required
|
10573
|
-
# role: "Administrator", # accepts Administrator, Member
|
10574
|
-
# }
|
10575
|
-
#
|
10576
8432
|
# @!attribute [rw] account_id
|
10577
8433
|
# The Amazon Chime account ID.
|
10578
8434
|
# @return [String]
|
@@ -10612,15 +8468,6 @@ module Aws::Chime
|
|
10612
8468
|
include Aws::Structure
|
10613
8469
|
end
|
10614
8470
|
|
10615
|
-
# @note When making an API call, you may pass UpdateRoomRequest
|
10616
|
-
# data as a hash:
|
10617
|
-
#
|
10618
|
-
# {
|
10619
|
-
# account_id: "NonEmptyString", # required
|
10620
|
-
# room_id: "NonEmptyString", # required
|
10621
|
-
# name: "SensitiveString",
|
10622
|
-
# }
|
10623
|
-
#
|
10624
8471
|
# @!attribute [rw] account_id
|
10625
8472
|
# The Amazon Chime account ID.
|
10626
8473
|
# @return [String]
|
@@ -10655,17 +8502,6 @@ module Aws::Chime
|
|
10655
8502
|
include Aws::Structure
|
10656
8503
|
end
|
10657
8504
|
|
10658
|
-
# @note When making an API call, you may pass UpdateSipMediaApplicationCallRequest
|
10659
|
-
# data as a hash:
|
10660
|
-
#
|
10661
|
-
# {
|
10662
|
-
# sip_media_application_id: "NonEmptyString", # required
|
10663
|
-
# transaction_id: "NonEmptyString", # required
|
10664
|
-
# arguments: { # required
|
10665
|
-
# "SensitiveString" => "SensitiveString",
|
10666
|
-
# },
|
10667
|
-
# }
|
10668
|
-
#
|
10669
8505
|
# @!attribute [rw] sip_media_application_id
|
10670
8506
|
# The ID of the SIP media application handling the call.
|
10671
8507
|
# @return [String]
|
@@ -10701,19 +8537,6 @@ module Aws::Chime
|
|
10701
8537
|
include Aws::Structure
|
10702
8538
|
end
|
10703
8539
|
|
10704
|
-
# @note When making an API call, you may pass UpdateSipMediaApplicationRequest
|
10705
|
-
# data as a hash:
|
10706
|
-
#
|
10707
|
-
# {
|
10708
|
-
# sip_media_application_id: "NonEmptyString", # required
|
10709
|
-
# name: "SipMediaApplicationName",
|
10710
|
-
# endpoints: [
|
10711
|
-
# {
|
10712
|
-
# lambda_arn: "FunctionArn",
|
10713
|
-
# },
|
10714
|
-
# ],
|
10715
|
-
# }
|
10716
|
-
#
|
10717
8540
|
# @!attribute [rw] sip_media_application_id
|
10718
8541
|
# The SIP media application ID.
|
10719
8542
|
# @return [String]
|
@@ -10748,22 +8571,6 @@ module Aws::Chime
|
|
10748
8571
|
include Aws::Structure
|
10749
8572
|
end
|
10750
8573
|
|
10751
|
-
# @note When making an API call, you may pass UpdateSipRuleRequest
|
10752
|
-
# data as a hash:
|
10753
|
-
#
|
10754
|
-
# {
|
10755
|
-
# sip_rule_id: "NonEmptyString", # required
|
10756
|
-
# name: "SipRuleName", # required
|
10757
|
-
# disabled: false,
|
10758
|
-
# target_applications: [
|
10759
|
-
# {
|
10760
|
-
# sip_media_application_id: "NonEmptyString",
|
10761
|
-
# priority: 1,
|
10762
|
-
# aws_region: "String",
|
10763
|
-
# },
|
10764
|
-
# ],
|
10765
|
-
# }
|
10766
|
-
#
|
10767
8574
|
# @!attribute [rw] sip_rule_id
|
10768
8575
|
# The SIP rule ID.
|
10769
8576
|
# @return [String]
|
@@ -10803,20 +8610,6 @@ module Aws::Chime
|
|
10803
8610
|
include Aws::Structure
|
10804
8611
|
end
|
10805
8612
|
|
10806
|
-
# @note When making an API call, you may pass UpdateUserRequest
|
10807
|
-
# data as a hash:
|
10808
|
-
#
|
10809
|
-
# {
|
10810
|
-
# account_id: "NonEmptyString", # required
|
10811
|
-
# user_id: "NonEmptyString", # required
|
10812
|
-
# license_type: "Basic", # accepts Basic, Plus, Pro, ProTrial
|
10813
|
-
# user_type: "PrivateUser", # accepts PrivateUser, SharedDevice
|
10814
|
-
# alexa_for_business_metadata: {
|
10815
|
-
# is_alexa_for_business_enabled: false,
|
10816
|
-
# alexa_for_business_room_arn: "SensitiveString",
|
10817
|
-
# },
|
10818
|
-
# }
|
10819
|
-
#
|
10820
8613
|
# @!attribute [rw] account_id
|
10821
8614
|
# The Amazon Chime account ID.
|
10822
8615
|
# @return [String]
|
@@ -10853,19 +8646,6 @@ module Aws::Chime
|
|
10853
8646
|
# The user ID and user fields to update, used with the BatchUpdateUser
|
10854
8647
|
# action.
|
10855
8648
|
#
|
10856
|
-
# @note When making an API call, you may pass UpdateUserRequestItem
|
10857
|
-
# data as a hash:
|
10858
|
-
#
|
10859
|
-
# {
|
10860
|
-
# user_id: "NonEmptyString", # required
|
10861
|
-
# license_type: "Basic", # accepts Basic, Plus, Pro, ProTrial
|
10862
|
-
# user_type: "PrivateUser", # accepts PrivateUser, SharedDevice
|
10863
|
-
# alexa_for_business_metadata: {
|
10864
|
-
# is_alexa_for_business_enabled: false,
|
10865
|
-
# alexa_for_business_room_arn: "SensitiveString",
|
10866
|
-
# },
|
10867
|
-
# }
|
10868
|
-
#
|
10869
8649
|
# @!attribute [rw] user_id
|
10870
8650
|
# The user ID.
|
10871
8651
|
# @return [String]
|
@@ -10905,21 +8685,6 @@ module Aws::Chime
|
|
10905
8685
|
include Aws::Structure
|
10906
8686
|
end
|
10907
8687
|
|
10908
|
-
# @note When making an API call, you may pass UpdateUserSettingsRequest
|
10909
|
-
# data as a hash:
|
10910
|
-
#
|
10911
|
-
# {
|
10912
|
-
# account_id: "String", # required
|
10913
|
-
# user_id: "String", # required
|
10914
|
-
# user_settings: { # required
|
10915
|
-
# telephony: { # required
|
10916
|
-
# inbound_calling: false, # required
|
10917
|
-
# outbound_calling: false, # required
|
10918
|
-
# sms: false, # required
|
10919
|
-
# },
|
10920
|
-
# },
|
10921
|
-
# }
|
10922
|
-
#
|
10923
8688
|
# @!attribute [rw] account_id
|
10924
8689
|
# The Amazon Chime account ID.
|
10925
8690
|
# @return [String]
|
@@ -10942,20 +8707,6 @@ module Aws::Chime
|
|
10942
8707
|
include Aws::Structure
|
10943
8708
|
end
|
10944
8709
|
|
10945
|
-
# @note When making an API call, you may pass UpdateVoiceConnectorGroupRequest
|
10946
|
-
# data as a hash:
|
10947
|
-
#
|
10948
|
-
# {
|
10949
|
-
# voice_connector_group_id: "NonEmptyString", # required
|
10950
|
-
# name: "VoiceConnectorGroupName", # required
|
10951
|
-
# voice_connector_items: [ # required
|
10952
|
-
# {
|
10953
|
-
# voice_connector_id: "NonEmptyString", # required
|
10954
|
-
# priority: 1, # required
|
10955
|
-
# },
|
10956
|
-
# ],
|
10957
|
-
# }
|
10958
|
-
#
|
10959
8710
|
# @!attribute [rw] voice_connector_group_id
|
10960
8711
|
# The Amazon Chime Voice Connector group ID.
|
10961
8712
|
# @return [String]
|
@@ -10990,15 +8741,6 @@ module Aws::Chime
|
|
10990
8741
|
include Aws::Structure
|
10991
8742
|
end
|
10992
8743
|
|
10993
|
-
# @note When making an API call, you may pass UpdateVoiceConnectorRequest
|
10994
|
-
# data as a hash:
|
10995
|
-
#
|
10996
|
-
# {
|
10997
|
-
# voice_connector_id: "NonEmptyString", # required
|
10998
|
-
# name: "VoiceConnectorName", # required
|
10999
|
-
# require_encryption: false, # required
|
11000
|
-
# }
|
11001
|
-
#
|
11002
8744
|
# @!attribute [rw] voice_connector_id
|
11003
8745
|
# The Amazon Chime Voice Connector ID.
|
11004
8746
|
# @return [String]
|
@@ -11138,17 +8880,6 @@ module Aws::Chime
|
|
11138
8880
|
# Settings associated with an Amazon Chime user, including inbound and
|
11139
8881
|
# outbound calling and text messaging.
|
11140
8882
|
#
|
11141
|
-
# @note When making an API call, you may pass UserSettings
|
11142
|
-
# data as a hash:
|
11143
|
-
#
|
11144
|
-
# {
|
11145
|
-
# telephony: { # required
|
11146
|
-
# inbound_calling: false, # required
|
11147
|
-
# outbound_calling: false, # required
|
11148
|
-
# sms: false, # required
|
11149
|
-
# },
|
11150
|
-
# }
|
11151
|
-
#
|
11152
8883
|
# @!attribute [rw] telephony
|
11153
8884
|
# The telephony settings associated with the user.
|
11154
8885
|
# @return [Types::TelephonySettings]
|
@@ -11161,19 +8892,6 @@ module Aws::Chime
|
|
11161
8892
|
include Aws::Structure
|
11162
8893
|
end
|
11163
8894
|
|
11164
|
-
# @note When making an API call, you may pass ValidateE911AddressRequest
|
11165
|
-
# data as a hash:
|
11166
|
-
#
|
11167
|
-
# {
|
11168
|
-
# aws_account_id: "NonEmptyString", # required
|
11169
|
-
# street_number: "SensitiveNonEmptyString", # required
|
11170
|
-
# street_info: "SensitiveNonEmptyString", # required
|
11171
|
-
# city: "SensitiveNonEmptyString", # required
|
11172
|
-
# state: "SensitiveNonEmptyString", # required
|
11173
|
-
# country: "SensitiveNonEmptyString", # required
|
11174
|
-
# postal_code: "SensitiveNonEmptyString", # required
|
11175
|
-
# }
|
11176
|
-
#
|
11177
8895
|
# @!attribute [rw] aws_account_id
|
11178
8896
|
# The AWS account ID.
|
11179
8897
|
# @return [String]
|
@@ -11248,14 +8966,6 @@ module Aws::Chime
|
|
11248
8966
|
|
11249
8967
|
# The video artifact configuration object.
|
11250
8968
|
#
|
11251
|
-
# @note When making an API call, you may pass VideoArtifactsConfiguration
|
11252
|
-
# data as a hash:
|
11253
|
-
#
|
11254
|
-
# {
|
11255
|
-
# state: "Enabled", # required, accepts Enabled, Disabled
|
11256
|
-
# mux_type: "VideoOnly", # accepts VideoOnly
|
11257
|
-
# }
|
11258
|
-
#
|
11259
8969
|
# @!attribute [rw] state
|
11260
8970
|
# Indicates whether the video artifact is enabled or disabled.
|
11261
8971
|
# @return [String]
|
@@ -11377,14 +9087,6 @@ module Aws::Chime
|
|
11377
9087
|
# configuration settings. Limit: 3 `VoiceConnectorItems` per Amazon
|
11378
9088
|
# Chime Voice Connector group.
|
11379
9089
|
#
|
11380
|
-
# @note When making an API call, you may pass VoiceConnectorItem
|
11381
|
-
# data as a hash:
|
11382
|
-
#
|
11383
|
-
# {
|
11384
|
-
# voice_connector_id: "NonEmptyString", # required
|
11385
|
-
# priority: 1, # required
|
11386
|
-
# }
|
11387
|
-
#
|
11388
9090
|
# @!attribute [rw] voice_connector_id
|
11389
9091
|
# The Amazon Chime Voice Connector ID.
|
11390
9092
|
# @return [String]
|
@@ -11407,13 +9109,6 @@ module Aws::Chime
|
|
11407
9109
|
# The Amazon Chime Voice Connector settings. Includes any Amazon S3
|
11408
9110
|
# buckets designated for storing call detail records.
|
11409
9111
|
#
|
11410
|
-
# @note When making an API call, you may pass VoiceConnectorSettings
|
11411
|
-
# data as a hash:
|
11412
|
-
#
|
11413
|
-
# {
|
11414
|
-
# cdr_bucket: "String",
|
11415
|
-
# }
|
11416
|
-
#
|
11417
9112
|
# @!attribute [rw] cdr_bucket
|
11418
9113
|
# The Amazon S3 bucket designated for call detail record storage.
|
11419
9114
|
# @return [String]
|