@aws-sdk/client-kinesis-analytics-v2 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 (69) 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/AddApplicationVpcConfigurationCommand.js +2 -2
  9. package/dist-cjs/commands/CreateApplicationCommand.js +2 -2
  10. package/dist-cjs/commands/CreateApplicationPresignedUrlCommand.js +2 -2
  11. package/dist-cjs/commands/CreateApplicationSnapshotCommand.js +2 -2
  12. package/dist-cjs/commands/DeleteApplicationCloudWatchLoggingOptionCommand.js +2 -2
  13. package/dist-cjs/commands/DeleteApplicationCommand.js +2 -2
  14. package/dist-cjs/commands/DeleteApplicationInputProcessingConfigurationCommand.js +2 -2
  15. package/dist-cjs/commands/DeleteApplicationOutputCommand.js +2 -2
  16. package/dist-cjs/commands/DeleteApplicationReferenceDataSourceCommand.js +2 -2
  17. package/dist-cjs/commands/DeleteApplicationSnapshotCommand.js +2 -2
  18. package/dist-cjs/commands/DeleteApplicationVpcConfigurationCommand.js +2 -2
  19. package/dist-cjs/commands/DescribeApplicationCommand.js +2 -2
  20. package/dist-cjs/commands/DescribeApplicationSnapshotCommand.js +2 -2
  21. package/dist-cjs/commands/DescribeApplicationVersionCommand.js +2 -2
  22. package/dist-cjs/commands/DiscoverInputSchemaCommand.js +2 -2
  23. package/dist-cjs/commands/ListApplicationSnapshotsCommand.js +2 -2
  24. package/dist-cjs/commands/ListApplicationVersionsCommand.js +2 -2
  25. package/dist-cjs/commands/ListApplicationsCommand.js +2 -2
  26. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  27. package/dist-cjs/commands/RollbackApplicationCommand.js +2 -2
  28. package/dist-cjs/commands/StartApplicationCommand.js +2 -2
  29. package/dist-cjs/commands/StopApplicationCommand.js +2 -2
  30. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  31. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  32. package/dist-cjs/commands/UpdateApplicationCommand.js +2 -2
  33. package/dist-cjs/commands/UpdateApplicationMaintenanceConfigurationCommand.js +2 -2
  34. package/dist-cjs/models/models_0.js +729 -1091
  35. package/dist-es/commands/AddApplicationCloudWatchLoggingOptionCommand.js +3 -3
  36. package/dist-es/commands/AddApplicationInputCommand.js +3 -3
  37. package/dist-es/commands/AddApplicationInputProcessingConfigurationCommand.js +3 -3
  38. package/dist-es/commands/AddApplicationOutputCommand.js +3 -3
  39. package/dist-es/commands/AddApplicationReferenceDataSourceCommand.js +3 -3
  40. package/dist-es/commands/AddApplicationVpcConfigurationCommand.js +3 -3
  41. package/dist-es/commands/CreateApplicationCommand.js +3 -3
  42. package/dist-es/commands/CreateApplicationPresignedUrlCommand.js +3 -3
  43. package/dist-es/commands/CreateApplicationSnapshotCommand.js +3 -3
  44. package/dist-es/commands/DeleteApplicationCloudWatchLoggingOptionCommand.js +3 -3
  45. package/dist-es/commands/DeleteApplicationCommand.js +3 -3
  46. package/dist-es/commands/DeleteApplicationInputProcessingConfigurationCommand.js +3 -3
  47. package/dist-es/commands/DeleteApplicationOutputCommand.js +3 -3
  48. package/dist-es/commands/DeleteApplicationReferenceDataSourceCommand.js +3 -3
  49. package/dist-es/commands/DeleteApplicationSnapshotCommand.js +3 -3
  50. package/dist-es/commands/DeleteApplicationVpcConfigurationCommand.js +3 -3
  51. package/dist-es/commands/DescribeApplicationCommand.js +3 -3
  52. package/dist-es/commands/DescribeApplicationSnapshotCommand.js +3 -3
  53. package/dist-es/commands/DescribeApplicationVersionCommand.js +3 -3
  54. package/dist-es/commands/DiscoverInputSchemaCommand.js +3 -3
  55. package/dist-es/commands/ListApplicationSnapshotsCommand.js +3 -3
  56. package/dist-es/commands/ListApplicationVersionsCommand.js +3 -3
  57. package/dist-es/commands/ListApplicationsCommand.js +3 -3
  58. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  59. package/dist-es/commands/RollbackApplicationCommand.js +3 -3
  60. package/dist-es/commands/StartApplicationCommand.js +3 -3
  61. package/dist-es/commands/StopApplicationCommand.js +3 -3
  62. package/dist-es/commands/TagResourceCommand.js +3 -3
  63. package/dist-es/commands/UntagResourceCommand.js +3 -3
  64. package/dist-es/commands/UpdateApplicationCommand.js +3 -3
  65. package/dist-es/commands/UpdateApplicationMaintenanceConfigurationCommand.js +3 -3
  66. package/dist-es/models/models_0.js +181 -724
  67. package/dist-types/models/models_0.d.ts +724 -1086
  68. package/dist-types/ts3.4/models/models_0.d.ts +362 -724
  69. package/package.json +7 -7
@@ -10,12 +10,6 @@ export interface CloudWatchLoggingOption {
10
10
  */
11
11
  LogStreamARN: string | undefined;
12
12
  }
13
- export declare namespace CloudWatchLoggingOption {
14
- /**
15
- * @internal
16
- */
17
- const filterSensitiveLog: (obj: CloudWatchLoggingOption) => any;
18
- }
19
13
  export interface AddApplicationCloudWatchLoggingOptionRequest {
20
14
  /**
21
15
  * <p>The Kinesis Data Analytics application name.</p>
@@ -42,12 +36,6 @@ export interface AddApplicationCloudWatchLoggingOptionRequest {
42
36
  */
43
37
  ConditionalToken?: string;
44
38
  }
45
- export declare namespace AddApplicationCloudWatchLoggingOptionRequest {
46
- /**
47
- * @internal
48
- */
49
- const filterSensitiveLog: (obj: AddApplicationCloudWatchLoggingOptionRequest) => any;
50
- }
51
39
  /**
52
40
  * <p>Describes the Amazon CloudWatch logging option.</p>
53
41
  */
@@ -70,12 +58,6 @@ export interface CloudWatchLoggingOptionDescription {
70
58
  */
71
59
  RoleARN?: string;
72
60
  }
73
- export declare namespace CloudWatchLoggingOptionDescription {
74
- /**
75
- * @internal
76
- */
77
- const filterSensitiveLog: (obj: CloudWatchLoggingOptionDescription) => any;
78
- }
79
61
  export interface AddApplicationCloudWatchLoggingOptionResponse {
80
62
  /**
81
63
  * <p>The application's ARN.</p>
@@ -92,12 +74,6 @@ export interface AddApplicationCloudWatchLoggingOptionResponse {
92
74
  */
93
75
  CloudWatchLoggingOptionDescriptions?: CloudWatchLoggingOptionDescription[];
94
76
  }
95
- export declare namespace AddApplicationCloudWatchLoggingOptionResponse {
96
- /**
97
- * @internal
98
- */
99
- const filterSensitiveLog: (obj: AddApplicationCloudWatchLoggingOptionResponse) => any;
100
- }
101
77
  /**
102
78
  * <p>Exception thrown as a result of concurrent modifications to an application. This error can
103
79
  * be the result of attempting to modify an application without using the current application
@@ -182,12 +158,6 @@ export interface InputParallelism {
182
158
  */
183
159
  Count?: number;
184
160
  }
185
- export declare namespace InputParallelism {
186
- /**
187
- * @internal
188
- */
189
- const filterSensitiveLog: (obj: InputParallelism) => any;
190
- }
191
161
  /**
192
162
  * <p>An object that contains the Amazon Resource Name (ARN) of the Amazon Lambda function that is
193
163
  * used to preprocess records in the stream in a SQL-based Kinesis Data Analytics application. </p>
@@ -202,12 +172,6 @@ export interface InputLambdaProcessor {
202
172
  */
203
173
  ResourceARN: string | undefined;
204
174
  }
205
- export declare namespace InputLambdaProcessor {
206
- /**
207
- * @internal
208
- */
209
- const filterSensitiveLog: (obj: InputLambdaProcessor) => any;
210
- }
211
175
  /**
212
176
  * <p>For a SQL-based Kinesis Data Analytics application, describes a processor that is
213
177
  * used to preprocess the records in the stream before being processed by your application code.
@@ -220,12 +184,6 @@ export interface InputProcessingConfiguration {
220
184
  */
221
185
  InputLambdaProcessor: InputLambdaProcessor | undefined;
222
186
  }
223
- export declare namespace InputProcessingConfiguration {
224
- /**
225
- * @internal
226
- */
227
- const filterSensitiveLog: (obj: InputProcessingConfiguration) => any;
228
- }
229
187
  /**
230
188
  * <p>For a SQL-based Kinesis Data Analytics application, describes the mapping of each
231
189
  * data element in the streaming source to the corresponding column in the in-application
@@ -248,12 +206,6 @@ export interface RecordColumn {
248
206
  */
249
207
  SqlType: string | undefined;
250
208
  }
251
- export declare namespace RecordColumn {
252
- /**
253
- * @internal
254
- */
255
- const filterSensitiveLog: (obj: RecordColumn) => any;
256
- }
257
209
  /**
258
210
  * <p>For a SQL-based Kinesis Data Analytics application, provides additional mapping information when the record
259
211
  * format uses delimiters, such as CSV. For example, the following sample records use CSV format,
@@ -279,12 +231,6 @@ export interface CSVMappingParameters {
279
231
  */
280
232
  RecordColumnDelimiter: string | undefined;
281
233
  }
282
- export declare namespace CSVMappingParameters {
283
- /**
284
- * @internal
285
- */
286
- const filterSensitiveLog: (obj: CSVMappingParameters) => any;
287
- }
288
234
  /**
289
235
  * <p>For a SQL-based Kinesis Data Analytics application, provides additional mapping
290
236
  * information when JSON is the record format on the streaming source.</p>
@@ -295,12 +241,6 @@ export interface JSONMappingParameters {
295
241
  */
296
242
  RecordRowPath: string | undefined;
297
243
  }
298
- export declare namespace JSONMappingParameters {
299
- /**
300
- * @internal
301
- */
302
- const filterSensitiveLog: (obj: JSONMappingParameters) => any;
303
- }
304
244
  /**
305
245
  * <p>When you configure a SQL-based Kinesis Data Analytics application's input at the
306
246
  * time of creating or updating an application, provides additional mapping information specific
@@ -318,12 +258,6 @@ export interface MappingParameters {
318
258
  */
319
259
  CSVMappingParameters?: CSVMappingParameters;
320
260
  }
321
- export declare namespace MappingParameters {
322
- /**
323
- * @internal
324
- */
325
- const filterSensitiveLog: (obj: MappingParameters) => any;
326
- }
327
261
  export declare enum RecordFormatType {
328
262
  CSV = "CSV",
329
263
  JSON = "JSON"
@@ -345,12 +279,6 @@ export interface RecordFormat {
345
279
  */
346
280
  MappingParameters?: MappingParameters;
347
281
  }
348
- export declare namespace RecordFormat {
349
- /**
350
- * @internal
351
- */
352
- const filterSensitiveLog: (obj: RecordFormat) => any;
353
- }
354
282
  /**
355
283
  * <p>For a SQL-based Kinesis Data Analytics application, describes the format of the
356
284
  * data in the streaming source, and how each data element maps to corresponding columns created
@@ -370,12 +298,6 @@ export interface SourceSchema {
370
298
  */
371
299
  RecordColumns: RecordColumn[] | undefined;
372
300
  }
373
- export declare namespace SourceSchema {
374
- /**
375
- * @internal
376
- */
377
- const filterSensitiveLog: (obj: SourceSchema) => any;
378
- }
379
301
  /**
380
302
  * <p>For a SQL-based Kinesis Data Analytics application, identifies a Kinesis Data
381
303
  * Firehose delivery stream as the streaming source. You provide the delivery stream's Amazon
@@ -387,12 +309,6 @@ export interface KinesisFirehoseInput {
387
309
  */
388
310
  ResourceARN: string | undefined;
389
311
  }
390
- export declare namespace KinesisFirehoseInput {
391
- /**
392
- * @internal
393
- */
394
- const filterSensitiveLog: (obj: KinesisFirehoseInput) => any;
395
- }
396
312
  /**
397
313
  * <p> Identifies a Kinesis data stream as the streaming source. You provide the
398
314
  * stream's Amazon Resource Name (ARN).</p>
@@ -403,12 +319,6 @@ export interface KinesisStreamsInput {
403
319
  */
404
320
  ResourceARN: string | undefined;
405
321
  }
406
- export declare namespace KinesisStreamsInput {
407
- /**
408
- * @internal
409
- */
410
- const filterSensitiveLog: (obj: KinesisStreamsInput) => any;
411
- }
412
322
  /**
413
323
  * <p>When you configure the application input for a SQL-based Kinesis Data Analytics application, you specify the streaming source, the in-application stream
414
324
  * name that is created,
@@ -448,12 +358,6 @@ export interface Input {
448
358
  */
449
359
  InputSchema: SourceSchema | undefined;
450
360
  }
451
- export declare namespace Input {
452
- /**
453
- * @internal
454
- */
455
- const filterSensitiveLog: (obj: Input) => any;
456
- }
457
361
  export interface AddApplicationInputRequest {
458
362
  /**
459
363
  * <p>The name of your existing application to which you want to add the streaming
@@ -470,12 +374,6 @@ export interface AddApplicationInputRequest {
470
374
  */
471
375
  Input: Input | undefined;
472
376
  }
473
- export declare namespace AddApplicationInputRequest {
474
- /**
475
- * @internal
476
- */
477
- const filterSensitiveLog: (obj: AddApplicationInputRequest) => any;
478
- }
479
377
  /**
480
378
  * <p>For a SQL-based Kinesis Data Analytics application, an object that contains the
481
379
  * Amazon Resource Name (ARN) of the Amazon Lambda function that is used to preprocess records in
@@ -501,12 +399,6 @@ export interface InputLambdaProcessorDescription {
501
399
  */
502
400
  RoleARN?: string;
503
401
  }
504
- export declare namespace InputLambdaProcessorDescription {
505
- /**
506
- * @internal
507
- */
508
- const filterSensitiveLog: (obj: InputLambdaProcessorDescription) => any;
509
- }
510
402
  /**
511
403
  * <p>For a SQL-based Kinesis Data Analytics application, provides the configuration
512
404
  * information about an input processor. Currently, the only input processor available is <a href="https://docs.aws.amazon.com/lambda/">Amazon Lambda</a>.</p>
@@ -518,12 +410,6 @@ export interface InputProcessingConfigurationDescription {
518
410
  */
519
411
  InputLambdaProcessorDescription?: InputLambdaProcessorDescription;
520
412
  }
521
- export declare namespace InputProcessingConfigurationDescription {
522
- /**
523
- * @internal
524
- */
525
- const filterSensitiveLog: (obj: InputProcessingConfigurationDescription) => any;
526
- }
527
413
  export declare enum InputStartingPosition {
528
414
  LAST_STOPPED_POINT = "LAST_STOPPED_POINT",
529
415
  NOW = "NOW",
@@ -558,12 +444,6 @@ export interface InputStartingPositionConfiguration {
558
444
  */
559
445
  InputStartingPosition?: InputStartingPosition | string;
560
446
  }
561
- export declare namespace InputStartingPositionConfiguration {
562
- /**
563
- * @internal
564
- */
565
- const filterSensitiveLog: (obj: InputStartingPositionConfiguration) => any;
566
- }
567
447
  /**
568
448
  * <p>Describes the Amazon Kinesis Data Firehose delivery stream that is configured as the streaming source
569
449
  * in the application input configuration. </p>
@@ -583,12 +463,6 @@ export interface KinesisFirehoseInputDescription {
583
463
  */
584
464
  RoleARN?: string;
585
465
  }
586
- export declare namespace KinesisFirehoseInputDescription {
587
- /**
588
- * @internal
589
- */
590
- const filterSensitiveLog: (obj: KinesisFirehoseInputDescription) => any;
591
- }
592
466
  /**
593
467
  * <p>For a SQL-based Kinesis Data Analytics application, describes the Kinesis data
594
468
  * stream that is configured as the streaming source in the application input configuration. </p>
@@ -609,12 +483,6 @@ export interface KinesisStreamsInputDescription {
609
483
  */
610
484
  RoleARN?: string;
611
485
  }
612
- export declare namespace KinesisStreamsInputDescription {
613
- /**
614
- * @internal
615
- */
616
- const filterSensitiveLog: (obj: KinesisStreamsInputDescription) => any;
617
- }
618
486
  /**
619
487
  * <p>Describes the application input configuration for a SQL-based Kinesis Data Analytics application. </p>
620
488
  */
@@ -659,12 +527,6 @@ export interface InputDescription {
659
527
  */
660
528
  InputStartingPositionConfiguration?: InputStartingPositionConfiguration;
661
529
  }
662
- export declare namespace InputDescription {
663
- /**
664
- * @internal
665
- */
666
- const filterSensitiveLog: (obj: InputDescription) => any;
667
- }
668
530
  export interface AddApplicationInputResponse {
669
531
  /**
670
532
  * <p>The Amazon Resource Name (ARN) of the application.</p>
@@ -682,12 +544,6 @@ export interface AddApplicationInputResponse {
682
544
  */
683
545
  InputDescriptions?: InputDescription[];
684
546
  }
685
- export declare namespace AddApplicationInputResponse {
686
- /**
687
- * @internal
688
- */
689
- const filterSensitiveLog: (obj: AddApplicationInputResponse) => any;
690
- }
691
547
  /**
692
548
  * <p>The user-provided application code (query) is not valid. This can be a simple syntax
693
549
  * error.</p>
@@ -724,12 +580,6 @@ export interface AddApplicationInputProcessingConfigurationRequest {
724
580
  */
725
581
  InputProcessingConfiguration: InputProcessingConfiguration | undefined;
726
582
  }
727
- export declare namespace AddApplicationInputProcessingConfigurationRequest {
728
- /**
729
- * @internal
730
- */
731
- const filterSensitiveLog: (obj: AddApplicationInputProcessingConfigurationRequest) => any;
732
- }
733
583
  export interface AddApplicationInputProcessingConfigurationResponse {
734
584
  /**
735
585
  * <p>The Amazon Resource Name (ARN) of the application.</p>
@@ -750,12 +600,6 @@ export interface AddApplicationInputProcessingConfigurationResponse {
750
600
  */
751
601
  InputProcessingConfigurationDescription?: InputProcessingConfigurationDescription;
752
602
  }
753
- export declare namespace AddApplicationInputProcessingConfigurationResponse {
754
- /**
755
- * @internal
756
- */
757
- const filterSensitiveLog: (obj: AddApplicationInputProcessingConfigurationResponse) => any;
758
- }
759
603
  /**
760
604
  * <p>Describes the data format when records are written to the destination in a SQL-based Kinesis Data Analytics application. </p>
761
605
  */
@@ -765,12 +609,6 @@ export interface DestinationSchema {
765
609
  */
766
610
  RecordFormatType: RecordFormatType | string | undefined;
767
611
  }
768
- export declare namespace DestinationSchema {
769
- /**
770
- * @internal
771
- */
772
- const filterSensitiveLog: (obj: DestinationSchema) => any;
773
- }
774
612
  /**
775
613
  * <p>For a SQL-based Kinesis Data Analytics application, when configuring application
776
614
  * output, identifies a Kinesis Data Firehose delivery stream as the destination. You provide the
@@ -782,12 +620,6 @@ export interface KinesisFirehoseOutput {
782
620
  */
783
621
  ResourceARN: string | undefined;
784
622
  }
785
- export declare namespace KinesisFirehoseOutput {
786
- /**
787
- * @internal
788
- */
789
- const filterSensitiveLog: (obj: KinesisFirehoseOutput) => any;
790
- }
791
623
  /**
792
624
  * <p>When you configure a SQL-based Kinesis Data Analytics application's output,
793
625
  * identifies a Kinesis data stream as the destination. You provide the stream Amazon Resource
@@ -799,12 +631,6 @@ export interface KinesisStreamsOutput {
799
631
  */
800
632
  ResourceARN: string | undefined;
801
633
  }
802
- export declare namespace KinesisStreamsOutput {
803
- /**
804
- * @internal
805
- */
806
- const filterSensitiveLog: (obj: KinesisStreamsOutput) => any;
807
- }
808
634
  /**
809
635
  * <p>When you configure a SQL-based Kinesis Data Analytics application's output,
810
636
  * identifies an Amazon Lambda function as the destination. You provide the function Amazon Resource
@@ -820,12 +646,6 @@ export interface LambdaOutput {
820
646
  */
821
647
  ResourceARN: string | undefined;
822
648
  }
823
- export declare namespace LambdaOutput {
824
- /**
825
- * @internal
826
- */
827
- const filterSensitiveLog: (obj: LambdaOutput) => any;
828
- }
829
649
  /**
830
650
  * <p> Describes a SQL-based Kinesis Data Analytics application's output configuration,
831
651
  * in which you identify an in-application stream and a destination where you want the
@@ -858,12 +678,6 @@ export interface Output {
858
678
  */
859
679
  DestinationSchema: DestinationSchema | undefined;
860
680
  }
861
- export declare namespace Output {
862
- /**
863
- * @internal
864
- */
865
- const filterSensitiveLog: (obj: Output) => any;
866
- }
867
681
  export interface AddApplicationOutputRequest {
868
682
  /**
869
683
  * <p>The name of the application to which you want to add the output configuration.</p>
@@ -884,12 +698,6 @@ export interface AddApplicationOutputRequest {
884
698
  */
885
699
  Output: Output | undefined;
886
700
  }
887
- export declare namespace AddApplicationOutputRequest {
888
- /**
889
- * @internal
890
- */
891
- const filterSensitiveLog: (obj: AddApplicationOutputRequest) => any;
892
- }
893
701
  /**
894
702
  * <p>For a SQL-based Kinesis Data Analytics application's output, describes the Kinesis
895
703
  * Data Firehose delivery stream that is configured as its destination.</p>
@@ -910,12 +718,6 @@ export interface KinesisFirehoseOutputDescription {
910
718
  */
911
719
  RoleARN?: string;
912
720
  }
913
- export declare namespace KinesisFirehoseOutputDescription {
914
- /**
915
- * @internal
916
- */
917
- const filterSensitiveLog: (obj: KinesisFirehoseOutputDescription) => any;
918
- }
919
721
  /**
920
722
  * <p>For an SQL-based Kinesis Data Analytics application's output, describes the Kinesis
921
723
  * data stream that is configured as its destination. </p>
@@ -936,12 +738,6 @@ export interface KinesisStreamsOutputDescription {
936
738
  */
937
739
  RoleARN?: string;
938
740
  }
939
- export declare namespace KinesisStreamsOutputDescription {
940
- /**
941
- * @internal
942
- */
943
- const filterSensitiveLog: (obj: KinesisStreamsOutputDescription) => any;
944
- }
945
741
  /**
946
742
  * <p>For a SQL-based Kinesis Data Analytics application's output, describes the Amazon
947
743
  * Lambda function that is configured as its destination. </p>
@@ -962,12 +758,6 @@ export interface LambdaOutputDescription {
962
758
  */
963
759
  RoleARN?: string;
964
760
  }
965
- export declare namespace LambdaOutputDescription {
966
- /**
967
- * @internal
968
- */
969
- const filterSensitiveLog: (obj: LambdaOutputDescription) => any;
970
- }
971
761
  /**
972
762
  * <p>For a SQL-based Kinesis Data Analytics application, describes the application
973
763
  * output configuration, which includes the in-application stream name and the destination where
@@ -1003,12 +793,6 @@ export interface OutputDescription {
1003
793
  */
1004
794
  DestinationSchema?: DestinationSchema;
1005
795
  }
1006
- export declare namespace OutputDescription {
1007
- /**
1008
- * @internal
1009
- */
1010
- const filterSensitiveLog: (obj: OutputDescription) => any;
1011
- }
1012
796
  export interface AddApplicationOutputResponse {
1013
797
  /**
1014
798
  * <p>The application Amazon Resource Name (ARN).</p>
@@ -1028,12 +812,6 @@ export interface AddApplicationOutputResponse {
1028
812
  */
1029
813
  OutputDescriptions?: OutputDescription[];
1030
814
  }
1031
- export declare namespace AddApplicationOutputResponse {
1032
- /**
1033
- * @internal
1034
- */
1035
- const filterSensitiveLog: (obj: AddApplicationOutputResponse) => any;
1036
- }
1037
815
  /**
1038
816
  * <p>For a SQL-based Kinesis Data Analytics application, identifies the Amazon S3
1039
817
  * bucket and object that contains the reference data.</p>
@@ -1051,12 +829,6 @@ export interface S3ReferenceDataSource {
1051
829
  */
1052
830
  FileKey?: string;
1053
831
  }
1054
- export declare namespace S3ReferenceDataSource {
1055
- /**
1056
- * @internal
1057
- */
1058
- const filterSensitiveLog: (obj: S3ReferenceDataSource) => any;
1059
- }
1060
832
  /**
1061
833
  * <p>For a SQL-based Kinesis Data Analytics application, describes the reference data
1062
834
  * source by providing the source information (Amazon S3 bucket name and object key name), the
@@ -1079,12 +851,6 @@ export interface ReferenceDataSource {
1079
851
  */
1080
852
  ReferenceSchema: SourceSchema | undefined;
1081
853
  }
1082
- export declare namespace ReferenceDataSource {
1083
- /**
1084
- * @internal
1085
- */
1086
- const filterSensitiveLog: (obj: ReferenceDataSource) => any;
1087
- }
1088
854
  export interface AddApplicationReferenceDataSourceRequest {
1089
855
  /**
1090
856
  * <p>The name of an existing application.</p>
@@ -1106,12 +872,6 @@ export interface AddApplicationReferenceDataSourceRequest {
1106
872
  */
1107
873
  ReferenceDataSource: ReferenceDataSource | undefined;
1108
874
  }
1109
- export declare namespace AddApplicationReferenceDataSourceRequest {
1110
- /**
1111
- * @internal
1112
- */
1113
- const filterSensitiveLog: (obj: AddApplicationReferenceDataSourceRequest) => any;
1114
- }
1115
875
  /**
1116
876
  * <p>For a SQL-based Kinesis Data Analytics application, provides the bucket name and
1117
877
  * object key name that stores the reference data.</p>
@@ -1136,12 +896,6 @@ export interface S3ReferenceDataSourceDescription {
1136
896
  */
1137
897
  ReferenceRoleARN?: string;
1138
898
  }
1139
- export declare namespace S3ReferenceDataSourceDescription {
1140
- /**
1141
- * @internal
1142
- */
1143
- const filterSensitiveLog: (obj: S3ReferenceDataSourceDescription) => any;
1144
- }
1145
899
  /**
1146
900
  * <p>For a SQL-based Kinesis Data Analytics application, describes the reference data
1147
901
  * source configured for an application.</p>
@@ -1165,12 +919,6 @@ export interface ReferenceDataSourceDescription {
1165
919
  */
1166
920
  ReferenceSchema?: SourceSchema;
1167
921
  }
1168
- export declare namespace ReferenceDataSourceDescription {
1169
- /**
1170
- * @internal
1171
- */
1172
- const filterSensitiveLog: (obj: ReferenceDataSourceDescription) => any;
1173
- }
1174
922
  export interface AddApplicationReferenceDataSourceResponse {
1175
923
  /**
1176
924
  * <p>The application Amazon Resource Name (ARN).</p>
@@ -1190,12 +938,6 @@ export interface AddApplicationReferenceDataSourceResponse {
1190
938
  */
1191
939
  ReferenceDataSourceDescriptions?: ReferenceDataSourceDescription[];
1192
940
  }
1193
- export declare namespace AddApplicationReferenceDataSourceResponse {
1194
- /**
1195
- * @internal
1196
- */
1197
- const filterSensitiveLog: (obj: AddApplicationReferenceDataSourceResponse) => any;
1198
- }
1199
941
  /**
1200
942
  * <p>Describes the parameters of a VPC used by the application.</p>
1201
943
  */
@@ -1211,12 +953,6 @@ export interface VpcConfiguration {
1211
953
  */
1212
954
  SecurityGroupIds: string[] | undefined;
1213
955
  }
1214
- export declare namespace VpcConfiguration {
1215
- /**
1216
- * @internal
1217
- */
1218
- const filterSensitiveLog: (obj: VpcConfiguration) => any;
1219
- }
1220
956
  export interface AddApplicationVpcConfigurationRequest {
1221
957
  /**
1222
958
  * <p>The name of an existing application.</p>
@@ -1245,12 +981,6 @@ export interface AddApplicationVpcConfigurationRequest {
1245
981
  */
1246
982
  ConditionalToken?: string;
1247
983
  }
1248
- export declare namespace AddApplicationVpcConfigurationRequest {
1249
- /**
1250
- * @internal
1251
- */
1252
- const filterSensitiveLog: (obj: AddApplicationVpcConfigurationRequest) => any;
1253
- }
1254
984
  /**
1255
985
  * <p>Describes the parameters of a VPC used by the application.</p>
1256
986
  */
@@ -1274,12 +1004,6 @@ export interface VpcConfigurationDescription {
1274
1004
  */
1275
1005
  SecurityGroupIds: string[] | undefined;
1276
1006
  }
1277
- export declare namespace VpcConfigurationDescription {
1278
- /**
1279
- * @internal
1280
- */
1281
- const filterSensitiveLog: (obj: VpcConfigurationDescription) => any;
1282
- }
1283
1007
  export interface AddApplicationVpcConfigurationResponse {
1284
1008
  /**
1285
1009
  * <p>The ARN of the application.</p>
@@ -1295,12 +1019,6 @@ export interface AddApplicationVpcConfigurationResponse {
1295
1019
  */
1296
1020
  VpcConfigurationDescription?: VpcConfigurationDescription;
1297
1021
  }
1298
- export declare namespace AddApplicationVpcConfigurationResponse {
1299
- /**
1300
- * @internal
1301
- */
1302
- const filterSensitiveLog: (obj: AddApplicationVpcConfigurationResponse) => any;
1303
- }
1304
1022
  /**
1305
1023
  * <p>For a Kinesis Data Analytics application provides a
1306
1024
  * description of an Amazon S3 object, including the Amazon Resource Name (ARN) of the S3 bucket,
@@ -1321,12 +1039,6 @@ export interface S3ContentLocation {
1321
1039
  */
1322
1040
  ObjectVersion?: string;
1323
1041
  }
1324
- export declare namespace S3ContentLocation {
1325
- /**
1326
- * @internal
1327
- */
1328
- const filterSensitiveLog: (obj: S3ContentLocation) => any;
1329
- }
1330
1042
  /**
1331
1043
  * <p>Specifies either the application code, or the location of the application code, for a
1332
1044
  * Flink-based Kinesis Data Analytics application. </p>
@@ -1345,12 +1057,6 @@ export interface CodeContent {
1345
1057
  */
1346
1058
  S3ContentLocation?: S3ContentLocation;
1347
1059
  }
1348
- export declare namespace CodeContent {
1349
- /**
1350
- * @internal
1351
- */
1352
- const filterSensitiveLog: (obj: CodeContent) => any;
1353
- }
1354
1060
  export declare enum CodeContentType {
1355
1061
  PLAINTEXT = "PLAINTEXT",
1356
1062
  ZIPFILE = "ZIPFILE"
@@ -1368,12 +1074,6 @@ export interface ApplicationCodeConfiguration {
1368
1074
  */
1369
1075
  CodeContentType: CodeContentType | string | undefined;
1370
1076
  }
1371
- export declare namespace ApplicationCodeConfiguration {
1372
- /**
1373
- * @internal
1374
- */
1375
- const filterSensitiveLog: (obj: ApplicationCodeConfiguration) => any;
1376
- }
1377
1077
  /**
1378
1078
  * <p>Describes the location of an application's code stored in an S3 bucket.</p>
1379
1079
  */
@@ -1391,12 +1091,6 @@ export interface S3ApplicationCodeLocationDescription {
1391
1091
  */
1392
1092
  ObjectVersion?: string;
1393
1093
  }
1394
- export declare namespace S3ApplicationCodeLocationDescription {
1395
- /**
1396
- * @internal
1397
- */
1398
- const filterSensitiveLog: (obj: S3ApplicationCodeLocationDescription) => any;
1399
- }
1400
1094
  /**
1401
1095
  * <p>Describes details about the code of a Kinesis Data Analytics application.</p>
1402
1096
  */
@@ -1419,12 +1113,6 @@ export interface CodeContentDescription {
1419
1113
  */
1420
1114
  S3ApplicationCodeLocationDescription?: S3ApplicationCodeLocationDescription;
1421
1115
  }
1422
- export declare namespace CodeContentDescription {
1423
- /**
1424
- * @internal
1425
- */
1426
- const filterSensitiveLog: (obj: CodeContentDescription) => any;
1427
- }
1428
1116
  /**
1429
1117
  * <p>Describes code configuration for an application.</p>
1430
1118
  */
@@ -1438,12 +1126,6 @@ export interface ApplicationCodeConfigurationDescription {
1438
1126
  */
1439
1127
  CodeContentDescription?: CodeContentDescription;
1440
1128
  }
1441
- export declare namespace ApplicationCodeConfigurationDescription {
1442
- /**
1443
- * @internal
1444
- */
1445
- const filterSensitiveLog: (obj: ApplicationCodeConfigurationDescription) => any;
1446
- }
1447
1129
  /**
1448
1130
  * <p>Describes an update for the Amazon S3 code content location for an application.</p>
1449
1131
  */
@@ -1461,12 +1143,6 @@ export interface S3ContentLocationUpdate {
1461
1143
  */
1462
1144
  ObjectVersionUpdate?: string;
1463
1145
  }
1464
- export declare namespace S3ContentLocationUpdate {
1465
- /**
1466
- * @internal
1467
- */
1468
- const filterSensitiveLog: (obj: S3ContentLocationUpdate) => any;
1469
- }
1470
1146
  /**
1471
1147
  * <p>Describes an update to the code of an application. Not supported for Apache Zeppelin.</p>
1472
1148
  */
@@ -1484,12 +1160,6 @@ export interface CodeContentUpdate {
1484
1160
  */
1485
1161
  S3ContentLocationUpdate?: S3ContentLocationUpdate;
1486
1162
  }
1487
- export declare namespace CodeContentUpdate {
1488
- /**
1489
- * @internal
1490
- */
1491
- const filterSensitiveLog: (obj: CodeContentUpdate) => any;
1492
- }
1493
1163
  /**
1494
1164
  * <p>Describes code configuration updates for an application. This is supported for a Flink-based Kinesis Data Analytics application or a SQL-based Kinesis Data Analytics application.</p>
1495
1165
  */
@@ -1503,12 +1173,6 @@ export interface ApplicationCodeConfigurationUpdate {
1503
1173
  */
1504
1174
  CodeContentUpdate?: CodeContentUpdate;
1505
1175
  }
1506
- export declare namespace ApplicationCodeConfigurationUpdate {
1507
- /**
1508
- * @internal
1509
- */
1510
- const filterSensitiveLog: (obj: ApplicationCodeConfigurationUpdate) => any;
1511
- }
1512
1176
  /**
1513
1177
  * <p>Describes whether snapshots are enabled for a Flink-based Kinesis Data Analytics application.</p>
1514
1178
  */
@@ -1518,12 +1182,6 @@ export interface ApplicationSnapshotConfiguration {
1518
1182
  */
1519
1183
  SnapshotsEnabled: boolean | undefined;
1520
1184
  }
1521
- export declare namespace ApplicationSnapshotConfiguration {
1522
- /**
1523
- * @internal
1524
- */
1525
- const filterSensitiveLog: (obj: ApplicationSnapshotConfiguration) => any;
1526
- }
1527
1185
  /**
1528
1186
  * <p>Property key-value pairs passed into an application.</p>
1529
1187
  */
@@ -1537,12 +1195,6 @@ export interface PropertyGroup {
1537
1195
  */
1538
1196
  PropertyMap: Record<string, string> | undefined;
1539
1197
  }
1540
- export declare namespace PropertyGroup {
1541
- /**
1542
- * @internal
1543
- */
1544
- const filterSensitiveLog: (obj: PropertyGroup) => any;
1545
- }
1546
1198
  /**
1547
1199
  * <p>Describes execution properties for a Flink-based Kinesis Data Analytics application.</p>
1548
1200
  */
@@ -1552,12 +1204,6 @@ export interface EnvironmentProperties {
1552
1204
  */
1553
1205
  PropertyGroups: PropertyGroup[] | undefined;
1554
1206
  }
1555
- export declare namespace EnvironmentProperties {
1556
- /**
1557
- * @internal
1558
- */
1559
- const filterSensitiveLog: (obj: EnvironmentProperties) => any;
1560
- }
1561
1207
  export declare enum ConfigurationType {
1562
1208
  CUSTOM = "CUSTOM",
1563
1209
  DEFAULT = "DEFAULT"
@@ -1627,12 +1273,6 @@ export interface CheckpointConfiguration {
1627
1273
  */
1628
1274
  MinPauseBetweenCheckpoints?: number;
1629
1275
  }
1630
- export declare namespace CheckpointConfiguration {
1631
- /**
1632
- * @internal
1633
- */
1634
- const filterSensitiveLog: (obj: CheckpointConfiguration) => any;
1635
- }
1636
1276
  export declare enum LogLevel {
1637
1277
  DEBUG = "DEBUG",
1638
1278
  ERROR = "ERROR",
@@ -1665,12 +1305,6 @@ export interface MonitoringConfiguration {
1665
1305
  */
1666
1306
  LogLevel?: LogLevel | string;
1667
1307
  }
1668
- export declare namespace MonitoringConfiguration {
1669
- /**
1670
- * @internal
1671
- */
1672
- const filterSensitiveLog: (obj: MonitoringConfiguration) => any;
1673
- }
1674
1308
  /**
1675
1309
  * <p>Describes parameters for how a Flink-based Kinesis Data Analytics application
1676
1310
  * executes multiple tasks simultaneously. For more information about parallelism,
@@ -1704,12 +1338,6 @@ export interface ParallelismConfiguration {
1704
1338
  */
1705
1339
  AutoScalingEnabled?: boolean;
1706
1340
  }
1707
- export declare namespace ParallelismConfiguration {
1708
- /**
1709
- * @internal
1710
- */
1711
- const filterSensitiveLog: (obj: ParallelismConfiguration) => any;
1712
- }
1713
1341
  /**
1714
1342
  * <p>Describes configuration parameters for a Flink-based Kinesis Data Analytics application or a Studio notebook.</p>
1715
1343
  */
@@ -1733,12 +1361,6 @@ export interface FlinkApplicationConfiguration {
1733
1361
  */
1734
1362
  ParallelismConfiguration?: ParallelismConfiguration;
1735
1363
  }
1736
- export declare namespace FlinkApplicationConfiguration {
1737
- /**
1738
- * @internal
1739
- */
1740
- const filterSensitiveLog: (obj: FlinkApplicationConfiguration) => any;
1741
- }
1742
1364
  /**
1743
1365
  * <p>Describes the inputs, outputs, and reference data sources for a SQL-based Kinesis Data Analytics application.</p>
1744
1366
  */
@@ -1759,12 +1381,6 @@ export interface SqlApplicationConfiguration {
1759
1381
  */
1760
1382
  ReferenceDataSources?: ReferenceDataSource[];
1761
1383
  }
1762
- export declare namespace SqlApplicationConfiguration {
1763
- /**
1764
- * @internal
1765
- */
1766
- const filterSensitiveLog: (obj: SqlApplicationConfiguration) => any;
1767
- }
1768
1384
  /**
1769
1385
  * <p>The configuration of the Glue Data Catalog that you use for Apache Flink SQL queries and table API transforms that you write in an application.</p>
1770
1386
  */
@@ -1774,12 +1390,6 @@ export interface GlueDataCatalogConfiguration {
1774
1390
  */
1775
1391
  DatabaseARN: string | undefined;
1776
1392
  }
1777
- export declare namespace GlueDataCatalogConfiguration {
1778
- /**
1779
- * @internal
1780
- */
1781
- const filterSensitiveLog: (obj: GlueDataCatalogConfiguration) => any;
1782
- }
1783
1393
  /**
1784
1394
  * <p>The configuration parameters for the default Amazon Glue database. You use this database for SQL queries that you write in a Kinesis Data Analytics Studio notebook.</p>
1785
1395
  */
@@ -1789,12 +1399,6 @@ export interface CatalogConfiguration {
1789
1399
  */
1790
1400
  GlueDataCatalogConfiguration: GlueDataCatalogConfiguration | undefined;
1791
1401
  }
1792
- export declare namespace CatalogConfiguration {
1793
- /**
1794
- * @internal
1795
- */
1796
- const filterSensitiveLog: (obj: CatalogConfiguration) => any;
1797
- }
1798
1402
  export declare enum ArtifactType {
1799
1403
  DEPENDENCY_JAR = "DEPENDENCY_JAR",
1800
1404
  UDF = "UDF"
@@ -1816,12 +1420,6 @@ export interface MavenReference {
1816
1420
  */
1817
1421
  Version: string | undefined;
1818
1422
  }
1819
- export declare namespace MavenReference {
1820
- /**
1821
- * @internal
1822
- */
1823
- const filterSensitiveLog: (obj: MavenReference) => any;
1824
- }
1825
1423
  /**
1826
1424
  * <p>Specifies dependency JARs, as well as JAR files that contain user-defined functions (UDF).</p>
1827
1425
  */
@@ -1843,12 +1441,6 @@ export interface CustomArtifactConfiguration {
1843
1441
  */
1844
1442
  MavenReference?: MavenReference;
1845
1443
  }
1846
- export declare namespace CustomArtifactConfiguration {
1847
- /**
1848
- * @internal
1849
- */
1850
- const filterSensitiveLog: (obj: CustomArtifactConfiguration) => any;
1851
- }
1852
1444
  /**
1853
1445
  * <p>The S3 bucket that holds the application information.</p>
1854
1446
  */
@@ -1862,12 +1454,6 @@ export interface S3ContentBaseLocation {
1862
1454
  */
1863
1455
  BasePath?: string;
1864
1456
  }
1865
- export declare namespace S3ContentBaseLocation {
1866
- /**
1867
- * @internal
1868
- */
1869
- const filterSensitiveLog: (obj: S3ContentBaseLocation) => any;
1870
- }
1871
1457
  /**
1872
1458
  * <p>The information required to deploy a Kinesis Data Analytics Studio notebook as an application with durable state.</p>
1873
1459
  */
@@ -1878,12 +1464,6 @@ export interface DeployAsApplicationConfiguration {
1878
1464
  */
1879
1465
  S3ContentLocation: S3ContentBaseLocation | undefined;
1880
1466
  }
1881
- export declare namespace DeployAsApplicationConfiguration {
1882
- /**
1883
- * @internal
1884
- */
1885
- const filterSensitiveLog: (obj: DeployAsApplicationConfiguration) => any;
1886
- }
1887
1467
  /**
1888
1468
  * <p>Describes configuration parameters for Amazon CloudWatch logging for a Kinesis Data Analytics Studio notebook. For more information about CloudWatch logging, see <a href="https://docs.aws.amazon.com/kinesisanalytics/latest/java/monitoring-overview.html">Monitoring</a>.</p>
1889
1469
  */
@@ -1893,12 +1473,6 @@ export interface ZeppelinMonitoringConfiguration {
1893
1473
  */
1894
1474
  LogLevel: LogLevel | string | undefined;
1895
1475
  }
1896
- export declare namespace ZeppelinMonitoringConfiguration {
1897
- /**
1898
- * @internal
1899
- */
1900
- const filterSensitiveLog: (obj: ZeppelinMonitoringConfiguration) => any;
1901
- }
1902
1476
  /**
1903
1477
  * <p>The configuration of a Kinesis Data Analytics Studio notebook.</p>
1904
1478
  */
@@ -1920,12 +1494,6 @@ export interface ZeppelinApplicationConfiguration {
1920
1494
  */
1921
1495
  CustomArtifactsConfiguration?: CustomArtifactConfiguration[];
1922
1496
  }
1923
- export declare namespace ZeppelinApplicationConfiguration {
1924
- /**
1925
- * @internal
1926
- */
1927
- const filterSensitiveLog: (obj: ZeppelinApplicationConfiguration) => any;
1928
- }
1929
1497
  /**
1930
1498
  * <p>Specifies the creation parameters for a Kinesis Data Analytics application.</p>
1931
1499
  */
@@ -1959,12 +1527,6 @@ export interface ApplicationConfiguration {
1959
1527
  */
1960
1528
  ZeppelinApplicationConfiguration?: ZeppelinApplicationConfiguration;
1961
1529
  }
1962
- export declare namespace ApplicationConfiguration {
1963
- /**
1964
- * @internal
1965
- */
1966
- const filterSensitiveLog: (obj: ApplicationConfiguration) => any;
1967
- }
1968
1530
  /**
1969
1531
  * <p>Describes whether snapshots are enabled for a Flink-based Kinesis Data Analytics application.</p>
1970
1532
  */
@@ -1974,12 +1536,6 @@ export interface ApplicationSnapshotConfigurationDescription {
1974
1536
  */
1975
1537
  SnapshotsEnabled: boolean | undefined;
1976
1538
  }
1977
- export declare namespace ApplicationSnapshotConfigurationDescription {
1978
- /**
1979
- * @internal
1980
- */
1981
- const filterSensitiveLog: (obj: ApplicationSnapshotConfigurationDescription) => any;
1982
- }
1983
1539
  /**
1984
1540
  * <p>Describes the execution properties for an Apache Flink runtime.</p>
1985
1541
  */
@@ -1989,12 +1545,6 @@ export interface EnvironmentPropertyDescriptions {
1989
1545
  */
1990
1546
  PropertyGroupDescriptions?: PropertyGroup[];
1991
1547
  }
1992
- export declare namespace EnvironmentPropertyDescriptions {
1993
- /**
1994
- * @internal
1995
- */
1996
- const filterSensitiveLog: (obj: EnvironmentPropertyDescriptions) => any;
1997
- }
1998
1548
  /**
1999
1549
  * <p>Describes checkpointing parameters for a Flink-based Kinesis Data Analytics application.</p>
2000
1550
  */
@@ -2051,12 +1601,6 @@ export interface CheckpointConfigurationDescription {
2051
1601
  */
2052
1602
  MinPauseBetweenCheckpoints?: number;
2053
1603
  }
2054
- export declare namespace CheckpointConfigurationDescription {
2055
- /**
2056
- * @internal
2057
- */
2058
- const filterSensitiveLog: (obj: CheckpointConfigurationDescription) => any;
2059
- }
2060
1604
  /**
2061
1605
  * <p>Describes configuration parameters for CloudWatch logging for an application.</p>
2062
1606
  */
@@ -2074,12 +1618,6 @@ export interface MonitoringConfigurationDescription {
2074
1618
  */
2075
1619
  LogLevel?: LogLevel | string;
2076
1620
  }
2077
- export declare namespace MonitoringConfigurationDescription {
2078
- /**
2079
- * @internal
2080
- */
2081
- const filterSensitiveLog: (obj: MonitoringConfigurationDescription) => any;
2082
- }
2083
1621
  /**
2084
1622
  * <p>Describes parameters for how a Flink-based Kinesis Data Analytics application
2085
1623
  * executes multiple tasks simultaneously.</p>
@@ -2115,12 +1653,6 @@ export interface ParallelismConfigurationDescription {
2115
1653
  */
2116
1654
  AutoScalingEnabled?: boolean;
2117
1655
  }
2118
- export declare namespace ParallelismConfigurationDescription {
2119
- /**
2120
- * @internal
2121
- */
2122
- const filterSensitiveLog: (obj: ParallelismConfigurationDescription) => any;
2123
- }
2124
1656
  /**
2125
1657
  * <p>Describes configuration parameters for a Flink-based Kinesis Data Analytics application.</p>
2126
1658
  */
@@ -2145,12 +1677,6 @@ export interface FlinkApplicationConfigurationDescription {
2145
1677
  */
2146
1678
  JobPlanDescription?: string;
2147
1679
  }
2148
- export declare namespace FlinkApplicationConfigurationDescription {
2149
- /**
2150
- * @internal
2151
- */
2152
- const filterSensitiveLog: (obj: FlinkApplicationConfigurationDescription) => any;
2153
- }
2154
1680
  export declare enum ApplicationRestoreType {
2155
1681
  RESTORE_FROM_CUSTOM_SNAPSHOT = "RESTORE_FROM_CUSTOM_SNAPSHOT",
2156
1682
  RESTORE_FROM_LATEST_SNAPSHOT = "RESTORE_FROM_LATEST_SNAPSHOT",
@@ -2171,12 +1697,6 @@ export interface ApplicationRestoreConfiguration {
2171
1697
  */
2172
1698
  SnapshotName?: string;
2173
1699
  }
2174
- export declare namespace ApplicationRestoreConfiguration {
2175
- /**
2176
- * @internal
2177
- */
2178
- const filterSensitiveLog: (obj: ApplicationRestoreConfiguration) => any;
2179
- }
2180
1700
  /**
2181
1701
  * <p>Describes the starting parameters for a Flink-based Kinesis Data Analytics application.</p>
2182
1702
  */
@@ -2198,12 +1718,6 @@ export interface FlinkRunConfiguration {
2198
1718
  */
2199
1719
  AllowNonRestoredState?: boolean;
2200
1720
  }
2201
- export declare namespace FlinkRunConfiguration {
2202
- /**
2203
- * @internal
2204
- */
2205
- const filterSensitiveLog: (obj: FlinkRunConfiguration) => any;
2206
- }
2207
1721
  /**
2208
1722
  * <p>Describes the starting properties for a Kinesis Data Analytics application.</p>
2209
1723
  */
@@ -2217,12 +1731,6 @@ export interface RunConfigurationDescription {
2217
1731
  */
2218
1732
  FlinkRunConfigurationDescription?: FlinkRunConfiguration;
2219
1733
  }
2220
- export declare namespace RunConfigurationDescription {
2221
- /**
2222
- * @internal
2223
- */
2224
- const filterSensitiveLog: (obj: RunConfigurationDescription) => any;
2225
- }
2226
1734
  /**
2227
1735
  * <p>Describes the inputs, outputs, and reference data sources for a SQL-based Kinesis Data Analytics application.</p>
2228
1736
  */
@@ -2243,12 +1751,6 @@ export interface SqlApplicationConfigurationDescription {
2243
1751
  */
2244
1752
  ReferenceDataSourceDescriptions?: ReferenceDataSourceDescription[];
2245
1753
  }
2246
- export declare namespace SqlApplicationConfigurationDescription {
2247
- /**
2248
- * @internal
2249
- */
2250
- const filterSensitiveLog: (obj: SqlApplicationConfigurationDescription) => any;
2251
- }
2252
1754
  /**
2253
1755
  * <p>The configuration of the Glue Data Catalog that you use for Apache Flink SQL queries and table API transforms that you write in an application.</p>
2254
1756
  */
@@ -2258,12 +1760,6 @@ export interface GlueDataCatalogConfigurationDescription {
2258
1760
  */
2259
1761
  DatabaseARN: string | undefined;
2260
1762
  }
2261
- export declare namespace GlueDataCatalogConfigurationDescription {
2262
- /**
2263
- * @internal
2264
- */
2265
- const filterSensitiveLog: (obj: GlueDataCatalogConfigurationDescription) => any;
2266
- }
2267
1763
  /**
2268
1764
  * <p>The configuration parameters for the default Amazon Glue database. You use this database for Apache Flink SQL queries and table API transforms that you write in a Kinesis Data Analytics Studio notebook.</p>
2269
1765
  */
@@ -2273,12 +1769,6 @@ export interface CatalogConfigurationDescription {
2273
1769
  */
2274
1770
  GlueDataCatalogConfigurationDescription: GlueDataCatalogConfigurationDescription | undefined;
2275
1771
  }
2276
- export declare namespace CatalogConfigurationDescription {
2277
- /**
2278
- * @internal
2279
- */
2280
- const filterSensitiveLog: (obj: CatalogConfigurationDescription) => any;
2281
- }
2282
1772
  /**
2283
1773
  * <p>Specifies a dependency JAR or a JAR of user-defined functions.</p>
2284
1774
  */
@@ -2300,12 +1790,6 @@ export interface CustomArtifactConfigurationDescription {
2300
1790
  */
2301
1791
  MavenReferenceDescription?: MavenReference;
2302
1792
  }
2303
- export declare namespace CustomArtifactConfigurationDescription {
2304
- /**
2305
- * @internal
2306
- */
2307
- const filterSensitiveLog: (obj: CustomArtifactConfigurationDescription) => any;
2308
- }
2309
1793
  /**
2310
1794
  * <p>The description of the S3 base location that holds the application.</p>
2311
1795
  */
@@ -2319,12 +1803,6 @@ export interface S3ContentBaseLocationDescription {
2319
1803
  */
2320
1804
  BasePath?: string;
2321
1805
  }
2322
- export declare namespace S3ContentBaseLocationDescription {
2323
- /**
2324
- * @internal
2325
- */
2326
- const filterSensitiveLog: (obj: S3ContentBaseLocationDescription) => any;
2327
- }
2328
1806
  /**
2329
1807
  * <p>The configuration information required to deploy an Amazon Data Analytics Studio notebook as an application with durable state.</p>
2330
1808
  */
@@ -2334,12 +1812,6 @@ export interface DeployAsApplicationConfigurationDescription {
2334
1812
  */
2335
1813
  S3ContentLocationDescription: S3ContentBaseLocationDescription | undefined;
2336
1814
  }
2337
- export declare namespace DeployAsApplicationConfigurationDescription {
2338
- /**
2339
- * @internal
2340
- */
2341
- const filterSensitiveLog: (obj: DeployAsApplicationConfigurationDescription) => any;
2342
- }
2343
1815
  /**
2344
1816
  * <p>The monitoring configuration for Apache Zeppelin within a Kinesis Data Analytics Studio notebook.</p>
2345
1817
  */
@@ -2349,12 +1821,6 @@ export interface ZeppelinMonitoringConfigurationDescription {
2349
1821
  */
2350
1822
  LogLevel?: LogLevel | string;
2351
1823
  }
2352
- export declare namespace ZeppelinMonitoringConfigurationDescription {
2353
- /**
2354
- * @internal
2355
- */
2356
- const filterSensitiveLog: (obj: ZeppelinMonitoringConfigurationDescription) => any;
2357
- }
2358
1824
  /**
2359
1825
  * <p>The configuration of a Kinesis Data Analytics Studio notebook.</p>
2360
1826
  */
@@ -2376,12 +1842,6 @@ export interface ZeppelinApplicationConfigurationDescription {
2376
1842
  */
2377
1843
  CustomArtifactsConfigurationDescription?: CustomArtifactConfigurationDescription[];
2378
1844
  }
2379
- export declare namespace ZeppelinApplicationConfigurationDescription {
2380
- /**
2381
- * @internal
2382
- */
2383
- const filterSensitiveLog: (obj: ZeppelinApplicationConfigurationDescription) => any;
2384
- }
2385
1845
  /**
2386
1846
  * <p>Describes details about the application code and starting parameters for a Kinesis Data Analytics application.</p>
2387
1847
  */
@@ -2419,12 +1879,6 @@ export interface ApplicationConfigurationDescription {
2419
1879
  */
2420
1880
  ZeppelinApplicationConfigurationDescription?: ZeppelinApplicationConfigurationDescription;
2421
1881
  }
2422
- export declare namespace ApplicationConfigurationDescription {
2423
- /**
2424
- * @internal
2425
- */
2426
- const filterSensitiveLog: (obj: ApplicationConfigurationDescription) => any;
2427
- }
2428
1882
  /**
2429
1883
  * <p>Describes updates to whether snapshots are enabled for a Flink-based Kinesis Data Analytics application.</p>
2430
1884
  */
@@ -2434,12 +1888,6 @@ export interface ApplicationSnapshotConfigurationUpdate {
2434
1888
  */
2435
1889
  SnapshotsEnabledUpdate: boolean | undefined;
2436
1890
  }
2437
- export declare namespace ApplicationSnapshotConfigurationUpdate {
2438
- /**
2439
- * @internal
2440
- */
2441
- const filterSensitiveLog: (obj: ApplicationSnapshotConfigurationUpdate) => any;
2442
- }
2443
1891
  /**
2444
1892
  * <p>Describes updates to the execution property groups for a Flink-based Kinesis Data Analytics application or a Studio notebook.</p>
2445
1893
  */
@@ -2449,12 +1897,6 @@ export interface EnvironmentPropertyUpdates {
2449
1897
  */
2450
1898
  PropertyGroups: PropertyGroup[] | undefined;
2451
1899
  }
2452
- export declare namespace EnvironmentPropertyUpdates {
2453
- /**
2454
- * @internal
2455
- */
2456
- const filterSensitiveLog: (obj: EnvironmentPropertyUpdates) => any;
2457
- }
2458
1900
  /**
2459
1901
  * <p>Describes updates to the checkpointing parameters for a Flink-based Kinesis Data Analytics application.</p>
2460
1902
  */
@@ -2514,12 +1956,6 @@ export interface CheckpointConfigurationUpdate {
2514
1956
  */
2515
1957
  MinPauseBetweenCheckpointsUpdate?: number;
2516
1958
  }
2517
- export declare namespace CheckpointConfigurationUpdate {
2518
- /**
2519
- * @internal
2520
- */
2521
- const filterSensitiveLog: (obj: CheckpointConfigurationUpdate) => any;
2522
- }
2523
1959
  /**
2524
1960
  * <p>Describes updates to configuration parameters for Amazon CloudWatch logging for an application.</p>
2525
1961
  */
@@ -2540,12 +1976,6 @@ export interface MonitoringConfigurationUpdate {
2540
1976
  */
2541
1977
  LogLevelUpdate?: LogLevel | string;
2542
1978
  }
2543
- export declare namespace MonitoringConfigurationUpdate {
2544
- /**
2545
- * @internal
2546
- */
2547
- const filterSensitiveLog: (obj: MonitoringConfigurationUpdate) => any;
2548
- }
2549
1979
  /**
2550
1980
  * <p>Describes updates to parameters for how an application executes multiple tasks simultaneously.</p>
2551
1981
  */
@@ -2573,12 +2003,6 @@ export interface ParallelismConfigurationUpdate {
2573
2003
  */
2574
2004
  AutoScalingEnabledUpdate?: boolean;
2575
2005
  }
2576
- export declare namespace ParallelismConfigurationUpdate {
2577
- /**
2578
- * @internal
2579
- */
2580
- const filterSensitiveLog: (obj: ParallelismConfigurationUpdate) => any;
2581
- }
2582
2006
  /**
2583
2007
  * <p>Describes updates to the configuration parameters for a Flink-based Kinesis Data Analytics application.</p>
2584
2008
  */
@@ -2598,12 +2022,6 @@ export interface FlinkApplicationConfigurationUpdate {
2598
2022
  */
2599
2023
  ParallelismConfigurationUpdate?: ParallelismConfigurationUpdate;
2600
2024
  }
2601
- export declare namespace FlinkApplicationConfigurationUpdate {
2602
- /**
2603
- * @internal
2604
- */
2605
- const filterSensitiveLog: (obj: FlinkApplicationConfigurationUpdate) => any;
2606
- }
2607
2025
  /**
2608
2026
  * <p>For a SQL-based Kinesis Data Analytics application, provides updates to the
2609
2027
  * parallelism count.</p>
@@ -2614,12 +2032,6 @@ export interface InputParallelismUpdate {
2614
2032
  */
2615
2033
  CountUpdate: number | undefined;
2616
2034
  }
2617
- export declare namespace InputParallelismUpdate {
2618
- /**
2619
- * @internal
2620
- */
2621
- const filterSensitiveLog: (obj: InputParallelismUpdate) => any;
2622
- }
2623
2035
  /**
2624
2036
  * <p>For a SQL-based Kinesis Data Analytics application, represents an update to the
2625
2037
  * <a>InputLambdaProcessor</a> that is used to preprocess the records in the
@@ -2636,12 +2048,6 @@ export interface InputLambdaProcessorUpdate {
2636
2048
  */
2637
2049
  ResourceARNUpdate: string | undefined;
2638
2050
  }
2639
- export declare namespace InputLambdaProcessorUpdate {
2640
- /**
2641
- * @internal
2642
- */
2643
- const filterSensitiveLog: (obj: InputLambdaProcessorUpdate) => any;
2644
- }
2645
2051
  /**
2646
2052
  * <p>For a SQL-based Kinesis Data Analytics application, describes updates to an <a>InputProcessingConfiguration</a>.</p>
2647
2053
  */
@@ -2651,12 +2057,6 @@ export interface InputProcessingConfigurationUpdate {
2651
2057
  */
2652
2058
  InputLambdaProcessorUpdate: InputLambdaProcessorUpdate | undefined;
2653
2059
  }
2654
- export declare namespace InputProcessingConfigurationUpdate {
2655
- /**
2656
- * @internal
2657
- */
2658
- const filterSensitiveLog: (obj: InputProcessingConfigurationUpdate) => any;
2659
- }
2660
2060
  /**
2661
2061
  * <p>Describes updates for an SQL-based Kinesis Data Analytics application's input
2662
2062
  * schema.</p>
@@ -2676,12 +2076,6 @@ export interface InputSchemaUpdate {
2676
2076
  */
2677
2077
  RecordColumnUpdates?: RecordColumn[];
2678
2078
  }
2679
- export declare namespace InputSchemaUpdate {
2680
- /**
2681
- * @internal
2682
- */
2683
- const filterSensitiveLog: (obj: InputSchemaUpdate) => any;
2684
- }
2685
2079
  /**
2686
2080
  * <p>For a SQL-based Kinesis Data Analytics application, when updating application
2687
2081
  * input configuration, provides information about a Kinesis Data Firehose delivery stream as the
@@ -2693,12 +2087,6 @@ export interface KinesisFirehoseInputUpdate {
2693
2087
  */
2694
2088
  ResourceARNUpdate: string | undefined;
2695
2089
  }
2696
- export declare namespace KinesisFirehoseInputUpdate {
2697
- /**
2698
- * @internal
2699
- */
2700
- const filterSensitiveLog: (obj: KinesisFirehoseInputUpdate) => any;
2701
- }
2702
2090
  /**
2703
2091
  * <p>When you update the input configuration for a SQL-based Kinesis Data Analytics application, provides information about a
2704
2092
  * Kinesis stream as the streaming
@@ -2710,12 +2098,6 @@ export interface KinesisStreamsInputUpdate {
2710
2098
  */
2711
2099
  ResourceARNUpdate: string | undefined;
2712
2100
  }
2713
- export declare namespace KinesisStreamsInputUpdate {
2714
- /**
2715
- * @internal
2716
- */
2717
- const filterSensitiveLog: (obj: KinesisStreamsInputUpdate) => any;
2718
- }
2719
2101
  /**
2720
2102
  * <p>For a SQL-based Kinesis Data Analytics application, describes updates to a
2721
2103
  * specific input configuration (identified by the <code>InputId</code> of an application). </p>
@@ -2754,12 +2136,6 @@ export interface InputUpdate {
2754
2136
  */
2755
2137
  InputParallelismUpdate?: InputParallelismUpdate;
2756
2138
  }
2757
- export declare namespace InputUpdate {
2758
- /**
2759
- * @internal
2760
- */
2761
- const filterSensitiveLog: (obj: InputUpdate) => any;
2762
- }
2763
2139
  /**
2764
2140
  * <p>For a SQL-based Kinesis Data Analytics application, when updating an output
2765
2141
  * configuration using the <a>UpdateApplication</a> operation, provides information
@@ -2771,12 +2147,6 @@ export interface KinesisFirehoseOutputUpdate {
2771
2147
  */
2772
2148
  ResourceARNUpdate: string | undefined;
2773
2149
  }
2774
- export declare namespace KinesisFirehoseOutputUpdate {
2775
- /**
2776
- * @internal
2777
- */
2778
- const filterSensitiveLog: (obj: KinesisFirehoseOutputUpdate) => any;
2779
- }
2780
2150
  /**
2781
2151
  * <p>When you update a SQL-based Kinesis Data Analytics application's output
2782
2152
  * configuration using the <a>UpdateApplication</a> operation, provides information
@@ -2789,12 +2159,6 @@ export interface KinesisStreamsOutputUpdate {
2789
2159
  */
2790
2160
  ResourceARNUpdate: string | undefined;
2791
2161
  }
2792
- export declare namespace KinesisStreamsOutputUpdate {
2793
- /**
2794
- * @internal
2795
- */
2796
- const filterSensitiveLog: (obj: KinesisStreamsOutputUpdate) => any;
2797
- }
2798
2162
  /**
2799
2163
  * <p>When you update an SQL-based Kinesis Data Analytics application's output
2800
2164
  * configuration using the <a>UpdateApplication</a> operation, provides information
@@ -2810,12 +2174,6 @@ export interface LambdaOutputUpdate {
2810
2174
  */
2811
2175
  ResourceARNUpdate: string | undefined;
2812
2176
  }
2813
- export declare namespace LambdaOutputUpdate {
2814
- /**
2815
- * @internal
2816
- */
2817
- const filterSensitiveLog: (obj: LambdaOutputUpdate) => any;
2818
- }
2819
2177
  /**
2820
2178
  * <p> For a SQL-based Kinesis Data Analytics application, describes updates to the
2821
2179
  * output configuration identified by the <code>OutputId</code>. </p>
@@ -2850,12 +2208,6 @@ export interface OutputUpdate {
2850
2208
  */
2851
2209
  DestinationSchemaUpdate?: DestinationSchema;
2852
2210
  }
2853
- export declare namespace OutputUpdate {
2854
- /**
2855
- * @internal
2856
- */
2857
- const filterSensitiveLog: (obj: OutputUpdate) => any;
2858
- }
2859
2211
  /**
2860
2212
  * <p>For a SQL-based Kinesis Data Analytics application, describes the Amazon S3 bucket
2861
2213
  * name and object key name for an in-application reference table. </p>
@@ -2870,12 +2222,6 @@ export interface S3ReferenceDataSourceUpdate {
2870
2222
  */
2871
2223
  FileKeyUpdate?: string;
2872
2224
  }
2873
- export declare namespace S3ReferenceDataSourceUpdate {
2874
- /**
2875
- * @internal
2876
- */
2877
- const filterSensitiveLog: (obj: S3ReferenceDataSourceUpdate) => any;
2878
- }
2879
2225
  /**
2880
2226
  * <p>When you update a reference data source configuration for a
2881
2227
  * SQL-based Kinesis Data Analytics application, this object provides all the updated values
@@ -2903,12 +2249,6 @@ export interface ReferenceDataSourceUpdate {
2903
2249
  */
2904
2250
  ReferenceSchemaUpdate?: SourceSchema;
2905
2251
  }
2906
- export declare namespace ReferenceDataSourceUpdate {
2907
- /**
2908
- * @internal
2909
- */
2910
- const filterSensitiveLog: (obj: ReferenceDataSourceUpdate) => any;
2911
- }
2912
2252
  /**
2913
2253
  * <p>Describes updates to the input streams, destination streams, and reference data sources
2914
2254
  * for a SQL-based Kinesis Data Analytics application.</p>
@@ -2930,12 +2270,6 @@ export interface SqlApplicationConfigurationUpdate {
2930
2270
  */
2931
2271
  ReferenceDataSourceUpdates?: ReferenceDataSourceUpdate[];
2932
2272
  }
2933
- export declare namespace SqlApplicationConfigurationUpdate {
2934
- /**
2935
- * @internal
2936
- */
2937
- const filterSensitiveLog: (obj: SqlApplicationConfigurationUpdate) => any;
2938
- }
2939
2273
  /**
2940
2274
  * <p>Describes updates to the VPC configuration used by the application.</p>
2941
2275
  */
@@ -2956,12 +2290,6 @@ export interface VpcConfigurationUpdate {
2956
2290
  */
2957
2291
  SecurityGroupIdUpdates?: string[];
2958
2292
  }
2959
- export declare namespace VpcConfigurationUpdate {
2960
- /**
2961
- * @internal
2962
- */
2963
- const filterSensitiveLog: (obj: VpcConfigurationUpdate) => any;
2964
- }
2965
2293
  /**
2966
2294
  * <p>Updates to the configuration of the Glue Data Catalog that you use for SQL queries that you write in a Kinesis Data Analytics Studio notebook.</p>
2967
2295
  */
@@ -2971,12 +2299,6 @@ export interface GlueDataCatalogConfigurationUpdate {
2971
2299
  */
2972
2300
  DatabaseARNUpdate: string | undefined;
2973
2301
  }
2974
- export declare namespace GlueDataCatalogConfigurationUpdate {
2975
- /**
2976
- * @internal
2977
- */
2978
- const filterSensitiveLog: (obj: GlueDataCatalogConfigurationUpdate) => any;
2979
- }
2980
2302
  /**
2981
2303
  * <p>Updates to the configuration parameters for the default Amazon Glue database. You use this database for SQL queries that you write in a Kinesis Data Analytics Studio notebook.</p>
2982
2304
  */
@@ -2986,12 +2308,6 @@ export interface CatalogConfigurationUpdate {
2986
2308
  */
2987
2309
  GlueDataCatalogConfigurationUpdate: GlueDataCatalogConfigurationUpdate | undefined;
2988
2310
  }
2989
- export declare namespace CatalogConfigurationUpdate {
2990
- /**
2991
- * @internal
2992
- */
2993
- const filterSensitiveLog: (obj: CatalogConfigurationUpdate) => any;
2994
- }
2995
2311
  /**
2996
2312
  * <p>The information required to update the S3 base location that holds the application.</p>
2997
2313
  */
@@ -3005,12 +2321,6 @@ export interface S3ContentBaseLocationUpdate {
3005
2321
  */
3006
2322
  BasePathUpdate?: string;
3007
2323
  }
3008
- export declare namespace S3ContentBaseLocationUpdate {
3009
- /**
3010
- * @internal
3011
- */
3012
- const filterSensitiveLog: (obj: S3ContentBaseLocationUpdate) => any;
3013
- }
3014
2324
  /**
3015
2325
  * <p>Updates to the configuration information required to deploy an Amazon Data Analytics Studio notebook as an application with durable state.</p>
3016
2326
  */
@@ -3020,12 +2330,6 @@ export interface DeployAsApplicationConfigurationUpdate {
3020
2330
  */
3021
2331
  S3ContentLocationUpdate?: S3ContentBaseLocationUpdate;
3022
2332
  }
3023
- export declare namespace DeployAsApplicationConfigurationUpdate {
3024
- /**
3025
- * @internal
3026
- */
3027
- const filterSensitiveLog: (obj: DeployAsApplicationConfigurationUpdate) => any;
3028
- }
3029
2333
  /**
3030
2334
  * <p>Updates to the monitoring configuration for Apache Zeppelin within a Kinesis Data Analytics Studio notebook.</p>
3031
2335
  */
@@ -3035,12 +2339,6 @@ export interface ZeppelinMonitoringConfigurationUpdate {
3035
2339
  */
3036
2340
  LogLevelUpdate: LogLevel | string | undefined;
3037
2341
  }
3038
- export declare namespace ZeppelinMonitoringConfigurationUpdate {
3039
- /**
3040
- * @internal
3041
- */
3042
- const filterSensitiveLog: (obj: ZeppelinMonitoringConfigurationUpdate) => any;
3043
- }
3044
2342
  /**
3045
2343
  * <p>Updates to the configuration of Kinesis Data Analytics Studio notebook.</p>
3046
2344
  */
@@ -3062,12 +2360,6 @@ export interface ZeppelinApplicationConfigurationUpdate {
3062
2360
  */
3063
2361
  CustomArtifactsConfigurationUpdate?: CustomArtifactConfiguration[];
3064
2362
  }
3065
- export declare namespace ZeppelinApplicationConfigurationUpdate {
3066
- /**
3067
- * @internal
3068
- */
3069
- const filterSensitiveLog: (obj: ZeppelinApplicationConfigurationUpdate) => any;
3070
- }
3071
2363
  /**
3072
2364
  * <p>Describes updates to an application's configuration.</p>
3073
2365
  */
@@ -3103,12 +2395,6 @@ export interface ApplicationConfigurationUpdate {
3103
2395
  */
3104
2396
  ZeppelinApplicationConfigurationUpdate?: ZeppelinApplicationConfigurationUpdate;
3105
2397
  }
3106
- export declare namespace ApplicationConfigurationUpdate {
3107
- /**
3108
- * @internal
3109
- */
3110
- const filterSensitiveLog: (obj: ApplicationConfigurationUpdate) => any;
3111
- }
3112
2398
  /**
3113
2399
  * <p>The details of the maintenance configuration for the application.</p>
3114
2400
  */
@@ -3122,12 +2408,6 @@ export interface ApplicationMaintenanceConfigurationDescription {
3122
2408
  */
3123
2409
  ApplicationMaintenanceWindowEndTime: string | undefined;
3124
2410
  }
3125
- export declare namespace ApplicationMaintenanceConfigurationDescription {
3126
- /**
3127
- * @internal
3128
- */
3129
- const filterSensitiveLog: (obj: ApplicationMaintenanceConfigurationDescription) => any;
3130
- }
3131
2411
  export declare enum ApplicationMode {
3132
2412
  INTERACTIVE = "INTERACTIVE",
3133
2413
  STREAMING = "STREAMING"
@@ -3231,12 +2511,6 @@ export interface ApplicationDetail {
3231
2511
  */
3232
2512
  ApplicationMode?: ApplicationMode | string;
3233
2513
  }
3234
- export declare namespace ApplicationDetail {
3235
- /**
3236
- * @internal
3237
- */
3238
- const filterSensitiveLog: (obj: ApplicationDetail) => any;
3239
- }
3240
2514
  /**
3241
2515
  * <p>Describes the updated maintenance configuration for the application.</p>
3242
2516
  */
@@ -3246,12 +2520,6 @@ export interface ApplicationMaintenanceConfigurationUpdate {
3246
2520
  */
3247
2521
  ApplicationMaintenanceWindowStartTimeUpdate: string | undefined;
3248
2522
  }
3249
- export declare namespace ApplicationMaintenanceConfigurationUpdate {
3250
- /**
3251
- * @internal
3252
- */
3253
- const filterSensitiveLog: (obj: ApplicationMaintenanceConfigurationUpdate) => any;
3254
- }
3255
2523
  /**
3256
2524
  * <p>Provides application summary information, including the application Amazon Resource Name (ARN), name, and status.</p>
3257
2525
  */
@@ -3281,12 +2549,6 @@ export interface ApplicationSummary {
3281
2549
  */
3282
2550
  ApplicationMode?: ApplicationMode | string;
3283
2551
  }
3284
- export declare namespace ApplicationSummary {
3285
- /**
3286
- * @internal
3287
- */
3288
- const filterSensitiveLog: (obj: ApplicationSummary) => any;
3289
- }
3290
2552
  /**
3291
2553
  * <p>The summary of the application version.</p>
3292
2554
  */
@@ -3300,12 +2562,6 @@ export interface ApplicationVersionSummary {
3300
2562
  */
3301
2563
  ApplicationStatus: ApplicationStatus | string | undefined;
3302
2564
  }
3303
- export declare namespace ApplicationVersionSummary {
3304
- /**
3305
- * @internal
3306
- */
3307
- const filterSensitiveLog: (obj: ApplicationVersionSummary) => any;
3308
- }
3309
2565
  /**
3310
2566
  * <p>Describes the Amazon CloudWatch logging option updates.</p>
3311
2567
  */
@@ -3320,12 +2576,6 @@ export interface CloudWatchLoggingOptionUpdate {
3320
2576
  */
3321
2577
  LogStreamARNUpdate?: string;
3322
2578
  }
3323
- export declare namespace CloudWatchLoggingOptionUpdate {
3324
- /**
3325
- * @internal
3326
- */
3327
- const filterSensitiveLog: (obj: CloudWatchLoggingOptionUpdate) => any;
3328
- }
3329
2579
  /**
3330
2580
  * <p>A key-value pair (the value is optional) that you can define and assign to Amazon resources.
3331
2581
  * If you specify a tag that already exists, the tag value is replaced with the value that you
@@ -3345,12 +2595,6 @@ export interface Tag {
3345
2595
  */
3346
2596
  Value?: string;
3347
2597
  }
3348
- export declare namespace Tag {
3349
- /**
3350
- * @internal
3351
- */
3352
- const filterSensitiveLog: (obj: Tag) => any;
3353
- }
3354
2598
  export interface CreateApplicationRequest {
3355
2599
  /**
3356
2600
  * <p>The name of your application (for example, <code>sample-app</code>).</p>
@@ -3393,12 +2637,6 @@ export interface CreateApplicationRequest {
3393
2637
  */
3394
2638
  ApplicationMode?: ApplicationMode | string;
3395
2639
  }
3396
- export declare namespace CreateApplicationRequest {
3397
- /**
3398
- * @internal
3399
- */
3400
- const filterSensitiveLog: (obj: CreateApplicationRequest) => any;
3401
- }
3402
2640
  export interface CreateApplicationResponse {
3403
2641
  /**
3404
2642
  * <p>In response to your <code>CreateApplication</code> request, Kinesis Data Analytics returns a
@@ -3406,12 +2644,6 @@ export interface CreateApplicationResponse {
3406
2644
  */
3407
2645
  ApplicationDetail: ApplicationDetail | undefined;
3408
2646
  }
3409
- export declare namespace CreateApplicationResponse {
3410
- /**
3411
- * @internal
3412
- */
3413
- const filterSensitiveLog: (obj: CreateApplicationResponse) => any;
3414
- }
3415
2647
  /**
3416
2648
  * <p>The number of allowed resources has been exceeded.</p>
3417
2649
  */
@@ -3468,24 +2700,12 @@ export interface CreateApplicationPresignedUrlRequest {
3468
2700
  */
3469
2701
  SessionExpirationDurationInSeconds?: number;
3470
2702
  }
3471
- export declare namespace CreateApplicationPresignedUrlRequest {
3472
- /**
3473
- * @internal
3474
- */
3475
- const filterSensitiveLog: (obj: CreateApplicationPresignedUrlRequest) => any;
3476
- }
3477
2703
  export interface CreateApplicationPresignedUrlResponse {
3478
2704
  /**
3479
2705
  * <p>The URL of the extension.</p>
3480
2706
  */
3481
2707
  AuthorizedUrl?: string;
3482
2708
  }
3483
- export declare namespace CreateApplicationPresignedUrlResponse {
3484
- /**
3485
- * @internal
3486
- */
3487
- const filterSensitiveLog: (obj: CreateApplicationPresignedUrlResponse) => any;
3488
- }
3489
2709
  export interface CreateApplicationSnapshotRequest {
3490
2710
  /**
3491
2711
  * <p>The name of an existing application</p>
@@ -3496,20 +2716,8 @@ export interface CreateApplicationSnapshotRequest {
3496
2716
  */
3497
2717
  SnapshotName: string | undefined;
3498
2718
  }
3499
- export declare namespace CreateApplicationSnapshotRequest {
3500
- /**
3501
- * @internal
3502
- */
3503
- const filterSensitiveLog: (obj: CreateApplicationSnapshotRequest) => any;
3504
- }
3505
2719
  export interface CreateApplicationSnapshotResponse {
3506
2720
  }
3507
- export declare namespace CreateApplicationSnapshotResponse {
3508
- /**
3509
- * @internal
3510
- */
3511
- const filterSensitiveLog: (obj: CreateApplicationSnapshotResponse) => any;
3512
- }
3513
2721
  export interface DeleteApplicationRequest {
3514
2722
  /**
3515
2723
  * <p>The name of the application to delete.</p>
@@ -3520,20 +2728,8 @@ export interface DeleteApplicationRequest {
3520
2728
  */
3521
2729
  CreateTimestamp: Date | undefined;
3522
2730
  }
3523
- export declare namespace DeleteApplicationRequest {
3524
- /**
3525
- * @internal
3526
- */
3527
- const filterSensitiveLog: (obj: DeleteApplicationRequest) => any;
3528
- }
3529
2731
  export interface DeleteApplicationResponse {
3530
2732
  }
3531
- export declare namespace DeleteApplicationResponse {
3532
- /**
3533
- * @internal
3534
- */
3535
- const filterSensitiveLog: (obj: DeleteApplicationResponse) => any;
3536
- }
3537
2733
  export interface DeleteApplicationCloudWatchLoggingOptionRequest {
3538
2734
  /**
3539
2735
  * <p>The application name.</p>
@@ -3560,12 +2756,6 @@ export interface DeleteApplicationCloudWatchLoggingOptionRequest {
3560
2756
  */
3561
2757
  ConditionalToken?: string;
3562
2758
  }
3563
- export declare namespace DeleteApplicationCloudWatchLoggingOptionRequest {
3564
- /**
3565
- * @internal
3566
- */
3567
- const filterSensitiveLog: (obj: DeleteApplicationCloudWatchLoggingOptionRequest) => any;
3568
- }
3569
2759
  export interface DeleteApplicationCloudWatchLoggingOptionResponse {
3570
2760
  /**
3571
2761
  * <p>The application's Amazon Resource Name (ARN).</p>
@@ -3582,12 +2772,6 @@ export interface DeleteApplicationCloudWatchLoggingOptionResponse {
3582
2772
  */
3583
2773
  CloudWatchLoggingOptionDescriptions?: CloudWatchLoggingOptionDescription[];
3584
2774
  }
3585
- export declare namespace DeleteApplicationCloudWatchLoggingOptionResponse {
3586
- /**
3587
- * @internal
3588
- */
3589
- const filterSensitiveLog: (obj: DeleteApplicationCloudWatchLoggingOptionResponse) => any;
3590
- }
3591
2775
  export interface DeleteApplicationInputProcessingConfigurationRequest {
3592
2776
  /**
3593
2777
  * <p>The name of the application.</p>
@@ -3607,12 +2791,6 @@ export interface DeleteApplicationInputProcessingConfigurationRequest {
3607
2791
  */
3608
2792
  InputId: string | undefined;
3609
2793
  }
3610
- export declare namespace DeleteApplicationInputProcessingConfigurationRequest {
3611
- /**
3612
- * @internal
3613
- */
3614
- const filterSensitiveLog: (obj: DeleteApplicationInputProcessingConfigurationRequest) => any;
3615
- }
3616
2794
  export interface DeleteApplicationInputProcessingConfigurationResponse {
3617
2795
  /**
3618
2796
  * <p>The Amazon Resource Name (ARN) of the application.</p>
@@ -3623,12 +2801,6 @@ export interface DeleteApplicationInputProcessingConfigurationResponse {
3623
2801
  */
3624
2802
  ApplicationVersionId?: number;
3625
2803
  }
3626
- export declare namespace DeleteApplicationInputProcessingConfigurationResponse {
3627
- /**
3628
- * @internal
3629
- */
3630
- const filterSensitiveLog: (obj: DeleteApplicationInputProcessingConfigurationResponse) => any;
3631
- }
3632
2804
  export interface DeleteApplicationOutputRequest {
3633
2805
  /**
3634
2806
  * <p>The application name.</p>
@@ -3651,12 +2823,6 @@ export interface DeleteApplicationOutputRequest {
3651
2823
  */
3652
2824
  OutputId: string | undefined;
3653
2825
  }
3654
- export declare namespace DeleteApplicationOutputRequest {
3655
- /**
3656
- * @internal
3657
- */
3658
- const filterSensitiveLog: (obj: DeleteApplicationOutputRequest) => any;
3659
- }
3660
2826
  export interface DeleteApplicationOutputResponse {
3661
2827
  /**
3662
2828
  * <p>The application Amazon Resource Name (ARN).</p>
@@ -3667,12 +2833,6 @@ export interface DeleteApplicationOutputResponse {
3667
2833
  */
3668
2834
  ApplicationVersionId?: number;
3669
2835
  }
3670
- export declare namespace DeleteApplicationOutputResponse {
3671
- /**
3672
- * @internal
3673
- */
3674
- const filterSensitiveLog: (obj: DeleteApplicationOutputResponse) => any;
3675
- }
3676
2836
  export interface DeleteApplicationReferenceDataSourceRequest {
3677
2837
  /**
3678
2838
  * <p>The name of an existing application.</p>
@@ -3693,12 +2853,6 @@ export interface DeleteApplicationReferenceDataSourceRequest {
3693
2853
  */
3694
2854
  ReferenceId: string | undefined;
3695
2855
  }
3696
- export declare namespace DeleteApplicationReferenceDataSourceRequest {
3697
- /**
3698
- * @internal
3699
- */
3700
- const filterSensitiveLog: (obj: DeleteApplicationReferenceDataSourceRequest) => any;
3701
- }
3702
2856
  export interface DeleteApplicationReferenceDataSourceResponse {
3703
2857
  /**
3704
2858
  * <p>The application Amazon Resource Name (ARN).</p>
@@ -3709,12 +2863,6 @@ export interface DeleteApplicationReferenceDataSourceResponse {
3709
2863
  */
3710
2864
  ApplicationVersionId?: number;
3711
2865
  }
3712
- export declare namespace DeleteApplicationReferenceDataSourceResponse {
3713
- /**
3714
- * @internal
3715
- */
3716
- const filterSensitiveLog: (obj: DeleteApplicationReferenceDataSourceResponse) => any;
3717
- }
3718
2866
  export interface DeleteApplicationSnapshotRequest {
3719
2867
  /**
3720
2868
  * <p>The name of an existing application.</p>
@@ -3731,20 +2879,8 @@ export interface DeleteApplicationSnapshotRequest {
3731
2879
  */
3732
2880
  SnapshotCreationTimestamp: Date | undefined;
3733
2881
  }
3734
- export declare namespace DeleteApplicationSnapshotRequest {
3735
- /**
3736
- * @internal
3737
- */
3738
- const filterSensitiveLog: (obj: DeleteApplicationSnapshotRequest) => any;
3739
- }
3740
2882
  export interface DeleteApplicationSnapshotResponse {
3741
2883
  }
3742
- export declare namespace DeleteApplicationSnapshotResponse {
3743
- /**
3744
- * @internal
3745
- */
3746
- const filterSensitiveLog: (obj: DeleteApplicationSnapshotResponse) => any;
3747
- }
3748
2884
  export interface DeleteApplicationVpcConfigurationRequest {
3749
2885
  /**
3750
2886
  * <p>The name of an existing application.</p>
@@ -3770,12 +2906,6 @@ export interface DeleteApplicationVpcConfigurationRequest {
3770
2906
  */
3771
2907
  ConditionalToken?: string;
3772
2908
  }
3773
- export declare namespace DeleteApplicationVpcConfigurationRequest {
3774
- /**
3775
- * @internal
3776
- */
3777
- const filterSensitiveLog: (obj: DeleteApplicationVpcConfigurationRequest) => any;
3778
- }
3779
2909
  export interface DeleteApplicationVpcConfigurationResponse {
3780
2910
  /**
3781
2911
  * <p>The ARN of the Kinesis Data Analytics application.</p>
@@ -3786,12 +2916,6 @@ export interface DeleteApplicationVpcConfigurationResponse {
3786
2916
  */
3787
2917
  ApplicationVersionId?: number;
3788
2918
  }
3789
- export declare namespace DeleteApplicationVpcConfigurationResponse {
3790
- /**
3791
- * @internal
3792
- */
3793
- const filterSensitiveLog: (obj: DeleteApplicationVpcConfigurationResponse) => any;
3794
- }
3795
2919
  export interface DescribeApplicationRequest {
3796
2920
  /**
3797
2921
  * <p>The name of the application.</p>
@@ -3802,12 +2926,6 @@ export interface DescribeApplicationRequest {
3802
2926
  */
3803
2927
  IncludeAdditionalDetails?: boolean;
3804
2928
  }
3805
- export declare namespace DescribeApplicationRequest {
3806
- /**
3807
- * @internal
3808
- */
3809
- const filterSensitiveLog: (obj: DescribeApplicationRequest) => any;
3810
- }
3811
2929
  export interface DescribeApplicationResponse {
3812
2930
  /**
3813
2931
  * <p>Provides a description of the application, such as the application's Amazon Resource Name
@@ -3815,12 +2933,6 @@ export interface DescribeApplicationResponse {
3815
2933
  */
3816
2934
  ApplicationDetail: ApplicationDetail | undefined;
3817
2935
  }
3818
- export declare namespace DescribeApplicationResponse {
3819
- /**
3820
- * @internal
3821
- */
3822
- const filterSensitiveLog: (obj: DescribeApplicationResponse) => any;
3823
- }
3824
2936
  export interface DescribeApplicationSnapshotRequest {
3825
2937
  /**
3826
2938
  * <p>The name of an existing application.</p>
@@ -3832,12 +2944,6 @@ export interface DescribeApplicationSnapshotRequest {
3832
2944
  */
3833
2945
  SnapshotName: string | undefined;
3834
2946
  }
3835
- export declare namespace DescribeApplicationSnapshotRequest {
3836
- /**
3837
- * @internal
3838
- */
3839
- const filterSensitiveLog: (obj: DescribeApplicationSnapshotRequest) => any;
3840
- }
3841
2947
  export declare enum SnapshotStatus {
3842
2948
  CREATING = "CREATING",
3843
2949
  DELETING = "DELETING",
@@ -3865,24 +2971,12 @@ export interface SnapshotDetails {
3865
2971
  */
3866
2972
  SnapshotCreationTimestamp?: Date;
3867
2973
  }
3868
- export declare namespace SnapshotDetails {
3869
- /**
3870
- * @internal
3871
- */
3872
- const filterSensitiveLog: (obj: SnapshotDetails) => any;
3873
- }
3874
2974
  export interface DescribeApplicationSnapshotResponse {
3875
2975
  /**
3876
2976
  * <p>An object containing information about the application snapshot.</p>
3877
2977
  */
3878
2978
  SnapshotDetails: SnapshotDetails | undefined;
3879
2979
  }
3880
- export declare namespace DescribeApplicationSnapshotResponse {
3881
- /**
3882
- * @internal
3883
- */
3884
- const filterSensitiveLog: (obj: DescribeApplicationSnapshotResponse) => any;
3885
- }
3886
2980
  export interface DescribeApplicationVersionRequest {
3887
2981
  /**
3888
2982
  * <p>The name of the application for which you want to get the version description.</p>
@@ -3893,12 +2987,6 @@ export interface DescribeApplicationVersionRequest {
3893
2987
  */
3894
2988
  ApplicationVersionId: number | undefined;
3895
2989
  }
3896
- export declare namespace DescribeApplicationVersionRequest {
3897
- /**
3898
- * @internal
3899
- */
3900
- const filterSensitiveLog: (obj: DescribeApplicationVersionRequest) => any;
3901
- }
3902
2990
  export interface DescribeApplicationVersionResponse {
3903
2991
  /**
3904
2992
  * <p>Describes the application, including the application Amazon Resource Name (ARN), status,
@@ -3906,12 +2994,6 @@ export interface DescribeApplicationVersionResponse {
3906
2994
  */
3907
2995
  ApplicationVersionDetail?: ApplicationDetail;
3908
2996
  }
3909
- export declare namespace DescribeApplicationVersionResponse {
3910
- /**
3911
- * @internal
3912
- */
3913
- const filterSensitiveLog: (obj: DescribeApplicationVersionResponse) => any;
3914
- }
3915
2997
  /**
3916
2998
  * <p>For a SQL-based Kinesis Data Analytics application, provides a description of an
3917
2999
  * Amazon S3 data source, including the Amazon Resource Name (ARN) of the S3 bucket and the name
@@ -3927,12 +3009,6 @@ export interface S3Configuration {
3927
3009
  */
3928
3010
  FileKey: string | undefined;
3929
3011
  }
3930
- export declare namespace S3Configuration {
3931
- /**
3932
- * @internal
3933
- */
3934
- const filterSensitiveLog: (obj: S3Configuration) => any;
3935
- }
3936
3012
  export interface DiscoverInputSchemaRequest {
3937
3013
  /**
3938
3014
  * <p>The Amazon Resource Name (ARN) of the streaming source.</p>
@@ -3958,12 +3034,6 @@ export interface DiscoverInputSchemaRequest {
3958
3034
  */
3959
3035
  InputProcessingConfiguration?: InputProcessingConfiguration;
3960
3036
  }
3961
- export declare namespace DiscoverInputSchemaRequest {
3962
- /**
3963
- * @internal
3964
- */
3965
- const filterSensitiveLog: (obj: DiscoverInputSchemaRequest) => any;
3966
- }
3967
3037
  export interface DiscoverInputSchemaResponse {
3968
3038
  /**
3969
3039
  * <p>The schema inferred from the streaming source. It identifies the format of the data in the
@@ -3986,12 +3056,6 @@ export interface DiscoverInputSchemaResponse {
3986
3056
  */
3987
3057
  RawInputRecords?: string[];
3988
3058
  }
3989
- export declare namespace DiscoverInputSchemaResponse {
3990
- /**
3991
- * @internal
3992
- */
3993
- const filterSensitiveLog: (obj: DiscoverInputSchemaResponse) => any;
3994
- }
3995
3059
  /**
3996
3060
  * <p>Discovery failed to get a record from the streaming source because of the Kinesis
3997
3061
  * Streams <code>ProvisionedThroughputExceededException</code>. For more information, see <a href="http://docs.aws.amazon.com/kinesis/latest/APIReference/API_GetRecords.html">GetRecords</a> in the Amazon Kinesis Streams API Reference.</p>
@@ -4051,12 +3115,6 @@ export interface ListApplicationsRequest {
4051
3115
  */
4052
3116
  NextToken?: string;
4053
3117
  }
4054
- export declare namespace ListApplicationsRequest {
4055
- /**
4056
- * @internal
4057
- */
4058
- const filterSensitiveLog: (obj: ListApplicationsRequest) => any;
4059
- }
4060
3118
  export interface ListApplicationsResponse {
4061
3119
  /**
4062
3120
  * <p>A list of <code>ApplicationSummary</code> objects.</p>
@@ -4070,12 +3128,6 @@ export interface ListApplicationsResponse {
4070
3128
  */
4071
3129
  NextToken?: string;
4072
3130
  }
4073
- export declare namespace ListApplicationsResponse {
4074
- /**
4075
- * @internal
4076
- */
4077
- const filterSensitiveLog: (obj: ListApplicationsResponse) => any;
4078
- }
4079
3131
  export interface ListApplicationSnapshotsRequest {
4080
3132
  /**
4081
3133
  * <p>The name of an existing application.</p>
@@ -4092,12 +3144,6 @@ export interface ListApplicationSnapshotsRequest {
4092
3144
  */
4093
3145
  NextToken?: string;
4094
3146
  }
4095
- export declare namespace ListApplicationSnapshotsRequest {
4096
- /**
4097
- * @internal
4098
- */
4099
- const filterSensitiveLog: (obj: ListApplicationSnapshotsRequest) => any;
4100
- }
4101
3147
  export interface ListApplicationSnapshotsResponse {
4102
3148
  /**
4103
3149
  * <p>A collection of objects containing information about the application snapshots.</p>
@@ -4108,12 +3154,6 @@ export interface ListApplicationSnapshotsResponse {
4108
3154
  */
4109
3155
  NextToken?: string;
4110
3156
  }
4111
- export declare namespace ListApplicationSnapshotsResponse {
4112
- /**
4113
- * @internal
4114
- */
4115
- const filterSensitiveLog: (obj: ListApplicationSnapshotsResponse) => any;
4116
- }
4117
3157
  export interface ListApplicationVersionsRequest {
4118
3158
  /**
4119
3159
  * <p>The name of the application for which you want to list all versions.</p>
@@ -4129,12 +3169,6 @@ export interface ListApplicationVersionsRequest {
4129
3169
  */
4130
3170
  NextToken?: string;
4131
3171
  }
4132
- export declare namespace ListApplicationVersionsRequest {
4133
- /**
4134
- * @internal
4135
- */
4136
- const filterSensitiveLog: (obj: ListApplicationVersionsRequest) => any;
4137
- }
4138
3172
  export interface ListApplicationVersionsResponse {
4139
3173
  /**
4140
3174
  * <p>A list of the application versions and the associated configuration summaries. The list includes application versions that were rolled back.</p>
@@ -4148,36 +3182,18 @@ export interface ListApplicationVersionsResponse {
4148
3182
  */
4149
3183
  NextToken?: string;
4150
3184
  }
4151
- export declare namespace ListApplicationVersionsResponse {
4152
- /**
4153
- * @internal
4154
- */
4155
- const filterSensitiveLog: (obj: ListApplicationVersionsResponse) => any;
4156
- }
4157
3185
  export interface ListTagsForResourceRequest {
4158
3186
  /**
4159
3187
  * <p>The ARN of the application for which to retrieve tags.</p>
4160
3188
  */
4161
3189
  ResourceARN: string | undefined;
4162
3190
  }
4163
- export declare namespace ListTagsForResourceRequest {
4164
- /**
4165
- * @internal
4166
- */
4167
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
4168
- }
4169
3191
  export interface ListTagsForResourceResponse {
4170
3192
  /**
4171
3193
  * <p>The key-value tags assigned to the application.</p>
4172
3194
  */
4173
3195
  Tags?: Tag[];
4174
3196
  }
4175
- export declare namespace ListTagsForResourceResponse {
4176
- /**
4177
- * @internal
4178
- */
4179
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
4180
- }
4181
3197
  export interface RollbackApplicationRequest {
4182
3198
  /**
4183
3199
  * <p>The name of the application.</p>
@@ -4189,12 +3205,6 @@ export interface RollbackApplicationRequest {
4189
3205
  */
4190
3206
  CurrentApplicationVersionId: number | undefined;
4191
3207
  }
4192
- export declare namespace RollbackApplicationRequest {
4193
- /**
4194
- * @internal
4195
- */
4196
- const filterSensitiveLog: (obj: RollbackApplicationRequest) => any;
4197
- }
4198
3208
  export interface RollbackApplicationResponse {
4199
3209
  /**
4200
3210
  * <p>Describes the application, including the application Amazon Resource Name (ARN), status,
@@ -4202,12 +3212,6 @@ export interface RollbackApplicationResponse {
4202
3212
  */
4203
3213
  ApplicationDetail: ApplicationDetail | undefined;
4204
3214
  }
4205
- export declare namespace RollbackApplicationResponse {
4206
- /**
4207
- * @internal
4208
- */
4209
- const filterSensitiveLog: (obj: RollbackApplicationResponse) => any;
4210
- }
4211
3215
  /**
4212
3216
  * <p>Describes the starting parameters for a SQL-based Kinesis Data Analytics application.</p>
4213
3217
  */
@@ -4222,12 +3226,6 @@ export interface SqlRunConfiguration {
4222
3226
  */
4223
3227
  InputStartingPositionConfiguration: InputStartingPositionConfiguration | undefined;
4224
3228
  }
4225
- export declare namespace SqlRunConfiguration {
4226
- /**
4227
- * @internal
4228
- */
4229
- const filterSensitiveLog: (obj: SqlRunConfiguration) => any;
4230
- }
4231
3229
  /**
4232
3230
  * <p>Describes the starting parameters for an Kinesis Data Analytics application.</p>
4233
3231
  */
@@ -4246,12 +3244,6 @@ export interface RunConfiguration {
4246
3244
  */
4247
3245
  ApplicationRestoreConfiguration?: ApplicationRestoreConfiguration;
4248
3246
  }
4249
- export declare namespace RunConfiguration {
4250
- /**
4251
- * @internal
4252
- */
4253
- const filterSensitiveLog: (obj: RunConfiguration) => any;
4254
- }
4255
3247
  export interface StartApplicationRequest {
4256
3248
  /**
4257
3249
  * <p>The name of the application.</p>
@@ -4262,20 +3254,8 @@ export interface StartApplicationRequest {
4262
3254
  */
4263
3255
  RunConfiguration?: RunConfiguration;
4264
3256
  }
4265
- export declare namespace StartApplicationRequest {
4266
- /**
4267
- * @internal
4268
- */
4269
- const filterSensitiveLog: (obj: StartApplicationRequest) => any;
4270
- }
4271
3257
  export interface StartApplicationResponse {
4272
3258
  }
4273
- export declare namespace StartApplicationResponse {
4274
- /**
4275
- * @internal
4276
- */
4277
- const filterSensitiveLog: (obj: StartApplicationResponse) => any;
4278
- }
4279
3259
  export interface StopApplicationRequest {
4280
3260
  /**
4281
3261
  * <p>The name of the running application to stop.</p>
@@ -4297,20 +3277,8 @@ export interface StopApplicationRequest {
4297
3277
  */
4298
3278
  Force?: boolean;
4299
3279
  }
4300
- export declare namespace StopApplicationRequest {
4301
- /**
4302
- * @internal
4303
- */
4304
- const filterSensitiveLog: (obj: StopApplicationRequest) => any;
4305
- }
4306
3280
  export interface StopApplicationResponse {
4307
3281
  }
4308
- export declare namespace StopApplicationResponse {
4309
- /**
4310
- * @internal
4311
- */
4312
- const filterSensitiveLog: (obj: StopApplicationResponse) => any;
4313
- }
4314
3282
  export interface TagResourceRequest {
4315
3283
  /**
4316
3284
  * <p>The ARN of the application to assign the tags.</p>
@@ -4321,20 +3289,8 @@ export interface TagResourceRequest {
4321
3289
  */
4322
3290
  Tags: Tag[] | undefined;
4323
3291
  }
4324
- export declare namespace TagResourceRequest {
4325
- /**
4326
- * @internal
4327
- */
4328
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
4329
- }
4330
3292
  export interface TagResourceResponse {
4331
3293
  }
4332
- export declare namespace TagResourceResponse {
4333
- /**
4334
- * @internal
4335
- */
4336
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
4337
- }
4338
3294
  export interface UntagResourceRequest {
4339
3295
  /**
4340
3296
  * <p>The ARN of the Kinesis Data Analytics application from which to remove the tags.</p>
@@ -4345,20 +3301,8 @@ export interface UntagResourceRequest {
4345
3301
  */
4346
3302
  TagKeys: string[] | undefined;
4347
3303
  }
4348
- export declare namespace UntagResourceRequest {
4349
- /**
4350
- * @internal
4351
- */
4352
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
4353
- }
4354
3304
  export interface UntagResourceResponse {
4355
3305
  }
4356
- export declare namespace UntagResourceResponse {
4357
- /**
4358
- * @internal
4359
- */
4360
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
4361
- }
4362
3306
  /**
4363
3307
  * <p>Describes the updates to the starting parameters for a Kinesis Data Analytics application.</p>
4364
3308
  */
@@ -4372,12 +3316,6 @@ export interface RunConfigurationUpdate {
4372
3316
  */
4373
3317
  ApplicationRestoreConfiguration?: ApplicationRestoreConfiguration;
4374
3318
  }
4375
- export declare namespace RunConfigurationUpdate {
4376
- /**
4377
- * @internal
4378
- */
4379
- const filterSensitiveLog: (obj: RunConfigurationUpdate) => any;
4380
- }
4381
3319
  export interface UpdateApplicationRequest {
4382
3320
  /**
4383
3321
  * <p>The name of the application to update.</p>
@@ -4418,24 +3356,12 @@ export interface UpdateApplicationRequest {
4418
3356
  */
4419
3357
  ConditionalToken?: string;
4420
3358
  }
4421
- export declare namespace UpdateApplicationRequest {
4422
- /**
4423
- * @internal
4424
- */
4425
- const filterSensitiveLog: (obj: UpdateApplicationRequest) => any;
4426
- }
4427
3359
  export interface UpdateApplicationResponse {
4428
3360
  /**
4429
3361
  * <p>Describes application updates.</p>
4430
3362
  */
4431
3363
  ApplicationDetail: ApplicationDetail | undefined;
4432
3364
  }
4433
- export declare namespace UpdateApplicationResponse {
4434
- /**
4435
- * @internal
4436
- */
4437
- const filterSensitiveLog: (obj: UpdateApplicationResponse) => any;
4438
- }
4439
3365
  export interface UpdateApplicationMaintenanceConfigurationRequest {
4440
3366
  /**
4441
3367
  * <p>The name of the application for which you want to update the maintenance configuration.</p>
@@ -4446,12 +3372,6 @@ export interface UpdateApplicationMaintenanceConfigurationRequest {
4446
3372
  */
4447
3373
  ApplicationMaintenanceConfigurationUpdate: ApplicationMaintenanceConfigurationUpdate | undefined;
4448
3374
  }
4449
- export declare namespace UpdateApplicationMaintenanceConfigurationRequest {
4450
- /**
4451
- * @internal
4452
- */
4453
- const filterSensitiveLog: (obj: UpdateApplicationMaintenanceConfigurationRequest) => any;
4454
- }
4455
3375
  export interface UpdateApplicationMaintenanceConfigurationResponse {
4456
3376
  /**
4457
3377
  * <p>The Amazon Resource Name (ARN) of the application.</p>
@@ -4462,9 +3382,727 @@ export interface UpdateApplicationMaintenanceConfigurationResponse {
4462
3382
  */
4463
3383
  ApplicationMaintenanceConfigurationDescription?: ApplicationMaintenanceConfigurationDescription;
4464
3384
  }
4465
- export declare namespace UpdateApplicationMaintenanceConfigurationResponse {
4466
- /**
4467
- * @internal
4468
- */
4469
- const filterSensitiveLog: (obj: UpdateApplicationMaintenanceConfigurationResponse) => any;
4470
- }
3385
+ /**
3386
+ * @internal
3387
+ */
3388
+ export declare const CloudWatchLoggingOptionFilterSensitiveLog: (obj: CloudWatchLoggingOption) => any;
3389
+ /**
3390
+ * @internal
3391
+ */
3392
+ export declare const AddApplicationCloudWatchLoggingOptionRequestFilterSensitiveLog: (obj: AddApplicationCloudWatchLoggingOptionRequest) => any;
3393
+ /**
3394
+ * @internal
3395
+ */
3396
+ export declare const CloudWatchLoggingOptionDescriptionFilterSensitiveLog: (obj: CloudWatchLoggingOptionDescription) => any;
3397
+ /**
3398
+ * @internal
3399
+ */
3400
+ export declare const AddApplicationCloudWatchLoggingOptionResponseFilterSensitiveLog: (obj: AddApplicationCloudWatchLoggingOptionResponse) => any;
3401
+ /**
3402
+ * @internal
3403
+ */
3404
+ export declare const InputParallelismFilterSensitiveLog: (obj: InputParallelism) => any;
3405
+ /**
3406
+ * @internal
3407
+ */
3408
+ export declare const InputLambdaProcessorFilterSensitiveLog: (obj: InputLambdaProcessor) => any;
3409
+ /**
3410
+ * @internal
3411
+ */
3412
+ export declare const InputProcessingConfigurationFilterSensitiveLog: (obj: InputProcessingConfiguration) => any;
3413
+ /**
3414
+ * @internal
3415
+ */
3416
+ export declare const RecordColumnFilterSensitiveLog: (obj: RecordColumn) => any;
3417
+ /**
3418
+ * @internal
3419
+ */
3420
+ export declare const CSVMappingParametersFilterSensitiveLog: (obj: CSVMappingParameters) => any;
3421
+ /**
3422
+ * @internal
3423
+ */
3424
+ export declare const JSONMappingParametersFilterSensitiveLog: (obj: JSONMappingParameters) => any;
3425
+ /**
3426
+ * @internal
3427
+ */
3428
+ export declare const MappingParametersFilterSensitiveLog: (obj: MappingParameters) => any;
3429
+ /**
3430
+ * @internal
3431
+ */
3432
+ export declare const RecordFormatFilterSensitiveLog: (obj: RecordFormat) => any;
3433
+ /**
3434
+ * @internal
3435
+ */
3436
+ export declare const SourceSchemaFilterSensitiveLog: (obj: SourceSchema) => any;
3437
+ /**
3438
+ * @internal
3439
+ */
3440
+ export declare const KinesisFirehoseInputFilterSensitiveLog: (obj: KinesisFirehoseInput) => any;
3441
+ /**
3442
+ * @internal
3443
+ */
3444
+ export declare const KinesisStreamsInputFilterSensitiveLog: (obj: KinesisStreamsInput) => any;
3445
+ /**
3446
+ * @internal
3447
+ */
3448
+ export declare const InputFilterSensitiveLog: (obj: Input) => any;
3449
+ /**
3450
+ * @internal
3451
+ */
3452
+ export declare const AddApplicationInputRequestFilterSensitiveLog: (obj: AddApplicationInputRequest) => any;
3453
+ /**
3454
+ * @internal
3455
+ */
3456
+ export declare const InputLambdaProcessorDescriptionFilterSensitiveLog: (obj: InputLambdaProcessorDescription) => any;
3457
+ /**
3458
+ * @internal
3459
+ */
3460
+ export declare const InputProcessingConfigurationDescriptionFilterSensitiveLog: (obj: InputProcessingConfigurationDescription) => any;
3461
+ /**
3462
+ * @internal
3463
+ */
3464
+ export declare const InputStartingPositionConfigurationFilterSensitiveLog: (obj: InputStartingPositionConfiguration) => any;
3465
+ /**
3466
+ * @internal
3467
+ */
3468
+ export declare const KinesisFirehoseInputDescriptionFilterSensitiveLog: (obj: KinesisFirehoseInputDescription) => any;
3469
+ /**
3470
+ * @internal
3471
+ */
3472
+ export declare const KinesisStreamsInputDescriptionFilterSensitiveLog: (obj: KinesisStreamsInputDescription) => any;
3473
+ /**
3474
+ * @internal
3475
+ */
3476
+ export declare const InputDescriptionFilterSensitiveLog: (obj: InputDescription) => any;
3477
+ /**
3478
+ * @internal
3479
+ */
3480
+ export declare const AddApplicationInputResponseFilterSensitiveLog: (obj: AddApplicationInputResponse) => any;
3481
+ /**
3482
+ * @internal
3483
+ */
3484
+ export declare const AddApplicationInputProcessingConfigurationRequestFilterSensitiveLog: (obj: AddApplicationInputProcessingConfigurationRequest) => any;
3485
+ /**
3486
+ * @internal
3487
+ */
3488
+ export declare const AddApplicationInputProcessingConfigurationResponseFilterSensitiveLog: (obj: AddApplicationInputProcessingConfigurationResponse) => any;
3489
+ /**
3490
+ * @internal
3491
+ */
3492
+ export declare const DestinationSchemaFilterSensitiveLog: (obj: DestinationSchema) => any;
3493
+ /**
3494
+ * @internal
3495
+ */
3496
+ export declare const KinesisFirehoseOutputFilterSensitiveLog: (obj: KinesisFirehoseOutput) => any;
3497
+ /**
3498
+ * @internal
3499
+ */
3500
+ export declare const KinesisStreamsOutputFilterSensitiveLog: (obj: KinesisStreamsOutput) => any;
3501
+ /**
3502
+ * @internal
3503
+ */
3504
+ export declare const LambdaOutputFilterSensitiveLog: (obj: LambdaOutput) => any;
3505
+ /**
3506
+ * @internal
3507
+ */
3508
+ export declare const OutputFilterSensitiveLog: (obj: Output) => any;
3509
+ /**
3510
+ * @internal
3511
+ */
3512
+ export declare const AddApplicationOutputRequestFilterSensitiveLog: (obj: AddApplicationOutputRequest) => any;
3513
+ /**
3514
+ * @internal
3515
+ */
3516
+ export declare const KinesisFirehoseOutputDescriptionFilterSensitiveLog: (obj: KinesisFirehoseOutputDescription) => any;
3517
+ /**
3518
+ * @internal
3519
+ */
3520
+ export declare const KinesisStreamsOutputDescriptionFilterSensitiveLog: (obj: KinesisStreamsOutputDescription) => any;
3521
+ /**
3522
+ * @internal
3523
+ */
3524
+ export declare const LambdaOutputDescriptionFilterSensitiveLog: (obj: LambdaOutputDescription) => any;
3525
+ /**
3526
+ * @internal
3527
+ */
3528
+ export declare const OutputDescriptionFilterSensitiveLog: (obj: OutputDescription) => any;
3529
+ /**
3530
+ * @internal
3531
+ */
3532
+ export declare const AddApplicationOutputResponseFilterSensitiveLog: (obj: AddApplicationOutputResponse) => any;
3533
+ /**
3534
+ * @internal
3535
+ */
3536
+ export declare const S3ReferenceDataSourceFilterSensitiveLog: (obj: S3ReferenceDataSource) => any;
3537
+ /**
3538
+ * @internal
3539
+ */
3540
+ export declare const ReferenceDataSourceFilterSensitiveLog: (obj: ReferenceDataSource) => any;
3541
+ /**
3542
+ * @internal
3543
+ */
3544
+ export declare const AddApplicationReferenceDataSourceRequestFilterSensitiveLog: (obj: AddApplicationReferenceDataSourceRequest) => any;
3545
+ /**
3546
+ * @internal
3547
+ */
3548
+ export declare const S3ReferenceDataSourceDescriptionFilterSensitiveLog: (obj: S3ReferenceDataSourceDescription) => any;
3549
+ /**
3550
+ * @internal
3551
+ */
3552
+ export declare const ReferenceDataSourceDescriptionFilterSensitiveLog: (obj: ReferenceDataSourceDescription) => any;
3553
+ /**
3554
+ * @internal
3555
+ */
3556
+ export declare const AddApplicationReferenceDataSourceResponseFilterSensitiveLog: (obj: AddApplicationReferenceDataSourceResponse) => any;
3557
+ /**
3558
+ * @internal
3559
+ */
3560
+ export declare const VpcConfigurationFilterSensitiveLog: (obj: VpcConfiguration) => any;
3561
+ /**
3562
+ * @internal
3563
+ */
3564
+ export declare const AddApplicationVpcConfigurationRequestFilterSensitiveLog: (obj: AddApplicationVpcConfigurationRequest) => any;
3565
+ /**
3566
+ * @internal
3567
+ */
3568
+ export declare const VpcConfigurationDescriptionFilterSensitiveLog: (obj: VpcConfigurationDescription) => any;
3569
+ /**
3570
+ * @internal
3571
+ */
3572
+ export declare const AddApplicationVpcConfigurationResponseFilterSensitiveLog: (obj: AddApplicationVpcConfigurationResponse) => any;
3573
+ /**
3574
+ * @internal
3575
+ */
3576
+ export declare const S3ContentLocationFilterSensitiveLog: (obj: S3ContentLocation) => any;
3577
+ /**
3578
+ * @internal
3579
+ */
3580
+ export declare const CodeContentFilterSensitiveLog: (obj: CodeContent) => any;
3581
+ /**
3582
+ * @internal
3583
+ */
3584
+ export declare const ApplicationCodeConfigurationFilterSensitiveLog: (obj: ApplicationCodeConfiguration) => any;
3585
+ /**
3586
+ * @internal
3587
+ */
3588
+ export declare const S3ApplicationCodeLocationDescriptionFilterSensitiveLog: (obj: S3ApplicationCodeLocationDescription) => any;
3589
+ /**
3590
+ * @internal
3591
+ */
3592
+ export declare const CodeContentDescriptionFilterSensitiveLog: (obj: CodeContentDescription) => any;
3593
+ /**
3594
+ * @internal
3595
+ */
3596
+ export declare const ApplicationCodeConfigurationDescriptionFilterSensitiveLog: (obj: ApplicationCodeConfigurationDescription) => any;
3597
+ /**
3598
+ * @internal
3599
+ */
3600
+ export declare const S3ContentLocationUpdateFilterSensitiveLog: (obj: S3ContentLocationUpdate) => any;
3601
+ /**
3602
+ * @internal
3603
+ */
3604
+ export declare const CodeContentUpdateFilterSensitiveLog: (obj: CodeContentUpdate) => any;
3605
+ /**
3606
+ * @internal
3607
+ */
3608
+ export declare const ApplicationCodeConfigurationUpdateFilterSensitiveLog: (obj: ApplicationCodeConfigurationUpdate) => any;
3609
+ /**
3610
+ * @internal
3611
+ */
3612
+ export declare const ApplicationSnapshotConfigurationFilterSensitiveLog: (obj: ApplicationSnapshotConfiguration) => any;
3613
+ /**
3614
+ * @internal
3615
+ */
3616
+ export declare const PropertyGroupFilterSensitiveLog: (obj: PropertyGroup) => any;
3617
+ /**
3618
+ * @internal
3619
+ */
3620
+ export declare const EnvironmentPropertiesFilterSensitiveLog: (obj: EnvironmentProperties) => any;
3621
+ /**
3622
+ * @internal
3623
+ */
3624
+ export declare const CheckpointConfigurationFilterSensitiveLog: (obj: CheckpointConfiguration) => any;
3625
+ /**
3626
+ * @internal
3627
+ */
3628
+ export declare const MonitoringConfigurationFilterSensitiveLog: (obj: MonitoringConfiguration) => any;
3629
+ /**
3630
+ * @internal
3631
+ */
3632
+ export declare const ParallelismConfigurationFilterSensitiveLog: (obj: ParallelismConfiguration) => any;
3633
+ /**
3634
+ * @internal
3635
+ */
3636
+ export declare const FlinkApplicationConfigurationFilterSensitiveLog: (obj: FlinkApplicationConfiguration) => any;
3637
+ /**
3638
+ * @internal
3639
+ */
3640
+ export declare const SqlApplicationConfigurationFilterSensitiveLog: (obj: SqlApplicationConfiguration) => any;
3641
+ /**
3642
+ * @internal
3643
+ */
3644
+ export declare const GlueDataCatalogConfigurationFilterSensitiveLog: (obj: GlueDataCatalogConfiguration) => any;
3645
+ /**
3646
+ * @internal
3647
+ */
3648
+ export declare const CatalogConfigurationFilterSensitiveLog: (obj: CatalogConfiguration) => any;
3649
+ /**
3650
+ * @internal
3651
+ */
3652
+ export declare const MavenReferenceFilterSensitiveLog: (obj: MavenReference) => any;
3653
+ /**
3654
+ * @internal
3655
+ */
3656
+ export declare const CustomArtifactConfigurationFilterSensitiveLog: (obj: CustomArtifactConfiguration) => any;
3657
+ /**
3658
+ * @internal
3659
+ */
3660
+ export declare const S3ContentBaseLocationFilterSensitiveLog: (obj: S3ContentBaseLocation) => any;
3661
+ /**
3662
+ * @internal
3663
+ */
3664
+ export declare const DeployAsApplicationConfigurationFilterSensitiveLog: (obj: DeployAsApplicationConfiguration) => any;
3665
+ /**
3666
+ * @internal
3667
+ */
3668
+ export declare const ZeppelinMonitoringConfigurationFilterSensitiveLog: (obj: ZeppelinMonitoringConfiguration) => any;
3669
+ /**
3670
+ * @internal
3671
+ */
3672
+ export declare const ZeppelinApplicationConfigurationFilterSensitiveLog: (obj: ZeppelinApplicationConfiguration) => any;
3673
+ /**
3674
+ * @internal
3675
+ */
3676
+ export declare const ApplicationConfigurationFilterSensitiveLog: (obj: ApplicationConfiguration) => any;
3677
+ /**
3678
+ * @internal
3679
+ */
3680
+ export declare const ApplicationSnapshotConfigurationDescriptionFilterSensitiveLog: (obj: ApplicationSnapshotConfigurationDescription) => any;
3681
+ /**
3682
+ * @internal
3683
+ */
3684
+ export declare const EnvironmentPropertyDescriptionsFilterSensitiveLog: (obj: EnvironmentPropertyDescriptions) => any;
3685
+ /**
3686
+ * @internal
3687
+ */
3688
+ export declare const CheckpointConfigurationDescriptionFilterSensitiveLog: (obj: CheckpointConfigurationDescription) => any;
3689
+ /**
3690
+ * @internal
3691
+ */
3692
+ export declare const MonitoringConfigurationDescriptionFilterSensitiveLog: (obj: MonitoringConfigurationDescription) => any;
3693
+ /**
3694
+ * @internal
3695
+ */
3696
+ export declare const ParallelismConfigurationDescriptionFilterSensitiveLog: (obj: ParallelismConfigurationDescription) => any;
3697
+ /**
3698
+ * @internal
3699
+ */
3700
+ export declare const FlinkApplicationConfigurationDescriptionFilterSensitiveLog: (obj: FlinkApplicationConfigurationDescription) => any;
3701
+ /**
3702
+ * @internal
3703
+ */
3704
+ export declare const ApplicationRestoreConfigurationFilterSensitiveLog: (obj: ApplicationRestoreConfiguration) => any;
3705
+ /**
3706
+ * @internal
3707
+ */
3708
+ export declare const FlinkRunConfigurationFilterSensitiveLog: (obj: FlinkRunConfiguration) => any;
3709
+ /**
3710
+ * @internal
3711
+ */
3712
+ export declare const RunConfigurationDescriptionFilterSensitiveLog: (obj: RunConfigurationDescription) => any;
3713
+ /**
3714
+ * @internal
3715
+ */
3716
+ export declare const SqlApplicationConfigurationDescriptionFilterSensitiveLog: (obj: SqlApplicationConfigurationDescription) => any;
3717
+ /**
3718
+ * @internal
3719
+ */
3720
+ export declare const GlueDataCatalogConfigurationDescriptionFilterSensitiveLog: (obj: GlueDataCatalogConfigurationDescription) => any;
3721
+ /**
3722
+ * @internal
3723
+ */
3724
+ export declare const CatalogConfigurationDescriptionFilterSensitiveLog: (obj: CatalogConfigurationDescription) => any;
3725
+ /**
3726
+ * @internal
3727
+ */
3728
+ export declare const CustomArtifactConfigurationDescriptionFilterSensitiveLog: (obj: CustomArtifactConfigurationDescription) => any;
3729
+ /**
3730
+ * @internal
3731
+ */
3732
+ export declare const S3ContentBaseLocationDescriptionFilterSensitiveLog: (obj: S3ContentBaseLocationDescription) => any;
3733
+ /**
3734
+ * @internal
3735
+ */
3736
+ export declare const DeployAsApplicationConfigurationDescriptionFilterSensitiveLog: (obj: DeployAsApplicationConfigurationDescription) => any;
3737
+ /**
3738
+ * @internal
3739
+ */
3740
+ export declare const ZeppelinMonitoringConfigurationDescriptionFilterSensitiveLog: (obj: ZeppelinMonitoringConfigurationDescription) => any;
3741
+ /**
3742
+ * @internal
3743
+ */
3744
+ export declare const ZeppelinApplicationConfigurationDescriptionFilterSensitiveLog: (obj: ZeppelinApplicationConfigurationDescription) => any;
3745
+ /**
3746
+ * @internal
3747
+ */
3748
+ export declare const ApplicationConfigurationDescriptionFilterSensitiveLog: (obj: ApplicationConfigurationDescription) => any;
3749
+ /**
3750
+ * @internal
3751
+ */
3752
+ export declare const ApplicationSnapshotConfigurationUpdateFilterSensitiveLog: (obj: ApplicationSnapshotConfigurationUpdate) => any;
3753
+ /**
3754
+ * @internal
3755
+ */
3756
+ export declare const EnvironmentPropertyUpdatesFilterSensitiveLog: (obj: EnvironmentPropertyUpdates) => any;
3757
+ /**
3758
+ * @internal
3759
+ */
3760
+ export declare const CheckpointConfigurationUpdateFilterSensitiveLog: (obj: CheckpointConfigurationUpdate) => any;
3761
+ /**
3762
+ * @internal
3763
+ */
3764
+ export declare const MonitoringConfigurationUpdateFilterSensitiveLog: (obj: MonitoringConfigurationUpdate) => any;
3765
+ /**
3766
+ * @internal
3767
+ */
3768
+ export declare const ParallelismConfigurationUpdateFilterSensitiveLog: (obj: ParallelismConfigurationUpdate) => any;
3769
+ /**
3770
+ * @internal
3771
+ */
3772
+ export declare const FlinkApplicationConfigurationUpdateFilterSensitiveLog: (obj: FlinkApplicationConfigurationUpdate) => any;
3773
+ /**
3774
+ * @internal
3775
+ */
3776
+ export declare const InputParallelismUpdateFilterSensitiveLog: (obj: InputParallelismUpdate) => any;
3777
+ /**
3778
+ * @internal
3779
+ */
3780
+ export declare const InputLambdaProcessorUpdateFilterSensitiveLog: (obj: InputLambdaProcessorUpdate) => any;
3781
+ /**
3782
+ * @internal
3783
+ */
3784
+ export declare const InputProcessingConfigurationUpdateFilterSensitiveLog: (obj: InputProcessingConfigurationUpdate) => any;
3785
+ /**
3786
+ * @internal
3787
+ */
3788
+ export declare const InputSchemaUpdateFilterSensitiveLog: (obj: InputSchemaUpdate) => any;
3789
+ /**
3790
+ * @internal
3791
+ */
3792
+ export declare const KinesisFirehoseInputUpdateFilterSensitiveLog: (obj: KinesisFirehoseInputUpdate) => any;
3793
+ /**
3794
+ * @internal
3795
+ */
3796
+ export declare const KinesisStreamsInputUpdateFilterSensitiveLog: (obj: KinesisStreamsInputUpdate) => any;
3797
+ /**
3798
+ * @internal
3799
+ */
3800
+ export declare const InputUpdateFilterSensitiveLog: (obj: InputUpdate) => any;
3801
+ /**
3802
+ * @internal
3803
+ */
3804
+ export declare const KinesisFirehoseOutputUpdateFilterSensitiveLog: (obj: KinesisFirehoseOutputUpdate) => any;
3805
+ /**
3806
+ * @internal
3807
+ */
3808
+ export declare const KinesisStreamsOutputUpdateFilterSensitiveLog: (obj: KinesisStreamsOutputUpdate) => any;
3809
+ /**
3810
+ * @internal
3811
+ */
3812
+ export declare const LambdaOutputUpdateFilterSensitiveLog: (obj: LambdaOutputUpdate) => any;
3813
+ /**
3814
+ * @internal
3815
+ */
3816
+ export declare const OutputUpdateFilterSensitiveLog: (obj: OutputUpdate) => any;
3817
+ /**
3818
+ * @internal
3819
+ */
3820
+ export declare const S3ReferenceDataSourceUpdateFilterSensitiveLog: (obj: S3ReferenceDataSourceUpdate) => any;
3821
+ /**
3822
+ * @internal
3823
+ */
3824
+ export declare const ReferenceDataSourceUpdateFilterSensitiveLog: (obj: ReferenceDataSourceUpdate) => any;
3825
+ /**
3826
+ * @internal
3827
+ */
3828
+ export declare const SqlApplicationConfigurationUpdateFilterSensitiveLog: (obj: SqlApplicationConfigurationUpdate) => any;
3829
+ /**
3830
+ * @internal
3831
+ */
3832
+ export declare const VpcConfigurationUpdateFilterSensitiveLog: (obj: VpcConfigurationUpdate) => any;
3833
+ /**
3834
+ * @internal
3835
+ */
3836
+ export declare const GlueDataCatalogConfigurationUpdateFilterSensitiveLog: (obj: GlueDataCatalogConfigurationUpdate) => any;
3837
+ /**
3838
+ * @internal
3839
+ */
3840
+ export declare const CatalogConfigurationUpdateFilterSensitiveLog: (obj: CatalogConfigurationUpdate) => any;
3841
+ /**
3842
+ * @internal
3843
+ */
3844
+ export declare const S3ContentBaseLocationUpdateFilterSensitiveLog: (obj: S3ContentBaseLocationUpdate) => any;
3845
+ /**
3846
+ * @internal
3847
+ */
3848
+ export declare const DeployAsApplicationConfigurationUpdateFilterSensitiveLog: (obj: DeployAsApplicationConfigurationUpdate) => any;
3849
+ /**
3850
+ * @internal
3851
+ */
3852
+ export declare const ZeppelinMonitoringConfigurationUpdateFilterSensitiveLog: (obj: ZeppelinMonitoringConfigurationUpdate) => any;
3853
+ /**
3854
+ * @internal
3855
+ */
3856
+ export declare const ZeppelinApplicationConfigurationUpdateFilterSensitiveLog: (obj: ZeppelinApplicationConfigurationUpdate) => any;
3857
+ /**
3858
+ * @internal
3859
+ */
3860
+ export declare const ApplicationConfigurationUpdateFilterSensitiveLog: (obj: ApplicationConfigurationUpdate) => any;
3861
+ /**
3862
+ * @internal
3863
+ */
3864
+ export declare const ApplicationMaintenanceConfigurationDescriptionFilterSensitiveLog: (obj: ApplicationMaintenanceConfigurationDescription) => any;
3865
+ /**
3866
+ * @internal
3867
+ */
3868
+ export declare const ApplicationDetailFilterSensitiveLog: (obj: ApplicationDetail) => any;
3869
+ /**
3870
+ * @internal
3871
+ */
3872
+ export declare const ApplicationMaintenanceConfigurationUpdateFilterSensitiveLog: (obj: ApplicationMaintenanceConfigurationUpdate) => any;
3873
+ /**
3874
+ * @internal
3875
+ */
3876
+ export declare const ApplicationSummaryFilterSensitiveLog: (obj: ApplicationSummary) => any;
3877
+ /**
3878
+ * @internal
3879
+ */
3880
+ export declare const ApplicationVersionSummaryFilterSensitiveLog: (obj: ApplicationVersionSummary) => any;
3881
+ /**
3882
+ * @internal
3883
+ */
3884
+ export declare const CloudWatchLoggingOptionUpdateFilterSensitiveLog: (obj: CloudWatchLoggingOptionUpdate) => any;
3885
+ /**
3886
+ * @internal
3887
+ */
3888
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
3889
+ /**
3890
+ * @internal
3891
+ */
3892
+ export declare const CreateApplicationRequestFilterSensitiveLog: (obj: CreateApplicationRequest) => any;
3893
+ /**
3894
+ * @internal
3895
+ */
3896
+ export declare const CreateApplicationResponseFilterSensitiveLog: (obj: CreateApplicationResponse) => any;
3897
+ /**
3898
+ * @internal
3899
+ */
3900
+ export declare const CreateApplicationPresignedUrlRequestFilterSensitiveLog: (obj: CreateApplicationPresignedUrlRequest) => any;
3901
+ /**
3902
+ * @internal
3903
+ */
3904
+ export declare const CreateApplicationPresignedUrlResponseFilterSensitiveLog: (obj: CreateApplicationPresignedUrlResponse) => any;
3905
+ /**
3906
+ * @internal
3907
+ */
3908
+ export declare const CreateApplicationSnapshotRequestFilterSensitiveLog: (obj: CreateApplicationSnapshotRequest) => any;
3909
+ /**
3910
+ * @internal
3911
+ */
3912
+ export declare const CreateApplicationSnapshotResponseFilterSensitiveLog: (obj: CreateApplicationSnapshotResponse) => any;
3913
+ /**
3914
+ * @internal
3915
+ */
3916
+ export declare const DeleteApplicationRequestFilterSensitiveLog: (obj: DeleteApplicationRequest) => any;
3917
+ /**
3918
+ * @internal
3919
+ */
3920
+ export declare const DeleteApplicationResponseFilterSensitiveLog: (obj: DeleteApplicationResponse) => any;
3921
+ /**
3922
+ * @internal
3923
+ */
3924
+ export declare const DeleteApplicationCloudWatchLoggingOptionRequestFilterSensitiveLog: (obj: DeleteApplicationCloudWatchLoggingOptionRequest) => any;
3925
+ /**
3926
+ * @internal
3927
+ */
3928
+ export declare const DeleteApplicationCloudWatchLoggingOptionResponseFilterSensitiveLog: (obj: DeleteApplicationCloudWatchLoggingOptionResponse) => any;
3929
+ /**
3930
+ * @internal
3931
+ */
3932
+ export declare const DeleteApplicationInputProcessingConfigurationRequestFilterSensitiveLog: (obj: DeleteApplicationInputProcessingConfigurationRequest) => any;
3933
+ /**
3934
+ * @internal
3935
+ */
3936
+ export declare const DeleteApplicationInputProcessingConfigurationResponseFilterSensitiveLog: (obj: DeleteApplicationInputProcessingConfigurationResponse) => any;
3937
+ /**
3938
+ * @internal
3939
+ */
3940
+ export declare const DeleteApplicationOutputRequestFilterSensitiveLog: (obj: DeleteApplicationOutputRequest) => any;
3941
+ /**
3942
+ * @internal
3943
+ */
3944
+ export declare const DeleteApplicationOutputResponseFilterSensitiveLog: (obj: DeleteApplicationOutputResponse) => any;
3945
+ /**
3946
+ * @internal
3947
+ */
3948
+ export declare const DeleteApplicationReferenceDataSourceRequestFilterSensitiveLog: (obj: DeleteApplicationReferenceDataSourceRequest) => any;
3949
+ /**
3950
+ * @internal
3951
+ */
3952
+ export declare const DeleteApplicationReferenceDataSourceResponseFilterSensitiveLog: (obj: DeleteApplicationReferenceDataSourceResponse) => any;
3953
+ /**
3954
+ * @internal
3955
+ */
3956
+ export declare const DeleteApplicationSnapshotRequestFilterSensitiveLog: (obj: DeleteApplicationSnapshotRequest) => any;
3957
+ /**
3958
+ * @internal
3959
+ */
3960
+ export declare const DeleteApplicationSnapshotResponseFilterSensitiveLog: (obj: DeleteApplicationSnapshotResponse) => any;
3961
+ /**
3962
+ * @internal
3963
+ */
3964
+ export declare const DeleteApplicationVpcConfigurationRequestFilterSensitiveLog: (obj: DeleteApplicationVpcConfigurationRequest) => any;
3965
+ /**
3966
+ * @internal
3967
+ */
3968
+ export declare const DeleteApplicationVpcConfigurationResponseFilterSensitiveLog: (obj: DeleteApplicationVpcConfigurationResponse) => any;
3969
+ /**
3970
+ * @internal
3971
+ */
3972
+ export declare const DescribeApplicationRequestFilterSensitiveLog: (obj: DescribeApplicationRequest) => any;
3973
+ /**
3974
+ * @internal
3975
+ */
3976
+ export declare const DescribeApplicationResponseFilterSensitiveLog: (obj: DescribeApplicationResponse) => any;
3977
+ /**
3978
+ * @internal
3979
+ */
3980
+ export declare const DescribeApplicationSnapshotRequestFilterSensitiveLog: (obj: DescribeApplicationSnapshotRequest) => any;
3981
+ /**
3982
+ * @internal
3983
+ */
3984
+ export declare const SnapshotDetailsFilterSensitiveLog: (obj: SnapshotDetails) => any;
3985
+ /**
3986
+ * @internal
3987
+ */
3988
+ export declare const DescribeApplicationSnapshotResponseFilterSensitiveLog: (obj: DescribeApplicationSnapshotResponse) => any;
3989
+ /**
3990
+ * @internal
3991
+ */
3992
+ export declare const DescribeApplicationVersionRequestFilterSensitiveLog: (obj: DescribeApplicationVersionRequest) => any;
3993
+ /**
3994
+ * @internal
3995
+ */
3996
+ export declare const DescribeApplicationVersionResponseFilterSensitiveLog: (obj: DescribeApplicationVersionResponse) => any;
3997
+ /**
3998
+ * @internal
3999
+ */
4000
+ export declare const S3ConfigurationFilterSensitiveLog: (obj: S3Configuration) => any;
4001
+ /**
4002
+ * @internal
4003
+ */
4004
+ export declare const DiscoverInputSchemaRequestFilterSensitiveLog: (obj: DiscoverInputSchemaRequest) => any;
4005
+ /**
4006
+ * @internal
4007
+ */
4008
+ export declare const DiscoverInputSchemaResponseFilterSensitiveLog: (obj: DiscoverInputSchemaResponse) => any;
4009
+ /**
4010
+ * @internal
4011
+ */
4012
+ export declare const ListApplicationsRequestFilterSensitiveLog: (obj: ListApplicationsRequest) => any;
4013
+ /**
4014
+ * @internal
4015
+ */
4016
+ export declare const ListApplicationsResponseFilterSensitiveLog: (obj: ListApplicationsResponse) => any;
4017
+ /**
4018
+ * @internal
4019
+ */
4020
+ export declare const ListApplicationSnapshotsRequestFilterSensitiveLog: (obj: ListApplicationSnapshotsRequest) => any;
4021
+ /**
4022
+ * @internal
4023
+ */
4024
+ export declare const ListApplicationSnapshotsResponseFilterSensitiveLog: (obj: ListApplicationSnapshotsResponse) => any;
4025
+ /**
4026
+ * @internal
4027
+ */
4028
+ export declare const ListApplicationVersionsRequestFilterSensitiveLog: (obj: ListApplicationVersionsRequest) => any;
4029
+ /**
4030
+ * @internal
4031
+ */
4032
+ export declare const ListApplicationVersionsResponseFilterSensitiveLog: (obj: ListApplicationVersionsResponse) => any;
4033
+ /**
4034
+ * @internal
4035
+ */
4036
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
4037
+ /**
4038
+ * @internal
4039
+ */
4040
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
4041
+ /**
4042
+ * @internal
4043
+ */
4044
+ export declare const RollbackApplicationRequestFilterSensitiveLog: (obj: RollbackApplicationRequest) => any;
4045
+ /**
4046
+ * @internal
4047
+ */
4048
+ export declare const RollbackApplicationResponseFilterSensitiveLog: (obj: RollbackApplicationResponse) => any;
4049
+ /**
4050
+ * @internal
4051
+ */
4052
+ export declare const SqlRunConfigurationFilterSensitiveLog: (obj: SqlRunConfiguration) => any;
4053
+ /**
4054
+ * @internal
4055
+ */
4056
+ export declare const RunConfigurationFilterSensitiveLog: (obj: RunConfiguration) => any;
4057
+ /**
4058
+ * @internal
4059
+ */
4060
+ export declare const StartApplicationRequestFilterSensitiveLog: (obj: StartApplicationRequest) => any;
4061
+ /**
4062
+ * @internal
4063
+ */
4064
+ export declare const StartApplicationResponseFilterSensitiveLog: (obj: StartApplicationResponse) => any;
4065
+ /**
4066
+ * @internal
4067
+ */
4068
+ export declare const StopApplicationRequestFilterSensitiveLog: (obj: StopApplicationRequest) => any;
4069
+ /**
4070
+ * @internal
4071
+ */
4072
+ export declare const StopApplicationResponseFilterSensitiveLog: (obj: StopApplicationResponse) => any;
4073
+ /**
4074
+ * @internal
4075
+ */
4076
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
4077
+ /**
4078
+ * @internal
4079
+ */
4080
+ export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
4081
+ /**
4082
+ * @internal
4083
+ */
4084
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
4085
+ /**
4086
+ * @internal
4087
+ */
4088
+ export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
4089
+ /**
4090
+ * @internal
4091
+ */
4092
+ export declare const RunConfigurationUpdateFilterSensitiveLog: (obj: RunConfigurationUpdate) => any;
4093
+ /**
4094
+ * @internal
4095
+ */
4096
+ export declare const UpdateApplicationRequestFilterSensitiveLog: (obj: UpdateApplicationRequest) => any;
4097
+ /**
4098
+ * @internal
4099
+ */
4100
+ export declare const UpdateApplicationResponseFilterSensitiveLog: (obj: UpdateApplicationResponse) => any;
4101
+ /**
4102
+ * @internal
4103
+ */
4104
+ export declare const UpdateApplicationMaintenanceConfigurationRequestFilterSensitiveLog: (obj: UpdateApplicationMaintenanceConfigurationRequest) => any;
4105
+ /**
4106
+ * @internal
4107
+ */
4108
+ export declare const UpdateApplicationMaintenanceConfigurationResponseFilterSensitiveLog: (obj: UpdateApplicationMaintenanceConfigurationResponse) => any;