@aws-sdk/client-firehose 3.688.0 → 3.691.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/models/models_0.d.ts +504 -504
- package/dist-types/ts3.4/models/models_0.d.ts +560 -504
- package/package.json +7 -7
|
@@ -11,7 +11,7 @@ export interface AmazonOpenSearchServerlessBufferingHints {
|
|
|
11
11
|
* to the destination. The default value is 300 (5 minutes).</p>
|
|
12
12
|
* @public
|
|
13
13
|
*/
|
|
14
|
-
IntervalInSeconds?: number;
|
|
14
|
+
IntervalInSeconds?: number | undefined;
|
|
15
15
|
/**
|
|
16
16
|
* <p>Buffer incoming data to the specified size, in MBs, before delivering it to the
|
|
17
17
|
* destination. The default value is 5. </p>
|
|
@@ -20,7 +20,7 @@ export interface AmazonOpenSearchServerlessBufferingHints {
|
|
|
20
20
|
* ingest data at 1 MB/sec, the value should be 10 MB or higher.</p>
|
|
21
21
|
* @public
|
|
22
22
|
*/
|
|
23
|
-
SizeInMBs?: number;
|
|
23
|
+
SizeInMBs?: number | undefined;
|
|
24
24
|
}
|
|
25
25
|
/**
|
|
26
26
|
* <p>Describes the Amazon CloudWatch logging options for your Firehose stream.</p>
|
|
@@ -31,19 +31,19 @@ export interface CloudWatchLoggingOptions {
|
|
|
31
31
|
* <p>Enables or disables CloudWatch logging.</p>
|
|
32
32
|
* @public
|
|
33
33
|
*/
|
|
34
|
-
Enabled?: boolean;
|
|
34
|
+
Enabled?: boolean | undefined;
|
|
35
35
|
/**
|
|
36
36
|
* <p>The CloudWatch group name for logging. This value is required if CloudWatch logging
|
|
37
37
|
* is enabled.</p>
|
|
38
38
|
* @public
|
|
39
39
|
*/
|
|
40
|
-
LogGroupName?: string;
|
|
40
|
+
LogGroupName?: string | undefined;
|
|
41
41
|
/**
|
|
42
42
|
* <p>The CloudWatch log stream name for logging. This value is required if CloudWatch
|
|
43
43
|
* logging is enabled.</p>
|
|
44
44
|
* @public
|
|
45
45
|
*/
|
|
46
|
-
LogStreamName?: string;
|
|
46
|
+
LogStreamName?: string | undefined;
|
|
47
47
|
}
|
|
48
48
|
/**
|
|
49
49
|
* @public
|
|
@@ -119,7 +119,7 @@ export interface Processor {
|
|
|
119
119
|
* <p>The processor parameters.</p>
|
|
120
120
|
* @public
|
|
121
121
|
*/
|
|
122
|
-
Parameters?: ProcessorParameter[];
|
|
122
|
+
Parameters?: ProcessorParameter[] | undefined;
|
|
123
123
|
}
|
|
124
124
|
/**
|
|
125
125
|
* <p>Describes a data processing configuration.</p>
|
|
@@ -130,12 +130,12 @@ export interface ProcessingConfiguration {
|
|
|
130
130
|
* <p>Enables or disables data processing.</p>
|
|
131
131
|
* @public
|
|
132
132
|
*/
|
|
133
|
-
Enabled?: boolean;
|
|
133
|
+
Enabled?: boolean | undefined;
|
|
134
134
|
/**
|
|
135
135
|
* <p>The data processors.</p>
|
|
136
136
|
* @public
|
|
137
137
|
*/
|
|
138
|
-
Processors?: Processor[];
|
|
138
|
+
Processors?: Processor[] | undefined;
|
|
139
139
|
}
|
|
140
140
|
/**
|
|
141
141
|
* <p>Configures retry behavior in case Firehose is unable to deliver documents
|
|
@@ -151,7 +151,7 @@ export interface AmazonOpenSearchServerlessRetryOptions {
|
|
|
151
151
|
* in no retries.</p>
|
|
152
152
|
* @public
|
|
153
153
|
*/
|
|
154
|
-
DurationInSeconds?: number;
|
|
154
|
+
DurationInSeconds?: number | undefined;
|
|
155
155
|
}
|
|
156
156
|
/**
|
|
157
157
|
* @public
|
|
@@ -184,7 +184,7 @@ export interface BufferingHints {
|
|
|
184
184
|
* ingest data at 1 MiB/sec, the value should be 10 MiB or higher.</p>
|
|
185
185
|
* @public
|
|
186
186
|
*/
|
|
187
|
-
SizeInMBs?: number;
|
|
187
|
+
SizeInMBs?: number | undefined;
|
|
188
188
|
/**
|
|
189
189
|
* <p>Buffer incoming data for the specified period of time, in seconds, before delivering
|
|
190
190
|
* it to the destination. The default value is 300. This parameter is optional but if you
|
|
@@ -192,7 +192,7 @@ export interface BufferingHints {
|
|
|
192
192
|
* versa.</p>
|
|
193
193
|
* @public
|
|
194
194
|
*/
|
|
195
|
-
IntervalInSeconds?: number;
|
|
195
|
+
IntervalInSeconds?: number | undefined;
|
|
196
196
|
}
|
|
197
197
|
/**
|
|
198
198
|
* @public
|
|
@@ -242,12 +242,12 @@ export interface EncryptionConfiguration {
|
|
|
242
242
|
* used.</p>
|
|
243
243
|
* @public
|
|
244
244
|
*/
|
|
245
|
-
NoEncryptionConfig?: NoEncryptionConfig;
|
|
245
|
+
NoEncryptionConfig?: NoEncryptionConfig | undefined;
|
|
246
246
|
/**
|
|
247
247
|
* <p>The encryption key.</p>
|
|
248
248
|
* @public
|
|
249
249
|
*/
|
|
250
|
-
KMSEncryptionConfig?: KMSEncryptionConfig;
|
|
250
|
+
KMSEncryptionConfig?: KMSEncryptionConfig | undefined;
|
|
251
251
|
}
|
|
252
252
|
/**
|
|
253
253
|
* <p>Describes the configuration of a destination in Amazon S3.</p>
|
|
@@ -273,7 +273,7 @@ export interface S3DestinationConfiguration {
|
|
|
273
273
|
* Objects</a>.</p>
|
|
274
274
|
* @public
|
|
275
275
|
*/
|
|
276
|
-
Prefix?: string;
|
|
276
|
+
Prefix?: string | undefined;
|
|
277
277
|
/**
|
|
278
278
|
* <p>A prefix that Firehose evaluates and adds to failed records before writing
|
|
279
279
|
* them to S3. This prefix appears immediately following the bucket name. For information
|
|
@@ -281,13 +281,13 @@ export interface S3DestinationConfiguration {
|
|
|
281
281
|
* Objects</a>.</p>
|
|
282
282
|
* @public
|
|
283
283
|
*/
|
|
284
|
-
ErrorOutputPrefix?: string;
|
|
284
|
+
ErrorOutputPrefix?: string | undefined;
|
|
285
285
|
/**
|
|
286
286
|
* <p>The buffering option. If no value is specified, <code>BufferingHints</code> object
|
|
287
287
|
* default values are used.</p>
|
|
288
288
|
* @public
|
|
289
289
|
*/
|
|
290
|
-
BufferingHints?: BufferingHints;
|
|
290
|
+
BufferingHints?: BufferingHints | undefined;
|
|
291
291
|
/**
|
|
292
292
|
* <p>The compression format. If no value is specified, the default is
|
|
293
293
|
* <code>UNCOMPRESSED</code>.</p>
|
|
@@ -296,18 +296,18 @@ export interface S3DestinationConfiguration {
|
|
|
296
296
|
* <code>COPY</code> operation that reads from the S3 bucket.</p>
|
|
297
297
|
* @public
|
|
298
298
|
*/
|
|
299
|
-
CompressionFormat?: CompressionFormat;
|
|
299
|
+
CompressionFormat?: CompressionFormat | undefined;
|
|
300
300
|
/**
|
|
301
301
|
* <p>The encryption configuration. If no value is specified, the default is no
|
|
302
302
|
* encryption.</p>
|
|
303
303
|
* @public
|
|
304
304
|
*/
|
|
305
|
-
EncryptionConfiguration?: EncryptionConfiguration;
|
|
305
|
+
EncryptionConfiguration?: EncryptionConfiguration | undefined;
|
|
306
306
|
/**
|
|
307
307
|
* <p>The CloudWatch logging options for your Firehose stream.</p>
|
|
308
308
|
* @public
|
|
309
309
|
*/
|
|
310
|
-
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
310
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOptions | undefined;
|
|
311
311
|
}
|
|
312
312
|
/**
|
|
313
313
|
* <p>The details of the VPC of the Amazon OpenSearch or Amazon OpenSearch Serverless
|
|
@@ -416,7 +416,7 @@ export interface AmazonOpenSearchServerlessDestinationConfiguration {
|
|
|
416
416
|
* for Amazon OpenSearch Service.</p>
|
|
417
417
|
* @public
|
|
418
418
|
*/
|
|
419
|
-
CollectionEndpoint?: string;
|
|
419
|
+
CollectionEndpoint?: string | undefined;
|
|
420
420
|
/**
|
|
421
421
|
* <p>The Serverless offering for Amazon OpenSearch Service index name.</p>
|
|
422
422
|
* @public
|
|
@@ -427,14 +427,14 @@ export interface AmazonOpenSearchServerlessDestinationConfiguration {
|
|
|
427
427
|
* AmazonopensearchserviceBufferingHints are used.</p>
|
|
428
428
|
* @public
|
|
429
429
|
*/
|
|
430
|
-
BufferingHints?: AmazonOpenSearchServerlessBufferingHints;
|
|
430
|
+
BufferingHints?: AmazonOpenSearchServerlessBufferingHints | undefined;
|
|
431
431
|
/**
|
|
432
432
|
* <p>The retry behavior in case Firehose is unable to deliver documents to the
|
|
433
433
|
* Serverless offering for Amazon OpenSearch Service. The default value is 300 (5
|
|
434
434
|
* minutes).</p>
|
|
435
435
|
* @public
|
|
436
436
|
*/
|
|
437
|
-
RetryOptions?: AmazonOpenSearchServerlessRetryOptions;
|
|
437
|
+
RetryOptions?: AmazonOpenSearchServerlessRetryOptions | undefined;
|
|
438
438
|
/**
|
|
439
439
|
* <p>Defines how documents should be delivered to Amazon S3. When it is set to
|
|
440
440
|
* FailedDocumentsOnly, Firehose writes any documents that could not be indexed
|
|
@@ -444,7 +444,7 @@ export interface AmazonOpenSearchServerlessDestinationConfiguration {
|
|
|
444
444
|
* appended to the prefix.</p>
|
|
445
445
|
* @public
|
|
446
446
|
*/
|
|
447
|
-
S3BackupMode?: AmazonOpenSearchServerlessS3BackupMode;
|
|
447
|
+
S3BackupMode?: AmazonOpenSearchServerlessS3BackupMode | undefined;
|
|
448
448
|
/**
|
|
449
449
|
* <p>Describes the configuration of a destination in Amazon S3.</p>
|
|
450
450
|
* @public
|
|
@@ -454,18 +454,18 @@ export interface AmazonOpenSearchServerlessDestinationConfiguration {
|
|
|
454
454
|
* <p>Describes a data processing configuration.</p>
|
|
455
455
|
* @public
|
|
456
456
|
*/
|
|
457
|
-
ProcessingConfiguration?: ProcessingConfiguration;
|
|
457
|
+
ProcessingConfiguration?: ProcessingConfiguration | undefined;
|
|
458
458
|
/**
|
|
459
459
|
* <p>Describes the Amazon CloudWatch logging options for your Firehose stream.</p>
|
|
460
460
|
* @public
|
|
461
461
|
*/
|
|
462
|
-
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
462
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOptions | undefined;
|
|
463
463
|
/**
|
|
464
464
|
* <p>The details of the VPC of the Amazon OpenSearch or Amazon OpenSearch Serverless
|
|
465
465
|
* destination.</p>
|
|
466
466
|
* @public
|
|
467
467
|
*/
|
|
468
|
-
VpcConfiguration?: VpcConfiguration;
|
|
468
|
+
VpcConfiguration?: VpcConfiguration | undefined;
|
|
469
469
|
}
|
|
470
470
|
/**
|
|
471
471
|
* <p>Describes a destination in Amazon S3.</p>
|
|
@@ -491,7 +491,7 @@ export interface S3DestinationDescription {
|
|
|
491
491
|
* Objects</a>.</p>
|
|
492
492
|
* @public
|
|
493
493
|
*/
|
|
494
|
-
Prefix?: string;
|
|
494
|
+
Prefix?: string | undefined;
|
|
495
495
|
/**
|
|
496
496
|
* <p>A prefix that Firehose evaluates and adds to failed records before writing
|
|
497
497
|
* them to S3. This prefix appears immediately following the bucket name. For information
|
|
@@ -499,7 +499,7 @@ export interface S3DestinationDescription {
|
|
|
499
499
|
* Objects</a>.</p>
|
|
500
500
|
* @public
|
|
501
501
|
*/
|
|
502
|
-
ErrorOutputPrefix?: string;
|
|
502
|
+
ErrorOutputPrefix?: string | undefined;
|
|
503
503
|
/**
|
|
504
504
|
* <p>The buffering option. If no value is specified, <code>BufferingHints</code> object
|
|
505
505
|
* default values are used.</p>
|
|
@@ -522,7 +522,7 @@ export interface S3DestinationDescription {
|
|
|
522
522
|
* <p>The Amazon CloudWatch logging options for your Firehose stream.</p>
|
|
523
523
|
* @public
|
|
524
524
|
*/
|
|
525
|
-
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
525
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOptions | undefined;
|
|
526
526
|
}
|
|
527
527
|
/**
|
|
528
528
|
* <p>The details of the VPC of the Amazon ES destination.</p>
|
|
@@ -625,53 +625,53 @@ export interface AmazonOpenSearchServerlessDestinationDescription {
|
|
|
625
625
|
* <p>The Amazon Resource Name (ARN) of the Amazon Web Services credentials.</p>
|
|
626
626
|
* @public
|
|
627
627
|
*/
|
|
628
|
-
RoleARN?: string;
|
|
628
|
+
RoleARN?: string | undefined;
|
|
629
629
|
/**
|
|
630
630
|
* <p>The endpoint to use when communicating with the collection in the Serverless offering
|
|
631
631
|
* for Amazon OpenSearch Service.</p>
|
|
632
632
|
* @public
|
|
633
633
|
*/
|
|
634
|
-
CollectionEndpoint?: string;
|
|
634
|
+
CollectionEndpoint?: string | undefined;
|
|
635
635
|
/**
|
|
636
636
|
* <p>The Serverless offering for Amazon OpenSearch Service index name.</p>
|
|
637
637
|
* @public
|
|
638
638
|
*/
|
|
639
|
-
IndexName?: string;
|
|
639
|
+
IndexName?: string | undefined;
|
|
640
640
|
/**
|
|
641
641
|
* <p>The buffering options.</p>
|
|
642
642
|
* @public
|
|
643
643
|
*/
|
|
644
|
-
BufferingHints?: AmazonOpenSearchServerlessBufferingHints;
|
|
644
|
+
BufferingHints?: AmazonOpenSearchServerlessBufferingHints | undefined;
|
|
645
645
|
/**
|
|
646
646
|
* <p>The Serverless offering for Amazon OpenSearch Service retry options.</p>
|
|
647
647
|
* @public
|
|
648
648
|
*/
|
|
649
|
-
RetryOptions?: AmazonOpenSearchServerlessRetryOptions;
|
|
649
|
+
RetryOptions?: AmazonOpenSearchServerlessRetryOptions | undefined;
|
|
650
650
|
/**
|
|
651
651
|
* <p>The Amazon S3 backup mode.</p>
|
|
652
652
|
* @public
|
|
653
653
|
*/
|
|
654
|
-
S3BackupMode?: AmazonOpenSearchServerlessS3BackupMode;
|
|
654
|
+
S3BackupMode?: AmazonOpenSearchServerlessS3BackupMode | undefined;
|
|
655
655
|
/**
|
|
656
656
|
* <p>Describes a destination in Amazon S3.</p>
|
|
657
657
|
* @public
|
|
658
658
|
*/
|
|
659
|
-
S3DestinationDescription?: S3DestinationDescription;
|
|
659
|
+
S3DestinationDescription?: S3DestinationDescription | undefined;
|
|
660
660
|
/**
|
|
661
661
|
* <p>Describes a data processing configuration.</p>
|
|
662
662
|
* @public
|
|
663
663
|
*/
|
|
664
|
-
ProcessingConfiguration?: ProcessingConfiguration;
|
|
664
|
+
ProcessingConfiguration?: ProcessingConfiguration | undefined;
|
|
665
665
|
/**
|
|
666
666
|
* <p>Describes the Amazon CloudWatch logging options for your Firehose stream.</p>
|
|
667
667
|
* @public
|
|
668
668
|
*/
|
|
669
|
-
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
669
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOptions | undefined;
|
|
670
670
|
/**
|
|
671
671
|
* <p>The details of the VPC of the Amazon ES destination.</p>
|
|
672
672
|
* @public
|
|
673
673
|
*/
|
|
674
|
-
VpcConfigurationDescription?: VpcConfigurationDescription;
|
|
674
|
+
VpcConfigurationDescription?: VpcConfigurationDescription | undefined;
|
|
675
675
|
}
|
|
676
676
|
/**
|
|
677
677
|
* <p>Describes an update for a destination in Amazon S3.</p>
|
|
@@ -684,20 +684,20 @@ export interface S3DestinationUpdate {
|
|
|
684
684
|
* Amazon Web Services Service Namespaces</a>.</p>
|
|
685
685
|
* @public
|
|
686
686
|
*/
|
|
687
|
-
RoleARN?: string;
|
|
687
|
+
RoleARN?: string | undefined;
|
|
688
688
|
/**
|
|
689
689
|
* <p>The ARN of the S3 bucket. For more information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs) and
|
|
690
690
|
* Amazon Web Services Service Namespaces</a>.</p>
|
|
691
691
|
* @public
|
|
692
692
|
*/
|
|
693
|
-
BucketARN?: string;
|
|
693
|
+
BucketARN?: string | undefined;
|
|
694
694
|
/**
|
|
695
695
|
* <p>The "YYYY/MM/DD/HH" time format prefix is automatically used for delivered Amazon S3
|
|
696
696
|
* files. You can also specify a custom prefix, as described in <a href="https://docs.aws.amazon.com/firehose/latest/dev/s3-prefixes.html">Custom Prefixes for Amazon S3
|
|
697
697
|
* Objects</a>.</p>
|
|
698
698
|
* @public
|
|
699
699
|
*/
|
|
700
|
-
Prefix?: string;
|
|
700
|
+
Prefix?: string | undefined;
|
|
701
701
|
/**
|
|
702
702
|
* <p>A prefix that Firehose evaluates and adds to failed records before writing
|
|
703
703
|
* them to S3. This prefix appears immediately following the bucket name. For information
|
|
@@ -705,13 +705,13 @@ export interface S3DestinationUpdate {
|
|
|
705
705
|
* Objects</a>.</p>
|
|
706
706
|
* @public
|
|
707
707
|
*/
|
|
708
|
-
ErrorOutputPrefix?: string;
|
|
708
|
+
ErrorOutputPrefix?: string | undefined;
|
|
709
709
|
/**
|
|
710
710
|
* <p>The buffering option. If no value is specified, <code>BufferingHints</code> object
|
|
711
711
|
* default values are used.</p>
|
|
712
712
|
* @public
|
|
713
713
|
*/
|
|
714
|
-
BufferingHints?: BufferingHints;
|
|
714
|
+
BufferingHints?: BufferingHints | undefined;
|
|
715
715
|
/**
|
|
716
716
|
* <p>The compression format. If no value is specified, the default is
|
|
717
717
|
* <code>UNCOMPRESSED</code>.</p>
|
|
@@ -720,18 +720,18 @@ export interface S3DestinationUpdate {
|
|
|
720
720
|
* <code>COPY</code> operation that reads from the S3 bucket.</p>
|
|
721
721
|
* @public
|
|
722
722
|
*/
|
|
723
|
-
CompressionFormat?: CompressionFormat;
|
|
723
|
+
CompressionFormat?: CompressionFormat | undefined;
|
|
724
724
|
/**
|
|
725
725
|
* <p>The encryption configuration. If no value is specified, the default is no
|
|
726
726
|
* encryption.</p>
|
|
727
727
|
* @public
|
|
728
728
|
*/
|
|
729
|
-
EncryptionConfiguration?: EncryptionConfiguration;
|
|
729
|
+
EncryptionConfiguration?: EncryptionConfiguration | undefined;
|
|
730
730
|
/**
|
|
731
731
|
* <p>The CloudWatch logging options for your Firehose stream.</p>
|
|
732
732
|
* @public
|
|
733
733
|
*/
|
|
734
|
-
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
734
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOptions | undefined;
|
|
735
735
|
}
|
|
736
736
|
/**
|
|
737
737
|
* <p>Describes an update for a destination in the Serverless offering for Amazon OpenSearch
|
|
@@ -745,46 +745,46 @@ export interface AmazonOpenSearchServerlessDestinationUpdate {
|
|
|
745
745
|
* indexing documents.</p>
|
|
746
746
|
* @public
|
|
747
747
|
*/
|
|
748
|
-
RoleARN?: string;
|
|
748
|
+
RoleARN?: string | undefined;
|
|
749
749
|
/**
|
|
750
750
|
* <p>The endpoint to use when communicating with the collection in the Serverless offering
|
|
751
751
|
* for Amazon OpenSearch Service.</p>
|
|
752
752
|
* @public
|
|
753
753
|
*/
|
|
754
|
-
CollectionEndpoint?: string;
|
|
754
|
+
CollectionEndpoint?: string | undefined;
|
|
755
755
|
/**
|
|
756
756
|
* <p>The Serverless offering for Amazon OpenSearch Service index name.</p>
|
|
757
757
|
* @public
|
|
758
758
|
*/
|
|
759
|
-
IndexName?: string;
|
|
759
|
+
IndexName?: string | undefined;
|
|
760
760
|
/**
|
|
761
761
|
* <p>The buffering options. If no value is specified, AmazonopensearchBufferingHints object
|
|
762
762
|
* default values are used.</p>
|
|
763
763
|
* @public
|
|
764
764
|
*/
|
|
765
|
-
BufferingHints?: AmazonOpenSearchServerlessBufferingHints;
|
|
765
|
+
BufferingHints?: AmazonOpenSearchServerlessBufferingHints | undefined;
|
|
766
766
|
/**
|
|
767
767
|
* <p>The retry behavior in case Firehose is unable to deliver documents to the
|
|
768
768
|
* Serverless offering for Amazon OpenSearch Service. The default value is 300 (5
|
|
769
769
|
* minutes).</p>
|
|
770
770
|
* @public
|
|
771
771
|
*/
|
|
772
|
-
RetryOptions?: AmazonOpenSearchServerlessRetryOptions;
|
|
772
|
+
RetryOptions?: AmazonOpenSearchServerlessRetryOptions | undefined;
|
|
773
773
|
/**
|
|
774
774
|
* <p>Describes an update for a destination in Amazon S3.</p>
|
|
775
775
|
* @public
|
|
776
776
|
*/
|
|
777
|
-
S3Update?: S3DestinationUpdate;
|
|
777
|
+
S3Update?: S3DestinationUpdate | undefined;
|
|
778
778
|
/**
|
|
779
779
|
* <p>Describes a data processing configuration.</p>
|
|
780
780
|
* @public
|
|
781
781
|
*/
|
|
782
|
-
ProcessingConfiguration?: ProcessingConfiguration;
|
|
782
|
+
ProcessingConfiguration?: ProcessingConfiguration | undefined;
|
|
783
783
|
/**
|
|
784
784
|
* <p>Describes the Amazon CloudWatch logging options for your Firehose stream.</p>
|
|
785
785
|
* @public
|
|
786
786
|
*/
|
|
787
|
-
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
787
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOptions | undefined;
|
|
788
788
|
}
|
|
789
789
|
/**
|
|
790
790
|
* <p>Describes the buffering to perform before delivering data to the Amazon OpenSearch
|
|
@@ -797,7 +797,7 @@ export interface AmazonopensearchserviceBufferingHints {
|
|
|
797
797
|
* to the destination. The default value is 300 (5 minutes). </p>
|
|
798
798
|
* @public
|
|
799
799
|
*/
|
|
800
|
-
IntervalInSeconds?: number;
|
|
800
|
+
IntervalInSeconds?: number | undefined;
|
|
801
801
|
/**
|
|
802
802
|
* <p>Buffer incoming data to the specified size, in MBs, before delivering it to the
|
|
803
803
|
* destination. The default value is 5.</p>
|
|
@@ -806,7 +806,7 @@ export interface AmazonopensearchserviceBufferingHints {
|
|
|
806
806
|
* ingest data at 1 MB/sec, the value should be 10 MB or higher. </p>
|
|
807
807
|
* @public
|
|
808
808
|
*/
|
|
809
|
-
SizeInMBs?: number;
|
|
809
|
+
SizeInMBs?: number | undefined;
|
|
810
810
|
}
|
|
811
811
|
/**
|
|
812
812
|
* @public
|
|
@@ -870,7 +870,7 @@ export interface AmazonopensearchserviceRetryOptions {
|
|
|
870
870
|
* is 300 seconds (5 minutes). A value of 0 (zero) results in no retries. </p>
|
|
871
871
|
* @public
|
|
872
872
|
*/
|
|
873
|
-
DurationInSeconds?: number;
|
|
873
|
+
DurationInSeconds?: number | undefined;
|
|
874
874
|
}
|
|
875
875
|
/**
|
|
876
876
|
* @public
|
|
@@ -902,13 +902,13 @@ export interface AmazonopensearchserviceDestinationConfiguration {
|
|
|
902
902
|
* DescribeElasticsearchDomainConfig after assuming the role specified in RoleARN. </p>
|
|
903
903
|
* @public
|
|
904
904
|
*/
|
|
905
|
-
DomainARN?: string;
|
|
905
|
+
DomainARN?: string | undefined;
|
|
906
906
|
/**
|
|
907
907
|
* <p>The endpoint to use when communicating with the cluster. Specify either this
|
|
908
908
|
* ClusterEndpoint or the DomainARN field. </p>
|
|
909
909
|
* @public
|
|
910
910
|
*/
|
|
911
|
-
ClusterEndpoint?: string;
|
|
911
|
+
ClusterEndpoint?: string | undefined;
|
|
912
912
|
/**
|
|
913
913
|
* <p>The ElasticsearAmazon OpenSearch Service index name.</p>
|
|
914
914
|
* @public
|
|
@@ -920,25 +920,25 @@ export interface AmazonopensearchserviceDestinationConfiguration {
|
|
|
920
920
|
* another type, Firehose returns an error during run time. </p>
|
|
921
921
|
* @public
|
|
922
922
|
*/
|
|
923
|
-
TypeName?: string;
|
|
923
|
+
TypeName?: string | undefined;
|
|
924
924
|
/**
|
|
925
925
|
* <p>The Amazon OpenSearch Service index rotation period. Index rotation appends a timestamp
|
|
926
926
|
* to the IndexName to facilitate the expiration of old data.</p>
|
|
927
927
|
* @public
|
|
928
928
|
*/
|
|
929
|
-
IndexRotationPeriod?: AmazonopensearchserviceIndexRotationPeriod;
|
|
929
|
+
IndexRotationPeriod?: AmazonopensearchserviceIndexRotationPeriod | undefined;
|
|
930
930
|
/**
|
|
931
931
|
* <p>The buffering options. If no value is specified, the default values for
|
|
932
932
|
* AmazonopensearchserviceBufferingHints are used. </p>
|
|
933
933
|
* @public
|
|
934
934
|
*/
|
|
935
|
-
BufferingHints?: AmazonopensearchserviceBufferingHints;
|
|
935
|
+
BufferingHints?: AmazonopensearchserviceBufferingHints | undefined;
|
|
936
936
|
/**
|
|
937
937
|
* <p>The retry behavior in case Firehose is unable to deliver documents to
|
|
938
938
|
* Amazon OpenSearch Service. The default value is 300 (5 minutes). </p>
|
|
939
939
|
* @public
|
|
940
940
|
*/
|
|
941
|
-
RetryOptions?: AmazonopensearchserviceRetryOptions;
|
|
941
|
+
RetryOptions?: AmazonopensearchserviceRetryOptions | undefined;
|
|
942
942
|
/**
|
|
943
943
|
* <p>Defines how documents should be delivered to Amazon S3. When it is set to
|
|
944
944
|
* FailedDocumentsOnly, Firehose writes any documents that could not be indexed
|
|
@@ -948,7 +948,7 @@ export interface AmazonopensearchserviceDestinationConfiguration {
|
|
|
948
948
|
* appended to the prefix. </p>
|
|
949
949
|
* @public
|
|
950
950
|
*/
|
|
951
|
-
S3BackupMode?: AmazonopensearchserviceS3BackupMode;
|
|
951
|
+
S3BackupMode?: AmazonopensearchserviceS3BackupMode | undefined;
|
|
952
952
|
/**
|
|
953
953
|
* <p>Describes the configuration of a destination in Amazon S3.</p>
|
|
954
954
|
* @public
|
|
@@ -958,23 +958,23 @@ export interface AmazonopensearchserviceDestinationConfiguration {
|
|
|
958
958
|
* <p>Describes a data processing configuration.</p>
|
|
959
959
|
* @public
|
|
960
960
|
*/
|
|
961
|
-
ProcessingConfiguration?: ProcessingConfiguration;
|
|
961
|
+
ProcessingConfiguration?: ProcessingConfiguration | undefined;
|
|
962
962
|
/**
|
|
963
963
|
* <p>Describes the Amazon CloudWatch logging options for your Firehose stream.</p>
|
|
964
964
|
* @public
|
|
965
965
|
*/
|
|
966
|
-
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
966
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOptions | undefined;
|
|
967
967
|
/**
|
|
968
968
|
* <p>The details of the VPC of the Amazon OpenSearch or Amazon OpenSearch Serverless
|
|
969
969
|
* destination.</p>
|
|
970
970
|
* @public
|
|
971
971
|
*/
|
|
972
|
-
VpcConfiguration?: VpcConfiguration;
|
|
972
|
+
VpcConfiguration?: VpcConfiguration | undefined;
|
|
973
973
|
/**
|
|
974
974
|
* <p>Indicates the method for setting up document ID. The supported methods are Firehose generated document ID and OpenSearch Service generated document ID.</p>
|
|
975
975
|
* @public
|
|
976
976
|
*/
|
|
977
|
-
DocumentIdOptions?: DocumentIdOptions;
|
|
977
|
+
DocumentIdOptions?: DocumentIdOptions | undefined;
|
|
978
978
|
}
|
|
979
979
|
/**
|
|
980
980
|
* <p>The destination description in Amazon OpenSearch Service.</p>
|
|
@@ -985,75 +985,75 @@ export interface AmazonopensearchserviceDestinationDescription {
|
|
|
985
985
|
* <p>The Amazon Resource Name (ARN) of the Amazon Web Services credentials. </p>
|
|
986
986
|
* @public
|
|
987
987
|
*/
|
|
988
|
-
RoleARN?: string;
|
|
988
|
+
RoleARN?: string | undefined;
|
|
989
989
|
/**
|
|
990
990
|
* <p>The ARN of the Amazon OpenSearch Service domain.</p>
|
|
991
991
|
* @public
|
|
992
992
|
*/
|
|
993
|
-
DomainARN?: string;
|
|
993
|
+
DomainARN?: string | undefined;
|
|
994
994
|
/**
|
|
995
995
|
* <p>The endpoint to use when communicating with the cluster. Firehose uses
|
|
996
996
|
* either this ClusterEndpoint or the DomainARN field to send data to Amazon OpenSearch
|
|
997
997
|
* Service. </p>
|
|
998
998
|
* @public
|
|
999
999
|
*/
|
|
1000
|
-
ClusterEndpoint?: string;
|
|
1000
|
+
ClusterEndpoint?: string | undefined;
|
|
1001
1001
|
/**
|
|
1002
1002
|
* <p>The Amazon OpenSearch Service index name.</p>
|
|
1003
1003
|
* @public
|
|
1004
1004
|
*/
|
|
1005
|
-
IndexName?: string;
|
|
1005
|
+
IndexName?: string | undefined;
|
|
1006
1006
|
/**
|
|
1007
1007
|
* <p>The Amazon OpenSearch Service type name. This applies to Elasticsearch 6.x and lower
|
|
1008
1008
|
* versions. For Elasticsearch 7.x and OpenSearch Service 1.x, there's no value for TypeName. </p>
|
|
1009
1009
|
* @public
|
|
1010
1010
|
*/
|
|
1011
|
-
TypeName?: string;
|
|
1011
|
+
TypeName?: string | undefined;
|
|
1012
1012
|
/**
|
|
1013
1013
|
* <p>The Amazon OpenSearch Service index rotation period</p>
|
|
1014
1014
|
* @public
|
|
1015
1015
|
*/
|
|
1016
|
-
IndexRotationPeriod?: AmazonopensearchserviceIndexRotationPeriod;
|
|
1016
|
+
IndexRotationPeriod?: AmazonopensearchserviceIndexRotationPeriod | undefined;
|
|
1017
1017
|
/**
|
|
1018
1018
|
* <p>The buffering options.</p>
|
|
1019
1019
|
* @public
|
|
1020
1020
|
*/
|
|
1021
|
-
BufferingHints?: AmazonopensearchserviceBufferingHints;
|
|
1021
|
+
BufferingHints?: AmazonopensearchserviceBufferingHints | undefined;
|
|
1022
1022
|
/**
|
|
1023
1023
|
* <p>The Amazon OpenSearch Service retry options.</p>
|
|
1024
1024
|
* @public
|
|
1025
1025
|
*/
|
|
1026
|
-
RetryOptions?: AmazonopensearchserviceRetryOptions;
|
|
1026
|
+
RetryOptions?: AmazonopensearchserviceRetryOptions | undefined;
|
|
1027
1027
|
/**
|
|
1028
1028
|
* <p>The Amazon S3 backup mode.</p>
|
|
1029
1029
|
* @public
|
|
1030
1030
|
*/
|
|
1031
|
-
S3BackupMode?: AmazonopensearchserviceS3BackupMode;
|
|
1031
|
+
S3BackupMode?: AmazonopensearchserviceS3BackupMode | undefined;
|
|
1032
1032
|
/**
|
|
1033
1033
|
* <p>Describes a destination in Amazon S3.</p>
|
|
1034
1034
|
* @public
|
|
1035
1035
|
*/
|
|
1036
|
-
S3DestinationDescription?: S3DestinationDescription;
|
|
1036
|
+
S3DestinationDescription?: S3DestinationDescription | undefined;
|
|
1037
1037
|
/**
|
|
1038
1038
|
* <p>Describes a data processing configuration.</p>
|
|
1039
1039
|
* @public
|
|
1040
1040
|
*/
|
|
1041
|
-
ProcessingConfiguration?: ProcessingConfiguration;
|
|
1041
|
+
ProcessingConfiguration?: ProcessingConfiguration | undefined;
|
|
1042
1042
|
/**
|
|
1043
1043
|
* <p>Describes the Amazon CloudWatch logging options for your Firehose stream.</p>
|
|
1044
1044
|
* @public
|
|
1045
1045
|
*/
|
|
1046
|
-
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
1046
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOptions | undefined;
|
|
1047
1047
|
/**
|
|
1048
1048
|
* <p>The details of the VPC of the Amazon ES destination.</p>
|
|
1049
1049
|
* @public
|
|
1050
1050
|
*/
|
|
1051
|
-
VpcConfigurationDescription?: VpcConfigurationDescription;
|
|
1051
|
+
VpcConfigurationDescription?: VpcConfigurationDescription | undefined;
|
|
1052
1052
|
/**
|
|
1053
1053
|
* <p>Indicates the method for setting up document ID. The supported methods are Firehose generated document ID and OpenSearch Service generated document ID.</p>
|
|
1054
1054
|
* @public
|
|
1055
1055
|
*/
|
|
1056
|
-
DocumentIdOptions?: DocumentIdOptions;
|
|
1056
|
+
DocumentIdOptions?: DocumentIdOptions | undefined;
|
|
1057
1057
|
}
|
|
1058
1058
|
/**
|
|
1059
1059
|
* <p>Describes an update for a destination in Amazon OpenSearch Service.</p>
|
|
@@ -1066,25 +1066,25 @@ export interface AmazonopensearchserviceDestinationUpdate {
|
|
|
1066
1066
|
* </p>
|
|
1067
1067
|
* @public
|
|
1068
1068
|
*/
|
|
1069
|
-
RoleARN?: string;
|
|
1069
|
+
RoleARN?: string | undefined;
|
|
1070
1070
|
/**
|
|
1071
1071
|
* <p>The ARN of the Amazon OpenSearch Service domain. The IAM role must have permissions for
|
|
1072
1072
|
* DescribeDomain, DescribeDomains, and DescribeDomainConfig after assuming the IAM role
|
|
1073
1073
|
* specified in RoleARN.</p>
|
|
1074
1074
|
* @public
|
|
1075
1075
|
*/
|
|
1076
|
-
DomainARN?: string;
|
|
1076
|
+
DomainARN?: string | undefined;
|
|
1077
1077
|
/**
|
|
1078
1078
|
* <p>The endpoint to use when communicating with the cluster. Specify either this
|
|
1079
1079
|
* ClusterEndpoint or the DomainARN field. </p>
|
|
1080
1080
|
* @public
|
|
1081
1081
|
*/
|
|
1082
|
-
ClusterEndpoint?: string;
|
|
1082
|
+
ClusterEndpoint?: string | undefined;
|
|
1083
1083
|
/**
|
|
1084
1084
|
* <p>The Amazon OpenSearch Service index name.</p>
|
|
1085
1085
|
* @public
|
|
1086
1086
|
*/
|
|
1087
|
-
IndexName?: string;
|
|
1087
|
+
IndexName?: string | undefined;
|
|
1088
1088
|
/**
|
|
1089
1089
|
* <p>The Amazon OpenSearch Service type name. For Elasticsearch 6.x, there can be only one
|
|
1090
1090
|
* type per index. If you try to specify a new type for an existing index that already has
|
|
@@ -1095,45 +1095,45 @@ export interface AmazonopensearchserviceDestinationUpdate {
|
|
|
1095
1095
|
* string for TypeName. </p>
|
|
1096
1096
|
* @public
|
|
1097
1097
|
*/
|
|
1098
|
-
TypeName?: string;
|
|
1098
|
+
TypeName?: string | undefined;
|
|
1099
1099
|
/**
|
|
1100
1100
|
* <p>The Amazon OpenSearch Service index rotation period. Index rotation appends a timestamp
|
|
1101
1101
|
* to IndexName to facilitate the expiration of old data.</p>
|
|
1102
1102
|
* @public
|
|
1103
1103
|
*/
|
|
1104
|
-
IndexRotationPeriod?: AmazonopensearchserviceIndexRotationPeriod;
|
|
1104
|
+
IndexRotationPeriod?: AmazonopensearchserviceIndexRotationPeriod | undefined;
|
|
1105
1105
|
/**
|
|
1106
1106
|
* <p>The buffering options. If no value is specified, AmazonopensearchBufferingHints object
|
|
1107
1107
|
* default values are used. </p>
|
|
1108
1108
|
* @public
|
|
1109
1109
|
*/
|
|
1110
|
-
BufferingHints?: AmazonopensearchserviceBufferingHints;
|
|
1110
|
+
BufferingHints?: AmazonopensearchserviceBufferingHints | undefined;
|
|
1111
1111
|
/**
|
|
1112
1112
|
* <p>The retry behavior in case Firehose is unable to deliver documents to
|
|
1113
1113
|
* Amazon OpenSearch Service. The default value is 300 (5 minutes). </p>
|
|
1114
1114
|
* @public
|
|
1115
1115
|
*/
|
|
1116
|
-
RetryOptions?: AmazonopensearchserviceRetryOptions;
|
|
1116
|
+
RetryOptions?: AmazonopensearchserviceRetryOptions | undefined;
|
|
1117
1117
|
/**
|
|
1118
1118
|
* <p>Describes an update for a destination in Amazon S3.</p>
|
|
1119
1119
|
* @public
|
|
1120
1120
|
*/
|
|
1121
|
-
S3Update?: S3DestinationUpdate;
|
|
1121
|
+
S3Update?: S3DestinationUpdate | undefined;
|
|
1122
1122
|
/**
|
|
1123
1123
|
* <p>Describes a data processing configuration.</p>
|
|
1124
1124
|
* @public
|
|
1125
1125
|
*/
|
|
1126
|
-
ProcessingConfiguration?: ProcessingConfiguration;
|
|
1126
|
+
ProcessingConfiguration?: ProcessingConfiguration | undefined;
|
|
1127
1127
|
/**
|
|
1128
1128
|
* <p>Describes the Amazon CloudWatch logging options for your Firehose stream.</p>
|
|
1129
1129
|
* @public
|
|
1130
1130
|
*/
|
|
1131
|
-
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
1131
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOptions | undefined;
|
|
1132
1132
|
/**
|
|
1133
1133
|
* <p>Indicates the method for setting up document ID. The supported methods are Firehose generated document ID and OpenSearch Service generated document ID.</p>
|
|
1134
1134
|
* @public
|
|
1135
1135
|
*/
|
|
1136
|
-
DocumentIdOptions?: DocumentIdOptions;
|
|
1136
|
+
DocumentIdOptions?: DocumentIdOptions | undefined;
|
|
1137
1137
|
}
|
|
1138
1138
|
/**
|
|
1139
1139
|
* @public
|
|
@@ -1176,14 +1176,14 @@ export interface CatalogConfiguration {
|
|
|
1176
1176
|
* </p>
|
|
1177
1177
|
* @public
|
|
1178
1178
|
*/
|
|
1179
|
-
CatalogARN?: string;
|
|
1179
|
+
CatalogARN?: string | undefined;
|
|
1180
1180
|
/**
|
|
1181
1181
|
* <p>
|
|
1182
1182
|
* </p>
|
|
1183
1183
|
* <p>Amazon Data Firehose is in preview release and is subject to change.</p>
|
|
1184
1184
|
* @public
|
|
1185
1185
|
*/
|
|
1186
|
-
WarehouseLocation?: string;
|
|
1186
|
+
WarehouseLocation?: string | undefined;
|
|
1187
1187
|
}
|
|
1188
1188
|
/**
|
|
1189
1189
|
* <p>Another modification has already happened. Fetch <code>VersionId</code> again and use
|
|
@@ -1224,7 +1224,7 @@ export interface CopyCommand {
|
|
|
1224
1224
|
* <p>A comma-separated list of column names.</p>
|
|
1225
1225
|
* @public
|
|
1226
1226
|
*/
|
|
1227
|
-
DataTableColumns?: string;
|
|
1227
|
+
DataTableColumns?: string | undefined;
|
|
1228
1228
|
/**
|
|
1229
1229
|
* <p>Optional parameters to use with the Amazon Redshift <code>COPY</code> command. For
|
|
1230
1230
|
* more information, see the "Optional Parameters" section of <a href="https://docs.aws.amazon.com/redshift/latest/dg/r_COPY.html">Amazon Redshift COPY command</a>. Some possible
|
|
@@ -1248,7 +1248,7 @@ export interface CopyCommand {
|
|
|
1248
1248
|
* examples</a>.</p>
|
|
1249
1249
|
* @public
|
|
1250
1250
|
*/
|
|
1251
|
-
CopyOptions?: string;
|
|
1251
|
+
CopyOptions?: string | undefined;
|
|
1252
1252
|
}
|
|
1253
1253
|
/**
|
|
1254
1254
|
* <p>
|
|
@@ -1263,14 +1263,14 @@ export interface DatabaseColumnList {
|
|
|
1263
1263
|
* <p>Amazon Data Firehose is in preview release and is subject to change.</p>
|
|
1264
1264
|
* @public
|
|
1265
1265
|
*/
|
|
1266
|
-
Include?: string[];
|
|
1266
|
+
Include?: string[] | undefined;
|
|
1267
1267
|
/**
|
|
1268
1268
|
* <p>
|
|
1269
1269
|
* </p>
|
|
1270
1270
|
* <p>Amazon Data Firehose is in preview release and is subject to change.</p>
|
|
1271
1271
|
* @public
|
|
1272
1272
|
*/
|
|
1273
|
-
Exclude?: string[];
|
|
1273
|
+
Exclude?: string[] | undefined;
|
|
1274
1274
|
}
|
|
1275
1275
|
/**
|
|
1276
1276
|
* <p>
|
|
@@ -1285,14 +1285,14 @@ export interface DatabaseList {
|
|
|
1285
1285
|
* <p>Amazon Data Firehose is in preview release and is subject to change.</p>
|
|
1286
1286
|
* @public
|
|
1287
1287
|
*/
|
|
1288
|
-
Include?: string[];
|
|
1288
|
+
Include?: string[] | undefined;
|
|
1289
1289
|
/**
|
|
1290
1290
|
* <p>
|
|
1291
1291
|
* </p>
|
|
1292
1292
|
* <p>Amazon Data Firehose is in preview release and is subject to change.</p>
|
|
1293
1293
|
* @public
|
|
1294
1294
|
*/
|
|
1295
|
-
Exclude?: string[];
|
|
1295
|
+
Exclude?: string[] | undefined;
|
|
1296
1296
|
}
|
|
1297
1297
|
/**
|
|
1298
1298
|
* <p>The structure that defines how Firehose accesses the secret.</p>
|
|
@@ -1304,14 +1304,14 @@ export interface SecretsManagerConfiguration {
|
|
|
1304
1304
|
* Firehose stream and the role. The secret ARN can reside in a different account than the Firehose stream and role as Firehose supports cross-account secret access. This parameter is required when <b>Enabled</b> is set to <code>True</code>.</p>
|
|
1305
1305
|
* @public
|
|
1306
1306
|
*/
|
|
1307
|
-
SecretARN?: string;
|
|
1307
|
+
SecretARN?: string | undefined;
|
|
1308
1308
|
/**
|
|
1309
1309
|
* <p>
|
|
1310
1310
|
* Specifies the role that Firehose assumes when calling the Secrets Manager API operation. When you provide the role, it overrides any destination specific role defined in the destination configuration. If you do not provide the then we use the destination specific role. This parameter is required for Splunk.
|
|
1311
1311
|
* </p>
|
|
1312
1312
|
* @public
|
|
1313
1313
|
*/
|
|
1314
|
-
RoleARN?: string;
|
|
1314
|
+
RoleARN?: string | undefined;
|
|
1315
1315
|
/**
|
|
1316
1316
|
* <p>Specifies whether you want to use the secrets manager feature. When set as
|
|
1317
1317
|
* <code>True</code> the secrets manager configuration overwrites the existing secrets in
|
|
@@ -1374,14 +1374,14 @@ export interface DatabaseTableList {
|
|
|
1374
1374
|
* <p>Amazon Data Firehose is in preview release and is subject to change.</p>
|
|
1375
1375
|
* @public
|
|
1376
1376
|
*/
|
|
1377
|
-
Include?: string[];
|
|
1377
|
+
Include?: string[] | undefined;
|
|
1378
1378
|
/**
|
|
1379
1379
|
* <p>
|
|
1380
1380
|
* </p>
|
|
1381
1381
|
* <p>Amazon Data Firehose is in preview release and is subject to change.</p>
|
|
1382
1382
|
* @public
|
|
1383
1383
|
*/
|
|
1384
|
-
Exclude?: string[];
|
|
1384
|
+
Exclude?: string[] | undefined;
|
|
1385
1385
|
}
|
|
1386
1386
|
/**
|
|
1387
1387
|
* @public
|
|
@@ -1429,7 +1429,7 @@ export interface DatabaseSourceConfiguration {
|
|
|
1429
1429
|
* <p>Amazon Data Firehose is in preview release and is subject to change.</p>
|
|
1430
1430
|
* @public
|
|
1431
1431
|
*/
|
|
1432
|
-
SSLMode?: SSLMode;
|
|
1432
|
+
SSLMode?: SSLMode | undefined;
|
|
1433
1433
|
/**
|
|
1434
1434
|
* <p>
|
|
1435
1435
|
* </p>
|
|
@@ -1450,14 +1450,14 @@ export interface DatabaseSourceConfiguration {
|
|
|
1450
1450
|
* <p>Amazon Data Firehose is in preview release and is subject to change.</p>
|
|
1451
1451
|
* @public
|
|
1452
1452
|
*/
|
|
1453
|
-
Columns?: DatabaseColumnList;
|
|
1453
|
+
Columns?: DatabaseColumnList | undefined;
|
|
1454
1454
|
/**
|
|
1455
1455
|
* <p>
|
|
1456
1456
|
* </p>
|
|
1457
1457
|
* <p>Amazon Data Firehose is in preview release and is subject to change.</p>
|
|
1458
1458
|
* @public
|
|
1459
1459
|
*/
|
|
1460
|
-
SurrogateKeys?: string[];
|
|
1460
|
+
SurrogateKeys?: string[] | undefined;
|
|
1461
1461
|
/**
|
|
1462
1462
|
* <p>
|
|
1463
1463
|
* </p>
|
|
@@ -1503,7 +1503,7 @@ export interface DeliveryStreamEncryptionConfigurationInput {
|
|
|
1503
1503
|
* the Amazon Resource Name (ARN) of the CMK. If you set <code>KeyType</code> to <code>Amazon Web Services_OWNED_CMK</code>, Firehose uses a service-account CMK.</p>
|
|
1504
1504
|
* @public
|
|
1505
1505
|
*/
|
|
1506
|
-
KeyARN?: string;
|
|
1506
|
+
KeyARN?: string | undefined;
|
|
1507
1507
|
/**
|
|
1508
1508
|
* <p>Indicates the type of customer master key (CMK) to use for encryption. The default
|
|
1509
1509
|
* setting is <code>Amazon Web Services_OWNED_CMK</code>. For more information about CMKs, see
|
|
@@ -1554,7 +1554,7 @@ export interface ElasticsearchBufferingHints {
|
|
|
1554
1554
|
* it to the destination. The default value is 300 (5 minutes).</p>
|
|
1555
1555
|
* @public
|
|
1556
1556
|
*/
|
|
1557
|
-
IntervalInSeconds?: number;
|
|
1557
|
+
IntervalInSeconds?: number | undefined;
|
|
1558
1558
|
/**
|
|
1559
1559
|
* <p>Buffer incoming data to the specified size, in MBs, before delivering it to the
|
|
1560
1560
|
* destination. The default value is 5.</p>
|
|
@@ -1563,7 +1563,7 @@ export interface ElasticsearchBufferingHints {
|
|
|
1563
1563
|
* ingest data at 1 MB/sec, the value should be 10 MB or higher.</p>
|
|
1564
1564
|
* @public
|
|
1565
1565
|
*/
|
|
1566
|
-
SizeInMBs?: number;
|
|
1566
|
+
SizeInMBs?: number | undefined;
|
|
1567
1567
|
}
|
|
1568
1568
|
/**
|
|
1569
1569
|
* @public
|
|
@@ -1593,7 +1593,7 @@ export interface ElasticsearchRetryOptions {
|
|
|
1593
1593
|
* minutes). A value of 0 (zero) results in no retries.</p>
|
|
1594
1594
|
* @public
|
|
1595
1595
|
*/
|
|
1596
|
-
DurationInSeconds?: number;
|
|
1596
|
+
DurationInSeconds?: number | undefined;
|
|
1597
1597
|
}
|
|
1598
1598
|
/**
|
|
1599
1599
|
* @public
|
|
@@ -1628,13 +1628,13 @@ export interface ElasticsearchDestinationConfiguration {
|
|
|
1628
1628
|
* <p>Specify either <code>ClusterEndpoint</code> or <code>DomainARN</code>.</p>
|
|
1629
1629
|
* @public
|
|
1630
1630
|
*/
|
|
1631
|
-
DomainARN?: string;
|
|
1631
|
+
DomainARN?: string | undefined;
|
|
1632
1632
|
/**
|
|
1633
1633
|
* <p>The endpoint to use when communicating with the cluster. Specify either this
|
|
1634
1634
|
* <code>ClusterEndpoint</code> or the <code>DomainARN</code> field.</p>
|
|
1635
1635
|
* @public
|
|
1636
1636
|
*/
|
|
1637
|
-
ClusterEndpoint?: string;
|
|
1637
|
+
ClusterEndpoint?: string | undefined;
|
|
1638
1638
|
/**
|
|
1639
1639
|
* <p>The Elasticsearch index name.</p>
|
|
1640
1640
|
* @public
|
|
@@ -1647,7 +1647,7 @@ export interface ElasticsearchDestinationConfiguration {
|
|
|
1647
1647
|
* <p>For Elasticsearch 7.x, don't specify a <code>TypeName</code>.</p>
|
|
1648
1648
|
* @public
|
|
1649
1649
|
*/
|
|
1650
|
-
TypeName?: string;
|
|
1650
|
+
TypeName?: string | undefined;
|
|
1651
1651
|
/**
|
|
1652
1652
|
* <p>The Elasticsearch index rotation period. Index rotation appends a timestamp to the
|
|
1653
1653
|
* <code>IndexName</code> to facilitate the expiration of old data. For more information,
|
|
@@ -1655,19 +1655,19 @@ export interface ElasticsearchDestinationConfiguration {
|
|
|
1655
1655
|
* Amazon ES Destination</a>. The default value is <code>OneDay</code>.</p>
|
|
1656
1656
|
* @public
|
|
1657
1657
|
*/
|
|
1658
|
-
IndexRotationPeriod?: ElasticsearchIndexRotationPeriod;
|
|
1658
|
+
IndexRotationPeriod?: ElasticsearchIndexRotationPeriod | undefined;
|
|
1659
1659
|
/**
|
|
1660
1660
|
* <p>The buffering options. If no value is specified, the default values for
|
|
1661
1661
|
* <code>ElasticsearchBufferingHints</code> are used.</p>
|
|
1662
1662
|
* @public
|
|
1663
1663
|
*/
|
|
1664
|
-
BufferingHints?: ElasticsearchBufferingHints;
|
|
1664
|
+
BufferingHints?: ElasticsearchBufferingHints | undefined;
|
|
1665
1665
|
/**
|
|
1666
1666
|
* <p>The retry behavior in case Firehose is unable to deliver documents to
|
|
1667
1667
|
* Amazon ES. The default value is 300 (5 minutes).</p>
|
|
1668
1668
|
* @public
|
|
1669
1669
|
*/
|
|
1670
|
-
RetryOptions?: ElasticsearchRetryOptions;
|
|
1670
|
+
RetryOptions?: ElasticsearchRetryOptions | undefined;
|
|
1671
1671
|
/**
|
|
1672
1672
|
* <p>Defines how documents should be delivered to Amazon S3. When it is set to
|
|
1673
1673
|
* <code>FailedDocumentsOnly</code>, Firehose writes any documents that could
|
|
@@ -1681,7 +1681,7 @@ export interface ElasticsearchDestinationConfiguration {
|
|
|
1681
1681
|
* <p>You can't change this backup mode after you create the Firehose stream. </p>
|
|
1682
1682
|
* @public
|
|
1683
1683
|
*/
|
|
1684
|
-
S3BackupMode?: ElasticsearchS3BackupMode;
|
|
1684
|
+
S3BackupMode?: ElasticsearchS3BackupMode | undefined;
|
|
1685
1685
|
/**
|
|
1686
1686
|
* <p>The configuration for the backup Amazon S3 location.</p>
|
|
1687
1687
|
* @public
|
|
@@ -1691,22 +1691,22 @@ export interface ElasticsearchDestinationConfiguration {
|
|
|
1691
1691
|
* <p>The data processing configuration.</p>
|
|
1692
1692
|
* @public
|
|
1693
1693
|
*/
|
|
1694
|
-
ProcessingConfiguration?: ProcessingConfiguration;
|
|
1694
|
+
ProcessingConfiguration?: ProcessingConfiguration | undefined;
|
|
1695
1695
|
/**
|
|
1696
1696
|
* <p>The Amazon CloudWatch logging options for your Firehose stream.</p>
|
|
1697
1697
|
* @public
|
|
1698
1698
|
*/
|
|
1699
|
-
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
1699
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOptions | undefined;
|
|
1700
1700
|
/**
|
|
1701
1701
|
* <p>The details of the VPC of the Amazon destination.</p>
|
|
1702
1702
|
* @public
|
|
1703
1703
|
*/
|
|
1704
|
-
VpcConfiguration?: VpcConfiguration;
|
|
1704
|
+
VpcConfiguration?: VpcConfiguration | undefined;
|
|
1705
1705
|
/**
|
|
1706
1706
|
* <p>Indicates the method for setting up document ID. The supported methods are Firehose generated document ID and OpenSearch Service generated document ID.</p>
|
|
1707
1707
|
* @public
|
|
1708
1708
|
*/
|
|
1709
|
-
DocumentIdOptions?: DocumentIdOptions;
|
|
1709
|
+
DocumentIdOptions?: DocumentIdOptions | undefined;
|
|
1710
1710
|
}
|
|
1711
1711
|
/**
|
|
1712
1712
|
* <p>The native Hive / HCatalog JsonSerDe. Used by Firehose for deserializing
|
|
@@ -1723,7 +1723,7 @@ export interface HiveJsonSerDe {
|
|
|
1723
1723
|
* parse timestamps in epoch milliseconds. If you don't specify a format, Firehose uses <code>java.sql.Timestamp::valueOf</code> by default.</p>
|
|
1724
1724
|
* @public
|
|
1725
1725
|
*/
|
|
1726
|
-
TimestampFormats?: string[];
|
|
1726
|
+
TimestampFormats?: string[] | undefined;
|
|
1727
1727
|
}
|
|
1728
1728
|
/**
|
|
1729
1729
|
* <p>The OpenX SerDe. Used by Firehose for deserializing data, which means
|
|
@@ -1742,13 +1742,13 @@ export interface OpenXJsonSerDe {
|
|
|
1742
1742
|
* <p>The default is <code>false</code>.</p>
|
|
1743
1743
|
* @public
|
|
1744
1744
|
*/
|
|
1745
|
-
ConvertDotsInJsonKeysToUnderscores?: boolean;
|
|
1745
|
+
ConvertDotsInJsonKeysToUnderscores?: boolean | undefined;
|
|
1746
1746
|
/**
|
|
1747
1747
|
* <p>When set to <code>true</code>, which is the default, Firehose converts
|
|
1748
1748
|
* JSON keys to lowercase before deserializing them.</p>
|
|
1749
1749
|
* @public
|
|
1750
1750
|
*/
|
|
1751
|
-
CaseInsensitive?: boolean;
|
|
1751
|
+
CaseInsensitive?: boolean | undefined;
|
|
1752
1752
|
/**
|
|
1753
1753
|
* <p>Maps column names to JSON keys that aren't identical to the column names. This is
|
|
1754
1754
|
* useful when the JSON contains keys that are Hive keywords. For example,
|
|
@@ -1757,7 +1757,7 @@ export interface OpenXJsonSerDe {
|
|
|
1757
1757
|
* this key to a column named <code>ts</code>.</p>
|
|
1758
1758
|
* @public
|
|
1759
1759
|
*/
|
|
1760
|
-
ColumnToJsonKeyMappings?: Record<string, string
|
|
1760
|
+
ColumnToJsonKeyMappings?: Record<string, string> | undefined;
|
|
1761
1761
|
}
|
|
1762
1762
|
/**
|
|
1763
1763
|
* <p>The deserializer you want Firehose to use for converting the input data
|
|
@@ -1774,7 +1774,7 @@ export interface Deserializer {
|
|
|
1774
1774
|
* functionality you need. The other option is the native Hive / HCatalog JsonSerDe.</p>
|
|
1775
1775
|
* @public
|
|
1776
1776
|
*/
|
|
1777
|
-
OpenXJsonSerDe?: OpenXJsonSerDe;
|
|
1777
|
+
OpenXJsonSerDe?: OpenXJsonSerDe | undefined;
|
|
1778
1778
|
/**
|
|
1779
1779
|
* <p>The native Hive / HCatalog JsonSerDe. Used by Firehose for deserializing
|
|
1780
1780
|
* data, which means converting it from the JSON format in preparation for serializing it to
|
|
@@ -1782,7 +1782,7 @@ export interface Deserializer {
|
|
|
1782
1782
|
* which one offers the functionality you need. The other option is the OpenX SerDe.</p>
|
|
1783
1783
|
* @public
|
|
1784
1784
|
*/
|
|
1785
|
-
HiveJsonSerDe?: HiveJsonSerDe;
|
|
1785
|
+
HiveJsonSerDe?: HiveJsonSerDe | undefined;
|
|
1786
1786
|
}
|
|
1787
1787
|
/**
|
|
1788
1788
|
* <p>Specifies the deserializer you want to use to convert the format of the input data.
|
|
@@ -1795,7 +1795,7 @@ export interface InputFormatConfiguration {
|
|
|
1795
1795
|
* or the OpenX JSON SerDe. If both are non-null, the server rejects the request.</p>
|
|
1796
1796
|
* @public
|
|
1797
1797
|
*/
|
|
1798
|
-
Deserializer?: Deserializer;
|
|
1798
|
+
Deserializer?: Deserializer | undefined;
|
|
1799
1799
|
}
|
|
1800
1800
|
/**
|
|
1801
1801
|
* @public
|
|
@@ -1834,27 +1834,27 @@ export interface OrcSerDe {
|
|
|
1834
1834
|
* MiB.</p>
|
|
1835
1835
|
* @public
|
|
1836
1836
|
*/
|
|
1837
|
-
StripeSizeBytes?: number;
|
|
1837
|
+
StripeSizeBytes?: number | undefined;
|
|
1838
1838
|
/**
|
|
1839
1839
|
* <p>The Hadoop Distributed File System (HDFS) block size. This is useful if you intend to
|
|
1840
1840
|
* copy the data from Amazon S3 to HDFS before querying. The default is 256 MiB and the
|
|
1841
1841
|
* minimum is 64 MiB. Firehose uses this value for padding calculations.</p>
|
|
1842
1842
|
* @public
|
|
1843
1843
|
*/
|
|
1844
|
-
BlockSizeBytes?: number;
|
|
1844
|
+
BlockSizeBytes?: number | undefined;
|
|
1845
1845
|
/**
|
|
1846
1846
|
* <p>The number of rows between index entries. The default is 10,000 and the minimum is
|
|
1847
1847
|
* 1,000.</p>
|
|
1848
1848
|
* @public
|
|
1849
1849
|
*/
|
|
1850
|
-
RowIndexStride?: number;
|
|
1850
|
+
RowIndexStride?: number | undefined;
|
|
1851
1851
|
/**
|
|
1852
1852
|
* <p>Set this to <code>true</code> to indicate that you want stripes to be padded to the HDFS
|
|
1853
1853
|
* block boundaries. This is useful if you intend to copy the data from Amazon S3 to HDFS
|
|
1854
1854
|
* before querying. The default is <code>false</code>.</p>
|
|
1855
1855
|
* @public
|
|
1856
1856
|
*/
|
|
1857
|
-
EnablePadding?: boolean;
|
|
1857
|
+
EnablePadding?: boolean | undefined;
|
|
1858
1858
|
/**
|
|
1859
1859
|
* <p>A number between 0 and 1 that defines the tolerance for block padding as a decimal
|
|
1860
1860
|
* fraction of stripe size. The default value is 0.05, which means 5 percent of stripe
|
|
@@ -1867,37 +1867,37 @@ export interface OrcSerDe {
|
|
|
1867
1867
|
* <p>Firehose ignores this parameter when <a>OrcSerDe$EnablePadding</a> is <code>false</code>.</p>
|
|
1868
1868
|
* @public
|
|
1869
1869
|
*/
|
|
1870
|
-
PaddingTolerance?: number;
|
|
1870
|
+
PaddingTolerance?: number | undefined;
|
|
1871
1871
|
/**
|
|
1872
1872
|
* <p>The compression code to use over data blocks. The default is <code>SNAPPY</code>.</p>
|
|
1873
1873
|
* @public
|
|
1874
1874
|
*/
|
|
1875
|
-
Compression?: OrcCompression;
|
|
1875
|
+
Compression?: OrcCompression | undefined;
|
|
1876
1876
|
/**
|
|
1877
1877
|
* <p>The column names for which you want Firehose to create bloom filters. The
|
|
1878
1878
|
* default is <code>null</code>.</p>
|
|
1879
1879
|
* @public
|
|
1880
1880
|
*/
|
|
1881
|
-
BloomFilterColumns?: string[];
|
|
1881
|
+
BloomFilterColumns?: string[] | undefined;
|
|
1882
1882
|
/**
|
|
1883
1883
|
* <p>The Bloom filter false positive probability (FPP). The lower the FPP, the bigger the
|
|
1884
1884
|
* Bloom filter. The default value is 0.05, the minimum is 0, and the maximum is 1.</p>
|
|
1885
1885
|
* @public
|
|
1886
1886
|
*/
|
|
1887
|
-
BloomFilterFalsePositiveProbability?: number;
|
|
1887
|
+
BloomFilterFalsePositiveProbability?: number | undefined;
|
|
1888
1888
|
/**
|
|
1889
1889
|
* <p>Represents the fraction of the total number of non-null rows. To turn off dictionary
|
|
1890
1890
|
* encoding, set this fraction to a number that is less than the number of distinct keys in a
|
|
1891
1891
|
* dictionary. To always use dictionary encoding, set this threshold to 1.</p>
|
|
1892
1892
|
* @public
|
|
1893
1893
|
*/
|
|
1894
|
-
DictionaryKeyThreshold?: number;
|
|
1894
|
+
DictionaryKeyThreshold?: number | undefined;
|
|
1895
1895
|
/**
|
|
1896
1896
|
* <p>The version of the file to write. The possible values are <code>V0_11</code> and
|
|
1897
1897
|
* <code>V0_12</code>. The default is <code>V0_12</code>.</p>
|
|
1898
1898
|
* @public
|
|
1899
1899
|
*/
|
|
1900
|
-
FormatVersion?: OrcFormatVersion;
|
|
1900
|
+
FormatVersion?: OrcFormatVersion | undefined;
|
|
1901
1901
|
}
|
|
1902
1902
|
/**
|
|
1903
1903
|
* @public
|
|
@@ -1936,14 +1936,14 @@ export interface ParquetSerDe {
|
|
|
1936
1936
|
* minimum is 64 MiB. Firehose uses this value for padding calculations.</p>
|
|
1937
1937
|
* @public
|
|
1938
1938
|
*/
|
|
1939
|
-
BlockSizeBytes?: number;
|
|
1939
|
+
BlockSizeBytes?: number | undefined;
|
|
1940
1940
|
/**
|
|
1941
1941
|
* <p>The Parquet page size. Column chunks are divided into pages. A page is conceptually an
|
|
1942
1942
|
* indivisible unit (in terms of compression and encoding). The minimum value is 64 KiB and
|
|
1943
1943
|
* the default is 1 MiB.</p>
|
|
1944
1944
|
* @public
|
|
1945
1945
|
*/
|
|
1946
|
-
PageSizeBytes?: number;
|
|
1946
|
+
PageSizeBytes?: number | undefined;
|
|
1947
1947
|
/**
|
|
1948
1948
|
* <p>The compression code to use over data blocks. The possible values are
|
|
1949
1949
|
* <code>UNCOMPRESSED</code>, <code>SNAPPY</code>, and <code>GZIP</code>, with the default
|
|
@@ -1951,24 +1951,24 @@ export interface ParquetSerDe {
|
|
|
1951
1951
|
* <code>GZIP</code> if the compression ratio is more important than speed.</p>
|
|
1952
1952
|
* @public
|
|
1953
1953
|
*/
|
|
1954
|
-
Compression?: ParquetCompression;
|
|
1954
|
+
Compression?: ParquetCompression | undefined;
|
|
1955
1955
|
/**
|
|
1956
1956
|
* <p>Indicates whether to enable dictionary compression.</p>
|
|
1957
1957
|
* @public
|
|
1958
1958
|
*/
|
|
1959
|
-
EnableDictionaryCompression?: boolean;
|
|
1959
|
+
EnableDictionaryCompression?: boolean | undefined;
|
|
1960
1960
|
/**
|
|
1961
1961
|
* <p>The maximum amount of padding to apply. This is useful if you intend to copy the data
|
|
1962
1962
|
* from Amazon S3 to HDFS before querying. The default is 0.</p>
|
|
1963
1963
|
* @public
|
|
1964
1964
|
*/
|
|
1965
|
-
MaxPaddingBytes?: number;
|
|
1965
|
+
MaxPaddingBytes?: number | undefined;
|
|
1966
1966
|
/**
|
|
1967
1967
|
* <p>Indicates the version of row format to output. The possible values are <code>V1</code>
|
|
1968
1968
|
* and <code>V2</code>. The default is <code>V1</code>.</p>
|
|
1969
1969
|
* @public
|
|
1970
1970
|
*/
|
|
1971
|
-
WriterVersion?: ParquetWriterVersion;
|
|
1971
|
+
WriterVersion?: ParquetWriterVersion | undefined;
|
|
1972
1972
|
}
|
|
1973
1973
|
/**
|
|
1974
1974
|
* <p>The serializer that you want Firehose to use to convert data to the target
|
|
@@ -1982,14 +1982,14 @@ export interface Serializer {
|
|
|
1982
1982
|
* Amazon S3. For more information, see <a href="https://parquet.apache.org/documentation/latest/">Apache Parquet</a>.</p>
|
|
1983
1983
|
* @public
|
|
1984
1984
|
*/
|
|
1985
|
-
ParquetSerDe?: ParquetSerDe;
|
|
1985
|
+
ParquetSerDe?: ParquetSerDe | undefined;
|
|
1986
1986
|
/**
|
|
1987
1987
|
* <p>A serializer to use for converting data to the ORC format before storing it in Amazon
|
|
1988
1988
|
* S3. For more information, see <a href="https://orc.apache.org/docs/">Apache
|
|
1989
1989
|
* ORC</a>.</p>
|
|
1990
1990
|
* @public
|
|
1991
1991
|
*/
|
|
1992
|
-
OrcSerDe?: OrcSerDe;
|
|
1992
|
+
OrcSerDe?: OrcSerDe | undefined;
|
|
1993
1993
|
}
|
|
1994
1994
|
/**
|
|
1995
1995
|
* <p>Specifies the serializer that you want Firehose to use to convert the
|
|
@@ -2003,7 +2003,7 @@ export interface OutputFormatConfiguration {
|
|
|
2003
2003
|
* SerDe. If both are non-null, the server rejects the request.</p>
|
|
2004
2004
|
* @public
|
|
2005
2005
|
*/
|
|
2006
|
-
Serializer?: Serializer;
|
|
2006
|
+
Serializer?: Serializer | undefined;
|
|
2007
2007
|
}
|
|
2008
2008
|
/**
|
|
2009
2009
|
* <p>Specifies the schema to which you want Firehose to configure your data
|
|
@@ -2023,13 +2023,13 @@ export interface SchemaConfiguration {
|
|
|
2023
2023
|
* </important>
|
|
2024
2024
|
* @public
|
|
2025
2025
|
*/
|
|
2026
|
-
RoleARN?: string;
|
|
2026
|
+
RoleARN?: string | undefined;
|
|
2027
2027
|
/**
|
|
2028
2028
|
* <p>The ID of the Amazon Web Services Glue Data Catalog. If you don't supply this, the
|
|
2029
2029
|
* Amazon Web Services account ID is used by default.</p>
|
|
2030
2030
|
* @public
|
|
2031
2031
|
*/
|
|
2032
|
-
CatalogId?: string;
|
|
2032
|
+
CatalogId?: string | undefined;
|
|
2033
2033
|
/**
|
|
2034
2034
|
* <p>Specifies the name of the Amazon Web Services Glue database that contains the schema for
|
|
2035
2035
|
* the output data.</p>
|
|
@@ -2040,7 +2040,7 @@ export interface SchemaConfiguration {
|
|
|
2040
2040
|
* </important>
|
|
2041
2041
|
* @public
|
|
2042
2042
|
*/
|
|
2043
|
-
DatabaseName?: string;
|
|
2043
|
+
DatabaseName?: string | undefined;
|
|
2044
2044
|
/**
|
|
2045
2045
|
* <p>Specifies the Amazon Web Services Glue table that contains the column information that
|
|
2046
2046
|
* constitutes your data schema.</p>
|
|
@@ -2051,13 +2051,13 @@ export interface SchemaConfiguration {
|
|
|
2051
2051
|
* </important>
|
|
2052
2052
|
* @public
|
|
2053
2053
|
*/
|
|
2054
|
-
TableName?: string;
|
|
2054
|
+
TableName?: string | undefined;
|
|
2055
2055
|
/**
|
|
2056
2056
|
* <p>If you don't specify an Amazon Web Services Region, the default is the current
|
|
2057
2057
|
* Region.</p>
|
|
2058
2058
|
* @public
|
|
2059
2059
|
*/
|
|
2060
|
-
Region?: string;
|
|
2060
|
+
Region?: string | undefined;
|
|
2061
2061
|
/**
|
|
2062
2062
|
* <p>Specifies the table version for the output data schema. If you don't specify this
|
|
2063
2063
|
* version ID, or if you set it to <code>LATEST</code>, Firehose uses the most
|
|
@@ -2065,7 +2065,7 @@ export interface SchemaConfiguration {
|
|
|
2065
2065
|
* up.</p>
|
|
2066
2066
|
* @public
|
|
2067
2067
|
*/
|
|
2068
|
-
VersionId?: string;
|
|
2068
|
+
VersionId?: string | undefined;
|
|
2069
2069
|
}
|
|
2070
2070
|
/**
|
|
2071
2071
|
* <p>Specifies that you want Firehose to convert data from the JSON format to
|
|
@@ -2081,27 +2081,27 @@ export interface DataFormatConversionConfiguration {
|
|
|
2081
2081
|
* information. This parameter is required if <code>Enabled</code> is set to true.</p>
|
|
2082
2082
|
* @public
|
|
2083
2083
|
*/
|
|
2084
|
-
SchemaConfiguration?: SchemaConfiguration;
|
|
2084
|
+
SchemaConfiguration?: SchemaConfiguration | undefined;
|
|
2085
2085
|
/**
|
|
2086
2086
|
* <p>Specifies the deserializer that you want Firehose to use to convert the
|
|
2087
2087
|
* format of your data from JSON. This parameter is required if <code>Enabled</code> is set to
|
|
2088
2088
|
* true.</p>
|
|
2089
2089
|
* @public
|
|
2090
2090
|
*/
|
|
2091
|
-
InputFormatConfiguration?: InputFormatConfiguration;
|
|
2091
|
+
InputFormatConfiguration?: InputFormatConfiguration | undefined;
|
|
2092
2092
|
/**
|
|
2093
2093
|
* <p>Specifies the serializer that you want Firehose to use to convert the
|
|
2094
2094
|
* format of your data to the Parquet or ORC format. This parameter is required if
|
|
2095
2095
|
* <code>Enabled</code> is set to true.</p>
|
|
2096
2096
|
* @public
|
|
2097
2097
|
*/
|
|
2098
|
-
OutputFormatConfiguration?: OutputFormatConfiguration;
|
|
2098
|
+
OutputFormatConfiguration?: OutputFormatConfiguration | undefined;
|
|
2099
2099
|
/**
|
|
2100
2100
|
* <p>Defaults to <code>true</code>. Set it to <code>false</code> if you want to disable
|
|
2101
2101
|
* format conversion while preserving the configuration details.</p>
|
|
2102
2102
|
* @public
|
|
2103
2103
|
*/
|
|
2104
|
-
Enabled?: boolean;
|
|
2104
|
+
Enabled?: boolean | undefined;
|
|
2105
2105
|
}
|
|
2106
2106
|
/**
|
|
2107
2107
|
* <p> The retry behavior in case Firehose is unable to deliver data to a destination.</p>
|
|
@@ -2113,7 +2113,7 @@ export interface RetryOptions {
|
|
|
2113
2113
|
* specified destination.</p>
|
|
2114
2114
|
* @public
|
|
2115
2115
|
*/
|
|
2116
|
-
DurationInSeconds?: number;
|
|
2116
|
+
DurationInSeconds?: number | undefined;
|
|
2117
2117
|
}
|
|
2118
2118
|
/**
|
|
2119
2119
|
* <p>The configuration of the dynamic partitioning mechanism that creates smaller data sets
|
|
@@ -2128,13 +2128,13 @@ export interface DynamicPartitioningConfiguration {
|
|
|
2128
2128
|
* S3 prefix.</p>
|
|
2129
2129
|
* @public
|
|
2130
2130
|
*/
|
|
2131
|
-
RetryOptions?: RetryOptions;
|
|
2131
|
+
RetryOptions?: RetryOptions | undefined;
|
|
2132
2132
|
/**
|
|
2133
2133
|
* <p>Specifies that the dynamic partitioning is enabled for this Firehose
|
|
2134
2134
|
* Firehose stream.</p>
|
|
2135
2135
|
* @public
|
|
2136
2136
|
*/
|
|
2137
|
-
Enabled?: boolean;
|
|
2137
|
+
Enabled?: boolean | undefined;
|
|
2138
2138
|
}
|
|
2139
2139
|
/**
|
|
2140
2140
|
* @public
|
|
@@ -2172,7 +2172,7 @@ export interface ExtendedS3DestinationConfiguration {
|
|
|
2172
2172
|
* Objects</a>.</p>
|
|
2173
2173
|
* @public
|
|
2174
2174
|
*/
|
|
2175
|
-
Prefix?: string;
|
|
2175
|
+
Prefix?: string | undefined;
|
|
2176
2176
|
/**
|
|
2177
2177
|
* <p>A prefix that Firehose evaluates and adds to failed records before writing
|
|
2178
2178
|
* them to S3. This prefix appears immediately following the bucket name. For information
|
|
@@ -2180,52 +2180,52 @@ export interface ExtendedS3DestinationConfiguration {
|
|
|
2180
2180
|
* Objects</a>.</p>
|
|
2181
2181
|
* @public
|
|
2182
2182
|
*/
|
|
2183
|
-
ErrorOutputPrefix?: string;
|
|
2183
|
+
ErrorOutputPrefix?: string | undefined;
|
|
2184
2184
|
/**
|
|
2185
2185
|
* <p>The buffering option.</p>
|
|
2186
2186
|
* @public
|
|
2187
2187
|
*/
|
|
2188
|
-
BufferingHints?: BufferingHints;
|
|
2188
|
+
BufferingHints?: BufferingHints | undefined;
|
|
2189
2189
|
/**
|
|
2190
2190
|
* <p>The compression format. If no value is specified, the default is
|
|
2191
2191
|
* UNCOMPRESSED.</p>
|
|
2192
2192
|
* @public
|
|
2193
2193
|
*/
|
|
2194
|
-
CompressionFormat?: CompressionFormat;
|
|
2194
|
+
CompressionFormat?: CompressionFormat | undefined;
|
|
2195
2195
|
/**
|
|
2196
2196
|
* <p>The encryption configuration. If no value is specified, the default is no
|
|
2197
2197
|
* encryption.</p>
|
|
2198
2198
|
* @public
|
|
2199
2199
|
*/
|
|
2200
|
-
EncryptionConfiguration?: EncryptionConfiguration;
|
|
2200
|
+
EncryptionConfiguration?: EncryptionConfiguration | undefined;
|
|
2201
2201
|
/**
|
|
2202
2202
|
* <p>The Amazon CloudWatch logging options for your Firehose stream.</p>
|
|
2203
2203
|
* @public
|
|
2204
2204
|
*/
|
|
2205
|
-
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
2205
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOptions | undefined;
|
|
2206
2206
|
/**
|
|
2207
2207
|
* <p>The data processing configuration.</p>
|
|
2208
2208
|
* @public
|
|
2209
2209
|
*/
|
|
2210
|
-
ProcessingConfiguration?: ProcessingConfiguration;
|
|
2210
|
+
ProcessingConfiguration?: ProcessingConfiguration | undefined;
|
|
2211
2211
|
/**
|
|
2212
2212
|
* <p>The Amazon S3 backup mode. After you create a Firehose stream, you can update it to
|
|
2213
2213
|
* enable Amazon S3 backup if it is disabled. If backup is enabled, you can't update the
|
|
2214
2214
|
* Firehose stream to disable it. </p>
|
|
2215
2215
|
* @public
|
|
2216
2216
|
*/
|
|
2217
|
-
S3BackupMode?: S3BackupMode;
|
|
2217
|
+
S3BackupMode?: S3BackupMode | undefined;
|
|
2218
2218
|
/**
|
|
2219
2219
|
* <p>The configuration for backup in Amazon S3.</p>
|
|
2220
2220
|
* @public
|
|
2221
2221
|
*/
|
|
2222
|
-
S3BackupConfiguration?: S3DestinationConfiguration;
|
|
2222
|
+
S3BackupConfiguration?: S3DestinationConfiguration | undefined;
|
|
2223
2223
|
/**
|
|
2224
2224
|
* <p>The serializer, deserializer, and schema for converting data from the JSON format to
|
|
2225
2225
|
* the Parquet or ORC format before writing it to Amazon S3.</p>
|
|
2226
2226
|
* @public
|
|
2227
2227
|
*/
|
|
2228
|
-
DataFormatConversionConfiguration?: DataFormatConversionConfiguration;
|
|
2228
|
+
DataFormatConversionConfiguration?: DataFormatConversionConfiguration | undefined;
|
|
2229
2229
|
/**
|
|
2230
2230
|
* <p>The configuration of the dynamic partitioning mechanism that creates smaller data sets
|
|
2231
2231
|
* from the streaming data by partitioning it based on partition keys. Currently, dynamic
|
|
@@ -2233,17 +2233,17 @@ export interface ExtendedS3DestinationConfiguration {
|
|
|
2233
2233
|
* </p>
|
|
2234
2234
|
* @public
|
|
2235
2235
|
*/
|
|
2236
|
-
DynamicPartitioningConfiguration?: DynamicPartitioningConfiguration;
|
|
2236
|
+
DynamicPartitioningConfiguration?: DynamicPartitioningConfiguration | undefined;
|
|
2237
2237
|
/**
|
|
2238
2238
|
* <p>Specify a file extension. It will override the default file extension</p>
|
|
2239
2239
|
* @public
|
|
2240
2240
|
*/
|
|
2241
|
-
FileExtension?: string;
|
|
2241
|
+
FileExtension?: string | undefined;
|
|
2242
2242
|
/**
|
|
2243
2243
|
* <p>The time zone you prefer. UTC is the default.</p>
|
|
2244
2244
|
* @public
|
|
2245
2245
|
*/
|
|
2246
|
-
CustomTimeZone?: string;
|
|
2246
|
+
CustomTimeZone?: string | undefined;
|
|
2247
2247
|
}
|
|
2248
2248
|
/**
|
|
2249
2249
|
* <p>Describes the buffering options that can be applied before data is delivered to the HTTP
|
|
@@ -2262,13 +2262,13 @@ export interface HttpEndpointBufferingHints {
|
|
|
2262
2262
|
* ingest data at 1 MB/sec, the value should be 10 MB or higher. </p>
|
|
2263
2263
|
* @public
|
|
2264
2264
|
*/
|
|
2265
|
-
SizeInMBs?: number;
|
|
2265
|
+
SizeInMBs?: number | undefined;
|
|
2266
2266
|
/**
|
|
2267
2267
|
* <p>Buffer incoming data for the specified period of time, in seconds, before delivering it
|
|
2268
2268
|
* to the destination. The default value is 300 (5 minutes). </p>
|
|
2269
2269
|
* @public
|
|
2270
2270
|
*/
|
|
2271
|
-
IntervalInSeconds?: number;
|
|
2271
|
+
IntervalInSeconds?: number | undefined;
|
|
2272
2272
|
}
|
|
2273
2273
|
/**
|
|
2274
2274
|
* <p>Describes the configuration of the HTTP endpoint to which Kinesis Firehose delivers
|
|
@@ -2290,13 +2290,13 @@ export interface HttpEndpointConfiguration {
|
|
|
2290
2290
|
* <p>The name of the HTTP endpoint selected as the destination.</p>
|
|
2291
2291
|
* @public
|
|
2292
2292
|
*/
|
|
2293
|
-
Name?: string;
|
|
2293
|
+
Name?: string | undefined;
|
|
2294
2294
|
/**
|
|
2295
2295
|
* <p>The access key required for Kinesis Firehose to authenticate with the HTTP endpoint
|
|
2296
2296
|
* selected as the destination.</p>
|
|
2297
2297
|
* @public
|
|
2298
2298
|
*/
|
|
2299
|
-
AccessKey?: string;
|
|
2299
|
+
AccessKey?: string | undefined;
|
|
2300
2300
|
}
|
|
2301
2301
|
/**
|
|
2302
2302
|
* <p>Describes the metadata that's delivered to the specified HTTP endpoint
|
|
@@ -2325,12 +2325,12 @@ export interface HttpEndpointRequestConfiguration {
|
|
|
2325
2325
|
* sending the request to the destination. For more information, see <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Encoding">Content-Encoding</a> in MDN Web Docs, the official Mozilla documentation.</p>
|
|
2326
2326
|
* @public
|
|
2327
2327
|
*/
|
|
2328
|
-
ContentEncoding?: ContentEncoding;
|
|
2328
|
+
ContentEncoding?: ContentEncoding | undefined;
|
|
2329
2329
|
/**
|
|
2330
2330
|
* <p>Describes the metadata sent to the HTTP endpoint destination.</p>
|
|
2331
2331
|
* @public
|
|
2332
2332
|
*/
|
|
2333
|
-
CommonAttributes?: HttpEndpointCommonAttribute[];
|
|
2333
|
+
CommonAttributes?: HttpEndpointCommonAttribute[] | undefined;
|
|
2334
2334
|
}
|
|
2335
2335
|
/**
|
|
2336
2336
|
* <p>Describes the retry behavior in case Firehose is unable to deliver data to
|
|
@@ -2346,7 +2346,7 @@ export interface HttpEndpointRetryOptions {
|
|
|
2346
2346
|
* acknowledgment from the specified destination after each attempt. </p>
|
|
2347
2347
|
* @public
|
|
2348
2348
|
*/
|
|
2349
|
-
DurationInSeconds?: number;
|
|
2349
|
+
DurationInSeconds?: number | undefined;
|
|
2350
2350
|
}
|
|
2351
2351
|
/**
|
|
2352
2352
|
* @public
|
|
@@ -2378,36 +2378,36 @@ export interface HttpEndpointDestinationConfiguration {
|
|
|
2378
2378
|
* provide a value for the other. </p>
|
|
2379
2379
|
* @public
|
|
2380
2380
|
*/
|
|
2381
|
-
BufferingHints?: HttpEndpointBufferingHints;
|
|
2381
|
+
BufferingHints?: HttpEndpointBufferingHints | undefined;
|
|
2382
2382
|
/**
|
|
2383
2383
|
* <p>Describes the Amazon CloudWatch logging options for your Firehose stream.</p>
|
|
2384
2384
|
* @public
|
|
2385
2385
|
*/
|
|
2386
|
-
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
2386
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOptions | undefined;
|
|
2387
2387
|
/**
|
|
2388
2388
|
* <p>The configuration of the request sent to the HTTP endpoint that is specified as the
|
|
2389
2389
|
* destination.</p>
|
|
2390
2390
|
* @public
|
|
2391
2391
|
*/
|
|
2392
|
-
RequestConfiguration?: HttpEndpointRequestConfiguration;
|
|
2392
|
+
RequestConfiguration?: HttpEndpointRequestConfiguration | undefined;
|
|
2393
2393
|
/**
|
|
2394
2394
|
* <p>Describes a data processing configuration.</p>
|
|
2395
2395
|
* @public
|
|
2396
2396
|
*/
|
|
2397
|
-
ProcessingConfiguration?: ProcessingConfiguration;
|
|
2397
|
+
ProcessingConfiguration?: ProcessingConfiguration | undefined;
|
|
2398
2398
|
/**
|
|
2399
2399
|
* <p>Firehose uses this IAM role for all the permissions that the delivery
|
|
2400
2400
|
* stream needs.</p>
|
|
2401
2401
|
* @public
|
|
2402
2402
|
*/
|
|
2403
|
-
RoleARN?: string;
|
|
2403
|
+
RoleARN?: string | undefined;
|
|
2404
2404
|
/**
|
|
2405
2405
|
* <p>Describes the retry behavior in case Firehose is unable to deliver data to
|
|
2406
2406
|
* the specified HTTP endpoint destination, or if it doesn't receive a valid acknowledgment of
|
|
2407
2407
|
* receipt from the specified HTTP endpoint destination.</p>
|
|
2408
2408
|
* @public
|
|
2409
2409
|
*/
|
|
2410
|
-
RetryOptions?: HttpEndpointRetryOptions;
|
|
2410
|
+
RetryOptions?: HttpEndpointRetryOptions | undefined;
|
|
2411
2411
|
/**
|
|
2412
2412
|
* <p>Describes the S3 bucket backup options for the data that Firehose delivers
|
|
2413
2413
|
* to the HTTP endpoint destination. You can back up all documents (<code>AllData</code>) or
|
|
@@ -2415,7 +2415,7 @@ export interface HttpEndpointDestinationConfiguration {
|
|
|
2415
2415
|
* endpoint destination (<code>FailedDataOnly</code>).</p>
|
|
2416
2416
|
* @public
|
|
2417
2417
|
*/
|
|
2418
|
-
S3BackupMode?: HttpEndpointS3BackupMode;
|
|
2418
|
+
S3BackupMode?: HttpEndpointS3BackupMode | undefined;
|
|
2419
2419
|
/**
|
|
2420
2420
|
* <p>Describes the configuration of a destination in Amazon S3.</p>
|
|
2421
2421
|
* @public
|
|
@@ -2427,7 +2427,7 @@ export interface HttpEndpointDestinationConfiguration {
|
|
|
2427
2427
|
* </p>
|
|
2428
2428
|
* @public
|
|
2429
2429
|
*/
|
|
2430
|
-
SecretsManagerConfiguration?: SecretsManagerConfiguration;
|
|
2430
|
+
SecretsManagerConfiguration?: SecretsManagerConfiguration | undefined;
|
|
2431
2431
|
}
|
|
2432
2432
|
/**
|
|
2433
2433
|
* <p>
|
|
@@ -2457,7 +2457,7 @@ export interface PartitionSpec {
|
|
|
2457
2457
|
* <p>Amazon Data Firehose is in preview release and is subject to change.</p>
|
|
2458
2458
|
* @public
|
|
2459
2459
|
*/
|
|
2460
|
-
Identity?: PartitionField[];
|
|
2460
|
+
Identity?: PartitionField[] | undefined;
|
|
2461
2461
|
}
|
|
2462
2462
|
/**
|
|
2463
2463
|
* <p>
|
|
@@ -2487,21 +2487,21 @@ export interface DestinationTableConfiguration {
|
|
|
2487
2487
|
* </p>
|
|
2488
2488
|
* @public
|
|
2489
2489
|
*/
|
|
2490
|
-
UniqueKeys?: string[];
|
|
2490
|
+
UniqueKeys?: string[] | undefined;
|
|
2491
2491
|
/**
|
|
2492
2492
|
* <p>
|
|
2493
2493
|
* </p>
|
|
2494
2494
|
* <p>Amazon Data Firehose is in preview release and is subject to change.</p>
|
|
2495
2495
|
* @public
|
|
2496
2496
|
*/
|
|
2497
|
-
PartitionSpec?: PartitionSpec;
|
|
2497
|
+
PartitionSpec?: PartitionSpec | undefined;
|
|
2498
2498
|
/**
|
|
2499
2499
|
* <p>
|
|
2500
2500
|
* The table specific S3 error output prefix. All the errors that occurred while delivering to this table will be prefixed with this value in S3 destination.
|
|
2501
2501
|
* </p>
|
|
2502
2502
|
* @public
|
|
2503
2503
|
*/
|
|
2504
|
-
S3ErrorOutputPrefix?: string;
|
|
2504
|
+
S3ErrorOutputPrefix?: string | undefined;
|
|
2505
2505
|
}
|
|
2506
2506
|
/**
|
|
2507
2507
|
* @public
|
|
@@ -2557,21 +2557,21 @@ export interface IcebergDestinationConfiguration {
|
|
|
2557
2557
|
* to deliver data to Apache Iceberg Tables. Firehose will write data with insert if table specific configuration is not provided here.</p>
|
|
2558
2558
|
* @public
|
|
2559
2559
|
*/
|
|
2560
|
-
DestinationTableConfigurationList?: DestinationTableConfiguration[];
|
|
2560
|
+
DestinationTableConfigurationList?: DestinationTableConfiguration[] | undefined;
|
|
2561
2561
|
/**
|
|
2562
2562
|
* <p>
|
|
2563
2563
|
* </p>
|
|
2564
2564
|
* <p>Amazon Data Firehose is in preview release and is subject to change.</p>
|
|
2565
2565
|
* @public
|
|
2566
2566
|
*/
|
|
2567
|
-
SchemaEvolutionConfiguration?: SchemaEvolutionConfiguration;
|
|
2567
|
+
SchemaEvolutionConfiguration?: SchemaEvolutionConfiguration | undefined;
|
|
2568
2568
|
/**
|
|
2569
2569
|
* <p>
|
|
2570
2570
|
* </p>
|
|
2571
2571
|
* <p>Amazon Data Firehose is in preview release and is subject to change.</p>
|
|
2572
2572
|
* @public
|
|
2573
2573
|
*/
|
|
2574
|
-
TableCreationConfiguration?: TableCreationConfiguration;
|
|
2574
|
+
TableCreationConfiguration?: TableCreationConfiguration | undefined;
|
|
2575
2575
|
/**
|
|
2576
2576
|
* <p>Describes hints for the buffering to perform before delivering data to the
|
|
2577
2577
|
* destination. These options are treated as hints, and therefore Firehose might
|
|
@@ -2580,28 +2580,28 @@ export interface IcebergDestinationConfiguration {
|
|
|
2580
2580
|
* one of them, you must also provide a value for the other.</p>
|
|
2581
2581
|
* @public
|
|
2582
2582
|
*/
|
|
2583
|
-
BufferingHints?: BufferingHints;
|
|
2583
|
+
BufferingHints?: BufferingHints | undefined;
|
|
2584
2584
|
/**
|
|
2585
2585
|
* <p>Describes the Amazon CloudWatch logging options for your Firehose stream.</p>
|
|
2586
2586
|
* @public
|
|
2587
2587
|
*/
|
|
2588
|
-
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
2588
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOptions | undefined;
|
|
2589
2589
|
/**
|
|
2590
2590
|
* <p>Describes a data processing configuration.</p>
|
|
2591
2591
|
* @public
|
|
2592
2592
|
*/
|
|
2593
|
-
ProcessingConfiguration?: ProcessingConfiguration;
|
|
2593
|
+
ProcessingConfiguration?: ProcessingConfiguration | undefined;
|
|
2594
2594
|
/**
|
|
2595
2595
|
* <p> Describes how Firehose will backup records. Currently,S3 backup only supports
|
|
2596
2596
|
* <code>FailedDataOnly</code>. </p>
|
|
2597
2597
|
* @public
|
|
2598
2598
|
*/
|
|
2599
|
-
S3BackupMode?: IcebergS3BackupMode;
|
|
2599
|
+
S3BackupMode?: IcebergS3BackupMode | undefined;
|
|
2600
2600
|
/**
|
|
2601
2601
|
* <p> The retry behavior in case Firehose is unable to deliver data to a destination.</p>
|
|
2602
2602
|
* @public
|
|
2603
2603
|
*/
|
|
2604
|
-
RetryOptions?: RetryOptions;
|
|
2604
|
+
RetryOptions?: RetryOptions | undefined;
|
|
2605
2605
|
/**
|
|
2606
2606
|
* <p>
|
|
2607
2607
|
* The Amazon Resource Name (ARN) of the IAM role to be assumed by Firehose for calling Apache Iceberg Tables.
|
|
@@ -2671,7 +2671,7 @@ export interface MSKSourceConfiguration {
|
|
|
2671
2671
|
* (1970-01-01T00:00:00Z). </p>
|
|
2672
2672
|
* @public
|
|
2673
2673
|
*/
|
|
2674
|
-
ReadFromTimestamp?: Date;
|
|
2674
|
+
ReadFromTimestamp?: Date | undefined;
|
|
2675
2675
|
}
|
|
2676
2676
|
/**
|
|
2677
2677
|
* <p>Configures retry behavior in case Firehose is unable to deliver
|
|
@@ -2687,7 +2687,7 @@ export interface RedshiftRetryOptions {
|
|
|
2687
2687
|
* than the current value.</p>
|
|
2688
2688
|
* @public
|
|
2689
2689
|
*/
|
|
2690
|
-
DurationInSeconds?: number;
|
|
2690
|
+
DurationInSeconds?: number | undefined;
|
|
2691
2691
|
}
|
|
2692
2692
|
/**
|
|
2693
2693
|
* @public
|
|
@@ -2727,18 +2727,18 @@ export interface RedshiftDestinationConfiguration {
|
|
|
2727
2727
|
* <p>The name of the user.</p>
|
|
2728
2728
|
* @public
|
|
2729
2729
|
*/
|
|
2730
|
-
Username?: string;
|
|
2730
|
+
Username?: string | undefined;
|
|
2731
2731
|
/**
|
|
2732
2732
|
* <p>The user password.</p>
|
|
2733
2733
|
* @public
|
|
2734
2734
|
*/
|
|
2735
|
-
Password?: string;
|
|
2735
|
+
Password?: string | undefined;
|
|
2736
2736
|
/**
|
|
2737
2737
|
* <p>The retry behavior in case Firehose is unable to deliver documents to
|
|
2738
2738
|
* Amazon Redshift. Default value is 3600 (60 minutes).</p>
|
|
2739
2739
|
* @public
|
|
2740
2740
|
*/
|
|
2741
|
-
RetryOptions?: RedshiftRetryOptions;
|
|
2741
|
+
RetryOptions?: RedshiftRetryOptions | undefined;
|
|
2742
2742
|
/**
|
|
2743
2743
|
* <p>The configuration for the intermediate Amazon S3 location from which Amazon Redshift
|
|
2744
2744
|
* obtains data. Restrictions are described in the topic for <a>CreateDeliveryStream</a>.</p>
|
|
@@ -2753,31 +2753,31 @@ export interface RedshiftDestinationConfiguration {
|
|
|
2753
2753
|
* <p>The data processing configuration.</p>
|
|
2754
2754
|
* @public
|
|
2755
2755
|
*/
|
|
2756
|
-
ProcessingConfiguration?: ProcessingConfiguration;
|
|
2756
|
+
ProcessingConfiguration?: ProcessingConfiguration | undefined;
|
|
2757
2757
|
/**
|
|
2758
2758
|
* <p>The Amazon S3 backup mode. After you create a Firehose stream, you can update it to
|
|
2759
2759
|
* enable Amazon S3 backup if it is disabled. If backup is enabled, you can't update the
|
|
2760
2760
|
* Firehose stream to disable it. </p>
|
|
2761
2761
|
* @public
|
|
2762
2762
|
*/
|
|
2763
|
-
S3BackupMode?: RedshiftS3BackupMode;
|
|
2763
|
+
S3BackupMode?: RedshiftS3BackupMode | undefined;
|
|
2764
2764
|
/**
|
|
2765
2765
|
* <p>The configuration for backup in Amazon S3.</p>
|
|
2766
2766
|
* @public
|
|
2767
2767
|
*/
|
|
2768
|
-
S3BackupConfiguration?: S3DestinationConfiguration;
|
|
2768
|
+
S3BackupConfiguration?: S3DestinationConfiguration | undefined;
|
|
2769
2769
|
/**
|
|
2770
2770
|
* <p>The CloudWatch logging options for your Firehose stream.</p>
|
|
2771
2771
|
* @public
|
|
2772
2772
|
*/
|
|
2773
|
-
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
2773
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOptions | undefined;
|
|
2774
2774
|
/**
|
|
2775
2775
|
* <p>
|
|
2776
2776
|
* The configuration that defines how you access secrets for Amazon Redshift.
|
|
2777
2777
|
* </p>
|
|
2778
2778
|
* @public
|
|
2779
2779
|
*/
|
|
2780
|
-
SecretsManagerConfiguration?: SecretsManagerConfiguration;
|
|
2780
|
+
SecretsManagerConfiguration?: SecretsManagerConfiguration | undefined;
|
|
2781
2781
|
}
|
|
2782
2782
|
/**
|
|
2783
2783
|
* <p>
|
|
@@ -2791,14 +2791,14 @@ export interface SnowflakeBufferingHints {
|
|
|
2791
2791
|
* destination. The default value is 128. </p>
|
|
2792
2792
|
* @public
|
|
2793
2793
|
*/
|
|
2794
|
-
SizeInMBs?: number;
|
|
2794
|
+
SizeInMBs?: number | undefined;
|
|
2795
2795
|
/**
|
|
2796
2796
|
* <p>
|
|
2797
2797
|
* Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 0.
|
|
2798
2798
|
* </p>
|
|
2799
2799
|
* @public
|
|
2800
2800
|
*/
|
|
2801
|
-
IntervalInSeconds?: number;
|
|
2801
|
+
IntervalInSeconds?: number | undefined;
|
|
2802
2802
|
}
|
|
2803
2803
|
/**
|
|
2804
2804
|
* @public
|
|
@@ -2830,7 +2830,7 @@ export interface SnowflakeRetryOptions {
|
|
|
2830
2830
|
* <p>the time period where Firehose will retry sending data to the chosen HTTP endpoint.</p>
|
|
2831
2831
|
* @public
|
|
2832
2832
|
*/
|
|
2833
|
-
DurationInSeconds?: number;
|
|
2833
|
+
DurationInSeconds?: number | undefined;
|
|
2834
2834
|
}
|
|
2835
2835
|
/**
|
|
2836
2836
|
* @public
|
|
@@ -2853,12 +2853,12 @@ export interface SnowflakeRoleConfiguration {
|
|
|
2853
2853
|
* <p>Enable Snowflake role</p>
|
|
2854
2854
|
* @public
|
|
2855
2855
|
*/
|
|
2856
|
-
Enabled?: boolean;
|
|
2856
|
+
Enabled?: boolean | undefined;
|
|
2857
2857
|
/**
|
|
2858
2858
|
* <p>The Snowflake role you wish to configure</p>
|
|
2859
2859
|
* @public
|
|
2860
2860
|
*/
|
|
2861
|
-
SnowflakeRole?: string;
|
|
2861
|
+
SnowflakeRole?: string | undefined;
|
|
2862
2862
|
}
|
|
2863
2863
|
/**
|
|
2864
2864
|
* <p>Configure a Snowflake VPC</p>
|
|
@@ -2888,17 +2888,17 @@ export interface SnowflakeDestinationConfiguration {
|
|
|
2888
2888
|
* <p>The private key used to encrypt your Snowflake client. For information, see <a href="https://docs.snowflake.com/en/user-guide/data-load-snowpipe-streaming-configuration#using-key-pair-authentication-key-rotation">Using Key Pair Authentication & Key Rotation</a>.</p>
|
|
2889
2889
|
* @public
|
|
2890
2890
|
*/
|
|
2891
|
-
PrivateKey?: string;
|
|
2891
|
+
PrivateKey?: string | undefined;
|
|
2892
2892
|
/**
|
|
2893
2893
|
* <p>Passphrase to decrypt the private key when the key is encrypted. For information, see <a href="https://docs.snowflake.com/en/user-guide/data-load-snowpipe-streaming-configuration#using-key-pair-authentication-key-rotation">Using Key Pair Authentication & Key Rotation</a>.</p>
|
|
2894
2894
|
* @public
|
|
2895
2895
|
*/
|
|
2896
|
-
KeyPassphrase?: string;
|
|
2896
|
+
KeyPassphrase?: string | undefined;
|
|
2897
2897
|
/**
|
|
2898
2898
|
* <p>User login name for the Snowflake account.</p>
|
|
2899
2899
|
* @public
|
|
2900
2900
|
*/
|
|
2901
|
-
User?: string;
|
|
2901
|
+
User?: string | undefined;
|
|
2902
2902
|
/**
|
|
2903
2903
|
* <p>All data in Snowflake is maintained in databases.</p>
|
|
2904
2904
|
* @public
|
|
@@ -2918,39 +2918,39 @@ export interface SnowflakeDestinationConfiguration {
|
|
|
2918
2918
|
* <p>Optionally configure a Snowflake role. Otherwise the default user role will be used.</p>
|
|
2919
2919
|
* @public
|
|
2920
2920
|
*/
|
|
2921
|
-
SnowflakeRoleConfiguration?: SnowflakeRoleConfiguration;
|
|
2921
|
+
SnowflakeRoleConfiguration?: SnowflakeRoleConfiguration | undefined;
|
|
2922
2922
|
/**
|
|
2923
2923
|
* <p>Choose to load JSON keys mapped to table column names or choose to split the JSON payload where content is mapped to a record content column and source metadata is mapped to a record metadata column.</p>
|
|
2924
2924
|
* @public
|
|
2925
2925
|
*/
|
|
2926
|
-
DataLoadingOption?: SnowflakeDataLoadingOption;
|
|
2926
|
+
DataLoadingOption?: SnowflakeDataLoadingOption | undefined;
|
|
2927
2927
|
/**
|
|
2928
2928
|
* <p>The name of the record metadata column</p>
|
|
2929
2929
|
* @public
|
|
2930
2930
|
*/
|
|
2931
|
-
MetaDataColumnName?: string;
|
|
2931
|
+
MetaDataColumnName?: string | undefined;
|
|
2932
2932
|
/**
|
|
2933
2933
|
* <p>The name of the record content column</p>
|
|
2934
2934
|
* @public
|
|
2935
2935
|
*/
|
|
2936
|
-
ContentColumnName?: string;
|
|
2936
|
+
ContentColumnName?: string | undefined;
|
|
2937
2937
|
/**
|
|
2938
2938
|
* <p>The VPCE ID for Firehose to privately connect with Snowflake. The ID format is
|
|
2939
2939
|
* com.amazonaws.vpce.[region].vpce-svc-<[id]>. For more information, see <a href="https://docs.snowflake.com/en/user-guide/admin-security-privatelink">Amazon PrivateLink & Snowflake</a>
|
|
2940
2940
|
* </p>
|
|
2941
2941
|
* @public
|
|
2942
2942
|
*/
|
|
2943
|
-
SnowflakeVpcConfiguration?: SnowflakeVpcConfiguration;
|
|
2943
|
+
SnowflakeVpcConfiguration?: SnowflakeVpcConfiguration | undefined;
|
|
2944
2944
|
/**
|
|
2945
2945
|
* <p>Describes the Amazon CloudWatch logging options for your Firehose stream.</p>
|
|
2946
2946
|
* @public
|
|
2947
2947
|
*/
|
|
2948
|
-
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
2948
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOptions | undefined;
|
|
2949
2949
|
/**
|
|
2950
2950
|
* <p>Describes a data processing configuration.</p>
|
|
2951
2951
|
* @public
|
|
2952
2952
|
*/
|
|
2953
|
-
ProcessingConfiguration?: ProcessingConfiguration;
|
|
2953
|
+
ProcessingConfiguration?: ProcessingConfiguration | undefined;
|
|
2954
2954
|
/**
|
|
2955
2955
|
* <p>The Amazon Resource Name (ARN) of the Snowflake role</p>
|
|
2956
2956
|
* @public
|
|
@@ -2960,12 +2960,12 @@ export interface SnowflakeDestinationConfiguration {
|
|
|
2960
2960
|
* <p>The time period where Firehose will retry sending data to the chosen HTTP endpoint.</p>
|
|
2961
2961
|
* @public
|
|
2962
2962
|
*/
|
|
2963
|
-
RetryOptions?: SnowflakeRetryOptions;
|
|
2963
|
+
RetryOptions?: SnowflakeRetryOptions | undefined;
|
|
2964
2964
|
/**
|
|
2965
2965
|
* <p>Choose an S3 backup mode</p>
|
|
2966
2966
|
* @public
|
|
2967
2967
|
*/
|
|
2968
|
-
S3BackupMode?: SnowflakeS3BackupMode;
|
|
2968
|
+
S3BackupMode?: SnowflakeS3BackupMode | undefined;
|
|
2969
2969
|
/**
|
|
2970
2970
|
* <p>Describes the configuration of a destination in Amazon S3.</p>
|
|
2971
2971
|
* @public
|
|
@@ -2977,14 +2977,14 @@ export interface SnowflakeDestinationConfiguration {
|
|
|
2977
2977
|
* </p>
|
|
2978
2978
|
* @public
|
|
2979
2979
|
*/
|
|
2980
|
-
SecretsManagerConfiguration?: SecretsManagerConfiguration;
|
|
2980
|
+
SecretsManagerConfiguration?: SecretsManagerConfiguration | undefined;
|
|
2981
2981
|
/**
|
|
2982
2982
|
* <p>
|
|
2983
2983
|
* Describes the buffering to perform before delivering data to the Snowflake destination. If you do not specify any value, Firehose uses the default values.
|
|
2984
2984
|
* </p>
|
|
2985
2985
|
* @public
|
|
2986
2986
|
*/
|
|
2987
|
-
BufferingHints?: SnowflakeBufferingHints;
|
|
2987
|
+
BufferingHints?: SnowflakeBufferingHints | undefined;
|
|
2988
2988
|
}
|
|
2989
2989
|
/**
|
|
2990
2990
|
* <p>The buffering options. If no value is specified, the default values for Splunk are used.</p>
|
|
@@ -2995,14 +2995,14 @@ export interface SplunkBufferingHints {
|
|
|
2995
2995
|
* <p>Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 60 (1 minute).</p>
|
|
2996
2996
|
* @public
|
|
2997
2997
|
*/
|
|
2998
|
-
IntervalInSeconds?: number;
|
|
2998
|
+
IntervalInSeconds?: number | undefined;
|
|
2999
2999
|
/**
|
|
3000
3000
|
* <p>Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 5.
|
|
3001
3001
|
*
|
|
3002
3002
|
* </p>
|
|
3003
3003
|
* @public
|
|
3004
3004
|
*/
|
|
3005
|
-
SizeInMBs?: number;
|
|
3005
|
+
SizeInMBs?: number | undefined;
|
|
3006
3006
|
}
|
|
3007
3007
|
/**
|
|
3008
3008
|
* @public
|
|
@@ -3029,7 +3029,7 @@ export interface SplunkRetryOptions {
|
|
|
3029
3029
|
* attempt.</p>
|
|
3030
3030
|
* @public
|
|
3031
3031
|
*/
|
|
3032
|
-
DurationInSeconds?: number;
|
|
3032
|
+
DurationInSeconds?: number | undefined;
|
|
3033
3033
|
}
|
|
3034
3034
|
/**
|
|
3035
3035
|
* @public
|
|
@@ -3064,7 +3064,7 @@ export interface SplunkDestinationConfiguration {
|
|
|
3064
3064
|
* endpoint.</p>
|
|
3065
3065
|
* @public
|
|
3066
3066
|
*/
|
|
3067
|
-
HECToken?: string;
|
|
3067
|
+
HECToken?: string | undefined;
|
|
3068
3068
|
/**
|
|
3069
3069
|
* <p>The amount of time that Firehose waits to receive an acknowledgment from
|
|
3070
3070
|
* Splunk after it sends it data. At the end of the timeout period, Firehose
|
|
@@ -3072,13 +3072,13 @@ export interface SplunkDestinationConfiguration {
|
|
|
3072
3072
|
* settings.</p>
|
|
3073
3073
|
* @public
|
|
3074
3074
|
*/
|
|
3075
|
-
HECAcknowledgmentTimeoutInSeconds?: number;
|
|
3075
|
+
HECAcknowledgmentTimeoutInSeconds?: number | undefined;
|
|
3076
3076
|
/**
|
|
3077
3077
|
* <p>The retry behavior in case Firehose is unable to deliver data to Splunk,
|
|
3078
3078
|
* or if it doesn't receive an acknowledgment of receipt from Splunk.</p>
|
|
3079
3079
|
* @public
|
|
3080
3080
|
*/
|
|
3081
|
-
RetryOptions?: SplunkRetryOptions;
|
|
3081
|
+
RetryOptions?: SplunkRetryOptions | undefined;
|
|
3082
3082
|
/**
|
|
3083
3083
|
* <p>Defines how documents should be delivered to Amazon S3. When set to
|
|
3084
3084
|
* <code>FailedEventsOnly</code>, Firehose writes any data that could not be
|
|
@@ -3090,7 +3090,7 @@ export interface SplunkDestinationConfiguration {
|
|
|
3090
3090
|
* <code>FailedEventsOnly</code>.</p>
|
|
3091
3091
|
* @public
|
|
3092
3092
|
*/
|
|
3093
|
-
S3BackupMode?: SplunkS3BackupMode;
|
|
3093
|
+
S3BackupMode?: SplunkS3BackupMode | undefined;
|
|
3094
3094
|
/**
|
|
3095
3095
|
* <p>The configuration for the backup Amazon S3 location.</p>
|
|
3096
3096
|
* @public
|
|
@@ -3100,24 +3100,24 @@ export interface SplunkDestinationConfiguration {
|
|
|
3100
3100
|
* <p>The data processing configuration.</p>
|
|
3101
3101
|
* @public
|
|
3102
3102
|
*/
|
|
3103
|
-
ProcessingConfiguration?: ProcessingConfiguration;
|
|
3103
|
+
ProcessingConfiguration?: ProcessingConfiguration | undefined;
|
|
3104
3104
|
/**
|
|
3105
3105
|
* <p>The Amazon CloudWatch logging options for your Firehose stream.</p>
|
|
3106
3106
|
* @public
|
|
3107
3107
|
*/
|
|
3108
|
-
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
3108
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOptions | undefined;
|
|
3109
3109
|
/**
|
|
3110
3110
|
* <p>The buffering options. If no value is specified, the default values for Splunk are used.</p>
|
|
3111
3111
|
* @public
|
|
3112
3112
|
*/
|
|
3113
|
-
BufferingHints?: SplunkBufferingHints;
|
|
3113
|
+
BufferingHints?: SplunkBufferingHints | undefined;
|
|
3114
3114
|
/**
|
|
3115
3115
|
* <p>
|
|
3116
3116
|
* The configuration that defines how you access secrets for Splunk.
|
|
3117
3117
|
* </p>
|
|
3118
3118
|
* @public
|
|
3119
3119
|
*/
|
|
3120
|
-
SecretsManagerConfiguration?: SecretsManagerConfiguration;
|
|
3120
|
+
SecretsManagerConfiguration?: SecretsManagerConfiguration | undefined;
|
|
3121
3121
|
}
|
|
3122
3122
|
/**
|
|
3123
3123
|
* <p>Metadata that you can assign to a Firehose stream, consisting of a key-value
|
|
@@ -3137,7 +3137,7 @@ export interface Tag {
|
|
|
3137
3137
|
* @</p>
|
|
3138
3138
|
* @public
|
|
3139
3139
|
*/
|
|
3140
|
-
Value?: string;
|
|
3140
|
+
Value?: string | undefined;
|
|
3141
3141
|
}
|
|
3142
3142
|
/**
|
|
3143
3143
|
* @public
|
|
@@ -3168,19 +3168,19 @@ export interface CreateDeliveryStreamInput {
|
|
|
3168
3168
|
* </ul>
|
|
3169
3169
|
* @public
|
|
3170
3170
|
*/
|
|
3171
|
-
DeliveryStreamType?: DeliveryStreamType;
|
|
3171
|
+
DeliveryStreamType?: DeliveryStreamType | undefined;
|
|
3172
3172
|
/**
|
|
3173
3173
|
* <p>When a Kinesis data stream is used as the source for the Firehose stream, a <a>KinesisStreamSourceConfiguration</a> containing the Kinesis data stream Amazon
|
|
3174
3174
|
* Resource Name (ARN) and the role ARN for the source stream.</p>
|
|
3175
3175
|
* @public
|
|
3176
3176
|
*/
|
|
3177
|
-
KinesisStreamSourceConfiguration?: KinesisStreamSourceConfiguration;
|
|
3177
|
+
KinesisStreamSourceConfiguration?: KinesisStreamSourceConfiguration | undefined;
|
|
3178
3178
|
/**
|
|
3179
3179
|
* <p>Used to specify the type and Amazon Resource Name (ARN) of the KMS key needed for
|
|
3180
3180
|
* Server-Side Encryption (SSE).</p>
|
|
3181
3181
|
* @public
|
|
3182
3182
|
*/
|
|
3183
|
-
DeliveryStreamEncryptionConfigurationInput?: DeliveryStreamEncryptionConfigurationInput;
|
|
3183
|
+
DeliveryStreamEncryptionConfigurationInput?: DeliveryStreamEncryptionConfigurationInput | undefined;
|
|
3184
3184
|
/**
|
|
3185
3185
|
* @deprecated
|
|
3186
3186
|
*
|
|
@@ -3188,39 +3188,39 @@ export interface CreateDeliveryStreamInput {
|
|
|
3188
3188
|
* The destination in Amazon S3. You can specify only one destination.</p>
|
|
3189
3189
|
* @public
|
|
3190
3190
|
*/
|
|
3191
|
-
S3DestinationConfiguration?: S3DestinationConfiguration;
|
|
3191
|
+
S3DestinationConfiguration?: S3DestinationConfiguration | undefined;
|
|
3192
3192
|
/**
|
|
3193
3193
|
* <p>The destination in Amazon S3. You can specify only one destination.</p>
|
|
3194
3194
|
* @public
|
|
3195
3195
|
*/
|
|
3196
|
-
ExtendedS3DestinationConfiguration?: ExtendedS3DestinationConfiguration;
|
|
3196
|
+
ExtendedS3DestinationConfiguration?: ExtendedS3DestinationConfiguration | undefined;
|
|
3197
3197
|
/**
|
|
3198
3198
|
* <p>The destination in Amazon Redshift. You can specify only one destination.</p>
|
|
3199
3199
|
* @public
|
|
3200
3200
|
*/
|
|
3201
|
-
RedshiftDestinationConfiguration?: RedshiftDestinationConfiguration;
|
|
3201
|
+
RedshiftDestinationConfiguration?: RedshiftDestinationConfiguration | undefined;
|
|
3202
3202
|
/**
|
|
3203
3203
|
* <p>The destination in Amazon ES. You can specify only one destination.</p>
|
|
3204
3204
|
* @public
|
|
3205
3205
|
*/
|
|
3206
|
-
ElasticsearchDestinationConfiguration?: ElasticsearchDestinationConfiguration;
|
|
3206
|
+
ElasticsearchDestinationConfiguration?: ElasticsearchDestinationConfiguration | undefined;
|
|
3207
3207
|
/**
|
|
3208
3208
|
* <p>The destination in Amazon OpenSearch Service. You can specify only one
|
|
3209
3209
|
* destination.</p>
|
|
3210
3210
|
* @public
|
|
3211
3211
|
*/
|
|
3212
|
-
AmazonopensearchserviceDestinationConfiguration?: AmazonopensearchserviceDestinationConfiguration;
|
|
3212
|
+
AmazonopensearchserviceDestinationConfiguration?: AmazonopensearchserviceDestinationConfiguration | undefined;
|
|
3213
3213
|
/**
|
|
3214
3214
|
* <p>The destination in Splunk. You can specify only one destination.</p>
|
|
3215
3215
|
* @public
|
|
3216
3216
|
*/
|
|
3217
|
-
SplunkDestinationConfiguration?: SplunkDestinationConfiguration;
|
|
3217
|
+
SplunkDestinationConfiguration?: SplunkDestinationConfiguration | undefined;
|
|
3218
3218
|
/**
|
|
3219
3219
|
* <p>Enables configuring Kinesis Firehose to deliver data to any HTTP endpoint destination.
|
|
3220
3220
|
* You can specify only one destination.</p>
|
|
3221
3221
|
* @public
|
|
3222
3222
|
*/
|
|
3223
|
-
HttpEndpointDestinationConfiguration?: HttpEndpointDestinationConfiguration;
|
|
3223
|
+
HttpEndpointDestinationConfiguration?: HttpEndpointDestinationConfiguration | undefined;
|
|
3224
3224
|
/**
|
|
3225
3225
|
* <p>A set of tags to assign to the Firehose stream. A tag is a key-value pair that you can
|
|
3226
3226
|
* define and assign to Amazon Web Services resources. Tags are metadata. For example, you can
|
|
@@ -3243,38 +3243,38 @@ export interface CreateDeliveryStreamInput {
|
|
|
3243
3243
|
* </p>
|
|
3244
3244
|
* @public
|
|
3245
3245
|
*/
|
|
3246
|
-
Tags?: Tag[];
|
|
3246
|
+
Tags?: Tag[] | undefined;
|
|
3247
3247
|
/**
|
|
3248
3248
|
* <p>The destination in the Serverless offering for Amazon OpenSearch Service. You can
|
|
3249
3249
|
* specify only one destination.</p>
|
|
3250
3250
|
* @public
|
|
3251
3251
|
*/
|
|
3252
|
-
AmazonOpenSearchServerlessDestinationConfiguration?: AmazonOpenSearchServerlessDestinationConfiguration;
|
|
3252
|
+
AmazonOpenSearchServerlessDestinationConfiguration?: AmazonOpenSearchServerlessDestinationConfiguration | undefined;
|
|
3253
3253
|
/**
|
|
3254
3254
|
* <p>The configuration for the Amazon MSK cluster to be used as the source for a delivery
|
|
3255
3255
|
* stream.</p>
|
|
3256
3256
|
* @public
|
|
3257
3257
|
*/
|
|
3258
|
-
MSKSourceConfiguration?: MSKSourceConfiguration;
|
|
3258
|
+
MSKSourceConfiguration?: MSKSourceConfiguration | undefined;
|
|
3259
3259
|
/**
|
|
3260
3260
|
* <p>Configure Snowflake destination</p>
|
|
3261
3261
|
* @public
|
|
3262
3262
|
*/
|
|
3263
|
-
SnowflakeDestinationConfiguration?: SnowflakeDestinationConfiguration;
|
|
3263
|
+
SnowflakeDestinationConfiguration?: SnowflakeDestinationConfiguration | undefined;
|
|
3264
3264
|
/**
|
|
3265
3265
|
* <p>
|
|
3266
3266
|
* Configure Apache Iceberg Tables destination.
|
|
3267
3267
|
* </p>
|
|
3268
3268
|
* @public
|
|
3269
3269
|
*/
|
|
3270
|
-
IcebergDestinationConfiguration?: IcebergDestinationConfiguration;
|
|
3270
|
+
IcebergDestinationConfiguration?: IcebergDestinationConfiguration | undefined;
|
|
3271
3271
|
/**
|
|
3272
3272
|
* <p>
|
|
3273
3273
|
* </p>
|
|
3274
3274
|
* <p>Amazon Data Firehose is in preview release and is subject to change.</p>
|
|
3275
3275
|
* @public
|
|
3276
3276
|
*/
|
|
3277
|
-
DatabaseSourceConfiguration?: DatabaseSourceConfiguration;
|
|
3277
|
+
DatabaseSourceConfiguration?: DatabaseSourceConfiguration | undefined;
|
|
3278
3278
|
}
|
|
3279
3279
|
/**
|
|
3280
3280
|
* @public
|
|
@@ -3284,7 +3284,7 @@ export interface CreateDeliveryStreamOutput {
|
|
|
3284
3284
|
* <p>The ARN of the Firehose stream.</p>
|
|
3285
3285
|
* @public
|
|
3286
3286
|
*/
|
|
3287
|
-
DeliveryStreamARN?: string;
|
|
3287
|
+
DeliveryStreamARN?: string | undefined;
|
|
3288
3288
|
}
|
|
3289
3289
|
/**
|
|
3290
3290
|
* <p>The specified input parameter has a value that is not valid.</p>
|
|
@@ -3309,7 +3309,7 @@ export declare class InvalidArgumentException extends __BaseException {
|
|
|
3309
3309
|
export declare class InvalidKMSResourceException extends __BaseException {
|
|
3310
3310
|
readonly name: "InvalidKMSResourceException";
|
|
3311
3311
|
readonly $fault: "client";
|
|
3312
|
-
code?: string;
|
|
3312
|
+
code?: string | undefined;
|
|
3313
3313
|
/**
|
|
3314
3314
|
* @internal
|
|
3315
3315
|
*/
|
|
@@ -3457,7 +3457,7 @@ export interface DatabaseSnapshotInfo {
|
|
|
3457
3457
|
* <a>StartDeliveryStreamEncryption</a>, <a>StopDeliveryStreamEncryption</a>.</p>
|
|
3458
3458
|
* @public
|
|
3459
3459
|
*/
|
|
3460
|
-
FailureDescription?: FailureDescription;
|
|
3460
|
+
FailureDescription?: FailureDescription | undefined;
|
|
3461
3461
|
}
|
|
3462
3462
|
/**
|
|
3463
3463
|
* <p>
|
|
@@ -3472,84 +3472,84 @@ export interface DatabaseSourceDescription {
|
|
|
3472
3472
|
* <p>Amazon Data Firehose is in preview release and is subject to change.</p>
|
|
3473
3473
|
* @public
|
|
3474
3474
|
*/
|
|
3475
|
-
Type?: DatabaseType;
|
|
3475
|
+
Type?: DatabaseType | undefined;
|
|
3476
3476
|
/**
|
|
3477
3477
|
* <p>
|
|
3478
3478
|
* </p>
|
|
3479
3479
|
* <p>Amazon Data Firehose is in preview release and is subject to change.</p>
|
|
3480
3480
|
* @public
|
|
3481
3481
|
*/
|
|
3482
|
-
Endpoint?: string;
|
|
3482
|
+
Endpoint?: string | undefined;
|
|
3483
3483
|
/**
|
|
3484
3484
|
* <p>
|
|
3485
3485
|
* </p>
|
|
3486
3486
|
* <p>Amazon Data Firehose is in preview release and is subject to change.</p>
|
|
3487
3487
|
* @public
|
|
3488
3488
|
*/
|
|
3489
|
-
Port?: number;
|
|
3489
|
+
Port?: number | undefined;
|
|
3490
3490
|
/**
|
|
3491
3491
|
* <p>
|
|
3492
3492
|
* </p>
|
|
3493
3493
|
* <p>Amazon Data Firehose is in preview release and is subject to change.</p>
|
|
3494
3494
|
* @public
|
|
3495
3495
|
*/
|
|
3496
|
-
SSLMode?: SSLMode;
|
|
3496
|
+
SSLMode?: SSLMode | undefined;
|
|
3497
3497
|
/**
|
|
3498
3498
|
* <p>
|
|
3499
3499
|
* </p>
|
|
3500
3500
|
* <p>Amazon Data Firehose is in preview release and is subject to change.</p>
|
|
3501
3501
|
* @public
|
|
3502
3502
|
*/
|
|
3503
|
-
Databases?: DatabaseList;
|
|
3503
|
+
Databases?: DatabaseList | undefined;
|
|
3504
3504
|
/**
|
|
3505
3505
|
* <p>
|
|
3506
3506
|
* </p>
|
|
3507
3507
|
* <p>Amazon Data Firehose is in preview release and is subject to change.</p>
|
|
3508
3508
|
* @public
|
|
3509
3509
|
*/
|
|
3510
|
-
Tables?: DatabaseTableList;
|
|
3510
|
+
Tables?: DatabaseTableList | undefined;
|
|
3511
3511
|
/**
|
|
3512
3512
|
* <p>
|
|
3513
3513
|
* </p>
|
|
3514
3514
|
* <p>Amazon Data Firehose is in preview release and is subject to change.</p>
|
|
3515
3515
|
* @public
|
|
3516
3516
|
*/
|
|
3517
|
-
Columns?: DatabaseColumnList;
|
|
3517
|
+
Columns?: DatabaseColumnList | undefined;
|
|
3518
3518
|
/**
|
|
3519
3519
|
* <p>
|
|
3520
3520
|
* </p>
|
|
3521
3521
|
* <p>Amazon Data Firehose is in preview release and is subject to change.</p>
|
|
3522
3522
|
* @public
|
|
3523
3523
|
*/
|
|
3524
|
-
SurrogateKeys?: string[];
|
|
3524
|
+
SurrogateKeys?: string[] | undefined;
|
|
3525
3525
|
/**
|
|
3526
3526
|
* <p>
|
|
3527
3527
|
* </p>
|
|
3528
3528
|
* <p>Amazon Data Firehose is in preview release and is subject to change.</p>
|
|
3529
3529
|
* @public
|
|
3530
3530
|
*/
|
|
3531
|
-
SnapshotWatermarkTable?: string;
|
|
3531
|
+
SnapshotWatermarkTable?: string | undefined;
|
|
3532
3532
|
/**
|
|
3533
3533
|
* <p>
|
|
3534
3534
|
* </p>
|
|
3535
3535
|
* <p>Amazon Data Firehose is in preview release and is subject to change.</p>
|
|
3536
3536
|
* @public
|
|
3537
3537
|
*/
|
|
3538
|
-
SnapshotInfo?: DatabaseSnapshotInfo[];
|
|
3538
|
+
SnapshotInfo?: DatabaseSnapshotInfo[] | undefined;
|
|
3539
3539
|
/**
|
|
3540
3540
|
* <p>
|
|
3541
3541
|
* </p>
|
|
3542
3542
|
* <p>Amazon Data Firehose is in preview release and is subject to change.</p>
|
|
3543
3543
|
* @public
|
|
3544
3544
|
*/
|
|
3545
|
-
DatabaseSourceAuthenticationConfiguration?: DatabaseSourceAuthenticationConfiguration;
|
|
3545
|
+
DatabaseSourceAuthenticationConfiguration?: DatabaseSourceAuthenticationConfiguration | undefined;
|
|
3546
3546
|
/**
|
|
3547
3547
|
* <p>
|
|
3548
3548
|
* </p>
|
|
3549
3549
|
* <p>Amazon Data Firehose is in preview release and is subject to change.</p>
|
|
3550
3550
|
* @public
|
|
3551
3551
|
*/
|
|
3552
|
-
DatabaseSourceVPCConfiguration?: DatabaseSourceVPCConfiguration;
|
|
3552
|
+
DatabaseSourceVPCConfiguration?: DatabaseSourceVPCConfiguration | undefined;
|
|
3553
3553
|
}
|
|
3554
3554
|
/**
|
|
3555
3555
|
* @public
|
|
@@ -3571,7 +3571,7 @@ export interface DeleteDeliveryStreamInput {
|
|
|
3571
3571
|
* <p>The default value is false.</p>
|
|
3572
3572
|
* @public
|
|
3573
3573
|
*/
|
|
3574
|
-
AllowForceDelete?: boolean;
|
|
3574
|
+
AllowForceDelete?: boolean | undefined;
|
|
3575
3575
|
}
|
|
3576
3576
|
/**
|
|
3577
3577
|
* @public
|
|
@@ -3619,14 +3619,14 @@ export interface DeliveryStreamEncryptionConfiguration {
|
|
|
3619
3619
|
* a value for <code>KeyARN</code>.</p>
|
|
3620
3620
|
* @public
|
|
3621
3621
|
*/
|
|
3622
|
-
KeyARN?: string;
|
|
3622
|
+
KeyARN?: string | undefined;
|
|
3623
3623
|
/**
|
|
3624
3624
|
* <p>Indicates the type of customer master key (CMK) that is used for encryption. The default
|
|
3625
3625
|
* setting is <code>Amazon Web Services_OWNED_CMK</code>. For more information about CMKs, see
|
|
3626
3626
|
* <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#master_keys">Customer Master Keys (CMKs)</a>.</p>
|
|
3627
3627
|
* @public
|
|
3628
3628
|
*/
|
|
3629
|
-
KeyType?: KeyType;
|
|
3629
|
+
KeyType?: KeyType | undefined;
|
|
3630
3630
|
/**
|
|
3631
3631
|
* <p>This is the server-side encryption (SSE) status for the Firehose stream. For a full
|
|
3632
3632
|
* description of the different values of this status, see <a>StartDeliveryStreamEncryption</a> and <a>StopDeliveryStreamEncryption</a>. If this status is <code>ENABLING_FAILED</code>
|
|
@@ -3634,14 +3634,14 @@ export interface DeliveryStreamEncryptionConfiguration {
|
|
|
3634
3634
|
* disable SSE, respectively.</p>
|
|
3635
3635
|
* @public
|
|
3636
3636
|
*/
|
|
3637
|
-
Status?: DeliveryStreamEncryptionStatus;
|
|
3637
|
+
Status?: DeliveryStreamEncryptionStatus | undefined;
|
|
3638
3638
|
/**
|
|
3639
3639
|
* <p>Provides details in case one of the following operations fails due to an error related
|
|
3640
3640
|
* to KMS: <a>CreateDeliveryStream</a>, <a>DeleteDeliveryStream</a>,
|
|
3641
3641
|
* <a>StartDeliveryStreamEncryption</a>, <a>StopDeliveryStreamEncryption</a>.</p>
|
|
3642
3642
|
* @public
|
|
3643
3643
|
*/
|
|
3644
|
-
FailureDescription?: FailureDescription;
|
|
3644
|
+
FailureDescription?: FailureDescription | undefined;
|
|
3645
3645
|
}
|
|
3646
3646
|
/**
|
|
3647
3647
|
* @public
|
|
@@ -3669,7 +3669,7 @@ export interface ElasticsearchDestinationDescription {
|
|
|
3669
3669
|
* Amazon Web Services Service Namespaces</a>.</p>
|
|
3670
3670
|
* @public
|
|
3671
3671
|
*/
|
|
3672
|
-
RoleARN?: string;
|
|
3672
|
+
RoleARN?: string | undefined;
|
|
3673
3673
|
/**
|
|
3674
3674
|
* <p>The ARN of the Amazon ES domain. For more information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon
|
|
3675
3675
|
* Resource Names (ARNs) and Amazon Web Services Service Namespaces</a>.</p>
|
|
@@ -3677,72 +3677,72 @@ export interface ElasticsearchDestinationDescription {
|
|
|
3677
3677
|
* to send data to Amazon ES.</p>
|
|
3678
3678
|
* @public
|
|
3679
3679
|
*/
|
|
3680
|
-
DomainARN?: string;
|
|
3680
|
+
DomainARN?: string | undefined;
|
|
3681
3681
|
/**
|
|
3682
3682
|
* <p>The endpoint to use when communicating with the cluster. Firehose uses
|
|
3683
3683
|
* either this <code>ClusterEndpoint</code> or the <code>DomainARN</code> field to send data
|
|
3684
3684
|
* to Amazon ES.</p>
|
|
3685
3685
|
* @public
|
|
3686
3686
|
*/
|
|
3687
|
-
ClusterEndpoint?: string;
|
|
3687
|
+
ClusterEndpoint?: string | undefined;
|
|
3688
3688
|
/**
|
|
3689
3689
|
* <p>The Elasticsearch index name.</p>
|
|
3690
3690
|
* @public
|
|
3691
3691
|
*/
|
|
3692
|
-
IndexName?: string;
|
|
3692
|
+
IndexName?: string | undefined;
|
|
3693
3693
|
/**
|
|
3694
3694
|
* <p>The Elasticsearch type name. This applies to Elasticsearch 6.x and lower versions.
|
|
3695
3695
|
* For Elasticsearch 7.x and OpenSearch Service 1.x, there's no value for
|
|
3696
3696
|
* <code>TypeName</code>.</p>
|
|
3697
3697
|
* @public
|
|
3698
3698
|
*/
|
|
3699
|
-
TypeName?: string;
|
|
3699
|
+
TypeName?: string | undefined;
|
|
3700
3700
|
/**
|
|
3701
3701
|
* <p>The Elasticsearch index rotation period</p>
|
|
3702
3702
|
* @public
|
|
3703
3703
|
*/
|
|
3704
|
-
IndexRotationPeriod?: ElasticsearchIndexRotationPeriod;
|
|
3704
|
+
IndexRotationPeriod?: ElasticsearchIndexRotationPeriod | undefined;
|
|
3705
3705
|
/**
|
|
3706
3706
|
* <p>The buffering options.</p>
|
|
3707
3707
|
* @public
|
|
3708
3708
|
*/
|
|
3709
|
-
BufferingHints?: ElasticsearchBufferingHints;
|
|
3709
|
+
BufferingHints?: ElasticsearchBufferingHints | undefined;
|
|
3710
3710
|
/**
|
|
3711
3711
|
* <p>The Amazon ES retry options.</p>
|
|
3712
3712
|
* @public
|
|
3713
3713
|
*/
|
|
3714
|
-
RetryOptions?: ElasticsearchRetryOptions;
|
|
3714
|
+
RetryOptions?: ElasticsearchRetryOptions | undefined;
|
|
3715
3715
|
/**
|
|
3716
3716
|
* <p>The Amazon S3 backup mode.</p>
|
|
3717
3717
|
* @public
|
|
3718
3718
|
*/
|
|
3719
|
-
S3BackupMode?: ElasticsearchS3BackupMode;
|
|
3719
|
+
S3BackupMode?: ElasticsearchS3BackupMode | undefined;
|
|
3720
3720
|
/**
|
|
3721
3721
|
* <p>The Amazon S3 destination.</p>
|
|
3722
3722
|
* @public
|
|
3723
3723
|
*/
|
|
3724
|
-
S3DestinationDescription?: S3DestinationDescription;
|
|
3724
|
+
S3DestinationDescription?: S3DestinationDescription | undefined;
|
|
3725
3725
|
/**
|
|
3726
3726
|
* <p>The data processing configuration.</p>
|
|
3727
3727
|
* @public
|
|
3728
3728
|
*/
|
|
3729
|
-
ProcessingConfiguration?: ProcessingConfiguration;
|
|
3729
|
+
ProcessingConfiguration?: ProcessingConfiguration | undefined;
|
|
3730
3730
|
/**
|
|
3731
3731
|
* <p>The Amazon CloudWatch logging options.</p>
|
|
3732
3732
|
* @public
|
|
3733
3733
|
*/
|
|
3734
|
-
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
3734
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOptions | undefined;
|
|
3735
3735
|
/**
|
|
3736
3736
|
* <p>The details of the VPC of the Amazon OpenSearch or the Amazon OpenSearch Serverless
|
|
3737
3737
|
* destination.</p>
|
|
3738
3738
|
* @public
|
|
3739
3739
|
*/
|
|
3740
|
-
VpcConfigurationDescription?: VpcConfigurationDescription;
|
|
3740
|
+
VpcConfigurationDescription?: VpcConfigurationDescription | undefined;
|
|
3741
3741
|
/**
|
|
3742
3742
|
* <p>Indicates the method for setting up document ID. The supported methods are Firehose generated document ID and OpenSearch Service generated document ID.</p>
|
|
3743
3743
|
* @public
|
|
3744
3744
|
*/
|
|
3745
|
-
DocumentIdOptions?: DocumentIdOptions;
|
|
3745
|
+
DocumentIdOptions?: DocumentIdOptions | undefined;
|
|
3746
3746
|
}
|
|
3747
3747
|
/**
|
|
3748
3748
|
* <p>Describes a destination in Amazon S3.</p>
|
|
@@ -3768,7 +3768,7 @@ export interface ExtendedS3DestinationDescription {
|
|
|
3768
3768
|
* Objects</a>.</p>
|
|
3769
3769
|
* @public
|
|
3770
3770
|
*/
|
|
3771
|
-
Prefix?: string;
|
|
3771
|
+
Prefix?: string | undefined;
|
|
3772
3772
|
/**
|
|
3773
3773
|
* <p>A prefix that Firehose evaluates and adds to failed records before writing
|
|
3774
3774
|
* them to S3. This prefix appears immediately following the bucket name. For information
|
|
@@ -3776,7 +3776,7 @@ export interface ExtendedS3DestinationDescription {
|
|
|
3776
3776
|
* Objects</a>.</p>
|
|
3777
3777
|
* @public
|
|
3778
3778
|
*/
|
|
3779
|
-
ErrorOutputPrefix?: string;
|
|
3779
|
+
ErrorOutputPrefix?: string | undefined;
|
|
3780
3780
|
/**
|
|
3781
3781
|
* <p>The buffering option.</p>
|
|
3782
3782
|
* @public
|
|
@@ -3798,28 +3798,28 @@ export interface ExtendedS3DestinationDescription {
|
|
|
3798
3798
|
* <p>The Amazon CloudWatch logging options for your Firehose stream.</p>
|
|
3799
3799
|
* @public
|
|
3800
3800
|
*/
|
|
3801
|
-
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
3801
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOptions | undefined;
|
|
3802
3802
|
/**
|
|
3803
3803
|
* <p>The data processing configuration.</p>
|
|
3804
3804
|
* @public
|
|
3805
3805
|
*/
|
|
3806
|
-
ProcessingConfiguration?: ProcessingConfiguration;
|
|
3806
|
+
ProcessingConfiguration?: ProcessingConfiguration | undefined;
|
|
3807
3807
|
/**
|
|
3808
3808
|
* <p>The Amazon S3 backup mode.</p>
|
|
3809
3809
|
* @public
|
|
3810
3810
|
*/
|
|
3811
|
-
S3BackupMode?: S3BackupMode;
|
|
3811
|
+
S3BackupMode?: S3BackupMode | undefined;
|
|
3812
3812
|
/**
|
|
3813
3813
|
* <p>The configuration for backup in Amazon S3.</p>
|
|
3814
3814
|
* @public
|
|
3815
3815
|
*/
|
|
3816
|
-
S3BackupDescription?: S3DestinationDescription;
|
|
3816
|
+
S3BackupDescription?: S3DestinationDescription | undefined;
|
|
3817
3817
|
/**
|
|
3818
3818
|
* <p>The serializer, deserializer, and schema for converting data from the JSON format to
|
|
3819
3819
|
* the Parquet or ORC format before writing it to Amazon S3.</p>
|
|
3820
3820
|
* @public
|
|
3821
3821
|
*/
|
|
3822
|
-
DataFormatConversionConfiguration?: DataFormatConversionConfiguration;
|
|
3822
|
+
DataFormatConversionConfiguration?: DataFormatConversionConfiguration | undefined;
|
|
3823
3823
|
/**
|
|
3824
3824
|
* <p>The configuration of the dynamic partitioning mechanism that creates smaller data sets
|
|
3825
3825
|
* from the streaming data by partitioning it based on partition keys. Currently, dynamic
|
|
@@ -3827,17 +3827,17 @@ export interface ExtendedS3DestinationDescription {
|
|
|
3827
3827
|
* </p>
|
|
3828
3828
|
* @public
|
|
3829
3829
|
*/
|
|
3830
|
-
DynamicPartitioningConfiguration?: DynamicPartitioningConfiguration;
|
|
3830
|
+
DynamicPartitioningConfiguration?: DynamicPartitioningConfiguration | undefined;
|
|
3831
3831
|
/**
|
|
3832
3832
|
* <p>Specify a file extension. It will override the default file extension</p>
|
|
3833
3833
|
* @public
|
|
3834
3834
|
*/
|
|
3835
|
-
FileExtension?: string;
|
|
3835
|
+
FileExtension?: string | undefined;
|
|
3836
3836
|
/**
|
|
3837
3837
|
* <p>The time zone you prefer. UTC is the default.</p>
|
|
3838
3838
|
* @public
|
|
3839
3839
|
*/
|
|
3840
|
-
CustomTimeZone?: string;
|
|
3840
|
+
CustomTimeZone?: string | undefined;
|
|
3841
3841
|
}
|
|
3842
3842
|
/**
|
|
3843
3843
|
* <p>Describes the HTTP endpoint selected as the destination. </p>
|
|
@@ -3848,12 +3848,12 @@ export interface HttpEndpointDescription {
|
|
|
3848
3848
|
* <p>The URL of the HTTP endpoint selected as the destination.</p>
|
|
3849
3849
|
* @public
|
|
3850
3850
|
*/
|
|
3851
|
-
Url?: string;
|
|
3851
|
+
Url?: string | undefined;
|
|
3852
3852
|
/**
|
|
3853
3853
|
* <p>The name of the HTTP endpoint selected as the destination.</p>
|
|
3854
3854
|
* @public
|
|
3855
3855
|
*/
|
|
3856
|
-
Name?: string;
|
|
3856
|
+
Name?: string | undefined;
|
|
3857
3857
|
}
|
|
3858
3858
|
/**
|
|
3859
3859
|
* <p>Describes the HTTP endpoint destination.</p>
|
|
@@ -3864,7 +3864,7 @@ export interface HttpEndpointDestinationDescription {
|
|
|
3864
3864
|
* <p>The configuration of the specified HTTP endpoint destination.</p>
|
|
3865
3865
|
* @public
|
|
3866
3866
|
*/
|
|
3867
|
-
EndpointConfiguration?: HttpEndpointDescription;
|
|
3867
|
+
EndpointConfiguration?: HttpEndpointDescription | undefined;
|
|
3868
3868
|
/**
|
|
3869
3869
|
* <p>Describes buffering options that can be applied to the data before it is delivered to
|
|
3870
3870
|
* the HTTPS endpoint destination. Firehose teats these options as hints, and it
|
|
@@ -3873,36 +3873,36 @@ export interface HttpEndpointDestinationDescription {
|
|
|
3873
3873
|
* one of them, you must also provide a value for the other. </p>
|
|
3874
3874
|
* @public
|
|
3875
3875
|
*/
|
|
3876
|
-
BufferingHints?: HttpEndpointBufferingHints;
|
|
3876
|
+
BufferingHints?: HttpEndpointBufferingHints | undefined;
|
|
3877
3877
|
/**
|
|
3878
3878
|
* <p>Describes the Amazon CloudWatch logging options for your Firehose stream.</p>
|
|
3879
3879
|
* @public
|
|
3880
3880
|
*/
|
|
3881
|
-
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
3881
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOptions | undefined;
|
|
3882
3882
|
/**
|
|
3883
3883
|
* <p>The configuration of request sent to the HTTP endpoint specified as the
|
|
3884
3884
|
* destination.</p>
|
|
3885
3885
|
* @public
|
|
3886
3886
|
*/
|
|
3887
|
-
RequestConfiguration?: HttpEndpointRequestConfiguration;
|
|
3887
|
+
RequestConfiguration?: HttpEndpointRequestConfiguration | undefined;
|
|
3888
3888
|
/**
|
|
3889
3889
|
* <p>Describes a data processing configuration.</p>
|
|
3890
3890
|
* @public
|
|
3891
3891
|
*/
|
|
3892
|
-
ProcessingConfiguration?: ProcessingConfiguration;
|
|
3892
|
+
ProcessingConfiguration?: ProcessingConfiguration | undefined;
|
|
3893
3893
|
/**
|
|
3894
3894
|
* <p>Firehose uses this IAM role for all the permissions that the delivery
|
|
3895
3895
|
* stream needs.</p>
|
|
3896
3896
|
* @public
|
|
3897
3897
|
*/
|
|
3898
|
-
RoleARN?: string;
|
|
3898
|
+
RoleARN?: string | undefined;
|
|
3899
3899
|
/**
|
|
3900
3900
|
* <p>Describes the retry behavior in case Firehose is unable to deliver data to
|
|
3901
3901
|
* the specified HTTP endpoint destination, or if it doesn't receive a valid acknowledgment of
|
|
3902
3902
|
* receipt from the specified HTTP endpoint destination.</p>
|
|
3903
3903
|
* @public
|
|
3904
3904
|
*/
|
|
3905
|
-
RetryOptions?: HttpEndpointRetryOptions;
|
|
3905
|
+
RetryOptions?: HttpEndpointRetryOptions | undefined;
|
|
3906
3906
|
/**
|
|
3907
3907
|
* <p>Describes the S3 bucket backup options for the data that Kinesis Firehose delivers to
|
|
3908
3908
|
* the HTTP endpoint destination. You can back up all documents (<code>AllData</code>) or only
|
|
@@ -3910,19 +3910,19 @@ export interface HttpEndpointDestinationDescription {
|
|
|
3910
3910
|
* destination (<code>FailedDataOnly</code>).</p>
|
|
3911
3911
|
* @public
|
|
3912
3912
|
*/
|
|
3913
|
-
S3BackupMode?: HttpEndpointS3BackupMode;
|
|
3913
|
+
S3BackupMode?: HttpEndpointS3BackupMode | undefined;
|
|
3914
3914
|
/**
|
|
3915
3915
|
* <p>Describes a destination in Amazon S3.</p>
|
|
3916
3916
|
* @public
|
|
3917
3917
|
*/
|
|
3918
|
-
S3DestinationDescription?: S3DestinationDescription;
|
|
3918
|
+
S3DestinationDescription?: S3DestinationDescription | undefined;
|
|
3919
3919
|
/**
|
|
3920
3920
|
* <p>
|
|
3921
3921
|
* The configuration that defines how you access secrets for HTTP Endpoint destination.
|
|
3922
3922
|
* </p>
|
|
3923
3923
|
* @public
|
|
3924
3924
|
*/
|
|
3925
|
-
SecretsManagerConfiguration?: SecretsManagerConfiguration;
|
|
3925
|
+
SecretsManagerConfiguration?: SecretsManagerConfiguration | undefined;
|
|
3926
3926
|
}
|
|
3927
3927
|
/**
|
|
3928
3928
|
* <p>
|
|
@@ -3936,21 +3936,21 @@ export interface IcebergDestinationDescription {
|
|
|
3936
3936
|
* to deliver data to Apache Iceberg Tables. Firehose will write data with insert if table specific configuration is not provided here.</p>
|
|
3937
3937
|
* @public
|
|
3938
3938
|
*/
|
|
3939
|
-
DestinationTableConfigurationList?: DestinationTableConfiguration[];
|
|
3939
|
+
DestinationTableConfigurationList?: DestinationTableConfiguration[] | undefined;
|
|
3940
3940
|
/**
|
|
3941
3941
|
* <p>
|
|
3942
3942
|
* </p>
|
|
3943
3943
|
* <p>Amazon Data Firehose is in preview release and is subject to change.</p>
|
|
3944
3944
|
* @public
|
|
3945
3945
|
*/
|
|
3946
|
-
SchemaEvolutionConfiguration?: SchemaEvolutionConfiguration;
|
|
3946
|
+
SchemaEvolutionConfiguration?: SchemaEvolutionConfiguration | undefined;
|
|
3947
3947
|
/**
|
|
3948
3948
|
* <p>
|
|
3949
3949
|
* </p>
|
|
3950
3950
|
* <p>Amazon Data Firehose is in preview release and is subject to change.</p>
|
|
3951
3951
|
* @public
|
|
3952
3952
|
*/
|
|
3953
|
-
TableCreationConfiguration?: TableCreationConfiguration;
|
|
3953
|
+
TableCreationConfiguration?: TableCreationConfiguration | undefined;
|
|
3954
3954
|
/**
|
|
3955
3955
|
* <p>Describes hints for the buffering to perform before delivering data to the
|
|
3956
3956
|
* destination. These options are treated as hints, and therefore Firehose might
|
|
@@ -3959,47 +3959,47 @@ export interface IcebergDestinationDescription {
|
|
|
3959
3959
|
* one of them, you must also provide a value for the other.</p>
|
|
3960
3960
|
* @public
|
|
3961
3961
|
*/
|
|
3962
|
-
BufferingHints?: BufferingHints;
|
|
3962
|
+
BufferingHints?: BufferingHints | undefined;
|
|
3963
3963
|
/**
|
|
3964
3964
|
* <p>Describes the Amazon CloudWatch logging options for your Firehose stream.</p>
|
|
3965
3965
|
* @public
|
|
3966
3966
|
*/
|
|
3967
|
-
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
3967
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOptions | undefined;
|
|
3968
3968
|
/**
|
|
3969
3969
|
* <p>Describes a data processing configuration.</p>
|
|
3970
3970
|
* @public
|
|
3971
3971
|
*/
|
|
3972
|
-
ProcessingConfiguration?: ProcessingConfiguration;
|
|
3972
|
+
ProcessingConfiguration?: ProcessingConfiguration | undefined;
|
|
3973
3973
|
/**
|
|
3974
3974
|
* <p> Describes how Firehose will backup records. Currently,Firehose only supports
|
|
3975
3975
|
* <code>FailedDataOnly</code>. </p>
|
|
3976
3976
|
* @public
|
|
3977
3977
|
*/
|
|
3978
|
-
S3BackupMode?: IcebergS3BackupMode;
|
|
3978
|
+
S3BackupMode?: IcebergS3BackupMode | undefined;
|
|
3979
3979
|
/**
|
|
3980
3980
|
* <p> The retry behavior in case Firehose is unable to deliver data to a destination.</p>
|
|
3981
3981
|
* @public
|
|
3982
3982
|
*/
|
|
3983
|
-
RetryOptions?: RetryOptions;
|
|
3983
|
+
RetryOptions?: RetryOptions | undefined;
|
|
3984
3984
|
/**
|
|
3985
3985
|
* <p>
|
|
3986
3986
|
* The Amazon Resource Name (ARN) of the IAM role to be assumed by Firehose for calling Apache Iceberg Tables.
|
|
3987
3987
|
* </p>
|
|
3988
3988
|
* @public
|
|
3989
3989
|
*/
|
|
3990
|
-
RoleARN?: string;
|
|
3990
|
+
RoleARN?: string | undefined;
|
|
3991
3991
|
/**
|
|
3992
3992
|
* <p>
|
|
3993
3993
|
* Configuration describing where the destination Iceberg tables are persisted.
|
|
3994
3994
|
* </p>
|
|
3995
3995
|
* @public
|
|
3996
3996
|
*/
|
|
3997
|
-
CatalogConfiguration?: CatalogConfiguration;
|
|
3997
|
+
CatalogConfiguration?: CatalogConfiguration | undefined;
|
|
3998
3998
|
/**
|
|
3999
3999
|
* <p>Describes a destination in Amazon S3.</p>
|
|
4000
4000
|
* @public
|
|
4001
4001
|
*/
|
|
4002
|
-
S3DestinationDescription?: S3DestinationDescription;
|
|
4002
|
+
S3DestinationDescription?: S3DestinationDescription | undefined;
|
|
4003
4003
|
}
|
|
4004
4004
|
/**
|
|
4005
4005
|
* <p>Describes a destination in Amazon Redshift.</p>
|
|
@@ -4027,13 +4027,13 @@ export interface RedshiftDestinationDescription {
|
|
|
4027
4027
|
* <p>The name of the user.</p>
|
|
4028
4028
|
* @public
|
|
4029
4029
|
*/
|
|
4030
|
-
Username?: string;
|
|
4030
|
+
Username?: string | undefined;
|
|
4031
4031
|
/**
|
|
4032
4032
|
* <p>The retry behavior in case Firehose is unable to deliver documents to
|
|
4033
4033
|
* Amazon Redshift. Default value is 3600 (60 minutes).</p>
|
|
4034
4034
|
* @public
|
|
4035
4035
|
*/
|
|
4036
|
-
RetryOptions?: RedshiftRetryOptions;
|
|
4036
|
+
RetryOptions?: RedshiftRetryOptions | undefined;
|
|
4037
4037
|
/**
|
|
4038
4038
|
* <p>The Amazon S3 destination.</p>
|
|
4039
4039
|
* @public
|
|
@@ -4043,29 +4043,29 @@ export interface RedshiftDestinationDescription {
|
|
|
4043
4043
|
* <p>The data processing configuration.</p>
|
|
4044
4044
|
* @public
|
|
4045
4045
|
*/
|
|
4046
|
-
ProcessingConfiguration?: ProcessingConfiguration;
|
|
4046
|
+
ProcessingConfiguration?: ProcessingConfiguration | undefined;
|
|
4047
4047
|
/**
|
|
4048
4048
|
* <p>The Amazon S3 backup mode.</p>
|
|
4049
4049
|
* @public
|
|
4050
4050
|
*/
|
|
4051
|
-
S3BackupMode?: RedshiftS3BackupMode;
|
|
4051
|
+
S3BackupMode?: RedshiftS3BackupMode | undefined;
|
|
4052
4052
|
/**
|
|
4053
4053
|
* <p>The configuration for backup in Amazon S3.</p>
|
|
4054
4054
|
* @public
|
|
4055
4055
|
*/
|
|
4056
|
-
S3BackupDescription?: S3DestinationDescription;
|
|
4056
|
+
S3BackupDescription?: S3DestinationDescription | undefined;
|
|
4057
4057
|
/**
|
|
4058
4058
|
* <p>The Amazon CloudWatch logging options for your Firehose stream.</p>
|
|
4059
4059
|
* @public
|
|
4060
4060
|
*/
|
|
4061
|
-
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
4061
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOptions | undefined;
|
|
4062
4062
|
/**
|
|
4063
4063
|
* <p>
|
|
4064
4064
|
* The configuration that defines how you access secrets for Amazon Redshift.
|
|
4065
4065
|
* </p>
|
|
4066
4066
|
* @public
|
|
4067
4067
|
*/
|
|
4068
|
-
SecretsManagerConfiguration?: SecretsManagerConfiguration;
|
|
4068
|
+
SecretsManagerConfiguration?: SecretsManagerConfiguration | undefined;
|
|
4069
4069
|
}
|
|
4070
4070
|
/**
|
|
4071
4071
|
* <p>Optional Snowflake destination description</p>
|
|
@@ -4077,98 +4077,98 @@ export interface SnowflakeDestinationDescription {
|
|
|
4077
4077
|
* Note that the protocol (https://) and port number are optional.</p>
|
|
4078
4078
|
* @public
|
|
4079
4079
|
*/
|
|
4080
|
-
AccountUrl?: string;
|
|
4080
|
+
AccountUrl?: string | undefined;
|
|
4081
4081
|
/**
|
|
4082
4082
|
* <p>User login name for the Snowflake account.</p>
|
|
4083
4083
|
* @public
|
|
4084
4084
|
*/
|
|
4085
|
-
User?: string;
|
|
4085
|
+
User?: string | undefined;
|
|
4086
4086
|
/**
|
|
4087
4087
|
* <p>All data in Snowflake is maintained in databases.</p>
|
|
4088
4088
|
* @public
|
|
4089
4089
|
*/
|
|
4090
|
-
Database?: string;
|
|
4090
|
+
Database?: string | undefined;
|
|
4091
4091
|
/**
|
|
4092
4092
|
* <p>Each database consists of one or more schemas, which are logical groupings of database objects, such as tables and views</p>
|
|
4093
4093
|
* @public
|
|
4094
4094
|
*/
|
|
4095
|
-
Schema?: string;
|
|
4095
|
+
Schema?: string | undefined;
|
|
4096
4096
|
/**
|
|
4097
4097
|
* <p>All data in Snowflake is stored in database tables, logically structured as collections of columns and rows.</p>
|
|
4098
4098
|
* @public
|
|
4099
4099
|
*/
|
|
4100
|
-
Table?: string;
|
|
4100
|
+
Table?: string | undefined;
|
|
4101
4101
|
/**
|
|
4102
4102
|
* <p>Optionally configure a Snowflake role. Otherwise the default user role will be used.</p>
|
|
4103
4103
|
* @public
|
|
4104
4104
|
*/
|
|
4105
|
-
SnowflakeRoleConfiguration?: SnowflakeRoleConfiguration;
|
|
4105
|
+
SnowflakeRoleConfiguration?: SnowflakeRoleConfiguration | undefined;
|
|
4106
4106
|
/**
|
|
4107
4107
|
* <p>Choose to load JSON keys mapped to table column names or choose to split the JSON payload where content is mapped to a record content column and source metadata is mapped to a record metadata column.</p>
|
|
4108
4108
|
* @public
|
|
4109
4109
|
*/
|
|
4110
|
-
DataLoadingOption?: SnowflakeDataLoadingOption;
|
|
4110
|
+
DataLoadingOption?: SnowflakeDataLoadingOption | undefined;
|
|
4111
4111
|
/**
|
|
4112
4112
|
* <p>The name of the record metadata column</p>
|
|
4113
4113
|
* @public
|
|
4114
4114
|
*/
|
|
4115
|
-
MetaDataColumnName?: string;
|
|
4115
|
+
MetaDataColumnName?: string | undefined;
|
|
4116
4116
|
/**
|
|
4117
4117
|
* <p>The name of the record content column</p>
|
|
4118
4118
|
* @public
|
|
4119
4119
|
*/
|
|
4120
|
-
ContentColumnName?: string;
|
|
4120
|
+
ContentColumnName?: string | undefined;
|
|
4121
4121
|
/**
|
|
4122
4122
|
* <p>The VPCE ID for Firehose to privately connect with Snowflake. The ID format is
|
|
4123
4123
|
* com.amazonaws.vpce.[region].vpce-svc-<[id]>. For more information, see <a href="https://docs.snowflake.com/en/user-guide/admin-security-privatelink">Amazon PrivateLink & Snowflake</a>
|
|
4124
4124
|
* </p>
|
|
4125
4125
|
* @public
|
|
4126
4126
|
*/
|
|
4127
|
-
SnowflakeVpcConfiguration?: SnowflakeVpcConfiguration;
|
|
4127
|
+
SnowflakeVpcConfiguration?: SnowflakeVpcConfiguration | undefined;
|
|
4128
4128
|
/**
|
|
4129
4129
|
* <p>Describes the Amazon CloudWatch logging options for your Firehose stream.</p>
|
|
4130
4130
|
* @public
|
|
4131
4131
|
*/
|
|
4132
|
-
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
4132
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOptions | undefined;
|
|
4133
4133
|
/**
|
|
4134
4134
|
* <p>Describes a data processing configuration.</p>
|
|
4135
4135
|
* @public
|
|
4136
4136
|
*/
|
|
4137
|
-
ProcessingConfiguration?: ProcessingConfiguration;
|
|
4137
|
+
ProcessingConfiguration?: ProcessingConfiguration | undefined;
|
|
4138
4138
|
/**
|
|
4139
4139
|
* <p>The Amazon Resource Name (ARN) of the Snowflake role</p>
|
|
4140
4140
|
* @public
|
|
4141
4141
|
*/
|
|
4142
|
-
RoleARN?: string;
|
|
4142
|
+
RoleARN?: string | undefined;
|
|
4143
4143
|
/**
|
|
4144
4144
|
* <p>The time period where Firehose will retry sending data to the chosen HTTP endpoint.</p>
|
|
4145
4145
|
* @public
|
|
4146
4146
|
*/
|
|
4147
|
-
RetryOptions?: SnowflakeRetryOptions;
|
|
4147
|
+
RetryOptions?: SnowflakeRetryOptions | undefined;
|
|
4148
4148
|
/**
|
|
4149
4149
|
* <p>Choose an S3 backup mode</p>
|
|
4150
4150
|
* @public
|
|
4151
4151
|
*/
|
|
4152
|
-
S3BackupMode?: SnowflakeS3BackupMode;
|
|
4152
|
+
S3BackupMode?: SnowflakeS3BackupMode | undefined;
|
|
4153
4153
|
/**
|
|
4154
4154
|
* <p>Describes a destination in Amazon S3.</p>
|
|
4155
4155
|
* @public
|
|
4156
4156
|
*/
|
|
4157
|
-
S3DestinationDescription?: S3DestinationDescription;
|
|
4157
|
+
S3DestinationDescription?: S3DestinationDescription | undefined;
|
|
4158
4158
|
/**
|
|
4159
4159
|
* <p>
|
|
4160
4160
|
* The configuration that defines how you access secrets for Snowflake.
|
|
4161
4161
|
* </p>
|
|
4162
4162
|
* @public
|
|
4163
4163
|
*/
|
|
4164
|
-
SecretsManagerConfiguration?: SecretsManagerConfiguration;
|
|
4164
|
+
SecretsManagerConfiguration?: SecretsManagerConfiguration | undefined;
|
|
4165
4165
|
/**
|
|
4166
4166
|
* <p>
|
|
4167
4167
|
* Describes the buffering to perform before delivering data to the Snowflake destination. If you do not specify any value, Firehose uses the default values.
|
|
4168
4168
|
* </p>
|
|
4169
4169
|
* @public
|
|
4170
4170
|
*/
|
|
4171
|
-
BufferingHints?: SnowflakeBufferingHints;
|
|
4171
|
+
BufferingHints?: SnowflakeBufferingHints | undefined;
|
|
4172
4172
|
}
|
|
4173
4173
|
/**
|
|
4174
4174
|
* <p>Describes a destination in Splunk.</p>
|
|
@@ -4180,18 +4180,18 @@ export interface SplunkDestinationDescription {
|
|
|
4180
4180
|
* data.</p>
|
|
4181
4181
|
* @public
|
|
4182
4182
|
*/
|
|
4183
|
-
HECEndpoint?: string;
|
|
4183
|
+
HECEndpoint?: string | undefined;
|
|
4184
4184
|
/**
|
|
4185
4185
|
* <p>This type can be either "Raw" or "Event."</p>
|
|
4186
4186
|
* @public
|
|
4187
4187
|
*/
|
|
4188
|
-
HECEndpointType?: HECEndpointType;
|
|
4188
|
+
HECEndpointType?: HECEndpointType | undefined;
|
|
4189
4189
|
/**
|
|
4190
4190
|
* <p>A GUID you obtain from your Splunk cluster when you create a new HEC
|
|
4191
4191
|
* endpoint.</p>
|
|
4192
4192
|
* @public
|
|
4193
4193
|
*/
|
|
4194
|
-
HECToken?: string;
|
|
4194
|
+
HECToken?: string | undefined;
|
|
4195
4195
|
/**
|
|
4196
4196
|
* <p>The amount of time that Firehose waits to receive an acknowledgment from
|
|
4197
4197
|
* Splunk after it sends it data. At the end of the timeout period, Firehose
|
|
@@ -4199,13 +4199,13 @@ export interface SplunkDestinationDescription {
|
|
|
4199
4199
|
* settings.</p>
|
|
4200
4200
|
* @public
|
|
4201
4201
|
*/
|
|
4202
|
-
HECAcknowledgmentTimeoutInSeconds?: number;
|
|
4202
|
+
HECAcknowledgmentTimeoutInSeconds?: number | undefined;
|
|
4203
4203
|
/**
|
|
4204
4204
|
* <p>The retry behavior in case Firehose is unable to deliver data to Splunk
|
|
4205
4205
|
* or if it doesn't receive an acknowledgment of receipt from Splunk.</p>
|
|
4206
4206
|
* @public
|
|
4207
4207
|
*/
|
|
4208
|
-
RetryOptions?: SplunkRetryOptions;
|
|
4208
|
+
RetryOptions?: SplunkRetryOptions | undefined;
|
|
4209
4209
|
/**
|
|
4210
4210
|
* <p>Defines how documents should be delivered to Amazon S3. When set to
|
|
4211
4211
|
* <code>FailedDocumentsOnly</code>, Firehose writes any data that could not
|
|
@@ -4214,34 +4214,34 @@ export interface SplunkDestinationDescription {
|
|
|
4214
4214
|
* documents to Amazon S3. Default value is <code>FailedDocumentsOnly</code>. </p>
|
|
4215
4215
|
* @public
|
|
4216
4216
|
*/
|
|
4217
|
-
S3BackupMode?: SplunkS3BackupMode;
|
|
4217
|
+
S3BackupMode?: SplunkS3BackupMode | undefined;
|
|
4218
4218
|
/**
|
|
4219
4219
|
* <p>The Amazon S3 destination.></p>
|
|
4220
4220
|
* @public
|
|
4221
4221
|
*/
|
|
4222
|
-
S3DestinationDescription?: S3DestinationDescription;
|
|
4222
|
+
S3DestinationDescription?: S3DestinationDescription | undefined;
|
|
4223
4223
|
/**
|
|
4224
4224
|
* <p>The data processing configuration.</p>
|
|
4225
4225
|
* @public
|
|
4226
4226
|
*/
|
|
4227
|
-
ProcessingConfiguration?: ProcessingConfiguration;
|
|
4227
|
+
ProcessingConfiguration?: ProcessingConfiguration | undefined;
|
|
4228
4228
|
/**
|
|
4229
4229
|
* <p>The Amazon CloudWatch logging options for your Firehose stream.</p>
|
|
4230
4230
|
* @public
|
|
4231
4231
|
*/
|
|
4232
|
-
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
4232
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOptions | undefined;
|
|
4233
4233
|
/**
|
|
4234
4234
|
* <p>The buffering options. If no value is specified, the default values for Splunk are used.</p>
|
|
4235
4235
|
* @public
|
|
4236
4236
|
*/
|
|
4237
|
-
BufferingHints?: SplunkBufferingHints;
|
|
4237
|
+
BufferingHints?: SplunkBufferingHints | undefined;
|
|
4238
4238
|
/**
|
|
4239
4239
|
* <p>
|
|
4240
4240
|
* The configuration that defines how you access secrets for Splunk.
|
|
4241
4241
|
* </p>
|
|
4242
4242
|
* @public
|
|
4243
4243
|
*/
|
|
4244
|
-
SecretsManagerConfiguration?: SecretsManagerConfiguration;
|
|
4244
|
+
SecretsManagerConfiguration?: SecretsManagerConfiguration | undefined;
|
|
4245
4245
|
}
|
|
4246
4246
|
/**
|
|
4247
4247
|
* <p>Describes the destination for a Firehose stream.</p>
|
|
@@ -4257,54 +4257,54 @@ export interface DestinationDescription {
|
|
|
4257
4257
|
* <p>[Deprecated] The destination in Amazon S3.</p>
|
|
4258
4258
|
* @public
|
|
4259
4259
|
*/
|
|
4260
|
-
S3DestinationDescription?: S3DestinationDescription;
|
|
4260
|
+
S3DestinationDescription?: S3DestinationDescription | undefined;
|
|
4261
4261
|
/**
|
|
4262
4262
|
* <p>The destination in Amazon S3.</p>
|
|
4263
4263
|
* @public
|
|
4264
4264
|
*/
|
|
4265
|
-
ExtendedS3DestinationDescription?: ExtendedS3DestinationDescription;
|
|
4265
|
+
ExtendedS3DestinationDescription?: ExtendedS3DestinationDescription | undefined;
|
|
4266
4266
|
/**
|
|
4267
4267
|
* <p>The destination in Amazon Redshift.</p>
|
|
4268
4268
|
* @public
|
|
4269
4269
|
*/
|
|
4270
|
-
RedshiftDestinationDescription?: RedshiftDestinationDescription;
|
|
4270
|
+
RedshiftDestinationDescription?: RedshiftDestinationDescription | undefined;
|
|
4271
4271
|
/**
|
|
4272
4272
|
* <p>The destination in Amazon ES.</p>
|
|
4273
4273
|
* @public
|
|
4274
4274
|
*/
|
|
4275
|
-
ElasticsearchDestinationDescription?: ElasticsearchDestinationDescription;
|
|
4275
|
+
ElasticsearchDestinationDescription?: ElasticsearchDestinationDescription | undefined;
|
|
4276
4276
|
/**
|
|
4277
4277
|
* <p>The destination in Amazon OpenSearch Service.</p>
|
|
4278
4278
|
* @public
|
|
4279
4279
|
*/
|
|
4280
|
-
AmazonopensearchserviceDestinationDescription?: AmazonopensearchserviceDestinationDescription;
|
|
4280
|
+
AmazonopensearchserviceDestinationDescription?: AmazonopensearchserviceDestinationDescription | undefined;
|
|
4281
4281
|
/**
|
|
4282
4282
|
* <p>The destination in Splunk.</p>
|
|
4283
4283
|
* @public
|
|
4284
4284
|
*/
|
|
4285
|
-
SplunkDestinationDescription?: SplunkDestinationDescription;
|
|
4285
|
+
SplunkDestinationDescription?: SplunkDestinationDescription | undefined;
|
|
4286
4286
|
/**
|
|
4287
4287
|
* <p>Describes the specified HTTP endpoint destination.</p>
|
|
4288
4288
|
* @public
|
|
4289
4289
|
*/
|
|
4290
|
-
HttpEndpointDestinationDescription?: HttpEndpointDestinationDescription;
|
|
4290
|
+
HttpEndpointDestinationDescription?: HttpEndpointDestinationDescription | undefined;
|
|
4291
4291
|
/**
|
|
4292
4292
|
* <p>Optional description for the destination</p>
|
|
4293
4293
|
* @public
|
|
4294
4294
|
*/
|
|
4295
|
-
SnowflakeDestinationDescription?: SnowflakeDestinationDescription;
|
|
4295
|
+
SnowflakeDestinationDescription?: SnowflakeDestinationDescription | undefined;
|
|
4296
4296
|
/**
|
|
4297
4297
|
* <p>The destination in the Serverless offering for Amazon OpenSearch Service.</p>
|
|
4298
4298
|
* @public
|
|
4299
4299
|
*/
|
|
4300
|
-
AmazonOpenSearchServerlessDestinationDescription?: AmazonOpenSearchServerlessDestinationDescription;
|
|
4300
|
+
AmazonOpenSearchServerlessDestinationDescription?: AmazonOpenSearchServerlessDestinationDescription | undefined;
|
|
4301
4301
|
/**
|
|
4302
4302
|
* <p>
|
|
4303
4303
|
* Describes a destination in Apache Iceberg Tables.
|
|
4304
4304
|
* </p>
|
|
4305
4305
|
* @public
|
|
4306
4306
|
*/
|
|
4307
|
-
IcebergDestinationDescription?: IcebergDestinationDescription;
|
|
4307
|
+
IcebergDestinationDescription?: IcebergDestinationDescription | undefined;
|
|
4308
4308
|
}
|
|
4309
4309
|
/**
|
|
4310
4310
|
* <p>Details about a Kinesis data stream used as the source for a Firehose
|
|
@@ -4318,20 +4318,20 @@ export interface KinesisStreamSourceDescription {
|
|
|
4318
4318
|
* Kinesis Data Streams ARN Format</a>.</p>
|
|
4319
4319
|
* @public
|
|
4320
4320
|
*/
|
|
4321
|
-
KinesisStreamARN?: string;
|
|
4321
|
+
KinesisStreamARN?: string | undefined;
|
|
4322
4322
|
/**
|
|
4323
4323
|
* <p>The ARN of the role used by the source Kinesis data stream. For more information, see
|
|
4324
4324
|
* <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#arn-syntax-iam">Amazon Web Services
|
|
4325
4325
|
* Identity and Access Management (IAM) ARN Format</a>.</p>
|
|
4326
4326
|
* @public
|
|
4327
4327
|
*/
|
|
4328
|
-
RoleARN?: string;
|
|
4328
|
+
RoleARN?: string | undefined;
|
|
4329
4329
|
/**
|
|
4330
4330
|
* <p>Firehose starts retrieving records from the Kinesis data stream starting
|
|
4331
4331
|
* with this timestamp.</p>
|
|
4332
4332
|
* @public
|
|
4333
4333
|
*/
|
|
4334
|
-
DeliveryStartTimestamp?: Date;
|
|
4334
|
+
DeliveryStartTimestamp?: Date | undefined;
|
|
4335
4335
|
}
|
|
4336
4336
|
/**
|
|
4337
4337
|
* <p>Details about the Amazon MSK cluster used as the source for a Firehose
|
|
@@ -4343,23 +4343,23 @@ export interface MSKSourceDescription {
|
|
|
4343
4343
|
* <p>The ARN of the Amazon MSK cluster.</p>
|
|
4344
4344
|
* @public
|
|
4345
4345
|
*/
|
|
4346
|
-
MSKClusterARN?: string;
|
|
4346
|
+
MSKClusterARN?: string | undefined;
|
|
4347
4347
|
/**
|
|
4348
4348
|
* <p>The topic name within the Amazon MSK cluster.</p>
|
|
4349
4349
|
* @public
|
|
4350
4350
|
*/
|
|
4351
|
-
TopicName?: string;
|
|
4351
|
+
TopicName?: string | undefined;
|
|
4352
4352
|
/**
|
|
4353
4353
|
* <p>The authentication configuration of the Amazon MSK cluster.</p>
|
|
4354
4354
|
* @public
|
|
4355
4355
|
*/
|
|
4356
|
-
AuthenticationConfiguration?: AuthenticationConfiguration;
|
|
4356
|
+
AuthenticationConfiguration?: AuthenticationConfiguration | undefined;
|
|
4357
4357
|
/**
|
|
4358
4358
|
* <p>Firehose starts retrieving records from the topic within the Amazon MSK
|
|
4359
4359
|
* cluster starting with this timestamp.</p>
|
|
4360
4360
|
* @public
|
|
4361
4361
|
*/
|
|
4362
|
-
DeliveryStartTimestamp?: Date;
|
|
4362
|
+
DeliveryStartTimestamp?: Date | undefined;
|
|
4363
4363
|
/**
|
|
4364
4364
|
* <p>The start date and time in UTC for the offset position within your MSK topic from where
|
|
4365
4365
|
* Firehose begins to read. By default, this is set to timestamp when Firehose becomes Active. </p>
|
|
@@ -4368,7 +4368,7 @@ export interface MSKSourceDescription {
|
|
|
4368
4368
|
* (1970-01-01T00:00:00Z). </p>
|
|
4369
4369
|
* @public
|
|
4370
4370
|
*/
|
|
4371
|
-
ReadFromTimestamp?: Date;
|
|
4371
|
+
ReadFromTimestamp?: Date | undefined;
|
|
4372
4372
|
}
|
|
4373
4373
|
/**
|
|
4374
4374
|
* <p>Details about a Kinesis data stream used as the source for a Firehose
|
|
@@ -4381,20 +4381,20 @@ export interface SourceDescription {
|
|
|
4381
4381
|
* data stream.</p>
|
|
4382
4382
|
* @public
|
|
4383
4383
|
*/
|
|
4384
|
-
KinesisStreamSourceDescription?: KinesisStreamSourceDescription;
|
|
4384
|
+
KinesisStreamSourceDescription?: KinesisStreamSourceDescription | undefined;
|
|
4385
4385
|
/**
|
|
4386
4386
|
* <p>The configuration description for the Amazon MSK cluster to be used as the source for a delivery
|
|
4387
4387
|
* stream.</p>
|
|
4388
4388
|
* @public
|
|
4389
4389
|
*/
|
|
4390
|
-
MSKSourceDescription?: MSKSourceDescription;
|
|
4390
|
+
MSKSourceDescription?: MSKSourceDescription | undefined;
|
|
4391
4391
|
/**
|
|
4392
4392
|
* <p>
|
|
4393
4393
|
* </p>
|
|
4394
4394
|
* <p>Amazon Data Firehose is in preview release and is subject to change.</p>
|
|
4395
4395
|
* @public
|
|
4396
4396
|
*/
|
|
4397
|
-
DatabaseSourceDescription?: DatabaseSourceDescription;
|
|
4397
|
+
DatabaseSourceDescription?: DatabaseSourceDescription | undefined;
|
|
4398
4398
|
}
|
|
4399
4399
|
/**
|
|
4400
4400
|
* <p>Contains information about a Firehose stream.</p>
|
|
@@ -4426,12 +4426,12 @@ export interface DeliveryStreamDescription {
|
|
|
4426
4426
|
* <a>StartDeliveryStreamEncryption</a>, <a>StopDeliveryStreamEncryption</a>.</p>
|
|
4427
4427
|
* @public
|
|
4428
4428
|
*/
|
|
4429
|
-
FailureDescription?: FailureDescription;
|
|
4429
|
+
FailureDescription?: FailureDescription | undefined;
|
|
4430
4430
|
/**
|
|
4431
4431
|
* <p>Indicates the server-side encryption (SSE) status for the Firehose stream.</p>
|
|
4432
4432
|
* @public
|
|
4433
4433
|
*/
|
|
4434
|
-
DeliveryStreamEncryptionConfiguration?: DeliveryStreamEncryptionConfiguration;
|
|
4434
|
+
DeliveryStreamEncryptionConfiguration?: DeliveryStreamEncryptionConfiguration | undefined;
|
|
4435
4435
|
/**
|
|
4436
4436
|
* <p>The Firehose stream type. This can be one of the following values:</p>
|
|
4437
4437
|
* <ul>
|
|
@@ -4461,19 +4461,19 @@ export interface DeliveryStreamDescription {
|
|
|
4461
4461
|
* <p>The date and time that the Firehose stream was created.</p>
|
|
4462
4462
|
* @public
|
|
4463
4463
|
*/
|
|
4464
|
-
CreateTimestamp?: Date;
|
|
4464
|
+
CreateTimestamp?: Date | undefined;
|
|
4465
4465
|
/**
|
|
4466
4466
|
* <p>The date and time that the Firehose stream was last updated.</p>
|
|
4467
4467
|
* @public
|
|
4468
4468
|
*/
|
|
4469
|
-
LastUpdateTimestamp?: Date;
|
|
4469
|
+
LastUpdateTimestamp?: Date | undefined;
|
|
4470
4470
|
/**
|
|
4471
4471
|
* <p>If the <code>DeliveryStreamType</code> parameter is
|
|
4472
4472
|
* <code>KinesisStreamAsSource</code>, a <a>SourceDescription</a> object
|
|
4473
4473
|
* describing the source Kinesis data stream.</p>
|
|
4474
4474
|
* @public
|
|
4475
4475
|
*/
|
|
4476
|
-
Source?: SourceDescription;
|
|
4476
|
+
Source?: SourceDescription | undefined;
|
|
4477
4477
|
/**
|
|
4478
4478
|
* <p>The destinations.</p>
|
|
4479
4479
|
* @public
|
|
@@ -4499,12 +4499,12 @@ export interface DescribeDeliveryStreamInput {
|
|
|
4499
4499
|
* Firehose stream.</p>
|
|
4500
4500
|
* @public
|
|
4501
4501
|
*/
|
|
4502
|
-
Limit?: number;
|
|
4502
|
+
Limit?: number | undefined;
|
|
4503
4503
|
/**
|
|
4504
4504
|
* <p>The ID of the destination to start returning the destination information. Firehose supports one destination per Firehose stream.</p>
|
|
4505
4505
|
* @public
|
|
4506
4506
|
*/
|
|
4507
|
-
ExclusiveStartDestinationId?: string;
|
|
4507
|
+
ExclusiveStartDestinationId?: string | undefined;
|
|
4508
4508
|
}
|
|
4509
4509
|
/**
|
|
4510
4510
|
* @public
|
|
@@ -4528,7 +4528,7 @@ export interface ElasticsearchDestinationUpdate {
|
|
|
4528
4528
|
* Amazon Web Services Service Namespaces</a>.</p>
|
|
4529
4529
|
* @public
|
|
4530
4530
|
*/
|
|
4531
|
-
RoleARN?: string;
|
|
4531
|
+
RoleARN?: string | undefined;
|
|
4532
4532
|
/**
|
|
4533
4533
|
* <p>The ARN of the Amazon ES domain. The IAM role must have permissions
|
|
4534
4534
|
* for <code>DescribeDomain</code>, <code>DescribeDomains</code>, and
|
|
@@ -4538,18 +4538,18 @@ export interface ElasticsearchDestinationUpdate {
|
|
|
4538
4538
|
* <p>Specify either <code>ClusterEndpoint</code> or <code>DomainARN</code>.</p>
|
|
4539
4539
|
* @public
|
|
4540
4540
|
*/
|
|
4541
|
-
DomainARN?: string;
|
|
4541
|
+
DomainARN?: string | undefined;
|
|
4542
4542
|
/**
|
|
4543
4543
|
* <p>The endpoint to use when communicating with the cluster. Specify either this
|
|
4544
4544
|
* <code>ClusterEndpoint</code> or the <code>DomainARN</code> field.</p>
|
|
4545
4545
|
* @public
|
|
4546
4546
|
*/
|
|
4547
|
-
ClusterEndpoint?: string;
|
|
4547
|
+
ClusterEndpoint?: string | undefined;
|
|
4548
4548
|
/**
|
|
4549
4549
|
* <p>The Elasticsearch index name.</p>
|
|
4550
4550
|
* @public
|
|
4551
4551
|
*/
|
|
4552
|
-
IndexName?: string;
|
|
4552
|
+
IndexName?: string | undefined;
|
|
4553
4553
|
/**
|
|
4554
4554
|
* <p>The Elasticsearch type name. For Elasticsearch 6.x, there can be only one type per
|
|
4555
4555
|
* index. If you try to specify a new type for an existing index that already has another
|
|
@@ -4560,7 +4560,7 @@ export interface ElasticsearchDestinationUpdate {
|
|
|
4560
4560
|
* string for <code>TypeName</code>. </p>
|
|
4561
4561
|
* @public
|
|
4562
4562
|
*/
|
|
4563
|
-
TypeName?: string;
|
|
4563
|
+
TypeName?: string | undefined;
|
|
4564
4564
|
/**
|
|
4565
4565
|
* <p>The Elasticsearch index rotation period. Index rotation appends a timestamp to
|
|
4566
4566
|
* <code>IndexName</code> to facilitate the expiration of old data. For more information,
|
|
@@ -4568,39 +4568,39 @@ export interface ElasticsearchDestinationUpdate {
|
|
|
4568
4568
|
* Amazon ES Destination</a>. Default value is <code>OneDay</code>.</p>
|
|
4569
4569
|
* @public
|
|
4570
4570
|
*/
|
|
4571
|
-
IndexRotationPeriod?: ElasticsearchIndexRotationPeriod;
|
|
4571
|
+
IndexRotationPeriod?: ElasticsearchIndexRotationPeriod | undefined;
|
|
4572
4572
|
/**
|
|
4573
4573
|
* <p>The buffering options. If no value is specified,
|
|
4574
4574
|
* <code>ElasticsearchBufferingHints</code> object default values are used. </p>
|
|
4575
4575
|
* @public
|
|
4576
4576
|
*/
|
|
4577
|
-
BufferingHints?: ElasticsearchBufferingHints;
|
|
4577
|
+
BufferingHints?: ElasticsearchBufferingHints | undefined;
|
|
4578
4578
|
/**
|
|
4579
4579
|
* <p>The retry behavior in case Firehose is unable to deliver documents to
|
|
4580
4580
|
* Amazon ES. The default value is 300 (5 minutes).</p>
|
|
4581
4581
|
* @public
|
|
4582
4582
|
*/
|
|
4583
|
-
RetryOptions?: ElasticsearchRetryOptions;
|
|
4583
|
+
RetryOptions?: ElasticsearchRetryOptions | undefined;
|
|
4584
4584
|
/**
|
|
4585
4585
|
* <p>The Amazon S3 destination.</p>
|
|
4586
4586
|
* @public
|
|
4587
4587
|
*/
|
|
4588
|
-
S3Update?: S3DestinationUpdate;
|
|
4588
|
+
S3Update?: S3DestinationUpdate | undefined;
|
|
4589
4589
|
/**
|
|
4590
4590
|
* <p>The data processing configuration.</p>
|
|
4591
4591
|
* @public
|
|
4592
4592
|
*/
|
|
4593
|
-
ProcessingConfiguration?: ProcessingConfiguration;
|
|
4593
|
+
ProcessingConfiguration?: ProcessingConfiguration | undefined;
|
|
4594
4594
|
/**
|
|
4595
4595
|
* <p>The CloudWatch logging options for your Firehose stream.</p>
|
|
4596
4596
|
* @public
|
|
4597
4597
|
*/
|
|
4598
|
-
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
4598
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOptions | undefined;
|
|
4599
4599
|
/**
|
|
4600
4600
|
* <p>Indicates the method for setting up document ID. The supported methods are Firehose generated document ID and OpenSearch Service generated document ID.</p>
|
|
4601
4601
|
* @public
|
|
4602
4602
|
*/
|
|
4603
|
-
DocumentIdOptions?: DocumentIdOptions;
|
|
4603
|
+
DocumentIdOptions?: DocumentIdOptions | undefined;
|
|
4604
4604
|
}
|
|
4605
4605
|
/**
|
|
4606
4606
|
* <p>Describes an update for a destination in Amazon S3.</p>
|
|
@@ -4613,20 +4613,20 @@ export interface ExtendedS3DestinationUpdate {
|
|
|
4613
4613
|
* Amazon Web Services Service Namespaces</a>.</p>
|
|
4614
4614
|
* @public
|
|
4615
4615
|
*/
|
|
4616
|
-
RoleARN?: string;
|
|
4616
|
+
RoleARN?: string | undefined;
|
|
4617
4617
|
/**
|
|
4618
4618
|
* <p>The ARN of the S3 bucket. For more information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs) and
|
|
4619
4619
|
* Amazon Web Services Service Namespaces</a>.</p>
|
|
4620
4620
|
* @public
|
|
4621
4621
|
*/
|
|
4622
|
-
BucketARN?: string;
|
|
4622
|
+
BucketARN?: string | undefined;
|
|
4623
4623
|
/**
|
|
4624
4624
|
* <p>The "YYYY/MM/DD/HH" time format prefix is automatically used for delivered Amazon S3
|
|
4625
4625
|
* files. You can also specify a custom prefix, as described in <a href="https://docs.aws.amazon.com/firehose/latest/dev/s3-prefixes.html">Custom Prefixes for Amazon S3
|
|
4626
4626
|
* Objects</a>.</p>
|
|
4627
4627
|
* @public
|
|
4628
4628
|
*/
|
|
4629
|
-
Prefix?: string;
|
|
4629
|
+
Prefix?: string | undefined;
|
|
4630
4630
|
/**
|
|
4631
4631
|
* <p>A prefix that Firehose evaluates and adds to failed records before writing
|
|
4632
4632
|
* them to S3. This prefix appears immediately following the bucket name. For information
|
|
@@ -4634,51 +4634,51 @@ export interface ExtendedS3DestinationUpdate {
|
|
|
4634
4634
|
* Objects</a>.</p>
|
|
4635
4635
|
* @public
|
|
4636
4636
|
*/
|
|
4637
|
-
ErrorOutputPrefix?: string;
|
|
4637
|
+
ErrorOutputPrefix?: string | undefined;
|
|
4638
4638
|
/**
|
|
4639
4639
|
* <p>The buffering option.</p>
|
|
4640
4640
|
* @public
|
|
4641
4641
|
*/
|
|
4642
|
-
BufferingHints?: BufferingHints;
|
|
4642
|
+
BufferingHints?: BufferingHints | undefined;
|
|
4643
4643
|
/**
|
|
4644
4644
|
* <p>The compression format. If no value is specified, the default is
|
|
4645
4645
|
* <code>UNCOMPRESSED</code>. </p>
|
|
4646
4646
|
* @public
|
|
4647
4647
|
*/
|
|
4648
|
-
CompressionFormat?: CompressionFormat;
|
|
4648
|
+
CompressionFormat?: CompressionFormat | undefined;
|
|
4649
4649
|
/**
|
|
4650
4650
|
* <p>The encryption configuration. If no value is specified, the default is no
|
|
4651
4651
|
* encryption.</p>
|
|
4652
4652
|
* @public
|
|
4653
4653
|
*/
|
|
4654
|
-
EncryptionConfiguration?: EncryptionConfiguration;
|
|
4654
|
+
EncryptionConfiguration?: EncryptionConfiguration | undefined;
|
|
4655
4655
|
/**
|
|
4656
4656
|
* <p>The Amazon CloudWatch logging options for your Firehose stream.</p>
|
|
4657
4657
|
* @public
|
|
4658
4658
|
*/
|
|
4659
|
-
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
4659
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOptions | undefined;
|
|
4660
4660
|
/**
|
|
4661
4661
|
* <p>The data processing configuration.</p>
|
|
4662
4662
|
* @public
|
|
4663
4663
|
*/
|
|
4664
|
-
ProcessingConfiguration?: ProcessingConfiguration;
|
|
4664
|
+
ProcessingConfiguration?: ProcessingConfiguration | undefined;
|
|
4665
4665
|
/**
|
|
4666
4666
|
* <p>You can update a Firehose stream to enable Amazon S3 backup if it is disabled. If
|
|
4667
4667
|
* backup is enabled, you can't update the Firehose stream to disable it. </p>
|
|
4668
4668
|
* @public
|
|
4669
4669
|
*/
|
|
4670
|
-
S3BackupMode?: S3BackupMode;
|
|
4670
|
+
S3BackupMode?: S3BackupMode | undefined;
|
|
4671
4671
|
/**
|
|
4672
4672
|
* <p>The Amazon S3 destination for backup.</p>
|
|
4673
4673
|
* @public
|
|
4674
4674
|
*/
|
|
4675
|
-
S3BackupUpdate?: S3DestinationUpdate;
|
|
4675
|
+
S3BackupUpdate?: S3DestinationUpdate | undefined;
|
|
4676
4676
|
/**
|
|
4677
4677
|
* <p>The serializer, deserializer, and schema for converting data from the JSON format to
|
|
4678
4678
|
* the Parquet or ORC format before writing it to Amazon S3.</p>
|
|
4679
4679
|
* @public
|
|
4680
4680
|
*/
|
|
4681
|
-
DataFormatConversionConfiguration?: DataFormatConversionConfiguration;
|
|
4681
|
+
DataFormatConversionConfiguration?: DataFormatConversionConfiguration | undefined;
|
|
4682
4682
|
/**
|
|
4683
4683
|
* <p>The configuration of the dynamic partitioning mechanism that creates smaller data sets
|
|
4684
4684
|
* from the streaming data by partitioning it based on partition keys. Currently, dynamic
|
|
@@ -4686,17 +4686,17 @@ export interface ExtendedS3DestinationUpdate {
|
|
|
4686
4686
|
* </p>
|
|
4687
4687
|
* @public
|
|
4688
4688
|
*/
|
|
4689
|
-
DynamicPartitioningConfiguration?: DynamicPartitioningConfiguration;
|
|
4689
|
+
DynamicPartitioningConfiguration?: DynamicPartitioningConfiguration | undefined;
|
|
4690
4690
|
/**
|
|
4691
4691
|
* <p>Specify a file extension. It will override the default file extension</p>
|
|
4692
4692
|
* @public
|
|
4693
4693
|
*/
|
|
4694
|
-
FileExtension?: string;
|
|
4694
|
+
FileExtension?: string | undefined;
|
|
4695
4695
|
/**
|
|
4696
4696
|
* <p>The time zone you prefer. UTC is the default.</p>
|
|
4697
4697
|
* @public
|
|
4698
4698
|
*/
|
|
4699
|
-
CustomTimeZone?: string;
|
|
4699
|
+
CustomTimeZone?: string | undefined;
|
|
4700
4700
|
}
|
|
4701
4701
|
/**
|
|
4702
4702
|
* @public
|
|
@@ -4706,7 +4706,7 @@ export interface ListDeliveryStreamsInput {
|
|
|
4706
4706
|
* <p>The maximum number of Firehose streams to list. The default value is 10.</p>
|
|
4707
4707
|
* @public
|
|
4708
4708
|
*/
|
|
4709
|
-
Limit?: number;
|
|
4709
|
+
Limit?: number | undefined;
|
|
4710
4710
|
/**
|
|
4711
4711
|
* <p>The Firehose stream type. This can be one of the following values:</p>
|
|
4712
4712
|
* <ul>
|
|
@@ -4725,7 +4725,7 @@ export interface ListDeliveryStreamsInput {
|
|
|
4725
4725
|
* types are returned.</p>
|
|
4726
4726
|
* @public
|
|
4727
4727
|
*/
|
|
4728
|
-
DeliveryStreamType?: DeliveryStreamType;
|
|
4728
|
+
DeliveryStreamType?: DeliveryStreamType | undefined;
|
|
4729
4729
|
/**
|
|
4730
4730
|
* <p>The list of Firehose streams returned by this call to
|
|
4731
4731
|
* <code>ListDeliveryStreams</code> will start with the Firehose stream whose name comes
|
|
@@ -4733,7 +4733,7 @@ export interface ListDeliveryStreamsInput {
|
|
|
4733
4733
|
* <code>ExclusiveStartDeliveryStreamName</code>.</p>
|
|
4734
4734
|
* @public
|
|
4735
4735
|
*/
|
|
4736
|
-
ExclusiveStartDeliveryStreamName?: string;
|
|
4736
|
+
ExclusiveStartDeliveryStreamName?: string | undefined;
|
|
4737
4737
|
}
|
|
4738
4738
|
/**
|
|
4739
4739
|
* @public
|
|
@@ -4765,7 +4765,7 @@ export interface ListTagsForDeliveryStreamInput {
|
|
|
4765
4765
|
* <code>ExclusiveStartTagKey</code>.</p>
|
|
4766
4766
|
* @public
|
|
4767
4767
|
*/
|
|
4768
|
-
ExclusiveStartTagKey?: string;
|
|
4768
|
+
ExclusiveStartTagKey?: string | undefined;
|
|
4769
4769
|
/**
|
|
4770
4770
|
* <p>The number of tags to return. If this number is less than the total number of tags
|
|
4771
4771
|
* associated with the Firehose stream, <code>HasMoreTags</code> is set to <code>true</code>
|
|
@@ -4773,7 +4773,7 @@ export interface ListTagsForDeliveryStreamInput {
|
|
|
4773
4773
|
* key in the response. </p>
|
|
4774
4774
|
* @public
|
|
4775
4775
|
*/
|
|
4776
|
-
Limit?: number;
|
|
4776
|
+
Limit?: number | undefined;
|
|
4777
4777
|
}
|
|
4778
4778
|
/**
|
|
4779
4779
|
* @public
|
|
@@ -4801,7 +4801,7 @@ export interface ListTagsForDeliveryStreamOutput {
|
|
|
4801
4801
|
export declare class InvalidSourceException extends __BaseException {
|
|
4802
4802
|
readonly name: "InvalidSourceException";
|
|
4803
4803
|
readonly $fault: "client";
|
|
4804
|
-
code?: string;
|
|
4804
|
+
code?: string | undefined;
|
|
4805
4805
|
/**
|
|
4806
4806
|
* @internal
|
|
4807
4807
|
*/
|
|
@@ -4847,7 +4847,7 @@ export interface PutRecordOutput {
|
|
|
4847
4847
|
* <p>Indicates whether server-side encryption (SSE) was enabled during this operation.</p>
|
|
4848
4848
|
* @public
|
|
4849
4849
|
*/
|
|
4850
|
-
Encrypted?: boolean;
|
|
4850
|
+
Encrypted?: boolean | undefined;
|
|
4851
4851
|
}
|
|
4852
4852
|
/**
|
|
4853
4853
|
* <p>The service is unavailable. Back off and retry the operation. If you continue to see
|
|
@@ -4891,17 +4891,17 @@ export interface PutRecordBatchResponseEntry {
|
|
|
4891
4891
|
* <p>The ID of the record.</p>
|
|
4892
4892
|
* @public
|
|
4893
4893
|
*/
|
|
4894
|
-
RecordId?: string;
|
|
4894
|
+
RecordId?: string | undefined;
|
|
4895
4895
|
/**
|
|
4896
4896
|
* <p>The error code for an individual record result.</p>
|
|
4897
4897
|
* @public
|
|
4898
4898
|
*/
|
|
4899
|
-
ErrorCode?: string;
|
|
4899
|
+
ErrorCode?: string | undefined;
|
|
4900
4900
|
/**
|
|
4901
4901
|
* <p>The error message for an individual record result.</p>
|
|
4902
4902
|
* @public
|
|
4903
4903
|
*/
|
|
4904
|
-
ErrorMessage?: string;
|
|
4904
|
+
ErrorMessage?: string | undefined;
|
|
4905
4905
|
}
|
|
4906
4906
|
/**
|
|
4907
4907
|
* @public
|
|
@@ -4919,7 +4919,7 @@ export interface PutRecordBatchOutput {
|
|
|
4919
4919
|
* <p>Indicates whether server-side encryption (SSE) was enabled during this operation.</p>
|
|
4920
4920
|
* @public
|
|
4921
4921
|
*/
|
|
4922
|
-
Encrypted?: boolean;
|
|
4922
|
+
Encrypted?: boolean | undefined;
|
|
4923
4923
|
/**
|
|
4924
4924
|
* <p>The results array. For each record, the index of the response element is the same as
|
|
4925
4925
|
* the index used in the request array.</p>
|
|
@@ -4942,7 +4942,7 @@ export interface StartDeliveryStreamEncryptionInput {
|
|
|
4942
4942
|
* Server-Side Encryption (SSE).</p>
|
|
4943
4943
|
* @public
|
|
4944
4944
|
*/
|
|
4945
|
-
DeliveryStreamEncryptionConfigurationInput?: DeliveryStreamEncryptionConfigurationInput;
|
|
4945
|
+
DeliveryStreamEncryptionConfigurationInput?: DeliveryStreamEncryptionConfigurationInput | undefined;
|
|
4946
4946
|
}
|
|
4947
4947
|
/**
|
|
4948
4948
|
* @public
|
|
@@ -5015,7 +5015,7 @@ export interface HttpEndpointDestinationUpdate {
|
|
|
5015
5015
|
* <p>Describes the configuration of the HTTP endpoint destination.</p>
|
|
5016
5016
|
* @public
|
|
5017
5017
|
*/
|
|
5018
|
-
EndpointConfiguration?: HttpEndpointConfiguration;
|
|
5018
|
+
EndpointConfiguration?: HttpEndpointConfiguration | undefined;
|
|
5019
5019
|
/**
|
|
5020
5020
|
* <p>Describes buffering options that can be applied to the data before it is delivered to
|
|
5021
5021
|
* the HTTPS endpoint destination. Firehose teats these options as hints, and it
|
|
@@ -5024,36 +5024,36 @@ export interface HttpEndpointDestinationUpdate {
|
|
|
5024
5024
|
* one of them, you must also provide a value for the other. </p>
|
|
5025
5025
|
* @public
|
|
5026
5026
|
*/
|
|
5027
|
-
BufferingHints?: HttpEndpointBufferingHints;
|
|
5027
|
+
BufferingHints?: HttpEndpointBufferingHints | undefined;
|
|
5028
5028
|
/**
|
|
5029
5029
|
* <p>Describes the Amazon CloudWatch logging options for your Firehose stream.</p>
|
|
5030
5030
|
* @public
|
|
5031
5031
|
*/
|
|
5032
|
-
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
5032
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOptions | undefined;
|
|
5033
5033
|
/**
|
|
5034
5034
|
* <p>The configuration of the request sent to the HTTP endpoint specified as the
|
|
5035
5035
|
* destination.</p>
|
|
5036
5036
|
* @public
|
|
5037
5037
|
*/
|
|
5038
|
-
RequestConfiguration?: HttpEndpointRequestConfiguration;
|
|
5038
|
+
RequestConfiguration?: HttpEndpointRequestConfiguration | undefined;
|
|
5039
5039
|
/**
|
|
5040
5040
|
* <p>Describes a data processing configuration.</p>
|
|
5041
5041
|
* @public
|
|
5042
5042
|
*/
|
|
5043
|
-
ProcessingConfiguration?: ProcessingConfiguration;
|
|
5043
|
+
ProcessingConfiguration?: ProcessingConfiguration | undefined;
|
|
5044
5044
|
/**
|
|
5045
5045
|
* <p>Firehose uses this IAM role for all the permissions that the delivery
|
|
5046
5046
|
* stream needs.</p>
|
|
5047
5047
|
* @public
|
|
5048
5048
|
*/
|
|
5049
|
-
RoleARN?: string;
|
|
5049
|
+
RoleARN?: string | undefined;
|
|
5050
5050
|
/**
|
|
5051
5051
|
* <p>Describes the retry behavior in case Firehose is unable to deliver data to
|
|
5052
5052
|
* the specified HTTP endpoint destination, or if it doesn't receive a valid acknowledgment of
|
|
5053
5053
|
* receipt from the specified HTTP endpoint destination.</p>
|
|
5054
5054
|
* @public
|
|
5055
5055
|
*/
|
|
5056
|
-
RetryOptions?: HttpEndpointRetryOptions;
|
|
5056
|
+
RetryOptions?: HttpEndpointRetryOptions | undefined;
|
|
5057
5057
|
/**
|
|
5058
5058
|
* <p>Describes the S3 bucket backup options for the data that Kinesis Firehose delivers to
|
|
5059
5059
|
* the HTTP endpoint destination. You can back up all documents (<code>AllData</code>) or only
|
|
@@ -5061,19 +5061,19 @@ export interface HttpEndpointDestinationUpdate {
|
|
|
5061
5061
|
* destination (<code>FailedDataOnly</code>).</p>
|
|
5062
5062
|
* @public
|
|
5063
5063
|
*/
|
|
5064
|
-
S3BackupMode?: HttpEndpointS3BackupMode;
|
|
5064
|
+
S3BackupMode?: HttpEndpointS3BackupMode | undefined;
|
|
5065
5065
|
/**
|
|
5066
5066
|
* <p>Describes an update for a destination in Amazon S3.</p>
|
|
5067
5067
|
* @public
|
|
5068
5068
|
*/
|
|
5069
|
-
S3Update?: S3DestinationUpdate;
|
|
5069
|
+
S3Update?: S3DestinationUpdate | undefined;
|
|
5070
5070
|
/**
|
|
5071
5071
|
* <p>
|
|
5072
5072
|
* The configuration that defines how you access secrets for HTTP Endpoint destination.
|
|
5073
5073
|
* </p>
|
|
5074
5074
|
* @public
|
|
5075
5075
|
*/
|
|
5076
|
-
SecretsManagerConfiguration?: SecretsManagerConfiguration;
|
|
5076
|
+
SecretsManagerConfiguration?: SecretsManagerConfiguration | undefined;
|
|
5077
5077
|
}
|
|
5078
5078
|
/**
|
|
5079
5079
|
* <p>
|
|
@@ -5087,21 +5087,21 @@ export interface IcebergDestinationUpdate {
|
|
|
5087
5087
|
* to deliver data to Apache Iceberg Tables. Firehose will write data with insert if table specific configuration is not provided here.</p>
|
|
5088
5088
|
* @public
|
|
5089
5089
|
*/
|
|
5090
|
-
DestinationTableConfigurationList?: DestinationTableConfiguration[];
|
|
5090
|
+
DestinationTableConfigurationList?: DestinationTableConfiguration[] | undefined;
|
|
5091
5091
|
/**
|
|
5092
5092
|
* <p>
|
|
5093
5093
|
* </p>
|
|
5094
5094
|
* <p>Amazon Data Firehose is in preview release and is subject to change.</p>
|
|
5095
5095
|
* @public
|
|
5096
5096
|
*/
|
|
5097
|
-
SchemaEvolutionConfiguration?: SchemaEvolutionConfiguration;
|
|
5097
|
+
SchemaEvolutionConfiguration?: SchemaEvolutionConfiguration | undefined;
|
|
5098
5098
|
/**
|
|
5099
5099
|
* <p>
|
|
5100
5100
|
* </p>
|
|
5101
5101
|
* <p>Amazon Data Firehose is in preview release and is subject to change.</p>
|
|
5102
5102
|
* @public
|
|
5103
5103
|
*/
|
|
5104
|
-
TableCreationConfiguration?: TableCreationConfiguration;
|
|
5104
|
+
TableCreationConfiguration?: TableCreationConfiguration | undefined;
|
|
5105
5105
|
/**
|
|
5106
5106
|
* <p>Describes hints for the buffering to perform before delivering data to the
|
|
5107
5107
|
* destination. These options are treated as hints, and therefore Firehose might
|
|
@@ -5110,47 +5110,47 @@ export interface IcebergDestinationUpdate {
|
|
|
5110
5110
|
* one of them, you must also provide a value for the other.</p>
|
|
5111
5111
|
* @public
|
|
5112
5112
|
*/
|
|
5113
|
-
BufferingHints?: BufferingHints;
|
|
5113
|
+
BufferingHints?: BufferingHints | undefined;
|
|
5114
5114
|
/**
|
|
5115
5115
|
* <p>Describes the Amazon CloudWatch logging options for your Firehose stream.</p>
|
|
5116
5116
|
* @public
|
|
5117
5117
|
*/
|
|
5118
|
-
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
5118
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOptions | undefined;
|
|
5119
5119
|
/**
|
|
5120
5120
|
* <p>Describes a data processing configuration.</p>
|
|
5121
5121
|
* @public
|
|
5122
5122
|
*/
|
|
5123
|
-
ProcessingConfiguration?: ProcessingConfiguration;
|
|
5123
|
+
ProcessingConfiguration?: ProcessingConfiguration | undefined;
|
|
5124
5124
|
/**
|
|
5125
5125
|
* <p> Describes how Firehose will backup records. Currently,Firehose only supports
|
|
5126
5126
|
* <code>FailedDataOnly</code>. </p>
|
|
5127
5127
|
* @public
|
|
5128
5128
|
*/
|
|
5129
|
-
S3BackupMode?: IcebergS3BackupMode;
|
|
5129
|
+
S3BackupMode?: IcebergS3BackupMode | undefined;
|
|
5130
5130
|
/**
|
|
5131
5131
|
* <p> The retry behavior in case Firehose is unable to deliver data to a destination.</p>
|
|
5132
5132
|
* @public
|
|
5133
5133
|
*/
|
|
5134
|
-
RetryOptions?: RetryOptions;
|
|
5134
|
+
RetryOptions?: RetryOptions | undefined;
|
|
5135
5135
|
/**
|
|
5136
5136
|
* <p>
|
|
5137
5137
|
* The Amazon Resource Name (ARN) of the IAM role to be assumed by Firehose for calling Apache Iceberg Tables.
|
|
5138
5138
|
* </p>
|
|
5139
5139
|
* @public
|
|
5140
5140
|
*/
|
|
5141
|
-
RoleARN?: string;
|
|
5141
|
+
RoleARN?: string | undefined;
|
|
5142
5142
|
/**
|
|
5143
5143
|
* <p>
|
|
5144
5144
|
* Configuration describing where the destination Iceberg tables are persisted.
|
|
5145
5145
|
* </p>
|
|
5146
5146
|
* @public
|
|
5147
5147
|
*/
|
|
5148
|
-
CatalogConfiguration?: CatalogConfiguration;
|
|
5148
|
+
CatalogConfiguration?: CatalogConfiguration | undefined;
|
|
5149
5149
|
/**
|
|
5150
5150
|
* <p>Describes the configuration of a destination in Amazon S3.</p>
|
|
5151
5151
|
* @public
|
|
5152
5152
|
*/
|
|
5153
|
-
S3Configuration?: S3DestinationConfiguration;
|
|
5153
|
+
S3Configuration?: S3DestinationConfiguration | undefined;
|
|
5154
5154
|
}
|
|
5155
5155
|
/**
|
|
5156
5156
|
* <p>Describes an update for a destination in Amazon Redshift.</p>
|
|
@@ -5163,33 +5163,33 @@ export interface RedshiftDestinationUpdate {
|
|
|
5163
5163
|
* Amazon Web Services Service Namespaces</a>.</p>
|
|
5164
5164
|
* @public
|
|
5165
5165
|
*/
|
|
5166
|
-
RoleARN?: string;
|
|
5166
|
+
RoleARN?: string | undefined;
|
|
5167
5167
|
/**
|
|
5168
5168
|
* <p>The database connection string.</p>
|
|
5169
5169
|
* @public
|
|
5170
5170
|
*/
|
|
5171
|
-
ClusterJDBCURL?: string;
|
|
5171
|
+
ClusterJDBCURL?: string | undefined;
|
|
5172
5172
|
/**
|
|
5173
5173
|
* <p>The <code>COPY</code> command.</p>
|
|
5174
5174
|
* @public
|
|
5175
5175
|
*/
|
|
5176
|
-
CopyCommand?: CopyCommand;
|
|
5176
|
+
CopyCommand?: CopyCommand | undefined;
|
|
5177
5177
|
/**
|
|
5178
5178
|
* <p>The name of the user.</p>
|
|
5179
5179
|
* @public
|
|
5180
5180
|
*/
|
|
5181
|
-
Username?: string;
|
|
5181
|
+
Username?: string | undefined;
|
|
5182
5182
|
/**
|
|
5183
5183
|
* <p>The user password.</p>
|
|
5184
5184
|
* @public
|
|
5185
5185
|
*/
|
|
5186
|
-
Password?: string;
|
|
5186
|
+
Password?: string | undefined;
|
|
5187
5187
|
/**
|
|
5188
5188
|
* <p>The retry behavior in case Firehose is unable to deliver documents to
|
|
5189
5189
|
* Amazon Redshift. Default value is 3600 (60 minutes).</p>
|
|
5190
5190
|
* @public
|
|
5191
5191
|
*/
|
|
5192
|
-
RetryOptions?: RedshiftRetryOptions;
|
|
5192
|
+
RetryOptions?: RedshiftRetryOptions | undefined;
|
|
5193
5193
|
/**
|
|
5194
5194
|
* <p>The Amazon S3 destination.</p>
|
|
5195
5195
|
* <p>The compression formats <code>SNAPPY</code> or <code>ZIP</code> cannot be specified
|
|
@@ -5198,35 +5198,35 @@ export interface RedshiftDestinationUpdate {
|
|
|
5198
5198
|
* compression formats.</p>
|
|
5199
5199
|
* @public
|
|
5200
5200
|
*/
|
|
5201
|
-
S3Update?: S3DestinationUpdate;
|
|
5201
|
+
S3Update?: S3DestinationUpdate | undefined;
|
|
5202
5202
|
/**
|
|
5203
5203
|
* <p>The data processing configuration.</p>
|
|
5204
5204
|
* @public
|
|
5205
5205
|
*/
|
|
5206
|
-
ProcessingConfiguration?: ProcessingConfiguration;
|
|
5206
|
+
ProcessingConfiguration?: ProcessingConfiguration | undefined;
|
|
5207
5207
|
/**
|
|
5208
5208
|
* <p>You can update a Firehose stream to enable Amazon S3 backup if it is disabled. If
|
|
5209
5209
|
* backup is enabled, you can't update the Firehose stream to disable it. </p>
|
|
5210
5210
|
* @public
|
|
5211
5211
|
*/
|
|
5212
|
-
S3BackupMode?: RedshiftS3BackupMode;
|
|
5212
|
+
S3BackupMode?: RedshiftS3BackupMode | undefined;
|
|
5213
5213
|
/**
|
|
5214
5214
|
* <p>The Amazon S3 destination for backup.</p>
|
|
5215
5215
|
* @public
|
|
5216
5216
|
*/
|
|
5217
|
-
S3BackupUpdate?: S3DestinationUpdate;
|
|
5217
|
+
S3BackupUpdate?: S3DestinationUpdate | undefined;
|
|
5218
5218
|
/**
|
|
5219
5219
|
* <p>The Amazon CloudWatch logging options for your Firehose stream.</p>
|
|
5220
5220
|
* @public
|
|
5221
5221
|
*/
|
|
5222
|
-
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
5222
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOptions | undefined;
|
|
5223
5223
|
/**
|
|
5224
5224
|
* <p>
|
|
5225
5225
|
* The configuration that defines how you access secrets for Amazon Redshift.
|
|
5226
5226
|
* </p>
|
|
5227
5227
|
* @public
|
|
5228
5228
|
*/
|
|
5229
|
-
SecretsManagerConfiguration?: SecretsManagerConfiguration;
|
|
5229
|
+
SecretsManagerConfiguration?: SecretsManagerConfiguration | undefined;
|
|
5230
5230
|
}
|
|
5231
5231
|
/**
|
|
5232
5232
|
* <p>Update to configuration settings</p>
|
|
@@ -5238,72 +5238,72 @@ export interface SnowflakeDestinationUpdate {
|
|
|
5238
5238
|
* Note that the protocol (https://) and port number are optional.</p>
|
|
5239
5239
|
* @public
|
|
5240
5240
|
*/
|
|
5241
|
-
AccountUrl?: string;
|
|
5241
|
+
AccountUrl?: string | undefined;
|
|
5242
5242
|
/**
|
|
5243
5243
|
* <p>The private key used to encrypt your Snowflake client. For information, see <a href="https://docs.snowflake.com/en/user-guide/data-load-snowpipe-streaming-configuration#using-key-pair-authentication-key-rotation">Using Key Pair Authentication & Key Rotation</a>.</p>
|
|
5244
5244
|
* @public
|
|
5245
5245
|
*/
|
|
5246
|
-
PrivateKey?: string;
|
|
5246
|
+
PrivateKey?: string | undefined;
|
|
5247
5247
|
/**
|
|
5248
5248
|
* <p>Passphrase to decrypt the private key when the key is encrypted. For information, see <a href="https://docs.snowflake.com/en/user-guide/data-load-snowpipe-streaming-configuration#using-key-pair-authentication-key-rotation">Using Key Pair Authentication & Key Rotation</a>.</p>
|
|
5249
5249
|
* @public
|
|
5250
5250
|
*/
|
|
5251
|
-
KeyPassphrase?: string;
|
|
5251
|
+
KeyPassphrase?: string | undefined;
|
|
5252
5252
|
/**
|
|
5253
5253
|
* <p>User login name for the Snowflake account.</p>
|
|
5254
5254
|
* @public
|
|
5255
5255
|
*/
|
|
5256
|
-
User?: string;
|
|
5256
|
+
User?: string | undefined;
|
|
5257
5257
|
/**
|
|
5258
5258
|
* <p>All data in Snowflake is maintained in databases.</p>
|
|
5259
5259
|
* @public
|
|
5260
5260
|
*/
|
|
5261
|
-
Database?: string;
|
|
5261
|
+
Database?: string | undefined;
|
|
5262
5262
|
/**
|
|
5263
5263
|
* <p>Each database consists of one or more schemas, which are logical groupings of database objects, such as tables and views</p>
|
|
5264
5264
|
* @public
|
|
5265
5265
|
*/
|
|
5266
|
-
Schema?: string;
|
|
5266
|
+
Schema?: string | undefined;
|
|
5267
5267
|
/**
|
|
5268
5268
|
* <p>All data in Snowflake is stored in database tables, logically structured as collections of columns and rows.</p>
|
|
5269
5269
|
* @public
|
|
5270
5270
|
*/
|
|
5271
|
-
Table?: string;
|
|
5271
|
+
Table?: string | undefined;
|
|
5272
5272
|
/**
|
|
5273
5273
|
* <p>Optionally configure a Snowflake role. Otherwise the default user role will be used.</p>
|
|
5274
5274
|
* @public
|
|
5275
5275
|
*/
|
|
5276
|
-
SnowflakeRoleConfiguration?: SnowflakeRoleConfiguration;
|
|
5276
|
+
SnowflakeRoleConfiguration?: SnowflakeRoleConfiguration | undefined;
|
|
5277
5277
|
/**
|
|
5278
5278
|
* <p> JSON keys mapped to table column names or choose to split the JSON payload where content is mapped to a record content column and source metadata is mapped to a record metadata column.</p>
|
|
5279
5279
|
* @public
|
|
5280
5280
|
*/
|
|
5281
|
-
DataLoadingOption?: SnowflakeDataLoadingOption;
|
|
5281
|
+
DataLoadingOption?: SnowflakeDataLoadingOption | undefined;
|
|
5282
5282
|
/**
|
|
5283
5283
|
* <p>The name of the record metadata column</p>
|
|
5284
5284
|
* @public
|
|
5285
5285
|
*/
|
|
5286
|
-
MetaDataColumnName?: string;
|
|
5286
|
+
MetaDataColumnName?: string | undefined;
|
|
5287
5287
|
/**
|
|
5288
5288
|
* <p>The name of the content metadata column</p>
|
|
5289
5289
|
* @public
|
|
5290
5290
|
*/
|
|
5291
|
-
ContentColumnName?: string;
|
|
5291
|
+
ContentColumnName?: string | undefined;
|
|
5292
5292
|
/**
|
|
5293
5293
|
* <p>Describes the Amazon CloudWatch logging options for your Firehose stream.</p>
|
|
5294
5294
|
* @public
|
|
5295
5295
|
*/
|
|
5296
|
-
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
5296
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOptions | undefined;
|
|
5297
5297
|
/**
|
|
5298
5298
|
* <p>Describes a data processing configuration.</p>
|
|
5299
5299
|
* @public
|
|
5300
5300
|
*/
|
|
5301
|
-
ProcessingConfiguration?: ProcessingConfiguration;
|
|
5301
|
+
ProcessingConfiguration?: ProcessingConfiguration | undefined;
|
|
5302
5302
|
/**
|
|
5303
5303
|
* <p>The Amazon Resource Name (ARN) of the Snowflake role</p>
|
|
5304
5304
|
* @public
|
|
5305
5305
|
*/
|
|
5306
|
-
RoleARN?: string;
|
|
5306
|
+
RoleARN?: string | undefined;
|
|
5307
5307
|
/**
|
|
5308
5308
|
* <p>Specify how long Firehose retries sending data to the New Relic HTTP endpoint.
|
|
5309
5309
|
*
|
|
@@ -5316,32 +5316,32 @@ export interface SnowflakeDestinationUpdate {
|
|
|
5316
5316
|
* If you don't want Firehose to retry sending data, set this value to 0.</p>
|
|
5317
5317
|
* @public
|
|
5318
5318
|
*/
|
|
5319
|
-
RetryOptions?: SnowflakeRetryOptions;
|
|
5319
|
+
RetryOptions?: SnowflakeRetryOptions | undefined;
|
|
5320
5320
|
/**
|
|
5321
5321
|
* <p>Choose an S3 backup mode. Once you set the mode as <code>AllData</code>, you can not
|
|
5322
5322
|
* change it to <code>FailedDataOnly</code>.</p>
|
|
5323
5323
|
* @public
|
|
5324
5324
|
*/
|
|
5325
|
-
S3BackupMode?: SnowflakeS3BackupMode;
|
|
5325
|
+
S3BackupMode?: SnowflakeS3BackupMode | undefined;
|
|
5326
5326
|
/**
|
|
5327
5327
|
* <p>Describes an update for a destination in Amazon S3.</p>
|
|
5328
5328
|
* @public
|
|
5329
5329
|
*/
|
|
5330
|
-
S3Update?: S3DestinationUpdate;
|
|
5330
|
+
S3Update?: S3DestinationUpdate | undefined;
|
|
5331
5331
|
/**
|
|
5332
5332
|
* <p>
|
|
5333
5333
|
* Describes the Secrets Manager configuration in Snowflake.
|
|
5334
5334
|
* </p>
|
|
5335
5335
|
* @public
|
|
5336
5336
|
*/
|
|
5337
|
-
SecretsManagerConfiguration?: SecretsManagerConfiguration;
|
|
5337
|
+
SecretsManagerConfiguration?: SecretsManagerConfiguration | undefined;
|
|
5338
5338
|
/**
|
|
5339
5339
|
* <p>
|
|
5340
5340
|
* Describes the buffering to perform before delivering data to the Snowflake destination.
|
|
5341
5341
|
* </p>
|
|
5342
5342
|
* @public
|
|
5343
5343
|
*/
|
|
5344
|
-
BufferingHints?: SnowflakeBufferingHints;
|
|
5344
|
+
BufferingHints?: SnowflakeBufferingHints | undefined;
|
|
5345
5345
|
}
|
|
5346
5346
|
/**
|
|
5347
5347
|
* <p>Describes an update for a destination in Splunk.</p>
|
|
@@ -5353,18 +5353,18 @@ export interface SplunkDestinationUpdate {
|
|
|
5353
5353
|
* data.</p>
|
|
5354
5354
|
* @public
|
|
5355
5355
|
*/
|
|
5356
|
-
HECEndpoint?: string;
|
|
5356
|
+
HECEndpoint?: string | undefined;
|
|
5357
5357
|
/**
|
|
5358
5358
|
* <p>This type can be either "Raw" or "Event."</p>
|
|
5359
5359
|
* @public
|
|
5360
5360
|
*/
|
|
5361
|
-
HECEndpointType?: HECEndpointType;
|
|
5361
|
+
HECEndpointType?: HECEndpointType | undefined;
|
|
5362
5362
|
/**
|
|
5363
5363
|
* <p>A GUID that you obtain from your Splunk cluster when you create a new HEC
|
|
5364
5364
|
* endpoint.</p>
|
|
5365
5365
|
* @public
|
|
5366
5366
|
*/
|
|
5367
|
-
HECToken?: string;
|
|
5367
|
+
HECToken?: string | undefined;
|
|
5368
5368
|
/**
|
|
5369
5369
|
* <p>The amount of time that Firehose waits to receive an acknowledgment from
|
|
5370
5370
|
* Splunk after it sends data. At the end of the timeout period, Firehose either
|
|
@@ -5372,13 +5372,13 @@ export interface SplunkDestinationUpdate {
|
|
|
5372
5372
|
* settings.</p>
|
|
5373
5373
|
* @public
|
|
5374
5374
|
*/
|
|
5375
|
-
HECAcknowledgmentTimeoutInSeconds?: number;
|
|
5375
|
+
HECAcknowledgmentTimeoutInSeconds?: number | undefined;
|
|
5376
5376
|
/**
|
|
5377
5377
|
* <p>The retry behavior in case Firehose is unable to deliver data to Splunk
|
|
5378
5378
|
* or if it doesn't receive an acknowledgment of receipt from Splunk.</p>
|
|
5379
5379
|
* @public
|
|
5380
5380
|
*/
|
|
5381
|
-
RetryOptions?: SplunkRetryOptions;
|
|
5381
|
+
RetryOptions?: SplunkRetryOptions | undefined;
|
|
5382
5382
|
/**
|
|
5383
5383
|
* <p>Specifies how you want Firehose to back up documents to Amazon S3. When
|
|
5384
5384
|
* set to <code>FailedDocumentsOnly</code>, Firehose writes any data that could
|
|
@@ -5390,34 +5390,34 @@ export interface SplunkDestinationUpdate {
|
|
|
5390
5390
|
* <code>FailedEventsOnly</code>.</p>
|
|
5391
5391
|
* @public
|
|
5392
5392
|
*/
|
|
5393
|
-
S3BackupMode?: SplunkS3BackupMode;
|
|
5393
|
+
S3BackupMode?: SplunkS3BackupMode | undefined;
|
|
5394
5394
|
/**
|
|
5395
5395
|
* <p>Your update to the configuration of the backup Amazon S3 location.</p>
|
|
5396
5396
|
* @public
|
|
5397
5397
|
*/
|
|
5398
|
-
S3Update?: S3DestinationUpdate;
|
|
5398
|
+
S3Update?: S3DestinationUpdate | undefined;
|
|
5399
5399
|
/**
|
|
5400
5400
|
* <p>The data processing configuration.</p>
|
|
5401
5401
|
* @public
|
|
5402
5402
|
*/
|
|
5403
|
-
ProcessingConfiguration?: ProcessingConfiguration;
|
|
5403
|
+
ProcessingConfiguration?: ProcessingConfiguration | undefined;
|
|
5404
5404
|
/**
|
|
5405
5405
|
* <p>The Amazon CloudWatch logging options for your Firehose stream.</p>
|
|
5406
5406
|
* @public
|
|
5407
5407
|
*/
|
|
5408
|
-
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
5408
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOptions | undefined;
|
|
5409
5409
|
/**
|
|
5410
5410
|
* <p>The buffering options. If no value is specified, the default values for Splunk are used.</p>
|
|
5411
5411
|
* @public
|
|
5412
5412
|
*/
|
|
5413
|
-
BufferingHints?: SplunkBufferingHints;
|
|
5413
|
+
BufferingHints?: SplunkBufferingHints | undefined;
|
|
5414
5414
|
/**
|
|
5415
5415
|
* <p>
|
|
5416
5416
|
* The configuration that defines how you access secrets for Splunk.
|
|
5417
5417
|
* </p>
|
|
5418
5418
|
* @public
|
|
5419
5419
|
*/
|
|
5420
|
-
SecretsManagerConfiguration?: SecretsManagerConfiguration;
|
|
5420
|
+
SecretsManagerConfiguration?: SecretsManagerConfiguration | undefined;
|
|
5421
5421
|
}
|
|
5422
5422
|
/**
|
|
5423
5423
|
* @public
|
|
@@ -5448,55 +5448,55 @@ export interface UpdateDestinationInput {
|
|
|
5448
5448
|
* <p>[Deprecated] Describes an update for a destination in Amazon S3.</p>
|
|
5449
5449
|
* @public
|
|
5450
5450
|
*/
|
|
5451
|
-
S3DestinationUpdate?: S3DestinationUpdate;
|
|
5451
|
+
S3DestinationUpdate?: S3DestinationUpdate | undefined;
|
|
5452
5452
|
/**
|
|
5453
5453
|
* <p>Describes an update for a destination in Amazon S3.</p>
|
|
5454
5454
|
* @public
|
|
5455
5455
|
*/
|
|
5456
|
-
ExtendedS3DestinationUpdate?: ExtendedS3DestinationUpdate;
|
|
5456
|
+
ExtendedS3DestinationUpdate?: ExtendedS3DestinationUpdate | undefined;
|
|
5457
5457
|
/**
|
|
5458
5458
|
* <p>Describes an update for a destination in Amazon Redshift.</p>
|
|
5459
5459
|
* @public
|
|
5460
5460
|
*/
|
|
5461
|
-
RedshiftDestinationUpdate?: RedshiftDestinationUpdate;
|
|
5461
|
+
RedshiftDestinationUpdate?: RedshiftDestinationUpdate | undefined;
|
|
5462
5462
|
/**
|
|
5463
5463
|
* <p>Describes an update for a destination in Amazon ES.</p>
|
|
5464
5464
|
* @public
|
|
5465
5465
|
*/
|
|
5466
|
-
ElasticsearchDestinationUpdate?: ElasticsearchDestinationUpdate;
|
|
5466
|
+
ElasticsearchDestinationUpdate?: ElasticsearchDestinationUpdate | undefined;
|
|
5467
5467
|
/**
|
|
5468
5468
|
* <p>Describes an update for a destination in Amazon OpenSearch Service.</p>
|
|
5469
5469
|
* @public
|
|
5470
5470
|
*/
|
|
5471
|
-
AmazonopensearchserviceDestinationUpdate?: AmazonopensearchserviceDestinationUpdate;
|
|
5471
|
+
AmazonopensearchserviceDestinationUpdate?: AmazonopensearchserviceDestinationUpdate | undefined;
|
|
5472
5472
|
/**
|
|
5473
5473
|
* <p>Describes an update for a destination in Splunk.</p>
|
|
5474
5474
|
* @public
|
|
5475
5475
|
*/
|
|
5476
|
-
SplunkDestinationUpdate?: SplunkDestinationUpdate;
|
|
5476
|
+
SplunkDestinationUpdate?: SplunkDestinationUpdate | undefined;
|
|
5477
5477
|
/**
|
|
5478
5478
|
* <p>Describes an update to the specified HTTP endpoint destination.</p>
|
|
5479
5479
|
* @public
|
|
5480
5480
|
*/
|
|
5481
|
-
HttpEndpointDestinationUpdate?: HttpEndpointDestinationUpdate;
|
|
5481
|
+
HttpEndpointDestinationUpdate?: HttpEndpointDestinationUpdate | undefined;
|
|
5482
5482
|
/**
|
|
5483
5483
|
* <p>Describes an update for a destination in the Serverless offering for Amazon OpenSearch
|
|
5484
5484
|
* Service.</p>
|
|
5485
5485
|
* @public
|
|
5486
5486
|
*/
|
|
5487
|
-
AmazonOpenSearchServerlessDestinationUpdate?: AmazonOpenSearchServerlessDestinationUpdate;
|
|
5487
|
+
AmazonOpenSearchServerlessDestinationUpdate?: AmazonOpenSearchServerlessDestinationUpdate | undefined;
|
|
5488
5488
|
/**
|
|
5489
5489
|
* <p>Update to the Snowflake destination configuration settings.</p>
|
|
5490
5490
|
* @public
|
|
5491
5491
|
*/
|
|
5492
|
-
SnowflakeDestinationUpdate?: SnowflakeDestinationUpdate;
|
|
5492
|
+
SnowflakeDestinationUpdate?: SnowflakeDestinationUpdate | undefined;
|
|
5493
5493
|
/**
|
|
5494
5494
|
* <p>
|
|
5495
5495
|
* Describes an update for a destination in Apache Iceberg Tables.
|
|
5496
5496
|
* </p>
|
|
5497
5497
|
* @public
|
|
5498
5498
|
*/
|
|
5499
|
-
IcebergDestinationUpdate?: IcebergDestinationUpdate;
|
|
5499
|
+
IcebergDestinationUpdate?: IcebergDestinationUpdate | undefined;
|
|
5500
5500
|
}
|
|
5501
5501
|
/**
|
|
5502
5502
|
* @public
|