cdk-comprehend-s3olap 2.0.230 → 2.0.232
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 +4 -4
- 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 +23 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.min.json +40 -9
- package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.examples.json +73 -10
- package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.min.json +61 -52
- package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.min.json +601 -85
- package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/dms-2016-01-01.min.json +60 -16
- package/node_modules/aws-sdk/apis/dms-2016-01-01.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.min.json +291 -192
- package/node_modules/aws-sdk/apis/internetmonitor-2021-06-03.min.json +37 -19
- package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.min.json +337 -23
- package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +12 -0
- package/node_modules/aws-sdk/apis/omics-2022-11-28.min.json +32 -29
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +295 -177
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +571 -556
- package/node_modules/aws-sdk/apis/scheduler-2021-06-30.min.json +15 -12
- package/node_modules/aws-sdk/clients/amplifyuibuilder.d.ts +48 -4
- package/node_modules/aws-sdk/clients/autoscaling.d.ts +13 -2
- package/node_modules/aws-sdk/clients/batch.d.ts +9 -9
- package/node_modules/aws-sdk/clients/cleanrooms.d.ts +516 -9
- package/node_modules/aws-sdk/clients/codestarconnections.d.ts +10 -10
- package/node_modules/aws-sdk/clients/dms.d.ts +65 -1
- package/node_modules/aws-sdk/clients/drs.d.ts +1 -1
- package/node_modules/aws-sdk/clients/inspector2.d.ts +101 -2
- package/node_modules/aws-sdk/clients/internetmonitor.d.ts +49 -26
- package/node_modules/aws-sdk/clients/lookoutequipment.d.ts +522 -15
- package/node_modules/aws-sdk/clients/medialive.d.ts +16 -0
- package/node_modules/aws-sdk/clients/omics.d.ts +13 -0
- package/node_modules/aws-sdk/clients/polly.d.ts +2 -2
- package/node_modules/aws-sdk/clients/rds.d.ts +194 -8
- package/node_modules/aws-sdk/clients/route53.d.ts +9 -9
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +33 -8
- package/node_modules/aws-sdk/clients/scheduler.d.ts +16 -3
- 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 +16 -16
- package/node_modules/aws-sdk/dist/aws-sdk.js +359 -232
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +49 -49
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +5 -5
@@ -1,4 +1,4 @@
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
1
|
+
// AWS SDK for JavaScript v2.1427.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){
|
@@ -9911,7 +9911,7 @@ module.exports={
|
|
9911
9911
|
"shape": "S5d"
|
9912
9912
|
},
|
9913
9913
|
"DesiredConfiguration": {
|
9914
|
-
"shape": "
|
9914
|
+
"shape": "S5o"
|
9915
9915
|
},
|
9916
9916
|
"RollbackDetails": {
|
9917
9917
|
"type": "structure",
|
@@ -10225,7 +10225,7 @@ module.exports={
|
|
10225
10225
|
"PolicyType": {},
|
10226
10226
|
"AdjustmentType": {},
|
10227
10227
|
"MinAdjustmentStep": {
|
10228
|
-
"shape": "
|
10228
|
+
"shape": "S6p"
|
10229
10229
|
},
|
10230
10230
|
"MinAdjustmentMagnitude": {
|
10231
10231
|
"type": "integer"
|
@@ -10237,23 +10237,23 @@ module.exports={
|
|
10237
10237
|
"type": "integer"
|
10238
10238
|
},
|
10239
10239
|
"StepAdjustments": {
|
10240
|
-
"shape": "
|
10240
|
+
"shape": "S6s"
|
10241
10241
|
},
|
10242
10242
|
"MetricAggregationType": {},
|
10243
10243
|
"EstimatedInstanceWarmup": {
|
10244
10244
|
"type": "integer"
|
10245
10245
|
},
|
10246
10246
|
"Alarms": {
|
10247
|
-
"shape": "
|
10247
|
+
"shape": "S6w"
|
10248
10248
|
},
|
10249
10249
|
"TargetTrackingConfiguration": {
|
10250
|
-
"shape": "
|
10250
|
+
"shape": "S6y"
|
10251
10251
|
},
|
10252
10252
|
"Enabled": {
|
10253
10253
|
"type": "boolean"
|
10254
10254
|
},
|
10255
10255
|
"PredictiveScalingConfiguration": {
|
10256
|
-
"shape": "
|
10256
|
+
"shape": "S7j"
|
10257
10257
|
}
|
10258
10258
|
}
|
10259
10259
|
}
|
@@ -10288,7 +10288,7 @@ module.exports={
|
|
10288
10288
|
],
|
10289
10289
|
"members": {
|
10290
10290
|
"Activities": {
|
10291
|
-
"shape": "
|
10291
|
+
"shape": "S86"
|
10292
10292
|
},
|
10293
10293
|
"NextToken": {}
|
10294
10294
|
}
|
@@ -10496,7 +10496,7 @@ module.exports={
|
|
10496
10496
|
"type": "structure",
|
10497
10497
|
"members": {
|
10498
10498
|
"Activities": {
|
10499
|
-
"shape": "
|
10499
|
+
"shape": "S86"
|
10500
10500
|
}
|
10501
10501
|
}
|
10502
10502
|
}
|
@@ -10570,7 +10570,7 @@ module.exports={
|
|
10570
10570
|
"members": {
|
10571
10571
|
"AutoScalingGroupName": {},
|
10572
10572
|
"Metrics": {
|
10573
|
-
"shape": "
|
10573
|
+
"shape": "S91"
|
10574
10574
|
}
|
10575
10575
|
}
|
10576
10576
|
}
|
@@ -10585,7 +10585,7 @@ module.exports={
|
|
10585
10585
|
"members": {
|
10586
10586
|
"AutoScalingGroupName": {},
|
10587
10587
|
"Metrics": {
|
10588
|
-
"shape": "
|
10588
|
+
"shape": "S91"
|
10589
10589
|
},
|
10590
10590
|
"Granularity": {}
|
10591
10591
|
}
|
@@ -10613,7 +10613,7 @@ module.exports={
|
|
10613
10613
|
"type": "structure",
|
10614
10614
|
"members": {
|
10615
10615
|
"Activities": {
|
10616
|
-
"shape": "
|
10616
|
+
"shape": "S86"
|
10617
10617
|
}
|
10618
10618
|
}
|
10619
10619
|
}
|
@@ -10657,7 +10657,7 @@ module.exports={
|
|
10657
10657
|
"type": "structure",
|
10658
10658
|
"members": {
|
10659
10659
|
"Activities": {
|
10660
|
-
"shape": "
|
10660
|
+
"shape": "S86"
|
10661
10661
|
}
|
10662
10662
|
}
|
10663
10663
|
}
|
@@ -10702,13 +10702,13 @@ module.exports={
|
|
10702
10702
|
],
|
10703
10703
|
"members": {
|
10704
10704
|
"Timestamps": {
|
10705
|
-
"shape": "
|
10705
|
+
"shape": "S9d"
|
10706
10706
|
},
|
10707
10707
|
"Values": {
|
10708
|
-
"shape": "
|
10708
|
+
"shape": "S9e"
|
10709
10709
|
},
|
10710
10710
|
"MetricSpecification": {
|
10711
|
-
"shape": "
|
10711
|
+
"shape": "S7l"
|
10712
10712
|
}
|
10713
10713
|
}
|
10714
10714
|
}
|
@@ -10721,10 +10721,10 @@ module.exports={
|
|
10721
10721
|
],
|
10722
10722
|
"members": {
|
10723
10723
|
"Timestamps": {
|
10724
|
-
"shape": "
|
10724
|
+
"shape": "S9d"
|
10725
10725
|
},
|
10726
10726
|
"Values": {
|
10727
|
-
"shape": "
|
10727
|
+
"shape": "S9e"
|
10728
10728
|
}
|
10729
10729
|
}
|
10730
10730
|
},
|
@@ -10790,7 +10790,7 @@ module.exports={
|
|
10790
10790
|
"PolicyType": {},
|
10791
10791
|
"AdjustmentType": {},
|
10792
10792
|
"MinAdjustmentStep": {
|
10793
|
-
"shape": "
|
10793
|
+
"shape": "S6p"
|
10794
10794
|
},
|
10795
10795
|
"MinAdjustmentMagnitude": {
|
10796
10796
|
"type": "integer"
|
@@ -10803,19 +10803,19 @@ module.exports={
|
|
10803
10803
|
},
|
10804
10804
|
"MetricAggregationType": {},
|
10805
10805
|
"StepAdjustments": {
|
10806
|
-
"shape": "
|
10806
|
+
"shape": "S6s"
|
10807
10807
|
},
|
10808
10808
|
"EstimatedInstanceWarmup": {
|
10809
10809
|
"type": "integer"
|
10810
10810
|
},
|
10811
10811
|
"TargetTrackingConfiguration": {
|
10812
|
-
"shape": "
|
10812
|
+
"shape": "S6y"
|
10813
10813
|
},
|
10814
10814
|
"Enabled": {
|
10815
10815
|
"type": "boolean"
|
10816
10816
|
},
|
10817
10817
|
"PredictiveScalingConfiguration": {
|
10818
|
-
"shape": "
|
10818
|
+
"shape": "S7j"
|
10819
10819
|
}
|
10820
10820
|
}
|
10821
10821
|
},
|
@@ -10825,7 +10825,7 @@ module.exports={
|
|
10825
10825
|
"members": {
|
10826
10826
|
"PolicyARN": {},
|
10827
10827
|
"Alarms": {
|
10828
|
-
"shape": "
|
10828
|
+
"shape": "S6w"
|
10829
10829
|
}
|
10830
10830
|
}
|
10831
10831
|
}
|
@@ -10911,7 +10911,7 @@ module.exports={
|
|
10911
10911
|
},
|
10912
10912
|
"ResumeProcesses": {
|
10913
10913
|
"input": {
|
10914
|
-
"shape": "
|
10914
|
+
"shape": "S9q"
|
10915
10915
|
}
|
10916
10916
|
},
|
10917
10917
|
"RollbackInstanceRefresh": {
|
@@ -11000,7 +11000,7 @@ module.exports={
|
|
11000
11000
|
"AutoScalingGroupName": {},
|
11001
11001
|
"Strategy": {},
|
11002
11002
|
"DesiredConfiguration": {
|
11003
|
-
"shape": "
|
11003
|
+
"shape": "S5o"
|
11004
11004
|
},
|
11005
11005
|
"Preferences": {
|
11006
11006
|
"shape": "S5d"
|
@@ -11017,7 +11017,7 @@ module.exports={
|
|
11017
11017
|
},
|
11018
11018
|
"SuspendProcesses": {
|
11019
11019
|
"input": {
|
11020
|
-
"shape": "
|
11020
|
+
"shape": "S9q"
|
11021
11021
|
}
|
11022
11022
|
},
|
11023
11023
|
"TerminateInstanceInAutoScalingGroup": {
|
@@ -11039,7 +11039,7 @@ module.exports={
|
|
11039
11039
|
"type": "structure",
|
11040
11040
|
"members": {
|
11041
11041
|
"Activity": {
|
11042
|
-
"shape": "
|
11042
|
+
"shape": "S87"
|
11043
11043
|
}
|
11044
11044
|
}
|
11045
11045
|
}
|
@@ -11585,10 +11585,19 @@ module.exports={
|
|
11585
11585
|
"type": "boolean"
|
11586
11586
|
},
|
11587
11587
|
"ScaleInProtectedInstances": {},
|
11588
|
-
"StandbyInstances": {}
|
11588
|
+
"StandbyInstances": {},
|
11589
|
+
"AlarmSpecification": {
|
11590
|
+
"type": "structure",
|
11591
|
+
"members": {
|
11592
|
+
"Alarms": {
|
11593
|
+
"type": "list",
|
11594
|
+
"member": {}
|
11595
|
+
}
|
11596
|
+
}
|
11597
|
+
}
|
11589
11598
|
}
|
11590
11599
|
},
|
11591
|
-
"
|
11600
|
+
"S5o": {
|
11592
11601
|
"type": "structure",
|
11593
11602
|
"members": {
|
11594
11603
|
"LaunchTemplate": {
|
@@ -11599,11 +11608,11 @@ module.exports={
|
|
11599
11608
|
}
|
11600
11609
|
}
|
11601
11610
|
},
|
11602
|
-
"
|
11611
|
+
"S6p": {
|
11603
11612
|
"type": "integer",
|
11604
11613
|
"deprecated": true
|
11605
11614
|
},
|
11606
|
-
"
|
11615
|
+
"S6s": {
|
11607
11616
|
"type": "list",
|
11608
11617
|
"member": {
|
11609
11618
|
"type": "structure",
|
@@ -11623,7 +11632,7 @@ module.exports={
|
|
11623
11632
|
}
|
11624
11633
|
}
|
11625
11634
|
},
|
11626
|
-
"
|
11635
|
+
"S6w": {
|
11627
11636
|
"type": "list",
|
11628
11637
|
"member": {
|
11629
11638
|
"type": "structure",
|
@@ -11633,7 +11642,7 @@ module.exports={
|
|
11633
11642
|
}
|
11634
11643
|
}
|
11635
11644
|
},
|
11636
|
-
"
|
11645
|
+
"S6y": {
|
11637
11646
|
"type": "structure",
|
11638
11647
|
"required": [
|
11639
11648
|
"TargetValue"
|
@@ -11655,7 +11664,7 @@ module.exports={
|
|
11655
11664
|
"MetricName": {},
|
11656
11665
|
"Namespace": {},
|
11657
11666
|
"Dimensions": {
|
11658
|
-
"shape": "
|
11667
|
+
"shape": "S74"
|
11659
11668
|
},
|
11660
11669
|
"Statistic": {},
|
11661
11670
|
"Unit": {},
|
@@ -11677,7 +11686,7 @@ module.exports={
|
|
11677
11686
|
],
|
11678
11687
|
"members": {
|
11679
11688
|
"Metric": {
|
11680
|
-
"shape": "
|
11689
|
+
"shape": "S7d"
|
11681
11690
|
},
|
11682
11691
|
"Stat": {},
|
11683
11692
|
"Unit": {}
|
@@ -11700,7 +11709,7 @@ module.exports={
|
|
11700
11709
|
}
|
11701
11710
|
}
|
11702
11711
|
},
|
11703
|
-
"
|
11712
|
+
"S74": {
|
11704
11713
|
"type": "list",
|
11705
11714
|
"member": {
|
11706
11715
|
"type": "structure",
|
@@ -11714,7 +11723,7 @@ module.exports={
|
|
11714
11723
|
}
|
11715
11724
|
}
|
11716
11725
|
},
|
11717
|
-
"
|
11726
|
+
"S7d": {
|
11718
11727
|
"type": "structure",
|
11719
11728
|
"required": [
|
11720
11729
|
"Namespace",
|
@@ -11724,11 +11733,11 @@ module.exports={
|
|
11724
11733
|
"Namespace": {},
|
11725
11734
|
"MetricName": {},
|
11726
11735
|
"Dimensions": {
|
11727
|
-
"shape": "
|
11736
|
+
"shape": "S74"
|
11728
11737
|
}
|
11729
11738
|
}
|
11730
11739
|
},
|
11731
|
-
"
|
11740
|
+
"S7j": {
|
11732
11741
|
"type": "structure",
|
11733
11742
|
"required": [
|
11734
11743
|
"MetricSpecifications"
|
@@ -11737,7 +11746,7 @@ module.exports={
|
|
11737
11746
|
"MetricSpecifications": {
|
11738
11747
|
"type": "list",
|
11739
11748
|
"member": {
|
11740
|
-
"shape": "
|
11749
|
+
"shape": "S7l"
|
11741
11750
|
}
|
11742
11751
|
},
|
11743
11752
|
"Mode": {},
|
@@ -11750,7 +11759,7 @@ module.exports={
|
|
11750
11759
|
}
|
11751
11760
|
}
|
11752
11761
|
},
|
11753
|
-
"
|
11762
|
+
"S7l": {
|
11754
11763
|
"type": "structure",
|
11755
11764
|
"required": [
|
11756
11765
|
"TargetValue"
|
@@ -11796,7 +11805,7 @@ module.exports={
|
|
11796
11805
|
],
|
11797
11806
|
"members": {
|
11798
11807
|
"MetricDataQueries": {
|
11799
|
-
"shape": "
|
11808
|
+
"shape": "S7t"
|
11800
11809
|
}
|
11801
11810
|
}
|
11802
11811
|
},
|
@@ -11807,7 +11816,7 @@ module.exports={
|
|
11807
11816
|
],
|
11808
11817
|
"members": {
|
11809
11818
|
"MetricDataQueries": {
|
11810
|
-
"shape": "
|
11819
|
+
"shape": "S7t"
|
11811
11820
|
}
|
11812
11821
|
}
|
11813
11822
|
},
|
@@ -11818,13 +11827,13 @@ module.exports={
|
|
11818
11827
|
],
|
11819
11828
|
"members": {
|
11820
11829
|
"MetricDataQueries": {
|
11821
|
-
"shape": "
|
11830
|
+
"shape": "S7t"
|
11822
11831
|
}
|
11823
11832
|
}
|
11824
11833
|
}
|
11825
11834
|
}
|
11826
11835
|
},
|
11827
|
-
"
|
11836
|
+
"S7t": {
|
11828
11837
|
"type": "list",
|
11829
11838
|
"member": {
|
11830
11839
|
"type": "structure",
|
@@ -11842,7 +11851,7 @@ module.exports={
|
|
11842
11851
|
],
|
11843
11852
|
"members": {
|
11844
11853
|
"Metric": {
|
11845
|
-
"shape": "
|
11854
|
+
"shape": "S7d"
|
11846
11855
|
},
|
11847
11856
|
"Stat": {},
|
11848
11857
|
"Unit": {}
|
@@ -11855,13 +11864,13 @@ module.exports={
|
|
11855
11864
|
}
|
11856
11865
|
}
|
11857
11866
|
},
|
11858
|
-
"
|
11867
|
+
"S86": {
|
11859
11868
|
"type": "list",
|
11860
11869
|
"member": {
|
11861
|
-
"shape": "
|
11870
|
+
"shape": "S87"
|
11862
11871
|
}
|
11863
11872
|
},
|
11864
|
-
"
|
11873
|
+
"S87": {
|
11865
11874
|
"type": "structure",
|
11866
11875
|
"required": [
|
11867
11876
|
"ActivityId",
|
@@ -11891,23 +11900,23 @@ module.exports={
|
|
11891
11900
|
"AutoScalingGroupARN": {}
|
11892
11901
|
}
|
11893
11902
|
},
|
11894
|
-
"
|
11903
|
+
"S91": {
|
11895
11904
|
"type": "list",
|
11896
11905
|
"member": {}
|
11897
11906
|
},
|
11898
|
-
"
|
11907
|
+
"S9d": {
|
11899
11908
|
"type": "list",
|
11900
11909
|
"member": {
|
11901
11910
|
"type": "timestamp"
|
11902
11911
|
}
|
11903
11912
|
},
|
11904
|
-
"
|
11913
|
+
"S9e": {
|
11905
11914
|
"type": "list",
|
11906
11915
|
"member": {
|
11907
11916
|
"type": "double"
|
11908
11917
|
}
|
11909
11918
|
},
|
11910
|
-
"
|
11919
|
+
"S9q": {
|
11911
11920
|
"type": "structure",
|
11912
11921
|
"required": [
|
11913
11922
|
"AutoScalingGroupName"
|
@@ -204232,6 +204241,9 @@ module.exports={
|
|
204232
204241
|
"type": "boolean"
|
204233
204242
|
},
|
204234
204243
|
"MasterUserSecretKmsKeyId": {},
|
204244
|
+
"EnableLocalWriteForwarding": {
|
204245
|
+
"type": "boolean"
|
204246
|
+
},
|
204235
204247
|
"SourceRegion": {}
|
204236
204248
|
}
|
204237
204249
|
},
|
@@ -204269,7 +204281,7 @@ module.exports={
|
|
204269
204281
|
}
|
204270
204282
|
},
|
204271
204283
|
"output": {
|
204272
|
-
"shape": "
|
204284
|
+
"shape": "S3i",
|
204273
204285
|
"resultWrapper": "CreateDBClusterEndpointResult"
|
204274
204286
|
}
|
204275
204287
|
},
|
@@ -204344,7 +204356,7 @@ module.exports={
|
|
204344
204356
|
"MasterUsername": {},
|
204345
204357
|
"MasterUserPassword": {},
|
204346
204358
|
"DBSecurityGroups": {
|
204347
|
-
"shape": "
|
204359
|
+
"shape": "S3o"
|
204348
204360
|
},
|
204349
204361
|
"VpcSecurityGroupIds": {
|
204350
204362
|
"shape": "S2s"
|
@@ -204451,7 +204463,7 @@ module.exports={
|
|
204451
204463
|
"type": "structure",
|
204452
204464
|
"members": {
|
204453
204465
|
"DBInstance": {
|
204454
|
-
"shape": "
|
204466
|
+
"shape": "S3q"
|
204455
204467
|
}
|
204456
204468
|
}
|
204457
204469
|
}
|
@@ -204555,7 +204567,7 @@ module.exports={
|
|
204555
204567
|
"type": "structure",
|
204556
204568
|
"members": {
|
204557
204569
|
"DBInstance": {
|
204558
|
-
"shape": "
|
204570
|
+
"shape": "S3q"
|
204559
204571
|
}
|
204560
204572
|
}
|
204561
204573
|
}
|
@@ -204601,7 +204613,7 @@ module.exports={
|
|
204601
204613
|
"DBProxyName": {},
|
204602
204614
|
"EngineFamily": {},
|
204603
204615
|
"Auth": {
|
204604
|
-
"shape": "
|
204616
|
+
"shape": "S4k"
|
204605
204617
|
},
|
204606
204618
|
"RoleArn": {},
|
204607
204619
|
"VpcSubnetIds": {
|
@@ -204629,7 +204641,7 @@ module.exports={
|
|
204629
204641
|
"type": "structure",
|
204630
204642
|
"members": {
|
204631
204643
|
"DBProxy": {
|
204632
|
-
"shape": "
|
204644
|
+
"shape": "S4q"
|
204633
204645
|
}
|
204634
204646
|
}
|
204635
204647
|
}
|
@@ -204662,7 +204674,7 @@ module.exports={
|
|
204662
204674
|
"type": "structure",
|
204663
204675
|
"members": {
|
204664
204676
|
"DBProxyEndpoint": {
|
204665
|
-
"shape": "
|
204677
|
+
"shape": "S4z"
|
204666
204678
|
}
|
204667
204679
|
}
|
204668
204680
|
}
|
@@ -204729,7 +204741,7 @@ module.exports={
|
|
204729
204741
|
"DBSubnetGroupName": {},
|
204730
204742
|
"DBSubnetGroupDescription": {},
|
204731
204743
|
"SubnetIds": {
|
204732
|
-
"shape": "
|
204744
|
+
"shape": "S56"
|
204733
204745
|
},
|
204734
204746
|
"Tags": {
|
204735
204747
|
"shape": "Sb"
|
@@ -204741,7 +204753,7 @@ module.exports={
|
|
204741
204753
|
"type": "structure",
|
204742
204754
|
"members": {
|
204743
204755
|
"DBSubnetGroup": {
|
204744
|
-
"shape": "
|
204756
|
+
"shape": "S3u"
|
204745
204757
|
}
|
204746
204758
|
}
|
204747
204759
|
}
|
@@ -204803,7 +204815,7 @@ module.exports={
|
|
204803
204815
|
"type": "structure",
|
204804
204816
|
"members": {
|
204805
204817
|
"GlobalCluster": {
|
204806
|
-
"shape": "
|
204818
|
+
"shape": "S5c"
|
204807
204819
|
}
|
204808
204820
|
}
|
204809
204821
|
}
|
@@ -204888,7 +204900,10 @@ module.exports={
|
|
204888
204900
|
"SkipFinalSnapshot": {
|
204889
204901
|
"type": "boolean"
|
204890
204902
|
},
|
204891
|
-
"FinalDBSnapshotIdentifier": {}
|
204903
|
+
"FinalDBSnapshotIdentifier": {},
|
204904
|
+
"DeleteAutomatedBackups": {
|
204905
|
+
"type": "boolean"
|
204906
|
+
}
|
204892
204907
|
}
|
204893
204908
|
},
|
204894
204909
|
"output": {
|
@@ -204901,6 +204916,26 @@ module.exports={
|
|
204901
204916
|
}
|
204902
204917
|
}
|
204903
204918
|
},
|
204919
|
+
"DeleteDBClusterAutomatedBackup": {
|
204920
|
+
"input": {
|
204921
|
+
"type": "structure",
|
204922
|
+
"required": [
|
204923
|
+
"DbClusterResourceId"
|
204924
|
+
],
|
204925
|
+
"members": {
|
204926
|
+
"DbClusterResourceId": {}
|
204927
|
+
}
|
204928
|
+
},
|
204929
|
+
"output": {
|
204930
|
+
"resultWrapper": "DeleteDBClusterAutomatedBackupResult",
|
204931
|
+
"type": "structure",
|
204932
|
+
"members": {
|
204933
|
+
"DBClusterAutomatedBackup": {
|
204934
|
+
"shape": "S5r"
|
204935
|
+
}
|
204936
|
+
}
|
204937
|
+
}
|
204938
|
+
},
|
204904
204939
|
"DeleteDBClusterEndpoint": {
|
204905
204940
|
"input": {
|
204906
204941
|
"type": "structure",
|
@@ -204912,7 +204947,7 @@ module.exports={
|
|
204912
204947
|
}
|
204913
204948
|
},
|
204914
204949
|
"output": {
|
204915
|
-
"shape": "
|
204950
|
+
"shape": "S3i",
|
204916
204951
|
"resultWrapper": "DeleteDBClusterEndpointResult"
|
204917
204952
|
}
|
204918
204953
|
},
|
@@ -204969,7 +205004,7 @@ module.exports={
|
|
204969
205004
|
"type": "structure",
|
204970
205005
|
"members": {
|
204971
205006
|
"DBInstance": {
|
204972
|
-
"shape": "
|
205007
|
+
"shape": "S3q"
|
204973
205008
|
}
|
204974
205009
|
}
|
204975
205010
|
}
|
@@ -204987,7 +205022,7 @@ module.exports={
|
|
204987
205022
|
"type": "structure",
|
204988
205023
|
"members": {
|
204989
205024
|
"DBInstanceAutomatedBackup": {
|
204990
|
-
"shape": "
|
205025
|
+
"shape": "S61"
|
204991
205026
|
}
|
204992
205027
|
}
|
204993
205028
|
}
|
@@ -205018,7 +205053,7 @@ module.exports={
|
|
205018
205053
|
"type": "structure",
|
205019
205054
|
"members": {
|
205020
205055
|
"DBProxy": {
|
205021
|
-
"shape": "
|
205056
|
+
"shape": "S4q"
|
205022
205057
|
}
|
205023
205058
|
}
|
205024
205059
|
}
|
@@ -205038,7 +205073,7 @@ module.exports={
|
|
205038
205073
|
"type": "structure",
|
205039
205074
|
"members": {
|
205040
205075
|
"DBProxyEndpoint": {
|
205041
|
-
"shape": "
|
205076
|
+
"shape": "S4z"
|
205042
205077
|
}
|
205043
205078
|
}
|
205044
205079
|
}
|
@@ -205120,7 +205155,7 @@ module.exports={
|
|
205120
205155
|
"type": "structure",
|
205121
205156
|
"members": {
|
205122
205157
|
"GlobalCluster": {
|
205123
|
-
"shape": "
|
205158
|
+
"shape": "S5c"
|
205124
205159
|
}
|
205125
205160
|
}
|
205126
205161
|
}
|
@@ -205194,7 +205229,7 @@ module.exports={
|
|
205194
205229
|
"members": {
|
205195
205230
|
"BlueGreenDeploymentIdentifier": {},
|
205196
205231
|
"Filters": {
|
205197
|
-
"shape": "
|
205232
|
+
"shape": "S6o"
|
205198
205233
|
},
|
205199
205234
|
"Marker": {},
|
205200
205235
|
"MaxRecords": {
|
@@ -205222,7 +205257,7 @@ module.exports={
|
|
205222
205257
|
"members": {
|
205223
205258
|
"CertificateIdentifier": {},
|
205224
205259
|
"Filters": {
|
205225
|
-
"shape": "
|
205260
|
+
"shape": "S6o"
|
205226
205261
|
},
|
205227
205262
|
"MaxRecords": {
|
205228
205263
|
"type": "integer"
|
@@ -205237,7 +205272,7 @@ module.exports={
|
|
205237
205272
|
"Certificates": {
|
205238
205273
|
"type": "list",
|
205239
205274
|
"member": {
|
205240
|
-
"shape": "
|
205275
|
+
"shape": "S6x",
|
205241
205276
|
"locationName": "Certificate"
|
205242
205277
|
}
|
205243
205278
|
},
|
@@ -205245,6 +205280,36 @@ module.exports={
|
|
205245
205280
|
}
|
205246
205281
|
}
|
205247
205282
|
},
|
205283
|
+
"DescribeDBClusterAutomatedBackups": {
|
205284
|
+
"input": {
|
205285
|
+
"type": "structure",
|
205286
|
+
"members": {
|
205287
|
+
"DbClusterResourceId": {},
|
205288
|
+
"DBClusterIdentifier": {},
|
205289
|
+
"Filters": {
|
205290
|
+
"shape": "S6o"
|
205291
|
+
},
|
205292
|
+
"MaxRecords": {
|
205293
|
+
"type": "integer"
|
205294
|
+
},
|
205295
|
+
"Marker": {}
|
205296
|
+
}
|
205297
|
+
},
|
205298
|
+
"output": {
|
205299
|
+
"resultWrapper": "DescribeDBClusterAutomatedBackupsResult",
|
205300
|
+
"type": "structure",
|
205301
|
+
"members": {
|
205302
|
+
"Marker": {},
|
205303
|
+
"DBClusterAutomatedBackups": {
|
205304
|
+
"type": "list",
|
205305
|
+
"member": {
|
205306
|
+
"shape": "S5r",
|
205307
|
+
"locationName": "DBClusterAutomatedBackup"
|
205308
|
+
}
|
205309
|
+
}
|
205310
|
+
}
|
205311
|
+
}
|
205312
|
+
},
|
205248
205313
|
"DescribeDBClusterBacktracks": {
|
205249
205314
|
"input": {
|
205250
205315
|
"type": "structure",
|
@@ -205255,7 +205320,7 @@ module.exports={
|
|
205255
205320
|
"DBClusterIdentifier": {},
|
205256
205321
|
"BacktrackIdentifier": {},
|
205257
205322
|
"Filters": {
|
205258
|
-
"shape": "
|
205323
|
+
"shape": "S6o"
|
205259
205324
|
},
|
205260
205325
|
"MaxRecords": {
|
205261
205326
|
"type": "integer"
|
@@ -205285,7 +205350,7 @@ module.exports={
|
|
205285
205350
|
"DBClusterIdentifier": {},
|
205286
205351
|
"DBClusterEndpointIdentifier": {},
|
205287
205352
|
"Filters": {
|
205288
|
-
"shape": "
|
205353
|
+
"shape": "S6o"
|
205289
205354
|
},
|
205290
205355
|
"MaxRecords": {
|
205291
205356
|
"type": "integer"
|
@@ -205301,7 +205366,7 @@ module.exports={
|
|
205301
205366
|
"DBClusterEndpoints": {
|
205302
205367
|
"type": "list",
|
205303
205368
|
"member": {
|
205304
|
-
"shape": "
|
205369
|
+
"shape": "S3i",
|
205305
205370
|
"locationName": "DBClusterEndpointList"
|
205306
205371
|
}
|
205307
205372
|
}
|
@@ -205314,7 +205379,7 @@ module.exports={
|
|
205314
205379
|
"members": {
|
205315
205380
|
"DBClusterParameterGroupName": {},
|
205316
205381
|
"Filters": {
|
205317
|
-
"shape": "
|
205382
|
+
"shape": "S6o"
|
205318
205383
|
},
|
205319
205384
|
"MaxRecords": {
|
205320
205385
|
"type": "integer"
|
@@ -205347,7 +205412,7 @@ module.exports={
|
|
205347
205412
|
"DBClusterParameterGroupName": {},
|
205348
205413
|
"Source": {},
|
205349
205414
|
"Filters": {
|
205350
|
-
"shape": "
|
205415
|
+
"shape": "S6o"
|
205351
205416
|
},
|
205352
205417
|
"MaxRecords": {
|
205353
205418
|
"type": "integer"
|
@@ -205360,7 +205425,7 @@ module.exports={
|
|
205360
205425
|
"type": "structure",
|
205361
205426
|
"members": {
|
205362
205427
|
"Parameters": {
|
205363
|
-
"shape": "
|
205428
|
+
"shape": "S7c"
|
205364
205429
|
},
|
205365
205430
|
"Marker": {}
|
205366
205431
|
}
|
@@ -205381,7 +205446,7 @@ module.exports={
|
|
205381
205446
|
"type": "structure",
|
205382
205447
|
"members": {
|
205383
205448
|
"DBClusterSnapshotAttributesResult": {
|
205384
|
-
"shape": "
|
205449
|
+
"shape": "S7h"
|
205385
205450
|
}
|
205386
205451
|
}
|
205387
205452
|
}
|
@@ -205394,7 +205459,7 @@ module.exports={
|
|
205394
205459
|
"DBClusterSnapshotIdentifier": {},
|
205395
205460
|
"SnapshotType": {},
|
205396
205461
|
"Filters": {
|
205397
|
-
"shape": "
|
205462
|
+
"shape": "S6o"
|
205398
205463
|
},
|
205399
205464
|
"MaxRecords": {
|
205400
205465
|
"type": "integer"
|
@@ -205405,7 +205470,8 @@ module.exports={
|
|
205405
205470
|
},
|
205406
205471
|
"IncludePublic": {
|
205407
205472
|
"type": "boolean"
|
205408
|
-
}
|
205473
|
+
},
|
205474
|
+
"DbClusterResourceId": {}
|
205409
205475
|
}
|
205410
205476
|
},
|
205411
205477
|
"output": {
|
@@ -205429,7 +205495,7 @@ module.exports={
|
|
205429
205495
|
"members": {
|
205430
205496
|
"DBClusterIdentifier": {},
|
205431
205497
|
"Filters": {
|
205432
|
-
"shape": "
|
205498
|
+
"shape": "S6o"
|
205433
205499
|
},
|
205434
205500
|
"MaxRecords": {
|
205435
205501
|
"type": "integer"
|
@@ -205463,7 +205529,7 @@ module.exports={
|
|
205463
205529
|
"EngineVersion": {},
|
205464
205530
|
"DBParameterGroupFamily": {},
|
205465
205531
|
"Filters": {
|
205466
|
-
"shape": "
|
205532
|
+
"shape": "S6o"
|
205467
205533
|
},
|
205468
205534
|
"MaxRecords": {
|
205469
205535
|
"type": "integer"
|
@@ -205505,7 +205571,7 @@ module.exports={
|
|
205505
205571
|
"DbiResourceId": {},
|
205506
205572
|
"DBInstanceIdentifier": {},
|
205507
205573
|
"Filters": {
|
205508
|
-
"shape": "
|
205574
|
+
"shape": "S6o"
|
205509
205575
|
},
|
205510
205576
|
"MaxRecords": {
|
205511
205577
|
"type": "integer"
|
@@ -205522,7 +205588,7 @@ module.exports={
|
|
205522
205588
|
"DBInstanceAutomatedBackups": {
|
205523
205589
|
"type": "list",
|
205524
205590
|
"member": {
|
205525
|
-
"shape": "
|
205591
|
+
"shape": "S61",
|
205526
205592
|
"locationName": "DBInstanceAutomatedBackup"
|
205527
205593
|
}
|
205528
205594
|
}
|
@@ -205535,7 +205601,7 @@ module.exports={
|
|
205535
205601
|
"members": {
|
205536
205602
|
"DBInstanceIdentifier": {},
|
205537
205603
|
"Filters": {
|
205538
|
-
"shape": "
|
205604
|
+
"shape": "S6o"
|
205539
205605
|
},
|
205540
205606
|
"MaxRecords": {
|
205541
205607
|
"type": "integer"
|
@@ -205551,7 +205617,7 @@ module.exports={
|
|
205551
205617
|
"DBInstances": {
|
205552
205618
|
"type": "list",
|
205553
205619
|
"member": {
|
205554
|
-
"shape": "
|
205620
|
+
"shape": "S3q",
|
205555
205621
|
"locationName": "DBInstance"
|
205556
205622
|
}
|
205557
205623
|
}
|
@@ -205574,7 +205640,7 @@ module.exports={
|
|
205574
205640
|
"type": "long"
|
205575
205641
|
},
|
205576
205642
|
"Filters": {
|
205577
|
-
"shape": "
|
205643
|
+
"shape": "S6o"
|
205578
205644
|
},
|
205579
205645
|
"MaxRecords": {
|
205580
205646
|
"type": "integer"
|
@@ -205612,7 +205678,7 @@ module.exports={
|
|
205612
205678
|
"members": {
|
205613
205679
|
"DBParameterGroupName": {},
|
205614
205680
|
"Filters": {
|
205615
|
-
"shape": "
|
205681
|
+
"shape": "S6o"
|
205616
205682
|
},
|
205617
205683
|
"MaxRecords": {
|
205618
205684
|
"type": "integer"
|
@@ -205645,7 +205711,7 @@ module.exports={
|
|
205645
205711
|
"DBParameterGroupName": {},
|
205646
205712
|
"Source": {},
|
205647
205713
|
"Filters": {
|
205648
|
-
"shape": "
|
205714
|
+
"shape": "S6o"
|
205649
205715
|
},
|
205650
205716
|
"MaxRecords": {
|
205651
205717
|
"type": "integer"
|
@@ -205658,7 +205724,7 @@ module.exports={
|
|
205658
205724
|
"type": "structure",
|
205659
205725
|
"members": {
|
205660
205726
|
"Parameters": {
|
205661
|
-
"shape": "
|
205727
|
+
"shape": "S7c"
|
205662
205728
|
},
|
205663
205729
|
"Marker": {}
|
205664
205730
|
}
|
@@ -205670,7 +205736,7 @@ module.exports={
|
|
205670
205736
|
"members": {
|
205671
205737
|
"DBProxyName": {},
|
205672
205738
|
"Filters": {
|
205673
|
-
"shape": "
|
205739
|
+
"shape": "S6o"
|
205674
205740
|
},
|
205675
205741
|
"Marker": {},
|
205676
205742
|
"MaxRecords": {
|
@@ -205685,7 +205751,7 @@ module.exports={
|
|
205685
205751
|
"DBProxies": {
|
205686
205752
|
"type": "list",
|
205687
205753
|
"member": {
|
205688
|
-
"shape": "
|
205754
|
+
"shape": "S4q"
|
205689
205755
|
}
|
205690
205756
|
},
|
205691
205757
|
"Marker": {}
|
@@ -205699,7 +205765,7 @@ module.exports={
|
|
205699
205765
|
"DBProxyName": {},
|
205700
205766
|
"DBProxyEndpointName": {},
|
205701
205767
|
"Filters": {
|
205702
|
-
"shape": "
|
205768
|
+
"shape": "S6o"
|
205703
205769
|
},
|
205704
205770
|
"Marker": {},
|
205705
205771
|
"MaxRecords": {
|
@@ -205714,7 +205780,7 @@ module.exports={
|
|
205714
205780
|
"DBProxyEndpoints": {
|
205715
205781
|
"type": "list",
|
205716
205782
|
"member": {
|
205717
|
-
"shape": "
|
205783
|
+
"shape": "S4z"
|
205718
205784
|
}
|
205719
205785
|
},
|
205720
205786
|
"Marker": {}
|
@@ -205731,7 +205797,7 @@ module.exports={
|
|
205731
205797
|
"DBProxyName": {},
|
205732
205798
|
"TargetGroupName": {},
|
205733
205799
|
"Filters": {
|
205734
|
-
"shape": "
|
205800
|
+
"shape": "S6o"
|
205735
205801
|
},
|
205736
205802
|
"Marker": {},
|
205737
205803
|
"MaxRecords": {
|
@@ -205746,7 +205812,7 @@ module.exports={
|
|
205746
205812
|
"TargetGroups": {
|
205747
205813
|
"type": "list",
|
205748
205814
|
"member": {
|
205749
|
-
"shape": "
|
205815
|
+
"shape": "S8i"
|
205750
205816
|
}
|
205751
205817
|
},
|
205752
205818
|
"Marker": {}
|
@@ -205763,7 +205829,7 @@ module.exports={
|
|
205763
205829
|
"DBProxyName": {},
|
205764
205830
|
"TargetGroupName": {},
|
205765
205831
|
"Filters": {
|
205766
|
-
"shape": "
|
205832
|
+
"shape": "S6o"
|
205767
205833
|
},
|
205768
205834
|
"Marker": {},
|
205769
205835
|
"MaxRecords": {
|
@@ -205776,7 +205842,7 @@ module.exports={
|
|
205776
205842
|
"type": "structure",
|
205777
205843
|
"members": {
|
205778
205844
|
"Targets": {
|
205779
|
-
"shape": "
|
205845
|
+
"shape": "S8m"
|
205780
205846
|
},
|
205781
205847
|
"Marker": {}
|
205782
205848
|
}
|
@@ -205788,7 +205854,7 @@ module.exports={
|
|
205788
205854
|
"members": {
|
205789
205855
|
"DBSecurityGroupName": {},
|
205790
205856
|
"Filters": {
|
205791
|
-
"shape": "
|
205857
|
+
"shape": "S6o"
|
205792
205858
|
},
|
205793
205859
|
"MaxRecords": {
|
205794
205860
|
"type": "integer"
|
@@ -205826,7 +205892,7 @@ module.exports={
|
|
205826
205892
|
"type": "structure",
|
205827
205893
|
"members": {
|
205828
205894
|
"DBSnapshotAttributesResult": {
|
205829
|
-
"shape": "
|
205895
|
+
"shape": "S8y"
|
205830
205896
|
}
|
205831
205897
|
}
|
205832
205898
|
}
|
@@ -205839,7 +205905,7 @@ module.exports={
|
|
205839
205905
|
"DBSnapshotIdentifier": {},
|
205840
205906
|
"SnapshotType": {},
|
205841
205907
|
"Filters": {
|
205842
|
-
"shape": "
|
205908
|
+
"shape": "S6o"
|
205843
205909
|
},
|
205844
205910
|
"MaxRecords": {
|
205845
205911
|
"type": "integer"
|
@@ -205875,7 +205941,7 @@ module.exports={
|
|
205875
205941
|
"members": {
|
205876
205942
|
"DBSubnetGroupName": {},
|
205877
205943
|
"Filters": {
|
205878
|
-
"shape": "
|
205944
|
+
"shape": "S6o"
|
205879
205945
|
},
|
205880
205946
|
"MaxRecords": {
|
205881
205947
|
"type": "integer"
|
@@ -205891,7 +205957,7 @@ module.exports={
|
|
205891
205957
|
"DBSubnetGroups": {
|
205892
205958
|
"type": "list",
|
205893
205959
|
"member": {
|
205894
|
-
"shape": "
|
205960
|
+
"shape": "S3u",
|
205895
205961
|
"locationName": "DBSubnetGroup"
|
205896
205962
|
}
|
205897
205963
|
}
|
@@ -205907,7 +205973,7 @@ module.exports={
|
|
205907
205973
|
"members": {
|
205908
205974
|
"DBParameterGroupFamily": {},
|
205909
205975
|
"Filters": {
|
205910
|
-
"shape": "
|
205976
|
+
"shape": "S6o"
|
205911
205977
|
},
|
205912
205978
|
"MaxRecords": {
|
205913
205979
|
"type": "integer"
|
@@ -205920,7 +205986,7 @@ module.exports={
|
|
205920
205986
|
"type": "structure",
|
205921
205987
|
"members": {
|
205922
205988
|
"EngineDefaults": {
|
205923
|
-
"shape": "
|
205989
|
+
"shape": "S99"
|
205924
205990
|
}
|
205925
205991
|
}
|
205926
205992
|
}
|
@@ -205934,7 +206000,7 @@ module.exports={
|
|
205934
206000
|
"members": {
|
205935
206001
|
"DBParameterGroupFamily": {},
|
205936
206002
|
"Filters": {
|
205937
|
-
"shape": "
|
206003
|
+
"shape": "S6o"
|
205938
206004
|
},
|
205939
206005
|
"MaxRecords": {
|
205940
206006
|
"type": "integer"
|
@@ -205947,7 +206013,7 @@ module.exports={
|
|
205947
206013
|
"type": "structure",
|
205948
206014
|
"members": {
|
205949
206015
|
"EngineDefaults": {
|
205950
|
-
"shape": "
|
206016
|
+
"shape": "S99"
|
205951
206017
|
}
|
205952
206018
|
}
|
205953
206019
|
}
|
@@ -205958,7 +206024,7 @@ module.exports={
|
|
205958
206024
|
"members": {
|
205959
206025
|
"SourceType": {},
|
205960
206026
|
"Filters": {
|
205961
|
-
"shape": "
|
206027
|
+
"shape": "S6o"
|
205962
206028
|
}
|
205963
206029
|
}
|
205964
206030
|
},
|
@@ -205989,7 +206055,7 @@ module.exports={
|
|
205989
206055
|
"members": {
|
205990
206056
|
"SubscriptionName": {},
|
205991
206057
|
"Filters": {
|
205992
|
-
"shape": "
|
206058
|
+
"shape": "S6o"
|
205993
206059
|
},
|
205994
206060
|
"MaxRecords": {
|
205995
206061
|
"type": "integer"
|
@@ -206031,7 +206097,7 @@ module.exports={
|
|
206031
206097
|
"shape": "S8"
|
206032
206098
|
},
|
206033
206099
|
"Filters": {
|
206034
|
-
"shape": "
|
206100
|
+
"shape": "S6o"
|
206035
206101
|
},
|
206036
206102
|
"MaxRecords": {
|
206037
206103
|
"type": "integer"
|
@@ -206073,7 +206139,7 @@ module.exports={
|
|
206073
206139
|
"ExportTaskIdentifier": {},
|
206074
206140
|
"SourceArn": {},
|
206075
206141
|
"Filters": {
|
206076
|
-
"shape": "
|
206142
|
+
"shape": "S6o"
|
206077
206143
|
},
|
206078
206144
|
"Marker": {},
|
206079
206145
|
"MaxRecords": {
|
@@ -206103,7 +206169,7 @@ module.exports={
|
|
206103
206169
|
"members": {
|
206104
206170
|
"GlobalClusterIdentifier": {},
|
206105
206171
|
"Filters": {
|
206106
|
-
"shape": "
|
206172
|
+
"shape": "S6o"
|
206107
206173
|
},
|
206108
206174
|
"MaxRecords": {
|
206109
206175
|
"type": "integer"
|
@@ -206119,7 +206185,7 @@ module.exports={
|
|
206119
206185
|
"GlobalClusters": {
|
206120
206186
|
"type": "list",
|
206121
206187
|
"member": {
|
206122
|
-
"shape": "
|
206188
|
+
"shape": "S5c",
|
206123
206189
|
"locationName": "GlobalClusterMember"
|
206124
206190
|
}
|
206125
206191
|
}
|
@@ -206136,7 +206202,7 @@ module.exports={
|
|
206136
206202
|
"EngineName": {},
|
206137
206203
|
"MajorEngineVersion": {},
|
206138
206204
|
"Filters": {
|
206139
|
-
"shape": "
|
206205
|
+
"shape": "S6o"
|
206140
206206
|
},
|
206141
206207
|
"MaxRecords": {
|
206142
206208
|
"type": "integer"
|
@@ -206252,7 +206318,7 @@ module.exports={
|
|
206252
206318
|
"members": {
|
206253
206319
|
"OptionGroupName": {},
|
206254
206320
|
"Filters": {
|
206255
|
-
"shape": "
|
206321
|
+
"shape": "S6o"
|
206256
206322
|
},
|
206257
206323
|
"Marker": {},
|
206258
206324
|
"MaxRecords": {
|
@@ -206293,7 +206359,7 @@ module.exports={
|
|
206293
206359
|
"type": "boolean"
|
206294
206360
|
},
|
206295
206361
|
"Filters": {
|
206296
|
-
"shape": "
|
206362
|
+
"shape": "S6o"
|
206297
206363
|
},
|
206298
206364
|
"MaxRecords": {
|
206299
206365
|
"type": "integer"
|
@@ -206319,7 +206385,7 @@ module.exports={
|
|
206319
206385
|
"AvailabilityZones": {
|
206320
206386
|
"type": "list",
|
206321
206387
|
"member": {
|
206322
|
-
"shape": "
|
206388
|
+
"shape": "S3x",
|
206323
206389
|
"locationName": "AvailabilityZone"
|
206324
206390
|
}
|
206325
206391
|
},
|
@@ -206367,7 +206433,7 @@ module.exports={
|
|
206367
206433
|
"type": "double"
|
206368
206434
|
},
|
206369
206435
|
"AvailableProcessorFeatures": {
|
206370
|
-
"shape": "
|
206436
|
+
"shape": "Sae"
|
206371
206437
|
},
|
206372
206438
|
"SupportedEngineModes": {
|
206373
206439
|
"shape": "S2l"
|
@@ -206423,7 +206489,7 @@ module.exports={
|
|
206423
206489
|
"members": {
|
206424
206490
|
"ResourceIdentifier": {},
|
206425
206491
|
"Filters": {
|
206426
|
-
"shape": "
|
206492
|
+
"shape": "S6o"
|
206427
206493
|
},
|
206428
206494
|
"Marker": {},
|
206429
206495
|
"MaxRecords": {
|
@@ -206461,7 +206527,7 @@ module.exports={
|
|
206461
206527
|
},
|
206462
206528
|
"LeaseId": {},
|
206463
206529
|
"Filters": {
|
206464
|
-
"shape": "
|
206530
|
+
"shape": "S6o"
|
206465
206531
|
},
|
206466
206532
|
"MaxRecords": {
|
206467
206533
|
"type": "integer"
|
@@ -206477,7 +206543,7 @@ module.exports={
|
|
206477
206543
|
"ReservedDBInstances": {
|
206478
206544
|
"type": "list",
|
206479
206545
|
"member": {
|
206480
|
-
"shape": "
|
206546
|
+
"shape": "San",
|
206481
206547
|
"locationName": "ReservedDBInstance"
|
206482
206548
|
}
|
206483
206549
|
}
|
@@ -206497,7 +206563,7 @@ module.exports={
|
|
206497
206563
|
"type": "boolean"
|
206498
206564
|
},
|
206499
206565
|
"Filters": {
|
206500
|
-
"shape": "
|
206566
|
+
"shape": "S6o"
|
206501
206567
|
},
|
206502
206568
|
"MaxRecords": {
|
206503
206569
|
"type": "integer"
|
@@ -206534,7 +206600,7 @@ module.exports={
|
|
206534
206600
|
"type": "boolean"
|
206535
206601
|
},
|
206536
206602
|
"RecurringCharges": {
|
206537
|
-
"shape": "
|
206603
|
+
"shape": "Sap"
|
206538
206604
|
}
|
206539
206605
|
},
|
206540
206606
|
"wrapper": true
|
@@ -206553,7 +206619,7 @@ module.exports={
|
|
206553
206619
|
},
|
206554
206620
|
"Marker": {},
|
206555
206621
|
"Filters": {
|
206556
|
-
"shape": "
|
206622
|
+
"shape": "S6o"
|
206557
206623
|
}
|
206558
206624
|
}
|
206559
206625
|
},
|
@@ -206605,28 +206671,28 @@ module.exports={
|
|
206605
206671
|
"members": {
|
206606
206672
|
"StorageType": {},
|
206607
206673
|
"StorageSize": {
|
206608
|
-
"shape": "
|
206674
|
+
"shape": "Sb4"
|
206609
206675
|
},
|
206610
206676
|
"ProvisionedIops": {
|
206611
|
-
"shape": "
|
206677
|
+
"shape": "Sb4"
|
206612
206678
|
},
|
206613
206679
|
"IopsToStorageRatio": {
|
206614
|
-
"shape": "
|
206680
|
+
"shape": "Sb6"
|
206615
206681
|
},
|
206616
206682
|
"SupportsStorageAutoscaling": {
|
206617
206683
|
"type": "boolean"
|
206618
206684
|
},
|
206619
206685
|
"ProvisionedStorageThroughput": {
|
206620
|
-
"shape": "
|
206686
|
+
"shape": "Sb4"
|
206621
206687
|
},
|
206622
206688
|
"StorageThroughputToIopsRatio": {
|
206623
|
-
"shape": "
|
206689
|
+
"shape": "Sb6"
|
206624
206690
|
}
|
206625
206691
|
}
|
206626
206692
|
}
|
206627
206693
|
},
|
206628
206694
|
"ValidProcessorFeatures": {
|
206629
|
-
"shape": "
|
206695
|
+
"shape": "Sae"
|
206630
206696
|
}
|
206631
206697
|
},
|
206632
206698
|
"wrapper": true
|
@@ -206700,7 +206766,7 @@ module.exports={
|
|
206700
206766
|
"type": "structure",
|
206701
206767
|
"members": {
|
206702
206768
|
"GlobalCluster": {
|
206703
|
-
"shape": "
|
206769
|
+
"shape": "S5c"
|
206704
206770
|
}
|
206705
206771
|
}
|
206706
206772
|
}
|
@@ -206714,7 +206780,7 @@ module.exports={
|
|
206714
206780
|
"members": {
|
206715
206781
|
"ResourceName": {},
|
206716
206782
|
"Filters": {
|
206717
|
-
"shape": "
|
206783
|
+
"shape": "S6o"
|
206718
206784
|
}
|
206719
206785
|
}
|
206720
206786
|
},
|
@@ -206766,7 +206832,7 @@ module.exports={
|
|
206766
206832
|
"type": "structure",
|
206767
206833
|
"members": {
|
206768
206834
|
"Certificate": {
|
206769
|
-
"shape": "
|
206835
|
+
"shape": "S6x"
|
206770
206836
|
}
|
206771
206837
|
}
|
206772
206838
|
}
|
@@ -206858,7 +206924,7 @@ module.exports={
|
|
206858
206924
|
"type": "long"
|
206859
206925
|
},
|
206860
206926
|
"CloudwatchLogsExportConfiguration": {
|
206861
|
-
"shape": "
|
206927
|
+
"shape": "Sbs"
|
206862
206928
|
},
|
206863
206929
|
"EngineVersion": {},
|
206864
206930
|
"AllowMajorVersionUpgrade": {
|
@@ -206918,6 +206984,9 @@ module.exports={
|
|
206918
206984
|
"EngineMode": {},
|
206919
206985
|
"AllowEngineModeChange": {
|
206920
206986
|
"type": "boolean"
|
206987
|
+
},
|
206988
|
+
"EnableLocalWriteForwarding": {
|
206989
|
+
"type": "boolean"
|
206921
206990
|
}
|
206922
206991
|
}
|
206923
206992
|
},
|
@@ -206949,7 +207018,7 @@ module.exports={
|
|
206949
207018
|
}
|
206950
207019
|
},
|
206951
207020
|
"output": {
|
206952
|
-
"shape": "
|
207021
|
+
"shape": "S3i",
|
206953
207022
|
"resultWrapper": "ModifyDBClusterEndpointResult"
|
206954
207023
|
}
|
206955
207024
|
},
|
@@ -206963,12 +207032,12 @@ module.exports={
|
|
206963
207032
|
"members": {
|
206964
207033
|
"DBClusterParameterGroupName": {},
|
206965
207034
|
"Parameters": {
|
206966
|
-
"shape": "
|
207035
|
+
"shape": "S7c"
|
206967
207036
|
}
|
206968
207037
|
}
|
206969
207038
|
},
|
206970
207039
|
"output": {
|
206971
|
-
"shape": "
|
207040
|
+
"shape": "Sbw",
|
206972
207041
|
"resultWrapper": "ModifyDBClusterParameterGroupResult"
|
206973
207042
|
}
|
206974
207043
|
},
|
@@ -206983,10 +207052,10 @@ module.exports={
|
|
206983
207052
|
"DBClusterSnapshotIdentifier": {},
|
206984
207053
|
"AttributeName": {},
|
206985
207054
|
"ValuesToAdd": {
|
206986
|
-
"shape": "
|
207055
|
+
"shape": "S7k"
|
206987
207056
|
},
|
206988
207057
|
"ValuesToRemove": {
|
206989
|
-
"shape": "
|
207058
|
+
"shape": "S7k"
|
206990
207059
|
}
|
206991
207060
|
}
|
206992
207061
|
},
|
@@ -206995,7 +207064,7 @@ module.exports={
|
|
206995
207064
|
"type": "structure",
|
206996
207065
|
"members": {
|
206997
207066
|
"DBClusterSnapshotAttributesResult": {
|
206998
|
-
"shape": "
|
207067
|
+
"shape": "S7h"
|
206999
207068
|
}
|
207000
207069
|
}
|
207001
207070
|
}
|
@@ -207014,7 +207083,7 @@ module.exports={
|
|
207014
207083
|
"DBInstanceClass": {},
|
207015
207084
|
"DBSubnetGroupName": {},
|
207016
207085
|
"DBSecurityGroups": {
|
207017
|
-
"shape": "
|
207086
|
+
"shape": "S3o"
|
207018
207087
|
},
|
207019
207088
|
"VpcSecurityGroupIds": {
|
207020
207089
|
"shape": "S2s"
|
@@ -207087,7 +207156,7 @@ module.exports={
|
|
207087
207156
|
"type": "integer"
|
207088
207157
|
},
|
207089
207158
|
"CloudwatchLogsExportConfiguration": {
|
207090
|
-
"shape": "
|
207159
|
+
"shape": "Sbs"
|
207091
207160
|
},
|
207092
207161
|
"ProcessorFeatures": {
|
207093
207162
|
"shape": "S1c"
|
@@ -207132,7 +207201,7 @@ module.exports={
|
|
207132
207201
|
"type": "structure",
|
207133
207202
|
"members": {
|
207134
207203
|
"DBInstance": {
|
207135
|
-
"shape": "
|
207204
|
+
"shape": "S3q"
|
207136
207205
|
}
|
207137
207206
|
}
|
207138
207207
|
}
|
@@ -207147,12 +207216,12 @@ module.exports={
|
|
207147
207216
|
"members": {
|
207148
207217
|
"DBParameterGroupName": {},
|
207149
207218
|
"Parameters": {
|
207150
|
-
"shape": "
|
207219
|
+
"shape": "S7c"
|
207151
207220
|
}
|
207152
207221
|
}
|
207153
207222
|
},
|
207154
207223
|
"output": {
|
207155
|
-
"shape": "
|
207224
|
+
"shape": "Sc3",
|
207156
207225
|
"resultWrapper": "ModifyDBParameterGroupResult"
|
207157
207226
|
}
|
207158
207227
|
},
|
@@ -207166,7 +207235,7 @@ module.exports={
|
|
207166
207235
|
"DBProxyName": {},
|
207167
207236
|
"NewDBProxyName": {},
|
207168
207237
|
"Auth": {
|
207169
|
-
"shape": "
|
207238
|
+
"shape": "S4k"
|
207170
207239
|
},
|
207171
207240
|
"RequireTLS": {
|
207172
207241
|
"type": "boolean"
|
@@ -207188,7 +207257,7 @@ module.exports={
|
|
207188
207257
|
"type": "structure",
|
207189
207258
|
"members": {
|
207190
207259
|
"DBProxy": {
|
207191
|
-
"shape": "
|
207260
|
+
"shape": "S4q"
|
207192
207261
|
}
|
207193
207262
|
}
|
207194
207263
|
}
|
@@ -207212,7 +207281,7 @@ module.exports={
|
|
207212
207281
|
"type": "structure",
|
207213
207282
|
"members": {
|
207214
207283
|
"DBProxyEndpoint": {
|
207215
|
-
"shape": "
|
207284
|
+
"shape": "S4z"
|
207216
207285
|
}
|
207217
207286
|
}
|
207218
207287
|
}
|
@@ -207253,7 +207322,7 @@ module.exports={
|
|
207253
207322
|
"type": "structure",
|
207254
207323
|
"members": {
|
207255
207324
|
"DBProxyTargetGroup": {
|
207256
|
-
"shape": "
|
207325
|
+
"shape": "S8i"
|
207257
207326
|
}
|
207258
207327
|
}
|
207259
207328
|
}
|
@@ -207291,10 +207360,10 @@ module.exports={
|
|
207291
207360
|
"DBSnapshotIdentifier": {},
|
207292
207361
|
"AttributeName": {},
|
207293
207362
|
"ValuesToAdd": {
|
207294
|
-
"shape": "
|
207363
|
+
"shape": "S7k"
|
207295
207364
|
},
|
207296
207365
|
"ValuesToRemove": {
|
207297
|
-
"shape": "
|
207366
|
+
"shape": "S7k"
|
207298
207367
|
}
|
207299
207368
|
}
|
207300
207369
|
},
|
@@ -207303,7 +207372,7 @@ module.exports={
|
|
207303
207372
|
"type": "structure",
|
207304
207373
|
"members": {
|
207305
207374
|
"DBSnapshotAttributesResult": {
|
207306
|
-
"shape": "
|
207375
|
+
"shape": "S8y"
|
207307
207376
|
}
|
207308
207377
|
}
|
207309
207378
|
}
|
@@ -207319,7 +207388,7 @@ module.exports={
|
|
207319
207388
|
"DBSubnetGroupName": {},
|
207320
207389
|
"DBSubnetGroupDescription": {},
|
207321
207390
|
"SubnetIds": {
|
207322
|
-
"shape": "
|
207391
|
+
"shape": "S56"
|
207323
207392
|
}
|
207324
207393
|
}
|
207325
207394
|
},
|
@@ -207328,7 +207397,7 @@ module.exports={
|
|
207328
207397
|
"type": "structure",
|
207329
207398
|
"members": {
|
207330
207399
|
"DBSubnetGroup": {
|
207331
|
-
"shape": "
|
207400
|
+
"shape": "S3u"
|
207332
207401
|
}
|
207333
207402
|
}
|
207334
207403
|
}
|
@@ -207381,7 +207450,7 @@ module.exports={
|
|
207381
207450
|
"type": "structure",
|
207382
207451
|
"members": {
|
207383
207452
|
"GlobalCluster": {
|
207384
|
-
"shape": "
|
207453
|
+
"shape": "S5c"
|
207385
207454
|
}
|
207386
207455
|
}
|
207387
207456
|
}
|
@@ -207409,7 +207478,7 @@ module.exports={
|
|
207409
207478
|
},
|
207410
207479
|
"OptionVersion": {},
|
207411
207480
|
"DBSecurityGroupMemberships": {
|
207412
|
-
"shape": "
|
207481
|
+
"shape": "S3o"
|
207413
207482
|
},
|
207414
207483
|
"VpcSecurityGroupMemberships": {
|
207415
207484
|
"shape": "S2s"
|
@@ -207462,7 +207531,7 @@ module.exports={
|
|
207462
207531
|
"type": "structure",
|
207463
207532
|
"members": {
|
207464
207533
|
"DBInstance": {
|
207465
|
-
"shape": "
|
207534
|
+
"shape": "S3q"
|
207466
207535
|
}
|
207467
207536
|
}
|
207468
207537
|
}
|
@@ -207509,7 +207578,7 @@ module.exports={
|
|
207509
207578
|
"type": "structure",
|
207510
207579
|
"members": {
|
207511
207580
|
"ReservedDBInstance": {
|
207512
|
-
"shape": "
|
207581
|
+
"shape": "San"
|
207513
207582
|
}
|
207514
207583
|
}
|
207515
207584
|
}
|
@@ -207552,7 +207621,7 @@ module.exports={
|
|
207552
207621
|
"type": "structure",
|
207553
207622
|
"members": {
|
207554
207623
|
"DBInstance": {
|
207555
|
-
"shape": "
|
207624
|
+
"shape": "S3q"
|
207556
207625
|
}
|
207557
207626
|
}
|
207558
207627
|
}
|
@@ -207579,7 +207648,7 @@ module.exports={
|
|
207579
207648
|
"type": "structure",
|
207580
207649
|
"members": {
|
207581
207650
|
"DBProxyTargets": {
|
207582
|
-
"shape": "
|
207651
|
+
"shape": "S8m"
|
207583
207652
|
}
|
207584
207653
|
}
|
207585
207654
|
}
|
@@ -207597,7 +207666,7 @@ module.exports={
|
|
207597
207666
|
"type": "structure",
|
207598
207667
|
"members": {
|
207599
207668
|
"GlobalCluster": {
|
207600
|
-
"shape": "
|
207669
|
+
"shape": "S5c"
|
207601
207670
|
}
|
207602
207671
|
}
|
207603
207672
|
}
|
@@ -207681,12 +207750,12 @@ module.exports={
|
|
207681
207750
|
"type": "boolean"
|
207682
207751
|
},
|
207683
207752
|
"Parameters": {
|
207684
|
-
"shape": "
|
207753
|
+
"shape": "S7c"
|
207685
207754
|
}
|
207686
207755
|
}
|
207687
207756
|
},
|
207688
207757
|
"output": {
|
207689
|
-
"shape": "
|
207758
|
+
"shape": "Sbw",
|
207690
207759
|
"resultWrapper": "ResetDBClusterParameterGroupResult"
|
207691
207760
|
}
|
207692
207761
|
},
|
@@ -207702,12 +207771,12 @@ module.exports={
|
|
207702
207771
|
"type": "boolean"
|
207703
207772
|
},
|
207704
207773
|
"Parameters": {
|
207705
|
-
"shape": "
|
207774
|
+
"shape": "S7c"
|
207706
207775
|
}
|
207707
207776
|
}
|
207708
207777
|
},
|
207709
207778
|
"output": {
|
207710
|
-
"shape": "
|
207779
|
+
"shape": "Sc3",
|
207711
207780
|
"resultWrapper": "ResetDBParameterGroupResult"
|
207712
207781
|
}
|
207713
207782
|
},
|
@@ -207877,8 +207946,7 @@ module.exports={
|
|
207877
207946
|
"input": {
|
207878
207947
|
"type": "structure",
|
207879
207948
|
"required": [
|
207880
|
-
"DBClusterIdentifier"
|
207881
|
-
"SourceDBClusterIdentifier"
|
207949
|
+
"DBClusterIdentifier"
|
207882
207950
|
],
|
207883
207951
|
"members": {
|
207884
207952
|
"DBClusterIdentifier": {},
|
@@ -207935,7 +208003,8 @@ module.exports={
|
|
207935
208003
|
"ServerlessV2ScalingConfiguration": {
|
207936
208004
|
"shape": "S2v"
|
207937
208005
|
},
|
207938
|
-
"NetworkType": {}
|
208006
|
+
"NetworkType": {},
|
208007
|
+
"SourceDbClusterResourceId": {}
|
207939
208008
|
}
|
207940
208009
|
},
|
207941
208010
|
"output": {
|
@@ -208035,7 +208104,7 @@ module.exports={
|
|
208035
208104
|
"type": "structure",
|
208036
208105
|
"members": {
|
208037
208106
|
"DBInstance": {
|
208038
|
-
"shape": "
|
208107
|
+
"shape": "S3q"
|
208039
208108
|
}
|
208040
208109
|
}
|
208041
208110
|
}
|
@@ -208063,7 +208132,7 @@ module.exports={
|
|
208063
208132
|
"MasterUsername": {},
|
208064
208133
|
"MasterUserPassword": {},
|
208065
208134
|
"DBSecurityGroups": {
|
208066
|
-
"shape": "
|
208135
|
+
"shape": "S3o"
|
208067
208136
|
},
|
208068
208137
|
"VpcSecurityGroupIds": {
|
208069
208138
|
"shape": "S2s"
|
@@ -208154,7 +208223,7 @@ module.exports={
|
|
208154
208223
|
"type": "structure",
|
208155
208224
|
"members": {
|
208156
208225
|
"DBInstance": {
|
208157
|
-
"shape": "
|
208226
|
+
"shape": "S3q"
|
208158
208227
|
}
|
208159
208228
|
}
|
208160
208229
|
}
|
@@ -208256,7 +208325,7 @@ module.exports={
|
|
208256
208325
|
"type": "structure",
|
208257
208326
|
"members": {
|
208258
208327
|
"DBInstance": {
|
208259
|
-
"shape": "
|
208328
|
+
"shape": "S3q"
|
208260
208329
|
}
|
208261
208330
|
}
|
208262
208331
|
}
|
@@ -208357,7 +208426,7 @@ module.exports={
|
|
208357
208426
|
"type": "structure",
|
208358
208427
|
"members": {
|
208359
208428
|
"DBInstance": {
|
208360
|
-
"shape": "
|
208429
|
+
"shape": "S3q"
|
208361
208430
|
}
|
208362
208431
|
}
|
208363
208432
|
}
|
@@ -208382,7 +208451,7 @@ module.exports={
|
|
208382
208451
|
"type": "structure",
|
208383
208452
|
"members": {
|
208384
208453
|
"DBInstanceAutomatedBackup": {
|
208385
|
-
"shape": "
|
208454
|
+
"shape": "S61"
|
208386
208455
|
}
|
208387
208456
|
}
|
208388
208457
|
}
|
@@ -208473,7 +208542,7 @@ module.exports={
|
|
208473
208542
|
"type": "structure",
|
208474
208543
|
"members": {
|
208475
208544
|
"DBInstance": {
|
208476
|
-
"shape": "
|
208545
|
+
"shape": "S3q"
|
208477
208546
|
}
|
208478
208547
|
}
|
208479
208548
|
}
|
@@ -208493,7 +208562,7 @@ module.exports={
|
|
208493
208562
|
"type": "structure",
|
208494
208563
|
"members": {
|
208495
208564
|
"DBInstanceAutomatedBackup": {
|
208496
|
-
"shape": "
|
208565
|
+
"shape": "S61"
|
208497
208566
|
}
|
208498
208567
|
}
|
208499
208568
|
}
|
@@ -208536,7 +208605,7 @@ module.exports={
|
|
208536
208605
|
"type": "structure",
|
208537
208606
|
"members": {
|
208538
208607
|
"DBInstance": {
|
208539
|
-
"shape": "
|
208608
|
+
"shape": "S3q"
|
208540
208609
|
}
|
208541
208610
|
}
|
208542
208611
|
}
|
@@ -208759,7 +208828,8 @@ module.exports={
|
|
208759
208828
|
"shape": "Sb"
|
208760
208829
|
},
|
208761
208830
|
"DBSystemId": {},
|
208762
|
-
"StorageType": {}
|
208831
|
+
"StorageType": {},
|
208832
|
+
"DbClusterResourceId": {}
|
208763
208833
|
},
|
208764
208834
|
"wrapper": true
|
208765
208835
|
},
|
@@ -209042,6 +209112,9 @@ module.exports={
|
|
209042
209112
|
},
|
209043
209113
|
"SupportsBabelfish": {
|
209044
209114
|
"type": "boolean"
|
209115
|
+
},
|
209116
|
+
"SupportsLocalWriteForwarding": {
|
209117
|
+
"type": "boolean"
|
209045
209118
|
}
|
209046
209119
|
}
|
209047
209120
|
}
|
@@ -209100,6 +209173,9 @@ module.exports={
|
|
209100
209173
|
"SupportedCACertificateIdentifiers": {
|
209101
209174
|
"type": "list",
|
209102
209175
|
"member": {}
|
209176
|
+
},
|
209177
|
+
"SupportsLocalWriteForwarding": {
|
209178
|
+
"type": "boolean"
|
209103
209179
|
}
|
209104
209180
|
}
|
209105
209181
|
},
|
@@ -209399,7 +209475,8 @@ module.exports={
|
|
209399
209475
|
},
|
209400
209476
|
"IOOptimizedNextAllowedModificationTime": {
|
209401
209477
|
"type": "timestamp"
|
209402
|
-
}
|
209478
|
+
},
|
209479
|
+
"LocalWriteForwardingStatus": {}
|
209403
209480
|
},
|
209404
209481
|
"wrapper": true
|
209405
209482
|
},
|
@@ -209440,7 +209517,7 @@ module.exports={
|
|
209440
209517
|
"KmsKeyId": {}
|
209441
209518
|
}
|
209442
209519
|
},
|
209443
|
-
"
|
209520
|
+
"S3i": {
|
209444
209521
|
"type": "structure",
|
209445
209522
|
"members": {
|
209446
209523
|
"DBClusterEndpointIdentifier": {},
|
@@ -209459,13 +209536,13 @@ module.exports={
|
|
209459
209536
|
"DBClusterEndpointArn": {}
|
209460
209537
|
}
|
209461
209538
|
},
|
209462
|
-
"
|
209539
|
+
"S3o": {
|
209463
209540
|
"type": "list",
|
209464
209541
|
"member": {
|
209465
209542
|
"locationName": "DBSecurityGroupName"
|
209466
209543
|
}
|
209467
209544
|
},
|
209468
|
-
"
|
209545
|
+
"S3q": {
|
209469
209546
|
"type": "structure",
|
209470
209547
|
"members": {
|
209471
209548
|
"DBInstanceIdentifier": {},
|
@@ -209478,7 +209555,7 @@ module.exports={
|
|
209478
209555
|
"MasterUsername": {},
|
209479
209556
|
"DBName": {},
|
209480
209557
|
"Endpoint": {
|
209481
|
-
"shape": "
|
209558
|
+
"shape": "S3r"
|
209482
209559
|
},
|
209483
209560
|
"AllocatedStorage": {
|
209484
209561
|
"type": "integer"
|
@@ -209509,7 +209586,7 @@ module.exports={
|
|
209509
209586
|
},
|
209510
209587
|
"AvailabilityZone": {},
|
209511
209588
|
"DBSubnetGroup": {
|
209512
|
-
"shape": "
|
209589
|
+
"shape": "S3u"
|
209513
209590
|
},
|
209514
209591
|
"PreferredMaintenanceWindow": {},
|
209515
209592
|
"PendingModifiedValues": {
|
@@ -209677,7 +209754,7 @@ module.exports={
|
|
209677
209754
|
}
|
209678
209755
|
},
|
209679
209756
|
"ListenerEndpoint": {
|
209680
|
-
"shape": "
|
209757
|
+
"shape": "S3r"
|
209681
209758
|
},
|
209682
209759
|
"MaxAllocatedStorage": {
|
209683
209760
|
"type": "integer"
|
@@ -209686,7 +209763,7 @@ module.exports={
|
|
209686
209763
|
"shape": "Sb"
|
209687
209764
|
},
|
209688
209765
|
"DBInstanceAutomatedBackupsReplications": {
|
209689
|
-
"shape": "
|
209766
|
+
"shape": "S4a"
|
209690
209767
|
},
|
209691
209768
|
"CustomerOwnedIpEnabled": {
|
209692
209769
|
"type": "boolean"
|
@@ -209728,7 +209805,7 @@ module.exports={
|
|
209728
209805
|
},
|
209729
209806
|
"wrapper": true
|
209730
209807
|
},
|
209731
|
-
"
|
209808
|
+
"S3r": {
|
209732
209809
|
"type": "structure",
|
209733
209810
|
"members": {
|
209734
209811
|
"Address": {},
|
@@ -209738,7 +209815,7 @@ module.exports={
|
|
209738
209815
|
"HostedZoneId": {}
|
209739
209816
|
}
|
209740
209817
|
},
|
209741
|
-
"
|
209818
|
+
"S3u": {
|
209742
209819
|
"type": "structure",
|
209743
209820
|
"members": {
|
209744
209821
|
"DBSubnetGroupName": {},
|
@@ -209753,7 +209830,7 @@ module.exports={
|
|
209753
209830
|
"members": {
|
209754
209831
|
"SubnetIdentifier": {},
|
209755
209832
|
"SubnetAvailabilityZone": {
|
209756
|
-
"shape": "
|
209833
|
+
"shape": "S3x"
|
209757
209834
|
},
|
209758
209835
|
"SubnetOutpost": {
|
209759
209836
|
"type": "structure",
|
@@ -209772,14 +209849,14 @@ module.exports={
|
|
209772
209849
|
},
|
209773
209850
|
"wrapper": true
|
209774
209851
|
},
|
209775
|
-
"
|
209852
|
+
"S3x": {
|
209776
209853
|
"type": "structure",
|
209777
209854
|
"members": {
|
209778
209855
|
"Name": {}
|
209779
209856
|
},
|
209780
209857
|
"wrapper": true
|
209781
209858
|
},
|
209782
|
-
"
|
209859
|
+
"S4a": {
|
209783
209860
|
"type": "list",
|
209784
209861
|
"member": {
|
209785
209862
|
"locationName": "DBInstanceAutomatedBackupsReplication",
|
@@ -209789,7 +209866,7 @@ module.exports={
|
|
209789
209866
|
}
|
209790
209867
|
}
|
209791
209868
|
},
|
209792
|
-
"
|
209869
|
+
"S4k": {
|
209793
209870
|
"type": "list",
|
209794
209871
|
"member": {
|
209795
209872
|
"type": "structure",
|
@@ -209803,7 +209880,7 @@ module.exports={
|
|
209803
209880
|
}
|
209804
209881
|
}
|
209805
209882
|
},
|
209806
|
-
"
|
209883
|
+
"S4q": {
|
209807
209884
|
"type": "structure",
|
209808
209885
|
"members": {
|
209809
209886
|
"DBProxyName": {},
|
@@ -209850,7 +209927,7 @@ module.exports={
|
|
209850
209927
|
}
|
209851
209928
|
}
|
209852
209929
|
},
|
209853
|
-
"
|
209930
|
+
"S4z": {
|
209854
209931
|
"type": "structure",
|
209855
209932
|
"members": {
|
209856
209933
|
"DBProxyEndpointName": {},
|
@@ -209874,13 +209951,13 @@ module.exports={
|
|
209874
209951
|
}
|
209875
209952
|
}
|
209876
209953
|
},
|
209877
|
-
"
|
209954
|
+
"S56": {
|
209878
209955
|
"type": "list",
|
209879
209956
|
"member": {
|
209880
209957
|
"locationName": "SubnetIdentifier"
|
209881
209958
|
}
|
209882
209959
|
},
|
209883
|
-
"
|
209960
|
+
"S5c": {
|
209884
209961
|
"type": "structure",
|
209885
209962
|
"members": {
|
209886
209963
|
"GlobalClusterIdentifier": {},
|
@@ -209927,7 +210004,65 @@ module.exports={
|
|
209927
210004
|
},
|
209928
210005
|
"wrapper": true
|
209929
210006
|
},
|
209930
|
-
"
|
210007
|
+
"S5r": {
|
210008
|
+
"type": "structure",
|
210009
|
+
"members": {
|
210010
|
+
"Engine": {},
|
210011
|
+
"VpcId": {},
|
210012
|
+
"DBClusterAutomatedBackupsArn": {},
|
210013
|
+
"DBClusterIdentifier": {},
|
210014
|
+
"RestoreWindow": {
|
210015
|
+
"shape": "S5s"
|
210016
|
+
},
|
210017
|
+
"MasterUsername": {},
|
210018
|
+
"DbClusterResourceId": {},
|
210019
|
+
"Region": {},
|
210020
|
+
"LicenseModel": {},
|
210021
|
+
"Status": {},
|
210022
|
+
"IAMDatabaseAuthenticationEnabled": {
|
210023
|
+
"type": "boolean"
|
210024
|
+
},
|
210025
|
+
"ClusterCreateTime": {
|
210026
|
+
"type": "timestamp"
|
210027
|
+
},
|
210028
|
+
"StorageEncrypted": {
|
210029
|
+
"type": "boolean"
|
210030
|
+
},
|
210031
|
+
"AllocatedStorage": {
|
210032
|
+
"type": "integer"
|
210033
|
+
},
|
210034
|
+
"EngineVersion": {},
|
210035
|
+
"DBClusterArn": {},
|
210036
|
+
"BackupRetentionPeriod": {
|
210037
|
+
"type": "integer"
|
210038
|
+
},
|
210039
|
+
"EngineMode": {},
|
210040
|
+
"AvailabilityZones": {
|
210041
|
+
"shape": "S14"
|
210042
|
+
},
|
210043
|
+
"Port": {
|
210044
|
+
"type": "integer"
|
210045
|
+
},
|
210046
|
+
"KmsKeyId": {},
|
210047
|
+
"StorageType": {},
|
210048
|
+
"Iops": {
|
210049
|
+
"type": "integer"
|
210050
|
+
}
|
210051
|
+
},
|
210052
|
+
"wrapper": true
|
210053
|
+
},
|
210054
|
+
"S5s": {
|
210055
|
+
"type": "structure",
|
210056
|
+
"members": {
|
210057
|
+
"EarliestTime": {
|
210058
|
+
"type": "timestamp"
|
210059
|
+
},
|
210060
|
+
"LatestTime": {
|
210061
|
+
"type": "timestamp"
|
210062
|
+
}
|
210063
|
+
}
|
210064
|
+
},
|
210065
|
+
"S61": {
|
209931
210066
|
"type": "structure",
|
209932
210067
|
"members": {
|
209933
210068
|
"DBInstanceArn": {},
|
@@ -209935,15 +210070,7 @@ module.exports={
|
|
209935
210070
|
"Region": {},
|
209936
210071
|
"DBInstanceIdentifier": {},
|
209937
210072
|
"RestoreWindow": {
|
209938
|
-
"
|
209939
|
-
"members": {
|
209940
|
-
"EarliestTime": {
|
209941
|
-
"type": "timestamp"
|
209942
|
-
},
|
209943
|
-
"LatestTime": {
|
209944
|
-
"type": "timestamp"
|
209945
|
-
}
|
209946
|
-
}
|
210073
|
+
"shape": "S5s"
|
209947
210074
|
},
|
209948
210075
|
"AllocatedStorage": {
|
209949
210076
|
"type": "integer"
|
@@ -209980,7 +210107,7 @@ module.exports={
|
|
209980
210107
|
},
|
209981
210108
|
"DBInstanceAutomatedBackupsArn": {},
|
209982
210109
|
"DBInstanceAutomatedBackupsReplications": {
|
209983
|
-
"shape": "
|
210110
|
+
"shape": "S4a"
|
209984
210111
|
},
|
209985
210112
|
"BackupTarget": {},
|
209986
210113
|
"StorageThroughput": {
|
@@ -209989,7 +210116,7 @@ module.exports={
|
|
209989
210116
|
},
|
209990
210117
|
"wrapper": true
|
209991
210118
|
},
|
209992
|
-
"
|
210119
|
+
"S6o": {
|
209993
210120
|
"type": "list",
|
209994
210121
|
"member": {
|
209995
210122
|
"locationName": "Filter",
|
@@ -210009,7 +210136,7 @@ module.exports={
|
|
210009
210136
|
}
|
210010
210137
|
}
|
210011
210138
|
},
|
210012
|
-
"
|
210139
|
+
"S6x": {
|
210013
210140
|
"type": "structure",
|
210014
210141
|
"members": {
|
210015
210142
|
"CertificateIdentifier": {},
|
@@ -210031,7 +210158,7 @@ module.exports={
|
|
210031
210158
|
},
|
210032
210159
|
"wrapper": true
|
210033
210160
|
},
|
210034
|
-
"
|
210161
|
+
"S7c": {
|
210035
210162
|
"type": "list",
|
210036
210163
|
"member": {
|
210037
210164
|
"locationName": "Parameter",
|
@@ -210055,7 +210182,7 @@ module.exports={
|
|
210055
210182
|
}
|
210056
210183
|
}
|
210057
210184
|
},
|
210058
|
-
"
|
210185
|
+
"S7h": {
|
210059
210186
|
"type": "structure",
|
210060
210187
|
"members": {
|
210061
210188
|
"DBClusterSnapshotIdentifier": {},
|
@@ -210067,7 +210194,7 @@ module.exports={
|
|
210067
210194
|
"members": {
|
210068
210195
|
"AttributeName": {},
|
210069
210196
|
"AttributeValues": {
|
210070
|
-
"shape": "
|
210197
|
+
"shape": "S7k"
|
210071
210198
|
}
|
210072
210199
|
}
|
210073
210200
|
}
|
@@ -210075,13 +210202,13 @@ module.exports={
|
|
210075
210202
|
},
|
210076
210203
|
"wrapper": true
|
210077
210204
|
},
|
210078
|
-
"
|
210205
|
+
"S7k": {
|
210079
210206
|
"type": "list",
|
210080
210207
|
"member": {
|
210081
210208
|
"locationName": "AttributeValue"
|
210082
210209
|
}
|
210083
210210
|
},
|
210084
|
-
"
|
210211
|
+
"S8i": {
|
210085
210212
|
"type": "structure",
|
210086
210213
|
"members": {
|
210087
210214
|
"DBProxyName": {},
|
@@ -210117,7 +210244,7 @@ module.exports={
|
|
210117
210244
|
}
|
210118
210245
|
}
|
210119
210246
|
},
|
210120
|
-
"
|
210247
|
+
"S8m": {
|
210121
210248
|
"type": "list",
|
210122
210249
|
"member": {
|
210123
210250
|
"type": "structure",
|
@@ -210142,7 +210269,7 @@ module.exports={
|
|
210142
210269
|
}
|
210143
210270
|
}
|
210144
210271
|
},
|
210145
|
-
"
|
210272
|
+
"S8y": {
|
210146
210273
|
"type": "structure",
|
210147
210274
|
"members": {
|
210148
210275
|
"DBSnapshotIdentifier": {},
|
@@ -210154,7 +210281,7 @@ module.exports={
|
|
210154
210281
|
"members": {
|
210155
210282
|
"AttributeName": {},
|
210156
210283
|
"AttributeValues": {
|
210157
|
-
"shape": "
|
210284
|
+
"shape": "S7k"
|
210158
210285
|
}
|
210159
210286
|
},
|
210160
210287
|
"wrapper": true
|
@@ -210163,18 +210290,18 @@ module.exports={
|
|
210163
210290
|
},
|
210164
210291
|
"wrapper": true
|
210165
210292
|
},
|
210166
|
-
"
|
210293
|
+
"S99": {
|
210167
210294
|
"type": "structure",
|
210168
210295
|
"members": {
|
210169
210296
|
"DBParameterGroupFamily": {},
|
210170
210297
|
"Marker": {},
|
210171
210298
|
"Parameters": {
|
210172
|
-
"shape": "
|
210299
|
+
"shape": "S7c"
|
210173
210300
|
}
|
210174
210301
|
},
|
210175
210302
|
"wrapper": true
|
210176
210303
|
},
|
210177
|
-
"
|
210304
|
+
"Sae": {
|
210178
210305
|
"type": "list",
|
210179
210306
|
"member": {
|
210180
210307
|
"locationName": "AvailableProcessorFeature",
|
@@ -210186,7 +210313,7 @@ module.exports={
|
|
210186
210313
|
}
|
210187
210314
|
}
|
210188
210315
|
},
|
210189
|
-
"
|
210316
|
+
"San": {
|
210190
210317
|
"type": "structure",
|
210191
210318
|
"members": {
|
210192
210319
|
"ReservedDBInstanceId": {},
|
@@ -210215,14 +210342,14 @@ module.exports={
|
|
210215
210342
|
},
|
210216
210343
|
"State": {},
|
210217
210344
|
"RecurringCharges": {
|
210218
|
-
"shape": "
|
210345
|
+
"shape": "Sap"
|
210219
210346
|
},
|
210220
210347
|
"ReservedDBInstanceArn": {},
|
210221
210348
|
"LeaseId": {}
|
210222
210349
|
},
|
210223
210350
|
"wrapper": true
|
210224
210351
|
},
|
210225
|
-
"
|
210352
|
+
"Sap": {
|
210226
210353
|
"type": "list",
|
210227
210354
|
"member": {
|
210228
210355
|
"locationName": "RecurringCharge",
|
@@ -210236,7 +210363,7 @@ module.exports={
|
|
210236
210363
|
"wrapper": true
|
210237
210364
|
}
|
210238
210365
|
},
|
210239
|
-
"
|
210366
|
+
"Sb4": {
|
210240
210367
|
"type": "list",
|
210241
210368
|
"member": {
|
210242
210369
|
"locationName": "Range",
|
@@ -210254,7 +210381,7 @@ module.exports={
|
|
210254
210381
|
}
|
210255
210382
|
}
|
210256
210383
|
},
|
210257
|
-
"
|
210384
|
+
"Sb6": {
|
210258
210385
|
"type": "list",
|
210259
210386
|
"member": {
|
210260
210387
|
"locationName": "DoubleRange",
|
@@ -210269,7 +210396,7 @@ module.exports={
|
|
210269
210396
|
}
|
210270
210397
|
}
|
210271
210398
|
},
|
210272
|
-
"
|
210399
|
+
"Sbs": {
|
210273
210400
|
"type": "structure",
|
210274
210401
|
"members": {
|
210275
210402
|
"EnableLogTypes": {
|
@@ -210280,13 +210407,13 @@ module.exports={
|
|
210280
210407
|
}
|
210281
210408
|
}
|
210282
210409
|
},
|
210283
|
-
"
|
210410
|
+
"Sbw": {
|
210284
210411
|
"type": "structure",
|
210285
210412
|
"members": {
|
210286
210413
|
"DBClusterParameterGroupName": {}
|
210287
210414
|
}
|
210288
210415
|
},
|
210289
|
-
"
|
210416
|
+
"Sc3": {
|
210290
210417
|
"type": "structure",
|
210291
210418
|
"members": {
|
210292
210419
|
"DBParameterGroupName": {}
|
@@ -260594,7 +260721,7 @@ AWS.util.update(AWS, {
|
|
260594
260721
|
/**
|
260595
260722
|
* @constant
|
260596
260723
|
*/
|
260597
|
-
VERSION: '2.
|
260724
|
+
VERSION: '2.1427.0',
|
260598
260725
|
|
260599
260726
|
/**
|
260600
260727
|
* @api private
|
@@ -282775,7 +282902,7 @@ var LRUCache = /** @class */ (function () {
|
|
282775
282902
|
}());
|
282776
282903
|
exports.LRUCache = LRUCache;
|
282777
282904
|
},{}],467:[function(require,module,exports){
|
282778
|
-
// AWS SDK for JavaScript v2.
|
282905
|
+
// AWS SDK for JavaScript v2.1427.0
|
282779
282906
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
282780
282907
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
282781
282908
|
require('./browser_loader');
|