aws-sdk-firehose 1.41.0 → 1.42.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: b77fa6430af956b181bb13a6dd6a81392bf96089016d04b146f6e8b64728461e
4
- data.tar.gz: beab5d4e198770d0d0816885dd2e6cecc48f826d60307e9d5f97a2a021b1f8e8
3
+ metadata.gz: 4498b9b978f987664819fe27fe095e9251488d22a060627ab161743098594921
4
+ data.tar.gz: 6d9b768511c98155a5782f5e9d0ae0307147d7a7f8e6ebc1300c74ac544d650f
5
5
  SHA512:
6
- metadata.gz: d2a0f6f5c085c46c171707adb9425b52afda9cf3dd3ad1d4f009b887d568600c699dd0e1982f8be31a4995e60e0eafe67cc3848aead88304b5b26d4c72f3b86f
7
- data.tar.gz: da8cb1a9541217914546a83ef25b1d491d9fc82ac5cd1186949f673f92053908aba6e5788cd3bc5ff3cbb769b54f4f6376203675884012e773eba779ca41ccc0
6
+ metadata.gz: 7e9c508706f42f985a74d48de36b84f14d6437ed98140fb21f985a6418e7819e7159c8dc43d6c24145cc4b9005774602048ca921dd5ba20b83eb23f383fa8fc7
7
+ data.tar.gz: 35683ca5d91d4ce40d4706021a69be3c83f687b472ca6a016de7609a1c34c66a75d9e944ace687cf493da0b9df122563fca0766c7501589c4b708f8df08faca3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.42.0 (2021-10-07)
5
+ ------------------
6
+
7
+ * Feature - Allow support for Amazon Opensearch Service(successor to Amazon Elasticsearch Service) as a Kinesis Data Firehose delivery destination.
8
+
4
9
  1.41.0 (2021-09-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.41.0
1
+ 1.42.0
@@ -457,6 +457,8 @@ module Aws::Firehose
457
457
  # @option params [Types::ElasticsearchDestinationConfiguration] :elasticsearch_destination_configuration
458
458
  # The destination in Amazon ES. You can specify only one destination.
459
459
  #
460
+ # @option params [Types::AmazonopensearchserviceDestinationConfiguration] :amazonopensearchservice_destination_configuration
461
+ #
460
462
  # @option params [Types::SplunkDestinationConfiguration] :splunk_destination_configuration
461
463
  # The destination in Splunk. You can specify only one destination.
462
464
  #
@@ -771,6 +773,68 @@ module Aws::Firehose
771
773
  # security_group_ids: ["NonEmptyStringWithoutWhitespace"], # required
772
774
  # },
773
775
  # },
776
+ # amazonopensearchservice_destination_configuration: {
777
+ # role_arn: "RoleARN", # required
778
+ # domain_arn: "AmazonopensearchserviceDomainARN",
779
+ # cluster_endpoint: "AmazonopensearchserviceClusterEndpoint",
780
+ # index_name: "AmazonopensearchserviceIndexName", # required
781
+ # type_name: "AmazonopensearchserviceTypeName",
782
+ # index_rotation_period: "NoRotation", # accepts NoRotation, OneHour, OneDay, OneWeek, OneMonth
783
+ # buffering_hints: {
784
+ # interval_in_seconds: 1,
785
+ # size_in_m_bs: 1,
786
+ # },
787
+ # retry_options: {
788
+ # duration_in_seconds: 1,
789
+ # },
790
+ # s3_backup_mode: "FailedDocumentsOnly", # accepts FailedDocumentsOnly, AllDocuments
791
+ # s3_configuration: { # required
792
+ # role_arn: "RoleARN", # required
793
+ # bucket_arn: "BucketARN", # required
794
+ # prefix: "Prefix",
795
+ # error_output_prefix: "ErrorOutputPrefix",
796
+ # buffering_hints: {
797
+ # size_in_m_bs: 1,
798
+ # interval_in_seconds: 1,
799
+ # },
800
+ # compression_format: "UNCOMPRESSED", # accepts UNCOMPRESSED, GZIP, ZIP, Snappy, HADOOP_SNAPPY
801
+ # encryption_configuration: {
802
+ # no_encryption_config: "NoEncryption", # accepts NoEncryption
803
+ # kms_encryption_config: {
804
+ # awskms_key_arn: "AWSKMSKeyARN", # required
805
+ # },
806
+ # },
807
+ # cloud_watch_logging_options: {
808
+ # enabled: false,
809
+ # log_group_name: "LogGroupName",
810
+ # log_stream_name: "LogStreamName",
811
+ # },
812
+ # },
813
+ # processing_configuration: {
814
+ # enabled: false,
815
+ # processors: [
816
+ # {
817
+ # type: "RecordDeAggregation", # required, accepts RecordDeAggregation, Lambda, MetadataExtraction, AppendDelimiterToRecord
818
+ # parameters: [
819
+ # {
820
+ # parameter_name: "LambdaArn", # required, accepts LambdaArn, NumberOfRetries, MetadataExtractionQuery, JsonParsingEngine, RoleArn, BufferSizeInMBs, BufferIntervalInSeconds, SubRecordType, Delimiter
821
+ # parameter_value: "ProcessorParameterValue", # required
822
+ # },
823
+ # ],
824
+ # },
825
+ # ],
826
+ # },
827
+ # cloud_watch_logging_options: {
828
+ # enabled: false,
829
+ # log_group_name: "LogGroupName",
830
+ # log_stream_name: "LogStreamName",
831
+ # },
832
+ # vpc_configuration: {
833
+ # subnet_ids: ["NonEmptyStringWithoutWhitespace"], # required
834
+ # role_arn: "RoleARN", # required
835
+ # security_group_ids: ["NonEmptyStringWithoutWhitespace"], # required
836
+ # },
837
+ # },
774
838
  # splunk_destination_configuration: {
775
839
  # hec_endpoint: "HECEndpoint", # required
776
840
  # hec_endpoint_type: "Raw", # required, accepts Raw, Event
@@ -1171,6 +1235,43 @@ module Aws::Firehose
1171
1235
  # resp.delivery_stream_description.destinations[0].elasticsearch_destination_description.vpc_configuration_description.security_group_ids #=> Array
1172
1236
  # resp.delivery_stream_description.destinations[0].elasticsearch_destination_description.vpc_configuration_description.security_group_ids[0] #=> String
1173
1237
  # resp.delivery_stream_description.destinations[0].elasticsearch_destination_description.vpc_configuration_description.vpc_id #=> String
1238
+ # resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.role_arn #=> String
1239
+ # resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.domain_arn #=> String
1240
+ # resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.cluster_endpoint #=> String
1241
+ # resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.index_name #=> String
1242
+ # resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.type_name #=> String
1243
+ # resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.index_rotation_period #=> String, one of "NoRotation", "OneHour", "OneDay", "OneWeek", "OneMonth"
1244
+ # resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.buffering_hints.interval_in_seconds #=> Integer
1245
+ # resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.buffering_hints.size_in_m_bs #=> Integer
1246
+ # resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.retry_options.duration_in_seconds #=> Integer
1247
+ # resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.s3_backup_mode #=> String, one of "FailedDocumentsOnly", "AllDocuments"
1248
+ # resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.s3_destination_description.role_arn #=> String
1249
+ # resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.s3_destination_description.bucket_arn #=> String
1250
+ # resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.s3_destination_description.prefix #=> String
1251
+ # resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.s3_destination_description.error_output_prefix #=> String
1252
+ # resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.s3_destination_description.buffering_hints.size_in_m_bs #=> Integer
1253
+ # resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.s3_destination_description.buffering_hints.interval_in_seconds #=> Integer
1254
+ # resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.s3_destination_description.compression_format #=> String, one of "UNCOMPRESSED", "GZIP", "ZIP", "Snappy", "HADOOP_SNAPPY"
1255
+ # resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.s3_destination_description.encryption_configuration.no_encryption_config #=> String, one of "NoEncryption"
1256
+ # resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.s3_destination_description.encryption_configuration.kms_encryption_config.awskms_key_arn #=> String
1257
+ # resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.s3_destination_description.cloud_watch_logging_options.enabled #=> Boolean
1258
+ # resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.s3_destination_description.cloud_watch_logging_options.log_group_name #=> String
1259
+ # resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.s3_destination_description.cloud_watch_logging_options.log_stream_name #=> String
1260
+ # resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.processing_configuration.enabled #=> Boolean
1261
+ # resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.processing_configuration.processors #=> Array
1262
+ # resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.processing_configuration.processors[0].type #=> String, one of "RecordDeAggregation", "Lambda", "MetadataExtraction", "AppendDelimiterToRecord"
1263
+ # resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.processing_configuration.processors[0].parameters #=> Array
1264
+ # 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"
1265
+ # resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.processing_configuration.processors[0].parameters[0].parameter_value #=> String
1266
+ # resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.cloud_watch_logging_options.enabled #=> Boolean
1267
+ # resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.cloud_watch_logging_options.log_group_name #=> String
1268
+ # resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.cloud_watch_logging_options.log_stream_name #=> String
1269
+ # resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.vpc_configuration_description.subnet_ids #=> Array
1270
+ # resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.vpc_configuration_description.subnet_ids[0] #=> String
1271
+ # resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.vpc_configuration_description.role_arn #=> String
1272
+ # resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.vpc_configuration_description.security_group_ids #=> Array
1273
+ # resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.vpc_configuration_description.security_group_ids[0] #=> String
1274
+ # resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.vpc_configuration_description.vpc_id #=> String
1174
1275
  # resp.delivery_stream_description.destinations[0].splunk_destination_description.hec_endpoint #=> String
1175
1276
  # resp.delivery_stream_description.destinations[0].splunk_destination_description.hec_endpoint_type #=> String, one of "Raw", "Event"
1176
1277
  # resp.delivery_stream_description.destinations[0].splunk_destination_description.hec_token #=> String
@@ -1812,6 +1913,8 @@ module Aws::Firehose
1812
1913
  # @option params [Types::ElasticsearchDestinationUpdate] :elasticsearch_destination_update
1813
1914
  # Describes an update for a destination in Amazon ES.
1814
1915
  #
1916
+ # @option params [Types::AmazonopensearchserviceDestinationUpdate] :amazonopensearchservice_destination_update
1917
+ #
1815
1918
  # @option params [Types::SplunkDestinationUpdate] :splunk_destination_update
1816
1919
  # Describes an update for a destination in Splunk.
1817
1920
  #
@@ -2096,6 +2199,62 @@ module Aws::Firehose
2096
2199
  # log_stream_name: "LogStreamName",
2097
2200
  # },
2098
2201
  # },
2202
+ # amazonopensearchservice_destination_update: {
2203
+ # role_arn: "RoleARN",
2204
+ # domain_arn: "AmazonopensearchserviceDomainARN",
2205
+ # cluster_endpoint: "AmazonopensearchserviceClusterEndpoint",
2206
+ # index_name: "AmazonopensearchserviceIndexName",
2207
+ # type_name: "AmazonopensearchserviceTypeName",
2208
+ # index_rotation_period: "NoRotation", # accepts NoRotation, OneHour, OneDay, OneWeek, OneMonth
2209
+ # buffering_hints: {
2210
+ # interval_in_seconds: 1,
2211
+ # size_in_m_bs: 1,
2212
+ # },
2213
+ # retry_options: {
2214
+ # duration_in_seconds: 1,
2215
+ # },
2216
+ # s3_update: {
2217
+ # role_arn: "RoleARN",
2218
+ # bucket_arn: "BucketARN",
2219
+ # prefix: "Prefix",
2220
+ # error_output_prefix: "ErrorOutputPrefix",
2221
+ # buffering_hints: {
2222
+ # size_in_m_bs: 1,
2223
+ # interval_in_seconds: 1,
2224
+ # },
2225
+ # compression_format: "UNCOMPRESSED", # accepts UNCOMPRESSED, GZIP, ZIP, Snappy, HADOOP_SNAPPY
2226
+ # encryption_configuration: {
2227
+ # no_encryption_config: "NoEncryption", # accepts NoEncryption
2228
+ # kms_encryption_config: {
2229
+ # awskms_key_arn: "AWSKMSKeyARN", # required
2230
+ # },
2231
+ # },
2232
+ # cloud_watch_logging_options: {
2233
+ # enabled: false,
2234
+ # log_group_name: "LogGroupName",
2235
+ # log_stream_name: "LogStreamName",
2236
+ # },
2237
+ # },
2238
+ # processing_configuration: {
2239
+ # enabled: false,
2240
+ # processors: [
2241
+ # {
2242
+ # type: "RecordDeAggregation", # required, accepts RecordDeAggregation, Lambda, MetadataExtraction, AppendDelimiterToRecord
2243
+ # parameters: [
2244
+ # {
2245
+ # parameter_name: "LambdaArn", # required, accepts LambdaArn, NumberOfRetries, MetadataExtractionQuery, JsonParsingEngine, RoleArn, BufferSizeInMBs, BufferIntervalInSeconds, SubRecordType, Delimiter
2246
+ # parameter_value: "ProcessorParameterValue", # required
2247
+ # },
2248
+ # ],
2249
+ # },
2250
+ # ],
2251
+ # },
2252
+ # cloud_watch_logging_options: {
2253
+ # enabled: false,
2254
+ # log_group_name: "LogGroupName",
2255
+ # log_stream_name: "LogStreamName",
2256
+ # },
2257
+ # },
2099
2258
  # splunk_destination_update: {
2100
2259
  # hec_endpoint: "HECEndpoint",
2101
2260
  # hec_endpoint_type: "Raw", # accepts Raw, Event
@@ -2237,7 +2396,7 @@ module Aws::Firehose
2237
2396
  params: params,
2238
2397
  config: config)
