aws-sdk-chime 1.73.0 → 1.75.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-chime/client.rb +1651 -14
- data/lib/aws-sdk-chime/client_api.rb +129 -0
- data/lib/aws-sdk-chime/types.rb +12 -0
- data/lib/aws-sdk-chime.rb +1 -1
- metadata +4 -4
data/lib/aws-sdk-chime/client.rb
CHANGED
|
@@ -406,6 +406,19 @@ module Aws::Chime
|
|
|
406
406
|
# Associates phone numbers with the specified Amazon Chime Voice
|
|
407
407
|
# Connector.
|
|
408
408
|
#
|
|
409
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
410
|
+
# recommend using the latest version,
|
|
411
|
+
# [AssociatePhoneNumbersWithVoiceConnector][1], in the Amazon Chime SDK.
|
|
412
|
+
#
|
|
413
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
414
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
415
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
416
|
+
#
|
|
417
|
+
#
|
|
418
|
+
#
|
|
419
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_AssociatePhoneNumbersWithVoiceConnector.html
|
|
420
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
421
|
+
#
|
|
409
422
|
# @option params [required, String] :voice_connector_id
|
|
410
423
|
# The Amazon Chime Voice Connector ID.
|
|
411
424
|
#
|
|
@@ -449,6 +462,20 @@ module Aws::Chime
|
|
|
449
462
|
# Associates phone numbers with the specified Amazon Chime Voice
|
|
450
463
|
# Connector group.
|
|
451
464
|
#
|
|
465
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
466
|
+
# recommend using the latest version,
|
|
467
|
+
# [AssociatePhoneNumbersWithVoiceConnectorGroup][1], in the Amazon Chime
|
|
468
|
+
# SDK.
|
|
469
|
+
#
|
|
470
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
471
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
472
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
473
|
+
#
|
|
474
|
+
#
|
|
475
|
+
#
|
|
476
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_AssociatePhoneNumbersWithVoiceConnectorGroup.html
|
|
477
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
478
|
+
#
|
|
452
479
|
# @option params [required, String] :voice_connector_group_id
|
|
453
480
|
# The Amazon Chime Voice Connector group ID.
|
|
454
481
|
#
|
|
@@ -521,12 +548,24 @@ module Aws::Chime
|
|
|
521
548
|
end
|
|
522
549
|
|
|
523
550
|
# Creates up to 100 new attendees for an active Amazon Chime SDK
|
|
524
|
-
# meeting.
|
|
525
|
-
# the Amazon Chime SDK][1] in the *Amazon Chime SDK Developer Guide*.
|
|
551
|
+
# meeting.
|
|
526
552
|
#
|
|
553
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
554
|
+
# recommend using the latest version, [BatchCreateAttendee][1], in the
|
|
555
|
+
# Amazon Chime SDK.
|
|
527
556
|
#
|
|
557
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
558
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
559
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
560
|
+
#
|
|
561
|
+
# For more information about the Amazon Chime SDK, see [Using the Amazon
|
|
562
|
+
# Chime SDK][3] in the *Amazon Chime SDK Developer Guide*.
|
|
528
563
|
#
|
|
529
|
-
#
|
|
564
|
+
#
|
|
565
|
+
#
|
|
566
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_meeting-chime_BatchCreateAttendee.html
|
|
567
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
568
|
+
# [3]: https://docs.aws.amazon.com/chime-sdk/latest/dg/meetings-sdk.html
|
|
530
569
|
#
|
|
531
570
|
# @option params [required, String] :meeting_id
|
|
532
571
|
# The Amazon Chime SDK meeting ID.
|
|
@@ -578,6 +617,19 @@ module Aws::Chime
|
|
|
578
617
|
|
|
579
618
|
# Adds a specified number of users to a channel.
|
|
580
619
|
#
|
|
620
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
621
|
+
# recommend using the latest version, [BatchCreateChannelMembership][1],
|
|
622
|
+
# in the Amazon Chime SDK.
|
|
623
|
+
#
|
|
624
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
625
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
626
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
627
|
+
#
|
|
628
|
+
#
|
|
629
|
+
#
|
|
630
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_messaging-chime_BatchCreateChannelMembership.html
|
|
631
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
632
|
+
#
|
|
581
633
|
# @option params [required, String] :channel_arn
|
|
582
634
|
# The ARN of the channel to which you're adding users.
|
|
583
635
|
#
|
|
@@ -963,6 +1015,19 @@ module Aws::Chime
|
|
|
963
1015
|
# `CreateAppInstance` supports idempotency behavior as described in the
|
|
964
1016
|
# AWS API Standard.
|
|
965
1017
|
#
|
|
1018
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
1019
|
+
# recommend using the latest version, [CreateAppInstance][1], in the
|
|
1020
|
+
# Amazon Chime SDK.
|
|
1021
|
+
#
|
|
1022
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
1023
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
1024
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
1025
|
+
#
|
|
1026
|
+
#
|
|
1027
|
+
#
|
|
1028
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_identity-chime_CreateAppInstance.html
|
|
1029
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
1030
|
+
#
|
|
966
1031
|
# @option params [required, String] :name
|
|
967
1032
|
# The name of the `AppInstance`.
|
|
968
1033
|
#
|
|
@@ -1012,6 +1077,14 @@ module Aws::Chime
|
|
|
1012
1077
|
# Promotes an `AppInstanceUser` to an `AppInstanceAdmin`. The promoted
|
|
1013
1078
|
# user can perform the following actions.
|
|
1014
1079
|
#
|
|
1080
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
1081
|
+
# recommend using the latest version, [CreateAppInstanceAdmin][1], in
|
|
1082
|
+
# the Amazon Chime SDK.
|
|
1083
|
+
#
|
|
1084
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
1085
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
1086
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
1087
|
+
#
|
|
1015
1088
|
# * `ChannelModerator` actions across all channels in the `AppInstance`.
|
|
1016
1089
|
#
|
|
1017
1090
|
# * `DeleteChannelMessage` actions.
|
|
@@ -1019,6 +1092,11 @@ module Aws::Chime
|
|
|
1019
1092
|
# Only an `AppInstanceUser` can be promoted to an `AppInstanceAdmin`
|
|
1020
1093
|
# role.
|
|
1021
1094
|
#
|
|
1095
|
+
#
|
|
1096
|
+
#
|
|
1097
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_identity-chime_CreateAppInstanceAdmin.html
|
|
1098
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
1099
|
+
#
|
|
1022
1100
|
# @option params [required, String] :app_instance_admin_arn
|
|
1023
1101
|
# The ARN of the administrator of the current `AppInstance`.
|
|
1024
1102
|
#
|
|
@@ -1055,6 +1133,19 @@ module Aws::Chime
|
|
|
1055
1133
|
# Creates a user under an Amazon Chime `AppInstance`. The request
|
|
1056
1134
|
# consists of a unique `appInstanceUserId` and `Name` for that user.
|
|
1057
1135
|
#
|
|
1136
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
1137
|
+
# recommend using the latest version, [CreateAppInstanceUser][1], in the
|
|
1138
|
+
# Amazon Chime SDK.
|
|
1139
|
+
#
|
|
1140
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
1141
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
1142
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
1143
|
+
#
|
|
1144
|
+
#
|
|
1145
|
+
#
|
|
1146
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_identity-chime_CreateAppInstanceUser.html
|
|
1147
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
1148
|
+
#
|
|
1058
1149
|
# @option params [required, String] :app_instance_arn
|
|
1059
1150
|
# The ARN of the `AppInstance` request.
|
|
1060
1151
|
#
|
|
@@ -1113,9 +1204,19 @@ module Aws::Chime
|
|
|
1113
1204
|
# more information about the Amazon Chime SDK, see [Using the Amazon
|
|
1114
1205
|
# Chime SDK][1] in the *Amazon Chime SDK Developer Guide*.
|
|
1115
1206
|
#
|
|
1207
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
1208
|
+
# recommend using the latest version, [CreateAttendee][2], in the Amazon
|
|
1209
|
+
# Chime SDK.
|
|
1210
|
+
#
|
|
1211
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
1212
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
1213
|
+
# namespace][3] in the *Amazon Chime SDK Developer Guide*.
|
|
1214
|
+
#
|
|
1116
1215
|
#
|
|
1117
1216
|
#
|
|
1118
1217
|
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/dg/meetings-sdk.html
|
|
1218
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_meeting-chime_CreateAttendee.html
|
|
1219
|
+
# [3]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
1119
1220
|
#
|
|
1120
1221
|
# @option params [required, String] :meeting_id
|
|
1121
1222
|
# The Amazon Chime SDK meeting ID.
|
|
@@ -1213,6 +1314,19 @@ module Aws::Chime
|
|
|
1213
1314
|
#
|
|
1214
1315
|
# </note>
|
|
1215
1316
|
#
|
|
1317
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
1318
|
+
# recommend using the latest version, [CreateChannel][1], in the Amazon
|
|
1319
|
+
# Chime SDK.
|
|
1320
|
+
#
|
|
1321
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
1322
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
1323
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
1324
|
+
#
|
|
1325
|
+
#
|
|
1326
|
+
#
|
|
1327
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_messaging-chime_CreateChannel.html
|
|
1328
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
1329
|
+
#
|
|
1216
1330
|
# @option params [required, String] :app_instance_arn
|
|
1217
1331
|
# The ARN of the channel request.
|
|
1218
1332
|
#
|
|
@@ -1294,6 +1408,19 @@ module Aws::Chime
|
|
|
1294
1408
|
#
|
|
1295
1409
|
# </note>
|
|
1296
1410
|
#
|
|
1411
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
1412
|
+
# recommend using the latest version, [CreateChannelBan][1], in the
|
|
1413
|
+
# Amazon Chime SDK.
|
|
1414
|
+
#
|
|
1415
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
1416
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
1417
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
1418
|
+
#
|
|
1419
|
+
#
|
|
1420
|
+
#
|
|
1421
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_messaging-chime_CreateChannelBan.html
|
|
1422
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
1423
|
+
#
|
|
1297
1424
|
# @option params [required, String] :channel_arn
|
|
1298
1425
|
# The ARN of the ban request.
|
|
1299
1426
|
#
|
|
@@ -1357,6 +1484,19 @@ module Aws::Chime
|
|
|
1357
1484
|
#
|
|
1358
1485
|
# </note>
|
|
1359
1486
|
#
|
|
1487
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
1488
|
+
# recommend using the latest version, [CreateChannelMembership][1], in
|
|
1489
|
+
# the Amazon Chime SDK.
|
|
1490
|
+
#
|
|
1491
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
1492
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
1493
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
1494
|
+
#
|
|
1495
|
+
#
|
|
1496
|
+
#
|
|
1497
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_messaging-chime_CreateChannelMembership.html
|
|
1498
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
1499
|
+
#
|
|
1360
1500
|
# @option params [required, String] :channel_arn
|
|
1361
1501
|
# The ARN of the channel to which you're adding users.
|
|
1362
1502
|
#
|
|
@@ -1420,6 +1560,19 @@ module Aws::Chime
|
|
|
1420
1560
|
#
|
|
1421
1561
|
# </note>
|
|
1422
1562
|
#
|
|
1563
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
1564
|
+
# recommend using the latest version, [CreateChannelModerator][1], in
|
|
1565
|
+
# the Amazon Chime SDK.
|
|
1566
|
+
#
|
|
1567
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
1568
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
1569
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
1570
|
+
#
|
|
1571
|
+
#
|
|
1572
|
+
#
|
|
1573
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_messaging-chime_CreateChannelModerator.html
|
|
1574
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
1575
|
+
#
|
|
1423
1576
|
# @option params [required, String] :channel_arn
|
|
1424
1577
|
# The ARN of the channel.
|
|
1425
1578
|
#
|
|
@@ -1459,6 +1612,19 @@ module Aws::Chime
|
|
|
1459
1612
|
|
|
1460
1613
|
# Creates a media capture pipeline.
|
|
1461
1614
|
#
|
|
1615
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
1616
|
+
# recommend using the latest version, [CreateMediaCapturePipeline][1],
|
|
1617
|
+
# in the Amazon Chime SDK.
|
|
1618
|
+
#
|
|
1619
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
1620
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
1621
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
1622
|
+
#
|
|
1623
|
+
#
|
|
1624
|
+
#
|
|
1625
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_media-pipelines-chime_CreateMediaCapturePipeline
|
|
1626
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
1627
|
+
#
|
|
1462
1628
|
# @option params [required, String] :source_type
|
|
1463
1629
|
# Source type from which the media artifacts will be captured. A Chime
|
|
1464
1630
|
# SDK Meeting is the only supported source.
|
|
@@ -1554,12 +1720,22 @@ module Aws::Chime
|
|
|
1554
1720
|
# Regions, see [Amazon Chime SDK Media Regions][1] in the *Amazon Chime
|
|
1555
1721
|
# SDK Developer Guide* . For more information about the Amazon Chime
|
|
1556
1722
|
# SDK, see [Using the Amazon Chime SDK][2] in the *Amazon Chime SDK
|
|
1557
|
-
# Developer Guide
|
|
1723
|
+
# Developer Guide*.
|
|
1724
|
+
#
|
|
1725
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
1726
|
+
# recommend using the latest version, [CreateMeeting][3], in the Amazon
|
|
1727
|
+
# Chime SDK.
|
|
1728
|
+
#
|
|
1729
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
1730
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
1731
|
+
# namespace][4] in the *Amazon Chime SDK Developer Guide*.
|
|
1558
1732
|
#
|
|
1559
1733
|
#
|
|
1560
1734
|
#
|
|
1561
1735
|
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/dg/chime-sdk-meetings-regions.html
|
|
1562
1736
|
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/meetings-sdk.html
|
|
1737
|
+
# [3]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_meeting-chime_CreateMeeting.html
|
|
1738
|
+
# [4]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
1563
1739
|
#
|
|
1564
1740
|
# @option params [required, String] :client_request_token
|
|
1565
1741
|
# The unique identifier for the client request. Use a different token
|
|
@@ -1645,6 +1821,8 @@ module Aws::Chime
|
|
|
1645
1821
|
# (IVR), use the `CreateSipMediaApplicationCall` action with the
|
|
1646
1822
|
# corresponding SIP media application ID.
|
|
1647
1823
|
#
|
|
1824
|
+
# **This API is is not available in a dedicated namespace.**
|
|
1825
|
+
#
|
|
1648
1826
|
# @option params [required, String] :meeting_id
|
|
1649
1827
|
# The Amazon Chime SDK meeting ID.
|
|
1650
1828
|
#
|
|
@@ -1696,10 +1874,20 @@ module Aws::Chime
|
|
|
1696
1874
|
# see [Using the Amazon Chime SDK][2] in the *Amazon Chime SDK Developer
|
|
1697
1875
|
# Guide* .
|
|
1698
1876
|
#
|
|
1877
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
1878
|
+
# recommend using the latest version, [CreateMeetingWithAttendees][3],
|
|
1879
|
+
# in the Amazon Chime SDK.
|
|
1880
|
+
#
|
|
1881
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
1882
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
1883
|
+
# namespace][4] in the *Amazon Chime SDK Developer Guide*.
|
|
1884
|
+
#
|
|
1699
1885
|
#
|
|
1700
1886
|
#
|
|
1701
1887
|
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/dg/chime-sdk-meetings-regions.html
|
|
1702
1888
|
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/meetings-sdk.html
|
|
1889
|
+
# [3]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_meeting-chime_CreateMeetingWithAttendees.html
|
|
1890
|
+
# [4]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
1703
1891
|
#
|
|
1704
1892
|
# @option params [required, String] :client_request_token
|
|
1705
1893
|
# The unique identifier for the client request. Use a different token
|
|
@@ -1847,6 +2035,19 @@ module Aws::Chime
|
|
|
1847
2035
|
# Creates a proxy session on the specified Amazon Chime Voice Connector
|
|
1848
2036
|
# for the specified participant phone numbers.
|
|
1849
2037
|
#
|
|
2038
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
2039
|
+
# recommend using the latest version, [CreateProxySession][1], in the
|
|
2040
|
+
# Amazon Chime SDK.
|
|
2041
|
+
#
|
|
2042
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
2043
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
2044
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
2045
|
+
#
|
|
2046
|
+
#
|
|
2047
|
+
#
|
|
2048
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_CreateProxySession.html
|
|
2049
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
2050
|
+
#
|
|
1850
2051
|
# @option params [required, String] :voice_connector_id
|
|
1851
2052
|
# The Amazon Chime voice connector ID.
|
|
1852
2053
|
#
|
|
@@ -2019,6 +2220,19 @@ module Aws::Chime
|
|
|
2019
2220
|
|
|
2020
2221
|
# Creates a SIP media application.
|
|
2021
2222
|
#
|
|
2223
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
2224
|
+
# recommend using the latest version, [CreateSipMediaApplication][1], in
|
|
2225
|
+
# the Amazon Chime SDK.
|
|
2226
|
+
#
|
|
2227
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
2228
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
2229
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
2230
|
+
#
|
|
2231
|
+
#
|
|
2232
|
+
#
|
|
2233
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_CreateSipMediaApplication.html
|
|
2234
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
2235
|
+
#
|
|
2022
2236
|
# @option params [required, String] :aws_region
|
|
2023
2237
|
# The AWS Region assigned to the SIP media application.
|
|
2024
2238
|
#
|
|
@@ -2068,6 +2282,19 @@ module Aws::Chime
|
|
|
2068
2282
|
# specified in the request, and it invokes the endpoint of the specified
|
|
2069
2283
|
# `sipMediaApplicationId`.
|
|
2070
2284
|
#
|
|
2285
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
2286
|
+
# recommend using the latest version,
|
|
2287
|
+
# [CreateSipMediaApplicationCall][1], in the Amazon Chime SDK.
|
|
2288
|
+
#
|
|
2289
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
2290
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
2291
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
2292
|
+
#
|
|
2293
|
+
#
|
|
2294
|
+
#
|
|
2295
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_CreateSipMediaApplicationCall.html
|
|
2296
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
2297
|
+
#
|
|
2071
2298
|
# @option params [required, String] :from_phone_number
|
|
2072
2299
|
# The phone number that a user calls from. This is a phone number in
|
|
2073
2300
|
# your Amazon Chime phone number inventory.
|
|
@@ -2112,6 +2339,19 @@ module Aws::Chime
|
|
|
2112
2339
|
# Creates a SIP rule which can be used to run a SIP media application as
|
|
2113
2340
|
# a target for a specific trigger type.
|
|
2114
2341
|
#
|
|
2342
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
2343
|
+
# recommend using the latest version, [CreateSipRule][1], in the Amazon
|
|
2344
|
+
# Chime SDK.
|
|
2345
|
+
#
|
|
2346
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
2347
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
2348
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
2349
|
+
#
|
|
2350
|
+
#
|
|
2351
|
+
#
|
|
2352
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_CreateSipRule.html
|
|
2353
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
2354
|
+
#
|
|
2115
2355
|
# @option params [required, String] :name
|
|
2116
2356
|
# The name of the SIP rule.
|
|
2117
2357
|
#
|
|
@@ -2241,6 +2481,19 @@ module Aws::Chime
|
|
|
2241
2481
|
# and Secure RTP (SRTP) for media. Inbound calls use TLS transport, and
|
|
2242
2482
|
# unencrypted outbound calls are blocked.
|
|
2243
2483
|
#
|
|
2484
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
2485
|
+
# recommend using the latest version, [CreateVoiceConnector][1], in the
|
|
2486
|
+
# Amazon Chime SDK.
|
|
2487
|
+
#
|
|
2488
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
2489
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
2490
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
2491
|
+
#
|
|
2492
|
+
#
|
|
2493
|
+
#
|
|
2494
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_CreateVoiceConnector.html
|
|
2495
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
2496
|
+
#
|
|
2244
2497
|
# @option params [required, String] :name
|
|
2245
2498
|
# The name of the Amazon Chime Voice Connector.
|
|
2246
2499
|
#
|
|
@@ -2293,6 +2546,19 @@ module Aws::Chime
|
|
|
2293
2546
|
# Regions in your group. This creates a fault tolerant mechanism for
|
|
2294
2547
|
# fallback in case of availability events.
|
|
2295
2548
|
#
|
|
2549
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
2550
|
+
# recommend using the latest version, [CreateVoiceConnectorGroup][1], in
|
|
2551
|
+
# the Amazon Chime SDK.
|
|
2552
|
+
#
|
|
2553
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
2554
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
2555
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
2556
|
+
#
|
|
2557
|
+
#
|
|
2558
|
+
#
|
|
2559
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_CreateVoiceConnectorGroup.html
|
|
2560
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
2561
|
+
#
|
|
2296
2562
|
# @option params [required, String] :name
|
|
2297
2563
|
# The name of the Amazon Chime Voice Connector group.
|
|
2298
2564
|
#
|
|
@@ -2372,6 +2638,19 @@ module Aws::Chime
|
|
|
2372
2638
|
|
|
2373
2639
|
# Deletes an `AppInstance` and all associated data asynchronously.
|
|
2374
2640
|
#
|
|
2641
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
2642
|
+
# recommend using the latest version, [DeleteAppInstance][1], in the
|
|
2643
|
+
# Amazon Chime SDK.
|
|
2644
|
+
#
|
|
2645
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
2646
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
2647
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
2648
|
+
#
|
|
2649
|
+
#
|
|
2650
|
+
#
|
|
2651
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_identity-chime_DeleteAppInstance.html
|
|
2652
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
2653
|
+
#
|
|
2375
2654
|
# @option params [required, String] :app_instance_arn
|
|
2376
2655
|
# The ARN of the `AppInstance`.
|
|
2377
2656
|
#
|
|
@@ -2395,6 +2674,19 @@ module Aws::Chime
|
|
|
2395
2674
|
# Demotes an `AppInstanceAdmin` to an `AppInstanceUser`. This action
|
|
2396
2675
|
# does not delete the user.
|
|
2397
2676
|
#
|
|
2677
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
2678
|
+
# recommend using the latest version, [DeleteAppInstanceAdmin][1], in
|
|
2679
|
+
# the Amazon Chime SDK.
|
|
2680
|
+
#
|
|
2681
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
2682
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
2683
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
2684
|
+
#
|
|
2685
|
+
#
|
|
2686
|
+
#
|
|
2687
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_identity-chime_DeleteAppInstanceAdmin.html
|
|
2688
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
2689
|
+
#
|
|
2398
2690
|
# @option params [required, String] :app_instance_admin_arn
|
|
2399
2691
|
# The ARN of the `AppInstance`'s administrator.
|
|
2400
2692
|
#
|
|
@@ -2421,6 +2713,20 @@ module Aws::Chime
|
|
|
2421
2713
|
|
|
2422
2714
|
# Deletes the streaming configurations of an `AppInstance`.
|
|
2423
2715
|
#
|
|
2716
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
2717
|
+
# recommend using the latest version,
|
|
2718
|
+
# [DeleteAppInstanceStreamingConfigurations][1], in the Amazon Chime
|
|
2719
|
+
# SDK.
|
|
2720
|
+
#
|
|
2721
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
2722
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
2723
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
2724
|
+
#
|
|
2725
|
+
#
|
|
2726
|
+
#
|
|
2727
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_identity-chime_DeleteAppInstanceStreamingConfigurations.html
|
|
2728
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
2729
|
+
#
|
|
2424
2730
|
# @option params [required, String] :app_instance_arn
|
|
2425
2731
|
# The ARN of the streaming configurations being deleted.
|
|
2426
2732
|
#
|
|
@@ -2443,6 +2749,19 @@ module Aws::Chime
|
|
|
2443
2749
|
|
|
2444
2750
|
# Deletes an `AppInstanceUser`.
|
|
2445
2751
|
#
|
|
2752
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
2753
|
+
# recommend using the latest version, [DeleteAppInstanceUser][1], in the
|
|
2754
|
+
# Amazon Chime SDK.
|
|
2755
|
+
#
|
|
2756
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
2757
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
2758
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
2759
|
+
#
|
|
2760
|
+
#
|
|
2761
|
+
#
|
|
2762
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_identity-chime_DeleteAppInstanceUser.html
|
|
2763
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
2764
|
+
#
|
|
2446
2765
|
# @option params [required, String] :app_instance_user_arn
|
|
2447
2766
|
# The ARN of the user request being deleted.
|
|
2448
2767
|
#
|
|
@@ -2469,9 +2788,19 @@ module Aws::Chime
|
|
|
2469
2788
|
# Amazon Chime SDK, see [Using the Amazon Chime SDK][1] in the *Amazon
|
|
2470
2789
|
# Chime SDK Developer Guide*.
|
|
2471
2790
|
#
|
|
2791
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
2792
|
+
# recommend using the latest version, [DeleteAttendee][2], in the Amazon
|
|
2793
|
+
# Chime SDK.
|
|
2794
|
+
#
|
|
2795
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
2796
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
2797
|
+
# namespace][3] in the *Amazon Chime SDK Developer Guide*.
|
|
2798
|
+
#
|
|
2472
2799
|
#
|
|
2473
2800
|
#
|
|
2474
2801
|
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/dg/meetings-sdk.html
|
|
2802
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_meeting-chime_DeleteAttendee.html
|
|
2803
|
+
# [3]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
2475
2804
|
#
|
|
2476
2805
|
# @option params [required, String] :meeting_id
|
|
2477
2806
|
# The Amazon Chime SDK meeting ID.
|
|
@@ -2506,6 +2835,19 @@ module Aws::Chime
|
|
|
2506
2835
|
#
|
|
2507
2836
|
# </note>
|
|
2508
2837
|
#
|
|
2838
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
2839
|
+
# recommend using the latest version, [DeleteChannel][1], in the Amazon
|
|
2840
|
+
# Chime SDK.
|
|
2841
|
+
#
|
|
2842
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
2843
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
2844
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
2845
|
+
#
|
|
2846
|
+
#
|
|
2847
|
+
#
|
|
2848
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_messaging-chime_DeleteChannel.html
|
|
2849
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
2850
|
+
#
|
|
2509
2851
|
# @option params [required, String] :channel_arn
|
|
2510
2852
|
# The ARN of the channel being deleted.
|
|
2511
2853
|
#
|
|
@@ -2538,6 +2880,19 @@ module Aws::Chime
|
|
|
2538
2880
|
#
|
|
2539
2881
|
# </note>
|
|
2540
2882
|
#
|
|
2883
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
2884
|
+
# recommend using the latest version, [DeleteChannelBan][1], in the
|
|
2885
|
+
# Amazon Chime SDK.
|
|
2886
|
+
#
|
|
2887
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
2888
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
2889
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
2890
|
+
#
|
|
2891
|
+
#
|
|
2892
|
+
#
|
|
2893
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_messaging-chime_DeleteChannelBan.html
|
|
2894
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
2895
|
+
#
|
|
2541
2896
|
# @option params [required, String] :channel_arn
|
|
2542
2897
|
# The ARN of the channel from which the `AppInstanceUser` was banned.
|
|
2543
2898
|
#
|
|
@@ -2574,6 +2929,19 @@ module Aws::Chime
|
|
|
2574
2929
|
#
|
|
2575
2930
|
# </note>
|
|
2576
2931
|
#
|
|
2932
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
2933
|
+
# recommend using the latest version, [DeleteChannelMembership][1], in
|
|
2934
|
+
# the Amazon Chime SDK.
|
|
2935
|
+
#
|
|
2936
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
2937
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
2938
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
2939
|
+
#
|
|
2940
|
+
#
|
|
2941
|
+
#
|
|
2942
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_messaging-chime_DeleteChannelMembership.html
|
|
2943
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
2944
|
+
#
|
|
2577
2945
|
# @option params [required, String] :channel_arn
|
|
2578
2946
|
# The ARN of the channel from which you want to remove the user.
|
|
2579
2947
|
#
|
|
@@ -2612,6 +2980,19 @@ module Aws::Chime
|
|
|
2612
2980
|
#
|
|
2613
2981
|
# </note>
|
|
2614
2982
|
#
|
|
2983
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
2984
|
+
# recommend using the latest version, [DeleteChannelMessage][1], in the
|
|
2985
|
+
# Amazon Chime SDK.
|
|
2986
|
+
#
|
|
2987
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
2988
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
2989
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
2990
|
+
#
|
|
2991
|
+
#
|
|
2992
|
+
#
|
|
2993
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_messaging-chime_DeleteChannelMessage.html
|
|
2994
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
2995
|
+
#
|
|
2615
2996
|
# @option params [required, String] :channel_arn
|
|
2616
2997
|
# The ARN of the channel.
|
|
2617
2998
|
#
|
|
@@ -2648,6 +3029,19 @@ module Aws::Chime
|
|
|
2648
3029
|
#
|
|
2649
3030
|
# </note>
|
|
2650
3031
|
#
|
|
3032
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
3033
|
+
# recommend using the latest version, [DeleteChannelModerator][1], in
|
|
3034
|
+
# the Amazon Chime SDK.
|
|
3035
|
+
#
|
|
3036
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
3037
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
3038
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
3039
|
+
#
|
|
3040
|
+
#
|
|
3041
|
+
#
|
|
3042
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_messaging-chime_DeleteChannelModerator.html
|
|
3043
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
3044
|
+
#
|
|
2651
3045
|
# @option params [required, String] :channel_arn
|
|
2652
3046
|
# The ARN of the channel.
|
|
2653
3047
|
#
|
|
@@ -2705,6 +3099,19 @@ module Aws::Chime
|
|
|
2705
3099
|
|
|
2706
3100
|
# Deletes the media capture pipeline.
|
|
2707
3101
|
#
|
|
3102
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
3103
|
+
# recommend using the latest version, [DeleteMediaCapturePipeline][1],
|
|
3104
|
+
# in the Amazon Chime SDK.
|
|
3105
|
+
#
|
|
3106
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
3107
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
3108
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
3109
|
+
#
|
|
3110
|
+
#
|
|
3111
|
+
#
|
|
3112
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_media-pipelines-chime_DeleteMediaCapturePipeline.html
|
|
3113
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
3114
|
+
#
|
|
2708
3115
|
# @option params [required, String] :media_pipeline_id
|
|
2709
3116
|
# The ID of the media capture pipeline being deleted.
|
|
2710
3117
|
#
|
|
@@ -2731,9 +3138,19 @@ module Aws::Chime
|
|
|
2731
3138
|
# see [Using the Amazon Chime SDK][1] in the *Amazon Chime SDK Developer
|
|
2732
3139
|
# Guide*.
|
|
2733
3140
|
#
|
|
3141
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
3142
|
+
# recommend using the latest version, [DeleteMeeting][2], in the Amazon
|
|
3143
|
+
# Chime SDK.
|
|
3144
|
+
#
|
|
3145
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
3146
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
3147
|
+
# namespace][3] in the *Amazon Chime SDK Developer Guide*.
|
|
3148
|
+
#
|
|
2734
3149
|
#
|
|
2735
3150
|
#
|
|
2736
3151
|
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/dg/meetings-sdk.html
|
|
3152
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_meeting-chime_DeleteMeeting.html
|
|
3153
|
+
# [3]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
2737
3154
|
#
|
|
2738
3155
|
# @option params [required, String] :meeting_id
|
|
2739
3156
|
# The Amazon Chime SDK meeting ID.
|
|
@@ -2785,6 +3202,19 @@ module Aws::Chime
|
|
|
2785
3202
|
# Deletes the specified proxy session from the specified Amazon Chime
|
|
2786
3203
|
# Voice Connector.
|
|
2787
3204
|
#
|
|
3205
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
3206
|
+
# recommend using the latest version, [DeleteProxySession][1], in the
|
|
3207
|
+
# Amazon Chime SDK.
|
|
3208
|
+
#
|
|
3209
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
3210
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
3211
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
3212
|
+
#
|
|
3213
|
+
#
|
|
3214
|
+
#
|
|
3215
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_DeleteProxySession.html
|
|
3216
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
3217
|
+
#
|
|
2788
3218
|
# @option params [required, String] :voice_connector_id
|
|
2789
3219
|
# The Amazon Chime voice connector ID.
|
|
2790
3220
|
#
|
|
@@ -2868,6 +3298,19 @@ module Aws::Chime
|
|
|
2868
3298
|
|
|
2869
3299
|
# Deletes a SIP media application.
|
|
2870
3300
|
#
|
|
3301
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
3302
|
+
# recommend using the latest version, [DeleteSipMediaApplication][1], in
|
|
3303
|
+
# the Amazon Chime SDK.
|
|
3304
|
+
#
|
|
3305
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
3306
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
3307
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
3308
|
+
#
|
|
3309
|
+
#
|
|
3310
|
+
#
|
|
3311
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_DeleteSipMediaApplication.html
|
|
3312
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
3313
|
+
#
|
|
2871
3314
|
# @option params [required, String] :sip_media_application_id
|
|
2872
3315
|
# The SIP media application ID.
|
|
2873
3316
|
#
|
|
@@ -2891,6 +3334,19 @@ module Aws::Chime
|
|
|
2891
3334
|
# Deletes a SIP rule. You must disable a SIP rule before you can delete
|
|
2892
3335
|
# it.
|
|
2893
3336
|
#
|
|
3337
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
3338
|
+
# recommend using the latest version, [DeleteSipRule][1], in the Amazon
|
|
3339
|
+
# Chime SDK.
|
|
3340
|
+
#
|
|
3341
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
3342
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
3343
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
3344
|
+
#
|
|
3345
|
+
#
|
|
3346
|
+
#
|
|
3347
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_DeleteSipRule.html
|
|
3348
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
3349
|
+
#
|
|
2894
3350
|
# @option params [required, String] :sip_rule_id
|
|
2895
3351
|
# The SIP rule ID.
|
|
2896
3352
|
#
|
|
@@ -2915,6 +3371,19 @@ module Aws::Chime
|
|
|
2915
3371
|
# associated with the Amazon Chime Voice Connector must be disassociated
|
|
2916
3372
|
# from it before it can be deleted.
|
|
2917
3373
|
#
|
|
3374
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
3375
|
+
# recommend using the latest version, [DeleteVoiceConnector][1], in the
|
|
3376
|
+
# Amazon Chime SDK.
|
|
3377
|
+
#
|
|
3378
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
3379
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
3380
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
3381
|
+
#
|
|
3382
|
+
#
|
|
3383
|
+
#
|
|
3384
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_DeleteVoiceConnector.html
|
|
3385
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
3386
|
+
#
|
|
2918
3387
|
# @option params [required, String] :voice_connector_id
|
|
2919
3388
|
# The Amazon Chime Voice Connector ID.
|
|
2920
3389
|
#
|
|
@@ -2938,6 +3407,20 @@ module Aws::Chime
|
|
|
2938
3407
|
# Deletes the emergency calling configuration details from the specified
|
|
2939
3408
|
# Amazon Chime Voice Connector.
|
|
2940
3409
|
#
|
|
3410
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
3411
|
+
# recommend using the latest version,
|
|
3412
|
+
# [DeleteVoiceConnectorEmergencyCallingConfiguration][1], in the Amazon
|
|
3413
|
+
# Chime SDK.
|
|
3414
|
+
#
|
|
3415
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
3416
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
3417
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
3418
|
+
#
|
|
3419
|
+
#
|
|
3420
|
+
#
|
|
3421
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_DeleteVoiceConnectorEmergencyCallingConfiguration.html
|
|
3422
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
3423
|
+
#
|
|
2941
3424
|
# @option params [required, String] :voice_connector_id
|
|
2942
3425
|
# The Amazon Chime Voice Connector ID.
|
|
2943
3426
|
#
|
|
@@ -2962,6 +3445,19 @@ module Aws::Chime
|
|
|
2962
3445
|
# `VoiceConnectorItems` and phone numbers associated with the group must
|
|
2963
3446
|
# be removed before it can be deleted.
|
|
2964
3447
|
#
|
|
3448
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
3449
|
+
# recommend using the latest version, [DeleteVoiceConnectorGroup][1], in
|
|
3450
|
+
# the Amazon Chime SDK.
|
|
3451
|
+
#
|
|
3452
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
3453
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
3454
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
3455
|
+
#
|
|
3456
|
+
#
|
|
3457
|
+
#
|
|
3458
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_DeleteVoiceConnectorGroup.html
|
|
3459
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
3460
|
+
#
|
|
2965
3461
|
# @option params [required, String] :voice_connector_group_id
|
|
2966
3462
|
# The Amazon Chime Voice Connector group ID.
|
|
2967
3463
|
#
|
|
@@ -2991,6 +3487,19 @@ module Aws::Chime
|
|
|
2991
3487
|
#
|
|
2992
3488
|
# </note>
|
|
2993
3489
|
#
|
|
3490
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
3491
|
+
# recommend using the latest version,
|
|
3492
|
+
# [DeleteVoiceConnectorOrigination][1], in the Amazon Chime SDK.
|
|
3493
|
+
#
|
|
3494
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
3495
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
3496
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
3497
|
+
#
|
|
3498
|
+
#
|
|
3499
|
+
#
|
|
3500
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_DeleteVoiceConnectorOrigination.html
|
|
3501
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
3502
|
+
#
|
|
2994
3503
|
# @option params [required, String] :voice_connector_id
|
|
2995
3504
|
# The Amazon Chime Voice Connector ID.
|
|
2996
3505
|
#
|
|
@@ -3014,6 +3523,19 @@ module Aws::Chime
|
|
|
3014
3523
|
# Deletes the proxy configuration from the specified Amazon Chime Voice
|
|
3015
3524
|
# Connector.
|
|
3016
3525
|
#
|
|
3526
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
3527
|
+
# recommend using the latest version, [DeleteVoiceProxy][1], in the
|
|
3528
|
+
# Amazon Chime SDK.
|
|
3529
|
+
#
|
|
3530
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
3531
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
3532
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
3533
|
+
#
|
|
3534
|
+
#
|
|
3535
|
+
#
|
|
3536
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_DeleteVoiceConnectorProxy.html
|
|
3537
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
3538
|
+
#
|
|
3017
3539
|
# @option params [required, String] :voice_connector_id
|
|
3018
3540
|
# The Amazon Chime Voice Connector ID.
|
|
3019
3541
|
#
|
|
@@ -3037,6 +3559,20 @@ module Aws::Chime
|
|
|
3037
3559
|
# Deletes the streaming configuration for the specified Amazon Chime
|
|
3038
3560
|
# Voice Connector.
|
|
3039
3561
|
#
|
|
3562
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
3563
|
+
# recommend using the latest version,
|
|
3564
|
+
# [DeleteVoiceConnectorStreamingConfiguration][1], in the Amazon Chime
|
|
3565
|
+
# SDK.
|
|
3566
|
+
#
|
|
3567
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
3568
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
3569
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
3570
|
+
#
|
|
3571
|
+
#
|
|
3572
|
+
#
|
|
3573
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_DeleteVoiceConnectorStreamingConfiguration.html
|
|
3574
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
3575
|
+
#
|
|
3040
3576
|
# @option params [required, String] :voice_connector_id
|
|
3041
3577
|
# The Amazon Chime Voice Connector ID.
|
|
3042
3578
|
#
|
|
@@ -3066,6 +3602,19 @@ module Aws::Chime
|
|
|
3066
3602
|
#
|
|
3067
3603
|
# </note>
|
|
3068
3604
|
#
|
|
3605
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
3606
|
+
# recommend using the latest version,
|
|
3607
|
+
# [DeleteVoiceConnectorTermination][1], in the Amazon Chime SDK.
|
|
3608
|
+
#
|
|
3609
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
3610
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
3611
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
3612
|
+
#
|
|
3613
|
+
#
|
|
3614
|
+
#
|
|
3615
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_DeleteVoiceConnectorTermination.html
|
|
3616
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
3617
|
+
#
|
|
3069
3618
|
# @option params [required, String] :voice_connector_id
|
|
3070
3619
|
# The Amazon Chime Voice Connector ID.
|
|
3071
3620
|
#
|
|
@@ -3089,6 +3638,20 @@ module Aws::Chime
|
|
|
3089
3638
|
# Deletes the specified SIP credentials used by your equipment to
|
|
3090
3639
|
# authenticate during call termination.
|
|
3091
3640
|
#
|
|
3641
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
3642
|
+
# recommend using the latest version,
|
|
3643
|
+
# [DeleteVoiceConnectorTerminationCredentials][1], in the Amazon Chime
|
|
3644
|
+
# SDK.
|
|
3645
|
+
#
|
|
3646
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
3647
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
3648
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
3649
|
+
#
|
|
3650
|
+
#
|
|
3651
|
+
#
|
|
3652
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_DeleteVoiceConnectorTerminationCredentials.html
|
|
3653
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
3654
|
+
#
|
|
3092
3655
|
# @option params [required, String] :voice_connector_id
|
|
3093
3656
|
# The Amazon Chime Voice Connector ID.
|
|
3094
3657
|
#
|
|
@@ -3116,6 +3679,19 @@ module Aws::Chime
|
|
|
3116
3679
|
|
|
3117
3680
|
# Returns the full details of an `AppInstance`.
|
|
3118
3681
|
#
|
|
3682
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
3683
|
+
# recommend using the latest version, [DescribeAppInstance][1], in the
|
|
3684
|
+
# Amazon Chime SDK.
|
|
3685
|
+
#
|
|
3686
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
3687
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
3688
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
3689
|
+
#
|
|
3690
|
+
#
|
|
3691
|
+
#
|
|
3692
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_identity-chime_DescribeAppInstance.html
|
|
3693
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
3694
|
+
#
|
|
3119
3695
|
# @option params [required, String] :app_instance_arn
|
|
3120
3696
|
# The ARN of the `AppInstance`.
|
|
3121
3697
|
#
|
|
@@ -3148,6 +3724,19 @@ module Aws::Chime
|
|
|
3148
3724
|
|
|
3149
3725
|
# Returns the full details of an `AppInstanceAdmin`.
|
|
3150
3726
|
#
|
|
3727
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
3728
|
+
# recommend using the latest version, [DescribeAppInstanceAdmin][1], in
|
|
3729
|
+
# the Amazon Chime SDK.
|
|
3730
|
+
#
|
|
3731
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
3732
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
3733
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
3734
|
+
#
|
|
3735
|
+
#
|
|
3736
|
+
#
|
|
3737
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_identity-chime_DescribeAppInstanceAdmin.html
|
|
3738
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
3739
|
+
#
|
|
3151
3740
|
# @option params [required, String] :app_instance_admin_arn
|
|
3152
3741
|
# The ARN of the `AppInstanceAdmin`.
|
|
3153
3742
|
#
|
|
@@ -3183,6 +3772,19 @@ module Aws::Chime
|
|
|
3183
3772
|
|
|
3184
3773
|
# Returns the full details of an `AppInstanceUser`.
|
|
3185
3774
|
#
|
|
3775
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
3776
|
+
# recommend using the latest version, [DescribeAppInstanceUser][1], in
|
|
3777
|
+
# the Amazon Chime SDK.
|
|
3778
|
+
#
|
|
3779
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
3780
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
3781
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
3782
|
+
#
|
|
3783
|
+
#
|
|
3784
|
+
#
|
|
3785
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_identity-chime_DescribeAppInstanceUser.html
|
|
3786
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
3787
|
+
#
|
|
3186
3788
|
# @option params [required, String] :app_instance_user_arn
|
|
3187
3789
|
# The ARN of the `AppInstanceUser`.
|
|
3188
3790
|
#
|
|
@@ -3222,6 +3824,19 @@ module Aws::Chime
|
|
|
3222
3824
|
#
|
|
3223
3825
|
# </note>
|
|
3224
3826
|
#
|
|
3827
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
3828
|
+
# recommend using the latest version, [DescribeChannel][1], in the
|
|
3829
|
+
# Amazon Chime SDK.
|
|
3830
|
+
#
|
|
3831
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
3832
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
3833
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
3834
|
+
#
|
|
3835
|
+
#
|
|
3836
|
+
#
|
|
3837
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_messaging-chime_DescribeChannel.html
|
|
3838
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
3839
|
+
#
|
|
3225
3840
|
# @option params [required, String] :channel_arn
|
|
3226
3841
|
# The ARN of the channel.
|
|
3227
3842
|
#
|
|
@@ -3269,6 +3884,19 @@ module Aws::Chime
|
|
|
3269
3884
|
#
|
|
3270
3885
|
# </note>
|
|
3271
3886
|
#
|
|
3887
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
3888
|
+
# recommend using the latest version, [DescribeChannelBan][1], in the
|
|
3889
|
+
# Amazon Chime SDK.
|
|
3890
|
+
#
|
|
3891
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
3892
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
3893
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
3894
|
+
#
|
|
3895
|
+
#
|
|
3896
|
+
#
|
|
3897
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_messaging-chime_DescribeChannelBan.html
|
|
3898
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
3899
|
+
#
|
|
3272
3900
|
# @option params [required, String] :channel_arn
|
|
3273
3901
|
# The ARN of the channel from which the user is banned.
|
|
3274
3902
|
#
|
|
@@ -3316,6 +3944,19 @@ module Aws::Chime
|
|
|
3316
3944
|
#
|
|
3317
3945
|
# </note>
|
|
3318
3946
|
#
|
|
3947
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
3948
|
+
# recommend using the latest version, [DescribeChannelMembership][1], in
|
|
3949
|
+
# the Amazon Chime SDK.
|
|
3950
|
+
#
|
|
3951
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
3952
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
3953
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
3954
|
+
#
|
|
3955
|
+
#
|
|
3956
|
+
#
|
|
3957
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_messaging-chime_DescribeChannelMembership.html
|
|
3958
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
3959
|
+
#
|
|
3319
3960
|
# @option params [required, String] :channel_arn
|
|
3320
3961
|
# The ARN of the channel.
|
|
3321
3962
|
#
|
|
@@ -3366,6 +4007,20 @@ module Aws::Chime
|
|
|
3366
4007
|
#
|
|
3367
4008
|
# </note>
|
|
3368
4009
|
#
|
|
4010
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
4011
|
+
# recommend using the latest version,
|
|
4012
|
+
# [DescribeChannelMembershipForAppInstanceUser][1], in the Amazon Chime
|
|
4013
|
+
# SDK.
|
|
4014
|
+
#
|
|
4015
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
4016
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
4017
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
4018
|
+
#
|
|
4019
|
+
#
|
|
4020
|
+
#
|
|
4021
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_messaging-chime_DescribeChannelMembershipForAppInstanceUser.html
|
|
4022
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
4023
|
+
#
|
|
3369
4024
|
# @option params [required, String] :channel_arn
|
|
3370
4025
|
# The ARN of the channel to which the user belongs.
|
|
3371
4026
|
#
|
|
@@ -3416,6 +4071,20 @@ module Aws::Chime
|
|
|
3416
4071
|
#
|
|
3417
4072
|
# </note>
|
|
3418
4073
|
#
|
|
4074
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
4075
|
+
# recommend using the latest version,
|
|
4076
|
+
# [DescribeChannelModeratedByAppInstanceUser][1], in the Amazon Chime
|
|
4077
|
+
# SDK.
|
|
4078
|
+
#
|
|
4079
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
4080
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
4081
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
4082
|
+
#
|
|
4083
|
+
#
|
|
4084
|
+
#
|
|
4085
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_messaging-chime_DescribeChannelModeratedByAppInstanceUser.html
|
|
4086
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
4087
|
+
#
|
|
3419
4088
|
# @option params [required, String] :channel_arn
|
|
3420
4089
|
# The ARN of the moderated channel.
|
|
3421
4090
|
#
|
|
@@ -3463,6 +4132,19 @@ module Aws::Chime
|
|
|
3463
4132
|
#
|
|
3464
4133
|
# </note>
|
|
3465
4134
|
#
|
|
4135
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
4136
|
+
# recommend using the latest version, [DescribeChannelModerator][1], in
|
|
4137
|
+
# the Amazon Chime SDK.
|
|
4138
|
+
#
|
|
4139
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
4140
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
4141
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
4142
|
+
#
|
|
4143
|
+
#
|
|
4144
|
+
#
|
|
4145
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_messaging-chime_DescribeChannelModerator.html
|
|
4146
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
4147
|
+
#
|
|
3466
4148
|
# @option params [required, String] :channel_arn
|
|
3467
4149
|
# The ARN of the channel.
|
|
3468
4150
|
#
|
|
@@ -3532,6 +4214,20 @@ module Aws::Chime
|
|
|
3532
4214
|
# Disassociates the specified phone numbers from the specified Amazon
|
|
3533
4215
|
# Chime Voice Connector.
|
|
3534
4216
|
#
|
|
4217
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
4218
|
+
# recommend using the latest version,
|
|
4219
|
+
# [DisassociatePhoneNumbersFromVoiceConnector][1], in the Amazon Chime
|
|
4220
|
+
# SDK.
|
|
4221
|
+
#
|
|
4222
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
4223
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
4224
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
4225
|
+
#
|
|
4226
|
+
#
|
|
4227
|
+
#
|
|
4228
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_DisassociatePhoneNumbersFromVoiceConnector.html
|
|
4229
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
4230
|
+
#
|
|
3535
4231
|
# @option params [required, String] :voice_connector_id
|
|
3536
4232
|
# The Amazon Chime Voice Connector ID.
|
|
3537
4233
|
#
|
|
@@ -3568,6 +4264,20 @@ module Aws::Chime
|
|
|
3568
4264
|
# Disassociates the specified phone numbers from the specified Amazon
|
|
3569
4265
|
# Chime Voice Connector group.
|
|
3570
4266
|
#
|
|
4267
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
4268
|
+
# recommend using the latest version,
|
|
4269
|
+
# [DisassociatePhoneNumbersFromVoiceConnectorGroup][1], in the Amazon
|
|
4270
|
+
# Chime SDK.
|
|
4271
|
+
#
|
|
4272
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
4273
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
4274
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
4275
|
+
#
|
|
4276
|
+
#
|
|
4277
|
+
#
|
|
4278
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_DisassociatePhoneNumbersFromVoiceConnectorGroup.html
|
|
4279
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
4280
|
+
#
|
|
3571
4281
|
# @option params [required, String] :voice_connector_group_id
|
|
3572
4282
|
# The Amazon Chime Voice Connector group ID.
|
|
3573
4283
|
#
|
|
@@ -3705,6 +4415,19 @@ module Aws::Chime
|
|
|
3705
4415
|
|
|
3706
4416
|
# Gets the retention settings for an `AppInstance`.
|
|
3707
4417
|
#
|
|
4418
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
4419
|
+
# recommend using the latest version,
|
|
4420
|
+
# [GetMessagingRetentionSettings][1], in the Amazon Chime SDK.
|
|
4421
|
+
#
|
|
4422
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
4423
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
4424
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
4425
|
+
#
|
|
4426
|
+
#
|
|
4427
|
+
#
|
|
4428
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_identity-chime_GetAppInstanceRetentionSettings.html
|
|
4429
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
4430
|
+
#
|
|
3708
4431
|
# @option params [required, String] :app_instance_arn
|
|
3709
4432
|
# The ARN of the `AppInstance`.
|
|
3710
4433
|
#
|
|
@@ -3735,6 +4458,19 @@ module Aws::Chime
|
|
|
3735
4458
|
|
|
3736
4459
|
# Gets the streaming settings for an `AppInstance`.
|
|
3737
4460
|
#
|
|
4461
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
4462
|
+
# recommend using the latest version,
|
|
4463
|
+
# [GetMessagingStreamingConfigurations][1], in the Amazon Chime SDK.
|
|
4464
|
+
#
|
|
4465
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
4466
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
4467
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
4468
|
+
#
|
|
4469
|
+
#
|
|
4470
|
+
#
|
|
4471
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_messaging-chime_GetMessagingStreamingConfigurations.html
|
|
4472
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
4473
|
+
#
|
|
3738
4474
|
# @option params [required, String] :app_instance_arn
|
|
3739
4475
|
# The ARN of the `AppInstance`.
|
|
3740
4476
|
#
|
|
@@ -3766,11 +4502,21 @@ module Aws::Chime
|
|
|
3766
4502
|
# Gets the Amazon Chime SDK attendee details for a specified meeting ID
|
|
3767
4503
|
# and attendee ID. For more information about the Amazon Chime SDK, see
|
|
3768
4504
|
# [Using the Amazon Chime SDK][1] in the *Amazon Chime SDK Developer
|
|
3769
|
-
# Guide
|
|
4505
|
+
# Guide*.
|
|
4506
|
+
#
|
|
4507
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
4508
|
+
# recommend using the latest version, [GetAttendee][2], in the Amazon
|
|
4509
|
+
# Chime SDK.
|
|
4510
|
+
#
|
|
4511
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
4512
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
4513
|
+
# namespace][3] in the *Amazon Chime SDK Developer Guide*.
|
|
3770
4514
|
#
|
|
3771
4515
|
#
|
|
3772
4516
|
#
|
|
3773
4517
|
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/dg/meetings-sdk.html
|
|
4518
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_meeting-chime_GetAttendee.html
|
|
4519
|
+
# [3]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
3774
4520
|
#
|
|
3775
4521
|
# @option params [required, String] :meeting_id
|
|
3776
4522
|
# The Amazon Chime SDK meeting ID.
|
|
@@ -3853,6 +4599,19 @@ module Aws::Chime
|
|
|
3853
4599
|
#
|
|
3854
4600
|
# </note>
|
|
3855
4601
|
#
|
|
4602
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
4603
|
+
# recommend using the latest version, [GetChannelMessage][1], in the
|
|
4604
|
+
# Amazon Chime SDK.
|
|
4605
|
+
#
|
|
4606
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
4607
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
4608
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
4609
|
+
#
|
|
4610
|
+
#
|
|
4611
|
+
#
|
|
4612
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_messaging-chime_GetChannelMessage.html
|
|
4613
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
4614
|
+
#
|
|
3856
4615
|
# @option params [required, String] :channel_arn
|
|
3857
4616
|
# The ARN of the channel.
|
|
3858
4617
|
#
|
|
@@ -3958,6 +4717,19 @@ module Aws::Chime
|
|
|
3958
4717
|
|
|
3959
4718
|
# Gets an existing media capture pipeline.
|
|
3960
4719
|
#
|
|
4720
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
4721
|
+
# recommend using the latest version, [GetMediaCapturePipeline][1], in
|
|
4722
|
+
# the Amazon Chime SDK.
|
|
4723
|
+
#
|
|
4724
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
4725
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
4726
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
4727
|
+
#
|
|
4728
|
+
#
|
|
4729
|
+
#
|
|
4730
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_media-pipelines-chime_GetMediaCapturePipeline.html
|
|
4731
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
4732
|
+
#
|
|
3961
4733
|
# @option params [required, String] :media_pipeline_id
|
|
3962
4734
|
# The ID of the pipeline that you want to get.
|
|
3963
4735
|
#
|
|
@@ -4000,13 +4772,23 @@ module Aws::Chime
|
|
|
4000
4772
|
req.send_request(options)
|
|
4001
4773
|
end
|
|
4002
4774
|
|
|
4775
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
4776
|
+
# recommend using the latest version, [GetMeeting][1], in the Amazon
|
|
4777
|
+
# Chime SDK.
|
|
4778
|
+
#
|
|
4779
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
4780
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
4781
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
4782
|
+
#
|
|
4003
4783
|
# Gets the Amazon Chime SDK meeting details for the specified meeting
|
|
4004
4784
|
# ID. For more information about the Amazon Chime SDK, see [Using the
|
|
4005
|
-
# Amazon Chime SDK][
|
|
4785
|
+
# Amazon Chime SDK][3] in the *Amazon Chime SDK Developer Guide* .
|
|
4006
4786
|
#
|
|
4007
4787
|
#
|
|
4008
4788
|
#
|
|
4009
|
-
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/
|
|
4789
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_meeting-chime_GetMeeting.html
|
|
4790
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
4791
|
+
# [3]: https://docs.aws.amazon.com/chime-sdk/latest/dg/meetings-sdk.html
|
|
4010
4792
|
#
|
|
4011
4793
|
# @option params [required, String] :meeting_id
|
|
4012
4794
|
# The Amazon Chime SDK meeting ID.
|
|
@@ -4046,6 +4828,19 @@ module Aws::Chime
|
|
|
4046
4828
|
|
|
4047
4829
|
# The details of the endpoint for the messaging session.
|
|
4048
4830
|
#
|
|
4831
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
4832
|
+
# recommend using the latest version, [GetMessagingSessionEndpoint][1],
|
|
4833
|
+
# in the Amazon Chime SDK.
|
|
4834
|
+
#
|
|
4835
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
4836
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
4837
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
4838
|
+
#
|
|
4839
|
+
#
|
|
4840
|
+
#
|
|
4841
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_messaging-chime_GetMessagingSessionEndpoint.html
|
|
4842
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
4843
|
+
#
|
|
4049
4844
|
# @return [Types::GetMessagingSessionEndpointResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
4050
4845
|
#
|
|
4051
4846
|
# * {Types::GetMessagingSessionEndpointResponse#endpoint #endpoint} => Types::MessagingSessionEndpoint
|
|
@@ -4174,6 +4969,19 @@ module Aws::Chime
|
|
|
4174
4969
|
# Gets the specified proxy session details for the specified Amazon
|
|
4175
4970
|
# Chime Voice Connector.
|
|
4176
4971
|
#
|
|
4972
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
4973
|
+
# recommend using the latest version, [GetProxySession][1], in the
|
|
4974
|
+
# Amazon Chime SDK.
|
|
4975
|
+
#
|
|
4976
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
4977
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
4978
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
4979
|
+
#
|
|
4980
|
+
#
|
|
4981
|
+
#
|
|
4982
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_GetProxySession.html
|
|
4983
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
4984
|
+
#
|
|
4177
4985
|
# @option params [required, String] :voice_connector_id
|
|
4178
4986
|
# The Amazon Chime voice connector ID.
|
|
4179
4987
|
#
|
|
@@ -4299,6 +5107,19 @@ module Aws::Chime
|
|
|
4299
5107
|
# Retrieves the information for a SIP media application, including name,
|
|
4300
5108
|
# AWS Region, and endpoints.
|
|
4301
5109
|
#
|
|
5110
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
5111
|
+
# recommend using the latest version, [GetSipMediaApplication][1], in
|
|
5112
|
+
# the Amazon Chime SDK.
|
|
5113
|
+
#
|
|
5114
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
5115
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
5116
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
5117
|
+
#
|
|
5118
|
+
#
|
|
5119
|
+
#
|
|
5120
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_GetSipMediaApplication.html
|
|
5121
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
5122
|
+
#
|
|
4302
5123
|
# @option params [required, String] :sip_media_application_id
|
|
4303
5124
|
# The SIP media application ID.
|
|
4304
5125
|
#
|
|
@@ -4334,6 +5155,20 @@ module Aws::Chime
|
|
|
4334
5155
|
# Returns the logging configuration for the specified SIP media
|
|
4335
5156
|
# application.
|
|
4336
5157
|
#
|
|
5158
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
5159
|
+
# recommend using the latest version,
|
|
5160
|
+
# [GetSipMediaApplicationLoggingConfiguration][1], in the Amazon Chime
|
|
5161
|
+
# SDK.
|
|
5162
|
+
#
|
|
5163
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
5164
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
5165
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
5166
|
+
#
|
|
5167
|
+
#
|
|
5168
|
+
#
|
|
5169
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_GetSipMediaApplicationLoggingConfiguration.html
|
|
5170
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
5171
|
+
#
|
|
4337
5172
|
# @option params [required, String] :sip_media_application_id
|
|
4338
5173
|
# The SIP media application ID.
|
|
4339
5174
|
#
|
|
@@ -4363,6 +5198,19 @@ module Aws::Chime
|
|
|
4363
5198
|
# Retrieves the details of a SIP rule, such as the rule ID, name,
|
|
4364
5199
|
# triggers, and target endpoints.
|
|
4365
5200
|
#
|
|
5201
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
5202
|
+
# recommend using the latest version, [GetSipRule][1], in the Amazon
|
|
5203
|
+
# Chime SDK.
|
|
5204
|
+
#
|
|
5205
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
5206
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
5207
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
5208
|
+
#
|
|
5209
|
+
#
|
|
5210
|
+
#
|
|
5211
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_GetSipRule.html
|
|
5212
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
5213
|
+
#
|
|
4366
5214
|
# @option params [required, String] :sip_rule_id
|
|
4367
5215
|
# The SIP rule ID.
|
|
4368
5216
|
#
|
|
@@ -4486,6 +5334,19 @@ module Aws::Chime
|
|
|
4486
5334
|
# Retrieves details for the specified Amazon Chime Voice Connector, such
|
|
4487
5335
|
# as timestamps,name, outbound host, and encryption requirements.
|
|
4488
5336
|
#
|
|
5337
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
5338
|
+
# recommend using the latest version, [GetVoiceConnector][1], in the
|
|
5339
|
+
# Amazon Chime SDK.
|
|
5340
|
+
#
|
|
5341
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
5342
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
5343
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
5344
|
+
#
|
|
5345
|
+
#
|
|
5346
|
+
#
|
|
5347
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_GetVoiceConnector.html
|
|
5348
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
5349
|
+
#
|
|
4489
5350
|
# @option params [required, String] :voice_connector_id
|
|
4490
5351
|
# The Amazon Chime Voice Connector ID.
|
|
4491
5352
|
#
|
|
@@ -4522,6 +5383,20 @@ module Aws::Chime
|
|
|
4522
5383
|
# Gets the emergency calling configuration details for the specified
|
|
4523
5384
|
# Amazon Chime Voice Connector.
|
|
4524
5385
|
#
|
|
5386
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
5387
|
+
# recommend using the latest version,
|
|
5388
|
+
# [GetVoiceConnectorEmergencyCallingConfiguration][1], in the Amazon
|
|
5389
|
+
# Chime SDK.
|
|
5390
|
+
#
|
|
5391
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
5392
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
5393
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
5394
|
+
#
|
|
5395
|
+
#
|
|
5396
|
+
#
|
|
5397
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_GetVoiceConnectorEmergencyCallingConfiguration.html
|
|
5398
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
5399
|
+
#
|
|
4525
5400
|
# @option params [required, String] :voice_connector_id
|
|
4526
5401
|
# The Amazon Chime Voice Connector ID.
|
|
4527
5402
|
#
|
|
@@ -4554,6 +5429,19 @@ module Aws::Chime
|
|
|
4554
5429
|
# Retrieves details for the specified Amazon Chime Voice Connector
|
|
4555
5430
|
# group, such as timestamps,name, and associated `VoiceConnectorItems`.
|
|
4556
5431
|
#
|
|
5432
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
5433
|
+
# recommend using the latest version, [GetVoiceConnectorGroup][1], in
|
|
5434
|
+
# the Amazon Chime SDK.
|
|
5435
|
+
#
|
|
5436
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
5437
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
5438
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
5439
|
+
#
|
|
5440
|
+
#
|
|
5441
|
+
#
|
|
5442
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_GetVoiceConnectorGroup.html
|
|
5443
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
5444
|
+
#
|
|
4557
5445
|
# @option params [required, String] :voice_connector_group_id
|
|
4558
5446
|
# The Amazon Chime Voice Connector group ID.
|
|
4559
5447
|
#
|
|
@@ -4591,6 +5479,19 @@ module Aws::Chime
|
|
|
4591
5479
|
# Chime Voice Connector. Shows whether SIP message logs are enabled for
|
|
4592
5480
|
# sending to Amazon CloudWatch Logs.
|
|
4593
5481
|
#
|
|
5482
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
5483
|
+
# recommend using the latest version,
|
|
5484
|
+
# [GetVoiceConnectorLoggingConfiguration][1], in the Amazon Chime SDK.
|
|
5485
|
+
#
|
|
5486
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
5487
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
5488
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
5489
|
+
#
|
|
5490
|
+
#
|
|
5491
|
+
#
|
|
5492
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_GetVoiceConnectorLoggingConfiguration.html
|
|
5493
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
5494
|
+
#
|
|
4594
5495
|
# @option params [required, String] :voice_connector_id
|
|
4595
5496
|
# The Amazon Chime Voice Connector ID.
|
|
4596
5497
|
#
|
|
@@ -4621,6 +5522,19 @@ module Aws::Chime
|
|
|
4621
5522
|
# Retrieves origination setting details for the specified Amazon Chime
|
|
4622
5523
|
# Voice Connector.
|
|
4623
5524
|
#
|
|
5525
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
5526
|
+
# recommend using the latest version, [GetVoiceConnectorOrigination][1],
|
|
5527
|
+
# in the Amazon Chime SDK.
|
|
5528
|
+
#
|
|
5529
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
5530
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
5531
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
5532
|
+
#
|
|
5533
|
+
#
|
|
5534
|
+
#
|
|
5535
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_GetVoiceConnectorOrigination.html
|
|
5536
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
5537
|
+
#
|
|
4624
5538
|
# @option params [required, String] :voice_connector_id
|
|
4625
5539
|
# The Amazon Chime Voice Connector ID.
|
|
4626
5540
|
#
|
|
@@ -4656,6 +5570,19 @@ module Aws::Chime
|
|
|
4656
5570
|
# Gets the proxy configuration details for the specified Amazon Chime
|
|
4657
5571
|
# Voice Connector.
|
|
4658
5572
|
#
|
|
5573
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
5574
|
+
# recommend using the latest version, [GetVoiceConnectorProxy][1], in
|
|
5575
|
+
# the Amazon Chime SDK.
|
|
5576
|
+
#
|
|
5577
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
5578
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
5579
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
5580
|
+
#
|
|
5581
|
+
#
|
|
5582
|
+
#
|
|
5583
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_GetVoiceConnectorProxy.html
|
|
5584
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
5585
|
+
#
|
|
4659
5586
|
# @option params [required, String] :voice_connector_id
|
|
4660
5587
|
# The Amazon Chime voice connector ID.
|
|
4661
5588
|
#
|
|
@@ -4691,6 +5618,19 @@ module Aws::Chime
|
|
|
4691
5618
|
# sending to Amazon Kinesis. It also shows the retention period, in
|
|
4692
5619
|
# hours, for the Amazon Kinesis data.
|
|
4693
5620
|
#
|
|
5621
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
5622
|
+
# recommend using the latest version,
|
|
5623
|
+
# [GetVoiceConnectorStreamingConfiguration][1], in the Amazon Chime SDK.
|
|
5624
|
+
#
|
|
5625
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
5626
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
5627
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
5628
|
+
#
|
|
5629
|
+
#
|
|
5630
|
+
#
|
|
5631
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_GetVoiceConnectorStreamingConfiguration.html
|
|
5632
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
5633
|
+
#
|
|
4694
5634
|
# @option params [required, String] :voice_connector_id
|
|
4695
5635
|
# The Amazon Chime Voice Connector ID.
|
|
4696
5636
|
#
|
|
@@ -4723,6 +5663,19 @@ module Aws::Chime
|
|
|
4723
5663
|
# Retrieves termination setting details for the specified Amazon Chime
|
|
4724
5664
|
# Voice Connector.
|
|
4725
5665
|
#
|
|
5666
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
5667
|
+
# recommend using the latest version, [GetVoiceConnectorTermination][1],
|
|
5668
|
+
# in the Amazon Chime SDK.
|
|
5669
|
+
#
|
|
5670
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
5671
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
5672
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
5673
|
+
#
|
|
5674
|
+
#
|
|
5675
|
+
#
|
|
5676
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_GetVoiceConnectorTermination.html
|
|
5677
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
5678
|
+
#
|
|
4726
5679
|
# @option params [required, String] :voice_connector_id
|
|
4727
5680
|
# The Amazon Chime Voice Connector ID.
|
|
4728
5681
|
#
|
|
@@ -4755,10 +5708,23 @@ module Aws::Chime
|
|
|
4755
5708
|
req.send_request(options)
|
|
4756
5709
|
end
|
|
4757
5710
|
|
|
5711
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
5712
|
+
# recommend using the latest version,
|
|
5713
|
+
# [GetVoiceConnectorTerminationHealth][1], in the Amazon Chime SDK.
|
|
5714
|
+
#
|
|
5715
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
5716
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
5717
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
5718
|
+
#
|
|
4758
5719
|
# Retrieves information about the last time a SIP `OPTIONS` ping was
|
|
4759
5720
|
# received from your SIP infrastructure for the specified Amazon Chime
|
|
4760
5721
|
# Voice Connector.
|
|
4761
5722
|
#
|
|
5723
|
+
#
|
|
5724
|
+
#
|
|
5725
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_GetVoiceConnectorTerminationHealth.html
|
|
5726
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
5727
|
+
#
|
|
4762
5728
|
# @option params [required, String] :voice_connector_id
|
|
4763
5729
|
# The Amazon Chime Voice Connector ID.
|
|
4764
5730
|
#
|
|
@@ -4889,6 +5855,19 @@ module Aws::Chime
|
|
|
4889
5855
|
|
|
4890
5856
|
# Returns a list of the administrators in the `AppInstance`.
|
|
4891
5857
|
#
|
|
5858
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
5859
|
+
# recommend using the latest version, [ListAppInstanceAdmins][1], in the
|
|
5860
|
+
# Amazon Chime SDK.
|
|
5861
|
+
#
|
|
5862
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
5863
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
5864
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
5865
|
+
#
|
|
5866
|
+
#
|
|
5867
|
+
#
|
|
5868
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_identity-chime_ListAppInstanceAdmins.html
|
|
5869
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
5870
|
+
#
|
|
4892
5871
|
# @option params [required, String] :app_instance_arn
|
|
4893
5872
|
# The ARN of the `AppInstance`.
|
|
4894
5873
|
#
|
|
@@ -4934,6 +5913,19 @@ module Aws::Chime
|
|
|
4934
5913
|
|
|
4935
5914
|
# List all `AppInstanceUsers` created under a single `AppInstance`.
|
|
4936
5915
|
#
|
|
5916
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
5917
|
+
# recommend using the latest version, [ListAppInstanceUsers][1], in the
|
|
5918
|
+
# Amazon Chime SDK.
|
|
5919
|
+
#
|
|
5920
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
5921
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
5922
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
5923
|
+
#
|
|
5924
|
+
#
|
|
5925
|
+
#
|
|
5926
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_identity-chime_ListAppInstanceUsers.html
|
|
5927
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
5928
|
+
#
|
|
4937
5929
|
# @option params [required, String] :app_instance_arn
|
|
4938
5930
|
# The ARN of the `AppInstance`.
|
|
4939
5931
|
#
|
|
@@ -4981,6 +5973,19 @@ module Aws::Chime
|
|
|
4981
5973
|
# Lists all Amazon Chime `AppInstance`s created under a single AWS
|
|
4982
5974
|
# account.
|
|
4983
5975
|
#
|
|
5976
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
5977
|
+
# recommend using the latest version, [ListAppInstances][1], in the
|
|
5978
|
+
# Amazon Chime SDK.
|
|
5979
|
+
#
|
|
5980
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
5981
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
5982
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
5983
|
+
#
|
|
5984
|
+
#
|
|
5985
|
+
#
|
|
5986
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_identity-chime_ListAppInstances.html
|
|
5987
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
5988
|
+
#
|
|
4984
5989
|
# @option params [Integer] :max_results
|
|
4985
5990
|
# The maximum number of `AppInstance`s that you want to return.
|
|
4986
5991
|
#
|
|
@@ -5021,6 +6026,9 @@ module Aws::Chime
|
|
|
5021
6026
|
|
|
5022
6027
|
# Lists the tags applied to an Amazon Chime SDK attendee resource.
|
|
5023
6028
|
#
|
|
6029
|
+
# ListAttendeeTags is not supported in the Amazon Chime SDK Meetings
|
|
6030
|
+
# Namespace. Update your application to remove calls to this API.
|
|
6031
|
+
#
|
|
5024
6032
|
# @option params [required, String] :meeting_id
|
|
5025
6033
|
# The Amazon Chime SDK meeting ID.
|
|
5026
6034
|
#
|
|
@@ -5057,9 +6065,19 @@ module Aws::Chime
|
|
|
5057
6065
|
# more information about the Amazon Chime SDK, see [Using the Amazon
|
|
5058
6066
|
# Chime SDK][1] in the *Amazon Chime SDK Developer Guide*.
|
|
5059
6067
|
#
|
|
6068
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
6069
|
+
# recommend using the latest version, [ListAttendees][2], in the Amazon
|
|
6070
|
+
# Chime SDK.
|
|
6071
|
+
#
|
|
6072
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
6073
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
6074
|
+
# namespace][3] in the *Amazon Chime SDK Developer Guide*.
|
|
6075
|
+
#
|
|
5060
6076
|
#
|
|
5061
6077
|
#
|
|
5062
6078
|
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/dg/meetings-sdk.html
|
|
6079
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_meeting-chime_ListAttendees.html
|
|
6080
|
+
# [3]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
5063
6081
|
#
|
|
5064
6082
|
# @option params [required, String] :meeting_id
|
|
5065
6083
|
# The Amazon Chime SDK meeting ID.
|
|
@@ -5161,6 +6179,19 @@ module Aws::Chime
|
|
|
5161
6179
|
#
|
|
5162
6180
|
# </note>
|
|
5163
6181
|
#
|
|
6182
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
6183
|
+
# recommend using the latest version, [ListChannelBans][1], in the
|
|
6184
|
+
# Amazon Chime SDK.
|
|
6185
|
+
#
|
|
6186
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
6187
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
6188
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
6189
|
+
#
|
|
6190
|
+
#
|
|
6191
|
+
#
|
|
6192
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_messaging-chime_ListChannelBans.html
|
|
6193
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
6194
|
+
#
|
|
5164
6195
|
# @option params [required, String] :channel_arn
|
|
5165
6196
|
# The ARN of the channel.
|
|
5166
6197
|
#
|
|
@@ -5216,6 +6247,19 @@ module Aws::Chime
|
|
|
5216
6247
|
#
|
|
5217
6248
|
# </note>
|
|
5218
6249
|
#
|
|
6250
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
6251
|
+
# recommend using the latest version, [ListChannelMemberships][1], in
|
|
6252
|
+
# the Amazon Chime SDK.
|
|
6253
|
+
#
|
|
6254
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
6255
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
6256
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
6257
|
+
#
|
|
6258
|
+
#
|
|
6259
|
+
#
|
|
6260
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_messaging-chime_ListChannelMemberships.html
|
|
6261
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
6262
|
+
#
|
|
5219
6263
|
# @option params [required, String] :channel_arn
|
|
5220
6264
|
# The maximum number of channel memberships that you want returned.
|
|
5221
6265
|
#
|
|
@@ -5281,6 +6325,20 @@ module Aws::Chime
|
|
|
5281
6325
|
#
|
|
5282
6326
|
# </note>
|
|
5283
6327
|
#
|
|
6328
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
6329
|
+
# recommend using the latest version,
|
|
6330
|
+
# [ListChannelMembershipsForAppInstanceUser][1], in the Amazon Chime
|
|
6331
|
+
# SDK.
|
|
6332
|
+
#
|
|
6333
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
6334
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
6335
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
6336
|
+
#
|
|
6337
|
+
#
|
|
6338
|
+
#
|
|
6339
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_messaging-chime_ListChannelMembershipsForAppInstanceUser.html
|
|
6340
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
6341
|
+
#
|
|
5284
6342
|
# @option params [String] :app_instance_user_arn
|
|
5285
6343
|
# The ARN of the `AppInstanceUser`s
|
|
5286
6344
|
#
|
|
@@ -5346,6 +6404,19 @@ module Aws::Chime
|
|
|
5346
6404
|
#
|
|
5347
6405
|
# </note>
|
|
5348
6406
|
#
|
|
6407
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
6408
|
+
# recommend using the latest version, [ListChannelMessages][1], in the
|
|
6409
|
+
# Amazon Chime SDK.
|
|
6410
|
+
#
|
|
6411
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
6412
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
6413
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
6414
|
+
#
|
|
6415
|
+
#
|
|
6416
|
+
#
|
|
6417
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_messaging-chime_ListChannelMessages.html
|
|
6418
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
6419
|
+
#
|
|
5349
6420
|
# @option params [required, String] :channel_arn
|
|
5350
6421
|
# The ARN of the channel.
|
|
5351
6422
|
#
|
|
@@ -5422,6 +6493,19 @@ module Aws::Chime
|
|
|
5422
6493
|
#
|
|
5423
6494
|
# </note>
|
|
5424
6495
|
#
|
|
6496
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
6497
|
+
# recommend using the latest version, [ListChannelModerators][1], in the
|
|
6498
|
+
# Amazon Chime SDK.
|
|
6499
|
+
#
|
|
6500
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
6501
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
6502
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
6503
|
+
#
|
|
6504
|
+
#
|
|
6505
|
+
#
|
|
6506
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_messaging-chime_ListChannelModerators.html
|
|
6507
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
6508
|
+
#
|
|
5425
6509
|
# @option params [required, String] :channel_arn
|
|
5426
6510
|
# The ARN of the channel.
|
|
5427
6511
|
#
|
|
@@ -5486,6 +6570,19 @@ module Aws::Chime
|
|
|
5486
6570
|
#
|
|
5487
6571
|
# </note>
|
|
5488
6572
|
#
|
|
6573
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
6574
|
+
# recommend using the latest version, [ListChannels][1], in the Amazon
|
|
6575
|
+
# Chime SDK.
|
|
6576
|
+
#
|
|
6577
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
6578
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
6579
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
6580
|
+
#
|
|
6581
|
+
#
|
|
6582
|
+
#
|
|
6583
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_messaging-chime_ListChannels.html
|
|
6584
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
6585
|
+
#
|
|
5489
6586
|
# @option params [required, String] :app_instance_arn
|
|
5490
6587
|
# The ARN of the `AppInstance`.
|
|
5491
6588
|
#
|
|
@@ -5549,6 +6646,19 @@ module Aws::Chime
|
|
|
5549
6646
|
#
|
|
5550
6647
|
# </note>
|
|
5551
6648
|
#
|
|
6649
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
6650
|
+
# recommend using the latest version,
|
|
6651
|
+
# [ListChannelsModeratedByAppInstanceUser][1], in the Amazon Chime SDK.
|
|
6652
|
+
#
|
|
6653
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
6654
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
6655
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
6656
|
+
#
|
|
6657
|
+
#
|
|
6658
|
+
#
|
|
6659
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_messaging-chime_ListChannelsModeratedByAppInstanceUser.html
|
|
6660
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
6661
|
+
#
|
|
5552
6662
|
# @option params [String] :app_instance_user_arn
|
|
5553
6663
|
# The ARN of the user in the moderated channel.
|
|
5554
6664
|
#
|
|
@@ -5600,6 +6710,19 @@ module Aws::Chime
|
|
|
5600
6710
|
|
|
5601
6711
|
# Returns a list of media capture pipelines.
|
|
5602
6712
|
#
|
|
6713
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
6714
|
+
# recommend using the latest version, [ListMediaCapturePipelines][1], in
|
|
6715
|
+
# the Amazon Chime SDK.
|
|
6716
|
+
#
|
|
6717
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
6718
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
6719
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
6720
|
+
#
|
|
6721
|
+
#
|
|
6722
|
+
#
|
|
6723
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_media-pipelines-chime_ListMediaCapturePipelines.html
|
|
6724
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
6725
|
+
#
|
|
5603
6726
|
# @option params [String] :next_token
|
|
5604
6727
|
# The token used to retrieve the next page of results.
|
|
5605
6728
|
#
|
|
@@ -5654,6 +6777,19 @@ module Aws::Chime
|
|
|
5654
6777
|
|
|
5655
6778
|
# Lists the tags applied to an Amazon Chime SDK meeting resource.
|
|
5656
6779
|
#
|
|
6780
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
6781
|
+
# recommend using the latest version, [ListTagsForResource][1], in the
|
|
6782
|
+
# Amazon Chime SDK.
|
|
6783
|
+
#
|
|
6784
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
6785
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
6786
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
6787
|
+
#
|
|
6788
|
+
#
|
|
6789
|
+
#
|
|
6790
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_meeting-chime_ListTagsForResource.html
|
|
6791
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
6792
|
+
#
|
|
5657
6793
|
# @option params [required, String] :meeting_id
|
|
5658
6794
|
# The Amazon Chime SDK meeting ID.
|
|
5659
6795
|
#
|
|
@@ -5682,9 +6818,13 @@ module Aws::Chime
|
|
|
5682
6818
|
req.send_request(options)
|
|
5683
6819
|
end
|
|
5684
6820
|
|
|
5685
|
-
# Lists up to 100 active Amazon Chime SDK meetings.
|
|
5686
|
-
#
|
|
5687
|
-
#
|
|
6821
|
+
# Lists up to 100 active Amazon Chime SDK meetings.
|
|
6822
|
+
#
|
|
6823
|
+
# ListMeetings is not supported in the Amazon Chime SDK Meetings
|
|
6824
|
+
# Namespace. Update your application to remove calls to this API.
|
|
6825
|
+
#
|
|
6826
|
+
# For more information about the Amazon Chime SDK, see [Using the Amazon
|
|
6827
|
+
# Chime SDK][1] in the *Amazon Chime SDK Developer Guide*.
|
|
5688
6828
|
#
|
|
5689
6829
|
#
|
|
5690
6830
|
#
|
|
@@ -5858,6 +6998,19 @@ module Aws::Chime
|
|
|
5858
6998
|
# Lists the proxy sessions for the specified Amazon Chime Voice
|
|
5859
6999
|
# Connector.
|
|
5860
7000
|
#
|
|
7001
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
7002
|
+
# recommend using the latest version, [ListProxySessions][1], in the
|
|
7003
|
+
# Amazon Chime SDK.
|
|
7004
|
+
#
|
|
7005
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
7006
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
7007
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
7008
|
+
#
|
|
7009
|
+
#
|
|
7010
|
+
#
|
|
7011
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_ListProxySessions.html
|
|
7012
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
7013
|
+
#
|
|
5861
7014
|
# @option params [required, String] :voice_connector_id
|
|
5862
7015
|
# The Amazon Chime voice connector ID.
|
|
5863
7016
|
#
|
|
@@ -6027,6 +7180,19 @@ module Aws::Chime
|
|
|
6027
7180
|
# Lists the SIP media applications under the administrator's AWS
|
|
6028
7181
|
# account.
|
|
6029
7182
|
#
|
|
7183
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
7184
|
+
# recommend using the latest version, [ListSipMediaApplications][1], in
|
|
7185
|
+
# the Amazon Chime SDK.
|
|
7186
|
+
#
|
|
7187
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
7188
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
7189
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
7190
|
+
#
|
|
7191
|
+
#
|
|
7192
|
+
#
|
|
7193
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_ListSipMediaApplications.html
|
|
7194
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
7195
|
+
#
|
|
6030
7196
|
# @option params [Integer] :max_results
|
|
6031
7197
|
# The maximum number of results to return in a single call. Defaults to
|
|
6032
7198
|
# 100.
|
|
@@ -6071,6 +7237,19 @@ module Aws::Chime
|
|
|
6071
7237
|
|
|
6072
7238
|
# Lists the SIP rules under the administrator's AWS account.
|
|
6073
7239
|
#
|
|
7240
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
7241
|
+
# recommend using the latest version, [ListSipRules][1], in the Amazon
|
|
7242
|
+
# Chime SDK.
|
|
7243
|
+
#
|
|
7244
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
7245
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
7246
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
7247
|
+
#
|
|
7248
|
+
#
|
|
7249
|
+
#
|
|
7250
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_ListSipRules.html
|
|
7251
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
7252
|
+
#
|
|
6074
7253
|
# @option params [String] :sip_media_application_id
|
|
6075
7254
|
# The SIP media application ID.
|
|
6076
7255
|
#
|
|
@@ -6152,7 +7331,25 @@ module Aws::Chime
|
|
|
6152
7331
|
req.send_request(options)
|
|
6153
7332
|
end
|
|
6154
7333
|
|
|
6155
|
-
# Lists the tags applied to an Amazon Chime SDK meeting
|
|
7334
|
+
# Lists the tags applied to an Amazon Chime SDK meeting and messaging
|
|
7335
|
+
# resources.
|
|
7336
|
+
#
|
|
7337
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
7338
|
+
# recommend using the applicable latest version in the Amazon Chime SDK.
|
|
7339
|
+
#
|
|
7340
|
+
# * For meetings: [ListTagsForResource][1].
|
|
7341
|
+
#
|
|
7342
|
+
# * For messaging: [ListTagsForResource][2].
|
|
7343
|
+
#
|
|
7344
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
7345
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
7346
|
+
# namespace][3] in the *Amazon Chime SDK Developer Guide*.
|
|
7347
|
+
#
|
|
7348
|
+
#
|
|
7349
|
+
#
|
|
7350
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_meeting-chime_ListTagsForResource.html
|
|
7351
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_messaging-chime_ListTagsForResource.html
|
|
7352
|
+
# [3]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
6156
7353
|
#
|
|
6157
7354
|
# @option params [required, String] :resource_arn
|
|
6158
7355
|
# The resource ARN.
|
|
@@ -6250,6 +7447,19 @@ module Aws::Chime
|
|
|
6250
7447
|
# Lists the Amazon Chime Voice Connector groups for the administrator's
|
|
6251
7448
|
# AWS account.
|
|
6252
7449
|
#
|
|
7450
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
7451
|
+
# recommend using the latest version, [ListVoiceConnectorGroups][1], in
|
|
7452
|
+
# the Amazon Chime SDK.
|
|
7453
|
+
#
|
|
7454
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
7455
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
7456
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
7457
|
+
#
|
|
7458
|
+
#
|
|
7459
|
+
#
|
|
7460
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_ListVoiceConnectorGroups.html
|
|
7461
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
7462
|
+
#
|
|
6253
7463
|
# @option params [String] :next_token
|
|
6254
7464
|
# The token to use to retrieve the next page of results.
|
|
6255
7465
|
#
|
|
@@ -6295,6 +7505,20 @@ module Aws::Chime
|
|
|
6295
7505
|
# Lists the SIP credentials for the specified Amazon Chime Voice
|
|
6296
7506
|
# Connector.
|
|
6297
7507
|
#
|
|
7508
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
7509
|
+
# recommend using the latest version,
|
|
7510
|
+
# [ListVoiceConnectorTerminationCredentials][1], in the Amazon Chime
|
|
7511
|
+
# SDK.
|
|
7512
|
+
#
|
|
7513
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
7514
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
7515
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
7516
|
+
#
|
|
7517
|
+
#
|
|
7518
|
+
#
|
|
7519
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_ListVoiceConnectorTerminationCredentials.html
|
|
7520
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
7521
|
+
#
|
|
6298
7522
|
# @option params [required, String] :voice_connector_id
|
|
6299
7523
|
# The Amazon Chime Voice Connector ID.
|
|
6300
7524
|
#
|
|
@@ -6325,6 +7549,19 @@ module Aws::Chime
|
|
|
6325
7549
|
# Lists the Amazon Chime Voice Connectors for the administrator's AWS
|
|
6326
7550
|
# account.
|
|
6327
7551
|
#
|
|
7552
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
7553
|
+
# recommend using the latest version, [ListVoiceConnectors][1], in the
|
|
7554
|
+
# Amazon Chime SDK.
|
|
7555
|
+
#
|
|
7556
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
7557
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
7558
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
7559
|
+
#
|
|
7560
|
+
#
|
|
7561
|
+
#
|
|
7562
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_ListVoiceConnectors.html
|
|
7563
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
7564
|
+
#
|
|
6328
7565
|
# @option params [String] :next_token
|
|
6329
7566
|
# The token to use to retrieve the next page of results.
|
|
6330
7567
|
#
|
|
@@ -6397,6 +7634,19 @@ module Aws::Chime
|
|
|
6397
7634
|
# Sets the amount of time in days that a given `AppInstance` retains
|
|
6398
7635
|
# data.
|
|
6399
7636
|
#
|
|
7637
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
7638
|
+
# recommend using the latest version,
|
|
7639
|
+
# [PutAppInstanceRetentionSettings][1], in the Amazon Chime SDK.
|
|
7640
|
+
#
|
|
7641
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
7642
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
7643
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
7644
|
+
#
|
|
7645
|
+
#
|
|
7646
|
+
#
|
|
7647
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_identity-chime_PutAppInstanceRetentionSettings.html
|
|
7648
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
7649
|
+
#
|
|
6400
7650
|
# @option params [required, String] :app_instance_arn
|
|
6401
7651
|
# The ARN of the `AppInstance`.
|
|
6402
7652
|
#
|
|
@@ -6435,6 +7685,19 @@ module Aws::Chime
|
|
|
6435
7685
|
|
|
6436
7686
|
# The data streaming configurations of an `AppInstance`.
|
|
6437
7687
|
#
|
|
7688
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
7689
|
+
# recommend using the latest version,
|
|
7690
|
+
# [PutMessagingStreamingConfigurations][1], in the Amazon Chime SDK.
|
|
7691
|
+
#
|
|
7692
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
7693
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
7694
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
7695
|
+
#
|
|
7696
|
+
#
|
|
7697
|
+
#
|
|
7698
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_messaging-chime_PutMessagingStreamingConfigurations.html
|
|
7699
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
7700
|
+
#
|
|
6438
7701
|
# @option params [required, String] :app_instance_arn
|
|
6439
7702
|
# The ARN of the `AppInstance`.
|
|
6440
7703
|
#
|
|
@@ -6576,6 +7839,20 @@ module Aws::Chime
|
|
|
6576
7839
|
# Updates the logging configuration for the specified SIP media
|
|
6577
7840
|
# application.
|
|
6578
7841
|
#
|
|
7842
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
7843
|
+
# recommend using the latest version,
|
|
7844
|
+
# [PutSipMediaApplicationLoggingConfiguration][1], in the Amazon Chime
|
|
7845
|
+
# SDK.
|
|
7846
|
+
#
|
|
7847
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
7848
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
7849
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
7850
|
+
#
|
|
7851
|
+
#
|
|
7852
|
+
#
|
|
7853
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_PutSipMediaApplicationLoggingConfiguration.html
|
|
7854
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
7855
|
+
#
|
|
6579
7856
|
# @option params [required, String] :sip_media_application_id
|
|
6580
7857
|
# The SIP media application ID.
|
|
6581
7858
|
#
|
|
@@ -6614,6 +7891,20 @@ module Aws::Chime
|
|
|
6614
7891
|
# the Amazon Chime Voice Connector before emergency calling can be
|
|
6615
7892
|
# configured.
|
|
6616
7893
|
#
|
|
7894
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
7895
|
+
# recommend using the latest version,
|
|
7896
|
+
# [PutVoiceConnectorEmergencyCallingConfiguration][1], in the Amazon
|
|
7897
|
+
# Chime SDK.
|
|
7898
|
+
#
|
|
7899
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
7900
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
7901
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
7902
|
+
#
|
|
7903
|
+
#
|
|
7904
|
+
#
|
|
7905
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_PutVoiceConnectorEmergencyCallingConfiguration.html
|
|
7906
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
7907
|
+
#
|
|
6617
7908
|
# @option params [required, String] :voice_connector_id
|
|
6618
7909
|
# The Amazon Chime Voice Connector ID.
|
|
6619
7910
|
#
|
|
@@ -6659,6 +7950,19 @@ module Aws::Chime
|
|
|
6659
7950
|
# Connector. The logging configuration specifies whether SIP message
|
|
6660
7951
|
# logs are enabled for sending to Amazon CloudWatch Logs.
|
|
6661
7952
|
#
|
|
7953
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
7954
|
+
# recommend using the latest version,
|
|
7955
|
+
# [PutVoiceConnectorLoggingConfiguration][1], in the Amazon Chime SDK.
|
|
7956
|
+
#
|
|
7957
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
7958
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
7959
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
7960
|
+
#
|
|
7961
|
+
#
|
|
7962
|
+
#
|
|
7963
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_PutVoiceConnectorLoggingConfiguration.html
|
|
7964
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
7965
|
+
#
|
|
6662
7966
|
# @option params [required, String] :voice_connector_id
|
|
6663
7967
|
# The Amazon Chime Voice Connector ID.
|
|
6664
7968
|
#
|
|
@@ -6702,6 +8006,19 @@ module Aws::Chime
|
|
|
6702
8006
|
#
|
|
6703
8007
|
# </note>
|
|
6704
8008
|
#
|
|
8009
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
8010
|
+
# recommend using the latest version, [PutVoiceConnectorOrigination][1],
|
|
8011
|
+
# in the Amazon Chime SDK.
|
|
8012
|
+
#
|
|
8013
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
8014
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
8015
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
8016
|
+
#
|
|
8017
|
+
#
|
|
8018
|
+
#
|
|
8019
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_PutVoiceConnectorOrigination.html
|
|
8020
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
8021
|
+
#
|
|
6705
8022
|
# @option params [required, String] :voice_connector_id
|
|
6706
8023
|
# The Amazon Chime Voice Connector ID.
|
|
6707
8024
|
#
|
|
@@ -6752,6 +8069,19 @@ module Aws::Chime
|
|
|
6752
8069
|
# Puts the specified proxy configuration to the specified Amazon Chime
|
|
6753
8070
|
# Voice Connector.
|
|
6754
8071
|
#
|
|
8072
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
8073
|
+
# recommend using the latest version, [PutVoiceConnectorProxy][1], in
|
|
8074
|
+
# the Amazon Chime SDK.
|
|
8075
|
+
#
|
|
8076
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
8077
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
8078
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
8079
|
+
#
|
|
8080
|
+
#
|
|
8081
|
+
#
|
|
8082
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_PutVoiceConnectorProxy.html
|
|
8083
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
8084
|
+
#
|
|
6755
8085
|
# @option params [required, String] :voice_connector_id
|
|
6756
8086
|
# The Amazon Chime voice connector ID.
|
|
6757
8087
|
#
|
|
@@ -6804,6 +8134,19 @@ module Aws::Chime
|
|
|
6804
8134
|
# streaming is enabled for sending to Kinesis. It also sets the
|
|
6805
8135
|
# retention period, in hours, for the Amazon Kinesis data.
|
|
6806
8136
|
#
|
|
8137
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
8138
|
+
# recommend using the latest version,
|
|
8139
|
+
# [PutVoiceConnectorStreamingConfiguration][1], in the Amazon Chime SDK.
|
|
8140
|
+
#
|
|
8141
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
8142
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
8143
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
8144
|
+
#
|
|
8145
|
+
#
|
|
8146
|
+
#
|
|
8147
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_PutVoiceConnectorStreamingConfiguration.html
|
|
8148
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
8149
|
+
#
|
|
6807
8150
|
# @option params [required, String] :voice_connector_id
|
|
6808
8151
|
# The Amazon Chime Voice Connector ID.
|
|
6809
8152
|
#
|
|
@@ -6854,6 +8197,19 @@ module Aws::Chime
|
|
|
6854
8197
|
#
|
|
6855
8198
|
# </note>
|
|
6856
8199
|
#
|
|
8200
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
8201
|
+
# recommend using the latest version, [PutVoiceConnectorTermination][1],
|
|
8202
|
+
# in the Amazon Chime SDK.
|
|
8203
|
+
#
|
|
8204
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
8205
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
8206
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
8207
|
+
#
|
|
8208
|
+
#
|
|
8209
|
+
#
|
|
8210
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_PutVoiceConnectorTermination.html
|
|
8211
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
8212
|
+
#
|
|
6857
8213
|
# @option params [required, String] :voice_connector_id
|
|
6858
8214
|
# The Amazon Chime Voice Connector ID.
|
|
6859
8215
|
#
|
|
@@ -6899,6 +8255,19 @@ module Aws::Chime
|
|
|
6899
8255
|
# Adds termination SIP credentials for the specified Amazon Chime Voice
|
|
6900
8256
|
# Connector.
|
|
6901
8257
|
#
|
|
8258
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
8259
|
+
# recommend using the latest version,
|
|
8260
|
+
# [PutVoiceConnectorTerminationCredentials][1], in the Amazon Chime SDK.
|
|
8261
|
+
#
|
|
8262
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
8263
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
8264
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
8265
|
+
#
|
|
8266
|
+
#
|
|
8267
|
+
#
|
|
8268
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_PutVoiceConnectorTerminationCredentials.html
|
|
8269
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
8270
|
+
#
|
|
6902
8271
|
# @option params [required, String] :voice_connector_id
|
|
6903
8272
|
# The Amazon Chime Voice Connector ID.
|
|
6904
8273
|
#
|
|
@@ -6938,6 +8307,19 @@ module Aws::Chime
|
|
|
6938
8307
|
#
|
|
6939
8308
|
# </note>
|
|
6940
8309
|
#
|
|
8310
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
8311
|
+
# recommend using the latest version, [RedactChannelMessage][1], in the
|
|
8312
|
+
# Amazon Chime SDK.
|
|
8313
|
+
#
|
|
8314
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
8315
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
8316
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
8317
|
+
#
|
|
8318
|
+
#
|
|
8319
|
+
#
|
|
8320
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_messaging-chime_RedactChannelMessage.html
|
|
8321
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
8322
|
+
#
|
|
6941
8323
|
# @option params [required, String] :channel_arn
|
|
6942
8324
|
# The ARN of the channel containing the messages that you want to
|
|
6943
8325
|
# redact.
|
|
@@ -7253,6 +8635,19 @@ module Aws::Chime
|
|
|
7253
8635
|
#
|
|
7254
8636
|
# </note>
|
|
7255
8637
|
#
|
|
8638
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
8639
|
+
# recommend using the latest version, [SendChannelMessage][1], in the
|
|
8640
|
+
# Amazon Chime SDK.
|
|
8641
|
+
#
|
|
8642
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
8643
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
8644
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
8645
|
+
#
|
|
8646
|
+
#
|
|
8647
|
+
#
|
|
8648
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_messaging-chime_SendChannelMessage.html
|
|
8649
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
8650
|
+
#
|
|
7256
8651
|
# @option params [required, String] :channel_arn
|
|
7257
8652
|
# The ARN of the channel.
|
|
7258
8653
|
#
|
|
@@ -7319,16 +8714,28 @@ module Aws::Chime
|
|
|
7319
8714
|
# combinations are valid, refer to the [StartStreamTranscription][2] API
|
|
7320
8715
|
# in the *Amazon Transcribe Developer Guide*.
|
|
7321
8716
|
#
|
|
7322
|
-
# Amazon Chime SDK live transcription is powered by Amazon Transcribe.
|
|
8717
|
+
# <note markdown="1"> Amazon Chime SDK live transcription is powered by Amazon Transcribe.
|
|
7323
8718
|
# Use of Amazon Transcribe is subject to the [AWS Service Terms][3],
|
|
7324
8719
|
# including the terms specific to the AWS Machine Learning and
|
|
7325
8720
|
# Artificial Intelligence Services.
|
|
7326
8721
|
#
|
|
8722
|
+
# </note>
|
|
8723
|
+
#
|
|
8724
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
8725
|
+
# recommend using the latest version, [StartMeetingTranscription][4], in
|
|
8726
|
+
# the Amazon Chime SDK.
|
|
8727
|
+
#
|
|
8728
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
8729
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
8730
|
+
# namespace][5] in the *Amazon Chime SDK Developer Guide*.
|
|
8731
|
+
#
|
|
7327
8732
|
#
|
|
7328
8733
|
#
|
|
7329
8734
|
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/dg/meeting-transcription.html
|
|
7330
8735
|
# [2]: https://docs.aws.amazon.com/transcribe/latest/APIReference/API_streaming_StartStreamTranscription.html
|
|
7331
8736
|
# [3]: https://aws.amazon.com/service-terms/
|
|
8737
|
+
# [4]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_meeting-chime_StartMeetingTranscription.html
|
|
8738
|
+
# [5]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
7332
8739
|
#
|
|
7333
8740
|
# @option params [required, String] :meeting_id
|
|
7334
8741
|
# The unique ID of the meeting being transcribed.
|
|
@@ -7385,6 +8792,19 @@ module Aws::Chime
|
|
|
7385
8792
|
|
|
7386
8793
|
# Stops transcription for the specified `meetingId`.
|
|
7387
8794
|
#
|
|
8795
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
8796
|
+
# recommend using the latest version, [StopMeetingTranscription][1], in
|
|
8797
|
+
# the Amazon Chime SDK.
|
|
8798
|
+
#
|
|
8799
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
8800
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
8801
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
8802
|
+
#
|
|
8803
|
+
#
|
|
8804
|
+
#
|
|
8805
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_meeting-chime_StopMeetingTranscription.html
|
|
8806
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
8807
|
+
#
|
|
7388
8808
|
# @option params [required, String] :meeting_id
|
|
7389
8809
|
# The unique ID of the meeting for which you stop transcription.
|
|
7390
8810
|
#
|
|
@@ -7405,7 +8825,10 @@ module Aws::Chime
|
|
|
7405
8825
|
req.send_request(options)
|
|
7406
8826
|
end
|
|
7407
8827
|
|
|
7408
|
-
# Applies the specified tags to the specified Amazon Chime
|
|
8828
|
+
# Applies the specified tags to the specified Amazon Chime attendee.
|
|
8829
|
+
#
|
|
8830
|
+
# TagAttendee is not supported in the Amazon Chime SDK Meetings
|
|
8831
|
+
# Namespace. Update your application to remove calls to this API.
|
|
7409
8832
|
#
|
|
7410
8833
|
# @option params [required, String] :meeting_id
|
|
7411
8834
|
# The Amazon Chime SDK meeting ID.
|
|
@@ -7442,6 +8865,19 @@ module Aws::Chime
|
|
|
7442
8865
|
|
|
7443
8866
|
# Applies the specified tags to the specified Amazon Chime SDK meeting.
|
|
7444
8867
|
#
|
|
8868
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
8869
|
+
# recommend using the latest version, [TagResource][1], in the Amazon
|
|
8870
|
+
# Chime SDK.
|
|
8871
|
+
#
|
|
8872
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
8873
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
8874
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
8875
|
+
#
|
|
8876
|
+
#
|
|
8877
|
+
#
|
|
8878
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_meeting-chime_TagResource.html
|
|
8879
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
8880
|
+
#
|
|
7445
8881
|
# @option params [required, String] :meeting_id
|
|
7446
8882
|
# The Amazon Chime SDK meeting ID.
|
|
7447
8883
|
#
|
|
@@ -7474,6 +8910,19 @@ module Aws::Chime
|
|
|
7474
8910
|
# Applies the specified tags to the specified Amazon Chime SDK meeting
|
|
7475
8911
|
# resource.
|
|
7476
8912
|
#
|
|
8913
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
8914
|
+
# recommend using the latest version, [TagResource][1], in the Amazon
|
|
8915
|
+
# Chime SDK.
|
|
8916
|
+
#
|
|
8917
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
8918
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
8919
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
8920
|
+
#
|
|
8921
|
+
#
|
|
8922
|
+
#
|
|
8923
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_meeting-chime_TagResource.html
|
|
8924
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
8925
|
+
#
|
|
7477
8926
|
# @option params [required, String] :resource_arn
|
|
7478
8927
|
# The resource ARN.
|
|
7479
8928
|
#
|
|
@@ -7506,6 +8955,9 @@ module Aws::Chime
|
|
|
7506
8955
|
# Untags the specified tags from the specified Amazon Chime SDK
|
|
7507
8956
|
# attendee.
|
|
7508
8957
|
#
|
|
8958
|
+
# UntagAttendee is not supported in the Amazon Chime SDK Meetings
|
|
8959
|
+
# Namespace. Update your application to remove calls to this API.
|
|
8960
|
+
#
|
|
7509
8961
|
# @option params [required, String] :meeting_id
|
|
7510
8962
|
# The Amazon Chime SDK meeting ID.
|
|
7511
8963
|
#
|
|
@@ -7536,6 +8988,19 @@ module Aws::Chime
|
|
|
7536
8988
|
|
|
7537
8989
|
# Untags the specified tags from the specified Amazon Chime SDK meeting.
|
|
7538
8990
|
#
|
|
8991
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
8992
|
+
# recommend using the latest version, [UntagResource][1], in the Amazon
|
|
8993
|
+
# Chime SDK.
|
|
8994
|
+
#
|
|
8995
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
8996
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
8997
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
8998
|
+
#
|
|
8999
|
+
#
|
|
9000
|
+
#
|
|
9001
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_meeting-chime_UntagResource.html
|
|
9002
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
9003
|
+
#
|
|
7539
9004
|
# @option params [required, String] :meeting_id
|
|
7540
9005
|
# The Amazon Chime SDK meeting ID.
|
|
7541
9006
|
#
|
|
@@ -7563,6 +9028,22 @@ module Aws::Chime
|
|
|
7563
9028
|
# Untags the specified tags from the specified Amazon Chime SDK meeting
|
|
7564
9029
|
# resource.
|
|
7565
9030
|
#
|
|
9031
|
+
# Applies the specified tags to the specified Amazon Chime SDK meeting
|
|
9032
|
+
# resource.
|
|
9033
|
+
#
|
|
9034
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
9035
|
+
# recommend using the latest version, [UntagResource][1], in the Amazon
|
|
9036
|
+
# Chime SDK.
|
|
9037
|
+
#
|
|
9038
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
9039
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
9040
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
9041
|
+
#
|
|
9042
|
+
#
|
|
9043
|
+
#
|
|
9044
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_meeting-chime_UntagResource.html
|
|
9045
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
9046
|
+
#
|
|
7566
9047
|
# @option params [required, String] :resource_arn
|
|
7567
9048
|
# The resource ARN.
|
|
7568
9049
|
#
|
|
@@ -7674,6 +9155,19 @@ module Aws::Chime
|
|
|
7674
9155
|
|
|
7675
9156
|
# Updates `AppInstance` metadata.
|
|
7676
9157
|
#
|
|
9158
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
9159
|
+
# recommend using the latest version, [UpdateAppInstance][1], in the
|
|
9160
|
+
# Amazon Chime SDK.
|
|
9161
|
+
#
|
|
9162
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
9163
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
9164
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
9165
|
+
#
|
|
9166
|
+
#
|
|
9167
|
+
#
|
|
9168
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_identity-chime_UpdateAppInstance.html
|
|
9169
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
9170
|
+
#
|
|
7677
9171
|
# @option params [required, String] :app_instance_arn
|
|
7678
9172
|
# The ARN of the `AppInstance`.
|
|
7679
9173
|
#
|
|
@@ -7711,6 +9205,19 @@ module Aws::Chime
|
|
|
7711
9205
|
# Updates the details of an `AppInstanceUser`. You can update names and
|
|
7712
9206
|
# metadata.
|
|
7713
9207
|
#
|
|
9208
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
9209
|
+
# recommend using the latest version, [UpdateAppInstanceUser][1], in the
|
|
9210
|
+
# Amazon Chime SDK.
|
|
9211
|
+
#
|
|
9212
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
9213
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
9214
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
9215
|
+
#
|
|
9216
|
+
#
|
|
9217
|
+
#
|
|
9218
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_identity-chime_UpdateAppInstanceUser.html
|
|
9219
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
9220
|
+
#
|
|
7714
9221
|
# @option params [required, String] :app_instance_user_arn
|
|
7715
9222
|
# The ARN of the `AppInstanceUser`.
|
|
7716
9223
|
#
|
|
@@ -7800,6 +9307,19 @@ module Aws::Chime
|
|
|
7800
9307
|
#
|
|
7801
9308
|
# </note>
|
|
7802
9309
|
#
|
|
9310
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
9311
|
+
# recommend using the latest version, [UpdateChannel][1], in the Amazon
|
|
9312
|
+
# Chime SDK.
|
|
9313
|
+
#
|
|
9314
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
9315
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
9316
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
9317
|
+
#
|
|
9318
|
+
#
|
|
9319
|
+
#
|
|
9320
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_messaging-chime_UpdateChannel.html
|
|
9321
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
9322
|
+
#
|
|
7803
9323
|
# @option params [required, String] :channel_arn
|
|
7804
9324
|
# The ARN of the channel.
|
|
7805
9325
|
#
|
|
@@ -7850,6 +9370,19 @@ module Aws::Chime
|
|
|
7850
9370
|
#
|
|
7851
9371
|
# </note>
|
|
7852
9372
|
#
|
|
9373
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
9374
|
+
# recommend using the latest version, [UpdateChannelMessage][1], in the
|
|
9375
|
+
# Amazon Chime SDK.
|
|
9376
|
+
#
|
|
9377
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
9378
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
9379
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
9380
|
+
#
|
|
9381
|
+
#
|
|
9382
|
+
#
|
|
9383
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_messaging-chime_UpdateChannelMessage.html
|
|
9384
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
9385
|
+
#
|
|
7853
9386
|
# @option params [required, String] :channel_arn
|
|
7854
9387
|
# The ARN of the channel.
|
|
7855
9388
|
#
|
|
@@ -7902,6 +9435,19 @@ module Aws::Chime
|
|
|
7902
9435
|
#
|
|
7903
9436
|
# </note>
|
|
7904
9437
|
#
|
|
9438
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
9439
|
+
# recommend using the latest version, [UpdateChannelReadMarker][1], in
|
|
9440
|
+
# the Amazon Chime SDK.
|
|
9441
|
+
#
|
|
9442
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
9443
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
9444
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
9445
|
+
#
|
|
9446
|
+
#
|
|
9447
|
+
#
|
|
9448
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_messaging-chime_UpdateChannelReadMarker.html
|
|
9449
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
9450
|
+
#
|
|
7905
9451
|
# @option params [required, String] :channel_arn
|
|
7906
9452
|
# The ARN of the channel.
|
|
7907
9453
|
#
|
|
@@ -8059,6 +9605,19 @@ module Aws::Chime
|
|
|
8059
9605
|
# Updates the specified proxy session details, such as voice or SMS
|
|
8060
9606
|
# capabilities.
|
|
8061
9607
|
#
|
|
9608
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
9609
|
+
# recommend using the latest version, [UpdateProxySession][1], in the
|
|
9610
|
+
# Amazon Chime SDK.
|
|
9611
|
+
#
|
|
9612
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
9613
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
9614
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
9615
|
+
#
|
|
9616
|
+
#
|
|
9617
|
+
#
|
|
9618
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_UpdateProxySession.html
|
|
9619
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
9620
|
+
#
|
|
8062
9621
|
# @option params [required, String] :voice_connector_id
|
|
8063
9622
|
# The Amazon Chime voice connector ID.
|
|
8064
9623
|
#
|
|
@@ -8208,6 +9767,19 @@ module Aws::Chime
|
|
|
8208
9767
|
|
|
8209
9768
|
# Updates the details of the specified SIP media application.
|
|
8210
9769
|
#
|
|
9770
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
9771
|
+
# recommend using the latest version, [UpdateSipMediaApplication][1], in
|
|
9772
|
+
# the Amazon Chime SDK.
|
|
9773
|
+
#
|
|
9774
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
9775
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
9776
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
9777
|
+
#
|
|
9778
|
+
#
|
|
9779
|
+
#
|
|
9780
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_UpdateSipMediaApplication.html
|
|
9781
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
9782
|
+
#
|
|
8211
9783
|
# @option params [required, String] :sip_media_application_id
|
|
8212
9784
|
# The SIP media application ID.
|
|
8213
9785
|
#
|
|
@@ -8256,6 +9828,19 @@ module Aws::Chime
|
|
|
8256
9828
|
# application and transaction ID in an update request. The Lambda
|
|
8257
9829
|
# function can then return a new set of actions.
|
|
8258
9830
|
#
|
|
9831
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
9832
|
+
# recommend using the latest version,
|
|
9833
|
+
# [UpdateSipMediaApplicationCall][1], in the Amazon Chime SDK.
|
|
9834
|
+
#
|
|
9835
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
9836
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
9837
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
9838
|
+
#
|
|
9839
|
+
#
|
|
9840
|
+
#
|
|
9841
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_UpdateSipMediaApplicationCall.html
|
|
9842
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
9843
|
+
#
|
|
8259
9844
|
# @option params [required, String] :sip_media_application_id
|
|
8260
9845
|
# The ID of the SIP media application handling the call.
|
|
8261
9846
|
#
|
|
@@ -8295,6 +9880,19 @@ module Aws::Chime
|
|
|
8295
9880
|
|
|
8296
9881
|
# Updates the details of the specified SIP rule.
|
|
8297
9882
|
#
|
|
9883
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
9884
|
+
# recommend using the latest version, [UpdateSipRule][1], in the Amazon
|
|
9885
|
+
# Chime SDK.
|
|
9886
|
+
#
|
|
9887
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
9888
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
9889
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
9890
|
+
#
|
|
9891
|
+
#
|
|
9892
|
+
#
|
|
9893
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_UpdateSipRule.html
|
|
9894
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
9895
|
+
#
|
|
8298
9896
|
# @option params [required, String] :sip_rule_id
|
|
8299
9897
|
# The SIP rule ID.
|
|
8300
9898
|
#
|
|
@@ -8450,6 +10048,19 @@ module Aws::Chime
|
|
|
8450
10048
|
|
|
8451
10049
|
# Updates details for the specified Amazon Chime Voice Connector.
|
|
8452
10050
|
#
|
|
10051
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
10052
|
+
# recommend using the latest version, [UpdateVoiceConnector][1], in the
|
|
10053
|
+
# Amazon Chime SDK.
|
|
10054
|
+
#
|
|
10055
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
10056
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
10057
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
10058
|
+
#
|
|
10059
|
+
#
|
|
10060
|
+
#
|
|
10061
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_UpdateVoiceConnector.html
|
|
10062
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
10063
|
+
#
|
|
8453
10064
|
# @option params [required, String] :voice_connector_id
|
|
8454
10065
|
# The Amazon Chime Voice Connector ID.
|
|
8455
10066
|
#
|
|
@@ -8495,6 +10106,19 @@ module Aws::Chime
|
|
|
8495
10106
|
# Updates details of the specified Amazon Chime Voice Connector group,
|
|
8496
10107
|
# such as the name and Amazon Chime Voice Connector priority ranking.
|
|
8497
10108
|
#
|
|
10109
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
10110
|
+
# recommend using the latest version, [UpdateVoiceConnectorGroup][1], in
|
|
10111
|
+
# the Amazon Chime SDK.
|
|
10112
|
+
#
|
|
10113
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
10114
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
10115
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
10116
|
+
#
|
|
10117
|
+
#
|
|
10118
|
+
#
|
|
10119
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_UpdateVoiceConnectorGroup.html
|
|
10120
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
10121
|
+
#
|
|
8498
10122
|
# @option params [required, String] :voice_connector_group_id
|
|
8499
10123
|
# The Amazon Chime Voice Connector group ID.
|
|
8500
10124
|
#
|
|
@@ -8547,6 +10171,19 @@ module Aws::Chime
|
|
|
8547
10171
|
# requests. That helps ensure that addresses are routed to the
|
|
8548
10172
|
# appropriate Public Safety Answering Point.
|
|
8549
10173
|
#
|
|
10174
|
+
# **This API is is no longer supported and will not be updated.** We
|
|
10175
|
+
# recommend using the latest version, [ValidateE911Address][1], in the
|
|
10176
|
+
# Amazon Chime SDK.
|
|
10177
|
+
#
|
|
10178
|
+
# Using the latest version requires migrating to a dedicated namespace.
|
|
10179
|
+
# For more information, refer to [Migrating from the Amazon Chime
|
|
10180
|
+
# namespace][2] in the *Amazon Chime SDK Developer Guide*.
|
|
10181
|
+
#
|
|
10182
|
+
#
|
|
10183
|
+
#
|
|
10184
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_ValidateE911Address.html
|
|
10185
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html
|
|
10186
|
+
#
|
|
8550
10187
|
# @option params [required, String] :aws_account_id
|
|
8551
10188
|
# The AWS account ID.
|
|
8552
10189
|
#
|
|
@@ -8632,7 +10269,7 @@ module Aws::Chime
|
|
|
8632
10269
|
params: params,
|
|
8633
10270
|
config: config)
|
|
8634
10271
|
context[:gem_name] = 'aws-sdk-chime'
|
|
8635
|
-
context[:gem_version] = '1.
|
|
10272
|
+
context[:gem_version] = '1.75.0'
|
|
8636
10273
|
Seahorse::Client::Request.new(handlers, context)
|
|
8637
10274
|
end
|
|
8638
10275
|
|