cdk-lambda-subminute 2.0.472 → 2.0.474
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/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/batch-2016-08-10.min.json +6 -3
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.min.json +216 -216
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +39 -27
- package/node_modules/aws-sdk/apis/sesv2-2019-09-27.min.json +3 -2
- package/node_modules/aws-sdk/clients/batch.d.ts +14 -2
- package/node_modules/aws-sdk/clients/inspector2.d.ts +3 -1
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +20 -0
- package/node_modules/aws-sdk/clients/sesv2.d.ts +1 -1
- 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 +5 -5
- 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 +3 -3
@@ -1,4 +1,4 @@
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
1
|
+
// AWS SDK for JavaScript v2.1677.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){
|
@@ -277629,7 +277629,7 @@ AWS.util.update(AWS, {
|
|
277629
277629
|
/**
|
277630
277630
|
* @constant
|
277631
277631
|
*/
|
277632
|
-
VERSION: '2.
|
277632
|
+
VERSION: '2.1677.0',
|
277633
277633
|
|
277634
277634
|
/**
|
277635
277635
|
* @api private
|
@@ -299950,7 +299950,7 @@ var LRUCache = /** @class */ (function () {
|
|
299950
299950
|
}());
|
299951
299951
|
exports.LRUCache = LRUCache;
|
299952
299952
|
},{}],467:[function(require,module,exports){
|
299953
|
-
// AWS SDK for JavaScript v2.
|
299953
|
+
// AWS SDK for JavaScript v2.1677.0
|
299954
299954
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
299955
299955
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
299956
299956
|
require('./browser_loader');
|