2239
2398
  context[:gem_name] = 'aws-sdk-firehose'
2240
- context[:gem_version] = '1.41.0'
2399
+ context[:gem_version] = '1.42.0'
2241
2400
  Seahorse::Client::Request.new(handlers, context)
2242
2401
  end
2243
2402
 
@@ -14,6 +14,20 @@ module Aws::Firehose
14
14
  include Seahorse::Model
15
15
 
16
16
  AWSKMSKeyARN = Shapes::StringShape.new(name: 'AWSKMSKeyARN')
17
+ AmazonopensearchserviceBufferingHints = Shapes::StructureShape.new(name: 'AmazonopensearchserviceBufferingHints')
18
+ AmazonopensearchserviceBufferingIntervalInSeconds = Shapes::IntegerShape.new(name: 'AmazonopensearchserviceBufferingIntervalInSeconds')
19
+ AmazonopensearchserviceBufferingSizeInMBs = Shapes::IntegerShape.new(name: 'AmazonopensearchserviceBufferingSizeInMBs')
20
+ AmazonopensearchserviceClusterEndpoint = Shapes::StringShape.new(name: 'AmazonopensearchserviceClusterEndpoint')
21
+ AmazonopensearchserviceDestinationConfiguration = Shapes::StructureShape.new(name: 'AmazonopensearchserviceDestinationConfiguration')
22
+ AmazonopensearchserviceDestinationDescription = Shapes::StructureShape.new(name: 'AmazonopensearchserviceDestinationDescription')
23
+ AmazonopensearchserviceDestinationUpdate = Shapes::StructureShape.new(name: 'AmazonopensearchserviceDestinationUpdate')
24
+ AmazonopensearchserviceDomainARN = Shapes::StringShape.new(name: 'AmazonopensearchserviceDomainARN')
25
+ AmazonopensearchserviceIndexName = Shapes::StringShape.new(name: 'AmazonopensearchserviceIndexName')
26
+ AmazonopensearchserviceIndexRotationPeriod = Shapes::StringShape.new(name: 'AmazonopensearchserviceIndexRotationPeriod')
27
+ AmazonopensearchserviceRetryDurationInSeconds = Shapes::IntegerShape.new(name: 'AmazonopensearchserviceRetryDurationInSeconds')
28
+ AmazonopensearchserviceRetryOptions = Shapes::StructureShape.new(name: 'AmazonopensearchserviceRetryOptions')
29
+ AmazonopensearchserviceS3BackupMode = Shapes::StringShape.new(name: 'AmazonopensearchserviceS3BackupMode')
30
+ AmazonopensearchserviceTypeName = Shapes::StringShape.new(name: 'AmazonopensearchserviceTypeName')
17
31
  BlockSizeBytes = Shapes::IntegerShape.new(name: 'BlockSizeBytes')
