aws-sdk-core 2.11.542 → 2.11.547
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/apis/alexaforbusiness/2017-11-09/api-2.json +3 -2
- data/apis/appmesh/2019-01-25/api-2.json +1420 -11
- data/apis/appmesh/2019-01-25/paginators-1.json +12 -0
- data/apis/ce/2017-10-25/api-2.json +1 -0
- data/apis/cloudfront/2019-03-26/api-2.json +2 -1
- data/apis/comprehend/2017-11-27/api-2.json +58 -35
- data/apis/connect/2017-08-08/api-2.json +145 -0
- data/apis/ebs/2019-11-02/api-2.json +377 -9
- data/apis/ec2/2016-11-15/api-2.json +28 -4
- data/apis/elasticbeanstalk/2010-12-01/paginators-1.json +12 -0
- data/apis/elasticbeanstalk/2010-12-01/waiters-2.json +63 -0
- data/apis/elasticfilesystem/2015-02-01/api-2.json +146 -13
- data/apis/elasticfilesystem/2015-02-01/examples-1.json +1 -1
- data/apis/eventbridge/2015-10-07/api-2.json +76 -12
- data/apis/events/2015-10-07/api-2.json +76 -12
- data/apis/forecast/2018-06-26/api-2.json +136 -8
- data/apis/glue/2017-03-31/api-2.json +95 -10
- data/apis/ivs/2020-07-14/api-2.json +809 -0
- data/apis/ivs/2020-07-14/examples-1.json +5 -0
- data/apis/ivs/2020-07-14/paginators-1.json +27 -0
- data/apis/lakeformation/2017-03-31/api-2.json +23 -6
- data/apis/macie2/2020-01-01/api-2.json +7 -1
- data/apis/macie2/2020-01-01/paginators-1.json +57 -2
- data/apis/organizations/2016-11-28/api-2.json +4 -2
- data/apis/sagemaker/2017-07-24/api-2.json +32 -0
- data/apis/secretsmanager/2017-10-17/api-2.json +111 -5
- data/apis/secretsmanager/2017-10-17/examples-1.json +23 -0
- data/apis/storagegateway/2013-06-30/api-2.json +47 -9
- data/apis/wafv2/2019-07-29/api-2.json +63 -6
- data/endpoints.json +122 -0
- data/lib/aws-sdk-core.rb +1 -0
- data/lib/aws-sdk-core/elasticbeanstalk.rb +1 -0
- data/lib/aws-sdk-core/ivs.rb +6 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +4 -0
- metadata +7 -2
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"pagination": {
|
|
3
|
+
"ListGatewayRoutes": {
|
|
4
|
+
"input_token": "nextToken",
|
|
5
|
+
"limit_key": "limit",
|
|
6
|
+
"output_token": "nextToken",
|
|
7
|
+
"result_key": "gatewayRoutes"
|
|
8
|
+
},
|
|
3
9
|
"ListMeshes": {
|
|
4
10
|
"input_token": "nextToken",
|
|
5
11
|
"limit_key": "limit",
|
|
@@ -18,6 +24,12 @@
|
|
|
18
24
|
"output_token": "nextToken",
|
|
19
25
|
"result_key": "tags"
|
|
20
26
|
},
|
|
27
|
+
"ListVirtualGateways": {
|
|
28
|
+
"input_token": "nextToken",
|
|
29
|
+
"limit_key": "limit",
|
|
30
|
+
"output_token": "nextToken",
|
|
31
|
+
"result_key": "virtualGateways"
|
|
32
|
+
},
|
|
21
33
|
"ListVirtualNodes": {
|
|
22
34
|
"input_token": "nextToken",
|
|
23
35
|
"limit_key": "limit",
|
|
@@ -465,6 +465,7 @@
|
|
|
465
465
|
"type":"structure",
|
|
466
466
|
"members":{
|
|
467
467
|
"ResourceId":{"shape":"GenericString"},
|
|
468
|
+
"InstanceName":{"shape":"GenericString"},
|
|
468
469
|
"Tags":{"shape":"TagValuesList"},
|
|
469
470
|
"ResourceDetails":{"shape":"ResourceDetails"},
|
|
470
471
|
"ResourceUtilization":{"shape":"ResourceUtilization"},
|
|
@@ -373,6 +373,7 @@
|
|
|
373
373
|
"output":{"shape":"DetectEntitiesResponse"},
|
|
374
374
|
"errors":[
|
|
375
375
|
{"shape":"InvalidRequestException"},
|
|
376
|
+
{"shape":"ResourceUnavailableException"},
|
|
376
377
|
{"shape":"TextSizeLimitExceededException"},
|
|
377
378
|
{"shape":"UnsupportedLanguageException"},
|
|
378
379
|
{"shape":"InternalServerException"}
|
|
@@ -815,7 +816,7 @@
|
|
|
815
816
|
"type":"structure",
|
|
816
817
|
"required":["TextList"],
|
|
817
818
|
"members":{
|
|
818
|
-
"TextList":{"shape":"
|
|
819
|
+
"TextList":{"shape":"CustomerInputStringList"}
|
|
819
820
|
}
|
|
820
821
|
},
|
|
821
822
|
"BatchDetectDominantLanguageResponse":{
|
|
@@ -827,7 +828,8 @@
|
|
|
827
828
|
"members":{
|
|
828
829
|
"ResultList":{"shape":"ListOfDetectDominantLanguageResult"},
|
|
829
830
|
"ErrorList":{"shape":"BatchItemErrorList"}
|
|
830
|
-
}
|
|
831
|
+
},
|
|
832
|
+
"sensitive":true
|
|
831
833
|
},
|
|
832
834
|
"BatchDetectEntitiesItemResult":{
|
|
833
835
|
"type":"structure",
|
|
@@ -843,7 +845,7 @@
|
|
|
843
845
|
"LanguageCode"
|
|
844
846
|
],
|
|
845
847
|
"members":{
|
|
846
|
-
"TextList":{"shape":"
|
|
848
|
+
"TextList":{"shape":"CustomerInputStringList"},
|
|
847
849
|
"LanguageCode":{"shape":"LanguageCode"}
|
|
848
850
|
}
|
|
849
851
|
},
|
|
@@ -856,7 +858,8 @@
|
|
|
856
858
|
"members":{
|
|
857
859
|
"ResultList":{"shape":"ListOfDetectEntitiesResult"},
|
|
858
860
|
"ErrorList":{"shape":"BatchItemErrorList"}
|
|
859
|
-
}
|
|
861
|
+
},
|
|
862
|
+
"sensitive":true
|
|
860
863
|
},
|
|
861
864
|
"BatchDetectKeyPhrasesItemResult":{
|
|
862
865
|
"type":"structure",
|
|
@@ -872,7 +875,7 @@
|
|
|
872
875
|
"LanguageCode"
|
|
873
876
|
],
|
|
874
877
|
"members":{
|
|
875
|
-
"TextList":{"shape":"
|
|
878
|
+
"TextList":{"shape":"CustomerInputStringList"},
|
|
876
879
|
"LanguageCode":{"shape":"LanguageCode"}
|
|
877
880
|
}
|
|
878
881
|
},
|
|
@@ -885,7 +888,8 @@
|
|
|
885
888
|
"members":{
|
|
886
889
|
"ResultList":{"shape":"ListOfDetectKeyPhrasesResult"},
|
|
887
890
|
"ErrorList":{"shape":"BatchItemErrorList"}
|
|
888
|
-
}
|
|
891
|
+
},
|
|
892
|
+
"sensitive":true
|
|
889
893
|
},
|
|
890
894
|
"BatchDetectSentimentItemResult":{
|
|
891
895
|
"type":"structure",
|
|
@@ -902,7 +906,7 @@
|
|
|
902
906
|
"LanguageCode"
|
|
903
907
|
],
|
|
904
908
|
"members":{
|
|
905
|
-
"TextList":{"shape":"
|
|
909
|
+
"TextList":{"shape":"CustomerInputStringList"},
|
|
906
910
|
"LanguageCode":{"shape":"LanguageCode"}
|
|
907
911
|
}
|
|
908
912
|
},
|
|
@@ -915,7 +919,8 @@
|
|
|
915
919
|
"members":{
|
|
916
920
|
"ResultList":{"shape":"ListOfDetectSentimentResult"},
|
|
917
921
|
"ErrorList":{"shape":"BatchItemErrorList"}
|
|
918
|
-
}
|
|
922
|
+
},
|
|
923
|
+
"sensitive":true
|
|
919
924
|
},
|
|
920
925
|
"BatchDetectSyntaxItemResult":{
|
|
921
926
|
"type":"structure",
|
|
@@ -931,7 +936,7 @@
|
|
|
931
936
|
"LanguageCode"
|
|
932
937
|
],
|
|
933
938
|
"members":{
|
|
934
|
-
"TextList":{"shape":"
|
|
939
|
+
"TextList":{"shape":"CustomerInputStringList"},
|
|
935
940
|
"LanguageCode":{"shape":"SyntaxLanguageCode"}
|
|
936
941
|
}
|
|
937
942
|
},
|
|
@@ -944,7 +949,8 @@
|
|
|
944
949
|
"members":{
|
|
945
950
|
"ResultList":{"shape":"ListOfDetectSyntaxResult"},
|
|
946
951
|
"ErrorList":{"shape":"BatchItemErrorList"}
|
|
947
|
-
}
|
|
952
|
+
},
|
|
953
|
+
"sensitive":true
|
|
948
954
|
},
|
|
949
955
|
"BatchItemError":{
|
|
950
956
|
"type":"structure",
|
|
@@ -985,7 +991,8 @@
|
|
|
985
991
|
"NumberOfTrainedDocuments":{"shape":"Integer"},
|
|
986
992
|
"NumberOfTestDocuments":{"shape":"Integer"},
|
|
987
993
|
"EvaluationMetrics":{"shape":"ClassifierEvaluationMetrics"}
|
|
988
|
-
}
|
|
994
|
+
},
|
|
995
|
+
"sensitive":true
|
|
989
996
|
},
|
|
990
997
|
"ClassifyDocumentRequest":{
|
|
991
998
|
"type":"structure",
|
|
@@ -994,7 +1001,7 @@
|
|
|
994
1001
|
"EndpointArn"
|
|
995
1002
|
],
|
|
996
1003
|
"members":{
|
|
997
|
-
"Text":{"shape":"
|
|
1004
|
+
"Text":{"shape":"CustomerInputString"},
|
|
998
1005
|
"EndpointArn":{"shape":"DocumentClassifierEndpointArn"}
|
|
999
1006
|
}
|
|
1000
1007
|
},
|
|
@@ -1003,7 +1010,8 @@
|
|
|
1003
1010
|
"members":{
|
|
1004
1011
|
"Classes":{"shape":"ListOfClasses"},
|
|
1005
1012
|
"Labels":{"shape":"ListOfLabels"}
|
|
1006
|
-
}
|
|
1013
|
+
},
|
|
1014
|
+
"sensitive":true
|
|
1007
1015
|
},
|
|
1008
1016
|
"ClientRequestTokenString":{
|
|
1009
1017
|
"type":"string",
|
|
@@ -1024,7 +1032,7 @@
|
|
|
1024
1032
|
"ComprehendEndpointArn":{
|
|
1025
1033
|
"type":"string",
|
|
1026
1034
|
"max":256,
|
|
1027
|
-
"pattern":"arn:aws(-[^:]+)?:comprehend:[a-zA-Z0-9-]*:[0-9]{12}:document-classifier-endpoint/[a-zA-Z0-9](-*[a-zA-Z0-9])*"
|
|
1035
|
+
"pattern":"arn:aws(-[^:]+)?:comprehend:[a-zA-Z0-9-]*:[0-9]{12}:(document-classifier-endpoint|entity-recognizer-endpoint)/[a-zA-Z0-9](-*[a-zA-Z0-9])*"
|
|
1028
1036
|
},
|
|
1029
1037
|
"ComprehendEndpointName":{
|
|
1030
1038
|
"type":"string",
|
|
@@ -1034,7 +1042,7 @@
|
|
|
1034
1042
|
"ComprehendModelArn":{
|
|
1035
1043
|
"type":"string",
|
|
1036
1044
|
"max":256,
|
|
1037
|
-
"pattern":"arn:aws(-[^:]+)?:comprehend:[a-zA-Z0-9-]*:[0-9]{12}:document-classifier/[a-zA-Z0-9](-*[a-zA-Z0-9])*"
|
|
1045
|
+
"pattern":"arn:aws(-[^:]+)?:comprehend:[a-zA-Z0-9-]*:[0-9]{12}:(document-classifier|entity-recognizer)/[a-zA-Z0-9](-*[a-zA-Z0-9])*"
|
|
1038
1046
|
},
|
|
1039
1047
|
"ConcurrentModificationException":{
|
|
1040
1048
|
"type":"structure",
|
|
@@ -1125,6 +1133,16 @@
|
|
|
1125
1133
|
"EntityRecognizerArn":{"shape":"EntityRecognizerArn"}
|
|
1126
1134
|
}
|
|
1127
1135
|
},
|
|
1136
|
+
"CustomerInputString":{
|
|
1137
|
+
"type":"string",
|
|
1138
|
+
"min":1,
|
|
1139
|
+
"sensitive":true
|
|
1140
|
+
},
|
|
1141
|
+
"CustomerInputStringList":{
|
|
1142
|
+
"type":"list",
|
|
1143
|
+
"member":{"shape":"CustomerInputString"},
|
|
1144
|
+
"sensitive":true
|
|
1145
|
+
},
|
|
1128
1146
|
"DeleteDocumentClassifierRequest":{
|
|
1129
1147
|
"type":"structure",
|
|
1130
1148
|
"required":["DocumentClassifierArn"],
|
|
@@ -1282,31 +1300,31 @@
|
|
|
1282
1300
|
"type":"structure",
|
|
1283
1301
|
"required":["Text"],
|
|
1284
1302
|
"members":{
|
|
1285
|
-
"Text":{"shape":"
|
|
1303
|
+
"Text":{"shape":"CustomerInputString"}
|
|
1286
1304
|
}
|
|
1287
1305
|
},
|
|
1288
1306
|
"DetectDominantLanguageResponse":{
|
|
1289
1307
|
"type":"structure",
|
|
1290
1308
|
"members":{
|
|
1291
1309
|
"Languages":{"shape":"ListOfDominantLanguages"}
|
|
1292
|
-
}
|
|
1310
|
+
},
|
|
1311
|
+
"sensitive":true
|
|
1293
1312
|
},
|
|
1294
1313
|
"DetectEntitiesRequest":{
|
|
1295
1314
|
"type":"structure",
|
|
1296
|
-
"required":[
|
|
1297
|
-
"Text",
|
|
1298
|
-
"LanguageCode"
|
|
1299
|
-
],
|
|
1315
|
+
"required":["Text"],
|
|
1300
1316
|
"members":{
|
|
1301
|
-
"Text":{"shape":"
|
|
1302
|
-
"LanguageCode":{"shape":"LanguageCode"}
|
|
1317
|
+
"Text":{"shape":"CustomerInputString"},
|
|
1318
|
+
"LanguageCode":{"shape":"LanguageCode"},
|
|
1319
|
+
"EndpointArn":{"shape":"EntityRecognizerEndpointArn"}
|
|
1303
1320
|
}
|
|
1304
1321
|
},
|
|
1305
1322
|
"DetectEntitiesResponse":{
|
|
1306
1323
|
"type":"structure",
|
|
1307
1324
|
"members":{
|
|
1308
1325
|
"Entities":{"shape":"ListOfEntities"}
|
|
1309
|
-
}
|
|
1326
|
+
},
|
|
1327
|
+
"sensitive":true
|
|
1310
1328
|
},
|
|
1311
1329
|
"DetectKeyPhrasesRequest":{
|
|
1312
1330
|
"type":"structure",
|
|
@@ -1315,7 +1333,7 @@
|
|
|
1315
1333
|
"LanguageCode"
|
|
1316
1334
|
],
|
|
1317
1335
|
"members":{
|
|
1318
|
-
"Text":{"shape":"
|
|
1336
|
+
"Text":{"shape":"CustomerInputString"},
|
|
1319
1337
|
"LanguageCode":{"shape":"LanguageCode"}
|
|
1320
1338
|
}
|
|
1321
1339
|
},
|
|
@@ -1323,7 +1341,8 @@
|
|
|
1323
1341
|
"type":"structure",
|
|
1324
1342
|
"members":{
|
|
1325
1343
|
"KeyPhrases":{"shape":"ListOfKeyPhrases"}
|
|
1326
|
-
}
|
|
1344
|
+
},
|
|
1345
|
+
"sensitive":true
|
|
1327
1346
|
},
|
|
1328
1347
|
"DetectSentimentRequest":{
|
|
1329
1348
|
"type":"structure",
|
|
@@ -1332,7 +1351,7 @@
|
|
|
1332
1351
|
"LanguageCode"
|
|
1333
1352
|
],
|
|
1334
1353
|
"members":{
|
|
1335
|
-
"Text":{"shape":"
|
|
1354
|
+
"Text":{"shape":"CustomerInputString"},
|
|
1336
1355
|
"LanguageCode":{"shape":"LanguageCode"}
|
|
1337
1356
|
}
|
|
1338
1357
|
},
|
|
@@ -1341,7 +1360,8 @@
|
|
|
1341
1360
|
"members":{
|
|
1342
1361
|
"Sentiment":{"shape":"SentimentType"},
|
|
1343
1362
|
"SentimentScore":{"shape":"SentimentScore"}
|
|
1344
|
-
}
|
|
1363
|
+
},
|
|
1364
|
+
"sensitive":true
|
|
1345
1365
|
},
|
|
1346
1366
|
"DetectSyntaxRequest":{
|
|
1347
1367
|
"type":"structure",
|
|
@@ -1350,7 +1370,7 @@
|
|
|
1350
1370
|
"LanguageCode"
|
|
1351
1371
|
],
|
|
1352
1372
|
"members":{
|
|
1353
|
-
"Text":{"shape":"
|
|
1373
|
+
"Text":{"shape":"CustomerInputString"},
|
|
1354
1374
|
"LanguageCode":{"shape":"SyntaxLanguageCode"}
|
|
1355
1375
|
}
|
|
1356
1376
|
},
|
|
@@ -1358,7 +1378,8 @@
|
|
|
1358
1378
|
"type":"structure",
|
|
1359
1379
|
"members":{
|
|
1360
1380
|
"SyntaxTokens":{"shape":"ListOfSyntaxTokens"}
|
|
1361
|
-
}
|
|
1381
|
+
},
|
|
1382
|
+
"sensitive":true
|
|
1362
1383
|
},
|
|
1363
1384
|
"DocumentClass":{
|
|
1364
1385
|
"type":"structure",
|
|
@@ -1601,6 +1622,11 @@
|
|
|
1601
1622
|
"S3Uri":{"shape":"S3Uri"}
|
|
1602
1623
|
}
|
|
1603
1624
|
},
|
|
1625
|
+
"EntityRecognizerEndpointArn":{
|
|
1626
|
+
"type":"string",
|
|
1627
|
+
"max":256,
|
|
1628
|
+
"pattern":"arn:aws(-[^:]+)?:comprehend:[a-zA-Z0-9-]*:[0-9]{12}:entity-recognizer-endpoint/[a-zA-Z0-9](-*[a-zA-Z0-9])*"
|
|
1629
|
+
},
|
|
1604
1630
|
"EntityRecognizerEntityList":{
|
|
1605
1631
|
"type":"structure",
|
|
1606
1632
|
"required":["S3Uri"],
|
|
@@ -1644,7 +1670,8 @@
|
|
|
1644
1670
|
"NumberOfTestDocuments":{"shape":"Integer"},
|
|
1645
1671
|
"EvaluationMetrics":{"shape":"EntityRecognizerEvaluationMetrics"},
|
|
1646
1672
|
"EntityTypes":{"shape":"EntityRecognizerMetadataEntityTypesList"}
|
|
1647
|
-
}
|
|
1673
|
+
},
|
|
1674
|
+
"sensitive":true
|
|
1648
1675
|
},
|
|
1649
1676
|
"EntityRecognizerMetadataEntityTypesList":{
|
|
1650
1677
|
"type":"list",
|
|
@@ -2472,10 +2499,6 @@
|
|
|
2472
2499
|
"type":"string",
|
|
2473
2500
|
"min":1
|
|
2474
2501
|
},
|
|
2475
|
-
"StringList":{
|
|
2476
|
-
"type":"list",
|
|
2477
|
-
"member":{"shape":"String"}
|
|
2478
|
-
},
|
|
2479
2502
|
"SubnetId":{
|
|
2480
2503
|
"type":"string",
|
|
2481
2504
|
"max":32,
|
|
@@ -301,6 +301,20 @@
|
|
|
301
301
|
{"shape":"InternalServiceException"}
|
|
302
302
|
]
|
|
303
303
|
},
|
|
304
|
+
"ResumeContactRecording":{
|
|
305
|
+
"name":"ResumeContactRecording",
|
|
306
|
+
"http":{
|
|
307
|
+
"method":"POST",
|
|
308
|
+
"requestUri":"/contact/resume-recording"
|
|
309
|
+
},
|
|
310
|
+
"input":{"shape":"ResumeContactRecordingRequest"},
|
|
311
|
+
"output":{"shape":"ResumeContactRecordingResponse"},
|
|
312
|
+
"errors":[
|
|
313
|
+
{"shape":"InvalidRequestException"},
|
|
314
|
+
{"shape":"ResourceNotFoundException"},
|
|
315
|
+
{"shape":"InternalServiceException"}
|
|
316
|
+
]
|
|
317
|
+
},
|
|
304
318
|
"StartChatContact":{
|
|
305
319
|
"name":"StartChatContact",
|
|
306
320
|
"http":{
|
|
@@ -317,6 +331,21 @@
|
|
|
317
331
|
{"shape":"LimitExceededException"}
|
|
318
332
|
]
|
|
319
333
|
},
|
|
334
|
+
"StartContactRecording":{
|
|
335
|
+
"name":"StartContactRecording",
|
|
336
|
+
"http":{
|
|
337
|
+
"method":"POST",
|
|
338
|
+
"requestUri":"/contact/start-recording"
|
|
339
|
+
},
|
|
340
|
+
"input":{"shape":"StartContactRecordingRequest"},
|
|
341
|
+
"output":{"shape":"StartContactRecordingResponse"},
|
|
342
|
+
"errors":[
|
|
343
|
+
{"shape":"InvalidRequestException"},
|
|
344
|
+
{"shape":"InvalidParameterException"},
|
|
345
|
+
{"shape":"ResourceNotFoundException"},
|
|
346
|
+
{"shape":"InternalServiceException"}
|
|
347
|
+
]
|
|
348
|
+
},
|
|
320
349
|
"StartOutboundVoiceContact":{
|
|
321
350
|
"name":"StartOutboundVoiceContact",
|
|
322
351
|
"http":{
|
|
@@ -351,6 +380,34 @@
|
|
|
351
380
|
{"shape":"InternalServiceException"}
|
|
352
381
|
]
|
|
353
382
|
},
|
|
383
|
+
"StopContactRecording":{
|
|
384
|
+
"name":"StopContactRecording",
|
|
385
|
+
"http":{
|
|
386
|
+
"method":"POST",
|
|
387
|
+
"requestUri":"/contact/stop-recording"
|
|
388
|
+
},
|
|
389
|
+
"input":{"shape":"StopContactRecordingRequest"},
|
|
390
|
+
"output":{"shape":"StopContactRecordingResponse"},
|
|
391
|
+
"errors":[
|
|
392
|
+
{"shape":"InvalidRequestException"},
|
|
393
|
+
{"shape":"ResourceNotFoundException"},
|
|
394
|
+
{"shape":"InternalServiceException"}
|
|
395
|
+
]
|
|
396
|
+
},
|
|
397
|
+
"SuspendContactRecording":{
|
|
398
|
+
"name":"SuspendContactRecording",
|
|
399
|
+
"http":{
|
|
400
|
+
"method":"POST",
|
|
401
|
+
"requestUri":"/contact/suspend-recording"
|
|
402
|
+
},
|
|
403
|
+
"input":{"shape":"SuspendContactRecordingRequest"},
|
|
404
|
+
"output":{"shape":"SuspendContactRecordingResponse"},
|
|
405
|
+
"errors":[
|
|
406
|
+
{"shape":"InvalidRequestException"},
|
|
407
|
+
{"shape":"ResourceNotFoundException"},
|
|
408
|
+
{"shape":"InternalServiceException"}
|
|
409
|
+
]
|
|
410
|
+
},
|
|
354
411
|
"TagResource":{
|
|
355
412
|
"name":"TagResource",
|
|
356
413
|
"http":{
|
|
@@ -1754,6 +1811,24 @@
|
|
|
1754
1811
|
"error":{"httpStatusCode":404},
|
|
1755
1812
|
"exception":true
|
|
1756
1813
|
},
|
|
1814
|
+
"ResumeContactRecordingRequest":{
|
|
1815
|
+
"type":"structure",
|
|
1816
|
+
"required":[
|
|
1817
|
+
"InstanceId",
|
|
1818
|
+
"ContactId",
|
|
1819
|
+
"InitialContactId"
|
|
1820
|
+
],
|
|
1821
|
+
"members":{
|
|
1822
|
+
"InstanceId":{"shape":"InstanceId"},
|
|
1823
|
+
"ContactId":{"shape":"ContactId"},
|
|
1824
|
+
"InitialContactId":{"shape":"ContactId"}
|
|
1825
|
+
}
|
|
1826
|
+
},
|
|
1827
|
+
"ResumeContactRecordingResponse":{
|
|
1828
|
+
"type":"structure",
|
|
1829
|
+
"members":{
|
|
1830
|
+
}
|
|
1831
|
+
},
|
|
1757
1832
|
"RoutingProfileId":{"type":"string"},
|
|
1758
1833
|
"RoutingProfileName":{
|
|
1759
1834
|
"type":"string",
|
|
@@ -1823,6 +1898,26 @@
|
|
|
1823
1898
|
"ParticipantToken":{"shape":"ParticipantToken"}
|
|
1824
1899
|
}
|
|
1825
1900
|
},
|
|
1901
|
+
"StartContactRecordingRequest":{
|
|
1902
|
+
"type":"structure",
|
|
1903
|
+
"required":[
|
|
1904
|
+
"InstanceId",
|
|
1905
|
+
"ContactId",
|
|
1906
|
+
"InitialContactId",
|
|
1907
|
+
"VoiceRecordingConfiguration"
|
|
1908
|
+
],
|
|
1909
|
+
"members":{
|
|
1910
|
+
"InstanceId":{"shape":"InstanceId"},
|
|
1911
|
+
"ContactId":{"shape":"ContactId"},
|
|
1912
|
+
"InitialContactId":{"shape":"ContactId"},
|
|
1913
|
+
"VoiceRecordingConfiguration":{"shape":"VoiceRecordingConfiguration"}
|
|
1914
|
+
}
|
|
1915
|
+
},
|
|
1916
|
+
"StartContactRecordingResponse":{
|
|
1917
|
+
"type":"structure",
|
|
1918
|
+
"members":{
|
|
1919
|
+
}
|
|
1920
|
+
},
|
|
1826
1921
|
"StartOutboundVoiceContactRequest":{
|
|
1827
1922
|
"type":"structure",
|
|
1828
1923
|
"required":[
|
|
@@ -1857,6 +1952,24 @@
|
|
|
1857
1952
|
"AVG"
|
|
1858
1953
|
]
|
|
1859
1954
|
},
|
|
1955
|
+
"StopContactRecordingRequest":{
|
|
1956
|
+
"type":"structure",
|
|
1957
|
+
"required":[
|
|
1958
|
+
"InstanceId",
|
|
1959
|
+
"ContactId",
|
|
1960
|
+
"InitialContactId"
|
|
1961
|
+
],
|
|
1962
|
+
"members":{
|
|
1963
|
+
"InstanceId":{"shape":"InstanceId"},
|
|
1964
|
+
"ContactId":{"shape":"ContactId"},
|
|
1965
|
+
"InitialContactId":{"shape":"ContactId"}
|
|
1966
|
+
}
|
|
1967
|
+
},
|
|
1968
|
+
"StopContactRecordingResponse":{
|
|
1969
|
+
"type":"structure",
|
|
1970
|
+
"members":{
|
|
1971
|
+
}
|
|
1972
|
+
},
|
|
1860
1973
|
"StopContactRequest":{
|
|
1861
1974
|
"type":"structure",
|
|
1862
1975
|
"required":[
|
|
@@ -1873,6 +1986,24 @@
|
|
|
1873
1986
|
"members":{
|
|
1874
1987
|
}
|
|
1875
1988
|
},
|
|
1989
|
+
"SuspendContactRecordingRequest":{
|
|
1990
|
+
"type":"structure",
|
|
1991
|
+
"required":[
|
|
1992
|
+
"InstanceId",
|
|
1993
|
+
"ContactId",
|
|
1994
|
+
"InitialContactId"
|
|
1995
|
+
],
|
|
1996
|
+
"members":{
|
|
1997
|
+
"InstanceId":{"shape":"InstanceId"},
|
|
1998
|
+
"ContactId":{"shape":"ContactId"},
|
|
1999
|
+
"InitialContactId":{"shape":"ContactId"}
|
|
2000
|
+
}
|
|
2001
|
+
},
|
|
2002
|
+
"SuspendContactRecordingResponse":{
|
|
2003
|
+
"type":"structure",
|
|
2004
|
+
"members":{
|
|
2005
|
+
}
|
|
2006
|
+
},
|
|
1876
2007
|
"TagKey":{
|
|
1877
2008
|
"type":"string",
|
|
1878
2009
|
"max":128,
|
|
@@ -2134,6 +2265,20 @@
|
|
|
2134
2265
|
"member":{"shape":"UserSummary"}
|
|
2135
2266
|
},
|
|
2136
2267
|
"Value":{"type":"double"},
|
|
2268
|
+
"VoiceRecordingConfiguration":{
|
|
2269
|
+
"type":"structure",
|
|
2270
|
+
"members":{
|
|
2271
|
+
"VoiceRecordingTrack":{"shape":"VoiceRecordingTrack"}
|
|
2272
|
+
}
|
|
2273
|
+
},
|
|
2274
|
+
"VoiceRecordingTrack":{
|
|
2275
|
+
"type":"string",
|
|
2276
|
+
"enum":[
|
|
2277
|
+
"FROM_AGENT",
|
|
2278
|
+
"TO_AGENT",
|
|
2279
|
+
"ALL"
|
|
2280
|
+
]
|
|
2281
|
+
},
|
|
2137
2282
|
"timestamp":{"type":"timestamp"}
|
|
2138
2283
|
}
|
|
2139
2284
|
}
|