@aws-sdk/client-firehose 3.515.0 → 3.516.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.
@@ -36,15 +36,15 @@ declare const UpdateDestinationCommand_base: {
36
36
  * <p>Switching between Amazon OpenSearch Service and other services is not supported. For
37
37
  * an Amazon OpenSearch Service destination, you can only update to another Amazon OpenSearch
38
38
  * Service destination.</p>
39
- * <p>If the destination type is the same, Kinesis Data Firehose merges the configuration
39
+ * <p>If the destination type is the same, Firehose merges the configuration
40
40
  * parameters specified with the destination configuration that already exists on the delivery
41
41
  * stream. If any of the parameters are not specified in the call, the existing values are
42
42
  * retained. For example, in the Amazon S3 destination, if <a>EncryptionConfiguration</a> is not specified, then the existing
43
43
  * <code>EncryptionConfiguration</code> is maintained on the destination.</p>
44
44
  * <p>If the destination type is not the same, for example, changing the destination from
45
- * Amazon S3 to Amazon Redshift, Kinesis Data Firehose does not merge any parameters. In this
45
+ * Amazon S3 to Amazon Redshift, Firehose does not merge any parameters. In this
46
46
  * case, all parameters must be specified.</p>
47
- * <p>Kinesis Data Firehose uses <code>CurrentDeliveryStreamVersionId</code> to avoid race
47
+ * <p>Firehose uses <code>CurrentDeliveryStreamVersionId</code> to avoid race
48
48
  * conditions and conflicting merges. This is a required field, and the service updates the
49
49
  * configuration only if the existing configuration has a version ID that matches. After the
50
50
  * update is applied successfully, the version ID is updated, and can be retrieved using <a>DescribeDeliveryStream</a>. Use the new version ID to set
@@ -106,10 +106,10 @@ declare const UpdateDestinationCommand_base: {
106
106
  * Enabled: true || false,
107
107
  * Processors: [ // ProcessorList
108
108
  * { // Processor
109
- * Type: "RecordDeAggregation" || "Decompression" || "Lambda" || "MetadataExtraction" || "AppendDelimiterToRecord", // required
109
+ * Type: "RecordDeAggregation" || "Decompression" || "CloudWatchLogProcessing" || "Lambda" || "MetadataExtraction" || "AppendDelimiterToRecord", // required
110
110
  * Parameters: [ // ProcessorParameterList
111
111
  * { // ProcessorParameter
112
- * ParameterName: "LambdaArn" || "NumberOfRetries" || "MetadataExtractionQuery" || "JsonParsingEngine" || "RoleArn" || "BufferSizeInMBs" || "BufferIntervalInSeconds" || "SubRecordType" || "Delimiter" || "CompressionFormat", // required
112
+ * ParameterName: "LambdaArn" || "NumberOfRetries" || "MetadataExtractionQuery" || "JsonParsingEngine" || "RoleArn" || "BufferSizeInMBs" || "BufferIntervalInSeconds" || "SubRecordType" || "Delimiter" || "CompressionFormat" || "DataMessageExtraction", // required
113
113
  * ParameterValue: "STRING_VALUE", // required
114
114
  * },
115
115
  * ],
@@ -198,6 +198,8 @@ declare const UpdateDestinationCommand_base: {
198
198
  * },
199
199
  * Enabled: true || false,
200
200
  * },
201
+ * FileExtension: "STRING_VALUE",
202
+ * CustomTimeZone: "STRING_VALUE",
201
203
  * },
202
204
  * RedshiftDestinationUpdate: { // RedshiftDestinationUpdate
203
205
  * RoleARN: "STRING_VALUE",
@@ -238,10 +240,10 @@ declare const UpdateDestinationCommand_base: {
238
240
  * Enabled: true || false,
239
241
  * Processors: [
240
242
  * {
241
- * Type: "RecordDeAggregation" || "Decompression" || "Lambda" || "MetadataExtraction" || "AppendDelimiterToRecord", // required
243
+ * Type: "RecordDeAggregation" || "Decompression" || "CloudWatchLogProcessing" || "Lambda" || "MetadataExtraction" || "AppendDelimiterToRecord", // required
242
244
  * Parameters: [
243
245
  * {
244
- * ParameterName: "LambdaArn" || "NumberOfRetries" || "MetadataExtractionQuery" || "JsonParsingEngine" || "RoleArn" || "BufferSizeInMBs" || "BufferIntervalInSeconds" || "SubRecordType" || "Delimiter" || "CompressionFormat", // required
246
+ * ParameterName: "LambdaArn" || "NumberOfRetries" || "MetadataExtractionQuery" || "JsonParsingEngine" || "RoleArn" || "BufferSizeInMBs" || "BufferIntervalInSeconds" || "SubRecordType" || "Delimiter" || "CompressionFormat" || "DataMessageExtraction", // required
245
247
  * ParameterValue: "STRING_VALUE", // required
246
248
  * },
247
249
  * ],
@@ -301,10 +303,10 @@ declare const UpdateDestinationCommand_base: {
301
303
  * Enabled: true || false,
302
304
  * Processors: [
303
305
  * {
304
- * Type: "RecordDeAggregation" || "Decompression" || "Lambda" || "MetadataExtraction" || "AppendDelimiterToRecord", // required
306
+ * Type: "RecordDeAggregation" || "Decompression" || "CloudWatchLogProcessing" || "Lambda" || "MetadataExtraction" || "AppendDelimiterToRecord", // required
305
307
  * Parameters: [
306
308
  * {
307
- * ParameterName: "LambdaArn" || "NumberOfRetries" || "MetadataExtractionQuery" || "JsonParsingEngine" || "RoleArn" || "BufferSizeInMBs" || "BufferIntervalInSeconds" || "SubRecordType" || "Delimiter" || "CompressionFormat", // required
309
+ * ParameterName: "LambdaArn" || "NumberOfRetries" || "MetadataExtractionQuery" || "JsonParsingEngine" || "RoleArn" || "BufferSizeInMBs" || "BufferIntervalInSeconds" || "SubRecordType" || "Delimiter" || "CompressionFormat" || "DataMessageExtraction", // required
308
310
  * ParameterValue: "STRING_VALUE", // required
309
311
  * },
310
312
  * ],
@@ -335,10 +337,10 @@ declare const UpdateDestinationCommand_base: {
335
337
  * Enabled: true || false,
336
338
  * Processors: [
337
339
  * {
338
- * Type: "RecordDeAggregation" || "Decompression" || "Lambda" || "MetadataExtraction" || "AppendDelimiterToRecord", // required
340
+ * Type: "RecordDeAggregation" || "Decompression" || "CloudWatchLogProcessing" || "Lambda" || "MetadataExtraction" || "AppendDelimiterToRecord", // required
339
341
  * Parameters: [
340
342
  * {
341
- * ParameterName: "LambdaArn" || "NumberOfRetries" || "MetadataExtractionQuery" || "JsonParsingEngine" || "RoleArn" || "BufferSizeInMBs" || "BufferIntervalInSeconds" || "SubRecordType" || "Delimiter" || "CompressionFormat", // required
343
+ * ParameterName: "LambdaArn" || "NumberOfRetries" || "MetadataExtractionQuery" || "JsonParsingEngine" || "RoleArn" || "BufferSizeInMBs" || "BufferIntervalInSeconds" || "SubRecordType" || "Delimiter" || "CompressionFormat" || "DataMessageExtraction", // required
342
344
  * ParameterValue: "STRING_VALUE", // required
343
345
  * },
344
346
  * ],
@@ -364,10 +366,10 @@ declare const UpdateDestinationCommand_base: {
364
366
  * Enabled: true || false,
365
367
  * Processors: [
366
368
  * {
367
- * Type: "RecordDeAggregation" || "Decompression" || "Lambda" || "MetadataExtraction" || "AppendDelimiterToRecord", // required
369
+ * Type: "RecordDeAggregation" || "Decompression" || "CloudWatchLogProcessing" || "Lambda" || "MetadataExtraction" || "AppendDelimiterToRecord", // required
368
370
  * Parameters: [
369
371
  * {
370
- * ParameterName: "LambdaArn" || "NumberOfRetries" || "MetadataExtractionQuery" || "JsonParsingEngine" || "RoleArn" || "BufferSizeInMBs" || "BufferIntervalInSeconds" || "SubRecordType" || "Delimiter" || "CompressionFormat", // required
372
+ * ParameterName: "LambdaArn" || "NumberOfRetries" || "MetadataExtractionQuery" || "JsonParsingEngine" || "RoleArn" || "BufferSizeInMBs" || "BufferIntervalInSeconds" || "SubRecordType" || "Delimiter" || "CompressionFormat" || "DataMessageExtraction", // required
371
373
  * ParameterValue: "STRING_VALUE", // required
372
374
  * },
373
375
  * ],
@@ -1,6 +1,6 @@
1
1
  /**
2
- * <fullname>Amazon Kinesis Data Firehose API Reference</fullname>
3
- * <p>Amazon Kinesis Data Firehose is a fully managed service that delivers real-time
2
+ * <fullname>Amazon Data Firehose</fullname>
3
+ * <p>Amazon Data Firehose is a fully managed service that delivers real-time
4
4
  * streaming data to destinations such as Amazon Simple Storage Service (Amazon S3), Amazon
5
5
  * OpenSearch Service, Amazon Redshift, Splunk, and various other supportd
6
6
  * destinations.</p>