18
32
  BooleanObject = Shapes::BooleanShape.new(name: 'BooleanObject')
19
33
  BucketARN = Shapes::StringShape.new(name: 'BucketARN')
@@ -204,6 +218,56 @@ module Aws::Firehose
204
218
  VpcConfiguration = Shapes::StructureShape.new(name: 'VpcConfiguration')
205
219
  VpcConfigurationDescription = Shapes::StructureShape.new(name: 'VpcConfigurationDescription')
206
220
 
221
+ AmazonopensearchserviceBufferingHints.add_member(:interval_in_seconds, Shapes::ShapeRef.new(shape: AmazonopensearchserviceBufferingIntervalInSeconds, location_name: "IntervalInSeconds"))
222
+ AmazonopensearchserviceBufferingHints.add_member(:size_in_m_bs, Shapes::ShapeRef.new(shape: AmazonopensearchserviceBufferingSizeInMBs, location_name: "SizeInMBs"))
223
+ AmazonopensearchserviceBufferingHints.struct_class = Types::AmazonopensearchserviceBufferingHints
224
+
225
+ AmazonopensearchserviceDestinationConfiguration.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, required: true, location_name: "RoleARN"))
226
+ AmazonopensearchserviceDestinationConfiguration.add_member(:domain_arn, Shapes::ShapeRef.new(shape: AmazonopensearchserviceDomainARN, location_name: "DomainARN"))
227
+ AmazonopensearchserviceDestinationConfiguration.add_member(:cluster_endpoint, Shapes::ShapeRef.new(shape: AmazonopensearchserviceClusterEndpoint, location_name: "ClusterEndpoint"))
228
+ AmazonopensearchserviceDestinationConfiguration.add_member(:index_name, Shapes::ShapeRef.new(shape: AmazonopensearchserviceIndexName, required: true, location_name: "IndexName"))
229
+ AmazonopensearchserviceDestinationConfiguration.add_member(:type_name, Shapes::ShapeRef.new(shape: AmazonopensearchserviceTypeName, location_name: "TypeName"))
230
+ AmazonopensearchserviceDestinationConfiguration.add_member(:index_rotation_period, Shapes::ShapeRef.new(shape: AmazonopensearchserviceIndexRotationPeriod, location_name: "IndexRotationPeriod"))
231
+ AmazonopensearchserviceDestinationConfiguration.add_member(:buffering_hints, Shapes::ShapeRef.new(shape: AmazonopensearchserviceBufferingHints, location_name: "BufferingHints"))
232
+ AmazonopensearchserviceDestinationConfiguration.add_member(:retry_options, Shapes::ShapeRef.new(shape: AmazonopensearchserviceRetryOptions, location_name: "RetryOptions"))
233
+ AmazonopensearchserviceDestinationConfiguration.add_member(:s3_backup_mode, Shapes::ShapeRef.new(shape: AmazonopensearchserviceS3BackupMode, location_name: "S3BackupMode"))
234
+ AmazonopensearchserviceDestinationConfiguration.add_member(:s3_configuration, Shapes::ShapeRef.new(shape: S3DestinationConfiguration, required: true, location_name: "S3Configuration"))
235
+ AmazonopensearchserviceDestinationConfiguration.add_member(:processing_configuration, Shapes::ShapeRef.new(shape: ProcessingConfiguration, location_name: "ProcessingConfiguration"))
236
+ AmazonopensearchserviceDestinationConfiguration.add_member(:cloud_watch_logging_options, Shapes::ShapeRef.new(shape: CloudWatchLoggingOptions, location_name: "CloudWatchLoggingOptions"))
237
+ AmazonopensearchserviceDestinationConfiguration.add_member(:vpc_configuration, Shapes::ShapeRef.new(shape: VpcConfiguration, location_name: "VpcConfiguration"))
238
+ AmazonopensearchserviceDestinationConfiguration.struct_class = Types::AmazonopensearchserviceDestinationConfiguration
239
+
240
+ AmazonopensearchserviceDestinationDescription.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARN"))
241
+ AmazonopensearchserviceDestinationDescription.add_member(:domain_arn, Shapes::ShapeRef.new(shape: AmazonopensearchserviceDomainARN, location_name: "DomainARN"))
242
+ AmazonopensearchserviceDestinationDescription.add_member(:cluster_endpoint, Shapes::ShapeRef.new(shape: AmazonopensearchserviceClusterEndpoint, location_name: "ClusterEndpoint"))
243
+ AmazonopensearchserviceDestinationDescription.add_member(:index_name, Shapes::ShapeRef.new(shape: AmazonopensearchserviceIndexName, location_name: "IndexName"))
244
+ AmazonopensearchserviceDestinationDescription.add_member(:type_name, Shapes::ShapeRef.new(shape: AmazonopensearchserviceTypeName, location_name: "TypeName"))
245
+ AmazonopensearchserviceDestinationDescription.add_member(:index_rotation_period, Shapes::ShapeRef.new(shape: AmazonopensearchserviceIndexRotationPeriod, location_name: "IndexRotationPeriod"))
246
+ AmazonopensearchserviceDestinationDescription.add_member(:buffering_hints, Shapes::ShapeRef.new(shape: AmazonopensearchserviceBufferingHints, location_name: "BufferingHints"))
247
+ AmazonopensearchserviceDestinationDescription.add_member(:retry_options, Shapes::ShapeRef.new(shape: AmazonopensearchserviceRetryOptions, location_name: "RetryOptions"))
248
+ AmazonopensearchserviceDestinationDescription.add_member(:s3_backup_mode, Shapes::ShapeRef.new(shape: AmazonopensearchserviceS3BackupMode, location_name: "S3BackupMode"))
249
+ AmazonopensearchserviceDestinationDescription.add_member(:s3_destination_description, Shapes::ShapeRef.new(shape: S3DestinationDescription, location_name: "S3DestinationDescription"))
250
+ AmazonopensearchserviceDestinationDescription.add_member(:processing_configuration, Shapes::ShapeRef.new(shape: ProcessingConfiguration, location_name: "ProcessingConfiguration"))
251
+ AmazonopensearchserviceDestinationDescription.add_member(:cloud_watch_logging_options, Shapes::ShapeRef.new(shape: CloudWatchLoggingOptions, location_name: "CloudWatchLoggingOptions"))
252
+ AmazonopensearchserviceDestinationDescription.add_member(:vpc_configuration_description, Shapes::ShapeRef.new(shape: VpcConfigurationDescription, location_name: "VpcConfigurationDescription"))
253
+ AmazonopensearchserviceDestinationDescription.struct_class = Types::AmazonopensearchserviceDestinationDescription
254
+
255
+ AmazonopensearchserviceDestinationUpdate.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARN"))
256
+ AmazonopensearchserviceDestinationUpdate.add_member(:domain_arn, Shapes::ShapeRef.new(shape: AmazonopensearchserviceDomainARN, location_name: "DomainARN"))
257
+ AmazonopensearchserviceDestinationUpdate.add_member(:cluster_endpoint, Shapes::ShapeRef.new(shape: AmazonopensearchserviceClusterEndpoint, location_name: "ClusterEndpoint"))
258
+ AmazonopensearchserviceDestinationUpdate.add_member(:index_name, Shapes::ShapeRef.new(shape: AmazonopensearchserviceIndexName, location_name: "IndexName"))
259
+ AmazonopensearchserviceDestinationUpdate.add_member(:type_name, Shapes::ShapeRef.new(shape: AmazonopensearchserviceTypeName, location_name: "TypeName"))
260
+ AmazonopensearchserviceDestinationUpdate.add_member(:index_rotation_period, Shapes::ShapeRef.new(shape: AmazonopensearchserviceIndexRotationPeriod, location_name: "IndexRotationPeriod"))
261
+ AmazonopensearchserviceDestinationUpdate.add_member(:buffering_hints, Shapes::ShapeRef.new(shape: AmazonopensearchserviceBufferingHints, location_name: "BufferingHints"))
262
+ AmazonopensearchserviceDestinationUpdate.add_member(:retry_options, Shapes::ShapeRef.new(shape: AmazonopensearchserviceRetryOptions, location_name: "RetryOptions"))
263
+ AmazonopensearchserviceDestinationUpdate.add_member(:s3_update, Shapes::ShapeRef.new(shape: S3DestinationUpdate, location_name: "S3Update"))
264
+ AmazonopensearchserviceDestinationUpdate.add_member(:processing_configuration, Shapes::ShapeRef.new(shape: ProcessingConfiguration, location_name: "ProcessingConfiguration"))
265
+ AmazonopensearchserviceDestinationUpdate.add_member(:cloud_watch_logging_options, Shapes::ShapeRef.new(shape: CloudWatchLoggingOptions, location_name: "CloudWatchLoggingOptions"))
266
+ AmazonopensearchserviceDestinationUpdate.struct_class = Types::AmazonopensearchserviceDestinationUpdate
267
+
268
+ AmazonopensearchserviceRetryOptions.add_member(:duration_in_seconds, Shapes::ShapeRef.new(shape: AmazonopensearchserviceRetryDurationInSeconds, location_name: "DurationInSeconds"))
269
+ AmazonopensearchserviceRetryOptions.struct_class = Types::AmazonopensearchserviceRetryOptions
270
+
207
271
  BufferingHints.add_member(:size_in_m_bs, Shapes::ShapeRef.new(shape: SizeInMBs, location_name: "SizeInMBs"))
