aws-sdk-firehose 1.57.0 → 1.58.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0f587fc8b4db92c3c0e9080caa7e096a22b4b6a0c26fb4135251de2374ae4bc9
4
- data.tar.gz: 282c2cc072ec933e547d70c055f1fbf1eaba05b55d99c9b4d07c8cfd905fdc43
3
+ metadata.gz: 92168430eab17677ec183117d36b0f35e7ebee69c3a7f29c470259fbc7914b43
4
+ data.tar.gz: 9561493f2fe8f911d3b723b0b200b454d6715280bee673d754c9eeb37748b134
5
5
  SHA512:
6
- metadata.gz: 9e8286254261766be338735891dca9d7c936a989992db8f71d88eee105c3aafdf2ad05e27624a63ae296b052591cff0c21b224f783c6aab2e216c0251d1730ec
7
- data.tar.gz: 8b276ded78fc18917feb5b475b6a0582478c878b0373b834b696126e676c77832550545488f20339156f73fd3582c1bfb6b3b8e98dcdecfb008c5a3fad3a3dab
6
+ metadata.gz: 8b657e186e7ac20cedda5306601cc28024392af5ea5daab3953a93ac2a96e41bdb2fea95b201a8ec2f932dce8bccc2e6d3f35f1867893dc02a9f6b842689f189
7
+ data.tar.gz: 027b2d85de0633f8624e176303a54be61fc23c66534868941521cfd0fbe2ddfaff76a823d180d517a40357a4a5d4aa851312e57d1b7fcd0014d3fde52ac02235
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.58.0 (2023-09-27)
5
+ ------------------
6
+
7
+ * Feature - Features : Adding support for new data ingestion source to Kinesis Firehose - AWS Managed Services Kafka.
8
+
4
9
  1.57.0 (2023-09-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.57.0
1
+ 1.58.0
@@ -553,6 +553,10 @@ module Aws::Firehose
553
553
  # The destination in the Serverless offering for Amazon OpenSearch
554
554
  # Service. You can specify only one destination.
555
555
  #
556
+ # @option params [Types::MSKSourceConfiguration] :msk_source_configuration
557
+ # The configuration for the Amazon MSK cluster to be used as the source
558
+ # for a delivery stream.
559
+ #
556
560
  # @return [Types::CreateDeliveryStreamOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
557
561
  #
558
562
  # * {Types::CreateDeliveryStreamOutput#delivery_stream_arn #delivery_stream_arn} => String
@@ -561,7 +565,7 @@ module Aws::Firehose
561
565
  #
562
566
  # resp = client.create_delivery_stream({
563
567
  # delivery_stream_name: "DeliveryStreamName", # required
564
- # delivery_stream_type: "DirectPut", # accepts DirectPut, KinesisStreamAsSource
568
+ # delivery_stream_type: "DirectPut", # accepts DirectPut, KinesisStreamAsSource, MSKAsSource
565
569
  # kinesis_stream_source_configuration: {
566
570
  # kinesis_stream_arn: "KinesisStreamARN", # required
567
571
  # role_arn: "RoleARN", # required
@@ -617,10 +621,10 @@ module Aws::Firehose
617
621
  # enabled: false,
618
622
  # processors: [
619
623
  # {
620
- # type: "RecordDeAggregation", # required, accepts RecordDeAggregation, Lambda, MetadataExtraction, AppendDelimiterToRecord
624
+ # type: "RecordDeAggregation", # required, accepts RecordDeAggregation, Decompression, Lambda, MetadataExtraction, AppendDelimiterToRecord
621
625
  # parameters: [
622
626
  # {
623
- # parameter_name: "LambdaArn", # required, accepts LambdaArn, NumberOfRetries, MetadataExtractionQuery, JsonParsingEngine, RoleArn, BufferSizeInMBs, BufferIntervalInSeconds, SubRecordType, Delimiter
627
+ # parameter_name: "LambdaArn", # required, accepts LambdaArn, NumberOfRetries, MetadataExtractionQuery, JsonParsingEngine, RoleArn, BufferSizeInMBs, BufferIntervalInSeconds, SubRecordType, Delimiter, CompressionFormat
624
628
  # parameter_value: "ProcessorParameterValue", # required
625
629
  # },
626
630
  # ],
@@ -745,10 +749,10 @@ module Aws::Firehose
745
749
  # enabled: false,
746
750
  # processors: [
747
751
  # {
748
- # type: "RecordDeAggregation", # required, accepts RecordDeAggregation, Lambda, MetadataExtraction, AppendDelimiterToRecord
752
+ # type: "RecordDeAggregation", # required, accepts RecordDeAggregation, Decompression, Lambda, MetadataExtraction, AppendDelimiterToRecord
749
753
  # parameters: [
750
754
  # {
751
- # parameter_name: "LambdaArn", # required, accepts LambdaArn, NumberOfRetries, MetadataExtractionQuery, JsonParsingEngine, RoleArn, BufferSizeInMBs, BufferIntervalInSeconds, SubRecordType, Delimiter
755
+ # parameter_name: "LambdaArn", # required, accepts LambdaArn, NumberOfRetries, MetadataExtractionQuery, JsonParsingEngine, RoleArn, BufferSizeInMBs, BufferIntervalInSeconds, SubRecordType, Delimiter, CompressionFormat
752
756
  # parameter_value: "ProcessorParameterValue", # required
753
757
  # },
754
758
  # ],
@@ -825,10 +829,10 @@ module Aws::Firehose
825
829
  # enabled: false,
826
830
  # processors: [
827
831
  # {
828
- # type: "RecordDeAggregation", # required, accepts RecordDeAggregation, Lambda, MetadataExtraction, AppendDelimiterToRecord
832
+ # type: "RecordDeAggregation", # required, accepts RecordDeAggregation, Decompression, Lambda, MetadataExtraction, AppendDelimiterToRecord
829
833
  # parameters: [
830
834
  # {
831
- # parameter_name: "LambdaArn", # required, accepts LambdaArn, NumberOfRetries, MetadataExtractionQuery, JsonParsingEngine, RoleArn, BufferSizeInMBs, BufferIntervalInSeconds, SubRecordType, Delimiter
835
+ # parameter_name: "LambdaArn", # required, accepts LambdaArn, NumberOfRetries, MetadataExtractionQuery, JsonParsingEngine, RoleArn, BufferSizeInMBs, BufferIntervalInSeconds, SubRecordType, Delimiter, CompressionFormat
832
836
  # parameter_value: "ProcessorParameterValue", # required
833
837
  # },
834
838
  # ],
@@ -890,10 +894,10 @@ module Aws::Firehose
890
894
  # enabled: false,
891
895
  # processors: [
892
896
  # {
893
- # type: "RecordDeAggregation", # required, accepts RecordDeAggregation, Lambda, MetadataExtraction, AppendDelimiterToRecord
897
+ # type: "RecordDeAggregation", # required, accepts RecordDeAggregation, Decompression, Lambda, MetadataExtraction, AppendDelimiterToRecord
894
898
  # parameters: [
895
899
  # {
896
- # parameter_name: "LambdaArn", # required, accepts LambdaArn, NumberOfRetries, MetadataExtractionQuery, JsonParsingEngine, RoleArn, BufferSizeInMBs, BufferIntervalInSeconds, SubRecordType, Delimiter
900
+ # parameter_name: "LambdaArn", # required, accepts LambdaArn, NumberOfRetries, MetadataExtractionQuery, JsonParsingEngine, RoleArn, BufferSizeInMBs, BufferIntervalInSeconds, SubRecordType, Delimiter, CompressionFormat
897
901
  # parameter_value: "ProcessorParameterValue", # required
898
902
  # },
899
903
  # ],
@@ -949,10 +953,10 @@ module Aws::Firehose
949
953
  # enabled: false,
950
954
  # processors: [
951
955
  # {
952
- # type: "RecordDeAggregation", # required, accepts RecordDeAggregation, Lambda, MetadataExtraction, AppendDelimiterToRecord
956
+ # type: "RecordDeAggregation", # required, accepts RecordDeAggregation, Decompression, Lambda, MetadataExtraction, AppendDelimiterToRecord
953
957
  # parameters: [
954
958
  # {
955
- # parameter_name: "LambdaArn", # required, accepts LambdaArn, NumberOfRetries, MetadataExtractionQuery, JsonParsingEngine, RoleArn, BufferSizeInMBs, BufferIntervalInSeconds, SubRecordType, Delimiter
959
+ # parameter_name: "LambdaArn", # required, accepts LambdaArn, NumberOfRetries, MetadataExtractionQuery, JsonParsingEngine, RoleArn, BufferSizeInMBs, BufferIntervalInSeconds, SubRecordType, Delimiter, CompressionFormat
956
960
  # parameter_value: "ProcessorParameterValue", # required
957
961
  # },
958
962
  # ],
@@ -993,10 +997,10 @@ module Aws::Firehose
993
997
  # enabled: false,
994
998
  # processors: [
995
999
  # {
996
- # type: "RecordDeAggregation", # required, accepts RecordDeAggregation, Lambda, MetadataExtraction, AppendDelimiterToRecord
1000
+ # type: "RecordDeAggregation", # required, accepts RecordDeAggregation, Decompression, Lambda, MetadataExtraction, AppendDelimiterToRecord
997
1001
  # parameters: [
998
1002
  # {
999
- # parameter_name: "LambdaArn", # required, accepts LambdaArn, NumberOfRetries, MetadataExtractionQuery, JsonParsingEngine, RoleArn, BufferSizeInMBs, BufferIntervalInSeconds, SubRecordType, Delimiter
1003
+ # parameter_name: "LambdaArn", # required, accepts LambdaArn, NumberOfRetries, MetadataExtractionQuery, JsonParsingEngine, RoleArn, BufferSizeInMBs, BufferIntervalInSeconds, SubRecordType, Delimiter, CompressionFormat
1000
1004
  # parameter_value: "ProcessorParameterValue", # required
1001
1005
  # },
1002
1006
  # ],
@@ -1075,10 +1079,10 @@ module Aws::Firehose
1075
1079
  # enabled: false,
1076
1080
  # processors: [
1077
1081
  # {
1078
- # type: "RecordDeAggregation", # required, accepts RecordDeAggregation, Lambda, MetadataExtraction, AppendDelimiterToRecord
1082
+ # type: "RecordDeAggregation", # required, accepts RecordDeAggregation, Decompression, Lambda, MetadataExtraction, AppendDelimiterToRecord
1079
1083
  # parameters: [
1080
1084
  # {
1081
- # parameter_name: "LambdaArn", # required, accepts LambdaArn, NumberOfRetries, MetadataExtractionQuery, JsonParsingEngine, RoleArn, BufferSizeInMBs, BufferIntervalInSeconds, SubRecordType, Delimiter
1085
+ # parameter_name: "LambdaArn", # required, accepts LambdaArn, NumberOfRetries, MetadataExtractionQuery, JsonParsingEngine, RoleArn, BufferSizeInMBs, BufferIntervalInSeconds, SubRecordType, Delimiter, CompressionFormat
1082
1086
  # parameter_value: "ProcessorParameterValue", # required
1083
1087
  # },
1084
1088
  # ],
@@ -1096,6 +1100,14 @@ module Aws::Firehose
1096
1100
  # security_group_ids: ["NonEmptyStringWithoutWhitespace"], # required
1097
1101
  # },
1098
1102
  # },
1103
+ # msk_source_configuration: {
1104
+ # msk_cluster_arn: "MSKClusterARN", # required
1105
+ # topic_name: "TopicName", # required
1106
+ # authentication_configuration: { # required
1107
+ # role_arn: "RoleARN", # required
1108
+ # connectivity: "PUBLIC", # required, accepts PUBLIC, PRIVATE
1109
+ # },
1110
+ # },
1099
1111
  # })
1100
1112
  #
1101
1113
  # @example Response structure
@@ -1211,13 +1223,18 @@ module Aws::Firehose
1211
1223
  # resp.delivery_stream_description.delivery_stream_encryption_configuration.status #=> String, one of "ENABLED", "ENABLING", "ENABLING_FAILED", "DISABLED", "DISABLING", "DISABLING_FAILED"
1212
1224
  # resp.delivery_stream_description.delivery_stream_encryption_configuration.failure_description.type #=> String, one of "RETIRE_KMS_GRANT_FAILED", "CREATE_KMS_GRANT_FAILED", "KMS_ACCESS_DENIED", "DISABLED_KMS_KEY", "INVALID_KMS_KEY", "KMS_KEY_NOT_FOUND", "KMS_OPT_IN_REQUIRED", "CREATE_ENI_FAILED", "DELETE_ENI_FAILED", "SUBNET_NOT_FOUND", "SECURITY_GROUP_NOT_FOUND", "ENI_ACCESS_DENIED", "SUBNET_ACCESS_DENIED", "SECURITY_GROUP_ACCESS_DENIED", "UNKNOWN_ERROR"
1213
1225
  # resp.delivery_stream_description.delivery_stream_encryption_configuration.failure_description.details #=> String
1214
- # resp.delivery_stream_description.delivery_stream_type #=> String, one of "DirectPut", "KinesisStreamAsSource"
1226
+ # resp.delivery_stream_description.delivery_stream_type #=> String, one of "DirectPut", "KinesisStreamAsSource", "MSKAsSource"
1215
1227
  # resp.delivery_stream_description.version_id #=> String
1216
1228
  # resp.delivery_stream_description.create_timestamp #=> Time
1217
1229
  # resp.delivery_stream_description.last_update_timestamp #=> Time
1218
1230
  # resp.delivery_stream_description.source.kinesis_stream_source_description.kinesis_stream_arn #=> String
1219
1231
  # resp.delivery_stream_description.source.kinesis_stream_source_description.role_arn #=> String
1220
1232
  # resp.delivery_stream_description.source.kinesis_stream_source_description.delivery_start_timestamp #=> Time
1233
+ # resp.delivery_stream_description.source.msk_source_description.msk_cluster_arn #=> String
1234
+ # resp.delivery_stream_description.source.msk_source_description.topic_name #=> String
1235
+ # resp.delivery_stream_description.source.msk_source_description.authentication_configuration.role_arn #=> String
1236
+ # resp.delivery_stream_description.source.msk_source_description.authentication_configuration.connectivity #=> String, one of "PUBLIC", "PRIVATE"
1237
+ # resp.delivery_stream_description.source.msk_source_description.delivery_start_timestamp #=> Time
1221
1238
  # resp.delivery_stream_description.destinations #=> Array
1222
1239
  # resp.delivery_stream_description.destinations[0].destination_id #=> String
1223
1240
  # resp.delivery_stream_description.destinations[0].s3_destination_description.role_arn #=> String
@@ -1246,9 +1263,9 @@ module Aws::Firehose
1246
1263
  # resp.delivery_stream_description.destinations[0].extended_s3_destination_description.cloud_watch_logging_options.log_stream_name #=> String
1247
1264
  # resp.delivery_stream_description.destinations[0].extended_s3_destination_description.processing_configuration.enabled #=> Boolean
1248
1265
  # resp.delivery_stream_description.destinations[0].extended_s3_destination_description.processing_configuration.processors #=> Array
1249
- # resp.delivery_stream_description.destinations[0].extended_s3_destination_description.processing_configuration.processors[0].type #=> String, one of "RecordDeAggregation", "Lambda", "MetadataExtraction", "AppendDelimiterToRecord"
1266
+ # resp.delivery_stream_description.destinations[0].extended_s3_destination_description.processing_configuration.processors[0].type #=> String, one of "RecordDeAggregation", "Decompression", "Lambda", "MetadataExtraction", "AppendDelimiterToRecord"
1250
1267
  # resp.delivery_stream_description.destinations[0].extended_s3_destination_description.processing_configuration.processors[0].parameters #=> Array
1251
- # resp.delivery_stream_description.destinations[0].extended_s3_destination_description.processing_configuration.processors[0].parameters[0].parameter_name #=> String, one of "LambdaArn", "NumberOfRetries", "MetadataExtractionQuery", "JsonParsingEngine", "RoleArn", "BufferSizeInMBs", "BufferIntervalInSeconds", "SubRecordType", "Delimiter"
1268
+ # resp.delivery_stream_description.destinations[0].extended_s3_destination_description.processing_configuration.processors[0].parameters[0].parameter_name #=> String, one of "LambdaArn", "NumberOfRetries", "MetadataExtractionQuery", "JsonParsingEngine", "RoleArn", "BufferSizeInMBs", "BufferIntervalInSeconds", "SubRecordType", "Delimiter", "CompressionFormat"
1252
1269
  # resp.delivery_stream_description.destinations[0].extended_s3_destination_description.processing_configuration.processors[0].parameters[0].parameter_value #=> String
1253
1270
  # resp.delivery_stream_description.destinations[0].extended_s3_destination_description.s3_backup_mode #=> String, one of "Disabled", "Enabled"
1254
1271
  # resp.delivery_stream_description.destinations[0].extended_s3_destination_description.s3_backup_description.role_arn #=> String
@@ -1316,9 +1333,9 @@ module Aws::Firehose
1316
1333
  # resp.delivery_stream_description.destinations[0].redshift_destination_description.s3_destination_description.cloud_watch_logging_options.log_stream_name #=> String
1317
1334
  # resp.delivery_stream_description.destinations[0].redshift_destination_description.processing_configuration.enabled #=> Boolean
1318
1335
  # resp.delivery_stream_description.destinations[0].redshift_destination_description.processing_configuration.processors #=> Array
1319
- # resp.delivery_stream_description.destinations[0].redshift_destination_description.processing_configuration.processors[0].type #=> String, one of "RecordDeAggregation", "Lambda", "MetadataExtraction", "AppendDelimiterToRecord"
1336
+ # resp.delivery_stream_description.destinations[0].redshift_destination_description.processing_configuration.processors[0].type #=> String, one of "RecordDeAggregation", "Decompression", "Lambda", "MetadataExtraction", "AppendDelimiterToRecord"
1320
1337
  # resp.delivery_stream_description.destinations[0].redshift_destination_description.processing_configuration.processors[0].parameters #=> Array
1321
- # resp.delivery_stream_description.destinations[0].redshift_destination_description.processing_configuration.processors[0].parameters[0].parameter_name #=> String, one of "LambdaArn", "NumberOfRetries", "MetadataExtractionQuery", "JsonParsingEngine", "RoleArn", "BufferSizeInMBs", "BufferIntervalInSeconds", "SubRecordType", "Delimiter"
1338
+ # resp.delivery_stream_description.destinations[0].redshift_destination_description.processing_configuration.processors[0].parameters[0].parameter_name #=> String, one of "LambdaArn", "NumberOfRetries", "MetadataExtractionQuery", "JsonParsingEngine", "RoleArn", "BufferSizeInMBs", "BufferIntervalInSeconds", "SubRecordType", "Delimiter", "CompressionFormat"
1322
1339
  # resp.delivery_stream_description.destinations[0].redshift_destination_description.processing_configuration.processors[0].parameters[0].parameter_value #=> String
1323
1340
  # resp.delivery_stream_description.destinations[0].redshift_destination_description.s3_backup_mode #=> String, one of "Disabled", "Enabled"
1324
1341
  # resp.delivery_stream_description.destinations[0].redshift_destination_description.s3_backup_description.role_arn #=> String
@@ -1360,9 +1377,9 @@ module Aws::Firehose
1360
1377
  # resp.delivery_stream_description.destinations[0].elasticsearch_destination_description.s3_destination_description.cloud_watch_logging_options.log_stream_name #=> String
1361
1378
  # resp.delivery_stream_description.destinations[0].elasticsearch_destination_description.processing_configuration.enabled #=> Boolean
1362
1379
  # resp.delivery_stream_description.destinations[0].elasticsearch_destination_description.processing_configuration.processors #=> Array
1363
- # resp.delivery_stream_description.destinations[0].elasticsearch_destination_description.processing_configuration.processors[0].type #=> String, one of "RecordDeAggregation", "Lambda", "MetadataExtraction", "AppendDelimiterToRecord"
1380
+ # resp.delivery_stream_description.destinations[0].elasticsearch_destination_description.processing_configuration.processors[0].type #=> String, one of "RecordDeAggregation", "Decompression", "Lambda", "MetadataExtraction", "AppendDelimiterToRecord"
1364
1381
  # resp.delivery_stream_description.destinations[0].elasticsearch_destination_description.processing_configuration.processors[0].parameters #=> Array
1365
- # resp.delivery_stream_description.destinations[0].elasticsearch_destination_description.processing_configuration.processors[0].parameters[0].parameter_name #=> String, one of "LambdaArn", "NumberOfRetries", "MetadataExtractionQuery", "JsonParsingEngine", "RoleArn", "BufferSizeInMBs", "BufferIntervalInSeconds", "SubRecordType", "Delimiter"
1382
+ # resp.delivery_stream_description.destinations[0].elasticsearch_destination_description.processing_configuration.processors[0].parameters[0].parameter_name #=> String, one of "LambdaArn", "NumberOfRetries", "MetadataExtractionQuery", "JsonParsingEngine", "RoleArn", "BufferSizeInMBs", "BufferIntervalInSeconds", "SubRecordType", "Delimiter", "CompressionFormat"
1366
1383
  # resp.delivery_stream_description.destinations[0].elasticsearch_destination_description.processing_configuration.processors[0].parameters[0].parameter_value #=> String
1367
1384
  # resp.delivery_stream_description.destinations[0].elasticsearch_destination_description.cloud_watch_logging_options.enabled #=> Boolean
1368
1385
  # resp.delivery_stream_description.destinations[0].elasticsearch_destination_description.cloud_watch_logging_options.log_group_name #=> String
@@ -1398,9 +1415,9 @@ module Aws::Firehose
1398
1415
  # resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.s3_destination_description.cloud_watch_logging_options.log_stream_name #=> String
1399
1416
  # resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.processing_configuration.enabled #=> Boolean
1400
1417
  # resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.processing_configuration.processors #=> Array
1401
- # resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.processing_configuration.processors[0].type #=> String, one of "RecordDeAggregation", "Lambda", "MetadataExtraction", "AppendDelimiterToRecord"
1418
+ # resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.processing_configuration.processors[0].type #=> String, one of "RecordDeAggregation", "Decompression", "Lambda", "MetadataExtraction", "AppendDelimiterToRecord"
1402
1419
  # resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.processing_configuration.processors[0].parameters #=> Array
1403
- # resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.processing_configuration.processors[0].parameters[0].parameter_name #=> String, one of "LambdaArn", "NumberOfRetries", "MetadataExtractionQuery", "JsonParsingEngine", "RoleArn", "BufferSizeInMBs", "BufferIntervalInSeconds", "SubRecordType", "Delimiter"
1420
+ # resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.processing_configuration.processors[0].parameters[0].parameter_name #=> String, one of "LambdaArn", "NumberOfRetries", "MetadataExtractionQuery", "JsonParsingEngine", "RoleArn", "BufferSizeInMBs", "BufferIntervalInSeconds", "SubRecordType", "Delimiter", "CompressionFormat"
1404
1421
  # resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.processing_configuration.processors[0].parameters[0].parameter_value #=> String
1405
1422
  # resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.cloud_watch_logging_options.enabled #=> Boolean
1406
1423
  # resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.cloud_watch_logging_options.log_group_name #=> String
@@ -1432,9 +1449,9 @@ module Aws::Firehose
1432
1449
  # resp.delivery_stream_description.destinations[0].splunk_destination_description.s3_destination_description.cloud_watch_logging_options.log_stream_name #=> String
1433
1450
  # resp.delivery_stream_description.destinations[0].splunk_destination_description.processing_configuration.enabled #=> Boolean
1434
1451
  # resp.delivery_stream_description.destinations[0].splunk_destination_description.processing_configuration.processors #=> Array
1435
- # resp.delivery_stream_description.destinations[0].splunk_destination_description.processing_configuration.processors[0].type #=> String, one of "RecordDeAggregation", "Lambda", "MetadataExtraction", "AppendDelimiterToRecord"
1452
+ # resp.delivery_stream_description.destinations[0].splunk_destination_description.processing_configuration.processors[0].type #=> String, one of "RecordDeAggregation", "Decompression", "Lambda", "MetadataExtraction", "AppendDelimiterToRecord"
1436
1453
  # resp.delivery_stream_description.destinations[0].splunk_destination_description.processing_configuration.processors[0].parameters #=> Array
1437
- # resp.delivery_stream_description.destinations[0].splunk_destination_description.processing_configuration.processors[0].parameters[0].parameter_name #=> String, one of "LambdaArn", "NumberOfRetries", "MetadataExtractionQuery", "JsonParsingEngine", "RoleArn", "BufferSizeInMBs", "BufferIntervalInSeconds", "SubRecordType", "Delimiter"
1454
+ # resp.delivery_stream_description.destinations[0].splunk_destination_description.processing_configuration.processors[0].parameters[0].parameter_name #=> String, one of "LambdaArn", "NumberOfRetries", "MetadataExtractionQuery", "JsonParsingEngine", "RoleArn", "BufferSizeInMBs", "BufferIntervalInSeconds", "SubRecordType", "Delimiter", "CompressionFormat"
1438
1455
  # resp.delivery_stream_description.destinations[0].splunk_destination_description.processing_configuration.processors[0].parameters[0].parameter_value #=> String
1439
1456
  # resp.delivery_stream_description.destinations[0].splunk_destination_description.cloud_watch_logging_options.enabled #=> Boolean
1440
1457
  # resp.delivery_stream_description.destinations[0].splunk_destination_description.cloud_watch_logging_options.log_group_name #=> String
@@ -1452,9 +1469,9 @@ module Aws::Firehose
1452
1469
  # resp.delivery_stream_description.destinations[0].http_endpoint_destination_description.request_configuration.common_attributes[0].attribute_value #=> String
1453
1470
  # resp.delivery_stream_description.destinations[0].http_endpoint_destination_description.processing_configuration.enabled #=> Boolean
1454
1471
  # resp.delivery_stream_description.destinations[0].http_endpoint_destination_description.processing_configuration.processors #=> Array
1455
- # resp.delivery_stream_description.destinations[0].http_endpoint_destination_description.processing_configuration.processors[0].type #=> String, one of "RecordDeAggregation", "Lambda", "MetadataExtraction", "AppendDelimiterToRecord"
1472
+ # resp.delivery_stream_description.destinations[0].http_endpoint_destination_description.processing_configuration.processors[0].type #=> String, one of "RecordDeAggregation", "Decompression", "Lambda", "MetadataExtraction", "AppendDelimiterToRecord"
1456
1473
  # resp.delivery_stream_description.destinations[0].http_endpoint_destination_description.processing_configuration.processors[0].parameters #=> Array
1457
- # resp.delivery_stream_description.destinations[0].http_endpoint_destination_description.processing_configuration.processors[0].parameters[0].parameter_name #=> String, one of "LambdaArn", "NumberOfRetries", "MetadataExtractionQuery", "JsonParsingEngine", "RoleArn", "BufferSizeInMBs", "BufferIntervalInSeconds", "SubRecordType", "Delimiter"
1474
+ # resp.delivery_stream_description.destinations[0].http_endpoint_destination_description.processing_configuration.processors[0].parameters[0].parameter_name #=> String, one of "LambdaArn", "NumberOfRetries", "MetadataExtractionQuery", "JsonParsingEngine", "RoleArn", "BufferSizeInMBs", "BufferIntervalInSeconds", "SubRecordType", "Delimiter", "CompressionFormat"
1458
1475
  # resp.delivery_stream_description.destinations[0].http_endpoint_destination_description.processing_configuration.processors[0].parameters[0].parameter_value #=> String
1459
1476
  # resp.delivery_stream_description.destinations[0].http_endpoint_destination_description.role_arn #=> String
1460
1477
  # resp.delivery_stream_description.destinations[0].http_endpoint_destination_description.retry_options.duration_in_seconds #=> Integer
@@ -1492,9 +1509,9 @@ module Aws::Firehose
1492
1509
  # resp.delivery_stream_description.destinations[0].amazon_open_search_serverless_destination_description.s3_destination_description.cloud_watch_logging_options.log_stream_name #=> String
1493
1510
  # resp.delivery_stream_description.destinations[0].amazon_open_search_serverless_destination_description.processing_configuration.enabled #=> Boolean
1494
1511
  # resp.delivery_stream_description.destinations[0].amazon_open_search_serverless_destination_description.processing_configuration.processors #=> Array
1495
- # resp.delivery_stream_description.destinations[0].amazon_open_search_serverless_destination_description.processing_configuration.processors[0].type #=> String, one of "RecordDeAggregation", "Lambda", "MetadataExtraction", "AppendDelimiterToRecord"
1512
+ # resp.delivery_stream_description.destinations[0].amazon_open_search_serverless_destination_description.processing_configuration.processors[0].type #=> String, one of "RecordDeAggregation", "Decompression", "Lambda", "MetadataExtraction", "AppendDelimiterToRecord"
1496
1513
  # resp.delivery_stream_description.destinations[0].amazon_open_search_serverless_destination_description.processing_configuration.processors[0].parameters #=> Array
1497
- # resp.delivery_stream_description.destinations[0].amazon_open_search_serverless_destination_description.processing_configuration.processors[0].parameters[0].parameter_name #=> String, one of "LambdaArn", "NumberOfRetries", "MetadataExtractionQuery", "JsonParsingEngine", "RoleArn", "BufferSizeInMBs", "BufferIntervalInSeconds", "SubRecordType", "Delimiter"
1514
+ # resp.delivery_stream_description.destinations[0].amazon_open_search_serverless_destination_description.processing_configuration.processors[0].parameters[0].parameter_name #=> String, one of "LambdaArn", "NumberOfRetries", "MetadataExtractionQuery", "JsonParsingEngine", "RoleArn", "BufferSizeInMBs", "BufferIntervalInSeconds", "SubRecordType", "Delimiter", "CompressionFormat"
1498
1515
  # resp.delivery_stream_description.destinations[0].amazon_open_search_serverless_destination_description.processing_configuration.processors[0].parameters[0].parameter_value #=> String
1499
1516
  # resp.delivery_stream_description.destinations[0].amazon_open_search_serverless_destination_description.cloud_watch_logging_options.enabled #=> Boolean
1500
1517
  # resp.delivery_stream_description.destinations[0].amazon_open_search_serverless_destination_description.cloud_watch_logging_options.log_group_name #=> String
@@ -1558,7 +1575,7 @@ module Aws::Firehose
1558
1575
  #
1559
1576
  # resp = client.list_delivery_streams({
1560
1577
  # limit: 1,
1561
- # delivery_stream_type: "DirectPut", # accepts DirectPut, KinesisStreamAsSource
1578
+ # delivery_stream_type: "DirectPut", # accepts DirectPut, KinesisStreamAsSource, MSKAsSource
1562
1579
  # exclusive_start_delivery_stream_name: "DeliveryStreamName",
1563
1580
  # })
1564
1581
  #
@@ -1635,6 +1652,13 @@ module Aws::Firehose
1635
1652
  # limits and how to request an increase, see [Amazon Kinesis Data
1636
1653
  # Firehose Limits][1].
1637
1654
  #
1655
+ # Kinesis Data Firehose accumulates and publishes a particular metric
1656
+ # for a customer account in one minute intervals. It is possible that
1657
+ # the bursts of incoming bytes/records ingested to a delivery stream
1658
+ # last only for a few seconds. Due to this, the actual spikes in the
1659
+ # traffic might not be fully visible in the customer's 1 minute
1660
+ # CloudWatch metrics.
1661
+ #
1638
1662
  # You must specify the name of the delivery stream and the data record
1639
1663
  # when using PutRecord. The data record consists of a data blob that can
1640
1664
  # be up to 1,000 KiB in size, and any kind of data. For example, it can
@@ -1653,8 +1677,13 @@ module Aws::Firehose
1653
1677
  # for purposes such as auditability and investigation.
1654
1678
  #
1655
1679
  # If the `PutRecord` operation throws a `ServiceUnavailableException`,
1656
- # back off and retry. If the exception persists, it is possible that the
1657
- # throughput limits have been exceeded for the delivery stream.
1680
+ # the API is automatically reinvoked (retried) 3 times. If the exception
1681
+ # persists, it is possible that the throughput limits have been exceeded
1682
+ # for the delivery stream.
1683
+ #
1684
+ # Re-invoking the Put API operations (for example, PutRecord and
1685
+ # PutRecordBatch) can result in data duplicates. For larger data assets,
1686
+ # allow for a longer time out before retrying Put API operations.
1658
1687
  #
1659
1688
  # Data records sent to Kinesis Data Firehose are stored for 24 hours
1660
1689
  # from the time they are added to a delivery stream as it tries to send
@@ -1709,6 +1738,13 @@ module Aws::Firehose
1709
1738
  # use PutRecord. Applications using these operations are referred to as
1710
1739
  # producers.
1711
1740
  #
1741
+ # Kinesis Data Firehose accumulates and publishes a particular metric
1742
+ # for a customer account in one minute intervals. It is possible that
1743
+ # the bursts of incoming bytes/records ingested to a delivery stream
1744
+ # last only for a few seconds. Due to this, the actual spikes in the
1745
+ # traffic might not be fully visible in the customer's 1 minute
1746
+ # CloudWatch metrics.
1747
+ #
1712
1748
  # For information about service quota, see [Amazon Kinesis Data Firehose
1713
1749
  # Quota][1].
1714
1750
  #
@@ -1758,9 +1794,14 @@ module Aws::Firehose
1758
1794
  # and also reduces the total bytes sent (and corresponding charges). We
1759
1795
  # recommend that you handle any duplicates at the destination.
1760
1796
  #
1761
- # If PutRecordBatch throws `ServiceUnavailableException`, back off and
1762
- # retry. If the exception persists, it is possible that the throughput
1763
- # limits have been exceeded for the delivery stream.
1797
+ # If PutRecordBatch throws `ServiceUnavailableException`, the API is
1798
+ # automatically reinvoked (retried) 3 times. If the exception persists,
1799
+ # it is possible that the throughput limits have been exceeded for the
1800
+ # delivery stream.
1801
+ #
1802
+ # Re-invoking the Put API operations (for example, PutRecord and
1803
+ # PutRecordBatch) can result in data duplicates. For larger data assets,
1804
+ # allow for a longer time out before retrying Put API operations.
1764
1805
  #
1765
1806
  # Data records sent to Kinesis Data Firehose are stored for 24 hours
1766
1807
  # from the time they are added to a delivery stream as it attempts to
@@ -1844,6 +1885,10 @@ module Aws::Firehose
1844
1885
  # grant that enables it to use the new CMK to encrypt and decrypt data
1845
1886
  # and to manage the grant.
1846
1887
  #
1888
+ # For the KMS grant creation to be successful, Kinesis Data Firehose
1889
+ # APIs `StartDeliveryStreamEncryption` and `CreateDeliveryStream` should
1890
+ # not be called with session credentials that are more than 6 hours old.
1891
+ #
1847
1892
  # If a delivery stream already has encryption enabled and then you
1848
1893
  # invoke this operation to change the ARN of the CMK or both its type
1849
1894
  # and ARN and you get `ENABLING_FAILED`, this only means that the
@@ -2156,10 +2201,10 @@ module Aws::Firehose
2156
2201
  # enabled: false,
2157
2202
  # processors: [
2158
2203
  # {
2159
- # type: "RecordDeAggregation", # required, accepts RecordDeAggregation, Lambda, MetadataExtraction, AppendDelimiterToRecord
2204
+ # type: "RecordDeAggregation", # required, accepts RecordDeAggregation, Decompression, Lambda, MetadataExtraction, AppendDelimiterToRecord
2160
2205
  # parameters: [
2161
2206
  # {
2162
- # parameter_name: "LambdaArn", # required, accepts LambdaArn, NumberOfRetries, MetadataExtractionQuery, JsonParsingEngine, RoleArn, BufferSizeInMBs, BufferIntervalInSeconds, SubRecordType, Delimiter
2207
+ # parameter_name: "LambdaArn", # required, accepts LambdaArn, NumberOfRetries, MetadataExtractionQuery, JsonParsingEngine, RoleArn, BufferSizeInMBs, BufferIntervalInSeconds, SubRecordType, Delimiter, CompressionFormat
2163
2208
  # parameter_value: "ProcessorParameterValue", # required
2164
2209
  # },
2165
2210
  # ],
@@ -2284,10 +2329,10 @@ module Aws::Firehose
2284
2329
  # enabled: false,
2285
2330
  # processors: [
2286
2331
  # {
2287
- # type: "RecordDeAggregation", # required, accepts RecordDeAggregation, Lambda, MetadataExtraction, AppendDelimiterToRecord
2332
+ # type: "RecordDeAggregation", # required, accepts RecordDeAggregation, Decompression, Lambda, MetadataExtraction, AppendDelimiterToRecord
2288
2333
  # parameters: [
2289
2334
  # {
2290
- # parameter_name: "LambdaArn", # required, accepts LambdaArn, NumberOfRetries, MetadataExtractionQuery, JsonParsingEngine, RoleArn, BufferSizeInMBs, BufferIntervalInSeconds, SubRecordType, Delimiter
2335
+ # parameter_name: "LambdaArn", # required, accepts LambdaArn, NumberOfRetries, MetadataExtractionQuery, JsonParsingEngine, RoleArn, BufferSizeInMBs, BufferIntervalInSeconds, SubRecordType, Delimiter, CompressionFormat
2291
2336
  # parameter_value: "ProcessorParameterValue", # required
2292
2337
  # },
2293
2338
  # ],
@@ -2363,10 +2408,10 @@ module Aws::Firehose
2363
2408
  # enabled: false,
2364
2409
  # processors: [
2365
2410
  # {
2366
- # type: "RecordDeAggregation", # required, accepts RecordDeAggregation, Lambda, MetadataExtraction, AppendDelimiterToRecord
2411
+ # type: "RecordDeAggregation", # required, accepts RecordDeAggregation, Decompression, Lambda, MetadataExtraction, AppendDelimiterToRecord
2367
2412
  # parameters: [
2368
2413
  # {
2369
- # parameter_name: "LambdaArn", # required, accepts LambdaArn, NumberOfRetries, MetadataExtractionQuery, JsonParsingEngine, RoleArn, BufferSizeInMBs, BufferIntervalInSeconds, SubRecordType, Delimiter
2414
+ # parameter_name: "LambdaArn", # required, accepts LambdaArn, NumberOfRetries, MetadataExtractionQuery, JsonParsingEngine, RoleArn, BufferSizeInMBs, BufferIntervalInSeconds, SubRecordType, Delimiter, CompressionFormat
2370
2415
  # parameter_value: "ProcessorParameterValue", # required
2371
2416
  # },
2372
2417
  # ],
@@ -2422,10 +2467,10 @@ module Aws::Firehose
2422
2467
  # enabled: false,
2423
2468
  # processors: [
2424
2469
  # {
2425
- # type: "RecordDeAggregation", # required, accepts RecordDeAggregation, Lambda, MetadataExtraction, AppendDelimiterToRecord
2470
+ # type: "RecordDeAggregation", # required, accepts RecordDeAggregation, Decompression, Lambda, MetadataExtraction, AppendDelimiterToRecord
2426
2471
  # parameters: [
2427
2472
  # {
2428
- # parameter_name: "LambdaArn", # required, accepts LambdaArn, NumberOfRetries, MetadataExtractionQuery, JsonParsingEngine, RoleArn, BufferSizeInMBs, BufferIntervalInSeconds, SubRecordType, Delimiter
2473
+ # parameter_name: "LambdaArn", # required, accepts LambdaArn, NumberOfRetries, MetadataExtractionQuery, JsonParsingEngine, RoleArn, BufferSizeInMBs, BufferIntervalInSeconds, SubRecordType, Delimiter, CompressionFormat
2429
2474
  # parameter_value: "ProcessorParameterValue", # required
2430
2475
  # },
2431
2476
  # ],
@@ -2476,10 +2521,10 @@ module Aws::Firehose
2476
2521
  # enabled: false,
2477
2522
  # processors: [
2478
2523
  # {
2479
- # type: "RecordDeAggregation", # required, accepts RecordDeAggregation, Lambda, MetadataExtraction, AppendDelimiterToRecord
2524
+ # type: "RecordDeAggregation", # required, accepts RecordDeAggregation, Decompression, Lambda, MetadataExtraction, AppendDelimiterToRecord
2480
2525
  # parameters: [
2481
2526
  # {
2482
- # parameter_name: "LambdaArn", # required, accepts LambdaArn, NumberOfRetries, MetadataExtractionQuery, JsonParsingEngine, RoleArn, BufferSizeInMBs, BufferIntervalInSeconds, SubRecordType, Delimiter
2527
+ # parameter_name: "LambdaArn", # required, accepts LambdaArn, NumberOfRetries, MetadataExtractionQuery, JsonParsingEngine, RoleArn, BufferSizeInMBs, BufferIntervalInSeconds, SubRecordType, Delimiter, CompressionFormat
2483
2528
  # parameter_value: "ProcessorParameterValue", # required
2484
2529
  # },
2485
2530
  # ],
@@ -2520,10 +2565,10 @@ module Aws::Firehose
2520
2565
  # enabled: false,
2521
2566
  # processors: [
2522
2567
  # {
2523
- # type: "RecordDeAggregation", # required, accepts RecordDeAggregation, Lambda, MetadataExtraction, AppendDelimiterToRecord
2568
+ # type: "RecordDeAggregation", # required, accepts RecordDeAggregation, Decompression, Lambda, MetadataExtraction, AppendDelimiterToRecord
2524
2569
  # parameters: [
2525
2570
  # {
2526
- # parameter_name: "LambdaArn", # required, accepts LambdaArn, NumberOfRetries, MetadataExtractionQuery, JsonParsingEngine, RoleArn, BufferSizeInMBs, BufferIntervalInSeconds, SubRecordType, Delimiter
2571
+ # parameter_name: "LambdaArn", # required, accepts LambdaArn, NumberOfRetries, MetadataExtractionQuery, JsonParsingEngine, RoleArn, BufferSizeInMBs, BufferIntervalInSeconds, SubRecordType, Delimiter, CompressionFormat
2527
2572
  # parameter_value: "ProcessorParameterValue", # required
2528
2573
  # },
2529
2574
  # ],
@@ -2595,10 +2640,10 @@ module Aws::Firehose
2595
2640
  # enabled: false,
2596
2641
  # processors: [
2597
2642
  # {
2598
- # type: "RecordDeAggregation", # required, accepts RecordDeAggregation, Lambda, MetadataExtraction, AppendDelimiterToRecord
2643
+ # type: "RecordDeAggregation", # required, accepts RecordDeAggregation, Decompression, Lambda, MetadataExtraction, AppendDelimiterToRecord
2599
2644
  # parameters: [
2600
2645
  # {
2601
- # parameter_name: "LambdaArn", # required, accepts LambdaArn, NumberOfRetries, MetadataExtractionQuery, JsonParsingEngine, RoleArn, BufferSizeInMBs, BufferIntervalInSeconds, SubRecordType, Delimiter
2646
+ # parameter_name: "LambdaArn", # required, accepts LambdaArn, NumberOfRetries, MetadataExtractionQuery, JsonParsingEngine, RoleArn, BufferSizeInMBs, BufferIntervalInSeconds, SubRecordType, Delimiter, CompressionFormat
2602
2647
  # parameter_value: "ProcessorParameterValue", # required
2603
2648
  # },
2604
2649
  # ],
@@ -2635,7 +2680,7 @@ module Aws::Firehose
2635
2680
  params: params,
2636
2681
  config: config)
