@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,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 { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
4
2
|
import type { DescribeReplicatorRequest, DescribeReplicatorResponse } 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 DescribeReplicatorCommandInput extends DescribeReplicatorReques
|
|
|
22
19
|
export interface DescribeReplicatorCommandOutput extends DescribeReplicatorResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeReplicatorCommand_base: {
|
|
25
|
-
new (input: DescribeReplicatorCommandInput): import("@smithy/core/client").CommandImpl<DescribeReplicatorCommandInput, DescribeReplicatorCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeReplicatorCommandInput): import("@smithy/core/client").CommandImpl<DescribeReplicatorCommandInput, DescribeReplicatorCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeReplicatorCommandInput): import("@smithy/core/client").CommandImpl<DescribeReplicatorCommandInput, DescribeReplicatorCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeReplicatorCommandInput): import("@smithy/core/client").CommandImpl<DescribeReplicatorCommandInput, DescribeReplicatorCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Describes a replicator.</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 { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
4
2
|
import type { DescribeTopicRequest, DescribeTopicResponse } 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 DescribeTopicCommandInput extends DescribeTopicRequest {
|
|
|
22
19
|
export interface DescribeTopicCommandOutput extends DescribeTopicResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeTopicCommand_base: {
|
|
25
|
-
new (input: DescribeTopicCommandInput): import("@smithy/core/client").CommandImpl<DescribeTopicCommandInput, DescribeTopicCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeTopicCommandInput): import("@smithy/core/client").CommandImpl<DescribeTopicCommandInput, DescribeTopicCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeTopicCommandInput): import("@smithy/core/client").CommandImpl<DescribeTopicCommandInput, DescribeTopicCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeTopicCommandInput): import("@smithy/core/client").CommandImpl<DescribeTopicCommandInput, DescribeTopicCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns topic details of this topic on a MSK cluster.</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 { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
4
2
|
import type { DescribeTopicPartitionsRequest, DescribeTopicPartitionsResponse } 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 DescribeTopicPartitionsCommandInput extends DescribeTopicPartit
|
|
|
22
19
|
export interface DescribeTopicPartitionsCommandOutput extends DescribeTopicPartitionsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeTopicPartitionsCommand_base: {
|
|
25
|
-
new (input: DescribeTopicPartitionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeTopicPartitionsCommandInput, DescribeTopicPartitionsCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeTopicPartitionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeTopicPartitionsCommandInput, DescribeTopicPartitionsCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeTopicPartitionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeTopicPartitionsCommandInput, DescribeTopicPartitionsCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeTopicPartitionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeTopicPartitionsCommandInput, DescribeTopicPartitionsCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns partition details of this topic on a MSK cluster.</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 { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
4
2
|
import type { DescribeVpcConnectionRequest, DescribeVpcConnectionResponse } 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 DescribeVpcConnectionCommandInput extends DescribeVpcConnection
|
|
|
22
19
|
export interface DescribeVpcConnectionCommandOutput extends DescribeVpcConnectionResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeVpcConnectionCommand_base: {
|
|
25
|
-
new (input: DescribeVpcConnectionCommandInput): import("@smithy/core/client").CommandImpl<DescribeVpcConnectionCommandInput, DescribeVpcConnectionCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeVpcConnectionCommandInput): import("@smithy/core/client").CommandImpl<DescribeVpcConnectionCommandInput, DescribeVpcConnectionCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeVpcConnectionCommandInput): import("@smithy/core/client").CommandImpl<DescribeVpcConnectionCommandInput, DescribeVpcConnectionCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeVpcConnectionCommandInput): import("@smithy/core/client").CommandImpl<DescribeVpcConnectionCommandInput, DescribeVpcConnectionCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a description of this MSK VPC connection.</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 { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
4
2
|
import type { GetBootstrapBrokersRequest, GetBootstrapBrokersResponse } 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 GetBootstrapBrokersCommandInput extends GetBootstrapBrokersRequ
|
|
|
22
19
|
export interface GetBootstrapBrokersCommandOutput extends GetBootstrapBrokersResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetBootstrapBrokersCommand_base: {
|
|
25
|
-
new (input: GetBootstrapBrokersCommandInput): import("@smithy/core/client").CommandImpl<GetBootstrapBrokersCommandInput, GetBootstrapBrokersCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetBootstrapBrokersCommandInput): import("@smithy/core/client").CommandImpl<GetBootstrapBrokersCommandInput, GetBootstrapBrokersCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetBootstrapBrokersCommandInput): import("@smithy/core/client").CommandImpl<GetBootstrapBrokersCommandInput, GetBootstrapBrokersCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetBootstrapBrokersCommandInput): import("@smithy/core/client").CommandImpl<GetBootstrapBrokersCommandInput, GetBootstrapBrokersCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>A list of brokers that a client application can use to bootstrap. This list doesn't necessarily include all of the brokers in the cluster. The following Python 3.6 example shows how you can use the Amazon Resource Name (ARN) of a cluster to get its bootstrap brokers. If you don't know the ARN of your cluster, you can use the <code>ListClusters</code> operation to get the ARNs of all the clusters in this account and 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 { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
4
2
|
import type { GetClusterPolicyRequest, GetClusterPolicyResponse } 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 GetClusterPolicyCommandInput extends GetClusterPolicyRequest {
|
|
|
22
19
|
export interface GetClusterPolicyCommandOutput extends GetClusterPolicyResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetClusterPolicyCommand_base: {
|
|
25
|
-
new (input: GetClusterPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetClusterPolicyCommandInput, GetClusterPolicyCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetClusterPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetClusterPolicyCommandInput, GetClusterPolicyCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetClusterPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetClusterPolicyCommandInput, GetClusterPolicyCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetClusterPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetClusterPolicyCommandInput, GetClusterPolicyCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Get the MSK cluster policy specified by the Amazon Resource Name (ARN) in the request.</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 { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
4
2
|
import type { GetCompatibleKafkaVersionsRequest, GetCompatibleKafkaVersionsResponse } 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 GetCompatibleKafkaVersionsCommandInput extends GetCompatibleKaf
|
|
|
22
19
|
export interface GetCompatibleKafkaVersionsCommandOutput extends GetCompatibleKafkaVersionsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetCompatibleKafkaVersionsCommand_base: {
|
|
25
|
-
new (input: GetCompatibleKafkaVersionsCommandInput): import("@smithy/core/client").CommandImpl<GetCompatibleKafkaVersionsCommandInput, GetCompatibleKafkaVersionsCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [GetCompatibleKafkaVersionsCommandInput]): import("@smithy/core/client").CommandImpl<GetCompatibleKafkaVersionsCommandInput, GetCompatibleKafkaVersionsCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetCompatibleKafkaVersionsCommandInput): import("@smithy/core/client").CommandImpl<GetCompatibleKafkaVersionsCommandInput, GetCompatibleKafkaVersionsCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [GetCompatibleKafkaVersionsCommandInput]): import("@smithy/core/client").CommandImpl<GetCompatibleKafkaVersionsCommandInput, GetCompatibleKafkaVersionsCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets the Apache Kafka versions to which you can update the MSK cluster.</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 { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
4
2
|
import type { ListClientVpcConnectionsRequest, ListClientVpcConnectionsResponse } 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 ListClientVpcConnectionsCommandInput extends ListClientVpcConne
|
|
|
22
19
|
export interface ListClientVpcConnectionsCommandOutput extends ListClientVpcConnectionsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListClientVpcConnectionsCommand_base: {
|
|
25
|
-
new (input: ListClientVpcConnectionsCommandInput): import("@smithy/core/client").CommandImpl<ListClientVpcConnectionsCommandInput, ListClientVpcConnectionsCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListClientVpcConnectionsCommandInput): import("@smithy/core/client").CommandImpl<ListClientVpcConnectionsCommandInput, ListClientVpcConnectionsCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListClientVpcConnectionsCommandInput): import("@smithy/core/client").CommandImpl<ListClientVpcConnectionsCommandInput, ListClientVpcConnectionsCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListClientVpcConnectionsCommandInput): import("@smithy/core/client").CommandImpl<ListClientVpcConnectionsCommandInput, ListClientVpcConnectionsCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a list of all the VPC connections in this 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 { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
4
2
|
import type { ListClusterOperationsRequest, ListClusterOperationsResponse } 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 ListClusterOperationsCommandInput extends ListClusterOperations
|
|
|
22
19
|
export interface ListClusterOperationsCommandOutput extends ListClusterOperationsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListClusterOperationsCommand_base: {
|
|
25
|
-
new (input: ListClusterOperationsCommandInput): import("@smithy/core/client").CommandImpl<ListClusterOperationsCommandInput, ListClusterOperationsCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListClusterOperationsCommandInput): import("@smithy/core/client").CommandImpl<ListClusterOperationsCommandInput, ListClusterOperationsCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListClusterOperationsCommandInput): import("@smithy/core/client").CommandImpl<ListClusterOperationsCommandInput, ListClusterOperationsCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListClusterOperationsCommandInput): import("@smithy/core/client").CommandImpl<ListClusterOperationsCommandInput, ListClusterOperationsCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a list of all the operations that have been performed on the specified MSK cluster.</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 { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
4
2
|
import type { ListClusterOperationsV2Request, ListClusterOperationsV2Response } 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 ListClusterOperationsV2CommandInput extends ListClusterOperatio
|
|
|
22
19
|
export interface ListClusterOperationsV2CommandOutput extends ListClusterOperationsV2Response, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListClusterOperationsV2Command_base: {
|
|
25
|
-
new (input: ListClusterOperationsV2CommandInput): import("@smithy/core/client").CommandImpl<ListClusterOperationsV2CommandInput, ListClusterOperationsV2CommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListClusterOperationsV2CommandInput): import("@smithy/core/client").CommandImpl<ListClusterOperationsV2CommandInput, ListClusterOperationsV2CommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListClusterOperationsV2CommandInput): import("@smithy/core/client").CommandImpl<ListClusterOperationsV2CommandInput, ListClusterOperationsV2CommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListClusterOperationsV2CommandInput): import("@smithy/core/client").CommandImpl<ListClusterOperationsV2CommandInput, ListClusterOperationsV2CommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a list of all the operations that have been performed on the specified MSK cluster.</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 { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
4
2
|
import type { ListClustersRequest, ListClustersResponse } 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 ListClustersCommandInput extends ListClustersRequest {
|
|
|
22
19
|
export interface ListClustersCommandOutput extends ListClustersResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListClustersCommand_base: {
|
|
25
|
-
new (input: ListClustersCommandInput): import("@smithy/core/client").CommandImpl<ListClustersCommandInput, ListClustersCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListClustersCommandInput]): import("@smithy/core/client").CommandImpl<ListClustersCommandInput, ListClustersCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListClustersCommandInput): import("@smithy/core/client").CommandImpl<ListClustersCommandInput, ListClustersCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListClustersCommandInput]): import("@smithy/core/client").CommandImpl<ListClustersCommandInput, ListClustersCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a list of all the MSK clusters in the current 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 { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
4
2
|
import type { ListClustersV2Request, ListClustersV2Response } 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 ListClustersV2CommandInput extends ListClustersV2Request {
|
|
|
22
19
|
export interface ListClustersV2CommandOutput extends ListClustersV2Response, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListClustersV2Command_base: {
|
|
25
|
-
new (input: ListClustersV2CommandInput): import("@smithy/core/client").CommandImpl<ListClustersV2CommandInput, ListClustersV2CommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListClustersV2CommandInput]): import("@smithy/core/client").CommandImpl<ListClustersV2CommandInput, ListClustersV2CommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListClustersV2CommandInput): import("@smithy/core/client").CommandImpl<ListClustersV2CommandInput, ListClustersV2CommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListClustersV2CommandInput]): import("@smithy/core/client").CommandImpl<ListClustersV2CommandInput, ListClustersV2CommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a list of all the MSK clusters in the current 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 { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
4
2
|
import type { ListConfigurationRevisionsRequest, ListConfigurationRevisionsResponse } 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 ListConfigurationRevisionsCommandInput extends ListConfiguratio
|
|
|
22
19
|
export interface ListConfigurationRevisionsCommandOutput extends ListConfigurationRevisionsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListConfigurationRevisionsCommand_base: {
|
|
25
|
-
new (input: ListConfigurationRevisionsCommandInput): import("@smithy/core/client").CommandImpl<ListConfigurationRevisionsCommandInput, ListConfigurationRevisionsCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListConfigurationRevisionsCommandInput): import("@smithy/core/client").CommandImpl<ListConfigurationRevisionsCommandInput, ListConfigurationRevisionsCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListConfigurationRevisionsCommandInput): import("@smithy/core/client").CommandImpl<ListConfigurationRevisionsCommandInput, ListConfigurationRevisionsCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListConfigurationRevisionsCommandInput): import("@smithy/core/client").CommandImpl<ListConfigurationRevisionsCommandInput, ListConfigurationRevisionsCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a list of all the MSK configurations in this 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 { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
4
2
|
import type { ListConfigurationsRequest, ListConfigurationsResponse } 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 ListConfigurationsCommandInput extends ListConfigurationsReques
|
|
|
22
19
|
export interface ListConfigurationsCommandOutput extends ListConfigurationsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListConfigurationsCommand_base: {
|
|
25
|
-
new (input: ListConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListConfigurationsCommandInput, ListConfigurationsCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListConfigurationsCommandInput]): import("@smithy/core/client").CommandImpl<ListConfigurationsCommandInput, ListConfigurationsCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListConfigurationsCommandInput, ListConfigurationsCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListConfigurationsCommandInput]): import("@smithy/core/client").CommandImpl<ListConfigurationsCommandInput, ListConfigurationsCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a list of all the MSK configurations in this 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 { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
4
2
|
import type { ListKafkaVersionsRequest, ListKafkaVersionsResponse } 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 ListKafkaVersionsCommandInput extends ListKafkaVersionsRequest
|
|
|
22
19
|
export interface ListKafkaVersionsCommandOutput extends ListKafkaVersionsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListKafkaVersionsCommand_base: {
|
|
25
|
-
new (input: ListKafkaVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListKafkaVersionsCommandInput, ListKafkaVersionsCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListKafkaVersionsCommandInput]): import("@smithy/core/client").CommandImpl<ListKafkaVersionsCommandInput, ListKafkaVersionsCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListKafkaVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListKafkaVersionsCommandInput, ListKafkaVersionsCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListKafkaVersionsCommandInput]): import("@smithy/core/client").CommandImpl<ListKafkaVersionsCommandInput, ListKafkaVersionsCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a list of Apache Kafka versions.</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 { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
4
2
|
import type { ListNodesRequest, ListNodesResponse } 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 ListNodesCommandInput extends ListNodesRequest {
|
|
|
22
19
|
export interface ListNodesCommandOutput extends ListNodesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListNodesCommand_base: {
|
|
25
|
-
new (input: ListNodesCommandInput): import("@smithy/core/client").CommandImpl<ListNodesCommandInput, ListNodesCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListNodesCommandInput): import("@smithy/core/client").CommandImpl<ListNodesCommandInput, ListNodesCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListNodesCommandInput): import("@smithy/core/client").CommandImpl<ListNodesCommandInput, ListNodesCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListNodesCommandInput): import("@smithy/core/client").CommandImpl<ListNodesCommandInput, ListNodesCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a list of the broker nodes in the cluster.</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 { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
4
2
|
import type { ListReplicatorsRequest, ListReplicatorsResponse } 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 ListReplicatorsCommandInput extends ListReplicatorsRequest {
|
|
|
22
19
|
export interface ListReplicatorsCommandOutput extends ListReplicatorsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListReplicatorsCommand_base: {
|
|
25
|
-
new (input: ListReplicatorsCommandInput): import("@smithy/core/client").CommandImpl<ListReplicatorsCommandInput, ListReplicatorsCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListReplicatorsCommandInput]): import("@smithy/core/client").CommandImpl<ListReplicatorsCommandInput, ListReplicatorsCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListReplicatorsCommandInput): import("@smithy/core/client").CommandImpl<ListReplicatorsCommandInput, ListReplicatorsCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListReplicatorsCommandInput]): import("@smithy/core/client").CommandImpl<ListReplicatorsCommandInput, ListReplicatorsCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists the replicators.</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 { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
4
2
|
import type { ListScramSecretsRequest, ListScramSecretsResponse } 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 ListScramSecretsCommandInput extends ListScramSecretsRequest {
|
|
|
22
19
|
export interface ListScramSecretsCommandOutput extends ListScramSecretsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListScramSecretsCommand_base: {
|
|
25
|
-
new (input: ListScramSecretsCommandInput): import("@smithy/core/client").CommandImpl<ListScramSecretsCommandInput, ListScramSecretsCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListScramSecretsCommandInput): import("@smithy/core/client").CommandImpl<ListScramSecretsCommandInput, ListScramSecretsCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListScramSecretsCommandInput): import("@smithy/core/client").CommandImpl<ListScramSecretsCommandInput, ListScramSecretsCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListScramSecretsCommandInput): import("@smithy/core/client").CommandImpl<ListScramSecretsCommandInput, ListScramSecretsCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a list of the Scram Secrets associated with an Amazon MSK cluster.</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 { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
4
2
|
import type { ListTagsForResourceRequest, ListTagsForResourceResponse } 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 ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
22
19
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a list of the tags associated with the specified 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 { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
4
2
|
import type { ListTopicsRequest, ListTopicsResponse } 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 ListTopicsCommandInput extends ListTopicsRequest {
|
|
|
22
19
|
export interface ListTopicsCommandOutput extends ListTopicsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListTopicsCommand_base: {
|
|
25
|
-
new (input: ListTopicsCommandInput): import("@smithy/core/client").CommandImpl<ListTopicsCommandInput, ListTopicsCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListTopicsCommandInput): import("@smithy/core/client").CommandImpl<ListTopicsCommandInput, ListTopicsCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListTopicsCommandInput): import("@smithy/core/client").CommandImpl<ListTopicsCommandInput, ListTopicsCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListTopicsCommandInput): import("@smithy/core/client").CommandImpl<ListTopicsCommandInput, ListTopicsCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>List topics in a MSK cluster.</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 { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
4
2
|
import type { ListVpcConnectionsRequest, ListVpcConnectionsResponse } 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 ListVpcConnectionsCommandInput extends ListVpcConnectionsReques
|
|
|
22
19
|
export interface ListVpcConnectionsCommandOutput extends ListVpcConnectionsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListVpcConnectionsCommand_base: {
|
|
25
|
-
new (input: ListVpcConnectionsCommandInput): import("@smithy/core/client").CommandImpl<ListVpcConnectionsCommandInput, ListVpcConnectionsCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListVpcConnectionsCommandInput]): import("@smithy/core/client").CommandImpl<ListVpcConnectionsCommandInput, ListVpcConnectionsCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListVpcConnectionsCommandInput): import("@smithy/core/client").CommandImpl<ListVpcConnectionsCommandInput, ListVpcConnectionsCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListVpcConnectionsCommandInput]): import("@smithy/core/client").CommandImpl<ListVpcConnectionsCommandInput, ListVpcConnectionsCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a list of all the VPC connections in this Region.</p>
|