@aws-sdk/client-kafka 3.1076.0 → 3.1078.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 +70 -595
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/BatchAssociateScramSecretCommand.js +2 -14
- package/dist-es/commands/BatchDisassociateScramSecretCommand.js +2 -14
- package/dist-es/commands/CreateClusterCommand.js +2 -14
- package/dist-es/commands/CreateClusterV2Command.js +2 -14
- package/dist-es/commands/CreateConfigurationCommand.js +2 -14
- package/dist-es/commands/CreateReplicatorCommand.js +2 -14
- package/dist-es/commands/CreateTopicCommand.js +2 -14
- package/dist-es/commands/CreateVpcConnectionCommand.js +2 -14
- package/dist-es/commands/DeleteClusterCommand.js +2 -14
- package/dist-es/commands/DeleteClusterPolicyCommand.js +2 -14
- package/dist-es/commands/DeleteConfigurationCommand.js +2 -14
- package/dist-es/commands/DeleteReplicatorCommand.js +2 -14
- package/dist-es/commands/DeleteTopicCommand.js +2 -14
- package/dist-es/commands/DeleteVpcConnectionCommand.js +2 -14
- package/dist-es/commands/DescribeClusterCommand.js +2 -14
- package/dist-es/commands/DescribeClusterOperationCommand.js +2 -14
- package/dist-es/commands/DescribeClusterOperationV2Command.js +2 -14
- package/dist-es/commands/DescribeClusterV2Command.js +2 -14
- package/dist-es/commands/DescribeConfigurationCommand.js +2 -14
- package/dist-es/commands/DescribeConfigurationRevisionCommand.js +2 -14
- package/dist-es/commands/DescribeReplicatorCommand.js +2 -14
- package/dist-es/commands/DescribeTopicCommand.js +2 -14
- package/dist-es/commands/DescribeTopicPartitionsCommand.js +2 -14
- package/dist-es/commands/DescribeVpcConnectionCommand.js +2 -14
- package/dist-es/commands/GetBootstrapBrokersCommand.js +2 -14
- package/dist-es/commands/GetClusterPolicyCommand.js +2 -14
- package/dist-es/commands/GetCompatibleKafkaVersionsCommand.js +2 -14
- package/dist-es/commands/ListClientVpcConnectionsCommand.js +2 -14
- package/dist-es/commands/ListClusterOperationsCommand.js +2 -14
- package/dist-es/commands/ListClusterOperationsV2Command.js +2 -14
- package/dist-es/commands/ListClustersCommand.js +2 -14
- package/dist-es/commands/ListClustersV2Command.js +2 -14
- package/dist-es/commands/ListConfigurationRevisionsCommand.js +2 -14
- package/dist-es/commands/ListConfigurationsCommand.js +2 -14
- package/dist-es/commands/ListKafkaVersionsCommand.js +2 -14
- package/dist-es/commands/ListNodesCommand.js +2 -14
- package/dist-es/commands/ListReplicatorsCommand.js +2 -14
- package/dist-es/commands/ListScramSecretsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListTopicsCommand.js +2 -14
- package/dist-es/commands/ListVpcConnectionsCommand.js +2 -14
- package/dist-es/commands/PutClusterPolicyCommand.js +2 -14
- package/dist-es/commands/RebootBrokerCommand.js +2 -14
- package/dist-es/commands/RejectClientVpcConnectionCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateBrokerCountCommand.js +2 -14
- package/dist-es/commands/UpdateBrokerStorageCommand.js +2 -14
- package/dist-es/commands/UpdateBrokerTypeCommand.js +2 -14
- package/dist-es/commands/UpdateClusterConfigurationCommand.js +2 -14
- package/dist-es/commands/UpdateClusterKafkaVersionCommand.js +2 -14
- package/dist-es/commands/UpdateConfigurationCommand.js +2 -14
- package/dist-es/commands/UpdateConnectivityCommand.js +2 -14
- package/dist-es/commands/UpdateMonitoringCommand.js +2 -14
- package/dist-es/commands/UpdateRebalancingCommand.js +2 -14
- package/dist-es/commands/UpdateReplicationInfoCommand.js +2 -14
- package/dist-es/commands/UpdateSecurityCommand.js +2 -14
- package/dist-es/commands/UpdateStorageCommand.js +2 -14
- package/dist-es/commands/UpdateTopicCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/BatchAssociateScramSecretCommand.d.ts +3 -8
- package/dist-types/commands/BatchDisassociateScramSecretCommand.d.ts +3 -8
- package/dist-types/commands/CreateClusterCommand.d.ts +3 -8
- package/dist-types/commands/CreateClusterV2Command.d.ts +3 -8
- package/dist-types/commands/CreateConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/CreateReplicatorCommand.d.ts +3 -8
- package/dist-types/commands/CreateTopicCommand.d.ts +3 -8
- package/dist-types/commands/CreateVpcConnectionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteClusterCommand.d.ts +3 -8
- package/dist-types/commands/DeleteClusterPolicyCommand.d.ts +3 -8
- package/dist-types/commands/DeleteConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteReplicatorCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTopicCommand.d.ts +3 -8
- package/dist-types/commands/DeleteVpcConnectionCommand.d.ts +3 -8
- package/dist-types/commands/DescribeClusterCommand.d.ts +3 -8
- package/dist-types/commands/DescribeClusterOperationCommand.d.ts +3 -8
- package/dist-types/commands/DescribeClusterOperationV2Command.d.ts +3 -8
- package/dist-types/commands/DescribeClusterV2Command.d.ts +3 -8
- package/dist-types/commands/DescribeConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DescribeConfigurationRevisionCommand.d.ts +3 -8
- package/dist-types/commands/DescribeReplicatorCommand.d.ts +3 -8
- package/dist-types/commands/DescribeTopicCommand.d.ts +3 -8
- package/dist-types/commands/DescribeTopicPartitionsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeVpcConnectionCommand.d.ts +3 -8
- package/dist-types/commands/GetBootstrapBrokersCommand.d.ts +3 -8
- package/dist-types/commands/GetClusterPolicyCommand.d.ts +3 -8
- package/dist-types/commands/GetCompatibleKafkaVersionsCommand.d.ts +3 -8
- package/dist-types/commands/ListClientVpcConnectionsCommand.d.ts +3 -8
- package/dist-types/commands/ListClusterOperationsCommand.d.ts +3 -8
- package/dist-types/commands/ListClusterOperationsV2Command.d.ts +3 -8
- package/dist-types/commands/ListClustersCommand.d.ts +3 -8
- package/dist-types/commands/ListClustersV2Command.d.ts +3 -8
- package/dist-types/commands/ListConfigurationRevisionsCommand.d.ts +3 -8
- package/dist-types/commands/ListConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/ListKafkaVersionsCommand.d.ts +3 -8
- package/dist-types/commands/ListNodesCommand.d.ts +3 -8
- package/dist-types/commands/ListReplicatorsCommand.d.ts +3 -8
- package/dist-types/commands/ListScramSecretsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListTopicsCommand.d.ts +3 -8
- package/dist-types/commands/ListVpcConnectionsCommand.d.ts +3 -8
- package/dist-types/commands/PutClusterPolicyCommand.d.ts +3 -8
- package/dist-types/commands/RebootBrokerCommand.d.ts +3 -8
- package/dist-types/commands/RejectClientVpcConnectionCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateBrokerCountCommand.d.ts +3 -8
- package/dist-types/commands/UpdateBrokerStorageCommand.d.ts +3 -8
- package/dist-types/commands/UpdateBrokerTypeCommand.d.ts +3 -8
- package/dist-types/commands/UpdateClusterConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateClusterKafkaVersionCommand.d.ts +3 -8
- package/dist-types/commands/UpdateConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateConnectivityCommand.d.ts +3 -8
- package/dist-types/commands/UpdateMonitoringCommand.d.ts +3 -8
- package/dist-types/commands/UpdateRebalancingCommand.d.ts +3 -8
- package/dist-types/commands/UpdateReplicationInfoCommand.d.ts +3 -8
- package/dist-types/commands/UpdateSecurityCommand.d.ts +3 -8
- package/dist-types/commands/UpdateStorageCommand.d.ts +3 -8
- package/dist-types/commands/UpdateTopicCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/BatchAssociateScramSecretCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchDisassociateScramSecretCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateClusterV2Command.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateReplicatorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateVpcConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteClusterPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteReplicatorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTopicCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteVpcConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeClusterOperationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeClusterOperationV2Command.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeClusterV2Command.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeConfigurationRevisionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeReplicatorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeTopicCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeTopicPartitionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeVpcConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBootstrapBrokersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetClusterPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCompatibleKafkaVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListClientVpcConnectionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListClusterOperationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListClusterOperationsV2Command.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListClustersV2Command.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListConfigurationRevisionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListKafkaVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListNodesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListReplicatorsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListScramSecretsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTopicsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListVpcConnectionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutClusterPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RebootBrokerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RejectClientVpcConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateBrokerCountCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateBrokerStorageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateBrokerTypeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateClusterConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateClusterKafkaVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateConnectivityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateMonitoringCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateRebalancingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateReplicationInfoCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateSecurityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateStorageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateTopicCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
|
@@ -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
|
-
KafkaClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../KafkaClient";
|
|
8
2
|
import {
|
|
9
3
|
ListClientVpcConnectionsRequest,
|
|
10
4
|
ListClientVpcConnectionsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListClientVpcConnectionsCommandInput
|
|
15
8
|
extends ListClientVpcConnectionsRequest {}
|
|
16
9
|
export interface ListClientVpcConnectionsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListClientVpcConnectionsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListClientVpcConnectionsCommandInput,
|
|
24
17
|
ListClientVpcConnectionsCommandOutput,
|
|
25
|
-
KafkaClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").KafkaClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListClientVpcConnectionsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListClientVpcConnectionsCommandInput,
|
|
33
26
|
ListClientVpcConnectionsCommandOutput,
|
|
34
|
-
KafkaClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").KafkaClientResolvedConfig,
|
|
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 ListClientVpcConnectionsCommand extends ListClientVpcConnectionsCommand_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
|
-
KafkaClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../KafkaClient";
|
|
8
2
|
import {
|
|
9
3
|
ListClusterOperationsRequest,
|
|
10
4
|
ListClusterOperationsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListClusterOperationsCommandInput
|
|
15
8
|
extends ListClusterOperationsRequest {}
|
|
16
9
|
export interface ListClusterOperationsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListClusterOperationsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListClusterOperationsCommandInput,
|
|
24
17
|
ListClusterOperationsCommandOutput,
|
|
25
|
-
KafkaClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").KafkaClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListClusterOperationsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListClusterOperationsCommandInput,
|
|
33
26
|
ListClusterOperationsCommandOutput,
|
|
34
|
-
KafkaClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").KafkaClientResolvedConfig,
|
|
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 ListClusterOperationsCommand extends ListClusterOperationsCommand_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
|
-
KafkaClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../KafkaClient";
|
|
8
2
|
import {
|
|
9
3
|
ListClusterOperationsV2Request,
|
|
10
4
|
ListClusterOperationsV2Response,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListClusterOperationsV2CommandInput
|
|
15
8
|
extends ListClusterOperationsV2Request {}
|
|
16
9
|
export interface ListClusterOperationsV2CommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListClusterOperationsV2Command_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListClusterOperationsV2CommandInput,
|
|
24
17
|
ListClusterOperationsV2CommandOutput,
|
|
25
|
-
KafkaClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").KafkaClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListClusterOperationsV2CommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListClusterOperationsV2CommandInput,
|
|
33
26
|
ListClusterOperationsV2CommandOutput,
|
|
34
|
-
KafkaClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").KafkaClientResolvedConfig,
|
|
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 ListClusterOperationsV2Command extends ListClusterOperationsV2Command_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
|
-
KafkaClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../KafkaClient";
|
|
8
2
|
import { ListClustersRequest, ListClustersResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface ListClustersCommandInput extends ListClustersRequest {}
|
|
12
5
|
export interface ListClustersCommandOutput
|
|
13
6
|
extends ListClustersResponse,
|
|
@@ -18,22 +11,20 @@ declare const ListClustersCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
ListClustersCommandInput,
|
|
20
13
|
ListClustersCommandOutput,
|
|
21
|
-
KafkaClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").KafkaClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
...[input]: [] | [ListClustersCommandInput]
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
ListClustersCommandInput,
|
|
29
22
|
ListClustersCommandOutput,
|
|
30
|
-
KafkaClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").KafkaClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class ListClustersCommand extends ListClustersCommand_base {
|
|
39
30
|
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
|
-
KafkaClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../KafkaClient";
|
|
8
2
|
import {
|
|
9
3
|
ListClustersV2Request,
|
|
10
4
|
ListClustersV2Response,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListClustersV2CommandInput extends ListClustersV2Request {}
|
|
15
8
|
export interface ListClustersV2CommandOutput
|
|
16
9
|
extends ListClustersV2Response,
|
|
@@ -21,22 +14,20 @@ declare const ListClustersV2Command_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
ListClustersV2CommandInput,
|
|
23
16
|
ListClustersV2CommandOutput,
|
|
24
|
-
KafkaClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").KafkaClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
...[input]: [] | [ListClustersV2CommandInput]
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
ListClustersV2CommandInput,
|
|
32
25
|
ListClustersV2CommandOutput,
|
|
33
|
-
KafkaClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").KafkaClientResolvedConfig,
|
|
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 ListClustersV2Command extends ListClustersV2Command_base {
|
|
42
33
|
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
|
-
KafkaClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../KafkaClient";
|
|
8
2
|
import {
|
|
9
3
|
ListConfigurationRevisionsRequest,
|
|
10
4
|
ListConfigurationRevisionsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListConfigurationRevisionsCommandInput
|
|
15
8
|
extends ListConfigurationRevisionsRequest {}
|
|
16
9
|
export interface ListConfigurationRevisionsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListConfigurationRevisionsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListConfigurationRevisionsCommandInput,
|
|
24
17
|
ListConfigurationRevisionsCommandOutput,
|
|
25
|
-
KafkaClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").KafkaClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListConfigurationRevisionsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListConfigurationRevisionsCommandInput,
|
|
33
26
|
ListConfigurationRevisionsCommandOutput,
|
|
34
|
-
KafkaClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").KafkaClientResolvedConfig,
|
|
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 ListConfigurationRevisionsCommand extends ListConfigurationRevisionsCommand_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
|
-
KafkaClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../KafkaClient";
|
|
8
2
|
import {
|
|
9
3
|
ListConfigurationsRequest,
|
|
10
4
|
ListConfigurationsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListConfigurationsCommandInput
|
|
15
8
|
extends ListConfigurationsRequest {}
|
|
16
9
|
export interface ListConfigurationsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListConfigurationsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListConfigurationsCommandInput,
|
|
24
17
|
ListConfigurationsCommandOutput,
|
|
25
|
-
KafkaClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").KafkaClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [ListConfigurationsCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListConfigurationsCommandInput,
|
|
33
26
|
ListConfigurationsCommandOutput,
|
|
34
|
-
KafkaClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").KafkaClientResolvedConfig,
|
|
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 ListConfigurationsCommand extends ListConfigurationsCommand_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
|
-
KafkaClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../KafkaClient";
|
|
8
2
|
import {
|
|
9
3
|
ListKafkaVersionsRequest,
|
|
10
4
|
ListKafkaVersionsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListKafkaVersionsCommandInput
|
|
15
8
|
extends ListKafkaVersionsRequest {}
|
|
16
9
|
export interface ListKafkaVersionsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListKafkaVersionsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListKafkaVersionsCommandInput,
|
|
24
17
|
ListKafkaVersionsCommandOutput,
|
|
25
|
-
KafkaClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").KafkaClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [ListKafkaVersionsCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListKafkaVersionsCommandInput,
|
|
33
26
|
ListKafkaVersionsCommandOutput,
|
|
34
|
-
KafkaClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").KafkaClientResolvedConfig,
|
|
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 ListKafkaVersionsCommand extends ListKafkaVersionsCommand_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
|
-
KafkaClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../KafkaClient";
|
|
8
2
|
import { ListNodesRequest, ListNodesResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface ListNodesCommandInput extends ListNodesRequest {}
|
|
12
5
|
export interface ListNodesCommandOutput
|
|
13
6
|
extends ListNodesResponse,
|
|
@@ -16,20 +9,18 @@ declare const ListNodesCommand_base: {
|
|
|
16
9
|
new (input: ListNodesCommandInput): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
ListNodesCommandInput,
|
|
18
11
|
ListNodesCommandOutput,
|
|
19
|
-
KafkaClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").KafkaClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (input: ListNodesCommandInput): import("@smithy/core/client").CommandImpl<
|
|
24
17
|
ListNodesCommandInput,
|
|
25
18
|
ListNodesCommandOutput,
|
|
26
|
-
KafkaClientResolvedConfig,
|
|
27
|
-
ServiceInputTypes,
|
|
28
|
-
ServiceOutputTypes
|
|
19
|
+
import("..").KafkaClientResolvedConfig,
|
|
20
|
+
import("..").ServiceInputTypes,
|
|
21
|
+
import("..").ServiceOutputTypes
|
|
29
22
|
>;
|
|
30
|
-
getEndpointParameterInstructions():
|
|
31
|
-
[x: string]: unknown;
|
|
32
|
-
};
|
|
23
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
33
24
|
};
|
|
34
25
|
export declare class ListNodesCommand extends ListNodesCommand_base {
|
|
35
26
|
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
|
-
KafkaClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../KafkaClient";
|
|
8
2
|
import {
|
|
9
3
|
ListReplicatorsRequest,
|
|
10
4
|
ListReplicatorsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListReplicatorsCommandInput extends ListReplicatorsRequest {}
|
|
15
8
|
export interface ListReplicatorsCommandOutput
|
|
16
9
|
extends ListReplicatorsResponse,
|
|
@@ -21,22 +14,20 @@ declare const ListReplicatorsCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
ListReplicatorsCommandInput,
|
|
23
16
|
ListReplicatorsCommandOutput,
|
|
24
|
-
KafkaClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").KafkaClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
...[input]: [] | [ListReplicatorsCommandInput]
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
ListReplicatorsCommandInput,
|
|
32
25
|
ListReplicatorsCommandOutput,
|
|
33
|
-
KafkaClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").KafkaClientResolvedConfig,
|
|
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 ListReplicatorsCommand extends ListReplicatorsCommand_base {
|
|
42
33
|
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
|
-
KafkaClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../KafkaClient";
|
|
8
2
|
import {
|
|
9
3
|
ListScramSecretsRequest,
|
|
10
4
|
ListScramSecretsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListScramSecretsCommandInput extends ListScramSecretsRequest {}
|
|
15
8
|
export interface ListScramSecretsCommandOutput
|
|
16
9
|
extends ListScramSecretsResponse,
|
|
@@ -21,22 +14,20 @@ declare const ListScramSecretsCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
ListScramSecretsCommandInput,
|
|
23
16
|
ListScramSecretsCommandOutput,
|
|
24
|
-
KafkaClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").KafkaClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: ListScramSecretsCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
ListScramSecretsCommandInput,
|
|
32
25
|
ListScramSecretsCommandOutput,
|
|
33
|
-
KafkaClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").KafkaClientResolvedConfig,
|
|
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 ListScramSecretsCommand extends ListScramSecretsCommand_base {
|
|
42
33
|
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
|
-
KafkaClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../KafkaClient";
|
|
8
2
|
import {
|
|
9
3
|
ListTagsForResourceRequest,
|
|
10
4
|
ListTagsForResourceResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListTagsForResourceCommandInput
|
|
15
8
|
extends ListTagsForResourceRequest {}
|
|
16
9
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListTagsForResourceCommandInput,
|
|
24
17
|
ListTagsForResourceCommandOutput,
|
|
25
|
-
KafkaClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").KafkaClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListTagsForResourceCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListTagsForResourceCommandInput,
|
|
33
26
|
ListTagsForResourceCommandOutput,
|
|
34
|
-
KafkaClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").KafkaClientResolvedConfig,
|
|
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 ListTagsForResourceCommand extends ListTagsForResourceCommand_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
|
-
KafkaClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../KafkaClient";
|
|
8
2
|
import { ListTopicsRequest, ListTopicsResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface ListTopicsCommandInput extends ListTopicsRequest {}
|
|
12
5
|
export interface ListTopicsCommandOutput
|
|
13
6
|
extends ListTopicsResponse,
|
|
@@ -18,22 +11,20 @@ declare const ListTopicsCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
ListTopicsCommandInput,
|
|
20
13
|
ListTopicsCommandOutput,
|
|
21
|
-
KafkaClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").KafkaClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: ListTopicsCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
ListTopicsCommandInput,
|
|
29
22
|
ListTopicsCommandOutput,
|
|
30
|
-
KafkaClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").KafkaClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class ListTopicsCommand extends ListTopicsCommand_base {
|
|
39
30
|
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
|
-
KafkaClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../KafkaClient";
|
|
8
2
|
import {
|
|
9
3
|
ListVpcConnectionsRequest,
|
|
10
4
|
ListVpcConnectionsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListVpcConnectionsCommandInput
|
|
15
8
|
extends ListVpcConnectionsRequest {}
|
|
16
9
|
export interface ListVpcConnectionsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListVpcConnectionsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListVpcConnectionsCommandInput,
|
|
24
17
|
ListVpcConnectionsCommandOutput,
|
|
25
|
-
KafkaClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").KafkaClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [ListVpcConnectionsCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListVpcConnectionsCommandInput,
|
|
33
26
|
ListVpcConnectionsCommandOutput,
|
|
34
|
-
KafkaClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").KafkaClientResolvedConfig,
|
|
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 ListVpcConnectionsCommand extends ListVpcConnectionsCommand_base {
|
|
43
34
|
protected static __types: {
|