@aws-sdk/client-rds 3.52.0 → 3.54.1
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/CHANGELOG.md +30 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/RDSServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +1281 -4
- package/dist-cjs/models/models_1.js +303 -3
- package/dist-cjs/protocols/Aws_query.js +1471 -5261
- package/dist-es/index.js +1 -0
- package/dist-es/models/RDSServiceException.js +12 -0
- package/dist-es/models/models_0.js +1178 -1
- package/dist-es/models/models_1.js +278 -1
- package/dist-es/protocols/Aws_query.js +3105 -5521
- package/dist-types/RDS.d.ts +1 -56
- package/dist-types/RDSClient.d.ts +2 -2
- package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +0 -3
- package/dist-types/commands/CreateDBClusterCommand.d.ts +0 -3
- package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +0 -3
- package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +0 -3
- package/dist-types/commands/DeleteDBClusterCommand.d.ts +0 -3
- package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +0 -3
- package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +0 -3
- package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +0 -3
- package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +0 -3
- package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +0 -3
- package/dist-types/commands/DescribeDBClustersCommand.d.ts +0 -3
- package/dist-types/commands/FailoverDBClusterCommand.d.ts +0 -3
- package/dist-types/commands/ModifyDBClusterCommand.d.ts +0 -3
- package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +0 -3
- package/dist-types/commands/RebootDBClusterCommand.d.ts +1 -2
- package/dist-types/commands/RemoveRoleFromDBClusterCommand.d.ts +0 -3
- package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +0 -3
- package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +0 -3
- package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +0 -3
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/RDSServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +702 -406
- package/dist-types/models/models_1.d.ts +238 -133
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/RDSClient.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/RDSServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +492 -393
- package/dist-types/ts3.4/models/models_1.d.ts +117 -93
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/package.json +29 -29
package/dist-types/RDS.d.ts
CHANGED
|
@@ -358,9 +358,6 @@ export declare class RDS extends RDSClient {
|
|
|
358
358
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
|
|
359
359
|
* Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i>
|
|
360
360
|
* </p>
|
|
361
|
-
* <note>
|
|
362
|
-
* <p>The Multi-AZ DB clusters feature is in preview and is subject to change.</p>
|
|
363
|
-
* </note>
|
|
364
361
|
*/
|
|
365
362
|
copyDBClusterSnapshot(args: CopyDBClusterSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<CopyDBClusterSnapshotCommandOutput>;
|
|
366
363
|
copyDBClusterSnapshot(args: CopyDBClusterSnapshotCommandInput, cb: (err: any, data?: CopyDBClusterSnapshotCommandOutput) => void): void;
|
|
@@ -455,9 +452,6 @@ export declare class RDS extends RDSClient {
|
|
|
455
452
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
|
|
456
453
|
* Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i>
|
|
457
454
|
* </p>
|
|
458
|
-
* <note>
|
|
459
|
-
* <p>The Multi-AZ DB clusters feature is in preview and is subject to change.</p>
|
|
460
|
-
* </note>
|
|
461
455
|
*/
|
|
462
456
|
createDBCluster(args: CreateDBClusterCommandInput, options?: __HttpHandlerOptions): Promise<CreateDBClusterCommandOutput>;
|
|
463
457
|
createDBCluster(args: CreateDBClusterCommandInput, cb: (err: any, data?: CreateDBClusterCommandOutput) => void): void;
|
|
@@ -507,9 +501,6 @@ export declare class RDS extends RDSClient {
|
|
|
507
501
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
|
|
508
502
|
* Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i>
|
|
509
503
|
* </p>
|
|
510
|
-
* <note>
|
|
511
|
-
* <p>The Multi-AZ DB clusters feature is in preview and is subject to change.</p>
|
|
512
|
-
* </note>
|
|
513
504
|
*/
|
|
514
505
|
createDBClusterParameterGroup(args: CreateDBClusterParameterGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateDBClusterParameterGroupCommandOutput>;
|
|
515
506
|
createDBClusterParameterGroup(args: CreateDBClusterParameterGroupCommandInput, cb: (err: any, data?: CreateDBClusterParameterGroupCommandOutput) => void): void;
|
|
@@ -523,9 +514,6 @@ export declare class RDS extends RDSClient {
|
|
|
523
514
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
|
|
524
515
|
* Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i>
|
|
525
516
|
* </p>
|
|
526
|
-
* <note>
|
|
527
|
-
* <p>The Multi-AZ DB clusters feature is in preview and is subject to change.</p>
|
|
528
|
-
* </note>
|
|
529
517
|
*/
|
|
530
518
|
createDBClusterSnapshot(args: CreateDBClusterSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<CreateDBClusterSnapshotCommandOutput>;
|
|
531
519
|
createDBClusterSnapshot(args: CreateDBClusterSnapshotCommandInput, cb: (err: any, data?: CreateDBClusterSnapshotCommandOutput) => void): void;
|
|
@@ -728,9 +716,6 @@ export declare class RDS extends RDSClient {
|
|
|
728
716
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
|
|
729
717
|
* Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i>
|
|
730
718
|
* </p>
|
|
731
|
-
* <note>
|
|
732
|
-
* <p>The Multi-AZ DB clusters feature is in preview and is subject to change.</p>
|
|
733
|
-
* </note>
|
|
734
719
|
*/
|
|
735
720
|
deleteDBCluster(args: DeleteDBClusterCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDBClusterCommandOutput>;
|
|
736
721
|
deleteDBCluster(args: DeleteDBClusterCommandInput, cb: (err: any, data?: DeleteDBClusterCommandOutput) => void): void;
|
|
@@ -754,9 +739,6 @@ export declare class RDS extends RDSClient {
|
|
|
754
739
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
|
|
755
740
|
* Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i>
|
|
756
741
|
* </p>
|
|
757
|
-
* <note>
|
|
758
|
-
* <p>The Multi-AZ DB clusters feature is in preview and is subject to change.</p>
|
|
759
|
-
* </note>
|
|
760
742
|
*/
|
|
761
743
|
deleteDBClusterParameterGroup(args: DeleteDBClusterParameterGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDBClusterParameterGroupCommandOutput>;
|
|
762
744
|
deleteDBClusterParameterGroup(args: DeleteDBClusterParameterGroupCommandInput, cb: (err: any, data?: DeleteDBClusterParameterGroupCommandOutput) => void): void;
|
|
@@ -775,9 +757,6 @@ export declare class RDS extends RDSClient {
|
|
|
775
757
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
|
|
776
758
|
* Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i>
|
|
777
759
|
* </p>
|
|
778
|
-
* <note>
|
|
779
|
-
* <p>The Multi-AZ DB clusters feature is in preview and is subject to change.</p>
|
|
780
|
-
* </note>
|
|
781
760
|
*/
|
|
782
761
|
deleteDBClusterSnapshot(args: DeleteDBClusterSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDBClusterSnapshotCommandOutput>;
|
|
783
762
|
deleteDBClusterSnapshot(args: DeleteDBClusterSnapshotCommandInput, cb: (err: any, data?: DeleteDBClusterSnapshotCommandOutput) => void): void;
|
|
@@ -964,9 +943,6 @@ export declare class RDS extends RDSClient {
|
|
|
964
943
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
|
|
965
944
|
* Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i>
|
|
966
945
|
* </p>
|
|
967
|
-
* <note>
|
|
968
|
-
* <p>The Multi-AZ DB clusters feature is in preview and is subject to change.</p>
|
|
969
|
-
* </note>
|
|
970
946
|
*/
|
|
971
947
|
describeDBClusterParameterGroups(args: DescribeDBClusterParameterGroupsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBClusterParameterGroupsCommandOutput>;
|
|
972
948
|
describeDBClusterParameterGroups(args: DescribeDBClusterParameterGroupsCommandInput, cb: (err: any, data?: DescribeDBClusterParameterGroupsCommandOutput) => void): void;
|
|
@@ -981,9 +957,6 @@ export declare class RDS extends RDSClient {
|
|
|
981
957
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
|
|
982
958
|
* Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i>
|
|
983
959
|
* </p>
|
|
984
|
-
* <note>
|
|
985
|
-
* <p>The Multi-AZ DB clusters feature is in preview and is subject to change.</p>
|
|
986
|
-
* </note>
|
|
987
960
|
*/
|
|
988
961
|
describeDBClusterParameters(args: DescribeDBClusterParametersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBClusterParametersCommandOutput>;
|
|
989
962
|
describeDBClusterParameters(args: DescribeDBClusterParametersCommandInput, cb: (err: any, data?: DescribeDBClusterParametersCommandOutput) => void): void;
|
|
@@ -998,9 +971,6 @@ export declare class RDS extends RDSClient {
|
|
|
998
971
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
|
|
999
972
|
* Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i>
|
|
1000
973
|
* </p>
|
|
1001
|
-
* <note>
|
|
1002
|
-
* <p>The Multi-AZ DB clusters feature is in preview and is subject to change.</p>
|
|
1003
|
-
* </note>
|
|
1004
974
|
* <p>This operation can also return information for Amazon Neptune DB instances and Amazon DocumentDB instances.</p>
|
|
1005
975
|
*/
|
|
1006
976
|
describeDBClusters(args: DescribeDBClustersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBClustersCommandOutput>;
|
|
@@ -1029,9 +999,6 @@ export declare class RDS extends RDSClient {
|
|
|
1029
999
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
|
|
1030
1000
|
* Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i>
|
|
1031
1001
|
* </p>
|
|
1032
|
-
* <note>
|
|
1033
|
-
* <p>The Multi-AZ DB clusters feature is in preview and is subject to change.</p>
|
|
1034
|
-
* </note>
|
|
1035
1002
|
*/
|
|
1036
1003
|
describeDBClusterSnapshots(args: DescribeDBClusterSnapshotsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBClusterSnapshotsCommandOutput>;
|
|
1037
1004
|
describeDBClusterSnapshots(args: DescribeDBClusterSnapshotsCommandInput, cb: (err: any, data?: DescribeDBClusterSnapshotsCommandOutput) => void): void;
|
|
@@ -1302,9 +1269,6 @@ export declare class RDS extends RDSClient {
|
|
|
1302
1269
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
|
|
1303
1270
|
* Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i>
|
|
1304
1271
|
* </p>
|
|
1305
|
-
* <note>
|
|
1306
|
-
* <p>The Multi-AZ DB clusters feature is in preview and is subject to change.</p>
|
|
1307
|
-
* </note>
|
|
1308
1272
|
*/
|
|
1309
1273
|
failoverDBCluster(args: FailoverDBClusterCommandInput, options?: __HttpHandlerOptions): Promise<FailoverDBClusterCommandOutput>;
|
|
1310
1274
|
failoverDBCluster(args: FailoverDBClusterCommandInput, cb: (err: any, data?: FailoverDBClusterCommandOutput) => void): void;
|
|
@@ -1426,9 +1390,6 @@ export declare class RDS extends RDSClient {
|
|
|
1426
1390
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
|
|
1427
1391
|
* Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i>
|
|
1428
1392
|
* </p>
|
|
1429
|
-
* <note>
|
|
1430
|
-
* <p>The Multi-AZ DB clusters feature is in preview and is subject to change.</p>
|
|
1431
|
-
* </note>
|
|
1432
1393
|
*/
|
|
1433
1394
|
modifyDBCluster(args: ModifyDBClusterCommandInput, options?: __HttpHandlerOptions): Promise<ModifyDBClusterCommandOutput>;
|
|
1434
1395
|
modifyDBCluster(args: ModifyDBClusterCommandInput, cb: (err: any, data?: ModifyDBClusterCommandOutput) => void): void;
|
|
@@ -1472,9 +1433,6 @@ export declare class RDS extends RDSClient {
|
|
|
1472
1433
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
|
|
1473
1434
|
* Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i>
|
|
1474
1435
|
* </p>
|
|
1475
|
-
* <note>
|
|
1476
|
-
* <p>The Multi-AZ DB clusters feature is in preview and is subject to change.</p>
|
|
1477
|
-
* </note>
|
|
1478
1436
|
*/
|
|
1479
1437
|
modifyDBClusterParameterGroup(args: ModifyDBClusterParameterGroupCommandInput, options?: __HttpHandlerOptions): Promise<ModifyDBClusterParameterGroupCommandOutput>;
|
|
1480
1438
|
modifyDBClusterParameterGroup(args: ModifyDBClusterParameterGroupCommandInput, cb: (err: any, data?: ModifyDBClusterParameterGroupCommandOutput) => void): void;
|
|
@@ -1671,8 +1629,7 @@ export declare class RDS extends RDSClient {
|
|
|
1671
1629
|
* cluster results in a momentary outage, during which the DB cluster status is set to rebooting.
|
|
1672
1630
|
* </p>
|
|
1673
1631
|
*
|
|
1674
|
-
* <p>Use this operation only for a non-Aurora Multi-AZ DB cluster
|
|
1675
|
-
* The Multi-AZ DB clusters feature is in preview and is subject to change.</p>
|
|
1632
|
+
* <p>Use this operation only for a non-Aurora Multi-AZ DB cluster.</p>
|
|
1676
1633
|
*
|
|
1677
1634
|
* <p>For more information on Multi-AZ DB clusters, see
|
|
1678
1635
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
|
|
@@ -1732,9 +1689,6 @@ export declare class RDS extends RDSClient {
|
|
|
1732
1689
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
|
|
1733
1690
|
* Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i>
|
|
1734
1691
|
* </p>
|
|
1735
|
-
* <note>
|
|
1736
|
-
* <p>The Multi-AZ DB clusters feature is in preview and is subject to change.</p>
|
|
1737
|
-
* </note>
|
|
1738
1692
|
*/
|
|
1739
1693
|
removeRoleFromDBCluster(args: RemoveRoleFromDBClusterCommandInput, options?: __HttpHandlerOptions): Promise<RemoveRoleFromDBClusterCommandOutput>;
|
|
1740
1694
|
removeRoleFromDBCluster(args: RemoveRoleFromDBClusterCommandInput, cb: (err: any, data?: RemoveRoleFromDBClusterCommandOutput) => void): void;
|
|
@@ -1782,9 +1736,6 @@ export declare class RDS extends RDSClient {
|
|
|
1782
1736
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
|
|
1783
1737
|
* Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i>
|
|
1784
1738
|
* </p>
|
|
1785
|
-
* <note>
|
|
1786
|
-
* <p>The Multi-AZ DB clusters feature is in preview and is subject to change.</p>
|
|
1787
|
-
* </note>
|
|
1788
1739
|
*/
|
|
1789
1740
|
resetDBClusterParameterGroup(args: ResetDBClusterParameterGroupCommandInput, options?: __HttpHandlerOptions): Promise<ResetDBClusterParameterGroupCommandOutput>;
|
|
1790
1741
|
resetDBClusterParameterGroup(args: ResetDBClusterParameterGroupCommandInput, cb: (err: any, data?: ResetDBClusterParameterGroupCommandOutput) => void): void;
|
|
@@ -1848,9 +1799,6 @@ export declare class RDS extends RDSClient {
|
|
|
1848
1799
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
|
|
1849
1800
|
* Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i>
|
|
1850
1801
|
* </p>
|
|
1851
|
-
* <note>
|
|
1852
|
-
* <p>The Multi-AZ DB clusters feature is in preview and is subject to change.</p>
|
|
1853
|
-
* </note>
|
|
1854
1802
|
*/
|
|
1855
1803
|
restoreDBClusterFromSnapshot(args: RestoreDBClusterFromSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<RestoreDBClusterFromSnapshotCommandOutput>;
|
|
1856
1804
|
restoreDBClusterFromSnapshot(args: RestoreDBClusterFromSnapshotCommandInput, cb: (err: any, data?: RestoreDBClusterFromSnapshotCommandOutput) => void): void;
|
|
@@ -1877,9 +1825,6 @@ export declare class RDS extends RDSClient {
|
|
|
1877
1825
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
|
|
1878
1826
|
* Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i>
|
|
1879
1827
|
* </p>
|
|
1880
|
-
* <note>
|
|
1881
|
-
* <p>The Multi-AZ DB clusters feature is in preview and is subject to change.</p>
|
|
1882
|
-
* </note>
|
|
1883
1828
|
*/
|
|
1884
1829
|
restoreDBClusterToPointInTime(args: RestoreDBClusterToPointInTimeCommandInput, options?: __HttpHandlerOptions): Promise<RestoreDBClusterToPointInTimeCommandOutput>;
|
|
1885
1830
|
restoreDBClusterToPointInTime(args: RestoreDBClusterToPointInTimeCommandInput, cb: (err: any, data?: RestoreDBClusterToPointInTimeCommandOutput) => void): void;
|
|
@@ -5,7 +5,7 @@ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-s
|
|
|
5
5
|
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
6
|
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
7
|
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
|
-
import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
8
|
+
import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
9
|
import { AddRoleToDBClusterCommandInput, AddRoleToDBClusterCommandOutput } from "./commands/AddRoleToDBClusterCommand";
|
|
10
10
|
import { AddRoleToDBInstanceCommandInput, AddRoleToDBInstanceCommandOutput } from "./commands/AddRoleToDBInstanceCommand";
|
|
11
11
|
import { AddSourceIdentifierToSubscriptionCommandInput, AddSourceIdentifierToSubscriptionCommandOutput } from "./commands/AddSourceIdentifierToSubscriptionCommand";
|
|
@@ -169,7 +169,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
169
169
|
* A function that can calculate the length of a request body.
|
|
170
170
|
* @internal
|
|
171
171
|
*/
|
|
172
|
-
bodyLengthChecker?:
|
|
172
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
173
173
|
/**
|
|
174
174
|
* A function that converts a stream into an array of bytes.
|
|
175
175
|
* @internal
|
|
@@ -82,9 +82,6 @@ export interface CopyDBClusterSnapshotCommandOutput extends CopyDBClusterSnapsho
|
|
|
82
82
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
|
|
83
83
|
* Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i>
|
|
84
84
|
* </p>
|
|
85
|
-
* <note>
|
|
86
|
-
* <p>The Multi-AZ DB clusters feature is in preview and is subject to change.</p>
|
|
87
|
-
* </note>
|
|
88
85
|
* @example
|
|
89
86
|
* Use a bare-bones client and the command you need to make an API call.
|
|
90
87
|
* ```javascript
|
|
@@ -21,9 +21,6 @@ export interface CreateDBClusterCommandOutput extends CreateDBClusterResult, __M
|
|
|
21
21
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
|
|
22
22
|
* Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i>
|
|
23
23
|
* </p>
|
|
24
|
-
* <note>
|
|
25
|
-
* <p>The Multi-AZ DB clusters feature is in preview and is subject to change.</p>
|
|
26
|
-
* </note>
|
|
27
24
|
* @example
|
|
28
25
|
* Use a bare-bones client and the command you need to make an API call.
|
|
29
26
|
* ```javascript
|
|
@@ -42,9 +42,6 @@ export interface CreateDBClusterParameterGroupCommandOutput extends CreateDBClus
|
|
|
42
42
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
|
|
43
43
|
* Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i>
|
|
44
44
|
* </p>
|
|
45
|
-
* <note>
|
|
46
|
-
* <p>The Multi-AZ DB clusters feature is in preview and is subject to change.</p>
|
|
47
|
-
* </note>
|
|
48
45
|
* @example
|
|
49
46
|
* Use a bare-bones client and the command you need to make an API call.
|
|
50
47
|
* ```javascript
|
|
@@ -15,9 +15,6 @@ export interface CreateDBClusterSnapshotCommandOutput extends CreateDBClusterSna
|
|
|
15
15
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
|
|
16
16
|
* Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i>
|
|
17
17
|
* </p>
|
|
18
|
-
* <note>
|
|
19
|
-
* <p>The Multi-AZ DB clusters feature is in preview and is subject to change.</p>
|
|
20
|
-
* </note>
|
|
21
18
|
* @example
|
|
22
19
|
* Use a bare-bones client and the command you need to make an API call.
|
|
23
20
|
* ```javascript
|
|
@@ -18,9 +18,6 @@ export interface DeleteDBClusterCommandOutput extends DeleteDBClusterResult, __M
|
|
|
18
18
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
|
|
19
19
|
* Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i>
|
|
20
20
|
* </p>
|
|
21
|
-
* <note>
|
|
22
|
-
* <p>The Multi-AZ DB clusters feature is in preview and is subject to change.</p>
|
|
23
|
-
* </note>
|
|
24
21
|
* @example
|
|
25
22
|
* Use a bare-bones client and the command you need to make an API call.
|
|
26
23
|
* ```javascript
|
|
@@ -16,9 +16,6 @@ export interface DeleteDBClusterParameterGroupCommandOutput extends __MetadataBe
|
|
|
16
16
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
|
|
17
17
|
* Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i>
|
|
18
18
|
* </p>
|
|
19
|
-
* <note>
|
|
20
|
-
* <p>The Multi-AZ DB clusters feature is in preview and is subject to change.</p>
|
|
21
|
-
* </note>
|
|
22
19
|
* @example
|
|
23
20
|
* Use a bare-bones client and the command you need to make an API call.
|
|
24
21
|
* ```javascript
|
|
@@ -20,9 +20,6 @@ export interface DeleteDBClusterSnapshotCommandOutput extends DeleteDBClusterSna
|
|
|
20
20
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
|
|
21
21
|
* Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i>
|
|
22
22
|
* </p>
|
|
23
|
-
* <note>
|
|
24
|
-
* <p>The Multi-AZ DB clusters feature is in preview and is subject to change.</p>
|
|
25
|
-
* </note>
|
|
26
23
|
* @example
|
|
27
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
28
25
|
* ```javascript
|
|
@@ -20,9 +20,6 @@ export interface DescribeDBClusterParameterGroupsCommandOutput extends DBCluster
|
|
|
20
20
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
|
|
21
21
|
* Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i>
|
|
22
22
|
* </p>
|
|
23
|
-
* <note>
|
|
24
|
-
* <p>The Multi-AZ DB clusters feature is in preview and is subject to change.</p>
|
|
25
|
-
* </note>
|
|
26
23
|
* @example
|
|
27
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
28
25
|
* ```javascript
|
|
@@ -16,9 +16,6 @@ export interface DescribeDBClusterParametersCommandOutput extends DBClusterParam
|
|
|
16
16
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
|
|
17
17
|
* Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i>
|
|
18
18
|
* </p>
|
|
19
|
-
* <note>
|
|
20
|
-
* <p>The Multi-AZ DB clusters feature is in preview and is subject to change.</p>
|
|
21
|
-
* </note>
|
|
22
19
|
* @example
|
|
23
20
|
* Use a bare-bones client and the command you need to make an API call.
|
|
24
21
|
* ```javascript
|
|
@@ -16,9 +16,6 @@ export interface DescribeDBClusterSnapshotsCommandOutput extends DBClusterSnapsh
|
|
|
16
16
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
|
|
17
17
|
* Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i>
|
|
18
18
|
* </p>
|
|
19
|
-
* <note>
|
|
20
|
-
* <p>The Multi-AZ DB clusters feature is in preview and is subject to change.</p>
|
|
21
|
-
* </note>
|
|
22
19
|
* @example
|
|
23
20
|
* Use a bare-bones client and the command you need to make an API call.
|
|
24
21
|
* ```javascript
|
|
@@ -16,9 +16,6 @@ export interface DescribeDBClustersCommandOutput extends DBClusterMessage, __Met
|
|
|
16
16
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
|
|
17
17
|
* Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i>
|
|
18
18
|
* </p>
|
|
19
|
-
* <note>
|
|
20
|
-
* <p>The Multi-AZ DB clusters feature is in preview and is subject to change.</p>
|
|
21
|
-
* </note>
|
|
22
19
|
* <p>This operation can also return information for Amazon Neptune DB instances and Amazon DocumentDB instances.</p>
|
|
23
20
|
* @example
|
|
24
21
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -26,9 +26,6 @@ export interface FailoverDBClusterCommandOutput extends FailoverDBClusterResult,
|
|
|
26
26
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
|
|
27
27
|
* Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i>
|
|
28
28
|
* </p>
|
|
29
|
-
* <note>
|
|
30
|
-
* <p>The Multi-AZ DB clusters feature is in preview and is subject to change.</p>
|
|
31
|
-
* </note>
|
|
32
29
|
* @example
|
|
33
30
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
31
|
* ```javascript
|
|
@@ -18,9 +18,6 @@ export interface ModifyDBClusterCommandOutput extends ModifyDBClusterResult, __M
|
|
|
18
18
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
|
|
19
19
|
* Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i>
|
|
20
20
|
* </p>
|
|
21
|
-
* <note>
|
|
22
|
-
* <p>The Multi-AZ DB clusters feature is in preview and is subject to change.</p>
|
|
23
|
-
* </note>
|
|
24
21
|
* @example
|
|
25
22
|
* Use a bare-bones client and the command you need to make an API call.
|
|
26
23
|
* ```javascript
|
|
@@ -36,9 +36,6 @@ export interface ModifyDBClusterParameterGroupCommandOutput extends DBClusterPar
|
|
|
36
36
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
|
|
37
37
|
* Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i>
|
|
38
38
|
* </p>
|
|
39
|
-
* <note>
|
|
40
|
-
* <p>The Multi-AZ DB clusters feature is in preview and is subject to change.</p>
|
|
41
|
-
* </note>
|
|
42
39
|
* @example
|
|
43
40
|
* Use a bare-bones client and the command you need to make an API call.
|
|
44
41
|
* ```javascript
|
|
@@ -17,8 +17,7 @@ export interface RebootDBClusterCommandOutput extends RebootDBClusterResult, __M
|
|
|
17
17
|
* cluster results in a momentary outage, during which the DB cluster status is set to rebooting.
|
|
18
18
|
* </p>
|
|
19
19
|
*
|
|
20
|
-
* <p>Use this operation only for a non-Aurora Multi-AZ DB cluster
|
|
21
|
-
* The Multi-AZ DB clusters feature is in preview and is subject to change.</p>
|
|
20
|
+
* <p>Use this operation only for a non-Aurora Multi-AZ DB cluster.</p>
|
|
22
21
|
*
|
|
23
22
|
* <p>For more information on Multi-AZ DB clusters, see
|
|
24
23
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
|
|
@@ -17,9 +17,6 @@ export interface RemoveRoleFromDBClusterCommandOutput extends __MetadataBearer {
|
|
|
17
17
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
|
|
18
18
|
* Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i>
|
|
19
19
|
* </p>
|
|
20
|
-
* <note>
|
|
21
|
-
* <p>The Multi-AZ DB clusters feature is in preview and is subject to change.</p>
|
|
22
|
-
* </note>
|
|
23
20
|
* @example
|
|
24
21
|
* Use a bare-bones client and the command you need to make an API call.
|
|
25
22
|
* ```javascript
|
|
@@ -27,9 +27,6 @@ export interface ResetDBClusterParameterGroupCommandOutput extends DBClusterPara
|
|
|
27
27
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
|
|
28
28
|
* Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i>
|
|
29
29
|
* </p>
|
|
30
|
-
* <note>
|
|
31
|
-
* <p>The Multi-AZ DB clusters feature is in preview and is subject to change.</p>
|
|
32
|
-
* </note>
|
|
33
30
|
* @example
|
|
34
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
32
|
* ```javascript
|
|
@@ -27,9 +27,6 @@ export interface RestoreDBClusterFromSnapshotCommandOutput extends RestoreDBClus
|
|
|
27
27
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
|
|
28
28
|
* Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i>
|
|
29
29
|
* </p>
|
|
30
|
-
* <note>
|
|
31
|
-
* <p>The Multi-AZ DB clusters feature is in preview and is subject to change.</p>
|
|
32
|
-
* </note>
|
|
33
30
|
* @example
|
|
34
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
32
|
* ```javascript
|
|
@@ -28,9 +28,6 @@ export interface RestoreDBClusterToPointInTimeCommandOutput extends RestoreDBClu
|
|
|
28
28
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
|
|
29
29
|
* Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i>
|
|
30
30
|
* </p>
|
|
31
|
-
* <note>
|
|
32
|
-
* <p>The Multi-AZ DB clusters feature is in preview and is subject to change.</p>
|
|
33
|
-
* </note>
|
|
34
31
|
* @example
|
|
35
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
33
|
* ```javascript
|
package/dist-types/index.d.ts
CHANGED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
|
|
2
|
+
/**
|
|
3
|
+
* Base exception class for all service exceptions from RDS service.
|
|
4
|
+
*/
|
|
5
|
+
export declare class RDSServiceException extends __ServiceException {
|
|
6
|
+
/**
|
|
7
|
+
* @internal
|
|
8
|
+
*/
|
|
9
|
+
constructor(options: __ServiceExceptionOptions);
|
|
10
|
+
}
|