@aws-sdk/client-kinesis-analytics 3.952.0 → 3.953.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (40) hide show
  1. package/dist-cjs/index.js +432 -292
  2. package/dist-cjs/runtimeConfig.shared.js +7 -6
  3. package/dist-es/commands/AddApplicationCloudWatchLoggingOptionCommand.js +2 -2
  4. package/dist-es/commands/AddApplicationInputCommand.js +2 -2
  5. package/dist-es/commands/AddApplicationInputProcessingConfigurationCommand.js +2 -2
  6. package/dist-es/commands/AddApplicationOutputCommand.js +2 -2
  7. package/dist-es/commands/AddApplicationReferenceDataSourceCommand.js +2 -2
  8. package/dist-es/commands/CreateApplicationCommand.js +2 -2
  9. package/dist-es/commands/DeleteApplicationCloudWatchLoggingOptionCommand.js +2 -2
  10. package/dist-es/commands/DeleteApplicationCommand.js +2 -2
  11. package/dist-es/commands/DeleteApplicationInputProcessingConfigurationCommand.js +2 -2
  12. package/dist-es/commands/DeleteApplicationOutputCommand.js +2 -2
  13. package/dist-es/commands/DeleteApplicationReferenceDataSourceCommand.js +2 -2
  14. package/dist-es/commands/DescribeApplicationCommand.js +2 -2
  15. package/dist-es/commands/DiscoverInputSchemaCommand.js +2 -2
  16. package/dist-es/commands/ListApplicationsCommand.js +2 -2
  17. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  18. package/dist-es/commands/StartApplicationCommand.js +2 -2
  19. package/dist-es/commands/StopApplicationCommand.js +2 -2
  20. package/dist-es/commands/TagResourceCommand.js +2 -2
  21. package/dist-es/commands/UntagResourceCommand.js +2 -2
  22. package/dist-es/commands/UpdateApplicationCommand.js +2 -2
  23. package/dist-es/index.js +1 -0
  24. package/dist-es/runtimeConfig.shared.js +7 -6
  25. package/dist-es/schemas/schemas_0.js +257 -243
  26. package/dist-types/KinesisAnalyticsClient.d.ts +1 -10
  27. package/dist-types/index.d.ts +1 -0
  28. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  29. package/dist-types/runtimeConfig.d.ts +6 -2
  30. package/dist-types/runtimeConfig.native.d.ts +6 -2
  31. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  32. package/dist-types/schemas/schemas_0.d.ts +127 -148
  33. package/dist-types/ts3.4/KinesisAnalyticsClient.d.ts +0 -4
  34. package/dist-types/ts3.4/index.d.ts +1 -0
  35. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  36. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  37. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  38. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  39. package/dist-types/ts3.4/schemas/schemas_0.d.ts +126 -148
  40. package/package.json +34 -34
@@ -206,47 +206,54 @@ const _s = "server";
206
206
  const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.kinesisanalytics";
207
207
  const n0 = "com.amazonaws.kinesisanalytics";
208
208
  import { TypeRegistry } from "@smithy/core/schema";
