cdk-lambda-subminute 2.0.387 → 2.0.389
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/amplifyuibuilder-2021-08-11.min.json +90 -1
- package/node_modules/aws-sdk/apis/drs-2020-02-26.min.json +70 -55
- package/node_modules/aws-sdk/apis/kafkaconnect-2021-09-14.min.json +185 -48
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +21 -12
- package/node_modules/aws-sdk/clients/amplifyuibuilder.d.ts +65 -6
- package/node_modules/aws-sdk/clients/apigateway.d.ts +4 -4
- package/node_modules/aws-sdk/clients/drs.d.ts +23 -0
- package/node_modules/aws-sdk/clients/kafkaconnect.d.ts +124 -3
- package/node_modules/aws-sdk/clients/rds.d.ts +13 -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 +5 -5
- package/node_modules/aws-sdk/dist/aws-sdk.js +24 -15
- 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 +3 -3
@@ -1,4 +1,4 @@
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
1
|
+
// AWS SDK for JavaScript v2.1567.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){
|
@@ -213812,7 +213812,7 @@ module.exports={
|
|
213812
213812
|
"type": "structure",
|
213813
213813
|
"members": {
|
213814
213814
|
"DBParameterGroup": {
|
213815
|
-
"shape": "
|
213815
|
+
"shape": "S18"
|
213816
213816
|
}
|
213817
213817
|
}
|
213818
213818
|
}
|
@@ -213848,7 +213848,7 @@ module.exports={
|
|
213848
213848
|
"type": "structure",
|
213849
213849
|
"members": {
|
213850
213850
|
"DBSnapshot": {
|
213851
|
-
"shape": "
|
213851
|
+
"shape": "S1b"
|
213852
213852
|
}
|
213853
213853
|
}
|
213854
213854
|
}
|
@@ -214416,7 +214416,7 @@ module.exports={
|
|
214416
214416
|
"type": "structure",
|
214417
214417
|
"members": {
|
214418
214418
|
"DBParameterGroup": {
|
214419
|
-
"shape": "
|
214419
|
+
"shape": "S18"
|
214420
214420
|
}
|
214421
214421
|
}
|
214422
214422
|
}
|
@@ -214573,7 +214573,7 @@ module.exports={
|
|
214573
214573
|
"type": "structure",
|
214574
214574
|
"members": {
|
214575
214575
|
"DBSnapshot": {
|
214576
|
-
"shape": "
|
214576
|
+
"shape": "S1b"
|
214577
214577
|
}
|
214578
214578
|
}
|
214579
214579
|
}
|
@@ -215027,7 +215027,7 @@ module.exports={
|
|
215027
215027
|
"type": "structure",
|
215028
215028
|
"members": {
|
215029
215029
|
"DBSnapshot": {
|
215030
|
-
"shape": "
|
215030
|
+
"shape": "S1b"
|
215031
215031
|
}
|
215032
215032
|
}
|
215033
215033
|
}
|
@@ -215659,7 +215659,7 @@ module.exports={
|
|
215659
215659
|
"DBParameterGroups": {
|
215660
215660
|
"type": "list",
|
215661
215661
|
"member": {
|
215662
|
-
"shape": "
|
215662
|
+
"shape": "S18",
|
215663
215663
|
"locationName": "DBParameterGroup"
|
215664
215664
|
}
|
215665
215665
|
}
|
@@ -216008,7 +216008,7 @@ module.exports={
|
|
216008
216008
|
"DBSnapshots": {
|
216009
216009
|
"type": "list",
|
216010
216010
|
"member": {
|
216011
|
-
"shape": "
|
216011
|
+
"shape": "S1b",
|
216012
216012
|
"locationName": "DBSnapshot"
|
216013
216013
|
}
|
216014
216014
|
}
|
@@ -217601,7 +217601,7 @@ module.exports={
|
|
217601
217601
|
"type": "structure",
|
217602
217602
|
"members": {
|
217603
217603
|
"DBSnapshot": {
|
217604
|
-
"shape": "
|
217604
|
+
"shape": "S1b"
|
217605
217605
|
}
|
217606
217606
|
}
|
217607
217607
|
}
|
@@ -219164,7 +219164,10 @@ module.exports={
|
|
219164
219164
|
},
|
219165
219165
|
"DBSystemId": {},
|
219166
219166
|
"StorageType": {},
|
219167
|
-
"DbClusterResourceId": {}
|
219167
|
+
"DbClusterResourceId": {},
|
219168
|
+
"StorageThroughput": {
|
219169
|
+
"type": "integer"
|
219170
|
+
}
|
219168
219171
|
},
|
219169
219172
|
"wrapper": true
|
219170
219173
|
},
|
@@ -219174,7 +219177,7 @@ module.exports={
|
|
219174
219177
|
"locationName": "AvailabilityZone"
|
219175
219178
|
}
|
219176
219179
|
},
|
219177
|
-
"
|
219180
|
+
"S18": {
|
219178
219181
|
"type": "structure",
|
219179
219182
|
"members": {
|
219180
219183
|
"DBParameterGroupName": {},
|
@@ -219184,7 +219187,7 @@ module.exports={
|
|
219184
219187
|
},
|
219185
219188
|
"wrapper": true
|
219186
219189
|
},
|
219187
|
-
"
|
219190
|
+
"S1b": {
|
219188
219191
|
"type": "structure",
|
219189
219192
|
"members": {
|
219190
219193
|
"DBSnapshotIdentifier": {},
|
@@ -219862,6 +219865,9 @@ module.exports={
|
|
219862
219865
|
"type": "double"
|
219863
219866
|
}
|
219864
219867
|
}
|
219868
|
+
},
|
219869
|
+
"StorageThroughput": {
|
219870
|
+
"type": "integer"
|
219865
219871
|
}
|
219866
219872
|
},
|
219867
219873
|
"wrapper": true
|
@@ -220548,7 +220554,10 @@ module.exports={
|
|
220548
220554
|
"Iops": {
|
220549
220555
|
"type": "integer"
|
220550
220556
|
},
|
220551
|
-
"AwsBackupRecoveryPointArn": {}
|
220557
|
+
"AwsBackupRecoveryPointArn": {},
|
220558
|
+
"StorageThroughput": {
|
220559
|
+
"type": "integer"
|
220560
|
+
}
|
220552
220561
|
},
|
220553
220562
|
"wrapper": true
|
220554
220563
|
},
|
@@ -272903,7 +272912,7 @@ AWS.util.update(AWS, {
|
|
272903
272912
|
/**
|
272904
272913
|
* @constant
|
272905
272914
|
*/
|
272906
|
-
VERSION: '2.
|
272915
|
+
VERSION: '2.1567.0',
|
272907
272916
|
|
272908
272917
|
/**
|
272909
272918
|
* @api private
|
@@ -295152,7 +295161,7 @@ var LRUCache = /** @class */ (function () {
|
|
295152
295161
|
}());
|
295153
295162
|
exports.LRUCache = LRUCache;
|
295154
295163
|
},{}],467:[function(require,module,exports){
|
295155
|
-
// AWS SDK for JavaScript v2.
|
295164
|
+
// AWS SDK for JavaScript v2.1567.0
|
295156
295165
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
295157
295166
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
295158
295167
|
require('./browser_loader');
|