@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.
- package/CHANGELOG.md +16 -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,107 +1,425 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
import {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
import {
|
|
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
|
-
|
|
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>;
|