@aws-sdk/client-rds 3.441.0 → 3.445.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/RDS.js +10 -0
- package/dist-cjs/commands/CreateTenantDatabaseCommand.js +52 -0
- package/dist-cjs/commands/DeleteTenantDatabaseCommand.js +52 -0
- package/dist-cjs/commands/DescribeDBSnapshotTenantDatabasesCommand.js +51 -0
- package/dist-cjs/commands/DescribeTenantDatabasesCommand.js +52 -0
- package/dist-cjs/commands/ModifyTenantDatabaseCommand.js +52 -0
- package/dist-cjs/commands/index.js +5 -0
- package/dist-cjs/models/models_0.js +83 -20
- package/dist-cjs/models/models_1.js +37 -1
- package/dist-cjs/pagination/DescribeDBSnapshotTenantDatabasesPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeTenantDatabasesPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +2 -0
- package/dist-cjs/protocols/Aws_query.js +653 -7
- package/dist-cjs/waiters/index.js +2 -0
- package/dist-cjs/waiters/waitForTenantDatabaseAvailable.js +89 -0
- package/dist-cjs/waiters/waitForTenantDatabaseDeleted.js +39 -0
- package/dist-es/RDS.js +10 -0
- package/dist-es/commands/CreateTenantDatabaseCommand.js +48 -0
- package/dist-es/commands/DeleteTenantDatabaseCommand.js +48 -0
- package/dist-es/commands/DescribeDBSnapshotTenantDatabasesCommand.js +47 -0
- package/dist-es/commands/DescribeTenantDatabasesCommand.js +48 -0
- package/dist-es/commands/ModifyTenantDatabaseCommand.js +48 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +71 -16
- package/dist-es/models/models_1.js +32 -0
- package/dist-es/pagination/DescribeDBSnapshotTenantDatabasesPaginator.js +25 -0
- package/dist-es/pagination/DescribeTenantDatabasesPaginator.js +25 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_query.js +637 -2
- package/dist-es/waiters/index.js +2 -0
- package/dist-es/waiters/waitForTenantDatabaseAvailable.js +84 -0
- package/dist-es/waiters/waitForTenantDatabaseDeleted.js +34 -0
- package/dist-types/RDS.d.ts +35 -0
- package/dist-types/RDSClient.d.ts +7 -2
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +6 -0
- package/dist-types/commands/CopyDBSnapshotCommand.d.ts +1 -0
- package/dist-types/commands/CreateDBInstanceCommand.d.ts +7 -0
- package/dist-types/commands/CreateDBInstanceReadReplicaCommand.d.ts +6 -0
- package/dist-types/commands/CreateDBSnapshotCommand.d.ts +1 -0
- package/dist-types/commands/CreateTenantDatabaseCommand.d.ts +122 -0
- package/dist-types/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDBInstanceCommand.d.ts +2 -0
- package/dist-types/commands/DeleteDBSnapshotCommand.d.ts +1 -0
- package/dist-types/commands/DeleteTenantDatabaseCommand.d.ts +111 -0
- package/dist-types/commands/DescribeDBClusterAutomatedBackupsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDBClusterBacktracksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBClusterEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDBInstancesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeDBSnapshotTenantDatabasesCommand.d.ts +117 -0
- package/dist-types/commands/DescribeDBSnapshotsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeTenantDatabasesCommand.d.ts +114 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
- package/dist-types/commands/ModifyDBInstanceCommand.d.ts +7 -0
- package/dist-types/commands/ModifyDBSnapshotCommand.d.ts +1 -0
- package/dist-types/commands/ModifyTenantDatabaseCommand.d.ts +114 -0
- package/dist-types/commands/PromoteReadReplicaCommand.d.ts +2 -0
- package/dist-types/commands/RebootDBInstanceCommand.d.ts +2 -0
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +6 -0
- package/dist-types/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +6 -0
- package/dist-types/commands/RestoreDBInstanceFromS3Command.d.ts +2 -0
- package/dist-types/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +6 -0
- package/dist-types/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +1 -0
- package/dist-types/commands/StartDBInstanceCommand.d.ts +2 -0
- package/dist-types/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +1 -0
- package/dist-types/commands/StopDBInstanceCommand.d.ts +2 -0
- package/dist-types/commands/SwitchoverReadReplicaCommand.d.ts +2 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +333 -388
- package/dist-types/models/models_1.d.ts +1132 -335
- package/dist-types/pagination/DescribeDBSnapshotTenantDatabasesPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeTenantDatabasesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_query.d.ts +45 -0
- package/dist-types/ts3.4/RDS.d.ts +91 -0
- package/dist-types/ts3.4/RDSClient.d.ts +30 -0
- package/dist-types/ts3.4/commands/CreateTenantDatabaseCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteTenantDatabaseCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeDBClusterAutomatedBackupsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeDBClusterBacktracksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBClusterEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBClusterParameterGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBSnapshotTenantDatabasesCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeTenantDatabasesCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ModifyTenantDatabaseCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +97 -67
- package/dist-types/ts3.4/models/models_1.d.ts +129 -1
- package/dist-types/ts3.4/pagination/DescribeDBSnapshotTenantDatabasesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeTenantDatabasesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +60 -0
- package/dist-types/ts3.4/waiters/index.d.ts +2 -0
- package/dist-types/ts3.4/waiters/waitForTenantDatabaseAvailable.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForTenantDatabaseDeleted.d.ts +11 -0
- package/dist-types/waiters/index.d.ts +2 -0
- package/dist-types/waiters/waitForTenantDatabaseAvailable.d.ts +14 -0
- package/dist-types/waiters/waitForTenantDatabaseDeleted.d.ts +14 -0
- package/package.json +4 -4
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { DescribeDBSnapshotTenantDatabasesCommandInput, DescribeDBSnapshotTenantDatabasesCommandOutput } from "../commands/DescribeDBSnapshotTenantDatabasesCommand";
|
|
3
|
+
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateDescribeDBSnapshotTenantDatabases(config: RDSPaginationConfiguration, input: DescribeDBSnapshotTenantDatabasesCommandInput, ...additionalArguments: any): Paginator<DescribeDBSnapshotTenantDatabasesCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { DescribeTenantDatabasesCommandInput, DescribeTenantDatabasesCommandOutput } from "../commands/DescribeTenantDatabasesCommand";
|
|
3
|
+
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateDescribeTenantDatabases(config: RDSPaginationConfiguration, input: DescribeTenantDatabasesCommandInput, ...additionalArguments: any): Paginator<DescribeTenantDatabasesCommandOutput>;
|
|
@@ -19,6 +19,7 @@ export * from "./DescribeDBProxyEndpointsPaginator";
|
|
|
19
19
|
export * from "./DescribeDBProxyTargetGroupsPaginator";
|
|
20
20
|
export * from "./DescribeDBProxyTargetsPaginator";
|
|
21
21
|
export * from "./DescribeDBSecurityGroupsPaginator";
|
|
22
|
+
export * from "./DescribeDBSnapshotTenantDatabasesPaginator";
|
|
22
23
|
export * from "./DescribeDBSnapshotsPaginator";
|
|
23
24
|
export * from "./DescribeDBSubnetGroupsPaginator";
|
|
24
25
|
export * from "./DescribeEngineDefaultParametersPaginator";
|
|
@@ -34,4 +35,5 @@ export * from "./DescribePendingMaintenanceActionsPaginator";
|
|
|
34
35
|
export * from "./DescribeReservedDBInstancesOfferingsPaginator";
|
|
35
36
|
export * from "./DescribeReservedDBInstancesPaginator";
|
|
36
37
|
export * from "./DescribeSourceRegionsPaginator";
|
|
38
|
+
export * from "./DescribeTenantDatabasesPaginator";
|
|
37
39
|
export * from "./DownloadDBLogFilePortionPaginator";
|
|
@@ -31,6 +31,7 @@ import { CreateEventSubscriptionCommandInput, CreateEventSubscriptionCommandOutp
|
|
|
31
31
|
import { CreateGlobalClusterCommandInput, CreateGlobalClusterCommandOutput } from "../commands/CreateGlobalClusterCommand";
|
|
32
32
|
import { CreateIntegrationCommandInput, CreateIntegrationCommandOutput } from "../commands/CreateIntegrationCommand";
|
|
33
33
|
import { CreateOptionGroupCommandInput, CreateOptionGroupCommandOutput } from "../commands/CreateOptionGroupCommand";
|
|
34
|
+
import { CreateTenantDatabaseCommandInput, CreateTenantDatabaseCommandOutput } from "../commands/CreateTenantDatabaseCommand";
|
|
34
35
|
import { DeleteBlueGreenDeploymentCommandInput, DeleteBlueGreenDeploymentCommandOutput } from "../commands/DeleteBlueGreenDeploymentCommand";
|
|
35
36
|
import { DeleteCustomDBEngineVersionCommandInput, DeleteCustomDBEngineVersionCommandOutput } from "../commands/DeleteCustomDBEngineVersionCommand";
|
|
36
37
|
import { DeleteDBClusterAutomatedBackupCommandInput, DeleteDBClusterAutomatedBackupCommandOutput } from "../commands/DeleteDBClusterAutomatedBackupCommand";
|
|
@@ -50,6 +51,7 @@ import { DeleteEventSubscriptionCommandInput, DeleteEventSubscriptionCommandOutp
|
|
|
50
51
|
import { DeleteGlobalClusterCommandInput, DeleteGlobalClusterCommandOutput } from "../commands/DeleteGlobalClusterCommand";
|
|
51
52
|
import { DeleteIntegrationCommandInput, DeleteIntegrationCommandOutput } from "../commands/DeleteIntegrationCommand";
|
|
52
53
|
import { DeleteOptionGroupCommandInput, DeleteOptionGroupCommandOutput } from "../commands/DeleteOptionGroupCommand";
|
|
54
|
+
import { DeleteTenantDatabaseCommandInput, DeleteTenantDatabaseCommandOutput } from "../commands/DeleteTenantDatabaseCommand";
|
|
53
55
|
import { DeregisterDBProxyTargetsCommandInput, DeregisterDBProxyTargetsCommandOutput } from "../commands/DeregisterDBProxyTargetsCommand";
|
|
54
56
|
import { DescribeAccountAttributesCommandInput, DescribeAccountAttributesCommandOutput } from "../commands/DescribeAccountAttributesCommand";
|
|
55
57
|
import { DescribeBlueGreenDeploymentsCommandInput, DescribeBlueGreenDeploymentsCommandOutput } from "../commands/DescribeBlueGreenDeploymentsCommand";
|
|
@@ -75,6 +77,7 @@ import { DescribeDBProxyTargetsCommandInput, DescribeDBProxyTargetsCommandOutput
|
|
|
75
77
|
import { DescribeDBSecurityGroupsCommandInput, DescribeDBSecurityGroupsCommandOutput } from "../commands/DescribeDBSecurityGroupsCommand";
|
|
76
78
|
import { DescribeDBSnapshotAttributesCommandInput, DescribeDBSnapshotAttributesCommandOutput } from "../commands/DescribeDBSnapshotAttributesCommand";
|
|
77
79
|
import { DescribeDBSnapshotsCommandInput, DescribeDBSnapshotsCommandOutput } from "../commands/DescribeDBSnapshotsCommand";
|
|
80
|
+
import { DescribeDBSnapshotTenantDatabasesCommandInput, DescribeDBSnapshotTenantDatabasesCommandOutput } from "../commands/DescribeDBSnapshotTenantDatabasesCommand";
|
|
78
81
|
import { DescribeDBSubnetGroupsCommandInput, DescribeDBSubnetGroupsCommandOutput } from "../commands/DescribeDBSubnetGroupsCommand";
|
|
79
82
|
import { DescribeEngineDefaultClusterParametersCommandInput, DescribeEngineDefaultClusterParametersCommandOutput } from "../commands/DescribeEngineDefaultClusterParametersCommand";
|
|
80
83
|
import { DescribeEngineDefaultParametersCommandInput, DescribeEngineDefaultParametersCommandOutput } from "../commands/DescribeEngineDefaultParametersCommand";
|
|
@@ -91,6 +94,7 @@ import { DescribePendingMaintenanceActionsCommandInput, DescribePendingMaintenan
|
|
|
91
94
|
import { DescribeReservedDBInstancesCommandInput, DescribeReservedDBInstancesCommandOutput } from "../commands/DescribeReservedDBInstancesCommand";
|
|
92
95
|
import { DescribeReservedDBInstancesOfferingsCommandInput, DescribeReservedDBInstancesOfferingsCommandOutput } from "../commands/DescribeReservedDBInstancesOfferingsCommand";
|
|
93
96
|
import { DescribeSourceRegionsCommandInput, DescribeSourceRegionsCommandOutput } from "../commands/DescribeSourceRegionsCommand";
|
|
97
|
+
import { DescribeTenantDatabasesCommandInput, DescribeTenantDatabasesCommandOutput } from "../commands/DescribeTenantDatabasesCommand";
|
|
94
98
|
import { DescribeValidDBInstanceModificationsCommandInput, DescribeValidDBInstanceModificationsCommandOutput } from "../commands/DescribeValidDBInstanceModificationsCommand";
|
|
95
99
|
import { DownloadDBLogFilePortionCommandInput, DownloadDBLogFilePortionCommandOutput } from "../commands/DownloadDBLogFilePortionCommand";
|
|
96
100
|
import { FailoverDBClusterCommandInput, FailoverDBClusterCommandOutput } from "../commands/FailoverDBClusterCommand";
|
|
@@ -115,6 +119,7 @@ import { ModifyDBSubnetGroupCommandInput, ModifyDBSubnetGroupCommandOutput } fro
|
|
|
115
119
|
import { ModifyEventSubscriptionCommandInput, ModifyEventSubscriptionCommandOutput } from "../commands/ModifyEventSubscriptionCommand";
|
|
116
120
|
import { ModifyGlobalClusterCommandInput, ModifyGlobalClusterCommandOutput } from "../commands/ModifyGlobalClusterCommand";
|
|
117
121
|
import { ModifyOptionGroupCommandInput, ModifyOptionGroupCommandOutput } from "../commands/ModifyOptionGroupCommand";
|
|
122
|
+
import { ModifyTenantDatabaseCommandInput, ModifyTenantDatabaseCommandOutput } from "../commands/ModifyTenantDatabaseCommand";
|
|
118
123
|
import { PromoteReadReplicaCommandInput, PromoteReadReplicaCommandOutput } from "../commands/PromoteReadReplicaCommand";
|
|
119
124
|
import { PromoteReadReplicaDBClusterCommandInput, PromoteReadReplicaDBClusterCommandOutput } from "../commands/PromoteReadReplicaDBClusterCommand";
|
|
120
125
|
import { PurchaseReservedDBInstancesOfferingCommandInput, PurchaseReservedDBInstancesOfferingCommandOutput } from "../commands/PurchaseReservedDBInstancesOfferingCommand";
|
|
@@ -271,6 +276,10 @@ export declare const se_CreateIntegrationCommand: (input: CreateIntegrationComma
|
|
|
271
276
|
* serializeAws_queryCreateOptionGroupCommand
|
|
272
277
|
*/
|
|
273
278
|
export declare const se_CreateOptionGroupCommand: (input: CreateOptionGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
279
|
+
/**
|
|
280
|
+
* serializeAws_queryCreateTenantDatabaseCommand
|
|
281
|
+
*/
|
|
282
|
+
export declare const se_CreateTenantDatabaseCommand: (input: CreateTenantDatabaseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
274
283
|
/**
|
|
275
284
|
* serializeAws_queryDeleteBlueGreenDeploymentCommand
|
|
276
285
|
*/
|
|
@@ -347,6 +356,10 @@ export declare const se_DeleteIntegrationCommand: (input: DeleteIntegrationComma
|
|
|
347
356
|
* serializeAws_queryDeleteOptionGroupCommand
|
|
348
357
|
*/
|
|
349
358
|
export declare const se_DeleteOptionGroupCommand: (input: DeleteOptionGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
359
|
+
/**
|
|
360
|
+
* serializeAws_queryDeleteTenantDatabaseCommand
|
|
361
|
+
*/
|
|
362
|
+
export declare const se_DeleteTenantDatabaseCommand: (input: DeleteTenantDatabaseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
350
363
|
/**
|
|
351
364
|
* serializeAws_queryDeregisterDBProxyTargetsCommand
|
|
352
365
|
*/
|
|
@@ -447,6 +460,10 @@ export declare const se_DescribeDBSnapshotAttributesCommand: (input: DescribeDBS
|
|
|
447
460
|
* serializeAws_queryDescribeDBSnapshotsCommand
|
|
448
461
|
*/
|
|
449
462
|
export declare const se_DescribeDBSnapshotsCommand: (input: DescribeDBSnapshotsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
463
|
+
/**
|
|
464
|
+
* serializeAws_queryDescribeDBSnapshotTenantDatabasesCommand
|
|
465
|
+
*/
|
|
466
|
+
export declare const se_DescribeDBSnapshotTenantDatabasesCommand: (input: DescribeDBSnapshotTenantDatabasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
450
467
|
/**
|
|
451
468
|
* serializeAws_queryDescribeDBSubnetGroupsCommand
|
|
452
469
|
*/
|
|
@@ -511,6 +528,10 @@ export declare const se_DescribeReservedDBInstancesOfferingsCommand: (input: Des
|
|
|
511
528
|
* serializeAws_queryDescribeSourceRegionsCommand
|
|
512
529
|
*/
|
|
513
530
|
export declare const se_DescribeSourceRegionsCommand: (input: DescribeSourceRegionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
531
|
+
/**
|
|
532
|
+
* serializeAws_queryDescribeTenantDatabasesCommand
|
|
533
|
+
*/
|
|
534
|
+
export declare const se_DescribeTenantDatabasesCommand: (input: DescribeTenantDatabasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
514
535
|
/**
|
|
515
536
|
* serializeAws_queryDescribeValidDBInstanceModificationsCommand
|
|
516
537
|
*/
|
|
@@ -607,6 +628,10 @@ export declare const se_ModifyGlobalClusterCommand: (input: ModifyGlobalClusterC
|
|
|
607
628
|
* serializeAws_queryModifyOptionGroupCommand
|
|
608
629
|
*/
|
|
609
630
|
export declare const se_ModifyOptionGroupCommand: (input: ModifyOptionGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
631
|
+
/**
|
|
632
|
+
* serializeAws_queryModifyTenantDatabaseCommand
|
|
633
|
+
*/
|
|
634
|
+
export declare const se_ModifyTenantDatabaseCommand: (input: ModifyTenantDatabaseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
610
635
|
/**
|
|
611
636
|
* serializeAws_queryPromoteReadReplicaCommand
|
|
612
637
|
*/
|
|
@@ -859,6 +884,10 @@ export declare const de_CreateIntegrationCommand: (output: __HttpResponse, conte
|
|
|
859
884
|
* deserializeAws_queryCreateOptionGroupCommand
|
|
860
885
|
*/
|
|
861
886
|
export declare const de_CreateOptionGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateOptionGroupCommandOutput>;
|
|
887
|
+
/**
|
|
888
|
+
* deserializeAws_queryCreateTenantDatabaseCommand
|
|
889
|
+
*/
|
|
890
|
+
export declare const de_CreateTenantDatabaseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTenantDatabaseCommandOutput>;
|
|
862
891
|
/**
|
|
863
892
|
* deserializeAws_queryDeleteBlueGreenDeploymentCommand
|
|
864
893
|
*/
|
|
@@ -935,6 +964,10 @@ export declare const de_DeleteIntegrationCommand: (output: __HttpResponse, conte
|
|
|
935
964
|
* deserializeAws_queryDeleteOptionGroupCommand
|
|
936
965
|
*/
|
|
937
966
|
export declare const de_DeleteOptionGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteOptionGroupCommandOutput>;
|
|
967
|
+
/**
|
|
968
|
+
* deserializeAws_queryDeleteTenantDatabaseCommand
|
|
969
|
+
*/
|
|
970
|
+
export declare const de_DeleteTenantDatabaseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTenantDatabaseCommandOutput>;
|
|
938
971
|
/**
|
|
939
972
|
* deserializeAws_queryDeregisterDBProxyTargetsCommand
|
|
940
973
|
*/
|
|
@@ -1035,6 +1068,10 @@ export declare const de_DescribeDBSnapshotAttributesCommand: (output: __HttpResp
|
|
|
1035
1068
|
* deserializeAws_queryDescribeDBSnapshotsCommand
|
|
1036
1069
|
*/
|
|
1037
1070
|
export declare const de_DescribeDBSnapshotsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDBSnapshotsCommandOutput>;
|
|
1071
|
+
/**
|
|
1072
|
+
* deserializeAws_queryDescribeDBSnapshotTenantDatabasesCommand
|
|
1073
|
+
*/
|
|
1074
|
+
export declare const de_DescribeDBSnapshotTenantDatabasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDBSnapshotTenantDatabasesCommandOutput>;
|
|
1038
1075
|
/**
|
|
1039
1076
|
* deserializeAws_queryDescribeDBSubnetGroupsCommand
|
|
1040
1077
|
*/
|
|
@@ -1099,6 +1136,10 @@ export declare const de_DescribeReservedDBInstancesOfferingsCommand: (output: __
|
|
|
1099
1136
|
* deserializeAws_queryDescribeSourceRegionsCommand
|
|
1100
1137
|
*/
|
|
1101
1138
|
export declare const de_DescribeSourceRegionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSourceRegionsCommandOutput>;
|
|
1139
|
+
/**
|
|
1140
|
+
* deserializeAws_queryDescribeTenantDatabasesCommand
|
|
1141
|
+
*/
|
|
1142
|
+
export declare const de_DescribeTenantDatabasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTenantDatabasesCommandOutput>;
|
|
1102
1143
|
/**
|
|
1103
1144
|
* deserializeAws_queryDescribeValidDBInstanceModificationsCommand
|
|
1104
1145
|
*/
|
|
@@ -1195,6 +1236,10 @@ export declare const de_ModifyGlobalClusterCommand: (output: __HttpResponse, con
|
|
|
1195
1236
|
* deserializeAws_queryModifyOptionGroupCommand
|
|
1196
1237
|
*/
|
|
1197
1238
|
export declare const de_ModifyOptionGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyOptionGroupCommandOutput>;
|
|
1239
|
+
/**
|
|
1240
|
+
* deserializeAws_queryModifyTenantDatabaseCommand
|
|
1241
|
+
*/
|
|
1242
|
+
export declare const de_ModifyTenantDatabaseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyTenantDatabaseCommandOutput>;
|
|
1198
1243
|
/**
|
|
1199
1244
|
* deserializeAws_queryPromoteReadReplicaCommand
|
|
1200
1245
|
*/
|
|
@@ -123,6 +123,10 @@ import {
|
|
|
123
123
|
CreateOptionGroupCommandInput,
|
|
124
124
|
CreateOptionGroupCommandOutput,
|
|
125
125
|
} from "./commands/CreateOptionGroupCommand";
|
|
126
|
+
import {
|
|
127
|
+
CreateTenantDatabaseCommandInput,
|
|
128
|
+
CreateTenantDatabaseCommandOutput,
|
|
129
|
+
} from "./commands/CreateTenantDatabaseCommand";
|
|
126
130
|
import {
|
|
127
131
|
DeleteBlueGreenDeploymentCommandInput,
|
|
128
132
|
DeleteBlueGreenDeploymentCommandOutput,
|
|
@@ -199,6 +203,10 @@ import {
|
|
|
199
203
|
DeleteOptionGroupCommandInput,
|
|
200
204
|
DeleteOptionGroupCommandOutput,
|
|
201
205
|
} from "./commands/DeleteOptionGroupCommand";
|
|
206
|
+
import {
|
|
207
|
+
DeleteTenantDatabaseCommandInput,
|
|
208
|
+
DeleteTenantDatabaseCommandOutput,
|
|
209
|
+
} from "./commands/DeleteTenantDatabaseCommand";
|
|
202
210
|
import {
|
|
203
211
|
DeregisterDBProxyTargetsCommandInput,
|
|
204
212
|
DeregisterDBProxyTargetsCommandOutput,
|
|
@@ -299,6 +307,10 @@ import {
|
|
|
299
307
|
DescribeDBSnapshotsCommandInput,
|
|
300
308
|
DescribeDBSnapshotsCommandOutput,
|
|
301
309
|
} from "./commands/DescribeDBSnapshotsCommand";
|
|
310
|
+
import {
|
|
311
|
+
DescribeDBSnapshotTenantDatabasesCommandInput,
|
|
312
|
+
DescribeDBSnapshotTenantDatabasesCommandOutput,
|
|
313
|
+
} from "./commands/DescribeDBSnapshotTenantDatabasesCommand";
|
|
302
314
|
import {
|
|
303
315
|
DescribeDBSubnetGroupsCommandInput,
|
|
304
316
|
DescribeDBSubnetGroupsCommandOutput,
|
|
@@ -363,6 +375,10 @@ import {
|
|
|
363
375
|
DescribeSourceRegionsCommandInput,
|
|
364
376
|
DescribeSourceRegionsCommandOutput,
|
|
365
377
|
} from "./commands/DescribeSourceRegionsCommand";
|
|
378
|
+
import {
|
|
379
|
+
DescribeTenantDatabasesCommandInput,
|
|
380
|
+
DescribeTenantDatabasesCommandOutput,
|
|
381
|
+
} from "./commands/DescribeTenantDatabasesCommand";
|
|
366
382
|
import {
|
|
367
383
|
DescribeValidDBInstanceModificationsCommandInput,
|
|
368
384
|
DescribeValidDBInstanceModificationsCommandOutput,
|
|
@@ -459,6 +475,10 @@ import {
|
|
|
459
475
|
ModifyOptionGroupCommandInput,
|
|
460
476
|
ModifyOptionGroupCommandOutput,
|
|
461
477
|
} from "./commands/ModifyOptionGroupCommand";
|
|
478
|
+
import {
|
|
479
|
+
ModifyTenantDatabaseCommandInput,
|
|
480
|
+
ModifyTenantDatabaseCommandOutput,
|
|
481
|
+
} from "./commands/ModifyTenantDatabaseCommand";
|
|
462
482
|
import {
|
|
463
483
|
PromoteReadReplicaCommandInput,
|
|
464
484
|
PromoteReadReplicaCommandOutput,
|
|
@@ -998,6 +1018,19 @@ export interface RDS {
|
|
|
998
1018
|
options: __HttpHandlerOptions,
|
|
999
1019
|
cb: (err: any, data?: CreateOptionGroupCommandOutput) => void
|
|
1000
1020
|
): void;
|
|
1021
|
+
createTenantDatabase(
|
|
1022
|
+
args: CreateTenantDatabaseCommandInput,
|
|
1023
|
+
options?: __HttpHandlerOptions
|
|
1024
|
+
): Promise<CreateTenantDatabaseCommandOutput>;
|
|
1025
|
+
createTenantDatabase(
|
|
1026
|
+
args: CreateTenantDatabaseCommandInput,
|
|
1027
|
+
cb: (err: any, data?: CreateTenantDatabaseCommandOutput) => void
|
|
1028
|
+
): void;
|
|
1029
|
+
createTenantDatabase(
|
|
1030
|
+
args: CreateTenantDatabaseCommandInput,
|
|
1031
|
+
options: __HttpHandlerOptions,
|
|
1032
|
+
cb: (err: any, data?: CreateTenantDatabaseCommandOutput) => void
|
|
1033
|
+
): void;
|
|
1001
1034
|
deleteBlueGreenDeployment(
|
|
1002
1035
|
args: DeleteBlueGreenDeploymentCommandInput,
|
|
1003
1036
|
options?: __HttpHandlerOptions
|
|
@@ -1245,6 +1278,19 @@ export interface RDS {
|
|
|
1245
1278
|
options: __HttpHandlerOptions,
|
|
1246
1279
|
cb: (err: any, data?: DeleteOptionGroupCommandOutput) => void
|
|
1247
1280
|
): void;
|
|
1281
|
+
deleteTenantDatabase(
|
|
1282
|
+
args: DeleteTenantDatabaseCommandInput,
|
|
1283
|
+
options?: __HttpHandlerOptions
|
|
1284
|
+
): Promise<DeleteTenantDatabaseCommandOutput>;
|
|
1285
|
+
deleteTenantDatabase(
|
|
1286
|
+
args: DeleteTenantDatabaseCommandInput,
|
|
1287
|
+
cb: (err: any, data?: DeleteTenantDatabaseCommandOutput) => void
|
|
1288
|
+
): void;
|
|
1289
|
+
deleteTenantDatabase(
|
|
1290
|
+
args: DeleteTenantDatabaseCommandInput,
|
|
1291
|
+
options: __HttpHandlerOptions,
|
|
1292
|
+
cb: (err: any, data?: DeleteTenantDatabaseCommandOutput) => void
|
|
1293
|
+
): void;
|
|
1248
1294
|
deregisterDBProxyTargets(
|
|
1249
1295
|
args: DeregisterDBProxyTargetsCommandInput,
|
|
1250
1296
|
options?: __HttpHandlerOptions
|
|
@@ -1588,6 +1634,25 @@ export interface RDS {
|
|
|
1588
1634
|
options: __HttpHandlerOptions,
|
|
1589
1635
|
cb: (err: any, data?: DescribeDBSnapshotsCommandOutput) => void
|
|
1590
1636
|
): void;
|
|
1637
|
+
describeDBSnapshotTenantDatabases(
|
|
1638
|
+
args: DescribeDBSnapshotTenantDatabasesCommandInput,
|
|
1639
|
+
options?: __HttpHandlerOptions
|
|
1640
|
+
): Promise<DescribeDBSnapshotTenantDatabasesCommandOutput>;
|
|
1641
|
+
describeDBSnapshotTenantDatabases(
|
|
1642
|
+
args: DescribeDBSnapshotTenantDatabasesCommandInput,
|
|
1643
|
+
cb: (
|
|
1644
|
+
err: any,
|
|
1645
|
+
data?: DescribeDBSnapshotTenantDatabasesCommandOutput
|
|
1646
|
+
) => void
|
|
1647
|
+
): void;
|
|
1648
|
+
describeDBSnapshotTenantDatabases(
|
|
1649
|
+
args: DescribeDBSnapshotTenantDatabasesCommandInput,
|
|
1650
|
+
options: __HttpHandlerOptions,
|
|
1651
|
+
cb: (
|
|
1652
|
+
err: any,
|
|
1653
|
+
data?: DescribeDBSnapshotTenantDatabasesCommandOutput
|
|
1654
|
+
) => void
|
|
1655
|
+
): void;
|
|
1591
1656
|
describeDBSubnetGroups(
|
|
1592
1657
|
args: DescribeDBSubnetGroupsCommandInput,
|
|
1593
1658
|
options?: __HttpHandlerOptions
|
|
@@ -1820,6 +1885,19 @@ export interface RDS {
|
|
|
1820
1885
|
options: __HttpHandlerOptions,
|
|
1821
1886
|
cb: (err: any, data?: DescribeSourceRegionsCommandOutput) => void
|
|
1822
1887
|
): void;
|
|
1888
|
+
describeTenantDatabases(
|
|
1889
|
+
args: DescribeTenantDatabasesCommandInput,
|
|
1890
|
+
options?: __HttpHandlerOptions
|
|
1891
|
+
): Promise<DescribeTenantDatabasesCommandOutput>;
|
|
1892
|
+
describeTenantDatabases(
|
|
1893
|
+
args: DescribeTenantDatabasesCommandInput,
|
|
1894
|
+
cb: (err: any, data?: DescribeTenantDatabasesCommandOutput) => void
|
|
1895
|
+
): void;
|
|
1896
|
+
describeTenantDatabases(
|
|
1897
|
+
args: DescribeTenantDatabasesCommandInput,
|
|
1898
|
+
options: __HttpHandlerOptions,
|
|
1899
|
+
cb: (err: any, data?: DescribeTenantDatabasesCommandOutput) => void
|
|
1900
|
+
): void;
|
|
1823
1901
|
describeValidDBInstanceModifications(
|
|
1824
1902
|
args: DescribeValidDBInstanceModificationsCommandInput,
|
|
1825
1903
|
options?: __HttpHandlerOptions
|
|
@@ -2138,6 +2216,19 @@ export interface RDS {
|
|
|
2138
2216
|
options: __HttpHandlerOptions,
|
|
2139
2217
|
cb: (err: any, data?: ModifyOptionGroupCommandOutput) => void
|
|
2140
2218
|
): void;
|
|
2219
|
+
modifyTenantDatabase(
|
|
2220
|
+
args: ModifyTenantDatabaseCommandInput,
|
|
2221
|
+
options?: __HttpHandlerOptions
|
|
2222
|
+
): Promise<ModifyTenantDatabaseCommandOutput>;
|
|
2223
|
+
modifyTenantDatabase(
|
|
2224
|
+
args: ModifyTenantDatabaseCommandInput,
|
|
2225
|
+
cb: (err: any, data?: ModifyTenantDatabaseCommandOutput) => void
|
|
2226
|
+
): void;
|
|
2227
|
+
modifyTenantDatabase(
|
|
2228
|
+
args: ModifyTenantDatabaseCommandInput,
|
|
2229
|
+
options: __HttpHandlerOptions,
|
|
2230
|
+
cb: (err: any, data?: ModifyTenantDatabaseCommandOutput) => void
|
|
2231
|
+
): void;
|
|
2141
2232
|
promoteReadReplica(
|
|
2142
2233
|
args: PromoteReadReplicaCommandInput,
|
|
2143
2234
|
options?: __HttpHandlerOptions
|
|
@@ -169,6 +169,10 @@ import {
|
|
|
169
169
|
CreateOptionGroupCommandInput,
|
|
170
170
|
CreateOptionGroupCommandOutput,
|
|
171
171
|
} from "./commands/CreateOptionGroupCommand";
|
|
172
|
+
import {
|
|
173
|
+
CreateTenantDatabaseCommandInput,
|
|
174
|
+
CreateTenantDatabaseCommandOutput,
|
|
175
|
+
} from "./commands/CreateTenantDatabaseCommand";
|
|
172
176
|
import {
|
|
173
177
|
DeleteBlueGreenDeploymentCommandInput,
|
|
174
178
|
DeleteBlueGreenDeploymentCommandOutput,
|
|
@@ -245,6 +249,10 @@ import {
|
|
|
245
249
|
DeleteOptionGroupCommandInput,
|
|
246
250
|
DeleteOptionGroupCommandOutput,
|
|
247
251
|
} from "./commands/DeleteOptionGroupCommand";
|
|
252
|
+
import {
|
|
253
|
+
DeleteTenantDatabaseCommandInput,
|
|
254
|
+
DeleteTenantDatabaseCommandOutput,
|
|
255
|
+
} from "./commands/DeleteTenantDatabaseCommand";
|
|
248
256
|
import {
|
|
249
257
|
DeregisterDBProxyTargetsCommandInput,
|
|
250
258
|
DeregisterDBProxyTargetsCommandOutput,
|
|
@@ -345,6 +353,10 @@ import {
|
|
|
345
353
|
DescribeDBSnapshotsCommandInput,
|
|
346
354
|
DescribeDBSnapshotsCommandOutput,
|
|
347
355
|
} from "./commands/DescribeDBSnapshotsCommand";
|
|
356
|
+
import {
|
|
357
|
+
DescribeDBSnapshotTenantDatabasesCommandInput,
|
|
358
|
+
DescribeDBSnapshotTenantDatabasesCommandOutput,
|
|
359
|
+
} from "./commands/DescribeDBSnapshotTenantDatabasesCommand";
|
|
348
360
|
import {
|
|
349
361
|
DescribeDBSubnetGroupsCommandInput,
|
|
350
362
|
DescribeDBSubnetGroupsCommandOutput,
|
|
@@ -409,6 +421,10 @@ import {
|
|
|
409
421
|
DescribeSourceRegionsCommandInput,
|
|
410
422
|
DescribeSourceRegionsCommandOutput,
|
|
411
423
|
} from "./commands/DescribeSourceRegionsCommand";
|
|
424
|
+
import {
|
|
425
|
+
DescribeTenantDatabasesCommandInput,
|
|
426
|
+
DescribeTenantDatabasesCommandOutput,
|
|
427
|
+
} from "./commands/DescribeTenantDatabasesCommand";
|
|
412
428
|
import {
|
|
413
429
|
DescribeValidDBInstanceModificationsCommandInput,
|
|
414
430
|
DescribeValidDBInstanceModificationsCommandOutput,
|
|
@@ -505,6 +521,10 @@ import {
|
|
|
505
521
|
ModifyOptionGroupCommandInput,
|
|
506
522
|
ModifyOptionGroupCommandOutput,
|
|
507
523
|
} from "./commands/ModifyOptionGroupCommand";
|
|
524
|
+
import {
|
|
525
|
+
ModifyTenantDatabaseCommandInput,
|
|
526
|
+
ModifyTenantDatabaseCommandOutput,
|
|
527
|
+
} from "./commands/ModifyTenantDatabaseCommand";
|
|
508
528
|
import {
|
|
509
529
|
PromoteReadReplicaCommandInput,
|
|
510
530
|
PromoteReadReplicaCommandOutput,
|
|
@@ -672,6 +692,7 @@ export type ServiceInputTypes =
|
|
|
672
692
|
| CreateGlobalClusterCommandInput
|
|
673
693
|
| CreateIntegrationCommandInput
|
|
674
694
|
| CreateOptionGroupCommandInput
|
|
695
|
+
| CreateTenantDatabaseCommandInput
|
|
675
696
|
| DeleteBlueGreenDeploymentCommandInput
|
|
676
697
|
| DeleteCustomDBEngineVersionCommandInput
|
|
677
698
|
| DeleteDBClusterAutomatedBackupCommandInput
|
|
@@ -691,6 +712,7 @@ export type ServiceInputTypes =
|
|
|
691
712
|
| DeleteGlobalClusterCommandInput
|
|
692
713
|
| DeleteIntegrationCommandInput
|
|
693
714
|
| DeleteOptionGroupCommandInput
|
|
715
|
+
| DeleteTenantDatabaseCommandInput
|
|
694
716
|
| DeregisterDBProxyTargetsCommandInput
|
|
695
717
|
| DescribeAccountAttributesCommandInput
|
|
696
718
|
| DescribeBlueGreenDeploymentsCommandInput
|
|
@@ -715,6 +737,7 @@ export type ServiceInputTypes =
|
|
|
715
737
|
| DescribeDBProxyTargetsCommandInput
|
|
716
738
|
| DescribeDBSecurityGroupsCommandInput
|
|
717
739
|
| DescribeDBSnapshotAttributesCommandInput
|
|
740
|
+
| DescribeDBSnapshotTenantDatabasesCommandInput
|
|
718
741
|
| DescribeDBSnapshotsCommandInput
|
|
719
742
|
| DescribeDBSubnetGroupsCommandInput
|
|
720
743
|
| DescribeEngineDefaultClusterParametersCommandInput
|
|
@@ -732,6 +755,7 @@ export type ServiceInputTypes =
|
|
|
732
755
|
| DescribeReservedDBInstancesCommandInput
|
|
733
756
|
| DescribeReservedDBInstancesOfferingsCommandInput
|
|
734
757
|
| DescribeSourceRegionsCommandInput
|
|
758
|
+
| DescribeTenantDatabasesCommandInput
|
|
735
759
|
| DescribeValidDBInstanceModificationsCommandInput
|
|
736
760
|
| DownloadDBLogFilePortionCommandInput
|
|
737
761
|
| FailoverDBClusterCommandInput
|
|
@@ -756,6 +780,7 @@ export type ServiceInputTypes =
|
|
|
756
780
|
| ModifyEventSubscriptionCommandInput
|
|
757
781
|
| ModifyGlobalClusterCommandInput
|
|
758
782
|
| ModifyOptionGroupCommandInput
|
|
783
|
+
| ModifyTenantDatabaseCommandInput
|
|
759
784
|
| PromoteReadReplicaCommandInput
|
|
760
785
|
| PromoteReadReplicaDBClusterCommandInput
|
|
761
786
|
| PurchaseReservedDBInstancesOfferingCommandInput
|
|
@@ -820,6 +845,7 @@ export type ServiceOutputTypes =
|
|
|
820
845
|
| CreateGlobalClusterCommandOutput
|
|
821
846
|
| CreateIntegrationCommandOutput
|
|
822
847
|
| CreateOptionGroupCommandOutput
|
|
848
|
+
| CreateTenantDatabaseCommandOutput
|
|
823
849
|
| DeleteBlueGreenDeploymentCommandOutput
|
|
824
850
|
| DeleteCustomDBEngineVersionCommandOutput
|
|
825
851
|
| DeleteDBClusterAutomatedBackupCommandOutput
|
|
@@ -839,6 +865,7 @@ export type ServiceOutputTypes =
|
|
|
839
865
|
| DeleteGlobalClusterCommandOutput
|
|
840
866
|
| DeleteIntegrationCommandOutput
|
|
841
867
|
| DeleteOptionGroupCommandOutput
|
|
868
|
+
| DeleteTenantDatabaseCommandOutput
|
|
842
869
|
| DeregisterDBProxyTargetsCommandOutput
|
|
843
870
|
| DescribeAccountAttributesCommandOutput
|
|
844
871
|
| DescribeBlueGreenDeploymentsCommandOutput
|
|
@@ -863,6 +890,7 @@ export type ServiceOutputTypes =
|
|
|
863
890
|
| DescribeDBProxyTargetsCommandOutput
|
|
864
891
|
| DescribeDBSecurityGroupsCommandOutput
|
|
865
892
|
| DescribeDBSnapshotAttributesCommandOutput
|
|
893
|
+
| DescribeDBSnapshotTenantDatabasesCommandOutput
|
|
866
894
|
| DescribeDBSnapshotsCommandOutput
|
|
867
895
|
| DescribeDBSubnetGroupsCommandOutput
|
|
868
896
|
| DescribeEngineDefaultClusterParametersCommandOutput
|
|
@@ -880,6 +908,7 @@ export type ServiceOutputTypes =
|
|
|
880
908
|
| DescribeReservedDBInstancesCommandOutput
|
|
881
909
|
| DescribeReservedDBInstancesOfferingsCommandOutput
|
|
882
910
|
| DescribeSourceRegionsCommandOutput
|
|
911
|
+
| DescribeTenantDatabasesCommandOutput
|
|
883
912
|
| DescribeValidDBInstanceModificationsCommandOutput
|
|
884
913
|
| DownloadDBLogFilePortionCommandOutput
|
|
885
914
|
| FailoverDBClusterCommandOutput
|
|
@@ -904,6 +933,7 @@ export type ServiceOutputTypes =
|
|
|
904
933
|
| ModifyEventSubscriptionCommandOutput
|
|
905
934
|
| ModifyGlobalClusterCommandOutput
|
|
906
935
|
| ModifyOptionGroupCommandOutput
|
|
936
|
+
| ModifyTenantDatabaseCommandOutput
|
|
907
937
|
| PromoteReadReplicaCommandOutput
|
|
908
938
|
| PromoteReadReplicaDBClusterCommandOutput
|
|
909
939
|
| PurchaseReservedDBInstancesOfferingCommandOutput
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
CreateTenantDatabaseMessage,
|
|
11
|
+
CreateTenantDatabaseResult,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
RDSClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../RDSClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface CreateTenantDatabaseCommandInput
|
|
20
|
+
extends CreateTenantDatabaseMessage {}
|
|
21
|
+
export interface CreateTenantDatabaseCommandOutput
|
|
22
|
+
extends CreateTenantDatabaseResult,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class CreateTenantDatabaseCommand extends $Command<
|
|
25
|
+
CreateTenantDatabaseCommandInput,
|
|
26
|
+
CreateTenantDatabaseCommandOutput,
|
|
27
|
+
RDSClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: CreateTenantDatabaseCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: CreateTenantDatabaseCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: RDSClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
CreateTenantDatabaseCommandInput,
|
|
38
|
+
CreateTenantDatabaseCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
DeleteTenantDatabaseMessage,
|
|
11
|
+
DeleteTenantDatabaseResult,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
RDSClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../RDSClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface DeleteTenantDatabaseCommandInput
|
|
20
|
+
extends DeleteTenantDatabaseMessage {}
|
|
21
|
+
export interface DeleteTenantDatabaseCommandOutput
|
|
22
|
+
extends DeleteTenantDatabaseResult,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class DeleteTenantDatabaseCommand extends $Command<
|
|
25
|
+
DeleteTenantDatabaseCommandInput,
|
|
26
|
+
DeleteTenantDatabaseCommandOutput,
|
|
27
|
+
RDSClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: DeleteTenantDatabaseCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: DeleteTenantDatabaseCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: RDSClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
DeleteTenantDatabaseCommandInput,
|
|
38
|
+
DeleteTenantDatabaseCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -6,10 +6,8 @@ import {
|
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
8
|
} from "@smithy/types";
|
|
9
|
-
import {
|
|
10
|
-
|
|
11
|
-
DescribeDBClusterAutomatedBackupsMessage,
|
|
12
|
-
} from "../models/models_0";
|
|
9
|
+
import { DBClusterAutomatedBackupMessage } from "../models/models_0";
|
|
10
|
+
import { DescribeDBClusterAutomatedBackupsMessage } from "../models/models_1";
|
|
13
11
|
import {
|
|
14
12
|
RDSClientResolvedConfig,
|
|
15
13
|
ServiceInputTypes,
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
DBSnapshotTenantDatabasesMessage,
|
|
11
|
+
DescribeDBSnapshotTenantDatabasesMessage,
|
|
12
|
+
} from "../models/models_1";
|
|
13
|
+
import {
|
|
14
|
+
RDSClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../RDSClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface DescribeDBSnapshotTenantDatabasesCommandInput
|
|
20
|
+
extends DescribeDBSnapshotTenantDatabasesMessage {}
|
|
21
|
+
export interface DescribeDBSnapshotTenantDatabasesCommandOutput
|
|
22
|
+
extends DBSnapshotTenantDatabasesMessage,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class DescribeDBSnapshotTenantDatabasesCommand extends $Command<
|
|
25
|
+
DescribeDBSnapshotTenantDatabasesCommandInput,
|
|
26
|
+
DescribeDBSnapshotTenantDatabasesCommandOutput,
|
|
27
|
+
RDSClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: DescribeDBSnapshotTenantDatabasesCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: DescribeDBSnapshotTenantDatabasesCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: RDSClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
DescribeDBSnapshotTenantDatabasesCommandInput,
|
|
38
|
+
DescribeDBSnapshotTenantDatabasesCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|