@aws-sdk/client-kinesis-analytics 3.987.0 → 3.989.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist-cjs/index.js CHANGED
@@ -15,6 +15,9 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
15
15
  var runtimeConfig = require('./runtimeConfig');
16
16
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
17
17
  var protocolHttp = require('@smithy/protocol-http');
18
+ var schemas_0 = require('./schemas/schemas_0');
19
+ var errors = require('./models/errors');
20
+ var KinesisAnalyticsServiceException = require('./models/KinesisAnalyticsServiceException');
18
21
 
19
22
  const resolveClientEndpointParameters = (options) => {
20
23
  return Object.assign(options, {
@@ -110,1014 +113,6 @@ class KinesisAnalyticsClient extends smithyClient.Client {
110
113
  }
111
114
  }
112
115
 
113
- class KinesisAnalyticsServiceException extends smithyClient.ServiceException {
114
- constructor(options) {
115
- super(options);
116
- Object.setPrototypeOf(this, KinesisAnalyticsServiceException.prototype);
117
- }
118
- }
119
-
120
- class ConcurrentModificationException extends KinesisAnalyticsServiceException {
121
- name = "ConcurrentModificationException";
122
- $fault = "client";
123
- constructor(opts) {
124
- super({
125
- name: "ConcurrentModificationException",
126
- $fault: "client",
127
- ...opts,
128
- });
129
- Object.setPrototypeOf(this, ConcurrentModificationException.prototype);
130
- }
131
- }
132
- class InvalidArgumentException extends KinesisAnalyticsServiceException {
133
- name = "InvalidArgumentException";
134
- $fault = "client";
135
- constructor(opts) {
136
- super({
137
- name: "InvalidArgumentException",
138
- $fault: "client",
139
- ...opts,
140
- });
141
- Object.setPrototypeOf(this, InvalidArgumentException.prototype);
142
- }
143
- }
144
- class ResourceInUseException extends KinesisAnalyticsServiceException {
145
- name = "ResourceInUseException";
146
- $fault = "client";
147
- constructor(opts) {
148
- super({
149
- name: "ResourceInUseException",
150
- $fault: "client",
151
- ...opts,
152
- });
153
- Object.setPrototypeOf(this, ResourceInUseException.prototype);
154
- }
155
- }
156
- class ResourceNotFoundException extends KinesisAnalyticsServiceException {
157
- name = "ResourceNotFoundException";
158
- $fault = "client";
159
- constructor(opts) {
160
- super({
161
- name: "ResourceNotFoundException",
162
- $fault: "client",
163
- ...opts,
164
- });
165
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
166
- }
167
- }
168
- class UnsupportedOperationException extends KinesisAnalyticsServiceException {
169
- name = "UnsupportedOperationException";
170
- $fault = "client";
171
- constructor(opts) {
172
- super({
173
- name: "UnsupportedOperationException",
174
- $fault: "client",
175
- ...opts,
176
- });
177
- Object.setPrototypeOf(this, UnsupportedOperationException.prototype);
178
- }
179
- }
180
- class CodeValidationException extends KinesisAnalyticsServiceException {
181
- name = "CodeValidationException";
182
- $fault = "client";
183
- constructor(opts) {
184
- super({
185
- name: "CodeValidationException",
186
- $fault: "client",
187
- ...opts,
188
- });
189
- Object.setPrototypeOf(this, CodeValidationException.prototype);
190
- }
191
- }
192
- class LimitExceededException extends KinesisAnalyticsServiceException {
193
- name = "LimitExceededException";
194
- $fault = "client";
195
- constructor(opts) {
196
- super({
197
- name: "LimitExceededException",
198
- $fault: "client",
199
- ...opts,
200
- });
201
- Object.setPrototypeOf(this, LimitExceededException.prototype);
202
- }
203
- }
204
- class TooManyTagsException extends KinesisAnalyticsServiceException {
205
- name = "TooManyTagsException";
206
- $fault = "client";
207
- constructor(opts) {
208
- super({
209
- name: "TooManyTagsException",
210
- $fault: "client",
211
- ...opts,
212
- });
213
- Object.setPrototypeOf(this, TooManyTagsException.prototype);
214
- }
215
- }
216
- class ResourceProvisionedThroughputExceededException extends KinesisAnalyticsServiceException {
217
- name = "ResourceProvisionedThroughputExceededException";
218
- $fault = "client";
219
- constructor(opts) {
220
- super({
221
- name: "ResourceProvisionedThroughputExceededException",
222
- $fault: "client",
223
- ...opts,
224
- });
225
- Object.setPrototypeOf(this, ResourceProvisionedThroughputExceededException.prototype);
226
- }
227
- }
228
- class ServiceUnavailableException extends KinesisAnalyticsServiceException {
229
- name = "ServiceUnavailableException";
230
- $fault = "server";
231
- constructor(opts) {
232
- super({
233
- name: "ServiceUnavailableException",
234
- $fault: "server",
235
- ...opts,
236
- });
237
- Object.setPrototypeOf(this, ServiceUnavailableException.prototype);
238
- }
239
- }
240
- class UnableToDetectSchemaException extends KinesisAnalyticsServiceException {
241
- name = "UnableToDetectSchemaException";
242
- $fault = "client";
243
- RawInputRecords;
244
- ProcessedInputRecords;
245
- constructor(opts) {
246
- super({
247
- name: "UnableToDetectSchemaException",
248
- $fault: "client",
249
- ...opts,
250
- });
251
- Object.setPrototypeOf(this, UnableToDetectSchemaException.prototype);
252
- this.RawInputRecords = opts.RawInputRecords;
253
- this.ProcessedInputRecords = opts.ProcessedInputRecords;
254
- }
255
- }
256
- class InvalidApplicationConfigurationException extends KinesisAnalyticsServiceException {
257
- name = "InvalidApplicationConfigurationException";
258
- $fault = "client";
259
- constructor(opts) {
260
- super({
261
- name: "InvalidApplicationConfigurationException",
262
- $fault: "client",
263
- ...opts,
264
- });
265
- Object.setPrototypeOf(this, InvalidApplicationConfigurationException.prototype);
266
- }
267
- }
268
-
269
- const _AACWLO = "AddApplicationCloudWatchLoggingOption";
270
- const _AACWLOR = "AddApplicationCloudWatchLoggingOptionRequest";
271
- const _AACWLORd = "AddApplicationCloudWatchLoggingOptionResponse";
272
- const _AAI = "AddApplicationInput";
273
- const _AAIPC = "AddApplicationInputProcessingConfiguration";
274
- const _AAIPCR = "AddApplicationInputProcessingConfigurationRequest";
275
- const _AAIPCRd = "AddApplicationInputProcessingConfigurationResponse";
276
- const _AAIR = "AddApplicationInputRequest";
277
- const _AAIRd = "AddApplicationInputResponse";
278
- const _AAO = "AddApplicationOutput";
279
- const _AAOR = "AddApplicationOutputRequest";
280
- const _AAORd = "AddApplicationOutputResponse";
281
- const _AARDS = "AddApplicationReferenceDataSource";
282
- const _AARDSR = "AddApplicationReferenceDataSourceRequest";
283
- const _AARDSRd = "AddApplicationReferenceDataSourceResponse";
284
- const _AARN = "ApplicationARN";
285
- const _AC = "ApplicationCode";
286
- const _ACU = "ApplicationCodeUpdate";
287
- const _AD = "ApplicationDetail";
288
- const _ADp = "ApplicationDescription";
289
- const _AN = "ApplicationName";
290
- const _AS = "ApplicationStatus";
291
- const _ASp = "ApplicationSummary";
292
- const _ASpp = "ApplicationSummaries";
293
- const _AU = "ApplicationUpdate";
294
- const _AVI = "ApplicationVersionId";
295
- const _BARN = "BucketARN";
296
- const _BARNU = "BucketARNUpdate";
297
- const _C = "Count";
298
- const _CA = "CreateApplication";
299
- const _CAR = "CreateApplicationRequest";
300
- const _CARr = "CreateApplicationResponse";
301
- const _CAVI = "CurrentApplicationVersionId";
302
- const _CME = "ConcurrentModificationException";
303
- const _CSVMP = "CSVMappingParameters";
304
- const _CT = "CreateTimestamp";
305
- const _CU = "CountUpdate";
306
- const _CVE = "CodeValidationException";
307
- const _CWLO = "CloudWatchLoggingOption";
308
- const _CWLOD = "CloudWatchLoggingOptionDescriptions";
309
- const _CWLODl = "CloudWatchLoggingOptionDescription";
310
- const _CWLOI = "CloudWatchLoggingOptionId";
311
- const _CWLOU = "CloudWatchLoggingOptionUpdates";
312
- const _CWLOUl = "CloudWatchLoggingOptionUpdate";
313
- const _CWLOl = "CloudWatchLoggingOptions";
314
- const _DA = "DeleteApplication";
315
- const _DACWLO = "DeleteApplicationCloudWatchLoggingOption";
316
- const _DACWLOR = "DeleteApplicationCloudWatchLoggingOptionRequest";
317
- const _DACWLORe = "DeleteApplicationCloudWatchLoggingOptionResponse";
318
- const _DAIPC = "DeleteApplicationInputProcessingConfiguration";
319
- const _DAIPCR = "DeleteApplicationInputProcessingConfigurationRequest";
320
- const _DAIPCRe = "DeleteApplicationInputProcessingConfigurationResponse";
321
- const _DAO = "DeleteApplicationOutput";
322
- const _DAOR = "DeleteApplicationOutputRequest";
323
- const _DAORe = "DeleteApplicationOutputResponse";
324
- const _DAR = "DeleteApplicationRequest";
325
- const _DARDS = "DeleteApplicationReferenceDataSource";
326
- const _DARDSR = "DeleteApplicationReferenceDataSourceRequest";
327
- const _DARDSRe = "DeleteApplicationReferenceDataSourceResponse";
328
- const _DARe = "DeleteApplicationResponse";
329
- const _DARes = "DescribeApplicationRequest";
330
- const _DAResc = "DescribeApplicationResponse";
331
- const _DAe = "DescribeApplication";
332
- const _DIS = "DiscoverInputSchema";
333
- const _DISR = "DiscoverInputSchemaRequest";
334
- const _DISRi = "DiscoverInputSchemaResponse";
335
- const _DS = "DestinationSchema";
336
- const _DSU = "DestinationSchemaUpdate";
337
- const _ESAN = "ExclusiveStartApplicationName";
338
- const _FK = "FileKey";
339
- const _FKU = "FileKeyUpdate";
340
- const _HMA = "HasMoreApplications";
341
- const _I = "Input";
342
- const _IACE = "InvalidApplicationConfigurationException";
343
- const _IAE = "InvalidArgumentException";
344
- const _IASN = "InAppStreamNames";
345
- const _IC = "InputConfiguration";
346
- const _ICn = "InputConfigurations";
347
- const _ID = "InputDescriptions";
348
- const _IDn = "InputDescription";
349
- const _II = "InputId";
350
- const _ILP = "InputLambdaProcessor";
351
- const _ILPD = "InputLambdaProcessorDescription";
352
- const _ILPU = "InputLambdaProcessorUpdate";
353
- const _IP = "InputParallelism";
354
- const _IPC = "InputProcessingConfiguration";
355
- const _IPCD = "InputProcessingConfigurationDescription";
356
- const _IPCU = "InputProcessingConfigurationUpdate";
357
- const _IPU = "InputParallelismUpdate";
358
- const _IS = "InputSchema";
359
- const _ISP = "InputStartingPosition";
360
- const _ISPC = "InputStartingPositionConfiguration";
361
- const _ISU = "InputSchemaUpdate";
362
- const _IU = "InputUpdates";
363
- const _IUn = "InputUpdate";
364
- const _Id = "Id";
365
- const _In = "Inputs";
366
- const _JSONMP = "JSONMappingParameters";
367
- const _K = "Key";
368
- const _KFI = "KinesisFirehoseInput";
369
- const _KFID = "KinesisFirehoseInputDescription";
370
- const _KFIU = "KinesisFirehoseInputUpdate";
371
- const _KFO = "KinesisFirehoseOutput";
372
- const _KFOD = "KinesisFirehoseOutputDescription";
373
- const _KFOU = "KinesisFirehoseOutputUpdate";
374
- const _KSI = "KinesisStreamsInput";
375
- const _KSID = "KinesisStreamsInputDescription";
376
- const _KSIU = "KinesisStreamsInputUpdate";
377
- const _KSO = "KinesisStreamsOutput";
378
- const _KSOD = "KinesisStreamsOutputDescription";
379
- const _KSOU = "KinesisStreamsOutputUpdate";
380
- const _L = "Limit";
381
- const _LA = "ListApplications";
382
- const _LAR = "ListApplicationsRequest";
383
- const _LARi = "ListApplicationsResponse";
384
- const _LEE = "LimitExceededException";
385
- const _LO = "LambdaOutput";
386
- const _LOD = "LambdaOutputDescription";
387
- const _LOU = "LambdaOutputUpdate";
388
- const _LSARN = "LogStreamARN";
389
- const _LSARNU = "LogStreamARNUpdate";
390
- const _LTFR = "ListTagsForResource";
391
- const _LTFRR = "ListTagsForResourceRequest";
392
- const _LTFRRi = "ListTagsForResourceResponse";
393
- const _LUT = "LastUpdateTimestamp";
394
- const _M = "Mapping";
395
- const _MP = "MappingParameters";
396
- const _N = "Name";
397
- const _NP = "NamePrefix";
398
- const _NPU = "NamePrefixUpdate";
399
- const _NU = "NameUpdate";
400
- const _O = "Output";
401
- const _OD = "OutputDescriptions";
402
- const _ODu = "OutputDescription";
403
- const _OI = "OutputId";
404
- const _OU = "OutputUpdates";
405
- const _OUu = "OutputUpdate";
406
- const _Ou = "Outputs";
407
- const _PIR = "ParsedInputRecords";
408
- const _PIRr = "ProcessedInputRecords";
409
- const _RARN = "RoleARN";
410
- const _RARNU = "RoleARNUpdate";
411
- const _RARNUe = "ResourceARNUpdate";
412
- const _RARNe = "ResourceARN";
413
- const _RC = "RecordColumn";
414
- const _RCD = "RecordColumnDelimiter";
415
- const _RCU = "RecordColumnUpdates";
416
- const _RCe = "RecordColumns";
417
- const _RDS = "ReferenceDataSource";
418
- const _RDSD = "ReferenceDataSourceDescriptions";
419
- const _RDSDe = "ReferenceDataSourceDescription";
420
- const _RDSU = "ReferenceDataSourceUpdates";
421
- const _RDSUe = "ReferenceDataSourceUpdate";
422
- const _RE = "RecordEncoding";
423
- const _REU = "RecordEncodingUpdate";
424
- const _RF = "RecordFormat";
425
- const _RFT = "RecordFormatType";
426
- const _RFU = "RecordFormatUpdate";
427
- const _RI = "ReferenceId";
428
- const _RIR = "RawInputRecords";
429
- const _RIUE = "ResourceInUseException";
430
- const _RNFE = "ResourceNotFoundException";
431
- const _RPTEE = "ResourceProvisionedThroughputExceededException";
432
- const _RRARN = "ReferenceRoleARN";
433
- const _RRARNU = "ReferenceRoleARNUpdate";
434
- const _RRD = "RecordRowDelimiter";
435
- const _RRP = "RecordRowPath";
436
- const _RS = "ReferenceSchema";
437
- const _RSU = "ReferenceSchemaUpdate";
438
- const _SA = "StartApplication";
439
- const _SAR = "StartApplicationRequest";
440
- const _SARt = "StartApplicationResponse";
441
- const _SARto = "StopApplicationRequest";
442
- const _SARtop = "StopApplicationResponse";
443
- const _SAt = "StopApplication";
444
- const _SC = "S3Configuration";
445
- const _SRDS = "S3ReferenceDataSource";
446
- const _SRDSD = "S3ReferenceDataSourceDescription";
447
- const _SRDSU = "S3ReferenceDataSourceUpdate";
448
- const _SS = "SourceSchema";
449
- const _ST = "SqlType";
450
- const _SUE = "ServiceUnavailableException";
451
- const _T = "Tags";
452
- const _TK = "TagKeys";
453
- const _TMTE = "TooManyTagsException";
454
- const _TN = "TableName";
455
- const _TNU = "TableNameUpdate";
456
- const _TR = "TagResource";
457
- const _TRR = "TagResourceRequest";
458
- const _TRRa = "TagResourceResponse";
459
- const _Ta = "Tag";
460
- const _UA = "UpdateApplication";
461
- const _UAR = "UpdateApplicationRequest";
462
- const _UARp = "UpdateApplicationResponse";
463
- const _UOE = "UnsupportedOperationException";
464
- const _UR = "UntagResource";
465
- const _URR = "UntagResourceRequest";
466
- const _URRn = "UntagResourceResponse";
467
- const _UTDSE = "UnableToDetectSchemaException";
468
- const _V = "Value";
469
- const _c = "client";
470
- const _e = "error";
471
- const _hE = "httpError";
472
- const _m = "message";
473
- const _s = "server";
474
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.kinesisanalytics";
475
- const n0 = "com.amazonaws.kinesisanalytics";
476
- var AddApplicationCloudWatchLoggingOptionRequest$ = [3, n0, _AACWLOR,
477
- 0,
478
- [_AN, _CAVI, _CWLO],
479
- [0, 1, () => CloudWatchLoggingOption$], 3
480
- ];
481
- var AddApplicationCloudWatchLoggingOptionResponse$ = [3, n0, _AACWLORd,
482
- 0,
483
- [],
484
- []
485
- ];
486
- var AddApplicationInputProcessingConfigurationRequest$ = [3, n0, _AAIPCR,
487
- 0,
488
- [_AN, _CAVI, _II, _IPC],
489
- [0, 1, 0, () => InputProcessingConfiguration$], 4
490
- ];
491
- var AddApplicationInputProcessingConfigurationResponse$ = [3, n0, _AAIPCRd,
492
- 0,
493
- [],
494
- []
495
- ];
496
- var AddApplicationInputRequest$ = [3, n0, _AAIR,
497
- 0,
498
- [_AN, _CAVI, _I],
499
- [0, 1, () => Input$], 3
500
- ];
501
- var AddApplicationInputResponse$ = [3, n0, _AAIRd,
502
- 0,
503
- [],
504
- []
505
- ];
506
- var AddApplicationOutputRequest$ = [3, n0, _AAOR,
507
- 0,
508
- [_AN, _CAVI, _O],
509
- [0, 1, () => Output$], 3
510
- ];
511
- var AddApplicationOutputResponse$ = [3, n0, _AAORd,
512
- 0,
513
- [],
514
- []
515
- ];
516
- var AddApplicationReferenceDataSourceRequest$ = [3, n0, _AARDSR,
517
- 0,
518
- [_AN, _CAVI, _RDS],
519
- [0, 1, () => ReferenceDataSource$], 3
520
- ];
521
- var AddApplicationReferenceDataSourceResponse$ = [3, n0, _AARDSRd,
522
- 0,
523
- [],
524
- []
525
- ];
526
- var ApplicationDetail$ = [3, n0, _AD,
527
- 0,
528
- [_AN, _AARN, _AS, _AVI, _ADp, _CT, _LUT, _ID, _OD, _RDSD, _CWLOD, _AC],
529
- [0, 0, 0, 1, 0, 4, 4, () => InputDescriptions, () => OutputDescriptions, () => ReferenceDataSourceDescriptions, () => CloudWatchLoggingOptionDescriptions, 0], 4
530
- ];
531
- var ApplicationSummary$ = [3, n0, _ASp,
532
- 0,
533
- [_AN, _AARN, _AS],
534
- [0, 0, 0], 3
535
- ];
536
- var ApplicationUpdate$ = [3, n0, _AU,
537
- 0,
538
- [_IU, _ACU, _OU, _RDSU, _CWLOU],
539
- [() => InputUpdates, 0, () => OutputUpdates, () => ReferenceDataSourceUpdates, () => CloudWatchLoggingOptionUpdates]
540
- ];
541
- var CloudWatchLoggingOption$ = [3, n0, _CWLO,
542
- 0,
543
- [_LSARN, _RARN],
544
- [0, 0], 2
545
- ];
546
- var CloudWatchLoggingOptionDescription$ = [3, n0, _CWLODl,
547
- 0,
548
- [_LSARN, _RARN, _CWLOI],
549
- [0, 0, 0], 2
550
- ];
551
- var CloudWatchLoggingOptionUpdate$ = [3, n0, _CWLOUl,
552
- 0,
553
- [_CWLOI, _LSARNU, _RARNU],
554
- [0, 0, 0], 1
555
- ];
556
- var CodeValidationException$ = [-3, n0, _CVE,
557
- { [_e]: _c },
558
- [_m],
559
- [0]
560
- ];
561
- schema.TypeRegistry.for(n0).registerError(CodeValidationException$, CodeValidationException);
562
- var ConcurrentModificationException$ = [-3, n0, _CME,
563
- { [_e]: _c, [_hE]: 409 },
564
- [_m],
565
- [0]
566
- ];
567
- schema.TypeRegistry.for(n0).registerError(ConcurrentModificationException$, ConcurrentModificationException);
568
- var CreateApplicationRequest$ = [3, n0, _CAR,
569
- 0,
570
- [_AN, _ADp, _In, _Ou, _CWLOl, _AC, _T],
571
- [0, 0, () => Inputs, () => Outputs, () => CloudWatchLoggingOptions, 0, () => Tags], 1
572
- ];
573
- var CreateApplicationResponse$ = [3, n0, _CARr,
574
- 0,
575
- [_ASp],
576
- [() => ApplicationSummary$], 1
577
- ];
578
- var CSVMappingParameters$ = [3, n0, _CSVMP,
579
- 0,
580
- [_RRD, _RCD],
581
- [0, 0], 2
582
- ];
583
- var DeleteApplicationCloudWatchLoggingOptionRequest$ = [3, n0, _DACWLOR,
584
- 0,
585
- [_AN, _CAVI, _CWLOI],
586
- [0, 1, 0], 3
587
- ];
588
- var DeleteApplicationCloudWatchLoggingOptionResponse$ = [3, n0, _DACWLORe,
589
- 0,
590
- [],
591
- []
592
- ];
593
- var DeleteApplicationInputProcessingConfigurationRequest$ = [3, n0, _DAIPCR,
594
- 0,
595
- [_AN, _CAVI, _II],
596
- [0, 1, 0], 3
597
- ];
598
- var DeleteApplicationInputProcessingConfigurationResponse$ = [3, n0, _DAIPCRe,
599
- 0,
600
- [],
601
- []
602
- ];
603
- var DeleteApplicationOutputRequest$ = [3, n0, _DAOR,
604
- 0,
605
- [_AN, _CAVI, _OI],
606
- [0, 1, 0], 3
607
- ];
608
- var DeleteApplicationOutputResponse$ = [3, n0, _DAORe,
609
- 0,
610
- [],
611
- []
612
- ];
613
- var DeleteApplicationReferenceDataSourceRequest$ = [3, n0, _DARDSR,
614
- 0,
615
- [_AN, _CAVI, _RI],
616
- [0, 1, 0], 3
617
- ];
618
- var DeleteApplicationReferenceDataSourceResponse$ = [3, n0, _DARDSRe,
619
- 0,
620
- [],
621
- []
622
- ];
623
- var DeleteApplicationRequest$ = [3, n0, _DAR,
624
- 0,
625
- [_AN, _CT],
626
- [0, 4], 2
627
- ];
628
- var DeleteApplicationResponse$ = [3, n0, _DARe,
629
- 0,
630
- [],
631
- []
632
- ];
633
- var DescribeApplicationRequest$ = [3, n0, _DARes,
634
- 0,
635
- [_AN],
636
- [0], 1
637
- ];
638
- var DescribeApplicationResponse$ = [3, n0, _DAResc,
639
- 0,
640
- [_AD],
641
- [() => ApplicationDetail$], 1
642
- ];
643
- var DestinationSchema$ = [3, n0, _DS,
644
- 0,
645
- [_RFT],
646
- [0], 1
647
- ];
648
- var DiscoverInputSchemaRequest$ = [3, n0, _DISR,
649
- 0,
650
- [_RARNe, _RARN, _ISPC, _SC, _IPC],
651
- [0, 0, () => InputStartingPositionConfiguration$, () => S3Configuration$, () => InputProcessingConfiguration$]
652
- ];
653
- var DiscoverInputSchemaResponse$ = [3, n0, _DISRi,
654
- 0,
655
- [_IS, _PIR, _PIRr, _RIR],
656
- [() => SourceSchema$, [1, n0, _PIR, 0, 64 | 0], 64 | 0, 64 | 0]
657
- ];
658
- var Input$ = [3, n0, _I,
659
- 0,
660
- [_NP, _IS, _IPC, _KSI, _KFI, _IP],
661
- [0, () => SourceSchema$, () => InputProcessingConfiguration$, () => KinesisStreamsInput$, () => KinesisFirehoseInput$, () => InputParallelism$], 2
662
- ];
663
- var InputConfiguration$ = [3, n0, _IC,
664
- 0,
665
- [_Id, _ISPC],
666
- [0, () => InputStartingPositionConfiguration$], 2
667
- ];
668
- var InputDescription$ = [3, n0, _IDn,
669
- 0,
670
- [_II, _NP, _IASN, _IPCD, _KSID, _KFID, _IS, _IP, _ISPC],
671
- [0, 0, 64 | 0, () => InputProcessingConfigurationDescription$, () => KinesisStreamsInputDescription$, () => KinesisFirehoseInputDescription$, () => SourceSchema$, () => InputParallelism$, () => InputStartingPositionConfiguration$]
672
- ];
673
- var InputLambdaProcessor$ = [3, n0, _ILP,
674
- 0,
675
- [_RARNe, _RARN],
676
- [0, 0], 2
677
- ];
678
- var InputLambdaProcessorDescription$ = [3, n0, _ILPD,
679
- 0,
680
- [_RARNe, _RARN],
681
- [0, 0]
682
- ];
683
- var InputLambdaProcessorUpdate$ = [3, n0, _ILPU,
684
- 0,
685
- [_RARNUe, _RARNU],
686
- [0, 0]
687
- ];
688
- var InputParallelism$ = [3, n0, _IP,
689
- 0,
690
- [_C],
691
- [1]
692
- ];
693
- var InputParallelismUpdate$ = [3, n0, _IPU,
694
- 0,
695
- [_CU],
696
- [1]
697
- ];
698
- var InputProcessingConfiguration$ = [3, n0, _IPC,
699
- 0,
700
- [_ILP],
701
- [() => InputLambdaProcessor$], 1
702
- ];
703
- var InputProcessingConfigurationDescription$ = [3, n0, _IPCD,
704
- 0,
705
- [_ILPD],
706
- [() => InputLambdaProcessorDescription$]
707
- ];
708
- var InputProcessingConfigurationUpdate$ = [3, n0, _IPCU,
709
- 0,
710
- [_ILPU],
711
- [() => InputLambdaProcessorUpdate$], 1
712
- ];
713
- var InputSchemaUpdate$ = [3, n0, _ISU,
714
- 0,
715
- [_RFU, _REU, _RCU],
716
- [() => RecordFormat$, 0, () => RecordColumns]
717
- ];
718
- var InputStartingPositionConfiguration$ = [3, n0, _ISPC,
719
- 0,
720
- [_ISP],
721
- [0]
722
- ];
723
- var InputUpdate$ = [3, n0, _IUn,
724
- 0,
725
- [_II, _NPU, _IPCU, _KSIU, _KFIU, _ISU, _IPU],
726
- [0, 0, () => InputProcessingConfigurationUpdate$, () => KinesisStreamsInputUpdate$, () => KinesisFirehoseInputUpdate$, () => InputSchemaUpdate$, () => InputParallelismUpdate$], 1
727
- ];
728
- var InvalidApplicationConfigurationException$ = [-3, n0, _IACE,
729
- { [_e]: _c },
730
- [_m],
731
- [0]
732
- ];
733
- schema.TypeRegistry.for(n0).registerError(InvalidApplicationConfigurationException$, InvalidApplicationConfigurationException);
734
- var InvalidArgumentException$ = [-3, n0, _IAE,
735
- { [_e]: _c },
736
- [_m],
737
- [0]
738
- ];
739
- schema.TypeRegistry.for(n0).registerError(InvalidArgumentException$, InvalidArgumentException);
740
- var JSONMappingParameters$ = [3, n0, _JSONMP,
741
- 0,
742
- [_RRP],
743
- [0], 1
744
- ];
745
- var KinesisFirehoseInput$ = [3, n0, _KFI,
746
- 0,
747
- [_RARNe, _RARN],
748
- [0, 0], 2
749
- ];
750
- var KinesisFirehoseInputDescription$ = [3, n0, _KFID,
751
- 0,
752
- [_RARNe, _RARN],
753
- [0, 0]
754
- ];
755
- var KinesisFirehoseInputUpdate$ = [3, n0, _KFIU,
756
- 0,
757
- [_RARNUe, _RARNU],
758
- [0, 0]
759
- ];
760
- var KinesisFirehoseOutput$ = [3, n0, _KFO,
761
- 0,
762
- [_RARNe, _RARN],
763
- [0, 0], 2
764
- ];
765
- var KinesisFirehoseOutputDescription$ = [3, n0, _KFOD,
766
- 0,
767
- [_RARNe, _RARN],
768
- [0, 0]
769
- ];
770
- var KinesisFirehoseOutputUpdate$ = [3, n0, _KFOU,
771
- 0,
772
- [_RARNUe, _RARNU],
773
- [0, 0]
774
- ];
775
- var KinesisStreamsInput$ = [3, n0, _KSI,
776
- 0,
777
- [_RARNe, _RARN],
778
- [0, 0], 2
779
- ];
780
- var KinesisStreamsInputDescription$ = [3, n0, _KSID,
781
- 0,
782
- [_RARNe, _RARN],
783
- [0, 0]
784
- ];
785
- var KinesisStreamsInputUpdate$ = [3, n0, _KSIU,
786
- 0,
787
- [_RARNUe, _RARNU],
788
- [0, 0]
789
- ];
790
- var KinesisStreamsOutput$ = [3, n0, _KSO,
791
- 0,
792
- [_RARNe, _RARN],
793
- [0, 0], 2
794
- ];
795
- var KinesisStreamsOutputDescription$ = [3, n0, _KSOD,
796
- 0,
797
- [_RARNe, _RARN],
798
- [0, 0]
799
- ];
800
- var KinesisStreamsOutputUpdate$ = [3, n0, _KSOU,
801
- 0,
802
- [_RARNUe, _RARNU],
803
- [0, 0]
804
- ];
805
- var LambdaOutput$ = [3, n0, _LO,
806
- 0,
807
- [_RARNe, _RARN],
808
- [0, 0], 2
809
- ];
810
- var LambdaOutputDescription$ = [3, n0, _LOD,
811
- 0,
812
- [_RARNe, _RARN],
813
- [0, 0]
814
- ];
815
- var LambdaOutputUpdate$ = [3, n0, _LOU,
816
- 0,
817
- [_RARNUe, _RARNU],
818
- [0, 0]
819
- ];
820
- var LimitExceededException$ = [-3, n0, _LEE,
821
- { [_e]: _c },
822
- [_m],
823
- [0]
824
- ];
825
- schema.TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
826
- var ListApplicationsRequest$ = [3, n0, _LAR,
827
- 0,
828
- [_L, _ESAN],
829
- [1, 0]
830
- ];
831
- var ListApplicationsResponse$ = [3, n0, _LARi,
832
- 0,
833
- [_ASpp, _HMA],
834
- [() => ApplicationSummaries, 2], 2
835
- ];
836
- var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
837
- 0,
838
- [_RARNe],
839
- [0], 1
840
- ];
841
- var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
842
- 0,
843
- [_T],
844
- [() => Tags]
845
- ];
846
- var MappingParameters$ = [3, n0, _MP,
847
- 0,
848
- [_JSONMP, _CSVMP],
849
- [() => JSONMappingParameters$, () => CSVMappingParameters$]
850
- ];
851
- var Output$ = [3, n0, _O,
852
- 0,
853
- [_N, _DS, _KSO, _KFO, _LO],
854
- [0, () => DestinationSchema$, () => KinesisStreamsOutput$, () => KinesisFirehoseOutput$, () => LambdaOutput$], 2
855
- ];
856
- var OutputDescription$ = [3, n0, _ODu,
857
- 0,
858
- [_OI, _N, _KSOD, _KFOD, _LOD, _DS],
859
- [0, 0, () => KinesisStreamsOutputDescription$, () => KinesisFirehoseOutputDescription$, () => LambdaOutputDescription$, () => DestinationSchema$]
860
- ];
861
- var OutputUpdate$ = [3, n0, _OUu,
862
- 0,
863
- [_OI, _NU, _KSOU, _KFOU, _LOU, _DSU],
864
- [0, 0, () => KinesisStreamsOutputUpdate$, () => KinesisFirehoseOutputUpdate$, () => LambdaOutputUpdate$, () => DestinationSchema$], 1
865
- ];
866
- var RecordColumn$ = [3, n0, _RC,
867
- 0,
868
- [_N, _ST, _M],
869
- [0, 0, 0], 2
870
- ];
871
- var RecordFormat$ = [3, n0, _RF,
872
- 0,
873
- [_RFT, _MP],
874
- [0, () => MappingParameters$], 1
875
- ];
876
- var ReferenceDataSource$ = [3, n0, _RDS,
877
- 0,
878
- [_TN, _RS, _SRDS],
879
- [0, () => SourceSchema$, () => S3ReferenceDataSource$], 2
880
- ];
881
- var ReferenceDataSourceDescription$ = [3, n0, _RDSDe,
882
- 0,
883
- [_RI, _TN, _SRDSD, _RS],
884
- [0, 0, () => S3ReferenceDataSourceDescription$, () => SourceSchema$], 3
885
- ];
886
- var ReferenceDataSourceUpdate$ = [3, n0, _RDSUe,
887
- 0,
888
- [_RI, _TNU, _SRDSU, _RSU],
889
- [0, 0, () => S3ReferenceDataSourceUpdate$, () => SourceSchema$], 1
890
- ];
891
- var ResourceInUseException$ = [-3, n0, _RIUE,
892
- { [_e]: _c },
893
- [_m],
894
- [0]
895
- ];
896
- schema.TypeRegistry.for(n0).registerError(ResourceInUseException$, ResourceInUseException);
897
- var ResourceNotFoundException$ = [-3, n0, _RNFE,
898
- { [_e]: _c },
899
- [_m],
900
- [0]
901
- ];
902
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
903
- var ResourceProvisionedThroughputExceededException$ = [-3, n0, _RPTEE,
904
- { [_e]: _c },
905
- [_m],
906
- [0]
907
- ];
908
- schema.TypeRegistry.for(n0).registerError(ResourceProvisionedThroughputExceededException$, ResourceProvisionedThroughputExceededException);
909
- var S3Configuration$ = [3, n0, _SC,
910
- 0,
911
- [_RARN, _BARN, _FK],
912
- [0, 0, 0], 3
913
- ];
914
- var S3ReferenceDataSource$ = [3, n0, _SRDS,
915
- 0,
916
- [_BARN, _FK, _RRARN],
917
- [0, 0, 0], 3
918
- ];
919
- var S3ReferenceDataSourceDescription$ = [3, n0, _SRDSD,
920
- 0,
921
- [_BARN, _FK, _RRARN],
922
- [0, 0, 0], 3
923
- ];
924
- var S3ReferenceDataSourceUpdate$ = [3, n0, _SRDSU,
925
- 0,
926
- [_BARNU, _FKU, _RRARNU],
927
- [0, 0, 0]
928
- ];
929
- var ServiceUnavailableException$ = [-3, n0, _SUE,
930
- { [_e]: _s, [_hE]: 503 },
931
- [_m],
932
- [0]
933
- ];
934
- schema.TypeRegistry.for(n0).registerError(ServiceUnavailableException$, ServiceUnavailableException);
935
- var SourceSchema$ = [3, n0, _SS,
936
- 0,
937
- [_RF, _RCe, _RE],
938
- [() => RecordFormat$, () => RecordColumns, 0], 2
939
- ];
940
- var StartApplicationRequest$ = [3, n0, _SAR,
941
- 0,
942
- [_AN, _ICn],
943
- [0, () => InputConfigurations], 2
944
- ];
945
- var StartApplicationResponse$ = [3, n0, _SARt,
946
- 0,
947
- [],
948
- []
949
- ];
950
- var StopApplicationRequest$ = [3, n0, _SARto,
951
- 0,
952
- [_AN],
953
- [0], 1
954
- ];
955
- var StopApplicationResponse$ = [3, n0, _SARtop,
956
- 0,
957
- [],
958
- []
959
- ];
960
- var Tag$ = [3, n0, _Ta,
961
- 0,
962
- [_K, _V],
963
- [0, 0], 1
964
- ];
965
- var TagResourceRequest$ = [3, n0, _TRR,
966
- 0,
967
- [_RARNe, _T],
968
- [0, () => Tags], 2
969
- ];
970
- var TagResourceResponse$ = [3, n0, _TRRa,
971
- 0,
972
- [],
973
- []
974
- ];
975
- var TooManyTagsException$ = [-3, n0, _TMTE,
976
- { [_e]: _c },
977
- [_m],
978
- [0]
979
- ];
980
- schema.TypeRegistry.for(n0).registerError(TooManyTagsException$, TooManyTagsException);
981
- var UnableToDetectSchemaException$ = [-3, n0, _UTDSE,
982
- { [_e]: _c },
983
- [_m, _RIR, _PIRr],
984
- [0, 64 | 0, 64 | 0]
985
- ];
986
- schema.TypeRegistry.for(n0).registerError(UnableToDetectSchemaException$, UnableToDetectSchemaException);
987
- var UnsupportedOperationException$ = [-3, n0, _UOE,
988
- { [_e]: _c },
989
- [_m],
990
- [0]
991
- ];
992
- schema.TypeRegistry.for(n0).registerError(UnsupportedOperationException$, UnsupportedOperationException);
993
- var UntagResourceRequest$ = [3, n0, _URR,
994
- 0,
995
- [_RARNe, _TK],
996
- [0, 64 | 0], 2
997
- ];
998
- var UntagResourceResponse$ = [3, n0, _URRn,
999
- 0,
1000
- [],
1001
- []
1002
- ];
1003
- var UpdateApplicationRequest$ = [3, n0, _UAR,
1004
- 0,
1005
- [_AN, _CAVI, _AU],
1006
- [0, 1, () => ApplicationUpdate$], 3
1007
- ];
1008
- var UpdateApplicationResponse$ = [3, n0, _UARp,
1009
- 0,
1010
- [],
1011
- []
1012
- ];
1013
- var KinesisAnalyticsServiceException$ = [-3, _sm, "KinesisAnalyticsServiceException", 0, [], []];
1014
- schema.TypeRegistry.for(_sm).registerError(KinesisAnalyticsServiceException$, KinesisAnalyticsServiceException);
1015
- var ApplicationSummaries = [1, n0, _ASpp,
1016
- 0, () => ApplicationSummary$
1017
- ];
1018
- var CloudWatchLoggingOptionDescriptions = [1, n0, _CWLOD,
1019
- 0, () => CloudWatchLoggingOptionDescription$
1020
- ];
1021
- var CloudWatchLoggingOptions = [1, n0, _CWLOl,
1022
- 0, () => CloudWatchLoggingOption$
1023
- ];
1024
- var CloudWatchLoggingOptionUpdates = [1, n0, _CWLOU,
1025
- 0, () => CloudWatchLoggingOptionUpdate$
1026
- ];
1027
- var InputConfigurations = [1, n0, _ICn,
1028
- 0, () => InputConfiguration$
1029
- ];
1030
- var InputDescriptions = [1, n0, _ID,
1031
- 0, () => InputDescription$
1032
- ];
1033
- var Inputs = [1, n0, _In,
1034
- 0, () => Input$
1035
- ];
1036
- var InputUpdates = [1, n0, _IU,
1037
- 0, () => InputUpdate$
1038
- ];
1039
- var OutputDescriptions = [1, n0, _OD,
1040
- 0, () => OutputDescription$
1041
- ];
1042
- var Outputs = [1, n0, _Ou,
1043
- 0, () => Output$
1044
- ];
1045
- var OutputUpdates = [1, n0, _OU,
1046
- 0, () => OutputUpdate$
1047
- ];
1048
- var RecordColumns = [1, n0, _RCe,
1049
- 0, () => RecordColumn$
1050
- ];
1051
- var ReferenceDataSourceDescriptions = [1, n0, _RDSD,
1052
- 0, () => ReferenceDataSourceDescription$
1053
- ];
1054
- var ReferenceDataSourceUpdates = [1, n0, _RDSU,
1055
- 0, () => ReferenceDataSourceUpdate$
1056
- ];
1057
- var Tags = [1, n0, _T,
1058
- 0, () => Tag$
1059
- ];
1060
- var AddApplicationCloudWatchLoggingOption$ = [9, n0, _AACWLO,
1061
- 0, () => AddApplicationCloudWatchLoggingOptionRequest$, () => AddApplicationCloudWatchLoggingOptionResponse$
1062
- ];
1063
- var AddApplicationInput$ = [9, n0, _AAI,
1064
- 0, () => AddApplicationInputRequest$, () => AddApplicationInputResponse$
1065
- ];
1066
- var AddApplicationInputProcessingConfiguration$ = [9, n0, _AAIPC,
1067
- 0, () => AddApplicationInputProcessingConfigurationRequest$, () => AddApplicationInputProcessingConfigurationResponse$
1068
- ];
1069
- var AddApplicationOutput$ = [9, n0, _AAO,
1070
- 0, () => AddApplicationOutputRequest$, () => AddApplicationOutputResponse$
1071
- ];
1072
- var AddApplicationReferenceDataSource$ = [9, n0, _AARDS,
1073
- 0, () => AddApplicationReferenceDataSourceRequest$, () => AddApplicationReferenceDataSourceResponse$
1074
- ];
1075
- var CreateApplication$ = [9, n0, _CA,
1076
- 0, () => CreateApplicationRequest$, () => CreateApplicationResponse$
1077
- ];
1078
- var DeleteApplication$ = [9, n0, _DA,
1079
- 0, () => DeleteApplicationRequest$, () => DeleteApplicationResponse$
1080
- ];
1081
- var DeleteApplicationCloudWatchLoggingOption$ = [9, n0, _DACWLO,
1082
- 0, () => DeleteApplicationCloudWatchLoggingOptionRequest$, () => DeleteApplicationCloudWatchLoggingOptionResponse$
1083
- ];
1084
- var DeleteApplicationInputProcessingConfiguration$ = [9, n0, _DAIPC,
1085
- 0, () => DeleteApplicationInputProcessingConfigurationRequest$, () => DeleteApplicationInputProcessingConfigurationResponse$
1086
- ];
1087
- var DeleteApplicationOutput$ = [9, n0, _DAO,
1088
- 0, () => DeleteApplicationOutputRequest$, () => DeleteApplicationOutputResponse$
1089
- ];
1090
- var DeleteApplicationReferenceDataSource$ = [9, n0, _DARDS,
1091
- 0, () => DeleteApplicationReferenceDataSourceRequest$, () => DeleteApplicationReferenceDataSourceResponse$
1092
- ];
1093
- var DescribeApplication$ = [9, n0, _DAe,
1094
- 0, () => DescribeApplicationRequest$, () => DescribeApplicationResponse$
1095
- ];
1096
- var DiscoverInputSchema$ = [9, n0, _DIS,
1097
- 0, () => DiscoverInputSchemaRequest$, () => DiscoverInputSchemaResponse$
1098
- ];
1099
- var ListApplications$ = [9, n0, _LA,
1100
- 0, () => ListApplicationsRequest$, () => ListApplicationsResponse$
1101
- ];
1102
- var ListTagsForResource$ = [9, n0, _LTFR,
1103
- 0, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
1104
- ];
1105
- var StartApplication$ = [9, n0, _SA,
1106
- 0, () => StartApplicationRequest$, () => StartApplicationResponse$
1107
- ];
1108
- var StopApplication$ = [9, n0, _SAt,
1109
- 0, () => StopApplicationRequest$, () => StopApplicationResponse$
1110
- ];
1111
- var TagResource$ = [9, n0, _TR,
1112
- 0, () => TagResourceRequest$, () => TagResourceResponse$
1113
- ];
1114
- var UntagResource$ = [9, n0, _UR,
1115
- 0, () => UntagResourceRequest$, () => UntagResourceResponse$
1116
- ];
1117
- var UpdateApplication$ = [9, n0, _UA,
1118
- 0, () => UpdateApplicationRequest$, () => UpdateApplicationResponse$
1119
- ];
1120
-
1121
116
  class AddApplicationCloudWatchLoggingOptionCommand extends smithyClient.Command
