aws-sdk-chime 1.69.0 → 1.71.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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,33 +1462,8 @@ 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
- # The source configuration for a specified media capture pipline.
1466
+ # The source configuration for a specified media capture pipeline.
1698
1467
  # @return [Types::SourceConfiguration]
1699
1468
  #
1700
1469
  # @!attribute [rw] artifacts_configuration
@@ -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.
@@ -2421,7 +2013,9 @@ module Aws::Chime
2421
2013
  # @return [String]
2422
2014
  #
2423
2015
  # @!attribute [rw] client_request_token
2424
- # The token assigned to the client making the pipeline request.
2016
+ # The unique identifier for the client request. The token makes the
2017
+ # API request idempotent. Use a different token for different media
2018
+ # pipeline requests.
2425
2019
  #
2426
2020
  # **A suitable default value is auto-generated.** You should normally
2427
2021
  # not need to pass this option.
@@ -2458,16 +2052,6 @@ module Aws::Chime
2458
2052
  include Aws::Structure
2459
2053
  end
2460
2054
 
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
2055
  # @!attribute [rw] meeting_id
2472
2056
  # The Amazon Chime SDK meeting ID.
2473
2057
  # @return [String]
@@ -2513,26 +2097,6 @@ module Aws::Chime
2513
2097
  include Aws::Structure
2514
2098
  end
2515
2099
 
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
2100
  # @!attribute [rw] client_request_token
2537
2101
  # The unique identifier for the client request. Use a different token
2538
2102
  # for different meetings.
@@ -2594,37 +2158,6 @@ module Aws::Chime
2594
2158
  include Aws::Structure
2595
2159
  end
2596
2160
 
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
2161
  # @!attribute [rw] client_request_token
2629
2162
  # The unique identifier for the client request. Use a different token
2630
2163
  # for different meetings.
@@ -2659,7 +2192,7 @@ module Aws::Chime
2659
2192
  # The resource target configurations for receiving Amazon Chime SDK
2660
2193
  # meeting and attendee event notifications. The Amazon Chime SDK
2661
2194
  # supports resource targets located in the US East (N. Virginia) AWS
2662
- # Region (`us-east-1`).
2195
+ # Region (us-east-1).
2663
2196
  # @return [Types::MeetingNotificationConfiguration]
2664
2197
  #
2665
2198
  # @!attribute [rw] attendees
@@ -2704,14 +2237,6 @@ module Aws::Chime
2704
2237
  include Aws::Structure
2705
2238
  end
2706
2239
 
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
2240
  # @!attribute [rw] product_type
2716
2241
  # The phone number product type.
2717
2242
  # @return [String]
@@ -2741,23 +2266,6 @@ module Aws::Chime
2741
2266
  include Aws::Structure
2742
2267
  end
2743
2268
 
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
2269
  # @!attribute [rw] voice_connector_id
2762
2270
  # The Amazon Chime voice connector ID.
2763
2271
  # @return [String]
@@ -2819,16 +2327,6 @@ module Aws::Chime
2819
2327
  include Aws::Structure
2820
2328
  end
2821
2329
 
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
2330
  # @!attribute [rw] account_id
2833
2331
  # The Amazon Chime account ID.
2834
2332
  # @return [String]
@@ -2868,15 +2366,6 @@ module Aws::Chime
2868
2366
  include Aws::Structure
2869
2367
  end
2870
2368
 
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
2369
  # @!attribute [rw] account_id
2881
2370
  # The Amazon Chime account ID.
2882
2371
  # @return [String]
@@ -2914,18 +2403,6 @@ module Aws::Chime
2914
2403
  include Aws::Structure
2915
2404
  end
2916
2405
 
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
2406
  # @!attribute [rw] from_phone_number
2930
2407
  # The phone number that a user calls from. This is a phone number in
2931
2408
  # your Amazon Chime phone number inventory.
@@ -2966,19 +2443,6 @@ module Aws::Chime
2966
2443
  include Aws::Structure
2967
2444
  end
2968
2445
 
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
2446
  # @!attribute [rw] aws_region
2983
2447
  # The AWS Region assigned to the SIP media application.
2984
2448
  # @return [String]
@@ -3014,23 +2478,6 @@ module Aws::Chime
3014
2478
  include Aws::Structure
3015
2479
  end
3016
2480
 
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
2481
  # @!attribute [rw] name
3035
2482
  # The name of the SIP rule.
3036
2483
  # @return [String]
@@ -3085,16 +2532,6 @@ module Aws::Chime
3085
2532
  include Aws::Structure
3086
2533
  end
3087
2534
 
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
2535
  # @!attribute [rw] account_id
3099
2536
  # The Amazon Chime account ID.
3100
2537
  # @return [String]
@@ -3134,19 +2571,6 @@ module Aws::Chime
3134
2571
  include Aws::Structure
3135
2572
  end
3136
2573
 
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
2574
  # @!attribute [rw] name
3151
2575
  # The name of the Amazon Chime Voice Connector group.
3152
2576
  # @return [String]
@@ -3176,15 +2600,6 @@ module Aws::Chime
3176
2600
  include Aws::Structure
3177
2601
  end
3178
2602
 
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
2603
  # @!attribute [rw] name
3189
2604
  # The name of the Amazon Chime Voice Connector.
3190
2605
  # @return [String]
@@ -3224,14 +2639,6 @@ module Aws::Chime
3224
2639
  # The SIP credentials used to authenticate requests to your Amazon Chime
3225
2640
  # Voice Connector.
3226
2641
  #
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
2642
  # @!attribute [rw] username
3236
2643
  # The RFC2617 compliant user name associated with the SIP credentials,
3237
2644
  # in US-ASCII format.
@@ -3255,15 +2662,6 @@ module Aws::Chime
3255
2662
  # configuration details associated with an Amazon Chime Voice
3256
2663
  # Connector's emergency calling configuration.
3257
2664
  #
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
2665
  # @!attribute [rw] emergency_phone_number
3268
2666
  # The DNIS phone number to route emergency calls to, in E.164 format.
3269
2667
  # @return [String]
@@ -3288,13 +2686,6 @@ module Aws::Chime
3288
2686
  include Aws::Structure
3289
2687
  end
3290
2688
 
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
2689
  # @!attribute [rw] account_id
3299
2690
  # The Amazon Chime account ID.
3300
2691
  # @return [String]
@@ -3311,14 +2702,6 @@ module Aws::Chime
3311
2702
  #
3312
2703
  class DeleteAccountResponse < Aws::EmptyStructure; end
3313
2704
 
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
2705
  # @!attribute [rw] app_instance_admin_arn
3323
2706
  # The ARN of the `AppInstance`'s administrator.
3324
2707
  # @return [String]
@@ -3336,13 +2719,6 @@ module Aws::Chime
3336
2719
  include Aws::Structure
3337
2720
  end
3338
2721
 
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
2722
  # @!attribute [rw] app_instance_arn
3347
2723
  # The ARN of the `AppInstance`.
3348
2724
  # @return [String]
@@ -3355,13 +2731,6 @@ module Aws::Chime
3355
2731
  include Aws::Structure
3356
2732
  end
3357
2733
 
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
2734
  # @!attribute [rw] app_instance_arn
3366
2735
  # The ARN of the streaming configurations being deleted.
3367
2736
  # @return [String]
@@ -3374,13 +2743,6 @@ module Aws::Chime
3374
2743
  include Aws::Structure
3375
2744
  end
3376
2745
 
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
2746
  # @!attribute [rw] app_instance_user_arn
3385
2747
  # The ARN of the user request being deleted.
3386
2748
  # @return [String]
@@ -3393,14 +2755,6 @@ module Aws::Chime
3393
2755
  include Aws::Structure
3394
2756
  end
3395
2757
 
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
2758
  # @!attribute [rw] meeting_id
3405
2759
  # The Amazon Chime SDK meeting ID.
3406
2760
  # @return [String]
@@ -3418,15 +2772,6 @@ module Aws::Chime
3418
2772
  include Aws::Structure
3419
2773
  end
3420
2774
 
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
2775
  # @!attribute [rw] channel_arn
3431
2776
  # The ARN of the channel from which the `AppInstanceUser` was banned.
3432
2777
  # @return [String]
@@ -3449,15 +2794,6 @@ module Aws::Chime
3449
2794
  include Aws::Structure
3450
2795
  end
3451
2796
 
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
2797
  # @!attribute [rw] channel_arn
3462
2798
  # The ARN of the channel from which you want to remove the user.
3463
2799
  # @return [String]
@@ -3480,15 +2816,6 @@ module Aws::Chime
3480
2816
  include Aws::Structure
3481
2817
  end
3482
2818
 
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
2819
  # @!attribute [rw] channel_arn
3493
2820
  # The ARN of the channel.
3494
2821
  # @return [String]
@@ -3511,15 +2838,6 @@ module Aws::Chime
3511
2838
  include Aws::Structure
3512
2839
  end
3513
2840
 
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
2841
  # @!attribute [rw] channel_arn
3524
2842
  # The ARN of the channel.
3525
2843
  # @return [String]
@@ -3542,14 +2860,6 @@ module Aws::Chime
3542
2860
  include Aws::Structure
3543
2861
  end
3544
2862
 
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
2863
  # @!attribute [rw] channel_arn
3554
2864
  # The ARN of the channel being deleted.
3555
2865
  # @return [String]
@@ -3567,14 +2877,6 @@ module Aws::Chime
3567
2877
  include Aws::Structure
3568
2878
  end
3569
2879
 
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
2880
  # @!attribute [rw] account_id
3579
2881
  # The Amazon Chime account ID.
3580
2882
  # @return [String]
