cdk-lambda-subminute 2.0.276 → 2.0.278
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/CHANGELOG.md +16 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/codepipeline-2015-07-09.min.json +146 -55
- package/node_modules/aws-sdk/apis/marketplacecommerceanalytics-2015-07-01.min.json +9 -3
- package/node_modules/aws-sdk/apis/migrationhub-config-2019-06-30.min.json +15 -0
- package/node_modules/aws-sdk/apis/migrationhubstrategy-2020-02-19.min.json +43 -8
- package/node_modules/aws-sdk/apis/migrationhubstrategy-2020-02-19.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/networkmanager-2019-07-05.min.json +28 -26
- package/node_modules/aws-sdk/apis/opensearchserverless-2021-11-01.min.json +296 -45
- package/node_modules/aws-sdk/apis/opensearchserverless-2021-11-01.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.min.json +3 -1
- package/node_modules/aws-sdk/apis/rekognition-2016-06-27.examples.json +141 -0
- package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +222 -12
- package/node_modules/aws-sdk/apis/rekognition-2016-06-27.paginators.json +5 -0
- package/node_modules/aws-sdk/clients/codepipeline.d.ts +108 -1
- package/node_modules/aws-sdk/clients/ec2.d.ts +3 -3
- package/node_modules/aws-sdk/clients/eks.d.ts +3 -3
- package/node_modules/aws-sdk/clients/marketplacecommerceanalytics.d.ts +10 -10
- package/node_modules/aws-sdk/clients/migrationhubconfig.d.ts +16 -0
- package/node_modules/aws-sdk/clients/migrationhubstrategy.d.ts +57 -1
- package/node_modules/aws-sdk/clients/networkmanager.d.ts +15 -3
- package/node_modules/aws-sdk/clients/opensearchserverless.d.ts +349 -3
- package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +9 -1
- package/node_modules/aws-sdk/clients/rekognition.d.ts +234 -0
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +6 -6
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +22 -22
- package/node_modules/aws-sdk/dist/aws-sdk.js +385 -73
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +86 -86
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +6 -6
@@ -764,6 +764,57 @@
|
|
764
764
|
"title": "To distribute an Amazon Rekognition Custom Labels dataset"
|
765
765
|
}
|
766
766
|
],
|
767
|
+
"GetMediaAnalysisJob": [
|
768
|
+
{
|
769
|
+
"input": {
|
770
|
+
"JobId": "861a0645d98ef88efb75477628c011c04942d9d5f58faf2703c393c8cf8c1537"
|
771
|
+
},
|
772
|
+
"output": {
|
773
|
+
"CompletionTimestamp": "2023-07-28T08:05:51.958000-07:00",
|
774
|
+
"CreationTimestamp": "2023-07-28T08:05:51.958000-06:00",
|
775
|
+
"Input": {
|
776
|
+
"S3Object": {
|
777
|
+
"Bucket": "input-bucket",
|
778
|
+
"Name": "input-manifest.json"
|
779
|
+
}
|
780
|
+
},
|
781
|
+
"JobId": "861a0645d98ef88efb75477628c011c04942d9d5f58faf2703c393c8cf8c1537",
|
782
|
+
"JobName": "job-name",
|
783
|
+
"ManifestSummary": {
|
784
|
+
"S3Object": {
|
785
|
+
"Bucket": "output-bucket",
|
786
|
+
"Name": "output-location/861a0645d98ef88efb75477628c011c04942d9d5f58faf2703c393c8cf8c1537-manifest-summary.json"
|
787
|
+
}
|
788
|
+
},
|
789
|
+
"OperationsConfig": {
|
790
|
+
"DetectModerationLabels": {
|
791
|
+
"MinConfidence": 50,
|
792
|
+
"ProjectVersion": "arn:aws:rekognition:us-east-1:111122223333:project/my-project/version/1/1690556751958"
|
793
|
+
}
|
794
|
+
},
|
795
|
+
"OutputConfig": {
|
796
|
+
"S3Bucket": "output-bucket",
|
797
|
+
"S3KeyPrefix": "output-location"
|
798
|
+
},
|
799
|
+
"Results": {
|
800
|
+
"S3Object": {
|
801
|
+
"Bucket": "output-bucket",
|
802
|
+
"Name": "output-location/861a0645d98ef88efb75477628c011c04942d9d5f58faf2703c393c8cf8c1537-results.jsonl"
|
803
|
+
}
|
804
|
+
},
|
805
|
+
"Status": "SUCCEEDED"
|
806
|
+
},
|
807
|
+
"comments": {
|
808
|
+
"input": {
|
809
|
+
},
|
810
|
+
"output": {
|
811
|
+
}
|
812
|
+
},
|
813
|
+
"description": "Retrieves the results for a given media analysis job.",
|
814
|
+
"id": "getmediaanalysisjob-1697650068124",
|
815
|
+
"title": "GetMediaAnalysisJob"
|
816
|
+
}
|
817
|
+
],
|
767
818
|
"IndexFaces": [
|
768
819
|
{
|
769
820
|
"input": {
|
@@ -1060,6 +1111,61 @@
|
|
1060
1111
|
"title": "To list the faces in a collection"
|
1061
1112
|
}
|
1062
1113
|
],
|
1114
|
+
"ListMediaAnalysisJobs": [
|
1115
|
+
{
|
1116
|
+
"input": {
|
1117
|
+
"MaxResults": 10
|
1118
|
+
},
|
1119
|
+
"output": {
|
1120
|
+
"MediaAnalysisJobs": [
|
1121
|
+
{
|
1122
|
+
"CompletionTimestamp": "2023-07-28T08:05:51.958000-07:00",
|
1123
|
+
"CreationTimestamp": "2023-07-28T08:05:51.958000-06:00",
|
1124
|
+
"Input": {
|
1125
|
+
"S3Object": {
|
1126
|
+
"Bucket": "input-bucket",
|
1127
|
+
"Name": "input-manifest.json"
|
1128
|
+
}
|
1129
|
+
},
|
1130
|
+
"JobId": "861a0645d98ef88efb75477628c011c04942d9d5f58faf2703c393c8cf8c1537",
|
1131
|
+
"JobName": "job-name",
|
1132
|
+
"ManifestSummary": {
|
1133
|
+
"S3Object": {
|
1134
|
+
"Bucket": "output-bucket",
|
1135
|
+
"Name": "output-location/861a0645d98ef88efb75477628c011c04942d9d5f58faf2703c393c8cf8c1537-manifest-summary.json"
|
1136
|
+
}
|
1137
|
+
},
|
1138
|
+
"OperationsConfig": {
|
1139
|
+
"DetectModerationLabels": {
|
1140
|
+
"MinConfidence": 50,
|
1141
|
+
"ProjectVersion": "arn:aws:rekognition:us-east-1:111122223333:project/my-project/version/1/1690556751958"
|
1142
|
+
}
|
1143
|
+
},
|
1144
|
+
"OutputConfig": {
|
1145
|
+
"S3Bucket": "output-bucket",
|
1146
|
+
"S3KeyPrefix": "output-location"
|
1147
|
+
},
|
1148
|
+
"Results": {
|
1149
|
+
"S3Object": {
|
1150
|
+
"Bucket": "output-bucket",
|
1151
|
+
"Name": "output-location/861a0645d98ef88efb75477628c011c04942d9d5f58faf2703c393c8cf8c1537-results.jsonl"
|
1152
|
+
}
|
1153
|
+
},
|
1154
|
+
"Status": "SUCCEEDED"
|
1155
|
+
}
|
1156
|
+
]
|
1157
|
+
},
|
1158
|
+
"comments": {
|
1159
|
+
"input": {
|
1160
|
+
},
|
1161
|
+
"output": {
|
1162
|
+
}
|
1163
|
+
},
|
1164
|
+
"description": "Returns a list of media analysis jobs.",
|
1165
|
+
"id": "listmediaanalysisjobs-1697650653077",
|
1166
|
+
"title": "ListMediaAnalysisJobs"
|
1167
|
+
}
|
1168
|
+
],
|
1063
1169
|
"ListProjectPolicies": [
|
1064
1170
|
{
|
1065
1171
|
"input": {
|
@@ -1366,6 +1472,41 @@
|
|
1366
1472
|
"title": "SearchUsersByImage"
|
1367
1473
|
}
|
1368
1474
|
],
|
1475
|
+
"StartMediaAnalysisJob": [
|
1476
|
+
{
|
1477
|
+
"input": {
|
1478
|
+
"Input": {
|
1479
|
+
"S3Object": {
|
1480
|
+
"Bucket": "input-bucket",
|
1481
|
+
"Name": "input-manifest.json"
|
1482
|
+
}
|
1483
|
+
},
|
1484
|
+
"JobName": "job-name",
|
1485
|
+
"OperationsConfig": {
|
1486
|
+
"DetectModerationLabels": {
|
1487
|
+
"MinConfidence": 50,
|
1488
|
+
"ProjectVersion": "arn:aws:rekognition:us-east-1:111122223333:project/my-project/version/1/1690556751958"
|
1489
|
+
}
|
1490
|
+
},
|
1491
|
+
"OutputConfig": {
|
1492
|
+
"S3Bucket": "output-bucket",
|
1493
|
+
"S3KeyPrefix": "output-location"
|
1494
|
+
}
|
1495
|
+
},
|
1496
|
+
"output": {
|
1497
|
+
"JobId": "861a0645d98ef88efb75477628c011c04942d9d5f58faf2703c393c8cf8c1537"
|
1498
|
+
},
|
1499
|
+
"comments": {
|
1500
|
+
"input": {
|
1501
|
+
},
|
1502
|
+
"output": {
|
1503
|
+
}
|
1504
|
+
},
|
1505
|
+
"description": "Initiates a new media analysis job.",
|
1506
|
+
"id": "startmediaanalysisjob-1697651090922",
|
1507
|
+
"title": "StartMediaAnalysisJob"
|
1508
|
+
}
|
1509
|
+
],
|
1369
1510
|
"StartProjectVersion": [
|
1370
1511
|
{
|
1371
1512
|
"input": {
|
@@ -1585,6 +1585,58 @@
|
|
1585
1585
|
}
|
1586
1586
|
}
|
1587
1587
|
},
|
1588
|
+
"GetMediaAnalysisJob": {
|
1589
|
+
"input": {
|
1590
|
+
"type": "structure",
|
1591
|
+
"required": [
|
1592
|
+
"JobId"
|
1593
|
+
],
|
1594
|
+
"members": {
|
1595
|
+
"JobId": {}
|
1596
|
+
}
|
1597
|
+
},
|
1598
|
+
"output": {
|
1599
|
+
"type": "structure",
|
1600
|
+
"required": [
|
1601
|
+
"JobId",
|
1602
|
+
"OperationsConfig",
|
1603
|
+
"Status",
|
1604
|
+
"CreationTimestamp",
|
1605
|
+
"Input",
|
1606
|
+
"OutputConfig"
|
1607
|
+
],
|
1608
|
+
"members": {
|
1609
|
+
"JobId": {},
|
1610
|
+
"JobName": {},
|
1611
|
+
"OperationsConfig": {
|
1612
|
+
"shape": "S9c"
|
1613
|
+
},
|
1614
|
+
"Status": {},
|
1615
|
+
"FailureDetails": {
|
1616
|
+
"shape": "S9f"
|
1617
|
+
},
|
1618
|
+
"CreationTimestamp": {
|
1619
|
+
"type": "timestamp"
|
1620
|
+
},
|
1621
|
+
"CompletionTimestamp": {
|
1622
|
+
"type": "timestamp"
|
1623
|
+
},
|
1624
|
+
"Input": {
|
1625
|
+
"shape": "S9h"
|
1626
|
+
},
|
1627
|
+
"OutputConfig": {
|
1628
|
+
"shape": "S9i"
|
1629
|
+
},
|
1630
|
+
"KmsKeyId": {},
|
1631
|
+
"Results": {
|
1632
|
+
"shape": "S9k"
|
1633
|
+
},
|
1634
|
+
"ManifestSummary": {
|
1635
|
+
"shape": "S9l"
|
1636
|
+
}
|
1637
|
+
}
|
1638
|
+
}
|
1639
|
+
},
|
1588
1640
|
"GetPersonTracking": {
|
1589
1641
|
"input": {
|
1590
1642
|
"type": "structure",
|
@@ -1982,6 +2034,70 @@
|
|
1982
2034
|
}
|
1983
2035
|
}
|
1984
2036
|
},
|
2037
|
+
"ListMediaAnalysisJobs": {
|
2038
|
+
"input": {
|
2039
|
+
"type": "structure",
|
2040
|
+
"members": {
|
2041
|
+
"NextToken": {},
|
2042
|
+
"MaxResults": {
|
2043
|
+
"type": "integer"
|
2044
|
+
}
|
2045
|
+
}
|
2046
|
+
},
|
2047
|
+
"output": {
|
2048
|
+
"type": "structure",
|
2049
|
+
"required": [
|
2050
|
+
"MediaAnalysisJobs"
|
2051
|
+
],
|
2052
|
+
"members": {
|
2053
|
+
"NextToken": {},
|
2054
|
+
"MediaAnalysisJobs": {
|
2055
|
+
"type": "list",
|
2056
|
+
"member": {
|
2057
|
+
"type": "structure",
|
2058
|
+
"required": [
|
2059
|
+
"JobId",
|
2060
|
+
"OperationsConfig",
|
2061
|
+
"Status",
|
2062
|
+
"CreationTimestamp",
|
2063
|
+
"Input",
|
2064
|
+
"OutputConfig"
|
2065
|
+
],
|
2066
|
+
"members": {
|
2067
|
+
"JobId": {},
|
2068
|
+
"JobName": {},
|
2069
|
+
"OperationsConfig": {
|
2070
|
+
"shape": "S9c"
|
2071
|
+
},
|
2072
|
+
"Status": {},
|
2073
|
+
"FailureDetails": {
|
2074
|
+
"shape": "S9f"
|
2075
|
+
},
|
2076
|
+
"CreationTimestamp": {
|
2077
|
+
"type": "timestamp"
|
2078
|
+
},
|
2079
|
+
"CompletionTimestamp": {
|
2080
|
+
"type": "timestamp"
|
2081
|
+
},
|
2082
|
+
"Input": {
|
2083
|
+
"shape": "S9h"
|
2084
|
+
},
|
2085
|
+
"OutputConfig": {
|
2086
|
+
"shape": "S9i"
|
2087
|
+
},
|
2088
|
+
"KmsKeyId": {},
|
2089
|
+
"Results": {
|
2090
|
+
"shape": "S9k"
|
2091
|
+
},
|
2092
|
+
"ManifestSummary": {
|
2093
|
+
"shape": "S9l"
|
2094
|
+
}
|
2095
|
+
}
|
2096
|
+
}
|
2097
|
+
}
|
2098
|
+
}
|
2099
|
+
}
|
2100
|
+
},
|
1985
2101
|
"ListProjectPolicies": {
|
1986
2102
|
"input": {
|
1987
2103
|
"type": "structure",
|
@@ -2255,7 +2371,7 @@
|
|
2255
2371
|
"type": "structure",
|
2256
2372
|
"members": {
|
2257
2373
|
"UserMatches": {
|
2258
|
-
"shape": "
|
2374
|
+
"shape": "Sc8"
|
2259
2375
|
},
|
2260
2376
|
"FaceModelVersion": {},
|
2261
2377
|
"SearchedFace": {
|
@@ -2298,7 +2414,7 @@
|
|
2298
2414
|
"type": "structure",
|
2299
2415
|
"members": {
|
2300
2416
|
"UserMatches": {
|
2301
|
-
"shape": "
|
2417
|
+
"shape": "Sc8"
|
2302
2418
|
},
|
2303
2419
|
"FaceModelVersion": {},
|
2304
2420
|
"SearchedFace": {
|
@@ -2339,7 +2455,7 @@
|
|
2339
2455
|
},
|
2340
2456
|
"ClientRequestToken": {},
|
2341
2457
|
"NotificationChannel": {
|
2342
|
-
"shape": "
|
2458
|
+
"shape": "Scl"
|
2343
2459
|
},
|
2344
2460
|
"JobTag": {}
|
2345
2461
|
}
|
@@ -2367,7 +2483,7 @@
|
|
2367
2483
|
},
|
2368
2484
|
"ClientRequestToken": {},
|
2369
2485
|
"NotificationChannel": {
|
2370
|
-
"shape": "
|
2486
|
+
"shape": "Scl"
|
2371
2487
|
},
|
2372
2488
|
"JobTag": {}
|
2373
2489
|
}
|
@@ -2392,7 +2508,7 @@
|
|
2392
2508
|
},
|
2393
2509
|
"ClientRequestToken": {},
|
2394
2510
|
"NotificationChannel": {
|
2395
|
-
"shape": "
|
2511
|
+
"shape": "Scl"
|
2396
2512
|
},
|
2397
2513
|
"FaceAttributes": {},
|
2398
2514
|
"JobTag": {}
|
@@ -2423,7 +2539,7 @@
|
|
2423
2539
|
},
|
2424
2540
|
"CollectionId": {},
|
2425
2541
|
"NotificationChannel": {
|
2426
|
-
"shape": "
|
2542
|
+
"shape": "Scl"
|
2427
2543
|
},
|
2428
2544
|
"JobTag": {}
|
2429
2545
|
}
|
@@ -2451,7 +2567,7 @@
|
|
2451
2567
|
"type": "float"
|
2452
2568
|
},
|
2453
2569
|
"NotificationChannel": {
|
2454
|
-
"shape": "
|
2570
|
+
"shape": "Scl"
|
2455
2571
|
},
|
2456
2572
|
"JobTag": {},
|
2457
2573
|
"Features": {
|
@@ -2476,6 +2592,42 @@
|
|
2476
2592
|
},
|
2477
2593
|
"idempotent": true
|
2478
2594
|
},
|
2595
|
+
"StartMediaAnalysisJob": {
|
2596
|
+
"input": {
|
2597
|
+
"type": "structure",
|
2598
|
+
"required": [
|
2599
|
+
"OperationsConfig",
|
2600
|
+
"Input",
|
2601
|
+
"OutputConfig"
|
2602
|
+
],
|
2603
|
+
"members": {
|
2604
|
+
"ClientRequestToken": {
|
2605
|
+
"idempotencyToken": true
|
2606
|
+
},
|
2607
|
+
"JobName": {},
|
2608
|
+
"OperationsConfig": {
|
2609
|
+
"shape": "S9c"
|
2610
|
+
},
|
2611
|
+
"Input": {
|
2612
|
+
"shape": "S9h"
|
2613
|
+
},
|
2614
|
+
"OutputConfig": {
|
2615
|
+
"shape": "S9i"
|
2616
|
+
},
|
2617
|
+
"KmsKeyId": {}
|
2618
|
+
}
|
2619
|
+
},
|
2620
|
+
"output": {
|
2621
|
+
"type": "structure",
|
2622
|
+
"required": [
|
2623
|
+
"JobId"
|
2624
|
+
],
|
2625
|
+
"members": {
|
2626
|
+
"JobId": {}
|
2627
|
+
}
|
2628
|
+
},
|
2629
|
+
"idempotent": true
|
2630
|
+
},
|
2479
2631
|
"StartPersonTracking": {
|
2480
2632
|
"input": {
|
2481
2633
|
"type": "structure",
|
@@ -2488,7 +2640,7 @@
|
|
2488
2640
|
},
|
2489
2641
|
"ClientRequestToken": {},
|
2490
2642
|
"NotificationChannel": {
|
2491
|
-
"shape": "
|
2643
|
+
"shape": "Scl"
|
2492
2644
|
},
|
2493
2645
|
"JobTag": {}
|
2494
2646
|
}
|
@@ -2538,7 +2690,7 @@
|
|
2538
2690
|
},
|
2539
2691
|
"ClientRequestToken": {},
|
2540
2692
|
"NotificationChannel": {
|
2541
|
-
"shape": "
|
2693
|
+
"shape": "Scl"
|
2542
2694
|
},
|
2543
2695
|
"JobTag": {},
|
2544
2696
|
"Filters": {
|
@@ -2638,7 +2790,7 @@
|
|
2638
2790
|
},
|
2639
2791
|
"ClientRequestToken": {},
|
2640
2792
|
"NotificationChannel": {
|
2641
|
-
"shape": "
|
2793
|
+
"shape": "Scl"
|
2642
2794
|
},
|
2643
2795
|
"JobTag": {},
|
2644
2796
|
"Filters": {
|
@@ -3525,7 +3677,65 @@
|
|
3525
3677
|
"UserId": {}
|
3526
3678
|
}
|
3527
3679
|
},
|
3528
|
-
"
|
3680
|
+
"S9c": {
|
3681
|
+
"type": "structure",
|
3682
|
+
"members": {
|
3683
|
+
"DetectModerationLabels": {
|
3684
|
+
"type": "structure",
|
3685
|
+
"members": {
|
3686
|
+
"MinConfidence": {
|
3687
|
+
"type": "float"
|
3688
|
+
},
|
3689
|
+
"ProjectVersion": {}
|
3690
|
+
}
|
3691
|
+
}
|
3692
|
+
}
|
3693
|
+
},
|
3694
|
+
"S9f": {
|
3695
|
+
"type": "structure",
|
3696
|
+
"members": {
|
3697
|
+
"Code": {},
|
3698
|
+
"Message": {}
|
3699
|
+
}
|
3700
|
+
},
|
3701
|
+
"S9h": {
|
3702
|
+
"type": "structure",
|
3703
|
+
"required": [
|
3704
|
+
"S3Object"
|
3705
|
+
],
|
3706
|
+
"members": {
|
3707
|
+
"S3Object": {
|
3708
|
+
"shape": "Sj"
|
3709
|
+
}
|
3710
|
+
}
|
3711
|
+
},
|
3712
|
+
"S9i": {
|
3713
|
+
"type": "structure",
|
3714
|
+
"required": [
|
3715
|
+
"S3Bucket"
|
3716
|
+
],
|
3717
|
+
"members": {
|
3718
|
+
"S3Bucket": {},
|
3719
|
+
"S3KeyPrefix": {}
|
3720
|
+
}
|
3721
|
+
},
|
3722
|
+
"S9k": {
|
3723
|
+
"type": "structure",
|
3724
|
+
"members": {
|
3725
|
+
"S3Object": {
|
3726
|
+
"shape": "Sj"
|
3727
|
+
}
|
3728
|
+
}
|
3729
|
+
},
|
3730
|
+
"S9l": {
|
3731
|
+
"type": "structure",
|
3732
|
+
"members": {
|
3733
|
+
"S3Object": {
|
3734
|
+
"shape": "Sj"
|
3735
|
+
}
|
3736
|
+
}
|
3737
|
+
},
|
3738
|
+
"Sc8": {
|
3529
3739
|
"type": "list",
|
3530
3740
|
"member": {
|
3531
3741
|
"type": "structure",
|
@@ -3543,7 +3753,7 @@
|
|
3543
3753
|
}
|
3544
3754
|
}
|
3545
3755
|
},
|
3546
|
-
"
|
3756
|
+
"Scl": {
|
3547
3757
|
"type": "structure",
|
3548
3758
|
"required": [
|
3549
3759
|
"SNSTopicArn",
|
@@ -76,6 +76,11 @@
|
|
76
76
|
"output_token": "NextToken",
|
77
77
|
"result_key": "Faces"
|
78
78
|
},
|
79
|
+
"ListMediaAnalysisJobs": {
|
80
|
+
"input_token": "NextToken",
|
81
|
+
"limit_key": "MaxResults",
|
82
|
+
"output_token": "NextToken"
|
83
|
+
},
|
79
84
|
"ListProjectPolicies": {
|
80
85
|
"input_token": "NextToken",
|
81
86
|
"limit_key": "MaxResults",
|
@@ -1322,6 +1322,35 @@ declare namespace CodePipeline {
|
|
1322
1322
|
*/
|
1323
1323
|
jobDetails?: ThirdPartyJobDetails;
|
1324
1324
|
}
|
1325
|
+
export interface GitConfiguration {
|
1326
|
+
/**
|
1327
|
+
* The name of the pipeline source action where the trigger configuration, such as Git tags, is specified. The trigger configuration will start the pipeline upon the specified change only. You can only specify one trigger configuration per source action.
|
1328
|
+
*/
|
1329
|
+
sourceActionName: ActionName;
|
1330
|
+
/**
|
1331
|
+
* The field where the repository event that will start the pipeline, such as pushing Git tags, is specified with details. Git tags is the only supported event type.
|
1332
|
+
*/
|
1333
|
+
push?: GitPushFilterList;
|
1334
|
+
}
|
1335
|
+
export interface GitPushFilter {
|
1336
|
+
/**
|
1337
|
+
* The field that contains the details for the Git tags trigger configuration.
|
1338
|
+
*/
|
1339
|
+
tags?: GitTagFilterCriteria;
|
1340
|
+
}
|
1341
|
+
export type GitPushFilterList = GitPushFilter[];
|
1342
|
+
export interface GitTagFilterCriteria {
|
1343
|
+
/**
|
1344
|
+
* The list of patterns of Git tags that, when pushed, are to be included as criteria that starts the pipeline.
|
1345
|
+
*/
|
1346
|
+
includes?: GitTagPatternList;
|
1347
|
+
/**
|
1348
|
+
* The list of patterns of Git tags that, when pushed, are to be excluded from starting the pipeline.
|
1349
|
+
*/
|
1350
|
+
excludes?: GitTagPatternList;
|
1351
|
+
}
|
1352
|
+
export type GitTagNamePattern = string;
|
1353
|
+
export type GitTagPatternList = GitTagNamePattern[];
|
1325
1354
|
export interface InputArtifact {
|
1326
1355
|
/**
|
1327
1356
|
* The name of the artifact to be worked on (for example, "My App"). Artifacts are the files that are worked on by actions in the pipeline. See the action configuration for each action for details about artifact parameters. For example, the S3 source action input artifact is a file name (or file path), and the files are generally provided as a ZIP file. Example artifact name: SampleApp_Windows.zip The input artifact of an action must exactly match the output artifact declared in a preceding action, but the input artifact does not have to be the next action in strict sequence from the action that provided the output artifact. Actions in parallel can declare different output artifacts, which are in turn consumed by different following actions.
|
@@ -1660,6 +1689,18 @@ declare namespace CodePipeline {
|
|
1660
1689
|
* The version number of the pipeline. A new pipeline always has a version number of 1. This number is incremented when a pipeline is updated.
|
1661
1690
|
*/
|
1662
1691
|
version?: PipelineVersion;
|
1692
|
+
/**
|
1693
|
+
* CodePipeline provides the following pipeline types, which differ in characteristics and price, so that you can tailor your pipeline features and cost to the needs of your applications. V1 type pipelines have a JSON structure that contains standard pipeline, stage, and action-level parameters. V2 type pipelines have the same structure as a V1 type, along with additional parameters for release safety and trigger configuration. Including V2 parameters, such as triggers on Git tags, in the pipeline JSON when creating or updating a pipeline will result in the pipeline having the V2 type of pipeline and the associated costs. For information about pricing for CodePipeline, see Pricing. For information about which type of pipeline to choose, see What type of pipeline is right for me?.
|
1694
|
+
*/
|
1695
|
+
pipelineType?: PipelineType;
|
1696
|
+
/**
|
1697
|
+
* The trigger configuration specifying a type of event, such as Git tags, that starts the pipeline. When a trigger configuration is specified, default change detection for repository and branch commits is disabled.
|
1698
|
+
*/
|
1699
|
+
triggers?: PipelineTriggerDeclarationList;
|
1700
|
+
/**
|
1701
|
+
* A list that defines the pipeline variables for a pipeline resource. Variable names can have alphanumeric and underscore characters, and the values must match [A-Za-z0-9@\-_]+.
|
1702
|
+
*/
|
1703
|
+
variables?: PipelineVariableDeclarationList;
|
1663
1704
|
}
|
1664
1705
|
export interface PipelineExecution {
|
1665
1706
|
/**
|
@@ -1686,6 +1727,11 @@ declare namespace CodePipeline {
|
|
1686
1727
|
* A list of ArtifactRevision objects included in a pipeline execution.
|
1687
1728
|
*/
|
1688
1729
|
artifactRevisions?: ArtifactRevisionList;
|
1730
|
+
trigger?: ExecutionTrigger;
|
1731
|
+
/**
|
1732
|
+
* A list of pipeline variables used for the pipeline execution.
|
1733
|
+
*/
|
1734
|
+
variables?: ResolvedPipelineVariableList;
|
1689
1735
|
}
|
1690
1736
|
export type PipelineExecutionId = string;
|
1691
1737
|
export type PipelineExecutionStatus = "Cancelled"|"InProgress"|"Stopped"|"Stopping"|"Succeeded"|"Superseded"|"Failed"|string;
|
@@ -1751,6 +1797,10 @@ declare namespace CodePipeline {
|
|
1751
1797
|
* The version number of the pipeline.
|
1752
1798
|
*/
|
1753
1799
|
version?: PipelineVersion;
|
1800
|
+
/**
|
1801
|
+
* CodePipeline provides the following pipeline types, which differ in characteristics and price, so that you can tailor your pipeline features and cost to the needs of your applications. V1 type pipelines have a JSON structure that contains standard pipeline, stage, and action-level parameters. V2 type pipelines have the same structure as a V1 type, along with additional parameters for release safety and trigger configuration. Including V2 parameters, such as triggers on Git tags, in the pipeline JSON when creating or updating a pipeline will result in the pipeline having the V2 type of pipeline and the associated costs. For information about pricing for CodePipeline, see Pricing. For information about which type of pipeline to choose, see What type of pipeline is right for me?.
|
1802
|
+
*/
|
1803
|
+
pipelineType?: PipelineType;
|
1754
1804
|
/**
|
1755
1805
|
* The date and time the pipeline was created, in timestamp format.
|
1756
1806
|
*/
|
@@ -1760,6 +1810,48 @@ declare namespace CodePipeline {
|
|
1760
1810
|
*/
|
1761
1811
|
updated?: Timestamp;
|
1762
1812
|
}
|
1813
|
+
export interface PipelineTriggerDeclaration {
|
1814
|
+
/**
|
1815
|
+
* The source provider for the event, such as connections configured for a repository with Git tags, for the specified trigger configuration.
|
1816
|
+
*/
|
1817
|
+
providerType: PipelineTriggerProviderType;
|
1818
|
+
/**
|
1819
|
+
* Provides the filter criteria and the source stage for the repository event that starts the pipeline, such as Git tags.
|
1820
|
+
*/
|
1821
|
+
gitConfiguration: GitConfiguration;
|
1822
|
+
}
|
1823
|
+
export type PipelineTriggerDeclarationList = PipelineTriggerDeclaration[];
|
1824
|
+
export type PipelineTriggerProviderType = "CodeStarSourceConnection"|string;
|
1825
|
+
export type PipelineType = "V1"|"V2"|string;
|
1826
|
+
export interface PipelineVariable {
|
1827
|
+
/**
|
1828
|
+
* The name of a pipeline-level variable.
|
1829
|
+
*/
|
1830
|
+
name: PipelineVariableName;
|
1831
|
+
/**
|
1832
|
+
* The value of a pipeline-level variable.
|
1833
|
+
*/
|
1834
|
+
value: PipelineVariableValue;
|
1835
|
+
}
|
1836
|
+
export interface PipelineVariableDeclaration {
|
1837
|
+
/**
|
1838
|
+
* The name of a pipeline-level variable.
|
1839
|
+
*/
|
1840
|
+
name: PipelineVariableName;
|
1841
|
+
/**
|
1842
|
+
* The value of a pipeline-level variable.
|
1843
|
+
*/
|
1844
|
+
defaultValue?: PipelineVariableValue;
|
1845
|
+
/**
|
1846
|
+
* The description of a pipeline-level variable. It's used to add additional context about the variable, and not being used at time when pipeline executes.
|
1847
|
+
*/
|
1848
|
+
description?: PipelineVariableDescription;
|
1849
|
+
}
|
1850
|
+
export type PipelineVariableDeclarationList = PipelineVariableDeclaration[];
|
1851
|
+
export type PipelineVariableDescription = string;
|
1852
|
+
export type PipelineVariableList = PipelineVariable[];
|
1853
|
+
export type PipelineVariableName = string;
|
1854
|
+
export type PipelineVariableValue = string;
|
1763
1855
|
export type PipelineVersion = number;
|
1764
1856
|
export type PolicyStatementsTemplate = string;
|
1765
1857
|
export interface PollForJobsInput {
|
@@ -1951,6 +2043,17 @@ declare namespace CodePipeline {
|
|
1951
2043
|
export interface RegisterWebhookWithThirdPartyOutput {
|
1952
2044
|
}
|
1953
2045
|
export type ResolvedActionConfigurationMap = {[key: string]: String};
|
2046
|
+
export interface ResolvedPipelineVariable {
|
2047
|
+
/**
|
2048
|
+
* The name of a pipeline-level variable.
|
2049
|
+
*/
|
2050
|
+
name?: String;
|
2051
|
+
/**
|
2052
|
+
* The resolved value of a pipeline-level variable.
|
2053
|
+
*/
|
2054
|
+
resolvedValue?: String;
|
2055
|
+
}
|
2056
|
+
export type ResolvedPipelineVariableList = ResolvedPipelineVariable[];
|
1954
2057
|
export type ResourceArn = string;
|
1955
2058
|
export interface RetryStageExecutionInput {
|
1956
2059
|
/**
|
@@ -2087,6 +2190,10 @@ declare namespace CodePipeline {
|
|
2087
2190
|
* The name of the pipeline to start.
|
2088
2191
|
*/
|
2089
2192
|
name: PipelineName;
|
2193
|
+
/**
|
2194
|
+
* A list that overrides pipeline variables for a pipeline execution that's being started. Variable names must match [A-Za-z0-9@\-_]+, and the values can be anything except an empty string.
|
2195
|
+
*/
|
2196
|
+
variables?: PipelineVariableList;
|
2090
2197
|
/**
|
2091
2198
|
* The system-generated unique ID used to identify a unique execution request.
|
2092
2199
|
*/
|
@@ -2237,7 +2344,7 @@ declare namespace CodePipeline {
|
|
2237
2344
|
disabledReason?: DisabledReason;
|
2238
2345
|
}
|
2239
2346
|
export type TriggerDetail = string;
|
2240
|
-
export type TriggerType = "CreatePipeline"|"StartPipelineExecution"|"PollForSourceChanges"|"Webhook"|"CloudWatchEvent"|"PutActionRevision"|string;
|
2347
|
+
export type TriggerType = "CreatePipeline"|"StartPipelineExecution"|"PollForSourceChanges"|"Webhook"|"CloudWatchEvent"|"PutActionRevision"|"WebhookV2"|string;
|
2241
2348
|
export interface UntagResourceInput {
|
2242
2349
|
/**
|
2243
2350
|
* The Amazon Resource Name (ARN) of the resource to remove tags from.
|