208
272
  BufferingHints.add_member(:interval_in_seconds, Shapes::ShapeRef.new(shape: IntervalInSeconds, location_name: "IntervalInSeconds"))
209
273
  BufferingHints.struct_class = Types::BufferingHints
@@ -232,6 +296,7 @@ module Aws::Firehose
232
296
  CreateDeliveryStreamInput.add_member(:extended_s3_destination_configuration, Shapes::ShapeRef.new(shape: ExtendedS3DestinationConfiguration, location_name: "ExtendedS3DestinationConfiguration"))
233
297
  CreateDeliveryStreamInput.add_member(:redshift_destination_configuration, Shapes::ShapeRef.new(shape: RedshiftDestinationConfiguration, location_name: "RedshiftDestinationConfiguration"))
234
298
  CreateDeliveryStreamInput.add_member(:elasticsearch_destination_configuration, Shapes::ShapeRef.new(shape: ElasticsearchDestinationConfiguration, location_name: "ElasticsearchDestinationConfiguration"))
299
+ CreateDeliveryStreamInput.add_member(:amazonopensearchservice_destination_configuration, Shapes::ShapeRef.new(shape: AmazonopensearchserviceDestinationConfiguration, location_name: "AmazonopensearchserviceDestinationConfiguration"))
235
300
  CreateDeliveryStreamInput.add_member(:splunk_destination_configuration, Shapes::ShapeRef.new(shape: SplunkDestinationConfiguration, location_name: "SplunkDestinationConfiguration"))
236
301
  CreateDeliveryStreamInput.add_member(:http_endpoint_destination_configuration, Shapes::ShapeRef.new(shape: HttpEndpointDestinationConfiguration, location_name: "HttpEndpointDestinationConfiguration"))
