@aws-sdk/client-firehose 3.934.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 CHANGED
@@ -117,60 +117,6 @@ let FirehoseServiceException$1 = class FirehoseServiceException extends smithyCl
117
117
  }
118
118
  };
119
119
 
120
- const ProcessorParameterName = {
121
- BUFFER_INTERVAL_IN_SECONDS: "BufferIntervalInSeconds",
122
- BUFFER_SIZE_IN_MB: "BufferSizeInMBs",
123
- COMPRESSION_FORMAT: "CompressionFormat",
124
- DATA_MESSAGE_EXTRACTION: "DataMessageExtraction",
125
- Delimiter: "Delimiter",
126
- JSON_PARSING_ENGINE: "JsonParsingEngine",
127
- LAMBDA_ARN: "LambdaArn",
128
- LAMBDA_NUMBER_OF_RETRIES: "NumberOfRetries",
129
- METADATA_EXTRACTION_QUERY: "MetadataExtractionQuery",
130
- ROLE_ARN: "RoleArn",
131
- SUB_RECORD_TYPE: "SubRecordType",
132
- };
133
- const ProcessorType = {
134
- AppendDelimiterToRecord: "AppendDelimiterToRecord",
135
- CloudWatchLogProcessing: "CloudWatchLogProcessing",
136
- Decompression: "Decompression",
137
- Lambda: "Lambda",
138
- MetadataExtraction: "MetadataExtraction",
139
- RecordDeAggregation: "RecordDeAggregation",
140
- };
141
- const AmazonOpenSearchServerlessS3BackupMode = {
142
- AllDocuments: "AllDocuments",
143
- FailedDocumentsOnly: "FailedDocumentsOnly",
144
- };
145
- const CompressionFormat = {
146
- GZIP: "GZIP",
147
- HADOOP_SNAPPY: "HADOOP_SNAPPY",
148
- SNAPPY: "Snappy",
149
- UNCOMPRESSED: "UNCOMPRESSED",
150
- ZIP: "ZIP",
151
- };
152
- const NoEncryptionConfig = {
153
- NoEncryption: "NoEncryption",
154
- };
155
- const DefaultDocumentIdFormat = {
156
- FIREHOSE_DEFAULT: "FIREHOSE_DEFAULT",
157
- NO_DOCUMENT_ID: "NO_DOCUMENT_ID",
158
- };
159
- const AmazonopensearchserviceIndexRotationPeriod = {
160
- NoRotation: "NoRotation",
161
- OneDay: "OneDay",
162
- OneHour: "OneHour",
163
- OneMonth: "OneMonth",
164
- OneWeek: "OneWeek",
165
- };
166
- const AmazonopensearchserviceS3BackupMode = {
167
- AllDocuments: "AllDocuments",
168
- FailedDocumentsOnly: "FailedDocumentsOnly",
169
- };
170
- const Connectivity = {
171
- PRIVATE: "PRIVATE",
172
- PUBLIC: "PUBLIC",
173
- };
174
120
  let ConcurrentModificationException$1 = class ConcurrentModificationException extends FirehoseServiceException$1 {
175
121
  name = "ConcurrentModificationException";
176
122
  $fault = "client";
@@ -183,90 +129,6 @@ let ConcurrentModificationException$1 = class ConcurrentModificationException ex
183
129
  Object.setPrototypeOf(this, ConcurrentModificationException.prototype);
184
130
  }
185
131
  };
186
- const ContentEncoding = {
187
- GZIP: "GZIP",
188
- NONE: "NONE",
189
- };
190
- const SSLMode = {
191
- Disabled: "Disabled",
192
- Enabled: "Enabled",
193
- };
194
- const DatabaseType = {
195
- MySQL: "MySQL",
196
- PostgreSQL: "PostgreSQL",
197
- };
198
- const KeyType = {
199
- AWS_OWNED_CMK: "AWS_OWNED_CMK",
200
- CUSTOMER_MANAGED_CMK: "CUSTOMER_MANAGED_CMK",
201
- };
202
- const DeliveryStreamType = {
203
- DatabaseAsSource: "DatabaseAsSource",
204
- DirectPut: "DirectPut",
205
- KinesisStreamAsSource: "KinesisStreamAsSource",
206
- MSKAsSource: "MSKAsSource",
207
- };
208
- const ElasticsearchIndexRotationPeriod = {
209
- NoRotation: "NoRotation",
210
- OneDay: "OneDay",
211
- OneHour: "OneHour",
212
- OneMonth: "OneMonth",
213
- OneWeek: "OneWeek",
214
- };
215
- const ElasticsearchS3BackupMode = {
216
- AllDocuments: "AllDocuments",
217
- FailedDocumentsOnly: "FailedDocumentsOnly",
218
- };
219
- const OrcCompression = {
220
- NONE: "NONE",
221
- SNAPPY: "SNAPPY",
222
- ZLIB: "ZLIB",
223
- };
224
- const OrcFormatVersion = {
225
- V0_11: "V0_11",
226
- V0_12: "V0_12",
227
- };
228
- const ParquetCompression = {
229
- GZIP: "GZIP",
230
- SNAPPY: "SNAPPY",
231
- UNCOMPRESSED: "UNCOMPRESSED",
232
- };
233
- const ParquetWriterVersion = {
234
- V1: "V1",
235
- V2: "V2",
236
- };
237
- const S3BackupMode = {
238
- Disabled: "Disabled",
239
- Enabled: "Enabled",
240
- };
241
- const HttpEndpointS3BackupMode = {
242
- AllData: "AllData",
243
- FailedDataOnly: "FailedDataOnly",
244
- };
245
- const IcebergS3BackupMode = {
246
- AllData: "AllData",
247
- FailedDataOnly: "FailedDataOnly",
248
- };
249
- const RedshiftS3BackupMode = {
250
- Disabled: "Disabled",
251
- Enabled: "Enabled",
252
- };
253
- const SnowflakeDataLoadingOption = {
254
- JSON_MAPPING: "JSON_MAPPING",
255
- VARIANT_CONTENT_AND_METADATA_MAPPING: "VARIANT_CONTENT_AND_METADATA_MAPPING",
256
- VARIANT_CONTENT_MAPPING: "VARIANT_CONTENT_MAPPING",
257
- };
258
- const SnowflakeS3BackupMode = {
259
- AllData: "AllData",
260
- FailedDataOnly: "FailedDataOnly",
261
- };
262
- const HECEndpointType = {
263
- Event: "Event",
264
- Raw: "Raw",
265
- };
266
- const SplunkS3BackupMode = {
267
- AllEvents: "AllEvents",
268
- FailedEventsOnly: "FailedEventsOnly",
269
- };
270
132
  let InvalidArgumentException$1 = class InvalidArgumentException extends FirehoseServiceException$1 {
271
133
  name = "InvalidArgumentException";
272
134
  $fault = "client";
@@ -317,34 +179,6 @@ let ResourceInUseException$1 = class ResourceInUseException extends FirehoseServ
317
179
  Object.setPrototypeOf(this, ResourceInUseException.prototype);
318
180
  }
319
181
  };
320
- const DeliveryStreamFailureType = {
321
- CREATE_ENI_FAILED: "CREATE_ENI_FAILED",
322
- CREATE_KMS_GRANT_FAILED: "CREATE_KMS_GRANT_FAILED",
323
- DELETE_ENI_FAILED: "DELETE_ENI_FAILED",
324
- DISABLED_KMS_KEY: "DISABLED_KMS_KEY",
325
- ENI_ACCESS_DENIED: "ENI_ACCESS_DENIED",
326
- INVALID_KMS_KEY: "INVALID_KMS_KEY",
327
- KMS_ACCESS_DENIED: "KMS_ACCESS_DENIED",
328
- KMS_KEY_NOT_FOUND: "KMS_KEY_NOT_FOUND",
329
- KMS_OPT_IN_REQUIRED: "KMS_OPT_IN_REQUIRED",
330
- RETIRE_KMS_GRANT_FAILED: "RETIRE_KMS_GRANT_FAILED",
331
- SECURITY_GROUP_ACCESS_DENIED: "SECURITY_GROUP_ACCESS_DENIED",
332
- SECURITY_GROUP_NOT_FOUND: "SECURITY_GROUP_NOT_FOUND",
333
- SUBNET_ACCESS_DENIED: "SUBNET_ACCESS_DENIED",
334
- SUBNET_NOT_FOUND: "SUBNET_NOT_FOUND",
335
- UNKNOWN_ERROR: "UNKNOWN_ERROR",
336
- VPC_ENDPOINT_SERVICE_NAME_NOT_FOUND: "VPC_ENDPOINT_SERVICE_NAME_NOT_FOUND",
337
- VPC_INTERFACE_ENDPOINT_SERVICE_ACCESS_DENIED: "VPC_INTERFACE_ENDPOINT_SERVICE_ACCESS_DENIED",
338
- };
339
- const SnapshotRequestedBy = {
340
- FIREHOSE: "FIREHOSE",
341
- USER: "USER",
342
- };
343
- const SnapshotStatus = {
344
- COMPLETE: "COMPLETE",
345
- IN_PROGRESS: "IN_PROGRESS",
346
- SUSPENDED: "SUSPENDED",
347
- };
348
182
  let ResourceNotFoundException$1 = class ResourceNotFoundException extends FirehoseServiceException$1 {
349
183
  name = "ResourceNotFoundException";
350
184
  $fault = "client";
@@ -357,21 +191,6 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends Fireho
357
191
  Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
358
192
  }
359
193
  };
360
- const DeliveryStreamEncryptionStatus = {
361
- DISABLED: "DISABLED",
362
- DISABLING: "DISABLING",
363
- DISABLING_FAILED: "DISABLING_FAILED",
364
- ENABLED: "ENABLED",
365
- ENABLING: "ENABLING",
366
- ENABLING_FAILED: "ENABLING_FAILED",
367
- };
368
- const DeliveryStreamStatus = {
369
- ACTIVE: "ACTIVE",
370
- CREATING: "CREATING",
371
- CREATING_FAILED: "CREATING_FAILED",
372
- DELETING: "DELETING",
373
- DELETING_FAILED: "DELETING_FAILED",
374
- };
375
194
  let InvalidSourceException$1 = class InvalidSourceException extends FirehoseServiceException$1 {
376
195
  name = "InvalidSourceException";
377
196
  $fault = "client";
@@ -2162,6 +1981,188 @@ class Firehose extends FirehoseClient {
2162
1981
  }
2163
1982
  smithyClient.createAggregatedClient(commands, Firehose);
2164
1983
 
1984
+ const ProcessorParameterName = {
1985
+ BUFFER_INTERVAL_IN_SECONDS: "BufferIntervalInSeconds",
1986
+ BUFFER_SIZE_IN_MB: "BufferSizeInMBs",
1987
+ COMPRESSION_FORMAT: "CompressionFormat",
1988
+ DATA_MESSAGE_EXTRACTION: "DataMessageExtraction",
1989
+ Delimiter: "Delimiter",
1990
+ JSON_PARSING_ENGINE: "JsonParsingEngine",
1991
+ LAMBDA_ARN: "LambdaArn",
1992
+ LAMBDA_NUMBER_OF_RETRIES: "NumberOfRetries",
1993
+ METADATA_EXTRACTION_QUERY: "MetadataExtractionQuery",
1994
+ ROLE_ARN: "RoleArn",
1995
+ SUB_RECORD_TYPE: "SubRecordType",
1996
+ };
1997
+ const ProcessorType = {
1998
+ AppendDelimiterToRecord: "AppendDelimiterToRecord",
1999
+ CloudWatchLogProcessing: "CloudWatchLogProcessing",
2000
+ Decompression: "Decompression",
2001
+ Lambda: "Lambda",
2002
+ MetadataExtraction: "MetadataExtraction",
2003
+ RecordDeAggregation: "RecordDeAggregation",
2004
+ };
2005
+ const AmazonOpenSearchServerlessS3BackupMode = {
2006
+ AllDocuments: "AllDocuments",
2007
+ FailedDocumentsOnly: "FailedDocumentsOnly",
2008
+ };
2009
+ const CompressionFormat = {
2010
+ GZIP: "GZIP",
2011
+ HADOOP_SNAPPY: "HADOOP_SNAPPY",
2012
+ SNAPPY: "Snappy",
2013
+ UNCOMPRESSED: "UNCOMPRESSED",
2014
+ ZIP: "ZIP",
2015
+ };
2016
+ const NoEncryptionConfig = {
2017
+ NoEncryption: "NoEncryption",
2018
+ };
2019
+ const DefaultDocumentIdFormat = {
2020
+ FIREHOSE_DEFAULT: "FIREHOSE_DEFAULT",
2021
+ NO_DOCUMENT_ID: "NO_DOCUMENT_ID",
2022
+ };
2023
+ const AmazonopensearchserviceIndexRotationPeriod = {
2024
+ NoRotation: "NoRotation",
2025
+ OneDay: "OneDay",
2026
+ OneHour: "OneHour",
2027
+ OneMonth: "OneMonth",
2028
+ OneWeek: "OneWeek",
2029
+ };
2030
+ const AmazonopensearchserviceS3BackupMode = {
2031
+ AllDocuments: "AllDocuments",
2032
+ FailedDocumentsOnly: "FailedDocumentsOnly",
2033
+ };
2034
+ const Connectivity = {
2035
+ PRIVATE: "PRIVATE",
2036
+ PUBLIC: "PUBLIC",
2037
+ };
2038
+ const ContentEncoding = {
2039
+ GZIP: "GZIP",
2040
+ NONE: "NONE",
2041
+ };
2042
+ const SSLMode = {
2043
+ Disabled: "Disabled",
2044
+ Enabled: "Enabled",
2045
+ };
2046
+ const DatabaseType = {
2047
+ MySQL: "MySQL",
2048
+ PostgreSQL: "PostgreSQL",
2049
+ };
2050
+ const KeyType = {
2051
+ AWS_OWNED_CMK: "AWS_OWNED_CMK",
2052
+ CUSTOMER_MANAGED_CMK: "CUSTOMER_MANAGED_CMK",
2053
+ };
2054
+ const DeliveryStreamType = {
2055
+ DatabaseAsSource: "DatabaseAsSource",
2056
+ DirectPut: "DirectPut",
2057
+ KinesisStreamAsSource: "KinesisStreamAsSource",
2058
+ MSKAsSource: "MSKAsSource",
2059
+ };
2060
+ const ElasticsearchIndexRotationPeriod = {
2061
+ NoRotation: "NoRotation",
2062
+ OneDay: "OneDay",
2063
+ OneHour: "OneHour",
2064
+ OneMonth: "OneMonth",
2065
+ OneWeek: "OneWeek",
2066
+ };
2067
+ const ElasticsearchS3BackupMode = {
2068
+ AllDocuments: "AllDocuments",
2069
+ FailedDocumentsOnly: "FailedDocumentsOnly",
2070
+ };
2071
+ const OrcCompression = {
2072
+ NONE: "NONE",
2073
+ SNAPPY: "SNAPPY",
2074
+ ZLIB: "ZLIB",
2075
+ };
2076
+ const OrcFormatVersion = {
2077
+ V0_11: "V0_11",
2078
+ V0_12: "V0_12",
2079
+ };
2080
+ const ParquetCompression = {
2081
+ GZIP: "GZIP",
2082
+ SNAPPY: "SNAPPY",
2083
+ UNCOMPRESSED: "UNCOMPRESSED",
2084
+ };
2085
+ const ParquetWriterVersion = {
2086
+ V1: "V1",
2087
+ V2: "V2",
2088
+ };
2089
+ const S3BackupMode = {
2090
+ Disabled: "Disabled",
2091
+ Enabled: "Enabled",
2092
+ };
2093
+ const HttpEndpointS3BackupMode = {
2094
+ AllData: "AllData",
2095
+ FailedDataOnly: "FailedDataOnly",
2096
+ };
2097
+ const IcebergS3BackupMode = {
2098
+ AllData: "AllData",
2099
+ FailedDataOnly: "FailedDataOnly",
2100
+ };
2101
+ const RedshiftS3BackupMode = {
2102
+ Disabled: "Disabled",
2103
+ Enabled: "Enabled",
2104
+ };
2105
+ const SnowflakeDataLoadingOption = {
2106
+ JSON_MAPPING: "JSON_MAPPING",
2107
+ VARIANT_CONTENT_AND_METADATA_MAPPING: "VARIANT_CONTENT_AND_METADATA_MAPPING",
2108
+ VARIANT_CONTENT_MAPPING: "VARIANT_CONTENT_MAPPING",
2109
+ };
2110
+ const SnowflakeS3BackupMode = {
2111
+ AllData: "AllData",
2112
+ FailedDataOnly: "FailedDataOnly",
2113
+ };
2114
+ const HECEndpointType = {
2115
+ Event: "Event",
2116
+ Raw: "Raw",
2117
+ };
2118
+ const SplunkS3BackupMode = {
2119
+ AllEvents: "AllEvents",
2120
+ FailedEventsOnly: "FailedEventsOnly",
2121
+ };
2122
+ const DeliveryStreamFailureType = {
2123
+ CREATE_ENI_FAILED: "CREATE_ENI_FAILED",
2124
+ CREATE_KMS_GRANT_FAILED: "CREATE_KMS_GRANT_FAILED",
2125
+ DELETE_ENI_FAILED: "DELETE_ENI_FAILED",
2126
+ DISABLED_KMS_KEY: "DISABLED_KMS_KEY",
2127
+ ENI_ACCESS_DENIED: "ENI_ACCESS_DENIED",
2128
+ INVALID_KMS_KEY: "INVALID_KMS_KEY",
2129
+ KMS_ACCESS_DENIED: "KMS_ACCESS_DENIED",
2130
+ KMS_KEY_NOT_FOUND: "KMS_KEY_NOT_FOUND",
2131
+ KMS_OPT_IN_REQUIRED: "KMS_OPT_IN_REQUIRED",
2132
+ RETIRE_KMS_GRANT_FAILED: "RETIRE_KMS_GRANT_FAILED",
2133
+ SECURITY_GROUP_ACCESS_DENIED: "SECURITY_GROUP_ACCESS_DENIED",
2134
+ SECURITY_GROUP_NOT_FOUND: "SECURITY_GROUP_NOT_FOUND",
2135
+ SUBNET_ACCESS_DENIED: "SUBNET_ACCESS_DENIED",
2136
+ SUBNET_NOT_FOUND: "SUBNET_NOT_FOUND",
2137
+ UNKNOWN_ERROR: "UNKNOWN_ERROR",
2138
+ VPC_ENDPOINT_SERVICE_NAME_NOT_FOUND: "VPC_ENDPOINT_SERVICE_NAME_NOT_FOUND",
2139
+ VPC_INTERFACE_ENDPOINT_SERVICE_ACCESS_DENIED: "VPC_INTERFACE_ENDPOINT_SERVICE_ACCESS_DENIED",
2140
+ };
2141
+ const SnapshotRequestedBy = {
2142
+ FIREHOSE: "FIREHOSE",
2143
+ USER: "USER",
2144
+ };
2145
+ const SnapshotStatus = {
2146
+ COMPLETE: "COMPLETE",
2147
+ IN_PROGRESS: "IN_PROGRESS",
2148
+ SUSPENDED: "SUSPENDED",
2149
+ };
2150
+ const DeliveryStreamEncryptionStatus = {
2151
+ DISABLED: "DISABLED",
2152
+ DISABLING: "DISABLING",
2153
+ DISABLING_FAILED: "DISABLING_FAILED",
2154
+ ENABLED: "ENABLED",
2155
+ ENABLING: "ENABLING",
2156
+ ENABLING_FAILED: "ENABLING_FAILED",
2157
+ };
2158
+ const DeliveryStreamStatus = {
2159
+ ACTIVE: "ACTIVE",
2160
+ CREATING: "CREATING",
2161
+ CREATING_FAILED: "CREATING_FAILED",
2162
+ DELETING: "DELETING",
2163
+ DELETING_FAILED: "DELETING_FAILED",
2164
+ };
2165
+
2165
2166
  Object.defineProperty(exports, "$Command", {
2166
2167
  enumerable: true,
2167
2168
  get: function () { return smithyClient.Command; }
package/dist-es/index.js CHANGED
@@ -1,5 +1,6 @@
1
1
  export * from "./FirehoseClient";
2
2
  export * from "./Firehose";
3
3
  export * from "./commands";
4
- export * from "./models";
4
+ export * from "./models/enums";
5
+ export * from "./models/errors";
5
6
  export { FirehoseServiceException } from "./models/FirehoseServiceException";
@@ -0,0 +1,181 @@
1
+ export const ProcessorParameterName = {
2
+ BUFFER_INTERVAL_IN_SECONDS: "BufferIntervalInSeconds",
3
+ BUFFER_SIZE_IN_MB: "BufferSizeInMBs",
4
+ COMPRESSION_FORMAT: "CompressionFormat",
5
+ DATA_MESSAGE_EXTRACTION: "DataMessageExtraction",
6
+ Delimiter: "Delimiter",
7
+ JSON_PARSING_ENGINE: "JsonParsingEngine",
8
+ LAMBDA_ARN: "LambdaArn",
9
+ LAMBDA_NUMBER_OF_RETRIES: "NumberOfRetries",
10
+ METADATA_EXTRACTION_QUERY: "MetadataExtractionQuery",
11
+ ROLE_ARN: "RoleArn",
12
+ SUB_RECORD_TYPE: "SubRecordType",
13
+ };
14
+ export const ProcessorType = {
15
+ AppendDelimiterToRecord: "AppendDelimiterToRecord",
16
+ CloudWatchLogProcessing: "CloudWatchLogProcessing",
17
+ Decompression: "Decompression",
18
+ Lambda: "Lambda",
19
+ MetadataExtraction: "MetadataExtraction",
20
+ RecordDeAggregation: "RecordDeAggregation",
21
+ };
22
+ export const AmazonOpenSearchServerlessS3BackupMode = {
23
+ AllDocuments: "AllDocuments",
24
+ FailedDocumentsOnly: "FailedDocumentsOnly",
25
+ };
26
+ export const CompressionFormat = {
27
+ GZIP: "GZIP",
28
+ HADOOP_SNAPPY: "HADOOP_SNAPPY",
29
+ SNAPPY: "Snappy",
30
+ UNCOMPRESSED: "UNCOMPRESSED",
31
+ ZIP: "ZIP",
32
+ };
33
+ export const NoEncryptionConfig = {
34
+ NoEncryption: "NoEncryption",
35
+ };
36
+ export const DefaultDocumentIdFormat = {
37
+ FIREHOSE_DEFAULT: "FIREHOSE_DEFAULT",
38
+ NO_DOCUMENT_ID: "NO_DOCUMENT_ID",
39
+ };
40
+ export const AmazonopensearchserviceIndexRotationPeriod = {
41
+ NoRotation: "NoRotation",
42
+ OneDay: "OneDay",
43
+ OneHour: "OneHour",
44
+ OneMonth: "OneMonth",
45
+ OneWeek: "OneWeek",
46
+ };
47
+ export const AmazonopensearchserviceS3BackupMode = {
48
+ AllDocuments: "AllDocuments",
49
+ FailedDocumentsOnly: "FailedDocumentsOnly",
50
+ };
51
+ export const Connectivity = {
52
+ PRIVATE: "PRIVATE",
53
+ PUBLIC: "PUBLIC",
54
+ };
55
+ export const ContentEncoding = {
56
+ GZIP: "GZIP",
57
+ NONE: "NONE",
58
+ };
59
+ export const SSLMode = {
60
+ Disabled: "Disabled",
61
+ Enabled: "Enabled",
62
+ };
63
+ export const DatabaseType = {
64
+ MySQL: "MySQL",
65
+ PostgreSQL: "PostgreSQL",
66
+ };
67
+ export const KeyType = {
68
+ AWS_OWNED_CMK: "AWS_OWNED_CMK",
69
+ CUSTOMER_MANAGED_CMK: "CUSTOMER_MANAGED_CMK",
70
+ };
71
+ export const DeliveryStreamType = {
72
+ DatabaseAsSource: "DatabaseAsSource",
73
+ DirectPut: "DirectPut",
74
+ KinesisStreamAsSource: "KinesisStreamAsSource",
75
+ MSKAsSource: "MSKAsSource",
76
+ };
77
+ export const ElasticsearchIndexRotationPeriod = {
78
+ NoRotation: "NoRotation",
79
+ OneDay: "OneDay",
80
+ OneHour: "OneHour",
81
+ OneMonth: "OneMonth",
82
+ OneWeek: "OneWeek",
83
+ };
84
+ export const ElasticsearchS3BackupMode = {
85
+ AllDocuments: "AllDocuments",
86
+ FailedDocumentsOnly: "FailedDocumentsOnly",
87
+ };
88
+ export const OrcCompression = {
89
+ NONE: "NONE",
90
+ SNAPPY: "SNAPPY",
91
+ ZLIB: "ZLIB",
92
+ };
93
+ export const OrcFormatVersion = {
94
+ V0_11: "V0_11",
95
+ V0_12: "V0_12",
96
+ };
97
+ export const ParquetCompression = {
98
+ GZIP: "GZIP",
99
+ SNAPPY: "SNAPPY",
100
+ UNCOMPRESSED: "UNCOMPRESSED",
101
+ };
102
+ export const ParquetWriterVersion = {
103
+ V1: "V1",
104
+ V2: "V2",
105
+ };
106
+ export const S3BackupMode = {
107
+ Disabled: "Disabled",
108
+ Enabled: "Enabled",
109
+ };
110
+ export const HttpEndpointS3BackupMode = {
111
+ AllData: "AllData",
112
+ FailedDataOnly: "FailedDataOnly",
113
+ };
114
+ export const IcebergS3BackupMode = {
115
+ AllData: "AllData",
116
+ FailedDataOnly: "FailedDataOnly",
117
+ };
118
+ export const RedshiftS3BackupMode = {
119
+ Disabled: "Disabled",
120
+ Enabled: "Enabled",
121
+ };
122
+ export const SnowflakeDataLoadingOption = {
123
+ JSON_MAPPING: "JSON_MAPPING",
124
+ VARIANT_CONTENT_AND_METADATA_MAPPING: "VARIANT_CONTENT_AND_METADATA_MAPPING",
125
+ VARIANT_CONTENT_MAPPING: "VARIANT_CONTENT_MAPPING",
126
+ };
127
+ export const SnowflakeS3BackupMode = {
128
+ AllData: "AllData",
129
+ FailedDataOnly: "FailedDataOnly",
130
+ };
131
+ export const HECEndpointType = {
132
+ Event: "Event",
133
+ Raw: "Raw",
134
+ };
135
+ export const SplunkS3BackupMode = {
136
+ AllEvents: "AllEvents",
137
+ FailedEventsOnly: "FailedEventsOnly",
138
+ };
139
+ export const DeliveryStreamFailureType = {
140
+ CREATE_ENI_FAILED: "CREATE_ENI_FAILED",
141
+ CREATE_KMS_GRANT_FAILED: "CREATE_KMS_GRANT_FAILED",
142
+ DELETE_ENI_FAILED: "DELETE_ENI_FAILED",
143
+ DISABLED_KMS_KEY: "DISABLED_KMS_KEY",
144
+ ENI_ACCESS_DENIED: "ENI_ACCESS_DENIED",
145
+ INVALID_KMS_KEY: "INVALID_KMS_KEY",
146
+ KMS_ACCESS_DENIED: "KMS_ACCESS_DENIED",
147
+ KMS_KEY_NOT_FOUND: "KMS_KEY_NOT_FOUND",
148
+ KMS_OPT_IN_REQUIRED: "KMS_OPT_IN_REQUIRED",
149
+ RETIRE_KMS_GRANT_FAILED: "RETIRE_KMS_GRANT_FAILED",
150
+ SECURITY_GROUP_ACCESS_DENIED: "SECURITY_GROUP_ACCESS_DENIED",
151
+ SECURITY_GROUP_NOT_FOUND: "SECURITY_GROUP_NOT_FOUND",
152
+ SUBNET_ACCESS_DENIED: "SUBNET_ACCESS_DENIED",
153
+ SUBNET_NOT_FOUND: "SUBNET_NOT_FOUND",
154
+ UNKNOWN_ERROR: "UNKNOWN_ERROR",
155
+ VPC_ENDPOINT_SERVICE_NAME_NOT_FOUND: "VPC_ENDPOINT_SERVICE_NAME_NOT_FOUND",
156
+ VPC_INTERFACE_ENDPOINT_SERVICE_ACCESS_DENIED: "VPC_INTERFACE_ENDPOINT_SERVICE_ACCESS_DENIED",
157
+ };
158
+ export const SnapshotRequestedBy = {
159
+ FIREHOSE: "FIREHOSE",
160
+ USER: "USER",
161
+ };
162
+ export const SnapshotStatus = {
163
+ COMPLETE: "COMPLETE",
164
+ IN_PROGRESS: "IN_PROGRESS",
165
+ SUSPENDED: "SUSPENDED",
166
+ };
167
+ export const DeliveryStreamEncryptionStatus = {
168
+ DISABLED: "DISABLED",
169
+ DISABLING: "DISABLING",
170
+ DISABLING_FAILED: "DISABLING_FAILED",
171
+ ENABLED: "ENABLED",
172
+ ENABLING: "ENABLING",
173
+ ENABLING_FAILED: "ENABLING_FAILED",
174
+ };
175
+ export const DeliveryStreamStatus = {
176
+ ACTIVE: "ACTIVE",
177
+ CREATING: "CREATING",
178
+ CREATING_FAILED: "CREATING_FAILED",
179
+ DELETING: "DELETING",
180
+ DELETING_FAILED: "DELETING_FAILED",
181
+ };
@@ -0,0 +1,101 @@
1
+ import { FirehoseServiceException as __BaseException } from "./FirehoseServiceException";
2
+ export class ConcurrentModificationException extends __BaseException {
3
+ name = "ConcurrentModificationException";
4
+ $fault = "client";
5
+ constructor(opts) {
6
+ super({
7
+ name: "ConcurrentModificationException",
8
+ $fault: "client",
9
+ ...opts,
10
+ });
11
+ Object.setPrototypeOf(this, ConcurrentModificationException.prototype);
12
+ }
13
+ }
14
+ export class InvalidArgumentException extends __BaseException {
15
+ name = "InvalidArgumentException";
16
+ $fault = "client";
17
+ constructor(opts) {
18
+ super({
19
+ name: "InvalidArgumentException",
20
+ $fault: "client",
21
+ ...opts,
22
+ });
23
+ Object.setPrototypeOf(this, InvalidArgumentException.prototype);
24
+ }
25
+ }
26
+ export class InvalidKMSResourceException extends __BaseException {
27
+ name = "InvalidKMSResourceException";
28
+ $fault = "client";
29
+ code;
30
+ constructor(opts) {
31
+ super({
32
+ name: "InvalidKMSResourceException",
33
+ $fault: "client",
34
+ ...opts,
35
+ });
36
+ Object.setPrototypeOf(this, InvalidKMSResourceException.prototype);
37
+ this.code = opts.code;
38
+ }
39
+ }
40
+ export class LimitExceededException extends __BaseException {
41
+ name = "LimitExceededException";
42
+ $fault = "client";
43
+ constructor(opts) {
44
+ super({
45
+ name: "LimitExceededException",
46
+ $fault: "client",
47
+ ...opts,
48
+ });
49
+ Object.setPrototypeOf(this, LimitExceededException.prototype);
50
+ }
51
+ }
52
+ export class ResourceInUseException extends __BaseException {
53
+ name = "ResourceInUseException";
54
+ $fault = "client";
55
+ constructor(opts) {
56
+ super({
57
+ name: "ResourceInUseException",
58
+ $fault: "client",
59
+ ...opts,
60
+ });
61
+ Object.setPrototypeOf(this, ResourceInUseException.prototype);
62
+ }
63
+ }
64
+ export class ResourceNotFoundException extends __BaseException {
65
+ name = "ResourceNotFoundException";
66
+ $fault = "client";
67
+ constructor(opts) {
68
+ super({
69
+ name: "ResourceNotFoundException",
70
+ $fault: "client",
71
+ ...opts,
72
+ });
73
+ Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
74
+ }
75
+ }
76
+ export class InvalidSourceException extends __BaseException {
77
+ name = "InvalidSourceException";
78
+ $fault = "client";
79
+ code;
80
+ constructor(opts) {
81
+ super({
82
+ name: "InvalidSourceException",
83
+ $fault: "client",
84
+ ...opts,
85
+ });
86
+ Object.setPrototypeOf(this, InvalidSourceException.prototype);
87
+ this.code = opts.code;
88
+ }
89
+ }
90
+ export class ServiceUnavailableException extends __BaseException {
91
+ name = "ServiceUnavailableException";
92
+ $fault = "server";
93
+ constructor(opts) {
94
+ super({
95
+ name: "ServiceUnavailableException",
96
+ $fault: "server",
97
+ ...opts,
98
+ });
99
+ Object.setPrototypeOf(this, ServiceUnavailableException.prototype);
100
+ }
101
+ }