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