2637
2682
  context[:gem_name] = 'aws-sdk-firehose'
2638
- context[:gem_version] = '1.57.0'
2683
+ context[:gem_version] = '1.58.0'
2639
2684
  Seahorse::Client::Request.new(handlers, context)
2640
2685
  end
2641
2686
 
@@ -39,6 +39,7 @@ module Aws::Firehose
39
39
  AmazonopensearchserviceRetryOptions = Shapes::StructureShape.new(name: 'AmazonopensearchserviceRetryOptions')
40
40
  AmazonopensearchserviceS3BackupMode = Shapes::StringShape.new(name: 'AmazonopensearchserviceS3BackupMode')
41
41
  AmazonopensearchserviceTypeName = Shapes::StringShape.new(name: 'AmazonopensearchserviceTypeName')
42
+ AuthenticationConfiguration = Shapes::StructureShape.new(name: 'AuthenticationConfiguration')
42
43
  BlockSizeBytes = Shapes::IntegerShape.new(name: 'BlockSizeBytes')
43
44
  BooleanObject = Shapes::BooleanShape.new(name: 'BooleanObject')
44
45
  BucketARN = Shapes::StringShape.new(name: 'BucketARN')
@@ -48,6 +49,7 @@ module Aws::Firehose
48
49
  ColumnToJsonKeyMappings = Shapes::MapShape.new(name: 'ColumnToJsonKeyMappings')
