cdk-docker-image-deployment 0.0.130 → 0.0.131
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/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +6 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +10 -1
- package/node_modules/aws-sdk/clients/location.d.ts +29 -29
- package/node_modules/aws-sdk/clients/rds.d.ts +17 -5
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +4 -4
- package/node_modules/aws-sdk/dist/aws-sdk.js +15 -4
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +28 -28
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/region_config_data.json +2 -0
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +4 -4
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
|
1
|
+
// AWS SDK for JavaScript v2.1292.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){
|
|
@@ -196954,6 +196954,9 @@ module.exports={
|
|
|
196954
196954
|
"EnableCustomerOwnedIp": {
|
|
196955
196955
|
"type": "boolean"
|
|
196956
196956
|
},
|
|
196957
|
+
"AllocatedStorage": {
|
|
196958
|
+
"type": "integer"
|
|
196959
|
+
},
|
|
196957
196960
|
"SourceRegion": {}
|
|
196958
196961
|
}
|
|
196959
196962
|
},
|
|
@@ -200410,7 +200413,10 @@ module.exports={
|
|
|
200410
200413
|
"StorageThroughput": {
|
|
200411
200414
|
"type": "integer"
|
|
200412
200415
|
},
|
|
200413
|
-
"DBClusterSnapshotIdentifier": {}
|
|
200416
|
+
"DBClusterSnapshotIdentifier": {},
|
|
200417
|
+
"AllocatedStorage": {
|
|
200418
|
+
"type": "integer"
|
|
200419
|
+
}
|
|
200414
200420
|
}
|
|
200415
200421
|
},
|
|
200416
200422
|
"output": {
|
|
@@ -200622,6 +200628,9 @@ module.exports={
|
|
|
200622
200628
|
"NetworkType": {},
|
|
200623
200629
|
"StorageThroughput": {
|
|
200624
200630
|
"type": "integer"
|
|
200631
|
+
},
|
|
200632
|
+
"AllocatedStorage": {
|
|
200633
|
+
"type": "integer"
|
|
200625
200634
|
}
|
|
200626
200635
|
}
|
|
200627
200636
|
},
|
|
@@ -251684,7 +251693,7 @@ AWS.util.update(AWS, {
|
|
|
251684
251693
|
/**
|
|
251685
251694
|
* @constant
|
|
251686
251695
|
*/
|
|
251687
|
-
VERSION: '2.
|
|
251696
|
+
VERSION: '2.1292.0',
|
|
251688
251697
|
|
|
251689
251698
|
/**
|
|
251690
251699
|
* @api private
|
|
@@ -258589,6 +258598,7 @@ module.exports={
|
|
|
258589
258598
|
"signatureVersion": "v2"
|
|
258590
258599
|
},
|
|
258591
258600
|
"*/resource-explorer-2": "dualstackByDefault",
|
|
258601
|
+
"*/kendra-ranking": "dualstackByDefault",
|
|
258592
258602
|
"*/codecatalyst": "globalDualstackByDefault"
|
|
258593
258603
|
},
|
|
258594
258604
|
|
|
@@ -258651,6 +258661,7 @@ module.exports={
|
|
|
258651
258661
|
"endpoint": "route53.us-gov.amazonaws.com"
|
|
258652
258662
|
},
|
|
258653
258663
|
"*/resource-explorer-2": "fipsDualstackByDefault",
|
|
258664
|
+
"*/kendra-ranking": "dualstackByDefault",
|
|
258654
258665
|
"*/codecatalyst": "fipsGlobalDualstackByDefault"
|
|
258655
258666
|
},
|
|
258656
258667
|
|
|
@@ -273744,7 +273755,7 @@ var LRUCache = /** @class */ (function () {
|
|
|
273744
273755
|
}());
|
|
273745
273756
|
exports.LRUCache = LRUCache;
|
|
273746
273757
|
},{}],461:[function(require,module,exports){
|
|
273747
|
-
// AWS SDK for JavaScript v2.
|
|
273758
|
+
// AWS SDK for JavaScript v2.1292.0
|
|
273748
273759
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
273749
273760
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
|
273750
273761
|
require('./browser_loader');
|