237
302
  CreateDeliveryStreamInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagDeliveryStreamInputTagList, location_name: "Tags"))
@@ -295,6 +360,7 @@ module Aws::Firehose
295
360
  DestinationDescription.add_member(:extended_s3_destination_description, Shapes::ShapeRef.new(shape: ExtendedS3DestinationDescription, location_name: "ExtendedS3DestinationDescription"))
296
361
  DestinationDescription.add_member(:redshift_destination_description, Shapes::ShapeRef.new(shape: RedshiftDestinationDescription, location_name: "RedshiftDestinationDescription"))
297
362
  DestinationDescription.add_member(:elasticsearch_destination_description, Shapes::ShapeRef.new(shape: ElasticsearchDestinationDescription, location_name: "ElasticsearchDestinationDescription"))
363
+ DestinationDescription.add_member(:amazonopensearchservice_destination_description, Shapes::ShapeRef.new(shape: AmazonopensearchserviceDestinationDescription, location_name: "AmazonopensearchserviceDestinationDescription"))
298
364
  DestinationDescription.add_member(:splunk_destination_description, Shapes::ShapeRef.new(shape: SplunkDestinationDescription, location_name: "SplunkDestinationDescription"))
299
365
  DestinationDescription.add_member(:http_endpoint_destination_description, Shapes::ShapeRef.new(shape: HttpEndpointDestinationDescription, location_name: "HttpEndpointDestinationDescription"))
300
366
  DestinationDescription.struct_class = Types::DestinationDescription
@@ -768,6 +834,7 @@ module Aws::Firehose
768
834
  UpdateDestinationInput.add_member(:extended_s3_destination_update, Shapes::ShapeRef.new(shape: ExtendedS3DestinationUpdate, location_name: "ExtendedS3DestinationUpdate"))
769
835
  UpdateDestinationInput.add_member(:redshift_destination_update, Shapes::ShapeRef.new(shape: RedshiftDestinationUpdate, location_name: "RedshiftDestinationUpdate"))
770
836
  UpdateDestinationInput.add_member(:elasticsearch_destination_update, Shapes::ShapeRef.new(shape: ElasticsearchDestinationUpdate, location_name: "ElasticsearchDestinationUpdate"))
837
+ UpdateDestinationInput.add_member(:amazonopensearchservice_destination_update, Shapes::ShapeRef.new(shape: AmazonopensearchserviceDestinationUpdate, location_name: "AmazonopensearchserviceDestinationUpdate"))
771
838
  UpdateDestinationInput.add_member(:splunk_destination_update, Shapes::ShapeRef.new(shape: SplunkDestinationUpdate, location_name: "SplunkDestinationUpdate"))
772
839
  UpdateDestinationInput.add_member(:http_endpoint_destination_update, Shapes::ShapeRef.new(shape: HttpEndpointDestinationUpdate, location_name: "HttpEndpointDestinationUpdate"))
773
840
  UpdateDestinationInput.struct_class = Types::UpdateDestinationInput
@@ -10,6 +10,356 @@
10
10
  module Aws::Firehose
11
11
  module Types
12
12
 
