@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.
Files changed (60) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/Kafka.d.ts +599 -180
  3. package/dist-types/ts3.4/KafkaClient.d.ts +314 -108
  4. package/dist-types/ts3.4/commands/BatchAssociateScramSecretCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/BatchDisassociateScramSecretCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +35 -17
  7. package/dist-types/ts3.4/commands/CreateClusterV2Command.d.ts +35 -17
  8. package/dist-types/ts3.4/commands/CreateConfigurationCommand.d.ts +36 -17
  9. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +35 -17
  10. package/dist-types/ts3.4/commands/DeleteConfigurationCommand.d.ts +36 -17
  11. package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +35 -17
  12. package/dist-types/ts3.4/commands/DescribeClusterOperationCommand.d.ts +39 -17
  13. package/dist-types/ts3.4/commands/DescribeClusterV2Command.d.ts +36 -17
  14. package/dist-types/ts3.4/commands/DescribeConfigurationCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/DescribeConfigurationRevisionCommand.d.ts +39 -17
  16. package/dist-types/ts3.4/commands/GetBootstrapBrokersCommand.d.ts +36 -17
  17. package/dist-types/ts3.4/commands/GetCompatibleKafkaVersionsCommand.d.ts +39 -17
  18. package/dist-types/ts3.4/commands/ListClusterOperationsCommand.d.ts +39 -17
  19. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +32 -17
  20. package/dist-types/ts3.4/commands/ListClustersV2Command.d.ts +35 -17
  21. package/dist-types/ts3.4/commands/ListConfigurationRevisionsCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/ListConfigurationsCommand.d.ts +36 -17
  23. package/dist-types/ts3.4/commands/ListKafkaVersionsCommand.d.ts +36 -17
  24. package/dist-types/ts3.4/commands/ListNodesCommand.d.ts +32 -17
  25. package/dist-types/ts3.4/commands/ListScramSecretsCommand.d.ts +35 -17
  26. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  27. package/dist-types/ts3.4/commands/RebootBrokerCommand.d.ts +32 -17
  28. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +30 -17
  29. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -17
  30. package/dist-types/ts3.4/commands/UpdateBrokerCountCommand.d.ts +36 -17
  31. package/dist-types/ts3.4/commands/UpdateBrokerStorageCommand.d.ts +36 -17
  32. package/dist-types/ts3.4/commands/UpdateBrokerTypeCommand.d.ts +35 -17
  33. package/dist-types/ts3.4/commands/UpdateClusterConfigurationCommand.d.ts +39 -17
  34. package/dist-types/ts3.4/commands/UpdateClusterKafkaVersionCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/UpdateConfigurationCommand.d.ts +36 -17
  36. package/dist-types/ts3.4/commands/UpdateConnectivityCommand.d.ts +36 -17
  37. package/dist-types/ts3.4/commands/UpdateMonitoringCommand.d.ts +35 -17
  38. package/dist-types/ts3.4/commands/UpdateSecurityCommand.d.ts +35 -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 +7 -6
  43. package/dist-types/ts3.4/models/index.d.ts +1 -1
  44. package/dist-types/ts3.4/models/models_0.d.ts +1025 -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 +65 -38
  57. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  58. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  59. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  60. package/package.json +34 -34