1122
117
  .classBuilder()
1123
118
  .ep(commonParams)
@@ -1126,7 +121,7 @@ class AddApplicationCloudWatchLoggingOptionCommand extends smithyClient.Command
1126
121
  })
1127
122
  .s("KinesisAnalytics_20150814", "AddApplicationCloudWatchLoggingOption", {})
1128
123
  .n("KinesisAnalyticsClient", "AddApplicationCloudWatchLoggingOptionCommand")
1129
- .sc(AddApplicationCloudWatchLoggingOption$)
124
+ .sc(schemas_0.AddApplicationCloudWatchLoggingOption$)
1130
125
  .build() {
1131
126
  }
1132
127
 
@@ -1138,7 +133,7 @@ class AddApplicationInputCommand extends smithyClient.Command
1138
133
  })
1139
134
  .s("KinesisAnalytics_20150814", "AddApplicationInput", {})
1140
135
  .n("KinesisAnalyticsClient", "AddApplicationInputCommand")
1141
- .sc(AddApplicationInput$)
136
+ .sc(schemas_0.AddApplicationInput$)
1142
137
  .build() {
1143
138
  }
1144
139
 
@@ -1150,7 +145,7 @@ class AddApplicationInputProcessingConfigurationCommand extends smithyClient.Com
1150
145
  })
1151
146
  .s("KinesisAnalytics_20150814", "AddApplicationInputProcessingConfiguration", {})
1152
147
  .n("KinesisAnalyticsClient", "AddApplicationInputProcessingConfigurationCommand")
1153
- .sc(AddApplicationInputProcessingConfiguration$)
148
+ .sc(schemas_0.AddApplicationInputProcessingConfiguration$)
1154
149
  .build() {
1155
150
  }
1156
151
 
@@ -1162,7 +157,7 @@ class AddApplicationOutputCommand extends smithyClient.Command
1162
157
  })
1163
158
  .s("KinesisAnalytics_20150814", "AddApplicationOutput", {})
1164
159
  .n("KinesisAnalyticsClient", "AddApplicationOutputCommand")
1165
- .sc(AddApplicationOutput$)
160
+ .sc(schemas_0.AddApplicationOutput$)
1166
161
  .build() {
1167
162
  }
1168
163
 
@@ -1174,7 +169,7 @@ class AddApplicationReferenceDataSourceCommand extends smithyClient.Command
1174
169
  })
1175
170
  .s("KinesisAnalytics_20150814", "AddApplicationReferenceDataSource", {})
1176
171
  .n("KinesisAnalyticsClient", "AddApplicationReferenceDataSourceCommand")
1177
- .sc(AddApplicationReferenceDataSource$)
172
+ .sc(schemas_0.AddApplicationReferenceDataSource$)
1178
173
  .build() {
1179
174
  }
1180
175
 
@@ -1186,7 +181,7 @@ class CreateApplicationCommand extends smithyClient.Command
1186
181
  })
1187
182
  .s("KinesisAnalytics_20150814", "CreateApplication", {})
1188
183
  .n("KinesisAnalyticsClient", "CreateApplicationCommand")
1189
- .sc(CreateApplication$)
184
+ .sc(schemas_0.CreateApplication$)
1190
185
  .build() {
1191
186
  }
1192
187
 
@@ -1198,7 +193,7 @@ class DeleteApplicationCloudWatchLoggingOptionCommand extends smithyClient.Comma
1198
193
  })
1199
194
  .s("KinesisAnalytics_20150814", "DeleteApplicationCloudWatchLoggingOption", {})
1200
195
  .n("KinesisAnalyticsClient", "DeleteApplicationCloudWatchLoggingOptionCommand")
1201
- .sc(DeleteApplicationCloudWatchLoggingOption$)
196
+ .sc(schemas_0.DeleteApplicationCloudWatchLoggingOption$)
1202
197
  .build() {
1203
198
  }
1204
199
 
@@ -1210,7 +205,7 @@ class DeleteApplicationCommand extends smithyClient.Command
1210
205
  })
1211
206
  .s("KinesisAnalytics_20150814", "DeleteApplication", {})
1212
207
  .n("KinesisAnalyticsClient", "DeleteApplicationCommand")
1213
- .sc(DeleteApplication$)
208
+ .sc(schemas_0.DeleteApplication$)
1214
209
  .build() {
1215
210
  }
1216
211
 
@@ -1222,7 +217,7 @@ class DeleteApplicationInputProcessingConfigurationCommand extends smithyClient.
1222
217
  })
1223
218
  .s("KinesisAnalytics_20150814", "DeleteApplicationInputProcessingConfiguration", {})
1224
219
  .n("KinesisAnalyticsClient", "DeleteApplicationInputProcessingConfigurationCommand")
1225
- .sc(DeleteApplicationInputProcessingConfiguration$)
220
+ .sc(schemas_0.DeleteApplicationInputProcessingConfiguration$)
1226
221
  .build() {
1227
222
  }
1228
223
 
@@ -1234,7 +229,7 @@ class DeleteApplicationOutputCommand extends smithyClient.Command
1234
229
  })
1235
230
  .s("KinesisAnalytics_20150814", "DeleteApplicationOutput", {})
1236
231
  .n("KinesisAnalyticsClient", "DeleteApplicationOutputCommand")
1237
- .sc(DeleteApplicationOutput$)
232
+ .sc(schemas_0.DeleteApplicationOutput$)
1238
233
  .build() {
1239
234
  }
1240
235
 
@@ -1246,7 +241,7 @@ class DeleteApplicationReferenceDataSourceCommand extends smithyClient.Command
1246
241
  })
1247
242
  .s("KinesisAnalytics_20150814", "DeleteApplicationReferenceDataSource", {})
1248
243
  .n("KinesisAnalyticsClient", "DeleteApplicationReferenceDataSourceCommand")
1249
- .sc(DeleteApplicationReferenceDataSource$)
244
+ .sc(schemas_0.DeleteApplicationReferenceDataSource$)
1250
245
  .build() {
1251
246
  }
1252
247
 
@@ -1258,7 +253,7 @@ class DescribeApplicationCommand extends smithyClient.Command
1258
253
  })
1259
254
  .s("KinesisAnalytics_20150814", "DescribeApplication", {})
1260
255
  .n("KinesisAnalyticsClient", "DescribeApplicationCommand")
1261
- .sc(DescribeApplication$)
256
+ .sc(schemas_0.DescribeApplication$)
1262
257
  .build() {
1263
258
  }
1264
259
 
@@ -1270,7 +265,7 @@ class DiscoverInputSchemaCommand extends smithyClient.Command
1270
265
  })
1271
266
  .s("KinesisAnalytics_20150814", "DiscoverInputSchema", {})
1272
267
  .n("KinesisAnalyticsClient", "DiscoverInputSchemaCommand")
1273
- .sc(DiscoverInputSchema$)
268
+ .sc(schemas_0.DiscoverInputSchema$)
1274
269
  .build() {
1275
270
  }
1276
271
 
@@ -1282,7 +277,7 @@ class ListApplicationsCommand extends smithyClient.Command
1282
277
  })
1283
278
  .s("KinesisAnalytics_20150814", "ListApplications", {})
1284
279
  .n("KinesisAnalyticsClient", "ListApplicationsCommand")
1285
- .sc(ListApplications$)
280
+ .sc(schemas_0.ListApplications$)
1286
281
  .build() {
1287
282
  }
1288
283
 
@@ -1294,7 +289,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
1294
289
  })
1295
290
  .s("KinesisAnalytics_20150814", "ListTagsForResource", {})
1296
291
  .n("KinesisAnalyticsClient", "ListTagsForResourceCommand")
1297
- .sc(ListTagsForResource$)
292
+ .sc(schemas_0.ListTagsForResource$)
1298
293
  .build() {
1299
294
  }
1300
295
 
@@ -1306,7 +301,7 @@ class StartApplicationCommand extends smithyClient.Command
1306
301
  })
1307
302
  .s("KinesisAnalytics_20150814", "StartApplication", {})
1308
303
  .n("KinesisAnalyticsClient", "StartApplicationCommand")
1309
- .sc(StartApplication$)
304
+ .sc(schemas_0.StartApplication$)
1310
305
  .build() {
1311
306
  }
1312
307
 
@@ -1318,7 +313,7 @@ class StopApplicationCommand extends smithyClient.Command
1318
313
  })
1319
314
  .s("KinesisAnalytics_20150814", "StopApplication", {})
1320
315
  .n("KinesisAnalyticsClient", "StopApplicationCommand")
1321
- .sc(StopApplication$)
316
+ .sc(schemas_0.StopApplication$)
1322
317
  .build() {
1323
318
  }
1324
319
 
@@ -1330,7 +325,7 @@ class TagResourceCommand extends smithyClient.Command
1330
325
  })
1331
326
  .s("KinesisAnalytics_20150814", "TagResource", {})
1332
327
  .n("KinesisAnalyticsClient", "TagResourceCommand")
1333
- .sc(TagResource$)
328
+ .sc(schemas_0.TagResource$)
1334
329
  .build() {
1335
330
  }
1336
331
 
@@ -1342,7 +337,7 @@ class UntagResourceCommand extends smithyClient.Command
1342
337
  })
1343
338
  .s("KinesisAnalytics_20150814", "UntagResource", {})
1344
339
  .n("KinesisAnalyticsClient", "UntagResourceCommand")
1345
- .sc(UntagResource$)
340
+ .sc(schemas_0.UntagResource$)
1346
341
  .build() {
1347
342
  }
1348
343
 
@@ -1354,7 +349,7 @@ class UpdateApplicationCommand extends smithyClient.Command
1354
349
  })
1355
350
  .s("KinesisAnalytics_20150814", "UpdateApplication", {})
1356
351
  .n("KinesisAnalyticsClient", "UpdateApplicationCommand")
1357
- .sc(UpdateApplication$)
352
+ .sc(schemas_0.UpdateApplication$)
1358
353
  .build() {
1359
354
  }
1360
355
 
@@ -1410,167 +405,44 @@ Object.defineProperty(exports, "__Client", {
1410
405
  enumerable: true,
1411
406
  get: function () { return smithyClient.Client; }
1412
407
  });
1413
- exports.AddApplicationCloudWatchLoggingOption$ = AddApplicationCloudWatchLoggingOption$;
408
+ Object.defineProperty(exports, "KinesisAnalyticsServiceException", {
409
+ enumerable: true,
410
+ get: function () { return KinesisAnalyticsServiceException.KinesisAnalyticsServiceException; }
411
+ });
1414
412
  exports.AddApplicationCloudWatchLoggingOptionCommand = AddApplicationCloudWatchLoggingOptionCommand;
1415
- exports.AddApplicationCloudWatchLoggingOptionRequest$ = AddApplicationCloudWatchLoggingOptionRequest$;
1416
- exports.AddApplicationCloudWatchLoggingOptionResponse$ = AddApplicationCloudWatchLoggingOptionResponse$;
1417
- exports.AddApplicationInput$ = AddApplicationInput$;
1418
413
  exports.AddApplicationInputCommand = AddApplicationInputCommand;
1419
- exports.AddApplicationInputProcessingConfiguration$ = AddApplicationInputProcessingConfiguration$;
1420
414
  exports.AddApplicationInputProcessingConfigurationCommand = AddApplicationInputProcessingConfigurationCommand;
1421
- exports.AddApplicationInputProcessingConfigurationRequest$ = AddApplicationInputProcessingConfigurationRequest$;
1422
- exports.AddApplicationInputProcessingConfigurationResponse$ = AddApplicationInputProcessingConfigurationResponse$;
1423
- exports.AddApplicationInputRequest$ = AddApplicationInputRequest$;
1424
- exports.AddApplicationInputResponse$ = AddApplicationInputResponse$;
1425
- exports.AddApplicationOutput$ = AddApplicationOutput$;
1426
415
  exports.AddApplicationOutputCommand = AddApplicationOutputCommand;
1427
- exports.AddApplicationOutputRequest$ = AddApplicationOutputRequest$;
1428
- exports.AddApplicationOutputResponse$ = AddApplicationOutputResponse$;
1429
- exports.AddApplicationReferenceDataSource$ = AddApplicationReferenceDataSource$;
1430
416
  exports.AddApplicationReferenceDataSourceCommand = AddApplicationReferenceDataSourceCommand;
1431
- exports.AddApplicationReferenceDataSourceRequest$ = AddApplicationReferenceDataSourceRequest$;
1432
- exports.AddApplicationReferenceDataSourceResponse$ = AddApplicationReferenceDataSourceResponse$;
1433
- exports.ApplicationDetail$ = ApplicationDetail$;
1434
417
  exports.ApplicationStatus = ApplicationStatus;
1435
- exports.ApplicationSummary$ = ApplicationSummary$;
1436
- exports.ApplicationUpdate$ = ApplicationUpdate$;
1437
- exports.CSVMappingParameters$ = CSVMappingParameters$;
1438
- exports.CloudWatchLoggingOption$ = CloudWatchLoggingOption$;
1439
- exports.CloudWatchLoggingOptionDescription$ = CloudWatchLoggingOptionDescription$;
1440
- exports.CloudWatchLoggingOptionUpdate$ = CloudWatchLoggingOptionUpdate$;
1441
- exports.CodeValidationException = CodeValidationException;
1442
- exports.CodeValidationException$ = CodeValidationException$;
1443
- exports.ConcurrentModificationException = ConcurrentModificationException;
1444
- exports.ConcurrentModificationException$ = ConcurrentModificationException$;
1445
- exports.CreateApplication$ = CreateApplication$;
1446
418
  exports.CreateApplicationCommand = CreateApplicationCommand;
1447
- exports.CreateApplicationRequest$ = CreateApplicationRequest$;
1448
- exports.CreateApplicationResponse$ = CreateApplicationResponse$;
1449
- exports.DeleteApplication$ = DeleteApplication$;
1450
- exports.DeleteApplicationCloudWatchLoggingOption$ = DeleteApplicationCloudWatchLoggingOption$;
1451
419
  exports.DeleteApplicationCloudWatchLoggingOptionCommand = DeleteApplicationCloudWatchLoggingOptionCommand;
1452
- exports.DeleteApplicationCloudWatchLoggingOptionRequest$ = DeleteApplicationCloudWatchLoggingOptionRequest$;
1453
- exports.DeleteApplicationCloudWatchLoggingOptionResponse$ = DeleteApplicationCloudWatchLoggingOptionResponse$;
1454
420
  exports.DeleteApplicationCommand = DeleteApplicationCommand;
1455
- exports.DeleteApplicationInputProcessingConfiguration$ = DeleteApplicationInputProcessingConfiguration$;
1456
421
  exports.DeleteApplicationInputProcessingConfigurationCommand = DeleteApplicationInputProcessingConfigurationCommand;
1457
- exports.DeleteApplicationInputProcessingConfigurationRequest$ = DeleteApplicationInputProcessingConfigurationRequest$;
1458
- exports.DeleteApplicationInputProcessingConfigurationResponse$ = DeleteApplicationInputProcessingConfigurationResponse$;
1459
- exports.DeleteApplicationOutput$ = DeleteApplicationOutput$;
1460
422
  exports.DeleteApplicationOutputCommand = DeleteApplicationOutputCommand;
1461
- exports.DeleteApplicationOutputRequest$ = DeleteApplicationOutputRequest$;
1462
- exports.DeleteApplicationOutputResponse$ = DeleteApplicationOutputResponse$;
1463
- exports.DeleteApplicationReferenceDataSource$ = DeleteApplicationReferenceDataSource$;
1464
423
  exports.DeleteApplicationReferenceDataSourceCommand = DeleteApplicationReferenceDataSourceCommand;
1465
- exports.DeleteApplicationReferenceDataSourceRequest$ = DeleteApplicationReferenceDataSourceRequest$;
1466
- exports.DeleteApplicationReferenceDataSourceResponse$ = DeleteApplicationReferenceDataSourceResponse$;
1467
- exports.DeleteApplicationRequest$ = DeleteApplicationRequest$;
1468
- exports.DeleteApplicationResponse$ = DeleteApplicationResponse$;
1469
- exports.DescribeApplication$ = DescribeApplication$;
1470
424
  exports.DescribeApplicationCommand = DescribeApplicationCommand;
1471
- exports.DescribeApplicationRequest$ = DescribeApplicationRequest$;
1472
- exports.DescribeApplicationResponse$ = DescribeApplicationResponse$;
1473
- exports.DestinationSchema$ = DestinationSchema$;
1474
- exports.DiscoverInputSchema$ = DiscoverInputSchema$;
1475
425
  exports.DiscoverInputSchemaCommand = DiscoverInputSchemaCommand;
1476
- exports.DiscoverInputSchemaRequest$ = DiscoverInputSchemaRequest$;
1477
- exports.DiscoverInputSchemaResponse$ = DiscoverInputSchemaResponse$;
1478
- exports.Input$ = Input$;
1479
- exports.InputConfiguration$ = InputConfiguration$;
1480
- exports.InputDescription$ = InputDescription$;
1481
- exports.InputLambdaProcessor$ = InputLambdaProcessor$;
1482
- exports.InputLambdaProcessorDescription$ = InputLambdaProcessorDescription$;
1483
- exports.InputLambdaProcessorUpdate$ = InputLambdaProcessorUpdate$;
1484
- exports.InputParallelism$ = InputParallelism$;
1485
- exports.InputParallelismUpdate$ = InputParallelismUpdate$;
1486
- exports.InputProcessingConfiguration$ = InputProcessingConfiguration$;
1487
- exports.InputProcessingConfigurationDescription$ = InputProcessingConfigurationDescription$;
1488
- exports.InputProcessingConfigurationUpdate$ = InputProcessingConfigurationUpdate$;
1489
- exports.InputSchemaUpdate$ = InputSchemaUpdate$;
1490
426
  exports.InputStartingPosition = InputStartingPosition;
1491
- exports.InputStartingPositionConfiguration$ = InputStartingPositionConfiguration$;
1492
- exports.InputUpdate$ = InputUpdate$;
1493
- exports.InvalidApplicationConfigurationException = InvalidApplicationConfigurationException;
1494
- exports.InvalidApplicationConfigurationException$ = InvalidApplicationConfigurationException$;
1495
- exports.InvalidArgumentException = InvalidArgumentException;
1496
- exports.InvalidArgumentException$ = InvalidArgumentException$;
1497
- exports.JSONMappingParameters$ = JSONMappingParameters$;
1498
427
  exports.KinesisAnalytics = KinesisAnalytics;
1499
428
  exports.KinesisAnalyticsClient = KinesisAnalyticsClient;
1500
- exports.KinesisAnalyticsServiceException = KinesisAnalyticsServiceException;
1501
- exports.KinesisAnalyticsServiceException$ = KinesisAnalyticsServiceException$;
1502
- exports.KinesisFirehoseInput$ = KinesisFirehoseInput$;
1503
- exports.KinesisFirehoseInputDescription$ = KinesisFirehoseInputDescription$;
1504
- exports.KinesisFirehoseInputUpdate$ = KinesisFirehoseInputUpdate$;
1505
- exports.KinesisFirehoseOutput$ = KinesisFirehoseOutput$;
1506
- exports.KinesisFirehoseOutputDescription$ = KinesisFirehoseOutputDescription$;
1507
- exports.KinesisFirehoseOutputUpdate$ = KinesisFirehoseOutputUpdate$;
1508
- exports.KinesisStreamsInput$ = KinesisStreamsInput$;
1509
- exports.KinesisStreamsInputDescription$ = KinesisStreamsInputDescription$;
1510
- exports.KinesisStreamsInputUpdate$ = KinesisStreamsInputUpdate$;
1511
- exports.KinesisStreamsOutput$ = KinesisStreamsOutput$;
1512
- exports.KinesisStreamsOutputDescription$ = KinesisStreamsOutputDescription$;
1513
- exports.KinesisStreamsOutputUpdate$ = KinesisStreamsOutputUpdate$;
1514
- exports.LambdaOutput$ = LambdaOutput$;
1515
- exports.LambdaOutputDescription$ = LambdaOutputDescription$;
1516
- exports.LambdaOutputUpdate$ = LambdaOutputUpdate$;
1517
- exports.LimitExceededException = LimitExceededException;
1518
- exports.LimitExceededException$ = LimitExceededException$;
1519
- exports.ListApplications$ = ListApplications$;
1520
429
  exports.ListApplicationsCommand = ListApplicationsCommand;
1521
- exports.ListApplicationsRequest$ = ListApplicationsRequest$;
1522
- exports.ListApplicationsResponse$ = ListApplicationsResponse$;
1523
- exports.ListTagsForResource$ = ListTagsForResource$;
1524
430
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1525
- exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
1526
- exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
1527
- exports.MappingParameters$ = MappingParameters$;
1528
- exports.Output$ = Output$;
1529
- exports.OutputDescription$ = OutputDescription$;
1530
- exports.OutputUpdate$ = OutputUpdate$;
1531
- exports.RecordColumn$ = RecordColumn$;
1532
- exports.RecordFormat$ = RecordFormat$;
1533
431
  exports.RecordFormatType = RecordFormatType;
1534
- exports.ReferenceDataSource$ = ReferenceDataSource$;
1535
- exports.ReferenceDataSourceDescription$ = ReferenceDataSourceDescription$;
1536
- exports.ReferenceDataSourceUpdate$ = ReferenceDataSourceUpdate$;
1537
- exports.ResourceInUseException = ResourceInUseException;
1538
- exports.ResourceInUseException$ = ResourceInUseException$;
1539
- exports.ResourceNotFoundException = ResourceNotFoundException;
1540
- exports.ResourceNotFoundException$ = ResourceNotFoundException$;
1541
- exports.ResourceProvisionedThroughputExceededException = ResourceProvisionedThroughputExceededException;
1542
- exports.ResourceProvisionedThroughputExceededException$ = ResourceProvisionedThroughputExceededException$;
1543
- exports.S3Configuration$ = S3Configuration$;
1544
- exports.S3ReferenceDataSource$ = S3ReferenceDataSource$;
1545
- exports.S3ReferenceDataSourceDescription$ = S3ReferenceDataSourceDescription$;
1546
- exports.S3ReferenceDataSourceUpdate$ = S3ReferenceDataSourceUpdate$;
1547
- exports.ServiceUnavailableException = ServiceUnavailableException;
1548
- exports.ServiceUnavailableException$ = ServiceUnavailableException$;
1549
- exports.SourceSchema$ = SourceSchema$;
1550
- exports.StartApplication$ = StartApplication$;
1551
432
  exports.StartApplicationCommand = StartApplicationCommand;
1552
- exports.StartApplicationRequest$ = StartApplicationRequest$;
1553
- exports.StartApplicationResponse$ = StartApplicationResponse$;
1554
- exports.StopApplication$ = StopApplication$;
1555
433
  exports.StopApplicationCommand = StopApplicationCommand;
1556
- exports.StopApplicationRequest$ = StopApplicationRequest$;
1557
- exports.StopApplicationResponse$ = StopApplicationResponse$;
1558
- exports.Tag$ = Tag$;
1559
- exports.TagResource$ = TagResource$;
1560
434
  exports.TagResourceCommand = TagResourceCommand;
1561
- exports.TagResourceRequest$ = TagResourceRequest$;
1562
- exports.TagResourceResponse$ = TagResourceResponse$;
1563
- exports.TooManyTagsException = TooManyTagsException;
1564
- exports.TooManyTagsException$ = TooManyTagsException$;
1565
- exports.UnableToDetectSchemaException = UnableToDetectSchemaException;
1566
- exports.UnableToDetectSchemaException$ = UnableToDetectSchemaException$;
1567
- exports.UnsupportedOperationException = UnsupportedOperationException;
1568
- exports.UnsupportedOperationException$ = UnsupportedOperationException$;
1569
- exports.UntagResource$ = UntagResource$;
1570
435
  exports.UntagResourceCommand = UntagResourceCommand;
1571
- exports.UntagResourceRequest$ = UntagResourceRequest$;
1572
- exports.UntagResourceResponse$ = UntagResourceResponse$;
1573
- exports.UpdateApplication$ = UpdateApplication$;
1574
436
  exports.UpdateApplicationCommand = UpdateApplicationCommand;
1575
- exports.UpdateApplicationRequest$ = UpdateApplicationRequest$;
1576
- exports.UpdateApplicationResponse$ = UpdateApplicationResponse$;
437
+ Object.keys(schemas_0).forEach(function (k) {
438
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
439
+ enumerable: true,
440
+ get: function () { return schemas_0[k]; }
441
+ });
442
+ });
443
+ Object.keys(errors).forEach(function (k) {
444
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
445
+ enumerable: true,
446
+ get: function () { return errors[k]; }
447
+ });
448
+ });