aws-sdk 2.1002.0 → 2.1006.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.
- package/CHANGELOG.md +27 -1
- package/README.md +1 -1
- package/apis/backup-2018-11-15.min.json +109 -38
- package/apis/chime-2018-05-01.min.json +263 -197
- package/apis/ec2-2016-11-15.min.json +235 -233
- package/apis/elasticloadbalancingv2-2015-12-01.min.json +26 -24
- package/apis/firehose-2015-08-04.min.json +198 -82
- package/apis/frauddetector-2019-11-15.min.json +358 -75
- package/apis/frauddetector-2019-11-15.paginators.json +5 -0
- package/apis/grafana-2020-08-18.examples.json +5 -0
- package/apis/grafana-2020-08-18.min.json +728 -0
- package/apis/grafana-2020-08-18.paginators.json +16 -0
- package/apis/kendra-2019-02-03.min.json +45 -38
- package/apis/mediaconvert-2017-08-29.min.json +77 -0
- package/apis/medialive-2017-10-14.min.json +297 -227
- package/apis/mediatailor-2018-04-23.min.json +288 -75
- package/apis/mediatailor-2018-04-23.paginators.json +6 -0
- package/apis/metadata.json +3 -0
- package/apis/models.lex.v2-2020-08-07.min.json +182 -118
- package/apis/securityhub-2018-10-26.min.json +634 -259
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/backup.d.ts +72 -0
- package/clients/chime.d.ts +83 -3
- package/clients/ec2.d.ts +99 -94
- package/clients/ecs.d.ts +4 -4
- package/clients/elbv2.d.ts +10 -1
- package/clients/firehose.d.ts +62 -0
- package/clients/frauddetector.d.ts +434 -26
- package/clients/grafana.d.ts +718 -0
- package/clients/grafana.js +18 -0
- package/clients/kendra.d.ts +30 -1
- package/clients/lexmodelsv2.d.ts +72 -10
- package/clients/lexruntimev2.d.ts +7 -7
- package/clients/mediaconvert.d.ts +63 -0
- package/clients/medialive.d.ts +76 -5
- package/clients/mediatailor.d.ts +224 -0
- package/clients/secretsmanager.d.ts +27 -27
- package/clients/securityhub.d.ts +668 -11
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +55 -18
- package/dist/aws-sdk.js +465 -342
- package/dist/aws-sdk.min.js +64 -64
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
|
@@ -829,6 +829,9 @@
|
|
|
829
829
|
"ClientRequestToken": {
|
|
830
830
|
"shape": "S2g",
|
|
831
831
|
"idempotencyToken": true
|
|
832
|
+
},
|
|
833
|
+
"ChimeSdkMeetingConfiguration": {
|
|
834
|
+
"shape": "S39"
|
|
832
835
|
}
|
|
833
836
|
}
|
|
834
837
|
},
|
|
@@ -836,7 +839,7 @@
|
|
|
836
839
|
"type": "structure",
|
|
837
840
|
"members": {
|
|
838
841
|
"MediaCapturePipeline": {
|
|
839
|
-
"shape": "
|
|
842
|
+
"shape": "S3n"
|
|
840
843
|
}
|
|
841
844
|
}
|
|
842
845
|
}
|
|
@@ -857,17 +860,17 @@
|
|
|
857
860
|
"idempotencyToken": true
|
|
858
861
|
},
|
|
859
862
|
"ExternalMeetingId": {
|
|
860
|
-
"shape": "
|
|
863
|
+
"shape": "S3q"
|
|
861
864
|
},
|
|
862
865
|
"MeetingHostId": {
|
|
863
866
|
"shape": "Sn"
|
|
864
867
|
},
|
|
865
868
|
"MediaRegion": {},
|
|
866
869
|
"Tags": {
|
|
867
|
-
"shape": "
|
|
870
|
+
"shape": "S3r"
|
|
868
871
|
},
|
|
869
872
|
"NotificationsConfiguration": {
|
|
870
|
-
"shape": "
|
|
873
|
+
"shape": "S3s"
|
|
871
874
|
}
|
|
872
875
|
}
|
|
873
876
|
},
|
|
@@ -875,7 +878,7 @@
|
|
|
875
878
|
"type": "structure",
|
|
876
879
|
"members": {
|
|
877
880
|
"Meeting": {
|
|
878
|
-
"shape": "
|
|
881
|
+
"shape": "S3u"
|
|
879
882
|
}
|
|
880
883
|
}
|
|
881
884
|
}
|
|
@@ -932,17 +935,17 @@
|
|
|
932
935
|
"idempotencyToken": true
|
|
933
936
|
},
|
|
934
937
|
"ExternalMeetingId": {
|
|
935
|
-
"shape": "
|
|
938
|
+
"shape": "S3q"
|
|
936
939
|
},
|
|
937
940
|
"MeetingHostId": {
|
|
938
941
|
"shape": "Sn"
|
|
939
942
|
},
|
|
940
943
|
"MediaRegion": {},
|
|
941
944
|
"Tags": {
|
|
942
|
-
"shape": "
|
|
945
|
+
"shape": "S3r"
|
|
943
946
|
},
|
|
944
947
|
"NotificationsConfiguration": {
|
|
945
|
-
"shape": "
|
|
948
|
+
"shape": "S3s"
|
|
946
949
|
},
|
|
947
950
|
"Attendees": {
|
|
948
951
|
"type": "list",
|
|
@@ -956,7 +959,7 @@
|
|
|
956
959
|
"type": "structure",
|
|
957
960
|
"members": {
|
|
958
961
|
"Meeting": {
|
|
959
|
-
"shape": "
|
|
962
|
+
"shape": "S3u"
|
|
960
963
|
},
|
|
961
964
|
"Attendees": {
|
|
962
965
|
"shape": "St"
|
|
@@ -989,7 +992,7 @@
|
|
|
989
992
|
"type": "structure",
|
|
990
993
|
"members": {
|
|
991
994
|
"PhoneNumberOrder": {
|
|
992
|
-
"shape": "
|
|
995
|
+
"shape": "S44"
|
|
993
996
|
}
|
|
994
997
|
}
|
|
995
998
|
}
|
|
@@ -1025,12 +1028,12 @@
|
|
|
1025
1028
|
"type": "integer"
|
|
1026
1029
|
},
|
|
1027
1030
|
"Capabilities": {
|
|
1028
|
-
"shape": "
|
|
1031
|
+
"shape": "S4e"
|
|
1029
1032
|
},
|
|
1030
1033
|
"NumberSelectionBehavior": {},
|
|
1031
1034
|
"GeoMatchLevel": {},
|
|
1032
1035
|
"GeoMatchParams": {
|
|
1033
|
-
"shape": "
|
|
1036
|
+
"shape": "S4i"
|
|
1034
1037
|
}
|
|
1035
1038
|
}
|
|
1036
1039
|
},
|
|
@@ -1038,7 +1041,7 @@
|
|
|
1038
1041
|
"type": "structure",
|
|
1039
1042
|
"members": {
|
|
1040
1043
|
"ProxySession": {
|
|
1041
|
-
"shape": "
|
|
1044
|
+
"shape": "S4m"
|
|
1042
1045
|
}
|
|
1043
1046
|
}
|
|
1044
1047
|
}
|
|
@@ -1072,7 +1075,7 @@
|
|
|
1072
1075
|
"type": "structure",
|
|
1073
1076
|
"members": {
|
|
1074
1077
|
"Room": {
|
|
1075
|
-
"shape": "
|
|
1078
|
+
"shape": "S4t"
|
|
1076
1079
|
}
|
|
1077
1080
|
}
|
|
1078
1081
|
}
|
|
@@ -1106,7 +1109,7 @@
|
|
|
1106
1109
|
"type": "structure",
|
|
1107
1110
|
"members": {
|
|
1108
1111
|
"RoomMembership": {
|
|
1109
|
-
"shape": "
|
|
1112
|
+
"shape": "S4w"
|
|
1110
1113
|
}
|
|
1111
1114
|
}
|
|
1112
1115
|
}
|
|
@@ -1127,7 +1130,7 @@
|
|
|
1127
1130
|
"AwsRegion": {},
|
|
1128
1131
|
"Name": {},
|
|
1129
1132
|
"Endpoints": {
|
|
1130
|
-
"shape": "
|
|
1133
|
+
"shape": "S51"
|
|
1131
1134
|
}
|
|
1132
1135
|
}
|
|
1133
1136
|
},
|
|
@@ -1135,7 +1138,7 @@
|
|
|
1135
1138
|
"type": "structure",
|
|
1136
1139
|
"members": {
|
|
1137
1140
|
"SipMediaApplication": {
|
|
1138
|
-
"shape": "
|
|
1141
|
+
"shape": "S55"
|
|
1139
1142
|
}
|
|
1140
1143
|
}
|
|
1141
1144
|
}
|
|
@@ -1178,7 +1181,7 @@
|
|
|
1178
1181
|
"type": "structure",
|
|
1179
1182
|
"members": {
|
|
1180
1183
|
"SipMediaApplicationCall": {
|
|
1181
|
-
"shape": "
|
|
1184
|
+
"shape": "S59"
|
|
1182
1185
|
}
|
|
1183
1186
|
}
|
|
1184
1187
|
}
|
|
@@ -1204,7 +1207,7 @@
|
|
|
1204
1207
|
"type": "boolean"
|
|
1205
1208
|
},
|
|
1206
1209
|
"TargetApplications": {
|
|
1207
|
-
"shape": "
|
|
1210
|
+
"shape": "S5d"
|
|
1208
1211
|
}
|
|
1209
1212
|
}
|
|
1210
1213
|
},
|
|
@@ -1212,7 +1215,7 @@
|
|
|
1212
1215
|
"type": "structure",
|
|
1213
1216
|
"members": {
|
|
1214
1217
|
"SipRule": {
|
|
1215
|
-
"shape": "
|
|
1218
|
+
"shape": "S5h"
|
|
1216
1219
|
}
|
|
1217
1220
|
}
|
|
1218
1221
|
}
|
|
@@ -1234,7 +1237,7 @@
|
|
|
1234
1237
|
},
|
|
1235
1238
|
"Username": {},
|
|
1236
1239
|
"Email": {
|
|
1237
|
-
"shape": "
|
|
1240
|
+
"shape": "S5j"
|
|
1238
1241
|
},
|
|
1239
1242
|
"UserType": {}
|
|
1240
1243
|
}
|
|
@@ -1243,7 +1246,7 @@
|
|
|
1243
1246
|
"type": "structure",
|
|
1244
1247
|
"members": {
|
|
1245
1248
|
"User": {
|
|
1246
|
-
"shape": "
|
|
1249
|
+
"shape": "S5l"
|
|
1247
1250
|
}
|
|
1248
1251
|
}
|
|
1249
1252
|
}
|
|
@@ -1271,7 +1274,7 @@
|
|
|
1271
1274
|
"type": "structure",
|
|
1272
1275
|
"members": {
|
|
1273
1276
|
"VoiceConnector": {
|
|
1274
|
-
"shape": "
|
|
1277
|
+
"shape": "S5s"
|
|
1275
1278
|
}
|
|
1276
1279
|
}
|
|
1277
1280
|
}
|
|
@@ -1289,7 +1292,7 @@
|
|
|
1289
1292
|
"members": {
|
|
1290
1293
|
"Name": {},
|
|
1291
1294
|
"VoiceConnectorItems": {
|
|
1292
|
-
"shape": "
|
|
1295
|
+
"shape": "S5v"
|
|
1293
1296
|
}
|
|
1294
1297
|
}
|
|
1295
1298
|
},
|
|
@@ -1297,7 +1300,7 @@
|
|
|
1297
1300
|
"type": "structure",
|
|
1298
1301
|
"members": {
|
|
1299
1302
|
"VoiceConnectorGroup": {
|
|
1300
|
-
"shape": "
|
|
1303
|
+
"shape": "S5z"
|
|
1301
1304
|
}
|
|
1302
1305
|
}
|
|
1303
1306
|
}
|
|
@@ -1935,7 +1938,7 @@
|
|
|
1935
1938
|
"locationName": "voiceConnectorId"
|
|
1936
1939
|
},
|
|
1937
1940
|
"Usernames": {
|
|
1938
|
-
"shape": "
|
|
1941
|
+
"shape": "S6u"
|
|
1939
1942
|
}
|
|
1940
1943
|
}
|
|
1941
1944
|
}
|
|
@@ -2268,7 +2271,7 @@
|
|
|
2268
2271
|
"type": "structure",
|
|
2269
2272
|
"members": {
|
|
2270
2273
|
"ChannelMembership": {
|
|
2271
|
-
"shape": "
|
|
2274
|
+
"shape": "S7g"
|
|
2272
2275
|
}
|
|
2273
2276
|
}
|
|
2274
2277
|
},
|
|
@@ -2307,7 +2310,7 @@
|
|
|
2307
2310
|
"type": "structure",
|
|
2308
2311
|
"members": {
|
|
2309
2312
|
"Channel": {
|
|
2310
|
-
"shape": "
|
|
2313
|
+
"shape": "S7l"
|
|
2311
2314
|
}
|
|
2312
2315
|
}
|
|
2313
2316
|
},
|
|
@@ -2526,7 +2529,7 @@
|
|
|
2526
2529
|
"type": "structure",
|
|
2527
2530
|
"members": {
|
|
2528
2531
|
"AccountSettings": {
|
|
2529
|
-
"shape": "
|
|
2532
|
+
"shape": "S81"
|
|
2530
2533
|
}
|
|
2531
2534
|
}
|
|
2532
2535
|
}
|
|
@@ -2553,7 +2556,7 @@
|
|
|
2553
2556
|
"type": "structure",
|
|
2554
2557
|
"members": {
|
|
2555
2558
|
"AppInstanceRetentionSettings": {
|
|
2556
|
-
"shape": "
|
|
2559
|
+
"shape": "S84"
|
|
2557
2560
|
},
|
|
2558
2561
|
"InitiateDeletionTimestamp": {
|
|
2559
2562
|
"type": "timestamp"
|
|
@@ -2586,7 +2589,7 @@
|
|
|
2586
2589
|
"type": "structure",
|
|
2587
2590
|
"members": {
|
|
2588
2591
|
"AppInstanceStreamingConfigurations": {
|
|
2589
|
-
"shape": "
|
|
2592
|
+
"shape": "S89"
|
|
2590
2593
|
}
|
|
2591
2594
|
}
|
|
2592
2595
|
}
|
|
@@ -2691,7 +2694,7 @@
|
|
|
2691
2694
|
"ChannelArn": {},
|
|
2692
2695
|
"MessageId": {},
|
|
2693
2696
|
"Content": {
|
|
2694
|
-
"shape": "
|
|
2697
|
+
"shape": "S8j"
|
|
2695
2698
|
},
|
|
2696
2699
|
"Metadata": {
|
|
2697
2700
|
"shape": "S2f"
|
|
@@ -2748,7 +2751,7 @@
|
|
|
2748
2751
|
"type": "structure",
|
|
2749
2752
|
"members": {
|
|
2750
2753
|
"EventsConfiguration": {
|
|
2751
|
-
"shape": "
|
|
2754
|
+
"shape": "S8p"
|
|
2752
2755
|
}
|
|
2753
2756
|
}
|
|
2754
2757
|
}
|
|
@@ -2763,10 +2766,10 @@
|
|
|
2763
2766
|
"type": "structure",
|
|
2764
2767
|
"members": {
|
|
2765
2768
|
"BusinessCalling": {
|
|
2766
|
-
"shape": "
|
|
2769
|
+
"shape": "S8r"
|
|
2767
2770
|
},
|
|
2768
2771
|
"VoiceConnector": {
|
|
2769
|
-
"shape": "
|
|
2772
|
+
"shape": "S8s"
|
|
2770
2773
|
}
|
|
2771
2774
|
}
|
|
2772
2775
|
}
|
|
@@ -2793,7 +2796,7 @@
|
|
|
2793
2796
|
"type": "structure",
|
|
2794
2797
|
"members": {
|
|
2795
2798
|
"MediaCapturePipeline": {
|
|
2796
|
-
"shape": "
|
|
2799
|
+
"shape": "S3n"
|
|
2797
2800
|
}
|
|
2798
2801
|
}
|
|
2799
2802
|
}
|
|
@@ -2820,7 +2823,7 @@
|
|
|
2820
2823
|
"type": "structure",
|
|
2821
2824
|
"members": {
|
|
2822
2825
|
"Meeting": {
|
|
2823
|
-
"shape": "
|
|
2826
|
+
"shape": "S3u"
|
|
2824
2827
|
}
|
|
2825
2828
|
}
|
|
2826
2829
|
}
|
|
@@ -2871,7 +2874,7 @@
|
|
|
2871
2874
|
"type": "structure",
|
|
2872
2875
|
"members": {
|
|
2873
2876
|
"PhoneNumber": {
|
|
2874
|
-
"shape": "
|
|
2877
|
+
"shape": "S93"
|
|
2875
2878
|
}
|
|
2876
2879
|
}
|
|
2877
2880
|
}
|
|
@@ -2898,7 +2901,7 @@
|
|
|
2898
2901
|
"type": "structure",
|
|
2899
2902
|
"members": {
|
|
2900
2903
|
"PhoneNumberOrder": {
|
|
2901
|
-
"shape": "
|
|
2904
|
+
"shape": "S44"
|
|
2902
2905
|
}
|
|
2903
2906
|
}
|
|
2904
2907
|
}
|
|
@@ -2948,7 +2951,7 @@
|
|
|
2948
2951
|
"type": "structure",
|
|
2949
2952
|
"members": {
|
|
2950
2953
|
"ProxySession": {
|
|
2951
|
-
"shape": "
|
|
2954
|
+
"shape": "S4m"
|
|
2952
2955
|
}
|
|
2953
2956
|
}
|
|
2954
2957
|
}
|
|
@@ -2974,7 +2977,7 @@
|
|
|
2974
2977
|
"type": "structure",
|
|
2975
2978
|
"members": {
|
|
2976
2979
|
"RetentionSettings": {
|
|
2977
|
-
"shape": "
|
|
2980
|
+
"shape": "S9j"
|
|
2978
2981
|
},
|
|
2979
2982
|
"InitiateDeletionTimestamp": {
|
|
2980
2983
|
"shape": "S2a"
|
|
@@ -3009,7 +3012,7 @@
|
|
|
3009
3012
|
"type": "structure",
|
|
3010
3013
|
"members": {
|
|
3011
3014
|
"Room": {
|
|
3012
|
-
"shape": "
|
|
3015
|
+
"shape": "S4t"
|
|
3013
3016
|
}
|
|
3014
3017
|
}
|
|
3015
3018
|
}
|
|
@@ -3036,7 +3039,7 @@
|
|
|
3036
3039
|
"type": "structure",
|
|
3037
3040
|
"members": {
|
|
3038
3041
|
"SipMediaApplication": {
|
|
3039
|
-
"shape": "
|
|
3042
|
+
"shape": "S55"
|
|
3040
3043
|
}
|
|
3041
3044
|
}
|
|
3042
3045
|
}
|
|
@@ -3063,7 +3066,7 @@
|
|
|
3063
3066
|
"type": "structure",
|
|
3064
3067
|
"members": {
|
|
3065
3068
|
"SipMediaApplicationLoggingConfiguration": {
|
|
3066
|
-
"shape": "
|
|
3069
|
+
"shape": "S9s"
|
|
3067
3070
|
}
|
|
3068
3071
|
}
|
|
3069
3072
|
}
|
|
@@ -3090,7 +3093,7 @@
|
|
|
3090
3093
|
"type": "structure",
|
|
3091
3094
|
"members": {
|
|
3092
3095
|
"SipRule": {
|
|
3093
|
-
"shape": "
|
|
3096
|
+
"shape": "S5h"
|
|
3094
3097
|
}
|
|
3095
3098
|
}
|
|
3096
3099
|
}
|
|
@@ -3122,7 +3125,7 @@
|
|
|
3122
3125
|
"type": "structure",
|
|
3123
3126
|
"members": {
|
|
3124
3127
|
"User": {
|
|
3125
|
-
"shape": "
|
|
3128
|
+
"shape": "S5l"
|
|
3126
3129
|
}
|
|
3127
3130
|
}
|
|
3128
3131
|
}
|
|
@@ -3154,7 +3157,7 @@
|
|
|
3154
3157
|
"type": "structure",
|
|
3155
3158
|
"members": {
|
|
3156
3159
|
"UserSettings": {
|
|
3157
|
-
"shape": "
|
|
3160
|
+
"shape": "S9z"
|
|
3158
3161
|
}
|
|
3159
3162
|
}
|
|
3160
3163
|
}
|
|
@@ -3181,7 +3184,7 @@
|
|
|
3181
3184
|
"type": "structure",
|
|
3182
3185
|
"members": {
|
|
3183
3186
|
"VoiceConnector": {
|
|
3184
|
-
"shape": "
|
|
3187
|
+
"shape": "S5s"
|
|
3185
3188
|
}
|
|
3186
3189
|
}
|
|
3187
3190
|
}
|
|
@@ -3208,7 +3211,7 @@
|
|
|
3208
3211
|
"type": "structure",
|
|
3209
3212
|
"members": {
|
|
3210
3213
|
"EmergencyCallingConfiguration": {
|
|
3211
|
-
"shape": "
|
|
3214
|
+
"shape": "Sa5"
|
|
3212
3215
|
}
|
|
3213
3216
|
}
|
|
3214
3217
|
}
|
|
@@ -3235,7 +3238,7 @@
|
|
|
3235
3238
|
"type": "structure",
|
|
3236
3239
|
"members": {
|
|
3237
3240
|
"VoiceConnectorGroup": {
|
|
3238
|
-
"shape": "
|
|
3241
|
+
"shape": "S5z"
|
|
3239
3242
|
}
|
|
3240
3243
|
}
|
|
3241
3244
|
}
|
|
@@ -3262,7 +3265,7 @@
|
|
|
3262
3265
|
"type": "structure",
|
|
3263
3266
|
"members": {
|
|
3264
3267
|
"LoggingConfiguration": {
|
|
3265
|
-
"shape": "
|
|
3268
|
+
"shape": "Sac"
|
|
3266
3269
|
}
|
|
3267
3270
|
}
|
|
3268
3271
|
}
|
|
@@ -3289,7 +3292,7 @@
|
|
|
3289
3292
|
"type": "structure",
|
|
3290
3293
|
"members": {
|
|
3291
3294
|
"Origination": {
|
|
3292
|
-
"shape": "
|
|
3295
|
+
"shape": "Saf"
|
|
3293
3296
|
}
|
|
3294
3297
|
}
|
|
3295
3298
|
}
|
|
@@ -3316,7 +3319,7 @@
|
|
|
3316
3319
|
"type": "structure",
|
|
3317
3320
|
"members": {
|
|
3318
3321
|
"Proxy": {
|
|
3319
|
-
"shape": "
|
|
3322
|
+
"shape": "Sao"
|
|
3320
3323
|
}
|
|
3321
3324
|
}
|
|
3322
3325
|
}
|
|
@@ -3343,7 +3346,7 @@
|
|
|
3343
3346
|
"type": "structure",
|
|
3344
3347
|
"members": {
|
|
3345
3348
|
"StreamingConfiguration": {
|
|
3346
|
-
"shape": "
|
|
3349
|
+
"shape": "Sat"
|
|
3347
3350
|
}
|
|
3348
3351
|
}
|
|
3349
3352
|
}
|
|
@@ -3370,7 +3373,7 @@
|
|
|
3370
3373
|
"type": "structure",
|
|
3371
3374
|
"members": {
|
|
3372
3375
|
"Termination": {
|
|
3373
|
-
"shape": "
|
|
3376
|
+
"shape": "Sb0"
|
|
3374
3377
|
}
|
|
3375
3378
|
}
|
|
3376
3379
|
}
|
|
@@ -3427,7 +3430,7 @@
|
|
|
3427
3430
|
"UserEmailList": {
|
|
3428
3431
|
"type": "list",
|
|
3429
3432
|
"member": {
|
|
3430
|
-
"shape": "
|
|
3433
|
+
"shape": "S5j"
|
|
3431
3434
|
}
|
|
3432
3435
|
},
|
|
3433
3436
|
"UserType": {}
|
|
@@ -3444,7 +3447,7 @@
|
|
|
3444
3447
|
"InviteId": {},
|
|
3445
3448
|
"Status": {},
|
|
3446
3449
|
"EmailAddress": {
|
|
3447
|
-
"shape": "
|
|
3450
|
+
"shape": "S5j"
|
|
3448
3451
|
},
|
|
3449
3452
|
"EmailStatus": {}
|
|
3450
3453
|
}
|
|
@@ -3466,7 +3469,7 @@
|
|
|
3466
3469
|
"locationName": "name"
|
|
3467
3470
|
},
|
|
3468
3471
|
"UserEmail": {
|
|
3469
|
-
"shape": "
|
|
3472
|
+
"shape": "S5j",
|
|
3470
3473
|
"location": "querystring",
|
|
3471
3474
|
"locationName": "user-email"
|
|
3472
3475
|
},
|
|
@@ -3516,7 +3519,7 @@
|
|
|
3516
3519
|
"type": "integer"
|
|
3517
3520
|
},
|
|
3518
3521
|
"NextToken": {
|
|
3519
|
-
"shape": "
|
|
3522
|
+
"shape": "Sbj",
|
|
3520
3523
|
"location": "querystring",
|
|
3521
3524
|
"locationName": "next-token"
|
|
3522
3525
|
}
|
|
@@ -3538,7 +3541,7 @@
|
|
|
3538
3541
|
}
|
|
3539
3542
|
},
|
|
3540
3543
|
"NextToken": {
|
|
3541
|
-
"shape": "
|
|
3544
|
+
"shape": "Sbj"
|
|
3542
3545
|
}
|
|
3543
3546
|
}
|
|
3544
3547
|
},
|
|
@@ -3568,7 +3571,7 @@
|
|
|
3568
3571
|
"type": "integer"
|
|
3569
3572
|
},
|
|
3570
3573
|
"NextToken": {
|
|
3571
|
-
"shape": "
|
|
3574
|
+
"shape": "Sbj",
|
|
3572
3575
|
"location": "querystring",
|
|
3573
3576
|
"locationName": "next-token"
|
|
3574
3577
|
}
|
|
@@ -3594,7 +3597,7 @@
|
|
|
3594
3597
|
}
|
|
3595
3598
|
},
|
|
3596
3599
|
"NextToken": {
|
|
3597
|
-
"shape": "
|
|
3600
|
+
"shape": "Sbj"
|
|
3598
3601
|
}
|
|
3599
3602
|
}
|
|
3600
3603
|
},
|
|
@@ -3617,7 +3620,7 @@
|
|
|
3617
3620
|
"type": "integer"
|
|
3618
3621
|
},
|
|
3619
3622
|
"NextToken": {
|
|
3620
|
-
"shape": "
|
|
3623
|
+
"shape": "Sbj",
|
|
3621
3624
|
"location": "querystring",
|
|
3622
3625
|
"locationName": "next-token"
|
|
3623
3626
|
}
|
|
@@ -3642,7 +3645,7 @@
|
|
|
3642
3645
|
}
|
|
3643
3646
|
},
|
|
3644
3647
|
"NextToken": {
|
|
3645
|
-
"shape": "
|
|
3648
|
+
"shape": "Sbj"
|
|
3646
3649
|
}
|
|
3647
3650
|
}
|
|
3648
3651
|
},
|
|
@@ -3781,7 +3784,7 @@
|
|
|
3781
3784
|
"type": "integer"
|
|
3782
3785
|
},
|
|
3783
3786
|
"NextToken": {
|
|
3784
|
-
"shape": "
|
|
3787
|
+
"shape": "Sbj",
|
|
3785
3788
|
"location": "querystring",
|
|
3786
3789
|
"locationName": "next-token"
|
|
3787
3790
|
},
|
|
@@ -3796,7 +3799,7 @@
|
|
|
3796
3799
|
"members": {
|
|
3797
3800
|
"ChannelArn": {},
|
|
3798
3801
|
"NextToken": {
|
|
3799
|
-
"shape": "
|
|
3802
|
+
"shape": "Sbj"
|
|
3800
3803
|
},
|
|
3801
3804
|
"ChannelBans": {
|
|
3802
3805
|
"type": "list",
|
|
@@ -3841,7 +3844,7 @@
|
|
|
3841
3844
|
"type": "integer"
|
|
3842
3845
|
},
|
|
3843
3846
|
"NextToken": {
|
|
3844
|
-
"shape": "
|
|
3847
|
+
"shape": "Sbj",
|
|
3845
3848
|
"location": "querystring",
|
|
3846
3849
|
"locationName": "next-token"
|
|
3847
3850
|
},
|
|
@@ -3867,7 +3870,7 @@
|
|
|
3867
3870
|
}
|
|
3868
3871
|
},
|
|
3869
3872
|
"NextToken": {
|
|
3870
|
-
"shape": "
|
|
3873
|
+
"shape": "Sbj"
|
|
3871
3874
|
}
|
|
3872
3875
|
}
|
|
3873
3876
|
},
|
|
@@ -3894,7 +3897,7 @@
|
|
|
3894
3897
|
"type": "integer"
|
|
3895
3898
|
},
|
|
3896
3899
|
"NextToken": {
|
|
3897
|
-
"shape": "
|
|
3900
|
+
"shape": "Sbj",
|
|
3898
3901
|
"location": "querystring",
|
|
3899
3902
|
"locationName": "next-token"
|
|
3900
3903
|
},
|
|
@@ -3910,11 +3913,11 @@
|
|
|
3910
3913
|
"ChannelMemberships": {
|
|
3911
3914
|
"type": "list",
|
|
3912
3915
|
"member": {
|
|
3913
|
-
"shape": "
|
|
3916
|
+
"shape": "S7g"
|
|
3914
3917
|
}
|
|
3915
3918
|
},
|
|
3916
3919
|
"NextToken": {
|
|
3917
|
-
"shape": "
|
|
3920
|
+
"shape": "Sbj"
|
|
3918
3921
|
}
|
|
3919
3922
|
}
|
|
3920
3923
|
},
|
|
@@ -3958,7 +3961,7 @@
|
|
|
3958
3961
|
"type": "integer"
|
|
3959
3962
|
},
|
|
3960
3963
|
"NextToken": {
|
|
3961
|
-
"shape": "
|
|
3964
|
+
"shape": "Sbj",
|
|
3962
3965
|
"location": "querystring",
|
|
3963
3966
|
"locationName": "next-token"
|
|
3964
3967
|
},
|
|
@@ -3973,7 +3976,7 @@
|
|
|
3973
3976
|
"members": {
|
|
3974
3977
|
"ChannelArn": {},
|
|
3975
3978
|
"NextToken": {
|
|
3976
|
-
"shape": "
|
|
3979
|
+
"shape": "Sbj"
|
|
3977
3980
|
},
|
|
3978
3981
|
"ChannelMessages": {
|
|
3979
3982
|
"type": "list",
|
|
@@ -3982,7 +3985,7 @@
|
|
|
3982
3985
|
"members": {
|
|
3983
3986
|
"MessageId": {},
|
|
3984
3987
|
"Content": {
|
|
3985
|
-
"shape": "
|
|
3988
|
+
"shape": "S8j"
|
|
3986
3989
|
},
|
|
3987
3990
|
"Metadata": {
|
|
3988
3991
|
"shape": "S2f"
|
|
@@ -4034,7 +4037,7 @@
|
|
|
4034
4037
|
"type": "integer"
|
|
4035
4038
|
},
|
|
4036
4039
|
"NextToken": {
|
|
4037
|
-
"shape": "
|
|
4040
|
+
"shape": "Sbj",
|
|
4038
4041
|
"location": "querystring",
|
|
4039
4042
|
"locationName": "next-token"
|
|
4040
4043
|
},
|
|
@@ -4049,7 +4052,7 @@
|
|
|
4049
4052
|
"members": {
|
|
4050
4053
|
"ChannelArn": {},
|
|
4051
4054
|
"NextToken": {
|
|
4052
|
-
"shape": "
|
|
4055
|
+
"shape": "Sbj"
|
|
4053
4056
|
},
|
|
4054
4057
|
"ChannelModerators": {
|
|
4055
4058
|
"type": "list",
|
|
@@ -4094,7 +4097,7 @@
|
|
|
4094
4097
|
"type": "integer"
|
|
4095
4098
|
},
|
|
4096
4099
|
"NextToken": {
|
|
4097
|
-
"shape": "
|
|
4100
|
+
"shape": "Sbj",
|
|
4098
4101
|
"location": "querystring",
|
|
4099
4102
|
"locationName": "next-token"
|
|
4100
4103
|
},
|
|
@@ -4110,11 +4113,11 @@
|
|
|
4110
4113
|
"Channels": {
|
|
4111
4114
|
"type": "list",
|
|
4112
4115
|
"member": {
|
|
4113
|
-
"shape": "
|
|
4116
|
+
"shape": "S7h"
|
|
4114
4117
|
}
|
|
4115
4118
|
},
|
|
4116
4119
|
"NextToken": {
|
|
4117
|
-
"shape": "
|
|
4120
|
+
"shape": "Sbj"
|
|
4118
4121
|
}
|
|
4119
4122
|
}
|
|
4120
4123
|
},
|
|
@@ -4141,7 +4144,7 @@
|
|
|
4141
4144
|
"type": "integer"
|
|
4142
4145
|
},
|
|
4143
4146
|
"NextToken": {
|
|
4144
|
-
"shape": "
|
|
4147
|
+
"shape": "Sbj",
|
|
4145
4148
|
"location": "querystring",
|
|
4146
4149
|
"locationName": "next-token"
|
|
4147
4150
|
},
|
|
@@ -4157,11 +4160,11 @@
|
|
|
4157
4160
|
"Channels": {
|
|
4158
4161
|
"type": "list",
|
|
4159
4162
|
"member": {
|
|
4160
|
-
"shape": "
|
|
4163
|
+
"shape": "S7l"
|
|
4161
4164
|
}
|
|
4162
4165
|
},
|
|
4163
4166
|
"NextToken": {
|
|
4164
|
-
"shape": "
|
|
4167
|
+
"shape": "Sbj"
|
|
4165
4168
|
}
|
|
4166
4169
|
}
|
|
4167
4170
|
},
|
|
@@ -4195,7 +4198,7 @@
|
|
|
4195
4198
|
"MediaCapturePipelines": {
|
|
4196
4199
|
"type": "list",
|
|
4197
4200
|
"member": {
|
|
4198
|
-
"shape": "
|
|
4201
|
+
"shape": "S3n"
|
|
4199
4202
|
}
|
|
4200
4203
|
},
|
|
4201
4204
|
"NextToken": {}
|
|
@@ -4255,7 +4258,7 @@
|
|
|
4255
4258
|
"Meetings": {
|
|
4256
4259
|
"type": "list",
|
|
4257
4260
|
"member": {
|
|
4258
|
-
"shape": "
|
|
4261
|
+
"shape": "S3u"
|
|
4259
4262
|
}
|
|
4260
4263
|
},
|
|
4261
4264
|
"NextToken": {}
|
|
@@ -4288,7 +4291,7 @@
|
|
|
4288
4291
|
"PhoneNumberOrders": {
|
|
4289
4292
|
"type": "list",
|
|
4290
4293
|
"member": {
|
|
4291
|
-
"shape": "
|
|
4294
|
+
"shape": "S44"
|
|
4292
4295
|
}
|
|
4293
4296
|
},
|
|
4294
4297
|
"NextToken": {}
|
|
@@ -4336,7 +4339,7 @@
|
|
|
4336
4339
|
"PhoneNumbers": {
|
|
4337
4340
|
"type": "list",
|
|
4338
4341
|
"member": {
|
|
4339
|
-
"shape": "
|
|
4342
|
+
"shape": "S93"
|
|
4340
4343
|
}
|
|
4341
4344
|
},
|
|
4342
4345
|
"NextToken": {}
|
|
@@ -4380,7 +4383,7 @@
|
|
|
4380
4383
|
"ProxySessions": {
|
|
4381
4384
|
"type": "list",
|
|
4382
4385
|
"member": {
|
|
4383
|
-
"shape": "
|
|
4386
|
+
"shape": "S4m"
|
|
4384
4387
|
}
|
|
4385
4388
|
},
|
|
4386
4389
|
"NextToken": {}
|
|
@@ -4425,7 +4428,7 @@
|
|
|
4425
4428
|
"RoomMemberships": {
|
|
4426
4429
|
"type": "list",
|
|
4427
4430
|
"member": {
|
|
4428
|
-
"shape": "
|
|
4431
|
+
"shape": "S4w"
|
|
4429
4432
|
}
|
|
4430
4433
|
},
|
|
4431
4434
|
"NextToken": {}
|
|
@@ -4469,7 +4472,7 @@
|
|
|
4469
4472
|
"Rooms": {
|
|
4470
4473
|
"type": "list",
|
|
4471
4474
|
"member": {
|
|
4472
|
-
"shape": "
|
|
4475
|
+
"shape": "S4t"
|
|
4473
4476
|
}
|
|
4474
4477
|
},
|
|
4475
4478
|
"NextToken": {}
|
|
@@ -4502,7 +4505,7 @@
|
|
|
4502
4505
|
"SipMediaApplications": {
|
|
4503
4506
|
"type": "list",
|
|
4504
4507
|
"member": {
|
|
4505
|
-
"shape": "
|
|
4508
|
+
"shape": "S55"
|
|
4506
4509
|
}
|
|
4507
4510
|
},
|
|
4508
4511
|
"NextToken": {}
|
|
@@ -4539,7 +4542,7 @@
|
|
|
4539
4542
|
"SipRules": {
|
|
4540
4543
|
"type": "list",
|
|
4541
4544
|
"member": {
|
|
4542
|
-
"shape": "
|
|
4545
|
+
"shape": "S5h"
|
|
4543
4546
|
}
|
|
4544
4547
|
},
|
|
4545
4548
|
"NextToken": {}
|
|
@@ -4627,7 +4630,7 @@
|
|
|
4627
4630
|
"locationName": "accountId"
|
|
4628
4631
|
},
|
|
4629
4632
|
"UserEmail": {
|
|
4630
|
-
"shape": "
|
|
4633
|
+
"shape": "S5j",
|
|
4631
4634
|
"location": "querystring",
|
|
4632
4635
|
"locationName": "user-email"
|
|
4633
4636
|
},
|
|
@@ -4652,7 +4655,7 @@
|
|
|
4652
4655
|
"Users": {
|
|
4653
4656
|
"type": "list",
|
|
4654
4657
|
"member": {
|
|
4655
|
-
"shape": "
|
|
4658
|
+
"shape": "S5l"
|
|
4656
4659
|
}
|
|
4657
4660
|
},
|
|
4658
4661
|
"NextToken": {}
|
|
@@ -4685,7 +4688,7 @@
|
|
|
4685
4688
|
"VoiceConnectorGroups": {
|
|
4686
4689
|
"type": "list",
|
|
4687
4690
|
"member": {
|
|
4688
|
-
"shape": "
|
|
4691
|
+
"shape": "S5z"
|
|
4689
4692
|
}
|
|
4690
4693
|
},
|
|
4691
4694
|
"NextToken": {}
|
|
@@ -4714,7 +4717,7 @@
|
|
|
4714
4717
|
"type": "structure",
|
|
4715
4718
|
"members": {
|
|
4716
4719
|
"Usernames": {
|
|
4717
|
-
"shape": "
|
|
4720
|
+
"shape": "S6u"
|
|
4718
4721
|
}
|
|
4719
4722
|
}
|
|
4720
4723
|
}
|
|
@@ -4745,7 +4748,7 @@
|
|
|
4745
4748
|
"VoiceConnectors": {
|
|
4746
4749
|
"type": "list",
|
|
4747
4750
|
"member": {
|
|
4748
|
-
"shape": "
|
|
4751
|
+
"shape": "S5s"
|
|
4749
4752
|
}
|
|
4750
4753
|
},
|
|
4751
4754
|
"NextToken": {}
|
|
@@ -4797,7 +4800,7 @@
|
|
|
4797
4800
|
"locationName": "appInstanceArn"
|
|
4798
4801
|
},
|
|
4799
4802
|
"AppInstanceRetentionSettings": {
|
|
4800
|
-
"shape": "
|
|
4803
|
+
"shape": "S84"
|
|
4801
4804
|
}
|
|
4802
4805
|
}
|
|
4803
4806
|
},
|
|
@@ -4805,7 +4808,7 @@
|
|
|
4805
4808
|
"type": "structure",
|
|
4806
4809
|
"members": {
|
|
4807
4810
|
"AppInstanceRetentionSettings": {
|
|
4808
|
-
"shape": "
|
|
4811
|
+
"shape": "S84"
|
|
4809
4812
|
},
|
|
4810
4813
|
"InitiateDeletionTimestamp": {
|
|
4811
4814
|
"type": "timestamp"
|
|
@@ -4834,7 +4837,7 @@
|
|
|
4834
4837
|
"locationName": "appInstanceArn"
|
|
4835
4838
|
},
|
|
4836
4839
|
"AppInstanceStreamingConfigurations": {
|
|
4837
|
-
"shape": "
|
|
4840
|
+
"shape": "S89"
|
|
4838
4841
|
}
|
|
4839
4842
|
}
|
|
4840
4843
|
},
|
|
@@ -4842,7 +4845,7 @@
|
|
|
4842
4845
|
"type": "structure",
|
|
4843
4846
|
"members": {
|
|
4844
4847
|
"AppInstanceStreamingConfigurations": {
|
|
4845
|
-
"shape": "
|
|
4848
|
+
"shape": "S89"
|
|
4846
4849
|
}
|
|
4847
4850
|
}
|
|
4848
4851
|
}
|
|
@@ -4880,7 +4883,7 @@
|
|
|
4880
4883
|
"type": "structure",
|
|
4881
4884
|
"members": {
|
|
4882
4885
|
"EventsConfiguration": {
|
|
4883
|
-
"shape": "
|
|
4886
|
+
"shape": "S8p"
|
|
4884
4887
|
}
|
|
4885
4888
|
}
|
|
4886
4889
|
}
|
|
@@ -4903,7 +4906,7 @@
|
|
|
4903
4906
|
"locationName": "accountId"
|
|
4904
4907
|
},
|
|
4905
4908
|
"RetentionSettings": {
|
|
4906
|
-
"shape": "
|
|
4909
|
+
"shape": "S9j"
|
|
4907
4910
|
}
|
|
4908
4911
|
}
|
|
4909
4912
|
},
|
|
@@ -4911,7 +4914,7 @@
|
|
|
4911
4914
|
"type": "structure",
|
|
4912
4915
|
"members": {
|
|
4913
4916
|
"RetentionSettings": {
|
|
4914
|
-
"shape": "
|
|
4917
|
+
"shape": "S9j"
|
|
4915
4918
|
},
|
|
4916
4919
|
"InitiateDeletionTimestamp": {
|
|
4917
4920
|
"shape": "S2a"
|
|
@@ -4936,7 +4939,7 @@
|
|
|
4936
4939
|
"locationName": "sipMediaApplicationId"
|
|
4937
4940
|
},
|
|
4938
4941
|
"SipMediaApplicationLoggingConfiguration": {
|
|
4939
|
-
"shape": "
|
|
4942
|
+
"shape": "S9s"
|
|
4940
4943
|
}
|
|
4941
4944
|
}
|
|
4942
4945
|
},
|
|
@@ -4944,7 +4947,7 @@
|
|
|
4944
4947
|
"type": "structure",
|
|
4945
4948
|
"members": {
|
|
4946
4949
|
"SipMediaApplicationLoggingConfiguration": {
|
|
4947
|
-
"shape": "
|
|
4950
|
+
"shape": "S9s"
|
|
4948
4951
|
}
|
|
4949
4952
|
}
|
|
4950
4953
|
}
|
|
@@ -4967,7 +4970,7 @@
|
|
|
4967
4970
|
"locationName": "voiceConnectorId"
|
|
4968
4971
|
},
|
|
4969
4972
|
"EmergencyCallingConfiguration": {
|
|
4970
|
-
"shape": "
|
|
4973
|
+
"shape": "Sa5"
|
|
4971
4974
|
}
|
|
4972
4975
|
}
|
|
4973
4976
|
},
|
|
@@ -4975,7 +4978,7 @@
|
|
|
4975
4978
|
"type": "structure",
|
|
4976
4979
|
"members": {
|
|
4977
4980
|
"EmergencyCallingConfiguration": {
|
|
4978
|
-
"shape": "
|
|
4981
|
+
"shape": "Sa5"
|
|
4979
4982
|
}
|
|
4980
4983
|
}
|
|
4981
4984
|
}
|
|
@@ -4998,7 +5001,7 @@
|
|
|
4998
5001
|
"locationName": "voiceConnectorId"
|
|
4999
5002
|
},
|
|
5000
5003
|
"LoggingConfiguration": {
|
|
5001
|
-
"shape": "
|
|
5004
|
+
"shape": "Sac"
|
|
5002
5005
|
}
|
|
5003
5006
|
}
|
|
5004
5007
|
},
|
|
@@ -5006,7 +5009,7 @@
|
|
|
5006
5009
|
"type": "structure",
|
|
5007
5010
|
"members": {
|
|
5008
5011
|
"LoggingConfiguration": {
|
|
5009
|
-
"shape": "
|
|
5012
|
+
"shape": "Sac"
|
|
5010
5013
|
}
|
|
5011
5014
|
}
|
|
5012
5015
|
}
|
|
@@ -5029,7 +5032,7 @@
|
|
|
5029
5032
|
"locationName": "voiceConnectorId"
|
|
5030
5033
|
},
|
|
5031
5034
|
"Origination": {
|
|
5032
|
-
"shape": "
|
|
5035
|
+
"shape": "Saf"
|
|
5033
5036
|
}
|
|
5034
5037
|
}
|
|
5035
5038
|
},
|
|
@@ -5037,7 +5040,7 @@
|
|
|
5037
5040
|
"type": "structure",
|
|
5038
5041
|
"members": {
|
|
5039
5042
|
"Origination": {
|
|
5040
|
-
"shape": "
|
|
5043
|
+
"shape": "Saf"
|
|
5041
5044
|
}
|
|
5042
5045
|
}
|
|
5043
5046
|
}
|
|
@@ -5078,7 +5081,7 @@
|
|
|
5078
5081
|
"type": "structure",
|
|
5079
5082
|
"members": {
|
|
5080
5083
|
"Proxy": {
|
|
5081
|
-
"shape": "
|
|
5084
|
+
"shape": "Sao"
|
|
5082
5085
|
}
|
|
5083
5086
|
}
|
|
5084
5087
|
}
|
|
@@ -5101,7 +5104,7 @@
|
|
|
5101
5104
|
"locationName": "voiceConnectorId"
|
|
5102
5105
|
},
|
|
5103
5106
|
"StreamingConfiguration": {
|
|
5104
|
-
"shape": "
|
|
5107
|
+
"shape": "Sat"
|
|
5105
5108
|
}
|
|
5106
5109
|
}
|
|
5107
5110
|
},
|
|
@@ -5109,7 +5112,7 @@
|
|
|
5109
5112
|
"type": "structure",
|
|
5110
5113
|
"members": {
|
|
5111
5114
|
"StreamingConfiguration": {
|
|
5112
|
-
"shape": "
|
|
5115
|
+
"shape": "Sat"
|
|
5113
5116
|
}
|
|
5114
5117
|
}
|
|
5115
5118
|
}
|
|
@@ -5132,7 +5135,7 @@
|
|
|
5132
5135
|
"locationName": "voiceConnectorId"
|
|
5133
5136
|
},
|
|
5134
5137
|
"Termination": {
|
|
5135
|
-
"shape": "
|
|
5138
|
+
"shape": "Sb0"
|
|
5136
5139
|
}
|
|
5137
5140
|
}
|
|
5138
5141
|
},
|
|
@@ -5140,7 +5143,7 @@
|
|
|
5140
5143
|
"type": "structure",
|
|
5141
5144
|
"members": {
|
|
5142
5145
|
"Termination": {
|
|
5143
|
-
"shape": "
|
|
5146
|
+
"shape": "Sb0"
|
|
5144
5147
|
}
|
|
5145
5148
|
}
|
|
5146
5149
|
}
|
|
@@ -5335,7 +5338,7 @@
|
|
|
5335
5338
|
"type": "structure",
|
|
5336
5339
|
"members": {
|
|
5337
5340
|
"User": {
|
|
5338
|
-
"shape": "
|
|
5341
|
+
"shape": "S5l"
|
|
5339
5342
|
}
|
|
5340
5343
|
}
|
|
5341
5344
|
}
|
|
@@ -5361,7 +5364,7 @@
|
|
|
5361
5364
|
"type": "structure",
|
|
5362
5365
|
"members": {
|
|
5363
5366
|
"PhoneNumber": {
|
|
5364
|
-
"shape": "
|
|
5367
|
+
"shape": "S93"
|
|
5365
5368
|
}
|
|
5366
5369
|
}
|
|
5367
5370
|
}
|
|
@@ -5590,7 +5593,7 @@
|
|
|
5590
5593
|
"locationName": "meetingId"
|
|
5591
5594
|
},
|
|
5592
5595
|
"Tags": {
|
|
5593
|
-
"shape": "
|
|
5596
|
+
"shape": "S3r"
|
|
5594
5597
|
}
|
|
5595
5598
|
}
|
|
5596
5599
|
}
|
|
@@ -5741,7 +5744,7 @@
|
|
|
5741
5744
|
"locationName": "accountId"
|
|
5742
5745
|
},
|
|
5743
5746
|
"AccountSettings": {
|
|
5744
|
-
"shape": "
|
|
5747
|
+
"shape": "S81"
|
|
5745
5748
|
}
|
|
5746
5749
|
}
|
|
5747
5750
|
},
|
|
@@ -5917,7 +5920,7 @@
|
|
|
5917
5920
|
"locationName": "messageId"
|
|
5918
5921
|
},
|
|
5919
5922
|
"Content": {
|
|
5920
|
-
"shape": "
|
|
5923
|
+
"shape": "S8j"
|
|
5921
5924
|
},
|
|
5922
5925
|
"Metadata": {
|
|
5923
5926
|
"shape": "S2f"
|
|
@@ -5979,16 +5982,12 @@
|
|
|
5979
5982
|
},
|
|
5980
5983
|
"input": {
|
|
5981
5984
|
"type": "structure",
|
|
5982
|
-
"required": [
|
|
5983
|
-
"BusinessCalling",
|
|
5984
|
-
"VoiceConnector"
|
|
5985
|
-
],
|
|
5986
5985
|
"members": {
|
|
5987
5986
|
"BusinessCalling": {
|
|
5988
|
-
"shape": "
|
|
5987
|
+
"shape": "S8r"
|
|
5989
5988
|
},
|
|
5990
5989
|
"VoiceConnector": {
|
|
5991
|
-
"shape": "
|
|
5990
|
+
"shape": "S8s"
|
|
5992
5991
|
}
|
|
5993
5992
|
}
|
|
5994
5993
|
}
|
|
@@ -6018,7 +6017,7 @@
|
|
|
6018
6017
|
"type": "structure",
|
|
6019
6018
|
"members": {
|
|
6020
6019
|
"PhoneNumber": {
|
|
6021
|
-
"shape": "
|
|
6020
|
+
"shape": "S93"
|
|
6022
6021
|
}
|
|
6023
6022
|
}
|
|
6024
6023
|
}
|
|
@@ -6063,7 +6062,7 @@
|
|
|
6063
6062
|
"locationName": "proxySessionId"
|
|
6064
6063
|
},
|
|
6065
6064
|
"Capabilities": {
|
|
6066
|
-
"shape": "
|
|
6065
|
+
"shape": "S4e"
|
|
6067
6066
|
},
|
|
6068
6067
|
"ExpiryMinutes": {
|
|
6069
6068
|
"type": "integer"
|
|
@@ -6074,7 +6073,7 @@
|
|
|
6074
6073
|
"type": "structure",
|
|
6075
6074
|
"members": {
|
|
6076
6075
|
"ProxySession": {
|
|
6077
|
-
"shape": "
|
|
6076
|
+
"shape": "S4m"
|
|
6078
6077
|
}
|
|
6079
6078
|
}
|
|
6080
6079
|
}
|
|
@@ -6108,7 +6107,7 @@
|
|
|
6108
6107
|
"type": "structure",
|
|
6109
6108
|
"members": {
|
|
6110
6109
|
"Room": {
|
|
6111
|
-
"shape": "
|
|
6110
|
+
"shape": "S4t"
|
|
6112
6111
|
}
|
|
6113
6112
|
}
|
|
6114
6113
|
}
|
|
@@ -6145,7 +6144,7 @@
|
|
|
6145
6144
|
"type": "structure",
|
|
6146
6145
|
"members": {
|
|
6147
6146
|
"RoomMembership": {
|
|
6148
|
-
"shape": "
|
|
6147
|
+
"shape": "S4w"
|
|
6149
6148
|
}
|
|
6150
6149
|
}
|
|
6151
6150
|
}
|
|
@@ -6168,7 +6167,7 @@
|
|
|
6168
6167
|
},
|
|
6169
6168
|
"Name": {},
|
|
6170
6169
|
"Endpoints": {
|
|
6171
|
-
"shape": "
|
|
6170
|
+
"shape": "S51"
|
|
6172
6171
|
}
|
|
6173
6172
|
}
|
|
6174
6173
|
},
|
|
@@ -6176,7 +6175,7 @@
|
|
|
6176
6175
|
"type": "structure",
|
|
6177
6176
|
"members": {
|
|
6178
6177
|
"SipMediaApplication": {
|
|
6179
|
-
"shape": "
|
|
6178
|
+
"shape": "S55"
|
|
6180
6179
|
}
|
|
6181
6180
|
}
|
|
6182
6181
|
}
|
|
@@ -6217,7 +6216,7 @@
|
|
|
6217
6216
|
"type": "structure",
|
|
6218
6217
|
"members": {
|
|
6219
6218
|
"SipMediaApplicationCall": {
|
|
6220
|
-
"shape": "
|
|
6219
|
+
"shape": "S59"
|
|
6221
6220
|
}
|
|
6222
6221
|
}
|
|
6223
6222
|
}
|
|
@@ -6244,7 +6243,7 @@
|
|
|
6244
6243
|
"type": "boolean"
|
|
6245
6244
|
},
|
|
6246
6245
|
"TargetApplications": {
|
|
6247
|
-
"shape": "
|
|
6246
|
+
"shape": "S5d"
|
|
6248
6247
|
}
|
|
6249
6248
|
}
|
|
6250
6249
|
},
|
|
@@ -6252,7 +6251,7 @@
|
|
|
6252
6251
|
"type": "structure",
|
|
6253
6252
|
"members": {
|
|
6254
6253
|
"SipRule": {
|
|
6255
|
-
"shape": "
|
|
6254
|
+
"shape": "S5h"
|
|
6256
6255
|
}
|
|
6257
6256
|
}
|
|
6258
6257
|
}
|
|
@@ -6288,7 +6287,7 @@
|
|
|
6288
6287
|
"type": "structure",
|
|
6289
6288
|
"members": {
|
|
6290
6289
|
"User": {
|
|
6291
|
-
"shape": "
|
|
6290
|
+
"shape": "S5l"
|
|
6292
6291
|
}
|
|
6293
6292
|
}
|
|
6294
6293
|
}
|
|
@@ -6316,7 +6315,7 @@
|
|
|
6316
6315
|
"locationName": "userId"
|
|
6317
6316
|
},
|
|
6318
6317
|
"UserSettings": {
|
|
6319
|
-
"shape": "
|
|
6318
|
+
"shape": "S9z"
|
|
6320
6319
|
}
|
|
6321
6320
|
}
|
|
6322
6321
|
}
|
|
@@ -6349,7 +6348,7 @@
|
|
|
6349
6348
|
"type": "structure",
|
|
6350
6349
|
"members": {
|
|
6351
6350
|
"VoiceConnector": {
|
|
6352
|
-
"shape": "
|
|
6351
|
+
"shape": "S5s"
|
|
6353
6352
|
}
|
|
6354
6353
|
}
|
|
6355
6354
|
}
|
|
@@ -6374,7 +6373,7 @@
|
|
|
6374
6373
|
},
|
|
6375
6374
|
"Name": {},
|
|
6376
6375
|
"VoiceConnectorItems": {
|
|
6377
|
-
"shape": "
|
|
6376
|
+
"shape": "S5v"
|
|
6378
6377
|
}
|
|
6379
6378
|
}
|
|
6380
6379
|
},
|
|
@@ -6382,7 +6381,7 @@
|
|
|
6382
6381
|
"type": "structure",
|
|
6383
6382
|
"members": {
|
|
6384
6383
|
"VoiceConnectorGroup": {
|
|
6385
|
-
"shape": "
|
|
6384
|
+
"shape": "S5z"
|
|
6386
6385
|
}
|
|
6387
6386
|
}
|
|
6388
6387
|
}
|
|
@@ -6628,7 +6627,71 @@
|
|
|
6628
6627
|
"type": "string",
|
|
6629
6628
|
"sensitive": true
|
|
6630
6629
|
},
|
|
6631
|
-
"
|
|
6630
|
+
"S39": {
|
|
6631
|
+
"type": "structure",
|
|
6632
|
+
"members": {
|
|
6633
|
+
"SourceConfiguration": {
|
|
6634
|
+
"type": "structure",
|
|
6635
|
+
"members": {
|
|
6636
|
+
"SelectedVideoStreams": {
|
|
6637
|
+
"type": "structure",
|
|
6638
|
+
"members": {
|
|
6639
|
+
"AttendeeIds": {
|
|
6640
|
+
"type": "list",
|
|
6641
|
+
"member": {}
|
|
6642
|
+
},
|
|
6643
|
+
"ExternalUserIds": {
|
|
6644
|
+
"type": "list",
|
|
6645
|
+
"member": {
|
|
6646
|
+
"shape": "Sn"
|
|
6647
|
+
}
|
|
6648
|
+
}
|
|
6649
|
+
}
|
|
6650
|
+
}
|
|
6651
|
+
}
|
|
6652
|
+
},
|
|
6653
|
+
"ArtifactsConfiguration": {
|
|
6654
|
+
"type": "structure",
|
|
6655
|
+
"required": [
|
|
6656
|
+
"Audio",
|
|
6657
|
+
"Video",
|
|
6658
|
+
"Content"
|
|
6659
|
+
],
|
|
6660
|
+
"members": {
|
|
6661
|
+
"Audio": {
|
|
6662
|
+
"type": "structure",
|
|
6663
|
+
"required": [
|
|
6664
|
+
"MuxType"
|
|
6665
|
+
],
|
|
6666
|
+
"members": {
|
|
6667
|
+
"MuxType": {}
|
|
6668
|
+
}
|
|
6669
|
+
},
|
|
6670
|
+
"Video": {
|
|
6671
|
+
"type": "structure",
|
|
6672
|
+
"required": [
|
|
6673
|
+
"State"
|
|
6674
|
+
],
|
|
6675
|
+
"members": {
|
|
6676
|
+
"State": {},
|
|
6677
|
+
"MuxType": {}
|
|
6678
|
+
}
|
|
6679
|
+
},
|
|
6680
|
+
"Content": {
|
|
6681
|
+
"type": "structure",
|
|
6682
|
+
"required": [
|
|
6683
|
+
"State"
|
|
6684
|
+
],
|
|
6685
|
+
"members": {
|
|
6686
|
+
"State": {},
|
|
6687
|
+
"MuxType": {}
|
|
6688
|
+
}
|
|
6689
|
+
}
|
|
6690
|
+
}
|
|
6691
|
+
}
|
|
6692
|
+
}
|
|
6693
|
+
},
|
|
6694
|
+
"S3n": {
|
|
6632
6695
|
"type": "structure",
|
|
6633
6696
|
"members": {
|
|
6634
6697
|
"MediaPipelineId": {},
|
|
@@ -6646,20 +6709,23 @@
|
|
|
6646
6709
|
},
|
|
6647
6710
|
"UpdatedTimestamp": {
|
|
6648
6711
|
"shape": "S2a"
|
|
6712
|
+
},
|
|
6713
|
+
"ChimeSdkMeetingConfiguration": {
|
|
6714
|
+
"shape": "S39"
|
|
6649
6715
|
}
|
|
6650
6716
|
}
|
|
6651
6717
|
},
|
|
6652
|
-
"
|
|
6718
|
+
"S3q": {
|
|
6653
6719
|
"type": "string",
|
|
6654
6720
|
"sensitive": true
|
|
6655
6721
|
},
|
|
6656
|
-
"
|
|
6722
|
+
"S3r": {
|
|
6657
6723
|
"type": "list",
|
|
6658
6724
|
"member": {
|
|
6659
6725
|
"shape": "Sp"
|
|
6660
6726
|
}
|
|
6661
6727
|
},
|
|
6662
|
-
"
|
|
6728
|
+
"S3s": {
|
|
6663
6729
|
"type": "structure",
|
|
6664
6730
|
"members": {
|
|
6665
6731
|
"SnsTopicArn": {
|
|
@@ -6670,12 +6736,12 @@
|
|
|
6670
6736
|
}
|
|
6671
6737
|
}
|
|
6672
6738
|
},
|
|
6673
|
-
"
|
|
6739
|
+
"S3u": {
|
|
6674
6740
|
"type": "structure",
|
|
6675
6741
|
"members": {
|
|
6676
6742
|
"MeetingId": {},
|
|
6677
6743
|
"ExternalMeetingId": {
|
|
6678
|
-
"shape": "
|
|
6744
|
+
"shape": "S3q"
|
|
6679
6745
|
},
|
|
6680
6746
|
"MediaPlacement": {
|
|
6681
6747
|
"type": "structure",
|
|
@@ -6693,7 +6759,7 @@
|
|
|
6693
6759
|
"MediaRegion": {}
|
|
6694
6760
|
}
|
|
6695
6761
|
},
|
|
6696
|
-
"
|
|
6762
|
+
"S44": {
|
|
6697
6763
|
"type": "structure",
|
|
6698
6764
|
"members": {
|
|
6699
6765
|
"PhoneNumberOrderId": {},
|
|
@@ -6719,11 +6785,11 @@
|
|
|
6719
6785
|
}
|
|
6720
6786
|
}
|
|
6721
6787
|
},
|
|
6722
|
-
"
|
|
6788
|
+
"S4e": {
|
|
6723
6789
|
"type": "list",
|
|
6724
6790
|
"member": {}
|
|
6725
6791
|
},
|
|
6726
|
-
"
|
|
6792
|
+
"S4i": {
|
|
6727
6793
|
"type": "structure",
|
|
6728
6794
|
"required": [
|
|
6729
6795
|
"Country",
|
|
@@ -6734,7 +6800,7 @@
|
|
|
6734
6800
|
"AreaCode": {}
|
|
6735
6801
|
}
|
|
6736
6802
|
},
|
|
6737
|
-
"
|
|
6803
|
+
"S4m": {
|
|
6738
6804
|
"type": "structure",
|
|
6739
6805
|
"members": {
|
|
6740
6806
|
"VoiceConnectorId": {},
|
|
@@ -6745,7 +6811,7 @@
|
|
|
6745
6811
|
"type": "integer"
|
|
6746
6812
|
},
|
|
6747
6813
|
"Capabilities": {
|
|
6748
|
-
"shape": "
|
|
6814
|
+
"shape": "S4e"
|
|
6749
6815
|
},
|
|
6750
6816
|
"CreatedTimestamp": {
|
|
6751
6817
|
"shape": "S2a"
|
|
@@ -6773,11 +6839,11 @@
|
|
|
6773
6839
|
"NumberSelectionBehavior": {},
|
|
6774
6840
|
"GeoMatchLevel": {},
|
|
6775
6841
|
"GeoMatchParams": {
|
|
6776
|
-
"shape": "
|
|
6842
|
+
"shape": "S4i"
|
|
6777
6843
|
}
|
|
6778
6844
|
}
|
|
6779
6845
|
},
|
|
6780
|
-
"
|
|
6846
|
+
"S4t": {
|
|
6781
6847
|
"type": "structure",
|
|
6782
6848
|
"members": {
|
|
6783
6849
|
"RoomId": {},
|
|
@@ -6794,7 +6860,7 @@
|
|
|
6794
6860
|
}
|
|
6795
6861
|
}
|
|
6796
6862
|
},
|
|
6797
|
-
"
|
|
6863
|
+
"S4w": {
|
|
6798
6864
|
"type": "structure",
|
|
6799
6865
|
"members": {
|
|
6800
6866
|
"RoomId": {},
|
|
@@ -6819,7 +6885,7 @@
|
|
|
6819
6885
|
}
|
|
6820
6886
|
}
|
|
6821
6887
|
},
|
|
6822
|
-
"
|
|
6888
|
+
"S51": {
|
|
6823
6889
|
"type": "list",
|
|
6824
6890
|
"member": {
|
|
6825
6891
|
"type": "structure",
|
|
@@ -6831,14 +6897,14 @@
|
|
|
6831
6897
|
}
|
|
6832
6898
|
}
|
|
6833
6899
|
},
|
|
6834
|
-
"
|
|
6900
|
+
"S55": {
|
|
6835
6901
|
"type": "structure",
|
|
6836
6902
|
"members": {
|
|
6837
6903
|
"SipMediaApplicationId": {},
|
|
6838
6904
|
"AwsRegion": {},
|
|
6839
6905
|
"Name": {},
|
|
6840
6906
|
"Endpoints": {
|
|
6841
|
-
"shape": "
|
|
6907
|
+
"shape": "S51"
|
|
6842
6908
|
},
|
|
6843
6909
|
"CreatedTimestamp": {
|
|
6844
6910
|
"shape": "S2a"
|
|
@@ -6848,13 +6914,13 @@
|
|
|
6848
6914
|
}
|
|
6849
6915
|
}
|
|
6850
6916
|
},
|
|
6851
|
-
"
|
|
6917
|
+
"S59": {
|
|
6852
6918
|
"type": "structure",
|
|
6853
6919
|
"members": {
|
|
6854
6920
|
"TransactionId": {}
|
|
6855
6921
|
}
|
|
6856
6922
|
},
|
|
6857
|
-
"
|
|
6923
|
+
"S5d": {
|
|
6858
6924
|
"type": "list",
|
|
6859
6925
|
"member": {
|
|
6860
6926
|
"type": "structure",
|
|
@@ -6867,7 +6933,7 @@
|
|
|
6867
6933
|
}
|
|
6868
6934
|
}
|
|
6869
6935
|
},
|
|
6870
|
-
"
|
|
6936
|
+
"S5h": {
|
|
6871
6937
|
"type": "structure",
|
|
6872
6938
|
"members": {
|
|
6873
6939
|
"SipRuleId": {},
|
|
@@ -6878,7 +6944,7 @@
|
|
|
6878
6944
|
"TriggerType": {},
|
|
6879
6945
|
"TriggerValue": {},
|
|
6880
6946
|
"TargetApplications": {
|
|
6881
|
-
"shape": "
|
|
6947
|
+
"shape": "S5d"
|
|
6882
6948
|
},
|
|
6883
6949
|
"CreatedTimestamp": {
|
|
6884
6950
|
"shape": "S2a"
|
|
@@ -6888,11 +6954,11 @@
|
|
|
6888
6954
|
}
|
|
6889
6955
|
}
|
|
6890
6956
|
},
|
|
6891
|
-
"
|
|
6957
|
+
"S5j": {
|
|
6892
6958
|
"type": "string",
|
|
6893
6959
|
"sensitive": true
|
|
6894
6960
|
},
|
|
6895
|
-
"
|
|
6961
|
+
"S5l": {
|
|
6896
6962
|
"type": "structure",
|
|
6897
6963
|
"required": [
|
|
6898
6964
|
"UserId"
|
|
@@ -6901,7 +6967,7 @@
|
|
|
6901
6967
|
"UserId": {},
|
|
6902
6968
|
"AccountId": {},
|
|
6903
6969
|
"PrimaryEmail": {
|
|
6904
|
-
"shape": "
|
|
6970
|
+
"shape": "S5j"
|
|
6905
6971
|
},
|
|
6906
6972
|
"PrimaryProvisionedNumber": {
|
|
6907
6973
|
"shape": "S23"
|
|
@@ -6925,7 +6991,7 @@
|
|
|
6925
6991
|
"PersonalPIN": {}
|
|
6926
6992
|
}
|
|
6927
6993
|
},
|
|
6928
|
-
"
|
|
6994
|
+
"S5s": {
|
|
6929
6995
|
"type": "structure",
|
|
6930
6996
|
"members": {
|
|
6931
6997
|
"VoiceConnectorId": {},
|
|
@@ -6943,7 +7009,7 @@
|
|
|
6943
7009
|
}
|
|
6944
7010
|
}
|
|
6945
7011
|
},
|
|
6946
|
-
"
|
|
7012
|
+
"S5v": {
|
|
6947
7013
|
"type": "list",
|
|
6948
7014
|
"member": {
|
|
6949
7015
|
"type": "structure",
|
|
@@ -6959,13 +7025,13 @@
|
|
|
6959
7025
|
}
|
|
6960
7026
|
}
|
|
6961
7027
|
},
|
|
6962
|
-
"
|
|
7028
|
+
"S5z": {
|
|
6963
7029
|
"type": "structure",
|
|
6964
7030
|
"members": {
|
|
6965
7031
|
"VoiceConnectorGroupId": {},
|
|
6966
7032
|
"Name": {},
|
|
6967
7033
|
"VoiceConnectorItems": {
|
|
6968
|
-
"shape": "
|
|
7034
|
+
"shape": "S5v"
|
|
6969
7035
|
},
|
|
6970
7036
|
"CreatedTimestamp": {
|
|
6971
7037
|
"shape": "S2a"
|
|
@@ -6975,17 +7041,17 @@
|
|
|
6975
7041
|
}
|
|
6976
7042
|
}
|
|
6977
7043
|
},
|
|
6978
|
-
"
|
|
7044
|
+
"S6u": {
|
|
6979
7045
|
"type": "list",
|
|
6980
7046
|
"member": {
|
|
6981
7047
|
"shape": "S23"
|
|
6982
7048
|
}
|
|
6983
7049
|
},
|
|
6984
|
-
"
|
|
7050
|
+
"S7g": {
|
|
6985
7051
|
"type": "structure",
|
|
6986
7052
|
"members": {
|
|
6987
7053
|
"ChannelSummary": {
|
|
6988
|
-
"shape": "
|
|
7054
|
+
"shape": "S7h"
|
|
6989
7055
|
},
|
|
6990
7056
|
"AppInstanceUserMembershipSummary": {
|
|
6991
7057
|
"type": "structure",
|
|
@@ -6998,7 +7064,7 @@
|
|
|
6998
7064
|
}
|
|
6999
7065
|
}
|
|
7000
7066
|
},
|
|
7001
|
-
"
|
|
7067
|
+
"S7h": {
|
|
7002
7068
|
"type": "structure",
|
|
7003
7069
|
"members": {
|
|
7004
7070
|
"Name": {
|
|
@@ -7015,15 +7081,15 @@
|
|
|
7015
7081
|
}
|
|
7016
7082
|
}
|
|
7017
7083
|
},
|
|
7018
|
-
"
|
|
7084
|
+
"S7l": {
|
|
7019
7085
|
"type": "structure",
|
|
7020
7086
|
"members": {
|
|
7021
7087
|
"ChannelSummary": {
|
|
7022
|
-
"shape": "
|
|
7088
|
+
"shape": "S7h"
|
|
7023
7089
|
}
|
|
7024
7090
|
}
|
|
7025
7091
|
},
|
|
7026
|
-
"
|
|
7092
|
+
"S81": {
|
|
7027
7093
|
"type": "structure",
|
|
7028
7094
|
"members": {
|
|
7029
7095
|
"DisableRemoteControl": {
|
|
@@ -7034,7 +7100,7 @@
|
|
|
7034
7100
|
}
|
|
7035
7101
|
}
|
|
7036
7102
|
},
|
|
7037
|
-
"
|
|
7103
|
+
"S84": {
|
|
7038
7104
|
"type": "structure",
|
|
7039
7105
|
"members": {
|
|
7040
7106
|
"ChannelRetentionSettings": {
|
|
@@ -7047,7 +7113,7 @@
|
|
|
7047
7113
|
}
|
|
7048
7114
|
}
|
|
7049
7115
|
},
|
|
7050
|
-
"
|
|
7116
|
+
"S89": {
|
|
7051
7117
|
"type": "list",
|
|
7052
7118
|
"member": {
|
|
7053
7119
|
"type": "structure",
|
|
@@ -7063,11 +7129,11 @@
|
|
|
7063
7129
|
}
|
|
7064
7130
|
}
|
|
7065
7131
|
},
|
|
7066
|
-
"
|
|
7132
|
+
"S8j": {
|
|
7067
7133
|
"type": "string",
|
|
7068
7134
|
"sensitive": true
|
|
7069
7135
|
},
|
|
7070
|
-
"
|
|
7136
|
+
"S8p": {
|
|
7071
7137
|
"type": "structure",
|
|
7072
7138
|
"members": {
|
|
7073
7139
|
"BotId": {},
|
|
@@ -7079,19 +7145,19 @@
|
|
|
7079
7145
|
}
|
|
7080
7146
|
}
|
|
7081
7147
|
},
|
|
7082
|
-
"
|
|
7148
|
+
"S8r": {
|
|
7083
7149
|
"type": "structure",
|
|
7084
7150
|
"members": {
|
|
7085
7151
|
"CdrBucket": {}
|
|
7086
7152
|
}
|
|
7087
7153
|
},
|
|
7088
|
-
"
|
|
7154
|
+
"S8s": {
|
|
7089
7155
|
"type": "structure",
|
|
7090
7156
|
"members": {
|
|
7091
7157
|
"CdrBucket": {}
|
|
7092
7158
|
}
|
|
7093
7159
|
},
|
|
7094
|
-
"
|
|
7160
|
+
"S93": {
|
|
7095
7161
|
"type": "structure",
|
|
7096
7162
|
"members": {
|
|
7097
7163
|
"PhoneNumberId": {},
|
|
@@ -7153,7 +7219,7 @@
|
|
|
7153
7219
|
}
|
|
7154
7220
|
}
|
|
7155
7221
|
},
|
|
7156
|
-
"
|
|
7222
|
+
"S9j": {
|
|
7157
7223
|
"type": "structure",
|
|
7158
7224
|
"members": {
|
|
7159
7225
|
"RoomRetentionSettings": {
|
|
@@ -7174,7 +7240,7 @@
|
|
|
7174
7240
|
}
|
|
7175
7241
|
}
|
|
7176
7242
|
},
|
|
7177
|
-
"
|
|
7243
|
+
"S9s": {
|
|
7178
7244
|
"type": "structure",
|
|
7179
7245
|
"members": {
|
|
7180
7246
|
"EnableSipMediaApplicationMessageLogs": {
|
|
@@ -7182,7 +7248,7 @@
|
|
|
7182
7248
|
}
|
|
7183
7249
|
}
|
|
7184
7250
|
},
|
|
7185
|
-
"
|
|
7251
|
+
"S9z": {
|
|
7186
7252
|
"type": "structure",
|
|
7187
7253
|
"required": [
|
|
7188
7254
|
"Telephony"
|
|
@@ -7209,7 +7275,7 @@
|
|
|
7209
7275
|
}
|
|
7210
7276
|
}
|
|
7211
7277
|
},
|
|
7212
|
-
"
|
|
7278
|
+
"Sa5": {
|
|
7213
7279
|
"type": "structure",
|
|
7214
7280
|
"members": {
|
|
7215
7281
|
"DNIS": {
|
|
@@ -7233,7 +7299,7 @@
|
|
|
7233
7299
|
}
|
|
7234
7300
|
}
|
|
7235
7301
|
},
|
|
7236
|
-
"
|
|
7302
|
+
"Sac": {
|
|
7237
7303
|
"type": "structure",
|
|
7238
7304
|
"members": {
|
|
7239
7305
|
"EnableSIPLogs": {
|
|
@@ -7241,7 +7307,7 @@
|
|
|
7241
7307
|
}
|
|
7242
7308
|
}
|
|
7243
7309
|
},
|
|
7244
|
-
"
|
|
7310
|
+
"Saf": {
|
|
7245
7311
|
"type": "structure",
|
|
7246
7312
|
"members": {
|
|
7247
7313
|
"Routes": {
|
|
@@ -7268,7 +7334,7 @@
|
|
|
7268
7334
|
}
|
|
7269
7335
|
}
|
|
7270
7336
|
},
|
|
7271
|
-
"
|
|
7337
|
+
"Sao": {
|
|
7272
7338
|
"type": "structure",
|
|
7273
7339
|
"members": {
|
|
7274
7340
|
"DefaultSessionExpiryMinutes": {
|
|
@@ -7281,15 +7347,15 @@
|
|
|
7281
7347
|
"shape": "S3"
|
|
7282
7348
|
},
|
|
7283
7349
|
"PhoneNumberCountries": {
|
|
7284
|
-
"shape": "
|
|
7350
|
+
"shape": "Saq"
|
|
7285
7351
|
}
|
|
7286
7352
|
}
|
|
7287
7353
|
},
|
|
7288
|
-
"
|
|
7354
|
+
"Saq": {
|
|
7289
7355
|
"type": "list",
|
|
7290
7356
|
"member": {}
|
|
7291
7357
|
},
|
|
7292
|
-
"
|
|
7358
|
+
"Sat": {
|
|
7293
7359
|
"type": "structure",
|
|
7294
7360
|
"required": [
|
|
7295
7361
|
"DataRetentionInHours"
|
|
@@ -7315,7 +7381,7 @@
|
|
|
7315
7381
|
}
|
|
7316
7382
|
}
|
|
7317
7383
|
},
|
|
7318
|
-
"
|
|
7384
|
+
"Sb0": {
|
|
7319
7385
|
"type": "structure",
|
|
7320
7386
|
"members": {
|
|
7321
7387
|
"CpsLimit": {
|
|
@@ -7329,14 +7395,14 @@
|
|
|
7329
7395
|
"member": {}
|
|
7330
7396
|
},
|
|
7331
7397
|
"CidrAllowedList": {
|
|
7332
|
-
"shape": "
|
|
7398
|
+
"shape": "Saq"
|
|
7333
7399
|
},
|
|
7334
7400
|
"Disabled": {
|
|
7335
7401
|
"type": "boolean"
|
|
7336
7402
|
}
|
|
7337
7403
|
}
|
|
7338
7404
|
},
|
|
7339
|
-
"
|
|
7405
|
+
"Sbj": {
|
|
7340
7406
|
"type": "string",
|
|
7341
7407
|
"sensitive": true
|
|
7342
7408
|
}
|