@aws-sdk/client-rds 3.1087.0 → 3.1089.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
|
@@ -1,17 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DBClusterEndpoint,
|
|
4
|
-
DeleteDBClusterEndpointMessage,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DBClusterEndpoint, DeleteDBClusterEndpointMessage } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteDBClusterEndpointCommandInput
|
|
8
|
-
|
|
9
|
-
export interface DeleteDBClusterEndpointCommandOutput
|
|
10
|
-
extends DBClusterEndpoint,
|
|
11
|
-
__MetadataBearer {}
|
|
4
|
+
export interface DeleteDBClusterEndpointCommandInput extends DeleteDBClusterEndpointMessage {}
|
|
5
|
+
export interface DeleteDBClusterEndpointCommandOutput extends DBClusterEndpoint, __MetadataBearer {}
|
|
12
6
|
declare const DeleteDBClusterEndpointCommand_base: {
|
|
13
7
|
new (
|
|
14
|
-
input: DeleteDBClusterEndpointCommandInput
|
|
8
|
+
input: DeleteDBClusterEndpointCommandInput,
|
|
15
9
|
): import("@smithy/core/client").CommandImpl<
|
|
16
10
|
DeleteDBClusterEndpointCommandInput,
|
|
17
11
|
DeleteDBClusterEndpointCommandOutput,
|
|
@@ -20,7 +14,7 @@ declare const DeleteDBClusterEndpointCommand_base: {
|
|
|
20
14
|
import("..").ServiceOutputTypes
|
|
21
15
|
>;
|
|
22
16
|
new (
|
|
23
|
-
input: DeleteDBClusterEndpointCommandInput
|
|
17
|
+
input: DeleteDBClusterEndpointCommandInput,
|
|
24
18
|
): import("@smithy/core/client").CommandImpl<
|
|
25
19
|
DeleteDBClusterEndpointCommandInput,
|
|
26
20
|
DeleteDBClusterEndpointCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteDBClusterParameterGroupMessage } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteDBClusterParameterGroupCommandInput
|
|
5
|
-
|
|
6
|
-
export interface DeleteDBClusterParameterGroupCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface DeleteDBClusterParameterGroupCommandInput extends DeleteDBClusterParameterGroupMessage {}
|
|
5
|
+
export interface DeleteDBClusterParameterGroupCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const DeleteDBClusterParameterGroupCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteDBClusterParameterGroupCommandInput
|
|
8
|
+
input: DeleteDBClusterParameterGroupCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteDBClusterParameterGroupCommandInput,
|
|
13
11
|
DeleteDBClusterParameterGroupCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteDBClusterParameterGroupCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteDBClusterParameterGroupCommandInput
|
|
17
|
+
input: DeleteDBClusterParameterGroupCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteDBClusterParameterGroupCommandInput,
|
|
22
20
|
DeleteDBClusterParameterGroupCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteDBClusterSnapshotMessage,
|
|
4
|
-
DeleteDBClusterSnapshotResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteDBClusterSnapshotMessage, DeleteDBClusterSnapshotResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteDBClusterSnapshotCommandInput
|
|
8
|
-
extends DeleteDBClusterSnapshotMessage {}
|
|
4
|
+
export interface DeleteDBClusterSnapshotCommandInput extends DeleteDBClusterSnapshotMessage {}
|
|
9
5
|
export interface DeleteDBClusterSnapshotCommandOutput
|
|
10
|
-
extends DeleteDBClusterSnapshotResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeleteDBClusterSnapshotResult, __MetadataBearer {}
|
|
12
7
|
declare const DeleteDBClusterSnapshotCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeleteDBClusterSnapshotCommandInput
|
|
9
|
+
input: DeleteDBClusterSnapshotCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeleteDBClusterSnapshotCommandInput,
|
|
17
12
|
DeleteDBClusterSnapshotCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeleteDBClusterSnapshotCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeleteDBClusterSnapshotCommandInput
|
|
18
|
+
input: DeleteDBClusterSnapshotCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeleteDBClusterSnapshotCommandInput,
|
|
26
21
|
DeleteDBClusterSnapshotCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DeleteDBInstanceAutomatedBackupResult,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteDBInstanceAutomatedBackupCommandInput
|
|
8
|
-
extends DeleteDBInstanceAutomatedBackupMessage {}
|
|
7
|
+
export interface DeleteDBInstanceAutomatedBackupCommandInput extends DeleteDBInstanceAutomatedBackupMessage {}
|
|
9
8
|
export interface DeleteDBInstanceAutomatedBackupCommandOutput
|
|
10
|
-
extends DeleteDBInstanceAutomatedBackupResult,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DeleteDBInstanceAutomatedBackupResult, __MetadataBearer {}
|
|
12
10
|
declare const DeleteDBInstanceAutomatedBackupCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DeleteDBInstanceAutomatedBackupCommandInput
|
|
12
|
+
input: DeleteDBInstanceAutomatedBackupCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DeleteDBInstanceAutomatedBackupCommandInput,
|
|
17
15
|
DeleteDBInstanceAutomatedBackupCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteDBInstanceMessage,
|
|
4
|
-
DeleteDBInstanceResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteDBInstanceMessage, DeleteDBInstanceResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DeleteDBInstanceCommandInput extends DeleteDBInstanceMessage {}
|
|
8
|
-
export interface DeleteDBInstanceCommandOutput
|
|
9
|
-
extends DeleteDBInstanceResult,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteDBInstanceCommandOutput extends DeleteDBInstanceResult, __MetadataBearer {}
|
|
11
6
|
declare const DeleteDBInstanceCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DeleteDBInstanceCommandInput
|
|
8
|
+
input: DeleteDBInstanceCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DeleteDBInstanceCommandInput,
|
|
16
11
|
DeleteDBInstanceCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DeleteDBInstanceCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DeleteDBInstanceCommandInput
|
|
17
|
+
input: DeleteDBInstanceCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DeleteDBInstanceCommandInput,
|
|
25
20
|
DeleteDBInstanceCommandOutput,
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteDBParameterGroupMessage } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteDBParameterGroupCommandInput
|
|
5
|
-
extends DeleteDBParameterGroupMessage {}
|
|
4
|
+
export interface DeleteDBParameterGroupCommandInput extends DeleteDBParameterGroupMessage {}
|
|
6
5
|
export interface DeleteDBParameterGroupCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const DeleteDBParameterGroupCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: DeleteDBParameterGroupCommandInput
|
|
8
|
+
input: DeleteDBParameterGroupCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
DeleteDBParameterGroupCommandInput,
|
|
12
11
|
DeleteDBParameterGroupCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const DeleteDBParameterGroupCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: DeleteDBParameterGroupCommandInput
|
|
17
|
+
input: DeleteDBParameterGroupCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
DeleteDBParameterGroupCommandInput,
|
|
21
20
|
DeleteDBParameterGroupCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteDBProxyRequest,
|
|
4
|
-
DeleteDBProxyResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteDBProxyRequest, DeleteDBProxyResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DeleteDBProxyCommandInput extends DeleteDBProxyRequest {}
|
|
8
|
-
export interface DeleteDBProxyCommandOutput
|
|
9
|
-
extends DeleteDBProxyResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteDBProxyCommandOutput extends DeleteDBProxyResponse, __MetadataBearer {}
|
|
11
6
|
declare const DeleteDBProxyCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DeleteDBProxyCommandInput
|
|
8
|
+
input: DeleteDBProxyCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DeleteDBProxyCommandInput,
|
|
16
11
|
DeleteDBProxyCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DeleteDBProxyCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DeleteDBProxyCommandInput
|
|
17
|
+
input: DeleteDBProxyCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DeleteDBProxyCommandInput,
|
|
25
20
|
DeleteDBProxyCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteDBProxyEndpointRequest,
|
|
4
|
-
DeleteDBProxyEndpointResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteDBProxyEndpointRequest, DeleteDBProxyEndpointResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteDBProxyEndpointCommandInput
|
|
8
|
-
extends DeleteDBProxyEndpointRequest {}
|
|
4
|
+
export interface DeleteDBProxyEndpointCommandInput extends DeleteDBProxyEndpointRequest {}
|
|
9
5
|
export interface DeleteDBProxyEndpointCommandOutput
|
|
10
|
-
extends DeleteDBProxyEndpointResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeleteDBProxyEndpointResponse, __MetadataBearer {}
|
|
12
7
|
declare const DeleteDBProxyEndpointCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeleteDBProxyEndpointCommandInput
|
|
9
|
+
input: DeleteDBProxyEndpointCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeleteDBProxyEndpointCommandInput,
|
|
17
12
|
DeleteDBProxyEndpointCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeleteDBProxyEndpointCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeleteDBProxyEndpointCommandInput
|
|
18
|
+
input: DeleteDBProxyEndpointCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeleteDBProxyEndpointCommandInput,
|
|
26
21
|
DeleteDBProxyEndpointCommandOutput,
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteDBSecurityGroupMessage } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteDBSecurityGroupCommandInput
|
|
5
|
-
extends DeleteDBSecurityGroupMessage {}
|
|
4
|
+
export interface DeleteDBSecurityGroupCommandInput extends DeleteDBSecurityGroupMessage {}
|
|
6
5
|
export interface DeleteDBSecurityGroupCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const DeleteDBSecurityGroupCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: DeleteDBSecurityGroupCommandInput
|
|
8
|
+
input: DeleteDBSecurityGroupCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
DeleteDBSecurityGroupCommandInput,
|
|
12
11
|
DeleteDBSecurityGroupCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const DeleteDBSecurityGroupCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: DeleteDBSecurityGroupCommandInput
|
|
17
|
+
input: DeleteDBSecurityGroupCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
DeleteDBSecurityGroupCommandInput,
|
|
21
20
|
DeleteDBSecurityGroupCommandOutput,
|
|
@@ -1,14 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DBShardGroup, DeleteDBShardGroupMessage } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteDBShardGroupCommandInput
|
|
5
|
-
|
|
6
|
-
export interface DeleteDBShardGroupCommandOutput
|
|
7
|
-
extends DBShardGroup,
|
|
8
|
-
__MetadataBearer {}
|
|
4
|
+
export interface DeleteDBShardGroupCommandInput extends DeleteDBShardGroupMessage {}
|
|
5
|
+
export interface DeleteDBShardGroupCommandOutput extends DBShardGroup, __MetadataBearer {}
|
|
9
6
|
declare const DeleteDBShardGroupCommand_base: {
|
|
10
7
|
new (
|
|
11
|
-
input: DeleteDBShardGroupCommandInput
|
|
8
|
+
input: DeleteDBShardGroupCommandInput,
|
|
12
9
|
): import("@smithy/core/client").CommandImpl<
|
|
13
10
|
DeleteDBShardGroupCommandInput,
|
|
14
11
|
DeleteDBShardGroupCommandOutput,
|
|
@@ -17,7 +14,7 @@ declare const DeleteDBShardGroupCommand_base: {
|
|
|
17
14
|
import("..").ServiceOutputTypes
|
|
18
15
|
>;
|
|
19
16
|
new (
|
|
20
|
-
input: DeleteDBShardGroupCommandInput
|
|
17
|
+
input: DeleteDBShardGroupCommandInput,
|
|
21
18
|
): import("@smithy/core/client").CommandImpl<
|
|
22
19
|
DeleteDBShardGroupCommandInput,
|
|
23
20
|
DeleteDBShardGroupCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteDBSnapshotMessage,
|
|
4
|
-
DeleteDBSnapshotResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteDBSnapshotMessage, DeleteDBSnapshotResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DeleteDBSnapshotCommandInput extends DeleteDBSnapshotMessage {}
|
|
8
|
-
export interface DeleteDBSnapshotCommandOutput
|
|
9
|
-
extends DeleteDBSnapshotResult,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteDBSnapshotCommandOutput extends DeleteDBSnapshotResult, __MetadataBearer {}
|
|
11
6
|
declare const DeleteDBSnapshotCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DeleteDBSnapshotCommandInput
|
|
8
|
+
input: DeleteDBSnapshotCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DeleteDBSnapshotCommandInput,
|
|
16
11
|
DeleteDBSnapshotCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DeleteDBSnapshotCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DeleteDBSnapshotCommandInput
|
|
17
|
+
input: DeleteDBSnapshotCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DeleteDBSnapshotCommandInput,
|
|
25
20
|
DeleteDBSnapshotCommandOutput,
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteDBSubnetGroupMessage } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteDBSubnetGroupCommandInput
|
|
5
|
-
extends DeleteDBSubnetGroupMessage {}
|
|
4
|
+
export interface DeleteDBSubnetGroupCommandInput extends DeleteDBSubnetGroupMessage {}
|
|
6
5
|
export interface DeleteDBSubnetGroupCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const DeleteDBSubnetGroupCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: DeleteDBSubnetGroupCommandInput
|
|
8
|
+
input: DeleteDBSubnetGroupCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
DeleteDBSubnetGroupCommandInput,
|
|
12
11
|
DeleteDBSubnetGroupCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const DeleteDBSubnetGroupCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: DeleteDBSubnetGroupCommandInput
|
|
17
|
+
input: DeleteDBSubnetGroupCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
DeleteDBSubnetGroupCommandInput,
|
|
21
20
|
DeleteDBSubnetGroupCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteEventSubscriptionMessage,
|
|
4
|
-
DeleteEventSubscriptionResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteEventSubscriptionMessage, DeleteEventSubscriptionResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteEventSubscriptionCommandInput
|
|
8
|
-
extends DeleteEventSubscriptionMessage {}
|
|
4
|
+
export interface DeleteEventSubscriptionCommandInput extends DeleteEventSubscriptionMessage {}
|
|
9
5
|
export interface DeleteEventSubscriptionCommandOutput
|
|
10
|
-
extends DeleteEventSubscriptionResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeleteEventSubscriptionResult, __MetadataBearer {}
|
|
12
7
|
declare const DeleteEventSubscriptionCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeleteEventSubscriptionCommandInput
|
|
9
|
+
input: DeleteEventSubscriptionCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeleteEventSubscriptionCommandInput,
|
|
17
12
|
DeleteEventSubscriptionCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeleteEventSubscriptionCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeleteEventSubscriptionCommandInput
|
|
18
|
+
input: DeleteEventSubscriptionCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeleteEventSubscriptionCommandInput,
|
|
26
21
|
DeleteEventSubscriptionCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteGlobalClusterMessage,
|
|
4
|
-
DeleteGlobalClusterResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteGlobalClusterMessage, DeleteGlobalClusterResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteGlobalClusterCommandInput
|
|
8
|
-
extends DeleteGlobalClusterMessage {}
|
|
4
|
+
export interface DeleteGlobalClusterCommandInput extends DeleteGlobalClusterMessage {}
|
|
9
5
|
export interface DeleteGlobalClusterCommandOutput
|
|
10
|
-
extends DeleteGlobalClusterResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeleteGlobalClusterResult, __MetadataBearer {}
|
|
12
7
|
declare const DeleteGlobalClusterCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeleteGlobalClusterCommandInput
|
|
9
|
+
input: DeleteGlobalClusterCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeleteGlobalClusterCommandInput,
|
|
17
12
|
DeleteGlobalClusterCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeleteGlobalClusterCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeleteGlobalClusterCommandInput
|
|
18
|
+
input: DeleteGlobalClusterCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeleteGlobalClusterCommandInput,
|
|
26
21
|
DeleteGlobalClusterCommandOutput,
|
|
@@ -1,14 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteIntegrationMessage, Integration } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteIntegrationCommandInput
|
|
5
|
-
|
|
6
|
-
export interface DeleteIntegrationCommandOutput
|
|
7
|
-
extends Integration,
|
|
8
|
-
__MetadataBearer {}
|
|
4
|
+
export interface DeleteIntegrationCommandInput extends DeleteIntegrationMessage {}
|
|
5
|
+
export interface DeleteIntegrationCommandOutput extends Integration, __MetadataBearer {}
|
|
9
6
|
declare const DeleteIntegrationCommand_base: {
|
|
10
7
|
new (
|
|
11
|
-
input: DeleteIntegrationCommandInput
|
|
8
|
+
input: DeleteIntegrationCommandInput,
|
|
12
9
|
): import("@smithy/core/client").CommandImpl<
|
|
13
10
|
DeleteIntegrationCommandInput,
|
|
14
11
|
DeleteIntegrationCommandOutput,
|
|
@@ -17,7 +14,7 @@ declare const DeleteIntegrationCommand_base: {
|
|
|
17
14
|
import("..").ServiceOutputTypes
|
|
18
15
|
>;
|
|
19
16
|
new (
|
|
20
|
-
input: DeleteIntegrationCommandInput
|
|
17
|
+
input: DeleteIntegrationCommandInput,
|
|
21
18
|
): import("@smithy/core/client").CommandImpl<
|
|
22
19
|
DeleteIntegrationCommandInput,
|
|
23
20
|
DeleteIntegrationCommandOutput,
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteOptionGroupMessage } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteOptionGroupCommandInput
|
|
5
|
-
extends DeleteOptionGroupMessage {}
|
|
4
|
+
export interface DeleteOptionGroupCommandInput extends DeleteOptionGroupMessage {}
|
|
6
5
|
export interface DeleteOptionGroupCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const DeleteOptionGroupCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: DeleteOptionGroupCommandInput
|
|
8
|
+
input: DeleteOptionGroupCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
DeleteOptionGroupCommandInput,
|
|
12
11
|
DeleteOptionGroupCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const DeleteOptionGroupCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: DeleteOptionGroupCommandInput
|
|
17
|
+
input: DeleteOptionGroupCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
DeleteOptionGroupCommandInput,
|
|
21
20
|
DeleteOptionGroupCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteTenantDatabaseMessage,
|
|
4
|
-
DeleteTenantDatabaseResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteTenantDatabaseMessage, DeleteTenantDatabaseResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteTenantDatabaseCommandInput
|
|
8
|
-
extends DeleteTenantDatabaseMessage {}
|
|
4
|
+
export interface DeleteTenantDatabaseCommandInput extends DeleteTenantDatabaseMessage {}
|
|
9
5
|
export interface DeleteTenantDatabaseCommandOutput
|
|
10
|
-
extends DeleteTenantDatabaseResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeleteTenantDatabaseResult, __MetadataBearer {}
|
|
12
7
|
declare const DeleteTenantDatabaseCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeleteTenantDatabaseCommandInput
|
|
9
|
+
input: DeleteTenantDatabaseCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeleteTenantDatabaseCommandInput,
|
|
17
12
|
DeleteTenantDatabaseCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeleteTenantDatabaseCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeleteTenantDatabaseCommandInput
|
|
18
|
+
input: DeleteTenantDatabaseCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeleteTenantDatabaseCommandInput,
|
|
26
21
|
DeleteTenantDatabaseCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DeregisterDBProxyTargetsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeregisterDBProxyTargetsCommandInput
|
|
8
|
-
extends DeregisterDBProxyTargetsRequest {}
|
|
7
|
+
export interface DeregisterDBProxyTargetsCommandInput extends DeregisterDBProxyTargetsRequest {}
|
|
9
8
|
export interface DeregisterDBProxyTargetsCommandOutput
|
|
10
|
-
extends DeregisterDBProxyTargetsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DeregisterDBProxyTargetsResponse, __MetadataBearer {}
|
|
12
10
|
declare const DeregisterDBProxyTargetsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DeregisterDBProxyTargetsCommandInput
|
|
12
|
+
input: DeregisterDBProxyTargetsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DeregisterDBProxyTargetsCommandInput,
|
|
17
15
|
DeregisterDBProxyTargetsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DeregisterDBProxyTargetsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DeregisterDBProxyTargetsCommandInput
|
|
21
|
+
input: DeregisterDBProxyTargetsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DeregisterDBProxyTargetsCommandInput,
|
|
26
24
|
DeregisterDBProxyTargetsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
AccountAttributesMessage,
|
|
4
|
-
DescribeAccountAttributesMessage,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { AccountAttributesMessage, DescribeAccountAttributesMessage } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeAccountAttributesCommandInput
|
|
8
|
-
extends DescribeAccountAttributesMessage {}
|
|
4
|
+
export interface DescribeAccountAttributesCommandInput extends DescribeAccountAttributesMessage {}
|
|
9
5
|
export interface DescribeAccountAttributesCommandOutput
|
|
10
|
-
extends AccountAttributesMessage,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends AccountAttributesMessage, __MetadataBearer {}
|
|
12
7
|
declare const DescribeAccountAttributesCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeAccountAttributesCommandInput
|
|
9
|
+
input: DescribeAccountAttributesCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeAccountAttributesCommandInput,
|
|
17
12
|
DescribeAccountAttributesCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeBlueGreenDeploymentsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeBlueGreenDeploymentsCommandInput
|
|
8
|
-
extends DescribeBlueGreenDeploymentsRequest {}
|
|
7
|
+
export interface DescribeBlueGreenDeploymentsCommandInput extends DescribeBlueGreenDeploymentsRequest {}
|
|
9
8
|
export interface DescribeBlueGreenDeploymentsCommandOutput
|
|
10
|
-
extends DescribeBlueGreenDeploymentsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeBlueGreenDeploymentsResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeBlueGreenDeploymentsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeBlueGreenDeploymentsCommandInput
|
|
12
|
+
input: DescribeBlueGreenDeploymentsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeBlueGreenDeploymentsCommandInput,
|
|
17
15
|
DescribeBlueGreenDeploymentsCommandOutput,
|
|
@@ -1,17 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CertificateMessage,
|
|
4
|
-
DescribeCertificatesMessage,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CertificateMessage, DescribeCertificatesMessage } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeCertificatesCommandInput
|
|
8
|
-
|
|
9
|
-
export interface DescribeCertificatesCommandOutput
|
|
10
|
-
extends CertificateMessage,
|
|
11
|
-
__MetadataBearer {}
|
|
4
|
+
export interface DescribeCertificatesCommandInput extends DescribeCertificatesMessage {}
|
|
5
|
+
export interface DescribeCertificatesCommandOutput extends CertificateMessage, __MetadataBearer {}
|
|
12
6
|
declare const DescribeCertificatesCommand_base: {
|
|
13
7
|
new (
|
|
14
|
-
input: DescribeCertificatesCommandInput
|
|
8
|
+
input: DescribeCertificatesCommandInput,
|
|
15
9
|
): import("@smithy/core/client").CommandImpl<
|
|
16
10
|
DescribeCertificatesCommandInput,
|
|
17
11
|
DescribeCertificatesCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeDBClusterAutomatedBackupsMessage,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeDBClusterAutomatedBackupsCommandInput
|
|
8
|
-
extends DescribeDBClusterAutomatedBackupsMessage {}
|
|
7
|
+
export interface DescribeDBClusterAutomatedBackupsCommandInput extends DescribeDBClusterAutomatedBackupsMessage {}
|
|
9
8
|
export interface DescribeDBClusterAutomatedBackupsCommandOutput
|
|
10
|
-
extends DBClusterAutomatedBackupMessage,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DBClusterAutomatedBackupMessage, __MetadataBearer {}
|
|
12
10
|
declare const DescribeDBClusterAutomatedBackupsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeDBClusterAutomatedBackupsCommandInput
|
|
12
|
+
input: DescribeDBClusterAutomatedBackupsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeDBClusterAutomatedBackupsCommandInput,
|
|
17
15
|
DescribeDBClusterAutomatedBackupsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DBClusterBacktrackMessage,
|
|
4
|
-
DescribeDBClusterBacktracksMessage,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DBClusterBacktrackMessage, DescribeDBClusterBacktracksMessage } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeDBClusterBacktracksCommandInput
|
|
8
|
-
extends DescribeDBClusterBacktracksMessage {}
|
|
4
|
+
export interface DescribeDBClusterBacktracksCommandInput extends DescribeDBClusterBacktracksMessage {}
|
|
9
5
|
export interface DescribeDBClusterBacktracksCommandOutput
|
|
10
|
-
extends DBClusterBacktrackMessage,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DBClusterBacktrackMessage, __MetadataBearer {}
|
|
12
7
|
declare const DescribeDBClusterBacktracksCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeDBClusterBacktracksCommandInput
|
|
9
|
+
input: DescribeDBClusterBacktracksCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeDBClusterBacktracksCommandInput,
|
|
17
12
|
DescribeDBClusterBacktracksCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DescribeDBClusterBacktracksCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DescribeDBClusterBacktracksCommandInput
|
|
18
|
+
input: DescribeDBClusterBacktracksCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DescribeDBClusterBacktracksCommandInput,
|
|
26
21
|
DescribeDBClusterBacktracksCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DBClusterEndpointMessage,
|
|
4
|
-
DescribeDBClusterEndpointsMessage,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DBClusterEndpointMessage, DescribeDBClusterEndpointsMessage } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeDBClusterEndpointsCommandInput
|
|
8
|
-
extends DescribeDBClusterEndpointsMessage {}
|
|
4
|
+
export interface DescribeDBClusterEndpointsCommandInput extends DescribeDBClusterEndpointsMessage {}
|
|
9
5
|
export interface DescribeDBClusterEndpointsCommandOutput
|
|
10
|
-
extends DBClusterEndpointMessage,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DBClusterEndpointMessage, __MetadataBearer {}
|
|
12
7
|
declare const DescribeDBClusterEndpointsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeDBClusterEndpointsCommandInput
|
|
9
|
+
input: DescribeDBClusterEndpointsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeDBClusterEndpointsCommandInput,
|
|
17
12
|
DescribeDBClusterEndpointsCommandOutput,
|