@aws-sdk/client-kafka 3.168.0 → 3.170.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (60) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/Kafka.d.ts +634 -180
  3. package/dist-types/ts3.4/KafkaClient.d.ts +339 -108
  4. package/dist-types/ts3.4/commands/BatchAssociateScramSecretCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/BatchDisassociateScramSecretCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +37 -17
  7. package/dist-types/ts3.4/commands/CreateClusterV2Command.d.ts +37 -17
  8. package/dist-types/ts3.4/commands/CreateConfigurationCommand.d.ts +38 -17
  9. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +37 -17
  10. package/dist-types/ts3.4/commands/DeleteConfigurationCommand.d.ts +38 -17
  11. package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/DescribeClusterOperationCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/DescribeClusterV2Command.d.ts +38 -17
  14. package/dist-types/ts3.4/commands/DescribeConfigurationCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/DescribeConfigurationRevisionCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/GetBootstrapBrokersCommand.d.ts +38 -17
  17. package/dist-types/ts3.4/commands/GetCompatibleKafkaVersionsCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/ListClusterOperationsCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +34 -17
  20. package/dist-types/ts3.4/commands/ListClustersV2Command.d.ts +37 -17
  21. package/dist-types/ts3.4/commands/ListConfigurationRevisionsCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/ListConfigurationsCommand.d.ts +38 -17
  23. package/dist-types/ts3.4/commands/ListKafkaVersionsCommand.d.ts +38 -17
  24. package/dist-types/ts3.4/commands/ListNodesCommand.d.ts +34 -17
  25. package/dist-types/ts3.4/commands/ListScramSecretsCommand.d.ts +37 -17
  26. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  27. package/dist-types/ts3.4/commands/RebootBrokerCommand.d.ts +34 -17
  28. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  29. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
  30. package/dist-types/ts3.4/commands/UpdateBrokerCountCommand.d.ts +38 -17
  31. package/dist-types/ts3.4/commands/UpdateBrokerStorageCommand.d.ts +38 -17
  32. package/dist-types/ts3.4/commands/UpdateBrokerTypeCommand.d.ts +37 -17
  33. package/dist-types/ts3.4/commands/UpdateClusterConfigurationCommand.d.ts +41 -17
  34. package/dist-types/ts3.4/commands/UpdateClusterKafkaVersionCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/UpdateConfigurationCommand.d.ts +38 -17
  36. package/dist-types/ts3.4/commands/UpdateConnectivityCommand.d.ts +38 -17
  37. package/dist-types/ts3.4/commands/UpdateMonitoringCommand.d.ts +37 -17
  38. package/dist-types/ts3.4/commands/UpdateSecurityCommand.d.ts +37 -17
  39. package/dist-types/ts3.4/commands/index.d.ts +35 -35
  40. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  41. package/dist-types/ts3.4/index.d.ts +6 -6
  42. package/dist-types/ts3.4/models/KafkaServiceException.d.ts +8 -6
  43. package/dist-types/ts3.4/models/index.d.ts +1 -1
  44. package/dist-types/ts3.4/models/models_0.d.ts +1446 -1350
  45. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  46. package/dist-types/ts3.4/pagination/ListClusterOperationsPaginator.d.ts +11 -4
  47. package/dist-types/ts3.4/pagination/ListClustersPaginator.d.ts +11 -4
  48. package/dist-types/ts3.4/pagination/ListClustersV2Paginator.d.ts +11 -4
  49. package/dist-types/ts3.4/pagination/ListConfigurationRevisionsPaginator.d.ts +11 -4
  50. package/dist-types/ts3.4/pagination/ListConfigurationsPaginator.d.ts +11 -4
  51. package/dist-types/ts3.4/pagination/ListKafkaVersionsPaginator.d.ts +11 -4
  52. package/dist-types/ts3.4/pagination/ListNodesPaginator.d.ts +11 -4
  53. package/dist-types/ts3.4/pagination/ListScramSecretsPaginator.d.ts +11 -4
  54. package/dist-types/ts3.4/pagination/index.d.ts +9 -9
  55. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +425 -107
  56. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  57. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  58. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  59. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  60. package/package.json +34 -34
