@aws-sdk/client-rds 3.1086.0 → 3.1088.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +5 -5
- package/dist-es/schemas/schemas_0.js +4 -4
- package/dist-types/commands/ModifyDBClusterCommand.d.ts +1 -0
- package/dist-types/commands/ModifyDBInstanceCommand.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +3 -3
- package/dist-types/models/models_1.d.ts +16 -6
- package/dist-types/ts3.4/RDS.d.ts +549 -679
- package/dist-types/ts3.4/RDSClient.d.ts +13 -20
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +10 -13
- package/dist-types/ts3.4/commandBuilder.d.ts +9 -19
- package/dist-types/ts3.4/commands/AddRoleToDBClusterCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/AddRoleToDBInstanceCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/ApplyPendingMaintenanceActionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AuthorizeDBSecurityGroupIngressCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BacktrackDBClusterCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/CancelExportTaskCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CopyDBClusterParameterGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CopyDBClusterSnapshotCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CopyDBParameterGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CopyDBSnapshotCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CopyOptionGroupCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateBlueGreenDeploymentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateCustomDBEngineVersionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateDBClusterCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateDBClusterEndpointCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/CreateDBClusterParameterGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateDBClusterSnapshotCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateDBInstanceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateDBInstanceReadReplicaCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateDBParameterGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateDBProxyCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateDBProxyEndpointCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateDBSecurityGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateDBShardGroupCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/CreateDBSnapshotCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateDBSubnetGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateGlobalClusterCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateIntegrationCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/CreateOptionGroupCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/CreateTenantDatabaseCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteBlueGreenDeploymentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteCustomDBEngineVersionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteDBClusterAutomatedBackupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteDBClusterCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteDBClusterEndpointCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/DeleteDBClusterParameterGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteDBClusterSnapshotCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteDBInstanceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteDBParameterGroupCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteDBProxyCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteDBProxyEndpointCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteDBSecurityGroupCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteDBShardGroupCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/DeleteDBSnapshotCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteDBSubnetGroupCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteGlobalClusterCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/DeleteOptionGroupCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteTenantDatabaseCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeregisterDBProxyTargetsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeBlueGreenDeploymentsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeCertificatesCommand.d.ts +4 -10
- package/dist-types/ts3.4/commands/DescribeDBClusterAutomatedBackupsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeDBClusterBacktracksCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeDBClusterEndpointsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeDBClusterParameterGroupsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeDBClusterParametersCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeDBClustersCommand.d.ts +4 -10
- package/dist-types/ts3.4/commands/DescribeDBEngineVersionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeDBInstancesCommand.d.ts +4 -10
- package/dist-types/ts3.4/commands/DescribeDBLogFilesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeDBMajorEngineVersionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeDBParameterGroupsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeDBParametersCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeDBProxiesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeDBProxyEndpointsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeDBProxyTargetGroupsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeDBProxyTargetsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeDBRecommendationsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeDBSecurityGroupsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeDBShardGroupsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeDBSnapshotAttributesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeDBSnapshotTenantDatabasesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeDBSnapshotsCommand.d.ts +4 -10
- package/dist-types/ts3.4/commands/DescribeDBSubnetGroupsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeEngineDefaultParametersCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +4 -10
- package/dist-types/ts3.4/commands/DescribeGlobalClustersCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeIntegrationsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeOptionGroupOptionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeOptionGroupsCommand.d.ts +3 -6
- package/dist-types/ts3.4/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribePendingMaintenanceActionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeReservedDBInstancesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeReservedDBInstancesOfferingsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeServerlessV2PlatformVersionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeSourceRegionsCommand.d.ts +3 -6
- package/dist-types/ts3.4/commands/DescribeTenantDatabasesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeValidDBInstanceModificationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DisableHttpEndpointCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DownloadDBLogFilePortionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/EnableHttpEndpointCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/FailoverDBClusterCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/FailoverGlobalClusterCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/ModifyActivityStreamCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ModifyCertificatesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ModifyCurrentDBClusterCapacityCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ModifyCustomDBEngineVersionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ModifyDBClusterCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ModifyDBClusterEndpointCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/ModifyDBClusterParameterGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ModifyDBInstanceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ModifyDBParameterGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ModifyDBProxyCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ModifyDBProxyEndpointCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ModifyDBProxyTargetGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ModifyDBRecommendationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ModifyDBShardGroupCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/ModifyDBSnapshotAttributeCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ModifyDBSnapshotCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ModifyDBSubnetGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ModifyGlobalClusterCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ModifyIntegrationCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/ModifyOptionGroupCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/ModifyTenantDatabaseCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PromoteReadReplicaCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PromoteReadReplicaDBClusterCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PurchaseReservedDBInstancesOfferingCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RebootDBClusterCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/RebootDBInstanceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/RebootDBShardGroupCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/RegisterDBProxyTargetsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RemoveFromGlobalClusterCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RemoveRoleFromDBClusterCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RemoveRoleFromDBInstanceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/ResetDBClusterParameterGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ResetDBParameterGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RestoreDBClusterFromS3Command.d.ts +5 -10
- package/dist-types/ts3.4/commands/RestoreDBClusterFromSnapshotCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RestoreDBClusterToPointInTimeCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RestoreDBInstanceFromS3Command.d.ts +5 -10
- package/dist-types/ts3.4/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RevokeDBSecurityGroupIngressCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartActivityStreamCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StartDBClusterCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartDBInstanceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/StartExportTaskCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/StopActivityStreamCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StopDBClusterCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StopDBInstanceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/SwitchoverBlueGreenDeploymentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/SwitchoverGlobalClusterCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/SwitchoverReadReplicaCommand.d.ts +5 -10
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +13 -26
- package/dist-types/ts3.4/models/errors.d.ts +144 -620
- package/dist-types/ts3.4/models/models_0.d.ts +8 -24
- package/dist-types/ts3.4/models/models_1.d.ts +10 -24
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/dist-types/ts3.4/waiters/waitForDBClusterAvailable.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForDBClusterDeleted.d.ts +4 -8
- package/dist-types/ts3.4/waiters/waitForDBClusterSnapshotAvailable.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForDBClusterSnapshotDeleted.d.ts +4 -8
- package/dist-types/ts3.4/waiters/waitForDBInstanceAvailable.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForDBInstanceDeleted.d.ts +4 -8
- package/dist-types/ts3.4/waiters/waitForDBSnapshotAvailable.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForDBSnapshotDeleted.d.ts +4 -8
- package/dist-types/ts3.4/waiters/waitForTenantDatabaseAvailable.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForTenantDatabaseDeleted.d.ts +4 -8
- package/package.json +41 -41
|
@@ -1,17 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateDBClusterEndpointMessage,
|
|
4
|
-
DBClusterEndpoint,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateDBClusterEndpointMessage, DBClusterEndpoint } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateDBClusterEndpointCommandInput
|
|
8
|
-
|
|
9
|
-
export interface CreateDBClusterEndpointCommandOutput
|
|
10
|
-
extends DBClusterEndpoint,
|
|
11
|
-
__MetadataBearer {}
|
|
4
|
+
export interface CreateDBClusterEndpointCommandInput extends CreateDBClusterEndpointMessage {}
|
|
5
|
+
export interface CreateDBClusterEndpointCommandOutput extends DBClusterEndpoint, __MetadataBearer {}
|
|
12
6
|
declare const CreateDBClusterEndpointCommand_base: {
|
|
13
7
|
new (
|
|
14
|
-
input: CreateDBClusterEndpointCommandInput
|
|
8
|
+
input: CreateDBClusterEndpointCommandInput,
|
|
15
9
|
): import("@smithy/core/client").CommandImpl<
|
|
16
10
|
CreateDBClusterEndpointCommandInput,
|
|
17
11
|
CreateDBClusterEndpointCommandOutput,
|
|
@@ -20,7 +14,7 @@ declare const CreateDBClusterEndpointCommand_base: {
|
|
|
20
14
|
import("..").ServiceOutputTypes
|
|
21
15
|
>;
|
|
22
16
|
new (
|
|
23
|
-
input: CreateDBClusterEndpointCommandInput
|
|
17
|
+
input: CreateDBClusterEndpointCommandInput,
|
|
24
18
|
): import("@smithy/core/client").CommandImpl<
|
|
25
19
|
CreateDBClusterEndpointCommandInput,
|
|
26
20
|
CreateDBClusterEndpointCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateDBClusterParameterGroupResult,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateDBClusterParameterGroupCommandInput
|
|
8
|
-
extends CreateDBClusterParameterGroupMessage {}
|
|
7
|
+
export interface CreateDBClusterParameterGroupCommandInput extends CreateDBClusterParameterGroupMessage {}
|
|
9
8
|
export interface CreateDBClusterParameterGroupCommandOutput
|
|
10
|
-
extends CreateDBClusterParameterGroupResult,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateDBClusterParameterGroupResult, __MetadataBearer {}
|
|
12
10
|
declare const CreateDBClusterParameterGroupCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateDBClusterParameterGroupCommandInput
|
|
12
|
+
input: CreateDBClusterParameterGroupCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateDBClusterParameterGroupCommandInput,
|
|
17
15
|
CreateDBClusterParameterGroupCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateDBClusterParameterGroupCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateDBClusterParameterGroupCommandInput
|
|
21
|
+
input: CreateDBClusterParameterGroupCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateDBClusterParameterGroupCommandInput,
|
|
26
24
|
CreateDBClusterParameterGroupCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateDBClusterSnapshotMessage,
|
|
4
|
-
CreateDBClusterSnapshotResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateDBClusterSnapshotMessage, CreateDBClusterSnapshotResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateDBClusterSnapshotCommandInput
|
|
8
|
-
extends CreateDBClusterSnapshotMessage {}
|
|
4
|
+
export interface CreateDBClusterSnapshotCommandInput extends CreateDBClusterSnapshotMessage {}
|
|
9
5
|
export interface CreateDBClusterSnapshotCommandOutput
|
|
10
|
-
extends CreateDBClusterSnapshotResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateDBClusterSnapshotResult, __MetadataBearer {}
|
|
12
7
|
declare const CreateDBClusterSnapshotCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateDBClusterSnapshotCommandInput
|
|
9
|
+
input: CreateDBClusterSnapshotCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateDBClusterSnapshotCommandInput,
|
|
17
12
|
CreateDBClusterSnapshotCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateDBClusterSnapshotCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateDBClusterSnapshotCommandInput
|
|
18
|
+
input: CreateDBClusterSnapshotCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateDBClusterSnapshotCommandInput,
|
|
26
21
|
CreateDBClusterSnapshotCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateDBInstanceMessage,
|
|
4
|
-
CreateDBInstanceResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateDBInstanceMessage, CreateDBInstanceResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreateDBInstanceCommandInput extends CreateDBInstanceMessage {}
|
|
8
|
-
export interface CreateDBInstanceCommandOutput
|
|
9
|
-
extends CreateDBInstanceResult,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateDBInstanceCommandOutput extends CreateDBInstanceResult, __MetadataBearer {}
|
|
11
6
|
declare const CreateDBInstanceCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreateDBInstanceCommandInput
|
|
8
|
+
input: CreateDBInstanceCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreateDBInstanceCommandInput,
|
|
16
11
|
CreateDBInstanceCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreateDBInstanceCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreateDBInstanceCommandInput
|
|
17
|
+
input: CreateDBInstanceCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreateDBInstanceCommandInput,
|
|
25
20
|
CreateDBInstanceCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateDBInstanceReadReplicaResult,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateDBInstanceReadReplicaCommandInput
|
|
8
|
-
extends CreateDBInstanceReadReplicaMessage {}
|
|
7
|
+
export interface CreateDBInstanceReadReplicaCommandInput extends CreateDBInstanceReadReplicaMessage {}
|
|
9
8
|
export interface CreateDBInstanceReadReplicaCommandOutput
|
|
10
|
-
extends CreateDBInstanceReadReplicaResult,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateDBInstanceReadReplicaResult, __MetadataBearer {}
|
|
12
10
|
declare const CreateDBInstanceReadReplicaCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateDBInstanceReadReplicaCommandInput
|
|
12
|
+
input: CreateDBInstanceReadReplicaCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateDBInstanceReadReplicaCommandInput,
|
|
17
15
|
CreateDBInstanceReadReplicaCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateDBInstanceReadReplicaCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateDBInstanceReadReplicaCommandInput
|
|
21
|
+
input: CreateDBInstanceReadReplicaCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateDBInstanceReadReplicaCommandInput,
|
|
26
24
|
CreateDBInstanceReadReplicaCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateDBParameterGroupMessage,
|
|
4
|
-
CreateDBParameterGroupResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateDBParameterGroupMessage, CreateDBParameterGroupResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateDBParameterGroupCommandInput
|
|
8
|
-
extends CreateDBParameterGroupMessage {}
|
|
4
|
+
export interface CreateDBParameterGroupCommandInput extends CreateDBParameterGroupMessage {}
|
|
9
5
|
export interface CreateDBParameterGroupCommandOutput
|
|
10
|
-
extends CreateDBParameterGroupResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateDBParameterGroupResult, __MetadataBearer {}
|
|
12
7
|
declare const CreateDBParameterGroupCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateDBParameterGroupCommandInput
|
|
9
|
+
input: CreateDBParameterGroupCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateDBParameterGroupCommandInput,
|
|
17
12
|
CreateDBParameterGroupCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateDBParameterGroupCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateDBParameterGroupCommandInput
|
|
18
|
+
input: CreateDBParameterGroupCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateDBParameterGroupCommandInput,
|
|
26
21
|
CreateDBParameterGroupCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateDBProxyRequest,
|
|
4
|
-
CreateDBProxyResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateDBProxyRequest, CreateDBProxyResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreateDBProxyCommandInput extends CreateDBProxyRequest {}
|
|
8
|
-
export interface CreateDBProxyCommandOutput
|
|
9
|
-
extends CreateDBProxyResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateDBProxyCommandOutput extends CreateDBProxyResponse, __MetadataBearer {}
|
|
11
6
|
declare const CreateDBProxyCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreateDBProxyCommandInput
|
|
8
|
+
input: CreateDBProxyCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreateDBProxyCommandInput,
|
|
16
11
|
CreateDBProxyCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreateDBProxyCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreateDBProxyCommandInput
|
|
17
|
+
input: CreateDBProxyCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreateDBProxyCommandInput,
|
|
25
20
|
CreateDBProxyCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateDBProxyEndpointRequest,
|
|
4
|
-
CreateDBProxyEndpointResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateDBProxyEndpointRequest, CreateDBProxyEndpointResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateDBProxyEndpointCommandInput
|
|
8
|
-
extends CreateDBProxyEndpointRequest {}
|
|
4
|
+
export interface CreateDBProxyEndpointCommandInput extends CreateDBProxyEndpointRequest {}
|
|
9
5
|
export interface CreateDBProxyEndpointCommandOutput
|
|
10
|
-
extends CreateDBProxyEndpointResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateDBProxyEndpointResponse, __MetadataBearer {}
|
|
12
7
|
declare const CreateDBProxyEndpointCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateDBProxyEndpointCommandInput
|
|
9
|
+
input: CreateDBProxyEndpointCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateDBProxyEndpointCommandInput,
|
|
17
12
|
CreateDBProxyEndpointCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateDBProxyEndpointCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateDBProxyEndpointCommandInput
|
|
18
|
+
input: CreateDBProxyEndpointCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateDBProxyEndpointCommandInput,
|
|
26
21
|
CreateDBProxyEndpointCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateDBSecurityGroupMessage,
|
|
4
|
-
CreateDBSecurityGroupResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateDBSecurityGroupMessage, CreateDBSecurityGroupResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateDBSecurityGroupCommandInput
|
|
8
|
-
extends CreateDBSecurityGroupMessage {}
|
|
4
|
+
export interface CreateDBSecurityGroupCommandInput extends CreateDBSecurityGroupMessage {}
|
|
9
5
|
export interface CreateDBSecurityGroupCommandOutput
|
|
10
|
-
extends CreateDBSecurityGroupResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateDBSecurityGroupResult, __MetadataBearer {}
|
|
12
7
|
declare const CreateDBSecurityGroupCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateDBSecurityGroupCommandInput
|
|
9
|
+
input: CreateDBSecurityGroupCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateDBSecurityGroupCommandInput,
|
|
17
12
|
CreateDBSecurityGroupCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateDBSecurityGroupCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateDBSecurityGroupCommandInput
|
|
18
|
+
input: CreateDBSecurityGroupCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateDBSecurityGroupCommandInput,
|
|
26
21
|
CreateDBSecurityGroupCommandOutput,
|
|
@@ -1,14 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { CreateDBShardGroupMessage, DBShardGroup } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface CreateDBShardGroupCommandInput
|
|
5
|
-
|
|
6
|
-
export interface CreateDBShardGroupCommandOutput
|
|
7
|
-
extends DBShardGroup,
|
|
8
|
-
__MetadataBearer {}
|
|
4
|
+
export interface CreateDBShardGroupCommandInput extends CreateDBShardGroupMessage {}
|
|
5
|
+
export interface CreateDBShardGroupCommandOutput extends DBShardGroup, __MetadataBearer {}
|
|
9
6
|
declare const CreateDBShardGroupCommand_base: {
|
|
10
7
|
new (
|
|
11
|
-
input: CreateDBShardGroupCommandInput
|
|
8
|
+
input: CreateDBShardGroupCommandInput,
|
|
12
9
|
): import("@smithy/core/client").CommandImpl<
|
|
13
10
|
CreateDBShardGroupCommandInput,
|
|
14
11
|
CreateDBShardGroupCommandOutput,
|
|
@@ -17,7 +14,7 @@ declare const CreateDBShardGroupCommand_base: {
|
|
|
17
14
|
import("..").ServiceOutputTypes
|
|
18
15
|
>;
|
|
19
16
|
new (
|
|
20
|
-
input: CreateDBShardGroupCommandInput
|
|
17
|
+
input: CreateDBShardGroupCommandInput,
|
|
21
18
|
): import("@smithy/core/client").CommandImpl<
|
|
22
19
|
CreateDBShardGroupCommandInput,
|
|
23
20
|
CreateDBShardGroupCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateDBSnapshotMessage,
|
|
4
|
-
CreateDBSnapshotResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateDBSnapshotMessage, CreateDBSnapshotResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreateDBSnapshotCommandInput extends CreateDBSnapshotMessage {}
|
|
8
|
-
export interface CreateDBSnapshotCommandOutput
|
|
9
|
-
extends CreateDBSnapshotResult,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateDBSnapshotCommandOutput extends CreateDBSnapshotResult, __MetadataBearer {}
|
|
11
6
|
declare const CreateDBSnapshotCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreateDBSnapshotCommandInput
|
|
8
|
+
input: CreateDBSnapshotCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreateDBSnapshotCommandInput,
|
|
16
11
|
CreateDBSnapshotCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreateDBSnapshotCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreateDBSnapshotCommandInput
|
|
17
|
+
input: CreateDBSnapshotCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreateDBSnapshotCommandInput,
|
|
25
20
|
CreateDBSnapshotCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateDBSubnetGroupMessage,
|
|
4
|
-
CreateDBSubnetGroupResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateDBSubnetGroupMessage, CreateDBSubnetGroupResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateDBSubnetGroupCommandInput
|
|
8
|
-
extends CreateDBSubnetGroupMessage {}
|
|
4
|
+
export interface CreateDBSubnetGroupCommandInput extends CreateDBSubnetGroupMessage {}
|
|
9
5
|
export interface CreateDBSubnetGroupCommandOutput
|
|
10
|
-
extends CreateDBSubnetGroupResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateDBSubnetGroupResult, __MetadataBearer {}
|
|
12
7
|
declare const CreateDBSubnetGroupCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateDBSubnetGroupCommandInput
|
|
9
|
+
input: CreateDBSubnetGroupCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateDBSubnetGroupCommandInput,
|
|
17
12
|
CreateDBSubnetGroupCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateDBSubnetGroupCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateDBSubnetGroupCommandInput
|
|
18
|
+
input: CreateDBSubnetGroupCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateDBSubnetGroupCommandInput,
|
|
26
21
|
CreateDBSubnetGroupCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateEventSubscriptionMessage,
|
|
4
|
-
CreateEventSubscriptionResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateEventSubscriptionMessage, CreateEventSubscriptionResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateEventSubscriptionCommandInput
|
|
8
|
-
extends CreateEventSubscriptionMessage {}
|
|
4
|
+
export interface CreateEventSubscriptionCommandInput extends CreateEventSubscriptionMessage {}
|
|
9
5
|
export interface CreateEventSubscriptionCommandOutput
|
|
10
|
-
extends CreateEventSubscriptionResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateEventSubscriptionResult, __MetadataBearer {}
|
|
12
7
|
declare const CreateEventSubscriptionCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateEventSubscriptionCommandInput
|
|
9
|
+
input: CreateEventSubscriptionCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateEventSubscriptionCommandInput,
|
|
17
12
|
CreateEventSubscriptionCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateEventSubscriptionCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateEventSubscriptionCommandInput
|
|
18
|
+
input: CreateEventSubscriptionCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateEventSubscriptionCommandInput,
|
|
26
21
|
CreateEventSubscriptionCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateGlobalClusterMessage,
|
|
4
|
-
CreateGlobalClusterResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateGlobalClusterMessage, CreateGlobalClusterResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateGlobalClusterCommandInput
|
|
8
|
-
extends CreateGlobalClusterMessage {}
|
|
4
|
+
export interface CreateGlobalClusterCommandInput extends CreateGlobalClusterMessage {}
|
|
9
5
|
export interface CreateGlobalClusterCommandOutput
|
|
10
|
-
extends CreateGlobalClusterResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateGlobalClusterResult, __MetadataBearer {}
|
|
12
7
|
declare const CreateGlobalClusterCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateGlobalClusterCommandInput
|
|
9
|
+
input: CreateGlobalClusterCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateGlobalClusterCommandInput,
|
|
17
12
|
CreateGlobalClusterCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateGlobalClusterCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateGlobalClusterCommandInput
|
|
18
|
+
input: CreateGlobalClusterCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateGlobalClusterCommandInput,
|
|
26
21
|
CreateGlobalClusterCommandOutput,
|
|
@@ -1,14 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { CreateIntegrationMessage, Integration } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface CreateIntegrationCommandInput
|
|
5
|
-
|
|
6
|
-
export interface CreateIntegrationCommandOutput
|
|
7
|
-
extends Integration,
|
|
8
|
-
__MetadataBearer {}
|
|
4
|
+
export interface CreateIntegrationCommandInput extends CreateIntegrationMessage {}
|
|
5
|
+
export interface CreateIntegrationCommandOutput extends Integration, __MetadataBearer {}
|
|
9
6
|
declare const CreateIntegrationCommand_base: {
|
|
10
7
|
new (
|
|
11
|
-
input: CreateIntegrationCommandInput
|
|
8
|
+
input: CreateIntegrationCommandInput,
|
|
12
9
|
): import("@smithy/core/client").CommandImpl<
|
|
13
10
|
CreateIntegrationCommandInput,
|
|
14
11
|
CreateIntegrationCommandOutput,
|
|
@@ -17,7 +14,7 @@ declare const CreateIntegrationCommand_base: {
|
|
|
17
14
|
import("..").ServiceOutputTypes
|
|
18
15
|
>;
|
|
19
16
|
new (
|
|
20
|
-
input: CreateIntegrationCommandInput
|
|
17
|
+
input: CreateIntegrationCommandInput,
|
|
21
18
|
): import("@smithy/core/client").CommandImpl<
|
|
22
19
|
CreateIntegrationCommandInput,
|
|
23
20
|
CreateIntegrationCommandOutput,
|
|
@@ -1,17 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateOptionGroupMessage,
|
|
4
|
-
CreateOptionGroupResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateOptionGroupMessage, CreateOptionGroupResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateOptionGroupCommandInput
|
|
8
|
-
|
|
9
|
-
export interface CreateOptionGroupCommandOutput
|
|
10
|
-
extends CreateOptionGroupResult,
|
|
11
|
-
__MetadataBearer {}
|
|
4
|
+
export interface CreateOptionGroupCommandInput extends CreateOptionGroupMessage {}
|
|
5
|
+
export interface CreateOptionGroupCommandOutput extends CreateOptionGroupResult, __MetadataBearer {}
|
|
12
6
|
declare const CreateOptionGroupCommand_base: {
|
|
13
7
|
new (
|
|
14
|
-
input: CreateOptionGroupCommandInput
|
|
8
|
+
input: CreateOptionGroupCommandInput,
|
|
15
9
|
): import("@smithy/core/client").CommandImpl<
|
|
16
10
|
CreateOptionGroupCommandInput,
|
|
17
11
|
CreateOptionGroupCommandOutput,
|
|
@@ -20,7 +14,7 @@ declare const CreateOptionGroupCommand_base: {
|
|
|
20
14
|
import("..").ServiceOutputTypes
|
|
21
15
|
>;
|
|
22
16
|
new (
|
|
23
|
-
input: CreateOptionGroupCommandInput
|
|
17
|
+
input: CreateOptionGroupCommandInput,
|
|
24
18
|
): import("@smithy/core/client").CommandImpl<
|
|
25
19
|
CreateOptionGroupCommandInput,
|
|
26
20
|
CreateOptionGroupCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateTenantDatabaseMessage,
|
|
4
|
-
CreateTenantDatabaseResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateTenantDatabaseMessage, CreateTenantDatabaseResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateTenantDatabaseCommandInput
|
|
8
|
-
extends CreateTenantDatabaseMessage {}
|
|
4
|
+
export interface CreateTenantDatabaseCommandInput extends CreateTenantDatabaseMessage {}
|
|
9
5
|
export interface CreateTenantDatabaseCommandOutput
|
|
10
|
-
extends CreateTenantDatabaseResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateTenantDatabaseResult, __MetadataBearer {}
|
|
12
7
|
declare const CreateTenantDatabaseCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateTenantDatabaseCommandInput
|
|
9
|
+
input: CreateTenantDatabaseCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateTenantDatabaseCommandInput,
|
|
17
12
|
CreateTenantDatabaseCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateTenantDatabaseCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateTenantDatabaseCommandInput
|
|
18
|
+
input: CreateTenantDatabaseCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateTenantDatabaseCommandInput,
|
|
26
21
|
CreateTenantDatabaseCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DeleteBlueGreenDeploymentResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteBlueGreenDeploymentCommandInput
|
|
8
|
-
extends DeleteBlueGreenDeploymentRequest {}
|
|
7
|
+
export interface DeleteBlueGreenDeploymentCommandInput extends DeleteBlueGreenDeploymentRequest {}
|
|
9
8
|
export interface DeleteBlueGreenDeploymentCommandOutput
|
|
10
|
-
extends DeleteBlueGreenDeploymentResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DeleteBlueGreenDeploymentResponse, __MetadataBearer {}
|
|
12
10
|
declare const DeleteBlueGreenDeploymentCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DeleteBlueGreenDeploymentCommandInput
|
|
12
|
+
input: DeleteBlueGreenDeploymentCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DeleteBlueGreenDeploymentCommandInput,
|
|
17
15
|
DeleteBlueGreenDeploymentCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DeleteBlueGreenDeploymentCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DeleteBlueGreenDeploymentCommandInput
|
|
21
|
+
input: DeleteBlueGreenDeploymentCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DeleteBlueGreenDeploymentCommandInput,
|
|
26
24
|
DeleteBlueGreenDeploymentCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DBEngineVersion,
|
|
4
|
-
DeleteCustomDBEngineVersionMessage,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DBEngineVersion, DeleteCustomDBEngineVersionMessage } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteCustomDBEngineVersionCommandInput
|
|
8
|
-
extends DeleteCustomDBEngineVersionMessage {}
|
|
4
|
+
export interface DeleteCustomDBEngineVersionCommandInput extends DeleteCustomDBEngineVersionMessage {}
|
|
9
5
|
export interface DeleteCustomDBEngineVersionCommandOutput
|
|
10
|
-
extends DBEngineVersion,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DBEngineVersion, __MetadataBearer {}
|
|
12
7
|
declare const DeleteCustomDBEngineVersionCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeleteCustomDBEngineVersionCommandInput
|
|
9
|
+
input: DeleteCustomDBEngineVersionCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeleteCustomDBEngineVersionCommandInput,
|
|
17
12
|
DeleteCustomDBEngineVersionCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeleteCustomDBEngineVersionCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeleteCustomDBEngineVersionCommandInput
|
|
18
|
+
input: DeleteCustomDBEngineVersionCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeleteCustomDBEngineVersionCommandInput,
|
|
26
21
|
DeleteCustomDBEngineVersionCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DeleteDBClusterAutomatedBackupResult,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteDBClusterAutomatedBackupCommandInput
|
|
8
|
-
extends DeleteDBClusterAutomatedBackupMessage {}
|
|
7
|
+
export interface DeleteDBClusterAutomatedBackupCommandInput extends DeleteDBClusterAutomatedBackupMessage {}
|
|
9
8
|
export interface DeleteDBClusterAutomatedBackupCommandOutput
|
|
10
|
-
extends DeleteDBClusterAutomatedBackupResult,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DeleteDBClusterAutomatedBackupResult, __MetadataBearer {}
|
|
12
10
|
declare const DeleteDBClusterAutomatedBackupCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DeleteDBClusterAutomatedBackupCommandInput
|
|
12
|
+
input: DeleteDBClusterAutomatedBackupCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DeleteDBClusterAutomatedBackupCommandInput,
|
|
17
15
|
DeleteDBClusterAutomatedBackupCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DeleteDBClusterAutomatedBackupCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DeleteDBClusterAutomatedBackupCommandInput
|
|
21
|
+
input: DeleteDBClusterAutomatedBackupCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DeleteDBClusterAutomatedBackupCommandInput,
|
|
26
24
|
DeleteDBClusterAutomatedBackupCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteDBClusterMessage,
|
|
4
|
-
DeleteDBClusterResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteDBClusterMessage, DeleteDBClusterResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DeleteDBClusterCommandInput extends DeleteDBClusterMessage {}
|
|
8
|
-
export interface DeleteDBClusterCommandOutput
|
|
9
|
-
extends DeleteDBClusterResult,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteDBClusterCommandOutput extends DeleteDBClusterResult, __MetadataBearer {}
|
|
11
6
|
declare const DeleteDBClusterCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DeleteDBClusterCommandInput
|
|
8
|
+
input: DeleteDBClusterCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DeleteDBClusterCommandInput,
|
|
16
11
|
DeleteDBClusterCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DeleteDBClusterCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DeleteDBClusterCommandInput
|
|
17
|
+
input: DeleteDBClusterCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DeleteDBClusterCommandInput,
|
|
25
20
|
DeleteDBClusterCommandOutput,
|