cdk-docker-image-deployment 0.0.171 → 0.0.172
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/metadata.json +3 -0
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +2 -1
- package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.min.json +639 -104
- package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/tnb-2008-10-21.examples.json +5 -0
- package/node_modules/aws-sdk/apis/tnb-2008-10-21.min.json +1579 -0
- package/node_modules/aws-sdk/apis/tnb-2008-10-21.paginators.json +34 -0
- package/node_modules/aws-sdk/clients/all.d.ts +1 -0
- package/node_modules/aws-sdk/clients/all.js +2 -1
- package/node_modules/aws-sdk/clients/quicksight.d.ts +4 -0
- package/node_modules/aws-sdk/clients/resiliencehub.d.ts +743 -128
- package/node_modules/aws-sdk/clients/securityhub.d.ts +85 -85
- package/node_modules/aws-sdk/clients/tnb.d.ts +1607 -0
- package/node_modules/aws-sdk/clients/tnb.js +18 -0
- 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 +44 -7
- package/node_modules/aws-sdk/dist/aws-sdk.js +6 -3
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +3 -3
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- 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.1320.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){
|
|
@@ -179454,6 +179454,9 @@ module.exports={
|
|
|
179454
179454
|
"cloudtraildata": {
|
|
179455
179455
|
"prefix": "cloudtrail-data",
|
|
179456
179456
|
"name": "CloudTrailData"
|
|
179457
|
+
},
|
|
179458
|
+
"tnb": {
|
|
179459
|
+
"name": "Tnb"
|
|
179457
179460
|
}
|
|
179458
179461
|
}
|
|
179459
179462
|
},{}],166:[function(require,module,exports){
|
|
@@ -252880,7 +252883,7 @@ AWS.util.update(AWS, {
|
|
|
252880
252883
|
/**
|
|
252881
252884
|
* @constant
|
|
252882
252885
|
*/
|
|
252883
|
-
VERSION: '2.
|
|
252886
|
+
VERSION: '2.1320.0',
|
|
252884
252887
|
|
|
252885
252888
|
/**
|
|
252886
252889
|
* @api private
|
|
@@ -274979,7 +274982,7 @@ var LRUCache = /** @class */ (function () {
|
|
|
274979
274982
|
}());
|
|
274980
274983
|
exports.LRUCache = LRUCache;
|
|
274981
274984
|
},{}],462:[function(require,module,exports){
|
|
274982
|
-
// AWS SDK for JavaScript v2.
|
|
274985
|
+
// AWS SDK for JavaScript v2.1320.0
|
|
274983
274986
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
274984
274987
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
|
274985
274988
|
require('./browser_loader');
|