49
50
  CompressionFormat = Shapes::StringShape.new(name: 'CompressionFormat')
50
51
  ConcurrentModificationException = Shapes::StructureShape.new(name: 'ConcurrentModificationException')
52
+ Connectivity = Shapes::StringShape.new(name: 'Connectivity')
51
53
  ContentEncoding = Shapes::StringShape.new(name: 'ContentEncoding')
52
54
  CopyCommand = Shapes::StructureShape.new(name: 'CopyCommand')
53
55
  CopyOptions = Shapes::StringShape.new(name: 'CopyOptions')
@@ -148,6 +150,9 @@ module Aws::Firehose
148
150
  ListTagsForDeliveryStreamOutputTagList = Shapes::ListShape.new(name: 'ListTagsForDeliveryStreamOutputTagList')
149
151
  LogGroupName = Shapes::StringShape.new(name: 'LogGroupName')
150
152
  LogStreamName = Shapes::StringShape.new(name: 'LogStreamName')
153
+ MSKClusterARN = Shapes::StringShape.new(name: 'MSKClusterARN')
154
+ MSKSourceConfiguration = Shapes::StructureShape.new(name: 'MSKSourceConfiguration')
155
+ MSKSourceDescription = Shapes::StructureShape.new(name: 'MSKSourceDescription')
151
156
  NoEncryptionConfig = Shapes::StringShape.new(name: 'NoEncryptionConfig')
