cdk-docker-image-deployment 0.0.172 → 0.0.173
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/chime-sdk-voice-2022-08-03.min.json +3 -0
- package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +277 -88
- package/node_modules/aws-sdk/apis/opensearch-2021-01-01.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/rum-2018-05-10.min.json +24 -22
- package/node_modules/aws-sdk/clients/chimesdkvoice.d.ts +1 -0
- package/node_modules/aws-sdk/clients/cloudfront.d.ts +17 -17
- package/node_modules/aws-sdk/clients/opensearch.d.ts +223 -5
- package/node_modules/aws-sdk/clients/rum.d.ts +25 -11
- package/node_modules/aws-sdk/clients/ssm.d.ts +17 -17
- 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 +6 -6
- package/node_modules/aws-sdk/dist/aws-sdk.js +4 -4
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +5 -5
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/maintenance_mode_message.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.1321.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){
|
|
@@ -252883,7 +252883,7 @@ AWS.util.update(AWS, {
|
|
|
252883
252883
|
/**
|
|
252884
252884
|
* @constant
|
|
252885
252885
|
*/
|
|
252886
|
-
VERSION: '2.
|
|
252886
|
+
VERSION: '2.1321.0',
|
|
252887
252887
|
|
|
252888
252888
|
/**
|
|
252889
252889
|
* @api private
|
|
@@ -257533,7 +257533,7 @@ module.exports = JsonParser;
|
|
|
257533
257533
|
},{"../util":423}],371:[function(require,module,exports){
|
|
257534
257534
|
(function (process){(function (){
|
|
257535
257535
|
var warning = [
|
|
257536
|
-
'
|
|
257536
|
+
'We are formalizing our plans to enter AWS SDK for JavaScript (v2) into maintenance mode in 2023.\n',
|
|
257537
257537
|
'Please migrate your code to use AWS SDK for JavaScript (v3).',
|
|
257538
257538
|
'For more information, check the migration guide at https://a.co/7PzMCcy'
|
|
257539
257539
|
].join('\n');
|
|
@@ -274982,7 +274982,7 @@ var LRUCache = /** @class */ (function () {
|
|
|
274982
274982
|
}());
|
|
274983
274983
|
exports.LRUCache = LRUCache;
|
|
274984
274984
|
},{}],462:[function(require,module,exports){
|
|
274985
|
-
// AWS SDK for JavaScript v2.
|
|
274985
|
+
// AWS SDK for JavaScript v2.1321.0
|
|
274986
274986
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
274987
274987
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
|
274988
274988
|
require('./browser_loader');
|