@aws-sdk/client-firehose 3.131.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 (33) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/CreateDeliveryStreamCommand.js +2 -2
  4. package/dist-cjs/commands/DeleteDeliveryStreamCommand.js +2 -2
  5. package/dist-cjs/commands/DescribeDeliveryStreamCommand.js +2 -2
  6. package/dist-cjs/commands/ListDeliveryStreamsCommand.js +2 -2
  7. package/dist-cjs/commands/ListTagsForDeliveryStreamCommand.js +2 -2
  8. package/dist-cjs/commands/PutRecordBatchCommand.js +2 -2
  9. package/dist-cjs/commands/PutRecordCommand.js +2 -2
  10. package/dist-cjs/commands/StartDeliveryStreamEncryptionCommand.js +2 -2
  11. package/dist-cjs/commands/StopDeliveryStreamEncryptionCommand.js +2 -2
  12. package/dist-cjs/commands/TagDeliveryStreamCommand.js +2 -2
  13. package/dist-cjs/commands/UntagDeliveryStreamCommand.js +2 -2
  14. package/dist-cjs/commands/UpdateDestinationCommand.js +2 -2
  15. package/dist-cjs/endpoints.js +16 -0
  16. package/dist-cjs/models/models_0.js +418 -598
  17. package/dist-es/commands/CreateDeliveryStreamCommand.js +3 -3
  18. package/dist-es/commands/DeleteDeliveryStreamCommand.js +3 -3
  19. package/dist-es/commands/DescribeDeliveryStreamCommand.js +3 -3
  20. package/dist-es/commands/ListDeliveryStreamsCommand.js +3 -3
  21. package/dist-es/commands/ListTagsForDeliveryStreamCommand.js +3 -3
  22. package/dist-es/commands/PutRecordBatchCommand.js +3 -3
  23. package/dist-es/commands/PutRecordCommand.js +3 -3
  24. package/dist-es/commands/StartDeliveryStreamEncryptionCommand.js +3 -3
  25. package/dist-es/commands/StopDeliveryStreamEncryptionCommand.js +3 -3
  26. package/dist-es/commands/TagDeliveryStreamCommand.js +3 -3
  27. package/dist-es/commands/UntagDeliveryStreamCommand.js +3 -3
  28. package/dist-es/commands/UpdateDestinationCommand.js +3 -3
  29. package/dist-es/endpoints.js +16 -0
  30. package/dist-es/models/models_0.js +120 -390
  31. package/dist-types/models/models_0.d.ts +360 -540
  32. package/dist-types/ts3.4/models/models_0.d.ts +180 -360
  33. package/package.json +6 -6
@@ -4,10 +4,6 @@ export interface AmazonopensearchserviceBufferingHints {
4
4
  IntervalInSeconds?: number;
5
5
  SizeInMBs?: number;
6
6
  }
7
- export declare namespace AmazonopensearchserviceBufferingHints {
8
-
9
- const filterSensitiveLog: (obj: AmazonopensearchserviceBufferingHints) => any;
10
- }
11
7
 