152
157
  NonEmptyString = Shapes::StringShape.new(name: 'NonEmptyString')
153
158
  NonEmptyStringWithoutWhitespace = Shapes::StringShape.new(name: 'NonEmptyStringWithoutWhitespace')
@@ -223,6 +228,7 @@ module Aws::Firehose
223
228
  TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
224
229
  TagValue = Shapes::StringShape.new(name: 'TagValue')
225
230
  Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
231
+ TopicName = Shapes::StringShape.new(name: 'TopicName')
226
232
  UntagDeliveryStreamInput = Shapes::StructureShape.new(name: 'UntagDeliveryStreamInput')
227
233
  UntagDeliveryStreamOutput = Shapes::StructureShape.new(name: 'UntagDeliveryStreamOutput')
228
234
  UpdateDestinationInput = Shapes::StructureShape.new(name: 'UpdateDestinationInput')
@@ -325,6 +331,10 @@ module Aws::Firehose
325
331
  AmazonopensearchserviceRetryOptions.add_member(:duration_in_seconds, Shapes::ShapeRef.new(shape: AmazonopensearchserviceRetryDurationInSeconds, location_name: "DurationInSeconds"))
326
332
  AmazonopensearchserviceRetryOptions.struct_class = Types::AmazonopensearchserviceRetryOptions
