cdk-docker-image-deployment 0.0.45 → 0.0.46
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 +4 -4
- 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/package.json +2 -2
- package/node_modules/@types/aws-lambda/trigger/appsync-resolver.d.ts +2 -0
- package/node_modules/aws-sdk/CHANGELOG.md +6 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +722 -652
- package/node_modules/aws-sdk/apis/servicediscovery-2017-03-14.examples.json +2 -2
- package/node_modules/aws-sdk/apis/sesv2-2019-09-27.min.json +123 -80
- package/node_modules/aws-sdk/clients/frauddetector.d.ts +4 -4
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +121 -5
- package/node_modules/aws-sdk/clients/servicediscovery.d.ts +45 -45
- package/node_modules/aws-sdk/clients/sesv2.d.ts +79 -27
- 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 +3 -3
- 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 +5 -5
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
|
1
|
+
// AWS SDK for JavaScript v2.1235.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){
|
|
@@ -244114,7 +244114,7 @@ AWS.util.update(AWS, {
|
|
|
244114
244114
|
/**
|
|
244115
244115
|
* @constant
|
|
244116
244116
|
*/
|
|
244117
|
-
VERSION: '2.
|
|
244117
|
+
VERSION: '2.1235.0',
|
|
244118
244118
|
|
|
244119
244119
|
/**
|
|
244120
244120
|
* @api private
|
|
@@ -266109,7 +266109,7 @@ var LRUCache = /** @class */ (function () {
|
|
|
266109
266109
|
}());
|
|
266110
266110
|
exports.LRUCache = LRUCache;
|
|
266111
266111
|
},{}],461:[function(require,module,exports){
|
|
266112
|
-
// AWS SDK for JavaScript v2.
|
|
266112
|
+
// AWS SDK for JavaScript v2.1235.0
|
|
266113
266113
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
266114
266114
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
|
266115
266115
|
require('./browser_loader');
|