cdk-lambda-subminute 2.0.257 → 2.0.258
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/CHANGELOG.md +8 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appconfig-2019-10-09.min.json +69 -60
- package/node_modules/aws-sdk/apis/datazone-2018-05-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/datazone-2018-05-10.min.json +7186 -0
- package/node_modules/aws-sdk/apis/datazone-2018-05-10.paginators.json +130 -0
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +58 -44
- package/node_modules/aws-sdk/apis/metadata.json +3 -0
- package/node_modules/aws-sdk/apis/mgn-2020-02-26.min.json +250 -83
- package/node_modules/aws-sdk/apis/mgn-2020-02-26.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +1080 -1062
- package/node_modules/aws-sdk/clients/all.d.ts +1 -0
- package/node_modules/aws-sdk/clients/all.js +2 -1
- package/node_modules/aws-sdk/clients/appconfig.d.ts +31 -4
- package/node_modules/aws-sdk/clients/datazone.d.ts +8000 -0
- package/node_modules/aws-sdk/clients/datazone.js +18 -0
- package/node_modules/aws-sdk/clients/mediatailor.d.ts +11 -0
- package/node_modules/aws-sdk/clients/mgn.d.ts +187 -0
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +24 -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 +46 -9
- package/node_modules/aws-sdk/dist/aws-sdk.js +6 -3
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +9 -9
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
- 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.1470.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){
|
@@ -187033,6 +187033,9 @@ module.exports={
|
|
187033
187033
|
"bedrockruntime": {
|
187034
187034
|
"prefix": "bedrock-runtime",
|
187035
187035
|
"name": "BedrockRuntime"
|
187036
|
+
},
|
187037
|
+
"datazone": {
|
187038
|
+
"name": "DataZone"
|
187036
187039
|
}
|
187037
187040
|
}
|
187038
187041
|
},{}],169:[function(require,module,exports){
|
@@ -262091,7 +262094,7 @@ AWS.util.update(AWS, {
|
|
262091
262094
|
/**
|
262092
262095
|
* @constant
|
262093
262096
|
*/
|
262094
|
-
VERSION: '2.
|
262097
|
+
VERSION: '2.1470.0',
|
262095
262098
|
|
262096
262099
|
/**
|
262097
262100
|
* @api private
|
@@ -284272,7 +284275,7 @@ var LRUCache = /** @class */ (function () {
|
|
284272
284275
|
}());
|
284273
284276
|
exports.LRUCache = LRUCache;
|
284274
284277
|
},{}],467:[function(require,module,exports){
|
284275
|
-
// AWS SDK for JavaScript v2.
|
284278
|
+
// AWS SDK for JavaScript v2.1470.0
|
284276
284279
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
284277
284280
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
284278
284281
|
require('./browser_loader');
|