@@ -1,108 +1,339 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { BatchAssociateScramSecretCommandInput, BatchAssociateScramSecretCommandOutput } from "./commands/BatchAssociateScramSecretCommand";
10
- import { BatchDisassociateScramSecretCommandInput, BatchDisassociateScramSecretCommandOutput } from "./commands/BatchDisassociateScramSecretCommand";
11
- import { CreateClusterCommandInput, CreateClusterCommandOutput } from "./commands/CreateClusterCommand";
12
- import { CreateClusterV2CommandInput, CreateClusterV2CommandOutput } from "./commands/CreateClusterV2Command";
13
- import { CreateConfigurationCommandInput, CreateConfigurationCommandOutput } from "./commands/CreateConfigurationCommand";
14
- import { DeleteClusterCommandInput, DeleteClusterCommandOutput } from "./commands/DeleteClusterCommand";
15
- import { DeleteConfigurationCommandInput, DeleteConfigurationCommandOutput } from "./commands/DeleteConfigurationCommand";
16
- import { DescribeClusterCommandInput, DescribeClusterCommandOutput } from "./commands/DescribeClusterCommand";
17
- import { DescribeClusterOperationCommandInput, DescribeClusterOperationCommandOutput } from "./commands/DescribeClusterOperationCommand";
18
- import { DescribeClusterV2CommandInput, DescribeClusterV2CommandOutput } from "./commands/DescribeClusterV2Command";
19
- import { DescribeConfigurationCommandInput, DescribeConfigurationCommandOutput } from "./commands/DescribeConfigurationCommand";
20
- import { DescribeConfigurationRevisionCommandInput, DescribeConfigurationRevisionCommandOutput } from "./commands/DescribeConfigurationRevisionCommand";
21
- import { GetBootstrapBrokersCommandInput, GetBootstrapBrokersCommandOutput } from "./commands/GetBootstrapBrokersCommand";
22
- import { GetCompatibleKafkaVersionsCommandInput, GetCompatibleKafkaVersionsCommandOutput } from "./commands/GetCompatibleKafkaVersionsCommand";
23
- import { ListClusterOperationsCommandInput, ListClusterOperationsCommandOutput } from "./commands/ListClusterOperationsCommand";
24
- import { ListClustersCommandInput, ListClustersCommandOutput } from "./commands/ListClustersCommand";
25
- import { ListClustersV2CommandInput, ListClustersV2CommandOutput } from "./commands/ListClustersV2Command";
26
- import { ListConfigurationRevisionsCommandInput, ListConfigurationRevisionsCommandOutput } from "./commands/ListConfigurationRevisionsCommand";
27
- import { ListConfigurationsCommandInput, ListConfigurationsCommandOutput } from "./commands/ListConfigurationsCommand";
28
- import { ListKafkaVersionsCommandInput, ListKafkaVersionsCommandOutput } from "./commands/ListKafkaVersionsCommand";
29
- import { ListNodesCommandInput, ListNodesCommandOutput } from "./commands/ListNodesCommand";
30
- import { ListScramSecretsCommandInput, ListScramSecretsCommandOutput } from "./commands/ListScramSecretsCommand";
31
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
32
- import { RebootBrokerCommandInput, RebootBrokerCommandOutput } from "./commands/RebootBrokerCommand";
33
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
34
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
35
- import { UpdateBrokerCountCommandInput, UpdateBrokerCountCommandOutput } from "./commands/UpdateBrokerCountCommand";
36
- import { UpdateBrokerStorageCommandInput, UpdateBrokerStorageCommandOutput } from "./commands/UpdateBrokerStorageCommand";
37
- import { UpdateBrokerTypeCommandInput, UpdateBrokerTypeCommandOutput } from "./commands/UpdateBrokerTypeCommand";
38
- import { UpdateClusterConfigurationCommandInput, UpdateClusterConfigurationCommandOutput } from "./commands/UpdateClusterConfigurationCommand";
39
- import { UpdateClusterKafkaVersionCommandInput, UpdateClusterKafkaVersionCommandOutput } from "./commands/UpdateClusterKafkaVersionCommand";
40
- import { UpdateConfigurationCommandInput, UpdateConfigurationCommandOutput } from "./commands/UpdateConfigurationCommand";
41
- import { UpdateConnectivityCommandInput, UpdateConnectivityCommandOutput } from "./commands/UpdateConnectivityCommand";
42
- import { UpdateMonitoringCommandInput, UpdateMonitoringCommandOutput } from "./commands/UpdateMonitoringCommand";
43
- import { UpdateSecurityCommandInput, UpdateSecurityCommandOutput } from "./commands/UpdateSecurityCommand";
44
- export declare type ServiceInputTypes = BatchAssociateScramSecretCommandInput | BatchDisassociateScramSecretCommandInput | CreateClusterCommandInput | CreateClusterV2CommandInput | CreateConfigurationCommandInput | DeleteClusterCommandInput | DeleteConfigurationCommandInput | DescribeClusterCommandInput | DescribeClusterOperationCommandInput | DescribeClusterV2CommandInput | DescribeConfigurationCommandInput | DescribeConfigurationRevisionCommandInput | GetBootstrapBrokersCommandInput | GetCompatibleKafkaVersionsCommandInput | ListClusterOperationsCommandInput | ListClustersCommandInput | ListClustersV2CommandInput | ListConfigurationRevisionsCommandInput | ListConfigurationsCommandInput | ListKafkaVersionsCommandInput | ListNodesCommandInput | ListScramSecretsCommandInput | ListTagsForResourceCommandInput | RebootBrokerCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateBrokerCountCommandInput | UpdateBrokerStorageCommandInput | UpdateBrokerTypeCommandInput | UpdateClusterConfigurationCommandInput | UpdateClusterKafkaVersionCommandInput | UpdateConfigurationCommandInput | UpdateConnectivityCommandInput | UpdateMonitoringCommandInput | UpdateSecurityCommandInput;
45
- export declare type ServiceOutputTypes = BatchAssociateScramSecretCommandOutput | BatchDisassociateScramSecretCommandOutput | CreateClusterCommandOutput | CreateClusterV2CommandOutput | CreateConfigurationCommandOutput | DeleteClusterCommandOutput | DeleteConfigurationCommandOutput | DescribeClusterCommandOutput | DescribeClusterOperationCommandOutput | DescribeClusterV2CommandOutput | DescribeConfigurationCommandOutput | DescribeConfigurationRevisionCommandOutput | GetBootstrapBrokersCommandOutput | GetCompatibleKafkaVersionsCommandOutput | ListClusterOperationsCommandOutput | ListClustersCommandOutput | ListClustersV2CommandOutput | ListConfigurationRevisionsCommandOutput | ListConfigurationsCommandOutput | ListKafkaVersionsCommandOutput | ListNodesCommandOutput | ListScramSecretsCommandOutput | ListTagsForResourceCommandOutput | RebootBrokerCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateBrokerCountCommandOutput | UpdateBrokerStorageCommandOutput | UpdateBrokerTypeCommandOutput | UpdateClusterConfigurationCommandOutput | UpdateClusterKafkaVersionCommandOutput | UpdateConfigurationCommandOutput | UpdateConnectivityCommandOutput | UpdateMonitoringCommandOutput | UpdateSecurityCommandOutput;
46
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
47
-
48
- requestHandler?: __HttpHandler;
49
-
50
- sha256?: __HashConstructor;
51
-
52
- urlParser?: __UrlParser;
53
-
54
- bodyLengthChecker?: __BodyLengthCalculator;
55
-
56
- streamCollector?: __StreamCollector;
57
-
58
- base64Decoder?: __Decoder;
59
-
60
- base64Encoder?: __Encoder;
61
-
62
- utf8Decoder?: __Decoder;
63
-
64
- utf8Encoder?: __Encoder;
65
-
66
- runtime?: string;
67
-
68
- disableHostPrefix?: boolean;
69
-
70
- maxAttempts?: number | __Provider<number>;
71
-
72
- retryMode?: string | __Provider<string>;
73
-
74
- logger?: __Logger;
75
-
76
- useDualstackEndpoint?: boolean | __Provider<boolean>;
77
-
78
- useFipsEndpoint?: boolean | __Provider<boolean>;
79
-
80
- serviceId?: string;
81
-
82
- region?: string | __Provider<string>;
83
-
84
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
85
-
86
- regionInfoProvider?: RegionInfoProvider;
87
-
88
- defaultUserAgentProvider?: Provider<__UserAgent>;
89
-
90
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
91
- }
92
- declare type KafkaClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
93
-
94
- export interface KafkaClientConfig extends KafkaClientConfigType {
95
- }
96
- declare type KafkaClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
97
-
98
- export interface KafkaClientResolvedConfig extends KafkaClientResolvedConfigType {
99
- }
100
-
101
- export declare class KafkaClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, KafkaClientResolvedConfig> {
102
-
103
- readonly config: KafkaClientResolvedConfig;
104
- constructor(configuration: KafkaClientConfig);
105
-
106
- destroy(): void;
107
- }
108
- export {};
1
+ import {
2
+ EndpointsInputConfig,
3
+ EndpointsResolvedConfig,
4
+ RegionInputConfig,
5
+ RegionResolvedConfig,
6
+ } from "@aws-sdk/config-resolver";
7
+ import {
8
+ HostHeaderInputConfig,
9
+ HostHeaderResolvedConfig,
10
+ } from "@aws-sdk/middleware-host-header";
11
+ import {
12
+ RetryInputConfig,
13
+ RetryResolvedConfig,
14
+ } from "@aws-sdk/middleware-retry";
15
+ import {
16
+ AwsAuthInputConfig,
17
+ AwsAuthResolvedConfig,
18
+ } from "@aws-sdk/middleware-signing";
19
+ import {
20
+ UserAgentInputConfig,
21
+ UserAgentResolvedConfig,
22
+ } from "@aws-sdk/middleware-user-agent";
23
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
24
+ import {
25
+ Client as __Client,
26
+ DefaultsMode,
27
+ SmithyConfiguration as __SmithyConfiguration,
28
+ SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
29
+ } from "@aws-sdk/smithy-client";
30
+ import {
31
+ BodyLengthCalculator as __BodyLengthCalculator,
32
+ Credentials as __Credentials,
33
+ Decoder as __Decoder,
34
+ Encoder as __Encoder,
35
+ HashConstructor as __HashConstructor,
36
+ HttpHandlerOptions as __HttpHandlerOptions,
37
+ Logger as __Logger,
38
+ Provider as __Provider,
39
+ Provider,
40
+ RegionInfoProvider,
41
+ StreamCollector as __StreamCollector,
42
+ UrlParser as __UrlParser,
43
+ UserAgent as __UserAgent,
44
+ } from "@aws-sdk/types";
45
+ import {
46
+ BatchAssociateScramSecretCommandInput,
47
+ BatchAssociateScramSecretCommandOutput,
48
+ } from "./commands/BatchAssociateScramSecretCommand";
49
+ import {
50
+ BatchDisassociateScramSecretCommandInput,
51
+ BatchDisassociateScramSecretCommandOutput,
52
+ } from "./commands/BatchDisassociateScramSecretCommand";
53
+ import {
54
+ CreateClusterCommandInput,
55
+ CreateClusterCommandOutput,
56
+ } from "./commands/CreateClusterCommand";
57
+ import {
58
+ CreateClusterV2CommandInput,
59
+ CreateClusterV2CommandOutput,
60
+ } from "./commands/CreateClusterV2Command";
61
+ import {
62
+ CreateConfigurationCommandInput,
63
+ CreateConfigurationCommandOutput,
64
+ } from "./commands/CreateConfigurationCommand";
65
+ import {
66
+ DeleteClusterCommandInput,
67
+ DeleteClusterCommandOutput,
68
+ } from "./commands/DeleteClusterCommand";
69
+ import {
70
+ DeleteConfigurationCommandInput,
71
+ DeleteConfigurationCommandOutput,
72
+ } from "./commands/DeleteConfigurationCommand";
73
+ import {
74
+ DescribeClusterCommandInput,
75
+ DescribeClusterCommandOutput,
76
+ } from "./commands/DescribeClusterCommand";
77
+ import {
78
+ DescribeClusterOperationCommandInput,
79
+ DescribeClusterOperationCommandOutput,
80
+ } from "./commands/DescribeClusterOperationCommand";
81
+ import {
82
+ DescribeClusterV2CommandInput,
83
+ DescribeClusterV2CommandOutput,
84
+ } from "./commands/DescribeClusterV2Command";
85
+ import {
86
+ DescribeConfigurationCommandInput,
87
+ DescribeConfigurationCommandOutput,
88
+ } from "./commands/DescribeConfigurationCommand";
89
+ import {
90
+ DescribeConfigurationRevisionCommandInput,
91
+ DescribeConfigurationRevisionCommandOutput,
92
+ } from "./commands/DescribeConfigurationRevisionCommand";
93
+ import {
94
+ GetBootstrapBrokersCommandInput,
95
+ GetBootstrapBrokersCommandOutput,
96
+ } from "./commands/GetBootstrapBrokersCommand";
97
+ import {
98
+ GetCompatibleKafkaVersionsCommandInput,
99
+ GetCompatibleKafkaVersionsCommandOutput,
100
+ } from "./commands/GetCompatibleKafkaVersionsCommand";
101
+ import {
102
+ ListClusterOperationsCommandInput,
103
+ ListClusterOperationsCommandOutput,
104
+ } from "./commands/ListClusterOperationsCommand";
105
+ import {
106
+ ListClustersCommandInput,
107
+ ListClustersCommandOutput,
108
+ } from "./commands/ListClustersCommand";
109
+ import {
110
+ ListClustersV2CommandInput,
111
+ ListClustersV2CommandOutput,
112
+ } from "./commands/ListClustersV2Command";
113
+ import {
114
+ ListConfigurationRevisionsCommandInput,
115
+ ListConfigurationRevisionsCommandOutput,
116
+ } from "./commands/ListConfigurationRevisionsCommand";
117
+ import {
118
+ ListConfigurationsCommandInput,
119
+ ListConfigurationsCommandOutput,
120
+ } from "./commands/ListConfigurationsCommand";
121
+ import {
122
+ ListKafkaVersionsCommandInput,
123
+ ListKafkaVersionsCommandOutput,
124
+ } from "./commands/ListKafkaVersionsCommand";
125
+ import {
126
+ ListNodesCommandInput,
127
+ ListNodesCommandOutput,
128
+ } from "./commands/ListNodesCommand";
129
+ import {
130
+ ListScramSecretsCommandInput,
131
+ ListScramSecretsCommandOutput,
132
+ } from "./commands/ListScramSecretsCommand";
133
+ import {
134
+ ListTagsForResourceCommandInput,
135
+ ListTagsForResourceCommandOutput,
136
+ } from "./commands/ListTagsForResourceCommand";
137
+ import {
138
+ RebootBrokerCommandInput,
139
+ RebootBrokerCommandOutput,
140
+ } from "./commands/RebootBrokerCommand";
141
+ import {
142
+ TagResourceCommandInput,
143
+ TagResourceCommandOutput,
144
+ } from "./commands/TagResourceCommand";
145
+ import {
146
+ UntagResourceCommandInput,
147
+ UntagResourceCommandOutput,
148
+ } from "./commands/UntagResourceCommand";
149
+ import {
150
+ UpdateBrokerCountCommandInput,
151
+ UpdateBrokerCountCommandOutput,
152
+ } from "./commands/UpdateBrokerCountCommand";
153
+ import {
154
+ UpdateBrokerStorageCommandInput,
155
+ UpdateBrokerStorageCommandOutput,
156
+ } from "./commands/UpdateBrokerStorageCommand";
157
+ import {
158
+ UpdateBrokerTypeCommandInput,
159
+ UpdateBrokerTypeCommandOutput,
160
+ } from "./commands/UpdateBrokerTypeCommand";
161
+ import {
162
+ UpdateClusterConfigurationCommandInput,
163
+ UpdateClusterConfigurationCommandOutput,
164
+ } from "./commands/UpdateClusterConfigurationCommand";
165
+ import {
166
+ UpdateClusterKafkaVersionCommandInput,
167
+ UpdateClusterKafkaVersionCommandOutput,
168
+ } from "./commands/UpdateClusterKafkaVersionCommand";
169
+ import {
170
+ UpdateConfigurationCommandInput,
171
+ UpdateConfigurationCommandOutput,
172
+ } from "./commands/UpdateConfigurationCommand";
173
+ import {
174
+ UpdateConnectivityCommandInput,
175
+ UpdateConnectivityCommandOutput,
176
+ } from "./commands/UpdateConnectivityCommand";
177
+ import {
178
+ UpdateMonitoringCommandInput,
179
+ UpdateMonitoringCommandOutput,
180
+ } from "./commands/UpdateMonitoringCommand";
181
+ import {
182
+ UpdateSecurityCommandInput,
183
+ UpdateSecurityCommandOutput,
184
+ } from "./commands/UpdateSecurityCommand";
185
+ export declare type ServiceInputTypes =
186
+ | BatchAssociateScramSecretCommandInput
187
+ | BatchDisassociateScramSecretCommandInput
188
+ | CreateClusterCommandInput
189
+ | CreateClusterV2CommandInput
190
+ | CreateConfigurationCommandInput
191
+ | DeleteClusterCommandInput
192
+ | DeleteConfigurationCommandInput
193
+ | DescribeClusterCommandInput
194
+ | DescribeClusterOperationCommandInput
195
+ | DescribeClusterV2CommandInput
196
+ | DescribeConfigurationCommandInput
197
+ | DescribeConfigurationRevisionCommandInput
198
+ | GetBootstrapBrokersCommandInput
199
+ | GetCompatibleKafkaVersionsCommandInput
200
+ | ListClusterOperationsCommandInput
201
+ | ListClustersCommandInput
202
+ | ListClustersV2CommandInput
203
+ | ListConfigurationRevisionsCommandInput
204
+ | ListConfigurationsCommandInput
205
+ | ListKafkaVersionsCommandInput
206
+ | ListNodesCommandInput
207
+ | ListScramSecretsCommandInput
208
+ | ListTagsForResourceCommandInput
209
+ | RebootBrokerCommandInput
210
+ | TagResourceCommandInput
211
+ | UntagResourceCommandInput
212
+ | UpdateBrokerCountCommandInput
213
+ | UpdateBrokerStorageCommandInput
214
+ | UpdateBrokerTypeCommandInput
215
+ | UpdateClusterConfigurationCommandInput
216
+ | UpdateClusterKafkaVersionCommandInput
217
+ | UpdateConfigurationCommandInput
218
+ | UpdateConnectivityCommandInput
219
+ | UpdateMonitoringCommandInput
220
+ | UpdateSecurityCommandInput;
221
+ export declare type ServiceOutputTypes =
222
+ | BatchAssociateScramSecretCommandOutput
223
+ | BatchDisassociateScramSecretCommandOutput
224
+ | CreateClusterCommandOutput
225
+ | CreateClusterV2CommandOutput
226
+ | CreateConfigurationCommandOutput
227
+ | DeleteClusterCommandOutput
228
+ | DeleteConfigurationCommandOutput
229
+ | DescribeClusterCommandOutput
230
+ | DescribeClusterOperationCommandOutput
231
+ | DescribeClusterV2CommandOutput
232
+ | DescribeConfigurationCommandOutput
233
+ | DescribeConfigurationRevisionCommandOutput
234
+ | GetBootstrapBrokersCommandOutput
235
+ | GetCompatibleKafkaVersionsCommandOutput
236
+ | ListClusterOperationsCommandOutput
237
+ | ListClustersCommandOutput
238
+ | ListClustersV2CommandOutput
239
+ | ListConfigurationRevisionsCommandOutput
240
+ | ListConfigurationsCommandOutput
241
+ | ListKafkaVersionsCommandOutput
242
+ | ListNodesCommandOutput
243
+ | ListScramSecretsCommandOutput
244
+ | ListTagsForResourceCommandOutput
245
+ | RebootBrokerCommandOutput
246
+ | TagResourceCommandOutput
247
+ | UntagResourceCommandOutput
248
+ | UpdateBrokerCountCommandOutput
249
+ | UpdateBrokerStorageCommandOutput
250
+ | UpdateBrokerTypeCommandOutput
251
+ | UpdateClusterConfigurationCommandOutput
252
+ | UpdateClusterKafkaVersionCommandOutput
253
+ | UpdateConfigurationCommandOutput
254
+ | UpdateConnectivityCommandOutput
255
+ | UpdateMonitoringCommandOutput
256
+ | UpdateSecurityCommandOutput;
257
+ export interface ClientDefaults
258
+ extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
259
+ requestHandler?: __HttpHandler;
260
+
261
+ sha256?: __HashConstructor;
262
+
263
+ urlParser?: __UrlParser;
264
+
265
+ bodyLengthChecker?: __BodyLengthCalculator;
266
+
267
+ streamCollector?: __StreamCollector;
268
+
269
+ base64Decoder?: __Decoder;
270
+
271
+ base64Encoder?: __Encoder;
272
+
273
+ utf8Decoder?: __Decoder;
274
+
275
+ utf8Encoder?: __Encoder;
276
+
277
+ runtime?: string;
278
+
279
+ disableHostPrefix?: boolean;
280
+
281
+ maxAttempts?: number | __Provider<number>;
282
+
283
+ retryMode?: string | __Provider<string>;
284
+
285
+ logger?: __Logger;
286
+
287
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
288
+
289
+ useFipsEndpoint?: boolean | __Provider<boolean>;
290
+
291
+ serviceId?: string;
292
+
293
+ region?: string | __Provider<string>;
294
+
295
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
296
+
297
+ regionInfoProvider?: RegionInfoProvider;
298
+
299
+ defaultUserAgentProvider?: Provider<__UserAgent>;
300
+
301
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
302
+ }
303
+ declare type KafkaClientConfigType = Partial<
304
+ __SmithyConfiguration<__HttpHandlerOptions>
305
+ > &
306
+ ClientDefaults &
307
+ RegionInputConfig &
308
+ EndpointsInputConfig &
309
+ RetryInputConfig &
310
+ HostHeaderInputConfig &
311
+ AwsAuthInputConfig &
312
+ UserAgentInputConfig;
313
+
314
+ export interface KafkaClientConfig extends KafkaClientConfigType {}
315
+ declare type KafkaClientResolvedConfigType =
316
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
317
+ Required<ClientDefaults> &
318
+ RegionResolvedConfig &
319
+ EndpointsResolvedConfig &
320
+ RetryResolvedConfig &
321
+ HostHeaderResolvedConfig &
322
+ AwsAuthResolvedConfig &
323
+ UserAgentResolvedConfig;
324
+
325
+ export interface KafkaClientResolvedConfig
326
+ extends KafkaClientResolvedConfigType {}
327
+
328
+ export declare class KafkaClient extends __Client<
329
+ __HttpHandlerOptions,
330
+ ServiceInputTypes,
331
+ ServiceOutputTypes,
332
+ KafkaClientResolvedConfig
333
+ > {
334
+ readonly config: KafkaClientResolvedConfig;
335
+ constructor(configuration: KafkaClientConfig);
336
+
337
+ destroy(): void;
338
+ }
339
+ export {};
@@ -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 { BatchAssociateScramSecretRequest, BatchAssociateScramSecretResponse } from "../models/models_0";
5
- export interface BatchAssociateScramSecretCommandInput extends BatchAssociateScramSecretRequest {
6
- }
7
- export interface BatchAssociateScramSecretCommandOutput extends BatchAssociateScramSecretResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class BatchAssociateScramSecretCommand extends $Command<BatchAssociateScramSecretCommandInput, BatchAssociateScramSecretCommandOutput, KafkaClientResolvedConfig> {
11
- readonly input: BatchAssociateScramSecretCommandInput;
12
- constructor(input: BatchAssociateScramSecretCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchAssociateScramSecretCommandInput, BatchAssociateScramSecretCommandOutput>;
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
+ BatchAssociateScramSecretRequest,
15
+ BatchAssociateScramSecretResponse,
16
+ } from "../models/models_0";
17
+ export interface BatchAssociateScramSecretCommandInput
18
+ extends BatchAssociateScramSecretRequest {}
19
+ export interface BatchAssociateScramSecretCommandOutput
20
+ extends BatchAssociateScramSecretResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class BatchAssociateScramSecretCommand extends $Command<
24
+ BatchAssociateScramSecretCommandInput,
25
+ BatchAssociateScramSecretCommandOutput,
26
+ KafkaClientResolvedConfig
27
+ > {
28
+ readonly input: BatchAssociateScramSecretCommandInput;
29
+ constructor(input: BatchAssociateScramSecretCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: KafkaClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ BatchAssociateScramSecretCommandInput,
37
+ BatchAssociateScramSecretCommandOutput
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 { BatchDisassociateScramSecretRequest, BatchDisassociateScramSecretResponse } from "../models/models_0";
5
- export interface BatchDisassociateScramSecretCommandInput extends BatchDisassociateScramSecretRequest {
6
- }
7
- export interface BatchDisassociateScramSecretCommandOutput extends BatchDisassociateScramSecretResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class BatchDisassociateScramSecretCommand extends $Command<BatchDisassociateScramSecretCommandInput, BatchDisassociateScramSecretCommandOutput, KafkaClientResolvedConfig> {
11
- readonly input: BatchDisassociateScramSecretCommandInput;
12
- constructor(input: BatchDisassociateScramSecretCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchDisassociateScramSecretCommandInput, BatchDisassociateScramSecretCommandOutput>;
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
+ BatchDisassociateScramSecretRequest,
15
+ BatchDisassociateScramSecretResponse,
16
+ } from "../models/models_0";
17
+ export interface BatchDisassociateScramSecretCommandInput
18
+ extends BatchDisassociateScramSecretRequest {}
19
+ export interface BatchDisassociateScramSecretCommandOutput
20
+ extends BatchDisassociateScramSecretResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class BatchDisassociateScramSecretCommand extends $Command<
24
+ BatchDisassociateScramSecretCommandInput,
25
+ BatchDisassociateScramSecretCommandOutput,
26
+ KafkaClientResolvedConfig
27
+ > {
28
+ readonly input: BatchDisassociateScramSecretCommandInput;
29
+ constructor(input: BatchDisassociateScramSecretCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: KafkaClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ BatchDisassociateScramSecretCommandInput,
37
+ BatchDisassociateScramSecretCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -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 { CreateClusterRequest, CreateClusterResponse } from "../models/models_0";
5
- export interface CreateClusterCommandInput extends CreateClusterRequest {
6
- }
7
- export interface CreateClusterCommandOutput extends CreateClusterResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateClusterCommand extends $Command<CreateClusterCommandInput, CreateClusterCommandOutput, KafkaClientResolvedConfig> {
11
- readonly input: CreateClusterCommandInput;
12
- constructor(input: CreateClusterCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateClusterCommandInput, CreateClusterCommandOutput>;
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
+ CreateClusterRequest,
15
+ CreateClusterResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateClusterCommandInput extends CreateClusterRequest {}
18
+ export interface CreateClusterCommandOutput
19
+ extends CreateClusterResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class CreateClusterCommand extends $Command<
23
+ CreateClusterCommandInput,
24
+ CreateClusterCommandOutput,
25
+ KafkaClientResolvedConfig
26
+ > {
27
+ readonly input: CreateClusterCommandInput;
28
+ constructor(input: CreateClusterCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: KafkaClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<CreateClusterCommandInput, CreateClusterCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }