aws-sdk-firehose 1.56.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: 0da346ba8bdcd741060e0f32b547e35151b4c21f1d1f9dae3b1870192a1cde2b
4
- data.tar.gz: a9a31b4ec14e51b1b7570ee0efc87736ecc044d2bbca963b29c020132a2d90be
3
+ metadata.gz: 92168430eab17677ec183117d36b0f35e7ebee69c3a7f29c470259fbc7914b43
4
+ data.tar.gz: 9561493f2fe8f911d3b723b0b200b454d6715280bee673d754c9eeb37748b134
5
5
  SHA512:
6
- metadata.gz: a76090e790e75fcb9bab58a987b459563745893b4816ba89bc9faad1fb0c3f61ad7a1d15409cfdd276379c8e3bb870ab9dfe00e2f75f3b2726e01649d5cdfa14
7
- data.tar.gz: d02e2228f80ad285eefebb3e946b8293643ffb9e1115bac473f54c93d85d3e7537e263240f91822ebf8f1650d933359b875c746d21f56ecca7606b9e9e3d1b48
6
+ metadata.gz: 8b657e186e7ac20cedda5306601cc28024392af5ea5daab3953a93ac2a96e41bdb2fea95b201a8ec2f932dce8bccc2e6d3f35f1867893dc02a9f6b842689f189
7
+ data.tar.gz: 027b2d85de0633f8624e176303a54be61fc23c66534868941521cfd0fbe2ddfaff76a823d180d517a40357a4a5d4aa851312e57d1b7fcd0014d3fde52ac02235
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.57.0 (2023-09-13)
10
+ ------------------
11
+
12
+ * Feature - DocumentIdOptions has been added for the Amazon OpenSearch destination.
13
+
4
14
  1.56.0 (2023-07-11)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.56.0
1
+ 1.58.0
@@ -430,9 +430,13 @@ module Aws::Firehose
430
430
  # turn on SSE for an existing delivery stream that doesn't have SSE
431
431
  # enabled.
432
432
  #
433
- # A delivery stream is configured with a single destination: Amazon S3,
434
- # Amazon ES, Amazon Redshift, or Splunk. You must specify only one of
435
- # the following destination configuration parameters:
433
+ # A delivery stream is configured with a single destination, such as
434
+ # Amazon Simple Storage Service (Amazon S3), Amazon Redshift, Amazon
435
+ # OpenSearch Service, Amazon OpenSearch Serverless, Splunk, and any
436
+ # custom HTTP endpoint or HTTP endpoints owned by or supported by
437
+ # third-party service providers, including Datadog, Dynatrace,
438
+ # LogicMonitor, MongoDB, New Relic, and Sumo Logic. You must specify
439
+ # only one of the following destination configuration parameters:
436
440
  # `ExtendedS3DestinationConfiguration`, `S3DestinationConfiguration`,
437
441
  # `ElasticsearchDestinationConfiguration`,
438
442
  # `RedshiftDestinationConfiguration`, or
@@ -549,6 +553,10 @@ module Aws::Firehose
549
553
  # The destination in the Serverless offering for Amazon OpenSearch
550
554
  # Service. You can specify only one destination.
551
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
+ #
552
560
  # @return [Types::CreateDeliveryStreamOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
553
561
  #
554
562
  # * {Types::CreateDeliveryStreamOutput#delivery_stream_arn #delivery_stream_arn} => String
@@ -557,7 +565,7 @@ module Aws::Firehose
557
565
  #
558
566
  # resp = client.create_delivery_stream({
559
567
  # delivery_stream_name: "DeliveryStreamName", # required
560
- # delivery_stream_type: "DirectPut", # accepts DirectPut, KinesisStreamAsSource
568
+ # delivery_stream_type: "DirectPut", # accepts DirectPut, KinesisStreamAsSource, MSKAsSource
561
569
  # kinesis_stream_source_configuration: {
562
570
  # kinesis_stream_arn: "KinesisStreamARN", # required
563
571
  # role_arn: "RoleARN", # required
@@ -613,10 +621,10 @@ module Aws::Firehose
613
621
  # enabled: false,
614
622
  # processors: [
615
623
  # {
616
- # type: "RecordDeAggregation", # required, accepts RecordDeAggregation, Lambda, MetadataExtraction, AppendDelimiterToRecord
624
+ # type: "RecordDeAggregation", # required, accepts RecordDeAggregation, Decompression, Lambda, MetadataExtraction, AppendDelimiterToRecord
617
625
  # parameters: [
618
626
  # {
619
- # 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
620
628
  # parameter_value: "ProcessorParameterValue", # required
621
629
  # },
622
630
  # ],
@@ -741,10 +749,10 @@ module Aws::Firehose
741
749
  # enabled: false,
742
750
  # processors: [
743
751
  # {
744
- # type: "RecordDeAggregation", # required, accepts RecordDeAggregation, Lambda, MetadataExtraction, AppendDelimiterToRecord
752
+ # type: "RecordDeAggregation", # required, accepts RecordDeAggregation, Decompression, Lambda, MetadataExtraction, AppendDelimiterToRecord
745
753
  # parameters: [
746
754
  # {
747
- # 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
748
756
  # parameter_value: "ProcessorParameterValue", # required
749
757
  # },
750
758
  # ],
@@ -821,10 +829,10 @@ module Aws::Firehose
821
829
  # enabled: false,
822
830
  # processors: [
823
831
  # {
824
- # type: "RecordDeAggregation", # required, accepts RecordDeAggregation, Lambda, MetadataExtraction, AppendDelimiterToRecord
832
+ # type: "RecordDeAggregation", # required, accepts RecordDeAggregation, Decompression, Lambda, MetadataExtraction, AppendDelimiterToRecord
825
833
  # parameters: [
826
834
  # {
827
- # 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
828
836
  # parameter_value: "ProcessorParameterValue", # required
829
837
  # },
830
838
  # ],
@@ -841,6 +849,9 @@ module Aws::Firehose
841
849
  # role_arn: "RoleARN", # required
842
850
  # security_group_ids: ["NonEmptyStringWithoutWhitespace"], # required
843
851
  # },
852
+ # document_id_options: {
853
+ # default_document_id_format: "FIREHOSE_DEFAULT", # required, accepts FIREHOSE_DEFAULT, NO_DOCUMENT_ID
854
+ # },
844
855
  # },
845
856
  # amazonopensearchservice_destination_configuration: {
846
857
  # role_arn: "RoleARN", # required
@@ -883,10 +894,10 @@ module Aws::Firehose
883
894
  # enabled: false,
884
895
  # processors: [
885
896
  # {
886
- # type: "RecordDeAggregation", # required, accepts RecordDeAggregation, Lambda, MetadataExtraction, AppendDelimiterToRecord
897
+ # type: "RecordDeAggregation", # required, accepts RecordDeAggregation, Decompression, Lambda, MetadataExtraction, AppendDelimiterToRecord
887
898
  # parameters: [
888
899
  # {
889
- # 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
890
901
  # parameter_value: "ProcessorParameterValue", # required
891
902
  # },
892
903
  # ],
@@ -903,6 +914,9 @@ module Aws::Firehose
903
914
  # role_arn: "RoleARN", # required
904
915
  # security_group_ids: ["NonEmptyStringWithoutWhitespace"], # required
905
916
  # },
917
+ # document_id_options: {
918
+ # default_document_id_format: "FIREHOSE_DEFAULT", # required, accepts FIREHOSE_DEFAULT, NO_DOCUMENT_ID
919
+ # },
906
920
  # },
907
921
  # splunk_destination_configuration: {
908
922
  # hec_endpoint: "HECEndpoint", # required
@@ -939,10 +953,10 @@ module Aws::Firehose
939
953
  # enabled: false,
940
954
  # processors: [
941
955
  # {
942
- # type: "RecordDeAggregation", # required, accepts RecordDeAggregation, Lambda, MetadataExtraction, AppendDelimiterToRecord
956
+ # type: "RecordDeAggregation", # required, accepts RecordDeAggregation, Decompression, Lambda, MetadataExtraction, AppendDelimiterToRecord
943
957
  # parameters: [
944
958
  # {
945
- # 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
946
960
  # parameter_value: "ProcessorParameterValue", # required
947
961
  # },
948
962
  # ],
@@ -983,10 +997,10 @@ module Aws::Firehose
983
997
  # enabled: false,
984
998
  # processors: [
985
999
  # {
986
- # type: "RecordDeAggregation", # required, accepts RecordDeAggregation, Lambda, MetadataExtraction, AppendDelimiterToRecord
1000
+ # type: "RecordDeAggregation", # required, accepts RecordDeAggregation, Decompression, Lambda, MetadataExtraction, AppendDelimiterToRecord
987
1001
  # parameters: [
988
1002
  # {
989
- # 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
990
1004
  # parameter_value: "ProcessorParameterValue", # required
991
1005
  # },
992
1006
  # ],
@@ -1065,10 +1079,10 @@ module Aws::Firehose
1065
1079
  # enabled: false,
1066
1080
  # processors: [
1067
1081
  # {
1068
- # type: "RecordDeAggregation", # required, accepts RecordDeAggregation, Lambda, MetadataExtraction, AppendDelimiterToRecord
1082
+ # type: "RecordDeAggregation", # required, accepts RecordDeAggregation, Decompression, Lambda, MetadataExtraction, AppendDelimiterToRecord
1069
1083
  # parameters: [
1070
1084
  # {
1071
- # 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
1072
1086
  # parameter_value: "ProcessorParameterValue", # required
1073
1087
  # },
1074
1088
  # ],
@@ -1086,6 +1100,14 @@ module Aws::Firehose
1086
1100
  # security_group_ids: ["NonEmptyStringWithoutWhitespace"], # required
1087
1101
  # },
1088
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
+ # },
1089
1111
  # })
1090
1112
  #
1091
1113
  # @example Response structure
@@ -1201,13 +1223,18 @@ module Aws::Firehose
1201
1223
  # resp.delivery_stream_description.delivery_stream_encryption_configuration.status #=> String, one of "ENABLED", "ENABLING", "ENABLING_FAILED", "DISABLED", "DISABLING", "DISABLING_FAILED"
1202
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"
1203
1225
  # resp.delivery_stream_description.delivery_stream_encryption_configuration.failure_description.details #=> String
1204
- # 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"
1205
1227
  # resp.delivery_stream_description.version_id #=> String
1206
1228
  # resp.delivery_stream_description.create_timestamp #=> Time
1207
1229
  # resp.delivery_stream_description.last_update_timestamp #=> Time
1208
1230
  # resp.delivery_stream_description.source.kinesis_stream_source_description.kinesis_stream_arn #=> String
1209
1231
  # resp.delivery_stream_description.source.kinesis_stream_source_description.role_arn #=> String
1210
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
1211
1238
  # resp.delivery_stream_description.destinations #=> Array
1212
1239
  # resp.delivery_stream_description.destinations[0].destination_id #=> String
1213
1240
  # resp.delivery_stream_description.destinations[0].s3_destination_description.role_arn #=> String
@@ -1236,9 +1263,9 @@ module Aws::Firehose
1236
1263
  # resp.delivery_stream_description.destinations[0].extended_s3_destination_description.cloud_watch_logging_options.log_stream_name #=> String
1237
1264
  # resp.delivery_stream_description.destinations[0].extended_s3_destination_description.processing_configuration.enabled #=> Boolean
1238
1265
  # resp.delivery_stream_description.destinations[0].extended_s3_destination_description.processing_configuration.processors #=> Array
1239
- # 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"
1240
1267
  # resp.delivery_stream_description.destinations[0].extended_s3_destination_description.processing_configuration.processors[0].parameters #=> Array
1241
- # 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"
1242
1269
  # resp.delivery_stream_description.destinations[0].extended_s3_destination_description.processing_configuration.processors[0].parameters[0].parameter_value #=> String
1243
1270
  # resp.delivery_stream_description.destinations[0].extended_s3_destination_description.s3_backup_mode #=> String, one of "Disabled", "Enabled"
1244
1271
  # resp.delivery_stream_description.destinations[0].extended_s3_destination_description.s3_backup_description.role_arn #=> String
@@ -1306,9 +1333,9 @@ module Aws::Firehose
1306
1333
  # resp.delivery_stream_description.destinations[0].redshift_destination_description.s3_destination_description.cloud_watch_logging_options.log_stream_name #=> String
1307
1334
  # resp.delivery_stream_description.destinations[0].redshift_destination_description.processing_configuration.enabled #=> Boolean
1308
1335
  # resp.delivery_stream_description.destinations[0].redshift_destination_description.processing_configuration.processors #=> Array
1309
- # 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"
1310
1337
  # resp.delivery_stream_description.destinations[0].redshift_destination_description.processing_configuration.processors[0].parameters #=> Array
1311
- # 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"
1312
1339
  # resp.delivery_stream_description.destinations[0].redshift_destination_description.processing_configuration.processors[0].parameters[0].parameter_value #=> String
1313
1340
  # resp.delivery_stream_description.destinations[0].redshift_destination_description.s3_backup_mode #=> String, one of "Disabled", "Enabled"
1314
1341
  # resp.delivery_stream_description.destinations[0].redshift_destination_description.s3_backup_description.role_arn #=> String
@@ -1350,9 +1377,9 @@ module Aws::Firehose
1350
1377
  # resp.delivery_stream_description.destinations[0].elasticsearch_destination_description.s3_destination_description.cloud_watch_logging_options.log_stream_name #=> String
1351
1378
  # resp.delivery_stream_description.destinations[0].elasticsearch_destination_description.processing_configuration.enabled #=> Boolean
1352
1379
  # resp.delivery_stream_description.destinations[0].elasticsearch_destination_description.processing_configuration.processors #=> Array
1353
- # 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"
1354
1381
  # resp.delivery_stream_description.destinations[0].elasticsearch_destination_description.processing_configuration.processors[0].parameters #=> Array
1355
- # 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"
1356
1383
  # resp.delivery_stream_description.destinations[0].elasticsearch_destination_description.processing_configuration.processors[0].parameters[0].parameter_value #=> String
1357
1384
  # resp.delivery_stream_description.destinations[0].elasticsearch_destination_description.cloud_watch_logging_options.enabled #=> Boolean
1358
1385
  # resp.delivery_stream_description.destinations[0].elasticsearch_destination_description.cloud_watch_logging_options.log_group_name #=> String
@@ -1363,6 +1390,7 @@ module Aws::Firehose
1363
1390
  # resp.delivery_stream_description.destinations[0].elasticsearch_destination_description.vpc_configuration_description.security_group_ids #=> Array
1364
1391
  # resp.delivery_stream_description.destinations[0].elasticsearch_destination_description.vpc_configuration_description.security_group_ids[0] #=> String
1365
1392
  # resp.delivery_stream_description.destinations[0].elasticsearch_destination_description.vpc_configuration_description.vpc_id #=> String
1393
+ # resp.delivery_stream_description.destinations[0].elasticsearch_destination_description.document_id_options.default_document_id_format #=> String, one of "FIREHOSE_DEFAULT", "NO_DOCUMENT_ID"
1366
1394
  # resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.role_arn #=> String
1367
1395
  # resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.domain_arn #=> String
1368
1396
  # resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.cluster_endpoint #=> String
@@ -1387,9 +1415,9 @@ module Aws::Firehose
1387
1415
  # resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.s3_destination_description.cloud_watch_logging_options.log_stream_name #=> String
1388
1416
  # resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.processing_configuration.enabled #=> Boolean
1389
1417
  # resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.processing_configuration.processors #=> Array
1390
- # 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"
1391
1419
  # resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.processing_configuration.processors[0].parameters #=> Array
1392
- # 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"
1393
1421
  # resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.processing_configuration.processors[0].parameters[0].parameter_value #=> String
1394
1422
  # resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.cloud_watch_logging_options.enabled #=> Boolean
1395
1423
  # resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.cloud_watch_logging_options.log_group_name #=> String
@@ -1400,6 +1428,7 @@ module Aws::Firehose
1400
1428
  # resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.vpc_configuration_description.security_group_ids #=> Array
1401
1429
  # resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.vpc_configuration_description.security_group_ids[0] #=> String
1402
1430
  # resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.vpc_configuration_description.vpc_id #=> String
1431
+ # resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.document_id_options.default_document_id_format #=> String, one of "FIREHOSE_DEFAULT", "NO_DOCUMENT_ID"
1403
1432
  # resp.delivery_stream_description.destinations[0].splunk_destination_description.hec_endpoint #=> String
1404
1433
  # resp.delivery_stream_description.destinations[0].splunk_destination_description.hec_endpoint_type #=> String, one of "Raw", "Event"
1405
1434
  # resp.delivery_stream_description.destinations[0].splunk_destination_description.hec_token #=> String
@@ -1420,9 +1449,9 @@ module Aws::Firehose
1420
1449
  # resp.delivery_stream_description.destinations[0].splunk_destination_description.s3_destination_description.cloud_watch_logging_options.log_stream_name #=> String
1421
1450
  # resp.delivery_stream_description.destinations[0].splunk_destination_description.processing_configuration.enabled #=> Boolean
1422
1451
  # resp.delivery_stream_description.destinations[0].splunk_destination_description.processing_configuration.processors #=> Array
1423
- # 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"
1424
1453
  # resp.delivery_stream_description.destinations[0].splunk_destination_description.processing_configuration.processors[0].parameters #=> Array
1425
- # 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"
1426
1455
  # resp.delivery_stream_description.destinations[0].splunk_destination_description.processing_configuration.processors[0].parameters[0].parameter_value #=> String
1427
1456
  # resp.delivery_stream_description.destinations[0].splunk_destination_description.cloud_watch_logging_options.enabled #=> Boolean
1428
1457
  # resp.delivery_stream_description.destinations[0].splunk_destination_description.cloud_watch_logging_options.log_group_name #=> String
@@ -1440,9 +1469,9 @@ module Aws::Firehose
1440
1469
  # resp.delivery_stream_description.destinations[0].http_endpoint_destination_description.request_configuration.common_attributes[0].attribute_value #=> String
1441
1470
  # resp.delivery_stream_description.destinations[0].http_endpoint_destination_description.processing_configuration.enabled #=> Boolean
1442
1471
  # resp.delivery_stream_description.destinations[0].http_endpoint_destination_description.processing_configuration.processors #=> Array
1443
- # 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"
1444
1473
  # resp.delivery_stream_description.destinations[0].http_endpoint_destination_description.processing_configuration.processors[0].parameters #=> Array
1445
- # 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"
1446
1475
  # resp.delivery_stream_description.destinations[0].http_endpoint_destination_description.processing_configuration.processors[0].parameters[0].parameter_value #=> String
1447
1476
  # resp.delivery_stream_description.destinations[0].http_endpoint_destination_description.role_arn #=> String
1448
1477
  # resp.delivery_stream_description.destinations[0].http_endpoint_destination_description.retry_options.duration_in_seconds #=> Integer
@@ -1480,9 +1509,9 @@ module Aws::Firehose
1480
1509
  # resp.delivery_stream_description.destinations[0].amazon_open_search_serverless_destination_description.s3_destination_description.cloud_watch_logging_options.log_stream_name #=> String
1481
1510
  # resp.delivery_stream_description.destinations[0].amazon_open_search_serverless_destination_description.processing_configuration.enabled #=> Boolean
1482
1511
  # resp.delivery_stream_description.destinations[0].amazon_open_search_serverless_destination_description.processing_configuration.processors #=> Array
1483
- # 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"
1484
1513
  # resp.delivery_stream_description.destinations[0].amazon_open_search_serverless_destination_description.processing_configuration.processors[0].parameters #=> Array
1485
- # 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"
1486
1515
  # resp.delivery_stream_description.destinations[0].amazon_open_search_serverless_destination_description.processing_configuration.processors[0].parameters[0].parameter_value #=> String
1487
1516
  # resp.delivery_stream_description.destinations[0].amazon_open_search_serverless_destination_description.cloud_watch_logging_options.enabled #=> Boolean
1488
1517
  # resp.delivery_stream_description.destinations[0].amazon_open_search_serverless_destination_description.cloud_watch_logging_options.log_group_name #=> String
@@ -1546,7 +1575,7 @@ module Aws::Firehose
1546
1575
  #
1547
1576
  # resp = client.list_delivery_streams({
1548
1577
  # limit: 1,
1549
- # delivery_stream_type: "DirectPut", # accepts DirectPut, KinesisStreamAsSource
1578
+ # delivery_stream_type: "DirectPut", # accepts DirectPut, KinesisStreamAsSource, MSKAsSource
1550
1579
  # exclusive_start_delivery_stream_name: "DeliveryStreamName",
1551
1580
  # })
1552
1581
  #
@@ -1623,6 +1652,13 @@ module Aws::Firehose
1623
1652
  # limits and how to request an increase, see [Amazon Kinesis Data
1624
1653
  # Firehose Limits][1].
1625
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
+ #
1626
1662
  # You must specify the name of the delivery stream and the data record
1627
1663
  # when using PutRecord. The data record consists of a data blob that can
1628
1664
  # be up to 1,000 KiB in size, and any kind of data. For example, it can
@@ -1641,8 +1677,13 @@ module Aws::Firehose
1641
1677
  # for purposes such as auditability and investigation.
1642
1678
  #
1643
1679
  # If the `PutRecord` operation throws a `ServiceUnavailableException`,
1644
- # back off and retry. If the exception persists, it is possible that the
1645
- # 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.
1646
1687
  #
1647
1688
  # Data records sent to Kinesis Data Firehose are stored for 24 hours
1648
1689
  # from the time they are added to a delivery stream as it tries to send
@@ -1697,6 +1738,13 @@ module Aws::Firehose
1697
1738
  # use PutRecord. Applications using these operations are referred to as