@@ -3592,13 +2894,6 @@ module Aws::Chime
3592
2894
  include Aws::Structure
3593
2895
  end
3594
2896
 
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
2897
  # @!attribute [rw] media_pipeline_id
3603
2898
  # The ID of the media capture pipeline being deleted.
3604
2899
  # @return [String]
@@ -3611,13 +2906,6 @@ module Aws::Chime
3611
2906
  include Aws::Structure
3612
2907
  end
3613
2908
 
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
2909
  # @!attribute [rw] meeting_id
3622
2910
  # The Amazon Chime SDK meeting ID.
3623
2911
  # @return [String]
@@ -3630,13 +2918,6 @@ module Aws::Chime
3630
2918
  include Aws::Structure
3631
2919
  end
3632
2920
 
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
2921
  # @!attribute [rw] phone_number_id
3641
2922
  # The phone number ID.
3642
2923
  # @return [String]
@@ -3649,14 +2930,6 @@ module Aws::Chime
3649
2930
  include Aws::Structure
3650
2931
  end
3651
2932
 
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
2933
  # @!attribute [rw] voice_connector_id
3661
2934
  # The Amazon Chime voice connector ID.
3662
2935
  # @return [String]
@@ -3674,15 +2947,6 @@ module Aws::Chime
3674
2947
  include Aws::Structure
3675
2948
  end
3676
2949
 
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
2950
  # @!attribute [rw] account_id
3687
2951
  # The Amazon Chime account ID.
3688
2952
  # @return [String]
@@ -3705,14 +2969,6 @@ module Aws::Chime
3705
2969
  include Aws::Structure
3706
2970
  end
3707
2971
 
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
2972
  # @!attribute [rw] account_id
3717
2973
  # The Amazon Chime account ID.
3718
2974
  # @return [String]
@@ -3730,13 +2986,6 @@ module Aws::Chime
3730
2986
  include Aws::Structure
3731
2987
  end
3732
2988
 
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
2989
  # @!attribute [rw] sip_media_application_id
3741
2990
  # The SIP media application ID.
3742
2991
  # @return [String]
@@ -3749,13 +2998,6 @@ module Aws::Chime
3749
2998
  include Aws::Structure
3750
2999
  end
3751
3000
 
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
3001
  # @!attribute [rw] sip_rule_id
3760
3002
  # The SIP rule ID.
3761
3003
  # @return [String]
@@ -3768,13 +3010,6 @@ module Aws::Chime
3768
3010
  include Aws::Structure
3769
3011
  end
3770
3012
 
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
3013
  # @!attribute [rw] voice_connector_id
3779
3014
  # The Amazon Chime Voice Connector ID.
3780
3015
  # @return [String]
@@ -3787,13 +3022,6 @@ module Aws::Chime
3787
3022
  include Aws::Structure
3788
3023
  end
3789
3024
 
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
3025
  # @!attribute [rw] voice_connector_group_id
3798
3026
  # The Amazon Chime Voice Connector group ID.
3799
3027
  # @return [String]
@@ -3806,13 +3034,6 @@ module Aws::Chime
3806
3034
  include Aws::Structure
3807
3035
  end
3808
3036
 
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
3037
  # @!attribute [rw] voice_connector_id
3817
3038
  # The Amazon Chime Voice Connector ID.
3818
3039
  # @return [String]
@@ -3825,13 +3046,6 @@ module Aws::Chime
3825
3046
  include Aws::Structure
3826
3047
  end
3827
3048
 
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
3049
  # @!attribute [rw] voice_connector_id
3836
3050
  # The Amazon Chime Voice Connector ID.
3837
3051
  # @return [String]
@@ -3844,13 +3058,6 @@ module Aws::Chime
3844
3058
  include Aws::Structure
3845
3059
  end
3846
3060
 
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
3061
  # @!attribute [rw] voice_connector_id
3855
3062
  # The Amazon Chime Voice Connector ID.
3856
3063
  # @return [String]
@@ -3863,13 +3070,6 @@ module Aws::Chime
3863
3070
  include Aws::Structure
3864
3071
  end
3865
3072
 
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
3073
  # @!attribute [rw] voice_connector_id
3874
3074
  # The Amazon Chime Voice Connector ID.
3875
3075
  # @return [String]
@@ -3882,14 +3082,6 @@ module Aws::Chime
3882
3082
  include Aws::Structure
3883
3083
  end
3884
3084
 
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
3085
  # @!attribute [rw] voice_connector_id
3894
3086
  # The Amazon Chime Voice Connector ID.
3895
3087
  # @return [String]
@@ -3908,13 +3100,6 @@ module Aws::Chime
3908
3100
  include Aws::Structure
3909
3101
  end
3910
3102
 
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
3103
  # @!attribute [rw] voice_connector_id
3919
3104
  # The Amazon Chime Voice Connector ID.
3920
3105
  # @return [String]
@@ -3927,14 +3112,6 @@ module Aws::Chime
3927
3112
  include Aws::Structure
3928
3113
  end
3929
3114
 
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
3115
  # @!attribute [rw] app_instance_admin_arn
3939
3116
  # The ARN of the `AppInstanceAdmin`.
3940
3117
  # @return [String]
@@ -3966,13 +3143,6 @@ module Aws::Chime
3966
3143
  include Aws::Structure
3967
3144
  end
3968
3145
 
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
3146
  # @!attribute [rw] app_instance_arn
3977
3147
  # The ARN of the `AppInstance`.
3978
3148
  # @return [String]
@@ -3998,13 +3168,6 @@ module Aws::Chime
3998
3168
  include Aws::Structure
3999
3169
  end
4000
3170
 
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
3171
  # @!attribute [rw] app_instance_user_arn
4009
3172
  # The ARN of the `AppInstanceUser`.
4010
3173
  # @return [String]
@@ -4029,15 +3192,6 @@ module Aws::Chime
4029
3192
  include Aws::Structure
4030
3193
  end
4031
3194
 
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
3195
  # @!attribute [rw] channel_arn
4042
3196
  # The ARN of the channel from which the user is banned.
4043
3197
  # @return [String]
@@ -4072,15 +3226,6 @@ module Aws::Chime
4072
3226
  include Aws::Structure
4073
3227
  end
4074
3228
 
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
3229
  # @!attribute [rw] channel_arn
4085
3230
  # The ARN of the channel to which the user belongs.
4086
3231
  # @return [String]
@@ -4115,15 +3260,6 @@ module Aws::Chime
4115
3260
  include Aws::Structure
4116
3261
  end
4117
3262
 
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
3263
  # @!attribute [rw] channel_arn
4128
3264
  # The ARN of the channel.
4129
3265
  # @return [String]
@@ -4158,15 +3294,6 @@ module Aws::Chime
4158
3294
  include Aws::Structure
4159
3295
  end
4160
3296
 
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
3297
  # @!attribute [rw] channel_arn
4171
3298
  # The ARN of the moderated channel.
4172
3299
  # @return [String]
@@ -4201,15 +3328,6 @@ module Aws::Chime
4201
3328
  include Aws::Structure
4202
3329
  end
4203
3330
 
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
3331
  # @!attribute [rw] channel_arn
4214
3332
  # The ARN of the channel.
4215
3333
  # @return [String]
@@ -4244,14 +3362,6 @@ module Aws::Chime
4244
3362
  include Aws::Structure
4245
3363
  end
4246
3364
 
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
3365
  # @!attribute [rw] channel_arn
4256
3366
  # The ARN of the channel.
4257
3367
  # @return [String]
@@ -4281,14 +3391,6 @@ module Aws::Chime
4281
3391
  include Aws::Structure
4282
3392
  end
4283
3393
 
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
3394
  # @!attribute [rw] account_id
4293
3395
  # The Amazon Chime account ID.
4294
3396
  # @return [String]
@@ -4310,14 +3412,6 @@ module Aws::Chime
4310
3412
  #
4311
3413
  class DisassociatePhoneNumberFromUserResponse < Aws::EmptyStructure; end
4312
3414
 
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
3415
  # @!attribute [rw] voice_connector_group_id
4322
3416
  # The Amazon Chime Voice Connector group ID.
4323
3417
  # @return [String]
@@ -4349,14 +3443,6 @@ module Aws::Chime
4349
3443
  include Aws::Structure
4350
3444
  end
4351
3445
 
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
3446
  # @!attribute [rw] voice_connector_id
4361
3447
  # The Amazon Chime Voice Connector ID.
4362
3448
  # @return [String]
@@ -4388,14 +3474,6 @@ module Aws::Chime
4388
3474
  include Aws::Structure
4389
3475
  end
4390
3476
 
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
3477
  # @!attribute [rw] account_id
4400
3478
  # The Amazon Chime account ID.
4401
3479
  # @return [String]
@@ -4420,19 +3498,6 @@ module Aws::Chime
4420
3498
  # The emergency calling configuration details associated with an Amazon
4421
3499
  # Chime Voice Connector.
4422
3500
  #
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
3501
  # @!attribute [rw] dnis
4437
3502
  # The Dialed Number Identification Service (DNIS) emergency calling
4438
3503
  # configuration details.
@@ -4448,18 +3513,6 @@ module Aws::Chime
4448
3513
 
4449
3514
  # Settings specific to the Amazon Transcribe Medical engine.
4450
3515
  #
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
3516
  # @!attribute [rw] language_code
4464
3517
  # The language code specified for the Amazon Transcribe Medical
4465
3518
  # engine.
@@ -4483,8 +3536,12 @@ module Aws::Chime
4483
3536
  # @return [String]
4484
3537
  #
4485
3538
  # @!attribute [rw] content_identification_type
