@aws-sdk/client-firehose 3.47.1 → 3.50.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 (26) hide show
  1. package/CHANGELOG.md +32 -0
  2. package/package.json +39 -33
  3. package/dist-types/ts3.4/Firehose.d.ts +0 -65
  4. package/dist-types/ts3.4/FirehoseClient.d.ts +0 -85
  5. package/dist-types/ts3.4/commands/CreateDeliveryStreamCommand.d.ts +0 -17
  6. package/dist-types/ts3.4/commands/DeleteDeliveryStreamCommand.d.ts +0 -17
  7. package/dist-types/ts3.4/commands/DescribeDeliveryStreamCommand.d.ts +0 -17
  8. package/dist-types/ts3.4/commands/ListDeliveryStreamsCommand.d.ts +0 -17
  9. package/dist-types/ts3.4/commands/ListTagsForDeliveryStreamCommand.d.ts +0 -17
  10. package/dist-types/ts3.4/commands/PutRecordBatchCommand.d.ts +0 -17
  11. package/dist-types/ts3.4/commands/PutRecordCommand.d.ts +0 -17
  12. package/dist-types/ts3.4/commands/StartDeliveryStreamEncryptionCommand.d.ts +0 -17
  13. package/dist-types/ts3.4/commands/StopDeliveryStreamEncryptionCommand.d.ts +0 -17
  14. package/dist-types/ts3.4/commands/TagDeliveryStreamCommand.d.ts +0 -17
  15. package/dist-types/ts3.4/commands/UntagDeliveryStreamCommand.d.ts +0 -17
  16. package/dist-types/ts3.4/commands/UpdateDestinationCommand.d.ts +0 -17
  17. package/dist-types/ts3.4/commands/index.d.ts +0 -12
  18. package/dist-types/ts3.4/endpoints.d.ts +0 -2
  19. package/dist-types/ts3.4/index.d.ts +0 -4
  20. package/dist-types/ts3.4/models/index.d.ts +0 -1
  21. package/dist-types/ts3.4/models/models_0.d.ts +0 -1520
  22. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -38
  23. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
  24. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
  25. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
  26. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
