@aws-sdk/client-kafka 3.169.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 +8 -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,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 { 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
+
17
+ export declare class UntagResourceCommand extends $Command<
18
+ UntagResourceCommandInput,
19
+ UntagResourceCommandOutput,
20
+ KafkaClientResolvedConfig
21
+ > {
22
+ readonly input: UntagResourceCommandInput;
23
+ constructor(input: UntagResourceCommandInput);
24
+
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: KafkaClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -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 { 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
+
23
+ export declare class UpdateBrokerCountCommand extends $Command<
24
+ UpdateBrokerCountCommandInput,
25
+ UpdateBrokerCountCommandOutput,
26
+ KafkaClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateBrokerCountCommandInput;
29
+ constructor(input: UpdateBrokerCountCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: KafkaClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<UpdateBrokerCountCommandInput, UpdateBrokerCountCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -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 { UpdateBrokerStorageRequest, UpdateBrokerStorageResponse } from "../models/models_0";
5
- export interface UpdateBrokerStorageCommandInput extends UpdateBrokerStorageRequest {
6
- }
7
- export interface UpdateBrokerStorageCommandOutput extends UpdateBrokerStorageResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateBrokerStorageCommand extends $Command<UpdateBrokerStorageCommandInput, UpdateBrokerStorageCommandOutput, KafkaClientResolvedConfig> {
11
- readonly input: UpdateBrokerStorageCommandInput;
12
- constructor(input: UpdateBrokerStorageCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateBrokerStorageCommandInput, UpdateBrokerStorageCommandOutput>;
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
+ UpdateBrokerStorageRequest,
15
+ UpdateBrokerStorageResponse,
16
+ } from "../models/models_0";
17
+ export interface UpdateBrokerStorageCommandInput
18
+ extends UpdateBrokerStorageRequest {}
19
+ export interface UpdateBrokerStorageCommandOutput
20
+ extends UpdateBrokerStorageResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class UpdateBrokerStorageCommand extends $Command<
24
+ UpdateBrokerStorageCommandInput,
25
+ UpdateBrokerStorageCommandOutput,
26
+ KafkaClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateBrokerStorageCommandInput;
29
+ constructor(input: UpdateBrokerStorageCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: KafkaClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<UpdateBrokerStorageCommandInput, UpdateBrokerStorageCommandOutput>;
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 { UpdateBrokerTypeRequest, UpdateBrokerTypeResponse } from "../models/models_0";
5
- export interface UpdateBrokerTypeCommandInput extends UpdateBrokerTypeRequest {
6
- }
7
- export interface UpdateBrokerTypeCommandOutput extends UpdateBrokerTypeResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateBrokerTypeCommand extends $Command<UpdateBrokerTypeCommandInput, UpdateBrokerTypeCommandOutput, KafkaClientResolvedConfig> {
11
- readonly input: UpdateBrokerTypeCommandInput;
12
- constructor(input: UpdateBrokerTypeCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateBrokerTypeCommandInput, UpdateBrokerTypeCommandOutput>;
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
+ UpdateBrokerTypeRequest,
15
+ UpdateBrokerTypeResponse,
16
+ } from "../models/models_0";
17
+ export interface UpdateBrokerTypeCommandInput extends UpdateBrokerTypeRequest {}
18
+ export interface UpdateBrokerTypeCommandOutput
19
+ extends UpdateBrokerTypeResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class UpdateBrokerTypeCommand extends $Command<
23
+ UpdateBrokerTypeCommandInput,
24
+ UpdateBrokerTypeCommandOutput,
25
+ KafkaClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateBrokerTypeCommandInput;
28
+ constructor(input: UpdateBrokerTypeCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: KafkaClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<UpdateBrokerTypeCommandInput, UpdateBrokerTypeCommandOutput>;
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 { UpdateClusterConfigurationRequest, UpdateClusterConfigurationResponse } from "../models/models_0";
5
- export interface UpdateClusterConfigurationCommandInput extends UpdateClusterConfigurationRequest {
6
- }
7
- export interface UpdateClusterConfigurationCommandOutput extends UpdateClusterConfigurationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateClusterConfigurationCommand extends $Command<UpdateClusterConfigurationCommandInput, UpdateClusterConfigurationCommandOutput, KafkaClientResolvedConfig> {
11
- readonly input: UpdateClusterConfigurationCommandInput;
12
- constructor(input: UpdateClusterConfigurationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateClusterConfigurationCommandInput, UpdateClusterConfigurationCommandOutput>;
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
+ UpdateClusterConfigurationRequest,
15
+ UpdateClusterConfigurationResponse,
16
+ } from "../models/models_0";
17
+ export interface UpdateClusterConfigurationCommandInput
18
+ extends UpdateClusterConfigurationRequest {}
19
+ export interface UpdateClusterConfigurationCommandOutput
20
+ extends UpdateClusterConfigurationResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class UpdateClusterConfigurationCommand extends $Command<
24
+ UpdateClusterConfigurationCommandInput,
25
+ UpdateClusterConfigurationCommandOutput,
26
+ KafkaClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateClusterConfigurationCommandInput;
29
+ constructor(input: UpdateClusterConfigurationCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: KafkaClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ UpdateClusterConfigurationCommandInput,
37
+ UpdateClusterConfigurationCommandOutput
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 { UpdateClusterKafkaVersionRequest, UpdateClusterKafkaVersionResponse } from "../models/models_0";
5
- export interface UpdateClusterKafkaVersionCommandInput extends UpdateClusterKafkaVersionRequest {
6
- }
7
- export interface UpdateClusterKafkaVersionCommandOutput extends UpdateClusterKafkaVersionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateClusterKafkaVersionCommand extends $Command<UpdateClusterKafkaVersionCommandInput, UpdateClusterKafkaVersionCommandOutput, KafkaClientResolvedConfig> {
11
- readonly input: UpdateClusterKafkaVersionCommandInput;
12
- constructor(input: UpdateClusterKafkaVersionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateClusterKafkaVersionCommandInput, UpdateClusterKafkaVersionCommandOutput>;
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
+ UpdateClusterKafkaVersionRequest,
15
+ UpdateClusterKafkaVersionResponse,
16
+ } from "../models/models_0";
17
+ export interface UpdateClusterKafkaVersionCommandInput
18
+ extends UpdateClusterKafkaVersionRequest {}
19
+ export interface UpdateClusterKafkaVersionCommandOutput
20
+ extends UpdateClusterKafkaVersionResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class UpdateClusterKafkaVersionCommand extends $Command<
24
+ UpdateClusterKafkaVersionCommandInput,
25
+ UpdateClusterKafkaVersionCommandOutput,
26
+ KafkaClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateClusterKafkaVersionCommandInput;
29
+ constructor(input: UpdateClusterKafkaVersionCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: KafkaClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ UpdateClusterKafkaVersionCommandInput,
37
+ UpdateClusterKafkaVersionCommandOutput
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 { UpdateConfigurationRequest, UpdateConfigurationResponse } from "../models/models_0";
5
- export interface UpdateConfigurationCommandInput extends UpdateConfigurationRequest {
6
- }
7
- export interface UpdateConfigurationCommandOutput extends UpdateConfigurationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateConfigurationCommand extends $Command<UpdateConfigurationCommandInput, UpdateConfigurationCommandOutput, KafkaClientResolvedConfig> {
11
- readonly input: UpdateConfigurationCommandInput;
12
- constructor(input: UpdateConfigurationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateConfigurationCommandInput, UpdateConfigurationCommandOutput>;
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
+ UpdateConfigurationRequest,
15
+ UpdateConfigurationResponse,
16
+ } from "../models/models_0";
17
+ export interface UpdateConfigurationCommandInput
18
+ extends UpdateConfigurationRequest {}
19
+ export interface UpdateConfigurationCommandOutput
20
+ extends UpdateConfigurationResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class UpdateConfigurationCommand extends $Command<
24
+ UpdateConfigurationCommandInput,
25
+ UpdateConfigurationCommandOutput,
26
+ KafkaClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateConfigurationCommandInput;
29
+ constructor(input: UpdateConfigurationCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: KafkaClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<UpdateConfigurationCommandInput, UpdateConfigurationCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -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 { UpdateConnectivityRequest, UpdateConnectivityResponse } from "../models/models_0";
5
- export interface UpdateConnectivityCommandInput extends UpdateConnectivityRequest {
6
- }
7
- export interface UpdateConnectivityCommandOutput extends UpdateConnectivityResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateConnectivityCommand extends $Command<UpdateConnectivityCommandInput, UpdateConnectivityCommandOutput, KafkaClientResolvedConfig> {
11
- readonly input: UpdateConnectivityCommandInput;
12
- constructor(input: UpdateConnectivityCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateConnectivityCommandInput, UpdateConnectivityCommandOutput>;
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
+ UpdateConnectivityRequest,
15
+ UpdateConnectivityResponse,
16
+ } from "../models/models_0";
17
+ export interface UpdateConnectivityCommandInput
18
+ extends UpdateConnectivityRequest {}
19
+ export interface UpdateConnectivityCommandOutput
20
+ extends UpdateConnectivityResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class UpdateConnectivityCommand extends $Command<
24
+ UpdateConnectivityCommandInput,
25
+ UpdateConnectivityCommandOutput,
26
+ KafkaClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateConnectivityCommandInput;
29
+ constructor(input: UpdateConnectivityCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: KafkaClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<UpdateConnectivityCommandInput, UpdateConnectivityCommandOutput>;
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 { UpdateMonitoringRequest, UpdateMonitoringResponse } from "../models/models_0";
5
- export interface UpdateMonitoringCommandInput extends UpdateMonitoringRequest {
6
- }
7
- export interface UpdateMonitoringCommandOutput extends UpdateMonitoringResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateMonitoringCommand extends $Command<UpdateMonitoringCommandInput, UpdateMonitoringCommandOutput, KafkaClientResolvedConfig> {
11
- readonly input: UpdateMonitoringCommandInput;
12
- constructor(input: UpdateMonitoringCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateMonitoringCommandInput, UpdateMonitoringCommandOutput>;
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
+ UpdateMonitoringRequest,
15
+ UpdateMonitoringResponse,
16
+ } from "../models/models_0";
17
+ export interface UpdateMonitoringCommandInput extends UpdateMonitoringRequest {}
18
+ export interface UpdateMonitoringCommandOutput
19
+ extends UpdateMonitoringResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class UpdateMonitoringCommand extends $Command<
23
+ UpdateMonitoringCommandInput,
24
+ UpdateMonitoringCommandOutput,
25
+ KafkaClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateMonitoringCommandInput;
28
+ constructor(input: UpdateMonitoringCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: KafkaClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<UpdateMonitoringCommandInput, UpdateMonitoringCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -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 { UpdateSecurityRequest, UpdateSecurityResponse } from "../models/models_0";
5
- export interface UpdateSecurityCommandInput extends UpdateSecurityRequest {
6
- }
7
- export interface UpdateSecurityCommandOutput extends UpdateSecurityResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateSecurityCommand extends $Command<UpdateSecurityCommandInput, UpdateSecurityCommandOutput, KafkaClientResolvedConfig> {
11
- readonly input: UpdateSecurityCommandInput;
12
- constructor(input: UpdateSecurityCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateSecurityCommandInput, UpdateSecurityCommandOutput>;
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
+ UpdateSecurityRequest,
15
+ UpdateSecurityResponse,
16
+ } from "../models/models_0";
17
+ export interface UpdateSecurityCommandInput extends UpdateSecurityRequest {}
18
+ export interface UpdateSecurityCommandOutput
19
+ extends UpdateSecurityResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class UpdateSecurityCommand extends $Command<
23
+ UpdateSecurityCommandInput,
24
+ UpdateSecurityCommandOutput,
25
+ KafkaClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateSecurityCommandInput;
28
+ constructor(input: UpdateSecurityCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: KafkaClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<UpdateSecurityCommandInput, UpdateSecurityCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,35 +1,35 @@
1
- export * from "./BatchAssociateScramSecretCommand";
2
- export * from "./BatchDisassociateScramSecretCommand";
3
- export * from "./CreateClusterCommand";
4
- export * from "./CreateClusterV2Command";
5
- export * from "./CreateConfigurationCommand";
6
- export * from "./DeleteClusterCommand";
7
- export * from "./DeleteConfigurationCommand";
8
- export * from "./DescribeClusterCommand";
9
- export * from "./DescribeClusterOperationCommand";
10
- export * from "./DescribeClusterV2Command";
11
- export * from "./DescribeConfigurationCommand";
12
- export * from "./DescribeConfigurationRevisionCommand";
13
- export * from "./GetBootstrapBrokersCommand";
14
- export * from "./GetCompatibleKafkaVersionsCommand";
15
- export * from "./ListClusterOperationsCommand";
16
- export * from "./ListClustersCommand";
17
- export * from "./ListClustersV2Command";
18
- export * from "./ListConfigurationRevisionsCommand";
19
- export * from "./ListConfigurationsCommand";
20
- export * from "./ListKafkaVersionsCommand";
21
- export * from "./ListNodesCommand";
22
- export * from "./ListScramSecretsCommand";
23
- export * from "./ListTagsForResourceCommand";
24
- export * from "./RebootBrokerCommand";
25
- export * from "./TagResourceCommand";
26
- export * from "./UntagResourceCommand";
27
- export * from "./UpdateBrokerCountCommand";
28
- export * from "./UpdateBrokerStorageCommand";
29
- export * from "./UpdateBrokerTypeCommand";
30
- export * from "./UpdateClusterConfigurationCommand";
31
- export * from "./UpdateClusterKafkaVersionCommand";
32
- export * from "./UpdateConfigurationCommand";
33
- export * from "./UpdateConnectivityCommand";
34
- export * from "./UpdateMonitoringCommand";
35
- export * from "./UpdateSecurityCommand";
1
+ export * from "./BatchAssociateScramSecretCommand";
2
+ export * from "./BatchDisassociateScramSecretCommand";
3
+ export * from "./CreateClusterCommand";
4
+ export * from "./CreateClusterV2Command";
5
+ export * from "./CreateConfigurationCommand";
6
+ export * from "./DeleteClusterCommand";
7
+ export * from "./DeleteConfigurationCommand";
8
+ export * from "./DescribeClusterCommand";
9
+ export * from "./DescribeClusterOperationCommand";
10
+ export * from "./DescribeClusterV2Command";
11
+ export * from "./DescribeConfigurationCommand";
12
+ export * from "./DescribeConfigurationRevisionCommand";
13
+ export * from "./GetBootstrapBrokersCommand";
14
+ export * from "./GetCompatibleKafkaVersionsCommand";
15
+ export * from "./ListClusterOperationsCommand";
16
+ export * from "./ListClustersCommand";
17
+ export * from "./ListClustersV2Command";
18
+ export * from "./ListConfigurationRevisionsCommand";
19
+ export * from "./ListConfigurationsCommand";
20
+ export * from "./ListKafkaVersionsCommand";
21
+ export * from "./ListNodesCommand";
22
+ export * from "./ListScramSecretsCommand";
23
+ export * from "./ListTagsForResourceCommand";
24
+ export * from "./RebootBrokerCommand";
25
+ export * from "./TagResourceCommand";
26
+ export * from "./UntagResourceCommand";
27
+ export * from "./UpdateBrokerCountCommand";
28
+ export * from "./UpdateBrokerStorageCommand";
29
+ export * from "./UpdateBrokerTypeCommand";
30
+ export * from "./UpdateClusterConfigurationCommand";
31
+ export * from "./UpdateClusterKafkaVersionCommand";
32
+ export * from "./UpdateConfigurationCommand";
33
+ export * from "./UpdateConnectivityCommand";
34
+ export * from "./UpdateMonitoringCommand";
35
+ export * from "./UpdateSecurityCommand";
@@ -1,2 +1,2 @@
1
- import { RegionInfoProvider } from "@aws-sdk/types";
2
- export declare const defaultRegionInfoProvider: RegionInfoProvider;
1
+ import { RegionInfoProvider } from "@aws-sdk/types";
2
+ export declare const defaultRegionInfoProvider: RegionInfoProvider;