4486
- # Set this field to `PHI` to identify personal health information in
4487
- # the transcription output.
3539
+ # Labels all personally identifiable information (PII) identified in
3540
+ # your transcript. If you don't include `PiiEntityTypes`, all PII is
3541
+ # identified.
3542
+ #
3543
+ # You can’t set `ContentIdentificationType` and
3544
+ # `ContentRedactionType`.
4488
3545
  # @return [String]
4489
3546
  #
4490
3547
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/EngineTranscribeMedicalSettings AWS API Documentation
@@ -4500,85 +3557,213 @@ module Aws::Chime
4500
3557
  include Aws::Structure
4501
3558
  end
4502
3559
 
4503
- # Settings specific to the Amazon Transcribe engine.
3560
+ # Settings specific for Amazon Transcribe as the live transcription
3561
+ # engine.
3562
+ #
3563
+ # If you specify an invalid combination of parameters, a
3564
+ # `TranscriptFailed` event will be sent with the contents of the
3565
+ # `BadRequestException` generated by Amazon Transcribe. For more
3566
+ # information on each parameter and which combinations are valid, refer
3567
+ # to the [StartStreamTranscription][1] API in the *Amazon Transcribe
3568
+ # Developer Guide*.
3569
+ #
4504
3570
  #
4505
- # @note When making an API call, you may pass EngineTranscribeSettings
4506
- # data as a hash:
4507
3571
  #
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
- # }
3572
+ # [1]: https://docs.aws.amazon.com/transcribe/latest/APIReference/API_streaming_StartStreamTranscription.html
4521
3573
  #
4522
3574
  # @!attribute [rw] language_code
4523
- # The language code specified for the Amazon Transcribe engine.
3575
+ # Specify the language code that represents the language spoken.
3576
+ #
3577
+ # If you're unsure of the language spoken in your audio, consider
3578
+ # using `IdentifyLanguage` to enable automatic language
3579
+ # identification.
4524
3580
  # @return [String]
4525
3581
  #
4526
3582
  # @!attribute [rw] vocabulary_filter_method
4527
- # The filtering method passed to Amazon Transcribe.
3583
+ # Specify how you want your vocabulary filter applied to your
3584
+ # transcript.
3585
+ #
3586
+ # To replace words with `***`, choose `mask`.
3587
+ #
3588
+ # To delete words, choose `remove`.
3589
+ #
3590
+ # To flag words without changing them, choose `tag`.
4528
3591
  # @return [String]
4529
3592
  #
4530
3593
  # @!attribute [rw] vocabulary_filter_name
4531
- # The name of the vocabulary filter passed to Amazon Transcribe.
3594
+ # Specify the name of the custom vocabulary filter that you want to
3595
+ # use when processing your transcription. Note that vocabulary filter
3596
+ # names are case sensitive.
3597
+ #
3598
+ # If you use Amazon Transcribe in multiple Regions, the vocabulary
3599
+ # filter must be available in Amazon Transcribe in each Region.
3600
+ #
3601
+ # If you include `IdentifyLanguage` and want to use one or more
3602
+ # vocabulary filters with your transcription, use the
3603
+ # `VocabularyFilterNames` parameter instead.
4532
3604
  # @return [String]
4533
3605
  #
4534
3606
  # @!attribute [rw] vocabulary_name
4535
- # The name of the vocabulary passed to Amazon Transcribe.
3607
+ # Specify the name of the custom vocabulary that you want to use when
3608
+ # processing your transcription. Note that vocabulary names are case
3609
+ # sensitive.
3610
+ #
3611
+ # If you use Amazon Transcribe multiple Regions, the vocabulary must
3612
+ # be available in Amazon Transcribe in each Region.
3613
+ #
3614
+ # If you include `IdentifyLanguage` and want to use one or more custom
3615
+ # vocabularies with your transcription, use the `VocabularyNames`
3616
+ # parameter instead.
4536
3617
  # @return [String]
4537
3618
  #
4538
3619
  # @!attribute [rw] region
4539
- # The AWS Region passed to Amazon Transcribe. If you don't specify a
4540
- # Region, Amazon Chime uses the meeting's Region.
3620
+ # The AWS Region in which to use Amazon Transcribe.
3621
+ #
3622
+ # If you don't specify a Region, then the `MediaRegion` parameter of
3623
+ # the [CreateMeeting.html][1] API will be used. However, if Amazon
3624
+ # Transcribe is not available in the `MediaRegion`, then a
3625
+ # TranscriptFailed event is sent.
3626
+ #
3627
+ # Use `auto` to use Amazon Transcribe in a Region near the meeting’s
3628
+ # `MediaRegion`. For more information, refer to [Choosing a
3629
+ # transcription Region][2] in the *Amazon Chime SDK Developer Guide*.
3630
+ #
3631
+ #
3632
+ #
3633
+ # [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_meeting-chime_CreateMeeting.html
3634
+ # [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/transcription-options.html#choose-region
4541
3635
  # @return [String]
4542
3636
  #
4543
3637
  # @!attribute [rw] enable_partial_results_stabilization
4544
- # Generates partial transcription results that are less likely to
4545
- # change as meeting attendees speak. It does so by only allowing the
4546
- # last few words from the partial results to change.
3638
+ # Enables partial result stabilization for your transcription. Partial
3639
+ # result stabilization can reduce latency in your output, but may
3640
+ # impact accuracy.
4547
3641
  # @return [Boolean]
4548
3642
  #
4549
3643
  # @!attribute [rw] partial_results_stability
4550
- # The stabity level of a partial results transcription. Determines how
4551
- # stable you want the transcription results to be. A higher level
4552
- # means the transcription results are less likely to change.
3644
+ # Specify the level of stability to use when you enable partial
3645
+ # results stabilization (`EnablePartialResultsStabilization`).
3646
+ #
3647
+ # Low stability provides the highest accuracy. High stability
3648
+ # transcribes faster, but with slightly lower accuracy.
4553
3649
  # @return [String]
4554
3650
  #
4555
3651
  # @!attribute [rw] content_identification_type
4556
- # Set this field to `PII` to identify personally identifiable
4557
- # information in the transcription output.
3652
+ # Labels all personally identifiable information (PII) identified in
3653
+ # your transcript. If you don't include `PiiEntityTypes`, all PII is
3654
+ # identified.
3655
+ #
3656
+ # You can’t set `ContentIdentificationType` and
3657
+ # `ContentRedactionType`.
4558
3658
  # @return [String]
4559
3659
  #
4560
3660
  # @!attribute [rw] content_redaction_type
4561
- # Set this field to `PII` to redact personally identifiable
4562
- # information in the transcription output. Content redaction is
4563
- # performed only upon complete transcription of the audio segments.
3661
+ # Content redaction is performed at the segment level. If you don't
3662
+ # include `PiiEntityTypes`, all PII is redacted.
3663
+ #
3664
+ # You can’t set `ContentIdentificationType` and
3665
+ # `ContentRedactionType`.
4564
3666
  # @return [String]
4565
3667
  #
4566
3668
  # @!attribute [rw] pii_entity_types
4567
- # Lists the PII entity types you want to identify or redact. To
4568
- # specify entity types, you must enable `ContentIdentificationType` or
4569
- # `ContentRedactionType`.
3669
+ # Specify which types of personally identifiable information (PII) you
3670
+ # want to redact in your transcript. You can include as many types as
3671
+ # you'd like, or you can select `ALL`.
4570
3672
  #
4571
- # `PIIEntityTypes` must be comma-separated. The available values are:
4572
- # `BANK_ACCOUNT_NUMBER`, `BANK_ROUTING, CREDIT_DEBIT_NUMBER`,
4573
- # `CREDIT_DEBIT_CVV`, `CREDIT_DEBIT_EXPIRY`, `PIN`, `EMAIL`,
4574
- # `ADDRESS`, `NAME`, `PHONE`, `SSN`, and `ALL`.
3673
+ # Values must be comma-separated and can include: `ADDRESS`,
3674
+ # `BANK_ACCOUNT_NUMBER`, `BANK_ROUTING`, `CREDIT_DEBIT_CVV`,
3675
+ # `CREDIT_DEBIT_EXPIRY` `CREDIT_DEBIT_NUMBER`, `EMAIL`,`NAME`,
3676
+ # `PHONE`, `PIN`, `SSN`, or `ALL`.
4575
3677
  #
4576
- # `PiiEntityTypes` is an optional parameter with a default value of
4577
- # `ALL`.
3678
+ # Note that if you include `PiiEntityTypes`, you must also include
3679
+ # `ContentIdentificationType` or `ContentRedactionType`.
3680
+ #
3681
+ # If you include `ContentRedactionType` or
3682
+ # `ContentIdentificationType`, but do not include `PiiEntityTypes`,
3683
+ # all PII is redacted or identified.
4578
3684
  # @return [String]
4579
3685
  #
4580
3686
  # @!attribute [rw] language_model_name
4581
- # The name of the language model used during transcription.
3687
+ # Specify the name of the custom language model that you want to use
3688
+ # when processing your transcription. Note that language model names
3689
+ # are case sensitive.
3690
+ #
3691
+ # The language of the specified language model must match the language
3692
+ # code. If the languages don't match, the custom language model
3693
+ # isn't applied. There are no errors or warnings associated with a
3694
+ # language mismatch.
3695
+ #
3696
+ # If you use Amazon Transcribe in multiple Regions, the custom
3697
+ # language model must be available in Amazon Transcribe in each
3698
+ # Region.
3699
+ # @return [String]
3700
+ #
3701
+ # @!attribute [rw] identify_language
3702
+ # Enables automatic language identification for your transcription.
3703
+ #
3704
+ # If you include `IdentifyLanguage`, you can optionally use
3705
+ # `LanguageOptions` to include a list of language codes that you think
3706
+ # may be present in your audio stream. Including language options can
3707
+ # improve transcription accuracy.
3708
+ #
3709
+ # You can also use `PreferredLanguage` to include a preferred
3710
+ # language. Doing so can help Amazon Transcribe identify the language
3711
+ # faster.
3712
+ #
3713
+ # You must include either `LanguageCode` or `IdentifyLanguage`.
3714
+ #
3715
+ # Language identification can't be combined with custom language
3716
+ # models or redaction.
3717
+ # @return [Boolean]
3718
+ #
3719
+ # @!attribute [rw] language_options
3720
+ # Specify two or more language codes that represent the languages you
3721
+ # think may be present in your media; including more than five is not
3722
+ # recommended. If you're unsure what languages are present, do not
3723
+ # include this parameter.
3724
+ #
3725
+ # Including language options can improve the accuracy of language
3726
+ # identification.
3727
+ #
3728
+ # If you include `LanguageOptions`, you must also include
3729
+ # `IdentifyLanguage`.
3730
+ #
3731
+ # You can only include one language dialect per language. For example,
3732
+ # you cannot include `en-US` and `en-AU`.
3733
+ # @return [String]
3734
+ #
3735
+ # @!attribute [rw] preferred_language
3736
+ # Specify a preferred language from the subset of languages codes you
3737
+ # specified in `LanguageOptions`.
3738
+ #
3739
+ # You can only use this parameter if you include `IdentifyLanguage`
3740
+ # and `LanguageOptions`.
3741
+ # @return [String]
3742
+ #
3743
+ # @!attribute [rw] vocabulary_names
3744
+ # Specify the names of the custom vocabularies that you want to use
3745
+ # when processing your transcription. Note that vocabulary names are
3746
+ # case sensitive.
3747
+ #
3748
+ # If you use Amazon Transcribe in multiple Regions, the vocabulary
3749
+ # must be available in Amazon Transcribe in each Region.
3750
+ #
3751
+ # If you don't include `IdentifyLanguage` and want to use a custom
3752
+ # vocabulary with your transcription, use the `VocabularyName`
3753
+ # parameter instead.
3754
+ # @return [String]
3755
+ #
3756
+ # @!attribute [rw] vocabulary_filter_names
3757
+ # Specify the names of the custom vocabulary filters that you want to
3758
+ # use when processing your transcription. Note that vocabulary filter
3759
+ # names are case sensitive.
3760
+ #
3761
+ # If you use Amazon Transcribe in multiple Regions, the vocabulary
3762
+ # filter must be available in Amazon Transcribe in each Region.
3763
+ #
3764
+ # If you're *not* including `IdentifyLanguage` and want to use a
3765
+ # custom vocabulary filter with your transcription, use the
3766
+ # `VocabularyFilterName` parameter instead.
4582
3767
  # @return [String]
4583
3768
  #
4584
3769
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/EngineTranscribeSettings AWS API Documentation
@@ -4594,7 +3779,12 @@ module Aws::Chime
4594
3779
  :content_identification_type,
4595
3780
  :content_redaction_type,
4596
3781
  :pii_entity_types,
4597
- :language_model_name)
3782
+ :language_model_name,
3783
+ :identify_language,
3784
+ :language_options,
3785
+ :preferred_language,
3786
+ :vocabulary_names,
3787
+ :vocabulary_filter_names)
4598
3788
  SENSITIVE = []
4599
3789
  include Aws::Structure
4600
3790
  end
@@ -4644,14 +3834,6 @@ module Aws::Chime
4644
3834
  # The country and area code for a proxy phone number in a proxy phone
4645
3835
  # session.
4646
3836
  #
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
3837
  # @!attribute [rw] country
4656
3838
  # The country.
4657
3839
  # @return [String]
@@ -4669,13 +3851,6 @@ module Aws::Chime
4669
3851
  include Aws::Structure
4670
3852
  end
4671
3853
 
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
3854
  # @!attribute [rw] account_id
4680
3855
  # The Amazon Chime account ID.
4681
3856
  # @return [String]
@@ -4700,13 +3875,6 @@ module Aws::Chime
4700
3875
  include Aws::Structure
4701
3876
  end
4702
3877
 
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
3878
  # @!attribute [rw] account_id
4711
3879
  # The Amazon Chime account ID.
4712
3880
  # @return [String]
@@ -4731,13 +3899,6 @@ module Aws::Chime
4731
3899
  include Aws::Structure
4732
3900
  end
4733
3901
 
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
3902
  # @!attribute [rw] app_instance_arn
4742
3903
  # The ARN of the `AppInstance`.
4743
3904
  # @return [String]
@@ -4768,13 +3929,6 @@ module Aws::Chime
4768
3929
  include Aws::Structure
4769
3930
  end
4770
3931
 
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
3932
  # @!attribute [rw] app_instance_arn
4779
3933
  # The ARN of the `AppInstance`.
4780
3934
  # @return [String]
@@ -4799,14 +3953,6 @@ module Aws::Chime
4799
3953
  include Aws::Structure
4800
3954
  end
4801
3955
 
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
3956
  # @!attribute [rw] meeting_id
4811
3957
  # The Amazon Chime SDK meeting ID.
4812
3958
  # @return [String]
@@ -4836,14 +3982,6 @@ module Aws::Chime
4836
3982
  include Aws::Structure
4837
3983
  end
4838
3984
 
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
3985
  # @!attribute [rw] account_id
4848
3986
  # The Amazon Chime account ID.
4849
3987
  # @return [String]
@@ -4873,15 +4011,6 @@ module Aws::Chime
4873
4011
  include Aws::Structure
4874
4012
  end
4875
4013
 
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
4014
  # @!attribute [rw] channel_arn
4886
4015
  # The ARN of the channel.
4887
4016
  # @return [String]
@@ -4916,14 +4045,6 @@ module Aws::Chime
4916
4045
  include Aws::Structure
4917
4046
  end
4918
4047
 
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
4048
  # @!attribute [rw] account_id
4928
4049
  # The Amazon Chime account ID.
4929
4050
  # @return [String]
@@ -4970,13 +4091,6 @@ module Aws::Chime
4970
4091
  include Aws::Structure
4971
4092
  end
4972
4093
 
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
4094
  # @!attribute [rw] media_pipeline_id
4981
4095
  # The ID of the pipeline that you want to get.
4982
4096
  # @return [String]
@@ -5001,13 +4115,6 @@ module Aws::Chime
5001
4115
  include Aws::Structure
5002
4116
  end
5003
4117
 
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
4118
  # @!attribute [rw] meeting_id
5012
4119
  # The Amazon Chime SDK meeting ID.
5013
4120
  # @return [String]
@@ -5050,13 +4157,6 @@ module Aws::Chime
5050
4157
  include Aws::Structure
5051
4158
  end
5052
4159
 
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
4160
  # @!attribute [rw] phone_number_order_id
5061
4161
  # The ID for the phone number order.
5062
4162
  # @return [String]
@@ -5081,13 +4181,6 @@ module Aws::Chime
5081
4181
  include Aws::Structure
5082
4182
  end
5083
4183
 
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
4184
  # @!attribute [rw] phone_number_id
5092
4185
  # The phone number ID.
5093
4186
  # @return [String]
@@ -5129,14 +4222,6 @@ module Aws::Chime
5129
4222
  include Aws::Structure
5130
4223
  end
5131
4224
 
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
4225
  # @!attribute [rw] voice_connector_id
5141
4226
  # The Amazon Chime voice connector ID.
5142
4227
  # @return [String]
@@ -5166,13 +4251,6 @@ module Aws::Chime
5166
4251
  include Aws::Structure
5167
4252
  end
5168
4253
 
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
4254
  # @!attribute [rw] account_id
5177
4255
  # The Amazon Chime account ID.
5178
4256
  # @return [String]
@@ -5203,14 +4281,6 @@ module Aws::Chime
5203
4281
  include Aws::Structure
5204
4282
  end
5205
4283
 
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
4284
  # @!attribute [rw] account_id
5215
4285
  # The Amazon Chime account ID.
5216
4286
  # @return [String]
@@ -5240,13 +4310,6 @@ module Aws::Chime
5240
4310
  include Aws::Structure
5241
4311
  end
5242
4312
 
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
4313
  # @!attribute [rw] sip_media_application_id
5251
4314
  # The SIP media application ID.
5252
4315
  # @return [String]
@@ -5271,13 +4334,6 @@ module Aws::Chime
5271
4334
  include Aws::Structure
5272
4335
  end
5273
4336
 
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
4337
  # @!attribute [rw] sip_media_application_id
5282
4338
  # The SIP media application ID.
5283
4339
  # @return [String]
@@ -5302,13 +4358,6 @@ module Aws::Chime
5302
4358
  include Aws::Structure
5303
4359
  end
5304
4360
 
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
4361
  # @!attribute [rw] sip_rule_id
5313
4362
  # The SIP rule ID.
5314
4363
  # @return [String]
@@ -5333,14 +4382,6 @@ module Aws::Chime
5333
4382
  include Aws::Structure
5334
4383
  end
5335
4384
 
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
4385
  # @!attribute [rw] account_id
5345
4386
  # The Amazon Chime account ID.
5346
4387
  # @return [String]
@@ -5370,14 +4411,6 @@ module Aws::Chime
5370
4411
  include Aws::Structure
5371
4412
  end
5372
4413
 
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
4414
  # @!attribute [rw] account_id
5382
4415
  # The Amazon Chime account ID.
5383
4416
  # @return [String]
@@ -5407,13 +4440,6 @@ module Aws::Chime
5407
4440
  include Aws::Structure