12
8
  export interface CloudWatchLoggingOptions {
13
9
 
@@ -17,10 +13,6 @@ export interface CloudWatchLoggingOptions {
17
13
 
18
14
  LogStreamName?: string;
19
15
  }
20
- export declare namespace CloudWatchLoggingOptions {
21
-
22
- const filterSensitiveLog: (obj: CloudWatchLoggingOptions) => any;
23
- }
24
16
  export declare enum AmazonopensearchserviceIndexRotationPeriod {
25
17
  NoRotation = "NoRotation",
26
18
  OneDay = "OneDay",
@@ -46,10 +38,6 @@ export interface ProcessorParameter {
46
38
 
47
39
  ParameterValue: string | undefined;
48
40
  }
49
- export declare namespace ProcessorParameter {
50
-
51
- const filterSensitiveLog: (obj: ProcessorParameter) => any;
52
- }
53
41
  export declare type ProcessorType = "AppendDelimiterToRecord" | "Lambda" | "MetadataExtraction" | "RecordDeAggregation";
54
42
 
55
43
  export interface Processor {
@@ -58,10 +46,6 @@ export interface Processor {
58
46
 
59
47
  Parameters?: ProcessorParameter[];
60
48
  }
61
- export declare namespace Processor {
62
-
63
- const filterSensitiveLog: (obj: Processor) => any;
64
- }
65
49
 
66
50
  export interface ProcessingConfiguration {
67
51
 
@@ -69,17 +53,9 @@ export interface ProcessingConfiguration {
69
53
 
70
54
  Processors?: Processor[];
71
55
  }
72
- export declare namespace ProcessingConfiguration {
73
-
74
- const filterSensitiveLog: (obj: ProcessingConfiguration) => any;
75
- }
76
56
  export interface AmazonopensearchserviceRetryOptions {
77
57
  DurationInSeconds?: number;
78
58
  }
79
- export declare namespace AmazonopensearchserviceRetryOptions {
80
-
81
- const filterSensitiveLog: (obj: AmazonopensearchserviceRetryOptions) => any;
82
- }
83
59
  export declare enum AmazonopensearchserviceS3BackupMode {
84
60
  AllDocuments = "AllDocuments",
85
61
  FailedDocumentsOnly = "FailedDocumentsOnly"
@@ -91,10 +67,6 @@ export interface BufferingHints {
91
67
 
92
68
  IntervalInSeconds?: number;
93
69
  }
94
- export declare namespace BufferingHints {
95
-
96
- const filterSensitiveLog: (obj: BufferingHints) => any;
97
- }
98
70
  export declare enum CompressionFormat {
99
71
  GZIP = "GZIP",
100
72
  HADOOP_SNAPPY = "HADOOP_SNAPPY",
@@ -107,10 +79,6 @@ export interface KMSEncryptionConfig {
107
79
 
108
80
  AWSKMSKeyARN: string | undefined;
109
81
  }
110
- export declare namespace KMSEncryptionConfig {
111
-
112
- const filterSensitiveLog: (obj: KMSEncryptionConfig) => any;
113
- }
114
82
  export declare type NoEncryptionConfig = "NoEncryption";
115
83
 
116
84
  export interface EncryptionConfiguration {
@@ -119,10 +87,6 @@ export interface EncryptionConfiguration {
119
87
 
120
88
  KMSEncryptionConfig?: KMSEncryptionConfig;
121
89
  }
122
- export declare namespace EncryptionConfiguration {
123
-
124
- const filterSensitiveLog: (obj: EncryptionConfiguration) => any;
125
- }
126
90
 
127
91
  export interface S3DestinationConfiguration {
128
92
 
@@ -142,10 +106,6 @@ export interface S3DestinationConfiguration {
142
106
 
143
107
  CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
144
108
  }
145
- export declare namespace S3DestinationConfiguration {
146
-
147
- const filterSensitiveLog: (obj: S3DestinationConfiguration) => any;
148
- }
149
109
 
150
110
  export interface VpcConfiguration {
151
111
 
@@ -155,10 +115,6 @@ export interface VpcConfiguration {
155
115
 
156
116
  SecurityGroupIds: string[] | undefined;
157
117
  }
158
- export declare namespace VpcConfiguration {
159
-
160
- const filterSensitiveLog: (obj: VpcConfiguration) => any;
161
- }
162
118
  export interface AmazonopensearchserviceDestinationConfiguration {
163
119
  RoleARN: string | undefined;
164
120
  DomainARN?: string;
@@ -178,10 +134,6 @@ export interface AmazonopensearchserviceDestinationConfiguration {
178
134
 
179
135
  VpcConfiguration?: VpcConfiguration;
180
136
  }
181
- export declare namespace AmazonopensearchserviceDestinationConfiguration {
182
-
183
- const filterSensitiveLog: (obj: AmazonopensearchserviceDestinationConfiguration) => any;
184
- }
185
137
 
186
138
  export interface S3DestinationDescription {
187
139
 
@@ -201,10 +153,6 @@ export interface S3DestinationDescription {
201
153
 
202
154
  CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
203
155
  }
204
- export declare namespace S3DestinationDescription {
205
-
206
- const filterSensitiveLog: (obj: S3DestinationDescription) => any;
207
- }
208
156
 
209
157
  export interface VpcConfigurationDescription {
210
158
 
@@ -216,10 +164,6 @@ export interface VpcConfigurationDescription {
216
164
 
217
165
  VpcId: string | undefined;
218
166
  }
219
- export declare namespace VpcConfigurationDescription {
220
-
221
- const filterSensitiveLog: (obj: VpcConfigurationDescription) => any;
222
- }
223
167
  export interface AmazonopensearchserviceDestinationDescription {
224
168
  RoleARN?: string;
225
169
  DomainARN?: string;
@@ -239,10 +183,6 @@ export interface AmazonopensearchserviceDestinationDescription {
239
183
 
240
184
  VpcConfigurationDescription?: VpcConfigurationDescription;
241
185
  }
242
- export declare namespace AmazonopensearchserviceDestinationDescription {
243
-
244
- const filterSensitiveLog: (obj: AmazonopensearchserviceDestinationDescription) => any;
245
- }
246
186
 
247
187
  export interface S3DestinationUpdate {
248
188
 
@@ -262,10 +202,6 @@ export interface S3DestinationUpdate {
262
202
 
263
203
  CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
264
204
  }
265
- export declare namespace S3DestinationUpdate {
266
-
267
- const filterSensitiveLog: (obj: S3DestinationUpdate) => any;
268
- }
269
205
  export interface AmazonopensearchserviceDestinationUpdate {
270
206
  RoleARN?: string;
271
207
  DomainARN?: string;
@@ -282,10 +218,6 @@ export interface AmazonopensearchserviceDestinationUpdate {
282
218
 
283
219
  CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
284
220
  }
285
- export declare namespace AmazonopensearchserviceDestinationUpdate {
286
-
287
- const filterSensitiveLog: (obj: AmazonopensearchserviceDestinationUpdate) => any;
288
- }
289
221
 
290
222
  export declare class ConcurrentModificationException extends __BaseException {
291
223
  readonly name: "ConcurrentModificationException";
@@ -306,10 +238,6 @@ export interface CopyCommand {
306
238
 
307
239
  CopyOptions?: string;
308
240
  }
309
- export declare namespace CopyCommand {
310
-
311
- const filterSensitiveLog: (obj: CopyCommand) => any;
312
- }
313
241
  export declare enum KeyType {
314
242
  AWS_OWNED_CMK = "AWS_OWNED_CMK",
315
243
  CUSTOMER_MANAGED_CMK = "CUSTOMER_MANAGED_CMK"
@@ -321,10 +249,6 @@ export interface DeliveryStreamEncryptionConfigurationInput {
321
249
 
322
250
  KeyType: KeyType | string | undefined;
323
251
  }
324
- export declare namespace DeliveryStreamEncryptionConfigurationInput {
325
-
326
- const filterSensitiveLog: (obj: DeliveryStreamEncryptionConfigurationInput) => any;
327
- }
328
252
  export declare type DeliveryStreamType = "DirectPut" | "KinesisStreamAsSource";
329
253
 
330
254
  export interface ElasticsearchBufferingHints {
@@ -333,20 +257,12 @@ export interface ElasticsearchBufferingHints {
333
257
 
334
258
  SizeInMBs?: number;
335
259
  }
336
- export declare namespace ElasticsearchBufferingHints {
337
-
338
- const filterSensitiveLog: (obj: ElasticsearchBufferingHints) => any;
339
- }
340
260
  export declare type ElasticsearchIndexRotationPeriod = "NoRotation" | "OneDay" | "OneHour" | "OneMonth" | "OneWeek";
341
261
 
342
262
  export interface ElasticsearchRetryOptions {
343
263
 
344
264
  DurationInSeconds?: number;
345
265
  }
346
- export declare namespace ElasticsearchRetryOptions {
347
-
348
- const filterSensitiveLog: (obj: ElasticsearchRetryOptions) => any;
349
- }
350
266
  export declare type ElasticsearchS3BackupMode = "AllDocuments" | "FailedDocumentsOnly";
351
267
 
352
268
  export interface ElasticsearchDestinationConfiguration {
@@ -377,19 +293,11 @@ export interface ElasticsearchDestinationConfiguration {
377
293
 
378
294
  VpcConfiguration?: VpcConfiguration;
379
295
  }
380
- export declare namespace ElasticsearchDestinationConfiguration {
381
-
382
- const filterSensitiveLog: (obj: ElasticsearchDestinationConfiguration) => any;
383
- }
384
296
 
385
297
  export interface HiveJsonSerDe {
386
298
 
387
299
  TimestampFormats?: string[];
388
300
  }
389
- export declare namespace HiveJsonSerDe {
390
-
391
- const filterSensitiveLog: (obj: HiveJsonSerDe) => any;
392
- }
393
301
 
394
302
  export interface OpenXJsonSerDe {
395
303
 
@@ -399,10 +307,6 @@ export interface OpenXJsonSerDe {
399
307
 
400
308
  ColumnToJsonKeyMappings?: Record<string, string>;
401
309
  }
402
- export declare namespace OpenXJsonSerDe {
403
-
404
- const filterSensitiveLog: (obj: OpenXJsonSerDe) => any;
405
- }
406
310
 
407
311
  export interface Deserializer {
408
312
 
@@ -410,19 +314,11 @@ export interface Deserializer {
410
314
 
411
315
  HiveJsonSerDe?: HiveJsonSerDe;
412
316
  }
413
- export declare namespace Deserializer {
414
-
415
- const filterSensitiveLog: (obj: Deserializer) => any;
416
- }
417
317
 
418
318
  export interface InputFormatConfiguration {
419
319
 
420
320
  Deserializer?: Deserializer;
421
321
  }
422
- export declare namespace InputFormatConfiguration {
423
-
424
- const filterSensitiveLog: (obj: InputFormatConfiguration) => any;
425
- }
426
322
  export declare enum OrcCompression {
427
323
  NONE = "NONE",
428
324
  SNAPPY = "SNAPPY",
@@ -455,10 +351,6 @@ export interface OrcSerDe {
455
351
 
456
352
  FormatVersion?: OrcFormatVersion | string;
457
353
  }
458
- export declare namespace OrcSerDe {
459
-
460
- const filterSensitiveLog: (obj: OrcSerDe) => any;
461
- }
462
354
  export declare enum ParquetCompression {
463
355
  GZIP = "GZIP",
464
356
  SNAPPY = "SNAPPY",
@@ -483,10 +375,6 @@ export interface ParquetSerDe {
483
375
 
484
376
  WriterVersion?: ParquetWriterVersion | string;
485
377
  }
486
- export declare namespace ParquetSerDe {
487
-
488
- const filterSensitiveLog: (obj: ParquetSerDe) => any;
489
- }
490
378
 
491
379
  export interface Serializer {
492
380
 
@@ -494,19 +382,11 @@ export interface Serializer {
494
382
 
495
383
  OrcSerDe?: OrcSerDe;
496
384
  }
497
- export declare namespace Serializer {
498
-
499
- const filterSensitiveLog: (obj: Serializer) => any;
500
- }
501
385
 
502
386
  export interface OutputFormatConfiguration {
503
387
 
504
388
  Serializer?: Serializer;
505
389
  }
506
- export declare namespace OutputFormatConfiguration {
507
-
508
- const filterSensitiveLog: (obj: OutputFormatConfiguration) => any;
509
- }
510
390
 
511
391
  export interface SchemaConfiguration {
512
392
 
@@ -522,10 +402,6 @@ export interface SchemaConfiguration {
522
402
 
523
403
  VersionId?: string;
524
404
  }
525
- export declare namespace SchemaConfiguration {
526
-
527
- const filterSensitiveLog: (obj: SchemaConfiguration) => any;
528
- }
529
405
 
530
406
  export interface DataFormatConversionConfiguration {
531
407
 
@@ -537,19 +413,11 @@ export interface DataFormatConversionConfiguration {
537
413
 
538
414
  Enabled?: boolean;
539
415
  }
540
- export declare namespace DataFormatConversionConfiguration {
541
-
542
- const filterSensitiveLog: (obj: DataFormatConversionConfiguration) => any;
543
- }
544
416
 
545
417
  export interface RetryOptions {
546
418
 
547
419
  DurationInSeconds?: number;
548
420
  }
549
- export declare namespace RetryOptions {
550
-
551
- const filterSensitiveLog: (obj: RetryOptions) => any;
552
- }
553
421
 
554
422
  export interface DynamicPartitioningConfiguration {
555
423
 
@@ -557,10 +425,6 @@ export interface DynamicPartitioningConfiguration {
557
425
 
558
426
  Enabled?: boolean;
559
427
  }
560
- export declare namespace DynamicPartitioningConfiguration {
561
-
562
- const filterSensitiveLog: (obj: DynamicPartitioningConfiguration) => any;
563
- }
564
428
  export declare type S3BackupMode = "Disabled" | "Enabled";
565
429
 
566
430
  export interface ExtendedS3DestinationConfiguration {
@@ -591,10 +455,6 @@ export interface ExtendedS3DestinationConfiguration {
591
455
 
592
456
  DynamicPartitioningConfiguration?: DynamicPartitioningConfiguration;
593
457
  }
594
- export declare namespace ExtendedS3DestinationConfiguration {
595
-
596
- const filterSensitiveLog: (obj: ExtendedS3DestinationConfiguration) => any;
597
- }
598
458
 
599
459
  export interface HttpEndpointBufferingHints {
600
460
 
@@ -602,10 +462,6 @@ export interface HttpEndpointBufferingHints {
602
462
 
603
463
  IntervalInSeconds?: number;
604
464
  }
605
- export declare namespace HttpEndpointBufferingHints {
606
-
607
- const filterSensitiveLog: (obj: HttpEndpointBufferingHints) => any;
608
- }
609
465
 
610
466
  export interface HttpEndpointConfiguration {
611
467
 
@@ -615,10 +471,6 @@ export interface HttpEndpointConfiguration {
615
471
 
616
472
  AccessKey?: string;
617
473
  }
618
- export declare namespace HttpEndpointConfiguration {
619
-
620
- const filterSensitiveLog: (obj: HttpEndpointConfiguration) => any;
621
- }
622
474
 
623
475
  export interface HttpEndpointCommonAttribute {
624
476
 
@@ -626,10 +478,6 @@ export interface HttpEndpointCommonAttribute {
626
478
 
627
479
  AttributeValue: string | undefined;
628
480
  }
629
- export declare namespace HttpEndpointCommonAttribute {
630
-
631
- const filterSensitiveLog: (obj: HttpEndpointCommonAttribute) => any;
632
- }
633
481
 
634
482
  export interface HttpEndpointRequestConfiguration {
635
483
 
@@ -637,19 +485,11 @@ export interface HttpEndpointRequestConfiguration {
637
485
 
638
486
  CommonAttributes?: HttpEndpointCommonAttribute[];
639
487
  }
640
- export declare namespace HttpEndpointRequestConfiguration {
641
-
642
- const filterSensitiveLog: (obj: HttpEndpointRequestConfiguration) => any;
643
- }
644
488
 
645
489
  export interface HttpEndpointRetryOptions {
646
490
 
647
491
  DurationInSeconds?: number;
648
492
  }
649
- export declare namespace HttpEndpointRetryOptions {
650
-
651
- const filterSensitiveLog: (obj: HttpEndpointRetryOptions) => any;
652
- }
653
493
  export declare type HttpEndpointS3BackupMode = "AllData" | "FailedDataOnly";
654
494
 
655
495
  export interface HttpEndpointDestinationConfiguration {
@@ -672,10 +512,6 @@ export interface HttpEndpointDestinationConfiguration {
672
512
 
673
513
  S3Configuration: S3DestinationConfiguration | undefined;
674
514
  }
675
- export declare namespace HttpEndpointDestinationConfiguration {
676
-
677
- const filterSensitiveLog: (obj: HttpEndpointDestinationConfiguration) => any;
678
- }
679
515
 
680
516
  export interface KinesisStreamSourceConfiguration {
681
517
 
@@ -683,19 +519,11 @@ export interface KinesisStreamSourceConfiguration {
683
519
 
684
520
  RoleARN: string | undefined;
685
521
  }
686
- export declare namespace KinesisStreamSourceConfiguration {
687
-
688
- const filterSensitiveLog: (obj: KinesisStreamSourceConfiguration) => any;
689
- }
690
522
 
691
523
  export interface RedshiftRetryOptions {
692
524
 
693
525
  DurationInSeconds?: number;
694
526
  }
695
- export declare namespace RedshiftRetryOptions {
696
-
697
- const filterSensitiveLog: (obj: RedshiftRetryOptions) => any;
698
- }
699
527
  export declare type RedshiftS3BackupMode = "Disabled" | "Enabled";
700
528
 
701
529
  export interface RedshiftDestinationConfiguration {
@@ -722,20 +550,12 @@ export interface RedshiftDestinationConfiguration {
722
550
 
723
551
  CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
724
552
  }
725
- export declare namespace RedshiftDestinationConfiguration {
726
-
727
- const filterSensitiveLog: (obj: RedshiftDestinationConfiguration) => any;
728
- }
729
553
  export declare type HECEndpointType = "Event" | "Raw";
730
554
 
731
555
  export interface SplunkRetryOptions {
732
556
 
733
557
  DurationInSeconds?: number;
734
558
  }
735
- export declare namespace SplunkRetryOptions {
736
-
737
- const filterSensitiveLog: (obj: SplunkRetryOptions) => any;
738
- }
739
559
  export declare type SplunkS3BackupMode = "AllEvents" | "FailedEventsOnly";
740
560
 
741
561
  export interface SplunkDestinationConfiguration {
@@ -758,10 +578,6 @@ export interface SplunkDestinationConfiguration {
758
578
 
759
579
  CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
760
580
  }
761
- export declare namespace SplunkDestinationConfiguration {
762
-
763
- const filterSensitiveLog: (obj: SplunkDestinationConfiguration) => any;
764
- }
765
581
 
766
582
  export interface Tag {
767
583
 
@@ -769,10 +585,6 @@ export interface Tag {
769
585
 
770
586
  Value?: string;
771
587
  }
772
- export declare namespace Tag {
773
-
774
- const filterSensitiveLog: (obj: Tag) => any;
775
- }
776
588
  export interface CreateDeliveryStreamInput {
777
589
 
778
590
  DeliveryStreamName: string | undefined;
@@ -798,18 +610,10 @@ export interface CreateDeliveryStreamInput {
798
610
 
799
611
  Tags?: Tag[];
800
612
  }
801
- export declare namespace CreateDeliveryStreamInput {
802
-
803
- const filterSensitiveLog: (obj: CreateDeliveryStreamInput) => any;
804
- }
805
613
  export interface CreateDeliveryStreamOutput {
806
614
 
807
615
  DeliveryStreamARN?: string;
808
616
  }
809
- export declare namespace CreateDeliveryStreamOutput {
810
-
811
- const filterSensitiveLog: (obj: CreateDeliveryStreamOutput) => any;
812
- }
813
617
 
814
618
  export declare class InvalidArgumentException extends __BaseException {
815
619
  readonly name: "InvalidArgumentException";
@@ -845,16 +649,8 @@ export interface DeleteDeliveryStreamInput {
845
649
 
846
650
  AllowForceDelete?: boolean;
847
651
  }
848
- export declare namespace DeleteDeliveryStreamInput {
849
-
850
- const filterSensitiveLog: (obj: DeleteDeliveryStreamInput) => any;
851
- }
852
652
  export interface DeleteDeliveryStreamOutput {
853
653
  }
854
- export declare namespace DeleteDeliveryStreamOutput {
855
-
856
- const filterSensitiveLog: (obj: DeleteDeliveryStreamOutput) => any;
857
- }
858
654
 
859
655
  export declare class ResourceNotFoundException extends __BaseException {
860
656
  readonly name: "ResourceNotFoundException";
@@ -886,10 +682,6 @@ export interface FailureDescription {
886
682
 
887
683
  Details: string | undefined;
888
684
  }
889
- export declare namespace FailureDescription {
890
-
891
- const filterSensitiveLog: (obj: FailureDescription) => any;
892
- }
893
685
  export declare enum DeliveryStreamEncryptionStatus {
894
686
  DISABLED = "DISABLED",
895
687
  DISABLING = "DISABLING",
@@ -909,10 +701,6 @@ export interface DeliveryStreamEncryptionConfiguration {
909
701
 
910
702
  FailureDescription?: FailureDescription;
911
703
  }
912
- export declare namespace DeliveryStreamEncryptionConfiguration {
913
-
914
- const filterSensitiveLog: (obj: DeliveryStreamEncryptionConfiguration) => any;
915
- }
916
704
  export declare enum DeliveryStreamStatus {
917
705
  ACTIVE = "ACTIVE",
918
706
  CREATING = "CREATING",
@@ -949,10 +737,6 @@ export interface ElasticsearchDestinationDescription {
949
737
 
950
738
  VpcConfigurationDescription?: VpcConfigurationDescription;
951
739
  }
952
- export declare namespace ElasticsearchDestinationDescription {
953
-
954
- const filterSensitiveLog: (obj: ElasticsearchDestinationDescription) => any;
955
- }
956
740
 
957
741
  export interface ExtendedS3DestinationDescription {
958
742
 
@@ -982,10 +766,6 @@ export interface ExtendedS3DestinationDescription {
982
766
 
983
767
  DynamicPartitioningConfiguration?: DynamicPartitioningConfiguration;
984
768
  }
985
- export declare namespace ExtendedS3DestinationDescription {
986
-
987
- const filterSensitiveLog: (obj: ExtendedS3DestinationDescription) => any;
988
- }
989
769
 
990
770
  export interface HttpEndpointDescription {
991
771
 
@@ -993,10 +773,6 @@ export interface HttpEndpointDescription {
993
773
 
994
774
  Name?: string;
995
775
  }
996
- export declare namespace HttpEndpointDescription {
997
-
998
- const filterSensitiveLog: (obj: HttpEndpointDescription) => any;
999
- }
1000
776
 
1001
777
  export interface HttpEndpointDestinationDescription {
1002
778
 
@@ -1018,10 +794,6 @@ export interface HttpEndpointDestinationDescription {
1018
794
 
1019
795
  S3DestinationDescription?: S3DestinationDescription;
1020
796
  }
1021
- export declare namespace HttpEndpointDestinationDescription {
1022
-
1023
- const filterSensitiveLog: (obj: HttpEndpointDestinationDescription) => any;
1024
- }
1025
797
 
1026
798
  export interface RedshiftDestinationDescription {
1027
799
 
@@ -1045,10 +817,6 @@ export interface RedshiftDestinationDescription {
1045
817
 
1046
818
  CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
1047
819
  }
1048
- export declare namespace RedshiftDestinationDescription {
1049
-
1050
- const filterSensitiveLog: (obj: RedshiftDestinationDescription) => any;
1051
- }
1052
820
 
1053
821
  export interface SplunkDestinationDescription {
1054
822
 
@@ -1070,10 +838,6 @@ export interface SplunkDestinationDescription {
1070
838
 
1071
839
  CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
1072
840
  }
1073
- export declare namespace SplunkDestinationDescription {
1074
-
1075
- const filterSensitiveLog: (obj: SplunkDestinationDescription) => any;
1076
- }
1077
841
 
1078
842
  export interface DestinationDescription {
1079
843
 
@@ -1092,10 +856,6 @@ export interface DestinationDescription {
1092
856
 
1093
857
  HttpEndpointDestinationDescription?: HttpEndpointDestinationDescription;
1094
858
  }
1095
- export declare namespace DestinationDescription {
1096
-
1097
- const filterSensitiveLog: (obj: DestinationDescription) => any;
1098
- }
1099
859
 
1100
860
  export interface KinesisStreamSourceDescription {
1101
861
 
@@ -1105,19 +865,11 @@ export interface KinesisStreamSourceDescription {
1105
865
 
1106
866
  DeliveryStartTimestamp?: Date;
1107
867
  }
1108
- export declare namespace KinesisStreamSourceDescription {
1109
-
1110
- const filterSensitiveLog: (obj: KinesisStreamSourceDescription) => any;
1111
- }
1112
868
 
1113
869
  export interface SourceDescription {
1114
870
 
1115
871
  KinesisStreamSourceDescription?: KinesisStreamSourceDescription;
1116
872
  }
1117
- export declare namespace SourceDescription {
1118
-
1119
- const filterSensitiveLog: (obj: SourceDescription) => any;
1120
- }
1121
873
 
1122
874
  export interface DeliveryStreamDescription {
1123
875
 
@@ -1145,10 +897,6 @@ export interface DeliveryStreamDescription {
1145
897
 
1146
898
  HasMoreDestinations: boolean | undefined;
1147
899
  }
1148
- export declare namespace DeliveryStreamDescription {
1149
-
1150
- const filterSensitiveLog: (obj: DeliveryStreamDescription) => any;
1151
- }
1152
900
  export interface DescribeDeliveryStreamInput {
1153
901
 
1154
902
  DeliveryStreamName: string | undefined;
@@ -1157,18 +905,10 @@ export interface DescribeDeliveryStreamInput {
1157
905
 
1158
906
  ExclusiveStartDestinationId?: string;
1159
907
  }
1160
- export declare namespace DescribeDeliveryStreamInput {
1161
-
1162
- const filterSensitiveLog: (obj: DescribeDeliveryStreamInput) => any;
1163
- }
1164
908
  export interface DescribeDeliveryStreamOutput {
1165
909
 
1166
910
  DeliveryStreamDescription: DeliveryStreamDescription | undefined;
1167
911
  }
1168
- export declare namespace DescribeDeliveryStreamOutput {
1169
-
1170
- const filterSensitiveLog: (obj: DescribeDeliveryStreamOutput) => any;
1171
- }
1172
912
 
1173
913
  export interface ElasticsearchDestinationUpdate {
1174
914
 
@@ -1194,10 +934,6 @@ export interface ElasticsearchDestinationUpdate {
1194
934
 
1195
935
  CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
1196
936
  }
1197
- export declare namespace ElasticsearchDestinationUpdate {
1198
-
1199
- const filterSensitiveLog: (obj: ElasticsearchDestinationUpdate) => any;
1200
- }
1201
937
 
1202
938
  export interface ExtendedS3DestinationUpdate {
1203
939
 
@@ -1227,10 +963,6 @@ export interface ExtendedS3DestinationUpdate {
1227
963
 
1228
964
  DynamicPartitioningConfiguration?: DynamicPartitioningConfiguration;
1229
965
  }
1230
- export declare namespace ExtendedS3DestinationUpdate {
1231
-
1232
- const filterSensitiveLog: (obj: ExtendedS3DestinationUpdate) => any;
1233
- }
1234
966
  export interface ListDeliveryStreamsInput {
1235
967
 
1236
968
  Limit?: number;
@@ -1239,20 +971,12 @@ export interface ListDeliveryStreamsInput {
1239
971
 
1240
972
  ExclusiveStartDeliveryStreamName?: string;
1241
973
  }
1242
- export declare namespace ListDeliveryStreamsInput {
1243
-
1244
- const filterSensitiveLog: (obj: ListDeliveryStreamsInput) => any;
1245
- }
1246
974
  export interface ListDeliveryStreamsOutput {
1247
975
 
1248
976
  DeliveryStreamNames: string[] | undefined;
1249
977
 
1250
978
  HasMoreDeliveryStreams: boolean | undefined;
1251
979
  }
1252
- export declare namespace ListDeliveryStreamsOutput {
1253
-
1254
- const filterSensitiveLog: (obj: ListDeliveryStreamsOutput) => any;
1255
- }
1256
980
  export interface ListTagsForDeliveryStreamInput {
1257
981
 
1258
982
  DeliveryStreamName: string | undefined;
@@ -1261,49 +985,29 @@ export interface ListTagsForDeliveryStreamInput {
1261
985
 
1262
986
  Limit?: number;
1263
987
  }
1264
- export declare namespace ListTagsForDeliveryStreamInput {
1265
-
1266
- const filterSensitiveLog: (obj: ListTagsForDeliveryStreamInput) => any;
1267
- }
1268
988
  export interface ListTagsForDeliveryStreamOutput {
1269
989
 
1270
990
  Tags: Tag[] | undefined;
1271
991
 
1272
992
  HasMoreTags: boolean | undefined;
1273
993
  }
1274
- export declare namespace ListTagsForDeliveryStreamOutput {
1275
-
1276
- const filterSensitiveLog: (obj: ListTagsForDeliveryStreamOutput) => any;
1277
- }
1278
994
 
1279
995
  export interface _Record {
1280
996
 
1281
997
  Data: Uint8Array | undefined;
1282
998
  }
1283
- export declare namespace _Record {
1284
-
1285
- const filterSensitiveLog: (obj: _Record) => any;
1286
- }
1287
999
  export interface PutRecordInput {
1288
1000
 
1289
1001
  DeliveryStreamName: string | undefined;
1290
1002
 
1291
1003
  Record: _Record | undefined;
1292
1004
  }
1293
- export declare namespace PutRecordInput {
1294
-
1295
- const filterSensitiveLog: (obj: PutRecordInput) => any;
1296
- }
1297
1005
  export interface PutRecordOutput {
1298
1006
 
1299
1007
  RecordId: string | undefined;
1300
1008
 
1301
1009
  Encrypted?: boolean;
1302
1010
  }
1303
- export declare namespace PutRecordOutput {
1304
-
1305
- const filterSensitiveLog: (obj: PutRecordOutput) => any;
1306
- }
1307
1011
 
1308
1012
  export declare class ServiceUnavailableException extends __BaseException {
1309
1013
  readonly name: "ServiceUnavailableException";
@@ -1317,10 +1021,6 @@ export interface PutRecordBatchInput {
1317
1021
 
1318
1022
  Records: _Record[] | undefined;
1319
1023
  }
1320
- export declare namespace PutRecordBatchInput {
1321
-
1322
- const filterSensitiveLog: (obj: PutRecordBatchInput) => any;
1323
- }
1324
1024
 
1325
1025
  export interface PutRecordBatchResponseEntry {
1326
1026
 
@@ -1330,10 +1030,6 @@ export interface PutRecordBatchResponseEntry {
1330
1030
 
1331
1031
  ErrorMessage?: string;
1332
1032
  }
1333
- export declare namespace PutRecordBatchResponseEntry {
1334
-
1335
- const filterSensitiveLog: (obj: PutRecordBatchResponseEntry) => any;
1336
- }
1337
1033
  export interface PutRecordBatchOutput {
1338
1034
 
1339
1035
  FailedPutCount: number | undefined;
@@ -1342,72 +1038,36 @@ export interface PutRecordBatchOutput {
1342
1038
 
1343
1039
  RequestResponses: PutRecordBatchResponseEntry[] | undefined;
1344
1040
  }
1345
- export declare namespace PutRecordBatchOutput {
1346
-
1347
- const filterSensitiveLog: (obj: PutRecordBatchOutput) => any;
1348
- }
1349
1041
  export interface StartDeliveryStreamEncryptionInput {
1350
1042
 
1351
1043
  DeliveryStreamName: string | undefined;
1352
1044
 
1353
1045
  DeliveryStreamEncryptionConfigurationInput?: DeliveryStreamEncryptionConfigurationInput;
1354
1046
  }
1355
- export declare namespace StartDeliveryStreamEncryptionInput {
1356
-
1357
- const filterSensitiveLog: (obj: StartDeliveryStreamEncryptionInput) => any;
1358
- }
1359
1047
  export interface StartDeliveryStreamEncryptionOutput {
1360
1048
  }
1361
- export declare namespace StartDeliveryStreamEncryptionOutput {
1362
-
1363
- const filterSensitiveLog: (obj: StartDeliveryStreamEncryptionOutput) => any;
1364
- }
1365
1049
  export interface StopDeliveryStreamEncryptionInput {
1366
1050
 
1367
1051
  DeliveryStreamName: string | undefined;
1368
1052
  }
1369
- export declare namespace StopDeliveryStreamEncryptionInput {
1370
-
1371
- const filterSensitiveLog: (obj: StopDeliveryStreamEncryptionInput) => any;
1372
- }
1373
1053
  export interface StopDeliveryStreamEncryptionOutput {
1374
1054
  }
1375
- export declare namespace StopDeliveryStreamEncryptionOutput {
1376
-
1377
- const filterSensitiveLog: (obj: StopDeliveryStreamEncryptionOutput) => any;
1378
- }
1379
1055
  export interface TagDeliveryStreamInput {
1380
1056
 
1381
1057
  DeliveryStreamName: string | undefined;
1382
1058
 
1383
1059
  Tags: Tag[] | undefined;
1384
1060
  }
1385
- export declare namespace TagDeliveryStreamInput {
1386
-
1387
- const filterSensitiveLog: (obj: TagDeliveryStreamInput) => any;
1388
- }
1389
1061
  export interface TagDeliveryStreamOutput {
1390
1062
  }
1391
- export declare namespace TagDeliveryStreamOutput {
1392
-
1393
- const filterSensitiveLog: (obj: TagDeliveryStreamOutput) => any;
1394
- }
1395
1063
  export interface UntagDeliveryStreamInput {
1396
1064
 
1397
1065
  DeliveryStreamName: string | undefined;
1398
1066
 
1399
1067
  TagKeys: string[] | undefined;
1400
1068
  }
1401
- export declare namespace UntagDeliveryStreamInput {
1402
-
1403
- const filterSensitiveLog: (obj: UntagDeliveryStreamInput) => any;
1404
- }
1405
1069
  export interface UntagDeliveryStreamOutput {
1406
1070
  }
1407
- export declare namespace UntagDeliveryStreamOutput {
1408
-
1409
- const filterSensitiveLog: (obj: UntagDeliveryStreamOutput) => any;
1410
- }
1411
1071
 
1412
1072
  export interface HttpEndpointDestinationUpdate {
1413
1073
 
@@ -1429,10 +1089,6 @@ export interface HttpEndpointDestinationUpdate {
1429
1089
 
1430
1090
  S3Update?: S3DestinationUpdate;
1431
1091
  }
1432
- export declare namespace HttpEndpointDestinationUpdate {
1433
-
1434
- const filterSensitiveLog: (obj: HttpEndpointDestinationUpdate) => any;
1435
- }
1436
1092
 
1437
1093
  export interface RedshiftDestinationUpdate {
1438
1094
 
@@ -1458,10 +1114,6 @@ export interface RedshiftDestinationUpdate {
1458
1114
 
1459
1115
  CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
1460
1116
  }
1461
- export declare namespace RedshiftDestinationUpdate {
1462
-
1463
- const filterSensitiveLog: (obj: RedshiftDestinationUpdate) => any;
1464
- }
1465
1117
 
1466
1118
  export interface SplunkDestinationUpdate {
1467
1119
 
@@ -1483,10 +1135,6 @@ export interface SplunkDestinationUpdate {
1483
1135
 
1484
1136
  CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
1485
1137
  }
1486
- export declare namespace SplunkDestinationUpdate {
1487
-
1488
- const filterSensitiveLog: (obj: SplunkDestinationUpdate) => any;
1489
- }
1490
1138
  export interface UpdateDestinationInput {
1491
1139
 
1492
1140
  DeliveryStreamName: string | undefined;
@@ -1508,13 +1156,185 @@ export interface UpdateDestinationInput {
1508
1156
 
1509
1157
  HttpEndpointDestinationUpdate?: HttpEndpointDestinationUpdate;
1510
1158
  }
1511
- export declare namespace UpdateDestinationInput {
1512
-
1513
- const filterSensitiveLog: (obj: UpdateDestinationInput) => any;
1514
- }
1515
1159
  export interface UpdateDestinationOutput {
1516
1160
  }
1517
- export declare namespace UpdateDestinationOutput {
1518
-
1519
- const filterSensitiveLog: (obj: UpdateDestinationOutput) => any;
1520
- }
1161
+
1162
+ export declare const AmazonopensearchserviceBufferingHintsFilterSensitiveLog: (obj: AmazonopensearchserviceBufferingHints) => any;
1163
+
1164
+ export declare const CloudWatchLoggingOptionsFilterSensitiveLog: (obj: CloudWatchLoggingOptions) => any;
1165
+
1166
+ export declare const ProcessorParameterFilterSensitiveLog: (obj: ProcessorParameter) => any;
1167
+
1168
+ export declare const ProcessorFilterSensitiveLog: (obj: Processor) => any;
1169
+
1170
+ export declare const ProcessingConfigurationFilterSensitiveLog: (obj: ProcessingConfiguration) => any;
1171
+
1172
+ export declare const AmazonopensearchserviceRetryOptionsFilterSensitiveLog: (obj: AmazonopensearchserviceRetryOptions) => any;
1173
+
1174
+ export declare const BufferingHintsFilterSensitiveLog: (obj: BufferingHints) => any;
1175
+
1176
+ export declare const KMSEncryptionConfigFilterSensitiveLog: (obj: KMSEncryptionConfig) => any;
1177
+
1178
+ export declare const EncryptionConfigurationFilterSensitiveLog: (obj: EncryptionConfiguration) => any;
1179
+
1180
+ export declare const S3DestinationConfigurationFilterSensitiveLog: (obj: S3DestinationConfiguration) => any;
1181
+
1182
+ export declare const VpcConfigurationFilterSensitiveLog: (obj: VpcConfiguration) => any;
1183
+
1184
+ export declare const AmazonopensearchserviceDestinationConfigurationFilterSensitiveLog: (obj: AmazonopensearchserviceDestinationConfiguration) => any;
1185
+
1186
+ export declare const S3DestinationDescriptionFilterSensitiveLog: (obj: S3DestinationDescription) => any;
1187
+
1188
+ export declare const VpcConfigurationDescriptionFilterSensitiveLog: (obj: VpcConfigurationDescription) => any;
1189
+
1190
+ export declare const AmazonopensearchserviceDestinationDescriptionFilterSensitiveLog: (obj: AmazonopensearchserviceDestinationDescription) => any;
1191
+
1192
+ export declare const S3DestinationUpdateFilterSensitiveLog: (obj: S3DestinationUpdate) => any;
1193
+
1194
+ export declare const AmazonopensearchserviceDestinationUpdateFilterSensitiveLog: (obj: AmazonopensearchserviceDestinationUpdate) => any;
1195
+
1196
+ export declare const CopyCommandFilterSensitiveLog: (obj: CopyCommand) => any;
1197
+
1198
+ export declare const DeliveryStreamEncryptionConfigurationInputFilterSensitiveLog: (obj: DeliveryStreamEncryptionConfigurationInput) => any;
1199
+
1200
+ export declare const ElasticsearchBufferingHintsFilterSensitiveLog: (obj: ElasticsearchBufferingHints) => any;
1201
+
1202
+ export declare const ElasticsearchRetryOptionsFilterSensitiveLog: (obj: ElasticsearchRetryOptions) => any;
1203
+
1204
+ export declare const ElasticsearchDestinationConfigurationFilterSensitiveLog: (obj: ElasticsearchDestinationConfiguration) => any;
1205
+
1206
+ export declare const HiveJsonSerDeFilterSensitiveLog: (obj: HiveJsonSerDe) => any;
1207
+
1208
+ export declare const OpenXJsonSerDeFilterSensitiveLog: (obj: OpenXJsonSerDe) => any;
1209
+
1210
+ export declare const DeserializerFilterSensitiveLog: (obj: Deserializer) => any;
1211
+
1212
+ export declare const InputFormatConfigurationFilterSensitiveLog: (obj: InputFormatConfiguration) => any;
1213
+
1214
+ export declare const OrcSerDeFilterSensitiveLog: (obj: OrcSerDe) => any;
1215
+
1216
+ export declare const ParquetSerDeFilterSensitiveLog: (obj: ParquetSerDe) => any;
1217
+
1218
+ export declare const SerializerFilterSensitiveLog: (obj: Serializer) => any;
1219
+
1220
+ export declare const OutputFormatConfigurationFilterSensitiveLog: (obj: OutputFormatConfiguration) => any;
1221
+
1222
+ export declare const SchemaConfigurationFilterSensitiveLog: (obj: SchemaConfiguration) => any;
1223
+
1224
+ export declare const DataFormatConversionConfigurationFilterSensitiveLog: (obj: DataFormatConversionConfiguration) => any;
1225
+
1226
+ export declare const RetryOptionsFilterSensitiveLog: (obj: RetryOptions) => any;
1227
+
1228
+ export declare const DynamicPartitioningConfigurationFilterSensitiveLog: (obj: DynamicPartitioningConfiguration) => any;
1229
+
1230
+ export declare const ExtendedS3DestinationConfigurationFilterSensitiveLog: (obj: ExtendedS3DestinationConfiguration) => any;
1231
+
1232
+ export declare const HttpEndpointBufferingHintsFilterSensitiveLog: (obj: HttpEndpointBufferingHints) => any;
1233
+
1234
+ export declare const HttpEndpointConfigurationFilterSensitiveLog: (obj: HttpEndpointConfiguration) => any;
1235
+
1236
+ export declare const HttpEndpointCommonAttributeFilterSensitiveLog: (obj: HttpEndpointCommonAttribute) => any;
1237
+
1238
+ export declare const HttpEndpointRequestConfigurationFilterSensitiveLog: (obj: HttpEndpointRequestConfiguration) => any;
1239
+
1240
+ export declare const HttpEndpointRetryOptionsFilterSensitiveLog: (obj: HttpEndpointRetryOptions) => any;
1241
+
1242
+ export declare const HttpEndpointDestinationConfigurationFilterSensitiveLog: (obj: HttpEndpointDestinationConfiguration) => any;
1243
+
1244
+ export declare const KinesisStreamSourceConfigurationFilterSensitiveLog: (obj: KinesisStreamSourceConfiguration) => any;
1245
+
1246
+ export declare const RedshiftRetryOptionsFilterSensitiveLog: (obj: RedshiftRetryOptions) => any;
1247
+
1248
+ export declare const RedshiftDestinationConfigurationFilterSensitiveLog: (obj: RedshiftDestinationConfiguration) => any;
1249
+
1250
+ export declare const SplunkRetryOptionsFilterSensitiveLog: (obj: SplunkRetryOptions) => any;
1251
+
1252
+ export declare const SplunkDestinationConfigurationFilterSensitiveLog: (obj: SplunkDestinationConfiguration) => any;
1253
+
1254
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
1255
+
1256
+ export declare const CreateDeliveryStreamInputFilterSensitiveLog: (obj: CreateDeliveryStreamInput) => any;
1257
+
1258
+ export declare const CreateDeliveryStreamOutputFilterSensitiveLog: (obj: CreateDeliveryStreamOutput) => any;
1259
+
1260
+ export declare const DeleteDeliveryStreamInputFilterSensitiveLog: (obj: DeleteDeliveryStreamInput) => any;
1261
+
1262
+ export declare const DeleteDeliveryStreamOutputFilterSensitiveLog: (obj: DeleteDeliveryStreamOutput) => any;
1263
+
1264
+ export declare const FailureDescriptionFilterSensitiveLog: (obj: FailureDescription) => any;
1265
+
1266
+ export declare const DeliveryStreamEncryptionConfigurationFilterSensitiveLog: (obj: DeliveryStreamEncryptionConfiguration) => any;
1267
+
1268
+ export declare const ElasticsearchDestinationDescriptionFilterSensitiveLog: (obj: ElasticsearchDestinationDescription) => any;
1269
+
1270
+ export declare const ExtendedS3DestinationDescriptionFilterSensitiveLog: (obj: ExtendedS3DestinationDescription) => any;
1271
+
1272
+ export declare const HttpEndpointDescriptionFilterSensitiveLog: (obj: HttpEndpointDescription) => any;
1273
+
1274
+ export declare const HttpEndpointDestinationDescriptionFilterSensitiveLog: (obj: HttpEndpointDestinationDescription) => any;
1275
+
1276
+ export declare const RedshiftDestinationDescriptionFilterSensitiveLog: (obj: RedshiftDestinationDescription) => any;
1277
+
1278
+ export declare const SplunkDestinationDescriptionFilterSensitiveLog: (obj: SplunkDestinationDescription) => any;
1279
+
1280
+ export declare const DestinationDescriptionFilterSensitiveLog: (obj: DestinationDescription) => any;
1281
+
1282
+ export declare const KinesisStreamSourceDescriptionFilterSensitiveLog: (obj: KinesisStreamSourceDescription) => any;
1283
+
1284
+ export declare const SourceDescriptionFilterSensitiveLog: (obj: SourceDescription) => any;
1285
+
1286
+ export declare const DeliveryStreamDescriptionFilterSensitiveLog: (obj: DeliveryStreamDescription) => any;
1287
+
1288
+ export declare const DescribeDeliveryStreamInputFilterSensitiveLog: (obj: DescribeDeliveryStreamInput) => any;
1289
+
1290
+ export declare const DescribeDeliveryStreamOutputFilterSensitiveLog: (obj: DescribeDeliveryStreamOutput) => any;
1291
+
1292
+ export declare const ElasticsearchDestinationUpdateFilterSensitiveLog: (obj: ElasticsearchDestinationUpdate) => any;
1293
+
1294
+ export declare const ExtendedS3DestinationUpdateFilterSensitiveLog: (obj: ExtendedS3DestinationUpdate) => any;
1295
+
1296
+ export declare const ListDeliveryStreamsInputFilterSensitiveLog: (obj: ListDeliveryStreamsInput) => any;
1297
+
1298
+ export declare const ListDeliveryStreamsOutputFilterSensitiveLog: (obj: ListDeliveryStreamsOutput) => any;
1299
+
1300
+ export declare const ListTagsForDeliveryStreamInputFilterSensitiveLog: (obj: ListTagsForDeliveryStreamInput) => any;
1301
+
1302
+ export declare const ListTagsForDeliveryStreamOutputFilterSensitiveLog: (obj: ListTagsForDeliveryStreamOutput) => any;
1303
+
1304
+ export declare const _RecordFilterSensitiveLog: (obj: _Record) => any;
1305
+
1306
+ export declare const PutRecordInputFilterSensitiveLog: (obj: PutRecordInput) => any;
1307
+
1308
+ export declare const PutRecordOutputFilterSensitiveLog: (obj: PutRecordOutput) => any;
1309
+
1310
+ export declare const PutRecordBatchInputFilterSensitiveLog: (obj: PutRecordBatchInput) => any;
1311
+
1312
+ export declare const PutRecordBatchResponseEntryFilterSensitiveLog: (obj: PutRecordBatchResponseEntry) => any;
1313
+
1314
+ export declare const PutRecordBatchOutputFilterSensitiveLog: (obj: PutRecordBatchOutput) => any;
1315
+
1316
+ export declare const StartDeliveryStreamEncryptionInputFilterSensitiveLog: (obj: StartDeliveryStreamEncryptionInput) => any;
1317
+
1318
+ export declare const StartDeliveryStreamEncryptionOutputFilterSensitiveLog: (obj: StartDeliveryStreamEncryptionOutput) => any;
1319
+
1320
+ export declare const StopDeliveryStreamEncryptionInputFilterSensitiveLog: (obj: StopDeliveryStreamEncryptionInput) => any;
1321
+
1322
+ export declare const StopDeliveryStreamEncryptionOutputFilterSensitiveLog: (obj: StopDeliveryStreamEncryptionOutput) => any;
1323
+
1324
+ export declare const TagDeliveryStreamInputFilterSensitiveLog: (obj: TagDeliveryStreamInput) => any;
1325
+
1326
+ export declare const TagDeliveryStreamOutputFilterSensitiveLog: (obj: TagDeliveryStreamOutput) => any;
1327
+
1328
+ export declare const UntagDeliveryStreamInputFilterSensitiveLog: (obj: UntagDeliveryStreamInput) => any;
1329
+
1330
+ export declare const UntagDeliveryStreamOutputFilterSensitiveLog: (obj: UntagDeliveryStreamOutput) => any;
1331
+
1332
+ export declare const HttpEndpointDestinationUpdateFilterSensitiveLog: (obj: HttpEndpointDestinationUpdate) => any;
1333
+
1334
+ export declare const RedshiftDestinationUpdateFilterSensitiveLog: (obj: RedshiftDestinationUpdate) => any;
1335
+
1336
+ export declare const SplunkDestinationUpdateFilterSensitiveLog: (obj: SplunkDestinationUpdate) => any;
1337
+
1338
+ export declare const UpdateDestinationInputFilterSensitiveLog: (obj: UpdateDestinationInput) => any;
1339
+
1340
+ export declare const UpdateDestinationOutputFilterSensitiveLog: (obj: UpdateDestinationOutput) => any;