@aws-sdk/client-firehose 3.933.0 → 3.935.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-cjs/index.js +182 -181
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +181 -0
- package/dist-es/models/errors.js +101 -0
- package/dist-es/models/models_0.js +1 -282
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +445 -0
- package/dist-types/models/errors.d.ts +108 -0
- package/dist-types/models/models_0.d.ts +1 -553
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +241 -0
- package/dist-types/ts3.4/models/errors.d.ts +63 -0
- package/dist-types/ts3.4/models/models_0.d.ts +35 -304
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -1
- package/dist-types/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/index.d.ts +0 -1
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { FirehoseServiceException as __BaseException } from "./FirehoseServiceException";
|
|
1
|
+
import { AmazonOpenSearchServerlessS3BackupMode, AmazonopensearchserviceIndexRotationPeriod, AmazonopensearchserviceS3BackupMode, CompressionFormat, Connectivity, ContentEncoding, DatabaseType, DefaultDocumentIdFormat, DeliveryStreamEncryptionStatus, DeliveryStreamFailureType, DeliveryStreamStatus, DeliveryStreamType, ElasticsearchIndexRotationPeriod, ElasticsearchS3BackupMode, HECEndpointType, HttpEndpointS3BackupMode, IcebergS3BackupMode, KeyType, NoEncryptionConfig, OrcCompression, OrcFormatVersion, ParquetCompression, ParquetWriterVersion, ProcessorParameterName, ProcessorType, RedshiftS3BackupMode, S3BackupMode, SnapshotRequestedBy, SnapshotStatus, SnowflakeDataLoadingOption, SnowflakeS3BackupMode, SplunkS3BackupMode, SSLMode } from "./enums";
|
|
3
2
|
/**
|
|
4
3
|
* <p>Describes the buffering to perform before delivering data to the Serverless offering for
|
|
5
4
|
* Amazon OpenSearch Service destination.</p>
|
|
@@ -45,27 +44,6 @@ export interface CloudWatchLoggingOptions {
|
|
|
45
44
|
*/
|
|
46
45
|
LogStreamName?: string | undefined;
|
|
47
46
|
}
|
|
48
|
-
/**
|
|
49
|
-
* @public
|
|
50
|
-
* @enum
|
|
51
|
-
*/
|
|
52
|
-
export declare const ProcessorParameterName: {
|
|
53
|
-
readonly BUFFER_INTERVAL_IN_SECONDS: "BufferIntervalInSeconds";
|
|
54
|
-
readonly BUFFER_SIZE_IN_MB: "BufferSizeInMBs";
|
|
55
|
-
readonly COMPRESSION_FORMAT: "CompressionFormat";
|
|
56
|
-
readonly DATA_MESSAGE_EXTRACTION: "DataMessageExtraction";
|
|
57
|
-
readonly Delimiter: "Delimiter";
|
|
58
|
-
readonly JSON_PARSING_ENGINE: "JsonParsingEngine";
|
|
59
|
-
readonly LAMBDA_ARN: "LambdaArn";
|
|
60
|
-
readonly LAMBDA_NUMBER_OF_RETRIES: "NumberOfRetries";
|
|
61
|
-
readonly METADATA_EXTRACTION_QUERY: "MetadataExtractionQuery";
|
|
62
|
-
readonly ROLE_ARN: "RoleArn";
|
|
63
|
-
readonly SUB_RECORD_TYPE: "SubRecordType";
|
|
64
|
-
};
|
|
65
|
-
/**
|
|
66
|
-
* @public
|
|
67
|
-
*/
|
|
68
|
-
export type ProcessorParameterName = (typeof ProcessorParameterName)[keyof typeof ProcessorParameterName];
|
|
69
47
|
/**
|
|
70
48
|
* <p>Describes the processor parameter. </p>
|
|
71
49
|
* @public
|
|
@@ -86,22 +64,6 @@ export interface ProcessorParameter {
|
|
|
86
64
|
*/
|
|
87
65
|
ParameterValue: string | undefined;
|
|
88
66
|
}
|
|
89
|
-
/**
|
|
90
|
-
* @public
|
|
91
|
-
* @enum
|
|
92
|
-
*/
|
|
93
|
-
export declare const ProcessorType: {
|
|
94
|
-
readonly AppendDelimiterToRecord: "AppendDelimiterToRecord";
|
|
95
|
-
readonly CloudWatchLogProcessing: "CloudWatchLogProcessing";
|
|
96
|
-
readonly Decompression: "Decompression";
|
|
97
|
-
readonly Lambda: "Lambda";
|
|
98
|
-
readonly MetadataExtraction: "MetadataExtraction";
|
|
99
|
-
readonly RecordDeAggregation: "RecordDeAggregation";
|
|
100
|
-
};
|
|
101
|
-
/**
|
|
102
|
-
* @public
|
|
103
|
-
*/
|
|
104
|
-
export type ProcessorType = (typeof ProcessorType)[keyof typeof ProcessorType];
|
|
105
67
|
/**
|
|
106
68
|
* <p>Describes a data processor.</p>
|
|
107
69
|
* <note>
|
|
@@ -153,18 +115,6 @@ export interface AmazonOpenSearchServerlessRetryOptions {
|
|
|
153
115
|
*/
|
|
154
116
|
DurationInSeconds?: number | undefined;
|
|
155
117
|
}
|
|
156
|
-
/**
|
|
157
|
-
* @public
|
|
158
|
-
* @enum
|
|
159
|
-
*/
|
|
160
|
-
export declare const AmazonOpenSearchServerlessS3BackupMode: {
|
|
161
|
-
readonly AllDocuments: "AllDocuments";
|
|
162
|
-
readonly FailedDocumentsOnly: "FailedDocumentsOnly";
|
|
163
|
-
};
|
|
164
|
-
/**
|
|
165
|
-
* @public
|
|
166
|
-
*/
|
|
167
|
-
export type AmazonOpenSearchServerlessS3BackupMode = (typeof AmazonOpenSearchServerlessS3BackupMode)[keyof typeof AmazonOpenSearchServerlessS3BackupMode];
|
|
168
118
|
/**
|
|
169
119
|
* <p>Describes hints for the buffering to perform before delivering data to the
|
|
170
120
|
* destination. These options are treated as hints, and therefore Firehose might
|
|
@@ -194,21 +144,6 @@ export interface BufferingHints {
|
|
|
194
144
|
*/
|
|
195
145
|
IntervalInSeconds?: number | undefined;
|
|
196
146
|
}
|
|
197
|
-
/**
|
|
198
|
-
* @public
|
|
199
|
-
* @enum
|
|
200
|
-
*/
|
|
201
|
-
export declare const CompressionFormat: {
|
|
202
|
-
readonly GZIP: "GZIP";
|
|
203
|
-
readonly HADOOP_SNAPPY: "HADOOP_SNAPPY";
|
|
204
|
-
readonly SNAPPY: "Snappy";
|
|
205
|
-
readonly UNCOMPRESSED: "UNCOMPRESSED";
|
|
206
|
-
readonly ZIP: "ZIP";
|
|
207
|
-
};
|
|
208
|
-
/**
|
|
209
|
-
* @public
|
|
210
|
-
*/
|
|
211
|
-
export type CompressionFormat = (typeof CompressionFormat)[keyof typeof CompressionFormat];
|
|
212
147
|
/**
|
|
213
148
|
* <p>Describes an encryption key for a destination in Amazon S3.</p>
|
|
214
149
|
* @public
|
|
@@ -221,17 +156,6 @@ export interface KMSEncryptionConfig {
|
|
|
221
156
|
*/
|
|
222
157
|
AWSKMSKeyARN: string | undefined;
|
|
223
158
|
}
|
|
224
|
-
/**
|
|
225
|
-
* @public
|
|
226
|
-
* @enum
|
|
227
|
-
*/
|
|
228
|
-
export declare const NoEncryptionConfig: {
|
|
229
|
-
readonly NoEncryption: "NoEncryption";
|
|
230
|
-
};
|
|
231
|
-
/**
|
|
232
|
-
* @public
|
|
233
|
-
*/
|
|
234
|
-
export type NoEncryptionConfig = (typeof NoEncryptionConfig)[keyof typeof NoEncryptionConfig];
|
|
235
159
|
/**
|
|
236
160
|
* <p>Describes the encryption for a destination in Amazon S3.</p>
|
|
237
161
|
* @public
|
|
@@ -808,18 +732,6 @@ export interface AmazonopensearchserviceBufferingHints {
|
|
|
808
732
|
*/
|
|
809
733
|
SizeInMBs?: number | undefined;
|
|
810
734
|
}
|
|
811
|
-
/**
|
|
812
|
-
* @public
|
|
813
|
-
* @enum
|
|
814
|
-
*/
|
|
815
|
-
export declare const DefaultDocumentIdFormat: {
|
|
816
|
-
readonly FIREHOSE_DEFAULT: "FIREHOSE_DEFAULT";
|
|
817
|
-
readonly NO_DOCUMENT_ID: "NO_DOCUMENT_ID";
|
|
818
|
-
};
|
|
819
|
-
/**
|
|
820
|
-
* @public
|
|
821
|
-
*/
|
|
822
|
-
export type DefaultDocumentIdFormat = (typeof DefaultDocumentIdFormat)[keyof typeof DefaultDocumentIdFormat];
|
|
823
735
|
/**
|
|
824
736
|
* <p>Indicates the method for setting up document ID. The supported methods are Firehose generated document ID and OpenSearch Service generated document ID.</p>
|
|
825
737
|
* <p></p>
|
|
@@ -842,21 +754,6 @@ export interface DocumentIdOptions {
|
|
|
842
754
|
*/
|
|
843
755
|
DefaultDocumentIdFormat: DefaultDocumentIdFormat | undefined;
|
|
844
756
|
}
|
|
845
|
-
/**
|
|
846
|
-
* @public
|
|
847
|
-
* @enum
|
|
848
|
-
*/
|
|
849
|
-
export declare const AmazonopensearchserviceIndexRotationPeriod: {
|
|
850
|
-
readonly NoRotation: "NoRotation";
|
|
851
|
-
readonly OneDay: "OneDay";
|
|
852
|
-
readonly OneHour: "OneHour";
|
|
853
|
-
readonly OneMonth: "OneMonth";
|
|
854
|
-
readonly OneWeek: "OneWeek";
|
|
855
|
-
};
|
|
856
|
-
/**
|
|
857
|
-
* @public
|
|
858
|
-
*/
|
|
859
|
-
export type AmazonopensearchserviceIndexRotationPeriod = (typeof AmazonopensearchserviceIndexRotationPeriod)[keyof typeof AmazonopensearchserviceIndexRotationPeriod];
|
|
860
757
|
/**
|
|
861
758
|
* <p>Configures retry behavior in case Firehose is unable to deliver documents
|
|
862
759
|
* to Amazon OpenSearch Service. </p>
|
|
@@ -872,18 +769,6 @@ export interface AmazonopensearchserviceRetryOptions {
|
|
|
872
769
|
*/
|
|
873
770
|
DurationInSeconds?: number | undefined;
|
|
874
771
|
}
|
|
875
|
-
/**
|
|
876
|
-
* @public
|
|
877
|
-
* @enum
|
|
878
|
-
*/
|
|
879
|
-
export declare const AmazonopensearchserviceS3BackupMode: {
|
|
880
|
-
readonly AllDocuments: "AllDocuments";
|
|
881
|
-
readonly FailedDocumentsOnly: "FailedDocumentsOnly";
|
|
882
|
-
};
|
|
883
|
-
/**
|
|
884
|
-
* @public
|
|
885
|
-
*/
|
|
886
|
-
export type AmazonopensearchserviceS3BackupMode = (typeof AmazonopensearchserviceS3BackupMode)[keyof typeof AmazonopensearchserviceS3BackupMode];
|
|
887
772
|
/**
|
|
888
773
|
* <p>Describes the configuration of a destination in Amazon OpenSearch Service</p>
|
|
889
774
|
* @public
|
|
@@ -1135,18 +1020,6 @@ export interface AmazonopensearchserviceDestinationUpdate {
|
|
|
1135
1020
|
*/
|
|
1136
1021
|
DocumentIdOptions?: DocumentIdOptions | undefined;
|
|
1137
1022
|
}
|
|
1138
|
-
/**
|
|
1139
|
-
* @public
|
|
1140
|
-
* @enum
|
|
1141
|
-
*/
|
|
1142
|
-
export declare const Connectivity: {
|
|
1143
|
-
readonly PRIVATE: "PRIVATE";
|
|
1144
|
-
readonly PUBLIC: "PUBLIC";
|
|
1145
|
-
};
|
|
1146
|
-
/**
|
|
1147
|
-
* @public
|
|
1148
|
-
*/
|
|
1149
|
-
export type Connectivity = (typeof Connectivity)[keyof typeof Connectivity];
|
|
1150
1023
|
/**
|
|
1151
1024
|
* <p>The authentication configuration of the Amazon MSK cluster.</p>
|
|
1152
1025
|
* @public
|
|
@@ -1185,31 +1058,6 @@ export interface CatalogConfiguration {
|
|
|
1185
1058
|
*/
|
|
1186
1059
|
WarehouseLocation?: string | undefined;
|
|
1187
1060
|
}
|
|
1188
|
-
/**
|
|
1189
|
-
* <p>Another modification has already happened. Fetch <code>VersionId</code> again and use
|
|
1190
|
-
* it to update the destination.</p>
|
|
1191
|
-
* @public
|
|
1192
|
-
*/
|
|
1193
|
-
export declare class ConcurrentModificationException extends __BaseException {
|
|
1194
|
-
readonly name: "ConcurrentModificationException";
|
|
1195
|
-
readonly $fault: "client";
|
|
1196
|
-
/**
|
|
1197
|
-
* @internal
|
|
1198
|
-
*/
|
|
1199
|
-
constructor(opts: __ExceptionOptionType<ConcurrentModificationException, __BaseException>);
|
|
1200
|
-
}
|
|
1201
|
-
/**
|
|
1202
|
-
* @public
|
|
1203
|
-
* @enum
|
|
1204
|
-
*/
|
|
1205
|
-
export declare const ContentEncoding: {
|
|
1206
|
-
readonly GZIP: "GZIP";
|
|
1207
|
-
readonly NONE: "NONE";
|
|
1208
|
-
};
|
|
1209
|
-
/**
|
|
1210
|
-
* @public
|
|
1211
|
-
*/
|
|
1212
|
-
export type ContentEncoding = (typeof ContentEncoding)[keyof typeof ContentEncoding];
|
|
1213
1061
|
/**
|
|
1214
1062
|
* <p>Describes a <code>COPY</code> command for Amazon Redshift.</p>
|
|
1215
1063
|
* @public
|
|
@@ -1354,18 +1202,6 @@ export interface DatabaseSourceVPCConfiguration {
|
|
|
1354
1202
|
*/
|
|
1355
1203
|
VpcEndpointServiceName: string | undefined;
|
|
1356
1204
|
}
|
|
1357
|
-
/**
|
|
1358
|
-
* @public
|
|
1359
|
-
* @enum
|
|
1360
|
-
*/
|
|
1361
|
-
export declare const SSLMode: {
|
|
1362
|
-
readonly Disabled: "Disabled";
|
|
1363
|
-
readonly Enabled: "Enabled";
|
|
1364
|
-
};
|
|
1365
|
-
/**
|
|
1366
|
-
* @public
|
|
1367
|
-
*/
|
|
1368
|
-
export type SSLMode = (typeof SSLMode)[keyof typeof SSLMode];
|
|
1369
1205
|
/**
|
|
1370
1206
|
* <p>The structure used to configure the list of table patterns in source database endpoint
|
|
1371
1207
|
* for Firehose to read from. </p>
|
|
@@ -1388,18 +1224,6 @@ export interface DatabaseTableList {
|
|
|
1388
1224
|
*/
|
|
1389
1225
|
Exclude?: string[] | undefined;
|
|
1390
1226
|
}
|
|
1391
|
-
/**
|
|
1392
|
-
* @public
|
|
1393
|
-
* @enum
|
|
1394
|
-
*/
|
|
1395
|
-
export declare const DatabaseType: {
|
|
1396
|
-
readonly MySQL: "MySQL";
|
|
1397
|
-
readonly PostgreSQL: "PostgreSQL";
|
|
1398
|
-
};
|
|
1399
|
-
/**
|
|
1400
|
-
* @public
|
|
1401
|
-
*/
|
|
1402
|
-
export type DatabaseType = (typeof DatabaseType)[keyof typeof DatabaseType];
|
|
1403
1227
|
/**
|
|
1404
1228
|
* <p>
|
|
1405
1229
|
* The top level object for configuring streams with database as a source.
|
|
@@ -1509,18 +1333,6 @@ export interface DatabaseSourceConfiguration {
|
|
|
1509
1333
|
*/
|
|
1510
1334
|
DatabaseSourceVPCConfiguration: DatabaseSourceVPCConfiguration | undefined;
|
|
1511
1335
|
}
|
|
1512
|
-
/**
|
|
1513
|
-
* @public
|
|
1514
|
-
* @enum
|
|
1515
|
-
*/
|
|
1516
|
-
export declare const KeyType: {
|
|
1517
|
-
readonly AWS_OWNED_CMK: "AWS_OWNED_CMK";
|
|
1518
|
-
readonly CUSTOMER_MANAGED_CMK: "CUSTOMER_MANAGED_CMK";
|
|
1519
|
-
};
|
|
1520
|
-
/**
|
|
1521
|
-
* @public
|
|
1522
|
-
*/
|
|
1523
|
-
export type KeyType = (typeof KeyType)[keyof typeof KeyType];
|
|
1524
1336
|
/**
|
|
1525
1337
|
* <p>Specifies the type and Amazon Resource Name (ARN) of the CMK to use for Server-Side
|
|
1526
1338
|
* Encryption (SSE). </p>
|
|
@@ -1558,20 +1370,6 @@ export interface DeliveryStreamEncryptionConfigurationInput {
|
|
|
1558
1370
|
*/
|
|
1559
1371
|
KeyType: KeyType | undefined;
|
|
1560
1372
|
}
|
|
1561
|
-
/**
|
|
1562
|
-
* @public
|
|
1563
|
-
* @enum
|
|
1564
|
-
*/
|
|
1565
|
-
export declare const DeliveryStreamType: {
|
|
1566
|
-
readonly DatabaseAsSource: "DatabaseAsSource";
|
|
1567
|
-
readonly DirectPut: "DirectPut";
|
|
1568
|
-
readonly KinesisStreamAsSource: "KinesisStreamAsSource";
|
|
1569
|
-
readonly MSKAsSource: "MSKAsSource";
|
|
1570
|
-
};
|
|
1571
|
-
/**
|
|
1572
|
-
* @public
|
|
1573
|
-
*/
|
|
1574
|
-
export type DeliveryStreamType = (typeof DeliveryStreamType)[keyof typeof DeliveryStreamType];
|
|
1575
1373
|
/**
|
|
1576
1374
|
* <p>The structure that configures parameters such as <code>ThroughputHintInMBs</code> for a stream configured with
|
|
1577
1375
|
* Direct PUT as a source. </p>
|
|
@@ -1607,21 +1405,6 @@ export interface ElasticsearchBufferingHints {
|
|
|
1607
1405
|
*/
|
|
1608
1406
|
SizeInMBs?: number | undefined;
|
|
1609
1407
|
}
|
|
1610
|
-
/**
|
|
1611
|
-
* @public
|
|
1612
|
-
* @enum
|
|
1613
|
-
*/
|
|
1614
|
-
export declare const ElasticsearchIndexRotationPeriod: {
|
|
1615
|
-
readonly NoRotation: "NoRotation";
|
|
1616
|
-
readonly OneDay: "OneDay";
|
|
1617
|
-
readonly OneHour: "OneHour";
|
|
1618
|
-
readonly OneMonth: "OneMonth";
|
|
1619
|
-
readonly OneWeek: "OneWeek";
|
|
1620
|
-
};
|
|
1621
|
-
/**
|
|
1622
|
-
* @public
|
|
1623
|
-
*/
|
|
1624
|
-
export type ElasticsearchIndexRotationPeriod = (typeof ElasticsearchIndexRotationPeriod)[keyof typeof ElasticsearchIndexRotationPeriod];
|
|
1625
1408
|
/**
|
|
1626
1409
|
* <p>Configures retry behavior in case Firehose is unable to deliver
|
|
1627
1410
|
* documents to Amazon OpenSearch Service.</p>
|
|
@@ -1637,18 +1420,6 @@ export interface ElasticsearchRetryOptions {
|
|
|
1637
1420
|
*/
|
|
1638
1421
|
DurationInSeconds?: number | undefined;
|
|
1639
1422
|
}
|
|
1640
|
-
/**
|
|
1641
|
-
* @public
|
|
1642
|
-
* @enum
|
|
1643
|
-
*/
|
|
1644
|
-
export declare const ElasticsearchS3BackupMode: {
|
|
1645
|
-
readonly AllDocuments: "AllDocuments";
|
|
1646
|
-
readonly FailedDocumentsOnly: "FailedDocumentsOnly";
|
|
1647
|
-
};
|
|
1648
|
-
/**
|
|
1649
|
-
* @public
|
|
1650
|
-
*/
|
|
1651
|
-
export type ElasticsearchS3BackupMode = (typeof ElasticsearchS3BackupMode)[keyof typeof ElasticsearchS3BackupMode];
|
|
1652
1423
|
/**
|
|
1653
1424
|
* <p>Describes the configuration of a destination in Amazon OpenSearch Service.</p>
|
|
1654
1425
|
* @public
|
|
@@ -1839,31 +1610,6 @@ export interface InputFormatConfiguration {
|
|
|
1839
1610
|
*/
|
|
1840
1611
|
Deserializer?: Deserializer | undefined;
|
|
1841
1612
|
}
|
|
1842
|
-
/**
|
|
1843
|
-
* @public
|
|
1844
|
-
* @enum
|
|
1845
|
-
*/
|
|
1846
|
-
export declare const OrcCompression: {
|
|
1847
|
-
readonly NONE: "NONE";
|
|
1848
|
-
readonly SNAPPY: "SNAPPY";
|
|
1849
|
-
readonly ZLIB: "ZLIB";
|
|
1850
|
-
};
|
|
1851
|
-
/**
|
|
1852
|
-
* @public
|
|
1853
|
-
*/
|
|
1854
|
-
export type OrcCompression = (typeof OrcCompression)[keyof typeof OrcCompression];
|
|
1855
|
-
/**
|
|
1856
|
-
* @public
|
|
1857
|
-
* @enum
|
|
1858
|
-
*/
|
|
1859
|
-
export declare const OrcFormatVersion: {
|
|
1860
|
-
readonly V0_11: "V0_11";
|
|
1861
|
-
readonly V0_12: "V0_12";
|
|
1862
|
-
};
|
|
1863
|
-
/**
|
|
1864
|
-
* @public
|
|
1865
|
-
*/
|
|
1866
|
-
export type OrcFormatVersion = (typeof OrcFormatVersion)[keyof typeof OrcFormatVersion];
|
|
1867
1613
|
/**
|
|
1868
1614
|
* <p>A serializer to use for converting data to the ORC format before storing it in Amazon
|
|
1869
1615
|
* S3. For more information, see <a href="https://orc.apache.org/docs/">Apache
|
|
@@ -1941,31 +1687,6 @@ export interface OrcSerDe {
|
|
|
1941
1687
|
*/
|
|
1942
1688
|
FormatVersion?: OrcFormatVersion | undefined;
|
|
1943
1689
|
}
|
|
1944
|
-
/**
|
|
1945
|
-
* @public
|
|
1946
|
-
* @enum
|
|
1947
|
-
*/
|
|
1948
|
-
export declare const ParquetCompression: {
|
|
1949
|
-
readonly GZIP: "GZIP";
|
|
1950
|
-
readonly SNAPPY: "SNAPPY";
|
|
1951
|
-
readonly UNCOMPRESSED: "UNCOMPRESSED";
|
|
1952
|
-
};
|
|
1953
|
-
/**
|
|
1954
|
-
* @public
|
|
1955
|
-
*/
|
|
1956
|
-
export type ParquetCompression = (typeof ParquetCompression)[keyof typeof ParquetCompression];
|
|
1957
|
-
/**
|
|
1958
|
-
* @public
|
|
1959
|
-
* @enum
|
|
1960
|
-
*/
|
|
1961
|
-
export declare const ParquetWriterVersion: {
|
|
1962
|
-
readonly V1: "V1";
|
|
1963
|
-
readonly V2: "V2";
|
|
1964
|
-
};
|
|
1965
|
-
/**
|
|
1966
|
-
* @public
|
|
1967
|
-
*/
|
|
1968
|
-
export type ParquetWriterVersion = (typeof ParquetWriterVersion)[keyof typeof ParquetWriterVersion];
|
|
1969
1690
|
/**
|
|
1970
1691
|
* <p>A serializer to use for converting data to the Parquet format before storing it in
|
|
1971
1692
|
* Amazon S3. For more information, see <a href="https://parquet.apache.org/docs/">Apache Parquet</a>.</p>
|
|
@@ -2177,18 +1898,6 @@ export interface DynamicPartitioningConfiguration {
|
|
|
2177
1898
|
*/
|
|
2178
1899
|
Enabled?: boolean | undefined;
|
|
2179
1900
|
}
|
|
2180
|
-
/**
|
|
2181
|
-
* @public
|
|
2182
|
-
* @enum
|
|
2183
|
-
*/
|
|
2184
|
-
export declare const S3BackupMode: {
|
|
2185
|
-
readonly Disabled: "Disabled";
|
|
2186
|
-
readonly Enabled: "Enabled";
|
|
2187
|
-
};
|
|
2188
|
-
/**
|
|
2189
|
-
* @public
|
|
2190
|
-
*/
|
|
2191
|
-
export type S3BackupMode = (typeof S3BackupMode)[keyof typeof S3BackupMode];
|
|
2192
1901
|
/**
|
|
2193
1902
|
* <p>Describes the configuration of a destination in Amazon S3.</p>
|
|
2194
1903
|
* @public
|
|
@@ -2389,18 +2098,6 @@ export interface HttpEndpointRetryOptions {
|
|
|
2389
2098
|
*/
|
|
2390
2099
|
DurationInSeconds?: number | undefined;
|
|
2391
2100
|
}
|
|
2392
|
-
/**
|
|
2393
|
-
* @public
|
|
2394
|
-
* @enum
|
|
2395
|
-
*/
|
|
2396
|
-
export declare const HttpEndpointS3BackupMode: {
|
|
2397
|
-
readonly AllData: "AllData";
|
|
2398
|
-
readonly FailedDataOnly: "FailedDataOnly";
|
|
2399
|
-
};
|
|
2400
|
-
/**
|
|
2401
|
-
* @public
|
|
2402
|
-
*/
|
|
2403
|
-
export type HttpEndpointS3BackupMode = (typeof HttpEndpointS3BackupMode)[keyof typeof HttpEndpointS3BackupMode];
|
|
2404
2101
|
/**
|
|
2405
2102
|
* <p>Describes the configuration of the HTTP endpoint destination.</p>
|
|
2406
2103
|
* @public
|
|
@@ -2550,18 +2247,6 @@ export interface DestinationTableConfiguration {
|
|
|
2550
2247
|
*/
|
|
2551
2248
|
S3ErrorOutputPrefix?: string | undefined;
|
|
2552
2249
|
}
|
|
2553
|
-
/**
|
|
2554
|
-
* @public
|
|
2555
|
-
* @enum
|
|
2556
|
-
*/
|
|
2557
|
-
export declare const IcebergS3BackupMode: {
|
|
2558
|
-
readonly AllData: "AllData";
|
|
2559
|
-
readonly FailedDataOnly: "FailedDataOnly";
|
|
2560
|
-
};
|
|
2561
|
-
/**
|
|
2562
|
-
* @public
|
|
2563
|
-
*/
|
|
2564
|
-
export type IcebergS3BackupMode = (typeof IcebergS3BackupMode)[keyof typeof IcebergS3BackupMode];
|
|
2565
2250
|
/**
|
|
2566
2251
|
* <p>The configuration to enable schema evolution.</p>
|
|
2567
2252
|
* <p>Amazon Data Firehose is in preview release and is subject to change.</p>
|
|
@@ -2745,18 +2430,6 @@ export interface RedshiftRetryOptions {
|
|
|
2745
2430
|
*/
|
|
2746
2431
|
DurationInSeconds?: number | undefined;
|
|
2747
2432
|
}
|
|
2748
|
-
/**
|
|
2749
|
-
* @public
|
|
2750
|
-
* @enum
|
|
2751
|
-
*/
|
|
2752
|
-
export declare const RedshiftS3BackupMode: {
|
|
2753
|
-
readonly Disabled: "Disabled";
|
|
2754
|
-
readonly Enabled: "Enabled";
|
|
2755
|
-
};
|
|
2756
|
-
/**
|
|
2757
|
-
* @public
|
|
2758
|
-
*/
|
|
2759
|
-
export type RedshiftS3BackupMode = (typeof RedshiftS3BackupMode)[keyof typeof RedshiftS3BackupMode];
|
|
2760
2433
|
/**
|
|
2761
2434
|
* <p>Describes the configuration of a destination in Amazon Redshift.</p>
|
|
2762
2435
|
* @public
|
|
@@ -2856,19 +2529,6 @@ export interface SnowflakeBufferingHints {
|
|
|
2856
2529
|
*/
|
|
2857
2530
|
IntervalInSeconds?: number | undefined;
|
|
2858
2531
|
}
|
|
2859
|
-
/**
|
|
2860
|
-
* @public
|
|
2861
|
-
* @enum
|
|
2862
|
-
*/
|
|
2863
|
-
export declare const SnowflakeDataLoadingOption: {
|
|
2864
|
-
readonly JSON_MAPPING: "JSON_MAPPING";
|
|
2865
|
-
readonly VARIANT_CONTENT_AND_METADATA_MAPPING: "VARIANT_CONTENT_AND_METADATA_MAPPING";
|
|
2866
|
-
readonly VARIANT_CONTENT_MAPPING: "VARIANT_CONTENT_MAPPING";
|
|
2867
|
-
};
|
|
2868
|
-
/**
|
|
2869
|
-
* @public
|
|
2870
|
-
*/
|
|
2871
|
-
export type SnowflakeDataLoadingOption = (typeof SnowflakeDataLoadingOption)[keyof typeof SnowflakeDataLoadingOption];
|
|
2872
2532
|
/**
|
|
2873
2533
|
* <p>Specify how long Firehose retries sending data to the New Relic HTTP endpoint.
|
|
2874
2534
|
*
|
|
@@ -2888,18 +2548,6 @@ export interface SnowflakeRetryOptions {
|
|
|
2888
2548
|
*/
|
|
2889
2549
|
DurationInSeconds?: number | undefined;
|
|
2890
2550
|
}
|
|
2891
|
-
/**
|
|
2892
|
-
* @public
|
|
2893
|
-
* @enum
|
|
2894
|
-
*/
|
|
2895
|
-
export declare const SnowflakeS3BackupMode: {
|
|
2896
|
-
readonly AllData: "AllData";
|
|
2897
|
-
readonly FailedDataOnly: "FailedDataOnly";
|
|
2898
|
-
};
|
|
2899
|
-
/**
|
|
2900
|
-
* @public
|
|
2901
|
-
*/
|
|
2902
|
-
export type SnowflakeS3BackupMode = (typeof SnowflakeS3BackupMode)[keyof typeof SnowflakeS3BackupMode];
|
|
2903
2551
|
/**
|
|
2904
2552
|
* <p>Optionally configure a Snowflake role. Otherwise the default user role will be used.</p>
|
|
2905
2553
|
* @public
|
|
@@ -3073,18 +2721,6 @@ export interface SplunkBufferingHints {
|
|
|
3073
2721
|
*/
|
|
3074
2722
|
SizeInMBs?: number | undefined;
|
|
3075
2723
|
}
|
|
3076
|
-
/**
|
|
3077
|
-
* @public
|
|
3078
|
-
* @enum
|
|
3079
|
-
*/
|
|
3080
|
-
export declare const HECEndpointType: {
|
|
3081
|
-
readonly Event: "Event";
|
|
3082
|
-
readonly Raw: "Raw";
|
|
3083
|
-
};
|
|
3084
|
-
/**
|
|
3085
|
-
* @public
|
|
3086
|
-
*/
|
|
3087
|
-
export type HECEndpointType = (typeof HECEndpointType)[keyof typeof HECEndpointType];
|
|
3088
2724
|
/**
|
|
3089
2725
|
* <p>Configures retry behavior in case Firehose is unable to deliver
|
|
3090
2726
|
* documents to Splunk, or if it doesn't receive an acknowledgment from Splunk.</p>
|
|
@@ -3100,18 +2736,6 @@ export interface SplunkRetryOptions {
|
|
|
3100
2736
|
*/
|
|
3101
2737
|
DurationInSeconds?: number | undefined;
|
|
3102
2738
|
}
|
|
3103
|
-
/**
|
|
3104
|
-
* @public
|
|
3105
|
-
* @enum
|
|
3106
|
-
*/
|
|
3107
|
-
export declare const SplunkS3BackupMode: {
|
|
3108
|
-
readonly AllEvents: "AllEvents";
|
|
3109
|
-
readonly FailedEventsOnly: "FailedEventsOnly";
|
|
3110
|
-
};
|
|
3111
|
-
/**
|
|
3112
|
-
* @public
|
|
3113
|
-
*/
|
|
3114
|
-
export type SplunkS3BackupMode = (typeof SplunkS3BackupMode)[keyof typeof SplunkS3BackupMode];
|
|
3115
2739
|
/**
|
|
3116
2740
|
* <p>Describes the configuration of a destination in Splunk.</p>
|
|
3117
2741
|
* @public
|
|
@@ -3362,86 +2986,6 @@ export interface CreateDeliveryStreamOutput {
|
|
|
3362
2986
|
*/
|
|
3363
2987
|
DeliveryStreamARN?: string | undefined;
|
|
3364
2988
|
}
|
|
3365
|
-
/**
|
|
3366
|
-
* <p>The specified input parameter has a value that is not valid.</p>
|
|
3367
|
-
* @public
|
|
3368
|
-
*/
|
|
3369
|
-
export declare class InvalidArgumentException extends __BaseException {
|
|
3370
|
-
readonly name: "InvalidArgumentException";
|
|
3371
|
-
readonly $fault: "client";
|
|
3372
|
-
/**
|
|
3373
|
-
* @internal
|
|
3374
|
-
*/
|
|
3375
|
-
constructor(opts: __ExceptionOptionType<InvalidArgumentException, __BaseException>);
|
|
3376
|
-
}
|
|
3377
|
-
/**
|
|
3378
|
-
* <p>Firehose throws this exception when an attempt to put records or to start
|
|
3379
|
-
* or stop Firehose stream encryption fails. This happens when the KMS service throws one of
|
|
3380
|
-
* the following exception types: <code>AccessDeniedException</code>,
|
|
3381
|
-
* <code>InvalidStateException</code>, <code>DisabledException</code>, or
|
|
3382
|
-
* <code>NotFoundException</code>.</p>
|
|
3383
|
-
* @public
|
|
3384
|
-
*/
|
|
3385
|
-
export declare class InvalidKMSResourceException extends __BaseException {
|
|
3386
|
-
readonly name: "InvalidKMSResourceException";
|
|
3387
|
-
readonly $fault: "client";
|
|
3388
|
-
code?: string | undefined;
|
|
3389
|
-
/**
|
|
3390
|
-
* @internal
|
|
3391
|
-
*/
|
|
3392
|
-
constructor(opts: __ExceptionOptionType<InvalidKMSResourceException, __BaseException>);
|
|
3393
|
-
}
|
|
3394
|
-
/**
|
|
3395
|
-
* <p>You have already reached the limit for a requested resource.</p>
|
|
3396
|
-
* @public
|
|
3397
|
-
*/
|
|
3398
|
-
export declare class LimitExceededException extends __BaseException {
|
|
3399
|
-
readonly name: "LimitExceededException";
|
|
3400
|
-
readonly $fault: "client";
|
|
3401
|
-
/**
|
|
3402
|
-
* @internal
|
|
3403
|
-
*/
|
|
3404
|
-
constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
|
|
3405
|
-
}
|
|
3406
|
-
/**
|
|
3407
|
-
* <p>The resource is already in use and not available for this operation.</p>
|
|
3408
|
-
* @public
|
|
3409
|
-
*/
|
|
3410
|
-
export declare class ResourceInUseException extends __BaseException {
|
|
3411
|
-
readonly name: "ResourceInUseException";
|
|
3412
|
-
readonly $fault: "client";
|
|
3413
|
-
/**
|
|
3414
|
-
* @internal
|
|
3415
|
-
*/
|
|
3416
|
-
constructor(opts: __ExceptionOptionType<ResourceInUseException, __BaseException>);
|
|
3417
|
-
}
|
|
3418
|
-
/**
|
|
3419
|
-
* @public
|
|
3420
|
-
* @enum
|
|
3421
|
-
*/
|
|
3422
|
-
export declare const DeliveryStreamFailureType: {
|
|
3423
|
-
readonly CREATE_ENI_FAILED: "CREATE_ENI_FAILED";
|
|
3424
|
-
readonly CREATE_KMS_GRANT_FAILED: "CREATE_KMS_GRANT_FAILED";
|
|
3425
|
-
readonly DELETE_ENI_FAILED: "DELETE_ENI_FAILED";
|
|
3426
|
-
readonly DISABLED_KMS_KEY: "DISABLED_KMS_KEY";
|
|
3427
|
-
readonly ENI_ACCESS_DENIED: "ENI_ACCESS_DENIED";
|
|
3428
|
-
readonly INVALID_KMS_KEY: "INVALID_KMS_KEY";
|
|
3429
|
-
readonly KMS_ACCESS_DENIED: "KMS_ACCESS_DENIED";
|
|
3430
|
-
readonly KMS_KEY_NOT_FOUND: "KMS_KEY_NOT_FOUND";
|
|
3431
|
-
readonly KMS_OPT_IN_REQUIRED: "KMS_OPT_IN_REQUIRED";
|
|
3432
|
-
readonly RETIRE_KMS_GRANT_FAILED: "RETIRE_KMS_GRANT_FAILED";
|
|
3433
|
-
readonly SECURITY_GROUP_ACCESS_DENIED: "SECURITY_GROUP_ACCESS_DENIED";
|
|
3434
|
-
readonly SECURITY_GROUP_NOT_FOUND: "SECURITY_GROUP_NOT_FOUND";
|
|
3435
|
-
readonly SUBNET_ACCESS_DENIED: "SUBNET_ACCESS_DENIED";
|
|
3436
|
-
readonly SUBNET_NOT_FOUND: "SUBNET_NOT_FOUND";
|
|
3437
|
-
readonly UNKNOWN_ERROR: "UNKNOWN_ERROR";
|
|
3438
|
-
readonly VPC_ENDPOINT_SERVICE_NAME_NOT_FOUND: "VPC_ENDPOINT_SERVICE_NAME_NOT_FOUND";
|
|
3439
|
-
readonly VPC_INTERFACE_ENDPOINT_SERVICE_ACCESS_DENIED: "VPC_INTERFACE_ENDPOINT_SERVICE_ACCESS_DENIED";
|
|
3440
|
-
};
|
|
3441
|
-
/**
|
|
3442
|
-
* @public
|
|
3443
|
-
*/
|
|
3444
|
-
export type DeliveryStreamFailureType = (typeof DeliveryStreamFailureType)[keyof typeof DeliveryStreamFailureType];
|
|
3445
2989
|
/**
|
|
3446
2990
|
* <p>Provides details in case one of the following operations fails due to an error related
|
|
3447
2991
|
* to KMS: <a>CreateDeliveryStream</a>, <a>DeleteDeliveryStream</a>,
|
|
@@ -3460,31 +3004,6 @@ export interface FailureDescription {
|
|
|
3460
3004
|
*/
|
|
3461
3005
|
Details: string | undefined;
|
|
3462
3006
|
}
|
|
3463
|
-
/**
|
|
3464
|
-
* @public
|
|
3465
|
-
* @enum
|
|
3466
|
-
*/
|
|
3467
|
-
export declare const SnapshotRequestedBy: {
|
|
3468
|
-
readonly FIREHOSE: "FIREHOSE";
|
|
3469
|
-
readonly USER: "USER";
|
|
3470
|
-
};
|
|
3471
|
-
/**
|
|
3472
|
-
* @public
|
|
3473
|
-
*/
|
|
3474
|
-
export type SnapshotRequestedBy = (typeof SnapshotRequestedBy)[keyof typeof SnapshotRequestedBy];
|
|
3475
|
-
/**
|
|
3476
|
-
* @public
|
|
3477
|
-
* @enum
|
|
3478
|
-
*/
|
|
3479
|
-
export declare const SnapshotStatus: {
|
|
3480
|
-
readonly COMPLETE: "COMPLETE";
|
|
3481
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
3482
|
-
readonly SUSPENDED: "SUSPENDED";
|
|
3483
|
-
};
|
|
3484
|
-
/**
|
|
3485
|
-
* @public
|
|
3486
|
-
*/
|
|
3487
|
-
export type SnapshotStatus = (typeof SnapshotStatus)[keyof typeof SnapshotStatus];
|
|
3488
3007
|
/**
|
|
3489
3008
|
* <p>
|
|
3490
3009
|
* The structure that describes the snapshot information of a table in source database endpoint that Firehose reads.
|
|
@@ -3685,34 +3204,6 @@ export interface DeleteDeliveryStreamInput {
|
|
|
3685
3204
|
*/
|
|
3686
3205
|
export interface DeleteDeliveryStreamOutput {
|
|
3687
3206
|
}
|
|
3688
|
-
/**
|
|
3689
|
-
* <p>The specified resource could not be found.</p>
|
|
3690
|
-
* @public
|
|
3691
|
-
*/
|
|
3692
|
-
export declare class ResourceNotFoundException extends __BaseException {
|
|
3693
|
-
readonly name: "ResourceNotFoundException";
|
|
3694
|
-
readonly $fault: "client";
|
|
3695
|
-
/**
|
|
3696
|
-
* @internal
|
|
3697
|
-
*/
|
|
3698
|
-
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
3699
|
-
}
|
|
3700
|
-
/**
|
|
3701
|
-
* @public
|
|
3702
|
-
* @enum
|
|
3703
|
-
*/
|
|
3704
|
-
export declare const DeliveryStreamEncryptionStatus: {
|
|
3705
|
-
readonly DISABLED: "DISABLED";
|
|
3706
|
-
readonly DISABLING: "DISABLING";
|
|
3707
|
-
readonly DISABLING_FAILED: "DISABLING_FAILED";
|
|
3708
|
-
readonly ENABLED: "ENABLED";
|
|
3709
|
-
readonly ENABLING: "ENABLING";
|
|
3710
|
-
readonly ENABLING_FAILED: "ENABLING_FAILED";
|
|
3711
|
-
};
|
|
3712
|
-
/**
|
|
3713
|
-
* @public
|
|
3714
|
-
*/
|
|
3715
|
-
export type DeliveryStreamEncryptionStatus = (typeof DeliveryStreamEncryptionStatus)[keyof typeof DeliveryStreamEncryptionStatus];
|
|
3716
3207
|
/**
|
|
3717
3208
|
* <p>Contains information about the server-side encryption (SSE) status for the delivery
|
|
3718
3209
|
* stream, the type customer master key (CMK) in use, if any, and the ARN of the CMK. You can
|
|
@@ -3750,21 +3241,6 @@ export interface DeliveryStreamEncryptionConfiguration {
|
|
|
3750
3241
|
*/
|
|
3751
3242
|
FailureDescription?: FailureDescription | undefined;
|
|
3752
3243
|
}
|
|
3753
|
-
/**
|
|
3754
|
-
* @public
|
|
3755
|
-
* @enum
|
|
3756
|
-
*/
|
|
3757
|
-
export declare const DeliveryStreamStatus: {
|
|
3758
|
-
readonly ACTIVE: "ACTIVE";
|
|
3759
|
-
readonly CREATING: "CREATING";
|
|
3760
|
-
readonly CREATING_FAILED: "CREATING_FAILED";
|
|
3761
|
-
readonly DELETING: "DELETING";
|
|
3762
|
-
readonly DELETING_FAILED: "DELETING_FAILED";
|
|
3763
|
-
};
|
|
3764
|
-
/**
|
|
3765
|
-
* @public
|
|
3766
|
-
*/
|
|
3767
|
-
export type DeliveryStreamStatus = (typeof DeliveryStreamStatus)[keyof typeof DeliveryStreamStatus];
|
|
3768
3244
|
/**
|
|
3769
3245
|
* <p>The destination description in Amazon OpenSearch Service.</p>
|
|
3770
3246
|
* @public
|
|
@@ -4930,19 +4406,6 @@ export interface ListTagsForDeliveryStreamOutput {
|
|
|
4930
4406
|
*/
|
|
4931
4407
|
HasMoreTags: boolean | undefined;
|
|
4932
4408
|
}
|
|
4933
|
-
/**
|
|
4934
|
-
* <p>Only requests from CloudWatch Logs are supported when CloudWatch Logs decompression is enabled.</p>
|
|
4935
|
-
* @public
|
|
4936
|
-
*/
|
|
4937
|
-
export declare class InvalidSourceException extends __BaseException {
|
|
4938
|
-
readonly name: "InvalidSourceException";
|
|
4939
|
-
readonly $fault: "client";
|
|
4940
|
-
code?: string | undefined;
|
|
4941
|
-
/**
|
|
4942
|
-
* @internal
|
|
4943
|
-
*/
|
|
4944
|
-
constructor(opts: __ExceptionOptionType<InvalidSourceException, __BaseException>);
|
|
4945
|
-
}
|
|
4946
4409
|
/**
|
|
4947
4410
|
* <p>The unit of data in a Firehose stream.</p>
|
|
4948
4411
|
* @public
|
|
@@ -4985,21 +4448,6 @@ export interface PutRecordOutput {
|
|
|
4985
4448
|
*/
|
|
4986
4449
|
Encrypted?: boolean | undefined;
|
|
4987
4450
|
}
|
|
4988
|
-
/**
|
|
4989
|
-
* <p>The service is unavailable. Back off and retry the operation. If you continue to see
|
|
4990
|
-
* the exception, throughput limits for the Firehose stream may have been exceeded. For more
|
|
4991
|
-
* information about limits and how to request an increase, see <a href="https://docs.aws.amazon.com/firehose/latest/dev/limits.html">Amazon Firehose
|
|
4992
|
-
* Limits</a>.</p>
|
|
4993
|
-
* @public
|
|
4994
|
-
*/
|
|
4995
|
-
export declare class ServiceUnavailableException extends __BaseException {
|
|
4996
|
-
readonly name: "ServiceUnavailableException";
|
|
4997
|
-
readonly $fault: "server";
|
|
4998
|
-
/**
|
|
4999
|
-
* @internal
|
|
5000
|
-
*/
|
|
5001
|
-
constructor(opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>);
|
|
5002
|
-
}
|
|
5003
4451
|
/**
|
|
5004
4452
|
* @public
|
|
5005
4453
|
*/
|