5408
4441
  end
5409
4442
 
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
4443
  # @!attribute [rw] voice_connector_id
5418
4444
  # The Amazon Chime Voice Connector ID.
5419
4445
  # @return [String]
@@ -5438,13 +4464,6 @@ module Aws::Chime
5438
4464
  include Aws::Structure
5439
4465
  end
5440
4466
 
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
4467
  # @!attribute [rw] voice_connector_group_id
5449
4468
  # The Amazon Chime Voice Connector group ID.
5450
4469
  # @return [String]
@@ -5469,13 +4488,6 @@ module Aws::Chime
5469
4488
  include Aws::Structure
5470
4489
  end
5471
4490
 
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
4491
  # @!attribute [rw] voice_connector_id
5480
4492
  # The Amazon Chime Voice Connector ID.
5481
4493
  # @return [String]
@@ -5500,13 +4512,6 @@ module Aws::Chime
5500
4512
  include Aws::Structure
5501
4513
  end
5502
4514
 
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
4515
  # @!attribute [rw] voice_connector_id
5511
4516
  # The Amazon Chime Voice Connector ID.
5512
4517
  # @return [String]
@@ -5531,13 +4536,6 @@ module Aws::Chime
5531
4536
  include Aws::Structure
5532
4537
  end
5533
4538
 
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
4539
  # @!attribute [rw] voice_connector_id
5542
4540
  # The Amazon Chime voice connector ID.
5543
4541
  # @return [String]
@@ -5562,13 +4560,6 @@ module Aws::Chime
5562
4560
  include Aws::Structure
5563
4561
  end
5564
4562
 
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
4563
  # @!attribute [rw] voice_connector_id
5573
4564
  # The Amazon Chime Voice Connector ID.
5574
4565
  # @return [String]
@@ -5593,13 +4584,6 @@ module Aws::Chime
5593
4584
  include Aws::Structure
5594
4585
  end
5595
4586
 
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
4587
  # @!attribute [rw] voice_connector_id
5604
4588
  # The Amazon Chime Voice Connector ID.
5605
4589
  # @return [String]
@@ -5624,13 +4608,6 @@ module Aws::Chime
5624
4608
  include Aws::Structure
5625
4609
  end
5626
4610
 
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
4611
  # @!attribute [rw] voice_connector_id
5635
4612
  # The Amazon Chime Voice Connector ID.
5636
4613
  # @return [String]
@@ -5655,13 +4632,6 @@ module Aws::Chime
5655
4632
  include Aws::Structure
5656
4633
  end
5657
4634
 
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
4635
  # @!attribute [rw] voice_connector_id
5666
4636
  # The Amazon Chime Voice Connector ID.
5667
4637
  # @return [String]
@@ -5735,15 +4705,6 @@ module Aws::Chime
5735
4705
  include Aws::Structure
5736
4706
  end
5737
4707
 
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
4708
  # @!attribute [rw] account_id
5748
4709
  # The Amazon Chime account ID.
5749
4710
  # @return [String]
@@ -5778,16 +4739,6 @@ module Aws::Chime
5778
4739
  include Aws::Structure
5779
4740
  end
5780
4741
 
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
4742
  # @!attribute [rw] name
5792
4743
  # Amazon Chime account name prefix with which to filter results.
5793
4744
  # @return [String]
@@ -5833,15 +4784,6 @@ module Aws::Chime
5833
4784
  include Aws::Structure
5834
4785
  end
5835
4786
 
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
4787
  # @!attribute [rw] app_instance_arn
5846
4788
  # The ARN of the `AppInstance`.
5847
4789
  # @return [String]
@@ -5888,15 +4830,6 @@ module Aws::Chime
5888
4830
  include Aws::Structure
5889
4831
  end
5890
4832
 
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
4833
  # @!attribute [rw] app_instance_arn
5901
4834
  # The ARN of the `AppInstance`.
5902
4835
  # @return [String]
@@ -5943,14 +4876,6 @@ module Aws::Chime
5943
4876
  include Aws::Structure
5944
4877
  end
5945
4878
 
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
4879
  # @!attribute [rw] max_results
5955
4880
  # The maximum number of `AppInstance`s that you want to return.
5956
4881
  # @return [Integer]
@@ -5987,14 +4912,6 @@ module Aws::Chime
5987
4912
  include Aws::Structure
5988
4913
  end
5989
4914
 
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
4915
  # @!attribute [rw] meeting_id
5999
4916
  # The Amazon Chime SDK meeting ID.
6000
4917
  # @return [String]
@@ -6024,15 +4941,6 @@ module Aws::Chime
6024
4941
  include Aws::Structure
6025
4942
  end
6026
4943
 
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
4944
  # @!attribute [rw] meeting_id
6037
4945
  # The Amazon Chime SDK meeting ID.
6038
4946
  # @return [String]
@@ -6072,15 +4980,6 @@ module Aws::Chime
6072
4980
  include Aws::Structure
6073
4981
  end
6074
4982
 
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
4983
  # @!attribute [rw] account_id
6085
4984
  # The Amazon Chime account ID.
6086
4985
  # @return [String]
@@ -6121,16 +5020,6 @@ module Aws::Chime
6121
5020
  include Aws::Structure
6122
5021
  end
6123
5022
 
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
5023
  # @!attribute [rw] channel_arn
6135
5024
  # The ARN of the channel.
6136
5025
  # @return [String]
@@ -6182,16 +5071,6 @@ module Aws::Chime
6182
5071
  include Aws::Structure
6183
5072
  end
6184
5073
 
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
5074
  # @!attribute [rw] app_instance_user_arn
6196
5075
  # The ARN of the `AppInstanceUser`s
6197
5076
  # @return [String]
@@ -6221,8 +5100,7 @@ module Aws::Chime
6221
5100
  end
6222
5101
 
6223
5102
  # @!attribute [rw] channel_memberships
6224
- # The token passed by previous API calls until all requested users are
6225
- # returned.
5103
+ # The information for the requested channel memberships.
6226
5104
  # @return [Array<Types::ChannelMembershipForAppInstanceUserSummary>]
6227
5105
  #
6228
5106
  # @!attribute [rw] next_token
@@ -6239,17 +5117,6 @@ module Aws::Chime
6239
5117
  include Aws::Structure
6240
5118
  end
6241
5119
 
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
5120
  # @!attribute [rw] channel_arn
6254
5121
  # The maximum number of channel memberships that you want returned.
6255
5122
  # @return [String]
@@ -6310,19 +5177,6 @@ module Aws::Chime
6310
5177
  include Aws::Structure
6311
5178
  end
6312
5179
 
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
5180
  # @!attribute [rw] channel_arn
6327
5181
  # The ARN of the channel.
6328
5182
  # @return [String]
@@ -6390,16 +5244,6 @@ module Aws::Chime
6390
5244
  include Aws::Structure
6391
5245
  end
6392
5246
 
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
5247
  # @!attribute [rw] channel_arn
6404
5248
  # The ARN of the channel.
6405
5249
  # @return [String]
@@ -6451,16 +5295,6 @@ module Aws::Chime
6451
5295
  include Aws::Structure
6452
5296
  end
6453
5297
 
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
5298
  # @!attribute [rw] app_instance_user_arn
6465
5299
  # The ARN of the user in the moderated channel.
6466
5300
  # @return [String]
@@ -6507,17 +5341,6 @@ module Aws::Chime
6507
5341
  include Aws::Structure
6508
5342
  end
6509
5343
 
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
5344
  # @!attribute [rw] app_instance_arn
6522
5345
  # The ARN of the `AppInstance`.
6523
5346
  # @return [String]
@@ -6571,14 +5394,6 @@ module Aws::Chime
6571
5394
  include Aws::Structure
6572
5395
  end
6573
5396
 
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
5397
  # @!attribute [rw] next_token
6583
5398
  # The token used to retrieve the next page of results.
6584
5399
  # @return [String]
@@ -6614,13 +5429,6 @@ module Aws::Chime
6614
5429
  include Aws::Structure
6615
5430
  end
6616
5431
 
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
5432
  # @!attribute [rw] meeting_id
6625
5433
  # The Amazon Chime SDK meeting ID.
6626
5434
  # @return [String]
@@ -6645,14 +5453,6 @@ module Aws::Chime
6645
5453
  include Aws::Structure
6646
5454
  end
6647
5455
 
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
5456
  # @!attribute [rw] next_token
6657
5457
  # The token to use to retrieve the next page of results.
6658
5458
  # @return [String]
@@ -6687,14 +5487,6 @@ module Aws::Chime
6687
5487
  include Aws::Structure
6688
5488
  end
6689
5489
 
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
5490
  # @!attribute [rw] next_token
6699
5491
  # The token to use to retrieve the next page of results.
6700
5492
  # @return [String]
@@ -6729,18 +5521,6 @@ module Aws::Chime
6729
5521
  include Aws::Structure
6730
5522
  end
6731
5523
 
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
5524
  # @!attribute [rw] status
6745
5525
  # The phone number status.
6746
5526
  # @return [String]
@@ -6795,16 +5575,6 @@ module Aws::Chime
6795
5575
  include Aws::Structure
6796
5576
  end
6797
5577
 
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
5578
  # @!attribute [rw] voice_connector_id
6809
5579
  # The Amazon Chime voice connector ID.
6810
5580
  # @return [String]
@@ -6849,16 +5619,6 @@ module Aws::Chime
6849
5619
  include Aws::Structure
6850
5620
  end
6851
5621
 
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
5622
  # @!attribute [rw] account_id
6863
5623
  # The Amazon Chime account ID.
6864
5624
  # @return [String]
@@ -6903,16 +5663,6 @@ module Aws::Chime
6903
5663
  include Aws::Structure
