cdk-lambda-subminute 2.0.426 → 2.0.427
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/mediaconvert-2017-08-29.min.json +107 -80
- package/node_modules/aws-sdk/apis/pinpoint-2016-12-01.min.json +3 -1
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +7 -3
- package/node_modules/aws-sdk/clients/codebuild.d.ts +3 -3
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +46 -4
- package/node_modules/aws-sdk/clients/pinpoint.d.ts +10 -2
- package/node_modules/aws-sdk/clients/rds.d.ts +17 -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 +4 -4
- package/node_modules/aws-sdk/dist/aws-sdk.js +10 -6
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +32 -32
- 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.1596.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){
|
@@ -214867,6 +214867,7 @@ module.exports={
|
|
214867
214867
|
"UpgradeStorageConfig": {
|
214868
214868
|
"type": "boolean"
|
214869
214869
|
},
|
214870
|
+
"CACertificateIdentifier": {},
|
214870
214871
|
"SourceRegion": {}
|
214871
214872
|
}
|
214872
214873
|
},
|
@@ -218910,7 +218911,8 @@ module.exports={
|
|
218910
218911
|
},
|
218911
218912
|
"DedicatedLogVolume": {
|
218912
218913
|
"type": "boolean"
|
218913
|
-
}
|
218914
|
+
},
|
218915
|
+
"CACertificateIdentifier": {}
|
218914
218916
|
}
|
218915
218917
|
},
|
218916
218918
|
"output": {
|
@@ -219032,7 +219034,8 @@ module.exports={
|
|
219032
219034
|
"MasterUserSecretKmsKeyId": {},
|
219033
219035
|
"DedicatedLogVolume": {
|
219034
219036
|
"type": "boolean"
|
219035
|
-
}
|
219037
|
+
},
|
219038
|
+
"CACertificateIdentifier": {}
|
219036
219039
|
}
|
219037
219040
|
},
|
219038
219041
|
"output": {
|
@@ -219137,7 +219140,8 @@ module.exports={
|
|
219137
219140
|
},
|
219138
219141
|
"DedicatedLogVolume": {
|
219139
219142
|
"type": "boolean"
|
219140
|
-
}
|
219143
|
+
},
|
219144
|
+
"CACertificateIdentifier": {}
|
219141
219145
|
}
|
219142
219146
|
},
|
219143
219147
|
"output": {
|
@@ -273432,7 +273436,7 @@ AWS.util.update(AWS, {
|
|
273432
273436
|
/**
|
273433
273437
|
* @constant
|
273434
273438
|
*/
|
273435
|
-
VERSION: '2.
|
273439
|
+
VERSION: '2.1596.0',
|
273436
273440
|
|
273437
273441
|
/**
|
273438
273442
|
* @api private
|
@@ -295687,7 +295691,7 @@ var LRUCache = /** @class */ (function () {
|
|
295687
295691
|
}());
|
295688
295692
|
exports.LRUCache = LRUCache;
|
295689
295693
|
},{}],467:[function(require,module,exports){
|
295690
|
-
// AWS SDK for JavaScript v2.
|
295694
|
+
// AWS SDK for JavaScript v2.1596.0
|
295691
295695
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
295692
295696
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
295693
295697
|
require('./browser_loader');
|