@aws-sdk/client-kafka 3.169.0 → 3.171.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/Kafka.d.ts +599 -180
- package/dist-types/ts3.4/KafkaClient.d.ts +314 -108
- package/dist-types/ts3.4/commands/BatchAssociateScramSecretCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BatchDisassociateScramSecretCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateClusterV2Command.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateConfigurationCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteConfigurationCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeClusterOperationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeClusterV2Command.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeConfigurationRevisionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetBootstrapBrokersCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetCompatibleKafkaVersionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListClusterOperationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListClustersV2Command.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListConfigurationRevisionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListConfigurationsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListKafkaVersionsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListNodesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListScramSecretsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/RebootBrokerCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UpdateBrokerCountCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateBrokerStorageCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateBrokerTypeCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateClusterConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateClusterKafkaVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateConfigurationCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateConnectivityCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateMonitoringCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateSecurityCommand.d.ts +35 -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 +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1025 -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 +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,108 +1,314 @@
|
|
|
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
|
+
sha256?: __HashConstructor;
|
|
261
|
+
urlParser?: __UrlParser;
|
|
262
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
263
|
+
streamCollector?: __StreamCollector;
|
|
264
|
+
base64Decoder?: __Decoder;
|
|
265
|
+
base64Encoder?: __Encoder;
|
|
266
|
+
utf8Decoder?: __Decoder;
|
|
267
|
+
utf8Encoder?: __Encoder;
|
|
268
|
+
runtime?: string;
|
|
269
|
+
disableHostPrefix?: boolean;
|
|
270
|
+
maxAttempts?: number | __Provider<number>;
|
|
271
|
+
retryMode?: string | __Provider<string>;
|
|
272
|
+
logger?: __Logger;
|
|
273
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
274
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
275
|
+
serviceId?: string;
|
|
276
|
+
region?: string | __Provider<string>;
|
|
277
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
278
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
279
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
280
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
281
|
+
}
|
|
282
|
+
declare type KafkaClientConfigType = Partial<
|
|
283
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
284
|
+
> &
|
|
285
|
+
ClientDefaults &
|
|
286
|
+
RegionInputConfig &
|
|
287
|
+
EndpointsInputConfig &
|
|
288
|
+
RetryInputConfig &
|
|
289
|
+
HostHeaderInputConfig &
|
|
290
|
+
AwsAuthInputConfig &
|
|
291
|
+
UserAgentInputConfig;
|
|
292
|
+
export interface KafkaClientConfig extends KafkaClientConfigType {}
|
|
293
|
+
declare type KafkaClientResolvedConfigType =
|
|
294
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
295
|
+
Required<ClientDefaults> &
|
|
296
|
+
RegionResolvedConfig &
|
|
297
|
+
EndpointsResolvedConfig &
|
|
298
|
+
RetryResolvedConfig &
|
|
299
|
+
HostHeaderResolvedConfig &
|
|
300
|
+
AwsAuthResolvedConfig &
|
|
301
|
+
UserAgentResolvedConfig;
|
|
302
|
+
export interface KafkaClientResolvedConfig
|
|
303
|
+
extends KafkaClientResolvedConfigType {}
|
|
304
|
+
export declare class KafkaClient extends __Client<
|
|
305
|
+
__HttpHandlerOptions,
|
|
306
|
+
ServiceInputTypes,
|
|
307
|
+
ServiceOutputTypes,
|
|
308
|
+
KafkaClientResolvedConfig
|
|
309
|
+
> {
|
|
310
|
+
readonly config: KafkaClientResolvedConfig;
|
|
311
|
+
constructor(configuration: KafkaClientConfig);
|
|
312
|
+
destroy(): void;
|
|
313
|
+
}
|
|
314
|
+
export {};
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
export declare class BatchAssociateScramSecretCommand extends $Command<
|
|
23
|
+
BatchAssociateScramSecretCommandInput,
|
|
24
|
+
BatchAssociateScramSecretCommandOutput,
|
|
25
|
+
KafkaClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: BatchAssociateScramSecretCommandInput;
|
|
28
|
+
constructor(input: BatchAssociateScramSecretCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: KafkaClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
BatchAssociateScramSecretCommandInput,
|
|
35
|
+
BatchAssociateScramSecretCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
export declare class BatchDisassociateScramSecretCommand extends $Command<
|
|
23
|
+
BatchDisassociateScramSecretCommandInput,
|
|
24
|
+
BatchDisassociateScramSecretCommandOutput,
|
|
25
|
+
KafkaClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: BatchDisassociateScramSecretCommandInput;
|
|
28
|
+
constructor(input: BatchDisassociateScramSecretCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: KafkaClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
BatchDisassociateScramSecretCommandInput,
|
|
35
|
+
BatchDisassociateScramSecretCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
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
|
+
export declare class CreateClusterCommand extends $Command<
|
|
22
|
+
CreateClusterCommandInput,
|
|
23
|
+
CreateClusterCommandOutput,
|
|
24
|
+
KafkaClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: CreateClusterCommandInput;
|
|
27
|
+
constructor(input: CreateClusterCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: KafkaClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<CreateClusterCommandInput, CreateClusterCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
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
|
+
CreateClusterV2Request,
|
|
15
|
+
CreateClusterV2Response,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateClusterV2CommandInput extends CreateClusterV2Request {}
|
|
18
|
+
export interface CreateClusterV2CommandOutput
|
|
19
|
+
extends CreateClusterV2Response,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class CreateClusterV2Command extends $Command<
|
|
22
|
+
CreateClusterV2CommandInput,
|
|
23
|
+
CreateClusterV2CommandOutput,
|
|
24
|
+
KafkaClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: CreateClusterV2CommandInput;
|
|
27
|
+
constructor(input: CreateClusterV2CommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: KafkaClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<CreateClusterV2CommandInput, CreateClusterV2CommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|