cdk-docker-image-deployment 0.0.413 → 0.0.414
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/.gitattributes +0 -1
- 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/groundstation-2019-05-23.min.json +26 -25
- package/node_modules/aws-sdk/clients/connectcases.d.ts +5 -5
- package/node_modules/aws-sdk/clients/groundstation.d.ts +5 -0
- package/node_modules/aws-sdk/clients/iam.d.ts +4 -4
- 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 +3 -3
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +2 -2
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
|
1
|
+
// AWS SDK for JavaScript v2.1481.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){
|
|
@@ -262638,7 +262638,7 @@ AWS.util.update(AWS, {
|
|
|
262638
262638
|
/**
|
|
262639
262639
|
* @constant
|
|
262640
262640
|
*/
|
|
262641
|
-
VERSION: '2.
|
|
262641
|
+
VERSION: '2.1481.0',
|
|
262642
262642
|
|
|
262643
262643
|
/**
|
|
262644
262644
|
* @api private
|
|
@@ -284819,7 +284819,7 @@ var LRUCache = /** @class */ (function () {
|
|
|
284819
284819
|
}());
|
|
284820
284820
|
exports.LRUCache = LRUCache;
|
|
284821
284821
|
},{}],467:[function(require,module,exports){
|
|
284822
|
-
// AWS SDK for JavaScript v2.
|
|
284822
|
+
// AWS SDK for JavaScript v2.1481.0
|
|
284823
284823
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
284824
284824
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
|
284825
284825
|
require('./browser_loader');
|