@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.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/Kafka.d.ts +634 -180
- package/dist-types/ts3.4/KafkaClient.d.ts +339 -108
- package/dist-types/ts3.4/commands/BatchAssociateScramSecretCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchDisassociateScramSecretCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateClusterV2Command.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateConfigurationCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteConfigurationCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeClusterOperationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeClusterV2Command.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeConfigurationRevisionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetBootstrapBrokersCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetCompatibleKafkaVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListClusterOperationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListClustersV2Command.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListConfigurationRevisionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListConfigurationsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListKafkaVersionsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListNodesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListScramSecretsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/RebootBrokerCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateBrokerCountCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateBrokerStorageCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateBrokerTypeCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateClusterConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateClusterKafkaVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateConfigurationCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateConnectivityCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateMonitoringCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateSecurityCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/index.d.ts +35 -35
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/KafkaServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1446 -1350
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListClusterOperationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListClustersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListClustersV2Paginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListConfigurationRevisionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListConfigurationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListKafkaVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListNodesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListScramSecretsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +9 -9
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +425 -107
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,108 +1,339 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
+
}
|