@aws-sdk/client-kinesis-analytics 3.952.0 → 3.954.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
package/dist-cjs/index.js CHANGED
@@ -110,14 +110,14 @@ class KinesisAnalyticsClient extends smithyClient.Client {
110
110
  }
111
111
  }
112
112
 
113
- let KinesisAnalyticsServiceException$1 = class KinesisAnalyticsServiceException extends smithyClient.ServiceException {
113
+ class KinesisAnalyticsServiceException extends smithyClient.ServiceException {
114
114
  constructor(options) {
115
115
  super(options);
116
116
  Object.setPrototypeOf(this, KinesisAnalyticsServiceException.prototype);
117
117
  }
118
- };
118
+ }
119
119
 
120
- let ConcurrentModificationException$1 = class ConcurrentModificationException extends KinesisAnalyticsServiceException$1 {
120
+ class ConcurrentModificationException extends KinesisAnalyticsServiceException {
121
121
  name = "ConcurrentModificationException";
122
122
  $fault = "client";
123
123
  constructor(opts) {
@@ -128,8 +128,8 @@ let ConcurrentModificationException$1 = class ConcurrentModificationException ex
128
128
  });
129
129
  Object.setPrototypeOf(this, ConcurrentModificationException.prototype);
130
130
  }
131
- };
132
- let InvalidArgumentException$1 = class InvalidArgumentException extends KinesisAnalyticsServiceException$1 {
131
+ }
132
+ class InvalidArgumentException extends KinesisAnalyticsServiceException {
133
133
  name = "InvalidArgumentException";
134
134
  $fault = "client";
135
135
  constructor(opts) {
@@ -140,8 +140,8 @@ let InvalidArgumentException$1 = class InvalidArgumentException extends KinesisA
140
140
  });
141
141
  Object.setPrototypeOf(this, InvalidArgumentException.prototype);
142
142
  }
143
- };
144
- let ResourceInUseException$1 = class ResourceInUseException extends KinesisAnalyticsServiceException$1 {
143
+ }
144
+ class ResourceInUseException extends KinesisAnalyticsServiceException {
145
145
  name = "ResourceInUseException";
146
146
  $fault = "client";
147
147
  constructor(opts) {
@@ -152,8 +152,8 @@ let ResourceInUseException$1 = class ResourceInUseException extends KinesisAnaly
152
152
  });
153
153
  Object.setPrototypeOf(this, ResourceInUseException.prototype);
154
154
  }
155
- };
156
- let ResourceNotFoundException$1 = class ResourceNotFoundException extends KinesisAnalyticsServiceException$1 {
155
+ }
156
+ class ResourceNotFoundException extends KinesisAnalyticsServiceException {
157
157
  name = "ResourceNotFoundException";
158
158
  $fault = "client";
159
159
  constructor(opts) {
@@ -164,8 +164,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends Kinesi
164
164
  });
165
165
  Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
166
166
  }
167
- };
168
- let UnsupportedOperationException$1 = class UnsupportedOperationException extends KinesisAnalyticsServiceException$1 {
167
+ }
168
+ class UnsupportedOperationException extends KinesisAnalyticsServiceException {
169
169
  name = "UnsupportedOperationException";
170
170
  $fault = "client";
171
171
  constructor(opts) {
@@ -176,8 +176,8 @@ let UnsupportedOperationException$1 = class UnsupportedOperationException extend
176
176
  });
177
177
  Object.setPrototypeOf(this, UnsupportedOperationException.prototype);
178
178
  }
179
- };
180
- let CodeValidationException$1 = class CodeValidationException extends KinesisAnalyticsServiceException$1 {
179
+ }
180
+ class CodeValidationException extends KinesisAnalyticsServiceException {
181
181
  name = "CodeValidationException";
182
182
  $fault = "client";
183
183
  constructor(opts) {
@@ -188,8 +188,8 @@ let CodeValidationException$1 = class CodeValidationException extends KinesisAna
188
188
  });
189
189
  Object.setPrototypeOf(this, CodeValidationException.prototype);
190
190
  }
191
- };
192
- let LimitExceededException$1 = class LimitExceededException extends KinesisAnalyticsServiceException$1 {
191
+ }
192
+ class LimitExceededException extends KinesisAnalyticsServiceException {
193
193
  name = "LimitExceededException";
194
194
  $fault = "client";
195
195
  constructor(opts) {
@@ -200,8 +200,8 @@ let LimitExceededException$1 = class LimitExceededException extends KinesisAnaly
200
200
  });
201
201
  Object.setPrototypeOf(this, LimitExceededException.prototype);
202
202
  }
203
- };
204
- let TooManyTagsException$1 = class TooManyTagsException extends KinesisAnalyticsServiceException$1 {
203
+ }
204
+ class TooManyTagsException extends KinesisAnalyticsServiceException {
205
205
  name = "TooManyTagsException";
206
206
  $fault = "client";
207
207
  constructor(opts) {
@@ -212,8 +212,8 @@ let TooManyTagsException$1 = class TooManyTagsException extends KinesisAnalytics
212
212
  });
213
213
  Object.setPrototypeOf(this, TooManyTagsException.prototype);
214
214
  }
215
- };
216
- let ResourceProvisionedThroughputExceededException$1 = class ResourceProvisionedThroughputExceededException extends KinesisAnalyticsServiceException$1 {
215
+ }
216
+ class ResourceProvisionedThroughputExceededException extends KinesisAnalyticsServiceException {
217
217
  name = "ResourceProvisionedThroughputExceededException";
218
218
  $fault = "client";
219
219
  constructor(opts) {
@@ -224,8 +224,8 @@ let ResourceProvisionedThroughputExceededException$1 = class ResourceProvisioned
224
224
  });
225
225
  Object.setPrototypeOf(this, ResourceProvisionedThroughputExceededException.prototype);
226
226
  }
227
- };
228
- let ServiceUnavailableException$1 = class ServiceUnavailableException extends KinesisAnalyticsServiceException$1 {
227
+ }
228
+ class ServiceUnavailableException extends KinesisAnalyticsServiceException {
229
229
  name = "ServiceUnavailableException";
230
230
  $fault = "server";
231
231
  constructor(opts) {
@@ -236,8 +236,8 @@ let ServiceUnavailableException$1 = class ServiceUnavailableException extends Ki
236
236
  });
237
237
  Object.setPrototypeOf(this, ServiceUnavailableException.prototype);
238
238
  }
239
- };
240
- let UnableToDetectSchemaException$1 = class UnableToDetectSchemaException extends KinesisAnalyticsServiceException$1 {
239
+ }
240
+ class UnableToDetectSchemaException extends KinesisAnalyticsServiceException {
241
241
  name = "UnableToDetectSchemaException";
242
242
  $fault = "client";
243
243
  RawInputRecords;
@@ -252,8 +252,8 @@ let UnableToDetectSchemaException$1 = class UnableToDetectSchemaException extend
252
252
  this.RawInputRecords = opts.RawInputRecords;
253
253
  this.ProcessedInputRecords = opts.ProcessedInputRecords;
254
254
  }
255
- };
256
- let InvalidApplicationConfigurationException$1 = class InvalidApplicationConfigurationException extends KinesisAnalyticsServiceException$1 {
255
+ }
256
+ class InvalidApplicationConfigurationException extends KinesisAnalyticsServiceException {
257
257
  name = "InvalidApplicationConfigurationException";
258
258
  $fault = "client";
259
259
  constructor(opts) {
@@ -264,7 +264,7 @@ let InvalidApplicationConfigurationException$1 = class InvalidApplicationConfigu
264
264
  });
265
265
  Object.setPrototypeOf(this, InvalidApplicationConfigurationException.prototype);
266
266
  }
267
- };
267
+ }
268
268
 
269
269
  const _AACWLO = "AddApplicationCloudWatchLoggingOption";
270
270
  const _AACWLOR = "AddApplicationCloudWatchLoggingOptionRequest";
@@ -473,45 +473,52 @@ const _m = "message";
473
473
  const _s = "server";
474
474
  const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.kinesisanalytics";
475
475
  const n0 = "com.amazonaws.kinesisanalytics";
