cdk-docker-image-deployment 0.0.165 → 0.0.166
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 +8 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.min.json +186 -61
- package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +329 -311
- package/node_modules/aws-sdk/apis/privatenetworks-2021-12-03.min.json +49 -8
- package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +234 -111
- package/node_modules/aws-sdk/clients/efs.d.ts +4 -4
- package/node_modules/aws-sdk/clients/frauddetector.d.ts +179 -0
- package/node_modules/aws-sdk/clients/glue.d.ts +28 -0
- package/node_modules/aws-sdk/clients/privatenetworks.d.ts +59 -3
- package/node_modules/aws-sdk/clients/rds.d.ts +81 -81
- package/node_modules/aws-sdk/clients/wafv2.d.ts +119 -7
- 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 +4 -4
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
|
1
|
+
// AWS SDK for JavaScript v2.1316.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){
|
|
@@ -252840,7 +252840,7 @@ AWS.util.update(AWS, {
|
|
|
252840
252840
|
/**
|
|
252841
252841
|
* @constant
|
|
252842
252842
|
*/
|
|
252843
|
-
VERSION: '2.
|
|
252843
|
+
VERSION: '2.1316.0',
|
|
252844
252844
|
|
|
252845
252845
|
/**
|
|
252846
252846
|
* @api private
|
|
@@ -274939,7 +274939,7 @@ var LRUCache = /** @class */ (function () {
|
|
|
274939
274939
|
}());
|
|
274940
274940
|
exports.LRUCache = LRUCache;
|
|
274941
274941
|
},{}],462:[function(require,module,exports){
|
|
274942
|
-
// AWS SDK for JavaScript v2.
|
|
274942
|
+
// AWS SDK for JavaScript v2.1316.0
|
|
274943
274943
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
274944
274944
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
|
274945
274945
|
require('./browser_loader');
|