aws-sdk 2.1612.0 → 2.1614.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/README.md +1 -1
- package/apis/bedrock-agent-2023-06-05.min.json +43 -42
- package/apis/connect-2017-08-08.min.json +719 -439
- package/apis/connectcases-2022-10-03.min.json +40 -19
- package/apis/datasync-2018-11-09.min.json +3 -0
- package/apis/inspector2-2020-06-08.min.json +95 -94
- package/apis/medialive-2017-10-14.min.json +367 -364
- package/apis/sesv2-2019-09-27.min.json +3 -0
- package/clients/bedrockagent.d.ts +13 -4
- package/clients/connect.d.ts +331 -2
- package/clients/connectcases.d.ts +39 -14
- package/clients/datasync.d.ts +6 -6
- package/clients/inspector2.d.ts +6 -1
- package/clients/medialive.d.ts +8 -0
- package/clients/sagemaker.d.ts +1 -1
- package/clients/sesv2.d.ts +4 -0
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +8 -8
- package/dist/aws-sdk.js +722 -442
- package/dist/aws-sdk.min.js +85 -85
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -5,6 +5,9 @@
|
|
5
5
|
"endpointPrefix": "connect",
|
6
6
|
"jsonVersion": "1.1",
|
7
7
|
"protocol": "rest-json",
|
8
|
+
"protocols": [
|
9
|
+
"rest-json"
|
10
|
+
],
|
8
11
|
"serviceAbbreviation": "Amazon Connect",
|
9
12
|
"serviceFullName": "Amazon Connect Service",
|
10
13
|
"serviceId": "Connect",
|
@@ -476,6 +479,81 @@
|
|
476
479
|
}
|
477
480
|
}
|
478
481
|
},
|
482
|
+
"BatchGetAttachedFileMetadata": {
|
483
|
+
"http": {
|
484
|
+
"requestUri": "/attached-files/{InstanceId}"
|
485
|
+
},
|
486
|
+
"input": {
|
487
|
+
"type": "structure",
|
488
|
+
"required": [
|
489
|
+
"FileIds",
|
490
|
+
"InstanceId",
|
491
|
+
"AssociatedResourceArn"
|
492
|
+
],
|
493
|
+
"members": {
|
494
|
+
"FileIds": {
|
495
|
+
"type": "list",
|
496
|
+
"member": {}
|
497
|
+
},
|
498
|
+
"InstanceId": {
|
499
|
+
"location": "uri",
|
500
|
+
"locationName": "InstanceId"
|
501
|
+
},
|
502
|
+
"AssociatedResourceArn": {
|
503
|
+
"location": "querystring",
|
504
|
+
"locationName": "associatedResourceArn"
|
505
|
+
}
|
506
|
+
}
|
507
|
+
},
|
508
|
+
"output": {
|
509
|
+
"type": "structure",
|
510
|
+
"members": {
|
511
|
+
"Files": {
|
512
|
+
"type": "list",
|
513
|
+
"member": {
|
514
|
+
"type": "structure",
|
515
|
+
"required": [
|
516
|
+
"CreationTime",
|
517
|
+
"FileArn",
|
518
|
+
"FileId",
|
519
|
+
"FileName",
|
520
|
+
"FileSizeInBytes",
|
521
|
+
"FileStatus"
|
522
|
+
],
|
523
|
+
"members": {
|
524
|
+
"CreationTime": {},
|
525
|
+
"FileArn": {},
|
526
|
+
"FileId": {},
|
527
|
+
"FileName": {},
|
528
|
+
"FileSizeInBytes": {
|
529
|
+
"type": "long"
|
530
|
+
},
|
531
|
+
"FileStatus": {},
|
532
|
+
"CreatedBy": {
|
533
|
+
"shape": "S2l"
|
534
|
+
},
|
535
|
+
"FileUseCaseType": {},
|
536
|
+
"AssociatedResourceArn": {},
|
537
|
+
"Tags": {
|
538
|
+
"shape": "S2n"
|
539
|
+
}
|
540
|
+
}
|
541
|
+
}
|
542
|
+
},
|
543
|
+
"Errors": {
|
544
|
+
"type": "list",
|
545
|
+
"member": {
|
546
|
+
"type": "structure",
|
547
|
+
"members": {
|
548
|
+
"ErrorCode": {},
|
549
|
+
"ErrorMessage": {},
|
550
|
+
"FileId": {}
|
551
|
+
}
|
552
|
+
}
|
553
|
+
}
|
554
|
+
}
|
555
|
+
}
|
556
|
+
},
|
479
557
|
"BatchGetFlowAssociation": {
|
480
558
|
"http": {
|
481
559
|
"requestUri": "/flow-associations-batch/{InstanceId}"
|
@@ -502,7 +580,7 @@
|
|
502
580
|
"type": "structure",
|
503
581
|
"members": {
|
504
582
|
"FlowAssociationSummaryList": {
|
505
|
-
"shape": "
|
583
|
+
"shape": "S2y"
|
506
584
|
}
|
507
585
|
}
|
508
586
|
}
|
@@ -532,15 +610,15 @@
|
|
532
610
|
"type": "structure",
|
533
611
|
"members": {
|
534
612
|
"SystemEndpoint": {
|
535
|
-
"shape": "
|
613
|
+
"shape": "S34"
|
536
614
|
},
|
537
615
|
"CustomerEndpoint": {
|
538
|
-
"shape": "
|
616
|
+
"shape": "S34"
|
539
617
|
},
|
540
618
|
"RequestIdentifier": {},
|
541
619
|
"QueueId": {},
|
542
620
|
"Attributes": {
|
543
|
-
"shape": "
|
621
|
+
"shape": "S38"
|
544
622
|
},
|
545
623
|
"Campaign": {
|
546
624
|
"type": "structure",
|
@@ -596,7 +674,7 @@
|
|
596
674
|
"PhoneNumber": {},
|
597
675
|
"PhoneNumberDescription": {},
|
598
676
|
"Tags": {
|
599
|
-
"shape": "
|
677
|
+
"shape": "S2n"
|
600
678
|
},
|
601
679
|
"ClientToken": {
|
602
680
|
"idempotencyToken": true
|
@@ -611,6 +689,37 @@
|
|
611
689
|
}
|
612
690
|
}
|
613
691
|
},
|
692
|
+
"CompleteAttachedFileUpload": {
|
693
|
+
"http": {
|
694
|
+
"requestUri": "/attached-files/{InstanceId}/{FileId}"
|
695
|
+
},
|
696
|
+
"input": {
|
697
|
+
"type": "structure",
|
698
|
+
"required": [
|
699
|
+
"InstanceId",
|
700
|
+
"FileId",
|
701
|
+
"AssociatedResourceArn"
|
702
|
+
],
|
703
|
+
"members": {
|
704
|
+
"InstanceId": {
|
705
|
+
"location": "uri",
|
706
|
+
"locationName": "InstanceId"
|
707
|
+
},
|
708
|
+
"FileId": {
|
709
|
+
"location": "uri",
|
710
|
+
"locationName": "FileId"
|
711
|
+
},
|
712
|
+
"AssociatedResourceArn": {
|
713
|
+
"location": "querystring",
|
714
|
+
"locationName": "associatedResourceArn"
|
715
|
+
}
|
716
|
+
}
|
717
|
+
},
|
718
|
+
"output": {
|
719
|
+
"type": "structure",
|
720
|
+
"members": {}
|
721
|
+
}
|
722
|
+
},
|
614
723
|
"CreateAgentStatus": {
|
615
724
|
"http": {
|
616
725
|
"method": "PUT",
|
@@ -635,7 +744,7 @@
|
|
635
744
|
"type": "integer"
|
636
745
|
},
|
637
746
|
"Tags": {
|
638
|
-
"shape": "
|
747
|
+
"shape": "S2n"
|
639
748
|
}
|
640
749
|
}
|
641
750
|
},
|
@@ -670,7 +779,7 @@
|
|
670
779
|
"Description": {},
|
671
780
|
"Content": {},
|
672
781
|
"Tags": {
|
673
|
-
"shape": "
|
782
|
+
"shape": "S2n"
|
674
783
|
}
|
675
784
|
}
|
676
785
|
},
|
@@ -703,7 +812,7 @@
|
|
703
812
|
"Description": {},
|
704
813
|
"Content": {},
|
705
814
|
"Tags": {
|
706
|
-
"shape": "
|
815
|
+
"shape": "S2n"
|
707
816
|
},
|
708
817
|
"ClientToken": {
|
709
818
|
"idempotencyToken": true
|
@@ -738,10 +847,10 @@
|
|
738
847
|
"Title": {},
|
739
848
|
"Description": {},
|
740
849
|
"Items": {
|
741
|
-
"shape": "
|
850
|
+
"shape": "S4c"
|
742
851
|
},
|
743
852
|
"ScoringStrategy": {
|
744
|
-
"shape": "
|
853
|
+
"shape": "S57"
|
745
854
|
},
|
746
855
|
"ClientToken": {
|
747
856
|
"idempotencyToken": true
|
@@ -783,10 +892,10 @@
|
|
783
892
|
"Description": {},
|
784
893
|
"TimeZone": {},
|
785
894
|
"Config": {
|
786
|
-
"shape": "
|
895
|
+
"shape": "S5f"
|
787
896
|
},
|
788
897
|
"Tags": {
|
789
|
-
"shape": "
|
898
|
+
"shape": "S2n"
|
790
899
|
}
|
791
900
|
}
|
792
901
|
},
|
@@ -814,7 +923,7 @@
|
|
814
923
|
"ClientToken": {},
|
815
924
|
"IdentityManagementType": {},
|
816
925
|
"InstanceAlias": {
|
817
|
-
"shape": "
|
926
|
+
"shape": "S5p"
|
818
927
|
},
|
819
928
|
"DirectoryId": {},
|
820
929
|
"InboundCallsEnabled": {
|
@@ -824,7 +933,7 @@
|
|
824
933
|
"type": "boolean"
|
825
934
|
},
|
826
935
|
"Tags": {
|
827
|
-
"shape": "
|
936
|
+
"shape": "S2n"
|
828
937
|
}
|
829
938
|
}
|
830
939
|
},
|
@@ -859,7 +968,7 @@
|
|
859
968
|
"SourceApplicationName": {},
|
860
969
|
"SourceType": {},
|
861
970
|
"Tags": {
|
862
|
-
"shape": "
|
971
|
+
"shape": "S2n"
|
863
972
|
}
|
864
973
|
}
|
865
974
|
},
|
@@ -963,7 +1072,7 @@
|
|
963
1072
|
},
|
964
1073
|
"Name": {},
|
965
1074
|
"Values": {
|
966
|
-
"shape": "
|
1075
|
+
"shape": "S6d"
|
967
1076
|
}
|
968
1077
|
}
|
969
1078
|
}
|
@@ -989,7 +1098,7 @@
|
|
989
1098
|
"Description": {},
|
990
1099
|
"S3Uri": {},
|
991
1100
|
"Tags": {
|
992
|
-
"shape": "
|
1101
|
+
"shape": "S2n"
|
993
1102
|
}
|
994
1103
|
}
|
995
1104
|
},
|
@@ -1021,7 +1130,7 @@
|
|
1021
1130
|
"Name": {},
|
1022
1131
|
"Description": {},
|
1023
1132
|
"OutboundCallerConfig": {
|
1024
|
-
"shape": "
|
1133
|
+
"shape": "S6m"
|
1025
1134
|
},
|
1026
1135
|
"HoursOfOperationId": {},
|
1027
1136
|
"MaxContacts": {
|
@@ -1031,7 +1140,7 @@
|
|
1031
1140
|
"shape": "S1f"
|
1032
1141
|
},
|
1033
1142
|
"Tags": {
|
1034
|
-
"shape": "
|
1143
|
+
"shape": "S2n"
|
1035
1144
|
}
|
1036
1145
|
}
|
1037
1146
|
},
|
@@ -1063,10 +1172,10 @@
|
|
1063
1172
|
"Name": {},
|
1064
1173
|
"Description": {},
|
1065
1174
|
"QuickConnectConfig": {
|
1066
|
-
"shape": "
|
1175
|
+
"shape": "S6t"
|
1067
1176
|
},
|
1068
1177
|
"Tags": {
|
1069
|
-
"shape": "
|
1178
|
+
"shape": "S2n"
|
1070
1179
|
}
|
1071
1180
|
}
|
1072
1181
|
},
|
@@ -1104,10 +1213,10 @@
|
|
1104
1213
|
"shape": "S1j"
|
1105
1214
|
},
|
1106
1215
|
"MediaConcurrencies": {
|
1107
|
-
"shape": "
|
1216
|
+
"shape": "S72"
|
1108
1217
|
},
|
1109
1218
|
"Tags": {
|
1110
|
-
"shape": "
|
1219
|
+
"shape": "S2n"
|
1111
1220
|
},
|
1112
1221
|
"AgentAvailabilityTimer": {}
|
1113
1222
|
}
|
@@ -1141,11 +1250,11 @@
|
|
1141
1250
|
},
|
1142
1251
|
"Name": {},
|
1143
1252
|
"TriggerEventSource": {
|
1144
|
-
"shape": "
|
1253
|
+
"shape": "S7b"
|
1145
1254
|
},
|
1146
1255
|
"Function": {},
|
1147
1256
|
"Actions": {
|
1148
|
-
"shape": "
|
1257
|
+
"shape": "S7e"
|
1149
1258
|
},
|
1150
1259
|
"PublishStatus": {},
|
1151
1260
|
"ClientToken": {
|
@@ -1180,26 +1289,26 @@
|
|
1180
1289
|
"SecurityProfileName": {},
|
1181
1290
|
"Description": {},
|
1182
1291
|
"Permissions": {
|
1183
|
-
"shape": "
|
1292
|
+
"shape": "S8j"
|
1184
1293
|
},
|
1185
1294
|
"InstanceId": {
|
1186
1295
|
"location": "uri",
|
1187
1296
|
"locationName": "InstanceId"
|
1188
1297
|
},
|
1189
1298
|
"Tags": {
|
1190
|
-
"shape": "
|
1299
|
+
"shape": "S2n"
|
1191
1300
|
},
|
1192
1301
|
"AllowedAccessControlTags": {
|
1193
|
-
"shape": "
|
1302
|
+
"shape": "S8l"
|
1194
1303
|
},
|
1195
1304
|
"TagRestrictedResources": {
|
1196
|
-
"shape": "
|
1305
|
+
"shape": "S8o"
|
1197
1306
|
},
|
1198
1307
|
"Applications": {
|
1199
|
-
"shape": "
|
1308
|
+
"shape": "S8q"
|
1200
1309
|
},
|
1201
1310
|
"HierarchyRestrictedResources": {
|
1202
|
-
"shape": "
|
1311
|
+
"shape": "S8v"
|
1203
1312
|
},
|
1204
1313
|
"AllowedAccessControlHierarchyGroupId": {}
|
1205
1314
|
}
|
@@ -1233,14 +1342,14 @@
|
|
1233
1342
|
"Description": {},
|
1234
1343
|
"ContactFlowId": {},
|
1235
1344
|
"Constraints": {
|
1236
|
-
"shape": "
|
1345
|
+
"shape": "S93"
|
1237
1346
|
},
|
1238
1347
|
"Defaults": {
|
1239
|
-
"shape": "
|
1348
|
+
"shape": "S9c"
|
1240
1349
|
},
|
1241
1350
|
"Status": {},
|
1242
1351
|
"Fields": {
|
1243
|
-
"shape": "
|
1352
|
+
"shape": "S9h"
|
1244
1353
|
},
|
1245
1354
|
"ClientToken": {
|
1246
1355
|
"idempotencyToken": true
|
@@ -1278,7 +1387,7 @@
|
|
1278
1387
|
"idempotencyToken": true
|
1279
1388
|
},
|
1280
1389
|
"Tags": {
|
1281
|
-
"shape": "
|
1390
|
+
"shape": "S2n"
|
1282
1391
|
}
|
1283
1392
|
}
|
1284
1393
|
},
|
@@ -1313,7 +1422,7 @@
|
|
1313
1422
|
},
|
1314
1423
|
"UseCaseType": {},
|
1315
1424
|
"Tags": {
|
1316
|
-
"shape": "
|
1425
|
+
"shape": "S2n"
|
1317
1426
|
}
|
1318
1427
|
}
|
1319
1428
|
},
|
@@ -1346,14 +1455,14 @@
|
|
1346
1455
|
"sensitive": true
|
1347
1456
|
},
|
1348
1457
|
"IdentityInfo": {
|
1349
|
-
"shape": "
|
1458
|
+
"shape": "Sa4"
|
1350
1459
|
},
|
1351
1460
|
"PhoneConfig": {
|
1352
|
-
"shape": "
|
1461
|
+
"shape": "Sa8"
|
1353
1462
|
},
|
1354
1463
|
"DirectoryUserId": {},
|
1355
1464
|
"SecurityProfileIds": {
|
1356
|
-
"shape": "
|
1465
|
+
"shape": "Sad"
|
1357
1466
|
},
|
1358
1467
|
"RoutingProfileId": {},
|
1359
1468
|
"HierarchyGroupId": {},
|
@@ -1362,7 +1471,7 @@
|
|
1362
1471
|
"locationName": "InstanceId"
|
1363
1472
|
},
|
1364
1473
|
"Tags": {
|
1365
|
-
"shape": "
|
1474
|
+
"shape": "S2n"
|
1366
1475
|
}
|
1367
1476
|
}
|
1368
1477
|
},
|
@@ -1393,7 +1502,7 @@
|
|
1393
1502
|
"locationName": "InstanceId"
|
1394
1503
|
},
|
1395
1504
|
"Tags": {
|
1396
|
-
"shape": "
|
1505
|
+
"shape": "S2n"
|
1397
1506
|
}
|
1398
1507
|
}
|
1399
1508
|
},
|
@@ -1426,14 +1535,14 @@
|
|
1426
1535
|
"ClientToken": {},
|
1427
1536
|
"Status": {},
|
1428
1537
|
"Content": {
|
1429
|
-
"shape": "
|
1538
|
+
"shape": "Sam"
|
1430
1539
|
},
|
1431
1540
|
"Description": {},
|
1432
1541
|
"Name": {
|
1433
|
-
"shape": "
|
1542
|
+
"shape": "Sar"
|
1434
1543
|
},
|
1435
1544
|
"Tags": {
|
1436
|
-
"shape": "
|
1545
|
+
"shape": "S2n"
|
1437
1546
|
}
|
1438
1547
|
}
|
1439
1548
|
},
|
@@ -1441,7 +1550,7 @@
|
|
1441
1550
|
"type": "structure",
|
1442
1551
|
"members": {
|
1443
1552
|
"View": {
|
1444
|
-
"shape": "
|
1553
|
+
"shape": "Sat"
|
1445
1554
|
}
|
1446
1555
|
}
|
1447
1556
|
},
|
@@ -1475,7 +1584,7 @@
|
|
1475
1584
|
"type": "structure",
|
1476
1585
|
"members": {
|
1477
1586
|
"View": {
|
1478
|
-
"shape": "
|
1587
|
+
"shape": "Sat"
|
1479
1588
|
}
|
1480
1589
|
}
|
1481
1590
|
},
|
@@ -1505,7 +1614,7 @@
|
|
1505
1614
|
"LanguageCode": {},
|
1506
1615
|
"Content": {},
|
1507
1616
|
"Tags": {
|
1508
|
-
"shape": "
|
1617
|
+
"shape": "S2n"
|
1509
1618
|
}
|
1510
1619
|
}
|
1511
1620
|
},
|
@@ -1564,6 +1673,38 @@
|
|
1564
1673
|
}
|
1565
1674
|
}
|
1566
1675
|
},
|
1676
|
+
"DeleteAttachedFile": {
|
1677
|
+
"http": {
|
1678
|
+
"method": "DELETE",
|
1679
|
+
"requestUri": "/attached-files/{InstanceId}/{FileId}"
|
1680
|
+
},
|
1681
|
+
"input": {
|
1682
|
+
"type": "structure",
|
1683
|
+
"required": [
|
1684
|
+
"InstanceId",
|
1685
|
+
"FileId",
|
1686
|
+
"AssociatedResourceArn"
|
1687
|
+
],
|
1688
|
+
"members": {
|
1689
|
+
"InstanceId": {
|
1690
|
+
"location": "uri",
|
1691
|
+
"locationName": "InstanceId"
|
1692
|
+
},
|
1693
|
+
"FileId": {
|
1694
|
+
"location": "uri",
|
1695
|
+
"locationName": "FileId"
|
1696
|
+
},
|
1697
|
+
"AssociatedResourceArn": {
|
1698
|
+
"location": "querystring",
|
1699
|
+
"locationName": "associatedResourceArn"
|
1700
|
+
}
|
1701
|
+
}
|
1702
|
+
},
|
1703
|
+
"output": {
|
1704
|
+
"type": "structure",
|
1705
|
+
"members": {}
|
1706
|
+
}
|
1707
|
+
},
|
1567
1708
|
"DeleteContactEvaluation": {
|
1568
1709
|
"http": {
|
1569
1710
|
"method": "DELETE",
|
@@ -2153,7 +2294,7 @@
|
|
2153
2294
|
},
|
2154
2295
|
"State": {},
|
2155
2296
|
"Tags": {
|
2156
|
-
"shape": "
|
2297
|
+
"shape": "S2n"
|
2157
2298
|
},
|
2158
2299
|
"LastModifiedTime": {
|
2159
2300
|
"type": "timestamp"
|
@@ -2198,10 +2339,10 @@
|
|
2198
2339
|
"PreviousContactId": {},
|
2199
2340
|
"InitiationMethod": {},
|
2200
2341
|
"Name": {
|
2201
|
-
"shape": "
|
2342
|
+
"shape": "Sce"
|
2202
2343
|
},
|
2203
2344
|
"Description": {
|
2204
|
-
"shape": "
|
2345
|
+
"shape": "Scf"
|
2205
2346
|
},
|
2206
2347
|
"Channel": {},
|
2207
2348
|
"QueueInfo": {
|
@@ -2263,7 +2404,7 @@
|
|
2263
2404
|
"type": "long"
|
2264
2405
|
},
|
2265
2406
|
"Tags": {
|
2266
|
-
"shape": "
|
2407
|
+
"shape": "Scq"
|
2267
2408
|
}
|
2268
2409
|
}
|
2269
2410
|
}
|
@@ -2325,7 +2466,7 @@
|
|
2325
2466
|
"EvaluatorArn": {},
|
2326
2467
|
"ContactAgentId": {},
|
2327
2468
|
"Score": {
|
2328
|
-
"shape": "
|
2469
|
+
"shape": "Scx"
|
2329
2470
|
}
|
2330
2471
|
}
|
2331
2472
|
},
|
@@ -2336,23 +2477,23 @@
|
|
2336
2477
|
"type": "structure",
|
2337
2478
|
"members": {
|
2338
2479
|
"Value": {
|
2339
|
-
"shape": "
|
2480
|
+
"shape": "Sd1"
|
2340
2481
|
},
|
2341
2482
|
"SystemSuggestedValue": {
|
2342
|
-
"shape": "
|
2483
|
+
"shape": "Sd1"
|
2343
2484
|
}
|
2344
2485
|
}
|
2345
2486
|
}
|
2346
2487
|
},
|
2347
2488
|
"Notes": {
|
2348
|
-
"shape": "
|
2489
|
+
"shape": "Sd4"
|
2349
2490
|
},
|
2350
2491
|
"Status": {},
|
2351
2492
|
"Scores": {
|
2352
2493
|
"type": "map",
|
2353
2494
|
"key": {},
|
2354
2495
|
"value": {
|
2355
|
-
"shape": "
|
2496
|
+
"shape": "Scx"
|
2356
2497
|
}
|
2357
2498
|
},
|
2358
2499
|
"CreatedTime": {
|
@@ -2362,7 +2503,7 @@
|
|
2362
2503
|
"type": "timestamp"
|
2363
2504
|
},
|
2364
2505
|
"Tags": {
|
2365
|
-
"shape": "
|
2506
|
+
"shape": "S2n"
|
2366
2507
|
}
|
2367
2508
|
}
|
2368
2509
|
},
|
@@ -2384,10 +2525,10 @@
|
|
2384
2525
|
"Title": {},
|
2385
2526
|
"Description": {},
|
2386
2527
|
"Items": {
|
2387
|
-
"shape": "
|
2528
|
+
"shape": "S4c"
|
2388
2529
|
},
|
2389
2530
|
"ScoringStrategy": {
|
2390
|
-
"shape": "
|
2531
|
+
"shape": "S57"
|
2391
2532
|
}
|
2392
2533
|
}
|
2393
2534
|
}
|
@@ -2430,7 +2571,7 @@
|
|
2430
2571
|
"Description": {},
|
2431
2572
|
"Content": {},
|
2432
2573
|
"Tags": {
|
2433
|
-
"shape": "
|
2574
|
+
"shape": "S2n"
|
2434
2575
|
}
|
2435
2576
|
}
|
2436
2577
|
}
|
@@ -2473,7 +2614,7 @@
|
|
2473
2614
|
"State": {},
|
2474
2615
|
"Status": {},
|
2475
2616
|
"Tags": {
|
2476
|
-
"shape": "
|
2617
|
+
"shape": "S2n"
|
2477
2618
|
}
|
2478
2619
|
}
|
2479
2620
|
}
|
@@ -2541,10 +2682,10 @@
|
|
2541
2682
|
"Description": {},
|
2542
2683
|
"Status": {},
|
2543
2684
|
"Items": {
|
2544
|
-
"shape": "
|
2685
|
+
"shape": "S4c"
|
2545
2686
|
},
|
2546
2687
|
"ScoringStrategy": {
|
2547
|
-
"shape": "
|
2688
|
+
"shape": "S57"
|
2548
2689
|
},
|
2549
2690
|
"CreatedTime": {
|
2550
2691
|
"type": "timestamp"
|
@@ -2555,7 +2696,7 @@
|
|
2555
2696
|
},
|
2556
2697
|
"LastModifiedBy": {},
|
2557
2698
|
"Tags": {
|
2558
|
-
"shape": "
|
2699
|
+
"shape": "S2n"
|
2559
2700
|
}
|
2560
2701
|
}
|
2561
2702
|
}
|
@@ -2588,7 +2729,7 @@
|
|
2588
2729
|
"type": "structure",
|
2589
2730
|
"members": {
|
2590
2731
|
"HoursOfOperation": {
|
2591
|
-
"shape": "
|
2732
|
+
"shape": "Sdq"
|
2592
2733
|
}
|
2593
2734
|
}
|
2594
2735
|
}
|
@@ -2620,7 +2761,7 @@
|
|
2620
2761
|
"Arn": {},
|
2621
2762
|
"IdentityManagementType": {},
|
2622
2763
|
"InstanceAlias": {
|
2623
|
-
"shape": "
|
2764
|
+
"shape": "S5p"
|
2624
2765
|
},
|
2625
2766
|
"CreatedTime": {
|
2626
2767
|
"type": "timestamp"
|
@@ -2641,7 +2782,7 @@
|
|
2641
2782
|
},
|
2642
2783
|
"InstanceAccessUrl": {},
|
2643
2784
|
"Tags": {
|
2644
|
-
"shape": "
|
2785
|
+
"shape": "S2n"
|
2645
2786
|
}
|
2646
2787
|
}
|
2647
2788
|
}
|
@@ -2674,7 +2815,7 @@
|
|
2674
2815
|
"type": "structure",
|
2675
2816
|
"members": {
|
2676
2817
|
"Attribute": {
|
2677
|
-
"shape": "
|
2818
|
+
"shape": "Se0"
|
2678
2819
|
}
|
2679
2820
|
}
|
2680
2821
|
}
|
@@ -2747,7 +2888,7 @@
|
|
2747
2888
|
"TargetArn": {},
|
2748
2889
|
"InstanceId": {},
|
2749
2890
|
"Tags": {
|
2750
|
-
"shape": "
|
2891
|
+
"shape": "S2n"
|
2751
2892
|
},
|
2752
2893
|
"PhoneNumberStatus": {
|
2753
2894
|
"type": "structure",
|
@@ -2788,7 +2929,7 @@
|
|
2788
2929
|
"type": "structure",
|
2789
2930
|
"members": {
|
2790
2931
|
"PredefinedAttribute": {
|
2791
|
-
"shape": "
|
2932
|
+
"shape": "See"
|
2792
2933
|
}
|
2793
2934
|
}
|
2794
2935
|
}
|
@@ -2819,7 +2960,7 @@
|
|
2819
2960
|
"type": "structure",
|
2820
2961
|
"members": {
|
2821
2962
|
"Prompt": {
|
2822
|
-
"shape": "
|
2963
|
+
"shape": "Seh"
|
2823
2964
|
}
|
2824
2965
|
}
|
2825
2966
|
}
|
@@ -2850,7 +2991,7 @@
|
|
2850
2991
|
"type": "structure",
|
2851
2992
|
"members": {
|
2852
2993
|
"Queue": {
|
2853
|
-
"shape": "
|
2994
|
+
"shape": "Sek"
|
2854
2995
|
}
|
2855
2996
|
}
|
2856
2997
|
}
|
@@ -2881,7 +3022,7 @@
|
|
2881
3022
|
"type": "structure",
|
2882
3023
|
"members": {
|
2883
3024
|
"QuickConnect": {
|
2884
|
-
"shape": "
|
3025
|
+
"shape": "Seo"
|
2885
3026
|
}
|
2886
3027
|
}
|
2887
3028
|
}
|
@@ -2912,7 +3053,7 @@
|
|
2912
3053
|
"type": "structure",
|
2913
3054
|
"members": {
|
2914
3055
|
"RoutingProfile": {
|
2915
|
-
"shape": "
|
3056
|
+
"shape": "Ser"
|
2916
3057
|
}
|
2917
3058
|
}
|
2918
3059
|
}
|
@@ -2964,11 +3105,11 @@
|
|
2964
3105
|
"RuleId": {},
|
2965
3106
|
"RuleArn": {},
|
2966
3107
|
"TriggerEventSource": {
|
2967
|
-
"shape": "
|
3108
|
+
"shape": "S7b"
|
2968
3109
|
},
|
2969
3110
|
"Function": {},
|
2970
3111
|
"Actions": {
|
2971
|
-
"shape": "
|
3112
|
+
"shape": "S7e"
|
2972
3113
|
},
|
2973
3114
|
"PublishStatus": {},
|
2974
3115
|
"CreatedTime": {
|
@@ -2979,7 +3120,7 @@
|
|
2979
3120
|
},
|
2980
3121
|
"LastUpdatedBy": {},
|
2981
3122
|
"Tags": {
|
2982
|
-
"shape": "
|
3123
|
+
"shape": "S2n"
|
2983
3124
|
}
|
2984
3125
|
}
|
2985
3126
|
}
|
@@ -3020,20 +3161,20 @@
|
|
3020
3161
|
"SecurityProfileName": {},
|
3021
3162
|
"Description": {},
|
3022
3163
|
"Tags": {
|
3023
|
-
"shape": "
|
3164
|
+
"shape": "S2n"
|
3024
3165
|
},
|
3025
3166
|
"AllowedAccessControlTags": {
|
3026
|
-
"shape": "
|
3167
|
+
"shape": "S8l"
|
3027
3168
|
},
|
3028
3169
|
"TagRestrictedResources": {
|
3029
|
-
"shape": "
|
3170
|
+
"shape": "S8o"
|
3030
3171
|
},
|
3031
3172
|
"LastModifiedTime": {
|
3032
3173
|
"type": "timestamp"
|
3033
3174
|
},
|
3034
3175
|
"LastModifiedRegion": {},
|
3035
3176
|
"HierarchyRestrictedResources": {
|
3036
|
-
"shape": "
|
3177
|
+
"shape": "S8v"
|
3037
3178
|
},
|
3038
3179
|
"AllowedAccessControlHierarchyGroupId": {}
|
3039
3180
|
}
|
@@ -3071,7 +3212,7 @@
|
|
3071
3212
|
"InstanceArn": {},
|
3072
3213
|
"Status": {},
|
3073
3214
|
"Tags": {
|
3074
|
-
"shape": "
|
3215
|
+
"shape": "S2n"
|
3075
3216
|
},
|
3076
3217
|
"IsDefault": {
|
3077
3218
|
"type": "boolean"
|
@@ -3113,19 +3254,19 @@
|
|
3113
3254
|
"Arn": {},
|
3114
3255
|
"Username": {},
|
3115
3256
|
"IdentityInfo": {
|
3116
|
-
"shape": "
|
3257
|
+
"shape": "Sa4"
|
3117
3258
|
},
|
3118
3259
|
"PhoneConfig": {
|
3119
|
-
"shape": "
|
3260
|
+
"shape": "Sa8"
|
3120
3261
|
},
|
3121
3262
|
"DirectoryUserId": {},
|
3122
3263
|
"SecurityProfileIds": {
|
3123
|
-
"shape": "
|
3264
|
+
"shape": "Sad"
|
3124
3265
|
},
|
3125
3266
|
"RoutingProfileId": {},
|
3126
3267
|
"HierarchyGroupId": {},
|
3127
3268
|
"Tags": {
|
3128
|
-
"shape": "
|
3269
|
+
"shape": "S2n"
|
3129
3270
|
},
|
3130
3271
|
"LastModifiedTime": {
|
3131
3272
|
"type": "timestamp"
|
@@ -3172,24 +3313,24 @@
|
|
3172
3313
|
"type": "structure",
|
3173
3314
|
"members": {
|
3174
3315
|
"LevelOne": {
|
3175
|
-
"shape": "
|
3316
|
+
"shape": "Sfd"
|
3176
3317
|
},
|
3177
3318
|
"LevelTwo": {
|
3178
|
-
"shape": "
|
3319
|
+
"shape": "Sfd"
|
3179
3320
|
},
|
3180
3321
|
"LevelThree": {
|
3181
|
-
"shape": "
|
3322
|
+
"shape": "Sfd"
|
3182
3323
|
},
|
3183
3324
|
"LevelFour": {
|
3184
|
-
"shape": "
|
3325
|
+
"shape": "Sfd"
|
3185
3326
|
},
|
3186
3327
|
"LevelFive": {
|
3187
|
-
"shape": "
|
3328
|
+
"shape": "Sfd"
|
3188
3329
|
}
|
3189
3330
|
}
|
3190
3331
|
},
|
3191
3332
|
"Tags": {
|
3192
|
-
"shape": "
|
3333
|
+
"shape": "S2n"
|
3193
3334
|
},
|
3194
3335
|
"LastModifiedTime": {
|
3195
3336
|
"type": "timestamp"
|
@@ -3224,19 +3365,19 @@
|
|
3224
3365
|
"type": "structure",
|
3225
3366
|
"members": {
|
3226
3367
|
"LevelOne": {
|
3227
|
-
"shape": "
|
3368
|
+
"shape": "Sfh"
|
3228
3369
|
},
|
3229
3370
|
"LevelTwo": {
|
3230
|
-
"shape": "
|
3371
|
+
"shape": "Sfh"
|
3231
3372
|
},
|
3232
3373
|
"LevelThree": {
|
3233
|
-
"shape": "
|
3374
|
+
"shape": "Sfh"
|
3234
3375
|
},
|
3235
3376
|
"LevelFour": {
|
3236
|
-
"shape": "
|
3377
|
+
"shape": "Sfh"
|
3237
3378
|
},
|
3238
3379
|
"LevelFive": {
|
3239
|
-
"shape": "
|
3380
|
+
"shape": "Sfh"
|
3240
3381
|
}
|
3241
3382
|
}
|
3242
3383
|
}
|
@@ -3269,7 +3410,7 @@
|
|
3269
3410
|
"type": "structure",
|
3270
3411
|
"members": {
|
3271
3412
|
"View": {
|
3272
|
-
"shape": "
|
3413
|
+
"shape": "Sat"
|
3273
3414
|
}
|
3274
3415
|
}
|
3275
3416
|
}
|
@@ -3324,7 +3465,7 @@
|
|
3324
3465
|
"FailureReason": {},
|
3325
3466
|
"Content": {},
|
3326
3467
|
"Tags": {
|
3327
|
-
"shape": "
|
3468
|
+
"shape": "S2n"
|
3328
3469
|
}
|
3329
3470
|
}
|
3330
3471
|
}
|
@@ -3707,6 +3848,70 @@
|
|
3707
3848
|
"members": {}
|
3708
3849
|
}
|
3709
3850
|
},
|
3851
|
+
"GetAttachedFile": {
|
3852
|
+
"http": {
|
3853
|
+
"method": "GET",
|
3854
|
+
"requestUri": "/attached-files/{InstanceId}/{FileId}"
|
3855
|
+
},
|
3856
|
+
"input": {
|
3857
|
+
"type": "structure",
|
3858
|
+
"required": [
|
3859
|
+
"InstanceId",
|
3860
|
+
"FileId",
|
3861
|
+
"AssociatedResourceArn"
|
3862
|
+
],
|
3863
|
+
"members": {
|
3864
|
+
"InstanceId": {
|
3865
|
+
"location": "uri",
|
3866
|
+
"locationName": "InstanceId"
|
3867
|
+
},
|
3868
|
+
"FileId": {
|
3869
|
+
"location": "uri",
|
3870
|
+
"locationName": "FileId"
|
3871
|
+
},
|
3872
|
+
"UrlExpiryInSeconds": {
|
3873
|
+
"location": "querystring",
|
3874
|
+
"locationName": "urlExpiryInSeconds",
|
3875
|
+
"type": "integer"
|
3876
|
+
},
|
3877
|
+
"AssociatedResourceArn": {
|
3878
|
+
"location": "querystring",
|
3879
|
+
"locationName": "associatedResourceArn"
|
3880
|
+
}
|
3881
|
+
}
|
3882
|
+
},
|
3883
|
+
"output": {
|
3884
|
+
"type": "structure",
|
3885
|
+
"required": [
|
3886
|
+
"FileSizeInBytes"
|
3887
|
+
],
|
3888
|
+
"members": {
|
3889
|
+
"FileArn": {},
|
3890
|
+
"FileId": {},
|
3891
|
+
"CreationTime": {},
|
3892
|
+
"FileStatus": {},
|
3893
|
+
"FileName": {},
|
3894
|
+
"FileSizeInBytes": {
|
3895
|
+
"type": "long"
|
3896
|
+
},
|
3897
|
+
"AssociatedResourceArn": {},
|
3898
|
+
"FileUseCaseType": {},
|
3899
|
+
"CreatedBy": {
|
3900
|
+
"shape": "S2l"
|
3901
|
+
},
|
3902
|
+
"DownloadUrlMetadata": {
|
3903
|
+
"type": "structure",
|
3904
|
+
"members": {
|
3905
|
+
"Url": {},
|
3906
|
+
"UrlExpiry": {}
|
3907
|
+
}
|
3908
|
+
},
|
3909
|
+
"Tags": {
|
3910
|
+
"shape": "S2n"
|
3911
|
+
}
|
3912
|
+
}
|
3913
|
+
}
|
3914
|
+
},
|
3710
3915
|
"GetContactAttributes": {
|
3711
3916
|
"http": {
|
3712
3917
|
"method": "GET",
|
@@ -3733,7 +3938,7 @@
|
|
3733
3938
|
"type": "structure",
|
3734
3939
|
"members": {
|
3735
3940
|
"Attributes": {
|
3736
|
-
"shape": "
|
3941
|
+
"shape": "S38"
|
3737
3942
|
}
|
3738
3943
|
}
|
3739
3944
|
}
|
@@ -3755,15 +3960,15 @@
|
|
3755
3960
|
"locationName": "InstanceId"
|
3756
3961
|
},
|
3757
3962
|
"Filters": {
|
3758
|
-
"shape": "
|
3963
|
+
"shape": "Sgi"
|
3759
3964
|
},
|
3760
3965
|
"Groupings": {
|
3761
|
-
"shape": "
|
3966
|
+
"shape": "Sgo"
|
3762
3967
|
},
|
3763
3968
|
"CurrentMetrics": {
|
3764
3969
|
"type": "list",
|
3765
3970
|
"member": {
|
3766
|
-
"shape": "
|
3971
|
+
"shape": "Sgr"
|
3767
3972
|
}
|
3768
3973
|
},
|
3769
3974
|
"NextToken": {},
|
@@ -3792,7 +3997,7 @@
|
|
3792
3997
|
"type": "structure",
|
3793
3998
|
"members": {
|
3794
3999
|
"Dimensions": {
|
3795
|
-
"shape": "
|
4000
|
+
"shape": "Sh2"
|
3796
4001
|
},
|
3797
4002
|
"Collections": {
|
3798
4003
|
"type": "list",
|
@@ -3800,7 +4005,7 @@
|
|
3800
4005
|
"type": "structure",
|
3801
4006
|
"members": {
|
3802
4007
|
"Metric": {
|
3803
|
-
"shape": "
|
4008
|
+
"shape": "Sgr"
|
3804
4009
|
},
|
3805
4010
|
"Value": {
|
3806
4011
|
"type": "double"
|
@@ -3839,7 +4044,7 @@
|
|
3839
4044
|
"type": "structure",
|
3840
4045
|
"members": {
|
3841
4046
|
"Queues": {
|
3842
|
-
"shape": "
|
4047
|
+
"shape": "Sgj"
|
3843
4048
|
},
|
3844
4049
|
"ContactFilter": {
|
3845
4050
|
"type": "structure",
|
@@ -3851,7 +4056,7 @@
|
|
3851
4056
|
}
|
3852
4057
|
},
|
3853
4058
|
"RoutingProfiles": {
|
3854
|
-
"shape": "
|
4059
|
+
"shape": "Sgl"
|
3855
4060
|
},
|
3856
4061
|
"Agents": {
|
3857
4062
|
"type": "list",
|
@@ -3886,25 +4091,25 @@
|
|
3886
4091
|
}
|
3887
4092
|
},
|
3888
4093
|
"RoutingProfile": {
|
3889
|
-
"shape": "
|
4094
|
+
"shape": "Sh4"
|
3890
4095
|
},
|
3891
4096
|
"HierarchyPath": {
|
3892
4097
|
"type": "structure",
|
3893
4098
|
"members": {
|
3894
4099
|
"LevelOne": {
|
3895
|
-
"shape": "
|
4100
|
+
"shape": "Shl"
|
3896
4101
|
},
|
3897
4102
|
"LevelTwo": {
|
3898
|
-
"shape": "
|
4103
|
+
"shape": "Shl"
|
3899
4104
|
},
|
3900
4105
|
"LevelThree": {
|
3901
|
-
"shape": "
|
4106
|
+
"shape": "Shl"
|
3902
4107
|
},
|
3903
4108
|
"LevelFour": {
|
3904
|
-
"shape": "
|
4109
|
+
"shape": "Shl"
|
3905
4110
|
},
|
3906
4111
|
"LevelFive": {
|
3907
|
-
"shape": "
|
4112
|
+
"shape": "Shl"
|
3908
4113
|
}
|
3909
4114
|
}
|
3910
4115
|
},
|
@@ -3919,13 +4124,13 @@
|
|
3919
4124
|
}
|
3920
4125
|
},
|
3921
4126
|
"AvailableSlotsByChannel": {
|
3922
|
-
"shape": "
|
4127
|
+
"shape": "Shn"
|
3923
4128
|
},
|
3924
4129
|
"MaxSlotsByChannel": {
|
3925
|
-
"shape": "
|
4130
|
+
"shape": "Shn"
|
3926
4131
|
},
|
3927
4132
|
"ActiveSlotsByChannel": {
|
3928
|
-
"shape": "
|
4133
|
+
"shape": "Shn"
|
3929
4134
|
},
|
3930
4135
|
"Contacts": {
|
3931
4136
|
"type": "list",
|
@@ -3943,7 +4148,7 @@
|
|
3943
4148
|
"type": "timestamp"
|
3944
4149
|
},
|
3945
4150
|
"Queue": {
|
3946
|
-
"shape": "
|
4151
|
+
"shape": "Sh3"
|
3947
4152
|
}
|
3948
4153
|
}
|
3949
4154
|
}
|
@@ -3982,13 +4187,13 @@
|
|
3982
4187
|
"type": "structure",
|
3983
4188
|
"members": {
|
3984
4189
|
"AccessToken": {
|
3985
|
-
"shape": "
|
4190
|
+
"shape": "Shu"
|
3986
4191
|
},
|
3987
4192
|
"AccessTokenExpiration": {
|
3988
4193
|
"type": "timestamp"
|
3989
4194
|
},
|
3990
4195
|
"RefreshToken": {
|
3991
|
-
"shape": "
|
4196
|
+
"shape": "Shu"
|
3992
4197
|
},
|
3993
4198
|
"RefreshTokenExpiration": {
|
3994
4199
|
"type": "timestamp"
|
@@ -4063,15 +4268,15 @@
|
|
4063
4268
|
"type": "timestamp"
|
4064
4269
|
},
|
4065
4270
|
"Filters": {
|
4066
|
-
"shape": "
|
4271
|
+
"shape": "Sgi"
|
4067
4272
|
},
|
4068
4273
|
"Groupings": {
|
4069
|
-
"shape": "
|
4274
|
+
"shape": "Sgo"
|
4070
4275
|
},
|
4071
4276
|
"HistoricalMetrics": {
|
4072
4277
|
"type": "list",
|
4073
4278
|
"member": {
|
4074
|
-
"shape": "
|
4279
|
+
"shape": "Shz"
|
4075
4280
|
}
|
4076
4281
|
},
|
4077
4282
|
"NextToken": {},
|
@@ -4090,7 +4295,7 @@
|
|
4090
4295
|
"type": "structure",
|
4091
4296
|
"members": {
|
4092
4297
|
"Dimensions": {
|
4093
|
-
"shape": "
|
4298
|
+
"shape": "Sh2"
|
4094
4299
|
},
|
4095
4300
|
"Collections": {
|
4096
4301
|
"type": "list",
|
@@ -4098,7 +4303,7 @@
|
|
4098
4303
|
"type": "structure",
|
4099
4304
|
"members": {
|
4100
4305
|
"Metric": {
|
4101
|
-
"shape": "
|
4306
|
+
"shape": "Shz"
|
4102
4307
|
},
|
4103
4308
|
"Value": {
|
4104
4309
|
"type": "double"
|
@@ -4160,7 +4365,7 @@
|
|
4160
4365
|
"Metrics": {
|
4161
4366
|
"type": "list",
|
4162
4367
|
"member": {
|
4163
|
-
"shape": "
|
4368
|
+
"shape": "Sik"
|
4164
4369
|
}
|
4165
4370
|
},
|
4166
4371
|
"NextToken": {},
|
@@ -4201,7 +4406,7 @@
|
|
4201
4406
|
"type": "structure",
|
4202
4407
|
"members": {
|
4203
4408
|
"Metric": {
|
4204
|
-
"shape": "
|
4409
|
+
"shape": "Sik"
|
4205
4410
|
},
|
4206
4411
|
"Value": {
|
4207
4412
|
"type": "double"
|
@@ -4289,13 +4494,13 @@
|
|
4289
4494
|
"Description": {},
|
4290
4495
|
"ContactFlowId": {},
|
4291
4496
|
"Constraints": {
|
4292
|
-
"shape": "
|
4497
|
+
"shape": "S93"
|
4293
4498
|
},
|
4294
4499
|
"Defaults": {
|
4295
|
-
"shape": "
|
4500
|
+
"shape": "S9c"
|
4296
4501
|
},
|
4297
4502
|
"Fields": {
|
4298
|
-
"shape": "
|
4503
|
+
"shape": "S9h"
|
4299
4504
|
},
|
4300
4505
|
"Status": {},
|
4301
4506
|
"LastModifiedTime": {
|
@@ -4305,7 +4510,7 @@
|
|
4305
4510
|
"type": "timestamp"
|
4306
4511
|
},
|
4307
4512
|
"Tags": {
|
4308
|
-
"shape": "
|
4513
|
+
"shape": "S2n"
|
4309
4514
|
}
|
4310
4515
|
}
|
4311
4516
|
}
|
@@ -4331,15 +4536,15 @@
|
|
4331
4536
|
"type": "structure",
|
4332
4537
|
"members": {
|
4333
4538
|
"TelephonyConfig": {
|
4334
|
-
"shape": "
|
4539
|
+
"shape": "Sj9"
|
4335
4540
|
},
|
4336
4541
|
"Id": {},
|
4337
4542
|
"Arn": {},
|
4338
4543
|
"SignInConfig": {
|
4339
|
-
"shape": "
|
4544
|
+
"shape": "Sje"
|
4340
4545
|
},
|
4341
4546
|
"AgentConfig": {
|
4342
|
-
"shape": "
|
4547
|
+
"shape": "Sjh"
|
4343
4548
|
}
|
4344
4549
|
}
|
4345
4550
|
}
|
@@ -4359,7 +4564,7 @@
|
|
4359
4564
|
"SourcePhoneNumberArn": {},
|
4360
4565
|
"PhoneNumberDescription": {},
|
4361
4566
|
"Tags": {
|
4362
|
-
"shape": "
|
4567
|
+
"shape": "S2n"
|
4363
4568
|
},
|
4364
4569
|
"ClientToken": {
|
4365
4570
|
"idempotencyToken": true
|
@@ -4612,7 +4817,7 @@
|
|
4612
4817
|
"Status": {},
|
4613
4818
|
"EvaluatorArn": {},
|
4614
4819
|
"Score": {
|
4615
|
-
"shape": "
|
4820
|
+
"shape": "Scx"
|
4616
4821
|
},
|
4617
4822
|
"CreatedTime": {
|
4618
4823
|
"type": "timestamp"
|
@@ -5055,7 +5260,7 @@
|
|
5055
5260
|
"type": "structure",
|
5056
5261
|
"members": {
|
5057
5262
|
"FlowAssociationSummaryList": {
|
5058
|
-
"shape": "
|
5263
|
+
"shape": "S2y"
|
5059
5264
|
},
|
5060
5265
|
"NextToken": {}
|
5061
5266
|
}
|
@@ -5141,7 +5346,7 @@
|
|
5141
5346
|
"Attributes": {
|
5142
5347
|
"type": "list",
|
5143
5348
|
"member": {
|
5144
|
-
"shape": "
|
5349
|
+
"shape": "Se0"
|
5145
5350
|
}
|
5146
5351
|
},
|
5147
5352
|
"NextToken": {}
|
@@ -5223,7 +5428,7 @@
|
|
5223
5428
|
"Arn": {},
|
5224
5429
|
"IdentityManagementType": {},
|
5225
5430
|
"InstanceAlias": {
|
5226
|
-
"shape": "
|
5431
|
+
"shape": "S5p"
|
5227
5432
|
},
|
5228
5433
|
"CreatedTime": {
|
5229
5434
|
"type": "timestamp"
|
@@ -5393,12 +5598,12 @@
|
|
5393
5598
|
"locationName": "InstanceId"
|
5394
5599
|
},
|
5395
5600
|
"PhoneNumberTypes": {
|
5396
|
-
"shape": "
|
5601
|
+
"shape": "Slx",
|
5397
5602
|
"location": "querystring",
|
5398
5603
|
"locationName": "phoneNumberTypes"
|
5399
5604
|
},
|
5400
5605
|
"PhoneNumberCountryCodes": {
|
5401
|
-
"shape": "
|
5606
|
+
"shape": "Sly",
|
5402
5607
|
"location": "querystring",
|
5403
5608
|
"locationName": "phoneNumberCountryCodes"
|
5404
5609
|
},
|
@@ -5447,10 +5652,10 @@
|
|
5447
5652
|
},
|
5448
5653
|
"NextToken": {},
|
5449
5654
|
"PhoneNumberCountryCodes": {
|
5450
|
-
"shape": "
|
5655
|
+
"shape": "Sly"
|
5451
5656
|
},
|
5452
5657
|
"PhoneNumberTypes": {
|
5453
|
-
"shape": "
|
5658
|
+
"shape": "Slx"
|
5454
5659
|
},
|
5455
5660
|
"PhoneNumberPrefix": {}
|
5456
5661
|
}
|
@@ -5609,7 +5814,7 @@
|
|
5609
5814
|
"members": {
|
5610
5815
|
"NextToken": {},
|
5611
5816
|
"QuickConnectSummaryList": {
|
5612
|
-
"shape": "
|
5817
|
+
"shape": "Smj"
|
5613
5818
|
},
|
5614
5819
|
"LastModifiedTime": {
|
5615
5820
|
"type": "timestamp"
|
@@ -5709,7 +5914,7 @@
|
|
5709
5914
|
"type": "structure",
|
5710
5915
|
"members": {
|
5711
5916
|
"QuickConnectSummaryList": {
|
5712
|
-
"shape": "
|
5917
|
+
"shape": "Smj"
|
5713
5918
|
},
|
5714
5919
|
"NextToken": {}
|
5715
5920
|
}
|
@@ -5779,7 +5984,7 @@
|
|
5779
5984
|
"Content": {},
|
5780
5985
|
"ContentType": {},
|
5781
5986
|
"Time": {
|
5782
|
-
"shape": "
|
5987
|
+
"shape": "Sn8"
|
5783
5988
|
},
|
5784
5989
|
"Redaction": {
|
5785
5990
|
"type": "structure",
|
@@ -5787,7 +5992,7 @@
|
|
5787
5992
|
"CharacterOffsets": {
|
5788
5993
|
"type": "list",
|
5789
5994
|
"member": {
|
5790
|
-
"shape": "
|
5995
|
+
"shape": "Snc"
|
5791
5996
|
}
|
5792
5997
|
}
|
5793
5998
|
}
|
@@ -5825,7 +6030,7 @@
|
|
5825
6030
|
"members": {
|
5826
6031
|
"Id": {},
|
5827
6032
|
"CharacterOffsets": {
|
5828
|
-
"shape": "
|
6033
|
+
"shape": "Snc"
|
5829
6034
|
}
|
5830
6035
|
}
|
5831
6036
|
}
|
@@ -5863,7 +6068,7 @@
|
|
5863
6068
|
"Content": {},
|
5864
6069
|
"Id": {},
|
5865
6070
|
"CharacterOffsets": {
|
5866
|
-
"shape": "
|
6071
|
+
"shape": "Snc"
|
5867
6072
|
}
|
5868
6073
|
}
|
5869
6074
|
}
|
@@ -5887,7 +6092,7 @@
|
|
5887
6092
|
"DisplayName": {},
|
5888
6093
|
"EventType": {},
|
5889
6094
|
"Time": {
|
5890
|
-
"shape": "
|
6095
|
+
"shape": "Sn8"
|
5891
6096
|
}
|
5892
6097
|
}
|
5893
6098
|
},
|
@@ -5922,7 +6127,7 @@
|
|
5922
6127
|
}
|
5923
6128
|
},
|
5924
6129
|
"Time": {
|
5925
|
-
"shape": "
|
6130
|
+
"shape": "Sn8"
|
5926
6131
|
}
|
5927
6132
|
}
|
5928
6133
|
}
|
@@ -6216,7 +6421,7 @@
|
|
6216
6421
|
"type": "structure",
|
6217
6422
|
"members": {
|
6218
6423
|
"Applications": {
|
6219
|
-
"shape": "
|
6424
|
+
"shape": "S8q"
|
6220
6425
|
},
|
6221
6426
|
"NextToken": {},
|
6222
6427
|
"LastModifiedTime": {
|
@@ -6261,7 +6466,7 @@
|
|
6261
6466
|
"type": "structure",
|
6262
6467
|
"members": {
|
6263
6468
|
"Permissions": {
|
6264
|
-
"shape": "
|
6469
|
+
"shape": "S8j"
|
6265
6470
|
},
|
6266
6471
|
"NextToken": {},
|
6267
6472
|
"LastModifiedTime": {
|
@@ -6340,7 +6545,7 @@
|
|
6340
6545
|
"type": "structure",
|
6341
6546
|
"members": {
|
6342
6547
|
"tags": {
|
6343
|
-
"shape": "
|
6548
|
+
"shape": "S2n"
|
6344
6549
|
}
|
6345
6550
|
}
|
6346
6551
|
}
|
@@ -6574,7 +6779,7 @@
|
|
6574
6779
|
"UserHierarchyGroupSummaryList": {
|
6575
6780
|
"type": "list",
|
6576
6781
|
"member": {
|
6577
|
-
"shape": "
|
6782
|
+
"shape": "Sfd"
|
6578
6783
|
}
|
6579
6784
|
},
|
6580
6785
|
"NextToken": {}
|
@@ -6717,7 +6922,7 @@
|
|
6717
6922
|
"Arn": {},
|
6718
6923
|
"Description": {},
|
6719
6924
|
"Name": {
|
6720
|
-
"shape": "
|
6925
|
+
"shape": "Sar"
|
6721
6926
|
},
|
6722
6927
|
"Type": {},
|
6723
6928
|
"Version": {
|
@@ -6772,7 +6977,7 @@
|
|
6772
6977
|
"Id": {},
|
6773
6978
|
"Arn": {},
|
6774
6979
|
"Name": {
|
6775
|
-
"shape": "
|
6980
|
+
"shape": "Sar"
|
6776
6981
|
},
|
6777
6982
|
"Type": {},
|
6778
6983
|
"Status": {},
|
@@ -6910,7 +7115,7 @@
|
|
6910
7115
|
"idempotencyToken": true
|
6911
7116
|
},
|
6912
7117
|
"ReplicaAlias": {
|
6913
|
-
"shape": "
|
7118
|
+
"shape": "S5p"
|
6914
7119
|
}
|
6915
7120
|
}
|
6916
7121
|
},
|
@@ -7045,19 +7250,19 @@
|
|
7045
7250
|
"type": "structure",
|
7046
7251
|
"members": {
|
7047
7252
|
"L1Ids": {
|
7048
|
-
"shape": "
|
7253
|
+
"shape": "Sqj"
|
7049
7254
|
},
|
7050
7255
|
"L2Ids": {
|
7051
|
-
"shape": "
|
7256
|
+
"shape": "Sqj"
|
7052
7257
|
},
|
7053
7258
|
"L3Ids": {
|
7054
|
-
"shape": "
|
7259
|
+
"shape": "Sqj"
|
7055
7260
|
},
|
7056
7261
|
"L4Ids": {
|
7057
|
-
"shape": "
|
7262
|
+
"shape": "Sqj"
|
7058
7263
|
},
|
7059
7264
|
"L5Ids": {
|
7060
|
-
"shape": "
|
7265
|
+
"shape": "Sqj"
|
7061
7266
|
}
|
7062
7267
|
}
|
7063
7268
|
},
|
@@ -7233,12 +7438,12 @@
|
|
7233
7438
|
"type": "structure",
|
7234
7439
|
"members": {
|
7235
7440
|
"TagFilter": {
|
7236
|
-
"shape": "
|
7441
|
+
"shape": "Sra"
|
7237
7442
|
}
|
7238
7443
|
}
|
7239
7444
|
},
|
7240
7445
|
"SearchCriteria": {
|
7241
|
-
"shape": "
|
7446
|
+
"shape": "Sre"
|
7242
7447
|
}
|
7243
7448
|
}
|
7244
7449
|
},
|
@@ -7248,7 +7453,7 @@
|
|
7248
7453
|
"HoursOfOperations": {
|
7249
7454
|
"type": "list",
|
7250
7455
|
"member": {
|
7251
|
-
"shape": "
|
7456
|
+
"shape": "Sdq"
|
7252
7457
|
}
|
7253
7458
|
},
|
7254
7459
|
"NextToken": {},
|
@@ -7274,7 +7479,7 @@
|
|
7274
7479
|
"type": "integer"
|
7275
7480
|
},
|
7276
7481
|
"SearchCriteria": {
|
7277
|
-
"shape": "
|
7482
|
+
"shape": "Srl"
|
7278
7483
|
}
|
7279
7484
|
}
|
7280
7485
|
},
|
@@ -7284,7 +7489,7 @@
|
|
7284
7489
|
"PredefinedAttributes": {
|
7285
7490
|
"type": "list",
|
7286
7491
|
"member": {
|
7287
|
-
"shape": "
|
7492
|
+
"shape": "See"
|
7288
7493
|
}
|
7289
7494
|
},
|
7290
7495
|
"NextToken": {},
|
@@ -7313,12 +7518,12 @@
|
|
7313
7518
|
"type": "structure",
|
7314
7519
|
"members": {
|
7315
7520
|
"TagFilter": {
|
7316
|
-
"shape": "
|
7521
|
+
"shape": "Sra"
|
7317
7522
|
}
|
7318
7523
|
}
|
7319
7524
|
},
|
7320
7525
|
"SearchCriteria": {
|
7321
|
-
"shape": "
|
7526
|
+
"shape": "Srr"
|
7322
7527
|
}
|
7323
7528
|
}
|
7324
7529
|
},
|
@@ -7328,7 +7533,7 @@
|
|
7328
7533
|
"Prompts": {
|
7329
7534
|
"type": "list",
|
7330
7535
|
"member": {
|
7331
|
-
"shape": "
|
7536
|
+
"shape": "Seh"
|
7332
7537
|
}
|
7333
7538
|
},
|
7334
7539
|
"NextToken": {},
|
@@ -7357,12 +7562,12 @@
|
|
7357
7562
|
"type": "structure",
|
7358
7563
|
"members": {
|
7359
7564
|
"TagFilter": {
|
7360
|
-
"shape": "
|
7565
|
+
"shape": "Sra"
|
7361
7566
|
}
|
7362
7567
|
}
|
7363
7568
|
},
|
7364
7569
|
"SearchCriteria": {
|
7365
|
-
"shape": "
|
7570
|
+
"shape": "Sry"
|
7366
7571
|
}
|
7367
7572
|
}
|
7368
7573
|
},
|
@@ -7372,7 +7577,7 @@
|
|
7372
7577
|
"Queues": {
|
7373
7578
|
"type": "list",
|
7374
7579
|
"member": {
|
7375
|
-
"shape": "
|
7580
|
+
"shape": "Sek"
|
7376
7581
|
}
|
7377
7582
|
},
|
7378
7583
|
"NextToken": {},
|
@@ -7401,12 +7606,12 @@
|
|
7401
7606
|
"type": "structure",
|
7402
7607
|
"members": {
|
7403
7608
|
"TagFilter": {
|
7404
|
-
"shape": "
|
7609
|
+
"shape": "Sra"
|
7405
7610
|
}
|
7406
7611
|
}
|
7407
7612
|
},
|
7408
7613
|
"SearchCriteria": {
|
7409
|
-
"shape": "
|
7614
|
+
"shape": "Ss5"
|
7410
7615
|
}
|
7411
7616
|
}
|
7412
7617
|
},
|
@@ -7416,7 +7621,7 @@
|
|
7416
7621
|
"QuickConnects": {
|
7417
7622
|
"type": "list",
|
7418
7623
|
"member": {
|
7419
|
-
"shape": "
|
7624
|
+
"shape": "Seo"
|
7420
7625
|
}
|
7421
7626
|
},
|
7422
7627
|
"NextToken": {},
|
@@ -7497,12 +7702,12 @@
|
|
7497
7702
|
"type": "structure",
|
7498
7703
|
"members": {
|
7499
7704
|
"TagFilter": {
|
7500
|
-
"shape": "
|
7705
|
+
"shape": "Sra"
|
7501
7706
|
}
|
7502
7707
|
}
|
7503
7708
|
},
|
7504
7709
|
"SearchCriteria": {
|
7505
|
-
"shape": "
|
7710
|
+
"shape": "Ssk"
|
7506
7711
|
}
|
7507
7712
|
}
|
7508
7713
|
},
|
@@ -7512,7 +7717,7 @@
|
|
7512
7717
|
"RoutingProfiles": {
|
7513
7718
|
"type": "list",
|
7514
7719
|
"member": {
|
7515
|
-
"shape": "
|
7720
|
+
"shape": "Ser"
|
7516
7721
|
}
|
7517
7722
|
},
|
7518
7723
|
"NextToken": {},
|
@@ -7538,13 +7743,13 @@
|
|
7538
7743
|
"type": "integer"
|
7539
7744
|
},
|
7540
7745
|
"SearchCriteria": {
|
7541
|
-
"shape": "
|
7746
|
+
"shape": "Ssp"
|
7542
7747
|
},
|
7543
7748
|
"SearchFilter": {
|
7544
7749
|
"type": "structure",
|
7545
7750
|
"members": {
|
7546
7751
|
"TagFilter": {
|
7547
|
-
"shape": "
|
7752
|
+
"shape": "Sra"
|
7548
7753
|
}
|
7549
7754
|
}
|
7550
7755
|
}
|
@@ -7564,7 +7769,7 @@
|
|
7564
7769
|
"SecurityProfileName": {},
|
7565
7770
|
"Description": {},
|
7566
7771
|
"Tags": {
|
7567
|
-
"shape": "
|
7772
|
+
"shape": "S2n"
|
7568
7773
|
}
|
7569
7774
|
}
|
7570
7775
|
}
|
@@ -7595,7 +7800,7 @@
|
|
7595
7800
|
"type": "structure",
|
7596
7801
|
"members": {
|
7597
7802
|
"TagFilter": {
|
7598
|
-
"shape": "
|
7803
|
+
"shape": "Sra"
|
7599
7804
|
},
|
7600
7805
|
"UserAttributeFilter": {
|
7601
7806
|
"type": "structure",
|
@@ -7603,24 +7808,24 @@
|
|
7603
7808
|
"OrConditions": {
|
7604
7809
|
"type": "list",
|
7605
7810
|
"member": {
|
7606
|
-
"shape": "
|
7811
|
+
"shape": "Ssz"
|
7607
7812
|
}
|
7608
7813
|
},
|
7609
7814
|
"AndCondition": {
|
7610
|
-
"shape": "
|
7815
|
+
"shape": "Ssz"
|
7611
7816
|
},
|
7612
7817
|
"TagCondition": {
|
7613
|
-
"shape": "
|
7818
|
+
"shape": "Srd"
|
7614
7819
|
},
|
7615
7820
|
"HierarchyGroupCondition": {
|
7616
|
-
"shape": "
|
7821
|
+
"shape": "St0"
|
7617
7822
|
}
|
7618
7823
|
}
|
7619
7824
|
}
|
7620
7825
|
}
|
7621
7826
|
},
|
7622
7827
|
"SearchCriteria": {
|
7623
|
-
"shape": "
|
7828
|
+
"shape": "St2"
|
7624
7829
|
}
|
7625
7830
|
}
|
7626
7831
|
},
|
@@ -7640,22 +7845,22 @@
|
|
7640
7845
|
"type": "structure",
|
7641
7846
|
"members": {
|
7642
7847
|
"FirstName": {
|
7643
|
-
"shape": "
|
7848
|
+
"shape": "Sa5"
|
7644
7849
|
},
|
7645
7850
|
"LastName": {
|
7646
|
-
"shape": "
|
7851
|
+
"shape": "Sa6"
|
7647
7852
|
}
|
7648
7853
|
}
|
7649
7854
|
},
|
7650
7855
|
"PhoneConfig": {
|
7651
|
-
"shape": "
|
7856
|
+
"shape": "Sa8"
|
7652
7857
|
},
|
7653
7858
|
"RoutingProfileId": {},
|
7654
7859
|
"SecurityProfileIds": {
|
7655
|
-
"shape": "
|
7860
|
+
"shape": "Sad"
|
7656
7861
|
},
|
7657
7862
|
"Tags": {
|
7658
|
-
"shape": "
|
7863
|
+
"shape": "S2n"
|
7659
7864
|
},
|
7660
7865
|
"Username": {}
|
7661
7866
|
}
|
@@ -7753,16 +7958,16 @@
|
|
7753
7958
|
"type": "structure",
|
7754
7959
|
"members": {
|
7755
7960
|
"SupportedMessagingContentTypes": {
|
7756
|
-
"shape": "
|
7961
|
+
"shape": "Stl"
|
7757
7962
|
},
|
7758
7963
|
"ParticipantDetails": {
|
7759
|
-
"shape": "
|
7964
|
+
"shape": "Stn"
|
7760
7965
|
},
|
7761
7966
|
"Attributes": {
|
7762
|
-
"shape": "
|
7967
|
+
"shape": "S38"
|
7763
7968
|
},
|
7764
7969
|
"StreamingConfiguration": {
|
7765
|
-
"shape": "
|
7970
|
+
"shape": "Sto"
|
7766
7971
|
}
|
7767
7972
|
}
|
7768
7973
|
}
|
@@ -7778,6 +7983,73 @@
|
|
7778
7983
|
}
|
7779
7984
|
}
|
7780
7985
|
},
|
7986
|
+
"StartAttachedFileUpload": {
|
7987
|
+
"http": {
|
7988
|
+
"method": "PUT",
|
7989
|
+
"requestUri": "/attached-files/{InstanceId}"
|
7990
|
+
},
|
7991
|
+
"input": {
|
7992
|
+
"type": "structure",
|
7993
|
+
"required": [
|
7994
|
+
"InstanceId",
|
7995
|
+
"FileName",
|
7996
|
+
"FileSizeInBytes",
|
7997
|
+
"FileUseCaseType",
|
7998
|
+
"AssociatedResourceArn"
|
7999
|
+
],
|
8000
|
+
"members": {
|
8001
|
+
"ClientToken": {
|
8002
|
+
"idempotencyToken": true
|
8003
|
+
},
|
8004
|
+
"InstanceId": {
|
8005
|
+
"location": "uri",
|
8006
|
+
"locationName": "InstanceId"
|
8007
|
+
},
|
8008
|
+
"FileName": {},
|
8009
|
+
"FileSizeInBytes": {
|
8010
|
+
"type": "long"
|
8011
|
+
},
|
8012
|
+
"UrlExpiryInSeconds": {
|
8013
|
+
"type": "integer"
|
8014
|
+
},
|
8015
|
+
"FileUseCaseType": {},
|
8016
|
+
"AssociatedResourceArn": {
|
8017
|
+
"location": "querystring",
|
8018
|
+
"locationName": "associatedResourceArn"
|
8019
|
+
},
|
8020
|
+
"CreatedBy": {
|
8021
|
+
"shape": "S2l"
|
8022
|
+
},
|
8023
|
+
"Tags": {
|
8024
|
+
"shape": "S2n"
|
8025
|
+
}
|
8026
|
+
}
|
8027
|
+
},
|
8028
|
+
"output": {
|
8029
|
+
"type": "structure",
|
8030
|
+
"members": {
|
8031
|
+
"FileArn": {},
|
8032
|
+
"FileId": {},
|
8033
|
+
"CreationTime": {},
|
8034
|
+
"FileStatus": {},
|
8035
|
+
"CreatedBy": {
|
8036
|
+
"shape": "S2l"
|
8037
|
+
},
|
8038
|
+
"UploadUrlMetadata": {
|
8039
|
+
"type": "structure",
|
8040
|
+
"members": {
|
8041
|
+
"Url": {},
|
8042
|
+
"UrlExpiry": {},
|
8043
|
+
"HeadersToInclude": {
|
8044
|
+
"type": "map",
|
8045
|
+
"key": {},
|
8046
|
+
"value": {}
|
8047
|
+
}
|
8048
|
+
}
|
8049
|
+
}
|
8050
|
+
}
|
8051
|
+
}
|
8052
|
+
},
|
7781
8053
|
"StartChatContact": {
|
7782
8054
|
"http": {
|
7783
8055
|
"method": "PUT",
|
@@ -7794,10 +8066,10 @@
|
|
7794
8066
|
"InstanceId": {},
|
7795
8067
|
"ContactFlowId": {},
|
7796
8068
|
"Attributes": {
|
7797
|
-
"shape": "
|
8069
|
+
"shape": "S38"
|
7798
8070
|
},
|
7799
8071
|
"ParticipantDetails": {
|
7800
|
-
"shape": "
|
8072
|
+
"shape": "Stn"
|
7801
8073
|
},
|
7802
8074
|
"InitialMessage": {
|
7803
8075
|
"type": "structure",
|
@@ -7817,7 +8089,7 @@
|
|
7817
8089
|
"type": "integer"
|
7818
8090
|
},
|
7819
8091
|
"SupportedMessagingContentTypes": {
|
7820
|
-
"shape": "
|
8092
|
+
"shape": "Stl"
|
7821
8093
|
},
|
7822
8094
|
"PersistentChat": {
|
7823
8095
|
"type": "structure",
|
@@ -7931,7 +8203,7 @@
|
|
7931
8203
|
"InstanceId": {},
|
7932
8204
|
"ContactId": {},
|
7933
8205
|
"ChatStreamingConfiguration": {
|
7934
|
-
"shape": "
|
8206
|
+
"shape": "Sto"
|
7935
8207
|
},
|
7936
8208
|
"ClientToken": {
|
7937
8209
|
"idempotencyToken": true
|
@@ -7962,13 +8234,13 @@
|
|
7962
8234
|
],
|
7963
8235
|
"members": {
|
7964
8236
|
"Name": {
|
7965
|
-
"shape": "
|
8237
|
+
"shape": "Sce"
|
7966
8238
|
},
|
7967
8239
|
"Description": {
|
7968
|
-
"shape": "
|
8240
|
+
"shape": "Scf"
|
7969
8241
|
},
|
7970
8242
|
"References": {
|
7971
|
-
"shape": "
|
8243
|
+
"shape": "S7k"
|
7972
8244
|
},
|
7973
8245
|
"RelatedContactId": {},
|
7974
8246
|
"DestinationPhoneNumber": {},
|
@@ -7980,7 +8252,7 @@
|
|
7980
8252
|
"SourcePhoneNumber": {},
|
7981
8253
|
"QueueId": {},
|
7982
8254
|
"Attributes": {
|
7983
|
-
"shape": "
|
8255
|
+
"shape": "S38"
|
7984
8256
|
},
|
7985
8257
|
"AnswerMachineDetectionConfig": {
|
7986
8258
|
"type": "structure",
|
@@ -8020,16 +8292,16 @@
|
|
8020
8292
|
"PreviousContactId": {},
|
8021
8293
|
"ContactFlowId": {},
|
8022
8294
|
"Attributes": {
|
8023
|
-
"shape": "
|
8295
|
+
"shape": "S38"
|
8024
8296
|
},
|
8025
8297
|
"Name": {
|
8026
|
-
"shape": "
|
8298
|
+
"shape": "Sce"
|
8027
8299
|
},
|
8028
8300
|
"References": {
|
8029
|
-
"shape": "
|
8301
|
+
"shape": "S7k"
|
8030
8302
|
},
|
8031
8303
|
"Description": {
|
8032
|
-
"shape": "
|
8304
|
+
"shape": "Scf"
|
8033
8305
|
},
|
8034
8306
|
"ClientToken": {
|
8035
8307
|
"idempotencyToken": true
|
@@ -8063,7 +8335,7 @@
|
|
8063
8335
|
],
|
8064
8336
|
"members": {
|
8065
8337
|
"Attributes": {
|
8066
|
-
"shape": "
|
8338
|
+
"shape": "S38"
|
8067
8339
|
},
|
8068
8340
|
"ClientToken": {
|
8069
8341
|
"idempotencyToken": true
|
@@ -8074,22 +8346,22 @@
|
|
8074
8346
|
"type": "structure",
|
8075
8347
|
"members": {
|
8076
8348
|
"Customer": {
|
8077
|
-
"shape": "
|
8349
|
+
"shape": "Suo"
|
8078
8350
|
},
|
8079
8351
|
"Agent": {
|
8080
|
-
"shape": "
|
8352
|
+
"shape": "Suo"
|
8081
8353
|
}
|
8082
8354
|
}
|
8083
8355
|
},
|
8084
8356
|
"ParticipantDetails": {
|
8085
|
-
"shape": "
|
8357
|
+
"shape": "Stn"
|
8086
8358
|
},
|
8087
8359
|
"RelatedContactId": {},
|
8088
8360
|
"References": {
|
8089
|
-
"shape": "
|
8361
|
+
"shape": "S7k"
|
8090
8362
|
},
|
8091
8363
|
"Description": {
|
8092
|
-
"shape": "
|
8364
|
+
"shape": "Scf"
|
8093
8365
|
}
|
8094
8366
|
}
|
8095
8367
|
},
|
@@ -8235,10 +8507,10 @@
|
|
8235
8507
|
"locationName": "EvaluationId"
|
8236
8508
|
},
|
8237
8509
|
"Answers": {
|
8238
|
-
"shape": "
|
8510
|
+
"shape": "Svb"
|
8239
8511
|
},
|
8240
8512
|
"Notes": {
|
8241
|
-
"shape": "
|
8513
|
+
"shape": "Sd4"
|
8242
8514
|
}
|
8243
8515
|
}
|
8244
8516
|
},
|
@@ -8291,7 +8563,7 @@
|
|
8291
8563
|
"ContactId": {},
|
8292
8564
|
"InstanceId": {},
|
8293
8565
|
"Tags": {
|
8294
|
-
"shape": "
|
8566
|
+
"shape": "Scq"
|
8295
8567
|
}
|
8296
8568
|
}
|
8297
8569
|
},
|
@@ -8317,7 +8589,7 @@
|
|
8317
8589
|
"locationName": "resourceArn"
|
8318
8590
|
},
|
8319
8591
|
"tags": {
|
8320
|
-
"shape": "
|
8592
|
+
"shape": "S2n"
|
8321
8593
|
}
|
8322
8594
|
}
|
8323
8595
|
}
|
@@ -8463,13 +8735,13 @@
|
|
8463
8735
|
"locationName": "ContactId"
|
8464
8736
|
},
|
8465
8737
|
"Name": {
|
8466
|
-
"shape": "
|
8738
|
+
"shape": "Sce"
|
8467
8739
|
},
|
8468
8740
|
"Description": {
|
8469
|
-
"shape": "
|
8741
|
+
"shape": "Scf"
|
8470
8742
|
},
|
8471
8743
|
"References": {
|
8472
|
-
"shape": "
|
8744
|
+
"shape": "S7k"
|
8473
8745
|
}
|
8474
8746
|
}
|
8475
8747
|
},
|
@@ -8493,7 +8765,7 @@
|
|
8493
8765
|
"InitialContactId": {},
|
8494
8766
|
"InstanceId": {},
|
8495
8767
|
"Attributes": {
|
8496
|
-
"shape": "
|
8768
|
+
"shape": "S38"
|
8497
8769
|
}
|
8498
8770
|
}
|
8499
8771
|
},
|
@@ -8522,10 +8794,10 @@
|
|
8522
8794
|
"locationName": "EvaluationId"
|
8523
8795
|
},
|
8524
8796
|
"Answers": {
|
8525
|
-
"shape": "
|
8797
|
+
"shape": "Svb"
|
8526
8798
|
},
|
8527
8799
|
"Notes": {
|
8528
|
-
"shape": "
|
8800
|
+
"shape": "Sd4"
|
8529
8801
|
}
|
8530
8802
|
}
|
8531
8803
|
},
|
@@ -8771,10 +9043,10 @@
|
|
8771
9043
|
"Title": {},
|
8772
9044
|
"Description": {},
|
8773
9045
|
"Items": {
|
8774
|
-
"shape": "
|
9046
|
+
"shape": "S4c"
|
8775
9047
|
},
|
8776
9048
|
"ScoringStrategy": {
|
8777
|
-
"shape": "
|
9049
|
+
"shape": "S57"
|
8778
9050
|
},
|
8779
9051
|
"ClientToken": {
|
8780
9052
|
"idempotencyToken": true
|
@@ -8821,7 +9093,7 @@
|
|
8821
9093
|
"Description": {},
|
8822
9094
|
"TimeZone": {},
|
8823
9095
|
"Config": {
|
8824
|
-
"shape": "
|
9096
|
+
"shape": "S5f"
|
8825
9097
|
}
|
8826
9098
|
}
|
8827
9099
|
}
|
@@ -9020,7 +9292,7 @@
|
|
9020
9292
|
"locationName": "Name"
|
9021
9293
|
},
|
9022
9294
|
"Values": {
|
9023
|
-
"shape": "
|
9295
|
+
"shape": "S6d"
|
9024
9296
|
}
|
9025
9297
|
}
|
9026
9298
|
}
|
@@ -9151,7 +9423,7 @@
|
|
9151
9423
|
"locationName": "QueueId"
|
9152
9424
|
},
|
9153
9425
|
"OutboundCallerConfig": {
|
9154
|
-
"shape": "
|
9426
|
+
"shape": "S6m"
|
9155
9427
|
}
|
9156
9428
|
}
|
9157
9429
|
}
|
@@ -9201,7 +9473,7 @@
|
|
9201
9473
|
"locationName": "QuickConnectId"
|
9202
9474
|
},
|
9203
9475
|
"QuickConnectConfig": {
|
9204
|
-
"shape": "
|
9476
|
+
"shape": "S6t"
|
9205
9477
|
}
|
9206
9478
|
}
|
9207
9479
|
}
|
@@ -9275,7 +9547,7 @@
|
|
9275
9547
|
"locationName": "RoutingProfileId"
|
9276
9548
|
},
|
9277
9549
|
"MediaConcurrencies": {
|
9278
|
-
"shape": "
|
9550
|
+
"shape": "S72"
|
9279
9551
|
}
|
9280
9552
|
}
|
9281
9553
|
}
|
@@ -9381,7 +9653,7 @@
|
|
9381
9653
|
"Name": {},
|
9382
9654
|
"Function": {},
|
9383
9655
|
"Actions": {
|
9384
|
-
"shape": "
|
9656
|
+
"shape": "S7e"
|
9385
9657
|
},
|
9386
9658
|
"PublishStatus": {}
|
9387
9659
|
}
|
@@ -9400,7 +9672,7 @@
|
|
9400
9672
|
"members": {
|
9401
9673
|
"Description": {},
|
9402
9674
|
"Permissions": {
|
9403
|
-
"shape": "
|
9675
|
+
"shape": "S8j"
|
9404
9676
|
},
|
9405
9677
|
"SecurityProfileId": {
|
9406
9678
|
"location": "uri",
|
@@ -9411,16 +9683,16 @@
|
|
9411
9683
|
"locationName": "InstanceId"
|
9412
9684
|
},
|
9413
9685
|
"AllowedAccessControlTags": {
|
9414
|
-
"shape": "
|
9686
|
+
"shape": "S8l"
|
9415
9687
|
},
|
9416
9688
|
"TagRestrictedResources": {
|
9417
|
-
"shape": "
|
9689
|
+
"shape": "S8o"
|
9418
9690
|
},
|
9419
9691
|
"Applications": {
|
9420
|
-
"shape": "
|
9692
|
+
"shape": "S8q"
|
9421
9693
|
},
|
9422
9694
|
"HierarchyRestrictedResources": {
|
9423
|
-
"shape": "
|
9695
|
+
"shape": "S8v"
|
9424
9696
|
},
|
9425
9697
|
"AllowedAccessControlHierarchyGroupId": {}
|
9426
9698
|
}
|
@@ -9449,14 +9721,14 @@
|
|
9449
9721
|
"Description": {},
|
9450
9722
|
"ContactFlowId": {},
|
9451
9723
|
"Constraints": {
|
9452
|
-
"shape": "
|
9724
|
+
"shape": "S93"
|
9453
9725
|
},
|
9454
9726
|
"Defaults": {
|
9455
|
-
"shape": "
|
9727
|
+
"shape": "S9c"
|
9456
9728
|
},
|
9457
9729
|
"Status": {},
|
9458
9730
|
"Fields": {
|
9459
|
-
"shape": "
|
9731
|
+
"shape": "S9h"
|
9460
9732
|
}
|
9461
9733
|
}
|
9462
9734
|
},
|
@@ -9470,13 +9742,13 @@
|
|
9470
9742
|
"Description": {},
|
9471
9743
|
"ContactFlowId": {},
|
9472
9744
|
"Constraints": {
|
9473
|
-
"shape": "
|
9745
|
+
"shape": "S93"
|
9474
9746
|
},
|
9475
9747
|
"Defaults": {
|
9476
|
-
"shape": "
|
9748
|
+
"shape": "S9c"
|
9477
9749
|
},
|
9478
9750
|
"Fields": {
|
9479
|
-
"shape": "
|
9751
|
+
"shape": "S9h"
|
9480
9752
|
},
|
9481
9753
|
"Status": {},
|
9482
9754
|
"LastModifiedTime": {
|
@@ -9504,13 +9776,13 @@
|
|
9504
9776
|
"locationName": "Id"
|
9505
9777
|
},
|
9506
9778
|
"TelephonyConfig": {
|
9507
|
-
"shape": "
|
9779
|
+
"shape": "Sj9"
|
9508
9780
|
},
|
9509
9781
|
"SignInConfig": {
|
9510
|
-
"shape": "
|
9782
|
+
"shape": "Sje"
|
9511
9783
|
},
|
9512
9784
|
"AgentConfig": {
|
9513
|
-
"shape": "
|
9785
|
+
"shape": "Sjh"
|
9514
9786
|
}
|
9515
9787
|
}
|
9516
9788
|
},
|
@@ -9581,19 +9853,19 @@
|
|
9581
9853
|
"type": "structure",
|
9582
9854
|
"members": {
|
9583
9855
|
"LevelOne": {
|
9584
|
-
"shape": "
|
9856
|
+
"shape": "Sxn"
|
9585
9857
|
},
|
9586
9858
|
"LevelTwo": {
|
9587
|
-
"shape": "
|
9859
|
+
"shape": "Sxn"
|
9588
9860
|
},
|
9589
9861
|
"LevelThree": {
|
9590
|
-
"shape": "
|
9862
|
+
"shape": "Sxn"
|
9591
9863
|
},
|
9592
9864
|
"LevelFour": {
|
9593
|
-
"shape": "
|
9865
|
+
"shape": "Sxn"
|
9594
9866
|
},
|
9595
9867
|
"LevelFive": {
|
9596
|
-
"shape": "
|
9868
|
+
"shape": "Sxn"
|
9597
9869
|
}
|
9598
9870
|
}
|
9599
9871
|
},
|
@@ -9617,7 +9889,7 @@
|
|
9617
9889
|
],
|
9618
9890
|
"members": {
|
9619
9891
|
"IdentityInfo": {
|
9620
|
-
"shape": "
|
9892
|
+
"shape": "Sa4"
|
9621
9893
|
},
|
9622
9894
|
"UserId": {
|
9623
9895
|
"location": "uri",
|
@@ -9643,7 +9915,7 @@
|
|
9643
9915
|
],
|
9644
9916
|
"members": {
|
9645
9917
|
"PhoneConfig": {
|
9646
|
-
"shape": "
|
9918
|
+
"shape": "Sa8"
|
9647
9919
|
},
|
9648
9920
|
"UserId": {
|
9649
9921
|
"location": "uri",
|
@@ -9719,7 +9991,7 @@
|
|
9719
9991
|
],
|
9720
9992
|
"members": {
|
9721
9993
|
"SecurityProfileIds": {
|
9722
|
-
"shape": "
|
9994
|
+
"shape": "Sad"
|
9723
9995
|
},
|
9724
9996
|
"UserId": {
|
9725
9997
|
"location": "uri",
|
@@ -9755,7 +10027,7 @@
|
|
9755
10027
|
},
|
9756
10028
|
"Status": {},
|
9757
10029
|
"Content": {
|
9758
|
-
"shape": "
|
10030
|
+
"shape": "Sam"
|
9759
10031
|
}
|
9760
10032
|
}
|
9761
10033
|
},
|
@@ -9763,7 +10035,7 @@
|
|
9763
10035
|
"type": "structure",
|
9764
10036
|
"members": {
|
9765
10037
|
"View": {
|
9766
|
-
"shape": "
|
10038
|
+
"shape": "Sat"
|
9767
10039
|
}
|
9768
10040
|
}
|
9769
10041
|
}
|
@@ -9788,7 +10060,7 @@
|
|
9788
10060
|
"locationName": "ViewId"
|
9789
10061
|
},
|
9790
10062
|
"Name": {
|
9791
|
-
"shape": "
|
10063
|
+
"shape": "Sar"
|
9792
10064
|
},
|
9793
10065
|
"Description": {}
|
9794
10066
|
}
|
@@ -9968,7 +10240,20 @@
|
|
9968
10240
|
}
|
9969
10241
|
}
|
9970
10242
|
},
|
9971
|
-
"
|
10243
|
+
"S2l": {
|
10244
|
+
"type": "structure",
|
10245
|
+
"members": {
|
10246
|
+
"ConnectUserArn": {},
|
10247
|
+
"AWSIdentityArn": {}
|
10248
|
+
},
|
10249
|
+
"union": true
|
10250
|
+
},
|
10251
|
+
"S2n": {
|
10252
|
+
"type": "map",
|
10253
|
+
"key": {},
|
10254
|
+
"value": {}
|
10255
|
+
},
|
10256
|
+
"S2y": {
|
9972
10257
|
"type": "list",
|
9973
10258
|
"member": {
|
9974
10259
|
"type": "structure",
|
@@ -9979,24 +10264,19 @@
|
|
9979
10264
|
}
|
9980
10265
|
}
|
9981
10266
|
},
|
9982
|
-
"
|
10267
|
+
"S34": {
|
9983
10268
|
"type": "structure",
|
9984
10269
|
"members": {
|
9985
10270
|
"Type": {},
|
9986
10271
|
"Address": {}
|
9987
10272
|
}
|
9988
10273
|
},
|
9989
|
-
"
|
10274
|
+
"S38": {
|
9990
10275
|
"type": "map",
|
9991
10276
|
"key": {},
|
9992
10277
|
"value": {}
|
9993
10278
|
},
|
9994
|
-
"
|
9995
|
-
"type": "map",
|
9996
|
-
"key": {},
|
9997
|
-
"value": {}
|
9998
|
-
},
|
9999
|
-
"S3u": {
|
10279
|
+
"S4c": {
|
10000
10280
|
"type": "list",
|
10001
10281
|
"member": {
|
10002
10282
|
"type": "structure",
|
@@ -10013,7 +10293,7 @@
|
|
10013
10293
|
"RefId": {},
|
10014
10294
|
"Instructions": {},
|
10015
10295
|
"Items": {
|
10016
|
-
"shape": "
|
10296
|
+
"shape": "S4c"
|
10017
10297
|
},
|
10018
10298
|
"Weight": {
|
10019
10299
|
"type": "double"
|
@@ -10164,7 +10444,7 @@
|
|
10164
10444
|
"union": true
|
10165
10445
|
}
|
10166
10446
|
},
|
10167
|
-
"
|
10447
|
+
"S57": {
|
10168
10448
|
"type": "structure",
|
10169
10449
|
"required": [
|
10170
10450
|
"Mode",
|
@@ -10175,7 +10455,7 @@
|
|
10175
10455
|
"Status": {}
|
10176
10456
|
}
|
10177
10457
|
},
|
10178
|
-
"
|
10458
|
+
"S5f": {
|
10179
10459
|
"type": "list",
|
10180
10460
|
"member": {
|
10181
10461
|
"type": "structure",
|
@@ -10187,15 +10467,15 @@
|
|
10187
10467
|
"members": {
|
10188
10468
|
"Day": {},
|
10189
10469
|
"StartTime": {
|
10190
|
-
"shape": "
|
10470
|
+
"shape": "S5i"
|
10191
10471
|
},
|
10192
10472
|
"EndTime": {
|
10193
|
-
"shape": "
|
10473
|
+
"shape": "S5i"
|
10194
10474
|
}
|
10195
10475
|
}
|
10196
10476
|
}
|
10197
10477
|
},
|
10198
|
-
"
|
10478
|
+
"S5i": {
|
10199
10479
|
"type": "structure",
|
10200
10480
|
"required": [
|
10201
10481
|
"Hours",
|
@@ -10210,11 +10490,11 @@
|
|
10210
10490
|
}
|
10211
10491
|
}
|
10212
10492
|
},
|
10213
|
-
"
|
10493
|
+
"S5p": {
|
10214
10494
|
"type": "string",
|
10215
10495
|
"sensitive": true
|
10216
10496
|
},
|
10217
|
-
"
|
10497
|
+
"S6d": {
|
10218
10498
|
"type": "structure",
|
10219
10499
|
"members": {
|
10220
10500
|
"StringList": {
|
@@ -10224,7 +10504,7 @@
|
|
10224
10504
|
},
|
10225
10505
|
"union": true
|
10226
10506
|
},
|
10227
|
-
"
|
10507
|
+
"S6m": {
|
10228
10508
|
"type": "structure",
|
10229
10509
|
"members": {
|
10230
10510
|
"OutboundCallerIdName": {},
|
@@ -10232,7 +10512,7 @@
|
|
10232
10512
|
"OutboundFlowId": {}
|
10233
10513
|
}
|
10234
10514
|
},
|
10235
|
-
"
|
10515
|
+
"S6t": {
|
10236
10516
|
"type": "structure",
|
10237
10517
|
"required": [
|
10238
10518
|
"QuickConnectType"
|
@@ -10272,7 +10552,7 @@
|
|
10272
10552
|
}
|
10273
10553
|
}
|
10274
10554
|
},
|
10275
|
-
"
|
10555
|
+
"S72": {
|
10276
10556
|
"type": "list",
|
10277
10557
|
"member": {
|
10278
10558
|
"type": "structure",
|
@@ -10297,7 +10577,7 @@
|
|
10297
10577
|
}
|
10298
10578
|
}
|
10299
10579
|
},
|
10300
|
-
"
|
10580
|
+
"S7b": {
|
10301
10581
|
"type": "structure",
|
10302
10582
|
"required": [
|
10303
10583
|
"EventSourceName"
|
@@ -10307,7 +10587,7 @@
|
|
10307
10587
|
"IntegrationAssociationId": {}
|
10308
10588
|
}
|
10309
10589
|
},
|
10310
|
-
"
|
10590
|
+
"S7e": {
|
10311
10591
|
"type": "list",
|
10312
10592
|
"member": {
|
10313
10593
|
"type": "structure",
|
@@ -10327,7 +10607,7 @@
|
|
10327
10607
|
"Description": {},
|
10328
10608
|
"ContactFlowId": {},
|
10329
10609
|
"References": {
|
10330
|
-
"shape": "
|
10610
|
+
"shape": "S7k"
|
10331
10611
|
}
|
10332
10612
|
}
|
10333
10613
|
},
|
@@ -10381,7 +10661,7 @@
|
|
10381
10661
|
],
|
10382
10662
|
"members": {
|
10383
10663
|
"Fields": {
|
10384
|
-
"shape": "
|
10664
|
+
"shape": "S81"
|
10385
10665
|
},
|
10386
10666
|
"TemplateId": {}
|
10387
10667
|
}
|
@@ -10393,7 +10673,7 @@
|
|
10393
10673
|
],
|
10394
10674
|
"members": {
|
10395
10675
|
"Fields": {
|
10396
|
-
"shape": "
|
10676
|
+
"shape": "S81"
|
10397
10677
|
}
|
10398
10678
|
}
|
10399
10679
|
},
|
@@ -10413,7 +10693,7 @@
|
|
10413
10693
|
}
|
10414
10694
|
}
|
10415
10695
|
},
|
10416
|
-
"
|
10696
|
+
"S7k": {
|
10417
10697
|
"type": "map",
|
10418
10698
|
"key": {},
|
10419
10699
|
"value": {
|
@@ -10428,7 +10708,7 @@
|
|
10428
10708
|
}
|
10429
10709
|
}
|
10430
10710
|
},
|
10431
|
-
"
|
10711
|
+
"S81": {
|
10432
10712
|
"type": "list",
|
10433
10713
|
"member": {
|
10434
10714
|
"type": "structure",
|
@@ -10457,20 +10737,20 @@
|
|
10457
10737
|
}
|
10458
10738
|
}
|
10459
10739
|
},
|
10460
|
-
"
|
10740
|
+
"S8j": {
|
10461
10741
|
"type": "list",
|
10462
10742
|
"member": {}
|
10463
10743
|
},
|
10464
|
-
"
|
10744
|
+
"S8l": {
|
10465
10745
|
"type": "map",
|
10466
10746
|
"key": {},
|
10467
10747
|
"value": {}
|
10468
10748
|
},
|
10469
|
-
"
|
10749
|
+
"S8o": {
|
10470
10750
|
"type": "list",
|
10471
10751
|
"member": {}
|
10472
10752
|
},
|
10473
|
-
"
|
10753
|
+
"S8q": {
|
10474
10754
|
"type": "list",
|
10475
10755
|
"member": {
|
10476
10756
|
"type": "structure",
|
@@ -10483,11 +10763,11 @@
|
|
10483
10763
|
}
|
10484
10764
|
}
|
10485
10765
|
},
|
10486
|
-
"
|
10766
|
+
"S8v": {
|
10487
10767
|
"type": "list",
|
10488
10768
|
"member": {}
|
10489
10769
|
},
|
10490
|
-
"
|
10770
|
+
"S93": {
|
10491
10771
|
"type": "structure",
|
10492
10772
|
"members": {
|
10493
10773
|
"RequiredFields": {
|
@@ -10496,7 +10776,7 @@
|
|
10496
10776
|
"type": "structure",
|
10497
10777
|
"members": {
|
10498
10778
|
"Id": {
|
10499
|
-
"shape": "
|
10779
|
+
"shape": "S96"
|
10500
10780
|
}
|
10501
10781
|
}
|
10502
10782
|
}
|
@@ -10507,7 +10787,7 @@
|
|
10507
10787
|
"type": "structure",
|
10508
10788
|
"members": {
|
10509
10789
|
"Id": {
|
10510
|
-
"shape": "
|
10790
|
+
"shape": "S96"
|
10511
10791
|
}
|
10512
10792
|
}
|
10513
10793
|
}
|
@@ -10518,20 +10798,20 @@
|
|
10518
10798
|
"type": "structure",
|
10519
10799
|
"members": {
|
10520
10800
|
"Id": {
|
10521
|
-
"shape": "
|
10801
|
+
"shape": "S96"
|
10522
10802
|
}
|
10523
10803
|
}
|
10524
10804
|
}
|
10525
10805
|
}
|
10526
10806
|
}
|
10527
10807
|
},
|
10528
|
-
"
|
10808
|
+
"S96": {
|
10529
10809
|
"type": "structure",
|
10530
10810
|
"members": {
|
10531
10811
|
"Name": {}
|
10532
10812
|
}
|
10533
10813
|
},
|
10534
|
-
"
|
10814
|
+
"S9c": {
|
10535
10815
|
"type": "structure",
|
10536
10816
|
"members": {
|
10537
10817
|
"DefaultFieldValues": {
|
@@ -10540,7 +10820,7 @@
|
|
10540
10820
|
"type": "structure",
|
10541
10821
|
"members": {
|
10542
10822
|
"Id": {
|
10543
|
-
"shape": "
|
10823
|
+
"shape": "S96"
|
10544
10824
|
},
|
10545
10825
|
"DefaultValue": {}
|
10546
10826
|
}
|
@@ -10548,7 +10828,7 @@
|
|
10548
10828
|
}
|
10549
10829
|
}
|
10550
10830
|
},
|
10551
|
-
"
|
10831
|
+
"S9h": {
|
10552
10832
|
"type": "list",
|
10553
10833
|
"member": {
|
10554
10834
|
"type": "structure",
|
@@ -10557,7 +10837,7 @@
|
|
10557
10837
|
],
|
10558
10838
|
"members": {
|
10559
10839
|
"Id": {
|
10560
|
-
"shape": "
|
10840
|
+
"shape": "S96"
|
10561
10841
|
},
|
10562
10842
|
"Description": {},
|
10563
10843
|
"Type": {},
|
@@ -10568,37 +10848,37 @@
|
|
10568
10848
|
}
|
10569
10849
|
}
|
10570
10850
|
},
|
10571
|
-
"
|
10851
|
+
"Sa4": {
|
10572
10852
|
"type": "structure",
|
10573
10853
|
"members": {
|
10574
10854
|
"FirstName": {
|
10575
|
-
"shape": "
|
10855
|
+
"shape": "Sa5"
|
10576
10856
|
},
|
10577
10857
|
"LastName": {
|
10578
|
-
"shape": "
|
10858
|
+
"shape": "Sa6"
|
10579
10859
|
},
|
10580
10860
|
"Email": {
|
10581
|
-
"shape": "
|
10861
|
+
"shape": "Sa7"
|
10582
10862
|
},
|
10583
10863
|
"SecondaryEmail": {
|
10584
|
-
"shape": "
|
10864
|
+
"shape": "Sa7"
|
10585
10865
|
},
|
10586
10866
|
"Mobile": {}
|
10587
10867
|
}
|
10588
10868
|
},
|
10589
|
-
"
|
10869
|
+
"Sa5": {
|
10590
10870
|
"type": "string",
|
10591
10871
|
"sensitive": true
|
10592
10872
|
},
|
10593
|
-
"
|
10873
|
+
"Sa6": {
|
10594
10874
|
"type": "string",
|
10595
10875
|
"sensitive": true
|
10596
10876
|
},
|
10597
|
-
"
|
10877
|
+
"Sa7": {
|
10598
10878
|
"type": "string",
|
10599
10879
|
"sensitive": true
|
10600
10880
|
},
|
10601
|
-
"
|
10881
|
+
"Sa8": {
|
10602
10882
|
"type": "structure",
|
10603
10883
|
"required": [
|
10604
10884
|
"PhoneType"
|
@@ -10614,37 +10894,37 @@
|
|
10614
10894
|
"DeskPhoneNumber": {}
|
10615
10895
|
}
|
10616
10896
|
},
|
10617
|
-
"
|
10897
|
+
"Sad": {
|
10618
10898
|
"type": "list",
|
10619
10899
|
"member": {}
|
10620
10900
|
},
|
10621
|
-
"
|
10901
|
+
"Sam": {
|
10622
10902
|
"type": "structure",
|
10623
10903
|
"members": {
|
10624
10904
|
"Template": {},
|
10625
10905
|
"Actions": {
|
10626
|
-
"shape": "
|
10906
|
+
"shape": "Sao"
|
10627
10907
|
}
|
10628
10908
|
}
|
10629
10909
|
},
|
10630
|
-
"
|
10910
|
+
"Sao": {
|
10631
10911
|
"type": "list",
|
10632
10912
|
"member": {
|
10633
10913
|
"type": "string",
|
10634
10914
|
"sensitive": true
|
10635
10915
|
}
|
10636
10916
|
},
|
10637
|
-
"
|
10917
|
+
"Sar": {
|
10638
10918
|
"type": "string",
|
10639
10919
|
"sensitive": true
|
10640
10920
|
},
|
10641
|
-
"
|
10921
|
+
"Sat": {
|
10642
10922
|
"type": "structure",
|
10643
10923
|
"members": {
|
10644
10924
|
"Id": {},
|
10645
10925
|
"Arn": {},
|
10646
10926
|
"Name": {
|
10647
|
-
"shape": "
|
10927
|
+
"shape": "Sar"
|
10648
10928
|
},
|
10649
10929
|
"Status": {},
|
10650
10930
|
"Type": {},
|
@@ -10662,12 +10942,12 @@
|
|
10662
10942
|
},
|
10663
10943
|
"Template": {},
|
10664
10944
|
"Actions": {
|
10665
|
-
"shape": "
|
10945
|
+
"shape": "Sao"
|
10666
10946
|
}
|
10667
10947
|
}
|
10668
10948
|
},
|
10669
10949
|
"Tags": {
|
10670
|
-
"shape": "
|
10950
|
+
"shape": "S2n"
|
10671
10951
|
},
|
10672
10952
|
"CreatedTime": {
|
10673
10953
|
"type": "timestamp"
|
@@ -10678,20 +10958,20 @@
|
|
10678
10958
|
"ViewContentSha256": {}
|
10679
10959
|
}
|
10680
10960
|
},
|
10681
|
-
"
|
10961
|
+
"Sce": {
|
10682
10962
|
"type": "string",
|
10683
10963
|
"sensitive": true
|
10684
10964
|
},
|
10685
|
-
"
|
10965
|
+
"Scf": {
|
10686
10966
|
"type": "string",
|
10687
10967
|
"sensitive": true
|
10688
10968
|
},
|
10689
|
-
"
|
10969
|
+
"Scq": {
|
10690
10970
|
"type": "map",
|
10691
10971
|
"key": {},
|
10692
10972
|
"value": {}
|
10693
10973
|
},
|
10694
|
-
"
|
10974
|
+
"Scx": {
|
10695
10975
|
"type": "structure",
|
10696
10976
|
"members": {
|
10697
10977
|
"Percentage": {
|
@@ -10705,7 +10985,7 @@
|
|
10705
10985
|
}
|
10706
10986
|
}
|
10707
10987
|
},
|
10708
|
-
"
|
10988
|
+
"Sd1": {
|
10709
10989
|
"type": "structure",
|
10710
10990
|
"members": {
|
10711
10991
|
"StringValue": {},
|
@@ -10718,7 +10998,7 @@
|
|
10718
10998
|
},
|
10719
10999
|
"union": true
|
10720
11000
|
},
|
10721
|
-
"
|
11001
|
+
"Sd4": {
|
10722
11002
|
"type": "map",
|
10723
11003
|
"key": {},
|
10724
11004
|
"value": {
|
@@ -10728,7 +11008,7 @@
|
|
10728
11008
|
}
|
10729
11009
|
}
|
10730
11010
|
},
|
10731
|
-
"
|
11011
|
+
"Sdq": {
|
10732
11012
|
"type": "structure",
|
10733
11013
|
"members": {
|
10734
11014
|
"HoursOfOperationId": {},
|
@@ -10737,10 +11017,10 @@
|
|
10737
11017
|
"Description": {},
|
10738
11018
|
"TimeZone": {},
|
10739
11019
|
"Config": {
|
10740
|
-
"shape": "
|
11020
|
+
"shape": "S5f"
|
10741
11021
|
},
|
10742
11022
|
"Tags": {
|
10743
|
-
"shape": "
|
11023
|
+
"shape": "S2n"
|
10744
11024
|
},
|
10745
11025
|
"LastModifiedTime": {
|
10746
11026
|
"type": "timestamp"
|
@@ -10748,19 +11028,19 @@
|
|
10748
11028
|
"LastModifiedRegion": {}
|
10749
11029
|
}
|
10750
11030
|
},
|
10751
|
-
"
|
11031
|
+
"Se0": {
|
10752
11032
|
"type": "structure",
|
10753
11033
|
"members": {
|
10754
11034
|
"AttributeType": {},
|
10755
11035
|
"Value": {}
|
10756
11036
|
}
|
10757
11037
|
},
|
10758
|
-
"
|
11038
|
+
"See": {
|
10759
11039
|
"type": "structure",
|
10760
11040
|
"members": {
|
10761
11041
|
"Name": {},
|
10762
11042
|
"Values": {
|
10763
|
-
"shape": "
|
11043
|
+
"shape": "S6d"
|
10764
11044
|
},
|
10765
11045
|
"LastModifiedTime": {
|
10766
11046
|
"type": "timestamp"
|
@@ -10768,7 +11048,7 @@
|
|
10768
11048
|
"LastModifiedRegion": {}
|
10769
11049
|
}
|
10770
11050
|
},
|
10771
|
-
"
|
11051
|
+
"Seh": {
|
10772
11052
|
"type": "structure",
|
10773
11053
|
"members": {
|
10774
11054
|
"PromptARN": {},
|
@@ -10776,7 +11056,7 @@
|
|
10776
11056
|
"Name": {},
|
10777
11057
|
"Description": {},
|
10778
11058
|
"Tags": {
|
10779
|
-
"shape": "
|
11059
|
+
"shape": "S2n"
|
10780
11060
|
},
|
10781
11061
|
"LastModifiedTime": {
|
10782
11062
|
"type": "timestamp"
|
@@ -10784,7 +11064,7 @@
|
|
10784
11064
|
"LastModifiedRegion": {}
|
10785
11065
|
}
|
10786
11066
|
},
|
10787
|
-
"
|
11067
|
+
"Sek": {
|
10788
11068
|
"type": "structure",
|
10789
11069
|
"members": {
|
10790
11070
|
"Name": {},
|
@@ -10792,7 +11072,7 @@
|
|
10792
11072
|
"QueueId": {},
|
10793
11073
|
"Description": {},
|
10794
11074
|
"OutboundCallerConfig": {
|
10795
|
-
"shape": "
|
11075
|
+
"shape": "S6m"
|
10796
11076
|
},
|
10797
11077
|
"HoursOfOperationId": {},
|
10798
11078
|
"MaxContacts": {
|
@@ -10800,7 +11080,7 @@
|
|
10800
11080
|
},
|
10801
11081
|
"Status": {},
|
10802
11082
|
"Tags": {
|
10803
|
-
"shape": "
|
11083
|
+
"shape": "S2n"
|
10804
11084
|
},
|
10805
11085
|
"LastModifiedTime": {
|
10806
11086
|
"type": "timestamp"
|
@@ -10808,7 +11088,7 @@
|
|
10808
11088
|
"LastModifiedRegion": {}
|
10809
11089
|
}
|
10810
11090
|
},
|
10811
|
-
"
|
11091
|
+
"Seo": {
|
10812
11092
|
"type": "structure",
|
10813
11093
|
"members": {
|
10814
11094
|
"QuickConnectARN": {},
|
@@ -10816,10 +11096,10 @@
|
|
10816
11096
|
"Name": {},
|
10817
11097
|
"Description": {},
|
10818
11098
|
"QuickConnectConfig": {
|
10819
|
-
"shape": "
|
11099
|
+
"shape": "S6t"
|
10820
11100
|
},
|
10821
11101
|
"Tags": {
|
10822
|
-
"shape": "
|
11102
|
+
"shape": "S2n"
|
10823
11103
|
},
|
10824
11104
|
"LastModifiedTime": {
|
10825
11105
|
"type": "timestamp"
|
@@ -10827,7 +11107,7 @@
|
|
10827
11107
|
"LastModifiedRegion": {}
|
10828
11108
|
}
|
10829
11109
|
},
|
10830
|
-
"
|
11110
|
+
"Ser": {
|
10831
11111
|
"type": "structure",
|
10832
11112
|
"members": {
|
10833
11113
|
"InstanceId": {},
|
@@ -10836,11 +11116,11 @@
|
|
10836
11116
|
"RoutingProfileId": {},
|
10837
11117
|
"Description": {},
|
10838
11118
|
"MediaConcurrencies": {
|
10839
|
-
"shape": "
|
11119
|
+
"shape": "S72"
|
10840
11120
|
},
|
10841
11121
|
"DefaultOutboundQueueId": {},
|
10842
11122
|
"Tags": {
|
10843
|
-
"shape": "
|
11123
|
+
"shape": "S2n"
|
10844
11124
|
},
|
10845
11125
|
"NumberOfAssociatedQueues": {
|
10846
11126
|
"type": "long"
|
@@ -10858,7 +11138,7 @@
|
|
10858
11138
|
}
|
10859
11139
|
}
|
10860
11140
|
},
|
10861
|
-
"
|
11141
|
+
"Sfd": {
|
10862
11142
|
"type": "structure",
|
10863
11143
|
"members": {
|
10864
11144
|
"Id": {},
|
@@ -10870,7 +11150,7 @@
|
|
10870
11150
|
"LastModifiedRegion": {}
|
10871
11151
|
}
|
10872
11152
|
},
|
10873
|
-
"
|
11153
|
+
"Sfh": {
|
10874
11154
|
"type": "structure",
|
10875
11155
|
"members": {
|
10876
11156
|
"Id": {},
|
@@ -10882,18 +11162,18 @@
|
|
10882
11162
|
"LastModifiedRegion": {}
|
10883
11163
|
}
|
10884
11164
|
},
|
10885
|
-
"
|
11165
|
+
"Sgi": {
|
10886
11166
|
"type": "structure",
|
10887
11167
|
"members": {
|
10888
11168
|
"Queues": {
|
10889
|
-
"shape": "
|
11169
|
+
"shape": "Sgj"
|
10890
11170
|
},
|
10891
11171
|
"Channels": {
|
10892
11172
|
"type": "list",
|
10893
11173
|
"member": {}
|
10894
11174
|
},
|
10895
11175
|
"RoutingProfiles": {
|
10896
|
-
"shape": "
|
11176
|
+
"shape": "Sgl"
|
10897
11177
|
},
|
10898
11178
|
"RoutingStepExpressions": {
|
10899
11179
|
"type": "list",
|
@@ -10901,71 +11181,71 @@
|
|
10901
11181
|
}
|
10902
11182
|
}
|
10903
11183
|
},
|
10904
|
-
"
|
11184
|
+
"Sgj": {
|
10905
11185
|
"type": "list",
|
10906
11186
|
"member": {}
|
10907
11187
|
},
|
10908
|
-
"
|
11188
|
+
"Sgl": {
|
10909
11189
|
"type": "list",
|
10910
11190
|
"member": {}
|
10911
11191
|
},
|
10912
|
-
"
|
11192
|
+
"Sgo": {
|
10913
11193
|
"type": "list",
|
10914
11194
|
"member": {}
|
10915
11195
|
},
|
10916
|
-
"
|
11196
|
+
"Sgr": {
|
10917
11197
|
"type": "structure",
|
10918
11198
|
"members": {
|
10919
11199
|
"Name": {},
|
10920
11200
|
"Unit": {}
|
10921
11201
|
}
|
10922
11202
|
},
|
10923
|
-
"
|
11203
|
+
"Sh2": {
|
10924
11204
|
"type": "structure",
|
10925
11205
|
"members": {
|
10926
11206
|
"Queue": {
|
10927
|
-
"shape": "
|
11207
|
+
"shape": "Sh3"
|
10928
11208
|
},
|
10929
11209
|
"Channel": {},
|
10930
11210
|
"RoutingProfile": {
|
10931
|
-
"shape": "
|
11211
|
+
"shape": "Sh4"
|
10932
11212
|
},
|
10933
11213
|
"RoutingStepExpression": {}
|
10934
11214
|
}
|
10935
11215
|
},
|
10936
|
-
"
|
11216
|
+
"Sh3": {
|
10937
11217
|
"type": "structure",
|
10938
11218
|
"members": {
|
10939
11219
|
"Id": {},
|
10940
11220
|
"Arn": {}
|
10941
11221
|
}
|
10942
11222
|
},
|
10943
|
-
"
|
11223
|
+
"Sh4": {
|
10944
11224
|
"type": "structure",
|
10945
11225
|
"members": {
|
10946
11226
|
"Id": {},
|
10947
11227
|
"Arn": {}
|
10948
11228
|
}
|
10949
11229
|
},
|
10950
|
-
"
|
11230
|
+
"Shl": {
|
10951
11231
|
"type": "structure",
|
10952
11232
|
"members": {
|
10953
11233
|
"Id": {},
|
10954
11234
|
"Arn": {}
|
10955
11235
|
}
|
10956
11236
|
},
|
10957
|
-
"
|
11237
|
+
"Shn": {
|
10958
11238
|
"type": "map",
|
10959
11239
|
"key": {},
|
10960
11240
|
"value": {
|
10961
11241
|
"type": "integer"
|
10962
11242
|
}
|
10963
11243
|
},
|
10964
|
-
"
|
11244
|
+
"Shu": {
|
10965
11245
|
"type": "string",
|
10966
11246
|
"sensitive": true
|
10967
11247
|
},
|
10968
|
-
"
|
11248
|
+
"Shz": {
|
10969
11249
|
"type": "structure",
|
10970
11250
|
"members": {
|
10971
11251
|
"Name": {},
|
@@ -10982,7 +11262,7 @@
|
|
10982
11262
|
"Unit": {}
|
10983
11263
|
}
|
10984
11264
|
},
|
10985
|
-
"
|
11265
|
+
"Sik": {
|
10986
11266
|
"type": "structure",
|
10987
11267
|
"members": {
|
10988
11268
|
"Name": {},
|
@@ -11016,18 +11296,18 @@
|
|
11016
11296
|
}
|
11017
11297
|
}
|
11018
11298
|
},
|
11019
|
-
"
|
11299
|
+
"Sj9": {
|
11020
11300
|
"type": "structure",
|
11021
11301
|
"required": [
|
11022
11302
|
"Distributions"
|
11023
11303
|
],
|
11024
11304
|
"members": {
|
11025
11305
|
"Distributions": {
|
11026
|
-
"shape": "
|
11306
|
+
"shape": "Sja"
|
11027
11307
|
}
|
11028
11308
|
}
|
11029
11309
|
},
|
11030
|
-
"
|
11310
|
+
"Sja": {
|
11031
11311
|
"type": "list",
|
11032
11312
|
"member": {
|
11033
11313
|
"type": "structure",
|
@@ -11043,7 +11323,7 @@
|
|
11043
11323
|
}
|
11044
11324
|
}
|
11045
11325
|
},
|
11046
|
-
"
|
11326
|
+
"Sje": {
|
11047
11327
|
"type": "structure",
|
11048
11328
|
"required": [
|
11049
11329
|
"Distributions"
|
@@ -11067,26 +11347,26 @@
|
|
11067
11347
|
}
|
11068
11348
|
}
|
11069
11349
|
},
|
11070
|
-
"
|
11350
|
+
"Sjh": {
|
11071
11351
|
"type": "structure",
|
11072
11352
|
"required": [
|
11073
11353
|
"Distributions"
|
11074
11354
|
],
|
11075
11355
|
"members": {
|
11076
11356
|
"Distributions": {
|
11077
|
-
"shape": "
|
11357
|
+
"shape": "Sja"
|
11078
11358
|
}
|
11079
11359
|
}
|
11080
11360
|
},
|
11081
|
-
"
|
11361
|
+
"Slx": {
|
11082
11362
|
"type": "list",
|
11083
11363
|
"member": {}
|
11084
11364
|
},
|
11085
|
-
"
|
11365
|
+
"Sly": {
|
11086
11366
|
"type": "list",
|
11087
11367
|
"member": {}
|
11088
11368
|
},
|
11089
|
-
"
|
11369
|
+
"Smj": {
|
11090
11370
|
"type": "list",
|
11091
11371
|
"member": {
|
11092
11372
|
"type": "structure",
|
@@ -11102,7 +11382,7 @@
|
|
11102
11382
|
}
|
11103
11383
|
}
|
11104
11384
|
},
|
11105
|
-
"
|
11385
|
+
"Sn8": {
|
11106
11386
|
"type": "structure",
|
11107
11387
|
"members": {
|
11108
11388
|
"AbsoluteTime": {
|
@@ -11112,7 +11392,7 @@
|
|
11112
11392
|
},
|
11113
11393
|
"union": true
|
11114
11394
|
},
|
11115
|
-
"
|
11395
|
+
"Snc": {
|
11116
11396
|
"type": "structure",
|
11117
11397
|
"required": [
|
11118
11398
|
"BeginOffsetChar",
|
@@ -11127,61 +11407,61 @@
|
|
11127
11407
|
}
|
11128
11408
|
}
|
11129
11409
|
},
|
11130
|
-
"
|
11410
|
+
"Sqj": {
|
11131
11411
|
"type": "list",
|
11132
11412
|
"member": {}
|
11133
11413
|
},
|
11134
|
-
"
|
11414
|
+
"Sra": {
|
11135
11415
|
"type": "structure",
|
11136
11416
|
"members": {
|
11137
11417
|
"OrConditions": {
|
11138
11418
|
"type": "list",
|
11139
11419
|
"member": {
|
11140
|
-
"shape": "
|
11420
|
+
"shape": "Src"
|
11141
11421
|
}
|
11142
11422
|
},
|
11143
11423
|
"AndConditions": {
|
11144
|
-
"shape": "
|
11424
|
+
"shape": "Src"
|
11145
11425
|
},
|
11146
11426
|
"TagCondition": {
|
11147
|
-
"shape": "
|
11427
|
+
"shape": "Srd"
|
11148
11428
|
}
|
11149
11429
|
}
|
11150
11430
|
},
|
11151
|
-
"
|
11431
|
+
"Src": {
|
11152
11432
|
"type": "list",
|
11153
11433
|
"member": {
|
11154
|
-
"shape": "
|
11434
|
+
"shape": "Srd"
|
11155
11435
|
}
|
11156
11436
|
},
|
11157
|
-
"
|
11437
|
+
"Srd": {
|
11158
11438
|
"type": "structure",
|
11159
11439
|
"members": {
|
11160
11440
|
"TagKey": {},
|
11161
11441
|
"TagValue": {}
|
11162
11442
|
}
|
11163
11443
|
},
|
11164
|
-
"
|
11444
|
+
"Sre": {
|
11165
11445
|
"type": "structure",
|
11166
11446
|
"members": {
|
11167
11447
|
"OrConditions": {
|
11168
|
-
"shape": "
|
11448
|
+
"shape": "Srf"
|
11169
11449
|
},
|
11170
11450
|
"AndConditions": {
|
11171
|
-
"shape": "
|
11451
|
+
"shape": "Srf"
|
11172
11452
|
},
|
11173
11453
|
"StringCondition": {
|
11174
|
-
"shape": "
|
11454
|
+
"shape": "Srg"
|
11175
11455
|
}
|
11176
11456
|
}
|
11177
11457
|
},
|
11178
|
-
"
|
11458
|
+
"Srf": {
|
11179
11459
|
"type": "list",
|
11180
11460
|
"member": {
|
11181
|
-
"shape": "
|
11461
|
+
"shape": "Sre"
|
11182
11462
|
}
|
11183
11463
|
},
|
11184
|
-
"
|
11464
|
+
"Srg": {
|
11185
11465
|
"type": "structure",
|
11186
11466
|
"members": {
|
11187
11467
|
"FieldName": {},
|
@@ -11189,173 +11469,173 @@
|
|
11189
11469
|
"ComparisonType": {}
|
11190
11470
|
}
|
11191
11471
|
},
|
11192
|
-
"
|
11472
|
+
"Srl": {
|
11193
11473
|
"type": "structure",
|
11194
11474
|
"members": {
|
11195
11475
|
"OrConditions": {
|
11196
|
-
"shape": "
|
11476
|
+
"shape": "Srm"
|
11197
11477
|
},
|
11198
11478
|
"AndConditions": {
|
11199
|
-
"shape": "
|
11479
|
+
"shape": "Srm"
|
11200
11480
|
},
|
11201
11481
|
"StringCondition": {
|
11202
|
-
"shape": "
|
11482
|
+
"shape": "Srg"
|
11203
11483
|
}
|
11204
11484
|
}
|
11205
11485
|
},
|
11206
|
-
"
|
11486
|
+
"Srm": {
|
11207
11487
|
"type": "list",
|
11208
11488
|
"member": {
|
11209
|
-
"shape": "
|
11489
|
+
"shape": "Srl"
|
11210
11490
|
}
|
11211
11491
|
},
|
11212
|
-
"
|
11492
|
+
"Srr": {
|
11213
11493
|
"type": "structure",
|
11214
11494
|
"members": {
|
11215
11495
|
"OrConditions": {
|
11216
|
-
"shape": "
|
11496
|
+
"shape": "Srs"
|
11217
11497
|
},
|
11218
11498
|
"AndConditions": {
|
11219
|
-
"shape": "
|
11499
|
+
"shape": "Srs"
|
11220
11500
|
},
|
11221
11501
|
"StringCondition": {
|
11222
|
-
"shape": "
|
11502
|
+
"shape": "Srg"
|
11223
11503
|
}
|
11224
11504
|
}
|
11225
11505
|
},
|
11226
|
-
"
|
11506
|
+
"Srs": {
|
11227
11507
|
"type": "list",
|
11228
11508
|
"member": {
|
11229
|
-
"shape": "
|
11509
|
+
"shape": "Srr"
|
11230
11510
|
}
|
11231
11511
|
},
|
11232
|
-
"
|
11512
|
+
"Sry": {
|
11233
11513
|
"type": "structure",
|
11234
11514
|
"members": {
|
11235
11515
|
"OrConditions": {
|
11236
|
-
"shape": "
|
11516
|
+
"shape": "Srz"
|
11237
11517
|
},
|
11238
11518
|
"AndConditions": {
|
11239
|
-
"shape": "
|
11519
|
+
"shape": "Srz"
|
11240
11520
|
},
|
11241
11521
|
"StringCondition": {
|
11242
|
-
"shape": "
|
11522
|
+
"shape": "Srg"
|
11243
11523
|
},
|
11244
11524
|
"QueueTypeCondition": {}
|
11245
11525
|
}
|
11246
11526
|
},
|
11247
|
-
"
|
11527
|
+
"Srz": {
|
11248
11528
|
"type": "list",
|
11249
11529
|
"member": {
|
11250
|
-
"shape": "
|
11530
|
+
"shape": "Sry"
|
11251
11531
|
}
|
11252
11532
|
},
|
11253
|
-
"
|
11533
|
+
"Ss5": {
|
11254
11534
|
"type": "structure",
|
11255
11535
|
"members": {
|
11256
11536
|
"OrConditions": {
|
11257
|
-
"shape": "
|
11537
|
+
"shape": "Ss6"
|
11258
11538
|
},
|
11259
11539
|
"AndConditions": {
|
11260
|
-
"shape": "
|
11540
|
+
"shape": "Ss6"
|
11261
11541
|
},
|
11262
11542
|
"StringCondition": {
|
11263
|
-
"shape": "
|
11543
|
+
"shape": "Srg"
|
11264
11544
|
}
|
11265
11545
|
}
|
11266
11546
|
},
|
11267
|
-
"
|
11547
|
+
"Ss6": {
|
11268
11548
|
"type": "list",
|
11269
11549
|
"member": {
|
11270
|
-
"shape": "
|
11550
|
+
"shape": "Ss5"
|
11271
11551
|
}
|
11272
11552
|
},
|
11273
|
-
"
|
11553
|
+
"Ssk": {
|
11274
11554
|
"type": "structure",
|
11275
11555
|
"members": {
|
11276
11556
|
"OrConditions": {
|
11277
|
-
"shape": "
|
11557
|
+
"shape": "Ssl"
|
11278
11558
|
},
|
11279
11559
|
"AndConditions": {
|
11280
|
-
"shape": "
|
11560
|
+
"shape": "Ssl"
|
11281
11561
|
},
|
11282
11562
|
"StringCondition": {
|
11283
|
-
"shape": "
|
11563
|
+
"shape": "Srg"
|
11284
11564
|
}
|
11285
11565
|
}
|
11286
11566
|
},
|
11287
|
-
"
|
11567
|
+
"Ssl": {
|
11288
11568
|
"type": "list",
|
11289
11569
|
"member": {
|
11290
|
-
"shape": "
|
11570
|
+
"shape": "Ssk"
|
11291
11571
|
}
|
11292
11572
|
},
|
11293
|
-
"
|
11573
|
+
"Ssp": {
|
11294
11574
|
"type": "structure",
|
11295
11575
|
"members": {
|
11296
11576
|
"OrConditions": {
|
11297
|
-
"shape": "
|
11577
|
+
"shape": "Ssq"
|
11298
11578
|
},
|
11299
11579
|
"AndConditions": {
|
11300
|
-
"shape": "
|
11580
|
+
"shape": "Ssq"
|
11301
11581
|
},
|
11302
11582
|
"StringCondition": {
|
11303
|
-
"shape": "
|
11583
|
+
"shape": "Srg"
|
11304
11584
|
}
|
11305
11585
|
}
|
11306
11586
|
},
|
11307
|
-
"
|
11587
|
+
"Ssq": {
|
11308
11588
|
"type": "list",
|
11309
11589
|
"member": {
|
11310
|
-
"shape": "
|
11590
|
+
"shape": "Ssp"
|
11311
11591
|
}
|
11312
11592
|
},
|
11313
|
-
"
|
11593
|
+
"Ssz": {
|
11314
11594
|
"type": "structure",
|
11315
11595
|
"members": {
|
11316
11596
|
"TagConditions": {
|
11317
|
-
"shape": "
|
11597
|
+
"shape": "Src"
|
11318
11598
|
},
|
11319
11599
|
"HierarchyGroupCondition": {
|
11320
|
-
"shape": "
|
11600
|
+
"shape": "St0"
|
11321
11601
|
}
|
11322
11602
|
}
|
11323
11603
|
},
|
11324
|
-
"
|
11604
|
+
"St0": {
|
11325
11605
|
"type": "structure",
|
11326
11606
|
"members": {
|
11327
11607
|
"Value": {},
|
11328
11608
|
"HierarchyGroupMatchType": {}
|
11329
11609
|
}
|
11330
11610
|
},
|
11331
|
-
"
|
11611
|
+
"St2": {
|
11332
11612
|
"type": "structure",
|
11333
11613
|
"members": {
|
11334
11614
|
"OrConditions": {
|
11335
|
-
"shape": "
|
11615
|
+
"shape": "St3"
|
11336
11616
|
},
|
11337
11617
|
"AndConditions": {
|
11338
|
-
"shape": "
|
11618
|
+
"shape": "St3"
|
11339
11619
|
},
|
11340
11620
|
"StringCondition": {
|
11341
|
-
"shape": "
|
11621
|
+
"shape": "Srg"
|
11342
11622
|
},
|
11343
11623
|
"HierarchyGroupCondition": {
|
11344
|
-
"shape": "
|
11624
|
+
"shape": "St0"
|
11345
11625
|
}
|
11346
11626
|
}
|
11347
11627
|
},
|
11348
|
-
"
|
11628
|
+
"St3": {
|
11349
11629
|
"type": "list",
|
11350
11630
|
"member": {
|
11351
|
-
"shape": "
|
11631
|
+
"shape": "St2"
|
11352
11632
|
}
|
11353
11633
|
},
|
11354
|
-
"
|
11634
|
+
"Stl": {
|
11355
11635
|
"type": "list",
|
11356
11636
|
"member": {}
|
11357
11637
|
},
|
11358
|
-
"
|
11638
|
+
"Stn": {
|
11359
11639
|
"type": "structure",
|
11360
11640
|
"required": [
|
11361
11641
|
"DisplayName"
|
@@ -11364,7 +11644,7 @@
|
|
11364
11644
|
"DisplayName": {}
|
11365
11645
|
}
|
11366
11646
|
},
|
11367
|
-
"
|
11647
|
+
"Sto": {
|
11368
11648
|
"type": "structure",
|
11369
11649
|
"required": [
|
11370
11650
|
"StreamingEndpointArn"
|
@@ -11373,25 +11653,25 @@
|
|
11373
11653
|
"StreamingEndpointArn": {}
|
11374
11654
|
}
|
11375
11655
|
},
|
11376
|
-
"
|
11656
|
+
"Suo": {
|
11377
11657
|
"type": "structure",
|
11378
11658
|
"members": {
|
11379
11659
|
"Video": {}
|
11380
11660
|
}
|
11381
11661
|
},
|
11382
|
-
"
|
11662
|
+
"Svb": {
|
11383
11663
|
"type": "map",
|
11384
11664
|
"key": {},
|
11385
11665
|
"value": {
|
11386
11666
|
"type": "structure",
|
11387
11667
|
"members": {
|
11388
11668
|
"Value": {
|
11389
|
-
"shape": "
|
11669
|
+
"shape": "Sd1"
|
11390
11670
|
}
|
11391
11671
|
}
|
11392
11672
|
}
|
11393
11673
|
},
|
11394
|
-
"
|
11674
|
+
"Sxn": {
|
11395
11675
|
"type": "structure",
|
11396
11676
|
"required": [
|
11397
11677
|
"Name"
|