13
+ # @note When making an API call, you may pass AmazonopensearchserviceBufferingHints
14
+ # data as a hash:
15
+ #
16
+ # {
17
+ # interval_in_seconds: 1,
18
+ # size_in_m_bs: 1,
19
+ # }
20
+ #
21
+ # @!attribute [rw] interval_in_seconds
22
+ # @return [Integer]
23
+ #
24
+ # @!attribute [rw] size_in_m_bs
25
+ # @return [Integer]
26
+ #
27
+ # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/AmazonopensearchserviceBufferingHints AWS API Documentation
28
+ #
29
+ class AmazonopensearchserviceBufferingHints < Struct.new(
30
+ :interval_in_seconds,
31
+ :size_in_m_bs)
32
+ SENSITIVE = []
33
+ include Aws::Structure
34
+ end
35
+
36
+ # @note When making an API call, you may pass AmazonopensearchserviceDestinationConfiguration
37
+ # data as a hash:
38
+ #
39
+ # {
40
+ # role_arn: "RoleARN", # required
41
+ # domain_arn: "AmazonopensearchserviceDomainARN",
42
+ # cluster_endpoint: "AmazonopensearchserviceClusterEndpoint",
43
+ # index_name: "AmazonopensearchserviceIndexName", # required
44
+ # type_name: "AmazonopensearchserviceTypeName",
45
+ # index_rotation_period: "NoRotation", # accepts NoRotation, OneHour, OneDay, OneWeek, OneMonth
46
+ # buffering_hints: {
47
+ # interval_in_seconds: 1,
48
+ # size_in_m_bs: 1,
49
+ # },
50
+ # retry_options: {
51
+ # duration_in_seconds: 1,
52
+ # },
53
+ # s3_backup_mode: "FailedDocumentsOnly", # accepts FailedDocumentsOnly, AllDocuments
54
+ # s3_configuration: { # required
55
+ # role_arn: "RoleARN", # required
56
+ # bucket_arn: "BucketARN", # required
57
+ # prefix: "Prefix",
58
+ # error_output_prefix: "ErrorOutputPrefix",
59
+ # buffering_hints: {
60
+ # size_in_m_bs: 1,
61
+ # interval_in_seconds: 1,
62
+ # },
63
+ # compression_format: "UNCOMPRESSED", # accepts UNCOMPRESSED, GZIP, ZIP, Snappy, HADOOP_SNAPPY
64
+ # encryption_configuration: {
65
+ # no_encryption_config: "NoEncryption", # accepts NoEncryption
66
+ # kms_encryption_config: {
67
+ # awskms_key_arn: "AWSKMSKeyARN", # required
68
+ # },
69
+ # },
70
+ # cloud_watch_logging_options: {
71
+ # enabled: false,
72
+ # log_group_name: "LogGroupName",
73
+ # log_stream_name: "LogStreamName",
74
+ # },
75
+ # },
76
+ # processing_configuration: {
77
+ # enabled: false,
78
+ # processors: [
79
+ # {
80
+ # type: "RecordDeAggregation", # required, accepts RecordDeAggregation, Lambda, MetadataExtraction, AppendDelimiterToRecord
81
+ # parameters: [
82
+ # {
83
+ # parameter_name: "LambdaArn", # required, accepts LambdaArn, NumberOfRetries, MetadataExtractionQuery, JsonParsingEngine, RoleArn, BufferSizeInMBs, BufferIntervalInSeconds, SubRecordType, Delimiter
84
+ # parameter_value: "ProcessorParameterValue", # required
85
+ # },
86
+ # ],
87
+ # },
88
+ # ],
89
+ # },
90
+ # cloud_watch_logging_options: {
91
+ # enabled: false,
92
+ # log_group_name: "LogGroupName",
93
+ # log_stream_name: "LogStreamName",
94
+ # },
95
+ # vpc_configuration: {
96
+ # subnet_ids: ["NonEmptyStringWithoutWhitespace"], # required
97
+ # role_arn: "RoleARN", # required
98
+ # security_group_ids: ["NonEmptyStringWithoutWhitespace"], # required
99
+ # },
100
+ # }
101
+ #
102
+ # @!attribute [rw] role_arn
103
+ # @return [String]
104
+ #
105
+ # @!attribute [rw] domain_arn
106
+ # @return [String]
107
+ #
108
+ # @!attribute [rw] cluster_endpoint
109
+ # @return [String]
110
+ #
111
+ # @!attribute [rw] index_name
112
+ # @return [String]
113
+ #
114
+ # @!attribute [rw] type_name
115
+ # @return [String]
116
+ #
117
+ # @!attribute [rw] index_rotation_period
118
+ # @return [String]
119
+ #
120
+ # @!attribute [rw] buffering_hints
121
+ # @return [Types::AmazonopensearchserviceBufferingHints]
122
+ #
123
+ # @!attribute [rw] retry_options
124
+ # @return [Types::AmazonopensearchserviceRetryOptions]
125
+ #
126
+ # @!attribute [rw] s3_backup_mode
127
+ # @return [String]
128
+ #
129
+ # @!attribute [rw] s3_configuration
130
+ # Describes the configuration of a destination in Amazon S3.
131
+ # @return [Types::S3DestinationConfiguration]
132
+ #
133
+ # @!attribute [rw] processing_configuration
134
+ # Describes a data processing configuration.
135
+ # @return [Types::ProcessingConfiguration]
136
+ #
137
+ # @!attribute [rw] cloud_watch_logging_options
138
+ # Describes the Amazon CloudWatch logging options for your delivery
139
+ # stream.
140
+ # @return [Types::CloudWatchLoggingOptions]
141
+ #
142
+ # @!attribute [rw] vpc_configuration
143
+ # The details of the VPC of the Amazon ES destination.
144
+ # @return [Types::VpcConfiguration]
145
+ #
146
+ # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/AmazonopensearchserviceDestinationConfiguration AWS API Documentation
147
+ #
148
+ class AmazonopensearchserviceDestinationConfiguration < Struct.new(
149
+ :role_arn,
150
+ :domain_arn,
151
+ :cluster_endpoint,
152
+ :index_name,
153
+ :type_name,
154
+ :index_rotation_period,
155
+ :buffering_hints,
156
+ :retry_options,
157
+ :s3_backup_mode,
158
+ :s3_configuration,
159
+ :processing_configuration,
160
+ :cloud_watch_logging_options,
161
+ :vpc_configuration)
162
+ SENSITIVE = []
163
+ include Aws::Structure
164
+ end
165
+
166
+ # @!attribute [rw] role_arn
167
+ # @return [String]
168
+ #
169
+ # @!attribute [rw] domain_arn
170
+ # @return [String]
171
+ #
172
+ # @!attribute [rw] cluster_endpoint
173
+ # @return [String]
174
+ #
175
+ # @!attribute [rw] index_name
176
+ # @return [String]
177
+ #
178
+ # @!attribute [rw] type_name
179
+ # @return [String]
180
+ #
181
+ # @!attribute [rw] index_rotation_period
182
+ # @return [String]
183
+ #
184
+ # @!attribute [rw] buffering_hints
185
+ # @return [Types::AmazonopensearchserviceBufferingHints]
186
+ #
187
+ # @!attribute [rw] retry_options
188
+ # @return [Types::AmazonopensearchserviceRetryOptions]
189
+ #
190
+ # @!attribute [rw] s3_backup_mode
191
+ # @return [String]
192
+ #
193
+ # @!attribute [rw] s3_destination_description
194
+ # Describes a destination in Amazon S3.
195
+ # @return [Types::S3DestinationDescription]
196
+ #
197
+ # @!attribute [rw] processing_configuration
198
+ # Describes a data processing configuration.
199
+ # @return [Types::ProcessingConfiguration]
200
+ #
201
+ # @!attribute [rw] cloud_watch_logging_options
202
+ # Describes the Amazon CloudWatch logging options for your delivery
203
+ # stream.
204
+ # @return [Types::CloudWatchLoggingOptions]
205
+ #
206
+ # @!attribute [rw] vpc_configuration_description
207
+ # The details of the VPC of the Amazon ES destination.
208
+ # @return [Types::VpcConfigurationDescription]
209
+ #
210
+ # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/AmazonopensearchserviceDestinationDescription AWS API Documentation
211
+ #
212
+ class AmazonopensearchserviceDestinationDescription < Struct.new(
213
+ :role_arn,
214
+ :domain_arn,
215
+ :cluster_endpoint,
216
+ :index_name,
217
+ :type_name,
218
+ :index_rotation_period,
219
+ :buffering_hints,
220
+ :retry_options,
221
+ :s3_backup_mode,
222
+ :s3_destination_description,
223
+ :processing_configuration,
224
+ :cloud_watch_logging_options,
225
+ :vpc_configuration_description)
226
+ SENSITIVE = []
227
+ include Aws::Structure
228
+ end
229
+
230
+ # @note When making an API call, you may pass AmazonopensearchserviceDestinationUpdate
231
+ # data as a hash:
232
+ #
233
+ # {
234
+ # role_arn: "RoleARN",
235
+ # domain_arn: "AmazonopensearchserviceDomainARN",
236
+ # cluster_endpoint: "AmazonopensearchserviceClusterEndpoint",
237
+ # index_name: "AmazonopensearchserviceIndexName",
238
+ # type_name: "AmazonopensearchserviceTypeName",
239
+ # index_rotation_period: "NoRotation", # accepts NoRotation, OneHour, OneDay, OneWeek, OneMonth
240
+ # buffering_hints: {
241
+ # interval_in_seconds: 1,
242
+ # size_in_m_bs: 1,
243
+ # },
244
+ # retry_options: {
245
+ # duration_in_seconds: 1,
246
+ # },
247
+ # s3_update: {
248
+ # role_arn: "RoleARN",
249
+ # bucket_arn: "BucketARN",
250
+ # prefix: "Prefix",
251
+ # error_output_prefix: "ErrorOutputPrefix",
252
+ # buffering_hints: {
253
+ # size_in_m_bs: 1,
254
+ # interval_in_seconds: 1,
255
+ # },
256
+ # compression_format: "UNCOMPRESSED", # accepts UNCOMPRESSED, GZIP, ZIP, Snappy, HADOOP_SNAPPY
257
+ # encryption_configuration: {
258
+ # no_encryption_config: "NoEncryption", # accepts NoEncryption
259
+ # kms_encryption_config: {
260
+ # awskms_key_arn: "AWSKMSKeyARN", # required
261
+ # },
262
+ # },
263
+ # cloud_watch_logging_options: {
264
+ # enabled: false,
265
+ # log_group_name: "LogGroupName",
266
+ # log_stream_name: "LogStreamName",
267
+ # },
268
+ # },
269
+ # processing_configuration: {
270
+ # enabled: false,
271
+ # processors: [
272
+ # {
273
+ # type: "RecordDeAggregation", # required, accepts RecordDeAggregation, Lambda, MetadataExtraction, AppendDelimiterToRecord
274
+ # parameters: [
275
+ # {
276
+ # parameter_name: "LambdaArn", # required, accepts LambdaArn, NumberOfRetries, MetadataExtractionQuery, JsonParsingEngine, RoleArn, BufferSizeInMBs, BufferIntervalInSeconds, SubRecordType, Delimiter
277
+ # parameter_value: "ProcessorParameterValue", # required
278
+ # },
279
+ # ],
280
+ # },
281
+ # ],
282
+ # },
283
+ # cloud_watch_logging_options: {
284
+ # enabled: false,
285
+ # log_group_name: "LogGroupName",
286
+ # log_stream_name: "LogStreamName",
287
+ # },
288
+ # }
289
+ #
290
+ # @!attribute [rw] role_arn
291
+ # @return [String]
292
+ #
293
+ # @!attribute [rw] domain_arn
294
+ # @return [String]
295
+ #
296
+ # @!attribute [rw] cluster_endpoint
297
+ # @return [String]
298
+ #
299
+ # @!attribute [rw] index_name
300
+ # @return [String]
301
+ #
302
+ # @!attribute [rw] type_name
303
+ # @return [String]
304
+ #
305
+ # @!attribute [rw] index_rotation_period
306
+ # @return [String]
307
+ #
308
+ # @!attribute [rw] buffering_hints
309
+ # @return [Types::AmazonopensearchserviceBufferingHints]
310
+ #
311
+ # @!attribute [rw] retry_options
312
+ # @return [Types::AmazonopensearchserviceRetryOptions]
313
+ #
314
+ # @!attribute [rw] s3_update
315
+ # Describes an update for a destination in Amazon S3.
316
+ # @return [Types::S3DestinationUpdate]
317
+ #
318
+ # @!attribute [rw] processing_configuration
319
+ # Describes a data processing configuration.
320
+ # @return [Types::ProcessingConfiguration]
321
+ #
322
+ # @!attribute [rw] cloud_watch_logging_options
323
+ # Describes the Amazon CloudWatch logging options for your delivery
324
+ # stream.
325
+ # @return [Types::CloudWatchLoggingOptions]
326
+ #
327
+ # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/AmazonopensearchserviceDestinationUpdate AWS API Documentation
328
+ #
329
+ class AmazonopensearchserviceDestinationUpdate < Struct.new(
330
+ :role_arn,
331
+ :domain_arn,
332
+ :cluster_endpoint,
333
+ :index_name,
334
+ :type_name,
335
+ :index_rotation_period,
336
+ :buffering_hints,
337
+ :retry_options,
338
+ :s3_update,
339
+ :processing_configuration,
340
+ :cloud_watch_logging_options)
341
+ SENSITIVE = []
342
+ include Aws::Structure
343
+ end
344
+
345
+ # @note When making an API call, you may pass AmazonopensearchserviceRetryOptions
346
+ # data as a hash:
347
+ #
348
+ # {
349
+ # duration_in_seconds: 1,
350
+ # }
351
+ #
352
+ # @!attribute [rw] duration_in_seconds
353
+ # @return [Integer]
354
+ #
355
+ # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/AmazonopensearchserviceRetryOptions AWS API Documentation
356
+ #
357
+ class AmazonopensearchserviceRetryOptions < Struct.new(
358
+ :duration_in_seconds)
359
+ SENSITIVE = []
360
+ include Aws::Structure
361
+ end
362
+
13
363
  # Describes hints for the buffering to perform before delivering data to