209
- import { CodeValidationException as __CodeValidationException, ConcurrentModificationException as __ConcurrentModificationException, InvalidApplicationConfigurationException as __InvalidApplicationConfigurationException, InvalidArgumentException as __InvalidArgumentException, LimitExceededException as __LimitExceededException, ResourceInUseException as __ResourceInUseException, ResourceNotFoundException as __ResourceNotFoundException, ResourceProvisionedThroughputExceededException as __ResourceProvisionedThroughputExceededException, ServiceUnavailableException as __ServiceUnavailableException, TooManyTagsException as __TooManyTagsException, UnableToDetectSchemaException as __UnableToDetectSchemaException, UnsupportedOperationException as __UnsupportedOperationException, } from "../models/errors";
210
- import { KinesisAnalyticsServiceException as __KinesisAnalyticsServiceException } from "../models/KinesisAnalyticsServiceException";
211
- export var AddApplicationCloudWatchLoggingOptionRequest = [
209
+ import { CodeValidationException, ConcurrentModificationException, InvalidApplicationConfigurationException, InvalidArgumentException, LimitExceededException, ResourceInUseException, ResourceNotFoundException, ResourceProvisionedThroughputExceededException, ServiceUnavailableException, TooManyTagsException, UnableToDetectSchemaException, UnsupportedOperationException, } from "../models/errors";
210
+ import { KinesisAnalyticsServiceException } from "../models/KinesisAnalyticsServiceException";
211
+ export var AddApplicationCloudWatchLoggingOptionRequest$ = [
212
212
  3,
213
213
  n0,
214
214
  _AACWLOR,
215
215
  0,
216
216
  [_AN, _CAVI, _CWLO],
217
- [0, 1, () => CloudWatchLoggingOption],
217
+ [0, 1, () => CloudWatchLoggingOption$],
218
218
  ];
219
- export var AddApplicationCloudWatchLoggingOptionResponse = [3, n0, _AACWLORd, 0, [], []];
220
- export var AddApplicationInputProcessingConfigurationRequest = [
219
+ export var AddApplicationCloudWatchLoggingOptionResponse$ = [3, n0, _AACWLORd, 0, [], []];
220
+ export var AddApplicationInputProcessingConfigurationRequest$ = [
221
221
  3,
222
222
  n0,
223
223
  _AAIPCR,
224
224
  0,
225
225
  [_AN, _CAVI, _II, _IPC],
226
- [0, 1, 0, () => InputProcessingConfiguration],
226
+ [0, 1, 0, () => InputProcessingConfiguration$],
227
227
  ];
228
- export var AddApplicationInputProcessingConfigurationResponse = [3, n0, _AAIPCRd, 0, [], []];
229
- export var AddApplicationInputRequest = [3, n0, _AAIR, 0, [_AN, _CAVI, _I], [0, 1, () => Input]];
230
- export var AddApplicationInputResponse = [3, n0, _AAIRd, 0, [], []];
231
- export var AddApplicationOutputRequest = [
228
+ export var AddApplicationInputProcessingConfigurationResponse$ = [3, n0, _AAIPCRd, 0, [], []];
229
+ export var AddApplicationInputRequest$ = [
230
+ 3,
231
+ n0,
232
+ _AAIR,
233
+ 0,
234
+ [_AN, _CAVI, _I],
235
+ [0, 1, () => Input$],
236
+ ];
237
+ export var AddApplicationInputResponse$ = [3, n0, _AAIRd, 0, [], []];
238
+ export var AddApplicationOutputRequest$ = [
232
239
  3,
233
240
  n0,
234
241
  _AAOR,
235
242
  0,
236
243
  [_AN, _CAVI, _O],
237
- [0, 1, () => Output],
244
+ [0, 1, () => Output$],
238
245
  ];
239
- export var AddApplicationOutputResponse = [3, n0, _AAORd, 0, [], []];
240
- export var AddApplicationReferenceDataSourceRequest = [
246
+ export var AddApplicationOutputResponse$ = [3, n0, _AAORd, 0, [], []];
247
+ export var AddApplicationReferenceDataSourceRequest$ = [
241
248
  3,
242
249
  n0,
243
250
  _AARDSR,
244
251
  0,
245
252
  [_AN, _CAVI, _RDS],
246
- [0, 1, () => ReferenceDataSource],
253
+ [0, 1, () => ReferenceDataSource$],
247
254
  ];
248
- export var AddApplicationReferenceDataSourceResponse = [3, n0, _AARDSRd, 0, [], []];
249
- export var ApplicationDetail = [
255
+ export var AddApplicationReferenceDataSourceResponse$ = [3, n0, _AARDSRd, 0, [], []];
256
+ export var ApplicationDetail$ = [
250
257
  3,
251
258
  n0,
252
259
  _AD,
@@ -267,8 +274,8 @@ export var ApplicationDetail = [
267
274
  1,
268
275
  ],
269
276
  ];
270
- export var ApplicationSummary = [3, n0, _ASp, 0, [_AN, _AARN, _AS], [0, 0, 0]];
271
- export var ApplicationUpdate = [
277
+ export var ApplicationSummary$ = [3, n0, _ASp, 0, [_AN, _AARN, _AS], [0, 0, 0]];
278
+ export var ApplicationUpdate$ = [
272
279
  3,
273
280
  n0,
274
281
  _AU,
@@ -276,8 +283,8 @@ export var ApplicationUpdate = [
276
283
  [_IU, _ACU, _OU, _RDSU, _CWLOU],
277
284
  [() => InputUpdates, 0, () => OutputUpdates, () => ReferenceDataSourceUpdates, () => CloudWatchLoggingOptionUpdates],
278
285
  ];
279
- export var CloudWatchLoggingOption = [3, n0, _CWLO, 0, [_LSARN, _RARN], [0, 0]];
280
- export var CloudWatchLoggingOptionDescription = [
286
+ export var CloudWatchLoggingOption$ = [3, n0, _CWLO, 0, [_LSARN, _RARN], [0, 0]];
287
+ export var CloudWatchLoggingOptionDescription$ = [
281
288
  3,
282
289
  n0,
283
290
  _CWLODl,
@@ -285,7 +292,7 @@ export var CloudWatchLoggingOptionDescription = [
285
292
  [_CWLOI, _LSARN, _RARN],
286
293
  [0, 0, 0],
287
294
  ];
288
- export var CloudWatchLoggingOptionUpdate = [
295
+ export var CloudWatchLoggingOptionUpdate$ = [
289
296
  3,
290
297
  n0,
291
298
  _CWLOUl,
@@ -293,11 +300,11 @@ export var CloudWatchLoggingOptionUpdate = [
293
300
  [_CWLOI, _LSARNU, _RARNU],
294
301
  [0, 0, 0],
295
302
  ];
296
- export var CodeValidationException = [-3, n0, _CVE, { [_e]: _c }, [_m], [0]];
297
- TypeRegistry.for(n0).registerError(CodeValidationException, __CodeValidationException);
298
- export var ConcurrentModificationException = [-3, n0, _CME, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
299
- TypeRegistry.for(n0).registerError(ConcurrentModificationException, __ConcurrentModificationException);
300
- export var CreateApplicationRequest = [
303
+ export var CodeValidationException$ = [-3, n0, _CVE, { [_e]: _c }, [_m], [0]];
304
+ TypeRegistry.for(n0).registerError(CodeValidationException$, CodeValidationException);
305
+ export var ConcurrentModificationException$ = [-3, n0, _CME, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
306
+ TypeRegistry.for(n0).registerError(ConcurrentModificationException$, ConcurrentModificationException);
307
+ export var CreateApplicationRequest$ = [
301
308
  3,
302
309
  n0,
303
310
  _CAR,
@@ -305,9 +312,9 @@ export var CreateApplicationRequest = [
305
312
  [_AN, _ADp, _In, _Ou, _CWLOl, _AC, _T],
306
313
  [0, 0, () => Inputs, () => Outputs, () => CloudWatchLoggingOptions, 0, () => Tags],
307
314
  ];
308
- export var CreateApplicationResponse = [3, n0, _CARr, 0, [_ASp], [() => ApplicationSummary]];
309
- export var CSVMappingParameters = [3, n0, _CSVMP, 0, [_RRD, _RCD], [0, 0]];
310
- export var DeleteApplicationCloudWatchLoggingOptionRequest = [
315
+ export var CreateApplicationResponse$ = [3, n0, _CARr, 0, [_ASp], [() => ApplicationSummary$]];
316
+ export var CSVMappingParameters$ = [3, n0, _CSVMP, 0, [_RRD, _RCD], [0, 0]];
317
+ export var DeleteApplicationCloudWatchLoggingOptionRequest$ = [
311
318
  3,
312
319
  n0,
313
320
  _DACWLOR,
@@ -315,8 +322,8 @@ export var DeleteApplicationCloudWatchLoggingOptionRequest = [
315
322
  [_AN, _CAVI, _CWLOI],
316
323
  [0, 1, 0],
317
324
  ];
318
- export var DeleteApplicationCloudWatchLoggingOptionResponse = [3, n0, _DACWLORe, 0, [], []];
319
- export var DeleteApplicationInputProcessingConfigurationRequest = [
325
+ export var DeleteApplicationCloudWatchLoggingOptionResponse$ = [3, n0, _DACWLORe, 0, [], []];
326
+ export var DeleteApplicationInputProcessingConfigurationRequest$ = [
320
327
  3,
321
328
  n0,
322
329
  _DAIPCR,
@@ -324,10 +331,10 @@ export var DeleteApplicationInputProcessingConfigurationRequest = [
324
331
  [_AN, _CAVI, _II],
325
332
  [0, 1, 0],
326
333
  ];
327
- export var DeleteApplicationInputProcessingConfigurationResponse = [3, n0, _DAIPCRe, 0, [], []];
328
- export var DeleteApplicationOutputRequest = [3, n0, _DAOR, 0, [_AN, _CAVI, _OI], [0, 1, 0]];
329
- export var DeleteApplicationOutputResponse = [3, n0, _DAORe, 0, [], []];
330
- export var DeleteApplicationReferenceDataSourceRequest = [
334
+ export var DeleteApplicationInputProcessingConfigurationResponse$ = [3, n0, _DAIPCRe, 0, [], []];
335
+ export var DeleteApplicationOutputRequest$ = [3, n0, _DAOR, 0, [_AN, _CAVI, _OI], [0, 1, 0]];
336
+ export var DeleteApplicationOutputResponse$ = [3, n0, _DAORe, 0, [], []];
337
+ export var DeleteApplicationReferenceDataSourceRequest$ = [
331
338
  3,
332
339
  n0,
333
340
  _DARDSR,
@@ -335,29 +342,29 @@ export var DeleteApplicationReferenceDataSourceRequest = [
335
342
  [_AN, _CAVI, _RI],
336
343
  [0, 1, 0],
337
344
  ];
338
- export var DeleteApplicationReferenceDataSourceResponse = [3, n0, _DARDSRe, 0, [], []];
339
- export var DeleteApplicationRequest = [3, n0, _DAR, 0, [_AN, _CT], [0, 4]];
340
- export var DeleteApplicationResponse = [3, n0, _DARe, 0, [], []];
341
- export var DescribeApplicationRequest = [3, n0, _DARes, 0, [_AN], [0]];
342
- export var DescribeApplicationResponse = [3, n0, _DAResc, 0, [_AD], [() => ApplicationDetail]];
343
- export var DestinationSchema = [3, n0, _DS, 0, [_RFT], [0]];
344
- export var DiscoverInputSchemaRequest = [
345
+ export var DeleteApplicationReferenceDataSourceResponse$ = [3, n0, _DARDSRe, 0, [], []];
346
+ export var DeleteApplicationRequest$ = [3, n0, _DAR, 0, [_AN, _CT], [0, 4]];
347
+ export var DeleteApplicationResponse$ = [3, n0, _DARe, 0, [], []];
348
+ export var DescribeApplicationRequest$ = [3, n0, _DARes, 0, [_AN], [0]];
349
+ export var DescribeApplicationResponse$ = [3, n0, _DAResc, 0, [_AD], [() => ApplicationDetail$]];
350
+ export var DestinationSchema$ = [3, n0, _DS, 0, [_RFT], [0]];
351
+ export var DiscoverInputSchemaRequest$ = [
345
352
  3,
346
353
  n0,
347
354
  _DISR,
348
355
  0,
349
356
  [_RARNe, _RARN, _ISPC, _SC, _IPC],
350
- [0, 0, () => InputStartingPositionConfiguration, () => S3Configuration, () => InputProcessingConfiguration],
357
+ [0, 0, () => InputStartingPositionConfiguration$, () => S3Configuration$, () => InputProcessingConfiguration$],
351
358
  ];
352
- export var DiscoverInputSchemaResponse = [
359
+ export var DiscoverInputSchemaResponse$ = [
353
360
  3,
354
361
  n0,
355
362
  _DISRi,
356
363
  0,
357
364
  [_IS, _PIR, _PIRr, _RIR],
358
- [() => SourceSchema, [1, n0, _PIR, 0, 64 | 0], 64 | 0, 64 | 0],
365
+ [() => SourceSchema$, [1, n0, _PIR, 0, 64 | 0], 64 | 0, 64 | 0],
359
366
  ];
360
- export var Input = [
367
+ export var Input$ = [
361
368
  3,
362
369
  n0,
363
370
  _I,
@@ -365,22 +372,22 @@ export var Input = [
365
372
  [_NP, _IPC, _KSI, _KFI, _IP, _IS],
366
373
  [
367
374
  0,
368
- () => InputProcessingConfiguration,
369
- () => KinesisStreamsInput,
370
- () => KinesisFirehoseInput,
371
- () => InputParallelism,
372
- () => SourceSchema,
375
+ () => InputProcessingConfiguration$,
376
+ () => KinesisStreamsInput$,
377
+ () => KinesisFirehoseInput$,
378
+ () => InputParallelism$,
379
+ () => SourceSchema$,
373
380
  ],
374
381
  ];
375
- export var InputConfiguration = [
382
+ export var InputConfiguration$ = [
376
383
  3,
377
384
  n0,
378
385
  _IC,
379
386
  0,
380
387
  [_Id, _ISPC],
381
- [0, () => InputStartingPositionConfiguration],
388
+ [0, () => InputStartingPositionConfiguration$],
382
389
  ];
383
- export var InputDescription = [
390
+ export var InputDescription$ = [
384
391
  3,
385
392
  n0,
386
393
  _IDn,
@@ -390,46 +397,53 @@ export var InputDescription = [
390
397
  0,
391
398
  0,
392
399
  64 | 0,
393
- () => InputProcessingConfigurationDescription,
394
- () => KinesisStreamsInputDescription,
395
- () => KinesisFirehoseInputDescription,
396
- () => SourceSchema,
397
- () => InputParallelism,
398
- () => InputStartingPositionConfiguration,
400
+ () => InputProcessingConfigurationDescription$,
401
+ () => KinesisStreamsInputDescription$,
402
+ () => KinesisFirehoseInputDescription$,
403
+ () => SourceSchema$,
404
+ () => InputParallelism$,
405
+ () => InputStartingPositionConfiguration$,
399
406
  ],
400
407
  ];
401
- export var InputLambdaProcessor = [3, n0, _ILP, 0, [_RARNe, _RARN], [0, 0]];
402
- export var InputLambdaProcessorDescription = [3, n0, _ILPD, 0, [_RARNe, _RARN], [0, 0]];
403
- export var InputLambdaProcessorUpdate = [3, n0, _ILPU, 0, [_RARNUe, _RARNU], [0, 0]];
404
- export var InputParallelism = [3, n0, _IP, 0, [_C], [1]];
405
- export var InputParallelismUpdate = [3, n0, _IPU, 0, [_CU], [1]];
406
- export var InputProcessingConfiguration = [3, n0, _IPC, 0, [_ILP], [() => InputLambdaProcessor]];
407
- export var InputProcessingConfigurationDescription = [
408
+ export var InputLambdaProcessor$ = [3, n0, _ILP, 0, [_RARNe, _RARN], [0, 0]];
409
+ export var InputLambdaProcessorDescription$ = [3, n0, _ILPD, 0, [_RARNe, _RARN], [0, 0]];
410
+ export var InputLambdaProcessorUpdate$ = [3, n0, _ILPU, 0, [_RARNUe, _RARNU], [0, 0]];
411
+ export var InputParallelism$ = [3, n0, _IP, 0, [_C], [1]];
412
+ export var InputParallelismUpdate$ = [3, n0, _IPU, 0, [_CU], [1]];
413
+ export var InputProcessingConfiguration$ = [
414
+ 3,
415
+ n0,
416
+ _IPC,
417
+ 0,
418
+ [_ILP],
419
+ [() => InputLambdaProcessor$],
420
+ ];
421
+ export var InputProcessingConfigurationDescription$ = [
408
422
  3,
409
423
  n0,
410
424
  _IPCD,
411
425
  0,
412
426
  [_ILPD],
413
- [() => InputLambdaProcessorDescription],
427
+ [() => InputLambdaProcessorDescription$],
414
428
  ];
415
- export var InputProcessingConfigurationUpdate = [
429
+ export var InputProcessingConfigurationUpdate$ = [
416
430
  3,
417
431
  n0,
418
432
  _IPCU,
419
433
  0,
420
434
  [_ILPU],
421
- [() => InputLambdaProcessorUpdate],
435
+ [() => InputLambdaProcessorUpdate$],
422
436
  ];
423
- export var InputSchemaUpdate = [
437
+ export var InputSchemaUpdate$ = [
424
438
  3,
425
439
  n0,
426
440
  _ISU,
427
441
  0,
428
442
  [_RFU, _REU, _RCU],
429
- [() => RecordFormat, 0, () => RecordColumns],
443
+ [() => RecordFormat$, 0, () => RecordColumns],
430
444
  ];
431
- export var InputStartingPositionConfiguration = [3, n0, _ISPC, 0, [_ISP], [0]];
432
- export var InputUpdate = [
445
+ export var InputStartingPositionConfiguration$ = [3, n0, _ISPC, 0, [_ISP], [0]];
446
+ export var InputUpdate$ = [
433
447
  3,
434
448
  n0,
435
449
  _IUn,
@@ -438,37 +452,37 @@ export var InputUpdate = [
438
452
  [
439
453
  0,
440
454
  0,
441
- () => InputProcessingConfigurationUpdate,
442
- () => KinesisStreamsInputUpdate,
443
- () => KinesisFirehoseInputUpdate,
444
- () => InputSchemaUpdate,
445
- () => InputParallelismUpdate,
455
+ () => InputProcessingConfigurationUpdate$,
456
+ () => KinesisStreamsInputUpdate$,
457
+ () => KinesisFirehoseInputUpdate$,
458
+ () => InputSchemaUpdate$,
459
+ () => InputParallelismUpdate$,
446
460
  ],
447
461
  ];
448
- export var InvalidApplicationConfigurationException = [-3, n0, _IACE, { [_e]: _c }, [_m], [0]];
449
- TypeRegistry.for(n0).registerError(InvalidApplicationConfigurationException, __InvalidApplicationConfigurationException);
450
- export var InvalidArgumentException = [-3, n0, _IAE, { [_e]: _c }, [_m], [0]];
451
- TypeRegistry.for(n0).registerError(InvalidArgumentException, __InvalidArgumentException);
452
- export var JSONMappingParameters = [3, n0, _JSONMP, 0, [_RRP], [0]];
453
- export var KinesisFirehoseInput = [3, n0, _KFI, 0, [_RARNe, _RARN], [0, 0]];
454
- export var KinesisFirehoseInputDescription = [3, n0, _KFID, 0, [_RARNe, _RARN], [0, 0]];
455
- export var KinesisFirehoseInputUpdate = [3, n0, _KFIU, 0, [_RARNUe, _RARNU], [0, 0]];
456
- export var KinesisFirehoseOutput = [3, n0, _KFO, 0, [_RARNe, _RARN], [0, 0]];
457
- export var KinesisFirehoseOutputDescription = [3, n0, _KFOD, 0, [_RARNe, _RARN], [0, 0]];
458
- export var KinesisFirehoseOutputUpdate = [3, n0, _KFOU, 0, [_RARNUe, _RARNU], [0, 0]];
459
- export var KinesisStreamsInput = [3, n0, _KSI, 0, [_RARNe, _RARN], [0, 0]];
460
- export var KinesisStreamsInputDescription = [3, n0, _KSID, 0, [_RARNe, _RARN], [0, 0]];
461
- export var KinesisStreamsInputUpdate = [3, n0, _KSIU, 0, [_RARNUe, _RARNU], [0, 0]];
462
- export var KinesisStreamsOutput = [3, n0, _KSO, 0, [_RARNe, _RARN], [0, 0]];
463
- export var KinesisStreamsOutputDescription = [3, n0, _KSOD, 0, [_RARNe, _RARN], [0, 0]];
464
- export var KinesisStreamsOutputUpdate = [3, n0, _KSOU, 0, [_RARNUe, _RARNU], [0, 0]];
465
- export var LambdaOutput = [3, n0, _LO, 0, [_RARNe, _RARN], [0, 0]];
466
- export var LambdaOutputDescription = [3, n0, _LOD, 0, [_RARNe, _RARN], [0, 0]];
467
- export var LambdaOutputUpdate = [3, n0, _LOU, 0, [_RARNUe, _RARNU], [0, 0]];
468
- export var LimitExceededException = [-3, n0, _LEE, { [_e]: _c }, [_m], [0]];
469
- TypeRegistry.for(n0).registerError(LimitExceededException, __LimitExceededException);
470
- export var ListApplicationsRequest = [3, n0, _LAR, 0, [_L, _ESAN], [1, 0]];
471
- export var ListApplicationsResponse = [
462
+ export var InvalidApplicationConfigurationException$ = [-3, n0, _IACE, { [_e]: _c }, [_m], [0]];
463
+ TypeRegistry.for(n0).registerError(InvalidApplicationConfigurationException$, InvalidApplicationConfigurationException);
464
+ export var InvalidArgumentException$ = [-3, n0, _IAE, { [_e]: _c }, [_m], [0]];
465
+ TypeRegistry.for(n0).registerError(InvalidArgumentException$, InvalidArgumentException);
466
+ export var JSONMappingParameters$ = [3, n0, _JSONMP, 0, [_RRP], [0]];
467
+ export var KinesisFirehoseInput$ = [3, n0, _KFI, 0, [_RARNe, _RARN], [0, 0]];
468
+ export var KinesisFirehoseInputDescription$ = [3, n0, _KFID, 0, [_RARNe, _RARN], [0, 0]];
469
+ export var KinesisFirehoseInputUpdate$ = [3, n0, _KFIU, 0, [_RARNUe, _RARNU], [0, 0]];
470
+ export var KinesisFirehoseOutput$ = [3, n0, _KFO, 0, [_RARNe, _RARN], [0, 0]];
471
+ export var KinesisFirehoseOutputDescription$ = [3, n0, _KFOD, 0, [_RARNe, _RARN], [0, 0]];
472
+ export var KinesisFirehoseOutputUpdate$ = [3, n0, _KFOU, 0, [_RARNUe, _RARNU], [0, 0]];
473
+ export var KinesisStreamsInput$ = [3, n0, _KSI, 0, [_RARNe, _RARN], [0, 0]];
474
+ export var KinesisStreamsInputDescription$ = [3, n0, _KSID, 0, [_RARNe, _RARN], [0, 0]];
475
+ export var KinesisStreamsInputUpdate$ = [3, n0, _KSIU, 0, [_RARNUe, _RARNU], [0, 0]];
476
+ export var KinesisStreamsOutput$ = [3, n0, _KSO, 0, [_RARNe, _RARN], [0, 0]];
477
+ export var KinesisStreamsOutputDescription$ = [3, n0, _KSOD, 0, [_RARNe, _RARN], [0, 0]];
478
+ export var KinesisStreamsOutputUpdate$ = [3, n0, _KSOU, 0, [_RARNUe, _RARNU], [0, 0]];
479
+ export var LambdaOutput$ = [3, n0, _LO, 0, [_RARNe, _RARN], [0, 0]];
480
+ export var LambdaOutputDescription$ = [3, n0, _LOD, 0, [_RARNe, _RARN], [0, 0]];
481
+ export var LambdaOutputUpdate$ = [3, n0, _LOU, 0, [_RARNUe, _RARNU], [0, 0]];
482
+ export var LimitExceededException$ = [-3, n0, _LEE, { [_e]: _c }, [_m], [0]];
483
+ TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
484
+ export var ListApplicationsRequest$ = [3, n0, _LAR, 0, [_L, _ESAN], [1, 0]];
485
+ export var ListApplicationsResponse$ = [
472
486
  3,
473
487
  n0,
474
488
  _LARi,
@@ -476,25 +490,25 @@ export var ListApplicationsResponse = [
476
490
  [_ASpp, _HMA],
477
491
  [() => ApplicationSummaries, 2],
478
492
  ];
479
- export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RARNe], [0]];
480
- export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_T], [() => Tags]];
481
- export var MappingParameters = [
493
+ export var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_RARNe], [0]];
494
+ export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_T], [() => Tags]];
495
+ export var MappingParameters$ = [
482
496
  3,
483
497
  n0,
484
498
  _MP,
485
499
  0,
486
500
  [_JSONMP, _CSVMP],
487
- [() => JSONMappingParameters, () => CSVMappingParameters],
501
+ [() => JSONMappingParameters$, () => CSVMappingParameters$],
488
502
  ];
489
- export var Output = [
503
+ export var Output$ = [
490
504
  3,
491
505
  n0,
492
506
  _O,
493
507
  0,
494
508
  [_N, _KSO, _KFO, _LO, _DS],
495
- [0, () => KinesisStreamsOutput, () => KinesisFirehoseOutput, () => LambdaOutput, () => DestinationSchema],
509
+ [0, () => KinesisStreamsOutput$, () => KinesisFirehoseOutput$, () => LambdaOutput$, () => DestinationSchema$],
496
510
  ];
497
- export var OutputDescription = [
511
+ export var OutputDescription$ = [
498
512
  3,
499
513
  n0,
500
514
  _ODu,
@@ -503,13 +517,13 @@ export var OutputDescription = [
503
517
  [
504
518
  0,
505
519
  0,
506
- () => KinesisStreamsOutputDescription,
507
- () => KinesisFirehoseOutputDescription,
508
- () => LambdaOutputDescription,
509
- () => DestinationSchema,
520
+ () => KinesisStreamsOutputDescription$,
521
+ () => KinesisFirehoseOutputDescription$,
522
+ () => LambdaOutputDescription$,
523
+ () => DestinationSchema$,
510
524
  ],
511
525
  ];
512
- export var OutputUpdate = [
526
+ export var OutputUpdate$ = [
513
527
  3,
514
528
  n0,
515
529
  _OUu,
@@ -518,43 +532,43 @@ export var OutputUpdate = [
518
532
  [
519
533
  0,
520
534
  0,
521
- () => KinesisStreamsOutputUpdate,
522
- () => KinesisFirehoseOutputUpdate,
523
- () => LambdaOutputUpdate,
524
- () => DestinationSchema,
535
+ () => KinesisStreamsOutputUpdate$,
536
+ () => KinesisFirehoseOutputUpdate$,
537
+ () => LambdaOutputUpdate$,
538
+ () => DestinationSchema$,
525
539
  ],
526
540
  ];
527
- export var RecordColumn = [3, n0, _RC, 0, [_N, _M, _ST], [0, 0, 0]];
528
- export var RecordFormat = [3, n0, _RF, 0, [_RFT, _MP], [0, () => MappingParameters]];
529
- export var ReferenceDataSource = [
541
+ export var RecordColumn$ = [3, n0, _RC, 0, [_N, _M, _ST], [0, 0, 0]];
542
+ export var RecordFormat$ = [3, n0, _RF, 0, [_RFT, _MP], [0, () => MappingParameters$]];
543
+ export var ReferenceDataSource$ = [
530
544
  3,
531
545
  n0,
532
546
  _RDS,
533
547
  0,
534
548
  [_TN, _SRDS, _RS],
535
- [0, () => S3ReferenceDataSource, () => SourceSchema],
549
+ [0, () => S3ReferenceDataSource$, () => SourceSchema$],
536
550
  ];
537
- export var ReferenceDataSourceDescription = [
551
+ export var ReferenceDataSourceDescription$ = [
538
552
  3,
539
553
  n0,
540
554
  _RDSDe,
541
555
  0,
542
556
  [_RI, _TN, _SRDSD, _RS],
543
- [0, 0, () => S3ReferenceDataSourceDescription, () => SourceSchema],
557
+ [0, 0, () => S3ReferenceDataSourceDescription$, () => SourceSchema$],
544
558
  ];
545
- export var ReferenceDataSourceUpdate = [
559
+ export var ReferenceDataSourceUpdate$ = [
546
560
  3,
547
561
  n0,
548
562
  _RDSUe,
549
563
  0,
550
564
  [_RI, _TNU, _SRDSU, _RSU],
551
- [0, 0, () => S3ReferenceDataSourceUpdate, () => SourceSchema],
565
+ [0, 0, () => S3ReferenceDataSourceUpdate$, () => SourceSchema$],
552
566
  ];
553
- export var ResourceInUseException = [-3, n0, _RIUE, { [_e]: _c }, [_m], [0]];
554
- TypeRegistry.for(n0).registerError(ResourceInUseException, __ResourceInUseException);
555
- export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c }, [_m], [0]];
556
- TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
557
- export var ResourceProvisionedThroughputExceededException = [
567
+ export var ResourceInUseException$ = [-3, n0, _RIUE, { [_e]: _c }, [_m], [0]];
568
+ TypeRegistry.for(n0).registerError(ResourceInUseException$, ResourceInUseException);
569
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c }, [_m], [0]];
570
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
571
+ export var ResourceProvisionedThroughputExceededException$ = [
558
572
  -3,
559
573
  n0,
560
574
  _RPTEE,
@@ -562,10 +576,10 @@ export var ResourceProvisionedThroughputExceededException = [
562
576
  [_m],
563
577
  [0],
564
578
  ];
565
- TypeRegistry.for(n0).registerError(ResourceProvisionedThroughputExceededException, __ResourceProvisionedThroughputExceededException);
566
- export var S3Configuration = [3, n0, _SC, 0, [_RARN, _BARN, _FK], [0, 0, 0]];
567
- export var S3ReferenceDataSource = [3, n0, _SRDS, 0, [_BARN, _FK, _RRARN], [0, 0, 0]];
568
- export var S3ReferenceDataSourceDescription = [
579
+ TypeRegistry.for(n0).registerError(ResourceProvisionedThroughputExceededException$, ResourceProvisionedThroughputExceededException);
580
+ export var S3Configuration$ = [3, n0, _SC, 0, [_RARN, _BARN, _FK], [0, 0, 0]];
581
+ export var S3ReferenceDataSource$ = [3, n0, _SRDS, 0, [_BARN, _FK, _RRARN], [0, 0, 0]];
582
+ export var S3ReferenceDataSourceDescription$ = [
569
583
  3,
570
584
  n0,
571
585
  _SRDSD,
@@ -573,18 +587,18 @@ export var S3ReferenceDataSourceDescription = [
573
587
  [_BARN, _FK, _RRARN],
574
588
  [0, 0, 0],
575
589
  ];
576
- export var S3ReferenceDataSourceUpdate = [3, n0, _SRDSU, 0, [_BARNU, _FKU, _RRARNU], [0, 0, 0]];
577
- export var ServiceUnavailableException = [-3, n0, _SUE, { [_e]: _s, [_hE]: 503 }, [_m], [0]];
578
- TypeRegistry.for(n0).registerError(ServiceUnavailableException, __ServiceUnavailableException);
579
- export var SourceSchema = [
590
+ export var S3ReferenceDataSourceUpdate$ = [3, n0, _SRDSU, 0, [_BARNU, _FKU, _RRARNU], [0, 0, 0]];
591
+ export var ServiceUnavailableException$ = [-3, n0, _SUE, { [_e]: _s, [_hE]: 503 }, [_m], [0]];
592
+ TypeRegistry.for(n0).registerError(ServiceUnavailableException$, ServiceUnavailableException);
593
+ export var SourceSchema$ = [
580
594
  3,
581
595
  n0,
582
596
  _SS,
583
597
  0,
584
598
  [_RF, _RE, _RCe],
585
- [() => RecordFormat, 0, () => RecordColumns],
599
+ [() => RecordFormat$, 0, () => RecordColumns],
586
600
  ];
587
- export var StartApplicationRequest = [
601
+ export var StartApplicationRequest$ = [
588
602
  3,
589
603
  n0,
590
604
  _SAR,
@@ -592,15 +606,15 @@ export var StartApplicationRequest = [
592
606
  [_AN, _ICn],
593
607
  [0, () => InputConfigurations],
594
608
  ];
595
- export var StartApplicationResponse = [3, n0, _SARt, 0, [], []];
596
- export var StopApplicationRequest = [3, n0, _SARto, 0, [_AN], [0]];
597
- export var StopApplicationResponse = [3, n0, _SARtop, 0, [], []];
598
- export var Tag = [3, n0, _Ta, 0, [_K, _V], [0, 0]];
599
- export var TagResourceRequest = [3, n0, _TRR, 0, [_RARNe, _T], [0, () => Tags]];
600
- export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
601
- export var TooManyTagsException = [-3, n0, _TMTE, { [_e]: _c }, [_m], [0]];
602
- TypeRegistry.for(n0).registerError(TooManyTagsException, __TooManyTagsException);
603
- export var UnableToDetectSchemaException = [
609
+ export var StartApplicationResponse$ = [3, n0, _SARt, 0, [], []];
610
+ export var StopApplicationRequest$ = [3, n0, _SARto, 0, [_AN], [0]];
611
+ export var StopApplicationResponse$ = [3, n0, _SARtop, 0, [], []];
612
+ export var Tag$ = [3, n0, _Ta, 0, [_K, _V], [0, 0]];
613
+ export var TagResourceRequest$ = [3, n0, _TRR, 0, [_RARNe, _T], [0, () => Tags]];
614
+ export var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
615
+ export var TooManyTagsException$ = [-3, n0, _TMTE, { [_e]: _c }, [_m], [0]];
616
+ TypeRegistry.for(n0).registerError(TooManyTagsException$, TooManyTagsException);
617
+ export var UnableToDetectSchemaException$ = [
604
618
  -3,
605
619
  n0,
606
620
  _UTDSE,
@@ -608,21 +622,21 @@ export var UnableToDetectSchemaException = [
608
622
  [_m, _RIR, _PIRr],
609
623
  [0, 64 | 0, 64 | 0],
610
624
  ];
611
- TypeRegistry.for(n0).registerError(UnableToDetectSchemaException, __UnableToDetectSchemaException);
612
- export var UnsupportedOperationException = [-3, n0, _UOE, { [_e]: _c }, [_m], [0]];
613
- TypeRegistry.for(n0).registerError(UnsupportedOperationException, __UnsupportedOperationException);
614
- export var UntagResourceRequest = [3, n0, _URR, 0, [_RARNe, _TK], [0, 64 | 0]];
615
- export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
616
- export var UpdateApplicationRequest = [
625
+ TypeRegistry.for(n0).registerError(UnableToDetectSchemaException$, UnableToDetectSchemaException);
626
+ export var UnsupportedOperationException$ = [-3, n0, _UOE, { [_e]: _c }, [_m], [0]];
627
+ TypeRegistry.for(n0).registerError(UnsupportedOperationException$, UnsupportedOperationException);
628
+ export var UntagResourceRequest$ = [3, n0, _URR, 0, [_RARNe, _TK], [0, 64 | 0]];
629
+ export var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
630
+ export var UpdateApplicationRequest$ = [
617
631
  3,
618
632
  n0,
619
633
  _UAR,
620
634
  0,
621
635
  [_AN, _CAVI, _AU],
622
- [0, 1, () => ApplicationUpdate],
636
+ [0, 1, () => ApplicationUpdate$],
623
637
  ];
624
- export var UpdateApplicationResponse = [3, n0, _UARp, 0, [], []];
625
- export var KinesisAnalyticsServiceException = [
638
+ export var UpdateApplicationResponse$ = [3, n0, _UARp, 0, [], []];
639
+ export var KinesisAnalyticsServiceException$ = [
626
640
  -3,
627
641
  _sm,
628
642
  "KinesisAnalyticsServiceException",
@@ -630,184 +644,184 @@ export var KinesisAnalyticsServiceException = [
630
644
  [],
631
645
  [],
632
646
  ];
633
- TypeRegistry.for(_sm).registerError(KinesisAnalyticsServiceException, __KinesisAnalyticsServiceException);
634
- export var ApplicationSummaries = [1, n0, _ASpp, 0, () => ApplicationSummary];
635
- export var CloudWatchLoggingOptionDescriptions = [
647
+ TypeRegistry.for(_sm).registerError(KinesisAnalyticsServiceException$, KinesisAnalyticsServiceException);
648
+ var ApplicationSummaries = [1, n0, _ASpp, 0, () => ApplicationSummary$];
649
+ var CloudWatchLoggingOptionDescriptions = [
636
650
  1,
637
651
  n0,
638
652
  _CWLOD,
639
653
  0,
640
- () => CloudWatchLoggingOptionDescription,
641
- ];
642
- export var CloudWatchLoggingOptions = [1, n0, _CWLOl, 0, () => CloudWatchLoggingOption];
643
- export var CloudWatchLoggingOptionUpdates = [1, n0, _CWLOU, 0, () => CloudWatchLoggingOptionUpdate];
644
- export var InAppStreamNames = 64 | 0;
645
- export var InputConfigurations = [1, n0, _ICn, 0, () => InputConfiguration];
646
- export var InputDescriptions = [1, n0, _ID, 0, () => InputDescription];
647
- export var Inputs = [1, n0, _In, 0, () => Input];
648
- export var InputUpdates = [1, n0, _IU, 0, () => InputUpdate];
649
- export var OutputDescriptions = [1, n0, _OD, 0, () => OutputDescription];
650
- export var Outputs = [1, n0, _Ou, 0, () => Output];
651
- export var OutputUpdates = [1, n0, _OU, 0, () => OutputUpdate];
652
- export var ParsedInputRecord = 64 | 0;
653
- export var ParsedInputRecords = [1, n0, _PIR, 0, 64 | 0];
654
- export var ProcessedInputRecords = 64 | 0;
655
- export var RawInputRecords = 64 | 0;
656
- export var RecordColumns = [1, n0, _RCe, 0, () => RecordColumn];
657
- export var ReferenceDataSourceDescriptions = [1, n0, _RDSD, 0, () => ReferenceDataSourceDescription];
658
- export var ReferenceDataSourceUpdates = [1, n0, _RDSU, 0, () => ReferenceDataSourceUpdate];
659
- export var TagKeys = 64 | 0;
660
- export var Tags = [1, n0, _T, 0, () => Tag];
661
- export var AddApplicationCloudWatchLoggingOption = [
654
+ () => CloudWatchLoggingOptionDescription$,
655
+ ];
656
+ var CloudWatchLoggingOptions = [1, n0, _CWLOl, 0, () => CloudWatchLoggingOption$];
657
+ var CloudWatchLoggingOptionUpdates = [1, n0, _CWLOU, 0, () => CloudWatchLoggingOptionUpdate$];
658
+ var InAppStreamNames = 64 | 0;
659
+ var InputConfigurations = [1, n0, _ICn, 0, () => InputConfiguration$];
660
+ var InputDescriptions = [1, n0, _ID, 0, () => InputDescription$];
661
+ var Inputs = [1, n0, _In, 0, () => Input$];
662
+ var InputUpdates = [1, n0, _IU, 0, () => InputUpdate$];
663
+ var OutputDescriptions = [1, n0, _OD, 0, () => OutputDescription$];
664
+ var Outputs = [1, n0, _Ou, 0, () => Output$];
665
+ var OutputUpdates = [1, n0, _OU, 0, () => OutputUpdate$];
666
+ var ParsedInputRecord = 64 | 0;
667
+ var ParsedInputRecords = [1, n0, _PIR, 0, 64 | 0];
668
+ var ProcessedInputRecords = 64 | 0;
669
+ var RawInputRecords = 64 | 0;
670
+ var RecordColumns = [1, n0, _RCe, 0, () => RecordColumn$];
671
+ var ReferenceDataSourceDescriptions = [1, n0, _RDSD, 0, () => ReferenceDataSourceDescription$];
672
+ var ReferenceDataSourceUpdates = [1, n0, _RDSU, 0, () => ReferenceDataSourceUpdate$];
673
+ var TagKeys = 64 | 0;
674
+ var Tags = [1, n0, _T, 0, () => Tag$];
675
+ export var AddApplicationCloudWatchLoggingOption$ = [
662
676
  9,
663
677
  n0,
664
678
  _AACWLO,
665
679
  0,
666
- () => AddApplicationCloudWatchLoggingOptionRequest,
667
- () => AddApplicationCloudWatchLoggingOptionResponse,
680
+ () => AddApplicationCloudWatchLoggingOptionRequest$,
681
+ () => AddApplicationCloudWatchLoggingOptionResponse$,
668
682
  ];
669
- export var AddApplicationInput = [
683
+ export var AddApplicationInput$ = [
670
684
  9,
671
685
  n0,
672
686
  _AAI,
673
687
  0,
674
- () => AddApplicationInputRequest,
675
- () => AddApplicationInputResponse,
688
+ () => AddApplicationInputRequest$,
689
+ () => AddApplicationInputResponse$,
676
690
  ];
677
- export var AddApplicationInputProcessingConfiguration = [
691
+ export var AddApplicationInputProcessingConfiguration$ = [
678
692
  9,
679
693
  n0,
680
694
  _AAIPC,
681
695
  0,
682
- () => AddApplicationInputProcessingConfigurationRequest,
683
- () => AddApplicationInputProcessingConfigurationResponse,
696
+ () => AddApplicationInputProcessingConfigurationRequest$,
697
+ () => AddApplicationInputProcessingConfigurationResponse$,
684
698
  ];
685
- export var AddApplicationOutput = [
699
+ export var AddApplicationOutput$ = [
686
700
  9,
687
701
  n0,
688
702
  _AAO,
689
703
  0,
690
- () => AddApplicationOutputRequest,
691
- () => AddApplicationOutputResponse,
704
+ () => AddApplicationOutputRequest$,
705
+ () => AddApplicationOutputResponse$,
692
706
  ];
693
- export var AddApplicationReferenceDataSource = [
707
+ export var AddApplicationReferenceDataSource$ = [
694
708
  9,
695
709
  n0,
696
710
  _AARDS,
697
711
  0,
698
- () => AddApplicationReferenceDataSourceRequest,
699
- () => AddApplicationReferenceDataSourceResponse,
712
+ () => AddApplicationReferenceDataSourceRequest$,
713
+ () => AddApplicationReferenceDataSourceResponse$,
700
714
  ];
701
- export var CreateApplication = [
715
+ export var CreateApplication$ = [
702
716
  9,
703
717
  n0,
704
718
  _CA,
705
719
  0,
706
- () => CreateApplicationRequest,
707
- () => CreateApplicationResponse,
720
+ () => CreateApplicationRequest$,
721
+ () => CreateApplicationResponse$,
708
722
  ];
709
- export var DeleteApplication = [
723
+ export var DeleteApplication$ = [
710
724
  9,
711
725
  n0,
712
726
  _DA,
713
727
  0,
714
- () => DeleteApplicationRequest,
715
- () => DeleteApplicationResponse,
728
+ () => DeleteApplicationRequest$,
729
+ () => DeleteApplicationResponse$,
716
730
  ];
717
- export var DeleteApplicationCloudWatchLoggingOption = [
731
+ export var DeleteApplicationCloudWatchLoggingOption$ = [
718
732
  9,
719
733
  n0,
720
734
  _DACWLO,
721
735
  0,
722
- () => DeleteApplicationCloudWatchLoggingOptionRequest,
723
- () => DeleteApplicationCloudWatchLoggingOptionResponse,
736
+ () => DeleteApplicationCloudWatchLoggingOptionRequest$,
737
+ () => DeleteApplicationCloudWatchLoggingOptionResponse$,
724
738
  ];
725
- export var DeleteApplicationInputProcessingConfiguration = [
739
+ export var DeleteApplicationInputProcessingConfiguration$ = [
726
740
  9,
727
741
  n0,
728
742
  _DAIPC,
729
743
  0,
730
- () => DeleteApplicationInputProcessingConfigurationRequest,
731
- () => DeleteApplicationInputProcessingConfigurationResponse,
744
+ () => DeleteApplicationInputProcessingConfigurationRequest$,
745
+ () => DeleteApplicationInputProcessingConfigurationResponse$,
732
746
  ];
733
- export var DeleteApplicationOutput = [
747
+ export var DeleteApplicationOutput$ = [
734
748
  9,
735
749
  n0,
736
750
  _DAO,
737
751
  0,
738
- () => DeleteApplicationOutputRequest,
739
- () => DeleteApplicationOutputResponse,
752
+ () => DeleteApplicationOutputRequest$,
753
+ () => DeleteApplicationOutputResponse$,
740
754
  ];
741
- export var DeleteApplicationReferenceDataSource = [
755
+ export var DeleteApplicationReferenceDataSource$ = [
742
756
  9,
743
757
  n0,
744
758
  _DARDS,
745
759
  0,
746
- () => DeleteApplicationReferenceDataSourceRequest,
747
- () => DeleteApplicationReferenceDataSourceResponse,
760
+ () => DeleteApplicationReferenceDataSourceRequest$,
761
+ () => DeleteApplicationReferenceDataSourceResponse$,
748
762
  ];
749
- export var DescribeApplication = [
763
+ export var DescribeApplication$ = [
750
764
  9,
751
765
  n0,
752
766
  _DAe,
753
767
  0,
754
- () => DescribeApplicationRequest,
755
- () => DescribeApplicationResponse,
768
+ () => DescribeApplicationRequest$,
769
+ () => DescribeApplicationResponse$,
756
770
  ];
757
- export var DiscoverInputSchema = [
771
+ export var DiscoverInputSchema$ = [
758
772
  9,
759
773
  n0,
760
774
  _DIS,
761
775
  0,
762
- () => DiscoverInputSchemaRequest,
763
- () => DiscoverInputSchemaResponse,
776
+ () => DiscoverInputSchemaRequest$,
777
+ () => DiscoverInputSchemaResponse$,
764
778
  ];
765
- export var ListApplications = [
779
+ export var ListApplications$ = [
766
780
  9,
767
781
  n0,
768
782
  _LA,
769
783
  0,
770
- () => ListApplicationsRequest,
771
- () => ListApplicationsResponse,
784
+ () => ListApplicationsRequest$,
785
+ () => ListApplicationsResponse$,
772
786
  ];
773
- export var ListTagsForResource = [
787
+ export var ListTagsForResource$ = [
774
788
  9,
775
789
  n0,
776
790
  _LTFR,
777
791
  0,
778
- () => ListTagsForResourceRequest,
779
- () => ListTagsForResourceResponse,
792
+ () => ListTagsForResourceRequest$,
793
+ () => ListTagsForResourceResponse$,
780
794
  ];
781
- export var StartApplication = [
795
+ export var StartApplication$ = [
782
796
  9,
783
797
  n0,
784
798
  _SA,
785
799
  0,
786
- () => StartApplicationRequest,
787
- () => StartApplicationResponse,
800
+ () => StartApplicationRequest$,
801
+ () => StartApplicationResponse$,
788
802
  ];
789
- export var StopApplication = [
803
+ export var StopApplication$ = [
790
804
  9,
791
805
  n0,
792
806
  _SAt,
793
807
  0,
794
- () => StopApplicationRequest,
795
- () => StopApplicationResponse,
808
+ () => StopApplicationRequest$,
809
+ () => StopApplicationResponse$,
796
810
  ];
797
- export var TagResource = [9, n0, _TR, 0, () => TagResourceRequest, () => TagResourceResponse];
798
- export var UntagResource = [
811
+ export var TagResource$ = [9, n0, _TR, 0, () => TagResourceRequest$, () => TagResourceResponse$];
812
+ export var UntagResource$ = [
799
813
  9,
800
814
  n0,
801
815
  _UR,
802
816
  0,
803
- () => UntagResourceRequest,
804
- () => UntagResourceResponse,
817
+ () => UntagResourceRequest$,
818
+ () => UntagResourceResponse$,
805
819
  ];
806
- export var UpdateApplication = [
820
+ export var UpdateApplication$ = [
807
821
  9,
808
822
  n0,
809
823
  _UA,
810
824
  0,
811
- () => UpdateApplicationRequest,
812
- () => UpdateApplicationResponse,
825
+ () => UpdateApplicationRequest$,
826
+ () => UpdateApplicationResponse$,
813
827
  ];