@aws-sdk/client-rds 3.497.0 → 3.499.0
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/README.md +40 -0
- package/dist-cjs/commands/CreateDBShardGroupCommand.js +1 -0
- package/dist-cjs/commands/DeleteDBShardGroupCommand.js +1 -0
- package/dist-cjs/commands/DescribeDBShardGroupsCommand.js +1 -0
- package/dist-cjs/commands/ModifyDBShardGroupCommand.js +1 -0
- package/dist-cjs/commands/RebootDBShardGroupCommand.js +1 -0
- package/dist-cjs/index.js +747 -31
- package/dist-es/RDS.js +10 -0
- package/dist-es/commands/CreateDBShardGroupCommand.js +24 -0
- package/dist-es/commands/DeleteDBShardGroupCommand.js +24 -0
- package/dist-es/commands/DeleteTenantDatabaseCommand.js +1 -1
- package/dist-es/commands/DescribeDBShardGroupsCommand.js +24 -0
- package/dist-es/commands/ModifyDBShardGroupCommand.js +24 -0
- package/dist-es/commands/RebootDBShardGroupCommand.js +24 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +82 -16
- package/dist-es/models/models_1.js +16 -0
- package/dist-es/protocols/Aws_query.js +502 -10
- package/dist-types/RDS.d.ts +35 -0
- package/dist-types/RDSClient.d.ts +7 -2
- package/dist-types/commands/CreateDBClusterCommand.d.ts +5 -0
- package/dist-types/commands/CreateDBShardGroupCommand.d.ts +93 -0
- package/dist-types/commands/DeleteDBClusterCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDBShardGroupCommand.d.ts +74 -0
- package/dist-types/commands/DeleteTenantDatabaseCommand.d.ts +2 -1
- package/dist-types/commands/DeregisterDBProxyTargetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeBlueGreenDeploymentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCertificatesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBClustersCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDBShardGroupsCommand.d.ts +87 -0
- package/dist-types/commands/FailoverDBClusterCommand.d.ts +8 -2
- package/dist-types/commands/ModifyDBClusterCommand.d.ts +5 -0
- package/dist-types/commands/ModifyDBShardGroupCommand.d.ts +80 -0
- package/dist-types/commands/PromoteReadReplicaDBClusterCommand.d.ts +4 -0
- package/dist-types/commands/RebootDBClusterCommand.d.ts +4 -0
- package/dist-types/commands/RebootDBShardGroupCommand.d.ts +74 -0
- package/dist-types/commands/RestoreDBClusterFromS3Command.d.ts +4 -0
- package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +4 -0
- package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +4 -0
- package/dist-types/commands/StartDBClusterCommand.d.ts +4 -0
- package/dist-types/commands/StopDBClusterCommand.d.ts +4 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +269 -330
- package/dist-types/models/models_1.d.ts +413 -2
- package/dist-types/protocols/Aws_query.d.ts +45 -0
- package/dist-types/ts3.4/RDS.d.ts +85 -0
- package/dist-types/ts3.4/RDSClient.d.ts +30 -0
- package/dist-types/ts3.4/commands/CreateDBShardGroupCommand.d.ts +27 -0
- package/dist-types/ts3.4/commands/DeleteDBShardGroupCommand.d.ts +27 -0
- package/dist-types/ts3.4/commands/DeleteTenantDatabaseCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeregisterDBProxyTargetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeBlueGreenDeploymentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCertificatesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBShardGroupsCommand.d.ts +30 -0
- package/dist-types/ts3.4/commands/ModifyDBShardGroupCommand.d.ts +28 -0
- package/dist-types/ts3.4/commands/RebootDBShardGroupCommand.d.ts +28 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +81 -56
- package/dist-types/ts3.4/models/models_1.d.ts +75 -2
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +60 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -455,6 +455,14 @@ CreateDBSecurityGroup
|
|
|
455
455
|
|
|
456
456
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rds/command/CreateDBSecurityGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rds/Interface/CreateDBSecurityGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rds/Interface/CreateDBSecurityGroupCommandOutput/)
|
|
457
457
|
|
|
458
|
+
</details>
|
|
459
|
+
<details>
|
|
460
|
+
<summary>
|
|
461
|
+
CreateDBShardGroup
|
|
462
|
+
</summary>
|
|
463
|
+
|
|
464
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rds/command/CreateDBShardGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rds/Interface/CreateDBShardGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rds/Interface/CreateDBShardGroupCommandOutput/)
|
|
465
|
+
|
|
458
466
|
</details>
|
|
459
467
|
<details>
|
|
460
468
|
<summary>
|
|
@@ -615,6 +623,14 @@ DeleteDBSecurityGroup
|
|
|
615
623
|
|
|
616
624
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rds/command/DeleteDBSecurityGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rds/Interface/DeleteDBSecurityGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rds/Interface/DeleteDBSecurityGroupCommandOutput/)
|
|
617
625
|
|
|
626
|
+
</details>
|
|
627
|
+
<details>
|
|
628
|
+
<summary>
|
|
629
|
+
DeleteDBShardGroup
|
|
630
|
+
</summary>
|
|
631
|
+
|
|
632
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rds/command/DeleteDBShardGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rds/Interface/DeleteDBShardGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rds/Interface/DeleteDBShardGroupCommandOutput/)
|
|
633
|
+
|
|
618
634
|
</details>
|
|
619
635
|
<details>
|
|
620
636
|
<summary>
|
|
@@ -863,6 +879,14 @@ DescribeDBSecurityGroups
|
|
|
863
879
|
|
|
864
880
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rds/command/DescribeDBSecurityGroupsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rds/Interface/DescribeDBSecurityGroupsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rds/Interface/DescribeDBSecurityGroupsCommandOutput/)
|
|
865
881
|
|
|
882
|
+
</details>
|
|
883
|
+
<details>
|
|
884
|
+
<summary>
|
|
885
|
+
DescribeDBShardGroups
|
|
886
|
+
</summary>
|
|
887
|
+
|
|
888
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rds/command/DescribeDBShardGroupsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rds/Interface/DescribeDBShardGroupsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rds/Interface/DescribeDBShardGroupsCommandOutput/)
|
|
889
|
+
|
|
866
890
|
</details>
|
|
867
891
|
<details>
|
|
868
892
|
<summary>
|
|
@@ -1191,6 +1215,14 @@ ModifyDBRecommendation
|
|
|
1191
1215
|
|
|
1192
1216
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rds/command/ModifyDBRecommendationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rds/Interface/ModifyDBRecommendationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rds/Interface/ModifyDBRecommendationCommandOutput/)
|
|
1193
1217
|
|
|
1218
|
+
</details>
|
|
1219
|
+
<details>
|
|
1220
|
+
<summary>
|
|
1221
|
+
ModifyDBShardGroup
|
|
1222
|
+
</summary>
|
|
1223
|
+
|
|
1224
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rds/command/ModifyDBShardGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rds/Interface/ModifyDBShardGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rds/Interface/ModifyDBShardGroupCommandOutput/)
|
|
1225
|
+
|
|
1194
1226
|
</details>
|
|
1195
1227
|
<details>
|
|
1196
1228
|
<summary>
|
|
@@ -1287,6 +1319,14 @@ RebootDBInstance
|
|
|
1287
1319
|
|
|
1288
1320
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rds/command/RebootDBInstanceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rds/Interface/RebootDBInstanceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rds/Interface/RebootDBInstanceCommandOutput/)
|
|
1289
1321
|
|
|
1322
|
+
</details>
|
|
1323
|
+
<details>
|
|
1324
|
+
<summary>
|
|
1325
|
+
RebootDBShardGroup
|
|
1326
|
+
</summary>
|
|
1327
|
+
|
|
1328
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rds/command/RebootDBShardGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rds/Interface/RebootDBShardGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rds/Interface/RebootDBShardGroupCommandOutput/)
|
|
1329
|
+
|
|
1290
1330
|
</details>
|
|
1291
1331
|
<details>
|
|
1292
1332
|
<summary>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require("../index.js");
|