327
333
 
334
+ AuthenticationConfiguration.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, required: true, location_name: "RoleARN"))
335
+ AuthenticationConfiguration.add_member(:connectivity, Shapes::ShapeRef.new(shape: Connectivity, required: true, location_name: "Connectivity"))
336
+ AuthenticationConfiguration.struct_class = Types::AuthenticationConfiguration
337
+
328
338
  BufferingHints.add_member(:size_in_m_bs, Shapes::ShapeRef.new(shape: SizeInMBs, location_name: "SizeInMBs"))
329
339
  BufferingHints.add_member(:interval_in_seconds, Shapes::ShapeRef.new(shape: IntervalInSeconds, location_name: "IntervalInSeconds"))
330
340
  BufferingHints.struct_class = Types::BufferingHints
@@ -358,6 +368,7 @@ module Aws::Firehose
358
368
  CreateDeliveryStreamInput.add_member(:http_endpoint_destination_configuration, Shapes::ShapeRef.new(shape: HttpEndpointDestinationConfiguration, location_name: "HttpEndpointDestinationConfiguration"))
359
369
  CreateDeliveryStreamInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagDeliveryStreamInputTagList, location_name: "Tags"))
360
370
  CreateDeliveryStreamInput.add_member(:amazon_open_search_serverless_destination_configuration, Shapes::ShapeRef.new(shape: AmazonOpenSearchServerlessDestinationConfiguration, location_name: "AmazonOpenSearchServerlessDestinationConfiguration"))
