@aws-sdk/client-kinesis-analytics-v2 3.1087.0 → 3.1089.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/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/KinesisAnalyticsV2.d.ts +104 -155
- package/dist-types/ts3.4/KinesisAnalyticsV2Client.d.ts +6 -19
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AddApplicationCloudWatchLoggingOptionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AddApplicationInputCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/AddApplicationInputProcessingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AddApplicationOutputCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/AddApplicationReferenceDataSourceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AddApplicationVpcConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateApplicationPresignedUrlCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateApplicationSnapshotCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteApplicationCloudWatchLoggingOptionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteApplicationInputProcessingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteApplicationOutputCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteApplicationReferenceDataSourceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteApplicationSnapshotCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteApplicationVpcConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeApplicationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeApplicationOperationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeApplicationSnapshotCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeApplicationVersionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DiscoverInputSchemaCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListApplicationOperationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListApplicationSnapshotsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListApplicationVersionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RollbackApplicationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StartApplicationCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/StopApplicationCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateApplicationMaintenanceConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +8 -16
- package/dist-types/ts3.4/models/errors.d.ts +13 -44
- package/dist-types/ts3.4/models/models_0.d.ts +41 -123
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
- package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38
package/dist-cjs/index.js
CHANGED
|
@@ -119,10 +119,7 @@ import {
|
|
|
119
119
|
StopApplicationCommandInput,
|
|
120
120
|
StopApplicationCommandOutput,
|
|
121
121
|
} from "./commands/StopApplicationCommand";
|
|
122
|
-
import {
|
|
123
|
-
TagResourceCommandInput,
|
|
124
|
-
TagResourceCommandOutput,
|
|
125
|
-
} from "./commands/TagResourceCommand";
|
|
122
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
126
123
|
import {
|
|
127
124
|
UntagResourceCommandInput,
|
|
128
125
|
UntagResourceCommandOutput,
|
|
@@ -139,509 +136,461 @@ import { KinesisAnalyticsV2Client } from "./KinesisAnalyticsV2Client";
|
|
|
139
136
|
export interface KinesisAnalyticsV2 {
|
|
140
137
|
addApplicationCloudWatchLoggingOption(
|
|
141
138
|
args: AddApplicationCloudWatchLoggingOptionCommandInput,
|
|
142
|
-
options?: __HttpHandlerOptions
|
|
139
|
+
options?: __HttpHandlerOptions,
|
|
143
140
|
): Promise<AddApplicationCloudWatchLoggingOptionCommandOutput>;
|
|
144
141
|
addApplicationCloudWatchLoggingOption(
|
|
145
142
|
args: AddApplicationCloudWatchLoggingOptionCommandInput,
|
|
146
|
-
cb: (
|
|
147
|
-
err: any,
|
|
148
|
-
data?: AddApplicationCloudWatchLoggingOptionCommandOutput
|
|
149
|
-
) => void
|
|
143
|
+
cb: (err: any, data?: AddApplicationCloudWatchLoggingOptionCommandOutput) => void,
|
|
150
144
|
): void;
|
|
151
145
|
addApplicationCloudWatchLoggingOption(
|
|
152
146
|
args: AddApplicationCloudWatchLoggingOptionCommandInput,
|
|
153
147
|
options: __HttpHandlerOptions,
|
|
154
|
-
cb: (
|
|
155
|
-
err: any,
|
|
156
|
-
data?: AddApplicationCloudWatchLoggingOptionCommandOutput
|
|
157
|
-
) => void
|
|
148
|
+
cb: (err: any, data?: AddApplicationCloudWatchLoggingOptionCommandOutput) => void,
|
|
158
149
|
): void;
|
|
159
150
|
addApplicationInput(
|
|
160
151
|
args: AddApplicationInputCommandInput,
|
|
161
|
-
options?: __HttpHandlerOptions
|
|
152
|
+
options?: __HttpHandlerOptions,
|
|
162
153
|
): Promise<AddApplicationInputCommandOutput>;
|
|
163
154
|
addApplicationInput(
|
|
164
155
|
args: AddApplicationInputCommandInput,
|
|
165
|
-
cb: (err: any, data?: AddApplicationInputCommandOutput) => void
|
|
156
|
+
cb: (err: any, data?: AddApplicationInputCommandOutput) => void,
|
|
166
157
|
): void;
|
|
167
158
|
addApplicationInput(
|
|
168
159
|
args: AddApplicationInputCommandInput,
|
|
169
160
|
options: __HttpHandlerOptions,
|
|
170
|
-
cb: (err: any, data?: AddApplicationInputCommandOutput) => void
|
|
161
|
+
cb: (err: any, data?: AddApplicationInputCommandOutput) => void,
|
|
171
162
|
): void;
|
|
172
163
|
addApplicationInputProcessingConfiguration(
|
|
173
164
|
args: AddApplicationInputProcessingConfigurationCommandInput,
|
|
174
|
-
options?: __HttpHandlerOptions
|
|
165
|
+
options?: __HttpHandlerOptions,
|
|
175
166
|
): Promise<AddApplicationInputProcessingConfigurationCommandOutput>;
|
|
176
167
|
addApplicationInputProcessingConfiguration(
|
|
177
168
|
args: AddApplicationInputProcessingConfigurationCommandInput,
|
|
178
|
-
cb: (
|
|
179
|
-
err: any,
|
|
180
|
-
data?: AddApplicationInputProcessingConfigurationCommandOutput
|
|
181
|
-
) => void
|
|
169
|
+
cb: (err: any, data?: AddApplicationInputProcessingConfigurationCommandOutput) => void,
|
|
182
170
|
): void;
|
|
183
171
|
addApplicationInputProcessingConfiguration(
|
|
184
172
|
args: AddApplicationInputProcessingConfigurationCommandInput,
|
|
185
173
|
options: __HttpHandlerOptions,
|
|
186
|
-
cb: (
|
|
187
|
-
err: any,
|
|
188
|
-
data?: AddApplicationInputProcessingConfigurationCommandOutput
|
|
189
|
-
) => void
|
|
174
|
+
cb: (err: any, data?: AddApplicationInputProcessingConfigurationCommandOutput) => void,
|
|
190
175
|
): void;
|
|
191
176
|
addApplicationOutput(
|
|
192
177
|
args: AddApplicationOutputCommandInput,
|
|
193
|
-
options?: __HttpHandlerOptions
|
|
178
|
+
options?: __HttpHandlerOptions,
|
|
194
179
|
): Promise<AddApplicationOutputCommandOutput>;
|
|
195
180
|
addApplicationOutput(
|
|
196
181
|
args: AddApplicationOutputCommandInput,
|
|
197
|
-
cb: (err: any, data?: AddApplicationOutputCommandOutput) => void
|
|
182
|
+
cb: (err: any, data?: AddApplicationOutputCommandOutput) => void,
|
|
198
183
|
): void;
|
|
199
184
|
addApplicationOutput(
|
|
200
185
|
args: AddApplicationOutputCommandInput,
|
|
201
186
|
options: __HttpHandlerOptions,
|
|
202
|
-
cb: (err: any, data?: AddApplicationOutputCommandOutput) => void
|
|
187
|
+
cb: (err: any, data?: AddApplicationOutputCommandOutput) => void,
|
|
203
188
|
): void;
|
|
204
189
|
addApplicationReferenceDataSource(
|
|
205
190
|
args: AddApplicationReferenceDataSourceCommandInput,
|
|
206
|
-
options?: __HttpHandlerOptions
|
|
191
|
+
options?: __HttpHandlerOptions,
|
|
207
192
|
): Promise<AddApplicationReferenceDataSourceCommandOutput>;
|
|
208
193
|
addApplicationReferenceDataSource(
|
|
209
194
|
args: AddApplicationReferenceDataSourceCommandInput,
|
|
210
|
-
cb: (
|
|
211
|
-
err: any,
|
|
212
|
-
data?: AddApplicationReferenceDataSourceCommandOutput
|
|
213
|
-
) => void
|
|
195
|
+
cb: (err: any, data?: AddApplicationReferenceDataSourceCommandOutput) => void,
|
|
214
196
|
): void;
|
|
215
197
|
addApplicationReferenceDataSource(
|
|
216
198
|
args: AddApplicationReferenceDataSourceCommandInput,
|
|
217
199
|
options: __HttpHandlerOptions,
|
|
218
|
-
cb: (
|
|
219
|
-
err: any,
|
|
220
|
-
data?: AddApplicationReferenceDataSourceCommandOutput
|
|
221
|
-
) => void
|
|
200
|
+
cb: (err: any, data?: AddApplicationReferenceDataSourceCommandOutput) => void,
|
|
222
201
|
): void;
|
|
223
202
|
addApplicationVpcConfiguration(
|
|
224
203
|
args: AddApplicationVpcConfigurationCommandInput,
|
|
225
|
-
options?: __HttpHandlerOptions
|
|
204
|
+
options?: __HttpHandlerOptions,
|
|
226
205
|
): Promise<AddApplicationVpcConfigurationCommandOutput>;
|
|
227
206
|
addApplicationVpcConfiguration(
|
|
228
207
|
args: AddApplicationVpcConfigurationCommandInput,
|
|
229
|
-
cb: (err: any, data?: AddApplicationVpcConfigurationCommandOutput) => void
|
|
208
|
+
cb: (err: any, data?: AddApplicationVpcConfigurationCommandOutput) => void,
|
|
230
209
|
): void;
|
|
231
210
|
addApplicationVpcConfiguration(
|
|
232
211
|
args: AddApplicationVpcConfigurationCommandInput,
|
|
233
212
|
options: __HttpHandlerOptions,
|
|
234
|
-
cb: (err: any, data?: AddApplicationVpcConfigurationCommandOutput) => void
|
|
213
|
+
cb: (err: any, data?: AddApplicationVpcConfigurationCommandOutput) => void,
|
|
235
214
|
): void;
|
|
236
215
|
createApplication(
|
|
237
216
|
args: CreateApplicationCommandInput,
|
|
238
|
-
options?: __HttpHandlerOptions
|
|
217
|
+
options?: __HttpHandlerOptions,
|
|
239
218
|
): Promise<CreateApplicationCommandOutput>;
|
|
240
219
|
createApplication(
|
|
241
220
|
args: CreateApplicationCommandInput,
|
|
242
|
-
cb: (err: any, data?: CreateApplicationCommandOutput) => void
|
|
221
|
+
cb: (err: any, data?: CreateApplicationCommandOutput) => void,
|
|
243
222
|
): void;
|
|
244
223
|
createApplication(
|
|
245
224
|
args: CreateApplicationCommandInput,
|
|
246
225
|
options: __HttpHandlerOptions,
|
|
247
|
-
cb: (err: any, data?: CreateApplicationCommandOutput) => void
|
|
226
|
+
cb: (err: any, data?: CreateApplicationCommandOutput) => void,
|
|
248
227
|
): void;
|
|
249
228
|
createApplicationPresignedUrl(
|
|
250
229
|
args: CreateApplicationPresignedUrlCommandInput,
|
|
251
|
-
options?: __HttpHandlerOptions
|
|
230
|
+
options?: __HttpHandlerOptions,
|
|
252
231
|
): Promise<CreateApplicationPresignedUrlCommandOutput>;
|
|
253
232
|
createApplicationPresignedUrl(
|
|
254
233
|
args: CreateApplicationPresignedUrlCommandInput,
|
|
255
|
-
cb: (err: any, data?: CreateApplicationPresignedUrlCommandOutput) => void
|
|
234
|
+
cb: (err: any, data?: CreateApplicationPresignedUrlCommandOutput) => void,
|
|
256
235
|
): void;
|
|
257
236
|
createApplicationPresignedUrl(
|
|
258
237
|
args: CreateApplicationPresignedUrlCommandInput,
|
|
259
238
|
options: __HttpHandlerOptions,
|
|
260
|
-
cb: (err: any, data?: CreateApplicationPresignedUrlCommandOutput) => void
|
|
239
|
+
cb: (err: any, data?: CreateApplicationPresignedUrlCommandOutput) => void,
|
|
261
240
|
): void;
|
|
262
241
|
createApplicationSnapshot(
|
|
263
242
|
args: CreateApplicationSnapshotCommandInput,
|
|
264
|
-
options?: __HttpHandlerOptions
|
|
243
|
+
options?: __HttpHandlerOptions,
|
|
265
244
|
): Promise<CreateApplicationSnapshotCommandOutput>;
|
|
266
245
|
createApplicationSnapshot(
|
|
267
246
|
args: CreateApplicationSnapshotCommandInput,
|
|
268
|
-
cb: (err: any, data?: CreateApplicationSnapshotCommandOutput) => void
|
|
247
|
+
cb: (err: any, data?: CreateApplicationSnapshotCommandOutput) => void,
|
|
269
248
|
): void;
|
|
270
249
|
createApplicationSnapshot(
|
|
271
250
|
args: CreateApplicationSnapshotCommandInput,
|
|
272
251
|
options: __HttpHandlerOptions,
|
|
273
|
-
cb: (err: any, data?: CreateApplicationSnapshotCommandOutput) => void
|
|
252
|
+
cb: (err: any, data?: CreateApplicationSnapshotCommandOutput) => void,
|
|
274
253
|
): void;
|
|
275
254
|
deleteApplication(
|
|
276
255
|
args: DeleteApplicationCommandInput,
|
|
277
|
-
options?: __HttpHandlerOptions
|
|
256
|
+
options?: __HttpHandlerOptions,
|
|
278
257
|
): Promise<DeleteApplicationCommandOutput>;
|
|
279
258
|
deleteApplication(
|
|
280
259
|
args: DeleteApplicationCommandInput,
|
|
281
|
-
cb: (err: any, data?: DeleteApplicationCommandOutput) => void
|
|
260
|
+
cb: (err: any, data?: DeleteApplicationCommandOutput) => void,
|
|
282
261
|
): void;
|
|
283
262
|
deleteApplication(
|
|
284
263
|
args: DeleteApplicationCommandInput,
|
|
285
264
|
options: __HttpHandlerOptions,
|
|
286
|
-
cb: (err: any, data?: DeleteApplicationCommandOutput) => void
|
|
265
|
+
cb: (err: any, data?: DeleteApplicationCommandOutput) => void,
|
|
287
266
|
): void;
|
|
288
267
|
deleteApplicationCloudWatchLoggingOption(
|
|
289
268
|
args: DeleteApplicationCloudWatchLoggingOptionCommandInput,
|
|
290
|
-
options?: __HttpHandlerOptions
|
|
269
|
+
options?: __HttpHandlerOptions,
|
|
291
270
|
): Promise<DeleteApplicationCloudWatchLoggingOptionCommandOutput>;
|
|
292
271
|
deleteApplicationCloudWatchLoggingOption(
|
|
293
272
|
args: DeleteApplicationCloudWatchLoggingOptionCommandInput,
|
|
294
|
-
cb: (
|
|
295
|
-
err: any,
|
|
296
|
-
data?: DeleteApplicationCloudWatchLoggingOptionCommandOutput
|
|
297
|
-
) => void
|
|
273
|
+
cb: (err: any, data?: DeleteApplicationCloudWatchLoggingOptionCommandOutput) => void,
|
|
298
274
|
): void;
|
|
299
275
|
deleteApplicationCloudWatchLoggingOption(
|
|
300
276
|
args: DeleteApplicationCloudWatchLoggingOptionCommandInput,
|
|
301
277
|
options: __HttpHandlerOptions,
|
|
302
|
-
cb: (
|
|
303
|
-
err: any,
|
|
304
|
-
data?: DeleteApplicationCloudWatchLoggingOptionCommandOutput
|
|
305
|
-
) => void
|
|
278
|
+
cb: (err: any, data?: DeleteApplicationCloudWatchLoggingOptionCommandOutput) => void,
|
|
306
279
|
): void;
|
|
307
280
|
deleteApplicationInputProcessingConfiguration(
|
|
308
281
|
args: DeleteApplicationInputProcessingConfigurationCommandInput,
|
|
309
|
-
options?: __HttpHandlerOptions
|
|
282
|
+
options?: __HttpHandlerOptions,
|
|
310
283
|
): Promise<DeleteApplicationInputProcessingConfigurationCommandOutput>;
|
|
311
284
|
deleteApplicationInputProcessingConfiguration(
|
|
312
285
|
args: DeleteApplicationInputProcessingConfigurationCommandInput,
|
|
313
|
-
cb: (
|
|
314
|
-
err: any,
|
|
315
|
-
data?: DeleteApplicationInputProcessingConfigurationCommandOutput
|
|
316
|
-
) => void
|
|
286
|
+
cb: (err: any, data?: DeleteApplicationInputProcessingConfigurationCommandOutput) => void,
|
|
317
287
|
): void;
|
|
318
288
|
deleteApplicationInputProcessingConfiguration(
|
|
319
289
|
args: DeleteApplicationInputProcessingConfigurationCommandInput,
|
|
320
290
|
options: __HttpHandlerOptions,
|
|
321
|
-
cb: (
|
|
322
|
-
err: any,
|
|
323
|
-
data?: DeleteApplicationInputProcessingConfigurationCommandOutput
|
|
324
|
-
) => void
|
|
291
|
+
cb: (err: any, data?: DeleteApplicationInputProcessingConfigurationCommandOutput) => void,
|
|
325
292
|
): void;
|
|
326
293
|
deleteApplicationOutput(
|
|
327
294
|
args: DeleteApplicationOutputCommandInput,
|
|
328
|
-
options?: __HttpHandlerOptions
|
|
295
|
+
options?: __HttpHandlerOptions,
|
|
329
296
|
): Promise<DeleteApplicationOutputCommandOutput>;
|
|
330
297
|
deleteApplicationOutput(
|
|
331
298
|
args: DeleteApplicationOutputCommandInput,
|
|
332
|
-
cb: (err: any, data?: DeleteApplicationOutputCommandOutput) => void
|
|
299
|
+
cb: (err: any, data?: DeleteApplicationOutputCommandOutput) => void,
|
|
333
300
|
): void;
|
|
334
301
|
deleteApplicationOutput(
|
|
335
302
|
args: DeleteApplicationOutputCommandInput,
|
|
336
303
|
options: __HttpHandlerOptions,
|
|
337
|
-
cb: (err: any, data?: DeleteApplicationOutputCommandOutput) => void
|
|
304
|
+
cb: (err: any, data?: DeleteApplicationOutputCommandOutput) => void,
|
|
338
305
|
): void;
|
|
339
306
|
deleteApplicationReferenceDataSource(
|
|
340
307
|
args: DeleteApplicationReferenceDataSourceCommandInput,
|
|
341
|
-
options?: __HttpHandlerOptions
|
|
308
|
+
options?: __HttpHandlerOptions,
|
|
342
309
|
): Promise<DeleteApplicationReferenceDataSourceCommandOutput>;
|
|
343
310
|
deleteApplicationReferenceDataSource(
|
|
344
311
|
args: DeleteApplicationReferenceDataSourceCommandInput,
|
|
345
|
-
cb: (
|
|
346
|
-
err: any,
|
|
347
|
-
data?: DeleteApplicationReferenceDataSourceCommandOutput
|
|
348
|
-
) => void
|
|
312
|
+
cb: (err: any, data?: DeleteApplicationReferenceDataSourceCommandOutput) => void,
|
|
349
313
|
): void;
|
|
350
314
|
deleteApplicationReferenceDataSource(
|
|
351
315
|
args: DeleteApplicationReferenceDataSourceCommandInput,
|
|
352
316
|
options: __HttpHandlerOptions,
|
|
353
|
-
cb: (
|
|
354
|
-
err: any,
|
|
355
|
-
data?: DeleteApplicationReferenceDataSourceCommandOutput
|
|
356
|
-
) => void
|
|
317
|
+
cb: (err: any, data?: DeleteApplicationReferenceDataSourceCommandOutput) => void,
|
|
357
318
|
): void;
|
|
358
319
|
deleteApplicationSnapshot(
|
|
359
320
|
args: DeleteApplicationSnapshotCommandInput,
|
|
360
|
-
options?: __HttpHandlerOptions
|
|
321
|
+
options?: __HttpHandlerOptions,
|
|
361
322
|
): Promise<DeleteApplicationSnapshotCommandOutput>;
|
|
362
323
|
deleteApplicationSnapshot(
|
|
363
324
|
args: DeleteApplicationSnapshotCommandInput,
|
|
364
|
-
cb: (err: any, data?: DeleteApplicationSnapshotCommandOutput) => void
|
|
325
|
+
cb: (err: any, data?: DeleteApplicationSnapshotCommandOutput) => void,
|
|
365
326
|
): void;
|
|
366
327
|
deleteApplicationSnapshot(
|
|
367
328
|
args: DeleteApplicationSnapshotCommandInput,
|
|
368
329
|
options: __HttpHandlerOptions,
|
|
369
|
-
cb: (err: any, data?: DeleteApplicationSnapshotCommandOutput) => void
|
|
330
|
+
cb: (err: any, data?: DeleteApplicationSnapshotCommandOutput) => void,
|
|
370
331
|
): void;
|
|
371
332
|
deleteApplicationVpcConfiguration(
|
|
372
333
|
args: DeleteApplicationVpcConfigurationCommandInput,
|
|
373
|
-
options?: __HttpHandlerOptions
|
|
334
|
+
options?: __HttpHandlerOptions,
|
|
374
335
|
): Promise<DeleteApplicationVpcConfigurationCommandOutput>;
|
|
375
336
|
deleteApplicationVpcConfiguration(
|
|
376
337
|
args: DeleteApplicationVpcConfigurationCommandInput,
|
|
377
|
-
cb: (
|
|
378
|
-
err: any,
|
|
379
|
-
data?: DeleteApplicationVpcConfigurationCommandOutput
|
|
380
|
-
) => void
|
|
338
|
+
cb: (err: any, data?: DeleteApplicationVpcConfigurationCommandOutput) => void,
|
|
381
339
|
): void;
|
|
382
340
|
deleteApplicationVpcConfiguration(
|
|
383
341
|
args: DeleteApplicationVpcConfigurationCommandInput,
|
|
384
342
|
options: __HttpHandlerOptions,
|
|
385
|
-
cb: (
|
|
386
|
-
err: any,
|
|
387
|
-
data?: DeleteApplicationVpcConfigurationCommandOutput
|
|
388
|
-
) => void
|
|
343
|
+
cb: (err: any, data?: DeleteApplicationVpcConfigurationCommandOutput) => void,
|
|
389
344
|
): void;
|
|
390
345
|
describeApplication(
|
|
391
346
|
args: DescribeApplicationCommandInput,
|
|
392
|
-
options?: __HttpHandlerOptions
|
|
347
|
+
options?: __HttpHandlerOptions,
|
|
393
348
|
): Promise<DescribeApplicationCommandOutput>;
|
|
394
349
|
describeApplication(
|
|
395
350
|
args: DescribeApplicationCommandInput,
|
|
396
|
-
cb: (err: any, data?: DescribeApplicationCommandOutput) => void
|
|
351
|
+
cb: (err: any, data?: DescribeApplicationCommandOutput) => void,
|
|
397
352
|
): void;
|
|
398
353
|
describeApplication(
|
|
399
354
|
args: DescribeApplicationCommandInput,
|
|
400
355
|
options: __HttpHandlerOptions,
|
|
401
|
-
cb: (err: any, data?: DescribeApplicationCommandOutput) => void
|
|
356
|
+
cb: (err: any, data?: DescribeApplicationCommandOutput) => void,
|
|
402
357
|
): void;
|
|
403
358
|
describeApplicationOperation(
|
|
404
359
|
args: DescribeApplicationOperationCommandInput,
|
|
405
|
-
options?: __HttpHandlerOptions
|
|
360
|
+
options?: __HttpHandlerOptions,
|
|
406
361
|
): Promise<DescribeApplicationOperationCommandOutput>;
|
|
407
362
|
describeApplicationOperation(
|
|
408
363
|
args: DescribeApplicationOperationCommandInput,
|
|
409
|
-
cb: (err: any, data?: DescribeApplicationOperationCommandOutput) => void
|
|
364
|
+
cb: (err: any, data?: DescribeApplicationOperationCommandOutput) => void,
|
|
410
365
|
): void;
|
|
411
366
|
describeApplicationOperation(
|
|
412
367
|
args: DescribeApplicationOperationCommandInput,
|
|
413
368
|
options: __HttpHandlerOptions,
|
|
414
|
-
cb: (err: any, data?: DescribeApplicationOperationCommandOutput) => void
|
|
369
|
+
cb: (err: any, data?: DescribeApplicationOperationCommandOutput) => void,
|
|
415
370
|
): void;
|
|
416
371
|
describeApplicationSnapshot(
|
|
417
372
|
args: DescribeApplicationSnapshotCommandInput,
|
|
418
|
-
options?: __HttpHandlerOptions
|
|
373
|
+
options?: __HttpHandlerOptions,
|
|
419
374
|
): Promise<DescribeApplicationSnapshotCommandOutput>;
|
|
420
375
|
describeApplicationSnapshot(
|
|
421
376
|
args: DescribeApplicationSnapshotCommandInput,
|
|
422
|
-
cb: (err: any, data?: DescribeApplicationSnapshotCommandOutput) => void
|
|
377
|
+
cb: (err: any, data?: DescribeApplicationSnapshotCommandOutput) => void,
|
|
423
378
|
): void;
|
|
424
379
|
describeApplicationSnapshot(
|
|
425
380
|
args: DescribeApplicationSnapshotCommandInput,
|
|
426
381
|
options: __HttpHandlerOptions,
|
|
427
|
-
cb: (err: any, data?: DescribeApplicationSnapshotCommandOutput) => void
|
|
382
|
+
cb: (err: any, data?: DescribeApplicationSnapshotCommandOutput) => void,
|
|
428
383
|
): void;
|
|
429
384
|
describeApplicationVersion(
|
|
430
385
|
args: DescribeApplicationVersionCommandInput,
|
|
431
|
-
options?: __HttpHandlerOptions
|
|
386
|
+
options?: __HttpHandlerOptions,
|
|
432
387
|
): Promise<DescribeApplicationVersionCommandOutput>;
|
|
433
388
|
describeApplicationVersion(
|
|
434
389
|
args: DescribeApplicationVersionCommandInput,
|
|
435
|
-
cb: (err: any, data?: DescribeApplicationVersionCommandOutput) => void
|
|
390
|
+
cb: (err: any, data?: DescribeApplicationVersionCommandOutput) => void,
|
|
436
391
|
): void;
|
|
437
392
|
describeApplicationVersion(
|
|
438
393
|
args: DescribeApplicationVersionCommandInput,
|
|
439
394
|
options: __HttpHandlerOptions,
|
|
440
|
-
cb: (err: any, data?: DescribeApplicationVersionCommandOutput) => void
|
|
395
|
+
cb: (err: any, data?: DescribeApplicationVersionCommandOutput) => void,
|
|
441
396
|
): void;
|
|
442
397
|
discoverInputSchema(
|
|
443
398
|
args: DiscoverInputSchemaCommandInput,
|
|
444
|
-
options?: __HttpHandlerOptions
|
|
399
|
+
options?: __HttpHandlerOptions,
|
|
445
400
|
): Promise<DiscoverInputSchemaCommandOutput>;
|
|
446
401
|
discoverInputSchema(
|
|
447
402
|
args: DiscoverInputSchemaCommandInput,
|
|
448
|
-
cb: (err: any, data?: DiscoverInputSchemaCommandOutput) => void
|
|
403
|
+
cb: (err: any, data?: DiscoverInputSchemaCommandOutput) => void,
|
|
449
404
|
): void;
|
|
450
405
|
discoverInputSchema(
|
|
451
406
|
args: DiscoverInputSchemaCommandInput,
|
|
452
407
|
options: __HttpHandlerOptions,
|
|
453
|
-
cb: (err: any, data?: DiscoverInputSchemaCommandOutput) => void
|
|
408
|
+
cb: (err: any, data?: DiscoverInputSchemaCommandOutput) => void,
|
|
454
409
|
): void;
|
|
455
410
|
listApplicationOperations(
|
|
456
411
|
args: ListApplicationOperationsCommandInput,
|
|
457
|
-
options?: __HttpHandlerOptions
|
|
412
|
+
options?: __HttpHandlerOptions,
|
|
458
413
|
): Promise<ListApplicationOperationsCommandOutput>;
|
|
459
414
|
listApplicationOperations(
|
|
460
415
|
args: ListApplicationOperationsCommandInput,
|
|
461
|
-
cb: (err: any, data?: ListApplicationOperationsCommandOutput) => void
|
|
416
|
+
cb: (err: any, data?: ListApplicationOperationsCommandOutput) => void,
|
|
462
417
|
): void;
|
|
463
418
|
listApplicationOperations(
|
|
464
419
|
args: ListApplicationOperationsCommandInput,
|
|
465
420
|
options: __HttpHandlerOptions,
|
|
466
|
-
cb: (err: any, data?: ListApplicationOperationsCommandOutput) => void
|
|
421
|
+
cb: (err: any, data?: ListApplicationOperationsCommandOutput) => void,
|
|
467
422
|
): void;
|
|
468
423
|
listApplications(): Promise<ListApplicationsCommandOutput>;
|
|
469
424
|
listApplications(
|
|
470
425
|
args: ListApplicationsCommandInput,
|
|
471
|
-
options?: __HttpHandlerOptions
|
|
426
|
+
options?: __HttpHandlerOptions,
|
|
472
427
|
): Promise<ListApplicationsCommandOutput>;
|
|
473
428
|
listApplications(
|
|
474
429
|
args: ListApplicationsCommandInput,
|
|
475
|
-
cb: (err: any, data?: ListApplicationsCommandOutput) => void
|
|
430
|
+
cb: (err: any, data?: ListApplicationsCommandOutput) => void,
|
|
476
431
|
): void;
|
|
477
432
|
listApplications(
|
|
478
433
|
args: ListApplicationsCommandInput,
|
|
479
434
|
options: __HttpHandlerOptions,
|
|
480
|
-
cb: (err: any, data?: ListApplicationsCommandOutput) => void
|
|
435
|
+
cb: (err: any, data?: ListApplicationsCommandOutput) => void,
|
|
481
436
|
): void;
|
|
482
437
|
listApplicationSnapshots(
|
|
483
438
|
args: ListApplicationSnapshotsCommandInput,
|
|
484
|
-
options?: __HttpHandlerOptions
|
|
439
|
+
options?: __HttpHandlerOptions,
|
|
485
440
|
): Promise<ListApplicationSnapshotsCommandOutput>;
|
|
486
441
|
listApplicationSnapshots(
|
|
487
442
|
args: ListApplicationSnapshotsCommandInput,
|
|
488
|
-
cb: (err: any, data?: ListApplicationSnapshotsCommandOutput) => void
|
|
443
|
+
cb: (err: any, data?: ListApplicationSnapshotsCommandOutput) => void,
|
|
489
444
|
): void;
|
|
490
445
|
listApplicationSnapshots(
|
|
491
446
|
args: ListApplicationSnapshotsCommandInput,
|
|
492
447
|
options: __HttpHandlerOptions,
|
|
493
|
-
cb: (err: any, data?: ListApplicationSnapshotsCommandOutput) => void
|
|
448
|
+
cb: (err: any, data?: ListApplicationSnapshotsCommandOutput) => void,
|
|
494
449
|
): void;
|
|
495
450
|
listApplicationVersions(
|
|
496
451
|
args: ListApplicationVersionsCommandInput,
|
|
497
|
-
options?: __HttpHandlerOptions
|
|
452
|
+
options?: __HttpHandlerOptions,
|
|
498
453
|
): Promise<ListApplicationVersionsCommandOutput>;
|
|
499
454
|
listApplicationVersions(
|
|
500
455
|
args: ListApplicationVersionsCommandInput,
|
|
501
|
-
cb: (err: any, data?: ListApplicationVersionsCommandOutput) => void
|
|
456
|
+
cb: (err: any, data?: ListApplicationVersionsCommandOutput) => void,
|
|
502
457
|
): void;
|
|
503
458
|
listApplicationVersions(
|
|
504
459
|
args: ListApplicationVersionsCommandInput,
|
|
505
460
|
options: __HttpHandlerOptions,
|
|
506
|
-
cb: (err: any, data?: ListApplicationVersionsCommandOutput) => void
|
|
461
|
+
cb: (err: any, data?: ListApplicationVersionsCommandOutput) => void,
|
|
507
462
|
): void;
|
|
508
463
|
listTagsForResource(
|
|
509
464
|
args: ListTagsForResourceCommandInput,
|
|
510
|
-
options?: __HttpHandlerOptions
|
|
465
|
+
options?: __HttpHandlerOptions,
|
|
511
466
|
): Promise<ListTagsForResourceCommandOutput>;
|
|
512
467
|
listTagsForResource(
|
|
513
468
|
args: ListTagsForResourceCommandInput,
|
|
514
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
469
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
515
470
|
): void;
|
|
516
471
|
listTagsForResource(
|
|
517
472
|
args: ListTagsForResourceCommandInput,
|
|
518
473
|
options: __HttpHandlerOptions,
|
|
519
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
474
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
520
475
|
): void;
|
|
521
476
|
rollbackApplication(
|
|
522
477
|
args: RollbackApplicationCommandInput,
|
|
523
|
-
options?: __HttpHandlerOptions
|
|
478
|
+
options?: __HttpHandlerOptions,
|
|
524
479
|
): Promise<RollbackApplicationCommandOutput>;
|
|
525
480
|
rollbackApplication(
|
|
526
481
|
args: RollbackApplicationCommandInput,
|
|
527
|
-
cb: (err: any, data?: RollbackApplicationCommandOutput) => void
|
|
482
|
+
cb: (err: any, data?: RollbackApplicationCommandOutput) => void,
|
|
528
483
|
): void;
|
|
529
484
|
rollbackApplication(
|
|
530
485
|
args: RollbackApplicationCommandInput,
|
|
531
486
|
options: __HttpHandlerOptions,
|
|
532
|
-
cb: (err: any, data?: RollbackApplicationCommandOutput) => void
|
|
487
|
+
cb: (err: any, data?: RollbackApplicationCommandOutput) => void,
|
|
533
488
|
): void;
|
|
534
489
|
startApplication(
|
|
535
490
|
args: StartApplicationCommandInput,
|
|
536
|
-
options?: __HttpHandlerOptions
|
|
491
|
+
options?: __HttpHandlerOptions,
|
|
537
492
|
): Promise<StartApplicationCommandOutput>;
|
|
538
493
|
startApplication(
|
|
539
494
|
args: StartApplicationCommandInput,
|
|
540
|
-
cb: (err: any, data?: StartApplicationCommandOutput) => void
|
|
495
|
+
cb: (err: any, data?: StartApplicationCommandOutput) => void,
|
|
541
496
|
): void;
|
|
542
497
|
startApplication(
|
|
543
498
|
args: StartApplicationCommandInput,
|
|
544
499
|
options: __HttpHandlerOptions,
|
|
545
|
-
cb: (err: any, data?: StartApplicationCommandOutput) => void
|
|
500
|
+
cb: (err: any, data?: StartApplicationCommandOutput) => void,
|
|
546
501
|
): void;
|
|
547
502
|
stopApplication(
|
|
548
503
|
args: StopApplicationCommandInput,
|
|
549
|
-
options?: __HttpHandlerOptions
|
|
504
|
+
options?: __HttpHandlerOptions,
|
|
550
505
|
): Promise<StopApplicationCommandOutput>;
|
|
551
506
|
stopApplication(
|
|
552
507
|
args: StopApplicationCommandInput,
|
|
553
|
-
cb: (err: any, data?: StopApplicationCommandOutput) => void
|
|
508
|
+
cb: (err: any, data?: StopApplicationCommandOutput) => void,
|
|
554
509
|
): void;
|
|
555
510
|
stopApplication(
|
|
556
511
|
args: StopApplicationCommandInput,
|
|
557
512
|
options: __HttpHandlerOptions,
|
|
558
|
-
cb: (err: any, data?: StopApplicationCommandOutput) => void
|
|
513
|
+
cb: (err: any, data?: StopApplicationCommandOutput) => void,
|
|
559
514
|
): void;
|
|
560
515
|
tagResource(
|
|
561
516
|
args: TagResourceCommandInput,
|
|
562
|
-
options?: __HttpHandlerOptions
|
|
517
|
+
options?: __HttpHandlerOptions,
|
|
563
518
|
): Promise<TagResourceCommandOutput>;
|
|
564
519
|
tagResource(
|
|
565
520
|
args: TagResourceCommandInput,
|
|
566
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
521
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
567
522
|
): void;
|
|
568
523
|
tagResource(
|
|
569
524
|
args: TagResourceCommandInput,
|
|
570
525
|
options: __HttpHandlerOptions,
|
|
571
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
526
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
572
527
|
): void;
|
|
573
528
|
untagResource(
|
|
574
529
|
args: UntagResourceCommandInput,
|
|
575
|
-
options?: __HttpHandlerOptions
|
|
530
|
+
options?: __HttpHandlerOptions,
|
|
576
531
|
): Promise<UntagResourceCommandOutput>;
|
|
577
532
|
untagResource(
|
|
578
533
|
args: UntagResourceCommandInput,
|
|
579
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
534
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
580
535
|
): void;
|
|
581
536
|
untagResource(
|
|
582
537
|
args: UntagResourceCommandInput,
|
|
583
538
|
options: __HttpHandlerOptions,
|
|
584
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
539
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
585
540
|
): void;
|
|
586
541
|
updateApplication(
|
|
587
542
|
args: UpdateApplicationCommandInput,
|
|
588
|
-
options?: __HttpHandlerOptions
|
|
543
|
+
options?: __HttpHandlerOptions,
|
|
589
544
|
): Promise<UpdateApplicationCommandOutput>;
|
|
590
545
|
updateApplication(
|
|
591
546
|
args: UpdateApplicationCommandInput,
|
|
592
|
-
cb: (err: any, data?: UpdateApplicationCommandOutput) => void
|
|
547
|
+
cb: (err: any, data?: UpdateApplicationCommandOutput) => void,
|
|
593
548
|
): void;
|
|
594
549
|
updateApplication(
|
|
595
550
|
args: UpdateApplicationCommandInput,
|
|
596
551
|
options: __HttpHandlerOptions,
|
|
597
|
-
cb: (err: any, data?: UpdateApplicationCommandOutput) => void
|
|
552
|
+
cb: (err: any, data?: UpdateApplicationCommandOutput) => void,
|
|
598
553
|
): void;
|
|
599
554
|
updateApplicationMaintenanceConfiguration(
|
|
600
555
|
args: UpdateApplicationMaintenanceConfigurationCommandInput,
|
|
601
|
-
options?: __HttpHandlerOptions
|
|
556
|
+
options?: __HttpHandlerOptions,
|
|
602
557
|
): Promise<UpdateApplicationMaintenanceConfigurationCommandOutput>;
|
|
603
558
|
updateApplicationMaintenanceConfiguration(
|
|
604
559
|
args: UpdateApplicationMaintenanceConfigurationCommandInput,
|
|
605
|
-
cb: (
|
|
606
|
-
err: any,
|
|
607
|
-
data?: UpdateApplicationMaintenanceConfigurationCommandOutput
|
|
608
|
-
) => void
|
|
560
|
+
cb: (err: any, data?: UpdateApplicationMaintenanceConfigurationCommandOutput) => void,
|
|
609
561
|
): void;
|
|
610
562
|
updateApplicationMaintenanceConfiguration(
|
|
611
563
|
args: UpdateApplicationMaintenanceConfigurationCommandInput,
|
|
612
564
|
options: __HttpHandlerOptions,
|
|
613
|
-
cb: (
|
|
614
|
-
err: any,
|
|
615
|
-
data?: UpdateApplicationMaintenanceConfigurationCommandOutput
|
|
616
|
-
) => void
|
|
565
|
+
cb: (err: any, data?: UpdateApplicationMaintenanceConfigurationCommandOutput) => void,
|
|
617
566
|
): void;
|
|
618
567
|
paginateListApplicationOperations(
|
|
619
568
|
args: ListApplicationOperationsCommandInput,
|
|
620
569
|
paginationConfig?: Pick<
|
|
621
570
|
PaginationConfiguration,
|
|
622
571
|
Exclude<keyof PaginationConfiguration, "client">
|
|
623
|
-
|
|
572
|
+
>,
|
|
624
573
|
): Paginator<ListApplicationOperationsCommandOutput>;
|
|
625
574
|
paginateListApplications(
|
|
626
575
|
args?: ListApplicationsCommandInput,
|
|
627
576
|
paginationConfig?: Pick<
|
|
628
577
|
PaginationConfiguration,
|
|
629
578
|
Exclude<keyof PaginationConfiguration, "client">
|
|
630
|
-
|
|
579
|
+
>,
|
|
631
580
|
): Paginator<ListApplicationsCommandOutput>;
|
|
632
581
|
paginateListApplicationSnapshots(
|
|
633
582
|
args: ListApplicationSnapshotsCommandInput,
|
|
634
583
|
paginationConfig?: Pick<
|
|
635
584
|
PaginationConfiguration,
|
|
636
585
|
Exclude<keyof PaginationConfiguration, "client">
|
|
637
|
-
|
|
586
|
+
>,
|
|
638
587
|
): Paginator<ListApplicationSnapshotsCommandOutput>;
|
|
639
588
|
paginateListApplicationVersions(
|
|
640
589
|
args: ListApplicationVersionsCommandInput,
|
|
641
590
|
paginationConfig?: Pick<
|
|
642
591
|
PaginationConfiguration,
|
|
643
592
|
Exclude<keyof PaginationConfiguration, "client">
|
|
644
|
-
|
|
593
|
+
>,
|
|
645
594
|
): Paginator<ListApplicationVersionsCommandOutput>;
|
|
646
595
|
}
|
|
647
596
|
export declare class KinesisAnalyticsV2
|