@aws-sdk/client-docdb 3.1077.0 → 3.1079.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 +66 -556
- package/dist-es/commandBuilder.js +10 -0
- package/dist-es/commands/AddSourceIdentifierToSubscriptionCommand.js +2 -14
- package/dist-es/commands/AddTagsToResourceCommand.js +2 -14
- package/dist-es/commands/ApplyPendingMaintenanceActionCommand.js +2 -14
- package/dist-es/commands/CopyDBClusterParameterGroupCommand.js +2 -14
- package/dist-es/commands/CopyDBClusterSnapshotCommand.js +2 -18
- package/dist-es/commands/CreateDBClusterCommand.js +2 -14
- package/dist-es/commands/CreateDBClusterParameterGroupCommand.js +2 -14
- package/dist-es/commands/CreateDBClusterSnapshotCommand.js +2 -14
- package/dist-es/commands/CreateDBInstanceCommand.js +2 -14
- package/dist-es/commands/CreateDBSubnetGroupCommand.js +2 -14
- package/dist-es/commands/CreateEventSubscriptionCommand.js +2 -14
- package/dist-es/commands/CreateGlobalClusterCommand.js +2 -14
- package/dist-es/commands/DeleteDBClusterCommand.js +2 -14
- package/dist-es/commands/DeleteDBClusterParameterGroupCommand.js +2 -14
- package/dist-es/commands/DeleteDBClusterSnapshotCommand.js +2 -14
- package/dist-es/commands/DeleteDBInstanceCommand.js +2 -14
- package/dist-es/commands/DeleteDBSubnetGroupCommand.js +2 -14
- package/dist-es/commands/DeleteEventSubscriptionCommand.js +2 -14
- package/dist-es/commands/DeleteGlobalClusterCommand.js +2 -14
- package/dist-es/commands/DescribeCertificatesCommand.js +2 -14
- package/dist-es/commands/DescribeDBClusterParameterGroupsCommand.js +2 -14
- package/dist-es/commands/DescribeDBClusterParametersCommand.js +2 -14
- package/dist-es/commands/DescribeDBClusterSnapshotAttributesCommand.js +2 -14
- package/dist-es/commands/DescribeDBClusterSnapshotsCommand.js +2 -14
- package/dist-es/commands/DescribeDBClustersCommand.js +2 -14
- package/dist-es/commands/DescribeDBEngineVersionsCommand.js +2 -14
- package/dist-es/commands/DescribeDBInstancesCommand.js +2 -14
- package/dist-es/commands/DescribeDBSubnetGroupsCommand.js +2 -14
- package/dist-es/commands/DescribeEngineDefaultClusterParametersCommand.js +2 -14
- package/dist-es/commands/DescribeEventCategoriesCommand.js +2 -14
- package/dist-es/commands/DescribeEventSubscriptionsCommand.js +2 -14
- package/dist-es/commands/DescribeEventsCommand.js +2 -14
- package/dist-es/commands/DescribeGlobalClustersCommand.js +2 -14
- package/dist-es/commands/DescribeOrderableDBInstanceOptionsCommand.js +2 -14
- package/dist-es/commands/DescribePendingMaintenanceActionsCommand.js +2 -14
- package/dist-es/commands/FailoverDBClusterCommand.js +2 -14
- package/dist-es/commands/FailoverGlobalClusterCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ModifyDBClusterCommand.js +2 -14
- package/dist-es/commands/ModifyDBClusterParameterGroupCommand.js +2 -14
- package/dist-es/commands/ModifyDBClusterSnapshotAttributeCommand.js +2 -14
- package/dist-es/commands/ModifyDBInstanceCommand.js +2 -14
- package/dist-es/commands/ModifyDBSubnetGroupCommand.js +2 -14
- package/dist-es/commands/ModifyEventSubscriptionCommand.js +2 -14
- package/dist-es/commands/ModifyGlobalClusterCommand.js +2 -14
- package/dist-es/commands/RebootDBInstanceCommand.js +2 -14
- package/dist-es/commands/RemoveFromGlobalClusterCommand.js +2 -14
- package/dist-es/commands/RemoveSourceIdentifierFromSubscriptionCommand.js +2 -14
- package/dist-es/commands/RemoveTagsFromResourceCommand.js +2 -14
- package/dist-es/commands/ResetDBClusterParameterGroupCommand.js +2 -14
- package/dist-es/commands/RestoreDBClusterFromSnapshotCommand.js +2 -14
- package/dist-es/commands/RestoreDBClusterToPointInTimeCommand.js +2 -14
- package/dist-es/commands/StartDBClusterCommand.js +2 -14
- package/dist-es/commands/StopDBClusterCommand.js +2 -14
- package/dist-es/commands/SwitchoverGlobalClusterCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +22 -0
- package/dist-types/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +3 -8
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +3 -8
- package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +3 -8
- package/dist-types/commands/CopyDBClusterParameterGroupCommand.d.ts +3 -8
- package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +3 -8
- package/dist-types/commands/CreateDBClusterCommand.d.ts +3 -8
- package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +3 -8
- package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +3 -8
- package/dist-types/commands/CreateDBInstanceCommand.d.ts +3 -8
- package/dist-types/commands/CreateDBSubnetGroupCommand.d.ts +3 -8
- package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +3 -8
- package/dist-types/commands/CreateGlobalClusterCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDBClusterCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDBInstanceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDBSubnetGroupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +3 -8
- package/dist-types/commands/DescribeCertificatesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDBClustersCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDBInstancesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +3 -8
- package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeEventsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +3 -8
- package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +3 -8
- package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +3 -8
- package/dist-types/commands/FailoverDBClusterCommand.d.ts +3 -8
- package/dist-types/commands/FailoverGlobalClusterCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ModifyDBClusterCommand.d.ts +3 -8
- package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +3 -8
- package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +3 -8
- package/dist-types/commands/ModifyDBInstanceCommand.d.ts +3 -8
- package/dist-types/commands/ModifyDBSubnetGroupCommand.d.ts +3 -8
- package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +3 -8
- package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +3 -8
- package/dist-types/commands/RebootDBInstanceCommand.d.ts +3 -8
- package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +3 -8
- package/dist-types/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +3 -8
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +3 -8
- package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +3 -8
- package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +3 -8
- package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +3 -8
- package/dist-types/commands/StartDBClusterCommand.d.ts +3 -8
- package/dist-types/commands/StopDBClusterCommand.d.ts +3 -8
- package/dist-types/commands/SwitchoverGlobalClusterCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +52 -0
- package/dist-types/ts3.4/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ApplyPendingMaintenanceActionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CopyDBClusterParameterGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CopyDBClusterSnapshotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDBClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDBClusterParameterGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDBClusterSnapshotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDBInstanceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDBSubnetGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateGlobalClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDBClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDBClusterParameterGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDBClusterSnapshotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDBInstanceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDBSubnetGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteGlobalClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeCertificatesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDBClusterParameterGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDBClusterParametersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDBClustersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDBEngineVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDBInstancesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDBSubnetGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeGlobalClustersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribePendingMaintenanceActionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/FailoverDBClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/FailoverGlobalClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ModifyDBClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ModifyDBClusterParameterGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ModifyDBInstanceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ModifyDBSubnetGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ModifyGlobalClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RebootDBInstanceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RemoveFromGlobalClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ResetDBClusterParameterGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RestoreDBClusterFromSnapshotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RestoreDBClusterToPointInTimeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartDBClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopDBClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SwitchoverGlobalClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +9 -9
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
|
|
4
2
|
import type { RebootDBInstanceMessage, RebootDBInstanceResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface RebootDBInstanceCommandInput extends RebootDBInstanceMessage {
|
|
|
22
19
|
export interface RebootDBInstanceCommandOutput extends RebootDBInstanceResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const RebootDBInstanceCommand_base: {
|
|
25
|
-
new (input: RebootDBInstanceCommandInput): import("@smithy/core/client").CommandImpl<RebootDBInstanceCommandInput, RebootDBInstanceCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: RebootDBInstanceCommandInput): import("@smithy/core/client").CommandImpl<RebootDBInstanceCommandInput, RebootDBInstanceCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: RebootDBInstanceCommandInput): import("@smithy/core/client").CommandImpl<RebootDBInstanceCommandInput, RebootDBInstanceCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: RebootDBInstanceCommandInput): import("@smithy/core/client").CommandImpl<RebootDBInstanceCommandInput, RebootDBInstanceCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>You might need to reboot your instance, usually for maintenance reasons. For
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
|
|
4
2
|
import type { RemoveFromGlobalClusterMessage, RemoveFromGlobalClusterResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface RemoveFromGlobalClusterCommandInput extends RemoveFromGlobalClu
|
|
|
22
19
|
export interface RemoveFromGlobalClusterCommandOutput extends RemoveFromGlobalClusterResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const RemoveFromGlobalClusterCommand_base: {
|
|
25
|
-
new (input: RemoveFromGlobalClusterCommandInput): import("@smithy/core/client").CommandImpl<RemoveFromGlobalClusterCommandInput, RemoveFromGlobalClusterCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: RemoveFromGlobalClusterCommandInput): import("@smithy/core/client").CommandImpl<RemoveFromGlobalClusterCommandInput, RemoveFromGlobalClusterCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: RemoveFromGlobalClusterCommandInput): import("@smithy/core/client").CommandImpl<RemoveFromGlobalClusterCommandInput, RemoveFromGlobalClusterCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: RemoveFromGlobalClusterCommandInput): import("@smithy/core/client").CommandImpl<RemoveFromGlobalClusterCommandInput, RemoveFromGlobalClusterCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Detaches an Amazon DocumentDB secondary cluster from a global cluster. The cluster becomes a standalone cluster with read-write capability instead of being read-only and receiving data from a primary in a different region. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
|
|
4
2
|
import type { RemoveSourceIdentifierFromSubscriptionMessage, RemoveSourceIdentifierFromSubscriptionResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface RemoveSourceIdentifierFromSubscriptionCommandInput extends Remo
|
|
|
22
19
|
export interface RemoveSourceIdentifierFromSubscriptionCommandOutput extends RemoveSourceIdentifierFromSubscriptionResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const RemoveSourceIdentifierFromSubscriptionCommand_base: {
|
|
25
|
-
new (input: RemoveSourceIdentifierFromSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<RemoveSourceIdentifierFromSubscriptionCommandInput, RemoveSourceIdentifierFromSubscriptionCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: RemoveSourceIdentifierFromSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<RemoveSourceIdentifierFromSubscriptionCommandInput, RemoveSourceIdentifierFromSubscriptionCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: RemoveSourceIdentifierFromSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<RemoveSourceIdentifierFromSubscriptionCommandInput, RemoveSourceIdentifierFromSubscriptionCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: RemoveSourceIdentifierFromSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<RemoveSourceIdentifierFromSubscriptionCommandInput, RemoveSourceIdentifierFromSubscriptionCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Removes a source identifier from an existing Amazon DocumentDB event notification
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
|
|
4
2
|
import type { RemoveTagsFromResourceMessage } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface RemoveTagsFromResourceCommandInput extends RemoveTagsFromResour
|
|
|
22
19
|
export interface RemoveTagsFromResourceCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const RemoveTagsFromResourceCommand_base: {
|
|
25
|
-
new (input: RemoveTagsFromResourceCommandInput): import("@smithy/core/client").CommandImpl<RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: RemoveTagsFromResourceCommandInput): import("@smithy/core/client").CommandImpl<RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: RemoveTagsFromResourceCommandInput): import("@smithy/core/client").CommandImpl<RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: RemoveTagsFromResourceCommandInput): import("@smithy/core/client").CommandImpl<RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Removes metadata tags from an Amazon DocumentDB resource.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
|
|
4
2
|
import type { DBClusterParameterGroupNameMessage, ResetDBClusterParameterGroupMessage } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ResetDBClusterParameterGroupCommandInput extends ResetDBCluster
|
|
|
22
19
|
export interface ResetDBClusterParameterGroupCommandOutput extends DBClusterParameterGroupNameMessage, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ResetDBClusterParameterGroupCommand_base: {
|
|
25
|
-
new (input: ResetDBClusterParameterGroupCommandInput): import("@smithy/core/client").CommandImpl<ResetDBClusterParameterGroupCommandInput, ResetDBClusterParameterGroupCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ResetDBClusterParameterGroupCommandInput): import("@smithy/core/client").CommandImpl<ResetDBClusterParameterGroupCommandInput, ResetDBClusterParameterGroupCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ResetDBClusterParameterGroupCommandInput): import("@smithy/core/client").CommandImpl<ResetDBClusterParameterGroupCommandInput, ResetDBClusterParameterGroupCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ResetDBClusterParameterGroupCommandInput): import("@smithy/core/client").CommandImpl<ResetDBClusterParameterGroupCommandInput, ResetDBClusterParameterGroupCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Modifies the parameters of a cluster parameter group to the default value. To
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
|
|
4
2
|
import type { RestoreDBClusterFromSnapshotMessage, RestoreDBClusterFromSnapshotResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface RestoreDBClusterFromSnapshotCommandInput extends RestoreDBClust
|
|
|
22
19
|
export interface RestoreDBClusterFromSnapshotCommandOutput extends RestoreDBClusterFromSnapshotResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const RestoreDBClusterFromSnapshotCommand_base: {
|
|
25
|
-
new (input: RestoreDBClusterFromSnapshotCommandInput): import("@smithy/core/client").CommandImpl<RestoreDBClusterFromSnapshotCommandInput, RestoreDBClusterFromSnapshotCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: RestoreDBClusterFromSnapshotCommandInput): import("@smithy/core/client").CommandImpl<RestoreDBClusterFromSnapshotCommandInput, RestoreDBClusterFromSnapshotCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: RestoreDBClusterFromSnapshotCommandInput): import("@smithy/core/client").CommandImpl<RestoreDBClusterFromSnapshotCommandInput, RestoreDBClusterFromSnapshotCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: RestoreDBClusterFromSnapshotCommandInput): import("@smithy/core/client").CommandImpl<RestoreDBClusterFromSnapshotCommandInput, RestoreDBClusterFromSnapshotCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a new cluster from a snapshot or cluster snapshot.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
|
|
4
2
|
import type { RestoreDBClusterToPointInTimeMessage, RestoreDBClusterToPointInTimeResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface RestoreDBClusterToPointInTimeCommandInput extends RestoreDBClus
|
|
|
22
19
|
export interface RestoreDBClusterToPointInTimeCommandOutput extends RestoreDBClusterToPointInTimeResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const RestoreDBClusterToPointInTimeCommand_base: {
|
|
25
|
-
new (input: RestoreDBClusterToPointInTimeCommandInput): import("@smithy/core/client").CommandImpl<RestoreDBClusterToPointInTimeCommandInput, RestoreDBClusterToPointInTimeCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: RestoreDBClusterToPointInTimeCommandInput): import("@smithy/core/client").CommandImpl<RestoreDBClusterToPointInTimeCommandInput, RestoreDBClusterToPointInTimeCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: RestoreDBClusterToPointInTimeCommandInput): import("@smithy/core/client").CommandImpl<RestoreDBClusterToPointInTimeCommandInput, RestoreDBClusterToPointInTimeCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: RestoreDBClusterToPointInTimeCommandInput): import("@smithy/core/client").CommandImpl<RestoreDBClusterToPointInTimeCommandInput, RestoreDBClusterToPointInTimeCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Restores a cluster to an arbitrary point in time. Users can restore to any point in
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
|
|
4
2
|
import type { StartDBClusterMessage, StartDBClusterResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface StartDBClusterCommandInput extends StartDBClusterMessage {
|
|
|
22
19
|
export interface StartDBClusterCommandOutput extends StartDBClusterResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const StartDBClusterCommand_base: {
|
|
25
|
-
new (input: StartDBClusterCommandInput): import("@smithy/core/client").CommandImpl<StartDBClusterCommandInput, StartDBClusterCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: StartDBClusterCommandInput): import("@smithy/core/client").CommandImpl<StartDBClusterCommandInput, StartDBClusterCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: StartDBClusterCommandInput): import("@smithy/core/client").CommandImpl<StartDBClusterCommandInput, StartDBClusterCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: StartDBClusterCommandInput): import("@smithy/core/client").CommandImpl<StartDBClusterCommandInput, StartDBClusterCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Restarts the stopped cluster that is specified by <code>DBClusterIdentifier</code>.
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
|
|
4
2
|
import type { StopDBClusterMessage, StopDBClusterResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface StopDBClusterCommandInput extends StopDBClusterMessage {
|
|
|
22
19
|
export interface StopDBClusterCommandOutput extends StopDBClusterResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const StopDBClusterCommand_base: {
|
|
25
|
-
new (input: StopDBClusterCommandInput): import("@smithy/core/client").CommandImpl<StopDBClusterCommandInput, StopDBClusterCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: StopDBClusterCommandInput): import("@smithy/core/client").CommandImpl<StopDBClusterCommandInput, StopDBClusterCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: StopDBClusterCommandInput): import("@smithy/core/client").CommandImpl<StopDBClusterCommandInput, StopDBClusterCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: StopDBClusterCommandInput): import("@smithy/core/client").CommandImpl<StopDBClusterCommandInput, StopDBClusterCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Stops the running cluster that is specified by <code>DBClusterIdentifier</code>. The
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
|
|
4
2
|
import type { SwitchoverGlobalClusterMessage, SwitchoverGlobalClusterResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface SwitchoverGlobalClusterCommandInput extends SwitchoverGlobalClu
|
|
|
22
19
|
export interface SwitchoverGlobalClusterCommandOutput extends SwitchoverGlobalClusterResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const SwitchoverGlobalClusterCommand_base: {
|
|
25
|
-
new (input: SwitchoverGlobalClusterCommandInput): import("@smithy/core/client").CommandImpl<SwitchoverGlobalClusterCommandInput, SwitchoverGlobalClusterCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: SwitchoverGlobalClusterCommandInput): import("@smithy/core/client").CommandImpl<SwitchoverGlobalClusterCommandInput, SwitchoverGlobalClusterCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: SwitchoverGlobalClusterCommandInput): import("@smithy/core/client").CommandImpl<SwitchoverGlobalClusterCommandInput, SwitchoverGlobalClusterCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: SwitchoverGlobalClusterCommandInput): import("@smithy/core/client").CommandImpl<SwitchoverGlobalClusterCommandInput, SwitchoverGlobalClusterCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Switches over the specified secondary Amazon DocumentDB cluster to be the new primary Amazon DocumentDB cluster in the global database cluster.</p>
|
package/dist-types/index.d.ts
CHANGED
|
@@ -11,6 +11,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
|
|
|
11
11
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
12
12
|
export type { DocDBExtensionConfiguration } from "./extensionConfiguration";
|
|
13
13
|
export * from "./commands";
|
|
14
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
14
15
|
export * from "./schemas/schemas_0";
|
|
15
16
|
export * from "./pagination";
|
|
16
17
|
export * from "./waiters";
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
DocDBClientResolvedConfig,
|
|
4
|
+
ServiceInputTypes,
|
|
5
|
+
ServiceOutputTypes,
|
|
6
|
+
} from "./DocDBClient";
|
|
7
|
+
export declare const command: <
|
|
8
|
+
I extends ServiceInputTypes,
|
|
9
|
+
O extends ServiceOutputTypes
|
|
10
|
+
>(
|
|
11
|
+
added: EndpointParameterInstructions,
|
|
12
|
+
plugins: (
|
|
13
|
+
CommandCtor: any,
|
|
14
|
+
clientStack: any,
|
|
15
|
+
config: any,
|
|
16
|
+
options: any
|
|
17
|
+
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
|
+
op: string,
|
|
19
|
+
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
+
smithyContext?: Record<string, unknown>
|
|
21
|
+
) => {
|
|
22
|
+
new (input: I): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
I,
|
|
24
|
+
O,
|
|
25
|
+
DocDBClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: import("@smithy/types").OptionalParameter<I>
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
I,
|
|
33
|
+
O,
|
|
34
|
+
DocDBClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
+
export declare const _mw0: (
|
|
42
|
+
Command: any,
|
|
43
|
+
cs: any,
|
|
44
|
+
config: any,
|
|
45
|
+
o: any
|
|
46
|
+
) => never[];
|
|
47
|
+
export declare const _mw1: (
|
|
48
|
+
Command: any,
|
|
49
|
+
cs: any,
|
|
50
|
+
config: any,
|
|
51
|
+
o: any
|
|
52
|
+
) => import("@smithy/types").Pluggable<any, any>[];
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
DocDBClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../DocDBClient";
|
|
8
2
|
import {
|
|
9
3
|
AddSourceIdentifierToSubscriptionMessage,
|
|
10
4
|
AddSourceIdentifierToSubscriptionResult,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface AddSourceIdentifierToSubscriptionCommandInput
|
|
15
8
|
extends AddSourceIdentifierToSubscriptionMessage {}
|
|
16
9
|
export interface AddSourceIdentifierToSubscriptionCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const AddSourceIdentifierToSubscriptionCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
AddSourceIdentifierToSubscriptionCommandInput,
|
|
24
17
|
AddSourceIdentifierToSubscriptionCommandOutput,
|
|
25
|
-
DocDBClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").DocDBClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: AddSourceIdentifierToSubscriptionCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
AddSourceIdentifierToSubscriptionCommandInput,
|
|
33
26
|
AddSourceIdentifierToSubscriptionCommandOutput,
|
|
34
|
-
DocDBClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").DocDBClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class AddSourceIdentifierToSubscriptionCommand extends AddSourceIdentifierToSubscriptionCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
DocDBClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../DocDBClient";
|
|
8
2
|
import { AddTagsToResourceMessage } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface AddTagsToResourceCommandInput
|
|
12
5
|
extends AddTagsToResourceMessage {}
|
|
13
6
|
export interface AddTagsToResourceCommandOutput extends __MetadataBearer {}
|
|
@@ -17,22 +10,20 @@ declare const AddTagsToResourceCommand_base: {
|
|
|
17
10
|
): import("@smithy/core/client").CommandImpl<
|
|
18
11
|
AddTagsToResourceCommandInput,
|
|
19
12
|
AddTagsToResourceCommandOutput,
|
|
20
|
-
DocDBClientResolvedConfig,
|
|
21
|
-
ServiceInputTypes,
|
|
22
|
-
ServiceOutputTypes
|
|
13
|
+
import("..").DocDBClientResolvedConfig,
|
|
14
|
+
import("..").ServiceInputTypes,
|
|
15
|
+
import("..").ServiceOutputTypes
|
|
23
16
|
>;
|
|
24
17
|
new (
|
|
25
18
|
input: AddTagsToResourceCommandInput
|
|
26
19
|
): import("@smithy/core/client").CommandImpl<
|
|
27
20
|
AddTagsToResourceCommandInput,
|
|
28
21
|
AddTagsToResourceCommandOutput,
|
|
29
|
-
DocDBClientResolvedConfig,
|
|
30
|
-
ServiceInputTypes,
|
|
31
|
-
ServiceOutputTypes
|
|
22
|
+
import("..").DocDBClientResolvedConfig,
|
|
23
|
+
import("..").ServiceInputTypes,
|
|
24
|
+
import("..").ServiceOutputTypes
|
|
32
25
|
>;
|
|
33
|
-
getEndpointParameterInstructions():
|
|
34
|
-
[x: string]: unknown;
|
|
35
|
-
};
|
|
26
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
36
27
|
};
|
|
37
28
|
export declare class AddTagsToResourceCommand extends AddTagsToResourceCommand_base {
|
|
38
29
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
DocDBClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../DocDBClient";
|
|
8
2
|
import {
|
|
9
3
|
ApplyPendingMaintenanceActionMessage,
|
|
10
4
|
ApplyPendingMaintenanceActionResult,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ApplyPendingMaintenanceActionCommandInput
|
|
15
8
|
extends ApplyPendingMaintenanceActionMessage {}
|
|
16
9
|
export interface ApplyPendingMaintenanceActionCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ApplyPendingMaintenanceActionCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ApplyPendingMaintenanceActionCommandInput,
|
|
24
17
|
ApplyPendingMaintenanceActionCommandOutput,
|
|
25
|
-
DocDBClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").DocDBClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ApplyPendingMaintenanceActionCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ApplyPendingMaintenanceActionCommandInput,
|
|
33
26
|
ApplyPendingMaintenanceActionCommandOutput,
|
|
34
|
-
DocDBClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").DocDBClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ApplyPendingMaintenanceActionCommand extends ApplyPendingMaintenanceActionCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
DocDBClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../DocDBClient";
|
|
8
2
|
import {
|
|
9
3
|
CopyDBClusterParameterGroupMessage,
|
|
10
4
|
CopyDBClusterParameterGroupResult,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CopyDBClusterParameterGroupCommandInput
|
|
15
8
|
extends CopyDBClusterParameterGroupMessage {}
|
|
16
9
|
export interface CopyDBClusterParameterGroupCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CopyDBClusterParameterGroupCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CopyDBClusterParameterGroupCommandInput,
|
|
24
17
|
CopyDBClusterParameterGroupCommandOutput,
|
|
25
|
-
DocDBClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").DocDBClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CopyDBClusterParameterGroupCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CopyDBClusterParameterGroupCommandInput,
|
|
33
26
|
CopyDBClusterParameterGroupCommandOutput,
|
|
34
|
-
DocDBClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").DocDBClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CopyDBClusterParameterGroupCommand extends CopyDBClusterParameterGroupCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
DocDBClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../DocDBClient";
|
|
8
2
|
import {
|
|
9
3
|
CopyDBClusterSnapshotMessage,
|
|
10
4
|
CopyDBClusterSnapshotResult,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CopyDBClusterSnapshotCommandInput
|
|
15
8
|
extends CopyDBClusterSnapshotMessage {}
|
|
16
9
|
export interface CopyDBClusterSnapshotCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CopyDBClusterSnapshotCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CopyDBClusterSnapshotCommandInput,
|
|
24
17
|
CopyDBClusterSnapshotCommandOutput,
|
|
25
|
-
DocDBClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").DocDBClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CopyDBClusterSnapshotCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CopyDBClusterSnapshotCommandInput,
|
|
33
26
|
CopyDBClusterSnapshotCommandOutput,
|
|
34
|
-
DocDBClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").DocDBClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CopyDBClusterSnapshotCommand extends CopyDBClusterSnapshotCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
DocDBClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../DocDBClient";
|
|
8
2
|
import {
|
|
9
3
|
CreateDBClusterMessage,
|
|
10
4
|
CreateDBClusterResult,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateDBClusterCommandInput extends CreateDBClusterMessage {}
|
|
15
8
|
export interface CreateDBClusterCommandOutput
|
|
16
9
|
extends CreateDBClusterResult,
|
|
@@ -21,22 +14,20 @@ declare const CreateDBClusterCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
CreateDBClusterCommandInput,
|
|
23
16
|
CreateDBClusterCommandOutput,
|
|
24
|
-
DocDBClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").DocDBClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: CreateDBClusterCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
CreateDBClusterCommandInput,
|
|
32
25
|
CreateDBClusterCommandOutput,
|
|
33
|
-
DocDBClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").DocDBClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class CreateDBClusterCommand extends CreateDBClusterCommand_base {
|
|
42
33
|
protected static __types: {
|