@aws-sdk/client-kafka 3.169.0 → 3.171.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/ts3.4/Kafka.d.ts +599 -180
- package/dist-types/ts3.4/KafkaClient.d.ts +314 -108
- package/dist-types/ts3.4/commands/BatchAssociateScramSecretCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BatchDisassociateScramSecretCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateClusterV2Command.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateConfigurationCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteConfigurationCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeClusterOperationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeClusterV2Command.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeConfigurationRevisionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetBootstrapBrokersCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetCompatibleKafkaVersionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListClusterOperationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListClustersV2Command.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListConfigurationRevisionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListConfigurationsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListKafkaVersionsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListNodesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListScramSecretsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/RebootBrokerCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UpdateBrokerCountCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateBrokerStorageCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateBrokerTypeCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateClusterConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateClusterKafkaVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateConfigurationCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateConnectivityCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateMonitoringCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateSecurityCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/index.d.ts +35 -35
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/KafkaServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1025 -1350
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListClusterOperationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListClustersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListClustersV2Paginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListConfigurationRevisionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListConfigurationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListKafkaVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListNodesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListScramSecretsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +9 -9
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +425 -107
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
KafkaClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../KafkaClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateConfigurationRequest,
|
|
15
|
+
CreateConfigurationResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateConfigurationCommandInput
|
|
18
|
+
extends CreateConfigurationRequest {}
|
|
19
|
+
export interface CreateConfigurationCommandOutput
|
|
20
|
+
extends CreateConfigurationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateConfigurationCommand extends $Command<
|
|
23
|
+
CreateConfigurationCommandInput,
|
|
24
|
+
CreateConfigurationCommandOutput,
|
|
25
|
+
KafkaClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateConfigurationCommandInput;
|
|
28
|
+
constructor(input: CreateConfigurationCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: KafkaClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<CreateConfigurationCommandInput, CreateConfigurationCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
KafkaClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../KafkaClient";
|
|
13
|
+
import {
|
|
14
|
+
DeleteClusterRequest,
|
|
15
|
+
DeleteClusterResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteClusterCommandInput extends DeleteClusterRequest {}
|
|
18
|
+
export interface DeleteClusterCommandOutput
|
|
19
|
+
extends DeleteClusterResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class DeleteClusterCommand extends $Command<
|
|
22
|
+
DeleteClusterCommandInput,
|
|
23
|
+
DeleteClusterCommandOutput,
|
|
24
|
+
KafkaClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: DeleteClusterCommandInput;
|
|
27
|
+
constructor(input: DeleteClusterCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: KafkaClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<DeleteClusterCommandInput, DeleteClusterCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
KafkaClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../KafkaClient";
|
|
13
|
+
import {
|
|
14
|
+
DeleteConfigurationRequest,
|
|
15
|
+
DeleteConfigurationResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteConfigurationCommandInput
|
|
18
|
+
extends DeleteConfigurationRequest {}
|
|
19
|
+
export interface DeleteConfigurationCommandOutput
|
|
20
|
+
extends DeleteConfigurationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DeleteConfigurationCommand extends $Command<
|
|
23
|
+
DeleteConfigurationCommandInput,
|
|
24
|
+
DeleteConfigurationCommandOutput,
|
|
25
|
+
KafkaClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteConfigurationCommandInput;
|
|
28
|
+
constructor(input: DeleteConfigurationCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: KafkaClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<DeleteConfigurationCommandInput, DeleteConfigurationCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
KafkaClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../KafkaClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeClusterRequest,
|
|
15
|
+
DescribeClusterResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeClusterCommandInput extends DescribeClusterRequest {}
|
|
18
|
+
export interface DescribeClusterCommandOutput
|
|
19
|
+
extends DescribeClusterResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class DescribeClusterCommand extends $Command<
|
|
22
|
+
DescribeClusterCommandInput,
|
|
23
|
+
DescribeClusterCommandOutput,
|
|
24
|
+
KafkaClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: DescribeClusterCommandInput;
|
|
27
|
+
constructor(input: DescribeClusterCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: KafkaClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<DescribeClusterCommandInput, DescribeClusterCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
KafkaClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../KafkaClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeClusterOperationRequest,
|
|
15
|
+
DescribeClusterOperationResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeClusterOperationCommandInput
|
|
18
|
+
extends DescribeClusterOperationRequest {}
|
|
19
|
+
export interface DescribeClusterOperationCommandOutput
|
|
20
|
+
extends DescribeClusterOperationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DescribeClusterOperationCommand extends $Command<
|
|
23
|
+
DescribeClusterOperationCommandInput,
|
|
24
|
+
DescribeClusterOperationCommandOutput,
|
|
25
|
+
KafkaClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeClusterOperationCommandInput;
|
|
28
|
+
constructor(input: DescribeClusterOperationCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: KafkaClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DescribeClusterOperationCommandInput,
|
|
35
|
+
DescribeClusterOperationCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
KafkaClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../KafkaClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeClusterV2Request,
|
|
15
|
+
DescribeClusterV2Response,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeClusterV2CommandInput
|
|
18
|
+
extends DescribeClusterV2Request {}
|
|
19
|
+
export interface DescribeClusterV2CommandOutput
|
|
20
|
+
extends DescribeClusterV2Response,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DescribeClusterV2Command extends $Command<
|
|
23
|
+
DescribeClusterV2CommandInput,
|
|
24
|
+
DescribeClusterV2CommandOutput,
|
|
25
|
+
KafkaClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeClusterV2CommandInput;
|
|
28
|
+
constructor(input: DescribeClusterV2CommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: KafkaClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<DescribeClusterV2CommandInput, DescribeClusterV2CommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
KafkaClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../KafkaClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeConfigurationRequest,
|
|
15
|
+
DescribeConfigurationResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeConfigurationCommandInput
|
|
18
|
+
extends DescribeConfigurationRequest {}
|
|
19
|
+
export interface DescribeConfigurationCommandOutput
|
|
20
|
+
extends DescribeConfigurationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DescribeConfigurationCommand extends $Command<
|
|
23
|
+
DescribeConfigurationCommandInput,
|
|
24
|
+
DescribeConfigurationCommandOutput,
|
|
25
|
+
KafkaClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeConfigurationCommandInput;
|
|
28
|
+
constructor(input: DescribeConfigurationCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: KafkaClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DescribeConfigurationCommandInput,
|
|
35
|
+
DescribeConfigurationCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
KafkaClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../KafkaClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeConfigurationRevisionRequest,
|
|
15
|
+
DescribeConfigurationRevisionResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeConfigurationRevisionCommandInput
|
|
18
|
+
extends DescribeConfigurationRevisionRequest {}
|
|
19
|
+
export interface DescribeConfigurationRevisionCommandOutput
|
|
20
|
+
extends DescribeConfigurationRevisionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DescribeConfigurationRevisionCommand extends $Command<
|
|
23
|
+
DescribeConfigurationRevisionCommandInput,
|
|
24
|
+
DescribeConfigurationRevisionCommandOutput,
|
|
25
|
+
KafkaClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeConfigurationRevisionCommandInput;
|
|
28
|
+
constructor(input: DescribeConfigurationRevisionCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: KafkaClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DescribeConfigurationRevisionCommandInput,
|
|
35
|
+
DescribeConfigurationRevisionCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
KafkaClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../KafkaClient";
|
|
13
|
+
import {
|
|
14
|
+
GetBootstrapBrokersRequest,
|
|
15
|
+
GetBootstrapBrokersResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetBootstrapBrokersCommandInput
|
|
18
|
+
extends GetBootstrapBrokersRequest {}
|
|
19
|
+
export interface GetBootstrapBrokersCommandOutput
|
|
20
|
+
extends GetBootstrapBrokersResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetBootstrapBrokersCommand extends $Command<
|
|
23
|
+
GetBootstrapBrokersCommandInput,
|
|
24
|
+
GetBootstrapBrokersCommandOutput,
|
|
25
|
+
KafkaClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetBootstrapBrokersCommandInput;
|
|
28
|
+
constructor(input: GetBootstrapBrokersCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: KafkaClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<GetBootstrapBrokersCommandInput, GetBootstrapBrokersCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
KafkaClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../KafkaClient";
|
|
13
|
+
import {
|
|
14
|
+
GetCompatibleKafkaVersionsRequest,
|
|
15
|
+
GetCompatibleKafkaVersionsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetCompatibleKafkaVersionsCommandInput
|
|
18
|
+
extends GetCompatibleKafkaVersionsRequest {}
|
|
19
|
+
export interface GetCompatibleKafkaVersionsCommandOutput
|
|
20
|
+
extends GetCompatibleKafkaVersionsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetCompatibleKafkaVersionsCommand extends $Command<
|
|
23
|
+
GetCompatibleKafkaVersionsCommandInput,
|
|
24
|
+
GetCompatibleKafkaVersionsCommandOutput,
|
|
25
|
+
KafkaClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetCompatibleKafkaVersionsCommandInput;
|
|
28
|
+
constructor(input: GetCompatibleKafkaVersionsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: KafkaClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
GetCompatibleKafkaVersionsCommandInput,
|
|
35
|
+
GetCompatibleKafkaVersionsCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
KafkaClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../KafkaClient";
|
|
13
|
+
import {
|
|
14
|
+
ListClusterOperationsRequest,
|
|
15
|
+
ListClusterOperationsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListClusterOperationsCommandInput
|
|
18
|
+
extends ListClusterOperationsRequest {}
|
|
19
|
+
export interface ListClusterOperationsCommandOutput
|
|
20
|
+
extends ListClusterOperationsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListClusterOperationsCommand extends $Command<
|
|
23
|
+
ListClusterOperationsCommandInput,
|
|
24
|
+
ListClusterOperationsCommandOutput,
|
|
25
|
+
KafkaClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListClusterOperationsCommandInput;
|
|
28
|
+
constructor(input: ListClusterOperationsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: KafkaClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ListClusterOperationsCommandInput,
|
|
35
|
+
ListClusterOperationsCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|