cdk-lambda-subminute 2.0.414 → 2.0.415
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 +66 -45
- package/node_modules/aws-sdk/apis/bedrock-agent-2023-06-05.min.json +392 -385
- package/node_modules/aws-sdk/apis/bedrock-agent-runtime-2023-07-26.min.json +93 -13
- package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +6 -4
- package/node_modules/aws-sdk/clients/batch.d.ts +19 -0
- package/node_modules/aws-sdk/clients/bedrockagent.d.ts +1423 -278
- package/node_modules/aws-sdk/clients/bedrockagentruntime.d.ts +78 -2
- package/node_modules/aws-sdk/clients/elasticache.d.ts +10 -2
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +1 -1
- 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 +7 -7
- package/node_modules/aws-sdk/dist/aws-sdk.js +13 -7
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +60 -60
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/region_config_data.json +4 -0
- 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.1587.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){
|
@@ -133250,24 +133250,26 @@ module.exports={
|
|
133250
133250
|
"DataStorage": {
|
133251
133251
|
"type": "structure",
|
133252
133252
|
"required": [
|
133253
|
-
"Maximum",
|
133254
133253
|
"Unit"
|
133255
133254
|
],
|
133256
133255
|
"members": {
|
133257
133256
|
"Maximum": {
|
133258
133257
|
"type": "integer"
|
133259
133258
|
},
|
133259
|
+
"Minimum": {
|
133260
|
+
"type": "integer"
|
133261
|
+
},
|
133260
133262
|
"Unit": {}
|
133261
133263
|
}
|
133262
133264
|
},
|
133263
133265
|
"ECPUPerSecond": {
|
133264
133266
|
"type": "structure",
|
133265
|
-
"required": [
|
133266
|
-
"Maximum"
|
133267
|
-
],
|
133268
133267
|
"members": {
|
133269
133268
|
"Maximum": {
|
133270
133269
|
"type": "integer"
|
133270
|
+
},
|
133271
|
+
"Minimum": {
|
133272
|
+
"type": "integer"
|
133271
133273
|
}
|
133272
133274
|
}
|
133273
133275
|
}
|
@@ -273409,7 +273411,7 @@ AWS.util.update(AWS, {
|
|
273409
273411
|
/**
|
273410
273412
|
* @constant
|
273411
273413
|
*/
|
273412
|
-
VERSION: '2.
|
273414
|
+
VERSION: '2.1587.0',
|
273413
273415
|
|
273414
273416
|
/**
|
273415
273417
|
* @api private
|
@@ -280338,6 +280340,7 @@ module.exports={
|
|
280338
280340
|
"cn-*/*": {
|
280339
280341
|
"endpoint": "{service}.{region}.amazonaws.com.cn"
|
280340
280342
|
},
|
280343
|
+
"eu-isoe-*/*": "euIsoe",
|
280341
280344
|
"us-iso-*/*": "usIso",
|
280342
280345
|
"us-isob-*/*": "usIsob",
|
280343
280346
|
"*/budgets": "globalSSL",
|
@@ -280575,6 +280578,9 @@ module.exports={
|
|
280575
280578
|
"endpoint": "{service}.{region}.amazonaws.com",
|
280576
280579
|
"signatureVersion": "s3"
|
280577
280580
|
},
|
280581
|
+
"euIsoe": {
|
280582
|
+
"endpoint": "{service}.{region}.cloud.adc-e.uk"
|
280583
|
+
},
|
280578
280584
|
"usIso": {
|
280579
280585
|
"endpoint": "{service}.{region}.c2s.ic.gov"
|
280580
280586
|
},
|
@@ -295659,7 +295665,7 @@ var LRUCache = /** @class */ (function () {
|
|
295659
295665
|
}());
|
295660
295666
|
exports.LRUCache = LRUCache;
|
295661
295667
|
},{}],467:[function(require,module,exports){
|
295662
|
-
// AWS SDK for JavaScript v2.
|
295668
|
+
// AWS SDK for JavaScript v2.1587.0
|
295663
295669
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
295664
295670
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
295665
295671
|
require('./browser_loader');
|