cdk-lambda-subminute 2.0.319 → 2.0.320
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/codedeploy-2014-10-06.min.json +49 -2
- package/node_modules/aws-sdk/clients/codedeploy.d.ts +59 -8
- 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 +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk.js +52 -5
- 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 +2 -2
@@ -1,4 +1,4 @@
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
1
|
+
// AWS SDK for JavaScript v2.1514.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){
|
@@ -48162,6 +48162,10 @@ module.exports={
|
|
48162
48162
|
"BatchGetDeploymentTargets": {
|
48163
48163
|
"input": {
|
48164
48164
|
"type": "structure",
|
48165
|
+
"required": [
|
48166
|
+
"deploymentId",
|
48167
|
+
"targetIds"
|
48168
|
+
],
|
48165
48169
|
"members": {
|
48166
48170
|
"deploymentId": {},
|
48167
48171
|
"targetIds": {
|
@@ -48312,7 +48316,10 @@ module.exports={
|
|
48312
48316
|
"trafficRoutingConfig": {
|
48313
48317
|
"shape": "S57"
|
48314
48318
|
},
|
48315
|
-
"computePlatform": {}
|
48319
|
+
"computePlatform": {},
|
48320
|
+
"zonalConfig": {
|
48321
|
+
"shape": "S5d"
|
48322
|
+
}
|
48316
48323
|
}
|
48317
48324
|
},
|
48318
48325
|
"output": {
|
@@ -48374,6 +48381,9 @@ module.exports={
|
|
48374
48381
|
},
|
48375
48382
|
"tags": {
|
48376
48383
|
"shape": "S2"
|
48384
|
+
},
|
48385
|
+
"terminationHookEnabled": {
|
48386
|
+
"type": "boolean"
|
48377
48387
|
}
|
48378
48388
|
}
|
48379
48389
|
},
|
@@ -48556,6 +48566,9 @@ module.exports={
|
|
48556
48566
|
"computePlatform": {},
|
48557
48567
|
"trafficRoutingConfig": {
|
48558
48568
|
"shape": "S57"
|
48569
|
+
},
|
48570
|
+
"zonalConfig": {
|
48571
|
+
"shape": "S5d"
|
48559
48572
|
}
|
48560
48573
|
}
|
48561
48574
|
}
|
@@ -48609,6 +48622,10 @@ module.exports={
|
|
48609
48622
|
"GetDeploymentTarget": {
|
48610
48623
|
"input": {
|
48611
48624
|
"type": "structure",
|
48625
|
+
"required": [
|
48626
|
+
"deploymentId",
|
48627
|
+
"targetId"
|
48628
|
+
],
|
48612
48629
|
"members": {
|
48613
48630
|
"deploymentId": {},
|
48614
48631
|
"targetId": {}
|
@@ -48761,6 +48778,9 @@ module.exports={
|
|
48761
48778
|
"ListDeploymentTargets": {
|
48762
48779
|
"input": {
|
48763
48780
|
"type": "structure",
|
48781
|
+
"required": [
|
48782
|
+
"deploymentId"
|
48783
|
+
],
|
48764
48784
|
"members": {
|
48765
48785
|
"deploymentId": {},
|
48766
48786
|
"nextToken": {},
|
@@ -49069,6 +49089,9 @@ module.exports={
|
|
49069
49089
|
},
|
49070
49090
|
"onPremisesTagSet": {
|
49071
49091
|
"shape": "S2v"
|
49092
|
+
},
|
49093
|
+
"terminationHookEnabled": {
|
49094
|
+
"type": "boolean"
|
49072
49095
|
}
|
49073
49096
|
}
|
49074
49097
|
},
|
@@ -49237,6 +49260,9 @@ module.exports={
|
|
49237
49260
|
"computePlatform": {},
|
49238
49261
|
"ecsServices": {
|
49239
49262
|
"shape": "S2x"
|
49263
|
+
},
|
49264
|
+
"terminationHookEnabled": {
|
49265
|
+
"type": "boolean"
|
49240
49266
|
}
|
49241
49267
|
}
|
49242
49268
|
},
|
@@ -49268,7 +49294,8 @@ module.exports={
|
|
49268
49294
|
"type": "structure",
|
49269
49295
|
"members": {
|
49270
49296
|
"name": {},
|
49271
|
-
"hook": {}
|
49297
|
+
"hook": {},
|
49298
|
+
"terminationHook": {}
|
49272
49299
|
}
|
49273
49300
|
}
|
49274
49301
|
},
|
@@ -49808,6 +49835,26 @@ module.exports={
|
|
49808
49835
|
}
|
49809
49836
|
}
|
49810
49837
|
}
|
49838
|
+
},
|
49839
|
+
"S5d": {
|
49840
|
+
"type": "structure",
|
49841
|
+
"members": {
|
49842
|
+
"firstZoneMonitorDurationInSeconds": {
|
49843
|
+
"type": "long"
|
49844
|
+
},
|
49845
|
+
"monitorDurationInSeconds": {
|
49846
|
+
"type": "long"
|
49847
|
+
},
|
49848
|
+
"minimumHealthyHostsPerZone": {
|
49849
|
+
"type": "structure",
|
49850
|
+
"members": {
|
49851
|
+
"type": {},
|
49852
|
+
"value": {
|
49853
|
+
"type": "integer"
|
49854
|
+
}
|
49855
|
+
}
|
49856
|
+
}
|
49857
|
+
}
|
49811
49858
|
}
|
49812
49859
|
}
|
49813
49860
|
}
|
@@ -269546,7 +269593,7 @@ AWS.util.update(AWS, {
|
|
269546
269593
|
/**
|
269547
269594
|
* @constant
|
269548
269595
|
*/
|
269549
|
-
VERSION: '2.
|
269596
|
+
VERSION: '2.1514.0',
|
269550
269597
|
|
269551
269598
|
/**
|
269552
269599
|
* @api private
|
@@ -291733,7 +291780,7 @@ var LRUCache = /** @class */ (function () {
|
|
291733
291780
|
}());
|
291734
291781
|
exports.LRUCache = LRUCache;
|
291735
291782
|
},{}],467:[function(require,module,exports){
|
291736
|
-
// AWS SDK for JavaScript v2.
|
291783
|
+
// AWS SDK for JavaScript v2.1514.0
|
291737
291784
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
291738
291785
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
291739
291786
|
require('./browser_loader');
|