@aws-sdk/client-firehose 3.427.0 → 3.429.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 +51 -51
- package/dist-types/ts3.4/models/models_0.d.ts +51 -51
- package/package.json +31 -31
|
@@ -78,7 +78,7 @@ export interface ProcessorParameter {
|
|
|
78
78
|
* hint is 1MB for all destinations, except Splunk. For Splunk, the default buffering hint is
|
|
79
79
|
* 256 KB. </p>
|
|
80
80
|
*/
|
|
81
|
-
ParameterName: ProcessorParameterName |
|
|
81
|
+
ParameterName: ProcessorParameterName | undefined;
|
|
82
82
|
/**
|
|
83
83
|
* @public
|
|
84
84
|
* <p>The parameter value.</p>
|
|
@@ -109,7 +109,7 @@ export interface Processor {
|
|
|
109
109
|
* @public
|
|
110
110
|
* <p>The type of processor.</p>
|
|
111
111
|
*/
|
|
112
|
-
Type: ProcessorType |
|
|
112
|
+
Type: ProcessorType | undefined;
|
|
113
113
|
/**
|
|
114
114
|
* @public
|
|
115
115
|
* <p>The processor parameters.</p>
|
|
@@ -237,7 +237,7 @@ export interface EncryptionConfiguration {
|
|
|
237
237
|
* <p>Specifically override existing encryption information to ensure that no encryption is
|
|
238
238
|
* used.</p>
|
|
239
239
|
*/
|
|
240
|
-
NoEncryptionConfig?: NoEncryptionConfig
|
|
240
|
+
NoEncryptionConfig?: NoEncryptionConfig;
|
|
241
241
|
/**
|
|
242
242
|
* @public
|
|
243
243
|
* <p>The encryption key.</p>
|
|
@@ -291,7 +291,7 @@ export interface S3DestinationConfiguration {
|
|
|
291
291
|
* for Amazon Redshift destinations because they are not supported by the Amazon Redshift
|
|
292
292
|
* <code>COPY</code> operation that reads from the S3 bucket.</p>
|
|
293
293
|
*/
|
|
294
|
-
CompressionFormat?: CompressionFormat
|
|
294
|
+
CompressionFormat?: CompressionFormat;
|
|
295
295
|
/**
|
|
296
296
|
* @public
|
|
297
297
|
* <p>The encryption configuration. If no value is specified, the default is no
|
|
@@ -440,7 +440,7 @@ export interface AmazonOpenSearchServerlessDestinationConfiguration {
|
|
|
440
440
|
* records to Amazon S3, and also writes failed documents with AmazonOpenSearchService-failed/
|
|
441
441
|
* appended to the prefix.</p>
|
|
442
442
|
*/
|
|
443
|
-
S3BackupMode?: AmazonOpenSearchServerlessS3BackupMode
|
|
443
|
+
S3BackupMode?: AmazonOpenSearchServerlessS3BackupMode;
|
|
444
444
|
/**
|
|
445
445
|
* @public
|
|
446
446
|
* <p>Describes the configuration of a destination in Amazon S3.</p>
|
|
@@ -507,7 +507,7 @@ export interface S3DestinationDescription {
|
|
|
507
507
|
* <p>The compression format. If no value is specified, the default is
|
|
508
508
|
* <code>UNCOMPRESSED</code>.</p>
|
|
509
509
|
*/
|
|
510
|
-
CompressionFormat: CompressionFormat |
|
|
510
|
+
CompressionFormat: CompressionFormat | undefined;
|
|
511
511
|
/**
|
|
512
512
|
* @public
|
|
513
513
|
* <p>The encryption configuration. If no value is specified, the default is no
|
|
@@ -649,7 +649,7 @@ export interface AmazonOpenSearchServerlessDestinationDescription {
|
|
|
649
649
|
* @public
|
|
650
650
|
* <p>The Amazon S3 backup mode.</p>
|
|
651
651
|
*/
|
|
652
|
-
S3BackupMode?: AmazonOpenSearchServerlessS3BackupMode
|
|
652
|
+
S3BackupMode?: AmazonOpenSearchServerlessS3BackupMode;
|
|
653
653
|
/**
|
|
654
654
|
* @public
|
|
655
655
|
* <p>Describes a destination in Amazon S3.</p>
|
|
@@ -718,7 +718,7 @@ export interface S3DestinationUpdate {
|
|
|
718
718
|
* for Amazon Redshift destinations because they are not supported by the Amazon Redshift
|
|
719
719
|
* <code>COPY</code> operation that reads from the S3 bucket.</p>
|
|
720
720
|
*/
|
|
721
|
-
CompressionFormat?: CompressionFormat
|
|
721
|
+
CompressionFormat?: CompressionFormat;
|
|
722
722
|
/**
|
|
723
723
|
* @public
|
|
724
724
|
* <p>The encryption configuration. If no value is specified, the default is no
|
|
@@ -839,7 +839,7 @@ export interface DocumentIdOptions {
|
|
|
839
839
|
* of logs and observability data, to consume less resources in the Amazon OpenSearch Service
|
|
840
840
|
* domain, resulting in improved performance.</p>
|
|
841
841
|
*/
|
|
842
|
-
DefaultDocumentIdFormat: DefaultDocumentIdFormat |
|
|
842
|
+
DefaultDocumentIdFormat: DefaultDocumentIdFormat | undefined;
|
|
843
843
|
}
|
|
844
844
|
/**
|
|
845
845
|
* @public
|
|
@@ -925,7 +925,7 @@ export interface AmazonopensearchserviceDestinationConfiguration {
|
|
|
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
|
*/
|
|
928
|
-
IndexRotationPeriod?: AmazonopensearchserviceIndexRotationPeriod
|
|
928
|
+
IndexRotationPeriod?: AmazonopensearchserviceIndexRotationPeriod;
|
|
929
929
|
/**
|
|
930
930
|
* @public
|
|
931
931
|
* <p>The buffering options. If no value is specified, the default values for
|
|
@@ -947,7 +947,7 @@ export interface AmazonopensearchserviceDestinationConfiguration {
|
|
|
947
947
|
* records to Amazon S3, and also writes failed documents with AmazonOpenSearchService-failed/
|
|
948
948
|
* appended to the prefix. </p>
|
|
949
949
|
*/
|
|
950
|
-
S3BackupMode?: AmazonopensearchserviceS3BackupMode
|
|
950
|
+
S3BackupMode?: AmazonopensearchserviceS3BackupMode;
|
|
951
951
|
/**
|
|
952
952
|
* @public
|
|
953
953
|
* <p>Describes the configuration of a destination in Amazon S3.</p>
|
|
@@ -1013,7 +1013,7 @@ export interface AmazonopensearchserviceDestinationDescription {
|
|
|
1013
1013
|
* @public
|
|
1014
1014
|
* <p>The Amazon OpenSearch Service index rotation period</p>
|
|
1015
1015
|
*/
|
|
1016
|
-
IndexRotationPeriod?: AmazonopensearchserviceIndexRotationPeriod
|
|
1016
|
+
IndexRotationPeriod?: AmazonopensearchserviceIndexRotationPeriod;
|
|
1017
1017
|
/**
|
|
1018
1018
|
* @public
|
|
1019
1019
|
* <p>The buffering options.</p>
|
|
@@ -1028,7 +1028,7 @@ export interface AmazonopensearchserviceDestinationDescription {
|
|
|
1028
1028
|
* @public
|
|
1029
1029
|
* <p>The Amazon S3 backup mode.</p>
|
|
1030
1030
|
*/
|
|
1031
|
-
S3BackupMode?: AmazonopensearchserviceS3BackupMode
|
|
1031
|
+
S3BackupMode?: AmazonopensearchserviceS3BackupMode;
|
|
1032
1032
|
/**
|
|
1033
1033
|
* @public
|
|
1034
1034
|
* <p>Describes a destination in Amazon S3.</p>
|
|
@@ -1102,7 +1102,7 @@ export interface AmazonopensearchserviceDestinationUpdate {
|
|
|
1102
1102
|
* <p>The Amazon OpenSearch Service index rotation period. Index rotation appends a timestamp
|
|
1103
1103
|
* to IndexName to facilitate the expiration of old data.</p>
|
|
1104
1104
|
*/
|
|
1105
|
-
IndexRotationPeriod?: AmazonopensearchserviceIndexRotationPeriod
|
|
1105
|
+
IndexRotationPeriod?: AmazonopensearchserviceIndexRotationPeriod;
|
|
1106
1106
|
/**
|
|
1107
1107
|
* @public
|
|
1108
1108
|
* <p>The buffering options. If no value is specified, AmazonopensearchBufferingHints object
|
|
@@ -1163,7 +1163,7 @@ export interface AuthenticationConfiguration {
|
|
|
1163
1163
|
* @public
|
|
1164
1164
|
* <p>The type of connectivity used to access the Amazon MSK cluster.</p>
|
|
1165
1165
|
*/
|
|
1166
|
-
Connectivity: Connectivity |
|
|
1166
|
+
Connectivity: Connectivity | undefined;
|
|
1167
1167
|
}
|
|
1168
1168
|
/**
|
|
1169
1169
|
* @public
|
|
@@ -1277,7 +1277,7 @@ export interface DeliveryStreamEncryptionConfigurationInput {
|
|
|
1277
1277
|
* Service developer guide.</p>
|
|
1278
1278
|
* </important>
|
|
1279
1279
|
*/
|
|
1280
|
-
KeyType: KeyType |
|
|
1280
|
+
KeyType: KeyType | undefined;
|
|
1281
1281
|
}
|
|
1282
1282
|
/**
|
|
1283
1283
|
* @public
|
|
@@ -1405,7 +1405,7 @@ export interface ElasticsearchDestinationConfiguration {
|
|
|
1405
1405
|
* see <a href="https://docs.aws.amazon.com/firehose/latest/dev/basic-deliver.html#es-index-rotation">Index Rotation for the
|
|
1406
1406
|
* Amazon ES Destination</a>. The default value is <code>OneDay</code>.</p>
|
|
1407
1407
|
*/
|
|
1408
|
-
IndexRotationPeriod?: ElasticsearchIndexRotationPeriod
|
|
1408
|
+
IndexRotationPeriod?: ElasticsearchIndexRotationPeriod;
|
|
1409
1409
|
/**
|
|
1410
1410
|
* @public
|
|
1411
1411
|
* <p>The buffering options. If no value is specified, the default values for
|
|
@@ -1431,7 +1431,7 @@ export interface ElasticsearchDestinationConfiguration {
|
|
|
1431
1431
|
* <code>FailedDocumentsOnly</code>.</p>
|
|
1432
1432
|
* <p>You can't change this backup mode after you create the delivery stream. </p>
|
|
1433
1433
|
*/
|
|
1434
|
-
S3BackupMode?: ElasticsearchS3BackupMode
|
|
1434
|
+
S3BackupMode?: ElasticsearchS3BackupMode;
|
|
1435
1435
|
/**
|
|
1436
1436
|
* @public
|
|
1437
1437
|
* <p>The configuration for the backup Amazon S3 location.</p>
|
|
@@ -1624,7 +1624,7 @@ export interface OrcSerDe {
|
|
|
1624
1624
|
* @public
|
|
1625
1625
|
* <p>The compression code to use over data blocks. The default is <code>SNAPPY</code>.</p>
|
|
1626
1626
|
*/
|
|
1627
|
-
Compression?: OrcCompression
|
|
1627
|
+
Compression?: OrcCompression;
|
|
1628
1628
|
/**
|
|
1629
1629
|
* @public
|
|
1630
1630
|
* <p>The column names for which you want Kinesis Data Firehose to create bloom filters. The
|
|
@@ -1649,7 +1649,7 @@ export interface OrcSerDe {
|
|
|
1649
1649
|
* <p>The version of the file to write. The possible values are <code>V0_11</code> and
|
|
1650
1650
|
* <code>V0_12</code>. The default is <code>V0_12</code>.</p>
|
|
1651
1651
|
*/
|
|
1652
|
-
FormatVersion?: OrcFormatVersion
|
|
1652
|
+
FormatVersion?: OrcFormatVersion;
|
|
1653
1653
|
}
|
|
1654
1654
|
/**
|
|
1655
1655
|
* @public
|
|
@@ -1703,7 +1703,7 @@ export interface ParquetSerDe {
|
|
|
1703
1703
|
* being <code>SNAPPY</code>. Use <code>SNAPPY</code> for higher decompression speed. Use
|
|
1704
1704
|
* <code>GZIP</code> if the compression ratio is more important than speed.</p>
|
|
1705
1705
|
*/
|
|
1706
|
-
Compression?: ParquetCompression
|
|
1706
|
+
Compression?: ParquetCompression;
|
|
1707
1707
|
/**
|
|
1708
1708
|
* @public
|
|
1709
1709
|
* <p>Indicates whether to enable dictionary compression.</p>
|
|
@@ -1720,7 +1720,7 @@ export interface ParquetSerDe {
|
|
|
1720
1720
|
* <p>Indicates the version of row format to output. The possible values are <code>V1</code>
|
|
1721
1721
|
* and <code>V2</code>. The default is <code>V1</code>.</p>
|
|
1722
1722
|
*/
|
|
1723
|
-
WriterVersion?: ParquetWriterVersion
|
|
1723
|
+
WriterVersion?: ParquetWriterVersion;
|
|
1724
1724
|
}
|
|
1725
1725
|
/**
|
|
1726
1726
|
* @public
|
|
@@ -1945,7 +1945,7 @@ export interface ExtendedS3DestinationConfiguration {
|
|
|
1945
1945
|
* <p>The compression format. If no value is specified, the default is
|
|
1946
1946
|
* UNCOMPRESSED.</p>
|
|
1947
1947
|
*/
|
|
1948
|
-
CompressionFormat?: CompressionFormat
|
|
1948
|
+
CompressionFormat?: CompressionFormat;
|
|
1949
1949
|
/**
|
|
1950
1950
|
* @public
|
|
1951
1951
|
* <p>The encryption configuration. If no value is specified, the default is no
|
|
@@ -1968,7 +1968,7 @@ export interface ExtendedS3DestinationConfiguration {
|
|
|
1968
1968
|
* enable Amazon S3 backup if it is disabled. If backup is enabled, you can't update the
|
|
1969
1969
|
* delivery stream to disable it. </p>
|
|
1970
1970
|
*/
|
|
1971
|
-
S3BackupMode?: S3BackupMode
|
|
1971
|
+
S3BackupMode?: S3BackupMode;
|
|
1972
1972
|
/**
|
|
1973
1973
|
* @public
|
|
1974
1974
|
* <p>The configuration for backup in Amazon S3.</p>
|
|
@@ -2069,7 +2069,7 @@ export interface HttpEndpointRequestConfiguration {
|
|
|
2069
2069
|
* <p>Kinesis Data Firehose uses the content encoding to compress the body of a request before
|
|
2070
2070
|
* 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>
|
|
2071
2071
|
*/
|
|
2072
|
-
ContentEncoding?: ContentEncoding
|
|
2072
|
+
ContentEncoding?: ContentEncoding;
|
|
2073
2073
|
/**
|
|
2074
2074
|
* @public
|
|
2075
2075
|
* <p>Describes the metadata sent to the HTTP endpoint destination.</p>
|
|
@@ -2159,7 +2159,7 @@ export interface HttpEndpointDestinationConfiguration {
|
|
|
2159
2159
|
* only the documents that Kinesis Data Firehose could not deliver to the specified HTTP
|
|
2160
2160
|
* endpoint destination (<code>FailedDataOnly</code>).</p>
|
|
2161
2161
|
*/
|
|
2162
|
-
S3BackupMode?: HttpEndpointS3BackupMode
|
|
2162
|
+
S3BackupMode?: HttpEndpointS3BackupMode;
|
|
2163
2163
|
/**
|
|
2164
2164
|
* @public
|
|
2165
2165
|
* <p>Describes the configuration of a destination in Amazon S3.</p>
|
|
@@ -2295,7 +2295,7 @@ export interface RedshiftDestinationConfiguration {
|
|
|
2295
2295
|
* enable Amazon S3 backup if it is disabled. If backup is enabled, you can't update the
|
|
2296
2296
|
* delivery stream to disable it. </p>
|
|
2297
2297
|
*/
|
|
2298
|
-
S3BackupMode?: RedshiftS3BackupMode
|
|
2298
|
+
S3BackupMode?: RedshiftS3BackupMode;
|
|
2299
2299
|
/**
|
|
2300
2300
|
* @public
|
|
2301
2301
|
* <p>The configuration for backup in Amazon S3.</p>
|
|
@@ -2361,7 +2361,7 @@ export interface SplunkDestinationConfiguration {
|
|
|
2361
2361
|
* @public
|
|
2362
2362
|
* <p>This type can be either "Raw" or "Event."</p>
|
|
2363
2363
|
*/
|
|
2364
|
-
HECEndpointType: HECEndpointType |
|
|
2364
|
+
HECEndpointType: HECEndpointType | undefined;
|
|
2365
2365
|
/**
|
|
2366
2366
|
* @public
|
|
2367
2367
|
* <p>This is a GUID that you obtain from your Splunk cluster when you create a new HEC
|
|
@@ -2393,7 +2393,7 @@ export interface SplunkDestinationConfiguration {
|
|
|
2393
2393
|
* <code>AllEvents</code>. You can't update it from <code>AllEvents</code> to
|
|
2394
2394
|
* <code>FailedEventsOnly</code>.</p>
|
|
2395
2395
|
*/
|
|
2396
|
-
S3BackupMode?: SplunkS3BackupMode
|
|
2396
|
+
S3BackupMode?: SplunkS3BackupMode;
|
|
2397
2397
|
/**
|
|
2398
2398
|
* @public
|
|
2399
2399
|
* <p>The configuration for the backup Amazon S3 location.</p>
|
|
@@ -2459,7 +2459,7 @@ export interface CreateDeliveryStreamInput {
|
|
|
2459
2459
|
* </li>
|
|
2460
2460
|
* </ul>
|
|
2461
2461
|
*/
|
|
2462
|
-
DeliveryStreamType?: DeliveryStreamType
|
|
2462
|
+
DeliveryStreamType?: DeliveryStreamType;
|
|
2463
2463
|
/**
|
|
2464
2464
|
* @public
|
|
2465
2465
|
* <p>When a Kinesis data stream is used as the source for the delivery stream, a <a>KinesisStreamSourceConfiguration</a> containing the Kinesis data stream Amazon
|
|
@@ -2674,7 +2674,7 @@ export interface FailureDescription {
|
|
|
2674
2674
|
* @public
|
|
2675
2675
|
* <p>The type of error that caused the failure.</p>
|
|
2676
2676
|
*/
|
|
2677
|
-
Type: DeliveryStreamFailureType |
|
|
2677
|
+
Type: DeliveryStreamFailureType | undefined;
|
|
2678
2678
|
/**
|
|
2679
2679
|
* @public
|
|
2680
2680
|
* <p>A message providing details about the error that caused the failure.</p>
|
|
@@ -2717,7 +2717,7 @@ export interface DeliveryStreamEncryptionConfiguration {
|
|
|
2717
2717
|
* setting is <code>Amazon Web Services_OWNED_CMK</code>. For more information about CMKs, see
|
|
2718
2718
|
* <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#master_keys">Customer Master Keys (CMKs)</a>.</p>
|
|
2719
2719
|
*/
|
|
2720
|
-
KeyType?: KeyType
|
|
2720
|
+
KeyType?: KeyType;
|
|
2721
2721
|
/**
|
|
2722
2722
|
* @public
|
|
2723
2723
|
* <p>This is the server-side encryption (SSE) status for the delivery stream. For a full
|
|
@@ -2725,7 +2725,7 @@ export interface DeliveryStreamEncryptionConfiguration {
|
|
|
2725
2725
|
* or <code>DISABLING_FAILED</code>, it is the status of the most recent attempt to enable or
|
|
2726
2726
|
* disable SSE, respectively.</p>
|
|
2727
2727
|
*/
|
|
2728
|
-
Status?: DeliveryStreamEncryptionStatus
|
|
2728
|
+
Status?: DeliveryStreamEncryptionStatus;
|
|
2729
2729
|
/**
|
|
2730
2730
|
* @public
|
|
2731
2731
|
* <p>Provides details in case one of the following operations fails due to an error related
|
|
@@ -2792,7 +2792,7 @@ export interface ElasticsearchDestinationDescription {
|
|
|
2792
2792
|
* @public
|
|
2793
2793
|
* <p>The Elasticsearch index rotation period</p>
|
|
2794
2794
|
*/
|
|
2795
|
-
IndexRotationPeriod?: ElasticsearchIndexRotationPeriod
|
|
2795
|
+
IndexRotationPeriod?: ElasticsearchIndexRotationPeriod;
|
|
2796
2796
|
/**
|
|
2797
2797
|
* @public
|
|
2798
2798
|
* <p>The buffering options.</p>
|
|
@@ -2807,7 +2807,7 @@ export interface ElasticsearchDestinationDescription {
|
|
|
2807
2807
|
* @public
|
|
2808
2808
|
* <p>The Amazon S3 backup mode.</p>
|
|
2809
2809
|
*/
|
|
2810
|
-
S3BackupMode?: ElasticsearchS3BackupMode
|
|
2810
|
+
S3BackupMode?: ElasticsearchS3BackupMode;
|
|
2811
2811
|
/**
|
|
2812
2812
|
* @public
|
|
2813
2813
|
* <p>The Amazon S3 destination.</p>
|
|
@@ -2879,7 +2879,7 @@ export interface ExtendedS3DestinationDescription {
|
|
|
2879
2879
|
* <p>The compression format. If no value is specified, the default is
|
|
2880
2880
|
* <code>UNCOMPRESSED</code>.</p>
|
|
2881
2881
|
*/
|
|
2882
|
-
CompressionFormat: CompressionFormat |
|
|
2882
|
+
CompressionFormat: CompressionFormat | undefined;
|
|
2883
2883
|
/**
|
|
2884
2884
|
* @public
|
|
2885
2885
|
* <p>The encryption configuration. If no value is specified, the default is no
|
|
@@ -2900,7 +2900,7 @@ export interface ExtendedS3DestinationDescription {
|
|
|
2900
2900
|
* @public
|
|
2901
2901
|
* <p>The Amazon S3 backup mode.</p>
|
|
2902
2902
|
*/
|
|
2903
|
-
S3BackupMode?: S3BackupMode
|
|
2903
|
+
S3BackupMode?: S3BackupMode;
|
|
2904
2904
|
/**
|
|
2905
2905
|
* @public
|
|
2906
2906
|
* <p>The configuration for backup in Amazon S3.</p>
|
|
@@ -2992,7 +2992,7 @@ export interface HttpEndpointDestinationDescription {
|
|
|
2992
2992
|
* the documents that Kinesis Data Firehose could not deliver to the specified HTTP endpoint
|
|
2993
2993
|
* destination (<code>FailedDataOnly</code>).</p>
|
|
2994
2994
|
*/
|
|
2995
|
-
S3BackupMode?: HttpEndpointS3BackupMode
|
|
2995
|
+
S3BackupMode?: HttpEndpointS3BackupMode;
|
|
2996
2996
|
/**
|
|
2997
2997
|
* @public
|
|
2998
2998
|
* <p>Describes a destination in Amazon S3.</p>
|
|
@@ -3046,7 +3046,7 @@ export interface RedshiftDestinationDescription {
|
|
|
3046
3046
|
* @public
|
|
3047
3047
|
* <p>The Amazon S3 backup mode.</p>
|
|
3048
3048
|
*/
|
|
3049
|
-
S3BackupMode?: RedshiftS3BackupMode
|
|
3049
|
+
S3BackupMode?: RedshiftS3BackupMode;
|
|
3050
3050
|
/**
|
|
3051
3051
|
* @public
|
|
3052
3052
|
* <p>The configuration for backup in Amazon S3.</p>
|
|
@@ -3073,7 +3073,7 @@ export interface SplunkDestinationDescription {
|
|
|
3073
3073
|
* @public
|
|
3074
3074
|
* <p>This type can be either "Raw" or "Event."</p>
|
|
3075
3075
|
*/
|
|
3076
|
-
HECEndpointType?: HECEndpointType
|
|
3076
|
+
HECEndpointType?: HECEndpointType;
|
|
3077
3077
|
/**
|
|
3078
3078
|
* @public
|
|
3079
3079
|
* <p>A GUID you obtain from your Splunk cluster when you create a new HEC
|
|
@@ -3102,7 +3102,7 @@ export interface SplunkDestinationDescription {
|
|
|
3102
3102
|
* Kinesis Data Firehose delivers all incoming records to Amazon S3, and also writes failed
|
|
3103
3103
|
* documents to Amazon S3. Default value is <code>FailedDocumentsOnly</code>. </p>
|
|
3104
3104
|
*/
|
|
3105
|
-
S3BackupMode?: SplunkS3BackupMode
|
|
3105
|
+
S3BackupMode?: SplunkS3BackupMode;
|
|
3106
3106
|
/**
|
|
3107
3107
|
* @public
|
|
3108
3108
|
* <p>The Amazon S3 destination.></p>
|
|
@@ -3267,7 +3267,7 @@ export interface DeliveryStreamDescription {
|
|
|
3267
3267
|
* <code>CREATING_FAILED</code>, this status doesn't change, and you can't invoke
|
|
3268
3268
|
* <code>CreateDeliveryStream</code> again on it. However, you can invoke the <a>DeleteDeliveryStream</a> operation to delete it.</p>
|
|
3269
3269
|
*/
|
|
3270
|
-
DeliveryStreamStatus: DeliveryStreamStatus |
|
|
3270
|
+
DeliveryStreamStatus: DeliveryStreamStatus | undefined;
|
|
3271
3271
|
/**
|
|
3272
3272
|
* @public
|
|
3273
3273
|
* <p>Provides details in case one of the following operations fails due to an error related
|
|
@@ -3296,7 +3296,7 @@ export interface DeliveryStreamDescription {
|
|
|
3296
3296
|
* </li>
|
|
3297
3297
|
* </ul>
|
|
3298
3298
|
*/
|
|
3299
|
-
DeliveryStreamType: DeliveryStreamType |
|
|
3299
|
+
DeliveryStreamType: DeliveryStreamType | undefined;
|
|
3300
3300
|
/**
|
|
3301
3301
|
* @public
|
|
3302
3302
|
* <p>Each time the destination is updated for a delivery stream, the version ID is
|
|
@@ -3418,7 +3418,7 @@ export interface ElasticsearchDestinationUpdate {
|
|
|
3418
3418
|
* see <a href="https://docs.aws.amazon.com/firehose/latest/dev/basic-deliver.html#es-index-rotation">Index Rotation for the
|
|
3419
3419
|
* Amazon ES Destination</a>. Default value is <code>OneDay</code>.</p>
|
|
3420
3420
|
*/
|
|
3421
|
-
IndexRotationPeriod?: ElasticsearchIndexRotationPeriod
|
|
3421
|
+
IndexRotationPeriod?: ElasticsearchIndexRotationPeriod;
|
|
3422
3422
|
/**
|
|
3423
3423
|
* @public
|
|
3424
3424
|
* <p>The buffering options. If no value is specified,
|
|
@@ -3496,7 +3496,7 @@ export interface ExtendedS3DestinationUpdate {
|
|
|
3496
3496
|
* <p>The compression format. If no value is specified, the default is
|
|
3497
3497
|
* <code>UNCOMPRESSED</code>. </p>
|
|
3498
3498
|
*/
|
|
3499
|
-
CompressionFormat?: CompressionFormat
|
|
3499
|
+
CompressionFormat?: CompressionFormat;
|
|
3500
3500
|
/**
|
|
3501
3501
|
* @public
|
|
3502
3502
|
* <p>The encryption configuration. If no value is specified, the default is no
|
|
@@ -3518,7 +3518,7 @@ export interface ExtendedS3DestinationUpdate {
|
|
|
3518
3518
|
* <p>You can update a delivery stream to enable Amazon S3 backup if it is disabled. If
|
|
3519
3519
|
* backup is enabled, you can't update the delivery stream to disable it. </p>
|
|
3520
3520
|
*/
|
|
3521
|
-
S3BackupMode?: S3BackupMode
|
|
3521
|
+
S3BackupMode?: S3BackupMode;
|
|
3522
3522
|
/**
|
|
3523
3523
|
* @public
|
|
3524
3524
|
* <p>The Amazon S3 destination for backup.</p>
|
|
@@ -3566,7 +3566,7 @@ export interface ListDeliveryStreamsInput {
|
|
|
3566
3566
|
* <p>This parameter is optional. If this parameter is omitted, delivery streams of all
|
|
3567
3567
|
* types are returned.</p>
|
|
3568
3568
|
*/
|
|
3569
|
-
DeliveryStreamType?: DeliveryStreamType
|
|
3569
|
+
DeliveryStreamType?: DeliveryStreamType;
|
|
3570
3570
|
/**
|
|
3571
3571
|
* @public
|
|
3572
3572
|
* <p>The list of delivery streams returned by this call to
|
|
@@ -3889,7 +3889,7 @@ export interface HttpEndpointDestinationUpdate {
|
|
|
3889
3889
|
* the documents that Kinesis Data Firehose could not deliver to the specified HTTP endpoint
|
|
3890
3890
|
* destination (<code>FailedDataOnly</code>).</p>
|
|
3891
3891
|
*/
|
|
3892
|
-
S3BackupMode?: HttpEndpointS3BackupMode
|
|
3892
|
+
S3BackupMode?: HttpEndpointS3BackupMode;
|
|
3893
3893
|
/**
|
|
3894
3894
|
* @public
|
|
3895
3895
|
* <p>Describes an update for a destination in Amazon S3.</p>
|
|
@@ -3953,7 +3953,7 @@ export interface RedshiftDestinationUpdate {
|
|
|
3953
3953
|
* <p>You can update a delivery stream to enable Amazon S3 backup if it is disabled. If
|
|
3954
3954
|
* backup is enabled, you can't update the delivery stream to disable it. </p>
|
|
3955
3955
|
*/
|
|
3956
|
-
S3BackupMode?: RedshiftS3BackupMode
|
|
3956
|
+
S3BackupMode?: RedshiftS3BackupMode;
|
|
3957
3957
|
/**
|
|
3958
3958
|
* @public
|
|
3959
3959
|
* <p>The Amazon S3 destination for backup.</p>
|
|
@@ -3980,7 +3980,7 @@ export interface SplunkDestinationUpdate {
|
|
|
3980
3980
|
* @public
|
|
3981
3981
|
* <p>This type can be either "Raw" or "Event."</p>
|
|
3982
3982
|
*/
|
|
3983
|
-
HECEndpointType?: HECEndpointType
|
|
3983
|
+
HECEndpointType?: HECEndpointType;
|
|
3984
3984
|
/**
|
|
3985
3985
|
* @public
|
|
3986
3986
|
* <p>A GUID that you obtain from your Splunk cluster when you create a new HEC
|
|
@@ -4012,7 +4012,7 @@ export interface SplunkDestinationUpdate {
|
|
|
4012
4012
|
* <code>AllEvents</code>. You can't update it from <code>AllEvents</code> to
|
|
4013
4013
|
* <code>FailedEventsOnly</code>.</p>
|
|
4014
4014
|
*/
|
|
4015
|
-
S3BackupMode?: SplunkS3BackupMode
|
|
4015
|
+
S3BackupMode?: SplunkS3BackupMode;
|
|
4016
4016
|
/**
|
|
4017
4017
|
* @public
|
|
4018
4018
|
* <p>Your update to the configuration of the backup Amazon S3 location.</p>
|
|
@@ -24,7 +24,7 @@ export declare const ProcessorParameterName: {
|
|
|
24
24
|
export type ProcessorParameterName =
|
|
25
25
|
(typeof ProcessorParameterName)[keyof typeof ProcessorParameterName];
|
|
26
26
|
export interface ProcessorParameter {
|
|
27
|
-
ParameterName: ProcessorParameterName |
|
|
27
|
+
ParameterName: ProcessorParameterName | undefined;
|
|
28
28
|
ParameterValue: string | undefined;
|
|
29
29
|
}
|
|
30
30
|
export declare const ProcessorType: {
|
|
@@ -36,7 +36,7 @@ export declare const ProcessorType: {
|
|
|
36
36
|
};
|
|
37
37
|
export type ProcessorType = (typeof ProcessorType)[keyof typeof ProcessorType];
|
|
38
38
|
export interface Processor {
|
|
39
|
-
Type: ProcessorType |
|
|
39
|
+
Type: ProcessorType | undefined;
|
|
40
40
|
Parameters?: ProcessorParameter[];
|
|
41
41
|
}
|
|
42
42
|
export interface ProcessingConfiguration {
|
|
@@ -74,7 +74,7 @@ export declare const NoEncryptionConfig: {
|
|
|
74
74
|
export type NoEncryptionConfig =
|
|
75
75
|
(typeof NoEncryptionConfig)[keyof typeof NoEncryptionConfig];
|
|
76
76
|
export interface EncryptionConfiguration {
|
|
77
|
-
NoEncryptionConfig?: NoEncryptionConfig
|
|
77
|
+
NoEncryptionConfig?: NoEncryptionConfig;
|
|
78
78
|
KMSEncryptionConfig?: KMSEncryptionConfig;
|
|
79
79
|
}
|
|
80
80
|
export interface S3DestinationConfiguration {
|
|
@@ -83,7 +83,7 @@ export interface S3DestinationConfiguration {
|
|
|
83
83
|
Prefix?: string;
|
|
84
84
|
ErrorOutputPrefix?: string;
|
|
85
85
|
BufferingHints?: BufferingHints;
|
|
86
|
-
CompressionFormat?: CompressionFormat
|
|
86
|
+
CompressionFormat?: CompressionFormat;
|
|
87
87
|
EncryptionConfiguration?: EncryptionConfiguration;
|
|
88
88
|
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
89
89
|
}
|
|
@@ -98,7 +98,7 @@ export interface AmazonOpenSearchServerlessDestinationConfiguration {
|
|
|
98
98
|
IndexName: string | undefined;
|
|
99
99
|
BufferingHints?: AmazonOpenSearchServerlessBufferingHints;
|
|
100
100
|
RetryOptions?: AmazonOpenSearchServerlessRetryOptions;
|
|
101
|
-
S3BackupMode?: AmazonOpenSearchServerlessS3BackupMode
|
|
101
|
+
S3BackupMode?: AmazonOpenSearchServerlessS3BackupMode;
|
|
102
102
|
S3Configuration: S3DestinationConfiguration | undefined;
|
|
103
103
|
ProcessingConfiguration?: ProcessingConfiguration;
|
|
104
104
|
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
@@ -110,7 +110,7 @@ export interface S3DestinationDescription {
|
|
|
110
110
|
Prefix?: string;
|
|
111
111
|
ErrorOutputPrefix?: string;
|
|
112
112
|
BufferingHints: BufferingHints | undefined;
|
|
113
|
-
CompressionFormat: CompressionFormat |
|
|
113
|
+
CompressionFormat: CompressionFormat | undefined;
|
|
114
114
|
EncryptionConfiguration: EncryptionConfiguration | undefined;
|
|
115
115
|
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
116
116
|
}
|
|
@@ -126,7 +126,7 @@ export interface AmazonOpenSearchServerlessDestinationDescription {
|
|
|
126
126
|
IndexName?: string;
|
|
127
127
|
BufferingHints?: AmazonOpenSearchServerlessBufferingHints;
|
|
128
128
|
RetryOptions?: AmazonOpenSearchServerlessRetryOptions;
|
|
129
|
-
S3BackupMode?: AmazonOpenSearchServerlessS3BackupMode
|
|
129
|
+
S3BackupMode?: AmazonOpenSearchServerlessS3BackupMode;
|
|
130
130
|
S3DestinationDescription?: S3DestinationDescription;
|
|
131
131
|
ProcessingConfiguration?: ProcessingConfiguration;
|
|
132
132
|
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
@@ -138,7 +138,7 @@ export interface S3DestinationUpdate {
|
|
|
138
138
|
Prefix?: string;
|
|
139
139
|
ErrorOutputPrefix?: string;
|
|
140
140
|
BufferingHints?: BufferingHints;
|
|
141
|
-
CompressionFormat?: CompressionFormat
|
|
141
|
+
CompressionFormat?: CompressionFormat;
|
|
142
142
|
EncryptionConfiguration?: EncryptionConfiguration;
|
|
143
143
|
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
144
144
|
}
|
|
@@ -163,7 +163,7 @@ export declare const DefaultDocumentIdFormat: {
|
|
|
163
163
|
export type DefaultDocumentIdFormat =
|
|
164
164
|
(typeof DefaultDocumentIdFormat)[keyof typeof DefaultDocumentIdFormat];
|
|
165
165
|
export interface DocumentIdOptions {
|
|
166
|
-
DefaultDocumentIdFormat: DefaultDocumentIdFormat |
|
|
166
|
+
DefaultDocumentIdFormat: DefaultDocumentIdFormat | undefined;
|
|
167
167
|
}
|
|
168
168
|
export declare const AmazonopensearchserviceIndexRotationPeriod: {
|
|
169
169
|
readonly NoRotation: "NoRotation";
|
|
@@ -189,10 +189,10 @@ export interface AmazonopensearchserviceDestinationConfiguration {
|
|
|
189
189
|
ClusterEndpoint?: string;
|
|
190
190
|
IndexName: string | undefined;
|
|
191
191
|
TypeName?: string;
|
|
192
|
-
IndexRotationPeriod?: AmazonopensearchserviceIndexRotationPeriod
|
|
192
|
+
IndexRotationPeriod?: AmazonopensearchserviceIndexRotationPeriod;
|
|
193
193
|
BufferingHints?: AmazonopensearchserviceBufferingHints;
|
|
194
194
|
RetryOptions?: AmazonopensearchserviceRetryOptions;
|
|
195
|
-
S3BackupMode?: AmazonopensearchserviceS3BackupMode
|
|
195
|
+
S3BackupMode?: AmazonopensearchserviceS3BackupMode;
|
|
196
196
|
S3Configuration: S3DestinationConfiguration | undefined;
|
|
197
197
|
ProcessingConfiguration?: ProcessingConfiguration;
|
|
198
198
|
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
@@ -205,10 +205,10 @@ export interface AmazonopensearchserviceDestinationDescription {
|
|
|
205
205
|
ClusterEndpoint?: string;
|
|
206
206
|
IndexName?: string;
|
|
207
207
|
TypeName?: string;
|
|
208
|
-
IndexRotationPeriod?: AmazonopensearchserviceIndexRotationPeriod
|
|
208
|
+
IndexRotationPeriod?: AmazonopensearchserviceIndexRotationPeriod;
|
|
209
209
|
BufferingHints?: AmazonopensearchserviceBufferingHints;
|
|
210
210
|
RetryOptions?: AmazonopensearchserviceRetryOptions;
|
|
211
|
-
S3BackupMode?: AmazonopensearchserviceS3BackupMode
|
|
211
|
+
S3BackupMode?: AmazonopensearchserviceS3BackupMode;
|
|
212
212
|
S3DestinationDescription?: S3DestinationDescription;
|
|
213
213
|
ProcessingConfiguration?: ProcessingConfiguration;
|
|
214
214
|
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
@@ -221,7 +221,7 @@ export interface AmazonopensearchserviceDestinationUpdate {
|
|
|
221
221
|
ClusterEndpoint?: string;
|
|
222
222
|
IndexName?: string;
|
|
223
223
|
TypeName?: string;
|
|
224
|
-
IndexRotationPeriod?: AmazonopensearchserviceIndexRotationPeriod
|
|
224
|
+
IndexRotationPeriod?: AmazonopensearchserviceIndexRotationPeriod;
|
|
225
225
|
BufferingHints?: AmazonopensearchserviceBufferingHints;
|
|
226
226
|
RetryOptions?: AmazonopensearchserviceRetryOptions;
|
|
227
227
|
S3Update?: S3DestinationUpdate;
|
|
@@ -236,7 +236,7 @@ export declare const Connectivity: {
|
|
|
236
236
|
export type Connectivity = (typeof Connectivity)[keyof typeof Connectivity];
|
|
237
237
|
export interface AuthenticationConfiguration {
|
|
238
238
|
RoleARN: string | undefined;
|
|
239
|
-
Connectivity: Connectivity |
|
|
239
|
+
Connectivity: Connectivity | undefined;
|
|
240
240
|
}
|
|
241
241
|
export declare class ConcurrentModificationException extends __BaseException {
|
|
242
242
|
readonly name: "ConcurrentModificationException";
|
|
@@ -266,7 +266,7 @@ export declare const KeyType: {
|
|
|
266
266
|
export type KeyType = (typeof KeyType)[keyof typeof KeyType];
|
|
267
267
|
export interface DeliveryStreamEncryptionConfigurationInput {
|
|
268
268
|
KeyARN?: string;
|
|
269
|
-
KeyType: KeyType |
|
|
269
|
+
KeyType: KeyType | undefined;
|
|
270
270
|
}
|
|
271
271
|
export declare const DeliveryStreamType: {
|
|
272
272
|
readonly DirectPut: "DirectPut";
|
|
@@ -303,10 +303,10 @@ export interface ElasticsearchDestinationConfiguration {
|
|
|
303
303
|
ClusterEndpoint?: string;
|
|
304
304
|
IndexName: string | undefined;
|
|
305
305
|
TypeName?: string;
|
|
306
|
-
IndexRotationPeriod?: ElasticsearchIndexRotationPeriod
|
|
306
|
+
IndexRotationPeriod?: ElasticsearchIndexRotationPeriod;
|
|
307
307
|
BufferingHints?: ElasticsearchBufferingHints;
|
|
308
308
|
RetryOptions?: ElasticsearchRetryOptions;
|
|
309
|
-
S3BackupMode?: ElasticsearchS3BackupMode
|
|
309
|
+
S3BackupMode?: ElasticsearchS3BackupMode;
|
|
310
310
|
S3Configuration: S3DestinationConfiguration | undefined;
|
|
311
311
|
ProcessingConfiguration?: ProcessingConfiguration;
|
|
312
312
|
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
@@ -347,11 +347,11 @@ export interface OrcSerDe {
|
|
|
347
347
|
RowIndexStride?: number;
|
|
348
348
|
EnablePadding?: boolean;
|
|
349
349
|
PaddingTolerance?: number;
|
|
350
|
-
Compression?: OrcCompression
|
|
350
|
+
Compression?: OrcCompression;
|
|
351
351
|
BloomFilterColumns?: string[];
|
|
352
352
|
BloomFilterFalsePositiveProbability?: number;
|
|
353
353
|
DictionaryKeyThreshold?: number;
|
|
354
|
-
FormatVersion?: OrcFormatVersion
|
|
354
|
+
FormatVersion?: OrcFormatVersion;
|
|
355
355
|
}
|
|
356
356
|
export declare const ParquetCompression: {
|
|
357
357
|
readonly GZIP: "GZIP";
|
|
@@ -369,10 +369,10 @@ export type ParquetWriterVersion =
|
|
|
369
369
|
export interface ParquetSerDe {
|
|
370
370
|
BlockSizeBytes?: number;
|
|
371
371
|
PageSizeBytes?: number;
|
|
372
|
-
Compression?: ParquetCompression
|
|
372
|
+
Compression?: ParquetCompression;
|
|
373
373
|
EnableDictionaryCompression?: boolean;
|
|
374
374
|
MaxPaddingBytes?: number;
|
|
375
|
-
WriterVersion?: ParquetWriterVersion
|
|
375
|
+
WriterVersion?: ParquetWriterVersion;
|
|
376
376
|
}
|
|
377
377
|
export interface Serializer {
|
|
378
378
|
ParquetSerDe?: ParquetSerDe;
|
|
@@ -413,11 +413,11 @@ export interface ExtendedS3DestinationConfiguration {
|
|
|
413
413
|
Prefix?: string;
|
|
414
414
|
ErrorOutputPrefix?: string;
|
|
415
415
|
BufferingHints?: BufferingHints;
|
|
416
|
-
CompressionFormat?: CompressionFormat
|
|
416
|
+
CompressionFormat?: CompressionFormat;
|
|
417
417
|
EncryptionConfiguration?: EncryptionConfiguration;
|
|
418
418
|
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
419
419
|
ProcessingConfiguration?: ProcessingConfiguration;
|
|
420
|
-
S3BackupMode?: S3BackupMode
|
|
420
|
+
S3BackupMode?: S3BackupMode;
|
|
421
421
|
S3BackupConfiguration?: S3DestinationConfiguration;
|
|
422
422
|
DataFormatConversionConfiguration?: DataFormatConversionConfiguration;
|
|
423
423
|
DynamicPartitioningConfiguration?: DynamicPartitioningConfiguration;
|
|
@@ -436,7 +436,7 @@ export interface HttpEndpointCommonAttribute {
|
|
|
436
436
|
AttributeValue: string | undefined;
|
|
437
437
|
}
|
|
438
438
|
export interface HttpEndpointRequestConfiguration {
|
|
439
|
-
ContentEncoding?: ContentEncoding
|
|
439
|
+
ContentEncoding?: ContentEncoding;
|
|
440
440
|
CommonAttributes?: HttpEndpointCommonAttribute[];
|
|
441
441
|
}
|
|
442
442
|
export interface HttpEndpointRetryOptions {
|
|
@@ -456,7 +456,7 @@ export interface HttpEndpointDestinationConfiguration {
|
|
|
456
456
|
ProcessingConfiguration?: ProcessingConfiguration;
|
|
457
457
|
RoleARN?: string;
|
|
458
458
|
RetryOptions?: HttpEndpointRetryOptions;
|
|
459
|
-
S3BackupMode?: HttpEndpointS3BackupMode
|
|
459
|
+
S3BackupMode?: HttpEndpointS3BackupMode;
|
|
460
460
|
S3Configuration: S3DestinationConfiguration | undefined;
|
|
461
461
|
}
|
|
462
462
|
export interface KinesisStreamSourceConfiguration {
|
|
@@ -486,7 +486,7 @@ export interface RedshiftDestinationConfiguration {
|
|
|
486
486
|
RetryOptions?: RedshiftRetryOptions;
|
|
487
487
|
S3Configuration: S3DestinationConfiguration | undefined;
|
|
488
488
|
ProcessingConfiguration?: ProcessingConfiguration;
|
|
489
|
-
S3BackupMode?: RedshiftS3BackupMode
|
|
489
|
+
S3BackupMode?: RedshiftS3BackupMode;
|
|
490
490
|
S3BackupConfiguration?: S3DestinationConfiguration;
|
|
491
491
|
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
492
492
|
}
|
|
@@ -507,11 +507,11 @@ export type SplunkS3BackupMode =
|
|
|
507
507
|
(typeof SplunkS3BackupMode)[keyof typeof SplunkS3BackupMode];
|
|
508
508
|
export interface SplunkDestinationConfiguration {
|
|
509
509
|
HECEndpoint: string | undefined;
|
|
510
|
-
HECEndpointType: HECEndpointType |
|
|
510
|
+
HECEndpointType: HECEndpointType | undefined;
|
|
511
511
|
HECToken: string | undefined;
|
|
512
512
|
HECAcknowledgmentTimeoutInSeconds?: number;
|
|
513
513
|
RetryOptions?: SplunkRetryOptions;
|
|
514
|
-
S3BackupMode?: SplunkS3BackupMode
|
|
514
|
+
S3BackupMode?: SplunkS3BackupMode;
|
|
515
515
|
S3Configuration: S3DestinationConfiguration | undefined;
|
|
516
516
|
ProcessingConfiguration?: ProcessingConfiguration;
|
|
517
517
|
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
@@ -522,7 +522,7 @@ export interface Tag {
|
|
|
522
522
|
}
|
|
523
523
|
export interface CreateDeliveryStreamInput {
|
|
524
524
|
DeliveryStreamName: string | undefined;
|
|
525
|
-
DeliveryStreamType?: DeliveryStreamType
|
|
525
|
+
DeliveryStreamType?: DeliveryStreamType;
|
|
526
526
|
KinesisStreamSourceConfiguration?: KinesisStreamSourceConfiguration;
|
|
527
527
|
DeliveryStreamEncryptionConfigurationInput?: DeliveryStreamEncryptionConfigurationInput;
|
|
528
528
|
S3DestinationConfiguration?: S3DestinationConfiguration;
|
|
@@ -600,7 +600,7 @@ export declare const DeliveryStreamFailureType: {
|
|
|
600
600
|
export type DeliveryStreamFailureType =
|
|
601
601
|
(typeof DeliveryStreamFailureType)[keyof typeof DeliveryStreamFailureType];
|
|
602
602
|
export interface FailureDescription {
|
|
603
|
-
Type: DeliveryStreamFailureType |
|
|
603
|
+
Type: DeliveryStreamFailureType | undefined;
|
|
604
604
|
Details: string | undefined;
|
|
605
605
|
}
|
|
606
606
|
export declare const DeliveryStreamEncryptionStatus: {
|
|
@@ -615,8 +615,8 @@ export type DeliveryStreamEncryptionStatus =
|
|
|
615
615
|
(typeof DeliveryStreamEncryptionStatus)[keyof typeof DeliveryStreamEncryptionStatus];
|
|
616
616
|
export interface DeliveryStreamEncryptionConfiguration {
|
|
617
617
|
KeyARN?: string;
|
|
618
|
-
KeyType?: KeyType
|
|
619
|
-
Status?: DeliveryStreamEncryptionStatus
|
|
618
|
+
KeyType?: KeyType;
|
|
619
|
+
Status?: DeliveryStreamEncryptionStatus;
|
|
620
620
|
FailureDescription?: FailureDescription;
|
|
621
621
|
}
|
|
622
622
|
export declare const DeliveryStreamStatus: {
|
|
@@ -634,10 +634,10 @@ export interface ElasticsearchDestinationDescription {
|
|
|
634
634
|
ClusterEndpoint?: string;
|
|
635
635
|
IndexName?: string;
|
|
636
636
|
TypeName?: string;
|
|
637
|
-
IndexRotationPeriod?: ElasticsearchIndexRotationPeriod
|
|
637
|
+
IndexRotationPeriod?: ElasticsearchIndexRotationPeriod;
|
|
638
638
|
BufferingHints?: ElasticsearchBufferingHints;
|
|
639
639
|
RetryOptions?: ElasticsearchRetryOptions;
|
|
640
|
-
S3BackupMode?: ElasticsearchS3BackupMode
|
|
640
|
+
S3BackupMode?: ElasticsearchS3BackupMode;
|
|
641
641
|
S3DestinationDescription?: S3DestinationDescription;
|
|
642
642
|
ProcessingConfiguration?: ProcessingConfiguration;
|
|
643
643
|
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
@@ -650,11 +650,11 @@ export interface ExtendedS3DestinationDescription {
|
|
|
650
650
|
Prefix?: string;
|
|
651
651
|
ErrorOutputPrefix?: string;
|
|
652
652
|
BufferingHints: BufferingHints | undefined;
|
|
653
|
-
CompressionFormat: CompressionFormat |
|
|
653
|
+
CompressionFormat: CompressionFormat | undefined;
|
|
654
654
|
EncryptionConfiguration: EncryptionConfiguration | undefined;
|
|
655
655
|
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
656
656
|
ProcessingConfiguration?: ProcessingConfiguration;
|
|
657
|
-
S3BackupMode?: S3BackupMode
|
|
657
|
+
S3BackupMode?: S3BackupMode;
|
|
658
658
|
S3BackupDescription?: S3DestinationDescription;
|
|
659
659
|
DataFormatConversionConfiguration?: DataFormatConversionConfiguration;
|
|
660
660
|
DynamicPartitioningConfiguration?: DynamicPartitioningConfiguration;
|
|
@@ -671,7 +671,7 @@ export interface HttpEndpointDestinationDescription {
|
|
|
671
671
|
ProcessingConfiguration?: ProcessingConfiguration;
|
|
672
672
|
RoleARN?: string;
|
|
673
673
|
RetryOptions?: HttpEndpointRetryOptions;
|
|
674
|
-
S3BackupMode?: HttpEndpointS3BackupMode
|
|
674
|
+
S3BackupMode?: HttpEndpointS3BackupMode;
|
|
675
675
|
S3DestinationDescription?: S3DestinationDescription;
|
|
676
676
|
}
|
|
677
677
|
export interface RedshiftDestinationDescription {
|
|
@@ -682,17 +682,17 @@ export interface RedshiftDestinationDescription {
|
|
|
682
682
|
RetryOptions?: RedshiftRetryOptions;
|
|
683
683
|
S3DestinationDescription: S3DestinationDescription | undefined;
|
|
684
684
|
ProcessingConfiguration?: ProcessingConfiguration;
|
|
685
|
-
S3BackupMode?: RedshiftS3BackupMode
|
|
685
|
+
S3BackupMode?: RedshiftS3BackupMode;
|
|
686
686
|
S3BackupDescription?: S3DestinationDescription;
|
|
687
687
|
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
688
688
|
}
|
|
689
689
|
export interface SplunkDestinationDescription {
|
|
690
690
|
HECEndpoint?: string;
|
|
691
|
-
HECEndpointType?: HECEndpointType
|
|
691
|
+
HECEndpointType?: HECEndpointType;
|
|
692
692
|
HECToken?: string;
|
|
693
693
|
HECAcknowledgmentTimeoutInSeconds?: number;
|
|
694
694
|
RetryOptions?: SplunkRetryOptions;
|
|
695
|
-
S3BackupMode?: SplunkS3BackupMode
|
|
695
|
+
S3BackupMode?: SplunkS3BackupMode;
|
|
696
696
|
S3DestinationDescription?: S3DestinationDescription;
|
|
697
697
|
ProcessingConfiguration?: ProcessingConfiguration;
|
|
698
698
|
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
@@ -726,10 +726,10 @@ export interface SourceDescription {
|
|
|
726
726
|
export interface DeliveryStreamDescription {
|
|
727
727
|
DeliveryStreamName: string | undefined;
|
|
728
728
|
DeliveryStreamARN: string | undefined;
|
|
729
|
-
DeliveryStreamStatus: DeliveryStreamStatus |
|
|
729
|
+
DeliveryStreamStatus: DeliveryStreamStatus | undefined;
|
|
730
730
|
FailureDescription?: FailureDescription;
|
|
731
731
|
DeliveryStreamEncryptionConfiguration?: DeliveryStreamEncryptionConfiguration;
|
|
732
|
-
DeliveryStreamType: DeliveryStreamType |
|
|
732
|
+
DeliveryStreamType: DeliveryStreamType | undefined;
|
|
733
733
|
VersionId: string | undefined;
|
|
734
734
|
CreateTimestamp?: Date;
|
|
735
735
|
LastUpdateTimestamp?: Date;
|
|
@@ -751,7 +751,7 @@ export interface ElasticsearchDestinationUpdate {
|
|
|
751
751
|
ClusterEndpoint?: string;
|
|
752
752
|
IndexName?: string;
|
|
753
753
|
TypeName?: string;
|
|
754
|
-
IndexRotationPeriod?: ElasticsearchIndexRotationPeriod
|
|
754
|
+
IndexRotationPeriod?: ElasticsearchIndexRotationPeriod;
|
|
755
755
|
BufferingHints?: ElasticsearchBufferingHints;
|
|
756
756
|
RetryOptions?: ElasticsearchRetryOptions;
|
|
757
757
|
S3Update?: S3DestinationUpdate;
|
|
@@ -765,18 +765,18 @@ export interface ExtendedS3DestinationUpdate {
|
|
|
765
765
|
Prefix?: string;
|
|
766
766
|
ErrorOutputPrefix?: string;
|
|
767
767
|
BufferingHints?: BufferingHints;
|
|
768
|
-
CompressionFormat?: CompressionFormat
|
|
768
|
+
CompressionFormat?: CompressionFormat;
|
|
769
769
|
EncryptionConfiguration?: EncryptionConfiguration;
|
|
770
770
|
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
771
771
|
ProcessingConfiguration?: ProcessingConfiguration;
|
|
772
|
-
S3BackupMode?: S3BackupMode
|
|
772
|
+
S3BackupMode?: S3BackupMode;
|
|
773
773
|
S3BackupUpdate?: S3DestinationUpdate;
|
|
774
774
|
DataFormatConversionConfiguration?: DataFormatConversionConfiguration;
|
|
775
775
|
DynamicPartitioningConfiguration?: DynamicPartitioningConfiguration;
|
|
776
776
|
}
|
|
777
777
|
export interface ListDeliveryStreamsInput {
|
|
778
778
|
Limit?: number;
|
|
779
|
-
DeliveryStreamType?: DeliveryStreamType
|
|
779
|
+
DeliveryStreamType?: DeliveryStreamType;
|
|
780
780
|
ExclusiveStartDeliveryStreamName?: string;
|
|
781
781
|
}
|
|
782
782
|
export interface ListDeliveryStreamsOutput {
|
|
@@ -851,7 +851,7 @@ export interface HttpEndpointDestinationUpdate {
|
|
|
851
851
|
ProcessingConfiguration?: ProcessingConfiguration;
|
|
852
852
|
RoleARN?: string;
|
|
853
853
|
RetryOptions?: HttpEndpointRetryOptions;
|
|
854
|
-
S3BackupMode?: HttpEndpointS3BackupMode
|
|
854
|
+
S3BackupMode?: HttpEndpointS3BackupMode;
|
|
855
855
|
S3Update?: S3DestinationUpdate;
|
|
856
856
|
}
|
|
857
857
|
export interface RedshiftDestinationUpdate {
|
|
@@ -863,17 +863,17 @@ export interface RedshiftDestinationUpdate {
|
|
|
863
863
|
RetryOptions?: RedshiftRetryOptions;
|
|
864
864
|
S3Update?: S3DestinationUpdate;
|
|
865
865
|
ProcessingConfiguration?: ProcessingConfiguration;
|
|
866
|
-
S3BackupMode?: RedshiftS3BackupMode
|
|
866
|
+
S3BackupMode?: RedshiftS3BackupMode;
|
|
867
867
|
S3BackupUpdate?: S3DestinationUpdate;
|
|
868
868
|
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
869
869
|
}
|
|
870
870
|
export interface SplunkDestinationUpdate {
|
|
871
871
|
HECEndpoint?: string;
|
|
872
|
-
HECEndpointType?: HECEndpointType
|
|
872
|
+
HECEndpointType?: HECEndpointType;
|
|
873
873
|
HECToken?: string;
|
|
874
874
|
HECAcknowledgmentTimeoutInSeconds?: number;
|
|
875
875
|
RetryOptions?: SplunkRetryOptions;
|
|
876
|
-
S3BackupMode?: SplunkS3BackupMode
|
|
876
|
+
S3BackupMode?: SplunkS3BackupMode;
|
|
877
877
|
S3Update?: S3DestinationUpdate;
|
|
878
878
|
ProcessingConfiguration?: ProcessingConfiguration;
|
|
879
879
|
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-firehose",
|
|
3
3
|
"description": "AWS SDK for JavaScript Firehose Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.429.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,39 +21,39 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^2.0.
|
|
37
|
-
"@smithy/fetch-http-handler": "^2.2.
|
|
38
|
-
"@smithy/hash-node": "^2.0.
|
|
39
|
-
"@smithy/invalid-dependency": "^2.0.
|
|
40
|
-
"@smithy/middleware-content-length": "^2.0.
|
|
41
|
-
"@smithy/middleware-endpoint": "^2.
|
|
42
|
-
"@smithy/middleware-retry": "^2.0.
|
|
43
|
-
"@smithy/middleware-serde": "^2.0.
|
|
44
|
-
"@smithy/middleware-stack": "^2.0.
|
|
45
|
-
"@smithy/node-config-provider": "^2.
|
|
46
|
-
"@smithy/node-http-handler": "^2.1.
|
|
47
|
-
"@smithy/protocol-http": "^3.0.
|
|
48
|
-
"@smithy/smithy-client": "^2.1.
|
|
49
|
-
"@smithy/types": "^2.3.
|
|
50
|
-
"@smithy/url-parser": "^2.0.
|
|
24
|
+
"@aws-sdk/client-sts": "3.429.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.429.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.429.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.428.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.428.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.428.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.428.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.428.0",
|
|
32
|
+
"@aws-sdk/types": "3.428.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.428.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.428.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.428.0",
|
|
36
|
+
"@smithy/config-resolver": "^2.0.14",
|
|
37
|
+
"@smithy/fetch-http-handler": "^2.2.3",
|
|
38
|
+
"@smithy/hash-node": "^2.0.11",
|
|
39
|
+
"@smithy/invalid-dependency": "^2.0.11",
|
|
40
|
+
"@smithy/middleware-content-length": "^2.0.13",
|
|
41
|
+
"@smithy/middleware-endpoint": "^2.1.1",
|
|
42
|
+
"@smithy/middleware-retry": "^2.0.16",
|
|
43
|
+
"@smithy/middleware-serde": "^2.0.11",
|
|
44
|
+
"@smithy/middleware-stack": "^2.0.5",
|
|
45
|
+
"@smithy/node-config-provider": "^2.1.1",
|
|
46
|
+
"@smithy/node-http-handler": "^2.1.7",
|
|
47
|
+
"@smithy/protocol-http": "^3.0.7",
|
|
48
|
+
"@smithy/smithy-client": "^2.1.11",
|
|
49
|
+
"@smithy/types": "^2.3.5",
|
|
50
|
+
"@smithy/url-parser": "^2.0.11",
|
|
51
51
|
"@smithy/util-base64": "^2.0.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^2.0.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^2.1.0",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^2.0.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^2.0.
|
|
56
|
-
"@smithy/util-retry": "^2.0.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^2.0.15",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^2.0.19",
|
|
56
|
+
"@smithy/util-retry": "^2.0.4",
|
|
57
57
|
"@smithy/util-utf8": "^2.0.0",
|
|
58
58
|
"tslib": "^2.5.0"
|
|
59
59
|
},
|