cdk-lambda-subminute 2.0.291 → 2.0.292
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 +6 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/dlm-2018-01-12.min.json +39 -13
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +330 -108
- package/node_modules/aws-sdk/apis/rds-2014-10-31.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/rds-2014-10-31.waiters2.json +49 -0
- package/node_modules/aws-sdk/clients/dataexchange.d.ts +2 -1
- package/node_modules/aws-sdk/clients/dlm.d.ts +40 -2
- package/node_modules/aws-sdk/clients/rds.d.ts +345 -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 +5 -5
- package/node_modules/aws-sdk/dist/aws-sdk.js +394 -111
- 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.1490.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){
|
@@ -206491,6 +206491,9 @@ module.exports={
|
|
206491
206491
|
"DBSystemId": {},
|
206492
206492
|
"DedicatedLogVolume": {
|
206493
206493
|
"type": "boolean"
|
206494
|
+
},
|
206495
|
+
"MultiTenant": {
|
206496
|
+
"type": "boolean"
|
206494
206497
|
}
|
206495
206498
|
}
|
206496
206499
|
},
|
@@ -206917,6 +206920,39 @@ module.exports={
|
|
206917
206920
|
}
|
206918
206921
|
}
|
206919
206922
|
},
|
206923
|
+
"CreateTenantDatabase": {
|
206924
|
+
"input": {
|
206925
|
+
"type": "structure",
|
206926
|
+
"required": [
|
206927
|
+
"DBInstanceIdentifier",
|
206928
|
+
"TenantDBName",
|
206929
|
+
"MasterUsername",
|
206930
|
+
"MasterUserPassword"
|
206931
|
+
],
|
206932
|
+
"members": {
|
206933
|
+
"DBInstanceIdentifier": {},
|
206934
|
+
"TenantDBName": {},
|
206935
|
+
"MasterUsername": {},
|
206936
|
+
"MasterUserPassword": {
|
206937
|
+
"shape": "S5y"
|
206938
|
+
},
|
206939
|
+
"CharacterSetName": {},
|
206940
|
+
"NcharCharacterSetName": {},
|
206941
|
+
"Tags": {
|
206942
|
+
"shape": "Sb"
|
206943
|
+
}
|
206944
|
+
}
|
206945
|
+
},
|
206946
|
+
"output": {
|
206947
|
+
"resultWrapper": "CreateTenantDatabaseResult",
|
206948
|
+
"type": "structure",
|
206949
|
+
"members": {
|
206950
|
+
"TenantDatabase": {
|
206951
|
+
"shape": "S60"
|
206952
|
+
}
|
206953
|
+
}
|
206954
|
+
}
|
206955
|
+
},
|
206920
206956
|
"DeleteBlueGreenDeployment": {
|
206921
206957
|
"input": {
|
206922
206958
|
"type": "structure",
|
@@ -206999,7 +207035,7 @@ module.exports={
|
|
206999
207035
|
"type": "structure",
|
207000
207036
|
"members": {
|
207001
207037
|
"DBClusterAutomatedBackup": {
|
207002
|
-
"shape": "
|
207038
|
+
"shape": "S69"
|
207003
207039
|
}
|
207004
207040
|
}
|
207005
207041
|
}
|
@@ -207090,7 +207126,7 @@ module.exports={
|
|
207090
207126
|
"type": "structure",
|
207091
207127
|
"members": {
|
207092
207128
|
"DBInstanceAutomatedBackup": {
|
207093
|
-
"shape": "
|
207129
|
+
"shape": "S6j"
|
207094
207130
|
}
|
207095
207131
|
}
|
207096
207132
|
}
|
@@ -207254,6 +207290,32 @@ module.exports={
|
|
207254
207290
|
}
|
207255
207291
|
}
|
207256
207292
|
},
|
207293
|
+
"DeleteTenantDatabase": {
|
207294
|
+
"input": {
|
207295
|
+
"type": "structure",
|
207296
|
+
"required": [
|
207297
|
+
"DBInstanceIdentifier",
|
207298
|
+
"TenantDBName"
|
207299
|
+
],
|
207300
|
+
"members": {
|
207301
|
+
"DBInstanceIdentifier": {},
|
207302
|
+
"TenantDBName": {},
|
207303
|
+
"SkipFinalSnapshot": {
|
207304
|
+
"type": "boolean"
|
207305
|
+
},
|
207306
|
+
"FinalDBSnapshotIdentifier": {}
|
207307
|
+
}
|
207308
|
+
},
|
207309
|
+
"output": {
|
207310
|
+
"resultWrapper": "DeleteTenantDatabaseResult",
|
207311
|
+
"type": "structure",
|
207312
|
+
"members": {
|
207313
|
+
"TenantDatabase": {
|
207314
|
+
"shape": "S60"
|
207315
|
+
}
|
207316
|
+
}
|
207317
|
+
}
|
207318
|
+
},
|
207257
207319
|
"DeregisterDBProxyTargets": {
|
207258
207320
|
"input": {
|
207259
207321
|
"type": "structure",
|
@@ -207312,7 +207374,7 @@ module.exports={
|
|
207312
207374
|
"members": {
|
207313
207375
|
"BlueGreenDeploymentIdentifier": {},
|
207314
207376
|
"Filters": {
|
207315
|
-
"shape": "
|
207377
|
+
"shape": "S7a"
|
207316
207378
|
},
|
207317
207379
|
"Marker": {},
|
207318
207380
|
"MaxRecords": {
|
@@ -207340,7 +207402,7 @@ module.exports={
|
|
207340
207402
|
"members": {
|
207341
207403
|
"CertificateIdentifier": {},
|
207342
207404
|
"Filters": {
|
207343
|
-
"shape": "
|
207405
|
+
"shape": "S7a"
|
207344
207406
|
},
|
207345
207407
|
"MaxRecords": {
|
207346
207408
|
"type": "integer"
|
@@ -207356,7 +207418,7 @@ module.exports={
|
|
207356
207418
|
"Certificates": {
|
207357
207419
|
"type": "list",
|
207358
207420
|
"member": {
|
207359
|
-
"shape": "
|
207421
|
+
"shape": "S7j",
|
207360
207422
|
"locationName": "Certificate"
|
207361
207423
|
}
|
207362
207424
|
},
|
@@ -207371,7 +207433,7 @@ module.exports={
|
|
207371
207433
|
"DbClusterResourceId": {},
|
207372
207434
|
"DBClusterIdentifier": {},
|
207373
207435
|
"Filters": {
|
207374
|
-
"shape": "
|
207436
|
+
"shape": "S7a"
|
207375
207437
|
},
|
207376
207438
|
"MaxRecords": {
|
207377
207439
|
"type": "integer"
|
@@ -207387,7 +207449,7 @@ module.exports={
|
|
207387
207449
|
"DBClusterAutomatedBackups": {
|
207388
207450
|
"type": "list",
|
207389
207451
|
"member": {
|
207390
|
-
"shape": "
|
207452
|
+
"shape": "S69",
|
207391
207453
|
"locationName": "DBClusterAutomatedBackup"
|
207392
207454
|
}
|
207393
207455
|
}
|
@@ -207404,7 +207466,7 @@ module.exports={
|
|
207404
207466
|
"DBClusterIdentifier": {},
|
207405
207467
|
"BacktrackIdentifier": {},
|
207406
207468
|
"Filters": {
|
207407
|
-
"shape": "
|
207469
|
+
"shape": "S7a"
|
207408
207470
|
},
|
207409
207471
|
"MaxRecords": {
|
207410
207472
|
"type": "integer"
|
@@ -207434,7 +207496,7 @@ module.exports={
|
|
207434
207496
|
"DBClusterIdentifier": {},
|
207435
207497
|
"DBClusterEndpointIdentifier": {},
|
207436
207498
|
"Filters": {
|
207437
|
-
"shape": "
|
207499
|
+
"shape": "S7a"
|
207438
207500
|
},
|
207439
207501
|
"MaxRecords": {
|
207440
207502
|
"type": "integer"
|
@@ -207463,7 +207525,7 @@ module.exports={
|
|
207463
207525
|
"members": {
|
207464
207526
|
"DBClusterParameterGroupName": {},
|
207465
207527
|
"Filters": {
|
207466
|
-
"shape": "
|
207528
|
+
"shape": "S7a"
|
207467
207529
|
},
|
207468
207530
|
"MaxRecords": {
|
207469
207531
|
"type": "integer"
|
@@ -207496,7 +207558,7 @@ module.exports={
|
|
207496
207558
|
"DBClusterParameterGroupName": {},
|
207497
207559
|
"Source": {},
|
207498
207560
|
"Filters": {
|
207499
|
-
"shape": "
|
207561
|
+
"shape": "S7a"
|
207500
207562
|
},
|
207501
207563
|
"MaxRecords": {
|
207502
207564
|
"type": "integer"
|
@@ -207509,7 +207571,7 @@ module.exports={
|
|
207509
207571
|
"type": "structure",
|
207510
207572
|
"members": {
|
207511
207573
|
"Parameters": {
|
207512
|
-
"shape": "
|
207574
|
+
"shape": "S7y"
|
207513
207575
|
},
|
207514
207576
|
"Marker": {}
|
207515
207577
|
}
|
@@ -207530,7 +207592,7 @@ module.exports={
|
|
207530
207592
|
"type": "structure",
|
207531
207593
|
"members": {
|
207532
207594
|
"DBClusterSnapshotAttributesResult": {
|
207533
|
-
"shape": "
|
207595
|
+
"shape": "S83"
|
207534
207596
|
}
|
207535
207597
|
}
|
207536
207598
|
}
|
@@ -207543,7 +207605,7 @@ module.exports={
|
|
207543
207605
|
"DBClusterSnapshotIdentifier": {},
|
207544
207606
|
"SnapshotType": {},
|
207545
207607
|
"Filters": {
|
207546
|
-
"shape": "
|
207608
|
+
"shape": "S7a"
|
207547
207609
|
},
|
207548
207610
|
"MaxRecords": {
|
207549
207611
|
"type": "integer"
|
@@ -207579,7 +207641,7 @@ module.exports={
|
|
207579
207641
|
"members": {
|
207580
207642
|
"DBClusterIdentifier": {},
|
207581
207643
|
"Filters": {
|
207582
|
-
"shape": "
|
207644
|
+
"shape": "S7a"
|
207583
207645
|
},
|
207584
207646
|
"MaxRecords": {
|
207585
207647
|
"type": "integer"
|
@@ -207613,7 +207675,7 @@ module.exports={
|
|
207613
207675
|
"EngineVersion": {},
|
207614
207676
|
"DBParameterGroupFamily": {},
|
207615
207677
|
"Filters": {
|
207616
|
-
"shape": "
|
207678
|
+
"shape": "S7a"
|
207617
207679
|
},
|
207618
207680
|
"MaxRecords": {
|
207619
207681
|
"type": "integer"
|
@@ -207655,7 +207717,7 @@ module.exports={
|
|
207655
207717
|
"DbiResourceId": {},
|
207656
207718
|
"DBInstanceIdentifier": {},
|
207657
207719
|
"Filters": {
|
207658
|
-
"shape": "
|
207720
|
+
"shape": "S7a"
|
207659
207721
|
},
|
207660
207722
|
"MaxRecords": {
|
207661
207723
|
"type": "integer"
|
@@ -207672,7 +207734,7 @@ module.exports={
|
|
207672
207734
|
"DBInstanceAutomatedBackups": {
|
207673
207735
|
"type": "list",
|
207674
207736
|
"member": {
|
207675
|
-
"shape": "
|
207737
|
+
"shape": "S6j",
|
207676
207738
|
"locationName": "DBInstanceAutomatedBackup"
|
207677
207739
|
}
|
207678
207740
|
}
|
@@ -207685,7 +207747,7 @@ module.exports={
|
|
207685
207747
|
"members": {
|
207686
207748
|
"DBInstanceIdentifier": {},
|
207687
207749
|
"Filters": {
|
207688
|
-
"shape": "
|
207750
|
+
"shape": "S7a"
|
207689
207751
|
},
|
207690
207752
|
"MaxRecords": {
|
207691
207753
|
"type": "integer"
|
@@ -207724,7 +207786,7 @@ module.exports={
|
|
207724
207786
|
"type": "long"
|
207725
207787
|
},
|
207726
207788
|
"Filters": {
|
207727
|
-
"shape": "
|
207789
|
+
"shape": "S7a"
|
207728
207790
|
},
|
207729
207791
|
"MaxRecords": {
|
207730
207792
|
"type": "integer"
|
@@ -207762,7 +207824,7 @@ module.exports={
|
|
207762
207824
|
"members": {
|
207763
207825
|
"DBParameterGroupName": {},
|
207764
207826
|
"Filters": {
|
207765
|
-
"shape": "
|
207827
|
+
"shape": "S7a"
|
207766
207828
|
},
|
207767
207829
|
"MaxRecords": {
|
207768
207830
|
"type": "integer"
|
@@ -207795,7 +207857,7 @@ module.exports={
|
|
207795
207857
|
"DBParameterGroupName": {},
|
207796
207858
|
"Source": {},
|
207797
207859
|
"Filters": {
|
207798
|
-
"shape": "
|
207860
|
+
"shape": "S7a"
|
207799
207861
|
},
|
207800
207862
|
"MaxRecords": {
|
207801
207863
|
"type": "integer"
|
@@ -207808,7 +207870,7 @@ module.exports={
|
|
207808
207870
|
"type": "structure",
|
207809
207871
|
"members": {
|
207810
207872
|
"Parameters": {
|
207811
|
-
"shape": "
|
207873
|
+
"shape": "S7y"
|
207812
207874
|
},
|
207813
207875
|
"Marker": {}
|
207814
207876
|
}
|
@@ -207820,7 +207882,7 @@ module.exports={
|
|
207820
207882
|
"members": {
|
207821
207883
|
"DBProxyName": {},
|
207822
207884
|
"Filters": {
|
207823
|
-
"shape": "
|
207885
|
+
"shape": "S7a"
|
207824
207886
|
},
|
207825
207887
|
"Marker": {},
|
207826
207888
|
"MaxRecords": {
|
@@ -207849,7 +207911,7 @@ module.exports={
|
|
207849
207911
|
"DBProxyName": {},
|
207850
207912
|
"DBProxyEndpointName": {},
|
207851
207913
|
"Filters": {
|
207852
|
-
"shape": "
|
207914
|
+
"shape": "S7a"
|
207853
207915
|
},
|
207854
207916
|
"Marker": {},
|
207855
207917
|
"MaxRecords": {
|
@@ -207881,7 +207943,7 @@ module.exports={
|
|
207881
207943
|
"DBProxyName": {},
|
207882
207944
|
"TargetGroupName": {},
|
207883
207945
|
"Filters": {
|
207884
|
-
"shape": "
|
207946
|
+
"shape": "S7a"
|
207885
207947
|
},
|
207886
207948
|
"Marker": {},
|
207887
207949
|
"MaxRecords": {
|
@@ -207896,7 +207958,7 @@ module.exports={
|
|
207896
207958
|
"TargetGroups": {
|
207897
207959
|
"type": "list",
|
207898
207960
|
"member": {
|
207899
|
-
"shape": "
|
207961
|
+
"shape": "S94"
|
207900
207962
|
}
|
207901
207963
|
},
|
207902
207964
|
"Marker": {}
|
@@ -207913,7 +207975,7 @@ module.exports={
|
|
207913
207975
|
"DBProxyName": {},
|
207914
207976
|
"TargetGroupName": {},
|
207915
207977
|
"Filters": {
|
207916
|
-
"shape": "
|
207978
|
+
"shape": "S7a"
|
207917
207979
|
},
|
207918
207980
|
"Marker": {},
|
207919
207981
|
"MaxRecords": {
|
@@ -207926,7 +207988,7 @@ module.exports={
|
|
207926
207988
|
"type": "structure",
|
207927
207989
|
"members": {
|
207928
207990
|
"Targets": {
|
207929
|
-
"shape": "
|
207991
|
+
"shape": "S98"
|
207930
207992
|
},
|
207931
207993
|
"Marker": {}
|
207932
207994
|
}
|
@@ -207938,7 +208000,7 @@ module.exports={
|
|
207938
208000
|
"members": {
|
207939
208001
|
"DBSecurityGroupName": {},
|
207940
208002
|
"Filters": {
|
207941
|
-
"shape": "
|
208003
|
+
"shape": "S7a"
|
207942
208004
|
},
|
207943
208005
|
"MaxRecords": {
|
207944
208006
|
"type": "integer"
|
@@ -207976,7 +208038,59 @@ module.exports={
|
|
207976
208038
|
"type": "structure",
|
207977
208039
|
"members": {
|
207978
208040
|
"DBSnapshotAttributesResult": {
|
207979
|
-
"shape": "
|
208041
|
+
"shape": "S9k"
|
208042
|
+
}
|
208043
|
+
}
|
208044
|
+
}
|
208045
|
+
},
|
208046
|
+
"DescribeDBSnapshotTenantDatabases": {
|
208047
|
+
"input": {
|
208048
|
+
"type": "structure",
|
208049
|
+
"members": {
|
208050
|
+
"DBInstanceIdentifier": {},
|
208051
|
+
"DBSnapshotIdentifier": {},
|
208052
|
+
"SnapshotType": {},
|
208053
|
+
"Filters": {
|
208054
|
+
"shape": "S7a"
|
208055
|
+
},
|
208056
|
+
"MaxRecords": {
|
208057
|
+
"type": "integer"
|
208058
|
+
},
|
208059
|
+
"Marker": {},
|
208060
|
+
"DbiResourceId": {}
|
208061
|
+
}
|
208062
|
+
},
|
208063
|
+
"output": {
|
208064
|
+
"resultWrapper": "DescribeDBSnapshotTenantDatabasesResult",
|
208065
|
+
"type": "structure",
|
208066
|
+
"members": {
|
208067
|
+
"Marker": {},
|
208068
|
+
"DBSnapshotTenantDatabases": {
|
208069
|
+
"type": "list",
|
208070
|
+
"member": {
|
208071
|
+
"locationName": "DBSnapshotTenantDatabase",
|
208072
|
+
"type": "structure",
|
208073
|
+
"members": {
|
208074
|
+
"DBSnapshotIdentifier": {},
|
208075
|
+
"DBInstanceIdentifier": {},
|
208076
|
+
"DbiResourceId": {},
|
208077
|
+
"EngineName": {},
|
208078
|
+
"SnapshotType": {},
|
208079
|
+
"TenantDatabaseCreateTime": {
|
208080
|
+
"type": "timestamp"
|
208081
|
+
},
|
208082
|
+
"TenantDBName": {},
|
208083
|
+
"MasterUsername": {},
|
208084
|
+
"TenantDatabaseResourceId": {},
|
208085
|
+
"CharacterSetName": {},
|
208086
|
+
"DBSnapshotTenantDatabaseARN": {},
|
208087
|
+
"NcharCharacterSetName": {},
|
208088
|
+
"TagList": {
|
208089
|
+
"shape": "Sb"
|
208090
|
+
}
|
208091
|
+
},
|
208092
|
+
"wrapper": true
|
208093
|
+
}
|
207980
208094
|
}
|
207981
208095
|
}
|
207982
208096
|
}
|
@@ -207989,7 +208103,7 @@ module.exports={
|
|
207989
208103
|
"DBSnapshotIdentifier": {},
|
207990
208104
|
"SnapshotType": {},
|
207991
208105
|
"Filters": {
|
207992
|
-
"shape": "
|
208106
|
+
"shape": "S7a"
|
207993
208107
|
},
|
207994
208108
|
"MaxRecords": {
|
207995
208109
|
"type": "integer"
|
@@ -208025,7 +208139,7 @@ module.exports={
|
|
208025
208139
|
"members": {
|
208026
208140
|
"DBSubnetGroupName": {},
|
208027
208141
|
"Filters": {
|
208028
|
-
"shape": "
|
208142
|
+
"shape": "S7a"
|
208029
208143
|
},
|
208030
208144
|
"MaxRecords": {
|
208031
208145
|
"type": "integer"
|
@@ -208057,7 +208171,7 @@ module.exports={
|
|
208057
208171
|
"members": {
|
208058
208172
|
"DBParameterGroupFamily": {},
|
208059
208173
|
"Filters": {
|
208060
|
-
"shape": "
|
208174
|
+
"shape": "S7a"
|
208061
208175
|
},
|
208062
208176
|
"MaxRecords": {
|
208063
208177
|
"type": "integer"
|
@@ -208070,7 +208184,7 @@ module.exports={
|
|
208070
208184
|
"type": "structure",
|
208071
208185
|
"members": {
|
208072
208186
|
"EngineDefaults": {
|
208073
|
-
"shape": "
|
208187
|
+
"shape": "S9z"
|
208074
208188
|
}
|
208075
208189
|
}
|
208076
208190
|
}
|
@@ -208084,7 +208198,7 @@ module.exports={
|
|
208084
208198
|
"members": {
|
208085
208199
|
"DBParameterGroupFamily": {},
|
208086
208200
|
"Filters": {
|
208087
|
-
"shape": "
|
208201
|
+
"shape": "S7a"
|
208088
208202
|
},
|
208089
208203
|
"MaxRecords": {
|
208090
208204
|
"type": "integer"
|
@@ -208097,7 +208211,7 @@ module.exports={
|
|
208097
208211
|
"type": "structure",
|
208098
208212
|
"members": {
|
208099
208213
|
"EngineDefaults": {
|
208100
|
-
"shape": "
|
208214
|
+
"shape": "S9z"
|
208101
208215
|
}
|
208102
208216
|
}
|
208103
208217
|
}
|
@@ -208108,7 +208222,7 @@ module.exports={
|
|
208108
208222
|
"members": {
|
208109
208223
|
"SourceType": {},
|
208110
208224
|
"Filters": {
|
208111
|
-
"shape": "
|
208225
|
+
"shape": "S7a"
|
208112
208226
|
}
|
208113
208227
|
}
|
208114
208228
|
},
|
@@ -208139,7 +208253,7 @@ module.exports={
|
|
208139
208253
|
"members": {
|
208140
208254
|
"SubscriptionName": {},
|
208141
208255
|
"Filters": {
|
208142
|
-
"shape": "
|
208256
|
+
"shape": "S7a"
|
208143
208257
|
},
|
208144
208258
|
"MaxRecords": {
|
208145
208259
|
"type": "integer"
|
@@ -208181,7 +208295,7 @@ module.exports={
|
|
208181
208295
|
"shape": "S8"
|
208182
208296
|
},
|
208183
208297
|
"Filters": {
|
208184
|
-
"shape": "
|
208298
|
+
"shape": "S7a"
|
208185
208299
|
},
|
208186
208300
|
"MaxRecords": {
|
208187
208301
|
"type": "integer"
|
@@ -208223,7 +208337,7 @@ module.exports={
|
|
208223
208337
|
"ExportTaskIdentifier": {},
|
208224
208338
|
"SourceArn": {},
|
208225
208339
|
"Filters": {
|
208226
|
-
"shape": "
|
208340
|
+
"shape": "S7a"
|
208227
208341
|
},
|
208228
208342
|
"Marker": {},
|
208229
208343
|
"MaxRecords": {
|
@@ -208253,7 +208367,7 @@ module.exports={
|
|
208253
208367
|
"members": {
|
208254
208368
|
"GlobalClusterIdentifier": {},
|
208255
208369
|
"Filters": {
|
208256
|
-
"shape": "
|
208370
|
+
"shape": "S7a"
|
208257
208371
|
},
|
208258
208372
|
"MaxRecords": {
|
208259
208373
|
"type": "integer"
|
@@ -208282,7 +208396,7 @@ module.exports={
|
|
208282
208396
|
"members": {
|
208283
208397
|
"IntegrationIdentifier": {},
|
208284
208398
|
"Filters": {
|
208285
|
-
"shape": "
|
208399
|
+
"shape": "S7a"
|
208286
208400
|
},
|
208287
208401
|
"MaxRecords": {
|
208288
208402
|
"type": "integer"
|
@@ -208315,7 +208429,7 @@ module.exports={
|
|
208315
208429
|
"EngineName": {},
|
208316
208430
|
"MajorEngineVersion": {},
|
208317
208431
|
"Filters": {
|
208318
|
-
"shape": "
|
208432
|
+
"shape": "S7a"
|
208319
208433
|
},
|
208320
208434
|
"MaxRecords": {
|
208321
208435
|
"type": "integer"
|
@@ -208431,7 +208545,7 @@ module.exports={
|
|
208431
208545
|
"members": {
|
208432
208546
|
"OptionGroupName": {},
|
208433
208547
|
"Filters": {
|
208434
|
-
"shape": "
|
208548
|
+
"shape": "S7a"
|
208435
208549
|
},
|
208436
208550
|
"Marker": {},
|
208437
208551
|
"MaxRecords": {
|
@@ -208472,7 +208586,7 @@ module.exports={
|
|
208472
208586
|
"type": "boolean"
|
208473
208587
|
},
|
208474
208588
|
"Filters": {
|
208475
|
-
"shape": "
|
208589
|
+
"shape": "S7a"
|
208476
208590
|
},
|
208477
208591
|
"MaxRecords": {
|
208478
208592
|
"type": "integer"
|
@@ -208546,7 +208660,7 @@ module.exports={
|
|
208546
208660
|
"type": "double"
|
208547
208661
|
},
|
208548
208662
|
"AvailableProcessorFeatures": {
|
208549
|
-
"shape": "
|
208663
|
+
"shape": "Sb8"
|
208550
208664
|
},
|
208551
208665
|
"SupportedEngineModes": {
|
208552
208666
|
"shape": "S2m"
|
@@ -208605,7 +208719,7 @@ module.exports={
|
|
208605
208719
|
"members": {
|
208606
208720
|
"ResourceIdentifier": {},
|
208607
208721
|
"Filters": {
|
208608
|
-
"shape": "
|
208722
|
+
"shape": "S7a"
|
208609
208723
|
},
|
208610
208724
|
"Marker": {},
|
208611
208725
|
"MaxRecords": {
|
@@ -208643,7 +208757,7 @@ module.exports={
|
|
208643
208757
|
},
|
208644
208758
|
"LeaseId": {},
|
208645
208759
|
"Filters": {
|
208646
|
-
"shape": "
|
208760
|
+
"shape": "S7a"
|
208647
208761
|
},
|
208648
208762
|
"MaxRecords": {
|
208649
208763
|
"type": "integer"
|
@@ -208659,7 +208773,7 @@ module.exports={
|
|
208659
208773
|
"ReservedDBInstances": {
|
208660
208774
|
"type": "list",
|
208661
208775
|
"member": {
|
208662
|
-
"shape": "
|
208776
|
+
"shape": "Sbh",
|
208663
208777
|
"locationName": "ReservedDBInstance"
|
208664
208778
|
}
|
208665
208779
|
}
|
@@ -208679,7 +208793,7 @@ module.exports={
|
|
208679
208793
|
"type": "boolean"
|
208680
208794
|
},
|
208681
208795
|
"Filters": {
|
208682
|
-
"shape": "
|
208796
|
+
"shape": "S7a"
|
208683
208797
|
},
|
208684
208798
|
"MaxRecords": {
|
208685
208799
|
"type": "integer"
|
@@ -208716,7 +208830,7 @@ module.exports={
|
|
208716
208830
|
"type": "boolean"
|
208717
208831
|
},
|
208718
208832
|
"RecurringCharges": {
|
208719
|
-
"shape": "
|
208833
|
+
"shape": "Sbj"
|
208720
208834
|
}
|
208721
208835
|
},
|
208722
208836
|
"wrapper": true
|
@@ -208735,7 +208849,7 @@ module.exports={
|
|
208735
208849
|
},
|
208736
208850
|
"Marker": {},
|
208737
208851
|
"Filters": {
|
208738
|
-
"shape": "
|
208852
|
+
"shape": "S7a"
|
208739
208853
|
}
|
208740
208854
|
}
|
208741
208855
|
},
|
@@ -208762,6 +208876,36 @@ module.exports={
|
|
208762
208876
|
}
|
208763
208877
|
}
|
208764
208878
|
},
|
208879
|
+
"DescribeTenantDatabases": {
|
208880
|
+
"input": {
|
208881
|
+
"type": "structure",
|
208882
|
+
"members": {
|
208883
|
+
"DBInstanceIdentifier": {},
|
208884
|
+
"TenantDBName": {},
|
208885
|
+
"Filters": {
|
208886
|
+
"shape": "S7a"
|
208887
|
+
},
|
208888
|
+
"Marker": {},
|
208889
|
+
"MaxRecords": {
|
208890
|
+
"type": "integer"
|
208891
|
+
}
|
208892
|
+
}
|
208893
|
+
},
|
208894
|
+
"output": {
|
208895
|
+
"resultWrapper": "DescribeTenantDatabasesResult",
|
208896
|
+
"type": "structure",
|
208897
|
+
"members": {
|
208898
|
+
"Marker": {},
|
208899
|
+
"TenantDatabases": {
|
208900
|
+
"type": "list",
|
208901
|
+
"member": {
|
208902
|
+
"shape": "S60",
|
208903
|
+
"locationName": "TenantDatabase"
|
208904
|
+
}
|
208905
|
+
}
|
208906
|
+
}
|
208907
|
+
}
|
208908
|
+
},
|
208765
208909
|
"DescribeValidDBInstanceModifications": {
|
208766
208910
|
"input": {
|
208767
208911
|
"type": "structure",
|
@@ -208787,28 +208931,28 @@ module.exports={
|
|
208787
208931
|
"members": {
|
208788
208932
|
"StorageType": {},
|
208789
208933
|
"StorageSize": {
|
208790
|
-
"shape": "
|
208934
|
+
"shape": "Sc1"
|
208791
208935
|
},
|
208792
208936
|
"ProvisionedIops": {
|
208793
|
-
"shape": "
|
208937
|
+
"shape": "Sc1"
|
208794
208938
|
},
|
208795
208939
|
"IopsToStorageRatio": {
|
208796
|
-
"shape": "
|
208940
|
+
"shape": "Sc3"
|
208797
208941
|
},
|
208798
208942
|
"SupportsStorageAutoscaling": {
|
208799
208943
|
"type": "boolean"
|
208800
208944
|
},
|
208801
208945
|
"ProvisionedStorageThroughput": {
|
208802
|
-
"shape": "
|
208946
|
+
"shape": "Sc1"
|
208803
208947
|
},
|
208804
208948
|
"StorageThroughputToIopsRatio": {
|
208805
|
-
"shape": "
|
208949
|
+
"shape": "Sc3"
|
208806
208950
|
}
|
208807
208951
|
}
|
208808
208952
|
}
|
208809
208953
|
},
|
208810
208954
|
"ValidProcessorFeatures": {
|
208811
|
-
"shape": "
|
208955
|
+
"shape": "Sb8"
|
208812
208956
|
},
|
208813
208957
|
"SupportsDedicatedLogVolume": {
|
208814
208958
|
"type": "boolean"
|
@@ -208905,7 +209049,7 @@ module.exports={
|
|
208905
209049
|
"members": {
|
208906
209050
|
"ResourceName": {},
|
208907
209051
|
"Filters": {
|
208908
|
-
"shape": "
|
209052
|
+
"shape": "S7a"
|
208909
209053
|
}
|
208910
209054
|
}
|
208911
209055
|
},
|
@@ -208957,7 +209101,7 @@ module.exports={
|
|
208957
209101
|
"type": "structure",
|
208958
209102
|
"members": {
|
208959
209103
|
"Certificate": {
|
208960
|
-
"shape": "
|
209104
|
+
"shape": "S7j"
|
208961
209105
|
}
|
208962
209106
|
}
|
208963
209107
|
}
|
@@ -209049,7 +209193,7 @@ module.exports={
|
|
209049
209193
|
"type": "long"
|
209050
209194
|
},
|
209051
209195
|
"CloudwatchLogsExportConfiguration": {
|
209052
|
-
"shape": "
|
209196
|
+
"shape": "Scp"
|
209053
209197
|
},
|
209054
209198
|
"EngineVersion": {},
|
209055
209199
|
"AllowMajorVersionUpgrade": {
|
@@ -209158,12 +209302,12 @@ module.exports={
|
|
209158
209302
|
"members": {
|
209159
209303
|
"DBClusterParameterGroupName": {},
|
209160
209304
|
"Parameters": {
|
209161
|
-
"shape": "
|
209305
|
+
"shape": "S7y"
|
209162
209306
|
}
|
209163
209307
|
}
|
209164
209308
|
},
|
209165
209309
|
"output": {
|
209166
|
-
"shape": "
|
209310
|
+
"shape": "Scu",
|
209167
209311
|
"resultWrapper": "ModifyDBClusterParameterGroupResult"
|
209168
209312
|
}
|
209169
209313
|
},
|
@@ -209178,10 +209322,10 @@ module.exports={
|
|
209178
209322
|
"DBClusterSnapshotIdentifier": {},
|
209179
209323
|
"AttributeName": {},
|
209180
209324
|
"ValuesToAdd": {
|
209181
|
-
"shape": "
|
209325
|
+
"shape": "S86"
|
209182
209326
|
},
|
209183
209327
|
"ValuesToRemove": {
|
209184
|
-
"shape": "
|
209328
|
+
"shape": "S86"
|
209185
209329
|
}
|
209186
209330
|
}
|
209187
209331
|
},
|
@@ -209190,7 +209334,7 @@ module.exports={
|
|
209190
209334
|
"type": "structure",
|
209191
209335
|
"members": {
|
209192
209336
|
"DBClusterSnapshotAttributesResult": {
|
209193
|
-
"shape": "
|
209337
|
+
"shape": "S83"
|
209194
209338
|
}
|
209195
209339
|
}
|
209196
209340
|
}
|
@@ -209282,7 +209426,7 @@ module.exports={
|
|
209282
209426
|
"type": "integer"
|
209283
209427
|
},
|
209284
209428
|
"CloudwatchLogsExportConfiguration": {
|
209285
|
-
"shape": "
|
209429
|
+
"shape": "Scp"
|
209286
209430
|
},
|
209287
209431
|
"ProcessorFeatures": {
|
209288
209432
|
"shape": "S1c"
|
@@ -209322,6 +209466,9 @@ module.exports={
|
|
209322
209466
|
"Engine": {},
|
209323
209467
|
"DedicatedLogVolume": {
|
209324
209468
|
"type": "boolean"
|
209469
|
+
},
|
209470
|
+
"MultiTenant": {
|
209471
|
+
"type": "boolean"
|
209325
209472
|
}
|
209326
209473
|
}
|
209327
209474
|
},
|
@@ -209345,12 +209492,12 @@ module.exports={
|
|
209345
209492
|
"members": {
|
209346
209493
|
"DBParameterGroupName": {},
|
209347
209494
|
"Parameters": {
|
209348
|
-
"shape": "
|
209495
|
+
"shape": "S7y"
|
209349
209496
|
}
|
209350
209497
|
}
|
209351
209498
|
},
|
209352
209499
|
"output": {
|
209353
|
-
"shape": "
|
209500
|
+
"shape": "Sd0",
|
209354
209501
|
"resultWrapper": "ModifyDBParameterGroupResult"
|
209355
209502
|
}
|
209356
209503
|
},
|
@@ -209451,7 +209598,7 @@ module.exports={
|
|
209451
209598
|
"type": "structure",
|
209452
209599
|
"members": {
|
209453
209600
|
"DBProxyTargetGroup": {
|
209454
|
-
"shape": "
|
209601
|
+
"shape": "S94"
|
209455
209602
|
}
|
209456
209603
|
}
|
209457
209604
|
}
|
@@ -209489,10 +209636,10 @@ module.exports={
|
|
209489
209636
|
"DBSnapshotIdentifier": {},
|
209490
209637
|
"AttributeName": {},
|
209491
209638
|
"ValuesToAdd": {
|
209492
|
-
"shape": "
|
209639
|
+
"shape": "S86"
|
209493
209640
|
},
|
209494
209641
|
"ValuesToRemove": {
|
209495
|
-
"shape": "
|
209642
|
+
"shape": "S86"
|
209496
209643
|
}
|
209497
209644
|
}
|
209498
209645
|
},
|
@@ -209501,7 +209648,7 @@ module.exports={
|
|
209501
209648
|
"type": "structure",
|
209502
209649
|
"members": {
|
209503
209650
|
"DBSnapshotAttributesResult": {
|
209504
|
-
"shape": "
|
209651
|
+
"shape": "S9k"
|
209505
209652
|
}
|
209506
209653
|
}
|
209507
209654
|
}
|
@@ -209641,6 +209788,32 @@ module.exports={
|
|
209641
209788
|
}
|
209642
209789
|
}
|
209643
209790
|
},
|
209791
|
+
"ModifyTenantDatabase": {
|
209792
|
+
"input": {
|
209793
|
+
"type": "structure",
|
209794
|
+
"required": [
|
209795
|
+
"DBInstanceIdentifier",
|
209796
|
+
"TenantDBName"
|
209797
|
+
],
|
209798
|
+
"members": {
|
209799
|
+
"DBInstanceIdentifier": {},
|
209800
|
+
"TenantDBName": {},
|
209801
|
+
"MasterUserPassword": {
|
209802
|
+
"shape": "S5y"
|
209803
|
+
},
|
209804
|
+
"NewTenantDBName": {}
|
209805
|
+
}
|
209806
|
+
},
|
209807
|
+
"output": {
|
209808
|
+
"resultWrapper": "ModifyTenantDatabaseResult",
|
209809
|
+
"type": "structure",
|
209810
|
+
"members": {
|
209811
|
+
"TenantDatabase": {
|
209812
|
+
"shape": "S60"
|
209813
|
+
}
|
209814
|
+
}
|
209815
|
+
}
|
209816
|
+
},
|
209644
209817
|
"PromoteReadReplica": {
|
209645
209818
|
"input": {
|
209646
209819
|
"type": "structure",
|
@@ -209707,7 +209880,7 @@ module.exports={
|
|
209707
209880
|
"type": "structure",
|
209708
209881
|
"members": {
|
209709
209882
|
"ReservedDBInstance": {
|
209710
|
-
"shape": "
|
209883
|
+
"shape": "Sbh"
|
209711
209884
|
}
|
209712
209885
|
}
|
209713
209886
|
}
|
@@ -209777,7 +209950,7 @@ module.exports={
|
|
209777
209950
|
"type": "structure",
|
209778
209951
|
"members": {
|
209779
209952
|
"DBProxyTargets": {
|
209780
|
-
"shape": "
|
209953
|
+
"shape": "S98"
|
209781
209954
|
}
|
209782
209955
|
}
|
209783
209956
|
}
|
@@ -209879,12 +210052,12 @@ module.exports={
|
|
209879
210052
|
"type": "boolean"
|
209880
210053
|
},
|
209881
210054
|
"Parameters": {
|
209882
|
-
"shape": "
|
210055
|
+
"shape": "S7y"
|
209883
210056
|
}
|
209884
210057
|
}
|
209885
210058
|
},
|
209886
210059
|
"output": {
|
209887
|
-
"shape": "
|
210060
|
+
"shape": "Scu",
|
209888
210061
|
"resultWrapper": "ResetDBClusterParameterGroupResult"
|
209889
210062
|
}
|
209890
210063
|
},
|
@@ -209900,12 +210073,12 @@ module.exports={
|
|
209900
210073
|
"type": "boolean"
|
209901
210074
|
},
|
209902
210075
|
"Parameters": {
|
209903
|
-
"shape": "
|
210076
|
+
"shape": "S7y"
|
209904
210077
|
}
|
209905
210078
|
}
|
209906
210079
|
},
|
209907
210080
|
"output": {
|
209908
|
-
"shape": "
|
210081
|
+
"shape": "Sd0",
|
209909
210082
|
"resultWrapper": "ResetDBParameterGroupResult"
|
209910
210083
|
}
|
209911
210084
|
},
|
@@ -210595,7 +210768,7 @@ module.exports={
|
|
210595
210768
|
"type": "structure",
|
210596
210769
|
"members": {
|
210597
210770
|
"DBInstanceAutomatedBackup": {
|
210598
|
-
"shape": "
|
210771
|
+
"shape": "S6j"
|
210599
210772
|
}
|
210600
210773
|
}
|
210601
210774
|
}
|
@@ -210706,7 +210879,7 @@ module.exports={
|
|
210706
210879
|
"type": "structure",
|
210707
210880
|
"members": {
|
210708
210881
|
"DBInstanceAutomatedBackup": {
|
210709
|
-
"shape": "
|
210882
|
+
"shape": "S6j"
|
210710
210883
|
}
|
210711
210884
|
}
|
210712
210885
|
}
|
@@ -211080,6 +211253,9 @@ module.exports={
|
|
211080
211253
|
"DBSystemId": {},
|
211081
211254
|
"DedicatedLogVolume": {
|
211082
211255
|
"type": "boolean"
|
211256
|
+
},
|
211257
|
+
"MultiTenant": {
|
211258
|
+
"type": "boolean"
|
211083
211259
|
}
|
211084
211260
|
},
|
211085
211261
|
"wrapper": true
|
@@ -211823,6 +211999,9 @@ module.exports={
|
|
211823
211999
|
"Engine": {},
|
211824
212000
|
"DedicatedLogVolume": {
|
211825
212001
|
"type": "boolean"
|
212002
|
+
},
|
212003
|
+
"MultiTenant": {
|
212004
|
+
"type": "boolean"
|
211826
212005
|
}
|
211827
212006
|
}
|
211828
212007
|
},
|
@@ -211999,6 +212178,9 @@ module.exports={
|
|
211999
212178
|
},
|
212000
212179
|
"IsStorageConfigUpgradeAvailable": {
|
212001
212180
|
"type": "boolean"
|
212181
|
+
},
|
212182
|
+
"MultiTenant": {
|
212183
|
+
"type": "boolean"
|
212002
212184
|
}
|
212003
212185
|
},
|
212004
212186
|
"wrapper": true
|
@@ -212245,7 +212427,44 @@ module.exports={
|
|
212245
212427
|
}
|
212246
212428
|
}
|
212247
212429
|
},
|
212248
|
-
"
|
212430
|
+
"S5y": {
|
212431
|
+
"type": "string",
|
212432
|
+
"sensitive": true
|
212433
|
+
},
|
212434
|
+
"S60": {
|
212435
|
+
"type": "structure",
|
212436
|
+
"members": {
|
212437
|
+
"TenantDatabaseCreateTime": {
|
212438
|
+
"type": "timestamp"
|
212439
|
+
},
|
212440
|
+
"DBInstanceIdentifier": {},
|
212441
|
+
"TenantDBName": {},
|
212442
|
+
"Status": {},
|
212443
|
+
"MasterUsername": {},
|
212444
|
+
"DbiResourceId": {},
|
212445
|
+
"TenantDatabaseResourceId": {},
|
212446
|
+
"TenantDatabaseARN": {},
|
212447
|
+
"CharacterSetName": {},
|
212448
|
+
"NcharCharacterSetName": {},
|
212449
|
+
"DeletionProtection": {
|
212450
|
+
"type": "boolean"
|
212451
|
+
},
|
212452
|
+
"PendingModifiedValues": {
|
212453
|
+
"type": "structure",
|
212454
|
+
"members": {
|
212455
|
+
"MasterUserPassword": {
|
212456
|
+
"shape": "S5y"
|
212457
|
+
},
|
212458
|
+
"TenantDBName": {}
|
212459
|
+
}
|
212460
|
+
},
|
212461
|
+
"TagList": {
|
212462
|
+
"shape": "Sb"
|
212463
|
+
}
|
212464
|
+
},
|
212465
|
+
"wrapper": true
|
212466
|
+
},
|
212467
|
+
"S69": {
|
212249
212468
|
"type": "structure",
|
212250
212469
|
"members": {
|
212251
212470
|
"Engine": {},
|
@@ -212253,7 +212472,7 @@ module.exports={
|
|
212253
212472
|
"DBClusterAutomatedBackupsArn": {},
|
212254
212473
|
"DBClusterIdentifier": {},
|
212255
212474
|
"RestoreWindow": {
|
212256
|
-
"shape": "
|
212475
|
+
"shape": "S6a"
|
212257
212476
|
},
|
212258
212477
|
"MasterUsername": {},
|
212259
212478
|
"DbClusterResourceId": {},
|
@@ -212293,7 +212512,7 @@ module.exports={
|
|
212293
212512
|
},
|
212294
212513
|
"wrapper": true
|
212295
212514
|
},
|
212296
|
-
"
|
212515
|
+
"S6a": {
|
212297
212516
|
"type": "structure",
|
212298
212517
|
"members": {
|
212299
212518
|
"EarliestTime": {
|
@@ -212304,7 +212523,7 @@ module.exports={
|
|
212304
212523
|
}
|
212305
212524
|
}
|
212306
212525
|
},
|
212307
|
-
"
|
212526
|
+
"S6j": {
|
212308
212527
|
"type": "structure",
|
212309
212528
|
"members": {
|
212310
212529
|
"DBInstanceArn": {},
|
@@ -212312,7 +212531,7 @@ module.exports={
|
|
212312
212531
|
"Region": {},
|
212313
212532
|
"DBInstanceIdentifier": {},
|
212314
212533
|
"RestoreWindow": {
|
212315
|
-
"shape": "
|
212534
|
+
"shape": "S6a"
|
212316
212535
|
},
|
212317
212536
|
"AllocatedStorage": {
|
212318
212537
|
"type": "integer"
|
@@ -212358,11 +212577,14 @@ module.exports={
|
|
212358
212577
|
"AwsBackupRecoveryPointArn": {},
|
212359
212578
|
"DedicatedLogVolume": {
|
212360
212579
|
"type": "boolean"
|
212580
|
+
},
|
212581
|
+
"MultiTenant": {
|
212582
|
+
"type": "boolean"
|
212361
212583
|
}
|
212362
212584
|
},
|
212363
212585
|
"wrapper": true
|
212364
212586
|
},
|
212365
|
-
"
|
212587
|
+
"S7a": {
|
212366
212588
|
"type": "list",
|
212367
212589
|
"member": {
|
212368
212590
|
"locationName": "Filter",
|
@@ -212382,7 +212604,7 @@ module.exports={
|
|
212382
212604
|
}
|
212383
212605
|
}
|
212384
212606
|
},
|
212385
|
-
"
|
212607
|
+
"S7j": {
|
212386
212608
|
"type": "structure",
|
212387
212609
|
"members": {
|
212388
212610
|
"CertificateIdentifier": {},
|
@@ -212404,7 +212626,7 @@ module.exports={
|
|
212404
212626
|
},
|
212405
212627
|
"wrapper": true
|
212406
212628
|
},
|
212407
|
-
"
|
212629
|
+
"S7y": {
|
212408
212630
|
"type": "list",
|
212409
212631
|
"member": {
|
212410
212632
|
"locationName": "Parameter",
|
@@ -212428,7 +212650,7 @@ module.exports={
|
|
212428
212650
|
}
|
212429
212651
|
}
|
212430
212652
|
},
|
212431
|
-
"
|
212653
|
+
"S83": {
|
212432
212654
|
"type": "structure",
|
212433
212655
|
"members": {
|
212434
212656
|
"DBClusterSnapshotIdentifier": {},
|
@@ -212440,7 +212662,7 @@ module.exports={
|
|
212440
212662
|
"members": {
|
212441
212663
|
"AttributeName": {},
|
212442
212664
|
"AttributeValues": {
|
212443
|
-
"shape": "
|
212665
|
+
"shape": "S86"
|
212444
212666
|
}
|
212445
212667
|
}
|
212446
212668
|
}
|
@@ -212448,13 +212670,13 @@ module.exports={
|
|
212448
212670
|
},
|
212449
212671
|
"wrapper": true
|
212450
212672
|
},
|
212451
|
-
"
|
212673
|
+
"S86": {
|
212452
212674
|
"type": "list",
|
212453
212675
|
"member": {
|
212454
212676
|
"locationName": "AttributeValue"
|
212455
212677
|
}
|
212456
212678
|
},
|
212457
|
-
"
|
212679
|
+
"S94": {
|
212458
212680
|
"type": "structure",
|
212459
212681
|
"members": {
|
212460
212682
|
"DBProxyName": {},
|
@@ -212490,7 +212712,7 @@ module.exports={
|
|
212490
212712
|
}
|
212491
212713
|
}
|
212492
212714
|
},
|
212493
|
-
"
|
212715
|
+
"S98": {
|
212494
212716
|
"type": "list",
|
212495
212717
|
"member": {
|
212496
212718
|
"type": "structure",
|
@@ -212515,7 +212737,7 @@ module.exports={
|
|
212515
212737
|
}
|
212516
212738
|
}
|
212517
212739
|
},
|
212518
|
-
"
|
212740
|
+
"S9k": {
|
212519
212741
|
"type": "structure",
|
212520
212742
|
"members": {
|
212521
212743
|
"DBSnapshotIdentifier": {},
|
@@ -212527,7 +212749,7 @@ module.exports={
|
|
212527
212749
|
"members": {
|
212528
212750
|
"AttributeName": {},
|
212529
212751
|
"AttributeValues": {
|
212530
|
-
"shape": "
|
212752
|
+
"shape": "S86"
|
212531
212753
|
}
|
212532
212754
|
},
|
212533
212755
|
"wrapper": true
|
@@ -212536,18 +212758,18 @@ module.exports={
|
|
212536
212758
|
},
|
212537
212759
|
"wrapper": true
|
212538
212760
|
},
|
212539
|
-
"
|
212761
|
+
"S9z": {
|
212540
212762
|
"type": "structure",
|
212541
212763
|
"members": {
|
212542
212764
|
"DBParameterGroupFamily": {},
|
212543
212765
|
"Marker": {},
|
212544
212766
|
"Parameters": {
|
212545
|
-
"shape": "
|
212767
|
+
"shape": "S7y"
|
212546
212768
|
}
|
212547
212769
|
},
|
212548
212770
|
"wrapper": true
|
212549
212771
|
},
|
212550
|
-
"
|
212772
|
+
"Sb8": {
|
212551
212773
|
"type": "list",
|
212552
212774
|
"member": {
|
212553
212775
|
"locationName": "AvailableProcessorFeature",
|
@@ -212559,7 +212781,7 @@ module.exports={
|
|
212559
212781
|
}
|
212560
212782
|
}
|
212561
212783
|
},
|
212562
|
-
"
|
212784
|
+
"Sbh": {
|
212563
212785
|
"type": "structure",
|
212564
212786
|
"members": {
|
212565
212787
|
"ReservedDBInstanceId": {},
|
@@ -212588,14 +212810,14 @@ module.exports={
|
|
212588
212810
|
},
|
212589
212811
|
"State": {},
|
212590
212812
|
"RecurringCharges": {
|
212591
|
-
"shape": "
|
212813
|
+
"shape": "Sbj"
|
212592
212814
|
},
|
212593
212815
|
"ReservedDBInstanceArn": {},
|
212594
212816
|
"LeaseId": {}
|
212595
212817
|
},
|
212596
212818
|
"wrapper": true
|
212597
212819
|
},
|
212598
|
-
"
|
212820
|
+
"Sbj": {
|
212599
212821
|
"type": "list",
|
212600
212822
|
"member": {
|
212601
212823
|
"locationName": "RecurringCharge",
|
@@ -212609,7 +212831,7 @@ module.exports={
|
|
212609
212831
|
"wrapper": true
|
212610
212832
|
}
|
212611
212833
|
},
|
212612
|
-
"
|
212834
|
+
"Sc1": {
|
212613
212835
|
"type": "list",
|
212614
212836
|
"member": {
|
212615
212837
|
"locationName": "Range",
|
@@ -212627,7 +212849,7 @@ module.exports={
|
|
212627
212849
|
}
|
212628
212850
|
}
|
212629
212851
|
},
|
212630
|
-
"
|
212852
|
+
"Sc3": {
|
212631
212853
|
"type": "list",
|
212632
212854
|
"member": {
|
212633
212855
|
"locationName": "DoubleRange",
|
@@ -212642,7 +212864,7 @@ module.exports={
|
|
212642
212864
|
}
|
212643
212865
|
}
|
212644
212866
|
},
|
212645
|
-
"
|
212867
|
+
"Scp": {
|
212646
212868
|
"type": "structure",
|
212647
212869
|
"members": {
|
212648
212870
|
"EnableLogTypes": {
|
@@ -212653,13 +212875,13 @@ module.exports={
|
|
212653
212875
|
}
|
212654
212876
|
}
|
212655
212877
|
},
|
212656
|
-
"
|
212878
|
+
"Scu": {
|
212657
212879
|
"type": "structure",
|
212658
212880
|
"members": {
|
212659
212881
|
"DBClusterParameterGroupName": {}
|
212660
212882
|
}
|
212661
212883
|
},
|
212662
|
-
"
|
212884
|
+
"Sd0": {
|
212663
212885
|
"type": "structure",
|
212664
212886
|
"members": {
|
212665
212887
|
"DBParameterGroupName": {}
|
@@ -212790,6 +213012,12 @@ module.exports={
|
|
212790
213012
|
"output_token": "Marker",
|
212791
213013
|
"result_key": "DBSecurityGroups"
|
212792
213014
|
},
|
213015
|
+
"DescribeDBSnapshotTenantDatabases": {
|
213016
|
+
"input_token": "Marker",
|
213017
|
+
"limit_key": "MaxRecords",
|
213018
|
+
"output_token": "Marker",
|
213019
|
+
"result_key": "DBSnapshotTenantDatabases"
|
213020
|
+
},
|
212793
213021
|
"DescribeDBSnapshots": {
|
212794
213022
|
"input_token": "Marker",
|
212795
213023
|
"limit_key": "MaxRecords",
|
@@ -212880,6 +213108,12 @@ module.exports={
|
|
212880
213108
|
"output_token": "Marker",
|
212881
213109
|
"result_key": "SourceRegions"
|
212882
213110
|
},
|
213111
|
+
"DescribeTenantDatabases": {
|
213112
|
+
"input_token": "Marker",
|
213113
|
+
"limit_key": "MaxRecords",
|
213114
|
+
"output_token": "Marker",
|
213115
|
+
"result_key": "TenantDatabases"
|
213116
|
+
},
|
212883
213117
|
"DownloadDBLogFilePortion": {
|
212884
213118
|
"input_token": "Marker",
|
212885
213119
|
"limit_key": "NumberOfLines",
|
@@ -213235,6 +213469,55 @@ module.exports={
|
|
213235
213469
|
"argument": "DBClusters[].Status"
|
213236
213470
|
}
|
213237
213471
|
]
|
213472
|
+
},
|
213473
|
+
"TenantDatabaseAvailable": {
|
213474
|
+
"delay": 30,
|
213475
|
+
"operation": "DescribeTenantDatabases",
|
213476
|
+
"maxAttempts": 60,
|
213477
|
+
"acceptors": [
|
213478
|
+
{
|
213479
|
+
"expected": "available",
|
213480
|
+
"matcher": "pathAll",
|
213481
|
+
"state": "success",
|
213482
|
+
"argument": "TenantDatabases[].Status"
|
213483
|
+
},
|
213484
|
+
{
|
213485
|
+
"expected": "deleted",
|
213486
|
+
"matcher": "pathAny",
|
213487
|
+
"state": "failure",
|
213488
|
+
"argument": "TenantDatabases[].Status"
|
213489
|
+
},
|
213490
|
+
{
|
213491
|
+
"expected": "incompatible-parameters",
|
213492
|
+
"matcher": "pathAny",
|
213493
|
+
"state": "failure",
|
213494
|
+
"argument": "TenantDatabases[].Status"
|
213495
|
+
},
|
213496
|
+
{
|
213497
|
+
"expected": "incompatible-restore",
|
213498
|
+
"matcher": "pathAny",
|
213499
|
+
"state": "failure",
|
213500
|
+
"argument": "TenantDatabases[].Status"
|
213501
|
+
}
|
213502
|
+
]
|
213503
|
+
},
|
213504
|
+
"TenantDatabaseDeleted": {
|
213505
|
+
"delay": 30,
|
213506
|
+
"operation": "DescribeTenantDatabases",
|
213507
|
+
"maxAttempts": 60,
|
213508
|
+
"acceptors": [
|
213509
|
+
{
|
213510
|
+
"expected": true,
|
213511
|
+
"matcher": "path",
|
213512
|
+
"state": "success",
|
213513
|
+
"argument": "length(TenantDatabases) == `0`"
|
213514
|
+
},
|
213515
|
+
{
|
213516
|
+
"expected": "DBInstanceNotFoundFault",
|
213517
|
+
"matcher": "error",
|
213518
|
+
"state": "success"
|
213519
|
+
}
|
213520
|
+
]
|
213238
213521
|
}
|
213239
213522
|
}
|
213240
213523
|
}
|
@@ -263494,7 +263777,7 @@ AWS.util.update(AWS, {
|
|
263494
263777
|
/**
|
263495
263778
|
* @constant
|
263496
263779
|
*/
|
263497
|
-
VERSION: '2.
|
263780
|
+
VERSION: '2.1490.0',
|
263498
263781
|
|
263499
263782
|
/**
|
263500
263783
|
* @api private
|
@@ -285675,7 +285958,7 @@ var LRUCache = /** @class */ (function () {
|
|
285675
285958
|
}());
|
285676
285959
|
exports.LRUCache = LRUCache;
|
285677
285960
|
},{}],467:[function(require,module,exports){
|
285678
|
-
// AWS SDK for JavaScript v2.
|
285961
|
+
// AWS SDK for JavaScript v2.1490.0
|
285679
285962
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
285680
285963
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
285681
285964
|
require('./browser_loader');
|