@aws-sdk/client-rds 3.40.0 → 3.45.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/CHANGELOG.md +44 -0
- package/dist-cjs/RDS.js +15 -0
- package/dist-cjs/commands/RebootDBClusterCommand.js +36 -0
- package/dist-cjs/commands/index.js +1 -0
- package/dist-cjs/endpoints.js +10 -1
- package/dist-cjs/models/models_1.js +14 -2
- package/dist-cjs/protocols/Aws_query.js +248 -4
- package/dist-es/RDS.js +15 -0
- package/dist-es/commands/RebootDBClusterCommand.js +39 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/endpoints.js +10 -1
- package/dist-es/models/models_1.js +8 -0
- package/dist-es/protocols/Aws_query.js +250 -0
- package/dist-types/RDS.d.ts +199 -118
- package/dist-types/RDSClient.d.ts +3 -2
- package/dist-types/commands/AddRoleToDBClusterCommand.d.ts +2 -7
- package/dist-types/commands/AddRoleToDBInstanceCommand.d.ts +1 -1
- package/dist-types/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +1 -1
- package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeDBSecurityGroupIngressCommand.d.ts +2 -2
- package/dist-types/commands/BacktrackDBClusterCommand.d.ts +1 -1
- package/dist-types/commands/CancelExportTaskCommand.d.ts +1 -1
- package/dist-types/commands/CopyDBClusterParameterGroupCommand.d.ts +1 -4
- package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +12 -8
- package/dist-types/commands/CopyDBParameterGroupCommand.d.ts +1 -1
- package/dist-types/commands/CopyDBSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CopyOptionGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomAvailabilityZoneCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomDBEngineVersionCommand.d.ts +6 -10
- package/dist-types/commands/CreateDBClusterCommand.d.ts +12 -9
- package/dist-types/commands/CreateDBClusterEndpointCommand.d.ts +4 -4
- package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +12 -6
- package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +9 -5
- package/dist-types/commands/CreateDBInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CreateDBInstanceReadReplicaCommand.d.ts +1 -1
- package/dist-types/commands/CreateDBParameterGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateDBProxyCommand.d.ts +1 -1
- package/dist-types/commands/CreateDBProxyEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateDBSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateDBSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateDBSubnetGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/CreateGlobalClusterCommand.d.ts +1 -1
- package/dist-types/commands/CreateOptionGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCustomAvailabilityZoneCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCustomDBEngineVersionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDBClusterCommand.d.ts +7 -4
- package/dist-types/commands/DeleteDBClusterEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +7 -3
- package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +7 -3
- package/dist-types/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDBInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDBParameterGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDBProxyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDBProxyEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDBSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDBSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDBSubnetGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInstallationMediaCommand.d.ts +1 -1
- package/dist-types/commands/DeleteOptionGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterDBProxyTargetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCertificatesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCustomAvailabilityZonesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBClusterBacktracksCommand.d.ts +2 -2
- package/dist-types/commands/DescribeDBClusterEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +7 -3
- package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +7 -3
- package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +1 -4
- package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +8 -4
- package/dist-types/commands/DescribeDBClustersCommand.d.ts +10 -5
- package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBLogFilesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBParameterGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBParametersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBProxiesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBProxyEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBProxyTargetGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBProxyTargetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBSnapshotAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +2 -2
- package/dist-types/commands/DescribeEngineDefaultParametersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEventsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeExportTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +2 -2
- package/dist-types/commands/DescribeInstallationMediaCommand.d.ts +1 -1
- package/dist-types/commands/DescribeOptionGroupOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeOptionGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +2 -2
- package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedDBInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedDBInstancesOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSourceRegionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeValidDBInstanceModificationsCommand.d.ts +1 -1
- package/dist-types/commands/DownloadDBLogFilePortionCommand.d.ts +1 -1
- package/dist-types/commands/FailoverDBClusterCommand.d.ts +17 -9
- package/dist-types/commands/FailoverGlobalClusterCommand.d.ts +1 -1
- package/dist-types/commands/ImportInstallationMediaCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyCertificatesCommand.d.ts +1 -1
- package/dist-types/commands/ModifyCurrentDBClusterCapacityCommand.d.ts +1 -1
- package/dist-types/commands/ModifyCustomDBEngineVersionCommand.d.ts +2 -2
- package/dist-types/commands/ModifyDBClusterCommand.d.ts +12 -8
- package/dist-types/commands/ModifyDBClusterEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +10 -6
- package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +1 -4
- package/dist-types/commands/ModifyDBInstanceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDBParameterGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDBProxyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDBProxyEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDBProxyTargetGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDBSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDBSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDBSubnetGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +2 -2
- package/dist-types/commands/ModifyOptionGroupCommand.d.ts +1 -1
- package/dist-types/commands/PromoteReadReplicaCommand.d.ts +1 -1
- package/dist-types/commands/PromoteReadReplicaDBClusterCommand.d.ts +1 -4
- package/dist-types/commands/PurchaseReservedDBInstancesOfferingCommand.d.ts +1 -1
- package/dist-types/commands/RebootDBClusterCommand.d.ts +52 -0
- package/dist-types/commands/RebootDBInstanceCommand.d.ts +1 -1
- package/dist-types/commands/RegisterDBProxyTargetsCommand.d.ts +1 -1
- package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +2 -2
- package/dist-types/commands/RemoveRoleFromDBClusterCommand.d.ts +12 -5
- package/dist-types/commands/RemoveRoleFromDBInstanceCommand.d.ts +1 -1
- package/dist-types/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +1 -1
- package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +8 -5
- package/dist-types/commands/ResetDBParameterGroupCommand.d.ts +1 -1
- package/dist-types/commands/RestoreDBClusterFromS3Command.d.ts +2 -2
- package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +9 -6
- package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +9 -5
- package/dist-types/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/RestoreDBInstanceFromS3Command.d.ts +1 -1
- package/dist-types/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +1 -1
- package/dist-types/commands/RevokeDBSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/StartActivityStreamCommand.d.ts +1 -1
- package/dist-types/commands/StartDBClusterCommand.d.ts +1 -1
- package/dist-types/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +1 -1
- package/dist-types/commands/StartDBInstanceCommand.d.ts +1 -1
- package/dist-types/commands/StartExportTaskCommand.d.ts +1 -1
- package/dist-types/commands/StopActivityStreamCommand.d.ts +1 -1
- package/dist-types/commands/StopDBClusterCommand.d.ts +1 -1
- package/dist-types/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +1 -1
- package/dist-types/commands/StopDBInstanceCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +477 -170
- package/dist-types/models/models_1.d.ts +670 -122
- package/dist-types/protocols/Aws_query.d.ts +3 -0
- package/dist-types/ts3.4/RDS.d.ts +5 -0
- package/dist-types/ts3.4/RDSClient.d.ts +3 -2
- package/dist-types/ts3.4/commands/RebootDBClusterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +50 -0
- package/dist-types/ts3.4/models/models_1.d.ts +58 -0
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +3 -0
- package/package.json +7 -7
|
@@ -115,6 +115,7 @@ import { ModifyOptionGroupCommandInput, ModifyOptionGroupCommandOutput } from ".
|
|
|
115
115
|
import { PromoteReadReplicaCommandInput, PromoteReadReplicaCommandOutput } from "../commands/PromoteReadReplicaCommand";
|
|
116
116
|
import { PromoteReadReplicaDBClusterCommandInput, PromoteReadReplicaDBClusterCommandOutput } from "../commands/PromoteReadReplicaDBClusterCommand";
|
|
117
117
|
import { PurchaseReservedDBInstancesOfferingCommandInput, PurchaseReservedDBInstancesOfferingCommandOutput } from "../commands/PurchaseReservedDBInstancesOfferingCommand";
|
|
118
|
+
import { RebootDBClusterCommandInput, RebootDBClusterCommandOutput } from "../commands/RebootDBClusterCommand";
|
|
118
119
|
import { RebootDBInstanceCommandInput, RebootDBInstanceCommandOutput } from "../commands/RebootDBInstanceCommand";
|
|
119
120
|
import { RegisterDBProxyTargetsCommandInput, RegisterDBProxyTargetsCommandOutput } from "../commands/RegisterDBProxyTargetsCommand";
|
|
120
121
|
import { RemoveFromGlobalClusterCommandInput, RemoveFromGlobalClusterCommandOutput } from "../commands/RemoveFromGlobalClusterCommand";
|
|
@@ -255,6 +256,7 @@ export declare const serializeAws_queryModifyOptionGroupCommand: (input: ModifyO
|
|
|
255
256
|
export declare const serializeAws_queryPromoteReadReplicaCommand: (input: PromoteReadReplicaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
256
257
|
export declare const serializeAws_queryPromoteReadReplicaDBClusterCommand: (input: PromoteReadReplicaDBClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
257
258
|
export declare const serializeAws_queryPurchaseReservedDBInstancesOfferingCommand: (input: PurchaseReservedDBInstancesOfferingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
259
|
+
export declare const serializeAws_queryRebootDBClusterCommand: (input: RebootDBClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
258
260
|
export declare const serializeAws_queryRebootDBInstanceCommand: (input: RebootDBInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
259
261
|
export declare const serializeAws_queryRegisterDBProxyTargetsCommand: (input: RegisterDBProxyTargetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
260
262
|
export declare const serializeAws_queryRemoveFromGlobalClusterCommand: (input: RemoveFromGlobalClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -395,6 +397,7 @@ export declare const deserializeAws_queryModifyOptionGroupCommand: (output: __Ht
|
|
|
395
397
|
export declare const deserializeAws_queryPromoteReadReplicaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PromoteReadReplicaCommandOutput>;
|
|
396
398
|
export declare const deserializeAws_queryPromoteReadReplicaDBClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PromoteReadReplicaDBClusterCommandOutput>;
|
|
397
399
|
export declare const deserializeAws_queryPurchaseReservedDBInstancesOfferingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PurchaseReservedDBInstancesOfferingCommandOutput>;
|
|
400
|
+
export declare const deserializeAws_queryRebootDBClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RebootDBClusterCommandOutput>;
|
|
398
401
|
export declare const deserializeAws_queryRebootDBInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RebootDBInstanceCommandOutput>;
|
|
399
402
|
export declare const deserializeAws_queryRegisterDBProxyTargetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterDBProxyTargetsCommandOutput>;
|
|
400
403
|
export declare const deserializeAws_queryRemoveFromGlobalClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveFromGlobalClusterCommandOutput>;
|
|
@@ -114,6 +114,7 @@ import { ModifyOptionGroupCommandInput, ModifyOptionGroupCommandOutput } from ".
|
|
|
114
114
|
import { PromoteReadReplicaCommandInput, PromoteReadReplicaCommandOutput } from "./commands/PromoteReadReplicaCommand";
|
|
115
115
|
import { PromoteReadReplicaDBClusterCommandInput, PromoteReadReplicaDBClusterCommandOutput } from "./commands/PromoteReadReplicaDBClusterCommand";
|
|
116
116
|
import { PurchaseReservedDBInstancesOfferingCommandInput, PurchaseReservedDBInstancesOfferingCommandOutput } from "./commands/PurchaseReservedDBInstancesOfferingCommand";
|
|
117
|
+
import { RebootDBClusterCommandInput, RebootDBClusterCommandOutput } from "./commands/RebootDBClusterCommand";
|
|
117
118
|
import { RebootDBInstanceCommandInput, RebootDBInstanceCommandOutput } from "./commands/RebootDBInstanceCommand";
|
|
118
119
|
import { RegisterDBProxyTargetsCommandInput, RegisterDBProxyTargetsCommandOutput } from "./commands/RegisterDBProxyTargetsCommand";
|
|
119
120
|
import { RemoveFromGlobalClusterCommandInput, RemoveFromGlobalClusterCommandOutput } from "./commands/RemoveFromGlobalClusterCommand";
|
|
@@ -603,6 +604,10 @@ export declare class RDS extends RDSClient {
|
|
|
603
604
|
purchaseReservedDBInstancesOffering(args: PurchaseReservedDBInstancesOfferingCommandInput, cb: (err: any, data?: PurchaseReservedDBInstancesOfferingCommandOutput) => void): void;
|
|
604
605
|
purchaseReservedDBInstancesOffering(args: PurchaseReservedDBInstancesOfferingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PurchaseReservedDBInstancesOfferingCommandOutput) => void): void;
|
|
605
606
|
|
|
607
|
+
rebootDBCluster(args: RebootDBClusterCommandInput, options?: __HttpHandlerOptions): Promise<RebootDBClusterCommandOutput>;
|
|
608
|
+
rebootDBCluster(args: RebootDBClusterCommandInput, cb: (err: any, data?: RebootDBClusterCommandOutput) => void): void;
|
|
609
|
+
rebootDBCluster(args: RebootDBClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RebootDBClusterCommandOutput) => void): void;
|
|
610
|
+
|
|
606
611
|
rebootDBInstance(args: RebootDBInstanceCommandInput, options?: __HttpHandlerOptions): Promise<RebootDBInstanceCommandOutput>;
|
|
607
612
|
rebootDBInstance(args: RebootDBInstanceCommandInput, cb: (err: any, data?: RebootDBInstanceCommandOutput) => void): void;
|
|
608
613
|
rebootDBInstance(args: RebootDBInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RebootDBInstanceCommandOutput) => void): void;
|
|
@@ -121,6 +121,7 @@ import { ModifyOptionGroupCommandInput, ModifyOptionGroupCommandOutput } from ".
|
|
|
121
121
|
import { PromoteReadReplicaCommandInput, PromoteReadReplicaCommandOutput } from "./commands/PromoteReadReplicaCommand";
|
|
122
122
|
import { PromoteReadReplicaDBClusterCommandInput, PromoteReadReplicaDBClusterCommandOutput } from "./commands/PromoteReadReplicaDBClusterCommand";
|
|
123
123
|
import { PurchaseReservedDBInstancesOfferingCommandInput, PurchaseReservedDBInstancesOfferingCommandOutput } from "./commands/PurchaseReservedDBInstancesOfferingCommand";
|
|
124
|
+
import { RebootDBClusterCommandInput, RebootDBClusterCommandOutput } from "./commands/RebootDBClusterCommand";
|
|
124
125
|
import { RebootDBInstanceCommandInput, RebootDBInstanceCommandOutput } from "./commands/RebootDBInstanceCommand";
|
|
125
126
|
import { RegisterDBProxyTargetsCommandInput, RegisterDBProxyTargetsCommandOutput } from "./commands/RegisterDBProxyTargetsCommand";
|
|
126
127
|
import { RemoveFromGlobalClusterCommandInput, RemoveFromGlobalClusterCommandOutput } from "./commands/RemoveFromGlobalClusterCommand";
|
|
@@ -146,8 +147,8 @@ import { StopActivityStreamCommandInput, StopActivityStreamCommandOutput } from
|
|
|
146
147
|
import { StopDBClusterCommandInput, StopDBClusterCommandOutput } from "./commands/StopDBClusterCommand";
|
|
147
148
|
import { StopDBInstanceAutomatedBackupsReplicationCommandInput, StopDBInstanceAutomatedBackupsReplicationCommandOutput } from "./commands/StopDBInstanceAutomatedBackupsReplicationCommand";
|
|
148
149
|
import { StopDBInstanceCommandInput, StopDBInstanceCommandOutput } from "./commands/StopDBInstanceCommand";
|
|
149
|
-
export declare type ServiceInputTypes = AddRoleToDBClusterCommandInput | AddRoleToDBInstanceCommandInput | AddSourceIdentifierToSubscriptionCommandInput | AddTagsToResourceCommandInput | ApplyPendingMaintenanceActionCommandInput | AuthorizeDBSecurityGroupIngressCommandInput | BacktrackDBClusterCommandInput | CancelExportTaskCommandInput | CopyDBClusterParameterGroupCommandInput | CopyDBClusterSnapshotCommandInput | CopyDBParameterGroupCommandInput | CopyDBSnapshotCommandInput | CopyOptionGroupCommandInput | CreateCustomAvailabilityZoneCommandInput | CreateCustomDBEngineVersionCommandInput | CreateDBClusterCommandInput | CreateDBClusterEndpointCommandInput | CreateDBClusterParameterGroupCommandInput | CreateDBClusterSnapshotCommandInput | CreateDBInstanceCommandInput | CreateDBInstanceReadReplicaCommandInput | CreateDBParameterGroupCommandInput | CreateDBProxyCommandInput | CreateDBProxyEndpointCommandInput | CreateDBSecurityGroupCommandInput | CreateDBSnapshotCommandInput | CreateDBSubnetGroupCommandInput | CreateEventSubscriptionCommandInput | CreateGlobalClusterCommandInput | CreateOptionGroupCommandInput | DeleteCustomAvailabilityZoneCommandInput | DeleteCustomDBEngineVersionCommandInput | DeleteDBClusterCommandInput | DeleteDBClusterEndpointCommandInput | DeleteDBClusterParameterGroupCommandInput | DeleteDBClusterSnapshotCommandInput | DeleteDBInstanceAutomatedBackupCommandInput | DeleteDBInstanceCommandInput | DeleteDBParameterGroupCommandInput | DeleteDBProxyCommandInput | DeleteDBProxyEndpointCommandInput | DeleteDBSecurityGroupCommandInput | DeleteDBSnapshotCommandInput | DeleteDBSubnetGroupCommandInput | DeleteEventSubscriptionCommandInput | DeleteGlobalClusterCommandInput | DeleteInstallationMediaCommandInput | DeleteOptionGroupCommandInput | DeregisterDBProxyTargetsCommandInput | DescribeAccountAttributesCommandInput | DescribeCertificatesCommandInput | DescribeCustomAvailabilityZonesCommandInput | DescribeDBClusterBacktracksCommandInput | DescribeDBClusterEndpointsCommandInput | DescribeDBClusterParameterGroupsCommandInput | DescribeDBClusterParametersCommandInput | DescribeDBClusterSnapshotAttributesCommandInput | DescribeDBClusterSnapshotsCommandInput | DescribeDBClustersCommandInput | DescribeDBEngineVersionsCommandInput | DescribeDBInstanceAutomatedBackupsCommandInput | DescribeDBInstancesCommandInput | DescribeDBLogFilesCommandInput | DescribeDBParameterGroupsCommandInput | DescribeDBParametersCommandInput | DescribeDBProxiesCommandInput | DescribeDBProxyEndpointsCommandInput | DescribeDBProxyTargetGroupsCommandInput | DescribeDBProxyTargetsCommandInput | DescribeDBSecurityGroupsCommandInput | DescribeDBSnapshotAttributesCommandInput | DescribeDBSnapshotsCommandInput | DescribeDBSubnetGroupsCommandInput | DescribeEngineDefaultClusterParametersCommandInput | DescribeEngineDefaultParametersCommandInput | DescribeEventCategoriesCommandInput | DescribeEventSubscriptionsCommandInput | DescribeEventsCommandInput | DescribeExportTasksCommandInput | DescribeGlobalClustersCommandInput | DescribeInstallationMediaCommandInput | DescribeOptionGroupOptionsCommandInput | DescribeOptionGroupsCommandInput | DescribeOrderableDBInstanceOptionsCommandInput | DescribePendingMaintenanceActionsCommandInput | DescribeReservedDBInstancesCommandInput | DescribeReservedDBInstancesOfferingsCommandInput | DescribeSourceRegionsCommandInput | DescribeValidDBInstanceModificationsCommandInput | DownloadDBLogFilePortionCommandInput | FailoverDBClusterCommandInput | FailoverGlobalClusterCommandInput | ImportInstallationMediaCommandInput | ListTagsForResourceCommandInput | ModifyCertificatesCommandInput | ModifyCurrentDBClusterCapacityCommandInput | ModifyCustomDBEngineVersionCommandInput | ModifyDBClusterCommandInput | ModifyDBClusterEndpointCommandInput | ModifyDBClusterParameterGroupCommandInput | ModifyDBClusterSnapshotAttributeCommandInput | ModifyDBInstanceCommandInput | ModifyDBParameterGroupCommandInput | ModifyDBProxyCommandInput | ModifyDBProxyEndpointCommandInput | ModifyDBProxyTargetGroupCommandInput | ModifyDBSnapshotAttributeCommandInput | ModifyDBSnapshotCommandInput | ModifyDBSubnetGroupCommandInput | ModifyEventSubscriptionCommandInput | ModifyGlobalClusterCommandInput | ModifyOptionGroupCommandInput | PromoteReadReplicaCommandInput | PromoteReadReplicaDBClusterCommandInput | PurchaseReservedDBInstancesOfferingCommandInput | RebootDBInstanceCommandInput | RegisterDBProxyTargetsCommandInput | RemoveFromGlobalClusterCommandInput | RemoveRoleFromDBClusterCommandInput | RemoveRoleFromDBInstanceCommandInput | RemoveSourceIdentifierFromSubscriptionCommandInput | RemoveTagsFromResourceCommandInput | ResetDBClusterParameterGroupCommandInput | ResetDBParameterGroupCommandInput | RestoreDBClusterFromS3CommandInput | RestoreDBClusterFromSnapshotCommandInput | RestoreDBClusterToPointInTimeCommandInput | RestoreDBInstanceFromDBSnapshotCommandInput | RestoreDBInstanceFromS3CommandInput | RestoreDBInstanceToPointInTimeCommandInput | RevokeDBSecurityGroupIngressCommandInput | StartActivityStreamCommandInput | StartDBClusterCommandInput | StartDBInstanceAutomatedBackupsReplicationCommandInput | StartDBInstanceCommandInput | StartExportTaskCommandInput | StopActivityStreamCommandInput | StopDBClusterCommandInput | StopDBInstanceAutomatedBackupsReplicationCommandInput | StopDBInstanceCommandInput;
|
|
150
|
-
export declare type ServiceOutputTypes = AddRoleToDBClusterCommandOutput | AddRoleToDBInstanceCommandOutput | AddSourceIdentifierToSubscriptionCommandOutput | AddTagsToResourceCommandOutput | ApplyPendingMaintenanceActionCommandOutput | AuthorizeDBSecurityGroupIngressCommandOutput | BacktrackDBClusterCommandOutput | CancelExportTaskCommandOutput | CopyDBClusterParameterGroupCommandOutput | CopyDBClusterSnapshotCommandOutput | CopyDBParameterGroupCommandOutput | CopyDBSnapshotCommandOutput | CopyOptionGroupCommandOutput | CreateCustomAvailabilityZoneCommandOutput | CreateCustomDBEngineVersionCommandOutput | CreateDBClusterCommandOutput | CreateDBClusterEndpointCommandOutput | CreateDBClusterParameterGroupCommandOutput | CreateDBClusterSnapshotCommandOutput | CreateDBInstanceCommandOutput | CreateDBInstanceReadReplicaCommandOutput | CreateDBParameterGroupCommandOutput | CreateDBProxyCommandOutput | CreateDBProxyEndpointCommandOutput | CreateDBSecurityGroupCommandOutput | CreateDBSnapshotCommandOutput | CreateDBSubnetGroupCommandOutput | CreateEventSubscriptionCommandOutput | CreateGlobalClusterCommandOutput | CreateOptionGroupCommandOutput | DeleteCustomAvailabilityZoneCommandOutput | DeleteCustomDBEngineVersionCommandOutput | DeleteDBClusterCommandOutput | DeleteDBClusterEndpointCommandOutput | DeleteDBClusterParameterGroupCommandOutput | DeleteDBClusterSnapshotCommandOutput | DeleteDBInstanceAutomatedBackupCommandOutput | DeleteDBInstanceCommandOutput | DeleteDBParameterGroupCommandOutput | DeleteDBProxyCommandOutput | DeleteDBProxyEndpointCommandOutput | DeleteDBSecurityGroupCommandOutput | DeleteDBSnapshotCommandOutput | DeleteDBSubnetGroupCommandOutput | DeleteEventSubscriptionCommandOutput | DeleteGlobalClusterCommandOutput | DeleteInstallationMediaCommandOutput | DeleteOptionGroupCommandOutput | DeregisterDBProxyTargetsCommandOutput | DescribeAccountAttributesCommandOutput | DescribeCertificatesCommandOutput | DescribeCustomAvailabilityZonesCommandOutput | DescribeDBClusterBacktracksCommandOutput | DescribeDBClusterEndpointsCommandOutput | DescribeDBClusterParameterGroupsCommandOutput | DescribeDBClusterParametersCommandOutput | DescribeDBClusterSnapshotAttributesCommandOutput | DescribeDBClusterSnapshotsCommandOutput | DescribeDBClustersCommandOutput | DescribeDBEngineVersionsCommandOutput | DescribeDBInstanceAutomatedBackupsCommandOutput | DescribeDBInstancesCommandOutput | DescribeDBLogFilesCommandOutput | DescribeDBParameterGroupsCommandOutput | DescribeDBParametersCommandOutput | DescribeDBProxiesCommandOutput | DescribeDBProxyEndpointsCommandOutput | DescribeDBProxyTargetGroupsCommandOutput | DescribeDBProxyTargetsCommandOutput | DescribeDBSecurityGroupsCommandOutput | DescribeDBSnapshotAttributesCommandOutput | DescribeDBSnapshotsCommandOutput | DescribeDBSubnetGroupsCommandOutput | DescribeEngineDefaultClusterParametersCommandOutput | DescribeEngineDefaultParametersCommandOutput | DescribeEventCategoriesCommandOutput | DescribeEventSubscriptionsCommandOutput | DescribeEventsCommandOutput | DescribeExportTasksCommandOutput | DescribeGlobalClustersCommandOutput | DescribeInstallationMediaCommandOutput | DescribeOptionGroupOptionsCommandOutput | DescribeOptionGroupsCommandOutput | DescribeOrderableDBInstanceOptionsCommandOutput | DescribePendingMaintenanceActionsCommandOutput | DescribeReservedDBInstancesCommandOutput | DescribeReservedDBInstancesOfferingsCommandOutput | DescribeSourceRegionsCommandOutput | DescribeValidDBInstanceModificationsCommandOutput | DownloadDBLogFilePortionCommandOutput | FailoverDBClusterCommandOutput | FailoverGlobalClusterCommandOutput | ImportInstallationMediaCommandOutput | ListTagsForResourceCommandOutput | ModifyCertificatesCommandOutput | ModifyCurrentDBClusterCapacityCommandOutput | ModifyCustomDBEngineVersionCommandOutput | ModifyDBClusterCommandOutput | ModifyDBClusterEndpointCommandOutput | ModifyDBClusterParameterGroupCommandOutput | ModifyDBClusterSnapshotAttributeCommandOutput | ModifyDBInstanceCommandOutput | ModifyDBParameterGroupCommandOutput | ModifyDBProxyCommandOutput | ModifyDBProxyEndpointCommandOutput | ModifyDBProxyTargetGroupCommandOutput | ModifyDBSnapshotAttributeCommandOutput | ModifyDBSnapshotCommandOutput | ModifyDBSubnetGroupCommandOutput | ModifyEventSubscriptionCommandOutput | ModifyGlobalClusterCommandOutput | ModifyOptionGroupCommandOutput | PromoteReadReplicaCommandOutput | PromoteReadReplicaDBClusterCommandOutput | PurchaseReservedDBInstancesOfferingCommandOutput | RebootDBInstanceCommandOutput | RegisterDBProxyTargetsCommandOutput | RemoveFromGlobalClusterCommandOutput | RemoveRoleFromDBClusterCommandOutput | RemoveRoleFromDBInstanceCommandOutput | RemoveSourceIdentifierFromSubscriptionCommandOutput | RemoveTagsFromResourceCommandOutput | ResetDBClusterParameterGroupCommandOutput | ResetDBParameterGroupCommandOutput | RestoreDBClusterFromS3CommandOutput | RestoreDBClusterFromSnapshotCommandOutput | RestoreDBClusterToPointInTimeCommandOutput | RestoreDBInstanceFromDBSnapshotCommandOutput | RestoreDBInstanceFromS3CommandOutput | RestoreDBInstanceToPointInTimeCommandOutput | RevokeDBSecurityGroupIngressCommandOutput | StartActivityStreamCommandOutput | StartDBClusterCommandOutput | StartDBInstanceAutomatedBackupsReplicationCommandOutput | StartDBInstanceCommandOutput | StartExportTaskCommandOutput | StopActivityStreamCommandOutput | StopDBClusterCommandOutput | StopDBInstanceAutomatedBackupsReplicationCommandOutput | StopDBInstanceCommandOutput;
|
|
150
|
+
export declare type ServiceInputTypes = AddRoleToDBClusterCommandInput | AddRoleToDBInstanceCommandInput | AddSourceIdentifierToSubscriptionCommandInput | AddTagsToResourceCommandInput | ApplyPendingMaintenanceActionCommandInput | AuthorizeDBSecurityGroupIngressCommandInput | BacktrackDBClusterCommandInput | CancelExportTaskCommandInput | CopyDBClusterParameterGroupCommandInput | CopyDBClusterSnapshotCommandInput | CopyDBParameterGroupCommandInput | CopyDBSnapshotCommandInput | CopyOptionGroupCommandInput | CreateCustomAvailabilityZoneCommandInput | CreateCustomDBEngineVersionCommandInput | CreateDBClusterCommandInput | CreateDBClusterEndpointCommandInput | CreateDBClusterParameterGroupCommandInput | CreateDBClusterSnapshotCommandInput | CreateDBInstanceCommandInput | CreateDBInstanceReadReplicaCommandInput | CreateDBParameterGroupCommandInput | CreateDBProxyCommandInput | CreateDBProxyEndpointCommandInput | CreateDBSecurityGroupCommandInput | CreateDBSnapshotCommandInput | CreateDBSubnetGroupCommandInput | CreateEventSubscriptionCommandInput | CreateGlobalClusterCommandInput | CreateOptionGroupCommandInput | DeleteCustomAvailabilityZoneCommandInput | DeleteCustomDBEngineVersionCommandInput | DeleteDBClusterCommandInput | DeleteDBClusterEndpointCommandInput | DeleteDBClusterParameterGroupCommandInput | DeleteDBClusterSnapshotCommandInput | DeleteDBInstanceAutomatedBackupCommandInput | DeleteDBInstanceCommandInput | DeleteDBParameterGroupCommandInput | DeleteDBProxyCommandInput | DeleteDBProxyEndpointCommandInput | DeleteDBSecurityGroupCommandInput | DeleteDBSnapshotCommandInput | DeleteDBSubnetGroupCommandInput | DeleteEventSubscriptionCommandInput | DeleteGlobalClusterCommandInput | DeleteInstallationMediaCommandInput | DeleteOptionGroupCommandInput | DeregisterDBProxyTargetsCommandInput | DescribeAccountAttributesCommandInput | DescribeCertificatesCommandInput | DescribeCustomAvailabilityZonesCommandInput | DescribeDBClusterBacktracksCommandInput | DescribeDBClusterEndpointsCommandInput | DescribeDBClusterParameterGroupsCommandInput | DescribeDBClusterParametersCommandInput | DescribeDBClusterSnapshotAttributesCommandInput | DescribeDBClusterSnapshotsCommandInput | DescribeDBClustersCommandInput | DescribeDBEngineVersionsCommandInput | DescribeDBInstanceAutomatedBackupsCommandInput | DescribeDBInstancesCommandInput | DescribeDBLogFilesCommandInput | DescribeDBParameterGroupsCommandInput | DescribeDBParametersCommandInput | DescribeDBProxiesCommandInput | DescribeDBProxyEndpointsCommandInput | DescribeDBProxyTargetGroupsCommandInput | DescribeDBProxyTargetsCommandInput | DescribeDBSecurityGroupsCommandInput | DescribeDBSnapshotAttributesCommandInput | DescribeDBSnapshotsCommandInput | DescribeDBSubnetGroupsCommandInput | DescribeEngineDefaultClusterParametersCommandInput | DescribeEngineDefaultParametersCommandInput | DescribeEventCategoriesCommandInput | DescribeEventSubscriptionsCommandInput | DescribeEventsCommandInput | DescribeExportTasksCommandInput | DescribeGlobalClustersCommandInput | DescribeInstallationMediaCommandInput | DescribeOptionGroupOptionsCommandInput | DescribeOptionGroupsCommandInput | DescribeOrderableDBInstanceOptionsCommandInput | DescribePendingMaintenanceActionsCommandInput | DescribeReservedDBInstancesCommandInput | DescribeReservedDBInstancesOfferingsCommandInput | DescribeSourceRegionsCommandInput | DescribeValidDBInstanceModificationsCommandInput | DownloadDBLogFilePortionCommandInput | FailoverDBClusterCommandInput | FailoverGlobalClusterCommandInput | ImportInstallationMediaCommandInput | ListTagsForResourceCommandInput | ModifyCertificatesCommandInput | ModifyCurrentDBClusterCapacityCommandInput | ModifyCustomDBEngineVersionCommandInput | ModifyDBClusterCommandInput | ModifyDBClusterEndpointCommandInput | ModifyDBClusterParameterGroupCommandInput | ModifyDBClusterSnapshotAttributeCommandInput | ModifyDBInstanceCommandInput | ModifyDBParameterGroupCommandInput | ModifyDBProxyCommandInput | ModifyDBProxyEndpointCommandInput | ModifyDBProxyTargetGroupCommandInput | ModifyDBSnapshotAttributeCommandInput | ModifyDBSnapshotCommandInput | ModifyDBSubnetGroupCommandInput | ModifyEventSubscriptionCommandInput | ModifyGlobalClusterCommandInput | ModifyOptionGroupCommandInput | PromoteReadReplicaCommandInput | PromoteReadReplicaDBClusterCommandInput | PurchaseReservedDBInstancesOfferingCommandInput | RebootDBClusterCommandInput | RebootDBInstanceCommandInput | RegisterDBProxyTargetsCommandInput | RemoveFromGlobalClusterCommandInput | RemoveRoleFromDBClusterCommandInput | RemoveRoleFromDBInstanceCommandInput | RemoveSourceIdentifierFromSubscriptionCommandInput | RemoveTagsFromResourceCommandInput | ResetDBClusterParameterGroupCommandInput | ResetDBParameterGroupCommandInput | RestoreDBClusterFromS3CommandInput | RestoreDBClusterFromSnapshotCommandInput | RestoreDBClusterToPointInTimeCommandInput | RestoreDBInstanceFromDBSnapshotCommandInput | RestoreDBInstanceFromS3CommandInput | RestoreDBInstanceToPointInTimeCommandInput | RevokeDBSecurityGroupIngressCommandInput | StartActivityStreamCommandInput | StartDBClusterCommandInput | StartDBInstanceAutomatedBackupsReplicationCommandInput | StartDBInstanceCommandInput | StartExportTaskCommandInput | StopActivityStreamCommandInput | StopDBClusterCommandInput | StopDBInstanceAutomatedBackupsReplicationCommandInput | StopDBInstanceCommandInput;
|
|
151
|
+
export declare type ServiceOutputTypes = AddRoleToDBClusterCommandOutput | AddRoleToDBInstanceCommandOutput | AddSourceIdentifierToSubscriptionCommandOutput | AddTagsToResourceCommandOutput | ApplyPendingMaintenanceActionCommandOutput | AuthorizeDBSecurityGroupIngressCommandOutput | BacktrackDBClusterCommandOutput | CancelExportTaskCommandOutput | CopyDBClusterParameterGroupCommandOutput | CopyDBClusterSnapshotCommandOutput | CopyDBParameterGroupCommandOutput | CopyDBSnapshotCommandOutput | CopyOptionGroupCommandOutput | CreateCustomAvailabilityZoneCommandOutput | CreateCustomDBEngineVersionCommandOutput | CreateDBClusterCommandOutput | CreateDBClusterEndpointCommandOutput | CreateDBClusterParameterGroupCommandOutput | CreateDBClusterSnapshotCommandOutput | CreateDBInstanceCommandOutput | CreateDBInstanceReadReplicaCommandOutput | CreateDBParameterGroupCommandOutput | CreateDBProxyCommandOutput | CreateDBProxyEndpointCommandOutput | CreateDBSecurityGroupCommandOutput | CreateDBSnapshotCommandOutput | CreateDBSubnetGroupCommandOutput | CreateEventSubscriptionCommandOutput | CreateGlobalClusterCommandOutput | CreateOptionGroupCommandOutput | DeleteCustomAvailabilityZoneCommandOutput | DeleteCustomDBEngineVersionCommandOutput | DeleteDBClusterCommandOutput | DeleteDBClusterEndpointCommandOutput | DeleteDBClusterParameterGroupCommandOutput | DeleteDBClusterSnapshotCommandOutput | DeleteDBInstanceAutomatedBackupCommandOutput | DeleteDBInstanceCommandOutput | DeleteDBParameterGroupCommandOutput | DeleteDBProxyCommandOutput | DeleteDBProxyEndpointCommandOutput | DeleteDBSecurityGroupCommandOutput | DeleteDBSnapshotCommandOutput | DeleteDBSubnetGroupCommandOutput | DeleteEventSubscriptionCommandOutput | DeleteGlobalClusterCommandOutput | DeleteInstallationMediaCommandOutput | DeleteOptionGroupCommandOutput | DeregisterDBProxyTargetsCommandOutput | DescribeAccountAttributesCommandOutput | DescribeCertificatesCommandOutput | DescribeCustomAvailabilityZonesCommandOutput | DescribeDBClusterBacktracksCommandOutput | DescribeDBClusterEndpointsCommandOutput | DescribeDBClusterParameterGroupsCommandOutput | DescribeDBClusterParametersCommandOutput | DescribeDBClusterSnapshotAttributesCommandOutput | DescribeDBClusterSnapshotsCommandOutput | DescribeDBClustersCommandOutput | DescribeDBEngineVersionsCommandOutput | DescribeDBInstanceAutomatedBackupsCommandOutput | DescribeDBInstancesCommandOutput | DescribeDBLogFilesCommandOutput | DescribeDBParameterGroupsCommandOutput | DescribeDBParametersCommandOutput | DescribeDBProxiesCommandOutput | DescribeDBProxyEndpointsCommandOutput | DescribeDBProxyTargetGroupsCommandOutput | DescribeDBProxyTargetsCommandOutput | DescribeDBSecurityGroupsCommandOutput | DescribeDBSnapshotAttributesCommandOutput | DescribeDBSnapshotsCommandOutput | DescribeDBSubnetGroupsCommandOutput | DescribeEngineDefaultClusterParametersCommandOutput | DescribeEngineDefaultParametersCommandOutput | DescribeEventCategoriesCommandOutput | DescribeEventSubscriptionsCommandOutput | DescribeEventsCommandOutput | DescribeExportTasksCommandOutput | DescribeGlobalClustersCommandOutput | DescribeInstallationMediaCommandOutput | DescribeOptionGroupOptionsCommandOutput | DescribeOptionGroupsCommandOutput | DescribeOrderableDBInstanceOptionsCommandOutput | DescribePendingMaintenanceActionsCommandOutput | DescribeReservedDBInstancesCommandOutput | DescribeReservedDBInstancesOfferingsCommandOutput | DescribeSourceRegionsCommandOutput | DescribeValidDBInstanceModificationsCommandOutput | DownloadDBLogFilePortionCommandOutput | FailoverDBClusterCommandOutput | FailoverGlobalClusterCommandOutput | ImportInstallationMediaCommandOutput | ListTagsForResourceCommandOutput | ModifyCertificatesCommandOutput | ModifyCurrentDBClusterCapacityCommandOutput | ModifyCustomDBEngineVersionCommandOutput | ModifyDBClusterCommandOutput | ModifyDBClusterEndpointCommandOutput | ModifyDBClusterParameterGroupCommandOutput | ModifyDBClusterSnapshotAttributeCommandOutput | ModifyDBInstanceCommandOutput | ModifyDBParameterGroupCommandOutput | ModifyDBProxyCommandOutput | ModifyDBProxyEndpointCommandOutput | ModifyDBProxyTargetGroupCommandOutput | ModifyDBSnapshotAttributeCommandOutput | ModifyDBSnapshotCommandOutput | ModifyDBSubnetGroupCommandOutput | ModifyEventSubscriptionCommandOutput | ModifyGlobalClusterCommandOutput | ModifyOptionGroupCommandOutput | PromoteReadReplicaCommandOutput | PromoteReadReplicaDBClusterCommandOutput | PurchaseReservedDBInstancesOfferingCommandOutput | RebootDBClusterCommandOutput | RebootDBInstanceCommandOutput | RegisterDBProxyTargetsCommandOutput | RemoveFromGlobalClusterCommandOutput | RemoveRoleFromDBClusterCommandOutput | RemoveRoleFromDBInstanceCommandOutput | RemoveSourceIdentifierFromSubscriptionCommandOutput | RemoveTagsFromResourceCommandOutput | ResetDBClusterParameterGroupCommandOutput | ResetDBParameterGroupCommandOutput | RestoreDBClusterFromS3CommandOutput | RestoreDBClusterFromSnapshotCommandOutput | RestoreDBClusterToPointInTimeCommandOutput | RestoreDBInstanceFromDBSnapshotCommandOutput | RestoreDBInstanceFromS3CommandOutput | RestoreDBInstanceToPointInTimeCommandOutput | RevokeDBSecurityGroupIngressCommandOutput | StartActivityStreamCommandOutput | StartDBClusterCommandOutput | StartDBInstanceAutomatedBackupsReplicationCommandOutput | StartDBInstanceCommandOutput | StartExportTaskCommandOutput | StopActivityStreamCommandOutput | StopDBClusterCommandOutput | StopDBInstanceAutomatedBackupsReplicationCommandOutput | StopDBInstanceCommandOutput;
|
|
151
152
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
152
153
|
|
|
153
154
|
requestHandler?: __HttpHandler;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { RebootDBClusterMessage, RebootDBClusterResult } from "../models/models_1";
|
|
4
|
+
import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient";
|
|
5
|
+
export interface RebootDBClusterCommandInput extends RebootDBClusterMessage {
|
|
6
|
+
}
|
|
7
|
+
export interface RebootDBClusterCommandOutput extends RebootDBClusterResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class RebootDBClusterCommand extends $Command<RebootDBClusterCommandInput, RebootDBClusterCommandOutput, RDSClientResolvedConfig> {
|
|
11
|
+
readonly input: RebootDBClusterCommandInput;
|
|
12
|
+
constructor(input: RebootDBClusterCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RDSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RebootDBClusterCommandInput, RebootDBClusterCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -113,6 +113,7 @@ export * from "./ModifyOptionGroupCommand";
|
|
|
113
113
|
export * from "./PromoteReadReplicaCommand";
|
|
114
114
|
export * from "./PromoteReadReplicaDBClusterCommand";
|
|
115
115
|
export * from "./PurchaseReservedDBInstancesOfferingCommand";
|
|
116
|
+
export * from "./RebootDBClusterCommand";
|
|
116
117
|
export * from "./RebootDBInstanceCommand";
|
|
117
118
|
export * from "./RegisterDBProxyTargetsCommand";
|
|
118
119
|
export * from "./RemoveFromGlobalClusterCommand";
|
|
@@ -846,6 +846,8 @@ export interface DBSnapshot {
|
|
|
846
846
|
TagList?: Tag[];
|
|
847
847
|
|
|
848
848
|
OriginalSnapshotCreateTime?: Date;
|
|
849
|
+
|
|
850
|
+
SnapshotTarget?: string;
|
|
849
851
|
}
|
|
850
852
|
export declare namespace DBSnapshot {
|
|
851
853
|
|
|
@@ -1343,6 +1345,28 @@ export interface CreateDBClusterMessage {
|
|
|
1343
1345
|
DomainIAMRoleName?: string;
|
|
1344
1346
|
|
|
1345
1347
|
EnableGlobalWriteForwarding?: boolean;
|
|
1348
|
+
|
|
1349
|
+
DBClusterInstanceClass?: string;
|
|
1350
|
+
|
|
1351
|
+
AllocatedStorage?: number;
|
|
1352
|
+
|
|
1353
|
+
StorageType?: string;
|
|
1354
|
+
|
|
1355
|
+
Iops?: number;
|
|
1356
|
+
|
|
1357
|
+
PubliclyAccessible?: boolean;
|
|
1358
|
+
|
|
1359
|
+
AutoMinorVersionUpgrade?: boolean;
|
|
1360
|
+
|
|
1361
|
+
MonitoringInterval?: number;
|
|
1362
|
+
|
|
1363
|
+
MonitoringRoleArn?: string;
|
|
1364
|
+
|
|
1365
|
+
EnablePerformanceInsights?: boolean;
|
|
1366
|
+
|
|
1367
|
+
PerformanceInsightsKMSKeyId?: string;
|
|
1368
|
+
|
|
1369
|
+
PerformanceInsightsRetentionPeriod?: number;
|
|
1346
1370
|
}
|
|
1347
1371
|
export declare namespace CreateDBClusterMessage {
|
|
1348
1372
|
|
|
@@ -1572,6 +1596,26 @@ export interface DBCluster {
|
|
|
1572
1596
|
GlobalWriteForwardingRequested?: boolean;
|
|
1573
1597
|
|
|
1574
1598
|
PendingModifiedValues?: ClusterPendingModifiedValues;
|
|
1599
|
+
|
|
1600
|
+
DBClusterInstanceClass?: string;
|
|
1601
|
+
|
|
1602
|
+
StorageType?: string;
|
|
1603
|
+
|
|
1604
|
+
Iops?: number;
|
|
1605
|
+
|
|
1606
|
+
PubliclyAccessible?: boolean;
|
|
1607
|
+
|
|
1608
|
+
AutoMinorVersionUpgrade?: boolean;
|
|
1609
|
+
|
|
1610
|
+
MonitoringInterval?: number;
|
|
1611
|
+
|
|
1612
|
+
MonitoringRoleArn?: string;
|
|
1613
|
+
|
|
1614
|
+
PerformanceInsightsEnabled?: boolean;
|
|
1615
|
+
|
|
1616
|
+
PerformanceInsightsKMSKeyId?: string;
|
|
1617
|
+
|
|
1618
|
+
PerformanceInsightsRetentionPeriod?: number;
|
|
1575
1619
|
}
|
|
1576
1620
|
export declare namespace DBCluster {
|
|
1577
1621
|
|
|
@@ -1943,6 +1987,8 @@ export interface CreateDBInstanceMessage {
|
|
|
1943
1987
|
EnableCustomerOwnedIp?: boolean;
|
|
1944
1988
|
|
|
1945
1989
|
CustomIamInstanceProfile?: string;
|
|
1990
|
+
|
|
1991
|
+
BackupTarget?: string;
|
|
1946
1992
|
}
|
|
1947
1993
|
export declare namespace CreateDBInstanceMessage {
|
|
1948
1994
|
|
|
@@ -2271,6 +2317,8 @@ export interface DBInstance {
|
|
|
2271
2317
|
ResumeFullAutomationModeTime?: Date;
|
|
2272
2318
|
|
|
2273
2319
|
CustomIamInstanceProfile?: string;
|
|
2320
|
+
|
|
2321
|
+
BackupTarget?: string;
|
|
2274
2322
|
}
|
|
2275
2323
|
export declare namespace DBInstance {
|
|
2276
2324
|
|
|
@@ -3300,6 +3348,8 @@ export interface DBInstanceAutomatedBackup {
|
|
|
3300
3348
|
DBInstanceAutomatedBackupsArn?: string;
|
|
3301
3349
|
|
|
3302
3350
|
DBInstanceAutomatedBackupsReplications?: DBInstanceAutomatedBackupsReplication[];
|
|
3351
|
+
|
|
3352
|
+
BackupTarget?: string;
|
|
3303
3353
|
}
|
|
3304
3354
|
export declare namespace DBInstanceAutomatedBackup {
|
|
3305
3355
|
|
|
@@ -679,6 +679,8 @@ export interface OrderableDBInstanceOption {
|
|
|
679
679
|
SupportedActivityStreamModes?: string[];
|
|
680
680
|
|
|
681
681
|
SupportsGlobalDatabases?: boolean;
|
|
682
|
+
|
|
683
|
+
SupportsClusters?: boolean;
|
|
682
684
|
}
|
|
683
685
|
export declare namespace OrderableDBInstanceOption {
|
|
684
686
|
|
|
@@ -1263,6 +1265,26 @@ export interface ModifyDBClusterMessage {
|
|
|
1263
1265
|
CopyTagsToSnapshot?: boolean;
|
|
1264
1266
|
|
|
1265
1267
|
EnableGlobalWriteForwarding?: boolean;
|
|
1268
|
+
|
|
1269
|
+
DBClusterInstanceClass?: string;
|
|
1270
|
+
|
|
1271
|
+
AllocatedStorage?: number;
|
|
1272
|
+
|
|
1273
|
+
StorageType?: string;
|
|
1274
|
+
|
|
1275
|
+
Iops?: number;
|
|
1276
|
+
|
|
1277
|
+
AutoMinorVersionUpgrade?: boolean;
|
|
1278
|
+
|
|
1279
|
+
MonitoringInterval?: number;
|
|
1280
|
+
|
|
1281
|
+
MonitoringRoleArn?: string;
|
|
1282
|
+
|
|
1283
|
+
EnablePerformanceInsights?: boolean;
|
|
1284
|
+
|
|
1285
|
+
PerformanceInsightsKMSKeyId?: string;
|
|
1286
|
+
|
|
1287
|
+
PerformanceInsightsRetentionPeriod?: number;
|
|
1266
1288
|
}
|
|
1267
1289
|
export declare namespace ModifyDBClusterMessage {
|
|
1268
1290
|
|
|
@@ -1817,6 +1839,22 @@ export declare namespace ReservedDBInstanceQuotaExceededFault {
|
|
|
1817
1839
|
|
|
1818
1840
|
const filterSensitiveLog: (obj: ReservedDBInstanceQuotaExceededFault) => any;
|
|
1819
1841
|
}
|
|
1842
|
+
export interface RebootDBClusterMessage {
|
|
1843
|
+
|
|
1844
|
+
DBClusterIdentifier: string | undefined;
|
|
1845
|
+
}
|
|
1846
|
+
export declare namespace RebootDBClusterMessage {
|
|
1847
|
+
|
|
1848
|
+
const filterSensitiveLog: (obj: RebootDBClusterMessage) => any;
|
|
1849
|
+
}
|
|
1850
|
+
export interface RebootDBClusterResult {
|
|
1851
|
+
|
|
1852
|
+
DBCluster?: DBCluster;
|
|
1853
|
+
}
|
|
1854
|
+
export declare namespace RebootDBClusterResult {
|
|
1855
|
+
|
|
1856
|
+
const filterSensitiveLog: (obj: RebootDBClusterResult) => any;
|
|
1857
|
+
}
|
|
1820
1858
|
|
|
1821
1859
|
export interface RebootDBInstanceMessage {
|
|
1822
1860
|
|
|
@@ -2148,6 +2186,14 @@ export interface RestoreDBClusterFromSnapshotMessage {
|
|
|
2148
2186
|
Domain?: string;
|
|
2149
2187
|
|
|
2150
2188
|
DomainIAMRoleName?: string;
|
|
2189
|
+
|
|
2190
|
+
DBClusterInstanceClass?: string;
|
|
2191
|
+
|
|
2192
|
+
StorageType?: string;
|
|
2193
|
+
|
|
2194
|
+
Iops?: number;
|
|
2195
|
+
|
|
2196
|
+
PubliclyAccessible?: boolean;
|
|
2151
2197
|
}
|
|
2152
2198
|
export declare namespace RestoreDBClusterFromSnapshotMessage {
|
|
2153
2199
|
|
|
@@ -2205,6 +2251,14 @@ export interface RestoreDBClusterToPointInTimeMessage {
|
|
|
2205
2251
|
ScalingConfiguration?: ScalingConfiguration;
|
|
2206
2252
|
|
|
2207
2253
|
EngineMode?: string;
|
|
2254
|
+
|
|
2255
|
+
DBClusterInstanceClass?: string;
|
|
2256
|
+
|
|
2257
|
+
StorageType?: string;
|
|
2258
|
+
|
|
2259
|
+
PubliclyAccessible?: boolean;
|
|
2260
|
+
|
|
2261
|
+
Iops?: number;
|
|
2208
2262
|
}
|
|
2209
2263
|
export declare namespace RestoreDBClusterToPointInTimeMessage {
|
|
2210
2264
|
|
|
@@ -2280,6 +2334,8 @@ export interface RestoreDBInstanceFromDBSnapshotMessage {
|
|
|
2280
2334
|
EnableCustomerOwnedIp?: boolean;
|
|
2281
2335
|
|
|
2282
2336
|
CustomIamInstanceProfile?: string;
|
|
2337
|
+
|
|
2338
|
+
BackupTarget?: string;
|
|
2283
2339
|
}
|
|
2284
2340
|
export declare namespace RestoreDBInstanceFromDBSnapshotMessage {
|
|
2285
2341
|
|
|
@@ -2477,6 +2533,8 @@ export interface RestoreDBInstanceToPointInTimeMessage {
|
|
|
2477
2533
|
EnableCustomerOwnedIp?: boolean;
|
|
2478
2534
|
|
|
2479
2535
|
CustomIamInstanceProfile?: string;
|
|
2536
|
+
|
|
2537
|
+
BackupTarget?: string;
|
|
2480
2538
|
}
|
|
2481
2539
|
export declare namespace RestoreDBInstanceToPointInTimeMessage {
|
|
2482
2540
|
|
|
@@ -115,6 +115,7 @@ import { ModifyOptionGroupCommandInput, ModifyOptionGroupCommandOutput } from ".
|
|
|
115
115
|
import { PromoteReadReplicaCommandInput, PromoteReadReplicaCommandOutput } from "../commands/PromoteReadReplicaCommand";
|
|
116
116
|
import { PromoteReadReplicaDBClusterCommandInput, PromoteReadReplicaDBClusterCommandOutput } from "../commands/PromoteReadReplicaDBClusterCommand";
|
|
117
117
|
import { PurchaseReservedDBInstancesOfferingCommandInput, PurchaseReservedDBInstancesOfferingCommandOutput } from "../commands/PurchaseReservedDBInstancesOfferingCommand";
|
|
118
|
+
import { RebootDBClusterCommandInput, RebootDBClusterCommandOutput } from "../commands/RebootDBClusterCommand";
|
|
118
119
|
import { RebootDBInstanceCommandInput, RebootDBInstanceCommandOutput } from "../commands/RebootDBInstanceCommand";
|
|
119
120
|
import { RegisterDBProxyTargetsCommandInput, RegisterDBProxyTargetsCommandOutput } from "../commands/RegisterDBProxyTargetsCommand";
|
|
120
121
|
import { RemoveFromGlobalClusterCommandInput, RemoveFromGlobalClusterCommandOutput } from "../commands/RemoveFromGlobalClusterCommand";
|
|
@@ -255,6 +256,7 @@ export declare const serializeAws_queryModifyOptionGroupCommand: (input: ModifyO
|
|
|
255
256
|
export declare const serializeAws_queryPromoteReadReplicaCommand: (input: PromoteReadReplicaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
256
257
|
export declare const serializeAws_queryPromoteReadReplicaDBClusterCommand: (input: PromoteReadReplicaDBClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
257
258
|
export declare const serializeAws_queryPurchaseReservedDBInstancesOfferingCommand: (input: PurchaseReservedDBInstancesOfferingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
259
|
+
export declare const serializeAws_queryRebootDBClusterCommand: (input: RebootDBClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
258
260
|
export declare const serializeAws_queryRebootDBInstanceCommand: (input: RebootDBInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
259
261
|
export declare const serializeAws_queryRegisterDBProxyTargetsCommand: (input: RegisterDBProxyTargetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
260
262
|
export declare const serializeAws_queryRemoveFromGlobalClusterCommand: (input: RemoveFromGlobalClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -395,6 +397,7 @@ export declare const deserializeAws_queryModifyOptionGroupCommand: (output: __Ht
|
|
|
395
397
|
export declare const deserializeAws_queryPromoteReadReplicaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PromoteReadReplicaCommandOutput>;
|
|
396
398
|
export declare const deserializeAws_queryPromoteReadReplicaDBClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PromoteReadReplicaDBClusterCommandOutput>;
|
|
397
399
|
export declare const deserializeAws_queryPurchaseReservedDBInstancesOfferingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PurchaseReservedDBInstancesOfferingCommandOutput>;
|
|
400
|
+
export declare const deserializeAws_queryRebootDBClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RebootDBClusterCommandOutput>;
|
|
398
401
|
export declare const deserializeAws_queryRebootDBInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RebootDBInstanceCommandOutput>;
|
|
399
402
|
export declare const deserializeAws_queryRegisterDBProxyTargetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterDBProxyTargetsCommandOutput>;
|
|
400
403
|
export declare const deserializeAws_queryRemoveFromGlobalClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveFromGlobalClusterCommandOutput>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-rds",
|
|
3
3
|
"description": "AWS SDK for JavaScript Rds Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.45.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.45.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.45.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.45.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.40.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.40.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.40.0",
|
|
@@ -31,15 +31,15 @@
|
|
|
31
31
|
"@aws-sdk/middleware-host-header": "3.40.0",
|
|
32
32
|
"@aws-sdk/middleware-logger": "3.40.0",
|
|
33
33
|
"@aws-sdk/middleware-retry": "3.40.0",
|
|
34
|
-
"@aws-sdk/middleware-sdk-rds": "3.
|
|
34
|
+
"@aws-sdk/middleware-sdk-rds": "3.45.0",
|
|
35
35
|
"@aws-sdk/middleware-serde": "3.40.0",
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.45.0",
|
|
37
37
|
"@aws-sdk/middleware-stack": "3.40.0",
|
|
38
38
|
"@aws-sdk/middleware-user-agent": "3.40.0",
|
|
39
39
|
"@aws-sdk/node-config-provider": "3.40.0",
|
|
40
40
|
"@aws-sdk/node-http-handler": "3.40.0",
|
|
41
41
|
"@aws-sdk/protocol-http": "3.40.0",
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
42
|
+
"@aws-sdk/smithy-client": "3.41.0",
|
|
43
43
|
"@aws-sdk/types": "3.40.0",
|
|
44
44
|
"@aws-sdk/url-parser": "3.40.0",
|
|
45
45
|
"@aws-sdk/util-base64-browser": "3.37.0",
|