6904
5664
  end
6905
5665
 
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
5666
  # @!attribute [rw] account_id
6917
5667
  # The Amazon Chime account ID.
6918
5668
  # @return [String]
@@ -6957,14 +5707,6 @@ module Aws::Chime
6957
5707
  include Aws::Structure
6958
5708
  end
6959
5709
 
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
5710
  # @!attribute [rw] max_results
6969
5711
  # The maximum number of results to return in a single call. Defaults
6970
5712
  # to 100.
@@ -7000,15 +5742,6 @@ module Aws::Chime
7000
5742
  include Aws::Structure
7001
5743
  end
7002
5744
 
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
5745
  # @!attribute [rw] sip_media_application_id
7013
5746
  # The SIP media application ID.
7014
5747
  # @return [String]
@@ -7049,13 +5782,6 @@ module Aws::Chime
7049
5782
  include Aws::Structure
7050
5783
  end
7051
5784
 
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
5785
  # @!attribute [rw] product_type
7060
5786
  # The phone number product type.
7061
5787
  # @return [String]
@@ -7080,13 +5806,6 @@ module Aws::Chime
7080
5806
  include Aws::Structure
7081
5807
  end
7082
5808
 
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
5809
  # @!attribute [rw] resource_arn
7091
5810
  # The resource ARN.
7092
5811
  # @return [String]
@@ -7111,17 +5830,6 @@ module Aws::Chime
7111
5830
  include Aws::Structure
7112
5831
  end
7113
5832
 
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
5833
  # @!attribute [rw] account_id
7126
5834
  # The Amazon Chime account ID.
7127
5835
  # @return [String]
@@ -7172,14 +5880,6 @@ module Aws::Chime
7172
5880
  include Aws::Structure
7173
5881
  end
7174
5882
 
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
5883
  # @!attribute [rw] next_token
7184
5884
  # The token to use to retrieve the next page of results.
7185
5885
  # @return [String]
@@ -7214,13 +5914,6 @@ module Aws::Chime
7214
5914
  include Aws::Structure
7215
5915
  end
7216
5916
 
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
5917
  # @!attribute [rw] voice_connector_id
7225
5918
  # The Amazon Chime Voice Connector ID.
7226
5919
  # @return [String]
@@ -7245,14 +5938,6 @@ module Aws::Chime
7245
5938
  include Aws::Structure
7246
5939
  end
7247
5940
 
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
5941
  # @!attribute [rw] next_token
7257
5942
  # The token to use to retrieve the next page of results.
7258
5943
  # @return [String]
@@ -7291,22 +5976,13 @@ module Aws::Chime
7291
5976
  # Connector. Specifies whether SIP message logs are enabled for sending
7292
5977
  # to Amazon CloudWatch Logs.
7293
5978
  #
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
5979
  # @!attribute [rw] enable_sip_logs
7303
- # When true, enables SIP message logs for sending to Amazon CloudWatch
7304
- # Logs.
5980
+ # Boolean that enables SIP message logs to Amazon CloudWatch logs.
7305
5981
  # @return [Boolean]
7306
5982
  #
7307
5983
  # @!attribute [rw] enable_media_metric_logs
7308
- # Boolean that enables the logging of Voice Connector metrics to
7309
- # Cloudwatch.
5984
+ # Boolean that enables logging of detailed media metrics for Voice
5985
+ # Connectors to Amazon CloudWatch logs.
7310
5986
  # @return [Boolean]
7311
5987
  #
7312
5988
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/LoggingConfiguration AWS API Documentation
@@ -7318,14 +5994,6 @@ module Aws::Chime
7318
5994
  include Aws::Structure
7319
5995
  end
7320
5996
 
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
5997
  # @!attribute [rw] account_id
7330
5998
  # The Amazon Chime account ID.
7331
5999
  # @return [String]
@@ -7495,14 +6163,6 @@ module Aws::Chime
7495
6163
  # supports resource targets located in the US East (N. Virginia) AWS
7496
6164
  # Region (`us-east-1`).
7497
6165
  #
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
6166
  # @!attribute [rw] sns_topic_arn
7507
6167
  # The SNS topic ARN.
7508
6168
  # @return [String]
@@ -7581,14 +6241,6 @@ module Aws::Chime
7581
6241
 
7582
6242
  # Membership details, such as member ID and member role.
7583
6243
  #
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
6244
  # @!attribute [rw] member_id
7593
6245
  # The member ID.
7594
6246
  # @return [String]
@@ -7665,22 +6317,6 @@ module Aws::Chime
7665
6317
  #
7666
6318
  # </note>
7667
6319
  #
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
6320
  # @!attribute [rw] routes
7685
6321
  # The call distribution properties defined for your SIP hosts. Valid
7686
6322
  # range: Minimum value of 1. Maximum value of 20. This parameter is
@@ -7712,17 +6348,6 @@ module Aws::Chime
7712
6348
  #
7713
6349
  # </note>
7714
6350
  #
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
6351
  # @!attribute [rw] host
7727
6352
  # The FQDN or IP address to contact for origination traffic.
7728
6353
  # @return [String]
@@ -8117,18 +6742,6 @@ module Aws::Chime
8117
6742
  include Aws::Structure
8118
6743
  end
8119
6744
 
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
6745
  # @!attribute [rw] app_instance_arn
8133
6746
  # The ARN of the `AppInstance`.
8134
6747
  # @return [String]
@@ -8163,19 +6776,6 @@ module Aws::Chime
8163
6776
  include Aws::Structure
8164
6777
  end
8165
6778
 
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
6779
  # @!attribute [rw] app_instance_arn
8180
6780
  # The ARN of the `AppInstance`.
8181
6781
  # @return [String]
@@ -8205,16 +6805,6 @@ module Aws::Chime
8205
6805
  include Aws::Structure
8206
6806
  end
8207
6807
 
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
6808
  # @!attribute [rw] account_id
8219
6809
  # The Amazon Chime account ID.
8220
6810
  # @return [String]
@@ -8244,7 +6834,7 @@ module Aws::Chime
8244
6834
 
8245
6835
  # @!attribute [rw] events_configuration
8246
6836
  # The configuration that allows a bot to receive outgoing events. Can
8247
- # be either an HTTPS endpoint or a Lambda function ARN.
6837
+ # be an HTTPS endpoint or an AWS Lambda function ARN.
8248
6838
  # @return [Types::EventsConfiguration]
8249
6839
  #
8250
6840
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/PutEventsConfigurationResponse AWS API Documentation
@@ -8255,21 +6845,6 @@ module Aws::Chime
8255
6845
  include Aws::Structure
8256
6846
  end
8257
6847
 
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
6848
  # @!attribute [rw] account_id
8274
6849
  # The Amazon Chime account ID.
8275
6850
  # @return [String]
@@ -8305,16 +6880,6 @@ module Aws::Chime
8305
6880
  include Aws::Structure
8306
6881
  end
8307
6882
 
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
6883
  # @!attribute [rw] sip_media_application_id
8319
6884
  # The SIP media application ID.
8320
6885
  # @return [String]
@@ -8333,7 +6898,7 @@ module Aws::Chime
8333
6898
  end
8334
6899
 
8335
6900
  # @!attribute [rw] sip_media_application_logging_configuration
8336
- # Logging configuration of the SIP media application.
6901
+ # The logging configuration of the SIP media application.
8337
6902
  # @return [Types::SipMediaApplicationLoggingConfiguration]
8338
6903
  #
8339
6904
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/PutSipMediaApplicationLoggingConfigurationResponse AWS API Documentation
@@ -8344,22 +6909,6 @@ module Aws::Chime
8344
6909
  include Aws::Structure
8345
6910
  end
8346
6911
 
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
6912
  # @!attribute [rw] voice_connector_id
8364
6913
  # The Amazon Chime Voice Connector ID.
8365
6914
  # @return [String]
@@ -8389,17 +6938,6 @@ module Aws::Chime
8389
6938
  include Aws::Structure
8390
6939
  end
8391
6940
 
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
6941
  # @!attribute [rw] voice_connector_id
8404
6942
  # The Amazon Chime Voice Connector ID.
8405
6943
  # @return [String]
@@ -8429,25 +6967,6 @@ module Aws::Chime
8429
6967
  include Aws::Structure
8430
6968
  end
8431
6969
 
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
6970
  # @!attribute [rw] voice_connector_id
8452
6971
  # The Amazon Chime Voice Connector ID.
8453
6972
  # @return [String]
@@ -8477,17 +6996,6 @@ module Aws::Chime
8477
6996
  include Aws::Structure
8478
6997
  end
8479
6998
 
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
6999
  # @!attribute [rw] voice_connector_id
8492
7000
  # The Amazon Chime voice connector ID.
8493
7001
  # @return [String]
@@ -8533,22 +7041,6 @@ module Aws::Chime
8533
7041
  include Aws::Structure
8534
7042
  end
8535
7043
 
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
7044
  # @!attribute [rw] voice_connector_id
8553
7045
  # The Amazon Chime Voice Connector ID.
8554
7046
  # @return [String]
@@ -8578,19 +7070,6 @@ module Aws::Chime
8578
7070
  include Aws::Structure
8579
7071
  end
8580
7072
 
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
7073
  # @!attribute [rw] voice_connector_id
8595
7074
  # The Amazon Chime Voice Connector ID.
8596
7075
  # @return [String]
@@ -8608,20 +7087,6 @@ module Aws::Chime
8608
7087
  include Aws::Structure
8609
7088
  end
8610
7089
 
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
7090
  # @!attribute [rw] voice_connector_id
8626
7091
  # The Amazon Chime Voice Connector ID.
