@aws-sdk/client-kafka 3.477.0 → 3.481.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/commands/BatchAssociateScramSecretCommand.js +18 -41
- package/dist-cjs/commands/BatchDisassociateScramSecretCommand.js +18 -41
- package/dist-cjs/commands/CreateClusterCommand.js +18 -41
- package/dist-cjs/commands/CreateClusterV2Command.js +18 -41
- package/dist-cjs/commands/CreateConfigurationCommand.js +18 -41
- package/dist-cjs/commands/CreateReplicatorCommand.js +18 -41
- package/dist-cjs/commands/CreateVpcConnectionCommand.js +18 -41
- package/dist-cjs/commands/DeleteClusterCommand.js +18 -41
- package/dist-cjs/commands/DeleteClusterPolicyCommand.js +18 -41
- package/dist-cjs/commands/DeleteConfigurationCommand.js +18 -41
- package/dist-cjs/commands/DeleteReplicatorCommand.js +18 -41
- package/dist-cjs/commands/DeleteVpcConnectionCommand.js +18 -41
- package/dist-cjs/commands/DescribeClusterCommand.js +18 -41
- package/dist-cjs/commands/DescribeClusterOperationCommand.js +18 -41
- package/dist-cjs/commands/DescribeClusterOperationV2Command.js +18 -41
- package/dist-cjs/commands/DescribeClusterV2Command.js +18 -41
- package/dist-cjs/commands/DescribeConfigurationCommand.js +18 -41
- package/dist-cjs/commands/DescribeConfigurationRevisionCommand.js +18 -41
- package/dist-cjs/commands/DescribeReplicatorCommand.js +18 -41
- package/dist-cjs/commands/DescribeVpcConnectionCommand.js +18 -41
- package/dist-cjs/commands/GetBootstrapBrokersCommand.js +18 -41
- package/dist-cjs/commands/GetClusterPolicyCommand.js +18 -41
- package/dist-cjs/commands/GetCompatibleKafkaVersionsCommand.js +18 -41
- package/dist-cjs/commands/ListClientVpcConnectionsCommand.js +18 -41
- package/dist-cjs/commands/ListClusterOperationsCommand.js +18 -41
- package/dist-cjs/commands/ListClusterOperationsV2Command.js +18 -41
- package/dist-cjs/commands/ListClustersCommand.js +18 -41
- package/dist-cjs/commands/ListClustersV2Command.js +18 -41
- package/dist-cjs/commands/ListConfigurationRevisionsCommand.js +18 -41
- package/dist-cjs/commands/ListConfigurationsCommand.js +18 -41
- package/dist-cjs/commands/ListKafkaVersionsCommand.js +18 -41
- package/dist-cjs/commands/ListNodesCommand.js +18 -41
- package/dist-cjs/commands/ListReplicatorsCommand.js +18 -41
- package/dist-cjs/commands/ListScramSecretsCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/ListVpcConnectionsCommand.js +18 -41
- package/dist-cjs/commands/PutClusterPolicyCommand.js +18 -41
- package/dist-cjs/commands/RebootBrokerCommand.js +18 -41
- package/dist-cjs/commands/RejectClientVpcConnectionCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateBrokerCountCommand.js +18 -41
- package/dist-cjs/commands/UpdateBrokerStorageCommand.js +18 -41
- package/dist-cjs/commands/UpdateBrokerTypeCommand.js +18 -41
- package/dist-cjs/commands/UpdateClusterConfigurationCommand.js +18 -41
- package/dist-cjs/commands/UpdateClusterKafkaVersionCommand.js +18 -41
- package/dist-cjs/commands/UpdateConfigurationCommand.js +18 -41
- package/dist-cjs/commands/UpdateConnectivityCommand.js +18 -41
- package/dist-cjs/commands/UpdateMonitoringCommand.js +18 -41
- package/dist-cjs/commands/UpdateReplicationInfoCommand.js +18 -41
- package/dist-cjs/commands/UpdateSecurityCommand.js +18 -41
- package/dist-cjs/commands/UpdateStorageCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/ListClientVpcConnectionsPaginator.js +2 -24
- package/dist-cjs/pagination/ListClusterOperationsPaginator.js +2 -24
- package/dist-cjs/pagination/ListClusterOperationsV2Paginator.js +2 -24
- package/dist-cjs/pagination/ListClustersPaginator.js +2 -24
- package/dist-cjs/pagination/ListClustersV2Paginator.js +2 -24
- package/dist-cjs/pagination/ListConfigurationRevisionsPaginator.js +2 -24
- package/dist-cjs/pagination/ListConfigurationsPaginator.js +2 -24
- package/dist-cjs/pagination/ListKafkaVersionsPaginator.js +2 -24
- package/dist-cjs/pagination/ListNodesPaginator.js +2 -24
- package/dist-cjs/pagination/ListReplicatorsPaginator.js +2 -24
- package/dist-cjs/pagination/ListScramSecretsPaginator.js +2 -24
- package/dist-cjs/pagination/ListVpcConnectionsPaginator.js +2 -24
- package/dist-es/commands/BatchAssociateScramSecretCommand.js +18 -41
- package/dist-es/commands/BatchDisassociateScramSecretCommand.js +18 -41
- package/dist-es/commands/CreateClusterCommand.js +18 -41
- package/dist-es/commands/CreateClusterV2Command.js +18 -41
- package/dist-es/commands/CreateConfigurationCommand.js +18 -41
- package/dist-es/commands/CreateReplicatorCommand.js +18 -41
- package/dist-es/commands/CreateVpcConnectionCommand.js +18 -41
- package/dist-es/commands/DeleteClusterCommand.js +18 -41
- package/dist-es/commands/DeleteClusterPolicyCommand.js +18 -41
- package/dist-es/commands/DeleteConfigurationCommand.js +18 -41
- package/dist-es/commands/DeleteReplicatorCommand.js +18 -41
- package/dist-es/commands/DeleteVpcConnectionCommand.js +18 -41
- package/dist-es/commands/DescribeClusterCommand.js +18 -41
- package/dist-es/commands/DescribeClusterOperationCommand.js +18 -41
- package/dist-es/commands/DescribeClusterOperationV2Command.js +18 -41
- package/dist-es/commands/DescribeClusterV2Command.js +18 -41
- package/dist-es/commands/DescribeConfigurationCommand.js +18 -41
- package/dist-es/commands/DescribeConfigurationRevisionCommand.js +18 -41
- package/dist-es/commands/DescribeReplicatorCommand.js +18 -41
- package/dist-es/commands/DescribeVpcConnectionCommand.js +18 -41
- package/dist-es/commands/GetBootstrapBrokersCommand.js +18 -41
- package/dist-es/commands/GetClusterPolicyCommand.js +18 -41
- package/dist-es/commands/GetCompatibleKafkaVersionsCommand.js +18 -41
- package/dist-es/commands/ListClientVpcConnectionsCommand.js +18 -41
- package/dist-es/commands/ListClusterOperationsCommand.js +18 -41
- package/dist-es/commands/ListClusterOperationsV2Command.js +18 -41
- package/dist-es/commands/ListClustersCommand.js +18 -41
- package/dist-es/commands/ListClustersV2Command.js +18 -41
- package/dist-es/commands/ListConfigurationRevisionsCommand.js +18 -41
- package/dist-es/commands/ListConfigurationsCommand.js +18 -41
- package/dist-es/commands/ListKafkaVersionsCommand.js +18 -41
- package/dist-es/commands/ListNodesCommand.js +18 -41
- package/dist-es/commands/ListReplicatorsCommand.js +18 -41
- package/dist-es/commands/ListScramSecretsCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/ListVpcConnectionsCommand.js +18 -41
- package/dist-es/commands/PutClusterPolicyCommand.js +18 -41
- package/dist-es/commands/RebootBrokerCommand.js +18 -41
- package/dist-es/commands/RejectClientVpcConnectionCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateBrokerCountCommand.js +18 -41
- package/dist-es/commands/UpdateBrokerStorageCommand.js +18 -41
- package/dist-es/commands/UpdateBrokerTypeCommand.js +18 -41
- package/dist-es/commands/UpdateClusterConfigurationCommand.js +18 -41
- package/dist-es/commands/UpdateClusterKafkaVersionCommand.js +18 -41
- package/dist-es/commands/UpdateConfigurationCommand.js +18 -41
- package/dist-es/commands/UpdateConnectivityCommand.js +18 -41
- package/dist-es/commands/UpdateMonitoringCommand.js +18 -41
- package/dist-es/commands/UpdateReplicationInfoCommand.js +18 -41
- package/dist-es/commands/UpdateSecurityCommand.js +18 -41
- package/dist-es/commands/UpdateStorageCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/ListClientVpcConnectionsPaginator.js +2 -23
- package/dist-es/pagination/ListClusterOperationsPaginator.js +2 -23
- package/dist-es/pagination/ListClusterOperationsV2Paginator.js +2 -23
- package/dist-es/pagination/ListClustersPaginator.js +2 -23
- package/dist-es/pagination/ListClustersV2Paginator.js +2 -23
- package/dist-es/pagination/ListConfigurationRevisionsPaginator.js +2 -23
- package/dist-es/pagination/ListConfigurationsPaginator.js +2 -23
- package/dist-es/pagination/ListKafkaVersionsPaginator.js +2 -23
- package/dist-es/pagination/ListNodesPaginator.js +2 -23
- package/dist-es/pagination/ListReplicatorsPaginator.js +2 -23
- package/dist-es/pagination/ListScramSecretsPaginator.js +2 -23
- package/dist-es/pagination/ListVpcConnectionsPaginator.js +2 -23
- package/dist-types/commands/BatchAssociateScramSecretCommand.d.ts +6 -21
- package/dist-types/commands/BatchDisassociateScramSecretCommand.d.ts +6 -21
- package/dist-types/commands/CreateClusterCommand.d.ts +6 -21
- package/dist-types/commands/CreateClusterV2Command.d.ts +6 -21
- package/dist-types/commands/CreateConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/CreateReplicatorCommand.d.ts +6 -21
- package/dist-types/commands/CreateVpcConnectionCommand.d.ts +6 -21
- package/dist-types/commands/DeleteClusterCommand.d.ts +6 -21
- package/dist-types/commands/DeleteClusterPolicyCommand.d.ts +6 -21
- package/dist-types/commands/DeleteConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/DeleteReplicatorCommand.d.ts +6 -21
- package/dist-types/commands/DeleteVpcConnectionCommand.d.ts +6 -21
- package/dist-types/commands/DescribeClusterCommand.d.ts +6 -21
- package/dist-types/commands/DescribeClusterOperationCommand.d.ts +6 -21
- package/dist-types/commands/DescribeClusterOperationV2Command.d.ts +6 -21
- package/dist-types/commands/DescribeClusterV2Command.d.ts +6 -21
- package/dist-types/commands/DescribeConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/DescribeConfigurationRevisionCommand.d.ts +6 -21
- package/dist-types/commands/DescribeReplicatorCommand.d.ts +6 -21
- package/dist-types/commands/DescribeVpcConnectionCommand.d.ts +6 -21
- package/dist-types/commands/GetBootstrapBrokersCommand.d.ts +6 -21
- package/dist-types/commands/GetClusterPolicyCommand.d.ts +6 -21
- package/dist-types/commands/GetCompatibleKafkaVersionsCommand.d.ts +6 -21
- package/dist-types/commands/ListClientVpcConnectionsCommand.d.ts +6 -21
- package/dist-types/commands/ListClusterOperationsCommand.d.ts +6 -21
- package/dist-types/commands/ListClusterOperationsV2Command.d.ts +6 -21
- package/dist-types/commands/ListClustersCommand.d.ts +6 -21
- package/dist-types/commands/ListClustersV2Command.d.ts +6 -21
- package/dist-types/commands/ListConfigurationRevisionsCommand.d.ts +6 -21
- package/dist-types/commands/ListConfigurationsCommand.d.ts +6 -21
- package/dist-types/commands/ListKafkaVersionsCommand.d.ts +6 -21
- package/dist-types/commands/ListNodesCommand.d.ts +6 -21
- package/dist-types/commands/ListReplicatorsCommand.d.ts +6 -21
- package/dist-types/commands/ListScramSecretsCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/ListVpcConnectionsCommand.d.ts +6 -21
- package/dist-types/commands/PutClusterPolicyCommand.d.ts +6 -21
- package/dist-types/commands/RebootBrokerCommand.d.ts +6 -21
- package/dist-types/commands/RejectClientVpcConnectionCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateBrokerCountCommand.d.ts +6 -21
- package/dist-types/commands/UpdateBrokerStorageCommand.d.ts +6 -21
- package/dist-types/commands/UpdateBrokerTypeCommand.d.ts +6 -21
- package/dist-types/commands/UpdateClusterConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/UpdateClusterKafkaVersionCommand.d.ts +6 -21
- package/dist-types/commands/UpdateConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/UpdateConnectivityCommand.d.ts +6 -21
- package/dist-types/commands/UpdateMonitoringCommand.d.ts +6 -21
- package/dist-types/commands/UpdateReplicationInfoCommand.d.ts +6 -21
- package/dist-types/commands/UpdateSecurityCommand.d.ts +6 -21
- package/dist-types/commands/UpdateStorageCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/ListClientVpcConnectionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListClusterOperationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListClusterOperationsV2Paginator.d.ts +1 -1
- package/dist-types/pagination/ListClustersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListClustersV2Paginator.d.ts +1 -1
- package/dist-types/pagination/ListConfigurationRevisionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListConfigurationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListKafkaVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListNodesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListReplicatorsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListScramSecretsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListVpcConnectionsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/BatchAssociateScramSecretCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/BatchDisassociateScramSecretCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateClusterV2Command.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateConfigurationCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateReplicatorCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateVpcConnectionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteClusterPolicyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteConfigurationCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteReplicatorCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteVpcConnectionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeClusterOperationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeClusterOperationV2Command.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeClusterV2Command.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeConfigurationRevisionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeReplicatorCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeVpcConnectionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetBootstrapBrokersCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetClusterPolicyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetCompatibleKafkaVersionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListClientVpcConnectionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListClusterOperationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListClusterOperationsV2Command.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListClustersV2Command.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListConfigurationRevisionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListConfigurationsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListKafkaVersionsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListNodesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListReplicatorsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListScramSecretsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListVpcConnectionsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutClusterPolicyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RebootBrokerCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RejectClientVpcConnectionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateBrokerCountCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateBrokerStorageCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateBrokerTypeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateClusterConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateClusterKafkaVersionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateConfigurationCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateConnectivityCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateMonitoringCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateReplicationInfoCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateSecurityCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateStorageCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/ListClientVpcConnectionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListClusterOperationsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListClusterOperationsV2Paginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListClustersPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListClustersV2Paginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListConfigurationRevisionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListConfigurationsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListKafkaVersionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListNodesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListReplicatorsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListScramSecretsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListVpcConnectionsPaginator.d.ts +3 -3
- package/package.json +11 -11
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
5
4
|
import { CreateClusterV2Request, CreateClusterV2Response } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateClusterV2CommandInput extends CreateClusterV2Request {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateClusterV2CommandOutput extends CreateClusterV2Response, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateClusterV2Command_base: {
|
|
24
|
+
new (input: CreateClusterV2CommandInput): import("@smithy/smithy-client").CommandImpl<CreateClusterV2CommandInput, CreateClusterV2CommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a new MSK cluster.</p>
|
|
@@ -202,23 +205,5 @@ export interface CreateClusterV2CommandOutput extends CreateClusterV2Response, _
|
|
|
202
205
|
* <p>Base exception class for all service exceptions from Kafka service.</p>
|
|
203
206
|
*
|
|
204
207
|
*/
|
|
205
|
-
export declare class CreateClusterV2Command extends
|
|
206
|
-
readonly input: CreateClusterV2CommandInput;
|
|
207
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
208
|
-
/**
|
|
209
|
-
* @public
|
|
210
|
-
*/
|
|
211
|
-
constructor(input: CreateClusterV2CommandInput);
|
|
212
|
-
/**
|
|
213
|
-
* @internal
|
|
214
|
-
*/
|
|
215
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateClusterV2CommandInput, CreateClusterV2CommandOutput>;
|
|
216
|
-
/**
|
|
217
|
-
* @internal
|
|
218
|
-
*/
|
|
219
|
-
private serialize;
|
|
220
|
-
/**
|
|
221
|
-
* @internal
|
|
222
|
-
*/
|
|
223
|
-
private deserialize;
|
|
208
|
+
export declare class CreateClusterV2Command extends CreateClusterV2Command_base {
|
|
224
209
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
5
4
|
import { CreateConfigurationRequest, CreateConfigurationResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateConfigurationCommandInput extends CreateConfigurationRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateConfigurationCommandOutput extends CreateConfigurationResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateConfigurationCommand_base: {
|
|
24
|
+
new (input: CreateConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateConfigurationCommandInput, CreateConfigurationCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a new MSK configuration.</p>
|
|
@@ -85,23 +88,5 @@ export interface CreateConfigurationCommandOutput extends CreateConfigurationRes
|
|
|
85
88
|
* <p>Base exception class for all service exceptions from Kafka service.</p>
|
|
86
89
|
*
|
|
87
90
|
*/
|
|
88
|
-
export declare class CreateConfigurationCommand extends
|
|
89
|
-
readonly input: CreateConfigurationCommandInput;
|
|
90
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
91
|
-
/**
|
|
92
|
-
* @public
|
|
93
|
-
*/
|
|
94
|
-
constructor(input: CreateConfigurationCommandInput);
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateConfigurationCommandInput, CreateConfigurationCommandOutput>;
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
private serialize;
|
|
103
|
-
/**
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
|
-
private deserialize;
|
|
91
|
+
export declare class CreateConfigurationCommand extends CreateConfigurationCommand_base {
|
|
107
92
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
5
4
|
import { CreateReplicatorRequest, CreateReplicatorResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateReplicatorCommandInput extends CreateReplicatorRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateReplicatorCommandOutput extends CreateReplicatorResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateReplicatorCommand_base: {
|
|
24
|
+
new (input: CreateReplicatorCommandInput): import("@smithy/smithy-client").CommandImpl<CreateReplicatorCommandInput, CreateReplicatorCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates the replicator.</p>
|
|
@@ -125,23 +128,5 @@ export interface CreateReplicatorCommandOutput extends CreateReplicatorResponse,
|
|
|
125
128
|
* <p>Base exception class for all service exceptions from Kafka service.</p>
|
|
126
129
|
*
|
|
127
130
|
*/
|
|
128
|
-
export declare class CreateReplicatorCommand extends
|
|
129
|
-
readonly input: CreateReplicatorCommandInput;
|
|
130
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
131
|
-
/**
|
|
132
|
-
* @public
|
|
133
|
-
*/
|
|
134
|
-
constructor(input: CreateReplicatorCommandInput);
|
|
135
|
-
/**
|
|
136
|
-
* @internal
|
|
137
|
-
*/
|
|
138
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateReplicatorCommandInput, CreateReplicatorCommandOutput>;
|
|
139
|
-
/**
|
|
140
|
-
* @internal
|
|
141
|
-
*/
|
|
142
|
-
private serialize;
|
|
143
|
-
/**
|
|
144
|
-
* @internal
|
|
145
|
-
*/
|
|
146
|
-
private deserialize;
|
|
131
|
+
export declare class CreateReplicatorCommand extends CreateReplicatorCommand_base {
|
|
147
132
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
5
4
|
import { CreateVpcConnectionRequest, CreateVpcConnectionResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateVpcConnectionCommandInput extends CreateVpcConnectionRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateVpcConnectionCommandOutput extends CreateVpcConnectionResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateVpcConnectionCommand_base: {
|
|
24
|
+
new (input: CreateVpcConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateVpcConnectionCommandInput, CreateVpcConnectionCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a new MSK VPC connection.</p>
|
|
@@ -93,23 +96,5 @@ export interface CreateVpcConnectionCommandOutput extends CreateVpcConnectionRes
|
|
|
93
96
|
* <p>Base exception class for all service exceptions from Kafka service.</p>
|
|
94
97
|
*
|
|
95
98
|
*/
|
|
96
|
-
export declare class CreateVpcConnectionCommand extends
|
|
97
|
-
readonly input: CreateVpcConnectionCommandInput;
|
|
98
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
99
|
-
/**
|
|
100
|
-
* @public
|
|
101
|
-
*/
|
|
102
|
-
constructor(input: CreateVpcConnectionCommandInput);
|
|
103
|
-
/**
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateVpcConnectionCommandInput, CreateVpcConnectionCommandOutput>;
|
|
107
|
-
/**
|
|
108
|
-
* @internal
|
|
109
|
-
*/
|
|
110
|
-
private serialize;
|
|
111
|
-
/**
|
|
112
|
-
* @internal
|
|
113
|
-
*/
|
|
114
|
-
private deserialize;
|
|
99
|
+
export declare class CreateVpcConnectionCommand extends CreateVpcConnectionCommand_base {
|
|
115
100
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
5
4
|
import { DeleteClusterRequest, DeleteClusterResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteClusterCommandInput extends DeleteClusterRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteClusterCommandOutput extends DeleteClusterResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteClusterCommand_base: {
|
|
24
|
+
new (input: DeleteClusterCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteClusterCommandInput, DeleteClusterCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes the MSK cluster specified by the Amazon Resource Name (ARN) in the request.</p>
|
|
@@ -65,23 +68,5 @@ export interface DeleteClusterCommandOutput extends DeleteClusterResponse, __Met
|
|
|
65
68
|
* <p>Base exception class for all service exceptions from Kafka service.</p>
|
|
66
69
|
*
|
|
67
70
|
*/
|
|
68
|
-
export declare class DeleteClusterCommand extends
|
|
69
|
-
readonly input: DeleteClusterCommandInput;
|
|
70
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
71
|
-
/**
|
|
72
|
-
* @public
|
|
73
|
-
*/
|
|
74
|
-
constructor(input: DeleteClusterCommandInput);
|
|
75
|
-
/**
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
78
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteClusterCommandInput, DeleteClusterCommandOutput>;
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
private serialize;
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
private deserialize;
|
|
71
|
+
export declare class DeleteClusterCommand extends DeleteClusterCommand_base {
|
|
87
72
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
5
4
|
import { DeleteClusterPolicyRequest, DeleteClusterPolicyResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteClusterPolicyCommandInput extends DeleteClusterPolicyRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteClusterPolicyCommandOutput extends DeleteClusterPolicyResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteClusterPolicyCommand_base: {
|
|
24
|
+
new (input: DeleteClusterPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteClusterPolicyCommandInput, DeleteClusterPolicyCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes the MSK cluster policy specified by the Amazon Resource Name (ARN) in the request.</p>
|
|
@@ -61,23 +64,5 @@ export interface DeleteClusterPolicyCommandOutput extends DeleteClusterPolicyRes
|
|
|
61
64
|
* <p>Base exception class for all service exceptions from Kafka service.</p>
|
|
62
65
|
*
|
|
63
66
|
*/
|
|
64
|
-
export declare class DeleteClusterPolicyCommand extends
|
|
65
|
-
readonly input: DeleteClusterPolicyCommandInput;
|
|
66
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
67
|
-
/**
|
|
68
|
-
* @public
|
|
69
|
-
*/
|
|
70
|
-
constructor(input: DeleteClusterPolicyCommandInput);
|
|
71
|
-
/**
|
|
72
|
-
* @internal
|
|
73
|
-
*/
|
|
74
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteClusterPolicyCommandInput, DeleteClusterPolicyCommandOutput>;
|
|
75
|
-
/**
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
78
|
-
private serialize;
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
private deserialize;
|
|
67
|
+
export declare class DeleteClusterPolicyCommand extends DeleteClusterPolicyCommand_base {
|
|
83
68
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
5
4
|
import { DeleteConfigurationRequest, DeleteConfigurationResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteConfigurationCommandInput extends DeleteConfigurationRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteConfigurationCommandOutput extends DeleteConfigurationResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteConfigurationCommand_base: {
|
|
24
|
+
new (input: DeleteConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteConfigurationCommandInput, DeleteConfigurationCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes an MSK Configuration.</p>
|
|
@@ -64,23 +67,5 @@ export interface DeleteConfigurationCommandOutput extends DeleteConfigurationRes
|
|
|
64
67
|
* <p>Base exception class for all service exceptions from Kafka service.</p>
|
|
65
68
|
*
|
|
66
69
|
*/
|
|
67
|
-
export declare class DeleteConfigurationCommand extends
|
|
68
|
-
readonly input: DeleteConfigurationCommandInput;
|
|
69
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
70
|
-
/**
|
|
71
|
-
* @public
|
|
72
|
-
*/
|
|
73
|
-
constructor(input: DeleteConfigurationCommandInput);
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteConfigurationCommandInput, DeleteConfigurationCommandOutput>;
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
private serialize;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private deserialize;
|
|
70
|
+
export declare class DeleteConfigurationCommand extends DeleteConfigurationCommand_base {
|
|
86
71
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
5
4
|
import { DeleteReplicatorRequest, DeleteReplicatorResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteReplicatorCommandInput extends DeleteReplicatorRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteReplicatorCommandOutput extends DeleteReplicatorResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteReplicatorCommand_base: {
|
|
24
|
+
new (input: DeleteReplicatorCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteReplicatorCommandInput, DeleteReplicatorCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes a replicator.</p>
|
|
@@ -74,23 +77,5 @@ export interface DeleteReplicatorCommandOutput extends DeleteReplicatorResponse,
|
|
|
74
77
|
* <p>Base exception class for all service exceptions from Kafka service.</p>
|
|
75
78
|
*
|
|
76
79
|
*/
|
|
77
|
-
export declare class DeleteReplicatorCommand extends
|
|
78
|
-
readonly input: DeleteReplicatorCommandInput;
|
|
79
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
80
|
-
/**
|
|
81
|
-
* @public
|
|
82
|
-
*/
|
|
83
|
-
constructor(input: DeleteReplicatorCommandInput);
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteReplicatorCommandInput, DeleteReplicatorCommandOutput>;
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private serialize;
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
private deserialize;
|
|
80
|
+
export declare class DeleteReplicatorCommand extends DeleteReplicatorCommand_base {
|
|
96
81
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
5
4
|
import { DeleteVpcConnectionRequest, DeleteVpcConnectionResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteVpcConnectionCommandInput extends DeleteVpcConnectionRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteVpcConnectionCommandOutput extends DeleteVpcConnectionResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteVpcConnectionCommand_base: {
|
|
24
|
+
new (input: DeleteVpcConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVpcConnectionCommandInput, DeleteVpcConnectionCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes a MSK VPC connection.</p>
|
|
@@ -64,23 +67,5 @@ export interface DeleteVpcConnectionCommandOutput extends DeleteVpcConnectionRes
|
|
|
64
67
|
* <p>Base exception class for all service exceptions from Kafka service.</p>
|
|
65
68
|
*
|
|
66
69
|
*/
|
|
67
|
-
export declare class DeleteVpcConnectionCommand extends
|
|
68
|
-
readonly input: DeleteVpcConnectionCommandInput;
|
|
69
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
70
|
-
/**
|
|
71
|
-
* @public
|
|
72
|
-
*/
|
|
73
|
-
constructor(input: DeleteVpcConnectionCommandInput);
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteVpcConnectionCommandInput, DeleteVpcConnectionCommandOutput>;
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
private serialize;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private deserialize;
|
|
70
|
+
export declare class DeleteVpcConnectionCommand extends DeleteVpcConnectionCommand_base {
|
|
86
71
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
5
4
|
import { DescribeClusterRequest, DescribeClusterResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeClusterCommandInput extends DescribeClusterRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeClusterCommandOutput extends DescribeClusterResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeClusterCommand_base: {
|
|
24
|
+
new (input: DescribeClusterCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeClusterCommandInput, DescribeClusterCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns a description of the MSK cluster whose Amazon Resource Name (ARN) is specified in the request.</p>
|
|
@@ -188,23 +191,5 @@ export interface DescribeClusterCommandOutput extends DescribeClusterResponse, _
|
|
|
188
191
|
* <p>Base exception class for all service exceptions from Kafka service.</p>
|
|
189
192
|
*
|
|
190
193
|
*/
|
|
191
|
-
export declare class DescribeClusterCommand extends
|
|
192
|
-
readonly input: DescribeClusterCommandInput;
|
|
193
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
194
|
-
/**
|
|
195
|
-
* @public
|
|
196
|
-
*/
|
|
197
|
-
constructor(input: DescribeClusterCommandInput);
|
|
198
|
-
/**
|
|
199
|
-
* @internal
|
|
200
|
-
*/
|
|
201
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeClusterCommandInput, DescribeClusterCommandOutput>;
|
|
202
|
-
/**
|
|
203
|
-
* @internal
|
|
204
|
-
*/
|
|
205
|
-
private serialize;
|
|
206
|
-
/**
|
|
207
|
-
* @internal
|
|
208
|
-
*/
|
|
209
|
-
private deserialize;
|
|
194
|
+
export declare class DescribeClusterCommand extends DescribeClusterCommand_base {
|
|
210
195
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
5
4
|
import { DescribeClusterOperationRequest, DescribeClusterOperationResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeClusterOperationCommandInput extends DescribeClusterOpe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeClusterOperationCommandOutput extends DescribeClusterOperationResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeClusterOperationCommand_base: {
|
|
24
|
+
new (input: DescribeClusterOperationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeClusterOperationCommandInput, DescribeClusterOperationCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns a description of the cluster operation specified by the ARN.</p>
|
|
@@ -287,23 +290,5 @@ export interface DescribeClusterOperationCommandOutput extends DescribeClusterOp
|
|
|
287
290
|
* <p>Base exception class for all service exceptions from Kafka service.</p>
|
|
288
291
|
*
|
|
289
292
|
*/
|
|
290
|
-
export declare class DescribeClusterOperationCommand extends
|
|
291
|
-
readonly input: DescribeClusterOperationCommandInput;
|
|
292
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
293
|
-
/**
|
|
294
|
-
* @public
|
|
295
|
-
*/
|
|
296
|
-
constructor(input: DescribeClusterOperationCommandInput);
|
|
297
|
-
/**
|
|
298
|
-
* @internal
|
|
299
|
-
*/
|
|
300
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeClusterOperationCommandInput, DescribeClusterOperationCommandOutput>;
|
|
301
|
-
/**
|
|
302
|
-
* @internal
|
|
303
|
-
*/
|
|
304
|
-
private serialize;
|
|
305
|
-
/**
|
|
306
|
-
* @internal
|
|
307
|
-
*/
|
|
308
|
-
private deserialize;
|
|
293
|
+
export declare class DescribeClusterOperationCommand extends DescribeClusterOperationCommand_base {
|
|
309
294
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
5
4
|
import { DescribeClusterOperationV2Request, DescribeClusterOperationV2Response } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeClusterOperationV2CommandInput extends DescribeClusterO
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeClusterOperationV2CommandOutput extends DescribeClusterOperationV2Response, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeClusterOperationV2Command_base: {
|
|
24
|
+
new (input: DescribeClusterOperationV2CommandInput): import("@smithy/smithy-client").CommandImpl<DescribeClusterOperationV2CommandInput, DescribeClusterOperationV2CommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns a description of the cluster operation specified by the ARN.</p>
|
|
@@ -306,23 +309,5 @@ export interface DescribeClusterOperationV2CommandOutput extends DescribeCluster
|
|
|
306
309
|
* <p>Base exception class for all service exceptions from Kafka service.</p>
|
|
307
310
|
*
|
|
308
311
|
*/
|
|
309
|
-
export declare class DescribeClusterOperationV2Command extends
|
|
310
|
-
readonly input: DescribeClusterOperationV2CommandInput;
|
|
311
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
312
|
-
/**
|
|
313
|
-
* @public
|
|
314
|
-
*/
|
|
315
|
-
constructor(input: DescribeClusterOperationV2CommandInput);
|
|
316
|
-
/**
|
|
317
|
-
* @internal
|
|
318
|
-
*/
|
|
319
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeClusterOperationV2CommandInput, DescribeClusterOperationV2CommandOutput>;
|
|
320
|
-
/**
|
|
321
|
-
* @internal
|
|
322
|
-
*/
|
|
323
|
-
private serialize;
|
|
324
|
-
/**
|
|
325
|
-
* @internal
|
|
326
|
-
*/
|
|
327
|
-
private deserialize;
|
|
312
|
+
export declare class DescribeClusterOperationV2Command extends DescribeClusterOperationV2Command_base {
|
|
328
313
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
5
4
|
import { DescribeClusterV2Request, DescribeClusterV2Response } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeClusterV2CommandInput extends DescribeClusterV2Request
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeClusterV2CommandOutput extends DescribeClusterV2Response, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeClusterV2Command_base: {
|
|
24
|
+
new (input: DescribeClusterV2CommandInput): import("@smithy/smithy-client").CommandImpl<DescribeClusterV2CommandInput, DescribeClusterV2CommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns a description of the MSK cluster whose Amazon Resource Name (ARN) is specified in the request.</p>
|
|
@@ -208,23 +211,5 @@ export interface DescribeClusterV2CommandOutput extends DescribeClusterV2Respons
|
|
|
208
211
|
* <p>Base exception class for all service exceptions from Kafka service.</p>
|
|
209
212
|
*
|
|
210
213
|
*/
|
|
211
|
-
export declare class DescribeClusterV2Command extends
|
|
212
|
-
readonly input: DescribeClusterV2CommandInput;
|
|
213
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
214
|
-
/**
|
|
215
|
-
* @public
|
|
216
|
-
*/
|
|
217
|
-
constructor(input: DescribeClusterV2CommandInput);
|
|
218
|
-
/**
|
|
219
|
-
* @internal
|
|
220
|
-
*/
|
|
221
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeClusterV2CommandInput, DescribeClusterV2CommandOutput>;
|
|
222
|
-
/**
|
|
223
|
-
* @internal
|
|
224
|
-
*/
|
|
225
|
-
private serialize;
|
|
226
|
-
/**
|
|
227
|
-
* @internal
|
|
228
|
-
*/
|
|
229
|
-
private deserialize;
|
|
214
|
+
export declare class DescribeClusterV2Command extends DescribeClusterV2Command_base {
|
|
230
215
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
5
4
|
import { DescribeConfigurationRequest, DescribeConfigurationResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeConfigurationCommandInput extends DescribeConfiguration
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeConfigurationCommandOutput extends DescribeConfigurationResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeConfigurationCommand_base: {
|
|
24
|
+
new (input: DescribeConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeConfigurationCommandInput, DescribeConfigurationCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns a description of this MSK configuration.</p>
|
|
@@ -81,23 +84,5 @@ export interface DescribeConfigurationCommandOutput extends DescribeConfiguratio
|
|
|
81
84
|
* <p>Base exception class for all service exceptions from Kafka service.</p>
|
|
82
85
|
*
|
|
83
86
|
*/
|
|
84
|
-
export declare class DescribeConfigurationCommand extends
|
|
85
|
-
readonly input: DescribeConfigurationCommandInput;
|
|
86
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
87
|
-
/**
|
|
88
|
-
* @public
|
|
89
|
-
*/
|
|
90
|
-
constructor(input: DescribeConfigurationCommandInput);
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeConfigurationCommandInput, DescribeConfigurationCommandOutput>;
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
private serialize;
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
private deserialize;
|
|
87
|
+
export declare class DescribeConfigurationCommand extends DescribeConfigurationCommand_base {
|
|
103
88
|
}
|