371
+ CreateDeliveryStreamInput.add_member(:msk_source_configuration, Shapes::ShapeRef.new(shape: MSKSourceConfiguration, location_name: "MSKSourceConfiguration"))
361
372
  CreateDeliveryStreamInput.struct_class = Types::CreateDeliveryStreamInput
362
373
 
363
374
  CreateDeliveryStreamOutput.add_member(:delivery_stream_arn, Shapes::ShapeRef.new(shape: DeliveryStreamARN, location_name: "DeliveryStreamARN"))
@@ -650,6 +661,17 @@ module Aws::Firehose
650
661
 
651
662
  ListTagsForDeliveryStreamOutputTagList.member = Shapes::ShapeRef.new(shape: Tag)
652
663
 
664
+ MSKSourceConfiguration.add_member(:msk_cluster_arn, Shapes::ShapeRef.new(shape: MSKClusterARN, required: true, location_name: "MSKClusterARN"))
665
+ MSKSourceConfiguration.add_member(:topic_name, Shapes::ShapeRef.new(shape: TopicName, required: true, location_name: "TopicName"))
666
+ MSKSourceConfiguration.add_member(:authentication_configuration, Shapes::ShapeRef.new(shape: AuthenticationConfiguration, required: true, location_name: "AuthenticationConfiguration"))
667
+ MSKSourceConfiguration.struct_class = Types::MSKSourceConfiguration
668
+
669
+ MSKSourceDescription.add_member(:msk_cluster_arn, Shapes::ShapeRef.new(shape: MSKClusterARN, location_name: "MSKClusterARN"))
670
+ MSKSourceDescription.add_member(:topic_name, Shapes::ShapeRef.new(shape: TopicName, location_name: "TopicName"))
671
+ MSKSourceDescription.add_member(:authentication_configuration, Shapes::ShapeRef.new(shape: AuthenticationConfiguration, location_name: "AuthenticationConfiguration"))
672
+ MSKSourceDescription.add_member(:delivery_start_timestamp, Shapes::ShapeRef.new(shape: DeliveryStartTimestamp, location_name: "DeliveryStartTimestamp"))
673
+ MSKSourceDescription.struct_class = Types::MSKSourceDescription
674
+
653
675
  OpenXJsonSerDe.add_member(:convert_dots_in_json_keys_to_underscores, Shapes::ShapeRef.new(shape: BooleanObject, location_name: "ConvertDotsInJsonKeysToUnderscores"))