8627
7092
  # @return [String]
@@ -8651,15 +7116,6 @@ module Aws::Chime
8651
7116
  include Aws::Structure
8652
7117
  end
8653
7118
 
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
7119
  # @!attribute [rw] channel_arn
8664
7120
  # The ARN of the channel containing the messages that you want to
8665
7121
  # redact.
@@ -8701,15 +7157,6 @@ module Aws::Chime
8701
7157
  include Aws::Structure
8702
7158
  end
8703
7159
 
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
7160
  # @!attribute [rw] account_id
8714
7161
  # The Amazon Chime account ID.
8715
7162
  # @return [String]
@@ -8736,15 +7183,6 @@ module Aws::Chime
8736
7183
  #
8737
7184
  class RedactConversationMessageResponse < Aws::EmptyStructure; end
8738
7185
 
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
7186
  # @!attribute [rw] account_id
8749
7187
  # The Amazon Chime account ID.
8750
7188
  # @return [String]
@@ -8771,14 +7209,6 @@ module Aws::Chime
8771
7209
  #
8772
7210
  class RedactRoomMessageResponse < Aws::EmptyStructure; end
8773
7211
 
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
7212
  # @!attribute [rw] account_id
8783
7213
  # The Amazon Chime account ID.
8784
7214
  # @return [String]
@@ -8798,7 +7228,7 @@ module Aws::Chime
8798
7228
 
8799
7229
  # @!attribute [rw] bot
8800
7230
  # A resource that allows Enterprise account administrators to
8801
- # configure an interface to receive events from Amazon Chime.
7231
+ # configure an interface that receives events from Amazon Chime.
8802
7232
  # @return [Types::Bot]
8803
7233
  #
8804
7234
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/RegenerateSecurityTokenResponse AWS API Documentation
@@ -8809,14 +7239,6 @@ module Aws::Chime
8809
7239
  include Aws::Structure
8810
7240
  end
8811
7241
 
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
7242
  # @!attribute [rw] account_id
8821
7243
  # The Amazon Chime account ID.
8822
7244
  # @return [String]
@@ -8863,13 +7285,6 @@ module Aws::Chime
8863
7285
  include Aws::Structure
8864
7286
  end
8865
7287
 
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
7288
  # @!attribute [rw] phone_number_id
8874
7289
  # The phone number.
8875
7290
  # @return [String]
@@ -8898,18 +7313,6 @@ module Aws::Chime
8898
7313
  # determine how long to retain items such as chat-room messages and
8899
7314
  # chat-conversation messages.
8900
7315
  #
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
7316
  # @!attribute [rw] room_retention_settings
8914
7317
  # The chat room retention settings.
8915
7318
  # @return [Types::RoomRetentionSettings]
@@ -9004,13 +7407,6 @@ module Aws::Chime
9004
7407
  # The retention settings that determine how long to retain chat-room
9005
7408
  # messages for an Amazon Chime Enterprise account.
9006
7409
  #
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
7410
  # @!attribute [rw] retention_days
9015
7411
  # The number of days for which to retain chat-room messages.
9016
7412
  # @return [Integer]
@@ -9023,20 +7419,6 @@ module Aws::Chime
9023
7419
  include Aws::Structure
9024
7420
  end
9025
7421
 
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
7422
  # @!attribute [rw] area_code
9041
7423
  # The area code used to filter results. Only applies to the US.
9042
7424
  # @return [String]
@@ -9108,14 +7490,6 @@ module Aws::Chime
9108
7490
  # The video streams to capture for a specified media capture pipeline.
9109
7491
  # The total number of video streams can't exceed 25.
9110
7492
  #
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
7493
  # @!attribute [rw] attendee_ids
9120
7494
  # The attendee IDs of the streams selected for a media capture
9121
7495
  # pipeline.
@@ -9135,19 +7509,6 @@ module Aws::Chime
9135
7509
  include Aws::Structure
9136
7510
  end
9137
7511
 
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
7512
  # @!attribute [rw] channel_arn
9152
7513
  # The ARN of the channel.
9153
7514
  # @return [String]
@@ -9248,13 +7609,6 @@ module Aws::Chime
9248
7609
  # An Active Directory (AD) group whose members are granted permission to
9249
7610
  # act as delegates.
9250
7611
  #
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
7612
  # @!attribute [rw] group_name
9259
7613
  # The group name.
9260
7614
  # @return [String]
@@ -9324,17 +7678,10 @@ module Aws::Chime
9324
7678
 
9325
7679
  # The endpoint assigned to the SIP media application.
9326
7680
  #
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
7681
  # @!attribute [rw] lambda_arn
9335
- # Valid Amazon Resource Name (ARN) of the Lambda function. The
9336
- # function must be created in the same AWS Region as the SIP media
9337
- # application.
7682
+ # Valid Amazon Resource Name (ARN) of the Lambda function, version, or
7683
+ # alias. The function must be created in the same AWS Region as the
7684
+ # SIP media application.
9338
7685
  # @return [String]
9339
7686
  #
9340
7687
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/SipMediaApplicationEndpoint AWS API Documentation
@@ -9347,13 +7694,6 @@ module Aws::Chime
9347
7694
 
9348
7695
  # Logging configuration of the SIP media application.
9349
7696
  #
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
7697
  # @!attribute [rw] enable_sip_media_application_message_logs
9358
7698
  # Enables application message logs for the SIP media application.
9359
7699
  # @return [Boolean]
@@ -9429,15 +7769,6 @@ module Aws::Chime
9429
7769
  # AWS Region, to be specified in the SIP rule. Only one SIP rule per AWS
9430
7770
  # Region can be provided.
9431
7771
  #
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
7772
  # @!attribute [rw] sip_media_application_id
9442
7773
  # The SIP media application ID.
9443
7774
  # @return [String]
@@ -9462,16 +7793,6 @@ module Aws::Chime
9462
7793
 
9463
7794
  # Source configuration for a specified media capture pipeline.
9464
7795
  #
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
7796
  # @!attribute [rw] selected_video_streams
9476
7797
  # The selected video streams to capture for a specified media capture
9477
7798
  # pipeline. The number of video streams can't exceed 25.
@@ -9485,36 +7806,6 @@ module Aws::Chime
9485
7806
  include Aws::Structure
9486
7807
  end
9487
7808
 
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
7809
  # @!attribute [rw] meeting_id
9519
7810
  # The unique ID of the meeting being transcribed.
9520
7811
  # @return [String]
@@ -9538,13 +7829,6 @@ module Aws::Chime
9538
7829
  #
9539
7830
  class StartMeetingTranscriptionResponse < Aws::EmptyStructure; end
9540
7831
 
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
7832
  # @!attribute [rw] meeting_id
9549
7833
  # The unique ID of the meeting for which you stop transcription.
9550
7834
  # @return [String]
@@ -9566,19 +7850,6 @@ module Aws::Chime
9566
7850
  # Amazon Kinesis, and shows the retention period for the Amazon Kinesis
9567
7851
  # data, in hours.
9568
7852
  #
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
7853
  # @!attribute [rw] data_retention_in_hours
9583
7854
  # The retention period, in hours, for the Amazon Kinesis data.
9584
7855
  # @return [Integer]
@@ -9603,13 +7874,6 @@ module Aws::Chime
9603
7874
 
9604
7875
  # The targeted recipient for a streaming configuration notification.
9605
7876
  #
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
7877
  # @!attribute [rw] notification_target
9614
7878
  # The streaming notification target.
9615
7879
  # @return [String]
@@ -9624,14 +7888,6 @@ module Aws::Chime
9624
7888
 
9625
7889
  # Describes a tag applied to a resource.
9626
7890
  #
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
7891
  # @!attribute [rw] key
9636
7892
  # The key of the tag.
9637
7893
  # @return [String]
@@ -9649,20 +7905,6 @@ module Aws::Chime
9649
7905
  include Aws::Structure
9650
7906
  end
9651
7907
 
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
7908
  # @!attribute [rw] meeting_id
9667
7909
  # The Amazon Chime SDK meeting ID.
9668
7910
  # @return [String]
@@ -9685,19 +7927,6 @@ module Aws::Chime
9685
7927
  include Aws::Structure
9686
7928
  end
9687
7929
 
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
7930
  # @!attribute [rw] meeting_id
9702
7931
  # The Amazon Chime SDK meeting ID.
9703
7932
  # @return [String]
@@ -9715,19 +7944,6 @@ module Aws::Chime
9715
7944
  include Aws::Structure
9716
7945
  end
9717
7946
 
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
7947
  # @!attribute [rw] resource_arn
9732
7948
  # The resource ARN.
9733
7949
  # @return [String]
@@ -9748,15 +7964,6 @@ module Aws::Chime
9748
7964
  # Settings that allow management of telephony permissions for an Amazon
9749
7965
  # Chime user, such as inbound and outbound calling and text messaging.
9750
7966
  #
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
7967
  # @!attribute [rw] inbound_calling
9761
7968
  # Allows or denies inbound calling.
9762
7969
  # @return [Boolean]
@@ -9782,17 +7989,6 @@ module Aws::Chime
9782
7989
  # Termination settings enable your SIP hosts to make outbound calls
9783
7990
  # using your Amazon Chime Voice Connector.
9784
7991
  #
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
7992
  # @!attribute [rw] cps_limit
9797
7993
  # The limit on calls per second. Max value based on account service
9798
7994
  # quota. Default value of 1.
@@ -9870,33 +8066,6 @@ module Aws::Chime
9870
8066
  # contain `EngineTranscribeSettings` or
9871
8067
  # `EngineTranscribeMedicalSettings`.
9872
8068
  #
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
8069
  # @!attribute [rw] engine_transcribe_settings
