cdk-lambda-subminute 2.0.439 → 2.0.441
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +5 -1
- package/node_modules/aws-sdk/apis/codepipeline-2015-07-09.min.json +135 -75
- package/node_modules/aws-sdk/apis/connectcampaigns-2021-01-30.min.json +6 -0
- package/node_modules/aws-sdk/apis/entitlement.marketplace-2017-01-11.min.json +3 -0
- package/node_modules/aws-sdk/apis/fms-2018-01-01.min.json +331 -144
- package/node_modules/aws-sdk/apis/oam-2022-06-10.min.json +68 -27
- package/node_modules/aws-sdk/apis/rds-2013-01-10.min.json +3 -0
- package/node_modules/aws-sdk/apis/rds-2013-02-12.min.json +3 -0
- package/node_modules/aws-sdk/apis/rds-2013-09-09.min.json +3 -0
- package/node_modules/aws-sdk/apis/rds-2014-09-01.min.json +3 -0
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +9 -0
- package/node_modules/aws-sdk/apis/states-2016-11-23.min.json +44 -0
- package/node_modules/aws-sdk/apis/support-2013-04-15.min.json +3 -0
- package/node_modules/aws-sdk/clients/appsync.d.ts +1 -1
- package/node_modules/aws-sdk/clients/codepipeline.d.ts +87 -1
- package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +24 -24
- package/node_modules/aws-sdk/clients/connectcampaigns.d.ts +4 -0
- package/node_modules/aws-sdk/clients/fms.d.ts +258 -20
- package/node_modules/aws-sdk/clients/ivs.d.ts +1 -1
- package/node_modules/aws-sdk/clients/oam.d.ts +61 -17
- package/node_modules/aws-sdk/clients/rds.d.ts +12 -4
- package/node_modules/aws-sdk/clients/stepfunctions.d.ts +52 -0
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +14 -14
- package/node_modules/aws-sdk/dist/aws-sdk.js +159 -78
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +89 -89
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -5,6 +5,9 @@
|
|
5
5
|
"endpointPrefix": "codepipeline",
|
6
6
|
"jsonVersion": "1.1",
|
7
7
|
"protocol": "json",
|
8
|
+
"protocols": [
|
9
|
+
"json"
|
10
|
+
],
|
8
11
|
"serviceAbbreviation": "CodePipeline",
|
9
12
|
"serviceFullName": "AWS CodePipeline",
|
10
13
|
"serviceId": "CodePipeline",
|
@@ -231,7 +234,7 @@
|
|
231
234
|
"type": "structure",
|
232
235
|
"members": {
|
233
236
|
"actionType": {
|
234
|
-
"shape": "
|
237
|
+
"shape": "S32"
|
235
238
|
}
|
236
239
|
}
|
237
240
|
}
|
@@ -254,7 +257,7 @@
|
|
254
257
|
"members": {
|
255
258
|
"id": {},
|
256
259
|
"data": {
|
257
|
-
"shape": "
|
260
|
+
"shape": "S3u"
|
258
261
|
},
|
259
262
|
"accountId": {}
|
260
263
|
}
|
@@ -351,9 +354,13 @@
|
|
351
354
|
}
|
352
355
|
},
|
353
356
|
"trigger": {
|
354
|
-
"shape": "
|
357
|
+
"shape": "S4v"
|
355
358
|
},
|
356
|
-
"executionMode": {}
|
359
|
+
"executionMode": {},
|
360
|
+
"executionType": {},
|
361
|
+
"rollbackMetadata": {
|
362
|
+
"shape": "S4z"
|
363
|
+
}
|
357
364
|
}
|
358
365
|
}
|
359
366
|
}
|
@@ -383,12 +390,12 @@
|
|
383
390
|
"members": {
|
384
391
|
"stageName": {},
|
385
392
|
"inboundExecution": {
|
386
|
-
"shape": "
|
393
|
+
"shape": "S54"
|
387
394
|
},
|
388
395
|
"inboundExecutions": {
|
389
396
|
"type": "list",
|
390
397
|
"member": {
|
391
|
-
"shape": "
|
398
|
+
"shape": "S54"
|
392
399
|
}
|
393
400
|
},
|
394
401
|
"inboundTransitionState": {
|
@@ -411,7 +418,7 @@
|
|
411
418
|
"members": {
|
412
419
|
"actionName": {},
|
413
420
|
"currentRevision": {
|
414
|
-
"shape": "
|
421
|
+
"shape": "S5d"
|
415
422
|
},
|
416
423
|
"latestExecution": {
|
417
424
|
"type": "structure",
|
@@ -430,7 +437,7 @@
|
|
430
437
|
"type": "integer"
|
431
438
|
},
|
432
439
|
"errorDetails": {
|
433
|
-
"shape": "
|
440
|
+
"shape": "S5l"
|
434
441
|
}
|
435
442
|
}
|
436
443
|
},
|
@@ -440,7 +447,7 @@
|
|
440
447
|
}
|
441
448
|
},
|
442
449
|
"latestExecution": {
|
443
|
-
"shape": "
|
450
|
+
"shape": "S54"
|
444
451
|
}
|
445
452
|
}
|
446
453
|
}
|
@@ -480,19 +487,19 @@
|
|
480
487
|
"shape": "Sw"
|
481
488
|
},
|
482
489
|
"actionConfiguration": {
|
483
|
-
"shape": "
|
490
|
+
"shape": "S3v"
|
484
491
|
},
|
485
492
|
"pipelineContext": {
|
486
|
-
"shape": "
|
493
|
+
"shape": "S3w"
|
487
494
|
},
|
488
495
|
"inputArtifacts": {
|
489
|
-
"shape": "
|
496
|
+
"shape": "S42"
|
490
497
|
},
|
491
498
|
"outputArtifacts": {
|
492
|
-
"shape": "
|
499
|
+
"shape": "S42"
|
493
500
|
},
|
494
501
|
"artifactCredentials": {
|
495
|
-
"shape": "
|
502
|
+
"shape": "S4a"
|
496
503
|
},
|
497
504
|
"continuationToken": {},
|
498
505
|
"encryptionKey": {
|
@@ -577,7 +584,7 @@
|
|
577
584
|
"roleArn": {},
|
578
585
|
"region": {},
|
579
586
|
"inputArtifacts": {
|
580
|
-
"shape": "
|
587
|
+
"shape": "S63"
|
581
588
|
},
|
582
589
|
"namespace": {}
|
583
590
|
}
|
@@ -586,7 +593,7 @@
|
|
586
593
|
"type": "structure",
|
587
594
|
"members": {
|
588
595
|
"outputArtifacts": {
|
589
|
-
"shape": "
|
596
|
+
"shape": "S63"
|
590
597
|
},
|
591
598
|
"executionResult": {
|
592
599
|
"type": "structure",
|
@@ -595,12 +602,12 @@
|
|
595
602
|
"externalExecutionSummary": {},
|
596
603
|
"externalExecutionUrl": {},
|
597
604
|
"errorDetails": {
|
598
|
-
"shape": "
|
605
|
+
"shape": "S5l"
|
599
606
|
}
|
600
607
|
}
|
601
608
|
},
|
602
609
|
"outputVariables": {
|
603
|
-
"shape": "
|
610
|
+
"shape": "S6c"
|
604
611
|
}
|
605
612
|
}
|
606
613
|
}
|
@@ -647,6 +654,17 @@
|
|
647
654
|
"maxResults": {
|
648
655
|
"type": "integer"
|
649
656
|
},
|
657
|
+
"filter": {
|
658
|
+
"type": "structure",
|
659
|
+
"members": {
|
660
|
+
"succeededInStage": {
|
661
|
+
"type": "structure",
|
662
|
+
"members": {
|
663
|
+
"stageName": {}
|
664
|
+
}
|
665
|
+
}
|
666
|
+
}
|
667
|
+
},
|
650
668
|
"nextToken": {}
|
651
669
|
}
|
652
670
|
},
|
@@ -660,6 +678,7 @@
|
|
660
678
|
"members": {
|
661
679
|
"pipelineExecutionId": {},
|
662
680
|
"status": {},
|
681
|
+
"statusSummary": {},
|
663
682
|
"startTime": {
|
664
683
|
"type": "timestamp"
|
665
684
|
},
|
@@ -682,7 +701,7 @@
|
|
682
701
|
}
|
683
702
|
},
|
684
703
|
"trigger": {
|
685
|
-
"shape": "
|
704
|
+
"shape": "S4v"
|
686
705
|
},
|
687
706
|
"stopTrigger": {
|
688
707
|
"type": "structure",
|
@@ -690,7 +709,11 @@
|
|
690
709
|
"reason": {}
|
691
710
|
}
|
692
711
|
},
|
693
|
-
"executionMode": {}
|
712
|
+
"executionMode": {},
|
713
|
+
"executionType": {},
|
714
|
+
"rollbackMetadata": {
|
715
|
+
"shape": "S4z"
|
716
|
+
}
|
694
717
|
}
|
695
718
|
}
|
696
719
|
},
|
@@ -775,7 +798,7 @@
|
|
775
798
|
"webhooks": {
|
776
799
|
"type": "list",
|
777
800
|
"member": {
|
778
|
-
"shape": "
|
801
|
+
"shape": "S73"
|
779
802
|
}
|
780
803
|
},
|
781
804
|
"NextToken": {}
|
@@ -812,7 +835,7 @@
|
|
812
835
|
"members": {
|
813
836
|
"id": {},
|
814
837
|
"data": {
|
815
|
-
"shape": "
|
838
|
+
"shape": "S3u"
|
816
839
|
},
|
817
840
|
"nonce": {},
|
818
841
|
"accountId": {}
|
@@ -867,7 +890,7 @@
|
|
867
890
|
"stageName": {},
|
868
891
|
"actionName": {},
|
869
892
|
"actionRevision": {
|
870
|
-
"shape": "
|
893
|
+
"shape": "S5d"
|
871
894
|
}
|
872
895
|
}
|
873
896
|
},
|
@@ -928,7 +951,7 @@
|
|
928
951
|
"members": {
|
929
952
|
"jobId": {},
|
930
953
|
"failureDetails": {
|
931
|
-
"shape": "
|
954
|
+
"shape": "S83"
|
932
955
|
}
|
933
956
|
}
|
934
957
|
}
|
@@ -942,14 +965,14 @@
|
|
942
965
|
"members": {
|
943
966
|
"jobId": {},
|
944
967
|
"currentRevision": {
|
945
|
-
"shape": "
|
968
|
+
"shape": "S86"
|
946
969
|
},
|
947
970
|
"continuationToken": {},
|
948
971
|
"executionDetails": {
|
949
|
-
"shape": "
|
972
|
+
"shape": "S88"
|
950
973
|
},
|
951
974
|
"outputVariables": {
|
952
|
-
"shape": "
|
975
|
+
"shape": "S6c"
|
953
976
|
}
|
954
977
|
}
|
955
978
|
}
|
@@ -966,7 +989,7 @@
|
|
966
989
|
"jobId": {},
|
967
990
|
"clientToken": {},
|
968
991
|
"failureDetails": {
|
969
|
-
"shape": "
|
992
|
+
"shape": "S83"
|
970
993
|
}
|
971
994
|
}
|
972
995
|
}
|
@@ -982,11 +1005,11 @@
|
|
982
1005
|
"jobId": {},
|
983
1006
|
"clientToken": {},
|
984
1007
|
"currentRevision": {
|
985
|
-
"shape": "
|
1008
|
+
"shape": "S86"
|
986
1009
|
},
|
987
1010
|
"continuationToken": {},
|
988
1011
|
"executionDetails": {
|
989
|
-
"shape": "
|
1012
|
+
"shape": "S88"
|
990
1013
|
}
|
991
1014
|
}
|
992
1015
|
}
|
@@ -999,7 +1022,7 @@
|
|
999
1022
|
],
|
1000
1023
|
"members": {
|
1001
1024
|
"webhook": {
|
1002
|
-
"shape": "
|
1025
|
+
"shape": "S74"
|
1003
1026
|
},
|
1004
1027
|
"tags": {
|
1005
1028
|
"shape": "Sq"
|
@@ -1010,7 +1033,7 @@
|
|
1010
1033
|
"type": "structure",
|
1011
1034
|
"members": {
|
1012
1035
|
"webhook": {
|
1013
|
-
"shape": "
|
1036
|
+
"shape": "S73"
|
1014
1037
|
}
|
1015
1038
|
}
|
1016
1039
|
}
|
@@ -1050,6 +1073,30 @@
|
|
1050
1073
|
}
|
1051
1074
|
}
|
1052
1075
|
},
|
1076
|
+
"RollbackStage": {
|
1077
|
+
"input": {
|
1078
|
+
"type": "structure",
|
1079
|
+
"required": [
|
1080
|
+
"pipelineName",
|
1081
|
+
"stageName",
|
1082
|
+
"targetPipelineExecutionId"
|
1083
|
+
],
|
1084
|
+
"members": {
|
1085
|
+
"pipelineName": {},
|
1086
|
+
"stageName": {},
|
1087
|
+
"targetPipelineExecutionId": {}
|
1088
|
+
}
|
1089
|
+
},
|
1090
|
+
"output": {
|
1091
|
+
"type": "structure",
|
1092
|
+
"required": [
|
1093
|
+
"pipelineExecutionId"
|
1094
|
+
],
|
1095
|
+
"members": {
|
1096
|
+
"pipelineExecutionId": {}
|
1097
|
+
}
|
1098
|
+
}
|
1099
|
+
},
|
1053
1100
|
"StartPipelineExecution": {
|
1054
1101
|
"input": {
|
1055
1102
|
"type": "structure",
|
@@ -1170,7 +1217,7 @@
|
|
1170
1217
|
],
|
1171
1218
|
"members": {
|
1172
1219
|
"actionType": {
|
1173
|
-
"shape": "
|
1220
|
+
"shape": "S32"
|
1174
1221
|
}
|
1175
1222
|
}
|
1176
1223
|
}
|
@@ -1400,6 +1447,12 @@
|
|
1400
1447
|
}
|
1401
1448
|
}
|
1402
1449
|
}
|
1450
|
+
},
|
1451
|
+
"onFailure": {
|
1452
|
+
"type": "structure",
|
1453
|
+
"members": {
|
1454
|
+
"result": {}
|
1455
|
+
}
|
1403
1456
|
}
|
1404
1457
|
}
|
1405
1458
|
}
|
@@ -1449,18 +1502,18 @@
|
|
1449
1502
|
"type": "structure",
|
1450
1503
|
"members": {
|
1451
1504
|
"includes": {
|
1452
|
-
"shape": "
|
1505
|
+
"shape": "S2b"
|
1453
1506
|
},
|
1454
1507
|
"excludes": {
|
1455
|
-
"shape": "
|
1508
|
+
"shape": "S2b"
|
1456
1509
|
}
|
1457
1510
|
}
|
1458
1511
|
},
|
1459
1512
|
"branches": {
|
1460
|
-
"shape": "
|
1513
|
+
"shape": "S2d"
|
1461
1514
|
},
|
1462
1515
|
"filePaths": {
|
1463
|
-
"shape": "
|
1516
|
+
"shape": "S2g"
|
1464
1517
|
}
|
1465
1518
|
}
|
1466
1519
|
}
|
@@ -1475,10 +1528,10 @@
|
|
1475
1528
|
"member": {}
|
1476
1529
|
},
|
1477
1530
|
"branches": {
|
1478
|
-
"shape": "
|
1531
|
+
"shape": "S2d"
|
1479
1532
|
},
|
1480
1533
|
"filePaths": {
|
1481
|
-
"shape": "
|
1534
|
+
"shape": "S2g"
|
1482
1535
|
}
|
1483
1536
|
}
|
1484
1537
|
}
|
@@ -1520,41 +1573,41 @@
|
|
1520
1573
|
"key": {},
|
1521
1574
|
"value": {}
|
1522
1575
|
},
|
1523
|
-
"
|
1576
|
+
"S2b": {
|
1524
1577
|
"type": "list",
|
1525
1578
|
"member": {}
|
1526
1579
|
},
|
1527
|
-
"
|
1580
|
+
"S2d": {
|
1528
1581
|
"type": "structure",
|
1529
1582
|
"members": {
|
1530
1583
|
"includes": {
|
1531
|
-
"shape": "
|
1584
|
+
"shape": "S2e"
|
1532
1585
|
},
|
1533
1586
|
"excludes": {
|
1534
|
-
"shape": "
|
1587
|
+
"shape": "S2e"
|
1535
1588
|
}
|
1536
1589
|
}
|
1537
1590
|
},
|
1538
|
-
"
|
1591
|
+
"S2e": {
|
1539
1592
|
"type": "list",
|
1540
1593
|
"member": {}
|
1541
1594
|
},
|
1542
|
-
"
|
1595
|
+
"S2g": {
|
1543
1596
|
"type": "structure",
|
1544
1597
|
"members": {
|
1545
1598
|
"includes": {
|
1546
|
-
"shape": "
|
1599
|
+
"shape": "S2h"
|
1547
1600
|
},
|
1548
1601
|
"excludes": {
|
1549
|
-
"shape": "
|
1602
|
+
"shape": "S2h"
|
1550
1603
|
}
|
1551
1604
|
}
|
1552
1605
|
},
|
1553
|
-
"
|
1606
|
+
"S2h": {
|
1554
1607
|
"type": "list",
|
1555
1608
|
"member": {}
|
1556
1609
|
},
|
1557
|
-
"
|
1610
|
+
"S32": {
|
1558
1611
|
"type": "structure",
|
1559
1612
|
"required": [
|
1560
1613
|
"executor",
|
@@ -1621,10 +1674,10 @@
|
|
1621
1674
|
}
|
1622
1675
|
},
|
1623
1676
|
"inputArtifactDetails": {
|
1624
|
-
"shape": "
|
1677
|
+
"shape": "S3h"
|
1625
1678
|
},
|
1626
1679
|
"outputArtifactDetails": {
|
1627
|
-
"shape": "
|
1680
|
+
"shape": "S3h"
|
1628
1681
|
},
|
1629
1682
|
"permissions": {
|
1630
1683
|
"type": "structure",
|
@@ -1677,7 +1730,7 @@
|
|
1677
1730
|
}
|
1678
1731
|
}
|
1679
1732
|
},
|
1680
|
-
"
|
1733
|
+
"S3h": {
|
1681
1734
|
"type": "structure",
|
1682
1735
|
"required": [
|
1683
1736
|
"minimumCount",
|
@@ -1692,26 +1745,26 @@
|
|
1692
1745
|
}
|
1693
1746
|
}
|
1694
1747
|
},
|
1695
|
-
"
|
1748
|
+
"S3u": {
|
1696
1749
|
"type": "structure",
|
1697
1750
|
"members": {
|
1698
1751
|
"actionTypeId": {
|
1699
1752
|
"shape": "Sw"
|
1700
1753
|
},
|
1701
1754
|
"actionConfiguration": {
|
1702
|
-
"shape": "
|
1755
|
+
"shape": "S3v"
|
1703
1756
|
},
|
1704
1757
|
"pipelineContext": {
|
1705
|
-
"shape": "
|
1758
|
+
"shape": "S3w"
|
1706
1759
|
},
|
1707
1760
|
"inputArtifacts": {
|
1708
|
-
"shape": "
|
1761
|
+
"shape": "S42"
|
1709
1762
|
},
|
1710
1763
|
"outputArtifacts": {
|
1711
|
-
"shape": "
|
1764
|
+
"shape": "S42"
|
1712
1765
|
},
|
1713
1766
|
"artifactCredentials": {
|
1714
|
-
"shape": "
|
1767
|
+
"shape": "S4a"
|
1715
1768
|
},
|
1716
1769
|
"continuationToken": {},
|
1717
1770
|
"encryptionKey": {
|
@@ -1719,7 +1772,7 @@
|
|
1719
1772
|
}
|
1720
1773
|
}
|
1721
1774
|
},
|
1722
|
-
"
|
1775
|
+
"S3v": {
|
1723
1776
|
"type": "structure",
|
1724
1777
|
"members": {
|
1725
1778
|
"configuration": {
|
@@ -1727,7 +1780,7 @@
|
|
1727
1780
|
}
|
1728
1781
|
}
|
1729
1782
|
},
|
1730
|
-
"
|
1783
|
+
"S3w": {
|
1731
1784
|
"type": "structure",
|
1732
1785
|
"members": {
|
1733
1786
|
"pipelineName": {},
|
@@ -1748,7 +1801,7 @@
|
|
1748
1801
|
"pipelineExecutionId": {}
|
1749
1802
|
}
|
1750
1803
|
},
|
1751
|
-
"
|
1804
|
+
"S42": {
|
1752
1805
|
"type": "list",
|
1753
1806
|
"member": {
|
1754
1807
|
"type": "structure",
|
@@ -1775,7 +1828,7 @@
|
|
1775
1828
|
}
|
1776
1829
|
}
|
1777
1830
|
},
|
1778
|
-
"
|
1831
|
+
"S4a": {
|
1779
1832
|
"type": "structure",
|
1780
1833
|
"required": [
|
1781
1834
|
"accessKeyId",
|
@@ -1798,14 +1851,20 @@
|
|
1798
1851
|
},
|
1799
1852
|
"sensitive": true
|
1800
1853
|
},
|
1801
|
-
"
|
1854
|
+
"S4v": {
|
1802
1855
|
"type": "structure",
|
1803
1856
|
"members": {
|
1804
1857
|
"triggerType": {},
|
1805
1858
|
"triggerDetail": {}
|
1806
1859
|
}
|
1807
1860
|
},
|
1808
|
-
"
|
1861
|
+
"S4z": {
|
1862
|
+
"type": "structure",
|
1863
|
+
"members": {
|
1864
|
+
"rollbackTargetPipelineExecutionId": {}
|
1865
|
+
}
|
1866
|
+
},
|
1867
|
+
"S54": {
|
1809
1868
|
"type": "structure",
|
1810
1869
|
"required": [
|
1811
1870
|
"pipelineExecutionId",
|
@@ -1813,10 +1872,11 @@
|
|
1813
1872
|
],
|
1814
1873
|
"members": {
|
1815
1874
|
"pipelineExecutionId": {},
|
1816
|
-
"status": {}
|
1875
|
+
"status": {},
|
1876
|
+
"type": {}
|
1817
1877
|
}
|
1818
1878
|
},
|
1819
|
-
"
|
1879
|
+
"S5d": {
|
1820
1880
|
"type": "structure",
|
1821
1881
|
"required": [
|
1822
1882
|
"revisionId",
|
@@ -1831,14 +1891,14 @@
|
|
1831
1891
|
}
|
1832
1892
|
}
|
1833
1893
|
},
|
1834
|
-
"
|
1894
|
+
"S5l": {
|
1835
1895
|
"type": "structure",
|
1836
1896
|
"members": {
|
1837
1897
|
"code": {},
|
1838
1898
|
"message": {}
|
1839
1899
|
}
|
1840
1900
|
},
|
1841
|
-
"
|
1901
|
+
"S63": {
|
1842
1902
|
"type": "list",
|
1843
1903
|
"member": {
|
1844
1904
|
"type": "structure",
|
@@ -1854,12 +1914,12 @@
|
|
1854
1914
|
}
|
1855
1915
|
}
|
1856
1916
|
},
|
1857
|
-
"
|
1917
|
+
"S6c": {
|
1858
1918
|
"type": "map",
|
1859
1919
|
"key": {},
|
1860
1920
|
"value": {}
|
1861
1921
|
},
|
1862
|
-
"
|
1922
|
+
"S73": {
|
1863
1923
|
"type": "structure",
|
1864
1924
|
"required": [
|
1865
1925
|
"definition",
|
@@ -1867,7 +1927,7 @@
|
|
1867
1927
|
],
|
1868
1928
|
"members": {
|
1869
1929
|
"definition": {
|
1870
|
-
"shape": "
|
1930
|
+
"shape": "S74"
|
1871
1931
|
},
|
1872
1932
|
"url": {},
|
1873
1933
|
"errorMessage": {},
|
@@ -1881,7 +1941,7 @@
|
|
1881
1941
|
}
|
1882
1942
|
}
|
1883
1943
|
},
|
1884
|
-
"
|
1944
|
+
"S74": {
|
1885
1945
|
"type": "structure",
|
1886
1946
|
"required": [
|
1887
1947
|
"name",
|
@@ -1918,7 +1978,7 @@
|
|
1918
1978
|
}
|
1919
1979
|
}
|
1920
1980
|
},
|
1921
|
-
"
|
1981
|
+
"S83": {
|
1922
1982
|
"type": "structure",
|
1923
1983
|
"required": [
|
1924
1984
|
"type",
|
@@ -1930,7 +1990,7 @@
|
|
1930
1990
|
"externalExecutionId": {}
|
1931
1991
|
}
|
1932
1992
|
},
|
1933
|
-
"
|
1993
|
+
"S86": {
|
1934
1994
|
"type": "structure",
|
1935
1995
|
"required": [
|
1936
1996
|
"revision",
|
@@ -1945,7 +2005,7 @@
|
|
1945
2005
|
"revisionSummary": {}
|
1946
2006
|
}
|
1947
2007
|
},
|
1948
|
-
"
|
2008
|
+
"S88": {
|
1949
2009
|
"type": "structure",
|
1950
2010
|
"members": {
|
1951
2011
|
"summary": {},
|
@@ -5,6 +5,9 @@
|
|
5
5
|
"endpointPrefix": "connect-campaigns",
|
6
6
|
"jsonVersion": "1.1",
|
7
7
|
"protocol": "rest-json",
|
8
|
+
"protocols": [
|
9
|
+
"rest-json"
|
10
|
+
],
|
8
11
|
"serviceFullName": "AmazonConnectCampaignService",
|
9
12
|
"serviceId": "ConnectCampaigns",
|
10
13
|
"signatureVersion": "v4",
|
@@ -743,6 +746,9 @@
|
|
743
746
|
"members": {
|
744
747
|
"enableAnswerMachineDetection": {
|
745
748
|
"type": "boolean"
|
749
|
+
},
|
750
|
+
"awaitAnswerMachinePrompt": {
|
751
|
+
"type": "boolean"
|
746
752
|
}
|
747
753
|
}
|
748
754
|
},
|
@@ -5,6 +5,9 @@
|
|
5
5
|
"endpointPrefix": "entitlement.marketplace",
|
6
6
|
"jsonVersion": "1.1",
|
7
7
|
"protocol": "json",
|
8
|
+
"protocols": [
|
9
|
+
"json"
|
10
|
+
],
|
8
11
|
"serviceFullName": "AWS Marketplace Entitlement Service",
|
9
12
|
"serviceId": "Marketplace Entitlement Service",
|
10
13
|
"signatureVersion": "v4",
|