@cdklabs/cdk-ecs-codedeploy 0.0.5 → 0.0.7
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/assets/ecs-deployment-provider/on-event.lambda/index.js +12 -5
- package/lib/ecs-appspec/index.js +1 -1
- package/lib/ecs-deployment/index.js +25 -14
- package/lib/ecs-deployment-provider/on-event.lambda.js +14 -5
- package/node_modules/aws-sdk/CHANGELOG.md +7 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/ce-2017-10-25.min.json +21 -3
- 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/clients/cloudwatch.d.ts +12 -3
- package/node_modules/aws-sdk/clients/costexplorer.d.ts +33 -13
- 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/sagemakermetrics.d.ts +7 -7
- 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 +5 -5
- package/node_modules/aws-sdk/dist/aws-sdk.js +57 -33
- 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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
|
1
|
+
// AWS SDK for JavaScript v2.1275.0
|
|
2
2
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
3
3
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
|
4
4
|
(function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
|
|
@@ -10874,6 +10874,15 @@ module.exports={
|
|
|
10874
10874
|
},
|
|
10875
10875
|
"TotalImpact": {
|
|
10876
10876
|
"type": "double"
|
|
10877
|
+
},
|
|
10878
|
+
"TotalActualSpend": {
|
|
10879
|
+
"type": "double"
|
|
10880
|
+
},
|
|
10881
|
+
"TotalExpectedSpend": {
|
|
10882
|
+
"type": "double"
|
|
10883
|
+
},
|
|
10884
|
+
"TotalImpactPercentage": {
|
|
10885
|
+
"type": "double"
|
|
10877
10886
|
}
|
|
10878
10887
|
}
|
|
10879
10888
|
},
|
|
@@ -12184,6 +12193,8 @@ module.exports={
|
|
|
12184
12193
|
"members": {
|
|
12185
12194
|
"SubscriptionArn": {},
|
|
12186
12195
|
"Threshold": {
|
|
12196
|
+
"deprecated": true,
|
|
12197
|
+
"deprecatedMessage": "Threshold has been deprecated in favor of ThresholdExpression",
|
|
12187
12198
|
"type": "double"
|
|
12188
12199
|
},
|
|
12189
12200
|
"Frequency": {},
|
|
@@ -12193,7 +12204,10 @@ module.exports={
|
|
|
12193
12204
|
"Subscribers": {
|
|
12194
12205
|
"shape": "St"
|
|
12195
12206
|
},
|
|
12196
|
-
"SubscriptionName": {}
|
|
12207
|
+
"SubscriptionName": {},
|
|
12208
|
+
"ThresholdExpression": {
|
|
12209
|
+
"shape": "S7"
|
|
12210
|
+
}
|
|
12197
12211
|
}
|
|
12198
12212
|
},
|
|
12199
12213
|
"output": {
|
|
@@ -12385,7 +12399,6 @@ module.exports={
|
|
|
12385
12399
|
"required": [
|
|
12386
12400
|
"MonitorArnList",
|
|
12387
12401
|
"Subscribers",
|
|
12388
|
-
"Threshold",
|
|
12389
12402
|
"Frequency",
|
|
12390
12403
|
"SubscriptionName"
|
|
12391
12404
|
],
|
|
@@ -12399,10 +12412,15 @@ module.exports={
|
|
|
12399
12412
|
"shape": "St"
|
|
12400
12413
|
},
|
|
12401
12414
|
"Threshold": {
|
|
12415
|
+
"deprecated": true,
|
|
12416
|
+
"deprecatedMessage": "Threshold has been deprecated in favor of ThresholdExpression",
|
|
12402
12417
|
"type": "double"
|
|
12403
12418
|
},
|
|
12404
12419
|
"Frequency": {},
|
|
12405
|
-
"SubscriptionName": {}
|
|
12420
|
+
"SubscriptionName": {},
|
|
12421
|
+
"ThresholdExpression": {
|
|
12422
|
+
"shape": "S7"
|
|
12423
|
+
}
|
|
12406
12424
|
}
|
|
12407
12425
|
},
|
|
12408
12426
|
"Sr": {
|
|
@@ -178129,7 +178147,7 @@ module.exports={
|
|
|
178129
178147
|
"deprecatedMessage": "Use SingleMetricAnomalyDetector.Stat property."
|
|
178130
178148
|
},
|
|
178131
178149
|
"Configuration": {
|
|
178132
|
-
"shape": "
|
|
178150
|
+
"shape": "S2n"
|
|
178133
178151
|
},
|
|
178134
178152
|
"StateValue": {},
|
|
178135
178153
|
"SingleMetricAnomalyDetector": {
|
|
@@ -178451,14 +178469,14 @@ module.exports={
|
|
|
178451
178469
|
},
|
|
178452
178470
|
"StatusCode": {},
|
|
178453
178471
|
"Messages": {
|
|
178454
|
-
"shape": "
|
|
178472
|
+
"shape": "S45"
|
|
178455
178473
|
}
|
|
178456
178474
|
}
|
|
178457
178475
|
}
|
|
178458
178476
|
},
|
|
178459
178477
|
"NextToken": {},
|
|
178460
178478
|
"Messages": {
|
|
178461
|
-
"shape": "
|
|
178479
|
+
"shape": "S45"
|
|
178462
178480
|
}
|
|
178463
178481
|
}
|
|
178464
178482
|
}
|
|
@@ -178568,10 +178586,10 @@ module.exports={
|
|
|
178568
178586
|
"Arn": {},
|
|
178569
178587
|
"Name": {},
|
|
178570
178588
|
"IncludeFilters": {
|
|
178571
|
-
"shape": "
|
|
178589
|
+
"shape": "S4j"
|
|
178572
178590
|
},
|
|
178573
178591
|
"ExcludeFilters": {
|
|
178574
|
-
"shape": "
|
|
178592
|
+
"shape": "S4j"
|
|
178575
178593
|
},
|
|
178576
178594
|
"FirehoseArn": {},
|
|
178577
178595
|
"RoleArn": {},
|
|
@@ -178584,7 +178602,7 @@ module.exports={
|
|
|
178584
178602
|
},
|
|
178585
178603
|
"OutputFormat": {},
|
|
178586
178604
|
"StatisticsConfigurations": {
|
|
178587
|
-
"shape": "
|
|
178605
|
+
"shape": "S4n"
|
|
178588
178606
|
}
|
|
178589
178607
|
}
|
|
178590
178608
|
}
|
|
@@ -178787,7 +178805,7 @@ module.exports={
|
|
|
178787
178805
|
"type": "structure",
|
|
178788
178806
|
"members": {
|
|
178789
178807
|
"Tags": {
|
|
178790
|
-
"shape": "
|
|
178808
|
+
"shape": "S5q"
|
|
178791
178809
|
}
|
|
178792
178810
|
}
|
|
178793
178811
|
}
|
|
@@ -178814,7 +178832,7 @@ module.exports={
|
|
|
178814
178832
|
"deprecatedMessage": "Use SingleMetricAnomalyDetector."
|
|
178815
178833
|
},
|
|
178816
178834
|
"Configuration": {
|
|
178817
|
-
"shape": "
|
|
178835
|
+
"shape": "S2n"
|
|
178818
178836
|
},
|
|
178819
178837
|
"SingleMetricAnomalyDetector": {
|
|
178820
178838
|
"shape": "Sc"
|
|
@@ -178854,7 +178872,7 @@ module.exports={
|
|
|
178854
178872
|
"shape": "S1t"
|
|
178855
178873
|
},
|
|
178856
178874
|
"Tags": {
|
|
178857
|
-
"shape": "
|
|
178875
|
+
"shape": "S5q"
|
|
178858
178876
|
},
|
|
178859
178877
|
"ActionsSuppressor": {},
|
|
178860
178878
|
"ActionsSuppressorWaitPeriod": {
|
|
@@ -178907,7 +178925,7 @@ module.exports={
|
|
|
178907
178925
|
"RuleState": {},
|
|
178908
178926
|
"RuleDefinition": {},
|
|
178909
178927
|
"Tags": {
|
|
178910
|
-
"shape": "
|
|
178928
|
+
"shape": "S5q"
|
|
178911
178929
|
}
|
|
178912
178930
|
}
|
|
178913
178931
|
},
|
|
@@ -178936,7 +178954,7 @@ module.exports={
|
|
|
178936
178954
|
"TemplateName": {},
|
|
178937
178955
|
"ResourceARN": {},
|
|
178938
178956
|
"Tags": {
|
|
178939
|
-
"shape": "
|
|
178957
|
+
"shape": "S5q"
|
|
178940
178958
|
}
|
|
178941
178959
|
}
|
|
178942
178960
|
}
|
|
@@ -179003,7 +179021,7 @@ module.exports={
|
|
|
179003
179021
|
"shape": "Se"
|
|
179004
179022
|
},
|
|
179005
179023
|
"Tags": {
|
|
179006
|
-
"shape": "
|
|
179024
|
+
"shape": "S5q"
|
|
179007
179025
|
},
|
|
179008
179026
|
"ThresholdMetricId": {}
|
|
179009
179027
|
}
|
|
@@ -179093,19 +179111,19 @@ module.exports={
|
|
|
179093
179111
|
"members": {
|
|
179094
179112
|
"Name": {},
|
|
179095
179113
|
"IncludeFilters": {
|
|
179096
|
-
"shape": "
|
|
179114
|
+
"shape": "S4j"
|
|
179097
179115
|
},
|
|
179098
179116
|
"ExcludeFilters": {
|
|
179099
|
-
"shape": "
|
|
179117
|
+
"shape": "S4j"
|
|
179100
179118
|
},
|
|
179101
179119
|
"FirehoseArn": {},
|
|
179102
179120
|
"RoleArn": {},
|
|
179103
179121
|
"OutputFormat": {},
|
|
179104
179122
|
"Tags": {
|
|
179105
|
-
"shape": "
|
|
179123
|
+
"shape": "S5q"
|
|
179106
179124
|
},
|
|
179107
179125
|
"StatisticsConfigurations": {
|
|
179108
|
-
"shape": "
|
|
179126
|
+
"shape": "S4n"
|
|
179109
179127
|
}
|
|
179110
179128
|
}
|
|
179111
179129
|
},
|
|
@@ -179141,7 +179159,7 @@ module.exports={
|
|
|
179141
179159
|
],
|
|
179142
179160
|
"members": {
|
|
179143
179161
|
"Names": {
|
|
179144
|
-
"shape": "
|
|
179162
|
+
"shape": "S6l"
|
|
179145
179163
|
}
|
|
179146
179164
|
}
|
|
179147
179165
|
},
|
|
@@ -179159,7 +179177,7 @@ module.exports={
|
|
|
179159
179177
|
],
|
|
179160
179178
|
"members": {
|
|
179161
179179
|
"Names": {
|
|
179162
|
-
"shape": "
|
|
179180
|
+
"shape": "S6l"
|
|
179163
179181
|
}
|
|
179164
179182
|
}
|
|
179165
179183
|
},
|
|
@@ -179179,7 +179197,7 @@ module.exports={
|
|
|
179179
179197
|
"members": {
|
|
179180
179198
|
"ResourceARN": {},
|
|
179181
179199
|
"Tags": {
|
|
179182
|
-
"shape": "
|
|
179200
|
+
"shape": "S5q"
|
|
179183
179201
|
}
|
|
179184
179202
|
}
|
|
179185
179203
|
},
|
|
@@ -179386,7 +179404,11 @@ module.exports={
|
|
|
179386
179404
|
"Metrics": {
|
|
179387
179405
|
"shape": "Se"
|
|
179388
179406
|
},
|
|
179389
|
-
"ThresholdMetricId": {}
|
|
179407
|
+
"ThresholdMetricId": {},
|
|
179408
|
+
"EvaluationState": {},
|
|
179409
|
+
"StateTransitionedTimestamp": {
|
|
179410
|
+
"type": "timestamp"
|
|
179411
|
+
}
|
|
179390
179412
|
},
|
|
179391
179413
|
"xmlOrder": [
|
|
179392
179414
|
"AlarmName",
|
|
@@ -179415,11 +179437,13 @@ module.exports={
|
|
|
179415
179437
|
"EvaluateLowSampleCountPercentile",
|
|
179416
179438
|
"DatapointsToAlarm",
|
|
179417
179439
|
"Metrics",
|
|
179418
|
-
"ThresholdMetricId"
|
|
179440
|
+
"ThresholdMetricId",
|
|
179441
|
+
"EvaluationState",
|
|
179442
|
+
"StateTransitionedTimestamp"
|
|
179419
179443
|
]
|
|
179420
179444
|
}
|
|
179421
179445
|
},
|
|
179422
|
-
"
|
|
179446
|
+
"S2n": {
|
|
179423
179447
|
"type": "structure",
|
|
179424
179448
|
"members": {
|
|
179425
179449
|
"ExcludedTimeRanges": {
|
|
@@ -179447,7 +179471,7 @@ module.exports={
|
|
|
179447
179471
|
"MetricTimezone": {}
|
|
179448
179472
|
}
|
|
179449
179473
|
},
|
|
179450
|
-
"
|
|
179474
|
+
"S45": {
|
|
179451
179475
|
"type": "list",
|
|
179452
179476
|
"member": {
|
|
179453
179477
|
"type": "structure",
|
|
@@ -179457,7 +179481,7 @@ module.exports={
|
|
|
179457
179481
|
}
|
|
179458
179482
|
}
|
|
179459
179483
|
},
|
|
179460
|
-
"
|
|
179484
|
+
"S4j": {
|
|
179461
179485
|
"type": "list",
|
|
179462
179486
|
"member": {
|
|
179463
179487
|
"type": "structure",
|
|
@@ -179466,7 +179490,7 @@ module.exports={
|
|
|
179466
179490
|
}
|
|
179467
179491
|
}
|
|
179468
179492
|
},
|
|
179469
|
-
"
|
|
179493
|
+
"S4n": {
|
|
179470
179494
|
"type": "list",
|
|
179471
179495
|
"member": {
|
|
179472
179496
|
"type": "structure",
|
|
@@ -179496,7 +179520,7 @@ module.exports={
|
|
|
179496
179520
|
}
|
|
179497
179521
|
}
|
|
179498
179522
|
},
|
|
179499
|
-
"
|
|
179523
|
+
"S5q": {
|
|
179500
179524
|
"type": "list",
|
|
179501
179525
|
"member": {
|
|
179502
179526
|
"type": "structure",
|
|
@@ -179510,7 +179534,7 @@ module.exports={
|
|
|
179510
179534
|
}
|
|
179511
179535
|
}
|
|
179512
179536
|
},
|
|
179513
|
-
"
|
|
179537
|
+
"S6l": {
|
|
179514
179538
|
"type": "list",
|
|
179515
179539
|
"member": {}
|
|
179516
179540
|
}
|
|
@@ -250913,7 +250937,7 @@ AWS.util.update(AWS, {
|
|
|
250913
250937
|
/**
|
|
250914
250938
|
* @constant
|
|
250915
250939
|
*/
|
|
250916
|
-
VERSION: '2.
|
|
250940
|
+
VERSION: '2.1275.0',
|
|
250917
250941
|
|
|
250918
250942
|
/**
|
|
250919
250943
|
* @api private
|
|
@@ -272973,7 +272997,7 @@ var LRUCache = /** @class */ (function () {
|
|
|
272973
272997
|
}());
|
|
272974
272998
|
exports.LRUCache = LRUCache;
|
|
272975
272999
|
},{}],461:[function(require,module,exports){
|
|
272976
|
-
// AWS SDK for JavaScript v2.
|
|
273000
|
+
// AWS SDK for JavaScript v2.1275.0
|
|
272977
273001
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
272978
273002
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
|
272979
273003
|
require('./browser_loader');
|