@@ -1,1520 +0,0 @@
1
- import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
2
- export interface AmazonopensearchserviceBufferingHints {
3
- IntervalInSeconds?: number;
4
- SizeInMBs?: number;
5
- }
6
- export declare namespace AmazonopensearchserviceBufferingHints {
7
-
8
- const filterSensitiveLog: (obj: AmazonopensearchserviceBufferingHints) => any;
9
- }
10
-
11
- export interface CloudWatchLoggingOptions {
12
-
13
- Enabled?: boolean;
14
-
15
- LogGroupName?: string;
16
-
17
- LogStreamName?: string;
18
- }
19
- export declare namespace CloudWatchLoggingOptions {
20
-
21
- const filterSensitiveLog: (obj: CloudWatchLoggingOptions) => any;
22
- }
23
- export declare enum AmazonopensearchserviceIndexRotationPeriod {
24
- NoRotation = "NoRotation",
25
- OneDay = "OneDay",
26
- OneHour = "OneHour",
27
- OneMonth = "OneMonth",
28
- OneWeek = "OneWeek"
29
- }
30
- export declare enum ProcessorParameterName {
31
- BUFFER_INTERVAL_IN_SECONDS = "BufferIntervalInSeconds",
32
- BUFFER_SIZE_IN_MB = "BufferSizeInMBs",
33
- Delimiter = "Delimiter",
34
- JSON_PARSING_ENGINE = "JsonParsingEngine",
35
- LAMBDA_ARN = "LambdaArn",
36
- LAMBDA_NUMBER_OF_RETRIES = "NumberOfRetries",
37
- METADATA_EXTRACTION_QUERY = "MetadataExtractionQuery",
38
- ROLE_ARN = "RoleArn",
39
- SUB_RECORD_TYPE = "SubRecordType"
40
- }
41
-
42
- export interface ProcessorParameter {
43
-
44
- ParameterName: ProcessorParameterName | string | undefined;
45
-
46
- ParameterValue: string | undefined;
47
- }
48
- export declare namespace ProcessorParameter {
49
-
50
- const filterSensitiveLog: (obj: ProcessorParameter) => any;
51
- }
52
- export declare type ProcessorType = "AppendDelimiterToRecord" | "Lambda" | "MetadataExtraction" | "RecordDeAggregation";
53
-
54
- export interface Processor {
55
-
56
- Type: ProcessorType | string | undefined;
57
-
58
- Parameters?: ProcessorParameter[];
59
- }
60
- export declare namespace Processor {
61
-
62
- const filterSensitiveLog: (obj: Processor) => any;
63
- }
64
-
65
- export interface ProcessingConfiguration {
66
-
67
- Enabled?: boolean;
68
-
69
- Processors?: Processor[];
70
- }
71
- export declare namespace ProcessingConfiguration {
72
-
73
- const filterSensitiveLog: (obj: ProcessingConfiguration) => any;
74
- }
75
- export interface AmazonopensearchserviceRetryOptions {
76
- DurationInSeconds?: number;
77
- }
78
- export declare namespace AmazonopensearchserviceRetryOptions {
79
-
80
- const filterSensitiveLog: (obj: AmazonopensearchserviceRetryOptions) => any;
81
- }
82
- export declare enum AmazonopensearchserviceS3BackupMode {
83
- AllDocuments = "AllDocuments",
84
- FailedDocumentsOnly = "FailedDocumentsOnly"
85
- }
86
-
87
- export interface BufferingHints {
88
-
89
- SizeInMBs?: number;
90
-
91
- IntervalInSeconds?: number;
92
- }
93
- export declare namespace BufferingHints {
94
-
95
- const filterSensitiveLog: (obj: BufferingHints) => any;
96
- }
97
- export declare enum CompressionFormat {
98
- GZIP = "GZIP",
99
- HADOOP_SNAPPY = "HADOOP_SNAPPY",
100
- SNAPPY = "Snappy",
101
- UNCOMPRESSED = "UNCOMPRESSED",
102
- ZIP = "ZIP"
103
- }
104
-
105
- export interface KMSEncryptionConfig {
106
-
107
- AWSKMSKeyARN: string | undefined;
108
- }
109
- export declare namespace KMSEncryptionConfig {
110
-
111
- const filterSensitiveLog: (obj: KMSEncryptionConfig) => any;
112
- }
113
- export declare type NoEncryptionConfig = "NoEncryption";
114
-
115
- export interface EncryptionConfiguration {
116
-
117
- NoEncryptionConfig?: NoEncryptionConfig | string;
118
-
119
- KMSEncryptionConfig?: KMSEncryptionConfig;
120
- }
121
- export declare namespace EncryptionConfiguration {
122
-
123
- const filterSensitiveLog: (obj: EncryptionConfiguration) => any;
124
- }
125
-
126
- export interface S3DestinationConfiguration {
127
-
128
- RoleARN: string | undefined;
129
-
130
- BucketARN: string | undefined;
131
-
132
- Prefix?: string;
133
-
134
- ErrorOutputPrefix?: string;
135
-
136
- BufferingHints?: BufferingHints;
137
-
138
- CompressionFormat?: CompressionFormat | string;
139
-
140
- EncryptionConfiguration?: EncryptionConfiguration;
141
-
142
- CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
143
- }
144
- export declare namespace S3DestinationConfiguration {
145
-
146
- const filterSensitiveLog: (obj: S3DestinationConfiguration) => any;
147
- }
148
-
149
- export interface VpcConfiguration {
150
-
151
- SubnetIds: string[] | undefined;
152
-
153
- RoleARN: string | undefined;
154
-
155
- SecurityGroupIds: string[] | undefined;
156
- }
157
- export declare namespace VpcConfiguration {
158
-
159
- const filterSensitiveLog: (obj: VpcConfiguration) => any;
160
- }
161
- export interface AmazonopensearchserviceDestinationConfiguration {
162
- RoleARN: string | undefined;
163
- DomainARN?: string;
164
- ClusterEndpoint?: string;
165
- IndexName: string | undefined;
166
- TypeName?: string;
167
- IndexRotationPeriod?: AmazonopensearchserviceIndexRotationPeriod | string;
168
- BufferingHints?: AmazonopensearchserviceBufferingHints;
169
- RetryOptions?: AmazonopensearchserviceRetryOptions;
170
- S3BackupMode?: AmazonopensearchserviceS3BackupMode | string;
171
-
172
- S3Configuration: S3DestinationConfiguration | undefined;
173
-
174
- ProcessingConfiguration?: ProcessingConfiguration;
175
-
176
- CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
177
-
178
- VpcConfiguration?: VpcConfiguration;
179
- }
180
- export declare namespace AmazonopensearchserviceDestinationConfiguration {
181
-
182
- const filterSensitiveLog: (obj: AmazonopensearchserviceDestinationConfiguration) => any;
183
- }
184
-
185
- export interface S3DestinationDescription {
186
-
187
- RoleARN: string | undefined;
188
-
189
- BucketARN: string | undefined;
190
-
191
- Prefix?: string;
192
-
193
- ErrorOutputPrefix?: string;
194
-
195
- BufferingHints: BufferingHints | undefined;
196
-
197
- CompressionFormat: CompressionFormat | string | undefined;
198
-
199
- EncryptionConfiguration: EncryptionConfiguration | undefined;
200
-
201
- CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
202
- }
203
- export declare namespace S3DestinationDescription {
204
-
205
- const filterSensitiveLog: (obj: S3DestinationDescription) => any;
206
- }
207
-
208
- export interface VpcConfigurationDescription {
209
-
210
- SubnetIds: string[] | undefined;
211
-
212
- RoleARN: string | undefined;
213
-
214
- SecurityGroupIds: string[] | undefined;
215
-
216
- VpcId: string | undefined;
217
- }
218
- export declare namespace VpcConfigurationDescription {
219
-
220
- const filterSensitiveLog: (obj: VpcConfigurationDescription) => any;
221
- }
222
- export interface AmazonopensearchserviceDestinationDescription {
223
- RoleARN?: string;
224
- DomainARN?: string;
225
- ClusterEndpoint?: string;
226
- IndexName?: string;
227
- TypeName?: string;
228
- IndexRotationPeriod?: AmazonopensearchserviceIndexRotationPeriod | string;
229
- BufferingHints?: AmazonopensearchserviceBufferingHints;
230
- RetryOptions?: AmazonopensearchserviceRetryOptions;
231
- S3BackupMode?: AmazonopensearchserviceS3BackupMode | string;
232
-
233
- S3DestinationDescription?: S3DestinationDescription;
234
-
235
- ProcessingConfiguration?: ProcessingConfiguration;
236
-
237
- CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
238
-
239
- VpcConfigurationDescription?: VpcConfigurationDescription;
240
- }
241
- export declare namespace AmazonopensearchserviceDestinationDescription {
242
-
243
- const filterSensitiveLog: (obj: AmazonopensearchserviceDestinationDescription) => any;
244
- }
245
-
246
- export interface S3DestinationUpdate {
247
-
248
- RoleARN?: string;
249
-
250
- BucketARN?: string;
251
-
252
- Prefix?: string;
253
-
254
- ErrorOutputPrefix?: string;
255
-
256
- BufferingHints?: BufferingHints;
257
-
258
- CompressionFormat?: CompressionFormat | string;
259
-
260
- EncryptionConfiguration?: EncryptionConfiguration;
261
-
262
- CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
263
- }
264
- export declare namespace S3DestinationUpdate {
265
-
266
- const filterSensitiveLog: (obj: S3DestinationUpdate) => any;
267
- }
268
- export interface AmazonopensearchserviceDestinationUpdate {
269
- RoleARN?: string;
270
- DomainARN?: string;
271
- ClusterEndpoint?: string;
272
- IndexName?: string;
273
- TypeName?: string;
274
- IndexRotationPeriod?: AmazonopensearchserviceIndexRotationPeriod | string;
275
- BufferingHints?: AmazonopensearchserviceBufferingHints;
276
- RetryOptions?: AmazonopensearchserviceRetryOptions;
277
-
278
- S3Update?: S3DestinationUpdate;
279
-
280
- ProcessingConfiguration?: ProcessingConfiguration;
281
-
282
- CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
283
- }
284
- export declare namespace AmazonopensearchserviceDestinationUpdate {
285
-
286
- const filterSensitiveLog: (obj: AmazonopensearchserviceDestinationUpdate) => any;
287
- }
288
-
289
- export interface ConcurrentModificationException extends __SmithyException, $MetadataBearer {
290
- name: "ConcurrentModificationException";
291
- $fault: "client";
292
-
293
- message?: string;
294
- }
295
- export declare enum ContentEncoding {
296
- GZIP = "GZIP",
297
- NONE = "NONE"
298
- }
299
-
300
- export interface CopyCommand {
301
-
302
- DataTableName: string | undefined;
303
-
304
- DataTableColumns?: string;
305
-
306
- CopyOptions?: string;
307
- }
308
- export declare namespace CopyCommand {
309
-
310
- const filterSensitiveLog: (obj: CopyCommand) => any;
311
- }
312
- export declare enum KeyType {
313
- AWS_OWNED_CMK = "AWS_OWNED_CMK",
314
- CUSTOMER_MANAGED_CMK = "CUSTOMER_MANAGED_CMK"
315
- }
316
-
317
- export interface DeliveryStreamEncryptionConfigurationInput {
318
-
319
- KeyARN?: string;
320
-
321
- KeyType: KeyType | string | undefined;
322
- }
323
- export declare namespace DeliveryStreamEncryptionConfigurationInput {
324
-
325
- const filterSensitiveLog: (obj: DeliveryStreamEncryptionConfigurationInput) => any;
326
- }
327
- export declare type DeliveryStreamType = "DirectPut" | "KinesisStreamAsSource";
328
-
329
- export interface ElasticsearchBufferingHints {
330
-
331
- IntervalInSeconds?: number;
332
-
333
- SizeInMBs?: number;
334
- }
335
- export declare namespace ElasticsearchBufferingHints {
336
-
337
- const filterSensitiveLog: (obj: ElasticsearchBufferingHints) => any;
338
- }
339
- export declare type ElasticsearchIndexRotationPeriod = "NoRotation" | "OneDay" | "OneHour" | "OneMonth" | "OneWeek";
340
-
341
- export interface ElasticsearchRetryOptions {
342
-
343
- DurationInSeconds?: number;
344
- }
345
- export declare namespace ElasticsearchRetryOptions {
346
-
347
- const filterSensitiveLog: (obj: ElasticsearchRetryOptions) => any;
348
- }
349
- export declare type ElasticsearchS3BackupMode = "AllDocuments" | "FailedDocumentsOnly";
350
-
351
- export interface ElasticsearchDestinationConfiguration {
352
-
353
- RoleARN: string | undefined;
354
-
355
- DomainARN?: string;
356
-
357
- ClusterEndpoint?: string;
358
-
359
- IndexName: string | undefined;
360
-
361
- TypeName?: string;
362
-
363
- IndexRotationPeriod?: ElasticsearchIndexRotationPeriod | string;
364
-
365
- BufferingHints?: ElasticsearchBufferingHints;
366
-
367
- RetryOptions?: ElasticsearchRetryOptions;
368
-
369
- S3BackupMode?: ElasticsearchS3BackupMode | string;
370
-
371
- S3Configuration: S3DestinationConfiguration | undefined;
372
-
373
- ProcessingConfiguration?: ProcessingConfiguration;
374
-
375
- CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
376
-
377
- VpcConfiguration?: VpcConfiguration;
378
- }
379
- export declare namespace ElasticsearchDestinationConfiguration {
380
-
381
- const filterSensitiveLog: (obj: ElasticsearchDestinationConfiguration) => any;
382
- }
383
-
384
- export interface HiveJsonSerDe {
385
-
386
- TimestampFormats?: string[];
387
- }
388
- export declare namespace HiveJsonSerDe {
389
-
390
- const filterSensitiveLog: (obj: HiveJsonSerDe) => any;
391
- }
392
-
393
- export interface OpenXJsonSerDe {
394
-
395
- ConvertDotsInJsonKeysToUnderscores?: boolean;
396
-
397
- CaseInsensitive?: boolean;
398
-
399
- ColumnToJsonKeyMappings?: {
400
- [key: string]: string;
401
- };
402
- }
403
- export declare namespace OpenXJsonSerDe {
404
-
405
- const filterSensitiveLog: (obj: OpenXJsonSerDe) => any;
406
- }
407
-
408
- export interface Deserializer {
409
-
410
- OpenXJsonSerDe?: OpenXJsonSerDe;
411
-
412
- HiveJsonSerDe?: HiveJsonSerDe;
413
- }
414
- export declare namespace Deserializer {
415
-
416
- const filterSensitiveLog: (obj: Deserializer) => any;
417
- }
418
-
419
- export interface InputFormatConfiguration {
420
-
421
- Deserializer?: Deserializer;
422
- }
423
- export declare namespace InputFormatConfiguration {
424
-
425
- const filterSensitiveLog: (obj: InputFormatConfiguration) => any;
426
- }
427
- export declare enum OrcCompression {
428
- NONE = "NONE",
429
- SNAPPY = "SNAPPY",
430
- ZLIB = "ZLIB"
431
- }
432
- export declare enum OrcFormatVersion {
433
- V0_11 = "V0_11",
434
- V0_12 = "V0_12"
435
- }
436
-
437
- export interface OrcSerDe {
438
-
439
- StripeSizeBytes?: number;
440
-
441
- BlockSizeBytes?: number;
442
-
443
- RowIndexStride?: number;
444
-
445
- EnablePadding?: boolean;
446
-
447
- PaddingTolerance?: number;
448
-
449
- Compression?: OrcCompression | string;
450
-
451
- BloomFilterColumns?: string[];
452
-
453
- BloomFilterFalsePositiveProbability?: number;
454
-
455
- DictionaryKeyThreshold?: number;
456
-
457
- FormatVersion?: OrcFormatVersion | string;
458
- }
459
- export declare namespace OrcSerDe {
460
-
461
- const filterSensitiveLog: (obj: OrcSerDe) => any;
462
- }
463
- export declare enum ParquetCompression {
464
- GZIP = "GZIP",
465
- SNAPPY = "SNAPPY",
466
- UNCOMPRESSED = "UNCOMPRESSED"
467
- }
468
- export declare enum ParquetWriterVersion {
469
- V1 = "V1",
470
- V2 = "V2"
471
- }
472
-
473
- export interface ParquetSerDe {
474
-
475
- BlockSizeBytes?: number;
476
-
477
- PageSizeBytes?: number;
478
-
479
- Compression?: ParquetCompression | string;
480
-
481
- EnableDictionaryCompression?: boolean;
482
-
483
- MaxPaddingBytes?: number;
484
-
485
- WriterVersion?: ParquetWriterVersion | string;
486
- }
487
- export declare namespace ParquetSerDe {
488
-
489
- const filterSensitiveLog: (obj: ParquetSerDe) => any;
490
- }
491
-
492
- export interface Serializer {
493
-
494
- ParquetSerDe?: ParquetSerDe;
495
-
496
- OrcSerDe?: OrcSerDe;
497
- }
498
- export declare namespace Serializer {
499
-
500
- const filterSensitiveLog: (obj: Serializer) => any;
501
- }
502
-
503
- export interface OutputFormatConfiguration {
504
-
505
- Serializer?: Serializer;
506
- }
507
- export declare namespace OutputFormatConfiguration {
508
-
509
- const filterSensitiveLog: (obj: OutputFormatConfiguration) => any;
510
- }
511
-
512
- export interface SchemaConfiguration {
513
-
514
- RoleARN?: string;
515
-
516
- CatalogId?: string;
517
-
518
- DatabaseName?: string;
519
-
520
- TableName?: string;
521
-
522
- Region?: string;
523
-
524
- VersionId?: string;
525
- }
526
- export declare namespace SchemaConfiguration {
527
-
528
- const filterSensitiveLog: (obj: SchemaConfiguration) => any;
529
- }
530
-
531
- export interface DataFormatConversionConfiguration {
532
-
533
- SchemaConfiguration?: SchemaConfiguration;
534
-
535
- InputFormatConfiguration?: InputFormatConfiguration;
536
-
537
- OutputFormatConfiguration?: OutputFormatConfiguration;
538
-
539
- Enabled?: boolean;
540
- }
541
- export declare namespace DataFormatConversionConfiguration {
542
-
543
- const filterSensitiveLog: (obj: DataFormatConversionConfiguration) => any;
544
- }
545
-
546
- export interface RetryOptions {
547
-
548
- DurationInSeconds?: number;
549
- }
550
- export declare namespace RetryOptions {
551
-
552
- const filterSensitiveLog: (obj: RetryOptions) => any;
553
- }
554
-
555
- export interface DynamicPartitioningConfiguration {
556
-
557
- RetryOptions?: RetryOptions;
558
-
559
- Enabled?: boolean;
560
- }
561
- export declare namespace DynamicPartitioningConfiguration {
562
-
563
- const filterSensitiveLog: (obj: DynamicPartitioningConfiguration) => any;
564
- }
565
- export declare type S3BackupMode = "Disabled" | "Enabled";
566
-
567
- export interface ExtendedS3DestinationConfiguration {
568
-
569
- RoleARN: string | undefined;
570
-
571
- BucketARN: string | undefined;
572
-
573
- Prefix?: string;
574
-
575
- ErrorOutputPrefix?: string;
576
-
577
- BufferingHints?: BufferingHints;
578
-
579
- CompressionFormat?: CompressionFormat | string;
580
-
581
- EncryptionConfiguration?: EncryptionConfiguration;
582
-
583
- CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
584
-
585
- ProcessingConfiguration?: ProcessingConfiguration;
586
-
587
- S3BackupMode?: S3BackupMode | string;
588
-
589
- S3BackupConfiguration?: S3DestinationConfiguration;
590
-
591
- DataFormatConversionConfiguration?: DataFormatConversionConfiguration;
592
-
593
- DynamicPartitioningConfiguration?: DynamicPartitioningConfiguration;
594
- }
595
- export declare namespace ExtendedS3DestinationConfiguration {
596
-
597
- const filterSensitiveLog: (obj: ExtendedS3DestinationConfiguration) => any;
598
- }
599
-
600
- export interface HttpEndpointBufferingHints {
601
-
602
- SizeInMBs?: number;
603
-
604
- IntervalInSeconds?: number;
605
- }
606
- export declare namespace HttpEndpointBufferingHints {
607
-
608
- const filterSensitiveLog: (obj: HttpEndpointBufferingHints) => any;
609
- }
610
-
611
- export interface HttpEndpointConfiguration {
612
-
613
- Url: string | undefined;
614
-
615
- Name?: string;
616
-
617
- AccessKey?: string;
618
- }
619
- export declare namespace HttpEndpointConfiguration {
620
-
621
- const filterSensitiveLog: (obj: HttpEndpointConfiguration) => any;
622
- }
623
-
624
- export interface HttpEndpointCommonAttribute {
625
-
626
- AttributeName: string | undefined;
627
-
628
- AttributeValue: string | undefined;
629
- }
630
- export declare namespace HttpEndpointCommonAttribute {
631
-
632
- const filterSensitiveLog: (obj: HttpEndpointCommonAttribute) => any;
633
- }
634
-
635
- export interface HttpEndpointRequestConfiguration {
636
-
637
- ContentEncoding?: ContentEncoding | string;
638
-
639
- CommonAttributes?: HttpEndpointCommonAttribute[];
640
- }
641
- export declare namespace HttpEndpointRequestConfiguration {
642
-
643
- const filterSensitiveLog: (obj: HttpEndpointRequestConfiguration) => any;
644
- }
645
-
646
- export interface HttpEndpointRetryOptions {
647
-
648
- DurationInSeconds?: number;
649
- }
650
- export declare namespace HttpEndpointRetryOptions {
651
-
652
- const filterSensitiveLog: (obj: HttpEndpointRetryOptions) => any;
653
- }
654
- export declare type HttpEndpointS3BackupMode = "AllData" | "FailedDataOnly";
655
-
656
- export interface HttpEndpointDestinationConfiguration {
657
-
658
- EndpointConfiguration: HttpEndpointConfiguration | undefined;
659
-
660
- BufferingHints?: HttpEndpointBufferingHints;
661
-
662
- CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
663
-
664
- RequestConfiguration?: HttpEndpointRequestConfiguration;
665
-
666
- ProcessingConfiguration?: ProcessingConfiguration;
667
-
668
- RoleARN?: string;
669
-
670
- RetryOptions?: HttpEndpointRetryOptions;
671
-
672
- S3BackupMode?: HttpEndpointS3BackupMode | string;
673
-
674
- S3Configuration: S3DestinationConfiguration | undefined;
675
- }
676
- export declare namespace HttpEndpointDestinationConfiguration {
677
-
678
- const filterSensitiveLog: (obj: HttpEndpointDestinationConfiguration) => any;
679
- }
680
-
681
- export interface KinesisStreamSourceConfiguration {
682
-
683
- KinesisStreamARN: string | undefined;
684
-
685
- RoleARN: string | undefined;
686
- }
687
- export declare namespace KinesisStreamSourceConfiguration {
688
-
689
- const filterSensitiveLog: (obj: KinesisStreamSourceConfiguration) => any;
690
- }
691
-
692
- export interface RedshiftRetryOptions {
693
-
694
- DurationInSeconds?: number;
695
- }
696
- export declare namespace RedshiftRetryOptions {
697
-
698
- const filterSensitiveLog: (obj: RedshiftRetryOptions) => any;
699
- }
700
- export declare type RedshiftS3BackupMode = "Disabled" | "Enabled";
701
-
702
- export interface RedshiftDestinationConfiguration {
703
-
704
- RoleARN: string | undefined;
705
-
706
- ClusterJDBCURL: string | undefined;
707
-
708
- CopyCommand: CopyCommand | undefined;
709
-
710
- Username: string | undefined;
711
-
712
- Password: string | undefined;
713
-
714
- RetryOptions?: RedshiftRetryOptions;
715
-
716
- S3Configuration: S3DestinationConfiguration | undefined;
717
-
718
- ProcessingConfiguration?: ProcessingConfiguration;
719
-
720
- S3BackupMode?: RedshiftS3BackupMode | string;
721
-
722
- S3BackupConfiguration?: S3DestinationConfiguration;
723
-
724
- CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
725
- }
726
- export declare namespace RedshiftDestinationConfiguration {
727
-
728
- const filterSensitiveLog: (obj: RedshiftDestinationConfiguration) => any;
729
- }
730
- export declare type HECEndpointType = "Event" | "Raw";
731
-
732
- export interface SplunkRetryOptions {
733
-
734
- DurationInSeconds?: number;
735
- }
736
- export declare namespace SplunkRetryOptions {
737
-
738
- const filterSensitiveLog: (obj: SplunkRetryOptions) => any;
739
- }
740
- export declare type SplunkS3BackupMode = "AllEvents" | "FailedEventsOnly";
741
-
742
- export interface SplunkDestinationConfiguration {
743
-
744
- HECEndpoint: string | undefined;
745
-
746
- HECEndpointType: HECEndpointType | string | undefined;
747
-
748
- HECToken: string | undefined;
749
-
750
- HECAcknowledgmentTimeoutInSeconds?: number;
751
-
752
- RetryOptions?: SplunkRetryOptions;
753
-
754
- S3BackupMode?: SplunkS3BackupMode | string;
755
-
756
- S3Configuration: S3DestinationConfiguration | undefined;
757
-
758
- ProcessingConfiguration?: ProcessingConfiguration;
759
-
760
- CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
761
- }
762
- export declare namespace SplunkDestinationConfiguration {
763
-
764
- const filterSensitiveLog: (obj: SplunkDestinationConfiguration) => any;
765
- }
766
-
767
- export interface Tag {
768
-
769
- Key: string | undefined;
770
-
771
- Value?: string;
772
- }
773
- export declare namespace Tag {
774
-
775
- const filterSensitiveLog: (obj: Tag) => any;
776
- }
777
- export interface CreateDeliveryStreamInput {
778
-
779
- DeliveryStreamName: string | undefined;
780
-
781
- DeliveryStreamType?: DeliveryStreamType | string;
782
-
783
- KinesisStreamSourceConfiguration?: KinesisStreamSourceConfiguration;
784
-
785
- DeliveryStreamEncryptionConfigurationInput?: DeliveryStreamEncryptionConfigurationInput;
786
-
787
- S3DestinationConfiguration?: S3DestinationConfiguration;
788
-
789
- ExtendedS3DestinationConfiguration?: ExtendedS3DestinationConfiguration;
790
-
791
- RedshiftDestinationConfiguration?: RedshiftDestinationConfiguration;
792
-
793
- ElasticsearchDestinationConfiguration?: ElasticsearchDestinationConfiguration;
794
- AmazonopensearchserviceDestinationConfiguration?: AmazonopensearchserviceDestinationConfiguration;
795
-
796
- SplunkDestinationConfiguration?: SplunkDestinationConfiguration;
797
-
798
- HttpEndpointDestinationConfiguration?: HttpEndpointDestinationConfiguration;
799
-
800
- Tags?: Tag[];
801
- }
802
- export declare namespace CreateDeliveryStreamInput {
803
-
804
- const filterSensitiveLog: (obj: CreateDeliveryStreamInput) => any;
805
- }
806
- export interface CreateDeliveryStreamOutput {
807
-
808
- DeliveryStreamARN?: string;
809
- }
810
- export declare namespace CreateDeliveryStreamOutput {
811
-
812
- const filterSensitiveLog: (obj: CreateDeliveryStreamOutput) => any;
813
- }
814
-
815
- export interface InvalidArgumentException extends __SmithyException, $MetadataBearer {
816
- name: "InvalidArgumentException";
817
- $fault: "client";
818
-
819
- message?: string;
820
- }
821
-
822
- export interface InvalidKMSResourceException extends __SmithyException, $MetadataBearer {
823
- name: "InvalidKMSResourceException";
824
- $fault: "client";
825
- code?: string;
826
- message?: string;
827
- }
828
-
829
- export interface LimitExceededException extends __SmithyException, $MetadataBearer {
830
- name: "LimitExceededException";
831
- $fault: "client";
832
-
833
- message?: string;
834
- }
835
-
836
- export interface ResourceInUseException extends __SmithyException, $MetadataBearer {
837
- name: "ResourceInUseException";
838
- $fault: "client";
839
-
840
- message?: string;
841
- }
842
- export interface DeleteDeliveryStreamInput {
843
-
844
- DeliveryStreamName: string | undefined;
845
-
846
- AllowForceDelete?: boolean;
847
- }
848
- export declare namespace DeleteDeliveryStreamInput {
849
-
850
- const filterSensitiveLog: (obj: DeleteDeliveryStreamInput) => any;
851
- }
852
- export interface DeleteDeliveryStreamOutput {
853
- }
854
- export declare namespace DeleteDeliveryStreamOutput {
855
-
856
- const filterSensitiveLog: (obj: DeleteDeliveryStreamOutput) => any;
857
- }
858
-
859
- export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
860
- name: "ResourceNotFoundException";
861
- $fault: "client";
862
-
863
- message?: string;
864
- }
865
- export declare enum DeliveryStreamFailureType {
866
- CREATE_ENI_FAILED = "CREATE_ENI_FAILED",
867
- CREATE_KMS_GRANT_FAILED = "CREATE_KMS_GRANT_FAILED",
868
- DELETE_ENI_FAILED = "DELETE_ENI_FAILED",
869
- DISABLED_KMS_KEY = "DISABLED_KMS_KEY",
870
- ENI_ACCESS_DENIED = "ENI_ACCESS_DENIED",
871
- INVALID_KMS_KEY = "INVALID_KMS_KEY",
872
- KMS_ACCESS_DENIED = "KMS_ACCESS_DENIED",
873
- KMS_KEY_NOT_FOUND = "KMS_KEY_NOT_FOUND",
874
- KMS_OPT_IN_REQUIRED = "KMS_OPT_IN_REQUIRED",
875
- RETIRE_KMS_GRANT_FAILED = "RETIRE_KMS_GRANT_FAILED",
876
- SECURITY_GROUP_ACCESS_DENIED = "SECURITY_GROUP_ACCESS_DENIED",
877
- SECURITY_GROUP_NOT_FOUND = "SECURITY_GROUP_NOT_FOUND",
878
- SUBNET_ACCESS_DENIED = "SUBNET_ACCESS_DENIED",
879
- SUBNET_NOT_FOUND = "SUBNET_NOT_FOUND",
880
- UNKNOWN_ERROR = "UNKNOWN_ERROR"
881
- }
882
-
883
- export interface FailureDescription {
884
-
885
- Type: DeliveryStreamFailureType | string | undefined;
886
-
887
- Details: string | undefined;
888
- }
889
- export declare namespace FailureDescription {
890
-
891
- const filterSensitiveLog: (obj: FailureDescription) => any;
892
- }
893
- export declare enum DeliveryStreamEncryptionStatus {
894
- DISABLED = "DISABLED",
895
- DISABLING = "DISABLING",
896
- DISABLING_FAILED = "DISABLING_FAILED",
897
- ENABLED = "ENABLED",
898
- ENABLING = "ENABLING",
899
- ENABLING_FAILED = "ENABLING_FAILED"
900
- }
901
-
902
- export interface DeliveryStreamEncryptionConfiguration {
903
-
904
- KeyARN?: string;
905
-
906
- KeyType?: KeyType | string;
907
-
908
- Status?: DeliveryStreamEncryptionStatus | string;
909
-
910
- FailureDescription?: FailureDescription;
911
- }
912
- export declare namespace DeliveryStreamEncryptionConfiguration {
913
-
914
- const filterSensitiveLog: (obj: DeliveryStreamEncryptionConfiguration) => any;
915
- }
916
- export declare enum DeliveryStreamStatus {
917
- ACTIVE = "ACTIVE",
918
- CREATING = "CREATING",
919
- CREATING_FAILED = "CREATING_FAILED",
920
- DELETING = "DELETING",
921
- DELETING_FAILED = "DELETING_FAILED"
922
- }
923
-
924
- export interface ElasticsearchDestinationDescription {
925
-
926
- RoleARN?: string;
927
-
928
- DomainARN?: string;
929
-
930
- ClusterEndpoint?: string;
931
-
932
- IndexName?: string;
933
-
934
- TypeName?: string;
935
-
936
- IndexRotationPeriod?: ElasticsearchIndexRotationPeriod | string;
937
-
938
- BufferingHints?: ElasticsearchBufferingHints;
939
-
940
- RetryOptions?: ElasticsearchRetryOptions;
941
-
942
- S3BackupMode?: ElasticsearchS3BackupMode | string;
943
-
944
- S3DestinationDescription?: S3DestinationDescription;
945
-
946
- ProcessingConfiguration?: ProcessingConfiguration;
947
-
948
- CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
949
-
950
- VpcConfigurationDescription?: VpcConfigurationDescription;
951
- }
952
- export declare namespace ElasticsearchDestinationDescription {
953
-
954
- const filterSensitiveLog: (obj: ElasticsearchDestinationDescription) => any;
955
- }
956
-
957
- export interface ExtendedS3DestinationDescription {
958
-
959
- RoleARN: string | undefined;
960
-
961
- BucketARN: string | undefined;
962
-
963
- Prefix?: string;
964
-
965
- ErrorOutputPrefix?: string;
966
-
967
- BufferingHints: BufferingHints | undefined;
968
-
969
- CompressionFormat: CompressionFormat | string | undefined;
970
-
971
- EncryptionConfiguration: EncryptionConfiguration | undefined;
972
-
973
- CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
974
-
975
- ProcessingConfiguration?: ProcessingConfiguration;
976
-
977
- S3BackupMode?: S3BackupMode | string;
978
-
979
- S3BackupDescription?: S3DestinationDescription;
980
-
981
- DataFormatConversionConfiguration?: DataFormatConversionConfiguration;
982
-
983
- DynamicPartitioningConfiguration?: DynamicPartitioningConfiguration;
984
- }
985
- export declare namespace ExtendedS3DestinationDescription {
986
-
987
- const filterSensitiveLog: (obj: ExtendedS3DestinationDescription) => any;
988
- }
989
-
990
- export interface HttpEndpointDescription {
991
-
992
- Url?: string;
993
-
994
- Name?: string;
995
- }
996
- export declare namespace HttpEndpointDescription {
997
-
998
- const filterSensitiveLog: (obj: HttpEndpointDescription) => any;
999
- }
1000
-
1001
- export interface HttpEndpointDestinationDescription {
1002
-
1003
- EndpointConfiguration?: HttpEndpointDescription;
1004
-
1005
- BufferingHints?: HttpEndpointBufferingHints;
1006
-
1007
- CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
1008
-
1009
- RequestConfiguration?: HttpEndpointRequestConfiguration;
1010
-
1011
- ProcessingConfiguration?: ProcessingConfiguration;
1012
-
1013
- RoleARN?: string;
1014
-
1015
- RetryOptions?: HttpEndpointRetryOptions;
1016
-
1017
- S3BackupMode?: HttpEndpointS3BackupMode | string;
1018
-
1019
- S3DestinationDescription?: S3DestinationDescription;
1020
- }
1021
- export declare namespace HttpEndpointDestinationDescription {
1022
-
1023
- const filterSensitiveLog: (obj: HttpEndpointDestinationDescription) => any;
1024
- }
1025
-
1026
- export interface RedshiftDestinationDescription {
1027
-
1028
- RoleARN: string | undefined;
1029
-
1030
- ClusterJDBCURL: string | undefined;
1031
-
1032
- CopyCommand: CopyCommand | undefined;
1033
-
1034
- Username: string | undefined;
1035
-
1036
- RetryOptions?: RedshiftRetryOptions;
1037
-
1038
- S3DestinationDescription: S3DestinationDescription | undefined;
1039
-
1040
- ProcessingConfiguration?: ProcessingConfiguration;
1041
-
1042
- S3BackupMode?: RedshiftS3BackupMode | string;
1043
-
1044
- S3BackupDescription?: S3DestinationDescription;
1045
-
1046
- CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
1047
- }
1048
- export declare namespace RedshiftDestinationDescription {
1049
-
1050
- const filterSensitiveLog: (obj: RedshiftDestinationDescription) => any;
1051
- }
1052
-
1053
- export interface SplunkDestinationDescription {
1054
-
1055
- HECEndpoint?: string;
1056
-
1057
- HECEndpointType?: HECEndpointType | string;
1058
-
1059
- HECToken?: string;
1060
-
1061
- HECAcknowledgmentTimeoutInSeconds?: number;
1062
-
1063
- RetryOptions?: SplunkRetryOptions;
1064
-
1065
- S3BackupMode?: SplunkS3BackupMode | string;
1066
-
1067
- S3DestinationDescription?: S3DestinationDescription;
1068
-
1069
- ProcessingConfiguration?: ProcessingConfiguration;
1070
-
1071
- CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
1072
- }
1073
- export declare namespace SplunkDestinationDescription {
1074
-
1075
- const filterSensitiveLog: (obj: SplunkDestinationDescription) => any;
1076
- }
1077
-
1078
- export interface DestinationDescription {
1079
-
1080
- DestinationId: string | undefined;
1081
-
1082
- S3DestinationDescription?: S3DestinationDescription;
1083
-
1084
- ExtendedS3DestinationDescription?: ExtendedS3DestinationDescription;
1085
-
1086
- RedshiftDestinationDescription?: RedshiftDestinationDescription;
1087
-
1088
- ElasticsearchDestinationDescription?: ElasticsearchDestinationDescription;
1089
- AmazonopensearchserviceDestinationDescription?: AmazonopensearchserviceDestinationDescription;
1090
-
1091
- SplunkDestinationDescription?: SplunkDestinationDescription;
1092
-
1093
- HttpEndpointDestinationDescription?: HttpEndpointDestinationDescription;
1094
- }
1095
- export declare namespace DestinationDescription {
1096
-
1097
- const filterSensitiveLog: (obj: DestinationDescription) => any;
1098
- }
1099
-
1100
- export interface KinesisStreamSourceDescription {
1101
-
1102
- KinesisStreamARN?: string;
1103
-
1104
- RoleARN?: string;
1105
-
1106
- DeliveryStartTimestamp?: Date;
1107
- }
1108
- export declare namespace KinesisStreamSourceDescription {
1109
-
1110
- const filterSensitiveLog: (obj: KinesisStreamSourceDescription) => any;
1111
- }
1112
-
1113
- export interface SourceDescription {
1114
-
1115
- KinesisStreamSourceDescription?: KinesisStreamSourceDescription;
1116
- }
1117
- export declare namespace SourceDescription {
1118
-
1119
- const filterSensitiveLog: (obj: SourceDescription) => any;
1120
- }
1121
-
1122
- export interface DeliveryStreamDescription {
1123
-
1124
- DeliveryStreamName: string | undefined;
1125
-
1126
- DeliveryStreamARN: string | undefined;
1127
-
1128
- DeliveryStreamStatus: DeliveryStreamStatus | string | undefined;
1129
-
1130
- FailureDescription?: FailureDescription;
1131
-
1132
- DeliveryStreamEncryptionConfiguration?: DeliveryStreamEncryptionConfiguration;
1133
-
1134
- DeliveryStreamType: DeliveryStreamType | string | undefined;
1135
-
1136
- VersionId: string | undefined;
1137
-
1138
- CreateTimestamp?: Date;
1139
-
1140
- LastUpdateTimestamp?: Date;
1141
-
1142
- Source?: SourceDescription;
1143
-
1144
- Destinations: DestinationDescription[] | undefined;
1145
-
1146
- HasMoreDestinations: boolean | undefined;
1147
- }
1148
- export declare namespace DeliveryStreamDescription {
1149
-
1150
- const filterSensitiveLog: (obj: DeliveryStreamDescription) => any;
1151
- }
1152
- export interface DescribeDeliveryStreamInput {
1153
-
1154
- DeliveryStreamName: string | undefined;
1155
-
1156
- Limit?: number;
1157
-
1158
- ExclusiveStartDestinationId?: string;
1159
- }
1160
- export declare namespace DescribeDeliveryStreamInput {
1161
-
1162
- const filterSensitiveLog: (obj: DescribeDeliveryStreamInput) => any;
1163
- }
1164
- export interface DescribeDeliveryStreamOutput {
1165
-
1166
- DeliveryStreamDescription: DeliveryStreamDescription | undefined;
1167
- }
1168
- export declare namespace DescribeDeliveryStreamOutput {
1169
-
1170
- const filterSensitiveLog: (obj: DescribeDeliveryStreamOutput) => any;
1171
- }
1172
-
1173
- export interface ElasticsearchDestinationUpdate {
1174
-
1175
- RoleARN?: string;
1176
-
1177
- DomainARN?: string;
1178
-
1179
- ClusterEndpoint?: string;
1180
-
1181
- IndexName?: string;
1182
-
1183
- TypeName?: string;
1184
-
1185
- IndexRotationPeriod?: ElasticsearchIndexRotationPeriod | string;
1186
-
1187
- BufferingHints?: ElasticsearchBufferingHints;
1188
-
1189
- RetryOptions?: ElasticsearchRetryOptions;
1190
-
1191
- S3Update?: S3DestinationUpdate;
1192
-
1193
- ProcessingConfiguration?: ProcessingConfiguration;
1194
-
1195
- CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
1196
- }
1197
- export declare namespace ElasticsearchDestinationUpdate {
1198
-
1199
- const filterSensitiveLog: (obj: ElasticsearchDestinationUpdate) => any;
1200
- }
1201
-
1202
- export interface ExtendedS3DestinationUpdate {
1203
-
1204
- RoleARN?: string;
1205
-
1206
- BucketARN?: string;
1207
-
1208
- Prefix?: string;
1209
-
1210
- ErrorOutputPrefix?: string;
1211
-
1212
- BufferingHints?: BufferingHints;
1213
-
1214
- CompressionFormat?: CompressionFormat | string;
1215
-
1216
- EncryptionConfiguration?: EncryptionConfiguration;
1217
-
1218
- CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
1219
-
1220
- ProcessingConfiguration?: ProcessingConfiguration;
1221
-
1222
- S3BackupMode?: S3BackupMode | string;
1223
-
1224
- S3BackupUpdate?: S3DestinationUpdate;
1225
-
1226
- DataFormatConversionConfiguration?: DataFormatConversionConfiguration;
1227
-
1228
- DynamicPartitioningConfiguration?: DynamicPartitioningConfiguration;
1229
- }
1230
- export declare namespace ExtendedS3DestinationUpdate {
1231
-
1232
- const filterSensitiveLog: (obj: ExtendedS3DestinationUpdate) => any;
1233
- }
1234
- export interface ListDeliveryStreamsInput {
1235
-
1236
- Limit?: number;
1237
-
1238
- DeliveryStreamType?: DeliveryStreamType | string;
1239
-
1240
- ExclusiveStartDeliveryStreamName?: string;
1241
- }
1242
- export declare namespace ListDeliveryStreamsInput {
1243
-
1244
- const filterSensitiveLog: (obj: ListDeliveryStreamsInput) => any;
1245
- }
1246
- export interface ListDeliveryStreamsOutput {
1247
-
1248
- DeliveryStreamNames: string[] | undefined;
1249
-
1250
- HasMoreDeliveryStreams: boolean | undefined;
1251
- }
1252
- export declare namespace ListDeliveryStreamsOutput {
1253
-
1254
- const filterSensitiveLog: (obj: ListDeliveryStreamsOutput) => any;
1255
- }
1256
- export interface ListTagsForDeliveryStreamInput {
1257
-
1258
- DeliveryStreamName: string | undefined;
1259
-
1260
- ExclusiveStartTagKey?: string;
1261
-
1262
- Limit?: number;
1263
- }
1264
- export declare namespace ListTagsForDeliveryStreamInput {
1265
-
1266
- const filterSensitiveLog: (obj: ListTagsForDeliveryStreamInput) => any;
1267
- }
1268
- export interface ListTagsForDeliveryStreamOutput {
1269
-
1270
- Tags: Tag[] | undefined;
1271
-
1272
- HasMoreTags: boolean | undefined;
1273
- }
1274
- export declare namespace ListTagsForDeliveryStreamOutput {
1275
-
1276
- const filterSensitiveLog: (obj: ListTagsForDeliveryStreamOutput) => any;
1277
- }
1278
-
1279
- export interface _Record {
1280
-
1281
- Data: Uint8Array | undefined;
1282
- }
1283
- export declare namespace _Record {
1284
-
1285
- const filterSensitiveLog: (obj: _Record) => any;
1286
- }
1287
- export interface PutRecordInput {
1288
-
1289
- DeliveryStreamName: string | undefined;
1290
-
1291
- Record: _Record | undefined;
1292
- }
1293
- export declare namespace PutRecordInput {
1294
-
1295
- const filterSensitiveLog: (obj: PutRecordInput) => any;
1296
- }
1297
- export interface PutRecordOutput {
1298
-
1299
- RecordId: string | undefined;
1300
-
1301
- Encrypted?: boolean;
1302
- }
1303
- export declare namespace PutRecordOutput {
1304
-
1305
- const filterSensitiveLog: (obj: PutRecordOutput) => any;
1306
- }
1307
-
1308
- export interface ServiceUnavailableException extends __SmithyException, $MetadataBearer {
1309
- name: "ServiceUnavailableException";
1310
- $fault: "server";
1311
-
1312
- message?: string;
1313
- }
1314
- export interface PutRecordBatchInput {
1315
-
1316
- DeliveryStreamName: string | undefined;
1317
-
1318
- Records: _Record[] | undefined;
1319
- }
1320
- export declare namespace PutRecordBatchInput {
1321
-
1322
- const filterSensitiveLog: (obj: PutRecordBatchInput) => any;
1323
- }
1324
-
1325
- export interface PutRecordBatchResponseEntry {
1326
-
1327
- RecordId?: string;
1328
-
1329
- ErrorCode?: string;
1330
-
1331
- ErrorMessage?: string;
1332
- }
1333
- export declare namespace PutRecordBatchResponseEntry {
1334
-
1335
- const filterSensitiveLog: (obj: PutRecordBatchResponseEntry) => any;
1336
- }
1337
- export interface PutRecordBatchOutput {
1338
-
1339
- FailedPutCount: number | undefined;
1340
-
1341
- Encrypted?: boolean;
1342
-
1343
- RequestResponses: PutRecordBatchResponseEntry[] | undefined;
1344
- }
1345
- export declare namespace PutRecordBatchOutput {
1346
-
1347
- const filterSensitiveLog: (obj: PutRecordBatchOutput) => any;
1348
- }
1349
- export interface StartDeliveryStreamEncryptionInput {
1350
-
1351
- DeliveryStreamName: string | undefined;
1352
-
1353
- DeliveryStreamEncryptionConfigurationInput?: DeliveryStreamEncryptionConfigurationInput;
1354
- }
1355
- export declare namespace StartDeliveryStreamEncryptionInput {
1356
-
1357
- const filterSensitiveLog: (obj: StartDeliveryStreamEncryptionInput) => any;
1358
- }
1359
- export interface StartDeliveryStreamEncryptionOutput {
1360
- }
1361
- export declare namespace StartDeliveryStreamEncryptionOutput {
1362
-
1363
- const filterSensitiveLog: (obj: StartDeliveryStreamEncryptionOutput) => any;
1364
- }
1365
- export interface StopDeliveryStreamEncryptionInput {
1366
-
1367
- DeliveryStreamName: string | undefined;
1368
- }
1369
- export declare namespace StopDeliveryStreamEncryptionInput {
1370
-
1371
- const filterSensitiveLog: (obj: StopDeliveryStreamEncryptionInput) => any;
1372
- }
1373
- export interface StopDeliveryStreamEncryptionOutput {
1374
- }
1375
- export declare namespace StopDeliveryStreamEncryptionOutput {
1376
-
1377
- const filterSensitiveLog: (obj: StopDeliveryStreamEncryptionOutput) => any;
1378
- }
1379
- export interface TagDeliveryStreamInput {
1380
-
1381
- DeliveryStreamName: string | undefined;
1382
-
1383
- Tags: Tag[] | undefined;
1384
- }
1385
- export declare namespace TagDeliveryStreamInput {
1386
-
1387
- const filterSensitiveLog: (obj: TagDeliveryStreamInput) => any;
1388
- }
1389
- export interface TagDeliveryStreamOutput {
1390
- }
1391
- export declare namespace TagDeliveryStreamOutput {
1392
-
1393
- const filterSensitiveLog: (obj: TagDeliveryStreamOutput) => any;
1394
- }
1395
- export interface UntagDeliveryStreamInput {
1396
-
1397
- DeliveryStreamName: string | undefined;
1398
-
1399
- TagKeys: string[] | undefined;
1400
- }
1401
- export declare namespace UntagDeliveryStreamInput {
1402
-
1403
- const filterSensitiveLog: (obj: UntagDeliveryStreamInput) => any;
1404
- }
1405
- export interface UntagDeliveryStreamOutput {
1406
- }
1407
- export declare namespace UntagDeliveryStreamOutput {
1408
-
1409
- const filterSensitiveLog: (obj: UntagDeliveryStreamOutput) => any;
1410
- }
1411
-
1412
- export interface HttpEndpointDestinationUpdate {
1413
-
1414
- EndpointConfiguration?: HttpEndpointConfiguration;
1415
-
1416
- BufferingHints?: HttpEndpointBufferingHints;
1417
-
1418
- CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
1419
-
1420
- RequestConfiguration?: HttpEndpointRequestConfiguration;
1421
-
1422
- ProcessingConfiguration?: ProcessingConfiguration;
1423
-
1424
- RoleARN?: string;
1425
-
1426
- RetryOptions?: HttpEndpointRetryOptions;
1427
-
1428
- S3BackupMode?: HttpEndpointS3BackupMode | string;
1429
-
1430
- S3Update?: S3DestinationUpdate;
1431
- }
1432
- export declare namespace HttpEndpointDestinationUpdate {
1433
-
1434
- const filterSensitiveLog: (obj: HttpEndpointDestinationUpdate) => any;
1435
- }
1436
-
1437
- export interface RedshiftDestinationUpdate {
1438
-
1439
- RoleARN?: string;
1440
-
1441
- ClusterJDBCURL?: string;
1442
-
1443
- CopyCommand?: CopyCommand;
1444
-
1445
- Username?: string;
1446
-
1447
- Password?: string;
1448
-
1449
- RetryOptions?: RedshiftRetryOptions;
1450
-
1451
- S3Update?: S3DestinationUpdate;
1452
-
1453
- ProcessingConfiguration?: ProcessingConfiguration;
1454
-
1455
- S3BackupMode?: RedshiftS3BackupMode | string;
1456
-
1457
- S3BackupUpdate?: S3DestinationUpdate;
1458
-
1459
- CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
1460
- }
1461
- export declare namespace RedshiftDestinationUpdate {
1462
-
1463
- const filterSensitiveLog: (obj: RedshiftDestinationUpdate) => any;
1464
- }
1465
-
1466
- export interface SplunkDestinationUpdate {
1467
-
1468
- HECEndpoint?: string;
1469
-
1470
- HECEndpointType?: HECEndpointType | string;
1471
-
1472
- HECToken?: string;
1473
-
1474
- HECAcknowledgmentTimeoutInSeconds?: number;
1475
-
1476
- RetryOptions?: SplunkRetryOptions;
1477
-
1478
- S3BackupMode?: SplunkS3BackupMode | string;
1479
-
1480
- S3Update?: S3DestinationUpdate;
1481
-
1482
- ProcessingConfiguration?: ProcessingConfiguration;
1483
-
1484
- CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
1485
- }
1486
- export declare namespace SplunkDestinationUpdate {
1487
-
1488
- const filterSensitiveLog: (obj: SplunkDestinationUpdate) => any;
1489
- }
1490
- export interface UpdateDestinationInput {
1491
-
1492
- DeliveryStreamName: string | undefined;
1493
-
1494
- CurrentDeliveryStreamVersionId: string | undefined;
1495
-
1496
- DestinationId: string | undefined;
1497
-
1498
- S3DestinationUpdate?: S3DestinationUpdate;
1499
-
1500
- ExtendedS3DestinationUpdate?: ExtendedS3DestinationUpdate;
1501
-
1502
- RedshiftDestinationUpdate?: RedshiftDestinationUpdate;
1503
-
1504
- ElasticsearchDestinationUpdate?: ElasticsearchDestinationUpdate;
1505
- AmazonopensearchserviceDestinationUpdate?: AmazonopensearchserviceDestinationUpdate;
1506
-
1507
- SplunkDestinationUpdate?: SplunkDestinationUpdate;
1508
-
1509
- HttpEndpointDestinationUpdate?: HttpEndpointDestinationUpdate;
1510
- }
1511
- export declare namespace UpdateDestinationInput {
1512
-
1513
- const filterSensitiveLog: (obj: UpdateDestinationInput) => any;
1514
- }
1515
- export interface UpdateDestinationOutput {
1516
- }
1517
- export declare namespace UpdateDestinationOutput {
1518
-
1519
- const filterSensitiveLog: (obj: UpdateDestinationOutput) => any;
1520
- }