cdk-lambda-subminute 2.0.479 → 2.0.480
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/bedrock-agent-2023-06-05.min.json +87 -86
- package/node_modules/aws-sdk/apis/bedrock-agent-runtime-2023-07-26.min.json +83 -79
- package/node_modules/aws-sdk/apis/qbusiness-2023-11-27.min.json +145 -79
- package/node_modules/aws-sdk/apis/supplychain-2024-01-01.min.json +6 -1
- package/node_modules/aws-sdk/clients/bedrockagent.d.ts +33 -28
- package/node_modules/aws-sdk/clients/bedrockagentruntime.d.ts +18 -0
- package/node_modules/aws-sdk/clients/codebuild.d.ts +3 -3
- package/node_modules/aws-sdk/clients/qbusiness.d.ts +88 -3
- package/node_modules/aws-sdk/clients/supplychain.d.ts +3 -3
- 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 +2 -2
@@ -1,4 +1,4 @@
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
1
|
+
// AWS SDK for JavaScript v2.1682.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){
|
@@ -277736,7 +277736,7 @@ AWS.util.update(AWS, {
|
|
277736
277736
|
/**
|
277737
277737
|
* @constant
|
277738
277738
|
*/
|
277739
|
-
VERSION: '2.
|
277739
|
+
VERSION: '2.1682.0',
|
277740
277740
|
|
277741
277741
|
/**
|
277742
277742
|
* @api private
|
@@ -300057,7 +300057,7 @@ var LRUCache = /** @class */ (function () {
|
|
300057
300057
|
}());
|
300058
300058
|
exports.LRUCache = LRUCache;
|
300059
300059
|
},{}],467:[function(require,module,exports){
|
300060
|
-
// AWS SDK for JavaScript v2.
|
300060
|
+
// AWS SDK for JavaScript v2.1682.0
|
300061
300061
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
300062
300062
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
300063
300063
|
require('./browser_loader');
|