9901
8070
  # The transcription configuration settings passed to Amazon
9902
8071
  # Transcribe.
@@ -9951,15 +8120,6 @@ module Aws::Chime
9951
8120
  include Aws::Structure
9952
8121
  end
9953
8122
 
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
8123
  # @!attribute [rw] meeting_id
9964
8124
  # The Amazon Chime SDK meeting ID.
9965
8125
  # @return [String]
@@ -9982,14 +8142,6 @@ module Aws::Chime
9982
8142
  include Aws::Structure
9983
8143
  end
9984
8144
 
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
8145
  # @!attribute [rw] meeting_id
9994
8146
  # The Amazon Chime SDK meeting ID.
9995
8147
  # @return [String]
@@ -10007,14 +8159,6 @@ module Aws::Chime
10007
8159
  include Aws::Structure
10008
8160
  end
10009
8161
 
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
8162
  # @!attribute [rw] resource_arn
10019
8163
  # The resource ARN.
10020
8164
  # @return [String]
@@ -10032,15 +8176,6 @@ module Aws::Chime
10032
8176
  include Aws::Structure
10033
8177
  end
10034
8178
 
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
8179
  # @!attribute [rw] account_id
10045
8180
  # The Amazon Chime account ID.
10046
8181
  # @return [String]
@@ -10076,17 +8211,6 @@ module Aws::Chime
10076
8211
  include Aws::Structure
10077
8212
  end
10078
8213
 
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
8214
  # @!attribute [rw] account_id
10091
8215
  # The Amazon Chime account ID.
10092
8216
  # @return [String]
@@ -10108,15 +8232,6 @@ module Aws::Chime
10108
8232
  #
10109
8233
  class UpdateAccountSettingsResponse < Aws::EmptyStructure; end
10110
8234
 
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
8235
  # @!attribute [rw] app_instance_arn
10121
8236
  # The ARN of the `AppInstance`.
10122
8237
  # @return [String]
@@ -10151,15 +8266,6 @@ module Aws::Chime
10151
8266
  include Aws::Structure
10152
8267
  end
10153
8268
 
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
8269
  # @!attribute [rw] app_instance_user_arn
10164
8270
  # The ARN of the `AppInstanceUser`.
10165
8271
  # @return [String]
@@ -10194,15 +8300,6 @@ module Aws::Chime
10194
8300
  include Aws::Structure
10195
8301
  end
10196
8302
 
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
8303
  # @!attribute [rw] account_id
10207
8304
  # The Amazon Chime account ID.
10208
8305
  # @return [String]
@@ -10237,17 +8334,6 @@ module Aws::Chime
10237
8334
  include Aws::Structure
10238
8335
  end
10239
8336
 
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
8337
  # @!attribute [rw] channel_arn
10252
8338
  # The ARN of the channel.
10253
8339
  # @return [String]
@@ -10297,14 +8383,6 @@ module Aws::Chime
10297
8383
  include Aws::Structure
10298
8384
  end
10299
8385
 
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
8386
  # @!attribute [rw] channel_arn
10309
8387
  # The ARN of the channel.
10310
8388
  # @return [String]
@@ -10334,17 +8412,6 @@ module Aws::Chime
10334
8412
  include Aws::Structure
10335
8413
  end
10336
8414
 
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
8415
  # @!attribute [rw] channel_arn
10349
8416
  # The ARN of the channel.
10350
8417
  # @return [String]
@@ -10389,18 +8456,6 @@ module Aws::Chime
10389
8456
  include Aws::Structure
10390
8457
  end
10391
8458
 
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
8459
  # @!attribute [rw] business_calling
10405
8460
  # The Amazon Chime Business Calling settings.
10406
8461
  # @return [Types::BusinessCallingSettings]
@@ -10418,15 +8473,6 @@ module Aws::Chime
10418
8473
  include Aws::Structure
10419
8474
  end
10420
8475
 
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
8476
  # @!attribute [rw] phone_number_id
10431
8477
  # The phone number ID.
10432
8478
  # @return [String]
@@ -10452,15 +8498,6 @@ module Aws::Chime
10452
8498
  # The phone number ID, product type, or calling name fields to update,
10453
8499
  # used with the BatchUpdatePhoneNumber and UpdatePhoneNumber actions.
10454
8500
  #
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
8501
  # @!attribute [rw] phone_number_id
10465
8502
  # The phone number ID to update.
10466
8503
  # @return [String]
@@ -10495,13 +8532,6 @@ module Aws::Chime
10495
8532
  include Aws::Structure
10496
8533
  end
10497
8534
 
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
8535
  # @!attribute [rw] calling_name
10506
8536
  # The default outbound calling name for the account.
10507
8537
  # @return [String]
@@ -10514,16 +8544,6 @@ module Aws::Chime
10514
8544
  include Aws::Structure
10515
8545
  end
10516
8546
 
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
8547
  # @!attribute [rw] voice_connector_id
10528
8548
  # The Amazon Chime voice connector ID.
10529
8549
  # @return [String]
@@ -10563,16 +8583,6 @@ module Aws::Chime
10563
8583
  include Aws::Structure
10564
8584
  end
10565
8585
 
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
8586
  # @!attribute [rw] account_id
10577
8587
  # The Amazon Chime account ID.
10578
8588
  # @return [String]
@@ -10612,15 +8622,6 @@ module Aws::Chime
10612
8622
  include Aws::Structure
10613
8623
  end
10614
8624
 
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
8625
  # @!attribute [rw] account_id
10625
8626
  # The Amazon Chime account ID.
10626
8627
  # @return [String]
@@ -10655,17 +8656,6 @@ module Aws::Chime
10655
8656
  include Aws::Structure
10656
8657
  end
10657
8658
 
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
8659
  # @!attribute [rw] sip_media_application_id
10670
8660
  # The ID of the SIP media application handling the call.
10671
8661
  # @return [String]
@@ -10701,19 +8691,6 @@ module Aws::Chime
10701
8691
  include Aws::Structure
10702
8692
  end
10703
8693
 
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
8694
  # @!attribute [rw] sip_media_application_id
10718
8695
  # The SIP media application ID.
10719
8696
  # @return [String]
@@ -10748,22 +8725,6 @@ module Aws::Chime
10748
8725
  include Aws::Structure
10749
8726
  end
10750
8727
 
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
8728
  # @!attribute [rw] sip_rule_id
10768
8729
  # The SIP rule ID.
10769
8730
  # @return [String]
@@ -10803,20 +8764,6 @@ module Aws::Chime
10803
8764
  include Aws::Structure
10804
8765
  end
10805
8766
 
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
8767
  # @!attribute [rw] account_id
10821
8768
  # The Amazon Chime account ID.
10822
8769
  # @return [String]
@@ -10853,19 +8800,6 @@ module Aws::Chime
10853
8800
  # The user ID and user fields to update, used with the BatchUpdateUser
10854
8801
  # action.
10855
8802
  #
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
8803
  # @!attribute [rw] user_id
10870
8804
  # The user ID.
10871
8805
  # @return [String]
@@ -10905,21 +8839,6 @@ module Aws::Chime
10905
8839
  include Aws::Structure
10906
8840
  end
10907
8841
 
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
8842
  # @!attribute [rw] account_id
10924
8843
  # The Amazon Chime account ID.
10925
8844
  # @return [String]
@@ -10942,20 +8861,6 @@ module Aws::Chime
10942
8861
  include Aws::Structure
10943
8862
  end
10944
8863
 
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
8864
  # @!attribute [rw] voice_connector_group_id
10960
8865
  # The Amazon Chime Voice Connector group ID.
10961
8866
  # @return [String]
@@ -10990,15 +8895,6 @@ module Aws::Chime
10990
8895
  include Aws::Structure
10991
8896
  end
10992
8897
 
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
8898
  # @!attribute [rw] voice_connector_id
11003
8899
  # The Amazon Chime Voice Connector ID.
11004
8900
  # @return [String]
@@ -11138,17 +9034,6 @@ module Aws::Chime
11138
9034
  # Settings associated with an Amazon Chime user, including inbound and
11139
9035
  # outbound calling and text messaging.
11140
9036
  #
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
9037
  # @!attribute [rw] telephony
11153
9038
  # The telephony settings associated with the user.
11154
9039
  # @return [Types::TelephonySettings]
@@ -11161,19 +9046,6 @@ module Aws::Chime
11161
9046
  include Aws::Structure
11162
9047
  end
11163
9048
 
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
9049
  # @!attribute [rw] aws_account_id
11178
9050
  # The AWS account ID.
11179
9051
  # @return [String]
@@ -11248,14 +9120,6 @@ module Aws::Chime
11248
9120
 
11249
9121
  # The video artifact configuration object.
11250
9122
  #
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
9123
  # @!attribute [rw] state
11260
9124
  # Indicates whether the video artifact is enabled or disabled.
11261
9125
  # @return [String]
@@ -11377,14 +9241,6 @@ module Aws::Chime
11377
9241
  # configuration settings. Limit: 3 `VoiceConnectorItems` per Amazon
11378
9242
  # Chime Voice Connector group.
11379
9243
  #
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
9244
  # @!attribute [rw] voice_connector_id
11389
9245
  # The Amazon Chime Voice Connector ID.
11390
9246
  # @return [String]
@@ -11407,13 +9263,6 @@ module Aws::Chime
11407
9263
  # The Amazon Chime Voice Connector settings. Includes any Amazon S3
11408
9264
  # buckets designated for storing call detail records.
11409
9265
  #
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
9266
  # @!attribute [rw] cdr_bucket
11418
9267
  # The Amazon S3 bucket designated for call detail record storage.
11419
9268
  # @return [String]