654
676
  OpenXJsonSerDe.add_member(:case_insensitive, Shapes::ShapeRef.new(shape: BooleanObject, location_name: "CaseInsensitive"))
655
677
  OpenXJsonSerDe.add_member(:column_to_json_key_mappings, Shapes::ShapeRef.new(shape: ColumnToJsonKeyMappings, location_name: "ColumnToJsonKeyMappings"))
@@ -821,6 +843,7 @@ module Aws::Firehose
821
843
  ServiceUnavailableException.struct_class = Types::ServiceUnavailableException
822
844
 
823
845
  SourceDescription.add_member(:kinesis_stream_source_description, Shapes::ShapeRef.new(shape: KinesisStreamSourceDescription, location_name: "KinesisStreamSourceDescription"))
846
+ SourceDescription.add_member(:msk_source_description, Shapes::ShapeRef.new(shape: MSKSourceDescription, location_name: "MSKSourceDescription"))
824
847
  SourceDescription.struct_class = Types::SourceDescription
825
848
 
826
849
  SplunkDestinationConfiguration.add_member(:hec_endpoint, Shapes::ShapeRef.new(shape: HECEndpoint, required: true, location_name: "HECEndpoint"))
@@ -583,6 +583,25 @@ module Aws::Firehose
583
583
  include Aws::Structure