@@ -1,17 +1,32 @@
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 { ListClustersRequest, ListClustersResponse } from "../models/models_0";
5
- export interface ListClustersCommandInput extends ListClustersRequest {
6
- }
7
- export interface ListClustersCommandOutput extends ListClustersResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListClustersCommand extends $Command<ListClustersCommandInput, ListClustersCommandOutput, KafkaClientResolvedConfig> {
11
- readonly input: ListClustersCommandInput;
12
- constructor(input: ListClustersCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListClustersCommandInput, ListClustersCommandOutput>;
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 { ListClustersRequest, ListClustersResponse } from "../models/models_0";
14
+ export interface ListClustersCommandInput extends ListClustersRequest {}
15
+ export interface ListClustersCommandOutput
16
+ extends ListClustersResponse,
17
+ __MetadataBearer {}
18
+ export declare class ListClustersCommand extends $Command<
19
+ ListClustersCommandInput,
20
+ ListClustersCommandOutput,
21
+ KafkaClientResolvedConfig
22
+ > {
23
+ readonly input: ListClustersCommandInput;
24
+ constructor(input: ListClustersCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: KafkaClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<ListClustersCommandInput, ListClustersCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,35 @@
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 { ListClustersV2Request, ListClustersV2Response } from "../models/models_0";
5
- export interface ListClustersV2CommandInput extends ListClustersV2Request {
6
- }
7
- export interface ListClustersV2CommandOutput extends ListClustersV2Response, __MetadataBearer {
8
- }
9
-
10
- export declare class ListClustersV2Command extends $Command<ListClustersV2CommandInput, ListClustersV2CommandOutput, KafkaClientResolvedConfig> {
11
- readonly input: ListClustersV2CommandInput;
12
- constructor(input: ListClustersV2CommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListClustersV2CommandInput, ListClustersV2CommandOutput>;
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
+ ListClustersV2Request,
15
+ ListClustersV2Response,
16
+ } from "../models/models_0";
17
+ export interface ListClustersV2CommandInput extends ListClustersV2Request {}
18
+ export interface ListClustersV2CommandOutput
19
+ extends ListClustersV2Response,
20
+ __MetadataBearer {}
21
+ export declare class ListClustersV2Command extends $Command<
22
+ ListClustersV2CommandInput,
23
+ ListClustersV2CommandOutput,
24
+ KafkaClientResolvedConfig
25
+ > {
26
+ readonly input: ListClustersV2CommandInput;
27
+ constructor(input: ListClustersV2CommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: KafkaClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<ListClustersV2CommandInput, ListClustersV2CommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,39 @@
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 { ListConfigurationRevisionsRequest, ListConfigurationRevisionsResponse } from "../models/models_0";
5
- export interface ListConfigurationRevisionsCommandInput extends ListConfigurationRevisionsRequest {
6
- }
7
- export interface ListConfigurationRevisionsCommandOutput extends ListConfigurationRevisionsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListConfigurationRevisionsCommand extends $Command<ListConfigurationRevisionsCommandInput, ListConfigurationRevisionsCommandOutput, KafkaClientResolvedConfig> {
11
- readonly input: ListConfigurationRevisionsCommandInput;
12
- constructor(input: ListConfigurationRevisionsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListConfigurationRevisionsCommandInput, ListConfigurationRevisionsCommandOutput>;
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
+ ListConfigurationRevisionsRequest,
15
+ ListConfigurationRevisionsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListConfigurationRevisionsCommandInput
18
+ extends ListConfigurationRevisionsRequest {}
19
+ export interface ListConfigurationRevisionsCommandOutput
20
+ extends ListConfigurationRevisionsResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListConfigurationRevisionsCommand extends $Command<
23
+ ListConfigurationRevisionsCommandInput,
24
+ ListConfigurationRevisionsCommandOutput,
25
+ KafkaClientResolvedConfig
26
+ > {
27
+ readonly input: ListConfigurationRevisionsCommandInput;
28
+ constructor(input: ListConfigurationRevisionsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: KafkaClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ListConfigurationRevisionsCommandInput,
35
+ ListConfigurationRevisionsCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,36 @@
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 { ListConfigurationsRequest, ListConfigurationsResponse } from "../models/models_0";
5
- export interface ListConfigurationsCommandInput extends ListConfigurationsRequest {
6
- }
7
- export interface ListConfigurationsCommandOutput extends ListConfigurationsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListConfigurationsCommand extends $Command<ListConfigurationsCommandInput, ListConfigurationsCommandOutput, KafkaClientResolvedConfig> {
11
- readonly input: ListConfigurationsCommandInput;
12
- constructor(input: ListConfigurationsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListConfigurationsCommandInput, ListConfigurationsCommandOutput>;
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
+ ListConfigurationsRequest,
15
+ ListConfigurationsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListConfigurationsCommandInput
18
+ extends ListConfigurationsRequest {}
19
+ export interface ListConfigurationsCommandOutput
20
+ extends ListConfigurationsResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListConfigurationsCommand extends $Command<
23
+ ListConfigurationsCommandInput,
24
+ ListConfigurationsCommandOutput,
25
+ KafkaClientResolvedConfig
26
+ > {
27
+ readonly input: ListConfigurationsCommandInput;
28
+ constructor(input: ListConfigurationsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: KafkaClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<ListConfigurationsCommandInput, ListConfigurationsCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,36 @@
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 { ListKafkaVersionsRequest, ListKafkaVersionsResponse } from "../models/models_0";
5
- export interface ListKafkaVersionsCommandInput extends ListKafkaVersionsRequest {
6
- }
7
- export interface ListKafkaVersionsCommandOutput extends ListKafkaVersionsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListKafkaVersionsCommand extends $Command<ListKafkaVersionsCommandInput, ListKafkaVersionsCommandOutput, KafkaClientResolvedConfig> {
11
- readonly input: ListKafkaVersionsCommandInput;
12
- constructor(input: ListKafkaVersionsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListKafkaVersionsCommandInput, ListKafkaVersionsCommandOutput>;
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
+ ListKafkaVersionsRequest,
15
+ ListKafkaVersionsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListKafkaVersionsCommandInput
18
+ extends ListKafkaVersionsRequest {}
19
+ export interface ListKafkaVersionsCommandOutput
20
+ extends ListKafkaVersionsResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListKafkaVersionsCommand extends $Command<
23
+ ListKafkaVersionsCommandInput,
24
+ ListKafkaVersionsCommandOutput,
25
+ KafkaClientResolvedConfig
26
+ > {
27
+ readonly input: ListKafkaVersionsCommandInput;
28
+ constructor(input: ListKafkaVersionsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: KafkaClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<ListKafkaVersionsCommandInput, ListKafkaVersionsCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,32 @@
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 { ListNodesRequest, ListNodesResponse } from "../models/models_0";
5
- export interface ListNodesCommandInput extends ListNodesRequest {
6
- }
7
- export interface ListNodesCommandOutput extends ListNodesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListNodesCommand extends $Command<ListNodesCommandInput, ListNodesCommandOutput, KafkaClientResolvedConfig> {
11
- readonly input: ListNodesCommandInput;
12
- constructor(input: ListNodesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListNodesCommandInput, ListNodesCommandOutput>;
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 { ListNodesRequest, ListNodesResponse } from "../models/models_0";
14
+ export interface ListNodesCommandInput extends ListNodesRequest {}
15
+ export interface ListNodesCommandOutput
16
+ extends ListNodesResponse,
17
+ __MetadataBearer {}
18
+ export declare class ListNodesCommand extends $Command<
19
+ ListNodesCommandInput,
20
+ ListNodesCommandOutput,
21
+ KafkaClientResolvedConfig
22
+ > {
23
+ readonly input: ListNodesCommandInput;
24
+ constructor(input: ListNodesCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: KafkaClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<ListNodesCommandInput, ListNodesCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,35 @@
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 { ListScramSecretsRequest, ListScramSecretsResponse } from "../models/models_0";
5
- export interface ListScramSecretsCommandInput extends ListScramSecretsRequest {
6
- }
7
- export interface ListScramSecretsCommandOutput extends ListScramSecretsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListScramSecretsCommand extends $Command<ListScramSecretsCommandInput, ListScramSecretsCommandOutput, KafkaClientResolvedConfig> {
11
- readonly input: ListScramSecretsCommandInput;
12
- constructor(input: ListScramSecretsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListScramSecretsCommandInput, ListScramSecretsCommandOutput>;
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
+ ListScramSecretsRequest,
15
+ ListScramSecretsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListScramSecretsCommandInput extends ListScramSecretsRequest {}
18
+ export interface ListScramSecretsCommandOutput
19
+ extends ListScramSecretsResponse,
20
+ __MetadataBearer {}
21
+ export declare class ListScramSecretsCommand extends $Command<
22
+ ListScramSecretsCommandInput,
23
+ ListScramSecretsCommandOutput,
24
+ KafkaClientResolvedConfig
25
+ > {
26
+ readonly input: ListScramSecretsCommandInput;
27
+ constructor(input: ListScramSecretsCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: KafkaClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<ListScramSecretsCommandInput, ListScramSecretsCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,36 @@
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 { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
- export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
6
- }
7
- export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, KafkaClientResolvedConfig> {
11
- readonly input: ListTagsForResourceCommandInput;
12
- constructor(input: ListTagsForResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
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
+ ListTagsForResourceRequest,
15
+ ListTagsForResourceResponse,
16
+ } from "../models/models_0";
17
+ export interface ListTagsForResourceCommandInput
18
+ extends ListTagsForResourceRequest {}
19
+ export interface ListTagsForResourceCommandOutput
20
+ extends ListTagsForResourceResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListTagsForResourceCommand extends $Command<
23
+ ListTagsForResourceCommandInput,
24
+ ListTagsForResourceCommandOutput,
25
+ KafkaClientResolvedConfig
26
+ > {
27
+ readonly input: ListTagsForResourceCommandInput;
28
+ constructor(input: ListTagsForResourceCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: KafkaClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,32 @@
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 { RebootBrokerRequest, RebootBrokerResponse } from "../models/models_0";
5
- export interface RebootBrokerCommandInput extends RebootBrokerRequest {
6
- }
7
- export interface RebootBrokerCommandOutput extends RebootBrokerResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class RebootBrokerCommand extends $Command<RebootBrokerCommandInput, RebootBrokerCommandOutput, KafkaClientResolvedConfig> {
11
- readonly input: RebootBrokerCommandInput;
12
- constructor(input: RebootBrokerCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RebootBrokerCommandInput, RebootBrokerCommandOutput>;
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 { RebootBrokerRequest, RebootBrokerResponse } from "../models/models_0";
14
+ export interface RebootBrokerCommandInput extends RebootBrokerRequest {}
15
+ export interface RebootBrokerCommandOutput
16
+ extends RebootBrokerResponse,
17
+ __MetadataBearer {}
18
+ export declare class RebootBrokerCommand extends $Command<
19
+ RebootBrokerCommandInput,
20
+ RebootBrokerCommandOutput,
21
+ KafkaClientResolvedConfig
22
+ > {
23
+ readonly input: RebootBrokerCommandInput;
24
+ constructor(input: RebootBrokerCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: KafkaClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<RebootBrokerCommandInput, RebootBrokerCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,30 @@
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 { TagResourceRequest } from "../models/models_0";
5
- export interface TagResourceCommandInput extends TagResourceRequest {
6
- }
7
- export interface TagResourceCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, KafkaClientResolvedConfig> {
11
- readonly input: TagResourceCommandInput;
12
- constructor(input: TagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
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 { TagResourceRequest } from "../models/models_0";
14
+ export interface TagResourceCommandInput extends TagResourceRequest {}
15
+ export interface TagResourceCommandOutput extends __MetadataBearer {}
16
+ export declare class TagResourceCommand extends $Command<
17
+ TagResourceCommandInput,
18
+ TagResourceCommandOutput,
19
+ KafkaClientResolvedConfig
20
+ > {
21
+ readonly input: TagResourceCommandInput;
22
+ constructor(input: TagResourceCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: KafkaClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
28
+ private serialize;
29
+ private deserialize;
30
+ }
@@ -1,17 +1,30 @@
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 { UntagResourceRequest } from "../models/models_0";
5
- export interface UntagResourceCommandInput extends UntagResourceRequest {
6
- }
7
- export interface UntagResourceCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, KafkaClientResolvedConfig> {
11
- readonly input: UntagResourceCommandInput;
12
- constructor(input: UntagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
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 { UntagResourceRequest } from "../models/models_0";
14
+ export interface UntagResourceCommandInput extends UntagResourceRequest {}
15
+ export interface UntagResourceCommandOutput extends __MetadataBearer {}
16
+ export declare class UntagResourceCommand extends $Command<
17
+ UntagResourceCommandInput,
18
+ UntagResourceCommandOutput,
19
+ KafkaClientResolvedConfig
20
+ > {
21
+ readonly input: UntagResourceCommandInput;
22
+ constructor(input: UntagResourceCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: KafkaClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
28
+ private serialize;
29
+ private deserialize;
30
+ }
@@ -1,17 +1,36 @@
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 { UpdateBrokerCountRequest, UpdateBrokerCountResponse } from "../models/models_0";
5
- export interface UpdateBrokerCountCommandInput extends UpdateBrokerCountRequest {
6
- }
7
- export interface UpdateBrokerCountCommandOutput extends UpdateBrokerCountResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateBrokerCountCommand extends $Command<UpdateBrokerCountCommandInput, UpdateBrokerCountCommandOutput, KafkaClientResolvedConfig> {
11
- readonly input: UpdateBrokerCountCommandInput;
12
- constructor(input: UpdateBrokerCountCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateBrokerCountCommandInput, UpdateBrokerCountCommandOutput>;
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
+ UpdateBrokerCountRequest,
15
+ UpdateBrokerCountResponse,
16
+ } from "../models/models_0";
17
+ export interface UpdateBrokerCountCommandInput
18
+ extends UpdateBrokerCountRequest {}
19
+ export interface UpdateBrokerCountCommandOutput
20
+ extends UpdateBrokerCountResponse,
21
+ __MetadataBearer {}
22
+ export declare class UpdateBrokerCountCommand extends $Command<
23
+ UpdateBrokerCountCommandInput,
24
+ UpdateBrokerCountCommandOutput,
25
+ KafkaClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateBrokerCountCommandInput;
28
+ constructor(input: UpdateBrokerCountCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: KafkaClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<UpdateBrokerCountCommandInput, UpdateBrokerCountCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }