@aws-sdk/client-kinesis-analytics 3.130.0 → 3.141.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 (47) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/AddApplicationCloudWatchLoggingOptionCommand.js +2 -2
  4. package/dist-cjs/commands/AddApplicationInputCommand.js +2 -2
  5. package/dist-cjs/commands/AddApplicationInputProcessingConfigurationCommand.js +2 -2
  6. package/dist-cjs/commands/AddApplicationOutputCommand.js +2 -2
  7. package/dist-cjs/commands/AddApplicationReferenceDataSourceCommand.js +2 -2
  8. package/dist-cjs/commands/CreateApplicationCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteApplicationCloudWatchLoggingOptionCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteApplicationCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteApplicationInputProcessingConfigurationCommand.js +2 -2
  12. package/dist-cjs/commands/DeleteApplicationOutputCommand.js +2 -2
  13. package/dist-cjs/commands/DeleteApplicationReferenceDataSourceCommand.js +2 -2
  14. package/dist-cjs/commands/DescribeApplicationCommand.js +2 -2
  15. package/dist-cjs/commands/DiscoverInputSchemaCommand.js +2 -2
  16. package/dist-cjs/commands/ListApplicationsCommand.js +2 -2
  17. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  18. package/dist-cjs/commands/StartApplicationCommand.js +2 -2
  19. package/dist-cjs/commands/StopApplicationCommand.js +2 -2
  20. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  21. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  22. package/dist-cjs/commands/UpdateApplicationCommand.js +2 -2
  23. package/dist-cjs/models/models_0.js +375 -561
  24. package/dist-es/commands/AddApplicationCloudWatchLoggingOptionCommand.js +3 -3
  25. package/dist-es/commands/AddApplicationInputCommand.js +3 -3
  26. package/dist-es/commands/AddApplicationInputProcessingConfigurationCommand.js +3 -3
  27. package/dist-es/commands/AddApplicationOutputCommand.js +3 -3
  28. package/dist-es/commands/AddApplicationReferenceDataSourceCommand.js +3 -3
  29. package/dist-es/commands/CreateApplicationCommand.js +3 -3
  30. package/dist-es/commands/DeleteApplicationCloudWatchLoggingOptionCommand.js +3 -3
  31. package/dist-es/commands/DeleteApplicationCommand.js +3 -3
  32. package/dist-es/commands/DeleteApplicationInputProcessingConfigurationCommand.js +3 -3
  33. package/dist-es/commands/DeleteApplicationOutputCommand.js +3 -3
  34. package/dist-es/commands/DeleteApplicationReferenceDataSourceCommand.js +3 -3
  35. package/dist-es/commands/DescribeApplicationCommand.js +3 -3
  36. package/dist-es/commands/DiscoverInputSchemaCommand.js +3 -3
  37. package/dist-es/commands/ListApplicationsCommand.js +3 -3
  38. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  39. package/dist-es/commands/StartApplicationCommand.js +3 -3
  40. package/dist-es/commands/StopApplicationCommand.js +3 -3
  41. package/dist-es/commands/TagResourceCommand.js +3 -3
  42. package/dist-es/commands/UntagResourceCommand.js +3 -3
  43. package/dist-es/commands/UpdateApplicationCommand.js +3 -3
  44. package/dist-es/models/models_0.js +93 -372
  45. package/dist-types/models/models_0.d.ts +372 -558
  46. package/dist-types/ts3.4/models/models_0.d.ts +186 -372
  47. package/package.json +7 -7
@@ -7,10 +7,6 @@ export interface CloudWatchLoggingOption {
7
7
 
8
8
  RoleARN: string | undefined;
9
9
  }
