@aws-sdk/client-kafka 3.170.0 → 3.178.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/CHANGELOG.md +16 -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/ts3.4/Kafka.d.ts +0 -35
- package/dist-types/ts3.4/KafkaClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/BatchAssociateScramSecretCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchDisassociateScramSecretCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateClusterV2Command.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeClusterOperationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeClusterV2Command.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeConfigurationRevisionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetBootstrapBrokersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetCompatibleKafkaVersionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListClusterOperationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListClustersV2Command.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListConfigurationRevisionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListConfigurationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListKafkaVersionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListNodesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListScramSecretsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RebootBrokerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateBrokerCountCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateBrokerStorageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateBrokerTypeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateClusterConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateClusterKafkaVersionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateConnectivityCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateMonitoringCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateSecurityCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/KafkaServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -421
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
|
@@ -18,7 +18,6 @@ export interface ListClustersV2CommandInput extends ListClustersV2Request {}
|
|
|
18
18
|
export interface ListClustersV2CommandOutput
|
|
19
19
|
extends ListClustersV2Response,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListClustersV2Command extends $Command<
|
|
23
22
|
ListClustersV2CommandInput,
|
|
24
23
|
ListClustersV2CommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListClustersV2Command extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListClustersV2CommandInput;
|
|
28
27
|
constructor(input: ListClustersV2CommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: KafkaClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListConfigurationRevisionsCommandInput
|
|
|
19
19
|
export interface ListConfigurationRevisionsCommandOutput
|
|
20
20
|
extends ListConfigurationRevisionsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListConfigurationRevisionsCommand extends $Command<
|
|
24
23
|
ListConfigurationRevisionsCommandInput,
|
|
25
24
|
ListConfigurationRevisionsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListConfigurationRevisionsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListConfigurationRevisionsCommandInput;
|
|
29
28
|
constructor(input: ListConfigurationRevisionsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: KafkaClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListConfigurationsCommandInput
|
|
|
19
19
|
export interface ListConfigurationsCommandOutput
|
|
20
20
|
extends ListConfigurationsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListConfigurationsCommand extends $Command<
|
|
24
23
|
ListConfigurationsCommandInput,
|
|
25
24
|
ListConfigurationsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListConfigurationsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListConfigurationsCommandInput;
|
|
29
28
|
constructor(input: ListConfigurationsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: KafkaClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListKafkaVersionsCommandInput
|
|
|
19
19
|
export interface ListKafkaVersionsCommandOutput
|
|
20
20
|
extends ListKafkaVersionsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListKafkaVersionsCommand extends $Command<
|
|
24
23
|
ListKafkaVersionsCommandInput,
|
|
25
24
|
ListKafkaVersionsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListKafkaVersionsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListKafkaVersionsCommandInput;
|
|
29
28
|
constructor(input: ListKafkaVersionsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: KafkaClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListNodesCommandInput extends ListNodesRequest {}
|
|
|
15
15
|
export interface ListNodesCommandOutput
|
|
16
16
|
extends ListNodesResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListNodesCommand extends $Command<
|
|
20
19
|
ListNodesCommandInput,
|
|
21
20
|
ListNodesCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListNodesCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListNodesCommandInput;
|
|
25
24
|
constructor(input: ListNodesCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: KafkaClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListScramSecretsCommandInput extends ListScramSecretsRequest {}
|
|
|
18
18
|
export interface ListScramSecretsCommandOutput
|
|
19
19
|
extends ListScramSecretsResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListScramSecretsCommand extends $Command<
|
|
23
22
|
ListScramSecretsCommandInput,
|
|
24
23
|
ListScramSecretsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListScramSecretsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListScramSecretsCommandInput;
|
|
28
27
|
constructor(input: ListScramSecretsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: KafkaClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
|
|
|
19
19
|
export interface ListTagsForResourceCommandOutput
|
|
20
20
|
extends ListTagsForResourceResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
23
|
ListTagsForResourceCommandInput,
|
|
25
24
|
ListTagsForResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
28
|
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: KafkaClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface RebootBrokerCommandInput extends RebootBrokerRequest {}
|
|
|
15
15
|
export interface RebootBrokerCommandOutput
|
|
16
16
|
extends RebootBrokerResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class RebootBrokerCommand extends $Command<
|
|
20
19
|
RebootBrokerCommandInput,
|
|
21
20
|
RebootBrokerCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class RebootBrokerCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: RebootBrokerCommandInput;
|
|
25
24
|
constructor(input: RebootBrokerCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: KafkaClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { TagResourceRequest } from "../models/models_0";
|
|
14
14
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
15
15
|
export interface TagResourceCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class TagResourceCommand extends $Command<
|
|
18
17
|
TagResourceCommandInput,
|
|
19
18
|
TagResourceCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class TagResourceCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: TagResourceCommandInput;
|
|
23
22
|
constructor(input: TagResourceCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: KafkaClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { UntagResourceRequest } from "../models/models_0";
|
|
14
14
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
15
15
|
export interface UntagResourceCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class UntagResourceCommand extends $Command<
|
|
18
17
|
UntagResourceCommandInput,
|
|
19
18
|
UntagResourceCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: UntagResourceCommandInput;
|
|
23
22
|
constructor(input: UntagResourceCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: KafkaClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateBrokerCountCommandInput
|
|
|
19
19
|
export interface UpdateBrokerCountCommandOutput
|
|
20
20
|
extends UpdateBrokerCountResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateBrokerCountCommand extends $Command<
|
|
24
23
|
UpdateBrokerCountCommandInput,
|
|
25
24
|
UpdateBrokerCountCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateBrokerCountCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateBrokerCountCommandInput;
|
|
29
28
|
constructor(input: UpdateBrokerCountCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: KafkaClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateBrokerStorageCommandInput
|
|
|
19
19
|
export interface UpdateBrokerStorageCommandOutput
|
|
20
20
|
extends UpdateBrokerStorageResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateBrokerStorageCommand extends $Command<
|
|
24
23
|
UpdateBrokerStorageCommandInput,
|
|
25
24
|
UpdateBrokerStorageCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateBrokerStorageCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateBrokerStorageCommandInput;
|
|
29
28
|
constructor(input: UpdateBrokerStorageCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: KafkaClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UpdateBrokerTypeCommandInput extends UpdateBrokerTypeRequest {}
|
|
|
18
18
|
export interface UpdateBrokerTypeCommandOutput
|
|
19
19
|
extends UpdateBrokerTypeResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UpdateBrokerTypeCommand extends $Command<
|
|
23
22
|
UpdateBrokerTypeCommandInput,
|
|
24
23
|
UpdateBrokerTypeCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UpdateBrokerTypeCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UpdateBrokerTypeCommandInput;
|
|
28
27
|
constructor(input: UpdateBrokerTypeCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: KafkaClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateClusterConfigurationCommandInput
|
|
|
19
19
|
export interface UpdateClusterConfigurationCommandOutput
|
|
20
20
|
extends UpdateClusterConfigurationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateClusterConfigurationCommand extends $Command<
|
|
24
23
|
UpdateClusterConfigurationCommandInput,
|
|
25
24
|
UpdateClusterConfigurationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateClusterConfigurationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateClusterConfigurationCommandInput;
|
|
29
28
|
constructor(input: UpdateClusterConfigurationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: KafkaClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateClusterKafkaVersionCommandInput
|
|
|
19
19
|
export interface UpdateClusterKafkaVersionCommandOutput
|
|
20
20
|
extends UpdateClusterKafkaVersionResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateClusterKafkaVersionCommand extends $Command<
|
|
24
23
|
UpdateClusterKafkaVersionCommandInput,
|
|
25
24
|
UpdateClusterKafkaVersionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateClusterKafkaVersionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateClusterKafkaVersionCommandInput;
|
|
29
28
|
constructor(input: UpdateClusterKafkaVersionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: KafkaClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateConfigurationCommandInput
|
|
|
19
19
|
export interface UpdateConfigurationCommandOutput
|
|
20
20
|
extends UpdateConfigurationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateConfigurationCommand extends $Command<
|
|
24
23
|
UpdateConfigurationCommandInput,
|
|
25
24
|
UpdateConfigurationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateConfigurationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateConfigurationCommandInput;
|
|
29
28
|
constructor(input: UpdateConfigurationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: KafkaClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateConnectivityCommandInput
|
|
|
19
19
|
export interface UpdateConnectivityCommandOutput
|
|
20
20
|
extends UpdateConnectivityResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateConnectivityCommand extends $Command<
|
|
24
23
|
UpdateConnectivityCommandInput,
|
|
25
24
|
UpdateConnectivityCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateConnectivityCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateConnectivityCommandInput;
|
|
29
28
|
constructor(input: UpdateConnectivityCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: KafkaClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UpdateMonitoringCommandInput extends UpdateMonitoringRequest {}
|
|
|
18
18
|
export interface UpdateMonitoringCommandOutput
|
|
19
19
|
extends UpdateMonitoringResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UpdateMonitoringCommand extends $Command<
|
|
23
22
|
UpdateMonitoringCommandInput,
|
|
24
23
|
UpdateMonitoringCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UpdateMonitoringCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UpdateMonitoringCommandInput;
|
|
28
27
|
constructor(input: UpdateMonitoringCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: KafkaClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UpdateSecurityCommandInput extends UpdateSecurityRequest {}
|
|
|
18
18
|
export interface UpdateSecurityCommandOutput
|
|
19
19
|
extends UpdateSecurityResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UpdateSecurityCommand extends $Command<
|
|
23
22
|
UpdateSecurityCommandInput,
|
|
24
23
|
UpdateSecurityCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UpdateSecurityCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UpdateSecurityCommandInput;
|
|
28
27
|
constructor(input: UpdateSecurityCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: KafkaClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class KafkaServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|