584
584
  end
585
585
 
586
+ # The authentication configuration of the Amazon MSK cluster.
587
+ #
588
+ # @!attribute [rw] role_arn
589
+ # The ARN of the role used to access the Amazon MSK cluster.
590
+ # @return [String]
591
+ #
592
+ # @!attribute [rw] connectivity
593
+ # The type of connectivity used to access the Amazon MSK cluster.
594
+ # @return [String]
595
+ #
596
+ # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/AuthenticationConfiguration AWS API Documentation
597
+ #
598
+ class AuthenticationConfiguration < Struct.new(
599
+ :role_arn,
600
+ :connectivity)
601
+ SENSITIVE = []
602
+ include Aws::Structure
603
+ end
604
+
586
605
  # Describes hints for the buffering to perform before delivering data to
587
606
  # the destination. These options are treated as hints, and therefore
588
607
  # Kinesis Data Firehose might choose to use different values when it is
@@ -794,6 +813,11 @@ module Aws::Firehose
794
813
  # Service. You can specify only one destination.
795
814
  # @return [Types::AmazonOpenSearchServerlessDestinationConfiguration]
796
815
  #
816
+ # @!attribute [rw] msk_source_configuration
817
+ # The configuration for the Amazon MSK cluster to be used as the
818
+ # source for a delivery stream.
819
+ # @return [Types::MSKSourceConfiguration]
820
+ #
797
821
  # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/CreateDeliveryStreamInput AWS API Documentation
798
822
  #
799
823
  class CreateDeliveryStreamInput < Struct.new(
@@ -809,7 +833,8 @@ module Aws::Firehose
809
833
  :splunk_destination_configuration,
810
834
  :http_endpoint_destination_configuration,
811
835
  :tags,
812
- :amazon_open_search_serverless_destination_configuration)
836
+ :amazon_open_search_serverless_destination_configuration,
837
+ :msk_source_configuration)
813
838
  SENSITIVE = []
814
839
  include Aws::Structure
815
840
  end
@@ -2685,6 +2710,62 @@ module Aws::Firehose
2685
2710
  include Aws::Structure
2686
2711
  end
2687
2712
 
2713
+ # The configuration for the Amazon MSK cluster to be used as the source
2714
+ # for a delivery stream.
2715
+ #
2716
+ # @!attribute [rw] msk_cluster_arn
2717
+ # The ARN of the Amazon MSK cluster.
2718
+ # @return [String]
2719
+ #
2720
+ # @!attribute [rw] topic_name
2721
+ # The topic name within the Amazon MSK cluster.
2722
+ # @return [String]
2723
+ #
2724
+ # @!attribute [rw] authentication_configuration
2725
+ # The authentication configuration of the Amazon MSK cluster.
2726
+ # @return [Types::AuthenticationConfiguration]
2727
+ #
2728
+ # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/MSKSourceConfiguration AWS API Documentation
2729
+ #
2730
+ class MSKSourceConfiguration < Struct.new(
2731
+ :msk_cluster_arn,
2732
+ :topic_name,
2733
+ :authentication_configuration)
2734
+ SENSITIVE = []
2735
+ include Aws::Structure
2736
+ end
2737
+
2738
+ # Details about the Amazon MSK cluster used as the source for a Kinesis
2739
+ # Data Firehose delivery stream.
2740
+ #
2741
+ # @!attribute [rw] msk_cluster_arn
2742
+ # The ARN of the Amazon MSK cluster.
2743
+ # @return [String]
2744
+ #
2745
+ # @!attribute [rw] topic_name
2746
+ # The topic name within the Amazon MSK cluster.
2747
+ # @return [String]
2748
+ #
2749
+ # @!attribute [rw] authentication_configuration
2750
+ # The authentication configuration of the Amazon MSK cluster.
2751
+ # @return [Types::AuthenticationConfiguration]
2752
+ #
2753
+ # @!attribute [rw] delivery_start_timestamp
2754
+ # Kinesis Data Firehose starts retrieving records from the topic
2755
+ # within the Amazon MSK cluster starting with this timestamp.
2756
+ # @return [Time]
2757
+ #
2758
+ # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/MSKSourceDescription AWS API Documentation
2759
+ #
2760
+ class MSKSourceDescription < Struct.new(
2761
+ :msk_cluster_arn,
2762
+ :topic_name,
2763
+ :authentication_configuration,
2764
+ :delivery_start_timestamp)
2765
+ SENSITIVE = []
2766
+ include Aws::Structure
2767
+ end
2768
+
2688
2769
  # The OpenX SerDe. Used by Kinesis Data Firehose for deserializing data,
2689
2770
  # which means converting it from the JSON format in preparation for
2690
2771
  # serializing it to the Parquet or ORC format. This is one of two
@@ -3735,10 +3816,16 @@ module Aws::Firehose
3735
3816
  # stream.
3736
3817
  # @return [Types::KinesisStreamSourceDescription]
3737
3818
  #
3819
+ # @!attribute [rw] msk_source_description
3820
+ # The configuration description for the Amazon MSK cluster to be used
3821
+ # as the source for a delivery stream.
3822
+ # @return [Types::MSKSourceDescription]
3823
+ #
3738
3824
  # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/SourceDescription AWS API Documentation
3739
3825
  #
3740
3826
  class SourceDescription < Struct.new(
3741
- :kinesis_stream_source_description)
3827
+ :kinesis_stream_source_description,
3828
+ :msk_source_description)
3742
3829
  SENSITIVE = []
3743
3830
  include Aws::Structure
3744
3831
  end
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-firehose/customizations'
52
52
  # @!group service
53
53
  module Aws::Firehose
54
54
 
55
- GEM_VERSION = '1.57.0'
55
+ GEM_VERSION = '1.58.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-firehose
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.57.0
4
+ version: 1.58.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-09-13 00:00:00.000000000 Z
11
+ date: 2023-09-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.177.0
22
+ version: 3.184.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.177.0
32
+ version: 3.184.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement