cdk-docker-image-deployment 0.0.192 → 0.0.194
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 +5 -5
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/@types/aws-lambda/README.md +1 -1
- package/node_modules/@types/aws-lambda/index.d.ts +1 -1
- package/node_modules/@types/aws-lambda/package.json +2 -2
- package/node_modules/@types/aws-lambda/trigger/codecommit.d.ts +36 -0
- package/node_modules/aws-sdk/CHANGELOG.md +9 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +353 -107
- package/node_modules/aws-sdk/apis/guardduty-2017-11-28.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/migrationhubstrategy-2020-02-19.min.json +70 -30
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +106 -90
- package/node_modules/aws-sdk/apis/securitylake-2018-05-10.min.json +26 -8
- package/node_modules/aws-sdk/clients/guardduty.d.ts +245 -6
- package/node_modules/aws-sdk/clients/migrationhubstrategy.d.ts +67 -0
- package/node_modules/aws-sdk/clients/s3control.d.ts +34 -10
- package/node_modules/aws-sdk/clients/sagemakerruntime.d.ts +2 -2
- package/node_modules/aws-sdk/clients/securitylake.d.ts +57 -11
- 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 +6 -6
- 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 +8 -8
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
|
1
|
+
// AWS SDK for JavaScript v2.1337.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){
|
|
@@ -254093,7 +254093,7 @@ AWS.util.update(AWS, {
|
|
|
254093
254093
|
/**
|
|
254094
254094
|
* @constant
|
|
254095
254095
|
*/
|
|
254096
|
-
VERSION: '2.
|
|
254096
|
+
VERSION: '2.1337.0',
|
|
254097
254097
|
|
|
254098
254098
|
/**
|
|
254099
254099
|
* @api private
|
|
@@ -276210,7 +276210,7 @@ var LRUCache = /** @class */ (function () {
|
|
|
276210
276210
|
}());
|
|
276211
276211
|
exports.LRUCache = LRUCache;
|
|
276212
276212
|
},{}],462:[function(require,module,exports){
|
|
276213
|
-
// AWS SDK for JavaScript v2.
|
|
276213
|
+
// AWS SDK for JavaScript v2.1337.0
|
|
276214
276214
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
276215
276215
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
|
276216
276216
|
require('./browser_loader');
|