cdk-lambda-subminute 2.0.365 → 2.0.367
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/autoscaling-2011-01-01.min.json +3 -0
- package/node_modules/aws-sdk/apis/datazone-2018-05-10.min.json +126 -90
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +7 -0
- package/node_modules/aws-sdk/clients/autoscaling.d.ts +10 -6
- package/node_modules/aws-sdk/clients/comprehend.d.ts +4 -4
- package/node_modules/aws-sdk/clients/datazone.d.ts +52 -0
- package/node_modules/aws-sdk/clients/ec2.d.ts +12 -4
- package/node_modules/aws-sdk/clients/mwaa.d.ts +4 -4
- package/node_modules/aws-sdk/clients/snowball.d.ts +2 -2
- 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 +4 -4
- package/node_modules/aws-sdk/dist/aws-sdk.js +13 -3
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +102 -102
- 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.1547.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){
|
@@ -11652,6 +11652,9 @@ module.exports={
|
|
11652
11652
|
"SpotMaxPricePercentageOverLowestPrice": {
|
11653
11653
|
"type": "integer"
|
11654
11654
|
},
|
11655
|
+
"MaxSpotPriceAsPercentageOfOptimalOnDemandPrice": {
|
11656
|
+
"type": "integer"
|
11657
|
+
},
|
11655
11658
|
"OnDemandMaxPricePercentageOverLowestPrice": {
|
11656
11659
|
"type": "integer"
|
11657
11660
|
},
|
@@ -114429,6 +114432,9 @@ module.exports={
|
|
114429
114432
|
"AllowedInstanceTypes": {
|
114430
114433
|
"shape": "Sdl",
|
114431
114434
|
"locationName": "AllowedInstanceType"
|
114435
|
+
},
|
114436
|
+
"MaxSpotPriceAsPercentageOfOptimalOnDemandPrice": {
|
114437
|
+
"type": "integer"
|
114432
114438
|
}
|
114433
114439
|
}
|
114434
114440
|
},
|
@@ -114748,6 +114754,10 @@ module.exports={
|
|
114748
114754
|
"AllowedInstanceTypes": {
|
114749
114755
|
"shape": "Sdl",
|
114750
114756
|
"locationName": "allowedInstanceTypeSet"
|
114757
|
+
},
|
114758
|
+
"MaxSpotPriceAsPercentageOfOptimalOnDemandPrice": {
|
114759
|
+
"locationName": "maxSpotPriceAsPercentageOfOptimalOnDemandPrice",
|
114760
|
+
"type": "integer"
|
114751
114761
|
}
|
114752
114762
|
}
|
114753
114763
|
},
|
@@ -272151,7 +272161,7 @@ AWS.util.update(AWS, {
|
|
272151
272161
|
/**
|
272152
272162
|
* @constant
|
272153
272163
|
*/
|
272154
|
-
VERSION: '2.
|
272164
|
+
VERSION: '2.1547.0',
|
272155
272165
|
|
272156
272166
|
/**
|
272157
272167
|
* @api private
|
@@ -294400,7 +294410,7 @@ var LRUCache = /** @class */ (function () {
|
|
294400
294410
|
}());
|
294401
294411
|
exports.LRUCache = LRUCache;
|
294402
294412
|
},{}],467:[function(require,module,exports){
|
294403
|
-
// AWS SDK for JavaScript v2.
|
294413
|
+
// AWS SDK for JavaScript v2.1547.0
|
294404
294414
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
294405
294415
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
294406
294416
|
require('./browser_loader');
|