@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,107 +1,425 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { BatchAssociateScramSecretCommandInput, BatchAssociateScramSecretCommandOutput } from "../commands/BatchAssociateScramSecretCommand";
4
- import { BatchDisassociateScramSecretCommandInput, BatchDisassociateScramSecretCommandOutput } from "../commands/BatchDisassociateScramSecretCommand";
5
- import { CreateClusterCommandInput, CreateClusterCommandOutput } from "../commands/CreateClusterCommand";
6
- import { CreateClusterV2CommandInput, CreateClusterV2CommandOutput } from "../commands/CreateClusterV2Command";
7
- import { CreateConfigurationCommandInput, CreateConfigurationCommandOutput } from "../commands/CreateConfigurationCommand";
8
- import { DeleteClusterCommandInput, DeleteClusterCommandOutput } from "../commands/DeleteClusterCommand";
9
- import { DeleteConfigurationCommandInput, DeleteConfigurationCommandOutput } from "../commands/DeleteConfigurationCommand";
10
- import { DescribeClusterCommandInput, DescribeClusterCommandOutput } from "../commands/DescribeClusterCommand";
11
- import { DescribeClusterOperationCommandInput, DescribeClusterOperationCommandOutput } from "../commands/DescribeClusterOperationCommand";
12
- import { DescribeClusterV2CommandInput, DescribeClusterV2CommandOutput } from "../commands/DescribeClusterV2Command";
13
- import { DescribeConfigurationCommandInput, DescribeConfigurationCommandOutput } from "../commands/DescribeConfigurationCommand";
14
- import { DescribeConfigurationRevisionCommandInput, DescribeConfigurationRevisionCommandOutput } from "../commands/DescribeConfigurationRevisionCommand";
15
- import { GetBootstrapBrokersCommandInput, GetBootstrapBrokersCommandOutput } from "../commands/GetBootstrapBrokersCommand";
16
- import { GetCompatibleKafkaVersionsCommandInput, GetCompatibleKafkaVersionsCommandOutput } from "../commands/GetCompatibleKafkaVersionsCommand";
17
- import { ListClusterOperationsCommandInput, ListClusterOperationsCommandOutput } from "../commands/ListClusterOperationsCommand";
18
- import { ListClustersCommandInput, ListClustersCommandOutput } from "../commands/ListClustersCommand";
19
- import { ListClustersV2CommandInput, ListClustersV2CommandOutput } from "../commands/ListClustersV2Command";
20
- import { ListConfigurationRevisionsCommandInput, ListConfigurationRevisionsCommandOutput } from "../commands/ListConfigurationRevisionsCommand";
21
- import { ListConfigurationsCommandInput, ListConfigurationsCommandOutput } from "../commands/ListConfigurationsCommand";
22
- import { ListKafkaVersionsCommandInput, ListKafkaVersionsCommandOutput } from "../commands/ListKafkaVersionsCommand";
23
- import { ListNodesCommandInput, ListNodesCommandOutput } from "../commands/ListNodesCommand";
24
- import { ListScramSecretsCommandInput, ListScramSecretsCommandOutput } from "../commands/ListScramSecretsCommand";
25
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
26
- import { RebootBrokerCommandInput, RebootBrokerCommandOutput } from "../commands/RebootBrokerCommand";
27
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
28
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
29
- import { UpdateBrokerCountCommandInput, UpdateBrokerCountCommandOutput } from "../commands/UpdateBrokerCountCommand";
30
- import { UpdateBrokerStorageCommandInput, UpdateBrokerStorageCommandOutput } from "../commands/UpdateBrokerStorageCommand";
31
- import { UpdateBrokerTypeCommandInput, UpdateBrokerTypeCommandOutput } from "../commands/UpdateBrokerTypeCommand";
32
- import { UpdateClusterConfigurationCommandInput, UpdateClusterConfigurationCommandOutput } from "../commands/UpdateClusterConfigurationCommand";
33
- import { UpdateClusterKafkaVersionCommandInput, UpdateClusterKafkaVersionCommandOutput } from "../commands/UpdateClusterKafkaVersionCommand";
34
- import { UpdateConfigurationCommandInput, UpdateConfigurationCommandOutput } from "../commands/UpdateConfigurationCommand";
35
- import { UpdateConnectivityCommandInput, UpdateConnectivityCommandOutput } from "../commands/UpdateConnectivityCommand";
36
- import { UpdateMonitoringCommandInput, UpdateMonitoringCommandOutput } from "../commands/UpdateMonitoringCommand";
37
- import { UpdateSecurityCommandInput, UpdateSecurityCommandOutput } from "../commands/UpdateSecurityCommand";
38
- export declare const serializeAws_restJson1BatchAssociateScramSecretCommand: (input: BatchAssociateScramSecretCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
- export declare const serializeAws_restJson1BatchDisassociateScramSecretCommand: (input: BatchDisassociateScramSecretCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
- export declare const serializeAws_restJson1CreateClusterCommand: (input: CreateClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- export declare const serializeAws_restJson1CreateClusterV2Command: (input: CreateClusterV2CommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- export declare const serializeAws_restJson1CreateConfigurationCommand: (input: CreateConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
- export declare const serializeAws_restJson1DeleteClusterCommand: (input: DeleteClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- export declare const serializeAws_restJson1DeleteConfigurationCommand: (input: DeleteConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- export declare const serializeAws_restJson1DescribeClusterCommand: (input: DescribeClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- export declare const serializeAws_restJson1DescribeClusterOperationCommand: (input: DescribeClusterOperationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- export declare const serializeAws_restJson1DescribeClusterV2Command: (input: DescribeClusterV2CommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- export declare const serializeAws_restJson1DescribeConfigurationCommand: (input: DescribeConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- export declare const serializeAws_restJson1DescribeConfigurationRevisionCommand: (input: DescribeConfigurationRevisionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- export declare const serializeAws_restJson1GetBootstrapBrokersCommand: (input: GetBootstrapBrokersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- export declare const serializeAws_restJson1GetCompatibleKafkaVersionsCommand: (input: GetCompatibleKafkaVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- export declare const serializeAws_restJson1ListClusterOperationsCommand: (input: ListClusterOperationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- export declare const serializeAws_restJson1ListClustersCommand: (input: ListClustersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- export declare const serializeAws_restJson1ListClustersV2Command: (input: ListClustersV2CommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- export declare const serializeAws_restJson1ListConfigurationRevisionsCommand: (input: ListConfigurationRevisionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- export declare const serializeAws_restJson1ListConfigurationsCommand: (input: ListConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- export declare const serializeAws_restJson1ListKafkaVersionsCommand: (input: ListKafkaVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- export declare const serializeAws_restJson1ListNodesCommand: (input: ListNodesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- export declare const serializeAws_restJson1ListScramSecretsCommand: (input: ListScramSecretsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- export declare const serializeAws_restJson1RebootBrokerCommand: (input: RebootBrokerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- export declare const serializeAws_restJson1UpdateBrokerCountCommand: (input: UpdateBrokerCountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- export declare const serializeAws_restJson1UpdateBrokerStorageCommand: (input: UpdateBrokerStorageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- export declare const serializeAws_restJson1UpdateBrokerTypeCommand: (input: UpdateBrokerTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- export declare const serializeAws_restJson1UpdateClusterConfigurationCommand: (input: UpdateClusterConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- export declare const serializeAws_restJson1UpdateClusterKafkaVersionCommand: (input: UpdateClusterKafkaVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- export declare const serializeAws_restJson1UpdateConfigurationCommand: (input: UpdateConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- export declare const serializeAws_restJson1UpdateConnectivityCommand: (input: UpdateConnectivityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- export declare const serializeAws_restJson1UpdateMonitoringCommand: (input: UpdateMonitoringCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- export declare const serializeAws_restJson1UpdateSecurityCommand: (input: UpdateSecurityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- export declare const deserializeAws_restJson1BatchAssociateScramSecretCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchAssociateScramSecretCommandOutput>;
74
- export declare const deserializeAws_restJson1BatchDisassociateScramSecretCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDisassociateScramSecretCommandOutput>;
75
- export declare const deserializeAws_restJson1CreateClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateClusterCommandOutput>;
76
- export declare const deserializeAws_restJson1CreateClusterV2Command: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateClusterV2CommandOutput>;
77
- export declare const deserializeAws_restJson1CreateConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConfigurationCommandOutput>;
78
- export declare const deserializeAws_restJson1DeleteClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteClusterCommandOutput>;
79
- export declare const deserializeAws_restJson1DeleteConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConfigurationCommandOutput>;
80
- export declare const deserializeAws_restJson1DescribeClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeClusterCommandOutput>;
81
- export declare const deserializeAws_restJson1DescribeClusterOperationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeClusterOperationCommandOutput>;
82
- export declare const deserializeAws_restJson1DescribeClusterV2Command: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeClusterV2CommandOutput>;
83
- export declare const deserializeAws_restJson1DescribeConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeConfigurationCommandOutput>;
84
- export declare const deserializeAws_restJson1DescribeConfigurationRevisionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeConfigurationRevisionCommandOutput>;
85
- export declare const deserializeAws_restJson1GetBootstrapBrokersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBootstrapBrokersCommandOutput>;
86
- export declare const deserializeAws_restJson1GetCompatibleKafkaVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCompatibleKafkaVersionsCommandOutput>;
87
- export declare const deserializeAws_restJson1ListClusterOperationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListClusterOperationsCommandOutput>;
88
- export declare const deserializeAws_restJson1ListClustersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListClustersCommandOutput>;
89
- export declare const deserializeAws_restJson1ListClustersV2Command: (output: __HttpResponse, context: __SerdeContext) => Promise<ListClustersV2CommandOutput>;
90
- export declare const deserializeAws_restJson1ListConfigurationRevisionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConfigurationRevisionsCommandOutput>;
91
- export declare const deserializeAws_restJson1ListConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConfigurationsCommandOutput>;
92
- export declare const deserializeAws_restJson1ListKafkaVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListKafkaVersionsCommandOutput>;
93
- export declare const deserializeAws_restJson1ListNodesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListNodesCommandOutput>;
94
- export declare const deserializeAws_restJson1ListScramSecretsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListScramSecretsCommandOutput>;
95
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
96
- export declare const deserializeAws_restJson1RebootBrokerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RebootBrokerCommandOutput>;
97
- export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
98
- export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
99
- export declare const deserializeAws_restJson1UpdateBrokerCountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBrokerCountCommandOutput>;
100
- export declare const deserializeAws_restJson1UpdateBrokerStorageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBrokerStorageCommandOutput>;
101
- export declare const deserializeAws_restJson1UpdateBrokerTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBrokerTypeCommandOutput>;
102
- export declare const deserializeAws_restJson1UpdateClusterConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateClusterConfigurationCommandOutput>;
103
- export declare const deserializeAws_restJson1UpdateClusterKafkaVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateClusterKafkaVersionCommandOutput>;
104
- export declare const deserializeAws_restJson1UpdateConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConfigurationCommandOutput>;
105
- export declare const deserializeAws_restJson1UpdateConnectivityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConnectivityCommandOutput>;
106
- export declare const deserializeAws_restJson1UpdateMonitoringCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMonitoringCommandOutput>;
107
- export declare const deserializeAws_restJson1UpdateSecurityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSecurityCommandOutput>;
1
+ import {
2
+ HttpRequest as __HttpRequest,
3
+ HttpResponse as __HttpResponse,
4
+ } from "@aws-sdk/protocol-http";
5
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
6
+ import {
7
+ BatchAssociateScramSecretCommandInput,
8
+ BatchAssociateScramSecretCommandOutput,
9
+ } from "../commands/BatchAssociateScramSecretCommand";
10
+ import {
11
+ BatchDisassociateScramSecretCommandInput,
12
+ BatchDisassociateScramSecretCommandOutput,
13
+ } from "../commands/BatchDisassociateScramSecretCommand";
14
+ import {
15
+ CreateClusterCommandInput,
16
+ CreateClusterCommandOutput,
17
+ } from "../commands/CreateClusterCommand";
18
+ import {
19
+ CreateClusterV2CommandInput,
20
+ CreateClusterV2CommandOutput,
21
+ } from "../commands/CreateClusterV2Command";
22
+ import {
23
+ CreateConfigurationCommandInput,
24
+ CreateConfigurationCommandOutput,
25
+ } from "../commands/CreateConfigurationCommand";
26
+ import {
27
+ DeleteClusterCommandInput,
28
+ DeleteClusterCommandOutput,
29
+ } from "../commands/DeleteClusterCommand";
30
+ import {
31
+ DeleteConfigurationCommandInput,
32
+ DeleteConfigurationCommandOutput,
33
+ } from "../commands/DeleteConfigurationCommand";
34
+ import {
35
+ DescribeClusterCommandInput,
36
+ DescribeClusterCommandOutput,
37
+ } from "../commands/DescribeClusterCommand";
38
+ import {
39
+ DescribeClusterOperationCommandInput,
40
+ DescribeClusterOperationCommandOutput,
41
+ } from "../commands/DescribeClusterOperationCommand";
42
+ import {
43
+ DescribeClusterV2CommandInput,
44
+ DescribeClusterV2CommandOutput,
45
+ } from "../commands/DescribeClusterV2Command";
46
+ import {
47
+ DescribeConfigurationCommandInput,
48
+ DescribeConfigurationCommandOutput,
49
+ } from "../commands/DescribeConfigurationCommand";
50
+ import {
51
+ DescribeConfigurationRevisionCommandInput,
52
+ DescribeConfigurationRevisionCommandOutput,
53
+ } from "../commands/DescribeConfigurationRevisionCommand";
54
+ import {
55
+ GetBootstrapBrokersCommandInput,
56
+ GetBootstrapBrokersCommandOutput,
57
+ } from "../commands/GetBootstrapBrokersCommand";
58
+ import {
59
+ GetCompatibleKafkaVersionsCommandInput,
60
+ GetCompatibleKafkaVersionsCommandOutput,
61
+ } from "../commands/GetCompatibleKafkaVersionsCommand";
62
+ import {
63
+ ListClusterOperationsCommandInput,
64
+ ListClusterOperationsCommandOutput,
65
+ } from "../commands/ListClusterOperationsCommand";
66
+ import {
67
+ ListClustersCommandInput,
68
+ ListClustersCommandOutput,
69
+ } from "../commands/ListClustersCommand";
70
+ import {
71
+ ListClustersV2CommandInput,
72
+ ListClustersV2CommandOutput,
73
+ } from "../commands/ListClustersV2Command";
74
+ import {
75
+ ListConfigurationRevisionsCommandInput,
76
+ ListConfigurationRevisionsCommandOutput,
77
+ } from "../commands/ListConfigurationRevisionsCommand";
78
+ import {
79
+ ListConfigurationsCommandInput,
80
+ ListConfigurationsCommandOutput,
81
+ } from "../commands/ListConfigurationsCommand";
82
+ import {
83
+ ListKafkaVersionsCommandInput,
84
+ ListKafkaVersionsCommandOutput,
85
+ } from "../commands/ListKafkaVersionsCommand";
86
+ import {
87
+ ListNodesCommandInput,
88
+ ListNodesCommandOutput,
89
+ } from "../commands/ListNodesCommand";
90
+ import {
91
+ ListScramSecretsCommandInput,
92
+ ListScramSecretsCommandOutput,
93
+ } from "../commands/ListScramSecretsCommand";
94
+ import {
95
+ ListTagsForResourceCommandInput,
96
+ ListTagsForResourceCommandOutput,
97
+ } from "../commands/ListTagsForResourceCommand";
98
+ import {
99
+ RebootBrokerCommandInput,
100
+ RebootBrokerCommandOutput,
101
+ } from "../commands/RebootBrokerCommand";
102
+ import {
103
+ TagResourceCommandInput,
104
+ TagResourceCommandOutput,
105
+ } from "../commands/TagResourceCommand";
106
+ import {
107
+ UntagResourceCommandInput,
108
+ UntagResourceCommandOutput,
109
+ } from "../commands/UntagResourceCommand";
110
+ import {
111
+ UpdateBrokerCountCommandInput,
112
+ UpdateBrokerCountCommandOutput,
113
+ } from "../commands/UpdateBrokerCountCommand";
114
+ import {
115
+ UpdateBrokerStorageCommandInput,
116
+ UpdateBrokerStorageCommandOutput,
117
+ } from "../commands/UpdateBrokerStorageCommand";
118
+ import {
119
+ UpdateBrokerTypeCommandInput,
120
+ UpdateBrokerTypeCommandOutput,
121
+ } from "../commands/UpdateBrokerTypeCommand";
122
+ import {
123
+ UpdateClusterConfigurationCommandInput,
124
+ UpdateClusterConfigurationCommandOutput,
125
+ } from "../commands/UpdateClusterConfigurationCommand";
126
+ import {
127
+ UpdateClusterKafkaVersionCommandInput,
128
+ UpdateClusterKafkaVersionCommandOutput,
129
+ } from "../commands/UpdateClusterKafkaVersionCommand";
130
+ import {
131
+ UpdateConfigurationCommandInput,
132
+ UpdateConfigurationCommandOutput,
133
+ } from "../commands/UpdateConfigurationCommand";
134
+ import {
135
+ UpdateConnectivityCommandInput,
136
+ UpdateConnectivityCommandOutput,
137
+ } from "../commands/UpdateConnectivityCommand";
138
+ import {
139
+ UpdateMonitoringCommandInput,
140
+ UpdateMonitoringCommandOutput,
141
+ } from "../commands/UpdateMonitoringCommand";
142
+ import {
143
+ UpdateSecurityCommandInput,
144
+ UpdateSecurityCommandOutput,
145
+ } from "../commands/UpdateSecurityCommand";
146
+ export declare const serializeAws_restJson1BatchAssociateScramSecretCommand: (
147
+ input: BatchAssociateScramSecretCommandInput,
148
+ context: __SerdeContext
149
+ ) => Promise<__HttpRequest>;
150
+ export declare const serializeAws_restJson1BatchDisassociateScramSecretCommand: (
151
+ input: BatchDisassociateScramSecretCommandInput,
152
+ context: __SerdeContext
153
+ ) => Promise<__HttpRequest>;
154
+ export declare const serializeAws_restJson1CreateClusterCommand: (
155
+ input: CreateClusterCommandInput,
156
+ context: __SerdeContext
157
+ ) => Promise<__HttpRequest>;
158
+ export declare const serializeAws_restJson1CreateClusterV2Command: (
159
+ input: CreateClusterV2CommandInput,
160
+ context: __SerdeContext
161
+ ) => Promise<__HttpRequest>;
162
+ export declare const serializeAws_restJson1CreateConfigurationCommand: (
163
+ input: CreateConfigurationCommandInput,
164
+ context: __SerdeContext
165
+ ) => Promise<__HttpRequest>;
166
+ export declare const serializeAws_restJson1DeleteClusterCommand: (
167
+ input: DeleteClusterCommandInput,
168
+ context: __SerdeContext
169
+ ) => Promise<__HttpRequest>;
170
+ export declare const serializeAws_restJson1DeleteConfigurationCommand: (
171
+ input: DeleteConfigurationCommandInput,
172
+ context: __SerdeContext
173
+ ) => Promise<__HttpRequest>;
174
+ export declare const serializeAws_restJson1DescribeClusterCommand: (
175
+ input: DescribeClusterCommandInput,
176
+ context: __SerdeContext
177
+ ) => Promise<__HttpRequest>;
178
+ export declare const serializeAws_restJson1DescribeClusterOperationCommand: (
179
+ input: DescribeClusterOperationCommandInput,
180
+ context: __SerdeContext
181
+ ) => Promise<__HttpRequest>;
182
+ export declare const serializeAws_restJson1DescribeClusterV2Command: (
183
+ input: DescribeClusterV2CommandInput,
184
+ context: __SerdeContext
185
+ ) => Promise<__HttpRequest>;
186
+ export declare const serializeAws_restJson1DescribeConfigurationCommand: (
187
+ input: DescribeConfigurationCommandInput,
188
+ context: __SerdeContext
189
+ ) => Promise<__HttpRequest>;
190
+ export declare const serializeAws_restJson1DescribeConfigurationRevisionCommand: (
191
+ input: DescribeConfigurationRevisionCommandInput,
192
+ context: __SerdeContext
193
+ ) => Promise<__HttpRequest>;
194
+ export declare const serializeAws_restJson1GetBootstrapBrokersCommand: (
195
+ input: GetBootstrapBrokersCommandInput,
196
+ context: __SerdeContext
197
+ ) => Promise<__HttpRequest>;
198
+ export declare const serializeAws_restJson1GetCompatibleKafkaVersionsCommand: (
199
+ input: GetCompatibleKafkaVersionsCommandInput,
200
+ context: __SerdeContext
201
+ ) => Promise<__HttpRequest>;
202
+ export declare const serializeAws_restJson1ListClusterOperationsCommand: (
203
+ input: ListClusterOperationsCommandInput,
204
+ context: __SerdeContext
205
+ ) => Promise<__HttpRequest>;
206
+ export declare const serializeAws_restJson1ListClustersCommand: (
207
+ input: ListClustersCommandInput,
208
+ context: __SerdeContext
209
+ ) => Promise<__HttpRequest>;
210
+ export declare const serializeAws_restJson1ListClustersV2Command: (
211
+ input: ListClustersV2CommandInput,
212
+ context: __SerdeContext
213
+ ) => Promise<__HttpRequest>;
214
+ export declare const serializeAws_restJson1ListConfigurationRevisionsCommand: (
215
+ input: ListConfigurationRevisionsCommandInput,
216
+ context: __SerdeContext
217
+ ) => Promise<__HttpRequest>;
218
+ export declare const serializeAws_restJson1ListConfigurationsCommand: (
219
+ input: ListConfigurationsCommandInput,
220
+ context: __SerdeContext
221
+ ) => Promise<__HttpRequest>;
222
+ export declare const serializeAws_restJson1ListKafkaVersionsCommand: (
223
+ input: ListKafkaVersionsCommandInput,
224
+ context: __SerdeContext
225
+ ) => Promise<__HttpRequest>;
226
+ export declare const serializeAws_restJson1ListNodesCommand: (
227
+ input: ListNodesCommandInput,
228
+ context: __SerdeContext
229
+ ) => Promise<__HttpRequest>;
230
+ export declare const serializeAws_restJson1ListScramSecretsCommand: (
231
+ input: ListScramSecretsCommandInput,
232
+ context: __SerdeContext
233
+ ) => Promise<__HttpRequest>;
234
+ export declare const serializeAws_restJson1ListTagsForResourceCommand: (
235
+ input: ListTagsForResourceCommandInput,
236
+ context: __SerdeContext
237
+ ) => Promise<__HttpRequest>;
238
+ export declare const serializeAws_restJson1RebootBrokerCommand: (
239
+ input: RebootBrokerCommandInput,
240
+ context: __SerdeContext
241
+ ) => Promise<__HttpRequest>;
242
+ export declare const serializeAws_restJson1TagResourceCommand: (
243
+ input: TagResourceCommandInput,
244
+ context: __SerdeContext
245
+ ) => Promise<__HttpRequest>;
246
+ export declare const serializeAws_restJson1UntagResourceCommand: (
247
+ input: UntagResourceCommandInput,
248
+ context: __SerdeContext
249
+ ) => Promise<__HttpRequest>;
250
+ export declare const serializeAws_restJson1UpdateBrokerCountCommand: (
251
+ input: UpdateBrokerCountCommandInput,
252
+ context: __SerdeContext
253
+ ) => Promise<__HttpRequest>;
254
+ export declare const serializeAws_restJson1UpdateBrokerStorageCommand: (
255
+ input: UpdateBrokerStorageCommandInput,
256
+ context: __SerdeContext
257
+ ) => Promise<__HttpRequest>;
258
+ export declare const serializeAws_restJson1UpdateBrokerTypeCommand: (
259
+ input: UpdateBrokerTypeCommandInput,
260
+ context: __SerdeContext
261
+ ) => Promise<__HttpRequest>;
262
+ export declare const serializeAws_restJson1UpdateClusterConfigurationCommand: (
263
+ input: UpdateClusterConfigurationCommandInput,
264
+ context: __SerdeContext
265
+ ) => Promise<__HttpRequest>;
266
+ export declare const serializeAws_restJson1UpdateClusterKafkaVersionCommand: (
267
+ input: UpdateClusterKafkaVersionCommandInput,
268
+ context: __SerdeContext
269
+ ) => Promise<__HttpRequest>;
270
+ export declare const serializeAws_restJson1UpdateConfigurationCommand: (
271
+ input: UpdateConfigurationCommandInput,
272
+ context: __SerdeContext
273
+ ) => Promise<__HttpRequest>;
274
+ export declare const serializeAws_restJson1UpdateConnectivityCommand: (
275
+ input: UpdateConnectivityCommandInput,
276
+ context: __SerdeContext
277
+ ) => Promise<__HttpRequest>;
278
+ export declare const serializeAws_restJson1UpdateMonitoringCommand: (
279
+ input: UpdateMonitoringCommandInput,
280
+ context: __SerdeContext
281
+ ) => Promise<__HttpRequest>;
282
+ export declare const serializeAws_restJson1UpdateSecurityCommand: (
283
+ input: UpdateSecurityCommandInput,
284
+ context: __SerdeContext
285
+ ) => Promise<__HttpRequest>;
286
+ export declare const deserializeAws_restJson1BatchAssociateScramSecretCommand: (
287
+ output: __HttpResponse,
288
+ context: __SerdeContext
289
+ ) => Promise<BatchAssociateScramSecretCommandOutput>;
290
+ export declare const deserializeAws_restJson1BatchDisassociateScramSecretCommand: (
291
+ output: __HttpResponse,
292
+ context: __SerdeContext
293
+ ) => Promise<BatchDisassociateScramSecretCommandOutput>;
294
+ export declare const deserializeAws_restJson1CreateClusterCommand: (
295
+ output: __HttpResponse,
296
+ context: __SerdeContext
297
+ ) => Promise<CreateClusterCommandOutput>;
298
+ export declare const deserializeAws_restJson1CreateClusterV2Command: (
299
+ output: __HttpResponse,
300
+ context: __SerdeContext
301
+ ) => Promise<CreateClusterV2CommandOutput>;
302
+ export declare const deserializeAws_restJson1CreateConfigurationCommand: (
303
+ output: __HttpResponse,
304
+ context: __SerdeContext
305
+ ) => Promise<CreateConfigurationCommandOutput>;
306
+ export declare const deserializeAws_restJson1DeleteClusterCommand: (
307
+ output: __HttpResponse,
308
+ context: __SerdeContext
309
+ ) => Promise<DeleteClusterCommandOutput>;
310
+ export declare const deserializeAws_restJson1DeleteConfigurationCommand: (
311
+ output: __HttpResponse,
312
+ context: __SerdeContext
313
+ ) => Promise<DeleteConfigurationCommandOutput>;
314
+ export declare const deserializeAws_restJson1DescribeClusterCommand: (
315
+ output: __HttpResponse,
316
+ context: __SerdeContext
317
+ ) => Promise<DescribeClusterCommandOutput>;
318
+ export declare const deserializeAws_restJson1DescribeClusterOperationCommand: (
319
+ output: __HttpResponse,
320
+ context: __SerdeContext
321
+ ) => Promise<DescribeClusterOperationCommandOutput>;
322
+ export declare const deserializeAws_restJson1DescribeClusterV2Command: (
323
+ output: __HttpResponse,
324
+ context: __SerdeContext
325
+ ) => Promise<DescribeClusterV2CommandOutput>;
326
+ export declare const deserializeAws_restJson1DescribeConfigurationCommand: (
327
+ output: __HttpResponse,
328
+ context: __SerdeContext
329
+ ) => Promise<DescribeConfigurationCommandOutput>;
330
+ export declare const deserializeAws_restJson1DescribeConfigurationRevisionCommand: (
331
+ output: __HttpResponse,
332
+ context: __SerdeContext
333
+ ) => Promise<DescribeConfigurationRevisionCommandOutput>;
334
+ export declare const deserializeAws_restJson1GetBootstrapBrokersCommand: (
335
+ output: __HttpResponse,
336
+ context: __SerdeContext
337
+ ) => Promise<GetBootstrapBrokersCommandOutput>;
338
+ export declare const deserializeAws_restJson1GetCompatibleKafkaVersionsCommand: (
339
+ output: __HttpResponse,
340
+ context: __SerdeContext
341
+ ) => Promise<GetCompatibleKafkaVersionsCommandOutput>;
342
+ export declare const deserializeAws_restJson1ListClusterOperationsCommand: (
343
+ output: __HttpResponse,
344
+ context: __SerdeContext
345
+ ) => Promise<ListClusterOperationsCommandOutput>;
346
+ export declare const deserializeAws_restJson1ListClustersCommand: (
347
+ output: __HttpResponse,
348
+ context: __SerdeContext
349
+ ) => Promise<ListClustersCommandOutput>;
350
+ export declare const deserializeAws_restJson1ListClustersV2Command: (
351
+ output: __HttpResponse,
352
+ context: __SerdeContext
353
+ ) => Promise<ListClustersV2CommandOutput>;
354
+ export declare const deserializeAws_restJson1ListConfigurationRevisionsCommand: (
355
+ output: __HttpResponse,
356
+ context: __SerdeContext
357
+ ) => Promise<ListConfigurationRevisionsCommandOutput>;
358
+ export declare const deserializeAws_restJson1ListConfigurationsCommand: (
359
+ output: __HttpResponse,
360
+ context: __SerdeContext
361
+ ) => Promise<ListConfigurationsCommandOutput>;
362
+ export declare const deserializeAws_restJson1ListKafkaVersionsCommand: (
363
+ output: __HttpResponse,
364
+ context: __SerdeContext
365
+ ) => Promise<ListKafkaVersionsCommandOutput>;
366
+ export declare const deserializeAws_restJson1ListNodesCommand: (
367
+ output: __HttpResponse,
368
+ context: __SerdeContext
369
+ ) => Promise<ListNodesCommandOutput>;
370
+ export declare const deserializeAws_restJson1ListScramSecretsCommand: (
371
+ output: __HttpResponse,
372
+ context: __SerdeContext
373
+ ) => Promise<ListScramSecretsCommandOutput>;
374
+ export declare const deserializeAws_restJson1ListTagsForResourceCommand: (
375
+ output: __HttpResponse,
376
+ context: __SerdeContext
377
+ ) => Promise<ListTagsForResourceCommandOutput>;
378
+ export declare const deserializeAws_restJson1RebootBrokerCommand: (
379
+ output: __HttpResponse,
380
+ context: __SerdeContext
381
+ ) => Promise<RebootBrokerCommandOutput>;
382
+ export declare const deserializeAws_restJson1TagResourceCommand: (
383
+ output: __HttpResponse,
384
+ context: __SerdeContext
385
+ ) => Promise<TagResourceCommandOutput>;
386
+ export declare const deserializeAws_restJson1UntagResourceCommand: (
387
+ output: __HttpResponse,
388
+ context: __SerdeContext
389
+ ) => Promise<UntagResourceCommandOutput>;
390
+ export declare const deserializeAws_restJson1UpdateBrokerCountCommand: (
391
+ output: __HttpResponse,
392
+ context: __SerdeContext
393
+ ) => Promise<UpdateBrokerCountCommandOutput>;
394
+ export declare const deserializeAws_restJson1UpdateBrokerStorageCommand: (
395
+ output: __HttpResponse,
396
+ context: __SerdeContext
397
+ ) => Promise<UpdateBrokerStorageCommandOutput>;
398
+ export declare const deserializeAws_restJson1UpdateBrokerTypeCommand: (
399
+ output: __HttpResponse,
400
+ context: __SerdeContext
401
+ ) => Promise<UpdateBrokerTypeCommandOutput>;
402
+ export declare const deserializeAws_restJson1UpdateClusterConfigurationCommand: (
403
+ output: __HttpResponse,
404
+ context: __SerdeContext
405
+ ) => Promise<UpdateClusterConfigurationCommandOutput>;
406
+ export declare const deserializeAws_restJson1UpdateClusterKafkaVersionCommand: (
407
+ output: __HttpResponse,
408
+ context: __SerdeContext
409
+ ) => Promise<UpdateClusterKafkaVersionCommandOutput>;
410
+ export declare const deserializeAws_restJson1UpdateConfigurationCommand: (
411
+ output: __HttpResponse,
412
+ context: __SerdeContext
413
+ ) => Promise<UpdateConfigurationCommandOutput>;
414
+ export declare const deserializeAws_restJson1UpdateConnectivityCommand: (
415
+ output: __HttpResponse,
416
+ context: __SerdeContext
417
+ ) => Promise<UpdateConnectivityCommandOutput>;
418
+ export declare const deserializeAws_restJson1UpdateMonitoringCommand: (
419
+ output: __HttpResponse,
420
+ context: __SerdeContext
421
+ ) => Promise<UpdateMonitoringCommandOutput>;
422
+ export declare const deserializeAws_restJson1UpdateSecurityCommand: (
423
+ output: __HttpResponse,
424
+ context: __SerdeContext
425
+ ) => Promise<UpdateSecurityCommandOutput>;