@cdklabs/cdk-ecs-codedeploy 0.0.6 → 0.0.8
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/ecs-appspec/index.js +1 -1
- package/lib/ecs-deployment/index.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +19 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/backup-gateway-2021-01-01.min.json +211 -9
- package/node_modules/aws-sdk/apis/ce-2017-10-25.min.json +21 -3
- package/node_modules/aws-sdk/apis/ecs-2014-11-13.min.json +5 -2
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +3 -0
- package/node_modules/aws-sdk/apis/kinesis-2013-12-02.min.json +304 -51
- package/node_modules/aws-sdk/apis/kinesis-2013-12-02.paginators.json +6 -3
- package/node_modules/aws-sdk/apis/m2-2021-04-28.min.json +4 -0
- package/node_modules/aws-sdk/apis/monitoring-2010-08-01.min.json +33 -27
- package/node_modules/aws-sdk/apis/networkmanager-2019-07-05.min.json +3 -0
- package/node_modules/aws-sdk/apis/redshift-data-2019-12-20.min.json +13 -7
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +541 -524
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +796 -160
- package/node_modules/aws-sdk/clients/backupgateway.d.ts +258 -0
- package/node_modules/aws-sdk/clients/cloudwatch.d.ts +12 -3
- package/node_modules/aws-sdk/clients/connect.d.ts +7 -7
- package/node_modules/aws-sdk/clients/costexplorer.d.ts +33 -13
- package/node_modules/aws-sdk/clients/ecs.d.ts +15 -3
- package/node_modules/aws-sdk/clients/eks.d.ts +21 -21
- package/node_modules/aws-sdk/clients/glue.d.ts +4 -0
- package/node_modules/aws-sdk/clients/kinesis.d.ts +180 -60
- package/node_modules/aws-sdk/clients/location.d.ts +2 -2
- package/node_modules/aws-sdk/clients/m2.d.ts +81 -65
- package/node_modules/aws-sdk/clients/networkmanager.d.ts +6 -2
- package/node_modules/aws-sdk/clients/redshiftdata.d.ts +31 -22
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +60 -42
- package/node_modules/aws-sdk/clients/sagemakermetrics.d.ts +7 -7
- package/node_modules/aws-sdk/clients/securityhub.d.ts +971 -0
- package/node_modules/aws-sdk/clients/translate.d.ts +10 -9
- 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 +13 -13
- package/node_modules/aws-sdk/dist/aws-sdk.js +372 -89
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +95 -95
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +6 -6
|
@@ -13,11 +13,14 @@
|
|
|
13
13
|
"output_token": "NextToken"
|
|
14
14
|
},
|
|
15
15
|
"ListStreams": {
|
|
16
|
-
"input_token": "
|
|
16
|
+
"input_token": "NextToken",
|
|
17
17
|
"limit_key": "Limit",
|
|
18
18
|
"more_results": "HasMoreStreams",
|
|
19
|
-
"output_token": "
|
|
20
|
-
"result_key":
|
|
19
|
+
"output_token": "NextToken",
|
|
20
|
+
"result_key": [
|
|
21
|
+
"StreamNames",
|
|
22
|
+
"StreamSummaries"
|
|
23
|
+
]
|
|
21
24
|
}
|
|
22
25
|
}
|
|
23
26
|
}
|
|
@@ -60,6 +60,7 @@
|
|
|
60
60
|
},
|
|
61
61
|
"description": {},
|
|
62
62
|
"engineType": {},
|
|
63
|
+
"kmsKeyId": {},
|
|
63
64
|
"name": {},
|
|
64
65
|
"tags": {
|
|
65
66
|
"shape": "Sc"
|
|
@@ -263,6 +264,7 @@
|
|
|
263
264
|
"shape": "S12"
|
|
264
265
|
},
|
|
265
266
|
"instanceType": {},
|
|
267
|
+
"kmsKeyId": {},
|
|
266
268
|
"name": {},
|
|
267
269
|
"preferredMaintenanceWindow": {},
|
|
268
270
|
"publiclyAccessible": {
|
|
@@ -421,6 +423,7 @@
|
|
|
421
423
|
"description": {},
|
|
422
424
|
"engineType": {},
|
|
423
425
|
"environmentId": {},
|
|
426
|
+
"kmsKeyId": {},
|
|
424
427
|
"lastStartTime": {
|
|
425
428
|
"type": "timestamp"
|
|
426
429
|
},
|
|
@@ -778,6 +781,7 @@
|
|
|
778
781
|
"shape": "S12"
|
|
779
782
|
},
|
|
780
783
|
"instanceType": {},
|
|
784
|
+
"kmsKeyId": {},
|
|
781
785
|
"loadBalancerArn": {},
|
|
782
786
|
"name": {},
|
|
783
787
|
"pendingMaintenance": {
|
|
@@ -338,7 +338,7 @@
|
|
|
338
338
|
"deprecatedMessage": "Use SingleMetricAnomalyDetector.Stat property."
|
|
339
339
|
},
|
|
340
340
|
"Configuration": {
|
|
341
|
-
"shape": "
|
|
341
|
+
"shape": "S2n"
|
|
342
342
|
},
|
|
343
343
|
"StateValue": {},
|
|
344
344
|
"SingleMetricAnomalyDetector": {
|
|
@@ -660,14 +660,14 @@
|
|
|
660
660
|
},
|
|
661
661
|
"StatusCode": {},
|
|
662
662
|
"Messages": {
|
|
663
|
-
"shape": "
|
|
663
|
+
"shape": "S45"
|
|
664
664
|
}
|
|
665
665
|
}
|
|
666
666
|
}
|
|
667
667
|
},
|
|
668
668
|
"NextToken": {},
|
|
669
669
|
"Messages": {
|
|
670
|
-
"shape": "
|
|
670
|
+
"shape": "S45"
|
|
671
671
|
}
|
|
672
672
|
}
|
|
673
673
|
}
|
|
@@ -777,10 +777,10 @@
|
|
|
777
777
|
"Arn": {},
|
|
778
778
|
"Name": {},
|
|
779
779
|
"IncludeFilters": {
|
|
780
|
-
"shape": "
|
|
780
|
+
"shape": "S4j"
|
|
781
781
|
},
|
|
782
782
|
"ExcludeFilters": {
|
|
783
|
-
"shape": "
|
|
783
|
+
"shape": "S4j"
|
|
784
784
|
},
|
|
785
785
|
"FirehoseArn": {},
|
|
786
786
|
"RoleArn": {},
|
|
@@ -793,7 +793,7 @@
|
|
|
793
793
|
},
|
|
794
794
|
"OutputFormat": {},
|
|
795
795
|
"StatisticsConfigurations": {
|
|
796
|
-
"shape": "
|
|
796
|
+
"shape": "S4n"
|
|
797
797
|
}
|
|
798
798
|
}
|
|
799
799
|
}
|
|
@@ -996,7 +996,7 @@
|
|
|
996
996
|
"type": "structure",
|
|
997
997
|
"members": {
|
|
998
998
|
"Tags": {
|
|
999
|
-
"shape": "
|
|
999
|
+
"shape": "S5q"
|
|
1000
1000
|
}
|
|
1001
1001
|
}
|
|
1002
1002
|
}
|
|
@@ -1023,7 +1023,7 @@
|
|
|
1023
1023
|
"deprecatedMessage": "Use SingleMetricAnomalyDetector."
|
|
1024
1024
|
},
|
|
1025
1025
|
"Configuration": {
|
|
1026
|
-
"shape": "
|
|
1026
|
+
"shape": "S2n"
|
|
1027
1027
|
},
|
|
1028
1028
|
"SingleMetricAnomalyDetector": {
|
|
1029
1029
|
"shape": "Sc"
|
|
@@ -1063,7 +1063,7 @@
|
|
|
1063
1063
|
"shape": "S1t"
|
|
1064
1064
|
},
|
|
1065
1065
|
"Tags": {
|
|
1066
|
-
"shape": "
|
|
1066
|
+
"shape": "S5q"
|
|
1067
1067
|
},
|
|
1068
1068
|
"ActionsSuppressor": {},
|
|
1069
1069
|
"ActionsSuppressorWaitPeriod": {
|
|
@@ -1116,7 +1116,7 @@
|
|
|
1116
1116
|
"RuleState": {},
|
|
1117
1117
|
"RuleDefinition": {},
|
|
1118
1118
|
"Tags": {
|
|
1119
|
-
"shape": "
|
|
1119
|
+
"shape": "S5q"
|
|
1120
1120
|
}
|
|
1121
1121
|
}
|
|
1122
1122
|
},
|
|
@@ -1145,7 +1145,7 @@
|
|
|
1145
1145
|
"TemplateName": {},
|
|
1146
1146
|
"ResourceARN": {},
|
|
1147
1147
|
"Tags": {
|
|
1148
|
-
"shape": "
|
|
1148
|
+
"shape": "S5q"
|
|
1149
1149
|
}
|
|
1150
1150
|
}
|
|
1151
1151
|
}
|
|
@@ -1212,7 +1212,7 @@
|
|
|
1212
1212
|
"shape": "Se"
|
|
1213
1213
|
},
|
|
1214
1214
|
"Tags": {
|
|
1215
|
-
"shape": "
|
|
1215
|
+
"shape": "S5q"
|
|
1216
1216
|
},
|
|
1217
1217
|
"ThresholdMetricId": {}
|
|
1218
1218
|
}
|
|
@@ -1302,19 +1302,19 @@
|
|
|
1302
1302
|
"members": {
|
|
1303
1303
|
"Name": {},
|
|
1304
1304
|
"IncludeFilters": {
|
|
1305
|
-
"shape": "
|
|
1305
|
+
"shape": "S4j"
|
|
1306
1306
|
},
|
|
1307
1307
|
"ExcludeFilters": {
|
|
1308
|
-
"shape": "
|
|
1308
|
+
"shape": "S4j"
|
|
1309
1309
|
},
|
|
1310
1310
|
"FirehoseArn": {},
|
|
1311
1311
|
"RoleArn": {},
|
|
1312
1312
|
"OutputFormat": {},
|
|
1313
1313
|
"Tags": {
|
|
1314
|
-
"shape": "
|
|
1314
|
+
"shape": "S5q"
|
|
1315
1315
|
},
|
|
1316
1316
|
"StatisticsConfigurations": {
|
|
1317
|
-
"shape": "
|
|
1317
|
+
"shape": "S4n"
|
|
1318
1318
|
}
|
|
1319
1319
|
}
|
|
1320
1320
|
},
|
|
@@ -1350,7 +1350,7 @@
|
|
|
1350
1350
|
],
|
|
1351
1351
|
"members": {
|
|
1352
1352
|
"Names": {
|
|
1353
|
-
"shape": "
|
|
1353
|
+
"shape": "S6l"
|
|
1354
1354
|
}
|
|
1355
1355
|
}
|
|
1356
1356
|
},
|
|
@@ -1368,7 +1368,7 @@
|
|
|
1368
1368
|
],
|
|
1369
1369
|
"members": {
|
|
1370
1370
|
"Names": {
|
|
1371
|
-
"shape": "
|
|
1371
|
+
"shape": "S6l"
|
|
1372
1372
|
}
|
|
1373
1373
|
}
|
|
1374
1374
|
},
|
|
@@ -1388,7 +1388,7 @@
|
|
|
1388
1388
|
"members": {
|
|
1389
1389
|
"ResourceARN": {},
|
|
1390
1390
|
"Tags": {
|
|
1391
|
-
"shape": "
|
|
1391
|
+
"shape": "S5q"
|
|
1392
1392
|
}
|
|
1393
1393
|
}
|
|
1394
1394
|
},
|
|
@@ -1595,7 +1595,11 @@
|
|
|
1595
1595
|
"Metrics": {
|
|
1596
1596
|
"shape": "Se"
|
|
1597
1597
|
},
|
|
1598
|
-
"ThresholdMetricId": {}
|
|
1598
|
+
"ThresholdMetricId": {},
|
|
1599
|
+
"EvaluationState": {},
|
|
1600
|
+
"StateTransitionedTimestamp": {
|
|
1601
|
+
"type": "timestamp"
|
|
1602
|
+
}
|
|
1599
1603
|
},
|
|
1600
1604
|
"xmlOrder": [
|
|
1601
1605
|
"AlarmName",
|
|
@@ -1624,11 +1628,13 @@
|
|
|
1624
1628
|
"EvaluateLowSampleCountPercentile",
|
|
1625
1629
|
"DatapointsToAlarm",
|
|
1626
1630
|
"Metrics",
|
|
1627
|
-
"ThresholdMetricId"
|
|
1631
|
+
"ThresholdMetricId",
|
|
1632
|
+
"EvaluationState",
|
|
1633
|
+
"StateTransitionedTimestamp"
|
|
1628
1634
|
]
|
|
1629
1635
|
}
|
|
1630
1636
|
},
|
|
1631
|
-
"
|
|
1637
|
+
"S2n": {
|
|
1632
1638
|
"type": "structure",
|
|
1633
1639
|
"members": {
|
|
1634
1640
|
"ExcludedTimeRanges": {
|
|
@@ -1656,7 +1662,7 @@
|
|
|
1656
1662
|
"MetricTimezone": {}
|
|
1657
1663
|
}
|
|
1658
1664
|
},
|
|
1659
|
-
"
|
|
1665
|
+
"S45": {
|
|
1660
1666
|
"type": "list",
|
|
1661
1667
|
"member": {
|
|
1662
1668
|
"type": "structure",
|
|
@@ -1666,7 +1672,7 @@
|
|
|
1666
1672
|
}
|
|
1667
1673
|
}
|
|
1668
1674
|
},
|
|
1669
|
-
"
|
|
1675
|
+
"S4j": {
|
|
1670
1676
|
"type": "list",
|
|
1671
1677
|
"member": {
|
|
1672
1678
|
"type": "structure",
|
|
@@ -1675,7 +1681,7 @@
|
|
|
1675
1681
|
}
|
|
1676
1682
|
}
|
|
1677
1683
|
},
|
|
1678
|
-
"
|
|
1684
|
+
"S4n": {
|
|
1679
1685
|
"type": "list",
|
|
1680
1686
|
"member": {
|
|
1681
1687
|
"type": "structure",
|
|
@@ -1705,7 +1711,7 @@
|
|
|
1705
1711
|
}
|
|
1706
1712
|
}
|
|
1707
1713
|
},
|
|
1708
|
-
"
|
|
1714
|
+
"S5q": {
|
|
1709
1715
|
"type": "list",
|
|
1710
1716
|
"member": {
|
|
1711
1717
|
"type": "structure",
|
|
@@ -1719,7 +1725,7 @@
|
|
|
1719
1725
|
}
|
|
1720
1726
|
}
|
|
1721
1727
|
},
|
|
1722
|
-
"
|
|
1728
|
+
"S6l": {
|
|
1723
1729
|
"type": "list",
|
|
1724
1730
|
"member": {}
|
|
1725
1731
|
}
|
|
@@ -21,6 +21,9 @@
|
|
|
21
21
|
"Sqls"
|
|
22
22
|
],
|
|
23
23
|
"members": {
|
|
24
|
+
"ClientToken": {
|
|
25
|
+
"idempotencyToken": true
|
|
26
|
+
},
|
|
24
27
|
"ClusterIdentifier": {},
|
|
25
28
|
"Database": {},
|
|
26
29
|
"DbUser": {},
|
|
@@ -101,7 +104,7 @@
|
|
|
101
104
|
},
|
|
102
105
|
"Id": {},
|
|
103
106
|
"QueryParameters": {
|
|
104
|
-
"shape": "
|
|
107
|
+
"shape": "Sj"
|
|
105
108
|
},
|
|
106
109
|
"QueryString": {},
|
|
107
110
|
"RedshiftPid": {
|
|
@@ -188,7 +191,7 @@
|
|
|
188
191
|
"ColumnList": {
|
|
189
192
|
"type": "list",
|
|
190
193
|
"member": {
|
|
191
|
-
"shape": "
|
|
194
|
+
"shape": "Sv"
|
|
192
195
|
}
|
|
193
196
|
},
|
|
194
197
|
"NextToken": {},
|
|
@@ -204,11 +207,14 @@
|
|
|
204
207
|
"Sql"
|
|
205
208
|
],
|
|
206
209
|
"members": {
|
|
210
|
+
"ClientToken": {
|
|
211
|
+
"idempotencyToken": true
|
|
212
|
+
},
|
|
207
213
|
"ClusterIdentifier": {},
|
|
208
214
|
"Database": {},
|
|
209
215
|
"DbUser": {},
|
|
210
216
|
"Parameters": {
|
|
211
|
-
"shape": "
|
|
217
|
+
"shape": "Sj"
|
|
212
218
|
},
|
|
213
219
|
"SecretArn": {},
|
|
214
220
|
"Sql": {},
|
|
@@ -254,7 +260,7 @@
|
|
|
254
260
|
"ColumnMetadata": {
|
|
255
261
|
"type": "list",
|
|
256
262
|
"member": {
|
|
257
|
-
"shape": "
|
|
263
|
+
"shape": "Sv"
|
|
258
264
|
}
|
|
259
265
|
},
|
|
260
266
|
"NextToken": {},
|
|
@@ -390,7 +396,7 @@
|
|
|
390
396
|
"type": "boolean"
|
|
391
397
|
},
|
|
392
398
|
"QueryParameters": {
|
|
393
|
-
"shape": "
|
|
399
|
+
"shape": "Sj"
|
|
394
400
|
},
|
|
395
401
|
"QueryString": {},
|
|
396
402
|
"QueryStrings": {
|
|
@@ -450,7 +456,7 @@
|
|
|
450
456
|
}
|
|
451
457
|
},
|
|
452
458
|
"shapes": {
|
|
453
|
-
"
|
|
459
|
+
"Sj": {
|
|
454
460
|
"type": "list",
|
|
455
461
|
"member": {
|
|
456
462
|
"type": "structure",
|
|
@@ -464,7 +470,7 @@
|
|
|
464
470
|
}
|
|
465
471
|
}
|
|
466
472
|
},
|
|
467
|
-
"
|
|
473
|
+
"Sv": {
|
|
468
474
|
"type": "structure",
|
|
469
475
|
"members": {
|
|
470
476
|
"columnDefault": {},
|