476
- var AddApplicationCloudWatchLoggingOptionRequest = [
476
+ var AddApplicationCloudWatchLoggingOptionRequest$ = [
477
477
  3,
478
478
  n0,
479
479
  _AACWLOR,
480
480
  0,
481
481
  [_AN, _CAVI, _CWLO],
482
- [0, 1, () => CloudWatchLoggingOption],
482
+ [0, 1, () => CloudWatchLoggingOption$],
483
483
  ];
484
- var AddApplicationCloudWatchLoggingOptionResponse = [3, n0, _AACWLORd, 0, [], []];
485
- var AddApplicationInputProcessingConfigurationRequest = [
484
+ var AddApplicationCloudWatchLoggingOptionResponse$ = [3, n0, _AACWLORd, 0, [], []];
485
+ var AddApplicationInputProcessingConfigurationRequest$ = [
486
486
  3,
487
487
  n0,
488
488
  _AAIPCR,
489
489
  0,
490
490
  [_AN, _CAVI, _II, _IPC],
491
- [0, 1, 0, () => InputProcessingConfiguration],
491
+ [0, 1, 0, () => InputProcessingConfiguration$],
492
492
  ];
493
- var AddApplicationInputProcessingConfigurationResponse = [3, n0, _AAIPCRd, 0, [], []];
494
- var AddApplicationInputRequest = [3, n0, _AAIR, 0, [_AN, _CAVI, _I], [0, 1, () => Input]];
495
- var AddApplicationInputResponse = [3, n0, _AAIRd, 0, [], []];
496
- var AddApplicationOutputRequest = [
493
+ var AddApplicationInputProcessingConfigurationResponse$ = [3, n0, _AAIPCRd, 0, [], []];
494
+ var AddApplicationInputRequest$ = [
495
+ 3,
496
+ n0,
497
+ _AAIR,
498
+ 0,
499
+ [_AN, _CAVI, _I],
500
+ [0, 1, () => Input$],
501
+ ];
502
+ var AddApplicationInputResponse$ = [3, n0, _AAIRd, 0, [], []];
503
+ var AddApplicationOutputRequest$ = [
497
504
  3,
498
505
  n0,
499
506
  _AAOR,
500
507
  0,
501
508
  [_AN, _CAVI, _O],
502
- [0, 1, () => Output],
509
+ [0, 1, () => Output$],
503
510
  ];
504
- var AddApplicationOutputResponse = [3, n0, _AAORd, 0, [], []];
505
- var AddApplicationReferenceDataSourceRequest = [
511
+ var AddApplicationOutputResponse$ = [3, n0, _AAORd, 0, [], []];
512
+ var AddApplicationReferenceDataSourceRequest$ = [
506
513
  3,
507
514
  n0,
508
515
  _AARDSR,
509
516
  0,
510
517
  [_AN, _CAVI, _RDS],
511
- [0, 1, () => ReferenceDataSource],
518
+ [0, 1, () => ReferenceDataSource$],
512
519
  ];
513
- var AddApplicationReferenceDataSourceResponse = [3, n0, _AARDSRd, 0, [], []];
514
- var ApplicationDetail = [
520
+ var AddApplicationReferenceDataSourceResponse$ = [3, n0, _AARDSRd, 0, [], []];
521
+ var ApplicationDetail$ = [
515
522
  3,
516
523
  n0,
517
524
  _AD,
@@ -532,8 +539,8 @@ var ApplicationDetail = [
532
539
  1,
533
540
  ],
534
541
  ];
535
- var ApplicationSummary = [3, n0, _ASp, 0, [_AN, _AARN, _AS], [0, 0, 0]];
536
- var ApplicationUpdate = [
542
+ var ApplicationSummary$ = [3, n0, _ASp, 0, [_AN, _AARN, _AS], [0, 0, 0]];
543
+ var ApplicationUpdate$ = [
537
544
  3,
538
545
  n0,
539
546
  _AU,
@@ -541,8 +548,8 @@ var ApplicationUpdate = [
541
548
  [_IU, _ACU, _OU, _RDSU, _CWLOU],
542
549
  [() => InputUpdates, 0, () => OutputUpdates, () => ReferenceDataSourceUpdates, () => CloudWatchLoggingOptionUpdates],
543
550
  ];
544
- var CloudWatchLoggingOption = [3, n0, _CWLO, 0, [_LSARN, _RARN], [0, 0]];
545
- var CloudWatchLoggingOptionDescription = [
551
+ var CloudWatchLoggingOption$ = [3, n0, _CWLO, 0, [_LSARN, _RARN], [0, 0]];
552
+ var CloudWatchLoggingOptionDescription$ = [
546
553
  3,
547
554
  n0,
548
555
  _CWLODl,
@@ -550,7 +557,7 @@ var CloudWatchLoggingOptionDescription = [
550
557
  [_CWLOI, _LSARN, _RARN],
551
558
  [0, 0, 0],
552
559
  ];
553
- var CloudWatchLoggingOptionUpdate = [
560
+ var CloudWatchLoggingOptionUpdate$ = [
554
561
  3,
555
562
  n0,
556
563
  _CWLOUl,
@@ -558,11 +565,11 @@ var CloudWatchLoggingOptionUpdate = [
558
565
  [_CWLOI, _LSARNU, _RARNU],
559
566
  [0, 0, 0],
560
567
  ];
561
- var CodeValidationException = [-3, n0, _CVE, { [_e]: _c }, [_m], [0]];
562
- schema.TypeRegistry.for(n0).registerError(CodeValidationException, CodeValidationException$1);
563
- var ConcurrentModificationException = [-3, n0, _CME, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
564
- schema.TypeRegistry.for(n0).registerError(ConcurrentModificationException, ConcurrentModificationException$1);
565
- var CreateApplicationRequest = [
568
+ var CodeValidationException$ = [-3, n0, _CVE, { [_e]: _c }, [_m], [0]];
569
+ schema.TypeRegistry.for(n0).registerError(CodeValidationException$, CodeValidationException);
570
+ var ConcurrentModificationException$ = [-3, n0, _CME, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
571
+ schema.TypeRegistry.for(n0).registerError(ConcurrentModificationException$, ConcurrentModificationException);
572
+ var CreateApplicationRequest$ = [
566
573
  3,
567
574
  n0,
568
575
  _CAR,
@@ -570,9 +577,9 @@ var CreateApplicationRequest = [
570
577
  [_AN, _ADp, _In, _Ou, _CWLOl, _AC, _T],
571
578
  [0, 0, () => Inputs, () => Outputs, () => CloudWatchLoggingOptions, 0, () => Tags],
572
579
  ];
573
- var CreateApplicationResponse = [3, n0, _CARr, 0, [_ASp], [() => ApplicationSummary]];
574
- var CSVMappingParameters = [3, n0, _CSVMP, 0, [_RRD, _RCD], [0, 0]];
575
- var DeleteApplicationCloudWatchLoggingOptionRequest = [
580
+ var CreateApplicationResponse$ = [3, n0, _CARr, 0, [_ASp], [() => ApplicationSummary$]];
581
+ var CSVMappingParameters$ = [3, n0, _CSVMP, 0, [_RRD, _RCD], [0, 0]];
582
+ var DeleteApplicationCloudWatchLoggingOptionRequest$ = [
576
583
  3,
577
584
  n0,
578
585
  _DACWLOR,
@@ -580,8 +587,8 @@ var DeleteApplicationCloudWatchLoggingOptionRequest = [
580
587
  [_AN, _CAVI, _CWLOI],
581
588
  [0, 1, 0],
582
589
  ];
583
- var DeleteApplicationCloudWatchLoggingOptionResponse = [3, n0, _DACWLORe, 0, [], []];
584
- var DeleteApplicationInputProcessingConfigurationRequest = [
590
+ var DeleteApplicationCloudWatchLoggingOptionResponse$ = [3, n0, _DACWLORe, 0, [], []];
591
+ var DeleteApplicationInputProcessingConfigurationRequest$ = [
585
592
  3,
586
593
  n0,
587
594
  _DAIPCR,
@@ -589,10 +596,10 @@ var DeleteApplicationInputProcessingConfigurationRequest = [
589
596
  [_AN, _CAVI, _II],
590
597
  [0, 1, 0],
591
598
  ];
592
- var DeleteApplicationInputProcessingConfigurationResponse = [3, n0, _DAIPCRe, 0, [], []];
593
- var DeleteApplicationOutputRequest = [3, n0, _DAOR, 0, [_AN, _CAVI, _OI], [0, 1, 0]];
594
- var DeleteApplicationOutputResponse = [3, n0, _DAORe, 0, [], []];
595
- var DeleteApplicationReferenceDataSourceRequest = [
599
+ var DeleteApplicationInputProcessingConfigurationResponse$ = [3, n0, _DAIPCRe, 0, [], []];
600
+ var DeleteApplicationOutputRequest$ = [3, n0, _DAOR, 0, [_AN, _CAVI, _OI], [0, 1, 0]];
601
+ var DeleteApplicationOutputResponse$ = [3, n0, _DAORe, 0, [], []];
602
+ var DeleteApplicationReferenceDataSourceRequest$ = [
596
603
  3,
597
604
  n0,
598
605
  _DARDSR,
@@ -600,29 +607,29 @@ var DeleteApplicationReferenceDataSourceRequest = [
600
607
  [_AN, _CAVI, _RI],
601
608
  [0, 1, 0],
602
609
  ];
603
- var DeleteApplicationReferenceDataSourceResponse = [3, n0, _DARDSRe, 0, [], []];
604
- var DeleteApplicationRequest = [3, n0, _DAR, 0, [_AN, _CT], [0, 4]];
605
- var DeleteApplicationResponse = [3, n0, _DARe, 0, [], []];
606
- var DescribeApplicationRequest = [3, n0, _DARes, 0, [_AN], [0]];
607
- var DescribeApplicationResponse = [3, n0, _DAResc, 0, [_AD], [() => ApplicationDetail]];
608
- var DestinationSchema = [3, n0, _DS, 0, [_RFT], [0]];
609
- var DiscoverInputSchemaRequest = [
610
+ var DeleteApplicationReferenceDataSourceResponse$ = [3, n0, _DARDSRe, 0, [], []];
611
+ var DeleteApplicationRequest$ = [3, n0, _DAR, 0, [_AN, _CT], [0, 4]];
612
+ var DeleteApplicationResponse$ = [3, n0, _DARe, 0, [], []];
613
+ var DescribeApplicationRequest$ = [3, n0, _DARes, 0, [_AN], [0]];
614
+ var DescribeApplicationResponse$ = [3, n0, _DAResc, 0, [_AD], [() => ApplicationDetail$]];
615
+ var DestinationSchema$ = [3, n0, _DS, 0, [_RFT], [0]];
616
+ var DiscoverInputSchemaRequest$ = [
610
617
  3,
611
618
  n0,
612
619
  _DISR,
613
620
  0,
614
621
  [_RARNe, _RARN, _ISPC, _SC, _IPC],
615
- [0, 0, () => InputStartingPositionConfiguration, () => S3Configuration, () => InputProcessingConfiguration],
622
+ [0, 0, () => InputStartingPositionConfiguration$, () => S3Configuration$, () => InputProcessingConfiguration$],
616
623
  ];
617
- var DiscoverInputSchemaResponse = [
624
+ var DiscoverInputSchemaResponse$ = [
618
625
  3,
619
626
  n0,
620
627
  _DISRi,
621
628
  0,
622
629
  [_IS, _PIR, _PIRr, _RIR],
623
- [() => SourceSchema, [1, n0, _PIR, 0, 64 | 0], 64 | 0, 64 | 0],
630
+ [() => SourceSchema$, [1, n0, _PIR, 0, 64 | 0], 64 | 0, 64 | 0],
624
631
  ];
625
- var Input = [
632
+ var Input$ = [
626
633
  3,
627
634
  n0,
628
635
  _I,
@@ -630,22 +637,22 @@ var Input = [
630
637
  [_NP, _IPC, _KSI, _KFI, _IP, _IS],
631
638
  [
632
639
  0,
633
- () => InputProcessingConfiguration,
634
- () => KinesisStreamsInput,
635
- () => KinesisFirehoseInput,
636
- () => InputParallelism,
637
- () => SourceSchema,
640
+ () => InputProcessingConfiguration$,
641
+ () => KinesisStreamsInput$,
642
+ () => KinesisFirehoseInput$,
643
+ () => InputParallelism$,
644
+ () => SourceSchema$,
638
645
  ],
639
646
  ];
640
- var InputConfiguration = [
647
+ var InputConfiguration$ = [
641
648
  3,
642
649
  n0,
643
650
  _IC,
644
651
  0,
645
652
  [_Id, _ISPC],
646
- [0, () => InputStartingPositionConfiguration],
653
+ [0, () => InputStartingPositionConfiguration$],
647
654
  ];
648
- var InputDescription = [
655
+ var InputDescription$ = [
649
656
  3,
650
657
  n0,
651
658
  _IDn,
@@ -655,46 +662,53 @@ var InputDescription = [
655
662
  0,
656
663
  0,
657
664
  64 | 0,
658
- () => InputProcessingConfigurationDescription,
659
- () => KinesisStreamsInputDescription,
660
- () => KinesisFirehoseInputDescription,
661
- () => SourceSchema,
662
- () => InputParallelism,
663
- () => InputStartingPositionConfiguration,
665
+ () => InputProcessingConfigurationDescription$,
666
+ () => KinesisStreamsInputDescription$,
667
+ () => KinesisFirehoseInputDescription$,
668
+ () => SourceSchema$,
669
+ () => InputParallelism$,
670
+ () => InputStartingPositionConfiguration$,
664
671
  ],
665
672
  ];
666
- var InputLambdaProcessor = [3, n0, _ILP, 0, [_RARNe, _RARN], [0, 0]];
667
- var InputLambdaProcessorDescription = [3, n0, _ILPD, 0, [_RARNe, _RARN], [0, 0]];
668
- var InputLambdaProcessorUpdate = [3, n0, _ILPU, 0, [_RARNUe, _RARNU], [0, 0]];
669
- var InputParallelism = [3, n0, _IP, 0, [_C], [1]];
670
- var InputParallelismUpdate = [3, n0, _IPU, 0, [_CU], [1]];
671
- var InputProcessingConfiguration = [3, n0, _IPC, 0, [_ILP], [() => InputLambdaProcessor]];
672
- var InputProcessingConfigurationDescription = [
673
+ var InputLambdaProcessor$ = [3, n0, _ILP, 0, [_RARNe, _RARN], [0, 0]];
674
+ var InputLambdaProcessorDescription$ = [3, n0, _ILPD, 0, [_RARNe, _RARN], [0, 0]];
675
+ var InputLambdaProcessorUpdate$ = [3, n0, _ILPU, 0, [_RARNUe, _RARNU], [0, 0]];
676
+ var InputParallelism$ = [3, n0, _IP, 0, [_C], [1]];
677
+ var InputParallelismUpdate$ = [3, n0, _IPU, 0, [_CU], [1]];
678
+ var InputProcessingConfiguration$ = [
679
+ 3,
680
+ n0,
681
+ _IPC,
682
+ 0,
683
+ [_ILP],
684
+ [() => InputLambdaProcessor$],
685
+ ];
686
+ var InputProcessingConfigurationDescription$ = [
673
687
  3,
674
688
  n0,
675
689
  _IPCD,
676
690
  0,
677
691
  [_ILPD],
678
- [() => InputLambdaProcessorDescription],
692
+ [() => InputLambdaProcessorDescription$],
679
693
  ];
680
- var InputProcessingConfigurationUpdate = [
694
+ var InputProcessingConfigurationUpdate$ = [
681
695
  3,
682
696
  n0,
683
697
  _IPCU,
684
698
  0,
685
699
  [_ILPU],
686
- [() => InputLambdaProcessorUpdate],
700
+ [() => InputLambdaProcessorUpdate$],
687
701
  ];
688
- var InputSchemaUpdate = [
702
+ var InputSchemaUpdate$ = [
689
703
  3,
690
704
  n0,
691
705
  _ISU,
692
706
  0,
693
707
  [_RFU, _REU, _RCU],
694
- [() => RecordFormat, 0, () => RecordColumns],
708
+ [() => RecordFormat$, 0, () => RecordColumns],
695
709
  ];
696
- var InputStartingPositionConfiguration = [3, n0, _ISPC, 0, [_ISP], [0]];
697
- var InputUpdate = [
710
+ var InputStartingPositionConfiguration$ = [3, n0, _ISPC, 0, [_ISP], [0]];
711
+ var InputUpdate$ = [
698
712
  3,
699
713
  n0,
700
714
  _IUn,
@@ -703,37 +717,37 @@ var InputUpdate = [
703
717
  [
704
718
  0,
705
719
  0,
706
- () => InputProcessingConfigurationUpdate,
707
- () => KinesisStreamsInputUpdate,
708
- () => KinesisFirehoseInputUpdate,
709
- () => InputSchemaUpdate,
710
- () => InputParallelismUpdate,
720
+ () => InputProcessingConfigurationUpdate$,
721
+ () => KinesisStreamsInputUpdate$,
722
+ () => KinesisFirehoseInputUpdate$,
723
+ () => InputSchemaUpdate$,
724
+ () => InputParallelismUpdate$,
711
725
  ],
712
726
  ];
713
- var InvalidApplicationConfigurationException = [-3, n0, _IACE, { [_e]: _c }, [_m], [0]];
714
- schema.TypeRegistry.for(n0).registerError(InvalidApplicationConfigurationException, InvalidApplicationConfigurationException$1);
715
- var InvalidArgumentException = [-3, n0, _IAE, { [_e]: _c }, [_m], [0]];
716
- schema.TypeRegistry.for(n0).registerError(InvalidArgumentException, InvalidArgumentException$1);
717
- var JSONMappingParameters = [3, n0, _JSONMP, 0, [_RRP], [0]];
718
- var KinesisFirehoseInput = [3, n0, _KFI, 0, [_RARNe, _RARN], [0, 0]];
719
- var KinesisFirehoseInputDescription = [3, n0, _KFID, 0, [_RARNe, _RARN], [0, 0]];
720
- var KinesisFirehoseInputUpdate = [3, n0, _KFIU, 0, [_RARNUe, _RARNU], [0, 0]];
721
- var KinesisFirehoseOutput = [3, n0, _KFO, 0, [_RARNe, _RARN], [0, 0]];
722
- var KinesisFirehoseOutputDescription = [3, n0, _KFOD, 0, [_RARNe, _RARN], [0, 0]];
723
- var KinesisFirehoseOutputUpdate = [3, n0, _KFOU, 0, [_RARNUe, _RARNU], [0, 0]];
724
- var KinesisStreamsInput = [3, n0, _KSI, 0, [_RARNe, _RARN], [0, 0]];
725
- var KinesisStreamsInputDescription = [3, n0, _KSID, 0, [_RARNe, _RARN], [0, 0]];
726
- var KinesisStreamsInputUpdate = [3, n0, _KSIU, 0, [_RARNUe, _RARNU], [0, 0]];
727
- var KinesisStreamsOutput = [3, n0, _KSO, 0, [_RARNe, _RARN], [0, 0]];
728
- var KinesisStreamsOutputDescription = [3, n0, _KSOD, 0, [_RARNe, _RARN], [0, 0]];
729
- var KinesisStreamsOutputUpdate = [3, n0, _KSOU, 0, [_RARNUe, _RARNU], [0, 0]];
730
- var LambdaOutput = [3, n0, _LO, 0, [_RARNe, _RARN], [0, 0]];
731
- var LambdaOutputDescription = [3, n0, _LOD, 0, [_RARNe, _RARN], [0, 0]];
732
- var LambdaOutputUpdate = [3, n0, _LOU, 0, [_RARNUe, _RARNU], [0, 0]];
733
- var LimitExceededException = [-3, n0, _LEE, { [_e]: _c }, [_m], [0]];
734
- schema.TypeRegistry.for(n0).registerError(LimitExceededException, LimitExceededException$1);
735
- var ListApplicationsRequest = [3, n0, _LAR, 0, [_L, _ESAN], [1, 0]];
736
- var ListApplicationsResponse = [
727
+ var InvalidApplicationConfigurationException$ = [-3, n0, _IACE, { [_e]: _c }, [_m], [0]];
728
+ schema.TypeRegistry.for(n0).registerError(InvalidApplicationConfigurationException$, InvalidApplicationConfigurationException);
729
+ var InvalidArgumentException$ = [-3, n0, _IAE, { [_e]: _c }, [_m], [0]];
730
+ schema.TypeRegistry.for(n0).registerError(InvalidArgumentException$, InvalidArgumentException);
731
+ var JSONMappingParameters$ = [3, n0, _JSONMP, 0, [_RRP], [0]];
732
+ var KinesisFirehoseInput$ = [3, n0, _KFI, 0, [_RARNe, _RARN], [0, 0]];
733
+ var KinesisFirehoseInputDescription$ = [3, n0, _KFID, 0, [_RARNe, _RARN], [0, 0]];
734
+ var KinesisFirehoseInputUpdate$ = [3, n0, _KFIU, 0, [_RARNUe, _RARNU], [0, 0]];
735
+ var KinesisFirehoseOutput$ = [3, n0, _KFO, 0, [_RARNe, _RARN], [0, 0]];
736
+ var KinesisFirehoseOutputDescription$ = [3, n0, _KFOD, 0, [_RARNe, _RARN], [0, 0]];
737
+ var KinesisFirehoseOutputUpdate$ = [3, n0, _KFOU, 0, [_RARNUe, _RARNU], [0, 0]];
738
+ var KinesisStreamsInput$ = [3, n0, _KSI, 0, [_RARNe, _RARN], [0, 0]];
739
+ var KinesisStreamsInputDescription$ = [3, n0, _KSID, 0, [_RARNe, _RARN], [0, 0]];
740
+ var KinesisStreamsInputUpdate$ = [3, n0, _KSIU, 0, [_RARNUe, _RARNU], [0, 0]];
741
+ var KinesisStreamsOutput$ = [3, n0, _KSO, 0, [_RARNe, _RARN], [0, 0]];
742
+ var KinesisStreamsOutputDescription$ = [3, n0, _KSOD, 0, [_RARNe, _RARN], [0, 0]];
743
+ var KinesisStreamsOutputUpdate$ = [3, n0, _KSOU, 0, [_RARNUe, _RARNU], [0, 0]];
744
+ var LambdaOutput$ = [3, n0, _LO, 0, [_RARNe, _RARN], [0, 0]];
745
+ var LambdaOutputDescription$ = [3, n0, _LOD, 0, [_RARNe, _RARN], [0, 0]];
746
+ var LambdaOutputUpdate$ = [3, n0, _LOU, 0, [_RARNUe, _RARNU], [0, 0]];
747
+ var LimitExceededException$ = [-3, n0, _LEE, { [_e]: _c }, [_m], [0]];
748
+ schema.TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
749
+ var ListApplicationsRequest$ = [3, n0, _LAR, 0, [_L, _ESAN], [1, 0]];
750
+ var ListApplicationsResponse$ = [
737
751
  3,
738
752
  n0,
739
753
  _LARi,
@@ -741,25 +755,25 @@ var ListApplicationsResponse = [
741
755
  [_ASpp, _HMA],
742
756
  [() => ApplicationSummaries, 2],
743
757
  ];
744
- var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RARNe], [0]];
745
- var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_T], [() => Tags]];
746
- var MappingParameters = [
758
+ var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_RARNe], [0]];
759
+ var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_T], [() => Tags]];
760
+ var MappingParameters$ = [
747
761
  3,
748
762
  n0,
749
763
  _MP,
750
764
  0,
751
765
  [_JSONMP, _CSVMP],
752
- [() => JSONMappingParameters, () => CSVMappingParameters],
766
+ [() => JSONMappingParameters$, () => CSVMappingParameters$],
753
767
  ];
754
- var Output = [
768
+ var Output$ = [
755
769
  3,
756
770
  n0,
757
771
  _O,
758
772
  0,
759
773
  [_N, _KSO, _KFO, _LO, _DS],
760
- [0, () => KinesisStreamsOutput, () => KinesisFirehoseOutput, () => LambdaOutput, () => DestinationSchema],
774
+ [0, () => KinesisStreamsOutput$, () => KinesisFirehoseOutput$, () => LambdaOutput$, () => DestinationSchema$],
761
775
  ];
762
- var OutputDescription = [
776
+ var OutputDescription$ = [
763
777
  3,
764
778
  n0,
765
779
  _ODu,
@@ -768,13 +782,13 @@ var OutputDescription = [
768
782
  [
769
783
  0,
770
784
  0,
771
- () => KinesisStreamsOutputDescription,
772
- () => KinesisFirehoseOutputDescription,
773
- () => LambdaOutputDescription,
774
- () => DestinationSchema,
785
+ () => KinesisStreamsOutputDescription$,
786
+ () => KinesisFirehoseOutputDescription$,
787
+ () => LambdaOutputDescription$,
788
+ () => DestinationSchema$,
775
789
  ],
776
790
  ];
777
- var OutputUpdate = [
791
+ var OutputUpdate$ = [
778
792
  3,
779
793
  n0,
780
794
  _OUu,
@@ -783,43 +797,43 @@ var OutputUpdate = [
783
797
  [
784
798
  0,
785
799
  0,
786
- () => KinesisStreamsOutputUpdate,
787
- () => KinesisFirehoseOutputUpdate,
788
- () => LambdaOutputUpdate,
789
- () => DestinationSchema,
800
+ () => KinesisStreamsOutputUpdate$,
801
+ () => KinesisFirehoseOutputUpdate$,
802
+ () => LambdaOutputUpdate$,
803
+ () => DestinationSchema$,
790
804
  ],
791
805
  ];
792
- var RecordColumn = [3, n0, _RC, 0, [_N, _M, _ST], [0, 0, 0]];
793
- var RecordFormat = [3, n0, _RF, 0, [_RFT, _MP], [0, () => MappingParameters]];
794
- var ReferenceDataSource = [
806
+ var RecordColumn$ = [3, n0, _RC, 0, [_N, _M, _ST], [0, 0, 0]];
807
+ var RecordFormat$ = [3, n0, _RF, 0, [_RFT, _MP], [0, () => MappingParameters$]];
808
+ var ReferenceDataSource$ = [
795
809
  3,
796
810
  n0,
797
811
  _RDS,
798
812
  0,
799
813
  [_TN, _SRDS, _RS],
800
- [0, () => S3ReferenceDataSource, () => SourceSchema],
814
+ [0, () => S3ReferenceDataSource$, () => SourceSchema$],
801
815
  ];
802
- var ReferenceDataSourceDescription = [
816
+ var ReferenceDataSourceDescription$ = [
803
817
  3,
804
818
  n0,
805
819
  _RDSDe,
806
820
  0,
807
821
  [_RI, _TN, _SRDSD, _RS],
808
- [0, 0, () => S3ReferenceDataSourceDescription, () => SourceSchema],
822
+ [0, 0, () => S3ReferenceDataSourceDescription$, () => SourceSchema$],
809
823
  ];
810
- var ReferenceDataSourceUpdate = [
824
+ var ReferenceDataSourceUpdate$ = [
811
825
  3,
812
826
  n0,
813
827
  _RDSUe,
814
828
  0,
815
829
  [_RI, _TNU, _SRDSU, _RSU],
816
- [0, 0, () => S3ReferenceDataSourceUpdate, () => SourceSchema],
830
+ [0, 0, () => S3ReferenceDataSourceUpdate$, () => SourceSchema$],
817
831
  ];
818
- var ResourceInUseException = [-3, n0, _RIUE, { [_e]: _c }, [_m], [0]];
819
- schema.TypeRegistry.for(n0).registerError(ResourceInUseException, ResourceInUseException$1);
820
- var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c }, [_m], [0]];
821
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
822
- var ResourceProvisionedThroughputExceededException = [
832
+ var ResourceInUseException$ = [-3, n0, _RIUE, { [_e]: _c }, [_m], [0]];
833
+ schema.TypeRegistry.for(n0).registerError(ResourceInUseException$, ResourceInUseException);
834
+ var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c }, [_m], [0]];
835
+ schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
836
+ var ResourceProvisionedThroughputExceededException$ = [
823
837
  -3,
824
838
  n0,
825
839
  _RPTEE,
@@ -827,10 +841,10 @@ var ResourceProvisionedThroughputExceededException = [
827
841
  [_m],
828
842
  [0],
829
843
  ];
830
- schema.TypeRegistry.for(n0).registerError(ResourceProvisionedThroughputExceededException, ResourceProvisionedThroughputExceededException$1);
831
- var S3Configuration = [3, n0, _SC, 0, [_RARN, _BARN, _FK], [0, 0, 0]];
832
- var S3ReferenceDataSource = [3, n0, _SRDS, 0, [_BARN, _FK, _RRARN], [0, 0, 0]];
833
- var S3ReferenceDataSourceDescription = [
844
+ schema.TypeRegistry.for(n0).registerError(ResourceProvisionedThroughputExceededException$, ResourceProvisionedThroughputExceededException);
845
+ var S3Configuration$ = [3, n0, _SC, 0, [_RARN, _BARN, _FK], [0, 0, 0]];
846
+ var S3ReferenceDataSource$ = [3, n0, _SRDS, 0, [_BARN, _FK, _RRARN], [0, 0, 0]];
847
+ var S3ReferenceDataSourceDescription$ = [
834
848
  3,
835
849
  n0,
836
850
  _SRDSD,
@@ -838,18 +852,18 @@ var S3ReferenceDataSourceDescription = [
838
852
  [_BARN, _FK, _RRARN],
839
853
  [0, 0, 0],
840
854
  ];
841
- var S3ReferenceDataSourceUpdate = [3, n0, _SRDSU, 0, [_BARNU, _FKU, _RRARNU], [0, 0, 0]];
842
- var ServiceUnavailableException = [-3, n0, _SUE, { [_e]: _s, [_hE]: 503 }, [_m], [0]];
843
- schema.TypeRegistry.for(n0).registerError(ServiceUnavailableException, ServiceUnavailableException$1);
844
- var SourceSchema = [
855
+ var S3ReferenceDataSourceUpdate$ = [3, n0, _SRDSU, 0, [_BARNU, _FKU, _RRARNU], [0, 0, 0]];
856
+ var ServiceUnavailableException$ = [-3, n0, _SUE, { [_e]: _s, [_hE]: 503 }, [_m], [0]];
857
+ schema.TypeRegistry.for(n0).registerError(ServiceUnavailableException$, ServiceUnavailableException);
858
+ var SourceSchema$ = [
845
859
  3,
846
860
  n0,
847
861
  _SS,
848
862
  0,
849
863
  [_RF, _RE, _RCe],
850
- [() => RecordFormat, 0, () => RecordColumns],
864
+ [() => RecordFormat$, 0, () => RecordColumns],
851
865
  ];
852
- var StartApplicationRequest = [
866
+ var StartApplicationRequest$ = [
853
867
  3,
854
868
  n0,
855
869
  _SAR,
@@ -857,15 +871,15 @@ var StartApplicationRequest = [
857
871
  [_AN, _ICn],
858
872
  [0, () => InputConfigurations],
859
873
  ];
860
- var StartApplicationResponse = [3, n0, _SARt, 0, [], []];
861
- var StopApplicationRequest = [3, n0, _SARto, 0, [_AN], [0]];
862
- var StopApplicationResponse = [3, n0, _SARtop, 0, [], []];
863
- var Tag = [3, n0, _Ta, 0, [_K, _V], [0, 0]];
864
- var TagResourceRequest = [3, n0, _TRR, 0, [_RARNe, _T], [0, () => Tags]];
865
- var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
866
- var TooManyTagsException = [-3, n0, _TMTE, { [_e]: _c }, [_m], [0]];
867
- schema.TypeRegistry.for(n0).registerError(TooManyTagsException, TooManyTagsException$1);
868
- var UnableToDetectSchemaException = [
874
+ var StartApplicationResponse$ = [3, n0, _SARt, 0, [], []];
875
+ var StopApplicationRequest$ = [3, n0, _SARto, 0, [_AN], [0]];
876
+ var StopApplicationResponse$ = [3, n0, _SARtop, 0, [], []];
877
+ var Tag$ = [3, n0, _Ta, 0, [_K, _V], [0, 0]];
878
+ var TagResourceRequest$ = [3, n0, _TRR, 0, [_RARNe, _T], [0, () => Tags]];
879
+ var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
880
+ var TooManyTagsException$ = [-3, n0, _TMTE, { [_e]: _c }, [_m], [0]];
881
+ schema.TypeRegistry.for(n0).registerError(TooManyTagsException$, TooManyTagsException);
882
+ var UnableToDetectSchemaException$ = [
869
883
  -3,
870
884
  n0,
871
885
  _UTDSE,
@@ -873,21 +887,21 @@ var UnableToDetectSchemaException = [
873
887
  [_m, _RIR, _PIRr],
874
888
  [0, 64 | 0, 64 | 0],
875
889
  ];
876
- schema.TypeRegistry.for(n0).registerError(UnableToDetectSchemaException, UnableToDetectSchemaException$1);
877
- var UnsupportedOperationException = [-3, n0, _UOE, { [_e]: _c }, [_m], [0]];
878
- schema.TypeRegistry.for(n0).registerError(UnsupportedOperationException, UnsupportedOperationException$1);
879
- var UntagResourceRequest = [3, n0, _URR, 0, [_RARNe, _TK], [0, 64 | 0]];
880
- var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
881
- var UpdateApplicationRequest = [
890
+ schema.TypeRegistry.for(n0).registerError(UnableToDetectSchemaException$, UnableToDetectSchemaException);
891
+ var UnsupportedOperationException$ = [-3, n0, _UOE, { [_e]: _c }, [_m], [0]];
892
+ schema.TypeRegistry.for(n0).registerError(UnsupportedOperationException$, UnsupportedOperationException);
893
+ var UntagResourceRequest$ = [3, n0, _URR, 0, [_RARNe, _TK], [0, 64 | 0]];
894
+ var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
895
+ var UpdateApplicationRequest$ = [
882
896
  3,
883
897
  n0,
884
898
  _UAR,
885
899
  0,
886
900
  [_AN, _CAVI, _AU],
887
- [0, 1, () => ApplicationUpdate],
901
+ [0, 1, () => ApplicationUpdate$],
888
902
  ];
889
- var UpdateApplicationResponse = [3, n0, _UARp, 0, [], []];
890
- var KinesisAnalyticsServiceException = [
903
+ var UpdateApplicationResponse$ = [3, n0, _UARp, 0, [], []];
904
+ var KinesisAnalyticsServiceException$ = [
891
905
  -3,
892
906
  _sm,
893
907
  "KinesisAnalyticsServiceException",
@@ -895,180 +909,180 @@ var KinesisAnalyticsServiceException = [
895
909
  [],
896
910
  [],
897
911
  ];
898
- schema.TypeRegistry.for(_sm).registerError(KinesisAnalyticsServiceException, KinesisAnalyticsServiceException$1);
899
- var ApplicationSummaries = [1, n0, _ASpp, 0, () => ApplicationSummary];
912
+ schema.TypeRegistry.for(_sm).registerError(KinesisAnalyticsServiceException$, KinesisAnalyticsServiceException);
913
+ var ApplicationSummaries = [1, n0, _ASpp, 0, () => ApplicationSummary$];
900
914
  var CloudWatchLoggingOptionDescriptions = [
901
915
  1,
902
916
  n0,
903
917
  _CWLOD,
904
918
  0,
905
- () => CloudWatchLoggingOptionDescription,
919
+ () => CloudWatchLoggingOptionDescription$,
906
920
  ];
907
- var CloudWatchLoggingOptions = [1, n0, _CWLOl, 0, () => CloudWatchLoggingOption];
908
- var CloudWatchLoggingOptionUpdates = [1, n0, _CWLOU, 0, () => CloudWatchLoggingOptionUpdate];
909
- var InputConfigurations = [1, n0, _ICn, 0, () => InputConfiguration];
910
- var InputDescriptions = [1, n0, _ID, 0, () => InputDescription];
911
- var Inputs = [1, n0, _In, 0, () => Input];
912
- var InputUpdates = [1, n0, _IU, 0, () => InputUpdate];
913
- var OutputDescriptions = [1, n0, _OD, 0, () => OutputDescription];
914
- var Outputs = [1, n0, _Ou, 0, () => Output];
915
- var OutputUpdates = [1, n0, _OU, 0, () => OutputUpdate];
916
- var RecordColumns = [1, n0, _RCe, 0, () => RecordColumn];
917
- var ReferenceDataSourceDescriptions = [1, n0, _RDSD, 0, () => ReferenceDataSourceDescription];
918
- var ReferenceDataSourceUpdates = [1, n0, _RDSU, 0, () => ReferenceDataSourceUpdate];
919
- var Tags = [1, n0, _T, 0, () => Tag];
920
- var AddApplicationCloudWatchLoggingOption = [
921
+ var CloudWatchLoggingOptions = [1, n0, _CWLOl, 0, () => CloudWatchLoggingOption$];
922
+ var CloudWatchLoggingOptionUpdates = [1, n0, _CWLOU, 0, () => CloudWatchLoggingOptionUpdate$];
923
+ var InputConfigurations = [1, n0, _ICn, 0, () => InputConfiguration$];
924
+ var InputDescriptions = [1, n0, _ID, 0, () => InputDescription$];
925
+ var Inputs = [1, n0, _In, 0, () => Input$];
926
+ var InputUpdates = [1, n0, _IU, 0, () => InputUpdate$];
927
+ var OutputDescriptions = [1, n0, _OD, 0, () => OutputDescription$];
928
+ var Outputs = [1, n0, _Ou, 0, () => Output$];
929
+ var OutputUpdates = [1, n0, _OU, 0, () => OutputUpdate$];
930
+ var RecordColumns = [1, n0, _RCe, 0, () => RecordColumn$];
931
+ var ReferenceDataSourceDescriptions = [1, n0, _RDSD, 0, () => ReferenceDataSourceDescription$];
932
+ var ReferenceDataSourceUpdates = [1, n0, _RDSU, 0, () => ReferenceDataSourceUpdate$];
933
+ var Tags = [1, n0, _T, 0, () => Tag$];
934
+ var AddApplicationCloudWatchLoggingOption$ = [
921
935
  9,
922
936
  n0,
923
937
  _AACWLO,
924
938
  0,
925
- () => AddApplicationCloudWatchLoggingOptionRequest,
926
- () => AddApplicationCloudWatchLoggingOptionResponse,
939
+ () => AddApplicationCloudWatchLoggingOptionRequest$,
940
+ () => AddApplicationCloudWatchLoggingOptionResponse$,
927
941
  ];
928
- var AddApplicationInput = [
942
+ var AddApplicationInput$ = [
929
943
  9,
930
944
  n0,
931
945
  _AAI,
932
946
  0,
933
- () => AddApplicationInputRequest,
934
- () => AddApplicationInputResponse,
947
+ () => AddApplicationInputRequest$,
948
+ () => AddApplicationInputResponse$,
935
949
  ];
936
- var AddApplicationInputProcessingConfiguration = [
950
+ var AddApplicationInputProcessingConfiguration$ = [
937
951
  9,
938
952
  n0,
939
953
  _AAIPC,
940
954
  0,
941
- () => AddApplicationInputProcessingConfigurationRequest,
942
- () => AddApplicationInputProcessingConfigurationResponse,
955
+ () => AddApplicationInputProcessingConfigurationRequest$,
956
+ () => AddApplicationInputProcessingConfigurationResponse$,
943
957
  ];
944
- var AddApplicationOutput = [
958
+ var AddApplicationOutput$ = [
945
959
  9,
946
960
  n0,
947
961
  _AAO,
948
962
  0,
949
- () => AddApplicationOutputRequest,
950
- () => AddApplicationOutputResponse,
963
+ () => AddApplicationOutputRequest$,
964
+ () => AddApplicationOutputResponse$,
951
965
  ];
952
- var AddApplicationReferenceDataSource = [
966
+ var AddApplicationReferenceDataSource$ = [
953
967
  9,
954
968
  n0,
955
969
  _AARDS,
956
970
  0,
957
- () => AddApplicationReferenceDataSourceRequest,
958
- () => AddApplicationReferenceDataSourceResponse,
971
+ () => AddApplicationReferenceDataSourceRequest$,
972
+ () => AddApplicationReferenceDataSourceResponse$,
959
973
  ];
960
- var CreateApplication = [
974
+ var CreateApplication$ = [
961
975
  9,
962
976
  n0,
963
977
  _CA,
964
978
  0,
965
- () => CreateApplicationRequest,
966
- () => CreateApplicationResponse,
979
+ () => CreateApplicationRequest$,
980
+ () => CreateApplicationResponse$,
967
981
  ];
968
- var DeleteApplication = [
982
+ var DeleteApplication$ = [
969
983
  9,
970
984
  n0,
971
985
  _DA,
972
986
  0,
973
- () => DeleteApplicationRequest,
974
- () => DeleteApplicationResponse,
987
+ () => DeleteApplicationRequest$,
988
+ () => DeleteApplicationResponse$,
975
989
  ];
976
- var DeleteApplicationCloudWatchLoggingOption = [
990
+ var DeleteApplicationCloudWatchLoggingOption$ = [
977
991
  9,
978
992
  n0,
979
993
  _DACWLO,
980
994
  0,
981
- () => DeleteApplicationCloudWatchLoggingOptionRequest,
982
- () => DeleteApplicationCloudWatchLoggingOptionResponse,
995
+ () => DeleteApplicationCloudWatchLoggingOptionRequest$,
996
+ () => DeleteApplicationCloudWatchLoggingOptionResponse$,
983
997
  ];
984
- var DeleteApplicationInputProcessingConfiguration = [
998
+ var DeleteApplicationInputProcessingConfiguration$ = [
985
999
  9,
986
1000
  n0,
987
1001
  _DAIPC,
988
1002
  0,
989
- () => DeleteApplicationInputProcessingConfigurationRequest,
990
- () => DeleteApplicationInputProcessingConfigurationResponse,
1003
+ () => DeleteApplicationInputProcessingConfigurationRequest$,
1004
+ () => DeleteApplicationInputProcessingConfigurationResponse$,
991
1005
  ];
992
- var DeleteApplicationOutput = [
1006
+ var DeleteApplicationOutput$ = [
993
1007
  9,
994
1008
  n0,
995
1009
  _DAO,
996
1010
  0,
997
- () => DeleteApplicationOutputRequest,
998
- () => DeleteApplicationOutputResponse,
1011
+ () => DeleteApplicationOutputRequest$,
1012
+ () => DeleteApplicationOutputResponse$,
999
1013
  ];
1000
- var DeleteApplicationReferenceDataSource = [
1014
+ var DeleteApplicationReferenceDataSource$ = [
1001
1015
  9,
1002
1016
  n0,
1003
1017
  _DARDS,
1004
1018
  0,
1005
- () => DeleteApplicationReferenceDataSourceRequest,
1006
- () => DeleteApplicationReferenceDataSourceResponse,
1019
+ () => DeleteApplicationReferenceDataSourceRequest$,
1020
+ () => DeleteApplicationReferenceDataSourceResponse$,
1007
1021
  ];
1008
- var DescribeApplication = [
1022
+ var DescribeApplication$ = [
1009
1023
  9,
1010
1024
  n0,
1011
1025
  _DAe,
1012
1026
  0,
1013
- () => DescribeApplicationRequest,
1014
- () => DescribeApplicationResponse,
1027
+ () => DescribeApplicationRequest$,
1028
+ () => DescribeApplicationResponse$,
1015
1029
  ];
1016
- var DiscoverInputSchema = [
1030
+ var DiscoverInputSchema$ = [
1017
1031
  9,
1018
1032
  n0,
1019
1033
  _DIS,
1020
1034
  0,
1021
- () => DiscoverInputSchemaRequest,
1022
- () => DiscoverInputSchemaResponse,
1035
+ () => DiscoverInputSchemaRequest$,
1036
+ () => DiscoverInputSchemaResponse$,
1023
1037
  ];
1024
- var ListApplications = [
1038
+ var ListApplications$ = [
1025
1039
  9,
1026
1040
  n0,
1027
1041
  _LA,
1028
1042
  0,
1029
- () => ListApplicationsRequest,
1030
- () => ListApplicationsResponse,
1043
+ () => ListApplicationsRequest$,
1044
+ () => ListApplicationsResponse$,
1031
1045
  ];
1032
- var ListTagsForResource = [
1046
+ var ListTagsForResource$ = [
1033
1047
  9,
1034
1048
  n0,
1035
1049
  _LTFR,
1036
1050
  0,
1037
- () => ListTagsForResourceRequest,
1038
- () => ListTagsForResourceResponse,
1051
+ () => ListTagsForResourceRequest$,
1052
+ () => ListTagsForResourceResponse$,
1039
1053
  ];
1040
- var StartApplication = [
1054
+ var StartApplication$ = [
1041
1055
  9,
1042
1056
  n0,
1043
1057
  _SA,
1044
1058
  0,
1045
- () => StartApplicationRequest,
1046
- () => StartApplicationResponse,
1059
+ () => StartApplicationRequest$,
1060
+ () => StartApplicationResponse$,
1047
1061
  ];
1048
- var StopApplication = [
1062
+ var StopApplication$ = [
1049
1063
  9,
1050
1064
  n0,
1051
1065
  _SAt,
1052
1066
  0,
1053
- () => StopApplicationRequest,
1054
- () => StopApplicationResponse,
1067
+ () => StopApplicationRequest$,
1068
+ () => StopApplicationResponse$,
1055
1069
  ];
1056
- var TagResource = [9, n0, _TR, 0, () => TagResourceRequest, () => TagResourceResponse];
1057
- var UntagResource = [
1070
+ var TagResource$ = [9, n0, _TR, 0, () => TagResourceRequest$, () => TagResourceResponse$];
1071
+ var UntagResource$ = [
1058
1072
  9,
1059
1073
  n0,
1060
1074
  _UR,
1061
1075
  0,
1062
- () => UntagResourceRequest,
1063
- () => UntagResourceResponse,
1076
+ () => UntagResourceRequest$,
1077
+ () => UntagResourceResponse$,
1064
1078
  ];
1065
- var UpdateApplication = [
1079
+ var UpdateApplication$ = [
1066
1080
  9,
1067
1081
  n0,
1068
1082
  _UA,
1069
1083
  0,
1070
- () => UpdateApplicationRequest,
1071
- () => UpdateApplicationResponse,
1084
+ () => UpdateApplicationRequest$,
1085
+ () => UpdateApplicationResponse$,
1072
1086
  ];
1073
1087
 
1074
1088
  class AddApplicationCloudWatchLoggingOptionCommand extends smithyClient.Command
@@ -1079,7 +1093,7 @@ class AddApplicationCloudWatchLoggingOptionCommand extends smithyClient.Command
1079
1093
  })
1080
1094
  .s("KinesisAnalytics_20150814", "AddApplicationCloudWatchLoggingOption", {})
1081
1095
  .n("KinesisAnalyticsClient", "AddApplicationCloudWatchLoggingOptionCommand")
1082
- .sc(AddApplicationCloudWatchLoggingOption)
1096
+ .sc(AddApplicationCloudWatchLoggingOption$)
1083
1097
  .build() {
1084
1098
  }
1085
1099
 
@@ -1091,7 +1105,7 @@ class AddApplicationInputCommand extends smithyClient.Command
1091
1105
  })
1092
1106
  .s("KinesisAnalytics_20150814", "AddApplicationInput", {})
1093
1107
  .n("KinesisAnalyticsClient", "AddApplicationInputCommand")
1094
- .sc(AddApplicationInput)
1108
+ .sc(AddApplicationInput$)
1095
1109
  .build() {
1096
1110
  }
1097
1111
 
@@ -1103,7 +1117,7 @@ class AddApplicationInputProcessingConfigurationCommand extends smithyClient.Com
1103
1117
  })
1104
1118
  .s("KinesisAnalytics_20150814", "AddApplicationInputProcessingConfiguration", {})
1105
1119
  .n("KinesisAnalyticsClient", "AddApplicationInputProcessingConfigurationCommand")
1106
- .sc(AddApplicationInputProcessingConfiguration)
1120
+ .sc(AddApplicationInputProcessingConfiguration$)
1107
1121
  .build() {
1108
1122
  }
1109
1123
 
@@ -1115,7 +1129,7 @@ class AddApplicationOutputCommand extends smithyClient.Command
1115
1129
  })
1116
1130
  .s("KinesisAnalytics_20150814", "AddApplicationOutput", {})
1117
1131
  .n("KinesisAnalyticsClient", "AddApplicationOutputCommand")
1118
- .sc(AddApplicationOutput)
1132
+ .sc(AddApplicationOutput$)
1119
1133
  .build() {
1120
1134
  }
1121
1135
 
@@ -1127,7 +1141,7 @@ class AddApplicationReferenceDataSourceCommand extends smithyClient.Command
1127
1141
  })
1128
1142
  .s("KinesisAnalytics_20150814", "AddApplicationReferenceDataSource", {})
1129
1143
  .n("KinesisAnalyticsClient", "AddApplicationReferenceDataSourceCommand")
1130
- .sc(AddApplicationReferenceDataSource)
1144
+ .sc(AddApplicationReferenceDataSource$)
1131
1145
  .build() {
1132
1146
  }
1133
1147
 
@@ -1139,7 +1153,7 @@ class CreateApplicationCommand extends smithyClient.Command
1139
1153
  })
1140
1154
  .s("KinesisAnalytics_20150814", "CreateApplication", {})
1141
1155
  .n("KinesisAnalyticsClient", "CreateApplicationCommand")
1142
- .sc(CreateApplication)
1156
+ .sc(CreateApplication$)
1143
1157
  .build() {
1144
1158
  }
1145
1159
 
@@ -1151,7 +1165,7 @@ class DeleteApplicationCloudWatchLoggingOptionCommand extends smithyClient.Comma
1151
1165
  })
1152
1166
  .s("KinesisAnalytics_20150814", "DeleteApplicationCloudWatchLoggingOption", {})
1153
1167
  .n("KinesisAnalyticsClient", "DeleteApplicationCloudWatchLoggingOptionCommand")
1154
- .sc(DeleteApplicationCloudWatchLoggingOption)
1168
+ .sc(DeleteApplicationCloudWatchLoggingOption$)
1155
1169
  .build() {
1156
1170
  }
1157
1171
 
@@ -1163,7 +1177,7 @@ class DeleteApplicationCommand extends smithyClient.Command
1163
1177
  })
1164
1178
  .s("KinesisAnalytics_20150814", "DeleteApplication", {})
1165
1179
  .n("KinesisAnalyticsClient", "DeleteApplicationCommand")
1166
- .sc(DeleteApplication)
1180
+ .sc(DeleteApplication$)
1167
1181
  .build() {
1168
1182
  }
1169
1183
 
@@ -1175,7 +1189,7 @@ class DeleteApplicationInputProcessingConfigurationCommand extends smithyClient.
1175
1189
  })
1176
1190
  .s("KinesisAnalytics_20150814", "DeleteApplicationInputProcessingConfiguration", {})
1177
1191
  .n("KinesisAnalyticsClient", "DeleteApplicationInputProcessingConfigurationCommand")
1178
- .sc(DeleteApplicationInputProcessingConfiguration)
1192
+ .sc(DeleteApplicationInputProcessingConfiguration$)
1179
1193
  .build() {
1180
1194
  }
1181
1195
 
@@ -1187,7 +1201,7 @@ class DeleteApplicationOutputCommand extends smithyClient.Command
1187
1201
  })
1188
1202
  .s("KinesisAnalytics_20150814", "DeleteApplicationOutput", {})
1189
1203
  .n("KinesisAnalyticsClient", "DeleteApplicationOutputCommand")
1190
- .sc(DeleteApplicationOutput)
1204
+ .sc(DeleteApplicationOutput$)
1191
1205
  .build() {
1192
1206
  }
1193
1207
 
@@ -1199,7 +1213,7 @@ class DeleteApplicationReferenceDataSourceCommand extends smithyClient.Command
1199
1213
  })
1200
1214
  .s("KinesisAnalytics_20150814", "DeleteApplicationReferenceDataSource", {})
1201
1215
  .n("KinesisAnalyticsClient", "DeleteApplicationReferenceDataSourceCommand")
1202
- .sc(DeleteApplicationReferenceDataSource)
1216
+ .sc(DeleteApplicationReferenceDataSource$)
1203
1217
  .build() {
1204
1218
  }
1205
1219
 
@@ -1211,7 +1225,7 @@ class DescribeApplicationCommand extends smithyClient.Command
1211
1225
  })
1212
1226
  .s("KinesisAnalytics_20150814", "DescribeApplication", {})
1213
1227
  .n("KinesisAnalyticsClient", "DescribeApplicationCommand")
1214
- .sc(DescribeApplication)
1228
+ .sc(DescribeApplication$)
1215
1229
  .build() {
1216
1230
  }
1217
1231
 
@@ -1223,7 +1237,7 @@ class DiscoverInputSchemaCommand extends smithyClient.Command
1223
1237
  })
1224
1238
  .s("KinesisAnalytics_20150814", "DiscoverInputSchema", {})
1225
1239
  .n("KinesisAnalyticsClient", "DiscoverInputSchemaCommand")
1226
- .sc(DiscoverInputSchema)
1240
+ .sc(DiscoverInputSchema$)
1227
1241
  .build() {
1228
1242
  }
1229
1243
 
@@ -1235,7 +1249,7 @@ class ListApplicationsCommand extends smithyClient.Command
1235
1249
  })
1236
1250
  .s("KinesisAnalytics_20150814", "ListApplications", {})
1237
1251
  .n("KinesisAnalyticsClient", "ListApplicationsCommand")
1238
- .sc(ListApplications)
1252
+ .sc(ListApplications$)
1239
1253
  .build() {
1240
1254
  }
1241
1255
 
@@ -1247,7 +1261,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
1247
1261
  })
1248
1262
  .s("KinesisAnalytics_20150814", "ListTagsForResource", {})
1249
1263
  .n("KinesisAnalyticsClient", "ListTagsForResourceCommand")
1250
- .sc(ListTagsForResource)
1264
+ .sc(ListTagsForResource$)
1251
1265
  .build() {
1252
1266
  }
1253
1267
 
@@ -1259,7 +1273,7 @@ class StartApplicationCommand extends smithyClient.Command
1259
1273
  })
1260
1274
  .s("KinesisAnalytics_20150814", "StartApplication", {})
1261
1275
  .n("KinesisAnalyticsClient", "StartApplicationCommand")
1262
- .sc(StartApplication)
1276
+ .sc(StartApplication$)
1263
1277
  .build() {
1264
1278
  }
1265
1279
 
@@ -1271,7 +1285,7 @@ class StopApplicationCommand extends smithyClient.Command
1271
1285
  })
1272
1286
  .s("KinesisAnalytics_20150814", "StopApplication", {})
1273
1287
  .n("KinesisAnalyticsClient", "StopApplicationCommand")
1274
- .sc(StopApplication)
1288
+ .sc(StopApplication$)
1275
1289
  .build() {
1276
1290
  }
1277
1291
 
@@ -1283,7 +1297,7 @@ class TagResourceCommand extends smithyClient.Command
1283
1297
  })
1284
1298
  .s("KinesisAnalytics_20150814", "TagResource", {})
1285
1299
  .n("KinesisAnalyticsClient", "TagResourceCommand")
1286
- .sc(TagResource)
1300
+ .sc(TagResource$)
1287
1301
  .build() {
1288
1302
  }
1289
1303
 
@@ -1295,7 +1309,7 @@ class UntagResourceCommand extends smithyClient.Command
1295
1309
  })
1296
1310
  .s("KinesisAnalytics_20150814", "UntagResource", {})
1297
1311
  .n("KinesisAnalyticsClient", "UntagResourceCommand")
1298
- .sc(UntagResource)
1312
+ .sc(UntagResource$)
1299
1313
  .build() {
1300
1314
  }
1301
1315
 
@@ -1307,7 +1321,7 @@ class UpdateApplicationCommand extends smithyClient.Command
1307
1321
  })
1308
1322
  .s("KinesisAnalytics_20150814", "UpdateApplication", {})
1309
1323
  .n("KinesisAnalyticsClient", "UpdateApplicationCommand")
1310
- .sc(UpdateApplication)
1324
+ .sc(UpdateApplication$)
1311
1325
  .build() {
1312
1326
  }
1313
1327
 
@@ -1363,41 +1377,167 @@ Object.defineProperty(exports, "__Client", {
1363
1377
  enumerable: true,
1364
1378
  get: function () { return smithyClient.Client; }
1365
1379
  });
1380
+ exports.AddApplicationCloudWatchLoggingOption$ = AddApplicationCloudWatchLoggingOption$;
1366
1381
  exports.AddApplicationCloudWatchLoggingOptionCommand = AddApplicationCloudWatchLoggingOptionCommand;
1382
+ exports.AddApplicationCloudWatchLoggingOptionRequest$ = AddApplicationCloudWatchLoggingOptionRequest$;
1383
+ exports.AddApplicationCloudWatchLoggingOptionResponse$ = AddApplicationCloudWatchLoggingOptionResponse$;
1384
+ exports.AddApplicationInput$ = AddApplicationInput$;
1367
1385
  exports.AddApplicationInputCommand = AddApplicationInputCommand;
1386
+ exports.AddApplicationInputProcessingConfiguration$ = AddApplicationInputProcessingConfiguration$;
1368
1387
  exports.AddApplicationInputProcessingConfigurationCommand = AddApplicationInputProcessingConfigurationCommand;
1388
+ exports.AddApplicationInputProcessingConfigurationRequest$ = AddApplicationInputProcessingConfigurationRequest$;
1389
+ exports.AddApplicationInputProcessingConfigurationResponse$ = AddApplicationInputProcessingConfigurationResponse$;
1390
+ exports.AddApplicationInputRequest$ = AddApplicationInputRequest$;
1391
+ exports.AddApplicationInputResponse$ = AddApplicationInputResponse$;
1392
+ exports.AddApplicationOutput$ = AddApplicationOutput$;
1369
1393
  exports.AddApplicationOutputCommand = AddApplicationOutputCommand;
1394
+ exports.AddApplicationOutputRequest$ = AddApplicationOutputRequest$;
1395
+ exports.AddApplicationOutputResponse$ = AddApplicationOutputResponse$;
1396
+ exports.AddApplicationReferenceDataSource$ = AddApplicationReferenceDataSource$;
1370
1397
  exports.AddApplicationReferenceDataSourceCommand = AddApplicationReferenceDataSourceCommand;
1398
+ exports.AddApplicationReferenceDataSourceRequest$ = AddApplicationReferenceDataSourceRequest$;
1399
+ exports.AddApplicationReferenceDataSourceResponse$ = AddApplicationReferenceDataSourceResponse$;
1400
+ exports.ApplicationDetail$ = ApplicationDetail$;
1371
1401
  exports.ApplicationStatus = ApplicationStatus;
1372
- exports.CodeValidationException = CodeValidationException$1;
1373
- exports.ConcurrentModificationException = ConcurrentModificationException$1;
1402
+ exports.ApplicationSummary$ = ApplicationSummary$;
1403
+ exports.ApplicationUpdate$ = ApplicationUpdate$;
1404
+ exports.CSVMappingParameters$ = CSVMappingParameters$;
1405
+ exports.CloudWatchLoggingOption$ = CloudWatchLoggingOption$;
1406
+ exports.CloudWatchLoggingOptionDescription$ = CloudWatchLoggingOptionDescription$;
1407
+ exports.CloudWatchLoggingOptionUpdate$ = CloudWatchLoggingOptionUpdate$;
1408
+ exports.CodeValidationException = CodeValidationException;
1409
+ exports.CodeValidationException$ = CodeValidationException$;
1410
+ exports.ConcurrentModificationException = ConcurrentModificationException;
1411
+ exports.ConcurrentModificationException$ = ConcurrentModificationException$;
1412
+ exports.CreateApplication$ = CreateApplication$;
1374
1413
  exports.CreateApplicationCommand = CreateApplicationCommand;
1414
+ exports.CreateApplicationRequest$ = CreateApplicationRequest$;
1415
+ exports.CreateApplicationResponse$ = CreateApplicationResponse$;
1416
+ exports.DeleteApplication$ = DeleteApplication$;
1417
+ exports.DeleteApplicationCloudWatchLoggingOption$ = DeleteApplicationCloudWatchLoggingOption$;
1375
1418
  exports.DeleteApplicationCloudWatchLoggingOptionCommand = DeleteApplicationCloudWatchLoggingOptionCommand;
1419
+ exports.DeleteApplicationCloudWatchLoggingOptionRequest$ = DeleteApplicationCloudWatchLoggingOptionRequest$;
1420
+ exports.DeleteApplicationCloudWatchLoggingOptionResponse$ = DeleteApplicationCloudWatchLoggingOptionResponse$;
1376
1421
  exports.DeleteApplicationCommand = DeleteApplicationCommand;
1422
+ exports.DeleteApplicationInputProcessingConfiguration$ = DeleteApplicationInputProcessingConfiguration$;
1377
1423
  exports.DeleteApplicationInputProcessingConfigurationCommand = DeleteApplicationInputProcessingConfigurationCommand;
1424
+ exports.DeleteApplicationInputProcessingConfigurationRequest$ = DeleteApplicationInputProcessingConfigurationRequest$;
1425
+ exports.DeleteApplicationInputProcessingConfigurationResponse$ = DeleteApplicationInputProcessingConfigurationResponse$;
1426
+ exports.DeleteApplicationOutput$ = DeleteApplicationOutput$;
1378
1427
  exports.DeleteApplicationOutputCommand = DeleteApplicationOutputCommand;
1428
+ exports.DeleteApplicationOutputRequest$ = DeleteApplicationOutputRequest$;
1429
+ exports.DeleteApplicationOutputResponse$ = DeleteApplicationOutputResponse$;
1430
+ exports.DeleteApplicationReferenceDataSource$ = DeleteApplicationReferenceDataSource$;
1379
1431
  exports.DeleteApplicationReferenceDataSourceCommand = DeleteApplicationReferenceDataSourceCommand;
1432
+ exports.DeleteApplicationReferenceDataSourceRequest$ = DeleteApplicationReferenceDataSourceRequest$;
1433
+ exports.DeleteApplicationReferenceDataSourceResponse$ = DeleteApplicationReferenceDataSourceResponse$;
1434
+ exports.DeleteApplicationRequest$ = DeleteApplicationRequest$;
1435
+ exports.DeleteApplicationResponse$ = DeleteApplicationResponse$;
1436
+ exports.DescribeApplication$ = DescribeApplication$;
1380
1437
  exports.DescribeApplicationCommand = DescribeApplicationCommand;
1438
+ exports.DescribeApplicationRequest$ = DescribeApplicationRequest$;
1439
+ exports.DescribeApplicationResponse$ = DescribeApplicationResponse$;
1440
+ exports.DestinationSchema$ = DestinationSchema$;
1441
+ exports.DiscoverInputSchema$ = DiscoverInputSchema$;
1381
1442
  exports.DiscoverInputSchemaCommand = DiscoverInputSchemaCommand;
1443
+ exports.DiscoverInputSchemaRequest$ = DiscoverInputSchemaRequest$;
1444
+ exports.DiscoverInputSchemaResponse$ = DiscoverInputSchemaResponse$;
1445
+ exports.Input$ = Input$;
1446
+ exports.InputConfiguration$ = InputConfiguration$;
1447
+ exports.InputDescription$ = InputDescription$;
1448
+ exports.InputLambdaProcessor$ = InputLambdaProcessor$;
1449
+ exports.InputLambdaProcessorDescription$ = InputLambdaProcessorDescription$;
1450
+ exports.InputLambdaProcessorUpdate$ = InputLambdaProcessorUpdate$;
1451
+ exports.InputParallelism$ = InputParallelism$;
1452
+ exports.InputParallelismUpdate$ = InputParallelismUpdate$;
1453
+ exports.InputProcessingConfiguration$ = InputProcessingConfiguration$;
1454
+ exports.InputProcessingConfigurationDescription$ = InputProcessingConfigurationDescription$;
1455
+ exports.InputProcessingConfigurationUpdate$ = InputProcessingConfigurationUpdate$;
1456
+ exports.InputSchemaUpdate$ = InputSchemaUpdate$;
1382
1457
  exports.InputStartingPosition = InputStartingPosition;
1383
- exports.InvalidApplicationConfigurationException = InvalidApplicationConfigurationException$1;
1384
- exports.InvalidArgumentException = InvalidArgumentException$1;
1458
+ exports.InputStartingPositionConfiguration$ = InputStartingPositionConfiguration$;
1459
+ exports.InputUpdate$ = InputUpdate$;
1460
+ exports.InvalidApplicationConfigurationException = InvalidApplicationConfigurationException;
1461
+ exports.InvalidApplicationConfigurationException$ = InvalidApplicationConfigurationException$;
1462
+ exports.InvalidArgumentException = InvalidArgumentException;
1463
+ exports.InvalidArgumentException$ = InvalidArgumentException$;
1464
+ exports.JSONMappingParameters$ = JSONMappingParameters$;
1385
1465
  exports.KinesisAnalytics = KinesisAnalytics;
1386
1466
  exports.KinesisAnalyticsClient = KinesisAnalyticsClient;
1387
- exports.KinesisAnalyticsServiceException = KinesisAnalyticsServiceException$1;
1388
- exports.LimitExceededException = LimitExceededException$1;
1467
+ exports.KinesisAnalyticsServiceException = KinesisAnalyticsServiceException;
1468
+ exports.KinesisAnalyticsServiceException$ = KinesisAnalyticsServiceException$;
1469
+ exports.KinesisFirehoseInput$ = KinesisFirehoseInput$;
1470
+ exports.KinesisFirehoseInputDescription$ = KinesisFirehoseInputDescription$;
1471
+ exports.KinesisFirehoseInputUpdate$ = KinesisFirehoseInputUpdate$;
1472
+ exports.KinesisFirehoseOutput$ = KinesisFirehoseOutput$;
1473
+ exports.KinesisFirehoseOutputDescription$ = KinesisFirehoseOutputDescription$;
1474
+ exports.KinesisFirehoseOutputUpdate$ = KinesisFirehoseOutputUpdate$;
1475
+ exports.KinesisStreamsInput$ = KinesisStreamsInput$;
1476
+ exports.KinesisStreamsInputDescription$ = KinesisStreamsInputDescription$;
1477
+ exports.KinesisStreamsInputUpdate$ = KinesisStreamsInputUpdate$;
1478
+ exports.KinesisStreamsOutput$ = KinesisStreamsOutput$;
1479
+ exports.KinesisStreamsOutputDescription$ = KinesisStreamsOutputDescription$;
1480
+ exports.KinesisStreamsOutputUpdate$ = KinesisStreamsOutputUpdate$;
1481
+ exports.LambdaOutput$ = LambdaOutput$;
1482
+ exports.LambdaOutputDescription$ = LambdaOutputDescription$;
1483
+ exports.LambdaOutputUpdate$ = LambdaOutputUpdate$;
1484
+ exports.LimitExceededException = LimitExceededException;
1485
+ exports.LimitExceededException$ = LimitExceededException$;
1486
+ exports.ListApplications$ = ListApplications$;
1389
1487
  exports.ListApplicationsCommand = ListApplicationsCommand;
1488
+ exports.ListApplicationsRequest$ = ListApplicationsRequest$;
1489
+ exports.ListApplicationsResponse$ = ListApplicationsResponse$;
1490
+ exports.ListTagsForResource$ = ListTagsForResource$;
1390
1491
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1492
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
1493
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
1494
+ exports.MappingParameters$ = MappingParameters$;
1495
+ exports.Output$ = Output$;
1496
+ exports.OutputDescription$ = OutputDescription$;
1497
+ exports.OutputUpdate$ = OutputUpdate$;
1498
+ exports.RecordColumn$ = RecordColumn$;
1499
+ exports.RecordFormat$ = RecordFormat$;
1391
1500
  exports.RecordFormatType = RecordFormatType;
1392
- exports.ResourceInUseException = ResourceInUseException$1;
1393
- exports.ResourceNotFoundException = ResourceNotFoundException$1;
1394
- exports.ResourceProvisionedThroughputExceededException = ResourceProvisionedThroughputExceededException$1;
1395
- exports.ServiceUnavailableException = ServiceUnavailableException$1;
1501
+ exports.ReferenceDataSource$ = ReferenceDataSource$;
1502
+ exports.ReferenceDataSourceDescription$ = ReferenceDataSourceDescription$;
1503
+ exports.ReferenceDataSourceUpdate$ = ReferenceDataSourceUpdate$;
1504
+ exports.ResourceInUseException = ResourceInUseException;
1505
+ exports.ResourceInUseException$ = ResourceInUseException$;
1506
+ exports.ResourceNotFoundException = ResourceNotFoundException;
1507
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
1508
+ exports.ResourceProvisionedThroughputExceededException = ResourceProvisionedThroughputExceededException;
1509
+ exports.ResourceProvisionedThroughputExceededException$ = ResourceProvisionedThroughputExceededException$;
1510
+ exports.S3Configuration$ = S3Configuration$;
1511
+ exports.S3ReferenceDataSource$ = S3ReferenceDataSource$;
1512
+ exports.S3ReferenceDataSourceDescription$ = S3ReferenceDataSourceDescription$;
1513
+ exports.S3ReferenceDataSourceUpdate$ = S3ReferenceDataSourceUpdate$;
1514
+ exports.ServiceUnavailableException = ServiceUnavailableException;
1515
+ exports.ServiceUnavailableException$ = ServiceUnavailableException$;
1516
+ exports.SourceSchema$ = SourceSchema$;
1517
+ exports.StartApplication$ = StartApplication$;
1396
1518
  exports.StartApplicationCommand = StartApplicationCommand;
1519
+ exports.StartApplicationRequest$ = StartApplicationRequest$;
1520
+ exports.StartApplicationResponse$ = StartApplicationResponse$;
1521
+ exports.StopApplication$ = StopApplication$;
1397
1522
  exports.StopApplicationCommand = StopApplicationCommand;
1523
+ exports.StopApplicationRequest$ = StopApplicationRequest$;
1524
+ exports.StopApplicationResponse$ = StopApplicationResponse$;
1525
+ exports.Tag$ = Tag$;
1526
+ exports.TagResource$ = TagResource$;
1398
1527
  exports.TagResourceCommand = TagResourceCommand;
1399
- exports.TooManyTagsException = TooManyTagsException$1;
1400
- exports.UnableToDetectSchemaException = UnableToDetectSchemaException$1;
1401
- exports.UnsupportedOperationException = UnsupportedOperationException$1;
1528
+ exports.TagResourceRequest$ = TagResourceRequest$;
1529
+ exports.TagResourceResponse$ = TagResourceResponse$;
1530
+ exports.TooManyTagsException = TooManyTagsException;
1531
+ exports.TooManyTagsException$ = TooManyTagsException$;
1532
+ exports.UnableToDetectSchemaException = UnableToDetectSchemaException;
1533
+ exports.UnableToDetectSchemaException$ = UnableToDetectSchemaException$;
1534
+ exports.UnsupportedOperationException = UnsupportedOperationException;
1535
+ exports.UnsupportedOperationException$ = UnsupportedOperationException$;
1536
+ exports.UntagResource$ = UntagResource$;
1402
1537
  exports.UntagResourceCommand = UntagResourceCommand;
1538
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
1539
+ exports.UntagResourceResponse$ = UntagResourceResponse$;
1540
+ exports.UpdateApplication$ = UpdateApplication$;
1403
1541
  exports.UpdateApplicationCommand = UpdateApplicationCommand;
1542
+ exports.UpdateApplicationRequest$ = UpdateApplicationRequest$;
1543
+ exports.UpdateApplicationResponse$ = UpdateApplicationResponse$;