@aws-sdk/client-firehose 3.299.0 → 3.301.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/commands/CreateDeliveryStreamCommand.d.ts +402 -0
- package/dist-types/commands/DeleteDeliveryStreamCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDeliveryStreamCommand.d.ts +5 -0
- package/dist-types/commands/ListDeliveryStreamsCommand.d.ts +5 -0
- package/dist-types/commands/ListTagsForDeliveryStreamCommand.d.ts +5 -0
- package/dist-types/commands/PutRecordBatchCommand.d.ts +8 -0
- package/dist-types/commands/PutRecordCommand.d.ts +6 -0
- package/dist-types/commands/StartDeliveryStreamEncryptionCommand.d.ts +7 -0
- package/dist-types/commands/StopDeliveryStreamEncryptionCommand.d.ts +3 -0
- package/dist-types/commands/TagDeliveryStreamCommand.d.ts +9 -0
- package/dist-types/commands/UntagDeliveryStreamCommand.d.ts +6 -0
- package/dist-types/commands/UpdateDestinationCommand.d.ts +359 -0
- package/package.json +8 -8
|
@@ -95,6 +95,408 @@ export interface CreateDeliveryStreamCommandOutput extends CreateDeliveryStreamO
|
|
|
95
95
|
* import { FirehoseClient, CreateDeliveryStreamCommand } from "@aws-sdk/client-firehose"; // ES Modules import
|
|
96
96
|
* // const { FirehoseClient, CreateDeliveryStreamCommand } = require("@aws-sdk/client-firehose"); // CommonJS import
|
|
97
97
|
* const client = new FirehoseClient(config);
|
|
98
|
+
* const input = { // CreateDeliveryStreamInput
|
|
99
|
+
* DeliveryStreamName: "STRING_VALUE", // required
|
|
100
|
+
* DeliveryStreamType: "DirectPut" || "KinesisStreamAsSource",
|
|
101
|
+
* KinesisStreamSourceConfiguration: { // KinesisStreamSourceConfiguration
|
|
102
|
+
* KinesisStreamARN: "STRING_VALUE", // required
|
|
103
|
+
* RoleARN: "STRING_VALUE", // required
|
|
104
|
+
* },
|
|
105
|
+
* DeliveryStreamEncryptionConfigurationInput: { // DeliveryStreamEncryptionConfigurationInput
|
|
106
|
+
* KeyARN: "STRING_VALUE",
|
|
107
|
+
* KeyType: "AWS_OWNED_CMK" || "CUSTOMER_MANAGED_CMK", // required
|
|
108
|
+
* },
|
|
109
|
+
* S3DestinationConfiguration: { // S3DestinationConfiguration
|
|
110
|
+
* RoleARN: "STRING_VALUE", // required
|
|
111
|
+
* BucketARN: "STRING_VALUE", // required
|
|
112
|
+
* Prefix: "STRING_VALUE",
|
|
113
|
+
* ErrorOutputPrefix: "STRING_VALUE",
|
|
114
|
+
* BufferingHints: { // BufferingHints
|
|
115
|
+
* SizeInMBs: Number("int"),
|
|
116
|
+
* IntervalInSeconds: Number("int"),
|
|
117
|
+
* },
|
|
118
|
+
* CompressionFormat: "UNCOMPRESSED" || "GZIP" || "ZIP" || "Snappy" || "HADOOP_SNAPPY",
|
|
119
|
+
* EncryptionConfiguration: { // EncryptionConfiguration
|
|
120
|
+
* NoEncryptionConfig: "NoEncryption",
|
|
121
|
+
* KMSEncryptionConfig: { // KMSEncryptionConfig
|
|
122
|
+
* AWSKMSKeyARN: "STRING_VALUE", // required
|
|
123
|
+
* },
|
|
124
|
+
* },
|
|
125
|
+
* CloudWatchLoggingOptions: { // CloudWatchLoggingOptions
|
|
126
|
+
* Enabled: true || false,
|
|
127
|
+
* LogGroupName: "STRING_VALUE",
|
|
128
|
+
* LogStreamName: "STRING_VALUE",
|
|
129
|
+
* },
|
|
130
|
+
* },
|
|
131
|
+
* ExtendedS3DestinationConfiguration: { // ExtendedS3DestinationConfiguration
|
|
132
|
+
* RoleARN: "STRING_VALUE", // required
|
|
133
|
+
* BucketARN: "STRING_VALUE", // required
|
|
134
|
+
* Prefix: "STRING_VALUE",
|
|
135
|
+
* ErrorOutputPrefix: "STRING_VALUE",
|
|
136
|
+
* BufferingHints: {
|
|
137
|
+
* SizeInMBs: Number("int"),
|
|
138
|
+
* IntervalInSeconds: Number("int"),
|
|
139
|
+
* },
|
|
140
|
+
* CompressionFormat: "UNCOMPRESSED" || "GZIP" || "ZIP" || "Snappy" || "HADOOP_SNAPPY",
|
|
141
|
+
* EncryptionConfiguration: {
|
|
142
|
+
* NoEncryptionConfig: "NoEncryption",
|
|
143
|
+
* KMSEncryptionConfig: {
|
|
144
|
+
* AWSKMSKeyARN: "STRING_VALUE", // required
|
|
145
|
+
* },
|
|
146
|
+
* },
|
|
147
|
+
* CloudWatchLoggingOptions: {
|
|
148
|
+
* Enabled: true || false,
|
|
149
|
+
* LogGroupName: "STRING_VALUE",
|
|
150
|
+
* LogStreamName: "STRING_VALUE",
|
|
151
|
+
* },
|
|
152
|
+
* ProcessingConfiguration: { // ProcessingConfiguration
|
|
153
|
+
* Enabled: true || false,
|
|
154
|
+
* Processors: [ // ProcessorList
|
|
155
|
+
* { // Processor
|
|
156
|
+
* Type: "RecordDeAggregation" || "Lambda" || "MetadataExtraction" || "AppendDelimiterToRecord", // required
|
|
157
|
+
* Parameters: [ // ProcessorParameterList
|
|
158
|
+
* { // ProcessorParameter
|
|
159
|
+
* ParameterName: "LambdaArn" || "NumberOfRetries" || "MetadataExtractionQuery" || "JsonParsingEngine" || "RoleArn" || "BufferSizeInMBs" || "BufferIntervalInSeconds" || "SubRecordType" || "Delimiter", // required
|
|
160
|
+
* ParameterValue: "STRING_VALUE", // required
|
|
161
|
+
* },
|
|
162
|
+
* ],
|
|
163
|
+
* },
|
|
164
|
+
* ],
|
|
165
|
+
* },
|
|
166
|
+
* S3BackupMode: "Disabled" || "Enabled",
|
|
167
|
+
* S3BackupConfiguration: {
|
|
168
|
+
* RoleARN: "STRING_VALUE", // required
|
|
169
|
+
* BucketARN: "STRING_VALUE", // required
|
|
170
|
+
* Prefix: "STRING_VALUE",
|
|
171
|
+
* ErrorOutputPrefix: "STRING_VALUE",
|
|
172
|
+
* BufferingHints: {
|
|
173
|
+
* SizeInMBs: Number("int"),
|
|
174
|
+
* IntervalInSeconds: Number("int"),
|
|
175
|
+
* },
|
|
176
|
+
* CompressionFormat: "UNCOMPRESSED" || "GZIP" || "ZIP" || "Snappy" || "HADOOP_SNAPPY",
|
|
177
|
+
* EncryptionConfiguration: {
|
|
178
|
+
* NoEncryptionConfig: "NoEncryption",
|
|
179
|
+
* KMSEncryptionConfig: {
|
|
180
|
+
* AWSKMSKeyARN: "STRING_VALUE", // required
|
|
181
|
+
* },
|
|
182
|
+
* },
|
|
183
|
+
* CloudWatchLoggingOptions: {
|
|
184
|
+
* Enabled: true || false,
|
|
185
|
+
* LogGroupName: "STRING_VALUE",
|
|
186
|
+
* LogStreamName: "STRING_VALUE",
|
|
187
|
+
* },
|
|
188
|
+
* },
|
|
189
|
+
* DataFormatConversionConfiguration: { // DataFormatConversionConfiguration
|
|
190
|
+
* SchemaConfiguration: { // SchemaConfiguration
|
|
191
|
+
* RoleARN: "STRING_VALUE",
|
|
192
|
+
* CatalogId: "STRING_VALUE",
|
|
193
|
+
* DatabaseName: "STRING_VALUE",
|
|
194
|
+
* TableName: "STRING_VALUE",
|
|
195
|
+
* Region: "STRING_VALUE",
|
|
196
|
+
* VersionId: "STRING_VALUE",
|
|
197
|
+
* },
|
|
198
|
+
* InputFormatConfiguration: { // InputFormatConfiguration
|
|
199
|
+
* Deserializer: { // Deserializer
|
|
200
|
+
* OpenXJsonSerDe: { // OpenXJsonSerDe
|
|
201
|
+
* ConvertDotsInJsonKeysToUnderscores: true || false,
|
|
202
|
+
* CaseInsensitive: true || false,
|
|
203
|
+
* ColumnToJsonKeyMappings: { // ColumnToJsonKeyMappings
|
|
204
|
+
* "<keys>": "STRING_VALUE",
|
|
205
|
+
* },
|
|
206
|
+
* },
|
|
207
|
+
* HiveJsonSerDe: { // HiveJsonSerDe
|
|
208
|
+
* TimestampFormats: [ // ListOfNonEmptyStrings
|
|
209
|
+
* "STRING_VALUE",
|
|
210
|
+
* ],
|
|
211
|
+
* },
|
|
212
|
+
* },
|
|
213
|
+
* },
|
|
214
|
+
* OutputFormatConfiguration: { // OutputFormatConfiguration
|
|
215
|
+
* Serializer: { // Serializer
|
|
216
|
+
* ParquetSerDe: { // ParquetSerDe
|
|
217
|
+
* BlockSizeBytes: Number("int"),
|
|
218
|
+
* PageSizeBytes: Number("int"),
|
|
219
|
+
* Compression: "UNCOMPRESSED" || "GZIP" || "SNAPPY",
|
|
220
|
+
* EnableDictionaryCompression: true || false,
|
|
221
|
+
* MaxPaddingBytes: Number("int"),
|
|
222
|
+
* WriterVersion: "V1" || "V2",
|
|
223
|
+
* },
|
|
224
|
+
* OrcSerDe: { // OrcSerDe
|
|
225
|
+
* StripeSizeBytes: Number("int"),
|
|
226
|
+
* BlockSizeBytes: Number("int"),
|
|
227
|
+
* RowIndexStride: Number("int"),
|
|
228
|
+
* EnablePadding: true || false,
|
|
229
|
+
* PaddingTolerance: Number("double"),
|
|
230
|
+
* Compression: "NONE" || "ZLIB" || "SNAPPY",
|
|
231
|
+
* BloomFilterColumns: [ // ListOfNonEmptyStringsWithoutWhitespace
|
|
232
|
+
* "STRING_VALUE",
|
|
233
|
+
* ],
|
|
234
|
+
* BloomFilterFalsePositiveProbability: Number("double"),
|
|
235
|
+
* DictionaryKeyThreshold: Number("double"),
|
|
236
|
+
* FormatVersion: "V0_11" || "V0_12",
|
|
237
|
+
* },
|
|
238
|
+
* },
|
|
239
|
+
* },
|
|
240
|
+
* Enabled: true || false,
|
|
241
|
+
* },
|
|
242
|
+
* DynamicPartitioningConfiguration: { // DynamicPartitioningConfiguration
|
|
243
|
+
* RetryOptions: { // RetryOptions
|
|
244
|
+
* DurationInSeconds: Number("int"),
|
|
245
|
+
* },
|
|
246
|
+
* Enabled: true || false,
|
|
247
|
+
* },
|
|
248
|
+
* },
|
|
249
|
+
* RedshiftDestinationConfiguration: { // RedshiftDestinationConfiguration
|
|
250
|
+
* RoleARN: "STRING_VALUE", // required
|
|
251
|
+
* ClusterJDBCURL: "STRING_VALUE", // required
|
|
252
|
+
* CopyCommand: { // CopyCommand
|
|
253
|
+
* DataTableName: "STRING_VALUE", // required
|
|
254
|
+
* DataTableColumns: "STRING_VALUE",
|
|
255
|
+
* CopyOptions: "STRING_VALUE",
|
|
256
|
+
* },
|
|
257
|
+
* Username: "STRING_VALUE", // required
|
|
258
|
+
* Password: "STRING_VALUE", // required
|
|
259
|
+
* RetryOptions: { // RedshiftRetryOptions
|
|
260
|
+
* DurationInSeconds: Number("int"),
|
|
261
|
+
* },
|
|
262
|
+
* S3Configuration: {
|
|
263
|
+
* RoleARN: "STRING_VALUE", // required
|
|
264
|
+
* BucketARN: "STRING_VALUE", // required
|
|
265
|
+
* Prefix: "STRING_VALUE",
|
|
266
|
+
* ErrorOutputPrefix: "STRING_VALUE",
|
|
267
|
+
* BufferingHints: {
|
|
268
|
+
* SizeInMBs: Number("int"),
|
|
269
|
+
* IntervalInSeconds: Number("int"),
|
|
270
|
+
* },
|
|
271
|
+
* CompressionFormat: "UNCOMPRESSED" || "GZIP" || "ZIP" || "Snappy" || "HADOOP_SNAPPY",
|
|
272
|
+
* EncryptionConfiguration: {
|
|
273
|
+
* NoEncryptionConfig: "NoEncryption",
|
|
274
|
+
* KMSEncryptionConfig: {
|
|
275
|
+
* AWSKMSKeyARN: "STRING_VALUE", // required
|
|
276
|
+
* },
|
|
277
|
+
* },
|
|
278
|
+
* CloudWatchLoggingOptions: {
|
|
279
|
+
* Enabled: true || false,
|
|
280
|
+
* LogGroupName: "STRING_VALUE",
|
|
281
|
+
* LogStreamName: "STRING_VALUE",
|
|
282
|
+
* },
|
|
283
|
+
* },
|
|
284
|
+
* ProcessingConfiguration: {
|
|
285
|
+
* Enabled: true || false,
|
|
286
|
+
* Processors: [
|
|
287
|
+
* {
|
|
288
|
+
* Type: "RecordDeAggregation" || "Lambda" || "MetadataExtraction" || "AppendDelimiterToRecord", // required
|
|
289
|
+
* Parameters: [
|
|
290
|
+
* {
|
|
291
|
+
* ParameterName: "LambdaArn" || "NumberOfRetries" || "MetadataExtractionQuery" || "JsonParsingEngine" || "RoleArn" || "BufferSizeInMBs" || "BufferIntervalInSeconds" || "SubRecordType" || "Delimiter", // required
|
|
292
|
+
* ParameterValue: "STRING_VALUE", // required
|
|
293
|
+
* },
|
|
294
|
+
* ],
|
|
295
|
+
* },
|
|
296
|
+
* ],
|
|
297
|
+
* },
|
|
298
|
+
* S3BackupMode: "Disabled" || "Enabled",
|
|
299
|
+
* S3BackupConfiguration: {
|
|
300
|
+
* RoleARN: "STRING_VALUE", // required
|
|
301
|
+
* BucketARN: "STRING_VALUE", // required
|
|
302
|
+
* Prefix: "STRING_VALUE",
|
|
303
|
+
* ErrorOutputPrefix: "STRING_VALUE",
|
|
304
|
+
* BufferingHints: {
|
|
305
|
+
* SizeInMBs: Number("int"),
|
|
306
|
+
* IntervalInSeconds: Number("int"),
|
|
307
|
+
* },
|
|
308
|
+
* CompressionFormat: "UNCOMPRESSED" || "GZIP" || "ZIP" || "Snappy" || "HADOOP_SNAPPY",
|
|
309
|
+
* EncryptionConfiguration: {
|
|
310
|
+
* NoEncryptionConfig: "NoEncryption",
|
|
311
|
+
* KMSEncryptionConfig: {
|
|
312
|
+
* AWSKMSKeyARN: "STRING_VALUE", // required
|
|
313
|
+
* },
|
|
314
|
+
* },
|
|
315
|
+
* CloudWatchLoggingOptions: {
|
|
316
|
+
* Enabled: true || false,
|
|
317
|
+
* LogGroupName: "STRING_VALUE",
|
|
318
|
+
* LogStreamName: "STRING_VALUE",
|
|
319
|
+
* },
|
|
320
|
+
* },
|
|
321
|
+
* CloudWatchLoggingOptions: "<CloudWatchLoggingOptions>",
|
|
322
|
+
* },
|
|
323
|
+
* ElasticsearchDestinationConfiguration: { // ElasticsearchDestinationConfiguration
|
|
324
|
+
* RoleARN: "STRING_VALUE", // required
|
|
325
|
+
* DomainARN: "STRING_VALUE",
|
|
326
|
+
* ClusterEndpoint: "STRING_VALUE",
|
|
327
|
+
* IndexName: "STRING_VALUE", // required
|
|
328
|
+
* TypeName: "STRING_VALUE",
|
|
329
|
+
* IndexRotationPeriod: "NoRotation" || "OneHour" || "OneDay" || "OneWeek" || "OneMonth",
|
|
330
|
+
* BufferingHints: { // ElasticsearchBufferingHints
|
|
331
|
+
* IntervalInSeconds: Number("int"),
|
|
332
|
+
* SizeInMBs: Number("int"),
|
|
333
|
+
* },
|
|
334
|
+
* RetryOptions: { // ElasticsearchRetryOptions
|
|
335
|
+
* DurationInSeconds: Number("int"),
|
|
336
|
+
* },
|
|
337
|
+
* S3BackupMode: "FailedDocumentsOnly" || "AllDocuments",
|
|
338
|
+
* S3Configuration: {
|
|
339
|
+
* RoleARN: "STRING_VALUE", // required
|
|
340
|
+
* BucketARN: "STRING_VALUE", // required
|
|
341
|
+
* Prefix: "STRING_VALUE",
|
|
342
|
+
* ErrorOutputPrefix: "STRING_VALUE",
|
|
343
|
+
* BufferingHints: "<BufferingHints>",
|
|
344
|
+
* CompressionFormat: "UNCOMPRESSED" || "GZIP" || "ZIP" || "Snappy" || "HADOOP_SNAPPY",
|
|
345
|
+
* EncryptionConfiguration: "<EncryptionConfiguration>",
|
|
346
|
+
* CloudWatchLoggingOptions: "<CloudWatchLoggingOptions>",
|
|
347
|
+
* },
|
|
348
|
+
* ProcessingConfiguration: {
|
|
349
|
+
* Enabled: true || false,
|
|
350
|
+
* Processors: [
|
|
351
|
+
* {
|
|
352
|
+
* Type: "RecordDeAggregation" || "Lambda" || "MetadataExtraction" || "AppendDelimiterToRecord", // required
|
|
353
|
+
* Parameters: [
|
|
354
|
+
* {
|
|
355
|
+
* ParameterName: "LambdaArn" || "NumberOfRetries" || "MetadataExtractionQuery" || "JsonParsingEngine" || "RoleArn" || "BufferSizeInMBs" || "BufferIntervalInSeconds" || "SubRecordType" || "Delimiter", // required
|
|
356
|
+
* ParameterValue: "STRING_VALUE", // required
|
|
357
|
+
* },
|
|
358
|
+
* ],
|
|
359
|
+
* },
|
|
360
|
+
* ],
|
|
361
|
+
* },
|
|
362
|
+
* CloudWatchLoggingOptions: "<CloudWatchLoggingOptions>",
|
|
363
|
+
* VpcConfiguration: { // VpcConfiguration
|
|
364
|
+
* SubnetIds: [ // SubnetIdList // required
|
|
365
|
+
* "STRING_VALUE",
|
|
366
|
+
* ],
|
|
367
|
+
* RoleARN: "STRING_VALUE", // required
|
|
368
|
+
* SecurityGroupIds: [ // SecurityGroupIdList // required
|
|
369
|
+
* "STRING_VALUE",
|
|
370
|
+
* ],
|
|
371
|
+
* },
|
|
372
|
+
* },
|
|
373
|
+
* AmazonopensearchserviceDestinationConfiguration: { // AmazonopensearchserviceDestinationConfiguration
|
|
374
|
+
* RoleARN: "STRING_VALUE", // required
|
|
375
|
+
* DomainARN: "STRING_VALUE",
|
|
376
|
+
* ClusterEndpoint: "STRING_VALUE",
|
|
377
|
+
* IndexName: "STRING_VALUE", // required
|
|
378
|
+
* TypeName: "STRING_VALUE",
|
|
379
|
+
* IndexRotationPeriod: "NoRotation" || "OneHour" || "OneDay" || "OneWeek" || "OneMonth",
|
|
380
|
+
* BufferingHints: { // AmazonopensearchserviceBufferingHints
|
|
381
|
+
* IntervalInSeconds: Number("int"),
|
|
382
|
+
* SizeInMBs: Number("int"),
|
|
383
|
+
* },
|
|
384
|
+
* RetryOptions: { // AmazonopensearchserviceRetryOptions
|
|
385
|
+
* DurationInSeconds: Number("int"),
|
|
386
|
+
* },
|
|
387
|
+
* S3BackupMode: "FailedDocumentsOnly" || "AllDocuments",
|
|
388
|
+
* S3Configuration: "<S3DestinationConfiguration>", // required
|
|
389
|
+
* ProcessingConfiguration: {
|
|
390
|
+
* Enabled: true || false,
|
|
391
|
+
* Processors: [
|
|
392
|
+
* {
|
|
393
|
+
* Type: "RecordDeAggregation" || "Lambda" || "MetadataExtraction" || "AppendDelimiterToRecord", // required
|
|
394
|
+
* Parameters: [
|
|
395
|
+
* {
|
|
396
|
+
* ParameterName: "LambdaArn" || "NumberOfRetries" || "MetadataExtractionQuery" || "JsonParsingEngine" || "RoleArn" || "BufferSizeInMBs" || "BufferIntervalInSeconds" || "SubRecordType" || "Delimiter", // required
|
|
397
|
+
* ParameterValue: "STRING_VALUE", // required
|
|
398
|
+
* },
|
|
399
|
+
* ],
|
|
400
|
+
* },
|
|
401
|
+
* ],
|
|
402
|
+
* },
|
|
403
|
+
* CloudWatchLoggingOptions: "<CloudWatchLoggingOptions>",
|
|
404
|
+
* VpcConfiguration: {
|
|
405
|
+
* SubnetIds: [ // required
|
|
406
|
+
* "STRING_VALUE",
|
|
407
|
+
* ],
|
|
408
|
+
* RoleARN: "STRING_VALUE", // required
|
|
409
|
+
* SecurityGroupIds: [ // required
|
|
410
|
+
* "STRING_VALUE",
|
|
411
|
+
* ],
|
|
412
|
+
* },
|
|
413
|
+
* },
|
|
414
|
+
* SplunkDestinationConfiguration: { // SplunkDestinationConfiguration
|
|
415
|
+
* HECEndpoint: "STRING_VALUE", // required
|
|
416
|
+
* HECEndpointType: "Raw" || "Event", // required
|
|
417
|
+
* HECToken: "STRING_VALUE", // required
|
|
418
|
+
* HECAcknowledgmentTimeoutInSeconds: Number("int"),
|
|
419
|
+
* RetryOptions: { // SplunkRetryOptions
|
|
420
|
+
* DurationInSeconds: Number("int"),
|
|
421
|
+
* },
|
|
422
|
+
* S3BackupMode: "FailedEventsOnly" || "AllEvents",
|
|
423
|
+
* S3Configuration: "<S3DestinationConfiguration>", // required
|
|
424
|
+
* ProcessingConfiguration: {
|
|
425
|
+
* Enabled: true || false,
|
|
426
|
+
* Processors: [
|
|
427
|
+
* {
|
|
428
|
+
* Type: "RecordDeAggregation" || "Lambda" || "MetadataExtraction" || "AppendDelimiterToRecord", // required
|
|
429
|
+
* Parameters: [
|
|
430
|
+
* {
|
|
431
|
+
* ParameterName: "LambdaArn" || "NumberOfRetries" || "MetadataExtractionQuery" || "JsonParsingEngine" || "RoleArn" || "BufferSizeInMBs" || "BufferIntervalInSeconds" || "SubRecordType" || "Delimiter", // required
|
|
432
|
+
* ParameterValue: "STRING_VALUE", // required
|
|
433
|
+
* },
|
|
434
|
+
* ],
|
|
435
|
+
* },
|
|
436
|
+
* ],
|
|
437
|
+
* },
|
|
438
|
+
* CloudWatchLoggingOptions: "<CloudWatchLoggingOptions>",
|
|
439
|
+
* },
|
|
440
|
+
* HttpEndpointDestinationConfiguration: { // HttpEndpointDestinationConfiguration
|
|
441
|
+
* EndpointConfiguration: { // HttpEndpointConfiguration
|
|
442
|
+
* Url: "STRING_VALUE", // required
|
|
443
|
+
* Name: "STRING_VALUE",
|
|
444
|
+
* AccessKey: "STRING_VALUE",
|
|
445
|
+
* },
|
|
446
|
+
* BufferingHints: { // HttpEndpointBufferingHints
|
|
447
|
+
* SizeInMBs: Number("int"),
|
|
448
|
+
* IntervalInSeconds: Number("int"),
|
|
449
|
+
* },
|
|
450
|
+
* CloudWatchLoggingOptions: "<CloudWatchLoggingOptions>",
|
|
451
|
+
* RequestConfiguration: { // HttpEndpointRequestConfiguration
|
|
452
|
+
* ContentEncoding: "NONE" || "GZIP",
|
|
453
|
+
* CommonAttributes: [ // HttpEndpointCommonAttributesList
|
|
454
|
+
* { // HttpEndpointCommonAttribute
|
|
455
|
+
* AttributeName: "STRING_VALUE", // required
|
|
456
|
+
* AttributeValue: "STRING_VALUE", // required
|
|
457
|
+
* },
|
|
458
|
+
* ],
|
|
459
|
+
* },
|
|
460
|
+
* ProcessingConfiguration: "<ProcessingConfiguration>",
|
|
461
|
+
* RoleARN: "STRING_VALUE",
|
|
462
|
+
* RetryOptions: { // HttpEndpointRetryOptions
|
|
463
|
+
* DurationInSeconds: Number("int"),
|
|
464
|
+
* },
|
|
465
|
+
* S3BackupMode: "FailedDataOnly" || "AllData",
|
|
466
|
+
* S3Configuration: "<S3DestinationConfiguration>", // required
|
|
467
|
+
* },
|
|
468
|
+
* Tags: [ // TagDeliveryStreamInputTagList
|
|
469
|
+
* { // Tag
|
|
470
|
+
* Key: "STRING_VALUE", // required
|
|
471
|
+
* Value: "STRING_VALUE",
|
|
472
|
+
* },
|
|
473
|
+
* ],
|
|
474
|
+
* AmazonOpenSearchServerlessDestinationConfiguration: { // AmazonOpenSearchServerlessDestinationConfiguration
|
|
475
|
+
* RoleARN: "STRING_VALUE", // required
|
|
476
|
+
* CollectionEndpoint: "STRING_VALUE",
|
|
477
|
+
* IndexName: "STRING_VALUE", // required
|
|
478
|
+
* BufferingHints: { // AmazonOpenSearchServerlessBufferingHints
|
|
479
|
+
* IntervalInSeconds: Number("int"),
|
|
480
|
+
* SizeInMBs: Number("int"),
|
|
481
|
+
* },
|
|
482
|
+
* RetryOptions: { // AmazonOpenSearchServerlessRetryOptions
|
|
483
|
+
* DurationInSeconds: Number("int"),
|
|
484
|
+
* },
|
|
485
|
+
* S3BackupMode: "FailedDocumentsOnly" || "AllDocuments",
|
|
486
|
+
* S3Configuration: "<S3DestinationConfiguration>", // required
|
|
487
|
+
* ProcessingConfiguration: "<ProcessingConfiguration>",
|
|
488
|
+
* CloudWatchLoggingOptions: "<CloudWatchLoggingOptions>",
|
|
489
|
+
* VpcConfiguration: {
|
|
490
|
+
* SubnetIds: [ // required
|
|
491
|
+
* "STRING_VALUE",
|
|
492
|
+
* ],
|
|
493
|
+
* RoleARN: "STRING_VALUE", // required
|
|
494
|
+
* SecurityGroupIds: [ // required
|
|
495
|
+
* "STRING_VALUE",
|
|
496
|
+
* ],
|
|
497
|
+
* },
|
|
498
|
+
* },
|
|
499
|
+
* };
|
|
98
500
|
* const command = new CreateDeliveryStreamCommand(input);
|
|
99
501
|
* const response = await client.send(command);
|
|
100
502
|
* ```
|
|
@@ -35,6 +35,10 @@ export interface DeleteDeliveryStreamCommandOutput extends DeleteDeliveryStreamO
|
|
|
35
35
|
* import { FirehoseClient, DeleteDeliveryStreamCommand } from "@aws-sdk/client-firehose"; // ES Modules import
|
|
36
36
|
* // const { FirehoseClient, DeleteDeliveryStreamCommand } = require("@aws-sdk/client-firehose"); // CommonJS import
|
|
37
37
|
* const client = new FirehoseClient(config);
|
|
38
|
+
* const input = { // DeleteDeliveryStreamInput
|
|
39
|
+
* DeliveryStreamName: "STRING_VALUE", // required
|
|
40
|
+
* AllowForceDelete: true || false,
|
|
41
|
+
* };
|
|
38
42
|
* const command = new DeleteDeliveryStreamCommand(input);
|
|
39
43
|
* const response = await client.send(command);
|
|
40
44
|
* ```
|
|
@@ -32,6 +32,11 @@ export interface DescribeDeliveryStreamCommandOutput extends DescribeDeliveryStr
|
|
|
32
32
|
* import { FirehoseClient, DescribeDeliveryStreamCommand } from "@aws-sdk/client-firehose"; // ES Modules import
|
|
33
33
|
* // const { FirehoseClient, DescribeDeliveryStreamCommand } = require("@aws-sdk/client-firehose"); // CommonJS import
|
|
34
34
|
* const client = new FirehoseClient(config);
|
|
35
|
+
* const input = { // DescribeDeliveryStreamInput
|
|
36
|
+
* DeliveryStreamName: "STRING_VALUE", // required
|
|
37
|
+
* Limit: Number("int"),
|
|
38
|
+
* ExclusiveStartDestinationId: "STRING_VALUE",
|
|
39
|
+
* };
|
|
35
40
|
* const command = new DescribeDeliveryStreamCommand(input);
|
|
36
41
|
* const response = await client.send(command);
|
|
37
42
|
* ```
|
|
@@ -33,6 +33,11 @@ export interface ListDeliveryStreamsCommandOutput extends ListDeliveryStreamsOut
|
|
|
33
33
|
* import { FirehoseClient, ListDeliveryStreamsCommand } from "@aws-sdk/client-firehose"; // ES Modules import
|
|
34
34
|
* // const { FirehoseClient, ListDeliveryStreamsCommand } = require("@aws-sdk/client-firehose"); // CommonJS import
|
|
35
35
|
* const client = new FirehoseClient(config);
|
|
36
|
+
* const input = { // ListDeliveryStreamsInput
|
|
37
|
+
* Limit: Number("int"),
|
|
38
|
+
* DeliveryStreamType: "DirectPut" || "KinesisStreamAsSource",
|
|
39
|
+
* ExclusiveStartDeliveryStreamName: "STRING_VALUE",
|
|
40
|
+
* };
|
|
36
41
|
* const command = new ListDeliveryStreamsCommand(input);
|
|
37
42
|
* const response = await client.send(command);
|
|
38
43
|
* ```
|
|
@@ -27,6 +27,11 @@ export interface ListTagsForDeliveryStreamCommandOutput extends ListTagsForDeliv
|
|
|
27
27
|
* import { FirehoseClient, ListTagsForDeliveryStreamCommand } from "@aws-sdk/client-firehose"; // ES Modules import
|
|
28
28
|
* // const { FirehoseClient, ListTagsForDeliveryStreamCommand } = require("@aws-sdk/client-firehose"); // CommonJS import
|
|
29
29
|
* const client = new FirehoseClient(config);
|
|
30
|
+
* const input = { // ListTagsForDeliveryStreamInput
|
|
31
|
+
* DeliveryStreamName: "STRING_VALUE", // required
|
|
32
|
+
* ExclusiveStartTagKey: "STRING_VALUE",
|
|
33
|
+
* Limit: Number("int"),
|
|
34
|
+
* };
|
|
30
35
|
* const command = new ListTagsForDeliveryStreamCommand(input);
|
|
31
36
|
* const response = await client.send(command);
|
|
32
37
|
* ```
|
|
@@ -76,6 +76,14 @@ export interface PutRecordBatchCommandOutput extends PutRecordBatchOutput, __Met
|
|
|
76
76
|
* import { FirehoseClient, PutRecordBatchCommand } from "@aws-sdk/client-firehose"; // ES Modules import
|
|
77
77
|
* // const { FirehoseClient, PutRecordBatchCommand } = require("@aws-sdk/client-firehose"); // CommonJS import
|
|
78
78
|
* const client = new FirehoseClient(config);
|
|
79
|
+
* const input = { // PutRecordBatchInput
|
|
80
|
+
* DeliveryStreamName: "STRING_VALUE", // required
|
|
81
|
+
* Records: [ // PutRecordBatchRequestEntryList // required
|
|
82
|
+
* { // Record
|
|
83
|
+
* Data: "BLOB_VALUE", // required
|
|
84
|
+
* },
|
|
85
|
+
* ],
|
|
86
|
+
* };
|
|
79
87
|
* const command = new PutRecordBatchCommand(input);
|
|
80
88
|
* const response = await client.send(command);
|
|
81
89
|
* ```
|
|
@@ -57,6 +57,12 @@ export interface PutRecordCommandOutput extends PutRecordOutput, __MetadataBeare
|
|
|
57
57
|
* import { FirehoseClient, PutRecordCommand } from "@aws-sdk/client-firehose"; // ES Modules import
|
|
58
58
|
* // const { FirehoseClient, PutRecordCommand } = require("@aws-sdk/client-firehose"); // CommonJS import
|
|
59
59
|
* const client = new FirehoseClient(config);
|
|
60
|
+
* const input = { // PutRecordInput
|
|
61
|
+
* DeliveryStreamName: "STRING_VALUE", // required
|
|
62
|
+
* Record: { // Record
|
|
63
|
+
* Data: "BLOB_VALUE", // required
|
|
64
|
+
* },
|
|
65
|
+
* };
|
|
60
66
|
* const command = new PutRecordCommand(input);
|
|
61
67
|
* const response = await client.send(command);
|
|
62
68
|
* ```
|
|
@@ -61,6 +61,13 @@ export interface StartDeliveryStreamEncryptionCommandOutput extends StartDeliver
|
|
|
61
61
|
* import { FirehoseClient, StartDeliveryStreamEncryptionCommand } from "@aws-sdk/client-firehose"; // ES Modules import
|
|
62
62
|
* // const { FirehoseClient, StartDeliveryStreamEncryptionCommand } = require("@aws-sdk/client-firehose"); // CommonJS import
|
|
63
63
|
* const client = new FirehoseClient(config);
|
|
64
|
+
* const input = { // StartDeliveryStreamEncryptionInput
|
|
65
|
+
* DeliveryStreamName: "STRING_VALUE", // required
|
|
66
|
+
* DeliveryStreamEncryptionConfigurationInput: { // DeliveryStreamEncryptionConfigurationInput
|
|
67
|
+
* KeyARN: "STRING_VALUE",
|
|
68
|
+
* KeyType: "AWS_OWNED_CMK" || "CUSTOMER_MANAGED_CMK", // required
|
|
69
|
+
* },
|
|
70
|
+
* };
|
|
64
71
|
* const command = new StartDeliveryStreamEncryptionCommand(input);
|
|
65
72
|
* const response = await client.send(command);
|
|
66
73
|
* ```
|
|
@@ -45,6 +45,9 @@ export interface StopDeliveryStreamEncryptionCommandOutput extends StopDeliveryS
|
|
|
45
45
|
* import { FirehoseClient, StopDeliveryStreamEncryptionCommand } from "@aws-sdk/client-firehose"; // ES Modules import
|
|
46
46
|
* // const { FirehoseClient, StopDeliveryStreamEncryptionCommand } = require("@aws-sdk/client-firehose"); // CommonJS import
|
|
47
47
|
* const client = new FirehoseClient(config);
|
|
48
|
+
* const input = { // StopDeliveryStreamEncryptionInput
|
|
49
|
+
* DeliveryStreamName: "STRING_VALUE", // required
|
|
50
|
+
* };
|
|
48
51
|
* const command = new StopDeliveryStreamEncryptionCommand(input);
|
|
49
52
|
* const response = await client.send(command);
|
|
50
53
|
* ```
|
|
@@ -35,6 +35,15 @@ export interface TagDeliveryStreamCommandOutput extends TagDeliveryStreamOutput,
|
|
|
35
35
|
* import { FirehoseClient, TagDeliveryStreamCommand } from "@aws-sdk/client-firehose"; // ES Modules import
|
|
36
36
|
* // const { FirehoseClient, TagDeliveryStreamCommand } = require("@aws-sdk/client-firehose"); // CommonJS import
|
|
37
37
|
* const client = new FirehoseClient(config);
|
|
38
|
+
* const input = { // TagDeliveryStreamInput
|
|
39
|
+
* DeliveryStreamName: "STRING_VALUE", // required
|
|
40
|
+
* Tags: [ // TagDeliveryStreamInputTagList // required
|
|
41
|
+
* { // Tag
|
|
42
|
+
* Key: "STRING_VALUE", // required
|
|
43
|
+
* Value: "STRING_VALUE",
|
|
44
|
+
* },
|
|
45
|
+
* ],
|
|
46
|
+
* };
|
|
38
47
|
* const command = new TagDeliveryStreamCommand(input);
|
|
39
48
|
* const response = await client.send(command);
|
|
40
49
|
* ```
|
|
@@ -29,6 +29,12 @@ export interface UntagDeliveryStreamCommandOutput extends UntagDeliveryStreamOut
|
|
|
29
29
|
* import { FirehoseClient, UntagDeliveryStreamCommand } from "@aws-sdk/client-firehose"; // ES Modules import
|
|
30
30
|
* // const { FirehoseClient, UntagDeliveryStreamCommand } = require("@aws-sdk/client-firehose"); // CommonJS import
|
|
31
31
|
* const client = new FirehoseClient(config);
|
|
32
|
+
* const input = { // UntagDeliveryStreamInput
|
|
33
|
+
* DeliveryStreamName: "STRING_VALUE", // required
|
|
34
|
+
* TagKeys: [ // TagKeyList // required
|
|
35
|
+
* "STRING_VALUE",
|
|
36
|
+
* ],
|
|
37
|
+
* };
|
|
32
38
|
* const command = new UntagDeliveryStreamCommand(input);
|
|
33
39
|
* const response = await client.send(command);
|
|
34
40
|
* ```
|
|
@@ -49,6 +49,365 @@ export interface UpdateDestinationCommandOutput extends UpdateDestinationOutput,
|
|
|
49
49
|
* import { FirehoseClient, UpdateDestinationCommand } from "@aws-sdk/client-firehose"; // ES Modules import
|
|
50
50
|
* // const { FirehoseClient, UpdateDestinationCommand } = require("@aws-sdk/client-firehose"); // CommonJS import
|
|
51
51
|
* const client = new FirehoseClient(config);
|
|
52
|
+
* const input = { // UpdateDestinationInput
|
|
53
|
+
* DeliveryStreamName: "STRING_VALUE", // required
|
|
54
|
+
* CurrentDeliveryStreamVersionId: "STRING_VALUE", // required
|
|
55
|
+
* DestinationId: "STRING_VALUE", // required
|
|
56
|
+
* S3DestinationUpdate: { // S3DestinationUpdate
|
|
57
|
+
* RoleARN: "STRING_VALUE",
|
|
58
|
+
* BucketARN: "STRING_VALUE",
|
|
59
|
+
* Prefix: "STRING_VALUE",
|
|
60
|
+
* ErrorOutputPrefix: "STRING_VALUE",
|
|
61
|
+
* BufferingHints: { // BufferingHints
|
|
62
|
+
* SizeInMBs: Number("int"),
|
|
63
|
+
* IntervalInSeconds: Number("int"),
|
|
64
|
+
* },
|
|
65
|
+
* CompressionFormat: "UNCOMPRESSED" || "GZIP" || "ZIP" || "Snappy" || "HADOOP_SNAPPY",
|
|
66
|
+
* EncryptionConfiguration: { // EncryptionConfiguration
|
|
67
|
+
* NoEncryptionConfig: "NoEncryption",
|
|
68
|
+
* KMSEncryptionConfig: { // KMSEncryptionConfig
|
|
69
|
+
* AWSKMSKeyARN: "STRING_VALUE", // required
|
|
70
|
+
* },
|
|
71
|
+
* },
|
|
72
|
+
* CloudWatchLoggingOptions: { // CloudWatchLoggingOptions
|
|
73
|
+
* Enabled: true || false,
|
|
74
|
+
* LogGroupName: "STRING_VALUE",
|
|
75
|
+
* LogStreamName: "STRING_VALUE",
|
|
76
|
+
* },
|
|
77
|
+
* },
|
|
78
|
+
* ExtendedS3DestinationUpdate: { // ExtendedS3DestinationUpdate
|
|
79
|
+
* RoleARN: "STRING_VALUE",
|
|
80
|
+
* BucketARN: "STRING_VALUE",
|
|
81
|
+
* Prefix: "STRING_VALUE",
|
|
82
|
+
* ErrorOutputPrefix: "STRING_VALUE",
|
|
83
|
+
* BufferingHints: {
|
|
84
|
+
* SizeInMBs: Number("int"),
|
|
85
|
+
* IntervalInSeconds: Number("int"),
|
|
86
|
+
* },
|
|
87
|
+
* CompressionFormat: "UNCOMPRESSED" || "GZIP" || "ZIP" || "Snappy" || "HADOOP_SNAPPY",
|
|
88
|
+
* EncryptionConfiguration: {
|
|
89
|
+
* NoEncryptionConfig: "NoEncryption",
|
|
90
|
+
* KMSEncryptionConfig: {
|
|
91
|
+
* AWSKMSKeyARN: "STRING_VALUE", // required
|
|
92
|
+
* },
|
|
93
|
+
* },
|
|
94
|
+
* CloudWatchLoggingOptions: {
|
|
95
|
+
* Enabled: true || false,
|
|
96
|
+
* LogGroupName: "STRING_VALUE",
|
|
97
|
+
* LogStreamName: "STRING_VALUE",
|
|
98
|
+
* },
|
|
99
|
+
* ProcessingConfiguration: { // ProcessingConfiguration
|
|
100
|
+
* Enabled: true || false,
|
|
101
|
+
* Processors: [ // ProcessorList
|
|
102
|
+
* { // Processor
|
|
103
|
+
* Type: "RecordDeAggregation" || "Lambda" || "MetadataExtraction" || "AppendDelimiterToRecord", // required
|
|
104
|
+
* Parameters: [ // ProcessorParameterList
|
|
105
|
+
* { // ProcessorParameter
|
|
106
|
+
* ParameterName: "LambdaArn" || "NumberOfRetries" || "MetadataExtractionQuery" || "JsonParsingEngine" || "RoleArn" || "BufferSizeInMBs" || "BufferIntervalInSeconds" || "SubRecordType" || "Delimiter", // required
|
|
107
|
+
* ParameterValue: "STRING_VALUE", // required
|
|
108
|
+
* },
|
|
109
|
+
* ],
|
|
110
|
+
* },
|
|
111
|
+
* ],
|
|
112
|
+
* },
|
|
113
|
+
* S3BackupMode: "Disabled" || "Enabled",
|
|
114
|
+
* S3BackupUpdate: {
|
|
115
|
+
* RoleARN: "STRING_VALUE",
|
|
116
|
+
* BucketARN: "STRING_VALUE",
|
|
117
|
+
* Prefix: "STRING_VALUE",
|
|
118
|
+
* ErrorOutputPrefix: "STRING_VALUE",
|
|
119
|
+
* BufferingHints: {
|
|
120
|
+
* SizeInMBs: Number("int"),
|
|
121
|
+
* IntervalInSeconds: Number("int"),
|
|
122
|
+
* },
|
|
123
|
+
* CompressionFormat: "UNCOMPRESSED" || "GZIP" || "ZIP" || "Snappy" || "HADOOP_SNAPPY",
|
|
124
|
+
* EncryptionConfiguration: {
|
|
125
|
+
* NoEncryptionConfig: "NoEncryption",
|
|
126
|
+
* KMSEncryptionConfig: {
|
|
127
|
+
* AWSKMSKeyARN: "STRING_VALUE", // required
|
|
128
|
+
* },
|
|
129
|
+
* },
|
|
130
|
+
* CloudWatchLoggingOptions: {
|
|
131
|
+
* Enabled: true || false,
|
|
132
|
+
* LogGroupName: "STRING_VALUE",
|
|
133
|
+
* LogStreamName: "STRING_VALUE",
|
|
134
|
+
* },
|
|
135
|
+
* },
|
|
136
|
+
* DataFormatConversionConfiguration: { // DataFormatConversionConfiguration
|
|
137
|
+
* SchemaConfiguration: { // SchemaConfiguration
|
|
138
|
+
* RoleARN: "STRING_VALUE",
|
|
139
|
+
* CatalogId: "STRING_VALUE",
|
|
140
|
+
* DatabaseName: "STRING_VALUE",
|
|
141
|
+
* TableName: "STRING_VALUE",
|
|
142
|
+
* Region: "STRING_VALUE",
|
|
143
|
+
* VersionId: "STRING_VALUE",
|
|
144
|
+
* },
|
|
145
|
+
* InputFormatConfiguration: { // InputFormatConfiguration
|
|
146
|
+
* Deserializer: { // Deserializer
|
|
147
|
+
* OpenXJsonSerDe: { // OpenXJsonSerDe
|
|
148
|
+
* ConvertDotsInJsonKeysToUnderscores: true || false,
|
|
149
|
+
* CaseInsensitive: true || false,
|
|
150
|
+
* ColumnToJsonKeyMappings: { // ColumnToJsonKeyMappings
|
|
151
|
+
* "<keys>": "STRING_VALUE",
|
|
152
|
+
* },
|
|
153
|
+
* },
|
|
154
|
+
* HiveJsonSerDe: { // HiveJsonSerDe
|
|
155
|
+
* TimestampFormats: [ // ListOfNonEmptyStrings
|
|
156
|
+
* "STRING_VALUE",
|
|
157
|
+
* ],
|
|
158
|
+
* },
|
|
159
|
+
* },
|
|
160
|
+
* },
|
|
161
|
+
* OutputFormatConfiguration: { // OutputFormatConfiguration
|
|
162
|
+
* Serializer: { // Serializer
|
|
163
|
+
* ParquetSerDe: { // ParquetSerDe
|
|
164
|
+
* BlockSizeBytes: Number("int"),
|
|
165
|
+
* PageSizeBytes: Number("int"),
|
|
166
|
+
* Compression: "UNCOMPRESSED" || "GZIP" || "SNAPPY",
|
|
167
|
+
* EnableDictionaryCompression: true || false,
|
|
168
|
+
* MaxPaddingBytes: Number("int"),
|
|
169
|
+
* WriterVersion: "V1" || "V2",
|
|
170
|
+
* },
|
|
171
|
+
* OrcSerDe: { // OrcSerDe
|
|
172
|
+
* StripeSizeBytes: Number("int"),
|
|
173
|
+
* BlockSizeBytes: Number("int"),
|
|
174
|
+
* RowIndexStride: Number("int"),
|
|
175
|
+
* EnablePadding: true || false,
|
|
176
|
+
* PaddingTolerance: Number("double"),
|
|
177
|
+
* Compression: "NONE" || "ZLIB" || "SNAPPY",
|
|
178
|
+
* BloomFilterColumns: [ // ListOfNonEmptyStringsWithoutWhitespace
|
|
179
|
+
* "STRING_VALUE",
|
|
180
|
+
* ],
|
|
181
|
+
* BloomFilterFalsePositiveProbability: Number("double"),
|
|
182
|
+
* DictionaryKeyThreshold: Number("double"),
|
|
183
|
+
* FormatVersion: "V0_11" || "V0_12",
|
|
184
|
+
* },
|
|
185
|
+
* },
|
|
186
|
+
* },
|
|
187
|
+
* Enabled: true || false,
|
|
188
|
+
* },
|
|
189
|
+
* DynamicPartitioningConfiguration: { // DynamicPartitioningConfiguration
|
|
190
|
+
* RetryOptions: { // RetryOptions
|
|
191
|
+
* DurationInSeconds: Number("int"),
|
|
192
|
+
* },
|
|
193
|
+
* Enabled: true || false,
|
|
194
|
+
* },
|
|
195
|
+
* },
|
|
196
|
+
* RedshiftDestinationUpdate: { // RedshiftDestinationUpdate
|
|
197
|
+
* RoleARN: "STRING_VALUE",
|
|
198
|
+
* ClusterJDBCURL: "STRING_VALUE",
|
|
199
|
+
* CopyCommand: { // CopyCommand
|
|
200
|
+
* DataTableName: "STRING_VALUE", // required
|
|
201
|
+
* DataTableColumns: "STRING_VALUE",
|
|
202
|
+
* CopyOptions: "STRING_VALUE",
|
|
203
|
+
* },
|
|
204
|
+
* Username: "STRING_VALUE",
|
|
205
|
+
* Password: "STRING_VALUE",
|
|
206
|
+
* RetryOptions: { // RedshiftRetryOptions
|
|
207
|
+
* DurationInSeconds: Number("int"),
|
|
208
|
+
* },
|
|
209
|
+
* S3Update: {
|
|
210
|
+
* RoleARN: "STRING_VALUE",
|
|
211
|
+
* BucketARN: "STRING_VALUE",
|
|
212
|
+
* Prefix: "STRING_VALUE",
|
|
213
|
+
* ErrorOutputPrefix: "STRING_VALUE",
|
|
214
|
+
* BufferingHints: {
|
|
215
|
+
* SizeInMBs: Number("int"),
|
|
216
|
+
* IntervalInSeconds: Number("int"),
|
|
217
|
+
* },
|
|
218
|
+
* CompressionFormat: "UNCOMPRESSED" || "GZIP" || "ZIP" || "Snappy" || "HADOOP_SNAPPY",
|
|
219
|
+
* EncryptionConfiguration: {
|
|
220
|
+
* NoEncryptionConfig: "NoEncryption",
|
|
221
|
+
* KMSEncryptionConfig: {
|
|
222
|
+
* AWSKMSKeyARN: "STRING_VALUE", // required
|
|
223
|
+
* },
|
|
224
|
+
* },
|
|
225
|
+
* CloudWatchLoggingOptions: {
|
|
226
|
+
* Enabled: true || false,
|
|
227
|
+
* LogGroupName: "STRING_VALUE",
|
|
228
|
+
* LogStreamName: "STRING_VALUE",
|
|
229
|
+
* },
|
|
230
|
+
* },
|
|
231
|
+
* ProcessingConfiguration: {
|
|
232
|
+
* Enabled: true || false,
|
|
233
|
+
* Processors: [
|
|
234
|
+
* {
|
|
235
|
+
* Type: "RecordDeAggregation" || "Lambda" || "MetadataExtraction" || "AppendDelimiterToRecord", // required
|
|
236
|
+
* Parameters: [
|
|
237
|
+
* {
|
|
238
|
+
* ParameterName: "LambdaArn" || "NumberOfRetries" || "MetadataExtractionQuery" || "JsonParsingEngine" || "RoleArn" || "BufferSizeInMBs" || "BufferIntervalInSeconds" || "SubRecordType" || "Delimiter", // required
|
|
239
|
+
* ParameterValue: "STRING_VALUE", // required
|
|
240
|
+
* },
|
|
241
|
+
* ],
|
|
242
|
+
* },
|
|
243
|
+
* ],
|
|
244
|
+
* },
|
|
245
|
+
* S3BackupMode: "Disabled" || "Enabled",
|
|
246
|
+
* S3BackupUpdate: {
|
|
247
|
+
* RoleARN: "STRING_VALUE",
|
|
248
|
+
* BucketARN: "STRING_VALUE",
|
|
249
|
+
* Prefix: "STRING_VALUE",
|
|
250
|
+
* ErrorOutputPrefix: "STRING_VALUE",
|
|
251
|
+
* BufferingHints: {
|
|
252
|
+
* SizeInMBs: Number("int"),
|
|
253
|
+
* IntervalInSeconds: Number("int"),
|
|
254
|
+
* },
|
|
255
|
+
* CompressionFormat: "UNCOMPRESSED" || "GZIP" || "ZIP" || "Snappy" || "HADOOP_SNAPPY",
|
|
256
|
+
* EncryptionConfiguration: {
|
|
257
|
+
* NoEncryptionConfig: "NoEncryption",
|
|
258
|
+
* KMSEncryptionConfig: {
|
|
259
|
+
* AWSKMSKeyARN: "STRING_VALUE", // required
|
|
260
|
+
* },
|
|
261
|
+
* },
|
|
262
|
+
* CloudWatchLoggingOptions: {
|
|
263
|
+
* Enabled: true || false,
|
|
264
|
+
* LogGroupName: "STRING_VALUE",
|
|
265
|
+
* LogStreamName: "STRING_VALUE",
|
|
266
|
+
* },
|
|
267
|
+
* },
|
|
268
|
+
* CloudWatchLoggingOptions: "<CloudWatchLoggingOptions>",
|
|
269
|
+
* },
|
|
270
|
+
* ElasticsearchDestinationUpdate: { // ElasticsearchDestinationUpdate
|
|
271
|
+
* RoleARN: "STRING_VALUE",
|
|
272
|
+
* DomainARN: "STRING_VALUE",
|
|
273
|
+
* ClusterEndpoint: "STRING_VALUE",
|
|
274
|
+
* IndexName: "STRING_VALUE",
|
|
275
|
+
* TypeName: "STRING_VALUE",
|
|
276
|
+
* IndexRotationPeriod: "NoRotation" || "OneHour" || "OneDay" || "OneWeek" || "OneMonth",
|
|
277
|
+
* BufferingHints: { // ElasticsearchBufferingHints
|
|
278
|
+
* IntervalInSeconds: Number("int"),
|
|
279
|
+
* SizeInMBs: Number("int"),
|
|
280
|
+
* },
|
|
281
|
+
* RetryOptions: { // ElasticsearchRetryOptions
|
|
282
|
+
* DurationInSeconds: Number("int"),
|
|
283
|
+
* },
|
|
284
|
+
* S3Update: {
|
|
285
|
+
* RoleARN: "STRING_VALUE",
|
|
286
|
+
* BucketARN: "STRING_VALUE",
|
|
287
|
+
* Prefix: "STRING_VALUE",
|
|
288
|
+
* ErrorOutputPrefix: "STRING_VALUE",
|
|
289
|
+
* BufferingHints: "<BufferingHints>",
|
|
290
|
+
* CompressionFormat: "UNCOMPRESSED" || "GZIP" || "ZIP" || "Snappy" || "HADOOP_SNAPPY",
|
|
291
|
+
* EncryptionConfiguration: "<EncryptionConfiguration>",
|
|
292
|
+
* CloudWatchLoggingOptions: "<CloudWatchLoggingOptions>",
|
|
293
|
+
* },
|
|
294
|
+
* ProcessingConfiguration: {
|
|
295
|
+
* Enabled: true || false,
|
|
296
|
+
* Processors: [
|
|
297
|
+
* {
|
|
298
|
+
* Type: "RecordDeAggregation" || "Lambda" || "MetadataExtraction" || "AppendDelimiterToRecord", // required
|
|
299
|
+
* Parameters: [
|
|
300
|
+
* {
|
|
301
|
+
* ParameterName: "LambdaArn" || "NumberOfRetries" || "MetadataExtractionQuery" || "JsonParsingEngine" || "RoleArn" || "BufferSizeInMBs" || "BufferIntervalInSeconds" || "SubRecordType" || "Delimiter", // required
|
|
302
|
+
* ParameterValue: "STRING_VALUE", // required
|
|
303
|
+
* },
|
|
304
|
+
* ],
|
|
305
|
+
* },
|
|
306
|
+
* ],
|
|
307
|
+
* },
|
|
308
|
+
* CloudWatchLoggingOptions: "<CloudWatchLoggingOptions>",
|
|
309
|
+
* },
|
|
310
|
+
* AmazonopensearchserviceDestinationUpdate: { // AmazonopensearchserviceDestinationUpdate
|
|
311
|
+
* RoleARN: "STRING_VALUE",
|
|
312
|
+
* DomainARN: "STRING_VALUE",
|
|
313
|
+
* ClusterEndpoint: "STRING_VALUE",
|
|
314
|
+
* IndexName: "STRING_VALUE",
|
|
315
|
+
* TypeName: "STRING_VALUE",
|
|
316
|
+
* IndexRotationPeriod: "NoRotation" || "OneHour" || "OneDay" || "OneWeek" || "OneMonth",
|
|
317
|
+
* BufferingHints: { // AmazonopensearchserviceBufferingHints
|
|
318
|
+
* IntervalInSeconds: Number("int"),
|
|
319
|
+
* SizeInMBs: Number("int"),
|
|
320
|
+
* },
|
|
321
|
+
* RetryOptions: { // AmazonopensearchserviceRetryOptions
|
|
322
|
+
* DurationInSeconds: Number("int"),
|
|
323
|
+
* },
|
|
324
|
+
* S3Update: "<S3DestinationUpdate>",
|
|
325
|
+
* ProcessingConfiguration: {
|
|
326
|
+
* Enabled: true || false,
|
|
327
|
+
* Processors: [
|
|
328
|
+
* {
|
|
329
|
+
* Type: "RecordDeAggregation" || "Lambda" || "MetadataExtraction" || "AppendDelimiterToRecord", // required
|
|
330
|
+
* Parameters: [
|
|
331
|
+
* {
|
|
332
|
+
* ParameterName: "LambdaArn" || "NumberOfRetries" || "MetadataExtractionQuery" || "JsonParsingEngine" || "RoleArn" || "BufferSizeInMBs" || "BufferIntervalInSeconds" || "SubRecordType" || "Delimiter", // required
|
|
333
|
+
* ParameterValue: "STRING_VALUE", // required
|
|
334
|
+
* },
|
|
335
|
+
* ],
|
|
336
|
+
* },
|
|
337
|
+
* ],
|
|
338
|
+
* },
|
|
339
|
+
* CloudWatchLoggingOptions: "<CloudWatchLoggingOptions>",
|
|
340
|
+
* },
|
|
341
|
+
* SplunkDestinationUpdate: { // SplunkDestinationUpdate
|
|
342
|
+
* HECEndpoint: "STRING_VALUE",
|
|
343
|
+
* HECEndpointType: "Raw" || "Event",
|
|
344
|
+
* HECToken: "STRING_VALUE",
|
|
345
|
+
* HECAcknowledgmentTimeoutInSeconds: Number("int"),
|
|
346
|
+
* RetryOptions: { // SplunkRetryOptions
|
|
347
|
+
* DurationInSeconds: Number("int"),
|
|
348
|
+
* },
|
|
349
|
+
* S3BackupMode: "FailedEventsOnly" || "AllEvents",
|
|
350
|
+
* S3Update: "<S3DestinationUpdate>",
|
|
351
|
+
* ProcessingConfiguration: {
|
|
352
|
+
* Enabled: true || false,
|
|
353
|
+
* Processors: [
|
|
354
|
+
* {
|
|
355
|
+
* Type: "RecordDeAggregation" || "Lambda" || "MetadataExtraction" || "AppendDelimiterToRecord", // required
|
|
356
|
+
* Parameters: [
|
|
357
|
+
* {
|
|
358
|
+
* ParameterName: "LambdaArn" || "NumberOfRetries" || "MetadataExtractionQuery" || "JsonParsingEngine" || "RoleArn" || "BufferSizeInMBs" || "BufferIntervalInSeconds" || "SubRecordType" || "Delimiter", // required
|
|
359
|
+
* ParameterValue: "STRING_VALUE", // required
|
|
360
|
+
* },
|
|
361
|
+
* ],
|
|
362
|
+
* },
|
|
363
|
+
* ],
|
|
364
|
+
* },
|
|
365
|
+
* CloudWatchLoggingOptions: "<CloudWatchLoggingOptions>",
|
|
366
|
+
* },
|
|
367
|
+
* HttpEndpointDestinationUpdate: { // HttpEndpointDestinationUpdate
|
|
368
|
+
* EndpointConfiguration: { // HttpEndpointConfiguration
|
|
369
|
+
* Url: "STRING_VALUE", // required
|
|
370
|
+
* Name: "STRING_VALUE",
|
|
371
|
+
* AccessKey: "STRING_VALUE",
|
|
372
|
+
* },
|
|
373
|
+
* BufferingHints: { // HttpEndpointBufferingHints
|
|
374
|
+
* SizeInMBs: Number("int"),
|
|
375
|
+
* IntervalInSeconds: Number("int"),
|
|
376
|
+
* },
|
|
377
|
+
* CloudWatchLoggingOptions: "<CloudWatchLoggingOptions>",
|
|
378
|
+
* RequestConfiguration: { // HttpEndpointRequestConfiguration
|
|
379
|
+
* ContentEncoding: "NONE" || "GZIP",
|
|
380
|
+
* CommonAttributes: [ // HttpEndpointCommonAttributesList
|
|
381
|
+
* { // HttpEndpointCommonAttribute
|
|
382
|
+
* AttributeName: "STRING_VALUE", // required
|
|
383
|
+
* AttributeValue: "STRING_VALUE", // required
|
|
384
|
+
* },
|
|
385
|
+
* ],
|
|
386
|
+
* },
|
|
387
|
+
* ProcessingConfiguration: "<ProcessingConfiguration>",
|
|
388
|
+
* RoleARN: "STRING_VALUE",
|
|
389
|
+
* RetryOptions: { // HttpEndpointRetryOptions
|
|
390
|
+
* DurationInSeconds: Number("int"),
|
|
391
|
+
* },
|
|
392
|
+
* S3BackupMode: "FailedDataOnly" || "AllData",
|
|
393
|
+
* S3Update: "<S3DestinationUpdate>",
|
|
394
|
+
* },
|
|
395
|
+
* AmazonOpenSearchServerlessDestinationUpdate: { // AmazonOpenSearchServerlessDestinationUpdate
|
|
396
|
+
* RoleARN: "STRING_VALUE",
|
|
397
|
+
* CollectionEndpoint: "STRING_VALUE",
|
|
398
|
+
* IndexName: "STRING_VALUE",
|
|
399
|
+
* BufferingHints: { // AmazonOpenSearchServerlessBufferingHints
|
|
400
|
+
* IntervalInSeconds: Number("int"),
|
|
401
|
+
* SizeInMBs: Number("int"),
|
|
402
|
+
* },
|
|
403
|
+
* RetryOptions: { // AmazonOpenSearchServerlessRetryOptions
|
|
404
|
+
* DurationInSeconds: Number("int"),
|
|
405
|
+
* },
|
|
406
|
+
* S3Update: "<S3DestinationUpdate>",
|
|
407
|
+
* ProcessingConfiguration: "<ProcessingConfiguration>",
|
|
408
|
+
* CloudWatchLoggingOptions: "<CloudWatchLoggingOptions>",
|
|
409
|
+
* },
|
|
410
|
+
* };
|
|
52
411
|
* const command = new UpdateDestinationCommand(input);
|
|
53
412
|
* const response = await client.send(command);
|
|
54
413
|
* ```
|
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.301.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,9 +21,9 @@
|
|
|
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/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.301.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.300.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.301.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|
|
@@ -32,12 +32,12 @@
|
|
|
32
32
|
"@aws-sdk/middleware-host-header": "3.296.0",
|
|
33
33
|
"@aws-sdk/middleware-logger": "3.296.0",
|
|
34
34
|
"@aws-sdk/middleware-recursion-detection": "3.296.0",
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.300.0",
|
|
36
36
|
"@aws-sdk/middleware-serde": "3.296.0",
|
|
37
37
|
"@aws-sdk/middleware-signing": "3.299.0",
|
|
38
38
|
"@aws-sdk/middleware-stack": "3.296.0",
|
|
39
39
|
"@aws-sdk/middleware-user-agent": "3.299.0",
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.300.0",
|
|
41
41
|
"@aws-sdk/node-http-handler": "3.296.0",
|
|
42
42
|
"@aws-sdk/protocol-http": "3.296.0",
|
|
43
43
|
"@aws-sdk/smithy-client": "3.296.0",
|
|
@@ -47,11 +47,11 @@
|
|
|
47
47
|
"@aws-sdk/util-body-length-browser": "3.295.0",
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.295.0",
|
|
49
49
|
"@aws-sdk/util-defaults-mode-browser": "3.296.0",
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.300.0",
|
|
51
51
|
"@aws-sdk/util-endpoints": "3.296.0",
|
|
52
52
|
"@aws-sdk/util-retry": "3.296.0",
|
|
53
53
|
"@aws-sdk/util-user-agent-browser": "3.299.0",
|
|
54
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.300.0",
|
|
55
55
|
"@aws-sdk/util-utf8": "3.295.0",
|
|
56
56
|
"tslib": "^2.5.0"
|
|
57
57
|
},
|