1698
1739
  # producers.
1699
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
+ #
1700
1748
  # For information about service quota, see [Amazon Kinesis Data Firehose
1701
1749
  # Quota][1].
1702
1750
  #
@@ -1746,9 +1794,14 @@ module Aws::Firehose
1746
1794
  # and also reduces the total bytes sent (and corresponding charges). We
1747
1795
  # recommend that you handle any duplicates at the destination.
1748
1796
  #
1749
- # If PutRecordBatch throws `ServiceUnavailableException`, back off and
1750
- # retry. If the exception persists, it is possible that the throughput
1751
- # 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.
1752
1805
  #
1753
1806
  # Data records sent to Kinesis Data Firehose are stored for 24 hours
1754
1807
  # from the time they are added to a delivery stream as it attempts to
@@ -1832,6 +1885,10 @@ module Aws::Firehose
1832
1885
  # grant that enables it to use the new CMK to encrypt and decrypt data
1833
1886
  # and to manage the grant.
1834
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
+ #
1835
1892
  # If a delivery stream already has encryption enabled and then you
1836
1893
  # invoke this operation to change the ARN of the CMK or both its type
1837
1894
  # and ARN and you get `ENABLING_FAILED`, this only means that the
@@ -2024,9 +2081,9 @@ module Aws::Firehose
2024
2081
  # continue during this process. The updated configurations are usually
2025
2082
  # effective within a few minutes.
2026
2083
  #
2027
- # Switching between Amazon ES and other services is not supported. For
2028
- # an Amazon ES destination, you can only update to another Amazon ES
2029
- # destination.
2084
+ # Switching between Amazon OpenSearch Service and other services is not
2085
+ # supported. For an Amazon OpenSearch Service destination, you can only
2086
+ # update to another Amazon OpenSearch Service destination.
2030
2087
  #
2031
2088
  # If the destination type is the same, Kinesis Data Firehose merges the
2032
2089
  # configuration parameters specified with the destination configuration
@@ -2144,10 +2201,10 @@ module Aws::Firehose
2144
2201
  # enabled: false,
2145
2202
  # processors: [
2146
2203
  # {
2147
- # type: "RecordDeAggregation", # required, accepts RecordDeAggregation, Lambda, MetadataExtraction, AppendDelimiterToRecord
2204
+ # type: "RecordDeAggregation", # required, accepts RecordDeAggregation, Decompression, Lambda, MetadataExtraction, AppendDelimiterToRecord
2148
2205
  # parameters: [
2149
2206
  # {
2150
- # 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
2151
2208
  # parameter_value: "ProcessorParameterValue", # required
2152
2209
  # },
2153
2210
  # ],
@@ -2272,10 +2329,10 @@ module Aws::Firehose
2272
2329
  # enabled: false,
2273
2330
  # processors: [
2274
2331
  # {
2275
- # type: "RecordDeAggregation", # required, accepts RecordDeAggregation, Lambda, MetadataExtraction, AppendDelimiterToRecord
2332
+ # type: "RecordDeAggregation", # required, accepts RecordDeAggregation, Decompression, Lambda, MetadataExtraction, AppendDelimiterToRecord
2276
2333
  # parameters: [
2277
2334
  # {
2278
- # 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
2279
2336
  # parameter_value: "ProcessorParameterValue", # required
2280
2337
  # },
2281
2338
  # ],
@@ -2351,10 +2408,10 @@ module Aws::Firehose
2351
2408
  # enabled: false,
2352
2409
  # processors: [
2353
2410
  # {
2354
- # type: "RecordDeAggregation", # required, accepts RecordDeAggregation, Lambda, MetadataExtraction, AppendDelimiterToRecord
2411
+ # type: "RecordDeAggregation", # required, accepts RecordDeAggregation, Decompression, Lambda, MetadataExtraction, AppendDelimiterToRecord
2355
2412
  # parameters: [
2356
2413
  # {
2357
- # 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
2358
2415
  # parameter_value: "ProcessorParameterValue", # required
2359
2416
  # },
2360
2417
  # ],
@@ -2366,6 +2423,9 @@ module Aws::Firehose
2366
2423
  # log_group_name: "LogGroupName",
2367
2424
  # log_stream_name: "LogStreamName",
2368
2425
  # },
2426
+ # document_id_options: {
2427
+ # default_document_id_format: "FIREHOSE_DEFAULT", # required, accepts FIREHOSE_DEFAULT, NO_DOCUMENT_ID
2428
+ # },
2369
2429
  # },
2370
2430
  # amazonopensearchservice_destination_update: {
2371
2431
  # role_arn: "RoleARN",
@@ -2407,10 +2467,10 @@ module Aws::Firehose
2407
2467
  # enabled: false,
2408
2468
  # processors: [
2409
2469
  # {
2410
- # type: "RecordDeAggregation", # required, accepts RecordDeAggregation, Lambda, MetadataExtraction, AppendDelimiterToRecord
2470
+ # type: "RecordDeAggregation", # required, accepts RecordDeAggregation, Decompression, Lambda, MetadataExtraction, AppendDelimiterToRecord
2411
2471
  # parameters: [
2412
2472
  # {
2413
- # 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
2414
2474
  # parameter_value: "ProcessorParameterValue", # required
2415
2475
  # },
2416
2476
  # ],
@@ -2422,6 +2482,9 @@ module Aws::Firehose
2422
2482
  # log_group_name: "LogGroupName",
2423
2483
  # log_stream_name: "LogStreamName",
2424
2484
  # },
2485
+ # document_id_options: {
2486
+ # default_document_id_format: "FIREHOSE_DEFAULT", # required, accepts FIREHOSE_DEFAULT, NO_DOCUMENT_ID
2487
+ # },
2425
2488
  # },
2426
2489
  # splunk_destination_update: {
2427
2490
  # hec_endpoint: "HECEndpoint",
@@ -2458,10 +2521,10 @@ module Aws::Firehose
2458
2521
  # enabled: false,
2459
2522
  # processors: [
2460
2523
  # {
2461
- # type: "RecordDeAggregation", # required, accepts RecordDeAggregation, Lambda, MetadataExtraction, AppendDelimiterToRecord
2524
+ # type: "RecordDeAggregation", # required, accepts RecordDeAggregation, Decompression, Lambda, MetadataExtraction, AppendDelimiterToRecord
2462
2525
  # parameters: [
2463
2526
  # {
2464
- # 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
2465
2528
  # parameter_value: "ProcessorParameterValue", # required
2466
2529
  # },
2467
2530
  # ],
@@ -2502,10 +2565,10 @@ module Aws::Firehose
2502
2565
  # enabled: false,
2503
2566
  # processors: [
2504
2567
  # {
2505
- # type: "RecordDeAggregation", # required, accepts RecordDeAggregation, Lambda, MetadataExtraction, AppendDelimiterToRecord
2568
+ # type: "RecordDeAggregation", # required, accepts RecordDeAggregation, Decompression, Lambda, MetadataExtraction, AppendDelimiterToRecord
2506
2569
  # parameters: [
2507
2570
  # {
2508
- # 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
2509
2572
  # parameter_value: "ProcessorParameterValue", # required
2510
2573
  # },
2511
2574
  # ],
@@ -2577,10 +2640,10 @@ module Aws::Firehose
2577
2640
  # enabled: false,
2578
2641
  # processors: [
2579
2642
  # {
2580
- # type: "RecordDeAggregation", # required, accepts RecordDeAggregation, Lambda, MetadataExtraction, AppendDelimiterToRecord
2643
+ # type: "RecordDeAggregation", # required, accepts RecordDeAggregation, Decompression, Lambda, MetadataExtraction, AppendDelimiterToRecord
2581
2644
  # parameters: [
2582
2645
  # {
2583
- # 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
2584
2647
  # parameter_value: "ProcessorParameterValue", # required
2585
2648
  # },
2586
2649
  # ],
@@ -2617,7 +2680,7 @@ module Aws::Firehose
2617
2680
  params: params,
2618
2681
  config: config)
2619
2682
  context[:gem_name] = 'aws-sdk-firehose'
2620
- context[:gem_version] = '1.56.0'
2683
+ context[:gem_version] = '1.58.0'
2621
2684
  Seahorse::Client::Request.new(handlers, context)
2622
2685
  end
2623
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')
@@ -57,6 +59,7 @@ module Aws::Firehose
57
59
  DataFormatConversionConfiguration = Shapes::StructureShape.new(name: 'DataFormatConversionConfiguration')
58
60
  DataTableColumns = Shapes::StringShape.new(name: 'DataTableColumns')
59
61
  DataTableName = Shapes::StringShape.new(name: 'DataTableName')
62
+ DefaultDocumentIdFormat = Shapes::StringShape.new(name: 'DefaultDocumentIdFormat')
60
63
  DeleteDeliveryStreamInput = Shapes::StructureShape.new(name: 'DeleteDeliveryStreamInput')
61
64
  DeleteDeliveryStreamOutput = Shapes::StructureShape.new(name: 'DeleteDeliveryStreamOutput')
62
65
  DeliveryStartTimestamp = Shapes::TimestampShape.new(name: 'DeliveryStartTimestamp')
@@ -78,6 +81,7 @@ module Aws::Firehose
78
81
  DestinationDescription = Shapes::StructureShape.new(name: 'DestinationDescription')
79
82
  DestinationDescriptionList = Shapes::ListShape.new(name: 'DestinationDescriptionList')
80
83
  DestinationId = Shapes::StringShape.new(name: 'DestinationId')
84
+ DocumentIdOptions = Shapes::StructureShape.new(name: 'DocumentIdOptions')
81
85
  DynamicPartitioningConfiguration = Shapes::StructureShape.new(name: 'DynamicPartitioningConfiguration')
82
86
  ElasticsearchBufferingHints = Shapes::StructureShape.new(name: 'ElasticsearchBufferingHints')
83
87
  ElasticsearchBufferingIntervalInSeconds = Shapes::IntegerShape.new(name: 'ElasticsearchBufferingIntervalInSeconds')
@@ -146,6 +150,9 @@ module Aws::Firehose
146
150
  ListTagsForDeliveryStreamOutputTagList = Shapes::ListShape.new(name: 'ListTagsForDeliveryStreamOutputTagList')
147
151
  LogGroupName = Shapes::StringShape.new(name: 'LogGroupName')
148
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')
149
156
  NoEncryptionConfig = Shapes::StringShape.new(name: 'NoEncryptionConfig')
150
157
  NonEmptyString = Shapes::StringShape.new(name: 'NonEmptyString')
151
158
  NonEmptyStringWithoutWhitespace = Shapes::StringShape.new(name: 'NonEmptyStringWithoutWhitespace')
@@ -221,6 +228,7 @@ module Aws::Firehose
221
228
  TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
222
229
  TagValue = Shapes::StringShape.new(name: 'TagValue')
223
230
  Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
231
+ TopicName = Shapes::StringShape.new(name: 'TopicName')
224
232
  UntagDeliveryStreamInput = Shapes::StructureShape.new(name: 'UntagDeliveryStreamInput')
225
233
  UntagDeliveryStreamOutput = Shapes::StructureShape.new(name: 'UntagDeliveryStreamOutput')
226
234
  UpdateDestinationInput = Shapes::StructureShape.new(name: 'UpdateDestinationInput')
@@ -287,6 +295,7 @@ module Aws::Firehose
287
295
  AmazonopensearchserviceDestinationConfiguration.add_member(:processing_configuration, Shapes::ShapeRef.new(shape: ProcessingConfiguration, location_name: "ProcessingConfiguration"))
288
296
  AmazonopensearchserviceDestinationConfiguration.add_member(:cloud_watch_logging_options, Shapes::ShapeRef.new(shape: CloudWatchLoggingOptions, location_name: "CloudWatchLoggingOptions"))
289
297
  AmazonopensearchserviceDestinationConfiguration.add_member(:vpc_configuration, Shapes::ShapeRef.new(shape: VpcConfiguration, location_name: "VpcConfiguration"))
298
+ AmazonopensearchserviceDestinationConfiguration.add_member(:document_id_options, Shapes::ShapeRef.new(shape: DocumentIdOptions, location_name: "DocumentIdOptions"))
290
299
  AmazonopensearchserviceDestinationConfiguration.struct_class = Types::AmazonopensearchserviceDestinationConfiguration
291
300
 
292
301
  AmazonopensearchserviceDestinationDescription.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARN"))
@@ -302,6 +311,7 @@ module Aws::Firehose
302
311
  AmazonopensearchserviceDestinationDescription.add_member(:processing_configuration, Shapes::ShapeRef.new(shape: ProcessingConfiguration, location_name: "ProcessingConfiguration"))
303
312
  AmazonopensearchserviceDestinationDescription.add_member(:cloud_watch_logging_options, Shapes::ShapeRef.new(shape: CloudWatchLoggingOptions, location_name: "CloudWatchLoggingOptions"))
304
313
  AmazonopensearchserviceDestinationDescription.add_member(:vpc_configuration_description, Shapes::ShapeRef.new(shape: VpcConfigurationDescription, location_name: "VpcConfigurationDescription"))
314
+ AmazonopensearchserviceDestinationDescription.add_member(:document_id_options, Shapes::ShapeRef.new(shape: DocumentIdOptions, location_name: "DocumentIdOptions"))
305
315
  AmazonopensearchserviceDestinationDescription.struct_class = Types::AmazonopensearchserviceDestinationDescription
306
316
 
307
317
  AmazonopensearchserviceDestinationUpdate.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARN"))
@@ -315,11 +325,16 @@ module Aws::Firehose
315
325
  AmazonopensearchserviceDestinationUpdate.add_member(:s3_update, Shapes::ShapeRef.new(shape: S3DestinationUpdate, location_name: "S3Update"))
316
326
  AmazonopensearchserviceDestinationUpdate.add_member(:processing_configuration, Shapes::ShapeRef.new(shape: ProcessingConfiguration, location_name: "ProcessingConfiguration"))
317
327
  AmazonopensearchserviceDestinationUpdate.add_member(:cloud_watch_logging_options, Shapes::ShapeRef.new(shape: CloudWatchLoggingOptions, location_name: "CloudWatchLoggingOptions"))
328
+ AmazonopensearchserviceDestinationUpdate.add_member(:document_id_options, Shapes::ShapeRef.new(shape: DocumentIdOptions, location_name: "DocumentIdOptions"))
318
329
  AmazonopensearchserviceDestinationUpdate.struct_class = Types::AmazonopensearchserviceDestinationUpdate
319
330
 