14
364
  # the destination. These options are treated as hints, and therefore
15
365
  # Kinesis Data Firehose might choose to use different values when it is
@@ -454,6 +804,68 @@ module Aws::Firehose
454
804
  # security_group_ids: ["NonEmptyStringWithoutWhitespace"], # required
455
805
  # },
456
806
  # },
807
+ # amazonopensearchservice_destination_configuration: {
808
+ # role_arn: "RoleARN", # required
809
+ # domain_arn: "AmazonopensearchserviceDomainARN",
810
+ # cluster_endpoint: "AmazonopensearchserviceClusterEndpoint",
811
+ # index_name: "AmazonopensearchserviceIndexName", # required
812
+ # type_name: "AmazonopensearchserviceTypeName",
813
+ # index_rotation_period: "NoRotation", # accepts NoRotation, OneHour, OneDay, OneWeek, OneMonth
814
+ # buffering_hints: {
815
+ # interval_in_seconds: 1,
816
+ # size_in_m_bs: 1,
817
+ # },
818
+ # retry_options: {
819
+ # duration_in_seconds: 1,
820
+ # },
821
+ # s3_backup_mode: "FailedDocumentsOnly", # accepts FailedDocumentsOnly, AllDocuments
822
+ # s3_configuration: { # required
823
+ # role_arn: "RoleARN", # required
824
+ # bucket_arn: "BucketARN", # required
825
+ # prefix: "Prefix",
826
+ # error_output_prefix: "ErrorOutputPrefix",
827
+ # buffering_hints: {
828
+ # size_in_m_bs: 1,
829
+ # interval_in_seconds: 1,
830
+ # },
831
+ # compression_format: "UNCOMPRESSED", # accepts UNCOMPRESSED, GZIP, ZIP, Snappy, HADOOP_SNAPPY
832
+ # encryption_configuration: {
833
+ # no_encryption_config: "NoEncryption", # accepts NoEncryption
834
+ # kms_encryption_config: {
835
+ # awskms_key_arn: "AWSKMSKeyARN", # required
836
+ # },
837
+ # },
838
+ # cloud_watch_logging_options: {
839
+ # enabled: false,
840
+ # log_group_name: "LogGroupName",
841
+ # log_stream_name: "LogStreamName",
842
+ # },
843
+ # },
844
+ # processing_configuration: {
845
+ # enabled: false,
846
+ # processors: [
847
+ # {
848
+ # type: "RecordDeAggregation", # required, accepts RecordDeAggregation, Lambda, MetadataExtraction, AppendDelimiterToRecord
849
+ # parameters: [
850
+ # {
851
+ # parameter_name: "LambdaArn", # required, accepts LambdaArn, NumberOfRetries, MetadataExtractionQuery, JsonParsingEngine, RoleArn, BufferSizeInMBs, BufferIntervalInSeconds, SubRecordType, Delimiter
852
+ # parameter_value: "ProcessorParameterValue", # required
853
+ # },
854
+ # ],
855
+ # },
856
+ # ],
857
+ # },
858
+ # cloud_watch_logging_options: {
859
+ # enabled: false,
860
+ # log_group_name: "LogGroupName",
861
+ # log_stream_name: "LogStreamName",
862
+ # },
863
+ # vpc_configuration: {
864
+ # subnet_ids: ["NonEmptyStringWithoutWhitespace"], # required
865
+ # role_arn: "RoleARN", # required
866
+ # security_group_ids: ["NonEmptyStringWithoutWhitespace"], # required
867
+ # },
868
+ # },
457
869
  # splunk_destination_configuration: {
