cdk-docker-image-deployment 0.0.200 → 0.0.202
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/.jsii +4 -4
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +19 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/batch-2016-08-10.min.json +74 -41
- package/node_modules/aws-sdk/apis/chime-sdk-identity-2021-04-20.min.json +314 -64
- package/node_modules/aws-sdk/apis/chime-sdk-identity-2021-04-20.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.min.json +599 -8
- package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.min.json +162 -88
- package/node_modules/aws-sdk/apis/chime-sdk-voice-2022-08-03.min.json +758 -44
- package/node_modules/aws-sdk/apis/chime-sdk-voice-2022-08-03.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/codeartifact-2018-09-22.min.json +35 -29
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +2 -1
- package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +69 -61
- package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.examples.json +5 -0
- package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.min.json +363 -0
- package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.paginators.json +9 -0
- package/node_modules/aws-sdk/apis/metadata.json +4 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +1061 -880
- package/node_modules/aws-sdk/clients/all.d.ts +1 -0
- package/node_modules/aws-sdk/clients/all.js +2 -1
- package/node_modules/aws-sdk/clients/batch.d.ts +25 -8
- package/node_modules/aws-sdk/clients/chimesdkidentity.d.ts +266 -11
- package/node_modules/aws-sdk/clients/chimesdkmediapipelines.d.ts +696 -14
- package/node_modules/aws-sdk/clients/chimesdkmessaging.d.ts +180 -107
- package/node_modules/aws-sdk/clients/chimesdkvoice.d.ts +364 -0
- package/node_modules/aws-sdk/clients/cloudwatch.d.ts +13 -13
- package/node_modules/aws-sdk/clients/codeartifact.d.ts +29 -21
- package/node_modules/aws-sdk/clients/comprehend.d.ts +110 -106
- package/node_modules/aws-sdk/clients/guardduty.d.ts +22 -13
- package/node_modules/aws-sdk/clients/ivsrealtime.d.ts +379 -0
- package/node_modules/aws-sdk/clients/ivsrealtime.js +18 -0
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +2 -2
- package/node_modules/aws-sdk/clients/rds.d.ts +16 -16
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +219 -14
- package/node_modules/aws-sdk/clients/textract.d.ts +13 -13
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +53 -16
- package/node_modules/aws-sdk/dist/aws-sdk.js +9 -4
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +13 -13
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +7 -7
|
@@ -387,6 +387,61 @@
|
|
|
387
387
|
}
|
|
388
388
|
}
|
|
389
389
|
},
|
|
390
|
+
"CreateVoiceProfile": {
|
|
391
|
+
"http": {
|
|
392
|
+
"requestUri": "/voice-profiles",
|
|
393
|
+
"responseCode": 201
|
|
394
|
+
},
|
|
395
|
+
"input": {
|
|
396
|
+
"type": "structure",
|
|
397
|
+
"required": [
|
|
398
|
+
"SpeakerSearchTaskId"
|
|
399
|
+
],
|
|
400
|
+
"members": {
|
|
401
|
+
"SpeakerSearchTaskId": {}
|
|
402
|
+
}
|
|
403
|
+
},
|
|
404
|
+
"output": {
|
|
405
|
+
"type": "structure",
|
|
406
|
+
"members": {
|
|
407
|
+
"VoiceProfile": {
|
|
408
|
+
"shape": "S2g"
|
|
409
|
+
}
|
|
410
|
+
}
|
|
411
|
+
}
|
|
412
|
+
},
|
|
413
|
+
"CreateVoiceProfileDomain": {
|
|
414
|
+
"http": {
|
|
415
|
+
"requestUri": "/voice-profile-domains",
|
|
416
|
+
"responseCode": 201
|
|
417
|
+
},
|
|
418
|
+
"input": {
|
|
419
|
+
"type": "structure",
|
|
420
|
+
"required": [
|
|
421
|
+
"Name",
|
|
422
|
+
"ServerSideEncryptionConfiguration"
|
|
423
|
+
],
|
|
424
|
+
"members": {
|
|
425
|
+
"Name": {},
|
|
426
|
+
"Description": {},
|
|
427
|
+
"ServerSideEncryptionConfiguration": {
|
|
428
|
+
"shape": "S2l"
|
|
429
|
+
},
|
|
430
|
+
"ClientRequestToken": {},
|
|
431
|
+
"Tags": {
|
|
432
|
+
"shape": "S2n"
|
|
433
|
+
}
|
|
434
|
+
}
|
|
435
|
+
},
|
|
436
|
+
"output": {
|
|
437
|
+
"type": "structure",
|
|
438
|
+
"members": {
|
|
439
|
+
"VoiceProfileDomain": {
|
|
440
|
+
"shape": "S2s"
|
|
441
|
+
}
|
|
442
|
+
}
|
|
443
|
+
}
|
|
444
|
+
},
|
|
390
445
|
"DeletePhoneNumber": {
|
|
391
446
|
"http": {
|
|
392
447
|
"method": "DELETE",
|
|
@@ -619,7 +674,45 @@
|
|
|
619
674
|
"locationName": "voiceConnectorId"
|
|
620
675
|
},
|
|
621
676
|
"Usernames": {
|
|
622
|
-
"shape": "
|
|
677
|
+
"shape": "S35"
|
|
678
|
+
}
|
|
679
|
+
}
|
|
680
|
+
}
|
|
681
|
+
},
|
|
682
|
+
"DeleteVoiceProfile": {
|
|
683
|
+
"http": {
|
|
684
|
+
"method": "DELETE",
|
|
685
|
+
"requestUri": "/voice-profiles/{VoiceProfileId}",
|
|
686
|
+
"responseCode": 204
|
|
687
|
+
},
|
|
688
|
+
"input": {
|
|
689
|
+
"type": "structure",
|
|
690
|
+
"required": [
|
|
691
|
+
"VoiceProfileId"
|
|
692
|
+
],
|
|
693
|
+
"members": {
|
|
694
|
+
"VoiceProfileId": {
|
|
695
|
+
"location": "uri",
|
|
696
|
+
"locationName": "VoiceProfileId"
|
|
697
|
+
}
|
|
698
|
+
}
|
|
699
|
+
}
|
|
700
|
+
},
|
|
701
|
+
"DeleteVoiceProfileDomain": {
|
|
702
|
+
"http": {
|
|
703
|
+
"method": "DELETE",
|
|
704
|
+
"requestUri": "/voice-profile-domains/{VoiceProfileDomainId}",
|
|
705
|
+
"responseCode": 204
|
|
706
|
+
},
|
|
707
|
+
"input": {
|
|
708
|
+
"type": "structure",
|
|
709
|
+
"required": [
|
|
710
|
+
"VoiceProfileDomainId"
|
|
711
|
+
],
|
|
712
|
+
"members": {
|
|
713
|
+
"VoiceProfileDomainId": {
|
|
714
|
+
"location": "uri",
|
|
715
|
+
"locationName": "VoiceProfileDomainId"
|
|
623
716
|
}
|
|
624
717
|
}
|
|
625
718
|
}
|
|
@@ -694,7 +787,7 @@
|
|
|
694
787
|
"type": "structure",
|
|
695
788
|
"members": {
|
|
696
789
|
"VoiceConnector": {
|
|
697
|
-
"shape": "
|
|
790
|
+
"shape": "S3d"
|
|
698
791
|
}
|
|
699
792
|
}
|
|
700
793
|
}
|
|
@@ -721,7 +814,7 @@
|
|
|
721
814
|
"type": "structure",
|
|
722
815
|
"members": {
|
|
723
816
|
"PhoneNumber": {
|
|
724
|
-
"shape": "
|
|
817
|
+
"shape": "S3g"
|
|
725
818
|
}
|
|
726
819
|
}
|
|
727
820
|
}
|
|
@@ -852,7 +945,7 @@
|
|
|
852
945
|
"type": "structure",
|
|
853
946
|
"members": {
|
|
854
947
|
"SipMediaApplicationAlexaSkillConfiguration": {
|
|
855
|
-
"shape": "
|
|
948
|
+
"shape": "S3y"
|
|
856
949
|
}
|
|
857
950
|
}
|
|
858
951
|
}
|
|
@@ -879,7 +972,7 @@
|
|
|
879
972
|
"type": "structure",
|
|
880
973
|
"members": {
|
|
881
974
|
"SipMediaApplicationLoggingConfiguration": {
|
|
882
|
-
"shape": "
|
|
975
|
+
"shape": "S44"
|
|
883
976
|
}
|
|
884
977
|
}
|
|
885
978
|
}
|
|
@@ -911,6 +1004,38 @@
|
|
|
911
1004
|
}
|
|
912
1005
|
}
|
|
913
1006
|
},
|
|
1007
|
+
"GetSpeakerSearchTask": {
|
|
1008
|
+
"http": {
|
|
1009
|
+
"method": "GET",
|
|
1010
|
+
"requestUri": "/voice-connectors/{VoiceConnectorId}/speaker-search-tasks/{SpeakerSearchTaskId}",
|
|
1011
|
+
"responseCode": 200
|
|
1012
|
+
},
|
|
1013
|
+
"input": {
|
|
1014
|
+
"type": "structure",
|
|
1015
|
+
"required": [
|
|
1016
|
+
"VoiceConnectorId",
|
|
1017
|
+
"SpeakerSearchTaskId"
|
|
1018
|
+
],
|
|
1019
|
+
"members": {
|
|
1020
|
+
"VoiceConnectorId": {
|
|
1021
|
+
"location": "uri",
|
|
1022
|
+
"locationName": "VoiceConnectorId"
|
|
1023
|
+
},
|
|
1024
|
+
"SpeakerSearchTaskId": {
|
|
1025
|
+
"location": "uri",
|
|
1026
|
+
"locationName": "SpeakerSearchTaskId"
|
|
1027
|
+
}
|
|
1028
|
+
}
|
|
1029
|
+
},
|
|
1030
|
+
"output": {
|
|
1031
|
+
"type": "structure",
|
|
1032
|
+
"members": {
|
|
1033
|
+
"SpeakerSearchTask": {
|
|
1034
|
+
"shape": "S49"
|
|
1035
|
+
}
|
|
1036
|
+
}
|
|
1037
|
+
}
|
|
1038
|
+
},
|
|
914
1039
|
"GetVoiceConnector": {
|
|
915
1040
|
"http": {
|
|
916
1041
|
"method": "GET",
|
|
@@ -960,7 +1085,7 @@
|
|
|
960
1085
|
"type": "structure",
|
|
961
1086
|
"members": {
|
|
962
1087
|
"EmergencyCallingConfiguration": {
|
|
963
|
-
"shape": "
|
|
1088
|
+
"shape": "S4j"
|
|
964
1089
|
}
|
|
965
1090
|
}
|
|
966
1091
|
}
|
|
@@ -1014,7 +1139,7 @@
|
|
|
1014
1139
|
"type": "structure",
|
|
1015
1140
|
"members": {
|
|
1016
1141
|
"LoggingConfiguration": {
|
|
1017
|
-
"shape": "
|
|
1142
|
+
"shape": "S4q"
|
|
1018
1143
|
}
|
|
1019
1144
|
}
|
|
1020
1145
|
}
|
|
@@ -1041,7 +1166,7 @@
|
|
|
1041
1166
|
"type": "structure",
|
|
1042
1167
|
"members": {
|
|
1043
1168
|
"Origination": {
|
|
1044
|
-
"shape": "
|
|
1169
|
+
"shape": "S4t"
|
|
1045
1170
|
}
|
|
1046
1171
|
}
|
|
1047
1172
|
}
|
|
@@ -1068,7 +1193,7 @@
|
|
|
1068
1193
|
"type": "structure",
|
|
1069
1194
|
"members": {
|
|
1070
1195
|
"Proxy": {
|
|
1071
|
-
"shape": "
|
|
1196
|
+
"shape": "S52"
|
|
1072
1197
|
}
|
|
1073
1198
|
}
|
|
1074
1199
|
}
|
|
@@ -1095,7 +1220,7 @@
|
|
|
1095
1220
|
"type": "structure",
|
|
1096
1221
|
"members": {
|
|
1097
1222
|
"StreamingConfiguration": {
|
|
1098
|
-
"shape": "
|
|
1223
|
+
"shape": "S57"
|
|
1099
1224
|
}
|
|
1100
1225
|
}
|
|
1101
1226
|
}
|
|
@@ -1122,7 +1247,7 @@
|
|
|
1122
1247
|
"type": "structure",
|
|
1123
1248
|
"members": {
|
|
1124
1249
|
"Termination": {
|
|
1125
|
-
"shape": "
|
|
1250
|
+
"shape": "S5f"
|
|
1126
1251
|
}
|
|
1127
1252
|
}
|
|
1128
1253
|
}
|
|
@@ -1160,6 +1285,98 @@
|
|
|
1160
1285
|
}
|
|
1161
1286
|
}
|
|
1162
1287
|
},
|
|
1288
|
+
"GetVoiceProfile": {
|
|
1289
|
+
"http": {
|
|
1290
|
+
"method": "GET",
|
|
1291
|
+
"requestUri": "/voice-profiles/{VoiceProfileId}",
|
|
1292
|
+
"responseCode": 200
|
|
1293
|
+
},
|
|
1294
|
+
"input": {
|
|
1295
|
+
"type": "structure",
|
|
1296
|
+
"required": [
|
|
1297
|
+
"VoiceProfileId"
|
|
1298
|
+
],
|
|
1299
|
+
"members": {
|
|
1300
|
+
"VoiceProfileId": {
|
|
1301
|
+
"location": "uri",
|
|
1302
|
+
"locationName": "VoiceProfileId"
|
|
1303
|
+
}
|
|
1304
|
+
}
|
|
1305
|
+
},
|
|
1306
|
+
"output": {
|
|
1307
|
+
"type": "structure",
|
|
1308
|
+
"members": {
|
|
1309
|
+
"VoiceProfile": {
|
|
1310
|
+
"shape": "S2g"
|
|
1311
|
+
}
|
|
1312
|
+
}
|
|
1313
|
+
}
|
|
1314
|
+
},
|
|
1315
|
+
"GetVoiceProfileDomain": {
|
|
1316
|
+
"http": {
|
|
1317
|
+
"method": "GET",
|
|
1318
|
+
"requestUri": "/voice-profile-domains/{VoiceProfileDomainId}",
|
|
1319
|
+
"responseCode": 200
|
|
1320
|
+
},
|
|
1321
|
+
"input": {
|
|
1322
|
+
"type": "structure",
|
|
1323
|
+
"required": [
|
|
1324
|
+
"VoiceProfileDomainId"
|
|
1325
|
+
],
|
|
1326
|
+
"members": {
|
|
1327
|
+
"VoiceProfileDomainId": {
|
|
1328
|
+
"location": "uri",
|
|
1329
|
+
"locationName": "VoiceProfileDomainId"
|
|
1330
|
+
}
|
|
1331
|
+
}
|
|
1332
|
+
},
|
|
1333
|
+
"output": {
|
|
1334
|
+
"type": "structure",
|
|
1335
|
+
"members": {
|
|
1336
|
+
"VoiceProfileDomain": {
|
|
1337
|
+
"shape": "S2s"
|
|
1338
|
+
}
|
|
1339
|
+
}
|
|
1340
|
+
}
|
|
1341
|
+
},
|
|
1342
|
+
"GetVoiceToneAnalysisTask": {
|
|
1343
|
+
"http": {
|
|
1344
|
+
"method": "GET",
|
|
1345
|
+
"requestUri": "/voice-connectors/{VoiceConnectorId}/voice-tone-analysis-tasks/{VoiceToneAnalysisTaskId}",
|
|
1346
|
+
"responseCode": 200
|
|
1347
|
+
},
|
|
1348
|
+
"input": {
|
|
1349
|
+
"type": "structure",
|
|
1350
|
+
"required": [
|
|
1351
|
+
"VoiceConnectorId",
|
|
1352
|
+
"VoiceToneAnalysisTaskId",
|
|
1353
|
+
"IsCaller"
|
|
1354
|
+
],
|
|
1355
|
+
"members": {
|
|
1356
|
+
"VoiceConnectorId": {
|
|
1357
|
+
"location": "uri",
|
|
1358
|
+
"locationName": "VoiceConnectorId"
|
|
1359
|
+
},
|
|
1360
|
+
"VoiceToneAnalysisTaskId": {
|
|
1361
|
+
"location": "uri",
|
|
1362
|
+
"locationName": "VoiceToneAnalysisTaskId"
|
|
1363
|
+
},
|
|
1364
|
+
"IsCaller": {
|
|
1365
|
+
"location": "querystring",
|
|
1366
|
+
"locationName": "isCaller",
|
|
1367
|
+
"type": "boolean"
|
|
1368
|
+
}
|
|
1369
|
+
}
|
|
1370
|
+
},
|
|
1371
|
+
"output": {
|
|
1372
|
+
"type": "structure",
|
|
1373
|
+
"members": {
|
|
1374
|
+
"VoiceToneAnalysisTask": {
|
|
1375
|
+
"shape": "S5s"
|
|
1376
|
+
}
|
|
1377
|
+
}
|
|
1378
|
+
}
|
|
1379
|
+
},
|
|
1163
1380
|
"ListAvailableVoiceConnectorRegions": {
|
|
1164
1381
|
"http": {
|
|
1165
1382
|
"method": "GET",
|
|
@@ -1250,7 +1467,7 @@
|
|
|
1250
1467
|
"PhoneNumbers": {
|
|
1251
1468
|
"type": "list",
|
|
1252
1469
|
"member": {
|
|
1253
|
-
"shape": "
|
|
1470
|
+
"shape": "S3g"
|
|
1254
1471
|
}
|
|
1255
1472
|
},
|
|
1256
1473
|
"NextToken": {}
|
|
@@ -1408,6 +1625,33 @@
|
|
|
1408
1625
|
}
|
|
1409
1626
|
}
|
|
1410
1627
|
},
|
|
1628
|
+
"ListTagsForResource": {
|
|
1629
|
+
"http": {
|
|
1630
|
+
"method": "GET",
|
|
1631
|
+
"requestUri": "/tags"
|
|
1632
|
+
},
|
|
1633
|
+
"input": {
|
|
1634
|
+
"type": "structure",
|
|
1635
|
+
"required": [
|
|
1636
|
+
"ResourceARN"
|
|
1637
|
+
],
|
|
1638
|
+
"members": {
|
|
1639
|
+
"ResourceARN": {
|
|
1640
|
+
"shape": "S2h",
|
|
1641
|
+
"location": "querystring",
|
|
1642
|
+
"locationName": "arn"
|
|
1643
|
+
}
|
|
1644
|
+
}
|
|
1645
|
+
},
|
|
1646
|
+
"output": {
|
|
1647
|
+
"type": "structure",
|
|
1648
|
+
"members": {
|
|
1649
|
+
"Tags": {
|
|
1650
|
+
"shape": "S2n"
|
|
1651
|
+
}
|
|
1652
|
+
}
|
|
1653
|
+
}
|
|
1654
|
+
},
|
|
1411
1655
|
"ListVoiceConnectorGroups": {
|
|
1412
1656
|
"http": {
|
|
1413
1657
|
"method": "GET",
|
|
@@ -1463,7 +1707,7 @@
|
|
|
1463
1707
|
"type": "structure",
|
|
1464
1708
|
"members": {
|
|
1465
1709
|
"Usernames": {
|
|
1466
|
-
"shape": "
|
|
1710
|
+
"shape": "S35"
|
|
1467
1711
|
}
|
|
1468
1712
|
}
|
|
1469
1713
|
}
|
|
@@ -1501,6 +1745,109 @@
|
|
|
1501
1745
|
}
|
|
1502
1746
|
}
|
|
1503
1747
|
},
|
|
1748
|
+
"ListVoiceProfileDomains": {
|
|
1749
|
+
"http": {
|
|
1750
|
+
"method": "GET",
|
|
1751
|
+
"requestUri": "/voice-profile-domains",
|
|
1752
|
+
"responseCode": 200
|
|
1753
|
+
},
|
|
1754
|
+
"input": {
|
|
1755
|
+
"type": "structure",
|
|
1756
|
+
"members": {
|
|
1757
|
+
"NextToken": {
|
|
1758
|
+
"location": "querystring",
|
|
1759
|
+
"locationName": "next-token"
|
|
1760
|
+
},
|
|
1761
|
+
"MaxResults": {
|
|
1762
|
+
"location": "querystring",
|
|
1763
|
+
"locationName": "max-results",
|
|
1764
|
+
"type": "integer"
|
|
1765
|
+
}
|
|
1766
|
+
}
|
|
1767
|
+
},
|
|
1768
|
+
"output": {
|
|
1769
|
+
"type": "structure",
|
|
1770
|
+
"members": {
|
|
1771
|
+
"VoiceProfileDomains": {
|
|
1772
|
+
"type": "list",
|
|
1773
|
+
"member": {
|
|
1774
|
+
"type": "structure",
|
|
1775
|
+
"members": {
|
|
1776
|
+
"VoiceProfileDomainId": {},
|
|
1777
|
+
"VoiceProfileDomainArn": {
|
|
1778
|
+
"shape": "S2h"
|
|
1779
|
+
},
|
|
1780
|
+
"Name": {},
|
|
1781
|
+
"Description": {},
|
|
1782
|
+
"CreatedTimestamp": {
|
|
1783
|
+
"shape": "Sw"
|
|
1784
|
+
},
|
|
1785
|
+
"UpdatedTimestamp": {
|
|
1786
|
+
"shape": "Sw"
|
|
1787
|
+
}
|
|
1788
|
+
}
|
|
1789
|
+
}
|
|
1790
|
+
},
|
|
1791
|
+
"NextToken": {}
|
|
1792
|
+
}
|
|
1793
|
+
}
|
|
1794
|
+
},
|
|
1795
|
+
"ListVoiceProfiles": {
|
|
1796
|
+
"http": {
|
|
1797
|
+
"method": "GET",
|
|
1798
|
+
"requestUri": "/voice-profiles",
|
|
1799
|
+
"responseCode": 200
|
|
1800
|
+
},
|
|
1801
|
+
"input": {
|
|
1802
|
+
"type": "structure",
|
|
1803
|
+
"required": [
|
|
1804
|
+
"VoiceProfileDomainId"
|
|
1805
|
+
],
|
|
1806
|
+
"members": {
|
|
1807
|
+
"VoiceProfileDomainId": {
|
|
1808
|
+
"location": "querystring",
|
|
1809
|
+
"locationName": "voice-profile-domain-id"
|
|
1810
|
+
},
|
|
1811
|
+
"NextToken": {
|
|
1812
|
+
"location": "querystring",
|
|
1813
|
+
"locationName": "next-token"
|
|
1814
|
+
},
|
|
1815
|
+
"MaxResults": {
|
|
1816
|
+
"location": "querystring",
|
|
1817
|
+
"locationName": "max-results",
|
|
1818
|
+
"type": "integer"
|
|
1819
|
+
}
|
|
1820
|
+
}
|
|
1821
|
+
},
|
|
1822
|
+
"output": {
|
|
1823
|
+
"type": "structure",
|
|
1824
|
+
"members": {
|
|
1825
|
+
"VoiceProfiles": {
|
|
1826
|
+
"type": "list",
|
|
1827
|
+
"member": {
|
|
1828
|
+
"type": "structure",
|
|
1829
|
+
"members": {
|
|
1830
|
+
"VoiceProfileId": {},
|
|
1831
|
+
"VoiceProfileArn": {
|
|
1832
|
+
"shape": "S2h"
|
|
1833
|
+
},
|
|
1834
|
+
"VoiceProfileDomainId": {},
|
|
1835
|
+
"CreatedTimestamp": {
|
|
1836
|
+
"shape": "Sw"
|
|
1837
|
+
},
|
|
1838
|
+
"UpdatedTimestamp": {
|
|
1839
|
+
"shape": "Sw"
|
|
1840
|
+
},
|
|
1841
|
+
"ExpirationTimestamp": {
|
|
1842
|
+
"shape": "Sw"
|
|
1843
|
+
}
|
|
1844
|
+
}
|
|
1845
|
+
}
|
|
1846
|
+
},
|
|
1847
|
+
"NextToken": {}
|
|
1848
|
+
}
|
|
1849
|
+
}
|
|
1850
|
+
},
|
|
1504
1851
|
"PutSipMediaApplicationAlexaSkillConfiguration": {
|
|
1505
1852
|
"http": {
|
|
1506
1853
|
"method": "PUT",
|
|
@@ -1518,7 +1865,7 @@
|
|
|
1518
1865
|
"locationName": "sipMediaApplicationId"
|
|
1519
1866
|
},
|
|
1520
1867
|
"SipMediaApplicationAlexaSkillConfiguration": {
|
|
1521
|
-
"shape": "
|
|
1868
|
+
"shape": "S3y"
|
|
1522
1869
|
}
|
|
1523
1870
|
}
|
|
1524
1871
|
},
|
|
@@ -1526,7 +1873,7 @@
|
|
|
1526
1873
|
"type": "structure",
|
|
1527
1874
|
"members": {
|
|
1528
1875
|
"SipMediaApplicationAlexaSkillConfiguration": {
|
|
1529
|
-
"shape": "
|
|
1876
|
+
"shape": "S3y"
|
|
1530
1877
|
}
|
|
1531
1878
|
}
|
|
1532
1879
|
}
|
|
@@ -1548,7 +1895,7 @@
|
|
|
1548
1895
|
"locationName": "sipMediaApplicationId"
|
|
1549
1896
|
},
|
|
1550
1897
|
"SipMediaApplicationLoggingConfiguration": {
|
|
1551
|
-
"shape": "
|
|
1898
|
+
"shape": "S44"
|
|
1552
1899
|
}
|
|
1553
1900
|
}
|
|
1554
1901
|
},
|
|
@@ -1556,7 +1903,7 @@
|
|
|
1556
1903
|
"type": "structure",
|
|
1557
1904
|
"members": {
|
|
1558
1905
|
"SipMediaApplicationLoggingConfiguration": {
|
|
1559
|
-
"shape": "
|
|
1906
|
+
"shape": "S44"
|
|
1560
1907
|
}
|
|
1561
1908
|
}
|
|
1562
1909
|
}
|
|
@@ -1579,7 +1926,7 @@
|
|
|
1579
1926
|
"locationName": "voiceConnectorId"
|
|
1580
1927
|
},
|
|
1581
1928
|
"EmergencyCallingConfiguration": {
|
|
1582
|
-
"shape": "
|
|
1929
|
+
"shape": "S4j"
|
|
1583
1930
|
}
|
|
1584
1931
|
}
|
|
1585
1932
|
},
|
|
@@ -1587,7 +1934,7 @@
|
|
|
1587
1934
|
"type": "structure",
|
|
1588
1935
|
"members": {
|
|
1589
1936
|
"EmergencyCallingConfiguration": {
|
|
1590
|
-
"shape": "
|
|
1937
|
+
"shape": "S4j"
|
|
1591
1938
|
}
|
|
1592
1939
|
}
|
|
1593
1940
|
}
|
|
@@ -1610,7 +1957,7 @@
|
|
|
1610
1957
|
"locationName": "voiceConnectorId"
|
|
1611
1958
|
},
|
|
1612
1959
|
"LoggingConfiguration": {
|
|
1613
|
-
"shape": "
|
|
1960
|
+
"shape": "S4q"
|
|
1614
1961
|
}
|
|
1615
1962
|
}
|
|
1616
1963
|
},
|
|
@@ -1618,7 +1965,7 @@
|
|
|
1618
1965
|
"type": "structure",
|
|
1619
1966
|
"members": {
|
|
1620
1967
|
"LoggingConfiguration": {
|
|
1621
|
-
"shape": "
|
|
1968
|
+
"shape": "S4q"
|
|
1622
1969
|
}
|
|
1623
1970
|
}
|
|
1624
1971
|
}
|
|
@@ -1641,7 +1988,7 @@
|
|
|
1641
1988
|
"locationName": "voiceConnectorId"
|
|
1642
1989
|
},
|
|
1643
1990
|
"Origination": {
|
|
1644
|
-
"shape": "
|
|
1991
|
+
"shape": "S4t"
|
|
1645
1992
|
}
|
|
1646
1993
|
}
|
|
1647
1994
|
},
|
|
@@ -1649,7 +1996,7 @@
|
|
|
1649
1996
|
"type": "structure",
|
|
1650
1997
|
"members": {
|
|
1651
1998
|
"Origination": {
|
|
1652
|
-
"shape": "
|
|
1999
|
+
"shape": "S4t"
|
|
1653
2000
|
}
|
|
1654
2001
|
}
|
|
1655
2002
|
}
|
|
@@ -1690,7 +2037,7 @@
|
|
|
1690
2037
|
"type": "structure",
|
|
1691
2038
|
"members": {
|
|
1692
2039
|
"Proxy": {
|
|
1693
|
-
"shape": "
|
|
2040
|
+
"shape": "S52"
|
|
1694
2041
|
}
|
|
1695
2042
|
}
|
|
1696
2043
|
}
|
|
@@ -1713,7 +2060,7 @@
|
|
|
1713
2060
|
"locationName": "voiceConnectorId"
|
|
1714
2061
|
},
|
|
1715
2062
|
"StreamingConfiguration": {
|
|
1716
|
-
"shape": "
|
|
2063
|
+
"shape": "S57"
|
|
1717
2064
|
}
|
|
1718
2065
|
}
|
|
1719
2066
|
},
|
|
@@ -1721,7 +2068,7 @@
|
|
|
1721
2068
|
"type": "structure",
|
|
1722
2069
|
"members": {
|
|
1723
2070
|
"StreamingConfiguration": {
|
|
1724
|
-
"shape": "
|
|
2071
|
+
"shape": "S57"
|
|
1725
2072
|
}
|
|
1726
2073
|
}
|
|
1727
2074
|
}
|
|
@@ -1744,7 +2091,7 @@
|
|
|
1744
2091
|
"locationName": "voiceConnectorId"
|
|
1745
2092
|
},
|
|
1746
2093
|
"Termination": {
|
|
1747
|
-
"shape": "
|
|
2094
|
+
"shape": "S5f"
|
|
1748
2095
|
}
|
|
1749
2096
|
}
|
|
1750
2097
|
},
|
|
@@ -1752,7 +2099,7 @@
|
|
|
1752
2099
|
"type": "structure",
|
|
1753
2100
|
"members": {
|
|
1754
2101
|
"Termination": {
|
|
1755
|
-
"shape": "
|
|
2102
|
+
"shape": "S5f"
|
|
1756
2103
|
}
|
|
1757
2104
|
}
|
|
1758
2105
|
}
|
|
@@ -1811,7 +2158,7 @@
|
|
|
1811
2158
|
"type": "structure",
|
|
1812
2159
|
"members": {
|
|
1813
2160
|
"PhoneNumber": {
|
|
1814
|
-
"shape": "
|
|
2161
|
+
"shape": "S3g"
|
|
1815
2162
|
}
|
|
1816
2163
|
}
|
|
1817
2164
|
}
|
|
@@ -1869,6 +2216,159 @@
|
|
|
1869
2216
|
}
|
|
1870
2217
|
}
|
|
1871
2218
|
},
|
|
2219
|
+
"StartSpeakerSearchTask": {
|
|
2220
|
+
"http": {
|
|
2221
|
+
"requestUri": "/voice-connectors/{VoiceConnectorId}/speaker-search-tasks",
|
|
2222
|
+
"responseCode": 201
|
|
2223
|
+
},
|
|
2224
|
+
"input": {
|
|
2225
|
+
"type": "structure",
|
|
2226
|
+
"required": [
|
|
2227
|
+
"VoiceConnectorId",
|
|
2228
|
+
"TransactionId",
|
|
2229
|
+
"VoiceProfileDomainId"
|
|
2230
|
+
],
|
|
2231
|
+
"members": {
|
|
2232
|
+
"VoiceConnectorId": {
|
|
2233
|
+
"location": "uri",
|
|
2234
|
+
"locationName": "VoiceConnectorId"
|
|
2235
|
+
},
|
|
2236
|
+
"TransactionId": {},
|
|
2237
|
+
"VoiceProfileDomainId": {},
|
|
2238
|
+
"ClientRequestToken": {}
|
|
2239
|
+
}
|
|
2240
|
+
},
|
|
2241
|
+
"output": {
|
|
2242
|
+
"type": "structure",
|
|
2243
|
+
"members": {
|
|
2244
|
+
"SpeakerSearchTask": {
|
|
2245
|
+
"shape": "S49"
|
|
2246
|
+
}
|
|
2247
|
+
}
|
|
2248
|
+
}
|
|
2249
|
+
},
|
|
2250
|
+
"StartVoiceToneAnalysisTask": {
|
|
2251
|
+
"http": {
|
|
2252
|
+
"requestUri": "/voice-connectors/{VoiceConnectorId}/voice-tone-analysis-tasks",
|
|
2253
|
+
"responseCode": 201
|
|
2254
|
+
},
|
|
2255
|
+
"input": {
|
|
2256
|
+
"type": "structure",
|
|
2257
|
+
"required": [
|
|
2258
|
+
"VoiceConnectorId",
|
|
2259
|
+
"TransactionId",
|
|
2260
|
+
"LanguageCode"
|
|
2261
|
+
],
|
|
2262
|
+
"members": {
|
|
2263
|
+
"VoiceConnectorId": {
|
|
2264
|
+
"location": "uri",
|
|
2265
|
+
"locationName": "VoiceConnectorId"
|
|
2266
|
+
},
|
|
2267
|
+
"TransactionId": {},
|
|
2268
|
+
"LanguageCode": {},
|
|
2269
|
+
"ClientRequestToken": {}
|
|
2270
|
+
}
|
|
2271
|
+
},
|
|
2272
|
+
"output": {
|
|
2273
|
+
"type": "structure",
|
|
2274
|
+
"members": {
|
|
2275
|
+
"VoiceToneAnalysisTask": {
|
|
2276
|
+
"shape": "S5s"
|
|
2277
|
+
}
|
|
2278
|
+
}
|
|
2279
|
+
}
|
|
2280
|
+
},
|
|
2281
|
+
"StopSpeakerSearchTask": {
|
|
2282
|
+
"http": {
|
|
2283
|
+
"requestUri": "/voice-connectors/{VoiceConnectorId}/speaker-search-tasks/{SpeakerSearchTaskId}?operation=stop",
|
|
2284
|
+
"responseCode": 204
|
|
2285
|
+
},
|
|
2286
|
+
"input": {
|
|
2287
|
+
"type": "structure",
|
|
2288
|
+
"required": [
|
|
2289
|
+
"VoiceConnectorId",
|
|
2290
|
+
"SpeakerSearchTaskId"
|
|
2291
|
+
],
|
|
2292
|
+
"members": {
|
|
2293
|
+
"VoiceConnectorId": {
|
|
2294
|
+
"location": "uri",
|
|
2295
|
+
"locationName": "VoiceConnectorId"
|
|
2296
|
+
},
|
|
2297
|
+
"SpeakerSearchTaskId": {
|
|
2298
|
+
"location": "uri",
|
|
2299
|
+
"locationName": "SpeakerSearchTaskId"
|
|
2300
|
+
}
|
|
2301
|
+
}
|
|
2302
|
+
}
|
|
2303
|
+
},
|
|
2304
|
+
"StopVoiceToneAnalysisTask": {
|
|
2305
|
+
"http": {
|
|
2306
|
+
"requestUri": "/voice-connectors/{VoiceConnectorId}/voice-tone-analysis-tasks/{VoiceToneAnalysisTaskId}?operation=stop",
|
|
2307
|
+
"responseCode": 204
|
|
2308
|
+
},
|
|
2309
|
+
"input": {
|
|
2310
|
+
"type": "structure",
|
|
2311
|
+
"required": [
|
|
2312
|
+
"VoiceConnectorId",
|
|
2313
|
+
"VoiceToneAnalysisTaskId"
|
|
2314
|
+
],
|
|
2315
|
+
"members": {
|
|
2316
|
+
"VoiceConnectorId": {
|
|
2317
|
+
"location": "uri",
|
|
2318
|
+
"locationName": "VoiceConnectorId"
|
|
2319
|
+
},
|
|
2320
|
+
"VoiceToneAnalysisTaskId": {
|
|
2321
|
+
"location": "uri",
|
|
2322
|
+
"locationName": "VoiceToneAnalysisTaskId"
|
|
2323
|
+
}
|
|
2324
|
+
}
|
|
2325
|
+
}
|
|
2326
|
+
},
|
|
2327
|
+
"TagResource": {
|
|
2328
|
+
"http": {
|
|
2329
|
+
"requestUri": "/tags?operation=tag-resource",
|
|
2330
|
+
"responseCode": 204
|
|
2331
|
+
},
|
|
2332
|
+
"input": {
|
|
2333
|
+
"type": "structure",
|
|
2334
|
+
"required": [
|
|
2335
|
+
"ResourceARN",
|
|
2336
|
+
"Tags"
|
|
2337
|
+
],
|
|
2338
|
+
"members": {
|
|
2339
|
+
"ResourceARN": {
|
|
2340
|
+
"shape": "S2h"
|
|
2341
|
+
},
|
|
2342
|
+
"Tags": {
|
|
2343
|
+
"shape": "S2n"
|
|
2344
|
+
}
|
|
2345
|
+
}
|
|
2346
|
+
}
|
|
2347
|
+
},
|
|
2348
|
+
"UntagResource": {
|
|
2349
|
+
"http": {
|
|
2350
|
+
"requestUri": "/tags?operation=untag-resource",
|
|
2351
|
+
"responseCode": 204
|
|
2352
|
+
},
|
|
2353
|
+
"input": {
|
|
2354
|
+
"type": "structure",
|
|
2355
|
+
"required": [
|
|
2356
|
+
"ResourceARN",
|
|
2357
|
+
"TagKeys"
|
|
2358
|
+
],
|
|
2359
|
+
"members": {
|
|
2360
|
+
"ResourceARN": {
|
|
2361
|
+
"shape": "S2h"
|
|
2362
|
+
},
|
|
2363
|
+
"TagKeys": {
|
|
2364
|
+
"type": "list",
|
|
2365
|
+
"member": {
|
|
2366
|
+
"shape": "S2p"
|
|
2367
|
+
}
|
|
2368
|
+
}
|
|
2369
|
+
}
|
|
2370
|
+
}
|
|
2371
|
+
},
|
|
1872
2372
|
"UpdateGlobalSettings": {
|
|
1873
2373
|
"http": {
|
|
1874
2374
|
"method": "PUT",
|
|
@@ -1879,7 +2379,7 @@
|
|
|
1879
2379
|
"type": "structure",
|
|
1880
2380
|
"members": {
|
|
1881
2381
|
"VoiceConnector": {
|
|
1882
|
-
"shape": "
|
|
2382
|
+
"shape": "S3d"
|
|
1883
2383
|
}
|
|
1884
2384
|
}
|
|
1885
2385
|
}
|
|
@@ -1910,7 +2410,7 @@
|
|
|
1910
2410
|
"type": "structure",
|
|
1911
2411
|
"members": {
|
|
1912
2412
|
"PhoneNumber": {
|
|
1913
|
-
"shape": "
|
|
2413
|
+
"shape": "S3g"
|
|
1914
2414
|
}
|
|
1915
2415
|
}
|
|
1916
2416
|
}
|
|
@@ -2144,6 +2644,64 @@
|
|
|
2144
2644
|
}
|
|
2145
2645
|
}
|
|
2146
2646
|
},
|
|
2647
|
+
"UpdateVoiceProfile": {
|
|
2648
|
+
"http": {
|
|
2649
|
+
"method": "PUT",
|
|
2650
|
+
"requestUri": "/voice-profiles/{VoiceProfileId}",
|
|
2651
|
+
"responseCode": 200
|
|
2652
|
+
},
|
|
2653
|
+
"input": {
|
|
2654
|
+
"type": "structure",
|
|
2655
|
+
"required": [
|
|
2656
|
+
"VoiceProfileId",
|
|
2657
|
+
"SpeakerSearchTaskId"
|
|
2658
|
+
],
|
|
2659
|
+
"members": {
|
|
2660
|
+
"VoiceProfileId": {
|
|
2661
|
+
"location": "uri",
|
|
2662
|
+
"locationName": "VoiceProfileId"
|
|
2663
|
+
},
|
|
2664
|
+
"SpeakerSearchTaskId": {}
|
|
2665
|
+
}
|
|
2666
|
+
},
|
|
2667
|
+
"output": {
|
|
2668
|
+
"type": "structure",
|
|
2669
|
+
"members": {
|
|
2670
|
+
"VoiceProfile": {
|
|
2671
|
+
"shape": "S2g"
|
|
2672
|
+
}
|
|
2673
|
+
}
|
|
2674
|
+
}
|
|
2675
|
+
},
|
|
2676
|
+
"UpdateVoiceProfileDomain": {
|
|
2677
|
+
"http": {
|
|
2678
|
+
"method": "PUT",
|
|
2679
|
+
"requestUri": "/voice-profile-domains/{VoiceProfileDomainId}",
|
|
2680
|
+
"responseCode": 200
|
|
2681
|
+
},
|
|
2682
|
+
"input": {
|
|
2683
|
+
"type": "structure",
|
|
2684
|
+
"required": [
|
|
2685
|
+
"VoiceProfileDomainId"
|
|
2686
|
+
],
|
|
2687
|
+
"members": {
|
|
2688
|
+
"VoiceProfileDomainId": {
|
|
2689
|
+
"location": "uri",
|
|
2690
|
+
"locationName": "VoiceProfileDomainId"
|
|
2691
|
+
},
|
|
2692
|
+
"Name": {},
|
|
2693
|
+
"Description": {}
|
|
2694
|
+
}
|
|
2695
|
+
},
|
|
2696
|
+
"output": {
|
|
2697
|
+
"type": "structure",
|
|
2698
|
+
"members": {
|
|
2699
|
+
"VoiceProfileDomain": {
|
|
2700
|
+
"shape": "S2s"
|
|
2701
|
+
}
|
|
2702
|
+
}
|
|
2703
|
+
}
|
|
2704
|
+
},
|
|
2147
2705
|
"ValidateE911Address": {
|
|
2148
2706
|
"http": {
|
|
2149
2707
|
"requestUri": "/emergency-calling/address",
|
|
@@ -2503,19 +3061,96 @@
|
|
|
2503
3061
|
"VoiceConnectorGroupArn": {}
|
|
2504
3062
|
}
|
|
2505
3063
|
},
|
|
3064
|
+
"S2g": {
|
|
3065
|
+
"type": "structure",
|
|
3066
|
+
"members": {
|
|
3067
|
+
"VoiceProfileId": {},
|
|
3068
|
+
"VoiceProfileArn": {
|
|
3069
|
+
"shape": "S2h"
|
|
3070
|
+
},
|
|
3071
|
+
"VoiceProfileDomainId": {},
|
|
3072
|
+
"CreatedTimestamp": {
|
|
3073
|
+
"shape": "Sw"
|
|
3074
|
+
},
|
|
3075
|
+
"UpdatedTimestamp": {
|
|
3076
|
+
"shape": "Sw"
|
|
3077
|
+
},
|
|
3078
|
+
"ExpirationTimestamp": {
|
|
3079
|
+
"shape": "Sw"
|
|
3080
|
+
}
|
|
3081
|
+
}
|
|
3082
|
+
},
|
|
3083
|
+
"S2h": {
|
|
3084
|
+
"type": "string",
|
|
3085
|
+
"sensitive": true
|
|
3086
|
+
},
|
|
3087
|
+
"S2l": {
|
|
3088
|
+
"type": "structure",
|
|
3089
|
+
"required": [
|
|
3090
|
+
"KmsKeyArn"
|
|
3091
|
+
],
|
|
3092
|
+
"members": {
|
|
3093
|
+
"KmsKeyArn": {
|
|
3094
|
+
"shape": "S2h"
|
|
3095
|
+
}
|
|
3096
|
+
}
|
|
3097
|
+
},
|
|
3098
|
+
"S2n": {
|
|
3099
|
+
"type": "list",
|
|
3100
|
+
"member": {
|
|
3101
|
+
"type": "structure",
|
|
3102
|
+
"required": [
|
|
3103
|
+
"Key",
|
|
3104
|
+
"Value"
|
|
3105
|
+
],
|
|
3106
|
+
"members": {
|
|
3107
|
+
"Key": {
|
|
3108
|
+
"shape": "S2p"
|
|
3109
|
+
},
|
|
3110
|
+
"Value": {
|
|
3111
|
+
"type": "string",
|
|
3112
|
+
"sensitive": true
|
|
3113
|
+
}
|
|
3114
|
+
}
|
|
3115
|
+
}
|
|
3116
|
+
},
|
|
2506
3117
|
"S2p": {
|
|
3118
|
+
"type": "string",
|
|
3119
|
+
"sensitive": true
|
|
3120
|
+
},
|
|
3121
|
+
"S2s": {
|
|
3122
|
+
"type": "structure",
|
|
3123
|
+
"members": {
|
|
3124
|
+
"VoiceProfileDomainId": {},
|
|
3125
|
+
"VoiceProfileDomainArn": {
|
|
3126
|
+
"shape": "S2h"
|
|
3127
|
+
},
|
|
3128
|
+
"Name": {},
|
|
3129
|
+
"Description": {},
|
|
3130
|
+
"ServerSideEncryptionConfiguration": {
|
|
3131
|
+
"shape": "S2l"
|
|
3132
|
+
},
|
|
3133
|
+
"CreatedTimestamp": {
|
|
3134
|
+
"shape": "Sw"
|
|
3135
|
+
},
|
|
3136
|
+
"UpdatedTimestamp": {
|
|
3137
|
+
"shape": "Sw"
|
|
3138
|
+
}
|
|
3139
|
+
}
|
|
3140
|
+
},
|
|
3141
|
+
"S35": {
|
|
2507
3142
|
"type": "list",
|
|
2508
3143
|
"member": {
|
|
2509
3144
|
"shape": "S1o"
|
|
2510
3145
|
}
|
|
2511
3146
|
},
|
|
2512
|
-
"
|
|
3147
|
+
"S3d": {
|
|
2513
3148
|
"type": "structure",
|
|
2514
3149
|
"members": {
|
|
2515
3150
|
"CdrBucket": {}
|
|
2516
3151
|
}
|
|
2517
3152
|
},
|
|
2518
|
-
"
|
|
3153
|
+
"S3g": {
|
|
2519
3154
|
"type": "structure",
|
|
2520
3155
|
"members": {
|
|
2521
3156
|
"PhoneNumberId": {
|
|
@@ -2580,7 +3215,7 @@
|
|
|
2580
3215
|
"OrderId": {}
|
|
2581
3216
|
}
|
|
2582
3217
|
},
|
|
2583
|
-
"
|
|
3218
|
+
"S3y": {
|
|
2584
3219
|
"type": "structure",
|
|
2585
3220
|
"required": [
|
|
2586
3221
|
"AlexaSkillStatus",
|
|
@@ -2597,7 +3232,7 @@
|
|
|
2597
3232
|
}
|
|
2598
3233
|
}
|
|
2599
3234
|
},
|
|
2600
|
-
"
|
|
3235
|
+
"S44": {
|
|
2601
3236
|
"type": "structure",
|
|
2602
3237
|
"members": {
|
|
2603
3238
|
"EnableSipMediaApplicationMessageLogs": {
|
|
@@ -2605,7 +3240,55 @@
|
|
|
2605
3240
|
}
|
|
2606
3241
|
}
|
|
2607
3242
|
},
|
|
2608
|
-
"
|
|
3243
|
+
"S49": {
|
|
3244
|
+
"type": "structure",
|
|
3245
|
+
"members": {
|
|
3246
|
+
"SpeakerSearchTaskId": {},
|
|
3247
|
+
"SpeakerSearchTaskStatus": {},
|
|
3248
|
+
"CallDetails": {
|
|
3249
|
+
"shape": "S4a"
|
|
3250
|
+
},
|
|
3251
|
+
"SpeakerSearchDetails": {
|
|
3252
|
+
"type": "structure",
|
|
3253
|
+
"members": {
|
|
3254
|
+
"Results": {
|
|
3255
|
+
"type": "list",
|
|
3256
|
+
"member": {
|
|
3257
|
+
"type": "structure",
|
|
3258
|
+
"members": {
|
|
3259
|
+
"ConfidenceScore": {
|
|
3260
|
+
"type": "float"
|
|
3261
|
+
},
|
|
3262
|
+
"VoiceProfileId": {}
|
|
3263
|
+
}
|
|
3264
|
+
}
|
|
3265
|
+
},
|
|
3266
|
+
"VoiceprintGenerationStatus": {}
|
|
3267
|
+
}
|
|
3268
|
+
},
|
|
3269
|
+
"CreatedTimestamp": {
|
|
3270
|
+
"shape": "Sw"
|
|
3271
|
+
},
|
|
3272
|
+
"UpdatedTimestamp": {
|
|
3273
|
+
"shape": "Sw"
|
|
3274
|
+
},
|
|
3275
|
+
"StartedTimestamp": {
|
|
3276
|
+
"shape": "Sw"
|
|
3277
|
+
},
|
|
3278
|
+
"StatusMessage": {}
|
|
3279
|
+
}
|
|
3280
|
+
},
|
|
3281
|
+
"S4a": {
|
|
3282
|
+
"type": "structure",
|
|
3283
|
+
"members": {
|
|
3284
|
+
"VoiceConnectorId": {},
|
|
3285
|
+
"TransactionId": {},
|
|
3286
|
+
"IsCaller": {
|
|
3287
|
+
"type": "boolean"
|
|
3288
|
+
}
|
|
3289
|
+
}
|
|
3290
|
+
},
|
|
3291
|
+
"S4j": {
|
|
2609
3292
|
"type": "structure",
|
|
2610
3293
|
"members": {
|
|
2611
3294
|
"DNIS": {
|
|
@@ -2629,7 +3312,7 @@
|
|
|
2629
3312
|
}
|
|
2630
3313
|
}
|
|
2631
3314
|
},
|
|
2632
|
-
"
|
|
3315
|
+
"S4q": {
|
|
2633
3316
|
"type": "structure",
|
|
2634
3317
|
"members": {
|
|
2635
3318
|
"EnableSIPLogs": {
|
|
@@ -2640,7 +3323,7 @@
|
|
|
2640
3323
|
}
|
|
2641
3324
|
}
|
|
2642
3325
|
},
|
|
2643
|
-
"
|
|
3326
|
+
"S4t": {
|
|
2644
3327
|
"type": "structure",
|
|
2645
3328
|
"members": {
|
|
2646
3329
|
"Routes": {
|
|
@@ -2667,7 +3350,7 @@
|
|
|
2667
3350
|
}
|
|
2668
3351
|
}
|
|
2669
3352
|
},
|
|
2670
|
-
"
|
|
3353
|
+
"S52": {
|
|
2671
3354
|
"type": "structure",
|
|
2672
3355
|
"members": {
|
|
2673
3356
|
"DefaultSessionExpiryMinutes": {
|
|
@@ -2680,15 +3363,15 @@
|
|
|
2680
3363
|
"shape": "S4"
|
|
2681
3364
|
},
|
|
2682
3365
|
"PhoneNumberCountries": {
|
|
2683
|
-
"shape": "
|
|
3366
|
+
"shape": "S54"
|
|
2684
3367
|
}
|
|
2685
3368
|
}
|
|
2686
3369
|
},
|
|
2687
|
-
"
|
|
3370
|
+
"S54": {
|
|
2688
3371
|
"type": "list",
|
|
2689
3372
|
"member": {}
|
|
2690
3373
|
},
|
|
2691
|
-
"
|
|
3374
|
+
"S57": {
|
|
2692
3375
|
"type": "structure",
|
|
2693
3376
|
"required": [
|
|
2694
3377
|
"DataRetentionInHours",
|
|
@@ -2709,10 +3392,21 @@
|
|
|
2709
3392
|
"NotificationTarget": {}
|
|
2710
3393
|
}
|
|
2711
3394
|
}
|
|
3395
|
+
},
|
|
3396
|
+
"MediaInsightsConfiguration": {
|
|
3397
|
+
"type": "structure",
|
|
3398
|
+
"members": {
|
|
3399
|
+
"Disabled": {
|
|
3400
|
+
"type": "boolean"
|
|
3401
|
+
},
|
|
3402
|
+
"ConfigurationArn": {
|
|
3403
|
+
"shape": "S2h"
|
|
3404
|
+
}
|
|
3405
|
+
}
|
|
2712
3406
|
}
|
|
2713
3407
|
}
|
|
2714
3408
|
},
|
|
2715
|
-
"
|
|
3409
|
+
"S5f": {
|
|
2716
3410
|
"type": "structure",
|
|
2717
3411
|
"members": {
|
|
2718
3412
|
"CpsLimit": {
|
|
@@ -2726,12 +3420,32 @@
|
|
|
2726
3420
|
"member": {}
|
|
2727
3421
|
},
|
|
2728
3422
|
"CidrAllowedList": {
|
|
2729
|
-
"shape": "
|
|
3423
|
+
"shape": "S54"
|
|
2730
3424
|
},
|
|
2731
3425
|
"Disabled": {
|
|
2732
3426
|
"type": "boolean"
|
|
2733
3427
|
}
|
|
2734
3428
|
}
|
|
3429
|
+
},
|
|
3430
|
+
"S5s": {
|
|
3431
|
+
"type": "structure",
|
|
3432
|
+
"members": {
|
|
3433
|
+
"VoiceToneAnalysisTaskId": {},
|
|
3434
|
+
"VoiceToneAnalysisTaskStatus": {},
|
|
3435
|
+
"CallDetails": {
|
|
3436
|
+
"shape": "S4a"
|
|
3437
|
+
},
|
|
3438
|
+
"CreatedTimestamp": {
|
|
3439
|
+
"shape": "Sw"
|
|
3440
|
+
},
|
|
3441
|
+
"UpdatedTimestamp": {
|
|
3442
|
+
"shape": "Sw"
|
|
3443
|
+
},
|
|
3444
|
+
"StartedTimestamp": {
|
|
3445
|
+
"shape": "Sw"
|
|
3446
|
+
},
|
|
3447
|
+
"StatusMessage": {}
|
|
3448
|
+
}
|
|
2735
3449
|
}
|
|
2736
3450
|
}
|
|
2737
3451
|
}
|