@aws-sdk/client-kafka 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 +1 -1
- package/dist-types/ts3.4/Kafka.d.ts +197 -215
- package/dist-types/ts3.4/KafkaClient.d.ts +21 -49
- 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 +8 -18
- package/dist-types/ts3.4/commands/BatchAssociateScramSecretCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchDisassociateScramSecretCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateClusterV2Command.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateConfigurationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateReplicatorCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateVpcConnectionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteClusterPolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteConfigurationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteReplicatorCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteTopicCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteVpcConnectionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeClusterOperationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeClusterOperationV2Command.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeClusterV2Command.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeConfigurationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeConfigurationRevisionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeReplicatorCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeTopicCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeTopicPartitionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeVpcConnectionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetBootstrapBrokersCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetClusterPolicyCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetCompatibleKafkaVersionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListClientVpcConnectionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListClusterOperationsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListClusterOperationsV2Command.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListClustersV2Command.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListConfigurationRevisionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListConfigurationsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListKafkaVersionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListNodesCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/ListReplicatorsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListScramSecretsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTopicsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListVpcConnectionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/PutClusterPolicyCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/RebootBrokerCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/RejectClientVpcConnectionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateBrokerCountCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateBrokerStorageCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateBrokerTypeCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateClusterConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateClusterKafkaVersionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateConfigurationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateConnectivityCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateMonitoringCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateRebalancingCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateReplicationInfoCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateSecurityCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateStorageCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateTopicCommand.d.ts +3 -5
- 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 +9 -18
- package/dist-types/ts3.4/models/errors.d.ts +14 -51
- package/dist-types/ts3.4/pagination/ListNodesPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListTopicsPaginator.d.ts +1 -4
- 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/package.json +39 -39
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteVpcConnectionRequest,
|
|
4
|
-
DeleteVpcConnectionResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteVpcConnectionRequest, DeleteVpcConnectionResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteVpcConnectionCommandInput
|
|
8
|
-
extends DeleteVpcConnectionRequest {}
|
|
4
|
+
export interface DeleteVpcConnectionCommandInput extends DeleteVpcConnectionRequest {}
|
|
9
5
|
export interface DeleteVpcConnectionCommandOutput
|
|
10
|
-
extends DeleteVpcConnectionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeleteVpcConnectionResponse, __MetadataBearer {}
|
|
12
7
|
declare const DeleteVpcConnectionCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeleteVpcConnectionCommandInput
|
|
9
|
+
input: DeleteVpcConnectionCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeleteVpcConnectionCommandInput,
|
|
17
12
|
DeleteVpcConnectionCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeleteVpcConnectionCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeleteVpcConnectionCommandInput
|
|
18
|
+
input: DeleteVpcConnectionCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeleteVpcConnectionCommandInput,
|
|
26
21
|
DeleteVpcConnectionCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeClusterRequest,
|
|
4
|
-
DescribeClusterResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeClusterRequest, DescribeClusterResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DescribeClusterCommandInput extends DescribeClusterRequest {}
|
|
8
|
-
export interface DescribeClusterCommandOutput
|
|
9
|
-
extends DescribeClusterResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DescribeClusterCommandOutput extends DescribeClusterResponse, __MetadataBearer {}
|
|
11
6
|
declare const DescribeClusterCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DescribeClusterCommandInput
|
|
8
|
+
input: DescribeClusterCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DescribeClusterCommandInput,
|
|
16
11
|
DescribeClusterCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DescribeClusterCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DescribeClusterCommandInput
|
|
17
|
+
input: DescribeClusterCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DescribeClusterCommandInput,
|
|
25
20
|
DescribeClusterCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeClusterOperationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeClusterOperationCommandInput
|
|
8
|
-
extends DescribeClusterOperationRequest {}
|
|
7
|
+
export interface DescribeClusterOperationCommandInput extends DescribeClusterOperationRequest {}
|
|
9
8
|
export interface DescribeClusterOperationCommandOutput
|
|
10
|
-
extends DescribeClusterOperationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeClusterOperationResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeClusterOperationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeClusterOperationCommandInput
|
|
12
|
+
input: DescribeClusterOperationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeClusterOperationCommandInput,
|
|
17
15
|
DescribeClusterOperationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeClusterOperationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeClusterOperationCommandInput
|
|
21
|
+
input: DescribeClusterOperationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeClusterOperationCommandInput,
|
|
26
24
|
DescribeClusterOperationCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeClusterOperationV2Response,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeClusterOperationV2CommandInput
|
|
8
|
-
extends DescribeClusterOperationV2Request {}
|
|
7
|
+
export interface DescribeClusterOperationV2CommandInput extends DescribeClusterOperationV2Request {}
|
|
9
8
|
export interface DescribeClusterOperationV2CommandOutput
|
|
10
|
-
extends DescribeClusterOperationV2Response,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeClusterOperationV2Response, __MetadataBearer {}
|
|
12
10
|
declare const DescribeClusterOperationV2Command_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeClusterOperationV2CommandInput
|
|
12
|
+
input: DescribeClusterOperationV2CommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeClusterOperationV2CommandInput,
|
|
17
15
|
DescribeClusterOperationV2CommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeClusterOperationV2Command_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeClusterOperationV2CommandInput
|
|
21
|
+
input: DescribeClusterOperationV2CommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeClusterOperationV2CommandInput,
|
|
26
24
|
DescribeClusterOperationV2CommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeClusterV2Request,
|
|
4
|
-
DescribeClusterV2Response,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeClusterV2Request, DescribeClusterV2Response } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeClusterV2CommandInput
|
|
8
|
-
extends DescribeClusterV2Request {}
|
|
4
|
+
export interface DescribeClusterV2CommandInput extends DescribeClusterV2Request {}
|
|
9
5
|
export interface DescribeClusterV2CommandOutput
|
|
10
|
-
extends DescribeClusterV2Response,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribeClusterV2Response, __MetadataBearer {}
|
|
12
7
|
declare const DescribeClusterV2Command_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeClusterV2CommandInput
|
|
9
|
+
input: DescribeClusterV2CommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeClusterV2CommandInput,
|
|
17
12
|
DescribeClusterV2CommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DescribeClusterV2Command_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DescribeClusterV2CommandInput
|
|
18
|
+
input: DescribeClusterV2CommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DescribeClusterV2CommandInput,
|
|
26
21
|
DescribeClusterV2CommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeConfigurationRequest,
|
|
4
|
-
DescribeConfigurationResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeConfigurationRequest, DescribeConfigurationResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeConfigurationCommandInput
|
|
8
|
-
extends DescribeConfigurationRequest {}
|
|
4
|
+
export interface DescribeConfigurationCommandInput extends DescribeConfigurationRequest {}
|
|
9
5
|
export interface DescribeConfigurationCommandOutput
|
|
10
|
-
extends DescribeConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribeConfigurationResponse, __MetadataBearer {}
|
|
12
7
|
declare const DescribeConfigurationCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeConfigurationCommandInput
|
|
9
|
+
input: DescribeConfigurationCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeConfigurationCommandInput,
|
|
17
12
|
DescribeConfigurationCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DescribeConfigurationCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DescribeConfigurationCommandInput
|
|
18
|
+
input: DescribeConfigurationCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DescribeConfigurationCommandInput,
|
|
26
21
|
DescribeConfigurationCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeConfigurationRevisionResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeConfigurationRevisionCommandInput
|
|
8
|
-
extends DescribeConfigurationRevisionRequest {}
|
|
7
|
+
export interface DescribeConfigurationRevisionCommandInput extends DescribeConfigurationRevisionRequest {}
|
|
9
8
|
export interface DescribeConfigurationRevisionCommandOutput
|
|
10
|
-
extends DescribeConfigurationRevisionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeConfigurationRevisionResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeConfigurationRevisionCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeConfigurationRevisionCommandInput
|
|
12
|
+
input: DescribeConfigurationRevisionCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeConfigurationRevisionCommandInput,
|
|
17
15
|
DescribeConfigurationRevisionCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeConfigurationRevisionCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeConfigurationRevisionCommandInput
|
|
21
|
+
input: DescribeConfigurationRevisionCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeConfigurationRevisionCommandInput,
|
|
26
24
|
DescribeConfigurationRevisionCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeReplicatorRequest,
|
|
4
|
-
DescribeReplicatorResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeReplicatorRequest, DescribeReplicatorResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeReplicatorCommandInput
|
|
8
|
-
extends DescribeReplicatorRequest {}
|
|
4
|
+
export interface DescribeReplicatorCommandInput extends DescribeReplicatorRequest {}
|
|
9
5
|
export interface DescribeReplicatorCommandOutput
|
|
10
|
-
extends DescribeReplicatorResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribeReplicatorResponse, __MetadataBearer {}
|
|
12
7
|
declare const DescribeReplicatorCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeReplicatorCommandInput
|
|
9
|
+
input: DescribeReplicatorCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeReplicatorCommandInput,
|
|
17
12
|
DescribeReplicatorCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DescribeReplicatorCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DescribeReplicatorCommandInput
|
|
18
|
+
input: DescribeReplicatorCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DescribeReplicatorCommandInput,
|
|
26
21
|
DescribeReplicatorCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeTopicRequest,
|
|
4
|
-
DescribeTopicResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeTopicRequest, DescribeTopicResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DescribeTopicCommandInput extends DescribeTopicRequest {}
|
|
8
|
-
export interface DescribeTopicCommandOutput
|
|
9
|
-
extends DescribeTopicResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DescribeTopicCommandOutput extends DescribeTopicResponse, __MetadataBearer {}
|
|
11
6
|
declare const DescribeTopicCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DescribeTopicCommandInput
|
|
8
|
+
input: DescribeTopicCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DescribeTopicCommandInput,
|
|
16
11
|
DescribeTopicCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DescribeTopicCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DescribeTopicCommandInput
|
|
17
|
+
input: DescribeTopicCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DescribeTopicCommandInput,
|
|
25
20
|
DescribeTopicCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeTopicPartitionsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeTopicPartitionsCommandInput
|
|
8
|
-
extends DescribeTopicPartitionsRequest {}
|
|
7
|
+
export interface DescribeTopicPartitionsCommandInput extends DescribeTopicPartitionsRequest {}
|
|
9
8
|
export interface DescribeTopicPartitionsCommandOutput
|
|
10
|
-
extends DescribeTopicPartitionsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeTopicPartitionsResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeTopicPartitionsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeTopicPartitionsCommandInput
|
|
12
|
+
input: DescribeTopicPartitionsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeTopicPartitionsCommandInput,
|
|
17
15
|
DescribeTopicPartitionsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeTopicPartitionsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeTopicPartitionsCommandInput
|
|
21
|
+
input: DescribeTopicPartitionsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeTopicPartitionsCommandInput,
|
|
26
24
|
DescribeTopicPartitionsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeVpcConnectionRequest,
|
|
4
|
-
DescribeVpcConnectionResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeVpcConnectionRequest, DescribeVpcConnectionResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeVpcConnectionCommandInput
|
|
8
|
-
extends DescribeVpcConnectionRequest {}
|
|
4
|
+
export interface DescribeVpcConnectionCommandInput extends DescribeVpcConnectionRequest {}
|
|
9
5
|
export interface DescribeVpcConnectionCommandOutput
|
|
10
|
-
extends DescribeVpcConnectionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribeVpcConnectionResponse, __MetadataBearer {}
|
|
12
7
|
declare const DescribeVpcConnectionCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeVpcConnectionCommandInput
|
|
9
|
+
input: DescribeVpcConnectionCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeVpcConnectionCommandInput,
|
|
17
12
|
DescribeVpcConnectionCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DescribeVpcConnectionCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DescribeVpcConnectionCommandInput
|
|
18
|
+
input: DescribeVpcConnectionCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DescribeVpcConnectionCommandInput,
|
|
26
21
|
DescribeVpcConnectionCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetBootstrapBrokersRequest,
|
|
4
|
-
GetBootstrapBrokersResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetBootstrapBrokersRequest, GetBootstrapBrokersResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetBootstrapBrokersCommandInput
|
|
8
|
-
extends GetBootstrapBrokersRequest {}
|
|
4
|
+
export interface GetBootstrapBrokersCommandInput extends GetBootstrapBrokersRequest {}
|
|
9
5
|
export interface GetBootstrapBrokersCommandOutput
|
|
10
|
-
extends GetBootstrapBrokersResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetBootstrapBrokersResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetBootstrapBrokersCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetBootstrapBrokersCommandInput
|
|
9
|
+
input: GetBootstrapBrokersCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetBootstrapBrokersCommandInput,
|
|
17
12
|
GetBootstrapBrokersCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetBootstrapBrokersCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetBootstrapBrokersCommandInput
|
|
18
|
+
input: GetBootstrapBrokersCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetBootstrapBrokersCommandInput,
|
|
26
21
|
GetBootstrapBrokersCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetClusterPolicyRequest,
|
|
4
|
-
GetClusterPolicyResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetClusterPolicyRequest, GetClusterPolicyResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface GetClusterPolicyCommandInput extends GetClusterPolicyRequest {}
|
|
8
|
-
export interface GetClusterPolicyCommandOutput
|
|
9
|
-
extends GetClusterPolicyResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetClusterPolicyCommandOutput extends GetClusterPolicyResponse, __MetadataBearer {}
|
|
11
6
|
declare const GetClusterPolicyCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: GetClusterPolicyCommandInput
|
|
8
|
+
input: GetClusterPolicyCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
GetClusterPolicyCommandInput,
|
|
16
11
|
GetClusterPolicyCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const GetClusterPolicyCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: GetClusterPolicyCommandInput
|
|
17
|
+
input: GetClusterPolicyCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
GetClusterPolicyCommandInput,
|
|
25
20
|
GetClusterPolicyCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetCompatibleKafkaVersionsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetCompatibleKafkaVersionsCommandInput
|
|
8
|
-
extends GetCompatibleKafkaVersionsRequest {}
|
|
7
|
+
export interface GetCompatibleKafkaVersionsCommandInput extends GetCompatibleKafkaVersionsRequest {}
|
|
9
8
|
export interface GetCompatibleKafkaVersionsCommandOutput
|
|
10
|
-
extends GetCompatibleKafkaVersionsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetCompatibleKafkaVersionsResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetCompatibleKafkaVersionsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetCompatibleKafkaVersionsCommandInput
|
|
12
|
+
input: GetCompatibleKafkaVersionsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetCompatibleKafkaVersionsCommandInput,
|
|
17
15
|
GetCompatibleKafkaVersionsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListClientVpcConnectionsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListClientVpcConnectionsCommandInput
|
|
8
|
-
extends ListClientVpcConnectionsRequest {}
|
|
7
|
+
export interface ListClientVpcConnectionsCommandInput extends ListClientVpcConnectionsRequest {}
|
|
9
8
|
export interface ListClientVpcConnectionsCommandOutput
|
|
10
|
-
extends ListClientVpcConnectionsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListClientVpcConnectionsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListClientVpcConnectionsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListClientVpcConnectionsCommandInput
|
|
12
|
+
input: ListClientVpcConnectionsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListClientVpcConnectionsCommandInput,
|
|
17
15
|
ListClientVpcConnectionsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListClientVpcConnectionsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListClientVpcConnectionsCommandInput
|
|
21
|
+
input: ListClientVpcConnectionsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListClientVpcConnectionsCommandInput,
|
|
26
24
|
ListClientVpcConnectionsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListClusterOperationsRequest,
|
|
4
|
-
ListClusterOperationsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListClusterOperationsRequest, ListClusterOperationsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListClusterOperationsCommandInput
|
|
8
|
-
extends ListClusterOperationsRequest {}
|
|
4
|
+
export interface ListClusterOperationsCommandInput extends ListClusterOperationsRequest {}
|
|
9
5
|
export interface ListClusterOperationsCommandOutput
|
|
10
|
-
extends ListClusterOperationsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListClusterOperationsResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListClusterOperationsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListClusterOperationsCommandInput
|
|
9
|
+
input: ListClusterOperationsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListClusterOperationsCommandInput,
|
|
17
12
|
ListClusterOperationsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListClusterOperationsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListClusterOperationsCommandInput
|
|
18
|
+
input: ListClusterOperationsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListClusterOperationsCommandInput,
|
|
26
21
|
ListClusterOperationsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListClusterOperationsV2Response,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListClusterOperationsV2CommandInput
|
|
8
|
-
extends ListClusterOperationsV2Request {}
|
|
7
|
+
export interface ListClusterOperationsV2CommandInput extends ListClusterOperationsV2Request {}
|
|
9
8
|
export interface ListClusterOperationsV2CommandOutput
|
|
10
|
-
extends ListClusterOperationsV2Response,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListClusterOperationsV2Response, __MetadataBearer {}
|
|
12
10
|
declare const ListClusterOperationsV2Command_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListClusterOperationsV2CommandInput
|
|
12
|
+
input: ListClusterOperationsV2CommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListClusterOperationsV2CommandInput,
|
|
17
15
|
ListClusterOperationsV2CommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListClusterOperationsV2Command_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListClusterOperationsV2CommandInput
|
|
21
|
+
input: ListClusterOperationsV2CommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListClusterOperationsV2CommandInput,
|
|
26
24
|
ListClusterOperationsV2CommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListClustersRequest, ListClustersResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListClustersCommandInput extends ListClustersRequest {}
|
|
5
|
-
export interface ListClustersCommandOutput
|
|
6
|
-
extends ListClustersResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListClustersCommandOutput extends ListClustersResponse, __MetadataBearer {}
|
|
8
6
|
declare const ListClustersCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListClustersCommandInput
|
|
8
|
+
input: ListClustersCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListClustersCommandInput,
|
|
13
11
|
ListClustersCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListClustersV2Request,
|
|
4
|
-
ListClustersV2Response,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListClustersV2Request, ListClustersV2Response } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListClustersV2CommandInput extends ListClustersV2Request {}
|
|
8
|
-
export interface ListClustersV2CommandOutput
|
|
9
|
-
extends ListClustersV2Response,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListClustersV2CommandOutput extends ListClustersV2Response, __MetadataBearer {}
|
|
11
6
|
declare const ListClustersV2Command_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListClustersV2CommandInput
|
|
8
|
+
input: ListClustersV2CommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListClustersV2CommandInput,
|
|
16
11
|
ListClustersV2CommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListConfigurationRevisionsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListConfigurationRevisionsCommandInput
|
|
8
|
-
extends ListConfigurationRevisionsRequest {}
|
|
7
|
+
export interface ListConfigurationRevisionsCommandInput extends ListConfigurationRevisionsRequest {}
|
|
9
8
|
export interface ListConfigurationRevisionsCommandOutput
|
|
10
|
-
extends ListConfigurationRevisionsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListConfigurationRevisionsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListConfigurationRevisionsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListConfigurationRevisionsCommandInput
|
|
12
|
+
input: ListConfigurationRevisionsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListConfigurationRevisionsCommandInput,
|
|
17
15
|
ListConfigurationRevisionsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListConfigurationRevisionsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListConfigurationRevisionsCommandInput
|
|
21
|
+
input: ListConfigurationRevisionsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListConfigurationRevisionsCommandInput,
|
|
26
24
|
ListConfigurationRevisionsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListConfigurationsRequest,
|
|
4
|
-
ListConfigurationsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListConfigurationsRequest, ListConfigurationsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListConfigurationsCommandInput
|
|
8
|
-
extends ListConfigurationsRequest {}
|
|
4
|
+
export interface ListConfigurationsCommandInput extends ListConfigurationsRequest {}
|
|
9
5
|
export interface ListConfigurationsCommandOutput
|
|
10
|
-
extends ListConfigurationsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListConfigurationsResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListConfigurationsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListConfigurationsCommandInput
|
|
9
|
+
input: ListConfigurationsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListConfigurationsCommandInput,
|
|
17
12
|
ListConfigurationsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListKafkaVersionsRequest,
|
|
4
|
-
ListKafkaVersionsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListKafkaVersionsRequest, ListKafkaVersionsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListKafkaVersionsCommandInput
|
|
8
|
-
extends ListKafkaVersionsRequest {}
|
|
4
|
+
export interface ListKafkaVersionsCommandInput extends ListKafkaVersionsRequest {}
|
|
9
5
|
export interface ListKafkaVersionsCommandOutput
|
|
10
|
-
extends ListKafkaVersionsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListKafkaVersionsResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListKafkaVersionsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListKafkaVersionsCommandInput
|
|
9
|
+
input: ListKafkaVersionsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListKafkaVersionsCommandInput,
|
|
17
12
|
ListKafkaVersionsCommandOutput,
|
|
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListNodesRequest, ListNodesResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListNodesCommandInput extends ListNodesRequest {}
|
|
5
|
-
export interface ListNodesCommandOutput
|
|
6
|
-
extends ListNodesResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListNodesCommandOutput extends ListNodesResponse, __MetadataBearer {}
|
|
8
6
|
declare const ListNodesCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: ListNodesCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
ListNodesCommandInput,
|
|
11
11
|
ListNodesCommandOutput,
|
|
12
12
|
import("..").KafkaClientResolvedConfig,
|
|
13
13
|
import("..").ServiceInputTypes,
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: ListNodesCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
19
|
ListNodesCommandInput,
|
|
18
20
|
ListNodesCommandOutput,
|
|
19
21
|
import("..").KafkaClientResolvedConfig,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListReplicatorsRequest,
|
|
4
|
-
ListReplicatorsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListReplicatorsRequest, ListReplicatorsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListReplicatorsCommandInput extends ListReplicatorsRequest {}
|
|
8
|
-
export interface ListReplicatorsCommandOutput
|
|
9
|
-
extends ListReplicatorsResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListReplicatorsCommandOutput extends ListReplicatorsResponse, __MetadataBearer {}
|
|
11
6
|
declare const ListReplicatorsCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListReplicatorsCommandInput
|
|
8
|
+
input: ListReplicatorsCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListReplicatorsCommandInput,
|
|
16
11
|
ListReplicatorsCommandOutput,
|