@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,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 { 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
+ export declare class UpdateBrokerStorageCommand extends $Command<
23
+ UpdateBrokerStorageCommandInput,
24
+ UpdateBrokerStorageCommandOutput,
25
+ KafkaClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateBrokerStorageCommandInput;
28
+ constructor(input: UpdateBrokerStorageCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: KafkaClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<UpdateBrokerStorageCommandInput, UpdateBrokerStorageCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -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 { 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
+ export declare class UpdateBrokerTypeCommand extends $Command<
22
+ UpdateBrokerTypeCommandInput,
23
+ UpdateBrokerTypeCommandOutput,
24
+ KafkaClientResolvedConfig
25
+ > {
26
+ readonly input: UpdateBrokerTypeCommandInput;
27
+ constructor(input: UpdateBrokerTypeCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: KafkaClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<UpdateBrokerTypeCommandInput, UpdateBrokerTypeCommandOutput>;
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 { 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
+ export declare class UpdateClusterConfigurationCommand extends $Command<
23
+ UpdateClusterConfigurationCommandInput,
24
+ UpdateClusterConfigurationCommandOutput,
25
+ KafkaClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateClusterConfigurationCommandInput;
28
+ constructor(input: UpdateClusterConfigurationCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: KafkaClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ UpdateClusterConfigurationCommandInput,
35
+ UpdateClusterConfigurationCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -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 { 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
+ export declare class UpdateClusterKafkaVersionCommand extends $Command<
23
+ UpdateClusterKafkaVersionCommandInput,
24
+ UpdateClusterKafkaVersionCommandOutput,
25
+ KafkaClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateClusterKafkaVersionCommandInput;
28
+ constructor(input: UpdateClusterKafkaVersionCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: KafkaClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ UpdateClusterKafkaVersionCommandInput,
35
+ UpdateClusterKafkaVersionCommandOutput
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 { 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
+ export declare class UpdateConfigurationCommand extends $Command<
23
+ UpdateConfigurationCommandInput,
24
+ UpdateConfigurationCommandOutput,
25
+ KafkaClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateConfigurationCommandInput;
28
+ constructor(input: UpdateConfigurationCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: KafkaClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<UpdateConfigurationCommandInput, UpdateConfigurationCommandOutput>;
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 { 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
+ export declare class UpdateConnectivityCommand extends $Command<
23
+ UpdateConnectivityCommandInput,
24
+ UpdateConnectivityCommandOutput,
25
+ KafkaClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateConnectivityCommandInput;
28
+ constructor(input: UpdateConnectivityCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: KafkaClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<UpdateConnectivityCommandInput, UpdateConnectivityCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -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 { 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
+ export declare class UpdateMonitoringCommand extends $Command<
22
+ UpdateMonitoringCommandInput,
23
+ UpdateMonitoringCommandOutput,
24
+ KafkaClientResolvedConfig
25
+ > {
26
+ readonly input: UpdateMonitoringCommandInput;
27
+ constructor(input: UpdateMonitoringCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: KafkaClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<UpdateMonitoringCommandInput, UpdateMonitoringCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -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 { 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
+ export declare class UpdateSecurityCommand extends $Command<
22
+ UpdateSecurityCommandInput,
23
+ UpdateSecurityCommandOutput,
24
+ KafkaClientResolvedConfig
25
+ > {
26
+ readonly input: UpdateSecurityCommandInput;
27
+ constructor(input: UpdateSecurityCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: KafkaClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<UpdateSecurityCommandInput, UpdateSecurityCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -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;
@@ -1,6 +1,6 @@
1
- export * from "./Kafka";
2
- export * from "./KafkaClient";
3
- export * from "./commands";
4
- export * from "./models";
5
- export * from "./pagination";
6
- export { KafkaServiceException } from "./models/KafkaServiceException";
1
+ export * from "./Kafka";
2
+ export * from "./KafkaClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
6
+ export { KafkaServiceException } from "./models/KafkaServiceException";
@@ -1,6 +1,7 @@
1
- import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
-
3
- export declare class KafkaServiceException extends __ServiceException {
4
-
5
- constructor(options: __ServiceExceptionOptions);
6
- }
1
+ import {
2
+ ServiceException as __ServiceException,
3
+ ServiceExceptionOptions as __ServiceExceptionOptions,
4
+ } from "@aws-sdk/smithy-client";
5
+ export declare class KafkaServiceException extends __ServiceException {
6
+ constructor(options: __ServiceExceptionOptions);
7
+ }
@@ -1 +1 @@
1
- export * from "./models_0";
1
+ export * from "./models_0";