@aws-sdk/client-rds 3.1087.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 +40 -40
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeDBClusterParameterGroupsMessage,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeDBClusterParameterGroupsCommandInput
|
|
8
|
-
extends DescribeDBClusterParameterGroupsMessage {}
|
|
7
|
+
export interface DescribeDBClusterParameterGroupsCommandInput extends DescribeDBClusterParameterGroupsMessage {}
|
|
9
8
|
export interface DescribeDBClusterParameterGroupsCommandOutput
|
|
10
|
-
extends DBClusterParameterGroupsMessage,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DBClusterParameterGroupsMessage, __MetadataBearer {}
|
|
12
10
|
declare const DescribeDBClusterParameterGroupsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeDBClusterParameterGroupsCommandInput
|
|
12
|
+
input: DescribeDBClusterParameterGroupsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeDBClusterParameterGroupsCommandInput,
|
|
17
15
|
DescribeDBClusterParameterGroupsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeDBClusterParametersMessage,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeDBClusterParametersCommandInput
|
|
8
|
-
extends DescribeDBClusterParametersMessage {}
|
|
7
|
+
export interface DescribeDBClusterParametersCommandInput extends DescribeDBClusterParametersMessage {}
|
|
9
8
|
export interface DescribeDBClusterParametersCommandOutput
|
|
10
|
-
extends DBClusterParameterGroupDetails,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DBClusterParameterGroupDetails, __MetadataBearer {}
|
|
12
10
|
declare const DescribeDBClusterParametersCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeDBClusterParametersCommandInput
|
|
12
|
+
input: DescribeDBClusterParametersCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeDBClusterParametersCommandInput,
|
|
17
15
|
DescribeDBClusterParametersCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeDBClusterParametersCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeDBClusterParametersCommandInput
|
|
21
|
+
input: DescribeDBClusterParametersCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeDBClusterParametersCommandInput,
|
|
26
24
|
DescribeDBClusterParametersCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeDBClusterSnapshotAttributesResult,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeDBClusterSnapshotAttributesCommandInput
|
|
8
|
-
extends DescribeDBClusterSnapshotAttributesMessage {}
|
|
7
|
+
export interface DescribeDBClusterSnapshotAttributesCommandInput extends DescribeDBClusterSnapshotAttributesMessage {}
|
|
9
8
|
export interface DescribeDBClusterSnapshotAttributesCommandOutput
|
|
10
|
-
extends DescribeDBClusterSnapshotAttributesResult,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeDBClusterSnapshotAttributesResult, __MetadataBearer {}
|
|
12
10
|
declare const DescribeDBClusterSnapshotAttributesCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeDBClusterSnapshotAttributesCommandInput
|
|
12
|
+
input: DescribeDBClusterSnapshotAttributesCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeDBClusterSnapshotAttributesCommandInput,
|
|
17
15
|
DescribeDBClusterSnapshotAttributesCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeDBClusterSnapshotAttributesCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeDBClusterSnapshotAttributesCommandInput
|
|
21
|
+
input: DescribeDBClusterSnapshotAttributesCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeDBClusterSnapshotAttributesCommandInput,
|
|
26
24
|
DescribeDBClusterSnapshotAttributesCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DBClusterSnapshotMessage,
|
|
4
|
-
DescribeDBClusterSnapshotsMessage,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DBClusterSnapshotMessage, DescribeDBClusterSnapshotsMessage } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeDBClusterSnapshotsCommandInput
|
|
8
|
-
extends DescribeDBClusterSnapshotsMessage {}
|
|
4
|
+
export interface DescribeDBClusterSnapshotsCommandInput extends DescribeDBClusterSnapshotsMessage {}
|
|
9
5
|
export interface DescribeDBClusterSnapshotsCommandOutput
|
|
10
|
-
extends DBClusterSnapshotMessage,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DBClusterSnapshotMessage, __MetadataBearer {}
|
|
12
7
|
declare const DescribeDBClusterSnapshotsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeDBClusterSnapshotsCommandInput
|
|
9
|
+
input: DescribeDBClusterSnapshotsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeDBClusterSnapshotsCommandInput,
|
|
17
12
|
DescribeDBClusterSnapshotsCommandOutput,
|
|
@@ -1,17 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DBClusterMessage,
|
|
4
|
-
DescribeDBClustersMessage,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DBClusterMessage, DescribeDBClustersMessage } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeDBClustersCommandInput
|
|
8
|
-
|
|
9
|
-
export interface DescribeDBClustersCommandOutput
|
|
10
|
-
extends DBClusterMessage,
|
|
11
|
-
__MetadataBearer {}
|
|
4
|
+
export interface DescribeDBClustersCommandInput extends DescribeDBClustersMessage {}
|
|
5
|
+
export interface DescribeDBClustersCommandOutput extends DBClusterMessage, __MetadataBearer {}
|
|
12
6
|
declare const DescribeDBClustersCommand_base: {
|
|
13
7
|
new (
|
|
14
|
-
input: DescribeDBClustersCommandInput
|
|
8
|
+
input: DescribeDBClustersCommandInput,
|
|
15
9
|
): import("@smithy/core/client").CommandImpl<
|
|
16
10
|
DescribeDBClustersCommandInput,
|
|
17
11
|
DescribeDBClustersCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DBEngineVersionMessage,
|
|
4
|
-
DescribeDBEngineVersionsMessage,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DBEngineVersionMessage, DescribeDBEngineVersionsMessage } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeDBEngineVersionsCommandInput
|
|
8
|
-
extends DescribeDBEngineVersionsMessage {}
|
|
4
|
+
export interface DescribeDBEngineVersionsCommandInput extends DescribeDBEngineVersionsMessage {}
|
|
9
5
|
export interface DescribeDBEngineVersionsCommandOutput
|
|
10
|
-
extends DBEngineVersionMessage,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DBEngineVersionMessage, __MetadataBearer {}
|
|
12
7
|
declare const DescribeDBEngineVersionsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeDBEngineVersionsCommandInput
|
|
9
|
+
input: DescribeDBEngineVersionsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeDBEngineVersionsCommandInput,
|
|
17
12
|
DescribeDBEngineVersionsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeDBInstanceAutomatedBackupsMessage,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeDBInstanceAutomatedBackupsCommandInput
|
|
8
|
-
extends DescribeDBInstanceAutomatedBackupsMessage {}
|
|
7
|
+
export interface DescribeDBInstanceAutomatedBackupsCommandInput extends DescribeDBInstanceAutomatedBackupsMessage {}
|
|
9
8
|
export interface DescribeDBInstanceAutomatedBackupsCommandOutput
|
|
10
|
-
extends DBInstanceAutomatedBackupMessage,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DBInstanceAutomatedBackupMessage, __MetadataBearer {}
|
|
12
10
|
declare const DescribeDBInstanceAutomatedBackupsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeDBInstanceAutomatedBackupsCommandInput
|
|
12
|
+
input: DescribeDBInstanceAutomatedBackupsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeDBInstanceAutomatedBackupsCommandInput,
|
|
17
15
|
DescribeDBInstanceAutomatedBackupsCommandOutput,
|
|
@@ -1,17 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DBInstanceMessage,
|
|
4
|
-
DescribeDBInstancesMessage,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DBInstanceMessage, DescribeDBInstancesMessage } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeDBInstancesCommandInput
|
|
8
|
-
|
|
9
|
-
export interface DescribeDBInstancesCommandOutput
|
|
10
|
-
extends DBInstanceMessage,
|
|
11
|
-
__MetadataBearer {}
|
|
4
|
+
export interface DescribeDBInstancesCommandInput extends DescribeDBInstancesMessage {}
|
|
5
|
+
export interface DescribeDBInstancesCommandOutput extends DBInstanceMessage, __MetadataBearer {}
|
|
12
6
|
declare const DescribeDBInstancesCommand_base: {
|
|
13
7
|
new (
|
|
14
|
-
input: DescribeDBInstancesCommandInput
|
|
8
|
+
input: DescribeDBInstancesCommandInput,
|
|
15
9
|
): import("@smithy/core/client").CommandImpl<
|
|
16
10
|
DescribeDBInstancesCommandInput,
|
|
17
11
|
DescribeDBInstancesCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeDBLogFilesMessage,
|
|
4
|
-
DescribeDBLogFilesResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeDBLogFilesMessage, DescribeDBLogFilesResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeDBLogFilesCommandInput
|
|
8
|
-
extends DescribeDBLogFilesMessage {}
|
|
4
|
+
export interface DescribeDBLogFilesCommandInput extends DescribeDBLogFilesMessage {}
|
|
9
5
|
export interface DescribeDBLogFilesCommandOutput
|
|
10
|
-
extends DescribeDBLogFilesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribeDBLogFilesResponse, __MetadataBearer {}
|
|
12
7
|
declare const DescribeDBLogFilesCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeDBLogFilesCommandInput
|
|
9
|
+
input: DescribeDBLogFilesCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeDBLogFilesCommandInput,
|
|
17
12
|
DescribeDBLogFilesCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DescribeDBLogFilesCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DescribeDBLogFilesCommandInput
|
|
18
|
+
input: DescribeDBLogFilesCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DescribeDBLogFilesCommandInput,
|
|
26
21
|
DescribeDBLogFilesCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeDBMajorEngineVersionsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeDBMajorEngineVersionsCommandInput
|
|
8
|
-
extends DescribeDBMajorEngineVersionsRequest {}
|
|
7
|
+
export interface DescribeDBMajorEngineVersionsCommandInput extends DescribeDBMajorEngineVersionsRequest {}
|
|
9
8
|
export interface DescribeDBMajorEngineVersionsCommandOutput
|
|
10
|
-
extends DescribeDBMajorEngineVersionsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeDBMajorEngineVersionsResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeDBMajorEngineVersionsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeDBMajorEngineVersionsCommandInput
|
|
12
|
+
input: DescribeDBMajorEngineVersionsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeDBMajorEngineVersionsCommandInput,
|
|
17
15
|
DescribeDBMajorEngineVersionsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DBParameterGroupsMessage,
|
|
4
|
-
DescribeDBParameterGroupsMessage,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DBParameterGroupsMessage, DescribeDBParameterGroupsMessage } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeDBParameterGroupsCommandInput
|
|
8
|
-
extends DescribeDBParameterGroupsMessage {}
|
|
4
|
+
export interface DescribeDBParameterGroupsCommandInput extends DescribeDBParameterGroupsMessage {}
|
|
9
5
|
export interface DescribeDBParameterGroupsCommandOutput
|
|
10
|
-
extends DBParameterGroupsMessage,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DBParameterGroupsMessage, __MetadataBearer {}
|
|
12
7
|
declare const DescribeDBParameterGroupsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeDBParameterGroupsCommandInput
|
|
9
|
+
input: DescribeDBParameterGroupsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeDBParameterGroupsCommandInput,
|
|
17
12
|
DescribeDBParameterGroupsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DBParameterGroupDetails,
|
|
4
|
-
DescribeDBParametersMessage,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DBParameterGroupDetails, DescribeDBParametersMessage } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeDBParametersCommandInput
|
|
8
|
-
extends DescribeDBParametersMessage {}
|
|
4
|
+
export interface DescribeDBParametersCommandInput extends DescribeDBParametersMessage {}
|
|
9
5
|
export interface DescribeDBParametersCommandOutput
|
|
10
|
-
extends DBParameterGroupDetails,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DBParameterGroupDetails, __MetadataBearer {}
|
|
12
7
|
declare const DescribeDBParametersCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeDBParametersCommandInput
|
|
9
|
+
input: DescribeDBParametersCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeDBParametersCommandInput,
|
|
17
12
|
DescribeDBParametersCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DescribeDBParametersCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DescribeDBParametersCommandInput
|
|
18
|
+
input: DescribeDBParametersCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DescribeDBParametersCommandInput,
|
|
26
21
|
DescribeDBParametersCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeDBProxiesRequest,
|
|
4
|
-
DescribeDBProxiesResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeDBProxiesRequest, DescribeDBProxiesResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeDBProxiesCommandInput
|
|
8
|
-
extends DescribeDBProxiesRequest {}
|
|
4
|
+
export interface DescribeDBProxiesCommandInput extends DescribeDBProxiesRequest {}
|
|
9
5
|
export interface DescribeDBProxiesCommandOutput
|
|
10
|
-
extends DescribeDBProxiesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribeDBProxiesResponse, __MetadataBearer {}
|
|
12
7
|
declare const DescribeDBProxiesCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeDBProxiesCommandInput
|
|
9
|
+
input: DescribeDBProxiesCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeDBProxiesCommandInput,
|
|
17
12
|
DescribeDBProxiesCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeDBProxyEndpointsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeDBProxyEndpointsCommandInput
|
|
8
|
-
extends DescribeDBProxyEndpointsRequest {}
|
|
7
|
+
export interface DescribeDBProxyEndpointsCommandInput extends DescribeDBProxyEndpointsRequest {}
|
|
9
8
|
export interface DescribeDBProxyEndpointsCommandOutput
|
|
10
|
-
extends DescribeDBProxyEndpointsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeDBProxyEndpointsResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeDBProxyEndpointsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeDBProxyEndpointsCommandInput
|
|
12
|
+
input: DescribeDBProxyEndpointsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeDBProxyEndpointsCommandInput,
|
|
17
15
|
DescribeDBProxyEndpointsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeDBProxyTargetGroupsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeDBProxyTargetGroupsCommandInput
|
|
8
|
-
extends DescribeDBProxyTargetGroupsRequest {}
|
|
7
|
+
export interface DescribeDBProxyTargetGroupsCommandInput extends DescribeDBProxyTargetGroupsRequest {}
|
|
9
8
|
export interface DescribeDBProxyTargetGroupsCommandOutput
|
|
10
|
-
extends DescribeDBProxyTargetGroupsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeDBProxyTargetGroupsResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeDBProxyTargetGroupsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeDBProxyTargetGroupsCommandInput
|
|
12
|
+
input: DescribeDBProxyTargetGroupsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeDBProxyTargetGroupsCommandInput,
|
|
17
15
|
DescribeDBProxyTargetGroupsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeDBProxyTargetGroupsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeDBProxyTargetGroupsCommandInput
|
|
21
|
+
input: DescribeDBProxyTargetGroupsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeDBProxyTargetGroupsCommandInput,
|
|
26
24
|
DescribeDBProxyTargetGroupsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeDBProxyTargetsRequest,
|
|
4
|
-
DescribeDBProxyTargetsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeDBProxyTargetsRequest, DescribeDBProxyTargetsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeDBProxyTargetsCommandInput
|
|
8
|
-
extends DescribeDBProxyTargetsRequest {}
|
|
4
|
+
export interface DescribeDBProxyTargetsCommandInput extends DescribeDBProxyTargetsRequest {}
|
|
9
5
|
export interface DescribeDBProxyTargetsCommandOutput
|
|
10
|
-
extends DescribeDBProxyTargetsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribeDBProxyTargetsResponse, __MetadataBearer {}
|
|
12
7
|
declare const DescribeDBProxyTargetsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeDBProxyTargetsCommandInput
|
|
9
|
+
input: DescribeDBProxyTargetsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeDBProxyTargetsCommandInput,
|
|
17
12
|
DescribeDBProxyTargetsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DescribeDBProxyTargetsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DescribeDBProxyTargetsCommandInput
|
|
18
|
+
input: DescribeDBProxyTargetsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DescribeDBProxyTargetsCommandInput,
|
|
26
21
|
DescribeDBProxyTargetsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DBRecommendationsMessage,
|
|
4
|
-
DescribeDBRecommendationsMessage,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DBRecommendationsMessage, DescribeDBRecommendationsMessage } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeDBRecommendationsCommandInput
|
|
8
|
-
extends DescribeDBRecommendationsMessage {}
|
|
4
|
+
export interface DescribeDBRecommendationsCommandInput extends DescribeDBRecommendationsMessage {}
|
|
9
5
|
export interface DescribeDBRecommendationsCommandOutput
|
|
10
|
-
extends DBRecommendationsMessage,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DBRecommendationsMessage, __MetadataBearer {}
|
|
12
7
|
declare const DescribeDBRecommendationsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeDBRecommendationsCommandInput
|
|
9
|
+
input: DescribeDBRecommendationsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeDBRecommendationsCommandInput,
|
|
17
12
|
DescribeDBRecommendationsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DBSecurityGroupMessage,
|
|
4
|
-
DescribeDBSecurityGroupsMessage,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DBSecurityGroupMessage, DescribeDBSecurityGroupsMessage } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeDBSecurityGroupsCommandInput
|
|
8
|
-
extends DescribeDBSecurityGroupsMessage {}
|
|
4
|
+
export interface DescribeDBSecurityGroupsCommandInput extends DescribeDBSecurityGroupsMessage {}
|
|
9
5
|
export interface DescribeDBSecurityGroupsCommandOutput
|
|
10
|
-
extends DBSecurityGroupMessage,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DBSecurityGroupMessage, __MetadataBearer {}
|
|
12
7
|
declare const DescribeDBSecurityGroupsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeDBSecurityGroupsCommandInput
|
|
9
|
+
input: DescribeDBSecurityGroupsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeDBSecurityGroupsCommandInput,
|
|
17
12
|
DescribeDBSecurityGroupsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeDBShardGroupsMessage,
|
|
4
|
-
DescribeDBShardGroupsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeDBShardGroupsMessage, DescribeDBShardGroupsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeDBShardGroupsCommandInput
|
|
8
|
-
extends DescribeDBShardGroupsMessage {}
|
|
4
|
+
export interface DescribeDBShardGroupsCommandInput extends DescribeDBShardGroupsMessage {}
|
|
9
5
|
export interface DescribeDBShardGroupsCommandOutput
|
|
10
|
-
extends DescribeDBShardGroupsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribeDBShardGroupsResponse, __MetadataBearer {}
|
|
12
7
|
declare const DescribeDBShardGroupsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeDBShardGroupsCommandInput
|
|
9
|
+
input: DescribeDBShardGroupsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeDBShardGroupsCommandInput,
|
|
17
12
|
DescribeDBShardGroupsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeDBSnapshotAttributesResult,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeDBSnapshotAttributesCommandInput
|
|
8
|
-
extends DescribeDBSnapshotAttributesMessage {}
|
|
7
|
+
export interface DescribeDBSnapshotAttributesCommandInput extends DescribeDBSnapshotAttributesMessage {}
|
|
9
8
|
export interface DescribeDBSnapshotAttributesCommandOutput
|
|
10
|
-
extends DescribeDBSnapshotAttributesResult,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeDBSnapshotAttributesResult, __MetadataBearer {}
|
|
12
10
|
declare const DescribeDBSnapshotAttributesCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeDBSnapshotAttributesCommandInput
|
|
12
|
+
input: DescribeDBSnapshotAttributesCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeDBSnapshotAttributesCommandInput,
|
|
17
15
|
DescribeDBSnapshotAttributesCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeDBSnapshotAttributesCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeDBSnapshotAttributesCommandInput
|
|
21
|
+
input: DescribeDBSnapshotAttributesCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeDBSnapshotAttributesCommandInput,
|
|
26
24
|
DescribeDBSnapshotAttributesCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeDBSnapshotTenantDatabasesMessage,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeDBSnapshotTenantDatabasesCommandInput
|
|
8
|
-
extends DescribeDBSnapshotTenantDatabasesMessage {}
|
|
7
|
+
export interface DescribeDBSnapshotTenantDatabasesCommandInput extends DescribeDBSnapshotTenantDatabasesMessage {}
|
|
9
8
|
export interface DescribeDBSnapshotTenantDatabasesCommandOutput
|
|
10
|
-
extends DBSnapshotTenantDatabasesMessage,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DBSnapshotTenantDatabasesMessage, __MetadataBearer {}
|
|
12
10
|
declare const DescribeDBSnapshotTenantDatabasesCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeDBSnapshotTenantDatabasesCommandInput
|
|
12
|
+
input: DescribeDBSnapshotTenantDatabasesCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeDBSnapshotTenantDatabasesCommandInput,
|
|
17
15
|
DescribeDBSnapshotTenantDatabasesCommandOutput,
|
|
@@ -1,17 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DBSnapshotMessage,
|
|
4
|
-
DescribeDBSnapshotsMessage,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DBSnapshotMessage, DescribeDBSnapshotsMessage } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeDBSnapshotsCommandInput
|
|
8
|
-
|
|
9
|
-
export interface DescribeDBSnapshotsCommandOutput
|
|
10
|
-
extends DBSnapshotMessage,
|
|
11
|
-
__MetadataBearer {}
|
|
4
|
+
export interface DescribeDBSnapshotsCommandInput extends DescribeDBSnapshotsMessage {}
|
|
5
|
+
export interface DescribeDBSnapshotsCommandOutput extends DBSnapshotMessage, __MetadataBearer {}
|
|
12
6
|
declare const DescribeDBSnapshotsCommand_base: {
|
|
13
7
|
new (
|
|
14
|
-
input: DescribeDBSnapshotsCommandInput
|
|
8
|
+
input: DescribeDBSnapshotsCommandInput,
|
|
15
9
|
): import("@smithy/core/client").CommandImpl<
|
|
16
10
|
DescribeDBSnapshotsCommandInput,
|
|
17
11
|
DescribeDBSnapshotsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DBSubnetGroupMessage,
|
|
4
|
-
DescribeDBSubnetGroupsMessage,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DBSubnetGroupMessage, DescribeDBSubnetGroupsMessage } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeDBSubnetGroupsCommandInput
|
|
8
|
-
extends DescribeDBSubnetGroupsMessage {}
|
|
4
|
+
export interface DescribeDBSubnetGroupsCommandInput extends DescribeDBSubnetGroupsMessage {}
|
|
9
5
|
export interface DescribeDBSubnetGroupsCommandOutput
|
|
10
|
-
extends DBSubnetGroupMessage,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DBSubnetGroupMessage, __MetadataBearer {}
|
|
12
7
|
declare const DescribeDBSubnetGroupsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeDBSubnetGroupsCommandInput
|
|
9
|
+
input: DescribeDBSubnetGroupsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeDBSubnetGroupsCommandInput,
|
|
17
12
|
DescribeDBSubnetGroupsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeEngineDefaultClusterParametersResult,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeEngineDefaultClusterParametersCommandInput
|
|
8
|
-
extends DescribeEngineDefaultClusterParametersMessage {}
|
|
7
|
+
export interface DescribeEngineDefaultClusterParametersCommandInput extends DescribeEngineDefaultClusterParametersMessage {}
|
|
9
8
|
export interface DescribeEngineDefaultClusterParametersCommandOutput
|
|
10
|
-
extends DescribeEngineDefaultClusterParametersResult,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeEngineDefaultClusterParametersResult, __MetadataBearer {}
|
|
12
10
|
declare const DescribeEngineDefaultClusterParametersCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeEngineDefaultClusterParametersCommandInput
|
|
12
|
+
input: DescribeEngineDefaultClusterParametersCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeEngineDefaultClusterParametersCommandInput,
|
|
17
15
|
DescribeEngineDefaultClusterParametersCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeEngineDefaultClusterParametersCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeEngineDefaultClusterParametersCommandInput
|
|
21
|
+
input: DescribeEngineDefaultClusterParametersCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeEngineDefaultClusterParametersCommandInput,
|
|
26
24
|
DescribeEngineDefaultClusterParametersCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeEngineDefaultParametersResult,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeEngineDefaultParametersCommandInput
|
|
8
|
-
extends DescribeEngineDefaultParametersMessage {}
|
|
7
|
+
export interface DescribeEngineDefaultParametersCommandInput extends DescribeEngineDefaultParametersMessage {}
|
|
9
8
|
export interface DescribeEngineDefaultParametersCommandOutput
|
|
10
|
-
extends DescribeEngineDefaultParametersResult,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeEngineDefaultParametersResult, __MetadataBearer {}
|
|
12
10
|
declare const DescribeEngineDefaultParametersCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeEngineDefaultParametersCommandInput
|
|
12
|
+
input: DescribeEngineDefaultParametersCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeEngineDefaultParametersCommandInput,
|
|
17
15
|
DescribeEngineDefaultParametersCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeEngineDefaultParametersCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeEngineDefaultParametersCommandInput
|
|
21
|
+
input: DescribeEngineDefaultParametersCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeEngineDefaultParametersCommandInput,
|
|
26
24
|
DescribeEngineDefaultParametersCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeEventCategoriesMessage,
|
|
4
|
-
EventCategoriesMessage,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeEventCategoriesMessage, EventCategoriesMessage } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeEventCategoriesCommandInput
|
|
8
|
-
extends DescribeEventCategoriesMessage {}
|
|
4
|
+
export interface DescribeEventCategoriesCommandInput extends DescribeEventCategoriesMessage {}
|
|
9
5
|
export interface DescribeEventCategoriesCommandOutput
|
|
10
|
-
extends EventCategoriesMessage,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends EventCategoriesMessage, __MetadataBearer {}
|
|
12
7
|
declare const DescribeEventCategoriesCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeEventCategoriesCommandInput
|
|
9
|
+
input: DescribeEventCategoriesCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeEventCategoriesCommandInput,
|
|
17
12
|
DescribeEventCategoriesCommandOutput,
|