@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
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import type { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./KafkaClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
|
|
7
|
+
new (input: I): import("@smithy/core/client").CommandImpl<I, O, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
8
|
+
new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
9
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
15
|
+
/**
|
|
16
|
+
* @internal
|
|
17
|
+
*/
|
|
18
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -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 { BatchAssociateScramSecretRequest, BatchAssociateScramSecretResponse } 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 BatchAssociateScramSecretCommandInput extends BatchAssociateScr
|
|
|
22
19
|
export interface BatchAssociateScramSecretCommandOutput extends BatchAssociateScramSecretResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const BatchAssociateScramSecretCommand_base: {
|
|
25
|
-
new (input: BatchAssociateScramSecretCommandInput): import("@smithy/core/client").CommandImpl<BatchAssociateScramSecretCommandInput, BatchAssociateScramSecretCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: BatchAssociateScramSecretCommandInput): import("@smithy/core/client").CommandImpl<BatchAssociateScramSecretCommandInput, BatchAssociateScramSecretCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: BatchAssociateScramSecretCommandInput): import("@smithy/core/client").CommandImpl<BatchAssociateScramSecretCommandInput, BatchAssociateScramSecretCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: BatchAssociateScramSecretCommandInput): import("@smithy/core/client").CommandImpl<BatchAssociateScramSecretCommandInput, BatchAssociateScramSecretCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Associates one or more Scram Secrets 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 { BatchDisassociateScramSecretRequest, BatchDisassociateScramSecretResponse } 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 BatchDisassociateScramSecretCommandInput extends BatchDisassoci
|
|
|
22
19
|
export interface BatchDisassociateScramSecretCommandOutput extends BatchDisassociateScramSecretResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const BatchDisassociateScramSecretCommand_base: {
|
|
25
|
-
new (input: BatchDisassociateScramSecretCommandInput): import("@smithy/core/client").CommandImpl<BatchDisassociateScramSecretCommandInput, BatchDisassociateScramSecretCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: BatchDisassociateScramSecretCommandInput): import("@smithy/core/client").CommandImpl<BatchDisassociateScramSecretCommandInput, BatchDisassociateScramSecretCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: BatchDisassociateScramSecretCommandInput): import("@smithy/core/client").CommandImpl<BatchDisassociateScramSecretCommandInput, BatchDisassociateScramSecretCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: BatchDisassociateScramSecretCommandInput): import("@smithy/core/client").CommandImpl<BatchDisassociateScramSecretCommandInput, BatchDisassociateScramSecretCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Disassociates one or more Scram Secrets from 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 { CreateClusterRequest, CreateClusterResponse } 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 CreateClusterCommandInput extends CreateClusterRequest {
|
|
|
22
19
|
export interface CreateClusterCommandOutput extends CreateClusterResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateClusterCommand_base: {
|
|
25
|
-
new (input: CreateClusterCommandInput): import("@smithy/core/client").CommandImpl<CreateClusterCommandInput, CreateClusterCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateClusterCommandInput): import("@smithy/core/client").CommandImpl<CreateClusterCommandInput, CreateClusterCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateClusterCommandInput): import("@smithy/core/client").CommandImpl<CreateClusterCommandInput, CreateClusterCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateClusterCommandInput): import("@smithy/core/client").CommandImpl<CreateClusterCommandInput, CreateClusterCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a new 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 { CreateClusterV2Request, CreateClusterV2Response } 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 CreateClusterV2CommandInput extends CreateClusterV2Request {
|
|
|
22
19
|
export interface CreateClusterV2CommandOutput extends CreateClusterV2Response, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateClusterV2Command_base: {
|
|
25
|
-
new (input: CreateClusterV2CommandInput): import("@smithy/core/client").CommandImpl<CreateClusterV2CommandInput, CreateClusterV2CommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateClusterV2CommandInput): import("@smithy/core/client").CommandImpl<CreateClusterV2CommandInput, CreateClusterV2CommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateClusterV2CommandInput): import("@smithy/core/client").CommandImpl<CreateClusterV2CommandInput, CreateClusterV2CommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateClusterV2CommandInput): import("@smithy/core/client").CommandImpl<CreateClusterV2CommandInput, CreateClusterV2CommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a new 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 { CreateConfigurationRequest, CreateConfigurationResponse } 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 CreateConfigurationCommandInput extends CreateConfigurationRequ
|
|
|
22
19
|
export interface CreateConfigurationCommandOutput extends CreateConfigurationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateConfigurationCommand_base: {
|
|
25
|
-
new (input: CreateConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateConfigurationCommandInput, CreateConfigurationCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateConfigurationCommandInput, CreateConfigurationCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateConfigurationCommandInput, CreateConfigurationCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateConfigurationCommandInput, CreateConfigurationCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a new MSK configuration.</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 { CreateReplicatorRequest, CreateReplicatorResponse } 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 CreateReplicatorCommandInput extends CreateReplicatorRequest {
|
|
|
22
19
|
export interface CreateReplicatorCommandOutput extends CreateReplicatorResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateReplicatorCommand_base: {
|
|
25
|
-
new (input: CreateReplicatorCommandInput): import("@smithy/core/client").CommandImpl<CreateReplicatorCommandInput, CreateReplicatorCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateReplicatorCommandInput): import("@smithy/core/client").CommandImpl<CreateReplicatorCommandInput, CreateReplicatorCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateReplicatorCommandInput): import("@smithy/core/client").CommandImpl<CreateReplicatorCommandInput, CreateReplicatorCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateReplicatorCommandInput): import("@smithy/core/client").CommandImpl<CreateReplicatorCommandInput, CreateReplicatorCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates the 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 { CreateTopicRequest, CreateTopicResponse } 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 CreateTopicCommandInput extends CreateTopicRequest {
|
|
|
22
19
|
export interface CreateTopicCommandOutput extends CreateTopicResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateTopicCommand_base: {
|
|
25
|
-
new (input: CreateTopicCommandInput): import("@smithy/core/client").CommandImpl<CreateTopicCommandInput, CreateTopicCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateTopicCommandInput): import("@smithy/core/client").CommandImpl<CreateTopicCommandInput, CreateTopicCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateTopicCommandInput): import("@smithy/core/client").CommandImpl<CreateTopicCommandInput, CreateTopicCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateTopicCommandInput): import("@smithy/core/client").CommandImpl<CreateTopicCommandInput, CreateTopicCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a topic in 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 { CreateVpcConnectionRequest, CreateVpcConnectionResponse } 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 CreateVpcConnectionCommandInput extends CreateVpcConnectionRequ
|
|
|
22
19
|
export interface CreateVpcConnectionCommandOutput extends CreateVpcConnectionResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateVpcConnectionCommand_base: {
|
|
25
|
-
new (input: CreateVpcConnectionCommandInput): import("@smithy/core/client").CommandImpl<CreateVpcConnectionCommandInput, CreateVpcConnectionCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateVpcConnectionCommandInput): import("@smithy/core/client").CommandImpl<CreateVpcConnectionCommandInput, CreateVpcConnectionCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateVpcConnectionCommandInput): import("@smithy/core/client").CommandImpl<CreateVpcConnectionCommandInput, CreateVpcConnectionCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateVpcConnectionCommandInput): import("@smithy/core/client").CommandImpl<CreateVpcConnectionCommandInput, CreateVpcConnectionCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a new 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 { DeleteClusterRequest, DeleteClusterResponse } 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 DeleteClusterCommandInput extends DeleteClusterRequest {
|
|
|
22
19
|
export interface DeleteClusterCommandOutput extends DeleteClusterResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteClusterCommand_base: {
|
|
25
|
-
new (input: DeleteClusterCommandInput): import("@smithy/core/client").CommandImpl<DeleteClusterCommandInput, DeleteClusterCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteClusterCommandInput): import("@smithy/core/client").CommandImpl<DeleteClusterCommandInput, DeleteClusterCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteClusterCommandInput): import("@smithy/core/client").CommandImpl<DeleteClusterCommandInput, DeleteClusterCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteClusterCommandInput): import("@smithy/core/client").CommandImpl<DeleteClusterCommandInput, DeleteClusterCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes the MSK cluster 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 { DeleteClusterPolicyRequest, DeleteClusterPolicyResponse } 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 DeleteClusterPolicyCommandInput extends DeleteClusterPolicyRequ
|
|
|
22
19
|
export interface DeleteClusterPolicyCommandOutput extends DeleteClusterPolicyResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteClusterPolicyCommand_base: {
|
|
25
|
-
new (input: DeleteClusterPolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteClusterPolicyCommandInput, DeleteClusterPolicyCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteClusterPolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteClusterPolicyCommandInput, DeleteClusterPolicyCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteClusterPolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteClusterPolicyCommandInput, DeleteClusterPolicyCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteClusterPolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteClusterPolicyCommandInput, DeleteClusterPolicyCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes 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 { DeleteConfigurationRequest, DeleteConfigurationResponse } 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 DeleteConfigurationCommandInput extends DeleteConfigurationRequ
|
|
|
22
19
|
export interface DeleteConfigurationCommandOutput extends DeleteConfigurationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteConfigurationCommand_base: {
|
|
25
|
-
new (input: DeleteConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteConfigurationCommandInput, DeleteConfigurationCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteConfigurationCommandInput, DeleteConfigurationCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteConfigurationCommandInput, DeleteConfigurationCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteConfigurationCommandInput, DeleteConfigurationCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes an MSK Configuration.</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 { DeleteReplicatorRequest, DeleteReplicatorResponse } 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 DeleteReplicatorCommandInput extends DeleteReplicatorRequest {
|
|
|
22
19
|
export interface DeleteReplicatorCommandOutput extends DeleteReplicatorResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteReplicatorCommand_base: {
|
|
25
|
-
new (input: DeleteReplicatorCommandInput): import("@smithy/core/client").CommandImpl<DeleteReplicatorCommandInput, DeleteReplicatorCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteReplicatorCommandInput): import("@smithy/core/client").CommandImpl<DeleteReplicatorCommandInput, DeleteReplicatorCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteReplicatorCommandInput): import("@smithy/core/client").CommandImpl<DeleteReplicatorCommandInput, DeleteReplicatorCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteReplicatorCommandInput): import("@smithy/core/client").CommandImpl<DeleteReplicatorCommandInput, DeleteReplicatorCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes 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 { DeleteTopicRequest, DeleteTopicResponse } 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 DeleteTopicCommandInput extends DeleteTopicRequest {
|
|
|
22
19
|
export interface DeleteTopicCommandOutput extends DeleteTopicResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteTopicCommand_base: {
|
|
25
|
-
new (input: DeleteTopicCommandInput): import("@smithy/core/client").CommandImpl<DeleteTopicCommandInput, DeleteTopicCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteTopicCommandInput): import("@smithy/core/client").CommandImpl<DeleteTopicCommandInput, DeleteTopicCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteTopicCommandInput): import("@smithy/core/client").CommandImpl<DeleteTopicCommandInput, DeleteTopicCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteTopicCommandInput): import("@smithy/core/client").CommandImpl<DeleteTopicCommandInput, DeleteTopicCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a topic in 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 { DeleteVpcConnectionRequest, DeleteVpcConnectionResponse } 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 DeleteVpcConnectionCommandInput extends DeleteVpcConnectionRequ
|
|
|
22
19
|
export interface DeleteVpcConnectionCommandOutput extends DeleteVpcConnectionResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteVpcConnectionCommand_base: {
|
|
25
|
-
new (input: DeleteVpcConnectionCommandInput): import("@smithy/core/client").CommandImpl<DeleteVpcConnectionCommandInput, DeleteVpcConnectionCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteVpcConnectionCommandInput): import("@smithy/core/client").CommandImpl<DeleteVpcConnectionCommandInput, DeleteVpcConnectionCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteVpcConnectionCommandInput): import("@smithy/core/client").CommandImpl<DeleteVpcConnectionCommandInput, DeleteVpcConnectionCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteVpcConnectionCommandInput): import("@smithy/core/client").CommandImpl<DeleteVpcConnectionCommandInput, DeleteVpcConnectionCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a 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 { DescribeClusterRequest, DescribeClusterResponse } 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 DescribeClusterCommandInput extends DescribeClusterRequest {
|
|
|
22
19
|
export interface DescribeClusterCommandOutput extends DescribeClusterResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeClusterCommand_base: {
|
|
25
|
-
new (input: DescribeClusterCommandInput): import("@smithy/core/client").CommandImpl<DescribeClusterCommandInput, DescribeClusterCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeClusterCommandInput): import("@smithy/core/client").CommandImpl<DescribeClusterCommandInput, DescribeClusterCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeClusterCommandInput): import("@smithy/core/client").CommandImpl<DescribeClusterCommandInput, DescribeClusterCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeClusterCommandInput): import("@smithy/core/client").CommandImpl<DescribeClusterCommandInput, DescribeClusterCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a description of the MSK cluster whose Amazon Resource Name (ARN) is specified 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 { DescribeClusterOperationRequest, DescribeClusterOperationResponse } 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 DescribeClusterOperationCommandInput extends DescribeClusterOpe
|
|
|
22
19
|
export interface DescribeClusterOperationCommandOutput extends DescribeClusterOperationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeClusterOperationCommand_base: {
|
|
25
|
-
new (input: DescribeClusterOperationCommandInput): import("@smithy/core/client").CommandImpl<DescribeClusterOperationCommandInput, DescribeClusterOperationCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeClusterOperationCommandInput): import("@smithy/core/client").CommandImpl<DescribeClusterOperationCommandInput, DescribeClusterOperationCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeClusterOperationCommandInput): import("@smithy/core/client").CommandImpl<DescribeClusterOperationCommandInput, DescribeClusterOperationCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeClusterOperationCommandInput): import("@smithy/core/client").CommandImpl<DescribeClusterOperationCommandInput, DescribeClusterOperationCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a description of the cluster operation specified by the ARN.</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 { DescribeClusterOperationV2Request, DescribeClusterOperationV2Response } 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 DescribeClusterOperationV2CommandInput extends DescribeClusterO
|
|
|
22
19
|
export interface DescribeClusterOperationV2CommandOutput extends DescribeClusterOperationV2Response, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeClusterOperationV2Command_base: {
|
|
25
|
-
new (input: DescribeClusterOperationV2CommandInput): import("@smithy/core/client").CommandImpl<DescribeClusterOperationV2CommandInput, DescribeClusterOperationV2CommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeClusterOperationV2CommandInput): import("@smithy/core/client").CommandImpl<DescribeClusterOperationV2CommandInput, DescribeClusterOperationV2CommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeClusterOperationV2CommandInput): import("@smithy/core/client").CommandImpl<DescribeClusterOperationV2CommandInput, DescribeClusterOperationV2CommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeClusterOperationV2CommandInput): import("@smithy/core/client").CommandImpl<DescribeClusterOperationV2CommandInput, DescribeClusterOperationV2CommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a description of the cluster operation specified by the ARN.</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 { DescribeClusterV2Request, DescribeClusterV2Response } 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 DescribeClusterV2CommandInput extends DescribeClusterV2Request
|
|
|
22
19
|
export interface DescribeClusterV2CommandOutput extends DescribeClusterV2Response, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeClusterV2Command_base: {
|
|
25
|
-
new (input: DescribeClusterV2CommandInput): import("@smithy/core/client").CommandImpl<DescribeClusterV2CommandInput, DescribeClusterV2CommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeClusterV2CommandInput): import("@smithy/core/client").CommandImpl<DescribeClusterV2CommandInput, DescribeClusterV2CommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeClusterV2CommandInput): import("@smithy/core/client").CommandImpl<DescribeClusterV2CommandInput, DescribeClusterV2CommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeClusterV2CommandInput): import("@smithy/core/client").CommandImpl<DescribeClusterV2CommandInput, DescribeClusterV2CommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a description of the MSK cluster whose Amazon Resource Name (ARN) is specified 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 { DescribeConfigurationRequest, DescribeConfigurationResponse } 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 DescribeConfigurationCommandInput extends DescribeConfiguration
|
|
|
22
19
|
export interface DescribeConfigurationCommandOutput extends DescribeConfigurationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeConfigurationCommand_base: {
|
|
25
|
-
new (input: DescribeConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DescribeConfigurationCommandInput, DescribeConfigurationCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DescribeConfigurationCommandInput, DescribeConfigurationCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DescribeConfigurationCommandInput, DescribeConfigurationCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DescribeConfigurationCommandInput, DescribeConfigurationCommandOutput, 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 configuration.</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 { DescribeConfigurationRevisionRequest, DescribeConfigurationRevisionResponse } 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 DescribeConfigurationRevisionCommandInput extends DescribeConfi
|
|
|
22
19
|
export interface DescribeConfigurationRevisionCommandOutput extends DescribeConfigurationRevisionResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeConfigurationRevisionCommand_base: {
|
|
25
|
-
new (input: DescribeConfigurationRevisionCommandInput): import("@smithy/core/client").CommandImpl<DescribeConfigurationRevisionCommandInput, DescribeConfigurationRevisionCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeConfigurationRevisionCommandInput): import("@smithy/core/client").CommandImpl<DescribeConfigurationRevisionCommandInput, DescribeConfigurationRevisionCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeConfigurationRevisionCommandInput): import("@smithy/core/client").CommandImpl<DescribeConfigurationRevisionCommandInput, DescribeConfigurationRevisionCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeConfigurationRevisionCommandInput): import("@smithy/core/client").CommandImpl<DescribeConfigurationRevisionCommandInput, DescribeConfigurationRevisionCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a description of this revision of the configuration.</p>
|