320
331
  AmazonopensearchserviceRetryOptions.add_member(:duration_in_seconds, Shapes::ShapeRef.new(shape: AmazonopensearchserviceRetryDurationInSeconds, location_name: "DurationInSeconds"))
321
332
  AmazonopensearchserviceRetryOptions.struct_class = Types::AmazonopensearchserviceRetryOptions
322
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
+
323
338
  BufferingHints.add_member(:size_in_m_bs, Shapes::ShapeRef.new(shape: SizeInMBs, location_name: "SizeInMBs"))
324
339
  BufferingHints.add_member(:interval_in_seconds, Shapes::ShapeRef.new(shape: IntervalInSeconds, location_name: "IntervalInSeconds"))
325
340
  BufferingHints.struct_class = Types::BufferingHints
@@ -353,6 +368,7 @@ module Aws::Firehose
353
368
  CreateDeliveryStreamInput.add_member(:http_endpoint_destination_configuration, Shapes::ShapeRef.new(shape: HttpEndpointDestinationConfiguration, location_name: "HttpEndpointDestinationConfiguration"))
354
369
  CreateDeliveryStreamInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagDeliveryStreamInputTagList, location_name: "Tags"))
355
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"))
356
372
  CreateDeliveryStreamInput.struct_class = Types::CreateDeliveryStreamInput
357
373
 
358
374
  CreateDeliveryStreamOutput.add_member(:delivery_stream_arn, Shapes::ShapeRef.new(shape: DeliveryStreamARN, location_name: "DeliveryStreamARN"))
@@ -421,6 +437,9 @@ module Aws::Firehose
421
437
 
422
438
  DestinationDescriptionList.member = Shapes::ShapeRef.new(shape: DestinationDescription)
423
439
 
440
+ DocumentIdOptions.add_member(:default_document_id_format, Shapes::ShapeRef.new(shape: DefaultDocumentIdFormat, required: true, location_name: "DefaultDocumentIdFormat"))
441
+ DocumentIdOptions.struct_class = Types::DocumentIdOptions
442
+
424
443
  DynamicPartitioningConfiguration.add_member(:retry_options, Shapes::ShapeRef.new(shape: RetryOptions, location_name: "RetryOptions"))
425
444
  DynamicPartitioningConfiguration.add_member(:enabled, Shapes::ShapeRef.new(shape: BooleanObject, location_name: "Enabled"))
426
445
  DynamicPartitioningConfiguration.struct_class = Types::DynamicPartitioningConfiguration
@@ -442,6 +461,7 @@ module Aws::Firehose
442
461
  ElasticsearchDestinationConfiguration.add_member(:processing_configuration, Shapes::ShapeRef.new(shape: ProcessingConfiguration, location_name: "ProcessingConfiguration"))
443
462
  ElasticsearchDestinationConfiguration.add_member(:cloud_watch_logging_options, Shapes::ShapeRef.new(shape: CloudWatchLoggingOptions, location_name: "CloudWatchLoggingOptions"))
444
463
  ElasticsearchDestinationConfiguration.add_member(:vpc_configuration, Shapes::ShapeRef.new(shape: VpcConfiguration, location_name: "VpcConfiguration"))
464
+ ElasticsearchDestinationConfiguration.add_member(:document_id_options, Shapes::ShapeRef.new(shape: DocumentIdOptions, location_name: "DocumentIdOptions"))
445
465
  ElasticsearchDestinationConfiguration.struct_class = Types::ElasticsearchDestinationConfiguration
446
466
 
447
467
  ElasticsearchDestinationDescription.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARN"))
@@ -457,6 +477,7 @@ module Aws::Firehose
457
477
  ElasticsearchDestinationDescription.add_member(:processing_configuration, Shapes::ShapeRef.new(shape: ProcessingConfiguration, location_name: "ProcessingConfiguration"))
458
478
  ElasticsearchDestinationDescription.add_member(:cloud_watch_logging_options, Shapes::ShapeRef.new(shape: CloudWatchLoggingOptions, location_name: "CloudWatchLoggingOptions"))
459
479
  ElasticsearchDestinationDescription.add_member(:vpc_configuration_description, Shapes::ShapeRef.new(shape: VpcConfigurationDescription, location_name: "VpcConfigurationDescription"))
480
+ ElasticsearchDestinationDescription.add_member(:document_id_options, Shapes::ShapeRef.new(shape: DocumentIdOptions, location_name: "DocumentIdOptions"))
460
481
  ElasticsearchDestinationDescription.struct_class = Types::ElasticsearchDestinationDescription
461
482
 
462
483
  ElasticsearchDestinationUpdate.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARN"))
@@ -470,6 +491,7 @@ module Aws::Firehose
470
491
  ElasticsearchDestinationUpdate.add_member(:s3_update, Shapes::ShapeRef.new(shape: S3DestinationUpdate, location_name: "S3Update"))
471
492
  ElasticsearchDestinationUpdate.add_member(:processing_configuration, Shapes::ShapeRef.new(shape: ProcessingConfiguration, location_name: "ProcessingConfiguration"))
472
493
  ElasticsearchDestinationUpdate.add_member(:cloud_watch_logging_options, Shapes::ShapeRef.new(shape: CloudWatchLoggingOptions, location_name: "CloudWatchLoggingOptions"))
494
+ ElasticsearchDestinationUpdate.add_member(:document_id_options, Shapes::ShapeRef.new(shape: DocumentIdOptions, location_name: "DocumentIdOptions"))
473
495
  ElasticsearchDestinationUpdate.struct_class = Types::ElasticsearchDestinationUpdate
474
496
 
475
497
  ElasticsearchRetryOptions.add_member(:duration_in_seconds, Shapes::ShapeRef.new(shape: ElasticsearchRetryDurationInSeconds, location_name: "DurationInSeconds"))
@@ -639,6 +661,17 @@ module Aws::Firehose
639
661
 
640
662
  ListTagsForDeliveryStreamOutputTagList.member = Shapes::ShapeRef.new(shape: Tag)
641
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
+
642
675
  OpenXJsonSerDe.add_member(:convert_dots_in_json_keys_to_underscores, Shapes::ShapeRef.new(shape: BooleanObject, location_name: "ConvertDotsInJsonKeysToUnderscores"))
643
676
  OpenXJsonSerDe.add_member(:case_insensitive, Shapes::ShapeRef.new(shape: BooleanObject, location_name: "CaseInsensitive"))
644
677
  OpenXJsonSerDe.add_member(:column_to_json_key_mappings, Shapes::ShapeRef.new(shape: ColumnToJsonKeyMappings, location_name: "ColumnToJsonKeyMappings"))
@@ -810,6 +843,7 @@ module Aws::Firehose
810
843
  ServiceUnavailableException.struct_class = Types::ServiceUnavailableException
811
844
 
812
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"))
813
847
  SourceDescription.struct_class = Types::SourceDescription
814
848
 
815
849
  SplunkDestinationConfiguration.add_member(:hec_endpoint, Shapes::ShapeRef.new(shape: HECEndpoint, required: true, location_name: "HECEndpoint"))
@@ -14,36 +14,39 @@ module Aws::Firehose
14
14
  use_dual_stack = parameters.use_dual_stack
15
15
  use_fips = parameters.use_fips
16
16
  endpoint = parameters.endpoint