10
- export declare namespace CloudWatchLoggingOption {
11
-
12
- const filterSensitiveLog: (obj: CloudWatchLoggingOption) => any;
13
- }
14
10
  export interface AddApplicationCloudWatchLoggingOptionRequest {
15
11
 
16
12
  ApplicationName: string | undefined;
@@ -19,16 +15,8 @@ export interface AddApplicationCloudWatchLoggingOptionRequest {
19
15
 
20
16
  CloudWatchLoggingOption: CloudWatchLoggingOption | undefined;
21
17
  }
22
- export declare namespace AddApplicationCloudWatchLoggingOptionRequest {
23
-
24
- const filterSensitiveLog: (obj: AddApplicationCloudWatchLoggingOptionRequest) => any;
25
- }
26
18
  export interface AddApplicationCloudWatchLoggingOptionResponse {
27
19
  }
28
- export declare namespace AddApplicationCloudWatchLoggingOptionResponse {
29
-
30
- const filterSensitiveLog: (obj: AddApplicationCloudWatchLoggingOptionResponse) => any;
31
- }
32
20
 
33
21
  export declare class ConcurrentModificationException extends __BaseException {
34
22
  readonly name: "ConcurrentModificationException";
@@ -69,10 +57,6 @@ export interface InputParallelism {
69
57
 
70
58
  Count?: number;
71
59
  }
72
- export declare namespace InputParallelism {
73
-
74
- const filterSensitiveLog: (obj: InputParallelism) => any;
75
- }
76
60
 
77
61
  export interface InputLambdaProcessor {
78
62
 
@@ -80,19 +64,11 @@ export interface InputLambdaProcessor {
80
64
 
81
65
  RoleARN: string | undefined;
82
66
  }
83
- export declare namespace InputLambdaProcessor {
84
-
85
- const filterSensitiveLog: (obj: InputLambdaProcessor) => any;
86
- }
87
67
 
88
68
  export interface InputProcessingConfiguration {
89
69
 
90
70
  InputLambdaProcessor: InputLambdaProcessor | undefined;
91
71
  }
92
- export declare namespace InputProcessingConfiguration {
93
-
94
- const filterSensitiveLog: (obj: InputProcessingConfiguration) => any;
95
- }
96
72
 
97
73
  export interface RecordColumn {
98
74
 
@@ -102,10 +78,6 @@ export interface RecordColumn {
102
78
 
103
79
  SqlType: string | undefined;
104
80
  }
105
- export declare namespace RecordColumn {
106
-
107
- const filterSensitiveLog: (obj: RecordColumn) => any;
108
- }
109
81
 
110
82
  export interface CSVMappingParameters {
111
83
 
@@ -113,19 +85,11 @@ export interface CSVMappingParameters {
113
85
 
114
86
  RecordColumnDelimiter: string | undefined;
115
87
  }
116
- export declare namespace CSVMappingParameters {
117
-
118
- const filterSensitiveLog: (obj: CSVMappingParameters) => any;
119
- }
120
88
 
121
89
  export interface JSONMappingParameters {
122
90
 
123
91
  RecordRowPath: string | undefined;
124
92
  }
125
- export declare namespace JSONMappingParameters {
126
-
127
- const filterSensitiveLog: (obj: JSONMappingParameters) => any;
128
- }
129
93
 
130
94
  export interface MappingParameters {
131
95
 
@@ -133,10 +97,6 @@ export interface MappingParameters {
133
97
 
134
98
  CSVMappingParameters?: CSVMappingParameters;
135
99
  }
136
- export declare namespace MappingParameters {
137
-
138
- const filterSensitiveLog: (obj: MappingParameters) => any;
139
- }
140
100
  export declare enum RecordFormatType {
141
101
  CSV = "CSV",
142
102
  JSON = "JSON"
@@ -148,10 +108,6 @@ export interface RecordFormat {
148
108
 
149
109
  MappingParameters?: MappingParameters;
150
110
  }
151
- export declare namespace RecordFormat {
152
-
153
- const filterSensitiveLog: (obj: RecordFormat) => any;
154
- }
155
111
 
156
112
  export interface SourceSchema {
157
113
 
@@ -161,10 +117,6 @@ export interface SourceSchema {
161
117
 
162
118
  RecordColumns: RecordColumn[] | undefined;
163
119
  }
164
- export declare namespace SourceSchema {
165
-
166
- const filterSensitiveLog: (obj: SourceSchema) => any;
167
- }
168
120
 
169
121
  export interface KinesisFirehoseInput {
170
122
 
@@ -172,10 +124,6 @@ export interface KinesisFirehoseInput {
172
124
 
173
125
  RoleARN: string | undefined;
174
126
  }
175
- export declare namespace KinesisFirehoseInput {
176
-
177
- const filterSensitiveLog: (obj: KinesisFirehoseInput) => any;
178
- }
179
127
 
180
128
  export interface KinesisStreamsInput {
181
129
 
@@ -183,10 +131,6 @@ export interface KinesisStreamsInput {
183
131
 
184
132
  RoleARN: string | undefined;
185
133
  }
186
- export declare namespace KinesisStreamsInput {
187
-
188
- const filterSensitiveLog: (obj: KinesisStreamsInput) => any;
189
- }
190
134
 
191
135
  export interface Input {
192
136
 
@@ -202,10 +146,6 @@ export interface Input {
202
146
 
203
147
  InputSchema: SourceSchema | undefined;
204
148
  }
205
- export declare namespace Input {
206
-
207
- const filterSensitiveLog: (obj: Input) => any;
208
- }
209
149
 
210
150
  export interface AddApplicationInputRequest {
211
151
 
@@ -215,17 +155,9 @@ export interface AddApplicationInputRequest {
215
155
 
216
156
  Input: Input | undefined;
217
157
  }
218
- export declare namespace AddApplicationInputRequest {
219
-
220
- const filterSensitiveLog: (obj: AddApplicationInputRequest) => any;
221
- }
222
158
 
223
159
  export interface AddApplicationInputResponse {
224
160
  }
225
- export declare namespace AddApplicationInputResponse {
226
-
227
- const filterSensitiveLog: (obj: AddApplicationInputResponse) => any;
228
- }
229
161
 
230
162
  export declare class CodeValidationException extends __BaseException {
231
163
  readonly name: "CodeValidationException";
@@ -243,25 +175,13 @@ export interface AddApplicationInputProcessingConfigurationRequest {
243
175
 
244
176
  InputProcessingConfiguration: InputProcessingConfiguration | undefined;
245
177
  }
246
- export declare namespace AddApplicationInputProcessingConfigurationRequest {
247
-
248
- const filterSensitiveLog: (obj: AddApplicationInputProcessingConfigurationRequest) => any;
249
- }
250
178
  export interface AddApplicationInputProcessingConfigurationResponse {
251
179
  }
252
- export declare namespace AddApplicationInputProcessingConfigurationResponse {
253
-
254
- const filterSensitiveLog: (obj: AddApplicationInputProcessingConfigurationResponse) => any;
255
- }
256
180
 
257
181
  export interface DestinationSchema {
258
182
 
259
183
  RecordFormatType: RecordFormatType | string | undefined;
260
184
  }
261
- export declare namespace DestinationSchema {
262
-
263
- const filterSensitiveLog: (obj: DestinationSchema) => any;
264
- }
265
185
 
266
186
  export interface KinesisFirehoseOutput {
267
187
 
@@ -269,10 +189,6 @@ export interface KinesisFirehoseOutput {
269
189
 
270
190
  RoleARN: string | undefined;
271
191
  }
272
- export declare namespace KinesisFirehoseOutput {
273
-
274
- const filterSensitiveLog: (obj: KinesisFirehoseOutput) => any;
275
- }
276
192
 
277
193
  export interface KinesisStreamsOutput {
278
194
 
@@ -280,10 +196,6 @@ export interface KinesisStreamsOutput {
280
196
 
281
197
  RoleARN: string | undefined;
282
198
  }
283
- export declare namespace KinesisStreamsOutput {
284
-
285
- const filterSensitiveLog: (obj: KinesisStreamsOutput) => any;
286
- }
287
199
 
288
200
  export interface LambdaOutput {
289
201
 
@@ -291,10 +203,6 @@ export interface LambdaOutput {
291
203
 
292
204
  RoleARN: string | undefined;
293
205
  }
294
- export declare namespace LambdaOutput {
295
-
296
- const filterSensitiveLog: (obj: LambdaOutput) => any;
297
- }
298
206
 
299
207
  export interface Output {
300
208
 
@@ -308,10 +216,6 @@ export interface Output {
308
216
 
309
217
  DestinationSchema: DestinationSchema | undefined;
310
218
  }
311
- export declare namespace Output {
312
-
313
- const filterSensitiveLog: (obj: Output) => any;
314
- }
315
219
 
316
220
  export interface AddApplicationOutputRequest {
317
221
 
@@ -321,17 +225,9 @@ export interface AddApplicationOutputRequest {
321
225
 
322
226
  Output: Output | undefined;
323
227
  }
324
- export declare namespace AddApplicationOutputRequest {
325
-
326
- const filterSensitiveLog: (obj: AddApplicationOutputRequest) => any;
327
- }
328
228
 
329
229
  export interface AddApplicationOutputResponse {
330
230
  }
331
- export declare namespace AddApplicationOutputResponse {
332
-
333
- const filterSensitiveLog: (obj: AddApplicationOutputResponse) => any;
334
- }
335
231
 
336
232
  export interface S3ReferenceDataSource {
337
233
 
@@ -341,10 +237,6 @@ export interface S3ReferenceDataSource {
341
237
 
342
238
  ReferenceRoleARN: string | undefined;
343
239
  }
344
- export declare namespace S3ReferenceDataSource {
345
-
346
- const filterSensitiveLog: (obj: S3ReferenceDataSource) => any;
347
- }
348
240
 
349
241
  export interface ReferenceDataSource {
350
242
 
@@ -354,10 +246,6 @@ export interface ReferenceDataSource {
354
246
 
355
247
  ReferenceSchema: SourceSchema | undefined;
356
248
  }
357
- export declare namespace ReferenceDataSource {
358
-
359
- const filterSensitiveLog: (obj: ReferenceDataSource) => any;
360
- }
361
249
 
362
250
  export interface AddApplicationReferenceDataSourceRequest {
363
251
 
@@ -367,17 +255,9 @@ export interface AddApplicationReferenceDataSourceRequest {
367
255
 
368
256
  ReferenceDataSource: ReferenceDataSource | undefined;
369
257
  }
370
- export declare namespace AddApplicationReferenceDataSourceRequest {
371
-
372
- const filterSensitiveLog: (obj: AddApplicationReferenceDataSourceRequest) => any;
373
- }
374
258
 
375
259
  export interface AddApplicationReferenceDataSourceResponse {
376
260
  }
377
- export declare namespace AddApplicationReferenceDataSourceResponse {
378
-
379
- const filterSensitiveLog: (obj: AddApplicationReferenceDataSourceResponse) => any;
380
- }
381
261
  export declare enum ApplicationStatus {
382
262
  DELETING = "DELETING",
383
263
  READY = "READY",
@@ -395,10 +275,6 @@ export interface CloudWatchLoggingOptionDescription {
395
275
 
396
276
  RoleARN: string | undefined;
397
277
  }
398
- export declare namespace CloudWatchLoggingOptionDescription {
399
-
400
- const filterSensitiveLog: (obj: CloudWatchLoggingOptionDescription) => any;
401
- }
402
278
 
403
279
  export interface InputLambdaProcessorDescription {
404
280
 
@@ -406,19 +282,11 @@ export interface InputLambdaProcessorDescription {
406
282
 
407
283
  RoleARN?: string;
408
284
  }
409
- export declare namespace InputLambdaProcessorDescription {
410
-
411
- const filterSensitiveLog: (obj: InputLambdaProcessorDescription) => any;
412
- }
413
285
 
414
286
  export interface InputProcessingConfigurationDescription {
415
287
 
416
288
  InputLambdaProcessorDescription?: InputLambdaProcessorDescription;
417
289
  }
418
- export declare namespace InputProcessingConfigurationDescription {
419
-
420
- const filterSensitiveLog: (obj: InputProcessingConfigurationDescription) => any;
421
- }
422
290
  export declare enum InputStartingPosition {
423
291
  LAST_STOPPED_POINT = "LAST_STOPPED_POINT",
424
292
  NOW = "NOW",
@@ -429,10 +297,6 @@ export interface InputStartingPositionConfiguration {
429
297
 
430
298
  InputStartingPosition?: InputStartingPosition | string;
431
299
  }
432
- export declare namespace InputStartingPositionConfiguration {
433
-
434
- const filterSensitiveLog: (obj: InputStartingPositionConfiguration) => any;
435
- }
436
300
 
437
301
  export interface KinesisFirehoseInputDescription {
438
302
 
@@ -440,10 +304,6 @@ export interface KinesisFirehoseInputDescription {
440
304
 
441
305
  RoleARN?: string;
442
306
  }
443
- export declare namespace KinesisFirehoseInputDescription {
444
-
445
- const filterSensitiveLog: (obj: KinesisFirehoseInputDescription) => any;
446
- }
447
307
 
448
308
  export interface KinesisStreamsInputDescription {
449
309
 
@@ -451,10 +311,6 @@ export interface KinesisStreamsInputDescription {
451
311
 
452
312
  RoleARN?: string;
453
313
  }
454
- export declare namespace KinesisStreamsInputDescription {
455
-
456
- const filterSensitiveLog: (obj: KinesisStreamsInputDescription) => any;
457
- }
458
314
 
459
315
  export interface InputDescription {
460
316
 
@@ -476,10 +332,6 @@ export interface InputDescription {
476
332
 
477
333
  InputStartingPositionConfiguration?: InputStartingPositionConfiguration;
478
334
  }
479
- export declare namespace InputDescription {
480
-
481
- const filterSensitiveLog: (obj: InputDescription) => any;
482
- }
483
335
 
484
336
  export interface KinesisFirehoseOutputDescription {
485
337
 
@@ -487,10 +339,6 @@ export interface KinesisFirehoseOutputDescription {
487
339
 
488
340
  RoleARN?: string;
489
341
  }
490
- export declare namespace KinesisFirehoseOutputDescription {
491
-
492
- const filterSensitiveLog: (obj: KinesisFirehoseOutputDescription) => any;
493
- }
494
342
 
495
343
  export interface KinesisStreamsOutputDescription {
496
344
 
@@ -498,10 +346,6 @@ export interface KinesisStreamsOutputDescription {
498
346
 
499
347
  RoleARN?: string;
500
348
  }
501
- export declare namespace KinesisStreamsOutputDescription {
502
-
503
- const filterSensitiveLog: (obj: KinesisStreamsOutputDescription) => any;
504
- }
505
349
 
506
350
  export interface LambdaOutputDescription {
507
351
 
@@ -509,10 +353,6 @@ export interface LambdaOutputDescription {
509
353
 
510
354
  RoleARN?: string;
511
355
  }
512
- export declare namespace LambdaOutputDescription {
513
-
514
- const filterSensitiveLog: (obj: LambdaOutputDescription) => any;
515
- }
516
356
 
517
357
  export interface OutputDescription {
518
358
 
@@ -528,10 +368,6 @@ export interface OutputDescription {
528
368
 
529
369
  DestinationSchema?: DestinationSchema;
530
370
  }
531
- export declare namespace OutputDescription {
532
-
533
- const filterSensitiveLog: (obj: OutputDescription) => any;
534
- }
535
371
 
536
372
  export interface S3ReferenceDataSourceDescription {
537
373
 
@@ -541,10 +377,6 @@ export interface S3ReferenceDataSourceDescription {
541
377
 
542
378
  ReferenceRoleARN: string | undefined;
543
379
  }
544
- export declare namespace S3ReferenceDataSourceDescription {
545
-
546
- const filterSensitiveLog: (obj: S3ReferenceDataSourceDescription) => any;
547
- }
548
380
 
549
381
  export interface ReferenceDataSourceDescription {
550
382
 
@@ -556,10 +388,6 @@ export interface ReferenceDataSourceDescription {
556
388
 
557
389
  ReferenceSchema?: SourceSchema;
558
390
  }
559
- export declare namespace ReferenceDataSourceDescription {
560
-
561
- const filterSensitiveLog: (obj: ReferenceDataSourceDescription) => any;
562
- }
563
391
 
564
392
  export interface ApplicationDetail {
565
393
 
@@ -587,10 +415,6 @@ export interface ApplicationDetail {
587
415
 
588
416
  ApplicationVersionId: number | undefined;
589
417
  }
590
- export declare namespace ApplicationDetail {
591
-
592
- const filterSensitiveLog: (obj: ApplicationDetail) => any;
593
- }
594
418
 
595
419
  export interface ApplicationSummary {
596
420
 
@@ -600,10 +424,6 @@ export interface ApplicationSummary {
600
424
 
601
425
  ApplicationStatus: ApplicationStatus | string | undefined;
602
426
  }
603
- export declare namespace ApplicationSummary {
604
-
605
- const filterSensitiveLog: (obj: ApplicationSummary) => any;
606
- }
607
427
 
608
428
  export interface CloudWatchLoggingOptionUpdate {
609
429
 
@@ -613,19 +433,11 @@ export interface CloudWatchLoggingOptionUpdate {
613
433
 
614
434
  RoleARNUpdate?: string;
615
435
  }
616
- export declare namespace CloudWatchLoggingOptionUpdate {
617
-
618
- const filterSensitiveLog: (obj: CloudWatchLoggingOptionUpdate) => any;
619
- }
620
436
 
621
437
  export interface InputParallelismUpdate {
622
438
 
623
439
  CountUpdate?: number;
624
440
  }
625
- export declare namespace InputParallelismUpdate {
626
-
627
- const filterSensitiveLog: (obj: InputParallelismUpdate) => any;
628
- }
629
441
 
630
442
  export interface InputLambdaProcessorUpdate {
631
443
 
@@ -633,19 +445,11 @@ export interface InputLambdaProcessorUpdate {
633
445
 
634
446
  RoleARNUpdate?: string;
635
447
  }
636
- export declare namespace InputLambdaProcessorUpdate {
637
-
638
- const filterSensitiveLog: (obj: InputLambdaProcessorUpdate) => any;
639
- }
640
448
 
641
449
  export interface InputProcessingConfigurationUpdate {
642
450
 
643
451
  InputLambdaProcessorUpdate: InputLambdaProcessorUpdate | undefined;
644
452
  }
645
- export declare namespace InputProcessingConfigurationUpdate {
646
-
647
- const filterSensitiveLog: (obj: InputProcessingConfigurationUpdate) => any;
648
- }
649
453
 
650
454
  export interface InputSchemaUpdate {
651
455
 
@@ -655,10 +459,6 @@ export interface InputSchemaUpdate {
655
459
 
656
460
  RecordColumnUpdates?: RecordColumn[];
657
461
  }
658
- export declare namespace InputSchemaUpdate {
659
-
660
- const filterSensitiveLog: (obj: InputSchemaUpdate) => any;
661
- }
662
462
 
663
463
  export interface KinesisFirehoseInputUpdate {
664
464
 
@@ -666,10 +466,6 @@ export interface KinesisFirehoseInputUpdate {
666
466
 
667
467
  RoleARNUpdate?: string;
668
468
  }
669
- export declare namespace KinesisFirehoseInputUpdate {
670
-
671
- const filterSensitiveLog: (obj: KinesisFirehoseInputUpdate) => any;
672
- }
673
469
 
674
470
  export interface KinesisStreamsInputUpdate {
675
471
 
@@ -677,10 +473,6 @@ export interface KinesisStreamsInputUpdate {
677
473
 
678
474
  RoleARNUpdate?: string;
679
475
  }
680
- export declare namespace KinesisStreamsInputUpdate {
681
-
682
- const filterSensitiveLog: (obj: KinesisStreamsInputUpdate) => any;
683
- }
684
476
 
685
477
  export interface InputUpdate {
686
478
 
@@ -698,10 +490,6 @@ export interface InputUpdate {
698
490
 
699
491
  InputParallelismUpdate?: InputParallelismUpdate;
700
492
  }
701
- export declare namespace InputUpdate {
702
-
703
- const filterSensitiveLog: (obj: InputUpdate) => any;
704
- }
705
493
 
706
494
  export interface KinesisFirehoseOutputUpdate {
707
495
 
@@ -709,10 +497,6 @@ export interface KinesisFirehoseOutputUpdate {
709
497
 
710
498
  RoleARNUpdate?: string;
711
499
  }
712
- export declare namespace KinesisFirehoseOutputUpdate {
713
-
714
- const filterSensitiveLog: (obj: KinesisFirehoseOutputUpdate) => any;
715
- }
716
500
 
717
501
  export interface KinesisStreamsOutputUpdate {
718
502
 
@@ -720,10 +504,6 @@ export interface KinesisStreamsOutputUpdate {
720
504
 
721
505
  RoleARNUpdate?: string;
722
506
  }
723
- export declare namespace KinesisStreamsOutputUpdate {
724
-
725
- const filterSensitiveLog: (obj: KinesisStreamsOutputUpdate) => any;
726
- }
727
507
 
728
508
  export interface LambdaOutputUpdate {
729
509
 
@@ -731,10 +511,6 @@ export interface LambdaOutputUpdate {
731
511
 
732
512
  RoleARNUpdate?: string;
733
513
  }
734
- export declare namespace LambdaOutputUpdate {
735
-
736
- const filterSensitiveLog: (obj: LambdaOutputUpdate) => any;
737
- }
738
514
 
739
515
  export interface OutputUpdate {
740
516
 
@@ -750,10 +526,6 @@ export interface OutputUpdate {
750
526
 
751
527
  DestinationSchemaUpdate?: DestinationSchema;
752
528
  }
753
- export declare namespace OutputUpdate {
754
-
755
- const filterSensitiveLog: (obj: OutputUpdate) => any;
756
- }
757
529
 
758
530
  export interface S3ReferenceDataSourceUpdate {
759
531
 
@@ -763,10 +535,6 @@ export interface S3ReferenceDataSourceUpdate {
763
535
 
764
536
  ReferenceRoleARNUpdate?: string;
765
537
  }
766
- export declare namespace S3ReferenceDataSourceUpdate {
767
-
768
- const filterSensitiveLog: (obj: S3ReferenceDataSourceUpdate) => any;
769
- }
770
538
 
771
539
  export interface ReferenceDataSourceUpdate {
772
540
 
@@ -778,10 +546,6 @@ export interface ReferenceDataSourceUpdate {
778
546
 
779
547
  ReferenceSchemaUpdate?: SourceSchema;
780
548
  }
781
- export declare namespace ReferenceDataSourceUpdate {
782
-
783
- const filterSensitiveLog: (obj: ReferenceDataSourceUpdate) => any;
784
- }
785
549
 
786
550
  export interface ApplicationUpdate {
787
551
 
@@ -795,10 +559,6 @@ export interface ApplicationUpdate {
795
559
 
796
560
  CloudWatchLoggingOptionUpdates?: CloudWatchLoggingOptionUpdate[];
797
561
  }
798
- export declare namespace ApplicationUpdate {
799
-
800
- const filterSensitiveLog: (obj: ApplicationUpdate) => any;
801
- }
802
562
 
803
563
  export interface Tag {
804
564
 
@@ -806,10 +566,6 @@ export interface Tag {
806
566
 
807
567
  Value?: string;
808
568
  }
809
- export declare namespace Tag {
810
-
811
- const filterSensitiveLog: (obj: Tag) => any;
812
- }
813
569
 
814
570
  export interface CreateApplicationRequest {
815
571
 
@@ -827,19 +583,11 @@ export interface CreateApplicationRequest {
827
583
 
828
584
  Tags?: Tag[];
829
585
  }
830
- export declare namespace CreateApplicationRequest {
831
-
832
- const filterSensitiveLog: (obj: CreateApplicationRequest) => any;
833
- }
834
586
 
835
587
  export interface CreateApplicationResponse {
836
588
 
837
589
  ApplicationSummary: ApplicationSummary | undefined;
838
590
  }
839
- export declare namespace CreateApplicationResponse {
840
-
841
- const filterSensitiveLog: (obj: CreateApplicationResponse) => any;
842
- }
843
591
 
844
592
  export declare class LimitExceededException extends __BaseException {
845
593
  readonly name: "LimitExceededException";
@@ -861,17 +609,9 @@ export interface DeleteApplicationRequest {
861
609
 
862
610
  CreateTimestamp: Date | undefined;
863
611
  }
864
- export declare namespace DeleteApplicationRequest {
865
-
866
- const filterSensitiveLog: (obj: DeleteApplicationRequest) => any;
867
- }
868
612
 
869
613
  export interface DeleteApplicationResponse {
870
614
  }
871
- export declare namespace DeleteApplicationResponse {
872
-
873
- const filterSensitiveLog: (obj: DeleteApplicationResponse) => any;
874
- }
875
615
  export interface DeleteApplicationCloudWatchLoggingOptionRequest {
876
616
 
877
617
  ApplicationName: string | undefined;
@@ -880,16 +620,8 @@ export interface DeleteApplicationCloudWatchLoggingOptionRequest {
880
620
 
881
621
  CloudWatchLoggingOptionId: string | undefined;
882
622
  }
883
- export declare namespace DeleteApplicationCloudWatchLoggingOptionRequest {
884
-
885
- const filterSensitiveLog: (obj: DeleteApplicationCloudWatchLoggingOptionRequest) => any;
886
- }
887
623
  export interface DeleteApplicationCloudWatchLoggingOptionResponse {
888
624
  }
889
- export declare namespace DeleteApplicationCloudWatchLoggingOptionResponse {
890
-
891
- const filterSensitiveLog: (obj: DeleteApplicationCloudWatchLoggingOptionResponse) => any;
892
- }
893
625
  export interface DeleteApplicationInputProcessingConfigurationRequest {
894
626
 
895
627
  ApplicationName: string | undefined;
@@ -898,16 +630,8 @@ export interface DeleteApplicationInputProcessingConfigurationRequest {
898
630
 
899
631
  InputId: string | undefined;
900
632
  }
901
- export declare namespace DeleteApplicationInputProcessingConfigurationRequest {
902
-
903
- const filterSensitiveLog: (obj: DeleteApplicationInputProcessingConfigurationRequest) => any;
904
- }
905
633
  export interface DeleteApplicationInputProcessingConfigurationResponse {
906
634
  }
907
- export declare namespace DeleteApplicationInputProcessingConfigurationResponse {
908
-
909
- const filterSensitiveLog: (obj: DeleteApplicationInputProcessingConfigurationResponse) => any;
910
- }
911
635
 
912
636
  export interface DeleteApplicationOutputRequest {
913
637
 
@@ -917,17 +641,9 @@ export interface DeleteApplicationOutputRequest {
917
641
 
918
642
  OutputId: string | undefined;
919
643
  }
920
- export declare namespace DeleteApplicationOutputRequest {
921
-
922
- const filterSensitiveLog: (obj: DeleteApplicationOutputRequest) => any;
923
- }
924
644
 
925
645
  export interface DeleteApplicationOutputResponse {
926
646
  }
927
- export declare namespace DeleteApplicationOutputResponse {
928
-
929
- const filterSensitiveLog: (obj: DeleteApplicationOutputResponse) => any;
930
- }
931
647
  export interface DeleteApplicationReferenceDataSourceRequest {
932
648
 
933
649
  ApplicationName: string | undefined;
@@ -936,34 +652,18 @@ export interface DeleteApplicationReferenceDataSourceRequest {
936
652
 
937
653
  ReferenceId: string | undefined;
938
654
  }
939
- export declare namespace DeleteApplicationReferenceDataSourceRequest {
940
-
941
- const filterSensitiveLog: (obj: DeleteApplicationReferenceDataSourceRequest) => any;
942
- }
943
655
  export interface DeleteApplicationReferenceDataSourceResponse {
944
656
  }
945
- export declare namespace DeleteApplicationReferenceDataSourceResponse {
946
-
947
- const filterSensitiveLog: (obj: DeleteApplicationReferenceDataSourceResponse) => any;
948
- }
949
657
 
950
658
  export interface DescribeApplicationRequest {
951
659
 
952
660
  ApplicationName: string | undefined;
953
661
  }
954
- export declare namespace DescribeApplicationRequest {
955
-
956
- const filterSensitiveLog: (obj: DescribeApplicationRequest) => any;
957
- }
958
662
 
959
663
  export interface DescribeApplicationResponse {
960
664
 
961
665
  ApplicationDetail: ApplicationDetail | undefined;
962
666
  }
963
- export declare namespace DescribeApplicationResponse {
964
-
965
- const filterSensitiveLog: (obj: DescribeApplicationResponse) => any;
966
- }
967
667
 
968
668
  export interface S3Configuration {
969
669
 
@@ -973,10 +673,6 @@ export interface S3Configuration {
973
673
 
974
674
  FileKey: string | undefined;
975
675
  }
976
- export declare namespace S3Configuration {
977
-
978
- const filterSensitiveLog: (obj: S3Configuration) => any;
979
- }
980
676
  export interface DiscoverInputSchemaRequest {
981
677
 
982
678
  ResourceARN?: string;
@@ -989,10 +685,6 @@ export interface DiscoverInputSchemaRequest {
989
685
 
990
686
  InputProcessingConfiguration?: InputProcessingConfiguration;
991
687
  }
992
- export declare namespace DiscoverInputSchemaRequest {
993
-
994
- const filterSensitiveLog: (obj: DiscoverInputSchemaRequest) => any;
995
- }
996
688
 
997
689
  export interface DiscoverInputSchemaResponse {
998
690
 
@@ -1004,10 +696,6 @@ export interface DiscoverInputSchemaResponse {
1004
696
 
1005
697
  RawInputRecords?: string[];
1006
698
  }
1007
- export declare namespace DiscoverInputSchemaResponse {
1008
-
1009
- const filterSensitiveLog: (obj: DiscoverInputSchemaResponse) => any;
1010
- }
1011
699
 
1012
700
  export declare class ResourceProvisionedThroughputExceededException extends __BaseException {
1013
701
  readonly name: "ResourceProvisionedThroughputExceededException";
@@ -1038,10 +726,6 @@ export interface InputConfiguration {
1038
726
 
1039
727
  InputStartingPositionConfiguration: InputStartingPositionConfiguration | undefined;
1040
728
  }
1041
- export declare namespace InputConfiguration {
1042
-
1043
- const filterSensitiveLog: (obj: InputConfiguration) => any;
1044
- }
1045
729
 
1046
730
  export declare class InvalidApplicationConfigurationException extends __BaseException {
1047
731
  readonly name: "InvalidApplicationConfigurationException";
@@ -1056,10 +740,6 @@ export interface ListApplicationsRequest {
1056
740
 
1057
741
  ExclusiveStartApplicationName?: string;
1058
742
  }
1059
- export declare namespace ListApplicationsRequest {
1060
-
1061
- const filterSensitiveLog: (obj: ListApplicationsRequest) => any;
1062
- }
1063
743
 
1064
744
  export interface ListApplicationsResponse {
1065
745
 
@@ -1067,26 +747,14 @@ export interface ListApplicationsResponse {
1067
747
 
1068
748
  HasMoreApplications: boolean | undefined;
1069
749
  }
1070
- export declare namespace ListApplicationsResponse {
1071
-
1072
- const filterSensitiveLog: (obj: ListApplicationsResponse) => any;
1073
- }
1074
750
  export interface ListTagsForResourceRequest {
1075
751
 
1076
752
  ResourceARN: string | undefined;
1077
753
  }
1078
- export declare namespace ListTagsForResourceRequest {
1079
-
1080
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
1081
- }
1082
754
  export interface ListTagsForResourceResponse {
1083
755
 
1084
756
  Tags?: Tag[];
1085
757
  }
1086
- export declare namespace ListTagsForResourceResponse {
1087
-
1088
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
1089
- }
1090
758
 
1091
759
  export interface StartApplicationRequest {
1092
760
 
@@ -1094,65 +762,33 @@ export interface StartApplicationRequest {
1094
762
 
1095
763
  InputConfigurations: InputConfiguration[] | undefined;
1096
764
  }
1097
- export declare namespace StartApplicationRequest {
1098
-
1099
- const filterSensitiveLog: (obj: StartApplicationRequest) => any;
1100
- }
1101
765
 
1102
766
  export interface StartApplicationResponse {
1103
767
  }
1104
- export declare namespace StartApplicationResponse {
1105
-
1106
- const filterSensitiveLog: (obj: StartApplicationResponse) => any;
1107
- }
1108
768
 
1109
769
  export interface StopApplicationRequest {
1110
770
 
1111
771
  ApplicationName: string | undefined;
1112
772
  }
1113
- export declare namespace StopApplicationRequest {
1114
-
1115
- const filterSensitiveLog: (obj: StopApplicationRequest) => any;
1116
- }
1117
773
 
1118
774
  export interface StopApplicationResponse {
1119
775
  }
1120
- export declare namespace StopApplicationResponse {
1121
-
1122
- const filterSensitiveLog: (obj: StopApplicationResponse) => any;
1123
- }
1124
776
  export interface TagResourceRequest {
1125
777
 
1126
778
  ResourceARN: string | undefined;
1127
779
 
1128
780
  Tags: Tag[] | undefined;
1129
781
  }
1130
- export declare namespace TagResourceRequest {
1131
-
1132
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
1133
- }
1134
782
  export interface TagResourceResponse {
1135
783
  }
1136
- export declare namespace TagResourceResponse {
1137
-
1138
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
1139
- }
1140
784
  export interface UntagResourceRequest {
1141
785
 
1142
786
  ResourceARN: string | undefined;
1143
787
 
1144
788
  TagKeys: string[] | undefined;
1145
789
  }
1146
- export declare namespace UntagResourceRequest {
1147
-
1148
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
1149
- }
1150
790
  export interface UntagResourceResponse {
1151
791
  }
1152
- export declare namespace UntagResourceResponse {
1153
-
1154
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
1155
- }
1156
792
  export interface UpdateApplicationRequest {
1157
793
 
1158
794
  ApplicationName: string | undefined;
@@ -1161,13 +797,191 @@ export interface UpdateApplicationRequest {
1161
797
 
1162
798
  ApplicationUpdate: ApplicationUpdate | undefined;
1163
799
  }
1164
- export declare namespace UpdateApplicationRequest {
1165
-
1166
- const filterSensitiveLog: (obj: UpdateApplicationRequest) => any;
1167
- }
1168
800
  export interface UpdateApplicationResponse {
1169
801
  }
1170
- export declare namespace UpdateApplicationResponse {
1171
-
1172
- const filterSensitiveLog: (obj: UpdateApplicationResponse) => any;
1173
- }
802
+
803
+ export declare const CloudWatchLoggingOptionFilterSensitiveLog: (obj: CloudWatchLoggingOption) => any;
804
+
805
+ export declare const AddApplicationCloudWatchLoggingOptionRequestFilterSensitiveLog: (obj: AddApplicationCloudWatchLoggingOptionRequest) => any;
806
+
807
+ export declare const AddApplicationCloudWatchLoggingOptionResponseFilterSensitiveLog: (obj: AddApplicationCloudWatchLoggingOptionResponse) => any;
808
+
809
+ export declare const InputParallelismFilterSensitiveLog: (obj: InputParallelism) => any;
810
+
811
+ export declare const InputLambdaProcessorFilterSensitiveLog: (obj: InputLambdaProcessor) => any;
812
+
813
+ export declare const InputProcessingConfigurationFilterSensitiveLog: (obj: InputProcessingConfiguration) => any;
814
+
815
+ export declare const RecordColumnFilterSensitiveLog: (obj: RecordColumn) => any;
816
+
817
+ export declare const CSVMappingParametersFilterSensitiveLog: (obj: CSVMappingParameters) => any;
818
+
819
+ export declare const JSONMappingParametersFilterSensitiveLog: (obj: JSONMappingParameters) => any;
820
+
821
+ export declare const MappingParametersFilterSensitiveLog: (obj: MappingParameters) => any;
822
+
823
+ export declare const RecordFormatFilterSensitiveLog: (obj: RecordFormat) => any;
824
+
825
+ export declare const SourceSchemaFilterSensitiveLog: (obj: SourceSchema) => any;
826
+
827
+ export declare const KinesisFirehoseInputFilterSensitiveLog: (obj: KinesisFirehoseInput) => any;
828
+
829
+ export declare const KinesisStreamsInputFilterSensitiveLog: (obj: KinesisStreamsInput) => any;
830
+
831
+ export declare const InputFilterSensitiveLog: (obj: Input) => any;
832
+
833
+ export declare const AddApplicationInputRequestFilterSensitiveLog: (obj: AddApplicationInputRequest) => any;
834
+
835
+ export declare const AddApplicationInputResponseFilterSensitiveLog: (obj: AddApplicationInputResponse) => any;
836
+
837
+ export declare const AddApplicationInputProcessingConfigurationRequestFilterSensitiveLog: (obj: AddApplicationInputProcessingConfigurationRequest) => any;
838
+
839
+ export declare const AddApplicationInputProcessingConfigurationResponseFilterSensitiveLog: (obj: AddApplicationInputProcessingConfigurationResponse) => any;
840
+
841
+ export declare const DestinationSchemaFilterSensitiveLog: (obj: DestinationSchema) => any;
842
+
843
+ export declare const KinesisFirehoseOutputFilterSensitiveLog: (obj: KinesisFirehoseOutput) => any;
844
+
845
+ export declare const KinesisStreamsOutputFilterSensitiveLog: (obj: KinesisStreamsOutput) => any;
846
+
847
+ export declare const LambdaOutputFilterSensitiveLog: (obj: LambdaOutput) => any;
848
+
849
+ export declare const OutputFilterSensitiveLog: (obj: Output) => any;
850
+
851
+ export declare const AddApplicationOutputRequestFilterSensitiveLog: (obj: AddApplicationOutputRequest) => any;
852
+
853
+ export declare const AddApplicationOutputResponseFilterSensitiveLog: (obj: AddApplicationOutputResponse) => any;
854
+
855
+ export declare const S3ReferenceDataSourceFilterSensitiveLog: (obj: S3ReferenceDataSource) => any;
856
+
857
+ export declare const ReferenceDataSourceFilterSensitiveLog: (obj: ReferenceDataSource) => any;
858
+
859
+ export declare const AddApplicationReferenceDataSourceRequestFilterSensitiveLog: (obj: AddApplicationReferenceDataSourceRequest) => any;
860
+
861
+ export declare const AddApplicationReferenceDataSourceResponseFilterSensitiveLog: (obj: AddApplicationReferenceDataSourceResponse) => any;
862
+
863
+ export declare const CloudWatchLoggingOptionDescriptionFilterSensitiveLog: (obj: CloudWatchLoggingOptionDescription) => any;
864
+
865
+ export declare const InputLambdaProcessorDescriptionFilterSensitiveLog: (obj: InputLambdaProcessorDescription) => any;
866
+
867
+ export declare const InputProcessingConfigurationDescriptionFilterSensitiveLog: (obj: InputProcessingConfigurationDescription) => any;
868
+
869
+ export declare const InputStartingPositionConfigurationFilterSensitiveLog: (obj: InputStartingPositionConfiguration) => any;
870
+
871
+ export declare const KinesisFirehoseInputDescriptionFilterSensitiveLog: (obj: KinesisFirehoseInputDescription) => any;
872
+
873
+ export declare const KinesisStreamsInputDescriptionFilterSensitiveLog: (obj: KinesisStreamsInputDescription) => any;
874
+
875
+ export declare const InputDescriptionFilterSensitiveLog: (obj: InputDescription) => any;
876
+
877
+ export declare const KinesisFirehoseOutputDescriptionFilterSensitiveLog: (obj: KinesisFirehoseOutputDescription) => any;
878
+
879
+ export declare const KinesisStreamsOutputDescriptionFilterSensitiveLog: (obj: KinesisStreamsOutputDescription) => any;
880
+
881
+ export declare const LambdaOutputDescriptionFilterSensitiveLog: (obj: LambdaOutputDescription) => any;
882
+
883
+ export declare const OutputDescriptionFilterSensitiveLog: (obj: OutputDescription) => any;
884
+
885
+ export declare const S3ReferenceDataSourceDescriptionFilterSensitiveLog: (obj: S3ReferenceDataSourceDescription) => any;
886
+
887
+ export declare const ReferenceDataSourceDescriptionFilterSensitiveLog: (obj: ReferenceDataSourceDescription) => any;
888
+
889
+ export declare const ApplicationDetailFilterSensitiveLog: (obj: ApplicationDetail) => any;
890
+
891
+ export declare const ApplicationSummaryFilterSensitiveLog: (obj: ApplicationSummary) => any;
892
+
893
+ export declare const CloudWatchLoggingOptionUpdateFilterSensitiveLog: (obj: CloudWatchLoggingOptionUpdate) => any;
894
+
895
+ export declare const InputParallelismUpdateFilterSensitiveLog: (obj: InputParallelismUpdate) => any;
896
+
897
+ export declare const InputLambdaProcessorUpdateFilterSensitiveLog: (obj: InputLambdaProcessorUpdate) => any;
898
+
899
+ export declare const InputProcessingConfigurationUpdateFilterSensitiveLog: (obj: InputProcessingConfigurationUpdate) => any;
900
+
901
+ export declare const InputSchemaUpdateFilterSensitiveLog: (obj: InputSchemaUpdate) => any;
902
+
903
+ export declare const KinesisFirehoseInputUpdateFilterSensitiveLog: (obj: KinesisFirehoseInputUpdate) => any;
904
+
905
+ export declare const KinesisStreamsInputUpdateFilterSensitiveLog: (obj: KinesisStreamsInputUpdate) => any;
906
+
907
+ export declare const InputUpdateFilterSensitiveLog: (obj: InputUpdate) => any;
908
+
909
+ export declare const KinesisFirehoseOutputUpdateFilterSensitiveLog: (obj: KinesisFirehoseOutputUpdate) => any;
910
+
911
+ export declare const KinesisStreamsOutputUpdateFilterSensitiveLog: (obj: KinesisStreamsOutputUpdate) => any;
912
+
913
+ export declare const LambdaOutputUpdateFilterSensitiveLog: (obj: LambdaOutputUpdate) => any;
914
+
915
+ export declare const OutputUpdateFilterSensitiveLog: (obj: OutputUpdate) => any;
916
+
917
+ export declare const S3ReferenceDataSourceUpdateFilterSensitiveLog: (obj: S3ReferenceDataSourceUpdate) => any;
918
+
919
+ export declare const ReferenceDataSourceUpdateFilterSensitiveLog: (obj: ReferenceDataSourceUpdate) => any;
920
+
921
+ export declare const ApplicationUpdateFilterSensitiveLog: (obj: ApplicationUpdate) => any;
922
+
923
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
924
+
925
+ export declare const CreateApplicationRequestFilterSensitiveLog: (obj: CreateApplicationRequest) => any;
926
+
927
+ export declare const CreateApplicationResponseFilterSensitiveLog: (obj: CreateApplicationResponse) => any;
928
+
929
+ export declare const DeleteApplicationRequestFilterSensitiveLog: (obj: DeleteApplicationRequest) => any;
930
+
931
+ export declare const DeleteApplicationResponseFilterSensitiveLog: (obj: DeleteApplicationResponse) => any;
932
+
933
+ export declare const DeleteApplicationCloudWatchLoggingOptionRequestFilterSensitiveLog: (obj: DeleteApplicationCloudWatchLoggingOptionRequest) => any;
934
+
935
+ export declare const DeleteApplicationCloudWatchLoggingOptionResponseFilterSensitiveLog: (obj: DeleteApplicationCloudWatchLoggingOptionResponse) => any;
936
+
937
+ export declare const DeleteApplicationInputProcessingConfigurationRequestFilterSensitiveLog: (obj: DeleteApplicationInputProcessingConfigurationRequest) => any;
938
+
939
+ export declare const DeleteApplicationInputProcessingConfigurationResponseFilterSensitiveLog: (obj: DeleteApplicationInputProcessingConfigurationResponse) => any;
940
+
941
+ export declare const DeleteApplicationOutputRequestFilterSensitiveLog: (obj: DeleteApplicationOutputRequest) => any;
942
+
943
+ export declare const DeleteApplicationOutputResponseFilterSensitiveLog: (obj: DeleteApplicationOutputResponse) => any;
944
+
945
+ export declare const DeleteApplicationReferenceDataSourceRequestFilterSensitiveLog: (obj: DeleteApplicationReferenceDataSourceRequest) => any;
946
+
947
+ export declare const DeleteApplicationReferenceDataSourceResponseFilterSensitiveLog: (obj: DeleteApplicationReferenceDataSourceResponse) => any;
948
+
949
+ export declare const DescribeApplicationRequestFilterSensitiveLog: (obj: DescribeApplicationRequest) => any;
950
+
951
+ export declare const DescribeApplicationResponseFilterSensitiveLog: (obj: DescribeApplicationResponse) => any;
952
+
953
+ export declare const S3ConfigurationFilterSensitiveLog: (obj: S3Configuration) => any;
954
+
955
+ export declare const DiscoverInputSchemaRequestFilterSensitiveLog: (obj: DiscoverInputSchemaRequest) => any;
956
+
957
+ export declare const DiscoverInputSchemaResponseFilterSensitiveLog: (obj: DiscoverInputSchemaResponse) => any;
958
+
959
+ export declare const InputConfigurationFilterSensitiveLog: (obj: InputConfiguration) => any;
960
+
961
+ export declare const ListApplicationsRequestFilterSensitiveLog: (obj: ListApplicationsRequest) => any;
962
+
963
+ export declare const ListApplicationsResponseFilterSensitiveLog: (obj: ListApplicationsResponse) => any;
964
+
965
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
966
+
967
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
968
+
969
+ export declare const StartApplicationRequestFilterSensitiveLog: (obj: StartApplicationRequest) => any;
970
+
971
+ export declare const StartApplicationResponseFilterSensitiveLog: (obj: StartApplicationResponse) => any;
972
+
973
+ export declare const StopApplicationRequestFilterSensitiveLog: (obj: StopApplicationRequest) => any;
974
+
975
+ export declare const StopApplicationResponseFilterSensitiveLog: (obj: StopApplicationResponse) => any;
976
+
977
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
978
+
979
+ export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
980
+
981
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
982
+
983
+ export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
984
+
985
+ export declare const UpdateApplicationRequestFilterSensitiveLog: (obj: UpdateApplicationRequest) => any;
986
+
987
+ export declare const UpdateApplicationResponseFilterSensitiveLog: (obj: UpdateApplicationResponse) => any;