458
870
  # hec_endpoint: "HECEndpoint", # required
459
871
  # hec_endpoint_type: "Raw", # required, accepts Raw, Event
@@ -627,6 +1039,9 @@ module Aws::Firehose
627
1039
  # The destination in Amazon ES. You can specify only one destination.
628
1040
  # @return [Types::ElasticsearchDestinationConfiguration]
629
1041
  #
1042
+ # @!attribute [rw] amazonopensearchservice_destination_configuration
1043
+ # @return [Types::AmazonopensearchserviceDestinationConfiguration]
1044
+ #
630
1045
  # @!attribute [rw] splunk_destination_configuration
631
1046
  # The destination in Splunk. You can specify only one destination.
632
1047
  # @return [Types::SplunkDestinationConfiguration]
@@ -663,6 +1078,7 @@ module Aws::Firehose
663
1078
  :extended_s3_destination_configuration,
664
1079
  :redshift_destination_configuration,
665
1080
  :elasticsearch_destination_configuration,
1081
+ :amazonopensearchservice_destination_configuration,
666
1082
  :splunk_destination_configuration,
667
1083
  :http_endpoint_destination_configuration,
668
1084
  :tags)
@@ -1145,6 +1561,9 @@ module Aws::Firehose
1145
1561
  # The destination in Amazon ES.
1146
1562
  # @return [Types::ElasticsearchDestinationDescription]
1147
1563
  #
1564
+ # @!attribute [rw] amazonopensearchservice_destination_description
1565
+ # @return [Types::AmazonopensearchserviceDestinationDescription]
1566
+ #
1148
1567
  # @!attribute [rw] splunk_destination_description
1149
1568
  # The destination in Splunk.
1150
1569
  # @return [Types::SplunkDestinationDescription]
@@ -1161,6 +1580,7 @@ module Aws::Firehose
1161
1580
  :extended_s3_destination_description,
1162
1581
  :redshift_destination_description,
1163
1582
  :elasticsearch_destination_description,
1583
+ :amazonopensearchservice_destination_description,
1164
1584
  :splunk_destination_description,
1165
1585
  :http_endpoint_destination_description)
1166
1586
  SENSITIVE = []
@@ -5454,6 +5874,62 @@ module Aws::Firehose
5454
5874
  # log_stream_name: "LogStreamName",
5455
5875
  # },
5456
5876
  # },
5877
+ # amazonopensearchservice_destination_update: {
5878
+ # role_arn: "RoleARN",
5879
+ # domain_arn: "AmazonopensearchserviceDomainARN",
5880
+ # cluster_endpoint: "AmazonopensearchserviceClusterEndpoint",
5881
+ # index_name: "AmazonopensearchserviceIndexName",
5882
+ # type_name: "AmazonopensearchserviceTypeName",
5883
+ # index_rotation_period: "NoRotation", # accepts NoRotation, OneHour, OneDay, OneWeek, OneMonth
5884
+ # buffering_hints: {
5885
+ # interval_in_seconds: 1,
5886
+ # size_in_m_bs: 1,
5887
+ # },
5888
+ # retry_options: {
5889
+ # duration_in_seconds: 1,
5890
+ # },
5891
+ # s3_update: {
5892
+ # role_arn: "RoleARN",
5893
+ # bucket_arn: "BucketARN",
5894
+ # prefix: "Prefix",
5895
+ # error_output_prefix: "ErrorOutputPrefix",
5896
+ # buffering_hints: {
5897
+ # size_in_m_bs: 1,
5898
+ # interval_in_seconds: 1,
5899
+ # },
5900
+ # compression_format: "UNCOMPRESSED", # accepts UNCOMPRESSED, GZIP, ZIP, Snappy, HADOOP_SNAPPY
5901
+ # encryption_configuration: {
5902
+ # no_encryption_config: "NoEncryption", # accepts NoEncryption
5903
+ # kms_encryption_config: {
5904
+ # awskms_key_arn: "AWSKMSKeyARN", # required
5905
+ # },
5906
+ # },
5907
+ # cloud_watch_logging_options: {
5908
+ # enabled: false,
5909
+ # log_group_name: "LogGroupName",
5910
+ # log_stream_name: "LogStreamName",
5911
+ # },
5912
+ # },
5913
+ # processing_configuration: {
5914
+ # enabled: false,
5915
+ # processors: [
5916
+ # {
5917
+ # type: "RecordDeAggregation", # required, accepts RecordDeAggregation, Lambda, MetadataExtraction, AppendDelimiterToRecord
5918
+ # parameters: [
5919
+ # {
5920
+ # parameter_name: "LambdaArn", # required, accepts LambdaArn, NumberOfRetries, MetadataExtractionQuery, JsonParsingEngine, RoleArn, BufferSizeInMBs, BufferIntervalInSeconds, SubRecordType, Delimiter
5921
+ # parameter_value: "ProcessorParameterValue", # required
5922
+ # },
5923
+ # ],
5924
+ # },
5925
+ # ],
5926
+ # },
5927
+ # cloud_watch_logging_options: {
5928
+ # enabled: false,
5929
+ # log_group_name: "LogGroupName",
5930
+ # log_stream_name: "LogStreamName",
5931
+ # },
5932
+ # },
5457
5933
  # splunk_destination_update: {
5458
5934
  # hec_endpoint: "HECEndpoint",
5459
5935
  # hec_endpoint_type: "Raw", # accepts Raw, Event
@@ -5607,6 +6083,9 @@ module Aws::Firehose
5607
6083
  # Describes an update for a destination in Amazon ES.
5608
6084
  # @return [Types::ElasticsearchDestinationUpdate]
5609
6085
  #
6086
+ # @!attribute [rw] amazonopensearchservice_destination_update
6087
+ # @return [Types::AmazonopensearchserviceDestinationUpdate]
6088
+ #
5610
6089
  # @!attribute [rw] splunk_destination_update
5611
6090
  # Describes an update for a destination in Splunk.
5612
6091
  # @return [Types::SplunkDestinationUpdate]
@@ -5625,6 +6104,7 @@ module Aws::Firehose
5625
6104
  :extended_s3_destination_update,
5626
6105
  :redshift_destination_update,
5627
6106
  :elasticsearch_destination_update,
6107
+ :amazonopensearchservice_destination_update,
5628
6108
  :splunk_destination_update,
5629
6109
  :http_endpoint_destination_update)
5630
6110
  SENSITIVE = []
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-firehose/customizations'
48
48
  # @!group service
49
49
  module Aws::Firehose
50
50
 
51
- GEM_VERSION = '1.41.0'
51
+ GEM_VERSION = '1.42.0'
52
52
 
53
53
  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.41.0
4
+ version: 1.42.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: 2021-09-01 00:00:00.000000000 Z
11
+ date: 2021-10-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core