17
- if (partition_result = Aws::Endpoints::Matchers.aws_partition(region))
18
- if Aws::Endpoints::Matchers.set?(endpoint) && (url = Aws::Endpoints::Matchers.parse_url(endpoint))
19
- if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
20
- raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
21
- end
22
- if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
23
- raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
24
- end
25
- return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {})
26
- end
27
- if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
28
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
29
- return Aws::Endpoints::Endpoint.new(url: "https://firehose-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
30
- end
31
- raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
32
- end
17
+ if Aws::Endpoints::Matchers.set?(endpoint)
33
18
  if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
34
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
35
- return Aws::Endpoints::Endpoint.new(url: "https://firehose-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
36
- end
37
- raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
19
+ raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
38
20
  end
39
21
  if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
40
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
41
- return Aws::Endpoints::Endpoint.new(url: "https://firehose.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
22
+ raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
23
+ end
24
+ return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {})
25
+ end
26
+ if Aws::Endpoints::Matchers.set?(region)
27
+ if (partition_result = Aws::Endpoints::Matchers.aws_partition(region))
28
+ if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
29
+ if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
30
+ return Aws::Endpoints::Endpoint.new(url: "https://firehose-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
31
+ end
32
+ raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
33
+ end
34
+ if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
35
+ if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
36
+ return Aws::Endpoints::Endpoint.new(url: "https://firehose-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
37
+ end
38
+ raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
39
+ end
40
+ if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
41
+ if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
42
+ return Aws::Endpoints::Endpoint.new(url: "https://firehose.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
43
+ end
44
+ raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
42
45
  end
43
- raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
46
+ return Aws::Endpoints::Endpoint.new(url: "https://firehose.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
44
47
  end
45
- return Aws::Endpoints::Endpoint.new(url: "https://firehose.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
46
48
  end
49
+ raise ArgumentError, "Invalid Configuration: Missing Region"
47
50
  raise ArgumentError, 'No endpoint could be resolved'
48
51
 
49
52
  end
@@ -91,7 +91,8 @@ module Aws::Firehose
91
91
  # @return [Types::CloudWatchLoggingOptions]
92
92
  #
93
93
  # @!attribute [rw] vpc_configuration
94
- # The details of the VPC of the Amazon ES destination.
94
+ # The details of the VPC of the Amazon OpenSearch or Amazon OpenSearch
95
+ # Serverless destination.
95
96
  # @return [Types::VpcConfiguration]
96
97
  #
97
98
  # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/AmazonOpenSearchServerlessDestinationConfiguration AWS API Documentation
@@ -115,7 +116,8 @@ module Aws::Firehose
115
116
  # OpenSearch Service.
116
117
  #
117
118
  # @!attribute [rw] role_arn
118
- # The Amazon Resource Name (ARN) of the AWS credentials.
119
+ # The Amazon Resource Name (ARN) of the Amazon Web Services
120
+ # credentials.
119
121
  # @return [String]
120
122
  #
121
123
  # @!attribute [rw] collection_endpoint
@@ -352,9 +354,16 @@ module Aws::Firehose
352
354
  # @return [Types::CloudWatchLoggingOptions]
353
355
  #
354
356
  # @!attribute [rw] vpc_configuration
355
- # The details of the VPC of the Amazon ES destination.
357
+ # The details of the VPC of the Amazon OpenSearch or Amazon OpenSearch
358
+ # Serverless destination.
356
359
  # @return [Types::VpcConfiguration]
357
360
  #
361
+ # @!attribute [rw] document_id_options
362
+ # Indicates the method for setting up document ID. The supported
363
+ # methods are Kinesis Data Firehose generated document ID and
364
+ # OpenSearch Service generated document ID.
365
+ # @return [Types::DocumentIdOptions]
366
+ #
358
367
  # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/AmazonopensearchserviceDestinationConfiguration AWS API Documentation
359
368
  #
360
369
  class AmazonopensearchserviceDestinationConfiguration < Struct.new(
@@ -370,7 +379,8 @@ module Aws::Firehose
370
379
  :s3_configuration,
371
380
  :processing_configuration,
372
381
  :cloud_watch_logging_options,
373
- :vpc_configuration)
382
+ :vpc_configuration,
383
+ :document_id_options)
374
384
  SENSITIVE = []
375
385
  include Aws::Structure
376
386
  end
@@ -435,6 +445,12 @@ module Aws::Firehose
435
445
  # The details of the VPC of the Amazon ES destination.
436
446
  # @return [Types::VpcConfigurationDescription]
437
447
  #
448
+ # @!attribute [rw] document_id_options
449
+ # Indicates the method for setting up document ID. The supported
450
+ # methods are Kinesis Data Firehose generated document ID and
451
+ # OpenSearch Service generated document ID.
452
+ # @return [Types::DocumentIdOptions]
453
+ #
438
454
  # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/AmazonopensearchserviceDestinationDescription AWS API Documentation
439
455
  #
440
456
  class AmazonopensearchserviceDestinationDescription < Struct.new(
@@ -450,7 +466,8 @@ module Aws::Firehose
450
466
  :s3_destination_description,
451
467
  :processing_configuration,
452
468
  :cloud_watch_logging_options,
453
- :vpc_configuration_description)
469
+ :vpc_configuration_description,
470
+ :document_id_options)
454
471
  SENSITIVE = []
455
472
  include Aws::Structure
456
473
  end
@@ -522,6 +539,12 @@ module Aws::Firehose
522
539
  # stream.
523
540
  # @return [Types::CloudWatchLoggingOptions]
524
541
  #
542
+ # @!attribute [rw] document_id_options
543
+ # Indicates the method for setting up document ID. The supported
544
+ # methods are Kinesis Data Firehose generated document ID and
545
+ # OpenSearch Service generated document ID.
546
+ # @return [Types::DocumentIdOptions]
547
+ #
525
548
  # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/AmazonopensearchserviceDestinationUpdate AWS API Documentation
526
549
  #
527
550
  class AmazonopensearchserviceDestinationUpdate < Struct.new(
@@ -535,7 +558,8 @@ module Aws::Firehose
535
558
  :retry_options,
536
559
  :s3_update,
537
560
  :processing_configuration,
538
- :cloud_watch_logging_options)
561
+ :cloud_watch_logging_options,
562
+ :document_id_options)
539
563
  SENSITIVE = []
540
564
  include Aws::Structure
541
565
  end
@@ -559,6 +583,25 @@ module Aws::Firehose
559
583
  include Aws::Structure
560
584
  end
561
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
+
562
605
  # Describes hints for the buffering to perform before delivering data to
563
606
  # the destination. These options are treated as hints, and therefore
564
607
  # Kinesis Data Firehose might choose to use different values when it is
@@ -770,6 +813,11 @@ module Aws::Firehose
770
813
  # Service. You can specify only one destination.
771
814
  # @return [Types::AmazonOpenSearchServerlessDestinationConfiguration]
772
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
+ #
773
821
  # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/CreateDeliveryStreamInput AWS API Documentation
774
822
  #
775
823
  class CreateDeliveryStreamInput < Struct.new(
@@ -785,7 +833,8 @@ module Aws::Firehose
785
833
  :splunk_destination_configuration,
786
834
  :http_endpoint_destination_configuration,
787
835
  :tags,
788
- :amazon_open_search_serverless_destination_configuration)
836
+ :amazon_open_search_serverless_destination_configuration,
837
+ :msk_source_configuration)
789
838
  SENSITIVE = []
790
839
  include Aws::Structure
791
840
  end
@@ -1209,6 +1258,36 @@ module Aws::Firehose
1209
1258
  include Aws::Structure
1210
1259
  end
1211
1260
 
1261
+ # Indicates the method for setting up document ID. The supported methods
1262
+ # are Kinesis Data Firehose generated document ID and OpenSearch Service
1263
+ # generated document ID.
1264
+ #
1265
+ # @!attribute [rw] default_document_id_format
1266
+ # When the `FIREHOSE_DEFAULT` option is chosen, Kinesis Data Firehose
1267
+ # generates a unique document ID for each record based on a unique
1268
+ # internal identifier. The generated document ID is stable across
1269
+ # multiple delivery attempts, which helps prevent the same record from
1270
+ # being indexed multiple times with different document IDs.
1271
+ #
1272
+ # When the `NO_DOCUMENT_ID` option is chosen, Kinesis Data Firehose
1273
+ # does not include any document IDs in the requests it sends to the
1274
+ # Amazon OpenSearch Service. This causes the Amazon OpenSearch Service
1275
+ # domain to generate document IDs. In case of multiple delivery
1276
+ # attempts, this may cause the same record to be indexed more than
1277
+ # once with different document IDs. This option enables write-heavy
1278
+ # operations, such as the ingestion of logs and observability data, to
1279
+ # consume less resources in the Amazon OpenSearch Service domain,
1280
+ # resulting in improved performance.
1281
+ # @return [String]
1282
+ #
1283
+ # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/DocumentIdOptions AWS API Documentation
1284
+ #
1285
+ class DocumentIdOptions < Struct.new(
1286
+ :default_document_id_format)
1287
+ SENSITIVE = []
1288
+ include Aws::Structure
1289
+ end
1290
+
1212
1291
  # The configuration of the dynamic partitioning mechanism that creates
1213
1292
  # smaller data sets from the streaming data by partitioning it based on
1214
1293
  # partition keys. Currently, dynamic partitioning is only supported for
@@ -1363,9 +1442,15 @@ module Aws::Firehose
1363
1442
  # @return [Types::CloudWatchLoggingOptions]
1364
1443
  #
1365
1444
  # @!attribute [rw] vpc_configuration
1366
- # The details of the VPC of the Amazon ES destination.
1445
+ # The details of the VPC of the Amazon destination.
1367
1446
  # @return [Types::VpcConfiguration]
1368
1447
  #
1448
+ # @!attribute [rw] document_id_options
1449
+ # Indicates the method for setting up document ID. The supported
1450
+ # methods are Kinesis Data Firehose generated document ID and
1451
+ # OpenSearch Service generated document ID.
1452
+ # @return [Types::DocumentIdOptions]
1453
+ #
1369
1454
  # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/ElasticsearchDestinationConfiguration AWS API Documentation
1370
1455
  #
1371
1456
  class ElasticsearchDestinationConfiguration < Struct.new(
@@ -1381,7 +1466,8 @@ module Aws::Firehose
1381
1466
  :s3_configuration,
1382
1467
  :processing_configuration,
1383
1468
  :cloud_watch_logging_options,
1384
- :vpc_configuration)
1469
+ :vpc_configuration,
1470
+ :document_id_options)
1385
1471
  SENSITIVE = []
1386
1472
  include Aws::Structure
1387
1473
  end
@@ -1456,9 +1542,16 @@ module Aws::Firehose
1456
1542
  # @return [Types::CloudWatchLoggingOptions]
1457
1543
  #
1458
1544
  # @!attribute [rw] vpc_configuration_description
1459
- # The details of the VPC of the Amazon ES destination.
1545
+ # The details of the VPC of the Amazon OpenSearch or the Amazon
1546
+ # OpenSearch Serverless destination.
1460
1547
  # @return [Types::VpcConfigurationDescription]
1461
1548
  #
1549
+ # @!attribute [rw] document_id_options
1550
+ # Indicates the method for setting up document ID. The supported
1551
+ # methods are Kinesis Data Firehose generated document ID and
1552
+ # OpenSearch Service generated document ID.
1553
+ # @return [Types::DocumentIdOptions]
1554
+ #
1462
1555
  # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/ElasticsearchDestinationDescription AWS API Documentation
1463
1556
  #
1464
1557
  class ElasticsearchDestinationDescription < Struct.new(
@@ -1474,7 +1567,8 @@ module Aws::Firehose
1474
1567
  :s3_destination_description,
1475
1568
  :processing_configuration,
1476
1569
  :cloud_watch_logging_options,
1477
- :vpc_configuration_description)
1570
+ :vpc_configuration_description,
1571
+ :document_id_options)
1478
1572
  SENSITIVE = []
1479
1573
  include Aws::Structure
1480
1574
  end
@@ -1565,6 +1659,12 @@ module Aws::Firehose
1565
1659
  # The CloudWatch logging options for your delivery stream.
1566
1660
  # @return [Types::CloudWatchLoggingOptions]
1567
1661
  #
1662
+ # @!attribute [rw] document_id_options
1663
+ # Indicates the method for setting up document ID. The supported
1664
+ # methods are Kinesis Data Firehose generated document ID and
1665
+ # OpenSearch Service generated document ID.
1666
+ # @return [Types::DocumentIdOptions]
1667
+ #
1568
1668
  # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/ElasticsearchDestinationUpdate AWS API Documentation
1569
1669
  #
1570
1670
  class ElasticsearchDestinationUpdate < Struct.new(
@@ -1578,7 +1678,8 @@ module Aws::Firehose
1578
1678
  :retry_options,
1579
1679
  :s3_update,
1580
1680
  :processing_configuration,
1581
- :cloud_watch_logging_options)
1681
+ :cloud_watch_logging_options,
1682
+ :document_id_options)
1582
1683
  SENSITIVE = []
1583
1684
  include Aws::Structure
1584
1685
  end
@@ -2609,6 +2710,62 @@ module Aws::Firehose
2609
2710
  include Aws::Structure
2610
2711
  end
2611
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
+
2612
2769
  # The OpenX SerDe. Used by Kinesis Data Firehose for deserializing data,
2613
2770
  # which means converting it from the JSON format in preparation for
2614
2771
  # serializing it to the Parquet or ORC format. This is one of two
@@ -3659,10 +3816,16 @@ module Aws::Firehose
3659
3816
  # stream.
3660
3817
  # @return [Types::KinesisStreamSourceDescription]
3661
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
+ #
3662
3824
  # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/SourceDescription AWS API Documentation
3663
3825
  #
3664
3826
  class SourceDescription < Struct.new(
3665
- :kinesis_stream_source_description)
3827
+ :kinesis_stream_source_description,
3828
+ :msk_source_description)
3666
3829
  SENSITIVE = []
3667
3830
  include Aws::Structure
3668
3831
  end
@@ -4073,7 +4236,8 @@ module Aws::Firehose
4073
4236
  #
4074
4237
  class UpdateDestinationOutput < Aws::EmptyStructure; end
4075
4238
 
4076
- # The details of the VPC of the Amazon ES destination.
4239
+ # The details of the VPC of the Amazon OpenSearch or Amazon OpenSearch
4240
+ # Serverless destination.
4077
4241
  #
4078
4242
  # @!attribute [rw] subnet_ids
4079
4243
  # The IDs of the subnets that you want Kinesis Data Firehose to use to
@@ -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.56.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.56.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-07-11 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