@aws-sdk/client-rds 3.1086.0 → 3.1088.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/dist-cjs/index.js +5 -5
- package/dist-es/schemas/schemas_0.js +4 -4
- package/dist-types/commands/ModifyDBClusterCommand.d.ts +1 -0
- package/dist-types/commands/ModifyDBInstanceCommand.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +3 -3
- package/dist-types/models/models_1.d.ts +16 -6
- package/dist-types/ts3.4/RDS.d.ts +549 -679
- package/dist-types/ts3.4/RDSClient.d.ts +13 -20
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +10 -13
- package/dist-types/ts3.4/commandBuilder.d.ts +9 -19
- package/dist-types/ts3.4/commands/AddRoleToDBClusterCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/AddRoleToDBInstanceCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/ApplyPendingMaintenanceActionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AuthorizeDBSecurityGroupIngressCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BacktrackDBClusterCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/CancelExportTaskCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CopyDBClusterParameterGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CopyDBClusterSnapshotCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CopyDBParameterGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CopyDBSnapshotCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CopyOptionGroupCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateBlueGreenDeploymentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateCustomDBEngineVersionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateDBClusterCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateDBClusterEndpointCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/CreateDBClusterParameterGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateDBClusterSnapshotCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateDBInstanceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateDBInstanceReadReplicaCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateDBParameterGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateDBProxyCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateDBProxyEndpointCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateDBSecurityGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateDBShardGroupCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/CreateDBSnapshotCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateDBSubnetGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateGlobalClusterCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateIntegrationCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/CreateOptionGroupCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/CreateTenantDatabaseCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteBlueGreenDeploymentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteCustomDBEngineVersionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteDBClusterAutomatedBackupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteDBClusterCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteDBClusterEndpointCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/DeleteDBClusterParameterGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteDBClusterSnapshotCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteDBInstanceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteDBParameterGroupCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteDBProxyCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteDBProxyEndpointCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteDBSecurityGroupCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteDBShardGroupCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/DeleteDBSnapshotCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteDBSubnetGroupCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteGlobalClusterCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/DeleteOptionGroupCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteTenantDatabaseCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeregisterDBProxyTargetsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeBlueGreenDeploymentsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeCertificatesCommand.d.ts +4 -10
- package/dist-types/ts3.4/commands/DescribeDBClusterAutomatedBackupsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeDBClusterBacktracksCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeDBClusterEndpointsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeDBClusterParameterGroupsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeDBClusterParametersCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeDBClustersCommand.d.ts +4 -10
- package/dist-types/ts3.4/commands/DescribeDBEngineVersionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeDBInstancesCommand.d.ts +4 -10
- package/dist-types/ts3.4/commands/DescribeDBLogFilesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeDBMajorEngineVersionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeDBParameterGroupsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeDBParametersCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeDBProxiesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeDBProxyEndpointsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeDBProxyTargetGroupsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeDBProxyTargetsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeDBRecommendationsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeDBSecurityGroupsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeDBShardGroupsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeDBSnapshotAttributesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeDBSnapshotTenantDatabasesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeDBSnapshotsCommand.d.ts +4 -10
- package/dist-types/ts3.4/commands/DescribeDBSubnetGroupsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeEngineDefaultParametersCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +4 -10
- package/dist-types/ts3.4/commands/DescribeGlobalClustersCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeIntegrationsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeOptionGroupOptionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeOptionGroupsCommand.d.ts +3 -6
- package/dist-types/ts3.4/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribePendingMaintenanceActionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeReservedDBInstancesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeReservedDBInstancesOfferingsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeServerlessV2PlatformVersionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeSourceRegionsCommand.d.ts +3 -6
- package/dist-types/ts3.4/commands/DescribeTenantDatabasesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeValidDBInstanceModificationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DisableHttpEndpointCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DownloadDBLogFilePortionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/EnableHttpEndpointCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/FailoverDBClusterCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/FailoverGlobalClusterCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/ModifyActivityStreamCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ModifyCertificatesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ModifyCurrentDBClusterCapacityCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ModifyCustomDBEngineVersionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ModifyDBClusterCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ModifyDBClusterEndpointCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/ModifyDBClusterParameterGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ModifyDBInstanceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ModifyDBParameterGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ModifyDBProxyCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ModifyDBProxyEndpointCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ModifyDBProxyTargetGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ModifyDBRecommendationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ModifyDBShardGroupCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/ModifyDBSnapshotAttributeCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ModifyDBSnapshotCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ModifyDBSubnetGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ModifyGlobalClusterCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ModifyIntegrationCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/ModifyOptionGroupCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/ModifyTenantDatabaseCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PromoteReadReplicaCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PromoteReadReplicaDBClusterCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PurchaseReservedDBInstancesOfferingCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RebootDBClusterCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/RebootDBInstanceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/RebootDBShardGroupCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/RegisterDBProxyTargetsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RemoveFromGlobalClusterCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RemoveRoleFromDBClusterCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RemoveRoleFromDBInstanceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/ResetDBClusterParameterGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ResetDBParameterGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RestoreDBClusterFromS3Command.d.ts +5 -10
- package/dist-types/ts3.4/commands/RestoreDBClusterFromSnapshotCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RestoreDBClusterToPointInTimeCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RestoreDBInstanceFromS3Command.d.ts +5 -10
- package/dist-types/ts3.4/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RevokeDBSecurityGroupIngressCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartActivityStreamCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StartDBClusterCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartDBInstanceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/StartExportTaskCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/StopActivityStreamCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StopDBClusterCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StopDBInstanceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/SwitchoverBlueGreenDeploymentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/SwitchoverGlobalClusterCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/SwitchoverReadReplicaCommand.d.ts +5 -10
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +13 -26
- package/dist-types/ts3.4/models/errors.d.ts +144 -620
- package/dist-types/ts3.4/models/models_0.d.ts +8 -24
- package/dist-types/ts3.4/models/models_1.d.ts +10 -24
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/dist-types/ts3.4/waiters/waitForDBClusterAvailable.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForDBClusterDeleted.d.ts +4 -8
- package/dist-types/ts3.4/waiters/waitForDBClusterSnapshotAvailable.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForDBClusterSnapshotDeleted.d.ts +4 -8
- package/dist-types/ts3.4/waiters/waitForDBInstanceAvailable.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForDBInstanceDeleted.d.ts +4 -8
- package/dist-types/ts3.4/waiters/waitForDBSnapshotAvailable.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForDBSnapshotDeleted.d.ts +4 -8
- package/dist-types/ts3.4/waiters/waitForTenantDatabaseAvailable.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForTenantDatabaseDeleted.d.ts +4 -8
- package/package.json +41 -41
|
@@ -3,12 +3,10 @@ import { ExportTask } from "../models/models_0";
|
|
|
3
3
|
import { StartExportTaskMessage } from "../models/models_1";
|
|
4
4
|
export { __MetadataBearer };
|
|
5
5
|
export interface StartExportTaskCommandInput extends StartExportTaskMessage {}
|
|
6
|
-
export interface StartExportTaskCommandOutput
|
|
7
|
-
extends ExportTask,
|
|
8
|
-
__MetadataBearer {}
|
|
6
|
+
export interface StartExportTaskCommandOutput extends ExportTask, __MetadataBearer {}
|
|
9
7
|
declare const StartExportTaskCommand_base: {
|
|
10
8
|
new (
|
|
11
|
-
input: StartExportTaskCommandInput
|
|
9
|
+
input: StartExportTaskCommandInput,
|
|
12
10
|
): import("@smithy/core/client").CommandImpl<
|
|
13
11
|
StartExportTaskCommandInput,
|
|
14
12
|
StartExportTaskCommandOutput,
|
|
@@ -17,7 +15,7 @@ declare const StartExportTaskCommand_base: {
|
|
|
17
15
|
import("..").ServiceOutputTypes
|
|
18
16
|
>;
|
|
19
17
|
new (
|
|
20
|
-
input: StartExportTaskCommandInput
|
|
18
|
+
input: StartExportTaskCommandInput,
|
|
21
19
|
): import("@smithy/core/client").CommandImpl<
|
|
22
20
|
StartExportTaskCommandInput,
|
|
23
21
|
StartExportTaskCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
StopActivityStreamRequest,
|
|
4
|
-
StopActivityStreamResponse,
|
|
5
|
-
} from "../models/models_1";
|
|
2
|
+
import { StopActivityStreamRequest, StopActivityStreamResponse } from "../models/models_1";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface StopActivityStreamCommandInput
|
|
8
|
-
extends StopActivityStreamRequest {}
|
|
4
|
+
export interface StopActivityStreamCommandInput extends StopActivityStreamRequest {}
|
|
9
5
|
export interface StopActivityStreamCommandOutput
|
|
10
|
-
extends StopActivityStreamResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends StopActivityStreamResponse, __MetadataBearer {}
|
|
12
7
|
declare const StopActivityStreamCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: StopActivityStreamCommandInput
|
|
9
|
+
input: StopActivityStreamCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
StopActivityStreamCommandInput,
|
|
17
12
|
StopActivityStreamCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const StopActivityStreamCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: StopActivityStreamCommandInput
|
|
18
|
+
input: StopActivityStreamCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
StopActivityStreamCommandInput,
|
|
26
21
|
StopActivityStreamCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { StopDBClusterMessage, StopDBClusterResult } from "../models/models_1";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface StopDBClusterCommandInput extends StopDBClusterMessage {}
|
|
5
|
-
export interface StopDBClusterCommandOutput
|
|
6
|
-
extends StopDBClusterResult,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface StopDBClusterCommandOutput extends StopDBClusterResult, __MetadataBearer {}
|
|
8
6
|
declare const StopDBClusterCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: StopDBClusterCommandInput
|
|
8
|
+
input: StopDBClusterCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
StopDBClusterCommandInput,
|
|
13
11
|
StopDBClusterCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const StopDBClusterCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: StopDBClusterCommandInput
|
|
17
|
+
input: StopDBClusterCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
StopDBClusterCommandInput,
|
|
22
20
|
StopDBClusterCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
StopDBInstanceAutomatedBackupsReplicationResult,
|
|
5
5
|
} from "../models/models_1";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface StopDBInstanceAutomatedBackupsReplicationCommandInput
|
|
8
|
-
extends StopDBInstanceAutomatedBackupsReplicationMessage {}
|
|
7
|
+
export interface StopDBInstanceAutomatedBackupsReplicationCommandInput extends StopDBInstanceAutomatedBackupsReplicationMessage {}
|
|
9
8
|
export interface StopDBInstanceAutomatedBackupsReplicationCommandOutput
|
|
10
|
-
extends StopDBInstanceAutomatedBackupsReplicationResult,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends StopDBInstanceAutomatedBackupsReplicationResult, __MetadataBearer {}
|
|
12
10
|
declare const StopDBInstanceAutomatedBackupsReplicationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: StopDBInstanceAutomatedBackupsReplicationCommandInput
|
|
12
|
+
input: StopDBInstanceAutomatedBackupsReplicationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
StopDBInstanceAutomatedBackupsReplicationCommandInput,
|
|
17
15
|
StopDBInstanceAutomatedBackupsReplicationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const StopDBInstanceAutomatedBackupsReplicationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: StopDBInstanceAutomatedBackupsReplicationCommandInput
|
|
21
|
+
input: StopDBInstanceAutomatedBackupsReplicationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
StopDBInstanceAutomatedBackupsReplicationCommandInput,
|
|
26
24
|
StopDBInstanceAutomatedBackupsReplicationCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
StopDBInstanceMessage,
|
|
4
|
-
StopDBInstanceResult,
|
|
5
|
-
} from "../models/models_1";
|
|
2
|
+
import { StopDBInstanceMessage, StopDBInstanceResult } from "../models/models_1";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface StopDBInstanceCommandInput extends StopDBInstanceMessage {}
|
|
8
|
-
export interface StopDBInstanceCommandOutput
|
|
9
|
-
extends StopDBInstanceResult,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface StopDBInstanceCommandOutput extends StopDBInstanceResult, __MetadataBearer {}
|
|
11
6
|
declare const StopDBInstanceCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: StopDBInstanceCommandInput
|
|
8
|
+
input: StopDBInstanceCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
StopDBInstanceCommandInput,
|
|
16
11
|
StopDBInstanceCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const StopDBInstanceCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: StopDBInstanceCommandInput
|
|
17
|
+
input: StopDBInstanceCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
StopDBInstanceCommandInput,
|
|
25
20
|
StopDBInstanceCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
SwitchoverBlueGreenDeploymentResponse,
|
|
5
5
|
} from "../models/models_1";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface SwitchoverBlueGreenDeploymentCommandInput
|
|
8
|
-
extends SwitchoverBlueGreenDeploymentRequest {}
|
|
7
|
+
export interface SwitchoverBlueGreenDeploymentCommandInput extends SwitchoverBlueGreenDeploymentRequest {}
|
|
9
8
|
export interface SwitchoverBlueGreenDeploymentCommandOutput
|
|
10
|
-
extends SwitchoverBlueGreenDeploymentResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends SwitchoverBlueGreenDeploymentResponse, __MetadataBearer {}
|
|
12
10
|
declare const SwitchoverBlueGreenDeploymentCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: SwitchoverBlueGreenDeploymentCommandInput
|
|
12
|
+
input: SwitchoverBlueGreenDeploymentCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
SwitchoverBlueGreenDeploymentCommandInput,
|
|
17
15
|
SwitchoverBlueGreenDeploymentCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const SwitchoverBlueGreenDeploymentCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: SwitchoverBlueGreenDeploymentCommandInput
|
|
21
|
+
input: SwitchoverBlueGreenDeploymentCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
SwitchoverBlueGreenDeploymentCommandInput,
|
|
26
24
|
SwitchoverBlueGreenDeploymentCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
SwitchoverGlobalClusterMessage,
|
|
4
|
-
SwitchoverGlobalClusterResult,
|
|
5
|
-
} from "../models/models_1";
|
|
2
|
+
import { SwitchoverGlobalClusterMessage, SwitchoverGlobalClusterResult } from "../models/models_1";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface SwitchoverGlobalClusterCommandInput
|
|
8
|
-
extends SwitchoverGlobalClusterMessage {}
|
|
4
|
+
export interface SwitchoverGlobalClusterCommandInput extends SwitchoverGlobalClusterMessage {}
|
|
9
5
|
export interface SwitchoverGlobalClusterCommandOutput
|
|
10
|
-
extends SwitchoverGlobalClusterResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends SwitchoverGlobalClusterResult, __MetadataBearer {}
|
|
12
7
|
declare const SwitchoverGlobalClusterCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: SwitchoverGlobalClusterCommandInput
|
|
9
|
+
input: SwitchoverGlobalClusterCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
SwitchoverGlobalClusterCommandInput,
|
|
17
12
|
SwitchoverGlobalClusterCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const SwitchoverGlobalClusterCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: SwitchoverGlobalClusterCommandInput
|
|
18
|
+
input: SwitchoverGlobalClusterCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
SwitchoverGlobalClusterCommandInput,
|
|
26
21
|
SwitchoverGlobalClusterCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
SwitchoverReadReplicaMessage,
|
|
4
|
-
SwitchoverReadReplicaResult,
|
|
5
|
-
} from "../models/models_1";
|
|
2
|
+
import { SwitchoverReadReplicaMessage, SwitchoverReadReplicaResult } from "../models/models_1";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface SwitchoverReadReplicaCommandInput
|
|
8
|
-
extends SwitchoverReadReplicaMessage {}
|
|
4
|
+
export interface SwitchoverReadReplicaCommandInput extends SwitchoverReadReplicaMessage {}
|
|
9
5
|
export interface SwitchoverReadReplicaCommandOutput
|
|
10
|
-
extends SwitchoverReadReplicaResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends SwitchoverReadReplicaResult, __MetadataBearer {}
|
|
12
7
|
declare const SwitchoverReadReplicaCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: SwitchoverReadReplicaCommandInput
|
|
9
|
+
input: SwitchoverReadReplicaCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
SwitchoverReadReplicaCommandInput,
|
|
17
12
|
SwitchoverReadReplicaCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const SwitchoverReadReplicaCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: SwitchoverReadReplicaCommandInput
|
|
18
|
+
input: SwitchoverReadReplicaCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
SwitchoverReadReplicaCommandInput,
|
|
26
21
|
SwitchoverReadReplicaCommandOutput,
|
|
@@ -23,7 +23,7 @@ export type ClientResolvedEndpointParameters = Pick<
|
|
|
23
23
|
defaultSigningName: string;
|
|
24
24
|
};
|
|
25
25
|
export declare const resolveClientEndpointParameters: <T>(
|
|
26
|
-
options: T & ClientInputEndpointParameters
|
|
26
|
+
options: T & ClientInputEndpointParameters,
|
|
27
27
|
) => T & ClientResolvedEndpointParameters;
|
|
28
28
|
export declare const commonParams: {
|
|
29
29
|
readonly UseFIPS: {
|
|
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export interface RDSExtensionConfiguration
|
|
6
|
-
extends
|
|
6
|
+
extends
|
|
7
|
+
HttpHandlerExtensionConfiguration,
|
|
7
8
|
DefaultExtensionConfiguration,
|
|
8
9
|
AwsRegionExtensionConfiguration,
|
|
9
10
|
HttpAuthExtensionConfiguration {}
|
|
@@ -2,8 +2,7 @@ export declare const ActivityStreamMode: {
|
|
|
2
2
|
readonly async: "async";
|
|
3
3
|
readonly sync: "sync";
|
|
4
4
|
};
|
|
5
|
-
export type ActivityStreamMode =
|
|
6
|
-
(typeof ActivityStreamMode)[keyof typeof ActivityStreamMode];
|
|
5
|
+
export type ActivityStreamMode = (typeof ActivityStreamMode)[keyof typeof ActivityStreamMode];
|
|
7
6
|
export declare const ActivityStreamPolicyStatus: {
|
|
8
7
|
readonly locked: "locked";
|
|
9
8
|
readonly locking_policy: "locking-policy";
|
|
@@ -18,14 +17,12 @@ export declare const ActivityStreamStatus: {
|
|
|
18
17
|
readonly stopped: "stopped";
|
|
19
18
|
readonly stopping: "stopping";
|
|
20
19
|
};
|
|
21
|
-
export type ActivityStreamStatus =
|
|
22
|
-
(typeof ActivityStreamStatus)[keyof typeof ActivityStreamStatus];
|
|
20
|
+
export type ActivityStreamStatus = (typeof ActivityStreamStatus)[keyof typeof ActivityStreamStatus];
|
|
23
21
|
export declare const ExportSourceType: {
|
|
24
22
|
readonly CLUSTER: "CLUSTER";
|
|
25
23
|
readonly SNAPSHOT: "SNAPSHOT";
|
|
26
24
|
};
|
|
27
|
-
export type ExportSourceType =
|
|
28
|
-
(typeof ExportSourceType)[keyof typeof ExportSourceType];
|
|
25
|
+
export type ExportSourceType = (typeof ExportSourceType)[keyof typeof ExportSourceType];
|
|
29
26
|
export declare const StorageEncryptionType: {
|
|
30
27
|
readonly CMK: "sse-kms";
|
|
31
28
|
readonly SSE: "sse-rds";
|
|
@@ -43,8 +40,7 @@ export declare const DatabaseInsightsMode: {
|
|
|
43
40
|
readonly ADVANCED: "advanced";
|
|
44
41
|
readonly STANDARD: "standard";
|
|
45
42
|
};
|
|
46
|
-
export type DatabaseInsightsMode =
|
|
47
|
-
(typeof DatabaseInsightsMode)[keyof typeof DatabaseInsightsMode];
|
|
43
|
+
export type DatabaseInsightsMode = (typeof DatabaseInsightsMode)[keyof typeof DatabaseInsightsMode];
|
|
48
44
|
export declare const MasterUserAuthenticationType: {
|
|
49
45
|
readonly IAM_DB_AUTH: "iam-db-auth";
|
|
50
46
|
readonly PASSWORD: "password";
|
|
@@ -91,14 +87,12 @@ export declare const UpgradeRolloutOrder: {
|
|
|
91
87
|
readonly LAST: "last";
|
|
92
88
|
readonly SECOND: "second";
|
|
93
89
|
};
|
|
94
|
-
export type UpgradeRolloutOrder =
|
|
95
|
-
(typeof UpgradeRolloutOrder)[keyof typeof UpgradeRolloutOrder];
|
|
90
|
+
export type UpgradeRolloutOrder = (typeof UpgradeRolloutOrder)[keyof typeof UpgradeRolloutOrder];
|
|
96
91
|
export declare const AutomationMode: {
|
|
97
92
|
readonly ALL_PAUSED: "all-paused";
|
|
98
93
|
readonly FULL: "full";
|
|
99
94
|
};
|
|
100
|
-
export type AutomationMode =
|
|
101
|
-
(typeof AutomationMode)[keyof typeof AutomationMode];
|
|
95
|
+
export type AutomationMode = (typeof AutomationMode)[keyof typeof AutomationMode];
|
|
102
96
|
export declare const AuthScheme: {
|
|
103
97
|
readonly SECRETS: "SECRETS";
|
|
104
98
|
};
|
|
@@ -122,15 +116,13 @@ export declare const DefaultAuthScheme: {
|
|
|
122
116
|
readonly IAM_AUTH: "IAM_AUTH";
|
|
123
117
|
readonly NONE: "NONE";
|
|
124
118
|
};
|
|
125
|
-
export type DefaultAuthScheme =
|
|
126
|
-
(typeof DefaultAuthScheme)[keyof typeof DefaultAuthScheme];
|
|
119
|
+
export type DefaultAuthScheme = (typeof DefaultAuthScheme)[keyof typeof DefaultAuthScheme];
|
|
127
120
|
export declare const EndpointNetworkType: {
|
|
128
121
|
readonly DUAL: "DUAL";
|
|
129
122
|
readonly IPV4: "IPV4";
|
|
130
123
|
readonly IPV6: "IPV6";
|
|
131
124
|
};
|
|
132
|
-
export type EndpointNetworkType =
|
|
133
|
-
(typeof EndpointNetworkType)[keyof typeof EndpointNetworkType];
|
|
125
|
+
export type EndpointNetworkType = (typeof EndpointNetworkType)[keyof typeof EndpointNetworkType];
|
|
134
126
|
export declare const EngineFamily: {
|
|
135
127
|
readonly MYSQL: "MYSQL";
|
|
136
128
|
readonly POSTGRESQL: "POSTGRESQL";
|
|
@@ -176,8 +168,7 @@ export declare const FailoverStatus: {
|
|
|
176
168
|
readonly FAILING_OVER: "failing-over";
|
|
177
169
|
readonly PENDING: "pending";
|
|
178
170
|
};
|
|
179
|
-
export type FailoverStatus =
|
|
180
|
-
(typeof FailoverStatus)[keyof typeof FailoverStatus];
|
|
171
|
+
export type FailoverStatus = (typeof FailoverStatus)[keyof typeof FailoverStatus];
|
|
181
172
|
export declare const GlobalClusterMemberSynchronizationStatus: {
|
|
182
173
|
readonly CONNECTED: "connected";
|
|
183
174
|
readonly PENDING_RESYNC: "pending-resync";
|
|
@@ -193,8 +184,7 @@ export declare const IntegrationStatus: {
|
|
|
193
184
|
readonly NEEDS_ATTENTION: "needs_attention";
|
|
194
185
|
readonly SYNCING: "syncing";
|
|
195
186
|
};
|
|
196
|
-
export type IntegrationStatus =
|
|
197
|
-
(typeof IntegrationStatus)[keyof typeof IntegrationStatus];
|
|
187
|
+
export type IntegrationStatus = (typeof IntegrationStatus)[keyof typeof IntegrationStatus];
|
|
198
188
|
export declare const ApplyMethod: {
|
|
199
189
|
readonly immediate: "immediate";
|
|
200
190
|
readonly pending_reboot: "pending-reboot";
|
|
@@ -204,8 +194,7 @@ export declare const LifecycleSupportName: {
|
|
|
204
194
|
readonly OPEN_SOURCE_RDS_EXTENDED_SUPPORT: "open-source-rds-extended-support";
|
|
205
195
|
readonly OPEN_SOURCE_RDS_STANDARD_SUPPORT: "open-source-rds-standard-support";
|
|
206
196
|
};
|
|
207
|
-
export type LifecycleSupportName =
|
|
208
|
-
(typeof LifecycleSupportName)[keyof typeof LifecycleSupportName];
|
|
197
|
+
export type LifecycleSupportName = (typeof LifecycleSupportName)[keyof typeof LifecycleSupportName];
|
|
209
198
|
export declare const TargetRole: {
|
|
210
199
|
readonly READ_ONLY: "READ_ONLY";
|
|
211
200
|
readonly READ_WRITE: "READ_WRITE";
|
|
@@ -220,8 +209,7 @@ export declare const TargetHealthReason: {
|
|
|
220
209
|
readonly PROMOTED: "PROMOTED";
|
|
221
210
|
readonly UNREACHABLE: "UNREACHABLE";
|
|
222
211
|
};
|
|
223
|
-
export type TargetHealthReason =
|
|
224
|
-
(typeof TargetHealthReason)[keyof typeof TargetHealthReason];
|
|
212
|
+
export type TargetHealthReason = (typeof TargetHealthReason)[keyof typeof TargetHealthReason];
|
|
225
213
|
export declare const TargetState: {
|
|
226
214
|
readonly available: "AVAILABLE";
|
|
227
215
|
readonly registering: "REGISTERING";
|
|
@@ -253,8 +241,7 @@ export declare const AuditPolicyState: {
|
|
|
253
241
|
readonly LOCKED_POLICY: "locked";
|
|
254
242
|
readonly UNLOCKED_POLICY: "unlocked";
|
|
255
243
|
};
|
|
256
|
-
export type AuditPolicyState =
|
|
257
|
-
(typeof AuditPolicyState)[keyof typeof AuditPolicyState];
|
|
244
|
+
export type AuditPolicyState = (typeof AuditPolicyState)[keyof typeof AuditPolicyState];
|
|
258
245
|
export declare const CustomEngineVersionStatus: {
|
|
259
246
|
readonly available: "available";
|
|
260
247
|
readonly inactive: "inactive";
|