cdk-docker-image-deployment 0.0.169 → 0.0.171
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 +5 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +4 -0
- package/node_modules/aws-sdk/clients/auditmanager.d.ts +9 -9
- package/node_modules/aws-sdk/clients/connect.d.ts +158 -158
- 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 +7 -3
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +7 -7
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +5 -5
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
|
1
|
+
// AWS SDK for JavaScript v2.1319.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){
|
|
@@ -68602,6 +68602,10 @@ module.exports={
|
|
|
68602
68602
|
"shapes": {
|
|
68603
68603
|
"S5": {
|
|
68604
68604
|
"type": "structure",
|
|
68605
|
+
"required": [
|
|
68606
|
+
"Name",
|
|
68607
|
+
"LexRegion"
|
|
68608
|
+
],
|
|
68605
68609
|
"members": {
|
|
68606
68610
|
"Name": {},
|
|
68607
68611
|
"LexRegion": {}
|
|
@@ -252876,7 +252880,7 @@ AWS.util.update(AWS, {
|
|
|
252876
252880
|
/**
|
|
252877
252881
|
* @constant
|
|
252878
252882
|
*/
|
|
252879
|
-
VERSION: '2.
|
|
252883
|
+
VERSION: '2.1319.0',
|
|
252880
252884
|
|
|
252881
252885
|
/**
|
|
252882
252886
|
* @api private
|
|
@@ -274975,7 +274979,7 @@ var LRUCache = /** @class */ (function () {
|
|
|
274975
274979
|
}());
|
|
274976
274980
|
exports.LRUCache = LRUCache;
|
|
274977
274981
|
},{}],462:[function(require,module,exports){
|
|
274978
|
-
// AWS SDK for JavaScript v2.
|
|
274982
|
+
// AWS SDK for JavaScript v2.1319.0
|
|
274979
274983
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
274980
274984
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
|
274981
274985
|
require('./browser_loader');
|