@aws-sdk/client-docdb 3.1087.0 → 3.1088.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/DocDB.d.ts +181 -225
- package/dist-types/ts3.4/DocDBClient.d.ts +15 -25
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +9 -19
- 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/CopyDBClusterParameterGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CopyDBClusterSnapshotCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateDBClusterCommand.d.ts +4 -9
- 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/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/DeleteDBClusterCommand.d.ts +4 -9
- 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/DeleteDBInstanceCommand.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/DescribeCertificatesCommand.d.ts +4 -10
- 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/DescribeDBInstancesCommand.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/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/DescribeGlobalClustersCommand.d.ts +4 -9
- 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/FailoverDBClusterCommand.d.ts +4 -10
- 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/ModifyDBClusterCommand.d.ts +4 -9
- 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/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/RebootDBInstanceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/RemoveFromGlobalClusterCommand.d.ts +5 -10
- 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/RestoreDBClusterFromSnapshotCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RestoreDBClusterToPointInTimeCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartDBClusterCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/StopDBClusterCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/SwitchoverGlobalClusterCommand.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 +1 -2
- package/dist-types/ts3.4/models/errors.d.ts +56 -226
- package/dist-types/ts3.4/models/models_0.d.ts +9 -27
- 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/waitForDBInstanceAvailable.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForDBInstanceDeleted.d.ts +4 -8
- package/package.json +39 -39
|
@@ -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 { 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,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
|
DescribeDBClusterParameterGroupsMessage,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeDBClusterParameterGroupsCommandInput
|
|
8
|
-
extends DescribeDBClusterParameterGroupsMessage {}
|
|
7
|
+
export interface DescribeDBClusterParameterGroupsCommandInput extends DescribeDBClusterParameterGroupsMessage {}
|
|
9
8
|
export interface DescribeDBClusterParameterGroupsCommandOutput
|
|
10
|
-
extends DBClusterParameterGroupsMessage,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DBClusterParameterGroupsMessage, __MetadataBearer {}
|
|
12
10
|
declare const DescribeDBClusterParameterGroupsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeDBClusterParameterGroupsCommandInput
|
|
12
|
+
input: DescribeDBClusterParameterGroupsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeDBClusterParameterGroupsCommandInput,
|
|
17
15
|
DescribeDBClusterParameterGroupsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeDBClusterParametersMessage,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeDBClusterParametersCommandInput
|
|
8
|
-
extends DescribeDBClusterParametersMessage {}
|
|
7
|
+
export interface DescribeDBClusterParametersCommandInput extends DescribeDBClusterParametersMessage {}
|
|
9
8
|
export interface DescribeDBClusterParametersCommandOutput
|
|
10
|
-
extends DBClusterParameterGroupDetails,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DBClusterParameterGroupDetails, __MetadataBearer {}
|
|
12
10
|
declare const DescribeDBClusterParametersCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeDBClusterParametersCommandInput
|
|
12
|
+
input: DescribeDBClusterParametersCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeDBClusterParametersCommandInput,
|
|
17
15
|
DescribeDBClusterParametersCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeDBClusterParametersCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeDBClusterParametersCommandInput
|
|
21
|
+
input: DescribeDBClusterParametersCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeDBClusterParametersCommandInput,
|
|
26
24
|
DescribeDBClusterParametersCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeDBClusterSnapshotAttributesResult,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeDBClusterSnapshotAttributesCommandInput
|
|
8
|
-
extends DescribeDBClusterSnapshotAttributesMessage {}
|
|
7
|
+
export interface DescribeDBClusterSnapshotAttributesCommandInput extends DescribeDBClusterSnapshotAttributesMessage {}
|
|
9
8
|
export interface DescribeDBClusterSnapshotAttributesCommandOutput
|
|
10
|
-
extends DescribeDBClusterSnapshotAttributesResult,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeDBClusterSnapshotAttributesResult, __MetadataBearer {}
|
|
12
10
|
declare const DescribeDBClusterSnapshotAttributesCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeDBClusterSnapshotAttributesCommandInput
|
|
12
|
+
input: DescribeDBClusterSnapshotAttributesCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeDBClusterSnapshotAttributesCommandInput,
|
|
17
15
|
DescribeDBClusterSnapshotAttributesCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeDBClusterSnapshotAttributesCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeDBClusterSnapshotAttributesCommandInput
|
|
21
|
+
input: DescribeDBClusterSnapshotAttributesCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeDBClusterSnapshotAttributesCommandInput,
|
|
26
24
|
DescribeDBClusterSnapshotAttributesCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DBClusterSnapshotMessage,
|
|
4
|
-
DescribeDBClusterSnapshotsMessage,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DBClusterSnapshotMessage, DescribeDBClusterSnapshotsMessage } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeDBClusterSnapshotsCommandInput
|
|
8
|
-
extends DescribeDBClusterSnapshotsMessage {}
|
|
4
|
+
export interface DescribeDBClusterSnapshotsCommandInput extends DescribeDBClusterSnapshotsMessage {}
|
|
9
5
|
export interface DescribeDBClusterSnapshotsCommandOutput
|
|
10
|
-
extends DBClusterSnapshotMessage,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DBClusterSnapshotMessage, __MetadataBearer {}
|
|
12
7
|
declare const DescribeDBClusterSnapshotsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeDBClusterSnapshotsCommandInput
|
|
9
|
+
input: DescribeDBClusterSnapshotsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeDBClusterSnapshotsCommandInput,
|
|
17
12
|
DescribeDBClusterSnapshotsCommandOutput,
|
|
@@ -1,17 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DBClusterMessage,
|
|
4
|
-
DescribeDBClustersMessage,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DBClusterMessage, DescribeDBClustersMessage } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeDBClustersCommandInput
|
|
8
|
-
|
|
9
|
-
export interface DescribeDBClustersCommandOutput
|
|
10
|
-
extends DBClusterMessage,
|
|
11
|
-
__MetadataBearer {}
|
|
4
|
+
export interface DescribeDBClustersCommandInput extends DescribeDBClustersMessage {}
|
|
5
|
+
export interface DescribeDBClustersCommandOutput extends DBClusterMessage, __MetadataBearer {}
|
|
12
6
|
declare const DescribeDBClustersCommand_base: {
|
|
13
7
|
new (
|
|
14
|
-
input: DescribeDBClustersCommandInput
|
|
8
|
+
input: DescribeDBClustersCommandInput,
|
|
15
9
|
): import("@smithy/core/client").CommandImpl<
|
|
16
10
|
DescribeDBClustersCommandInput,
|
|
17
11
|
DescribeDBClustersCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DBEngineVersionMessage,
|
|
4
|
-
DescribeDBEngineVersionsMessage,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DBEngineVersionMessage, DescribeDBEngineVersionsMessage } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeDBEngineVersionsCommandInput
|
|
8
|
-
extends DescribeDBEngineVersionsMessage {}
|
|
4
|
+
export interface DescribeDBEngineVersionsCommandInput extends DescribeDBEngineVersionsMessage {}
|
|
9
5
|
export interface DescribeDBEngineVersionsCommandOutput
|
|
10
|
-
extends DBEngineVersionMessage,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DBEngineVersionMessage, __MetadataBearer {}
|
|
12
7
|
declare const DescribeDBEngineVersionsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeDBEngineVersionsCommandInput
|
|
9
|
+
input: DescribeDBEngineVersionsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeDBEngineVersionsCommandInput,
|
|
17
12
|
DescribeDBEngineVersionsCommandOutput,
|
|
@@ -1,17 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DBInstanceMessage,
|
|
4
|
-
DescribeDBInstancesMessage,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DBInstanceMessage, DescribeDBInstancesMessage } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeDBInstancesCommandInput
|
|
8
|
-
|
|
9
|
-
export interface DescribeDBInstancesCommandOutput
|
|
10
|
-
extends DBInstanceMessage,
|
|
11
|
-
__MetadataBearer {}
|
|
4
|
+
export interface DescribeDBInstancesCommandInput extends DescribeDBInstancesMessage {}
|
|
5
|
+
export interface DescribeDBInstancesCommandOutput extends DBInstanceMessage, __MetadataBearer {}
|
|
12
6
|
declare const DescribeDBInstancesCommand_base: {
|
|
13
7
|
new (
|
|
14
|
-
input: DescribeDBInstancesCommandInput
|
|
8
|
+
input: DescribeDBInstancesCommandInput,
|
|
15
9
|
): import("@smithy/core/client").CommandImpl<
|
|
16
10
|
DescribeDBInstancesCommandInput,
|
|
17
11
|
DescribeDBInstancesCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DBSubnetGroupMessage,
|
|
4
|
-
DescribeDBSubnetGroupsMessage,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DBSubnetGroupMessage, DescribeDBSubnetGroupsMessage } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeDBSubnetGroupsCommandInput
|
|
8
|
-
extends DescribeDBSubnetGroupsMessage {}
|
|
4
|
+
export interface DescribeDBSubnetGroupsCommandInput extends DescribeDBSubnetGroupsMessage {}
|
|
9
5
|
export interface DescribeDBSubnetGroupsCommandOutput
|
|
10
|
-
extends DBSubnetGroupMessage,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DBSubnetGroupMessage, __MetadataBearer {}
|
|
12
7
|
declare const DescribeDBSubnetGroupsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeDBSubnetGroupsCommandInput
|
|
9
|
+
input: DescribeDBSubnetGroupsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeDBSubnetGroupsCommandInput,
|
|
17
12
|
DescribeDBSubnetGroupsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeEngineDefaultClusterParametersResult,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeEngineDefaultClusterParametersCommandInput
|
|
8
|
-
extends DescribeEngineDefaultClusterParametersMessage {}
|
|
7
|
+
export interface DescribeEngineDefaultClusterParametersCommandInput extends DescribeEngineDefaultClusterParametersMessage {}
|
|
9
8
|
export interface DescribeEngineDefaultClusterParametersCommandOutput
|
|
10
|
-
extends DescribeEngineDefaultClusterParametersResult,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeEngineDefaultClusterParametersResult, __MetadataBearer {}
|
|
12
10
|
declare const DescribeEngineDefaultClusterParametersCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeEngineDefaultClusterParametersCommandInput
|
|
12
|
+
input: DescribeEngineDefaultClusterParametersCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeEngineDefaultClusterParametersCommandInput,
|
|
17
15
|
DescribeEngineDefaultClusterParametersCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeEngineDefaultClusterParametersCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeEngineDefaultClusterParametersCommandInput
|
|
21
|
+
input: DescribeEngineDefaultClusterParametersCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeEngineDefaultClusterParametersCommandInput,
|
|
26
24
|
DescribeEngineDefaultClusterParametersCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeEventCategoriesMessage,
|
|
4
|
-
EventCategoriesMessage,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeEventCategoriesMessage, EventCategoriesMessage } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeEventCategoriesCommandInput
|
|
8
|
-
extends DescribeEventCategoriesMessage {}
|
|
4
|
+
export interface DescribeEventCategoriesCommandInput extends DescribeEventCategoriesMessage {}
|
|
9
5
|
export interface DescribeEventCategoriesCommandOutput
|
|
10
|
-
extends EventCategoriesMessage,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends EventCategoriesMessage, __MetadataBearer {}
|
|
12
7
|
declare const DescribeEventCategoriesCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeEventCategoriesCommandInput
|
|
9
|
+
input: DescribeEventCategoriesCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeEventCategoriesCommandInput,
|
|
17
12
|
DescribeEventCategoriesCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeEventSubscriptionsMessage,
|
|
4
|
-
EventSubscriptionsMessage,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeEventSubscriptionsMessage, EventSubscriptionsMessage } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeEventSubscriptionsCommandInput
|
|
8
|
-
extends DescribeEventSubscriptionsMessage {}
|
|
4
|
+
export interface DescribeEventSubscriptionsCommandInput extends DescribeEventSubscriptionsMessage {}
|
|
9
5
|
export interface DescribeEventSubscriptionsCommandOutput
|
|
10
|
-
extends EventSubscriptionsMessage,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends EventSubscriptionsMessage, __MetadataBearer {}
|
|
12
7
|
declare const DescribeEventSubscriptionsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeEventSubscriptionsCommandInput
|
|
9
|
+
input: DescribeEventSubscriptionsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeEventSubscriptionsCommandInput,
|
|
17
12
|
DescribeEventSubscriptionsCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { DescribeEventsMessage, EventsMessage } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface DescribeEventsCommandInput extends DescribeEventsMessage {}
|
|
5
|
-
export interface DescribeEventsCommandOutput
|
|
6
|
-
extends EventsMessage,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DescribeEventsCommandOutput extends EventsMessage, __MetadataBearer {}
|
|
8
6
|
declare const DescribeEventsCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DescribeEventsCommandInput
|
|
8
|
+
input: DescribeEventsCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DescribeEventsCommandInput,
|
|
13
11
|
DescribeEventsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeGlobalClustersMessage,
|
|
4
|
-
GlobalClustersMessage,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeGlobalClustersMessage, GlobalClustersMessage } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeGlobalClustersCommandInput
|
|
8
|
-
extends DescribeGlobalClustersMessage {}
|
|
4
|
+
export interface DescribeGlobalClustersCommandInput extends DescribeGlobalClustersMessage {}
|
|
9
5
|
export interface DescribeGlobalClustersCommandOutput
|
|
10
|
-
extends GlobalClustersMessage,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GlobalClustersMessage, __MetadataBearer {}
|
|
12
7
|
declare const DescribeGlobalClustersCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeGlobalClustersCommandInput
|
|
9
|
+
input: DescribeGlobalClustersCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeGlobalClustersCommandInput,
|
|
17
12
|
DescribeGlobalClustersCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
OrderableDBInstanceOptionsMessage,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeOrderableDBInstanceOptionsCommandInput
|
|
8
|
-
extends DescribeOrderableDBInstanceOptionsMessage {}
|
|
7
|
+
export interface DescribeOrderableDBInstanceOptionsCommandInput extends DescribeOrderableDBInstanceOptionsMessage {}
|
|
9
8
|
export interface DescribeOrderableDBInstanceOptionsCommandOutput
|
|
10
|
-
extends OrderableDBInstanceOptionsMessage,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends OrderableDBInstanceOptionsMessage, __MetadataBearer {}
|
|
12
10
|
declare const DescribeOrderableDBInstanceOptionsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeOrderableDBInstanceOptionsCommandInput
|
|
12
|
+
input: DescribeOrderableDBInstanceOptionsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeOrderableDBInstanceOptionsCommandInput,
|
|
17
15
|
DescribeOrderableDBInstanceOptionsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeOrderableDBInstanceOptionsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeOrderableDBInstanceOptionsCommandInput
|
|
21
|
+
input: DescribeOrderableDBInstanceOptionsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeOrderableDBInstanceOptionsCommandInput,
|
|
26
24
|
DescribeOrderableDBInstanceOptionsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
PendingMaintenanceActionsMessage,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribePendingMaintenanceActionsCommandInput
|
|
8
|
-
extends DescribePendingMaintenanceActionsMessage {}
|
|
7
|
+
export interface DescribePendingMaintenanceActionsCommandInput extends DescribePendingMaintenanceActionsMessage {}
|
|
9
8
|
export interface DescribePendingMaintenanceActionsCommandOutput
|
|
10
|
-
extends PendingMaintenanceActionsMessage,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends PendingMaintenanceActionsMessage, __MetadataBearer {}
|
|
12
10
|
declare const DescribePendingMaintenanceActionsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribePendingMaintenanceActionsCommandInput
|
|
12
|
+
input: DescribePendingMaintenanceActionsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribePendingMaintenanceActionsCommandInput,
|
|
17
15
|
DescribePendingMaintenanceActionsCommandOutput,
|
|
@@ -1,17 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
FailoverDBClusterMessage,
|
|
4
|
-
FailoverDBClusterResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { FailoverDBClusterMessage, FailoverDBClusterResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface FailoverDBClusterCommandInput
|
|
8
|
-
|
|
9
|
-
export interface FailoverDBClusterCommandOutput
|
|
10
|
-
extends FailoverDBClusterResult,
|
|
11
|
-
__MetadataBearer {}
|
|
4
|
+
export interface FailoverDBClusterCommandInput extends FailoverDBClusterMessage {}
|
|
5
|
+
export interface FailoverDBClusterCommandOutput extends FailoverDBClusterResult, __MetadataBearer {}
|
|
12
6
|
declare const FailoverDBClusterCommand_base: {
|
|
13
7
|
new (
|
|
14
|
-
input: FailoverDBClusterCommandInput
|
|
8
|
+
input: FailoverDBClusterCommandInput,
|
|
15
9
|
): import("@smithy/core/client").CommandImpl<
|
|
16
10
|
FailoverDBClusterCommandInput,
|
|
17
11
|
FailoverDBClusterCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
FailoverGlobalClusterMessage,
|
|
4
|
-
FailoverGlobalClusterResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { FailoverGlobalClusterMessage, FailoverGlobalClusterResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface FailoverGlobalClusterCommandInput
|
|
8
|
-
extends FailoverGlobalClusterMessage {}
|
|
4
|
+
export interface FailoverGlobalClusterCommandInput extends FailoverGlobalClusterMessage {}
|
|
9
5
|
export interface FailoverGlobalClusterCommandOutput
|
|
10
|
-
extends FailoverGlobalClusterResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends FailoverGlobalClusterResult, __MetadataBearer {}
|
|
12
7
|
declare const FailoverGlobalClusterCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: FailoverGlobalClusterCommandInput
|
|
9
|
+
input: FailoverGlobalClusterCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
FailoverGlobalClusterCommandInput,
|
|
17
12
|
FailoverGlobalClusterCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const FailoverGlobalClusterCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: FailoverGlobalClusterCommandInput
|
|
18
|
+
input: FailoverGlobalClusterCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
FailoverGlobalClusterCommandInput,
|
|
26
21
|
FailoverGlobalClusterCommandOutput,
|
|
@@ -1,14 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { ListTagsForResourceMessage, TagListMessage } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface ListTagsForResourceCommandInput
|
|
5
|
-
|
|
6
|
-
export interface ListTagsForResourceCommandOutput
|
|
7
|
-
extends TagListMessage,
|
|
8
|
-
__MetadataBearer {}
|
|
4
|
+
export interface ListTagsForResourceCommandInput extends ListTagsForResourceMessage {}
|
|
5
|
+
export interface ListTagsForResourceCommandOutput extends TagListMessage, __MetadataBearer {}
|
|
9
6
|
declare const ListTagsForResourceCommand_base: {
|
|
10
7
|
new (
|
|
11
|
-
input: ListTagsForResourceCommandInput
|
|
8
|
+
input: ListTagsForResourceCommandInput,
|
|
12
9
|
): import("@smithy/core/client").CommandImpl<
|
|
13
10
|
ListTagsForResourceCommandInput,
|
|
14
11
|
ListTagsForResourceCommandOutput,
|
|
@@ -17,7 +14,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
17
14
|
import("..").ServiceOutputTypes
|
|
18
15
|
>;
|
|
19
16
|
new (
|
|
20
|
-
input: ListTagsForResourceCommandInput
|
|
17
|
+
input: ListTagsForResourceCommandInput,
|
|
21
18
|
): import("@smithy/core/client").CommandImpl<
|
|
22
19
|
ListTagsForResourceCommandInput,
|
|
23
20
|
ListTagsForResourceCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ModifyDBClusterMessage,
|
|
4
|
-
ModifyDBClusterResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ModifyDBClusterMessage, ModifyDBClusterResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ModifyDBClusterCommandInput extends ModifyDBClusterMessage {}
|
|
8
|
-
export interface ModifyDBClusterCommandOutput
|
|
9
|
-
extends ModifyDBClusterResult,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ModifyDBClusterCommandOutput extends ModifyDBClusterResult, __MetadataBearer {}
|
|
11
6
|
declare const ModifyDBClusterCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ModifyDBClusterCommandInput
|
|
8
|
+
input: ModifyDBClusterCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ModifyDBClusterCommandInput,
|
|
16
11
|
ModifyDBClusterCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const ModifyDBClusterCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: ModifyDBClusterCommandInput
|
|
17
|
+
input: ModifyDBClusterCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
ModifyDBClusterCommandInput,
|
|
25
20
|
ModifyDBClusterCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ModifyDBClusterParameterGroupMessage,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ModifyDBClusterParameterGroupCommandInput
|
|
8
|
-
extends ModifyDBClusterParameterGroupMessage {}
|
|
7
|
+
export interface ModifyDBClusterParameterGroupCommandInput extends ModifyDBClusterParameterGroupMessage {}
|
|
9
8
|
export interface ModifyDBClusterParameterGroupCommandOutput
|
|
10
|
-
extends DBClusterParameterGroupNameMessage,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DBClusterParameterGroupNameMessage, __MetadataBearer {}
|
|
12
10
|
declare const ModifyDBClusterParameterGroupCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ModifyDBClusterParameterGroupCommandInput
|
|
12
|
+
input: ModifyDBClusterParameterGroupCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ModifyDBClusterParameterGroupCommandInput,
|
|
17
15
|
ModifyDBClusterParameterGroupCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ModifyDBClusterParameterGroupCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ModifyDBClusterParameterGroupCommandInput
|
|
21
|
+
input: ModifyDBClusterParameterGroupCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ModifyDBClusterParameterGroupCommandInput,
|
|
26
24
|
ModifyDBClusterParameterGroupCommandOutput,
|