cdk-comprehend-s3olap 2.0.76 → 2.0.77
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-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +4 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +23 -0
- package/node_modules/aws-sdk/clients/rds.d.ts +21 -0
- package/node_modules/aws-sdk/clients/ssoadmin.d.ts +6 -6
- 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 +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk.js +26 -3
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +29 -29
- 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.1201.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){
|
@@ -192589,6 +192589,26 @@ module.exports={
|
|
192589
192589
|
}
|
192590
192590
|
}
|
192591
192591
|
}
|
192592
|
+
},
|
192593
|
+
"SwitchoverReadReplica": {
|
192594
|
+
"input": {
|
192595
|
+
"type": "structure",
|
192596
|
+
"required": [
|
192597
|
+
"DBInstanceIdentifier"
|
192598
|
+
],
|
192599
|
+
"members": {
|
192600
|
+
"DBInstanceIdentifier": {}
|
192601
|
+
}
|
192602
|
+
},
|
192603
|
+
"output": {
|
192604
|
+
"resultWrapper": "SwitchoverReadReplicaResult",
|
192605
|
+
"type": "structure",
|
192606
|
+
"members": {
|
192607
|
+
"DBInstance": {
|
192608
|
+
"shape": "S33"
|
192609
|
+
}
|
192610
|
+
}
|
192611
|
+
}
|
192592
192612
|
}
|
192593
192613
|
},
|
192594
192614
|
"shapes": {
|
@@ -192880,6 +192900,9 @@ module.exports={
|
|
192880
192900
|
"OriginalSnapshotCreateTime": {
|
192881
192901
|
"type": "timestamp"
|
192882
192902
|
},
|
192903
|
+
"SnapshotDatabaseTime": {
|
192904
|
+
"type": "timestamp"
|
192905
|
+
},
|
192883
192906
|
"SnapshotTarget": {}
|
192884
192907
|
},
|
192885
192908
|
"wrapper": true
|
@@ -242003,7 +242026,7 @@ AWS.util.update(AWS, {
|
|
242003
242026
|
/**
|
242004
242027
|
* @constant
|
242005
242028
|
*/
|
242006
|
-
VERSION: '2.
|
242029
|
+
VERSION: '2.1201.0',
|
242007
242030
|
|
242008
242031
|
/**
|
242009
242032
|
* @api private
|
@@ -263948,7 +263971,7 @@ var LRUCache = /** @class */ (function () {
|
|
263948
263971
|
}());
|
263949
263972
|
exports.LRUCache = LRUCache;
|
263950
263973
|
},{}],457:[function(require,module,exports){
|
263951
|
-
// AWS SDK for JavaScript v2.
|
263974
|
+
// AWS SDK for JavaScript v2.1201.0
|
263952
263975
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
263953
263976
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
263954
263977
|
require('./browser_loader');
|