aws-sdk-firehose 1.27.0 → 1.32.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: d2377a951cd4492436290d893441dc2b9114f35c9c0810133836cbcd53599dfa
4
- data.tar.gz: 256e5a349f22e70fab255ae4c6e9c705c878e0eaee85db46bad285f889fd56bd
3
+ metadata.gz: '08f72be62211ff0c785c942609677c5a83e27854fab580821bd67a69b4eaf321'
4
+ data.tar.gz: 5d161cb5b38d1d3851c0e250d3cf7af241026803fcc62eb3b8875d27d27c4cfc
5
5
  SHA512:
6
- metadata.gz: 9f4c85c181468d3263a2311641f6c4731e059635f9aa984a558f878a1c361fbc1a4cc58c4f5c85cea5f604b7bc1b34088372f61aa29557621da878551ecc01a6
7
- data.tar.gz: 4f750a6936f3a963ebc1082a4634eb32f4f94ab84e2eca55193fe6edf958143d06305d3f04c1136ee854db3982fc8e3e62d62b475233237689dcc71609f1a594
6
+ metadata.gz: 1e03c0a704057f7eab3aadf552cc95d211e8be1a132ce10229a84ade47faff489dfde0ff2666ddadb5ebf83a5a3264c9f52319e9d78a0028c64f2e598d03259e
7
+ data.tar.gz: 195d22ad37355b02cabeb7e361333964d0c60a4a9ec4024c0759fa36b9d39bb8a6a8698113edb539aa27cd9f5f93ad46a231912a925d3a586b5a5edc6e68f133
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-firehose/customizations'
45
47
  # @service
46
48
  module Aws::Firehose
47
49
 
48
- GEM_VERSION = '1.27.0'
50
+ GEM_VERSION = '1.32.0'
49
51
 
50
52
  end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -24,6 +26,7 @@ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
24
26
  require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
25
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
26
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
+ require 'aws-sdk-core/plugins/http_checksum.rb'
27
30
  require 'aws-sdk-core/plugins/signature_v4.rb'
28
31
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
29
32
 
@@ -69,6 +72,7 @@ module Aws::Firehose
69
72
  add_plugin(Aws::Plugins::ClientMetricsPlugin)
70
73
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
71
74
  add_plugin(Aws::Plugins::TransferEncoding)
75
+ add_plugin(Aws::Plugins::HttpChecksum)
72
76
  add_plugin(Aws::Plugins::SignatureV4)
73
77
  add_plugin(Aws::Plugins::Protocols::JsonRpc)
74
78
 
@@ -161,7 +165,7 @@ module Aws::Firehose
161
165
  # @option options [String] :endpoint
162
166
  # The client endpoint is normally constructed from the `:region`
163
167
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be a valid HTTP(S) URI.
168
+ # to test or custom endpoints. This should be a valid HTTP(S) URI.
165
169
  #
166
170
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
171
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -176,7 +180,7 @@ module Aws::Firehose
176
180
  # requests fetching endpoints information. Defaults to 60 sec.
177
181
  #
178
182
  # @option options [Boolean] :endpoint_discovery (false)
179
- # When set to `true`, endpoint discovery will be enabled for operations when available. Defaults to `false`.
183
+ # When set to `true`, endpoint discovery will be enabled for operations when available.
180
184
  #
181
185
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
182
186
  # The log formatter.
@@ -441,6 +445,10 @@ module Aws::Firehose
441
445
  # @option params [Types::SplunkDestinationConfiguration] :splunk_destination_configuration
442
446
  # The destination in Splunk. You can specify only one destination.
443
447
  #
448
+ # @option params [Types::HttpEndpointDestinationConfiguration] :http_endpoint_destination_configuration
449
+ # Enables configuring Kinesis Firehose to deliver data to any HTTP
450
+ # endpoint destination. You can specify only one destination.
451
+ #
444
452
  # @option params [Array<Types::Tag>] :tags
445
453
  # A set of tags to assign to the delivery stream. A tag is a key-value
446
454
  # pair that you can define and assign to AWS resources. Tags are
@@ -793,6 +801,72 @@ module Aws::Firehose
793
801
  # log_stream_name: "LogStreamName",
794
802
  # },
795
803
  # },
804
+ # http_endpoint_destination_configuration: {
805
+ # endpoint_configuration: { # required
806
+ # url: "HttpEndpointUrl", # required
807
+ # name: "HttpEndpointName",
808
+ # access_key: "HttpEndpointAccessKey",
809
+ # },
810
+ # buffering_hints: {
811
+ # size_in_m_bs: 1,
812
+ # interval_in_seconds: 1,
813
+ # },
814
+ # cloud_watch_logging_options: {
815
+ # enabled: false,
816
+ # log_group_name: "LogGroupName",
817
+ # log_stream_name: "LogStreamName",
818
+ # },
819
+ # request_configuration: {
820
+ # content_encoding: "NONE", # accepts NONE, GZIP
821
+ # common_attributes: [
822
+ # {
823
+ # attribute_name: "HttpEndpointAttributeName", # required
824
+ # attribute_value: "HttpEndpointAttributeValue", # required
825
+ # },
826
+ # ],
827
+ # },
828
+ # processing_configuration: {
829
+ # enabled: false,
830
+ # processors: [
831
+ # {
832
+ # type: "Lambda", # required, accepts Lambda
833
+ # parameters: [
834
+ # {
835
+ # parameter_name: "LambdaArn", # required, accepts LambdaArn, NumberOfRetries, RoleArn, BufferSizeInMBs, BufferIntervalInSeconds
836
+ # parameter_value: "ProcessorParameterValue", # required
837
+ # },
838
+ # ],
839
+ # },
840
+ # ],
841
+ # },
842
+ # role_arn: "RoleARN",
843
+ # retry_options: {
844
+ # duration_in_seconds: 1,
845
+ # },
846
+ # s3_backup_mode: "FailedDataOnly", # accepts FailedDataOnly, AllData
847
+ # s3_configuration: { # required
848
+ # role_arn: "RoleARN", # required
849
+ # bucket_arn: "BucketARN", # required
850
+ # prefix: "Prefix",
851
+ # error_output_prefix: "ErrorOutputPrefix",
852
+ # buffering_hints: {
853
+ # size_in_m_bs: 1,
854
+ # interval_in_seconds: 1,
855
+ # },
856
+ # compression_format: "UNCOMPRESSED", # accepts UNCOMPRESSED, GZIP, ZIP, Snappy, HADOOP_SNAPPY
857
+ # encryption_configuration: {
858
+ # no_encryption_config: "NoEncryption", # accepts NoEncryption
859
+ # kms_encryption_config: {
860
+ # awskms_key_arn: "AWSKMSKeyARN", # required
861
+ # },
862
+ # },
863
+ # cloud_watch_logging_options: {
864
+ # enabled: false,
865
+ # log_group_name: "LogGroupName",
866
+ # log_stream_name: "LogStreamName",
867
+ # },
868
+ # },
869
+ # },
796
870
  # tags: [
797
871
  # {
798
872
  # key: "TagKey", # required
@@ -1101,6 +1175,38 @@ module Aws::Firehose
1101
1175
  # resp.delivery_stream_description.destinations[0].splunk_destination_description.cloud_watch_logging_options.enabled #=> Boolean
1102
1176
  # resp.delivery_stream_description.destinations[0].splunk_destination_description.cloud_watch_logging_options.log_group_name #=> String
1103
1177
  # resp.delivery_stream_description.destinations[0].splunk_destination_description.cloud_watch_logging_options.log_stream_name #=> String
1178
+ # resp.delivery_stream_description.destinations[0].http_endpoint_destination_description.endpoint_configuration.url #=> String
1179
+ # resp.delivery_stream_description.destinations[0].http_endpoint_destination_description.endpoint_configuration.name #=> String
1180
+ # resp.delivery_stream_description.destinations[0].http_endpoint_destination_description.buffering_hints.size_in_m_bs #=> Integer
1181
+ # resp.delivery_stream_description.destinations[0].http_endpoint_destination_description.buffering_hints.interval_in_seconds #=> Integer
1182
+ # resp.delivery_stream_description.destinations[0].http_endpoint_destination_description.cloud_watch_logging_options.enabled #=> Boolean
1183
+ # resp.delivery_stream_description.destinations[0].http_endpoint_destination_description.cloud_watch_logging_options.log_group_name #=> String
1184
+ # resp.delivery_stream_description.destinations[0].http_endpoint_destination_description.cloud_watch_logging_options.log_stream_name #=> String
1185
+ # resp.delivery_stream_description.destinations[0].http_endpoint_destination_description.request_configuration.content_encoding #=> String, one of "NONE", "GZIP"
1186
+ # resp.delivery_stream_description.destinations[0].http_endpoint_destination_description.request_configuration.common_attributes #=> Array
1187
+ # resp.delivery_stream_description.destinations[0].http_endpoint_destination_description.request_configuration.common_attributes[0].attribute_name #=> String
1188
+ # resp.delivery_stream_description.destinations[0].http_endpoint_destination_description.request_configuration.common_attributes[0].attribute_value #=> String
1189
+ # resp.delivery_stream_description.destinations[0].http_endpoint_destination_description.processing_configuration.enabled #=> Boolean
1190
+ # resp.delivery_stream_description.destinations[0].http_endpoint_destination_description.processing_configuration.processors #=> Array
1191
+ # resp.delivery_stream_description.destinations[0].http_endpoint_destination_description.processing_configuration.processors[0].type #=> String, one of "Lambda"
1192
+ # resp.delivery_stream_description.destinations[0].http_endpoint_destination_description.processing_configuration.processors[0].parameters #=> Array
1193
+ # resp.delivery_stream_description.destinations[0].http_endpoint_destination_description.processing_configuration.processors[0].parameters[0].parameter_name #=> String, one of "LambdaArn", "NumberOfRetries", "RoleArn", "BufferSizeInMBs", "BufferIntervalInSeconds"
1194
+ # resp.delivery_stream_description.destinations[0].http_endpoint_destination_description.processing_configuration.processors[0].parameters[0].parameter_value #=> String
1195
+ # resp.delivery_stream_description.destinations[0].http_endpoint_destination_description.role_arn #=> String
1196
+ # resp.delivery_stream_description.destinations[0].http_endpoint_destination_description.retry_options.duration_in_seconds #=> Integer
1197
+ # resp.delivery_stream_description.destinations[0].http_endpoint_destination_description.s3_backup_mode #=> String, one of "FailedDataOnly", "AllData"
1198
+ # resp.delivery_stream_description.destinations[0].http_endpoint_destination_description.s3_destination_description.role_arn #=> String
1199
+ # resp.delivery_stream_description.destinations[0].http_endpoint_destination_description.s3_destination_description.bucket_arn #=> String
1200
+ # resp.delivery_stream_description.destinations[0].http_endpoint_destination_description.s3_destination_description.prefix #=> String
1201
+ # resp.delivery_stream_description.destinations[0].http_endpoint_destination_description.s3_destination_description.error_output_prefix #=> String
1202
+ # resp.delivery_stream_description.destinations[0].http_endpoint_destination_description.s3_destination_description.buffering_hints.size_in_m_bs #=> Integer
1203
+ # resp.delivery_stream_description.destinations[0].http_endpoint_destination_description.s3_destination_description.buffering_hints.interval_in_seconds #=> Integer
1204
+ # resp.delivery_stream_description.destinations[0].http_endpoint_destination_description.s3_destination_description.compression_format #=> String, one of "UNCOMPRESSED", "GZIP", "ZIP", "Snappy", "HADOOP_SNAPPY"
1205
+ # resp.delivery_stream_description.destinations[0].http_endpoint_destination_description.s3_destination_description.encryption_configuration.no_encryption_config #=> String, one of "NoEncryption"
1206
+ # resp.delivery_stream_description.destinations[0].http_endpoint_destination_description.s3_destination_description.encryption_configuration.kms_encryption_config.awskms_key_arn #=> String
1207
+ # resp.delivery_stream_description.destinations[0].http_endpoint_destination_description.s3_destination_description.cloud_watch_logging_options.enabled #=> Boolean
1208
+ # resp.delivery_stream_description.destinations[0].http_endpoint_destination_description.s3_destination_description.cloud_watch_logging_options.log_group_name #=> String
1209
+ # resp.delivery_stream_description.destinations[0].http_endpoint_destination_description.s3_destination_description.cloud_watch_logging_options.log_stream_name #=> String
1104
1210
  # resp.delivery_stream_description.has_more_destinations #=> Boolean
1105
1211
  #
1106
1212
  # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/DescribeDeliveryStream AWS API Documentation
@@ -1305,11 +1411,8 @@ module Aws::Firehose
1305
1411
  # use PutRecord. Applications using these operations are referred to as
1306
1412
  # producers.
1307
1413
  #
1308
- # By default, each delivery stream can take in up to 2,000 transactions
1309
- # per second, 5,000 records per second, or 5 MB per second. If you use
1310
- # PutRecord and PutRecordBatch, the limits are an aggregate across these
1311
- # two operations for each delivery stream. For more information about
1312
- # limits, see [Amazon Kinesis Data Firehose Limits][1].
1414
+ # For information about service quota, see [Amazon Kinesis Data Firehose
1415
+ # Quota][1].
1313
1416
  #
1314
1417
  # Each PutRecordBatch request supports up to 500 records. Each record in
1315
1418
  # the request can be as large as 1,000 KB (before 64-bit encoding), up
@@ -1689,6 +1792,9 @@ module Aws::Firehose
1689
1792
  # @option params [Types::SplunkDestinationUpdate] :splunk_destination_update
1690
1793
  # Describes an update for a destination in Splunk.
1691
1794
  #
1795
+ # @option params [Types::HttpEndpointDestinationUpdate] :http_endpoint_destination_update
1796
+ # Describes an update to the specified HTTP endpoint destination.
1797
+ #
1692
1798
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
1693
1799
  #
1694
1800
  # @example Request syntax with placeholder values
@@ -2012,6 +2118,72 @@ module Aws::Firehose
2012
2118
  # log_stream_name: "LogStreamName",
2013
2119
  # },
2014
2120
  # },
2121
+ # http_endpoint_destination_update: {
2122
+ # endpoint_configuration: {
2123
+ # url: "HttpEndpointUrl", # required
2124
+ # name: "HttpEndpointName",
2125
+ # access_key: "HttpEndpointAccessKey",
2126
+ # },
2127
+ # buffering_hints: {
2128
+ # size_in_m_bs: 1,
2129
+ # interval_in_seconds: 1,
2130
+ # },
2131
+ # cloud_watch_logging_options: {
2132
+ # enabled: false,
2133
+ # log_group_name: "LogGroupName",
2134
+ # log_stream_name: "LogStreamName",
2135
+ # },
2136
+ # request_configuration: {
2137
+ # content_encoding: "NONE", # accepts NONE, GZIP
2138
+ # common_attributes: [
2139
+ # {
2140
+ # attribute_name: "HttpEndpointAttributeName", # required
2141
+ # attribute_value: "HttpEndpointAttributeValue", # required
2142
+ # },
2143
+ # ],
2144
+ # },
2145
+ # processing_configuration: {
2146
+ # enabled: false,
2147
+ # processors: [
2148
+ # {
2149
+ # type: "Lambda", # required, accepts Lambda
2150
+ # parameters: [
2151
+ # {
2152
+ # parameter_name: "LambdaArn", # required, accepts LambdaArn, NumberOfRetries, RoleArn, BufferSizeInMBs, BufferIntervalInSeconds
2153
+ # parameter_value: "ProcessorParameterValue", # required
2154
+ # },
2155
+ # ],
2156
+ # },
2157
+ # ],
2158
+ # },
2159
+ # role_arn: "RoleARN",
2160
+ # retry_options: {
2161
+ # duration_in_seconds: 1,
2162
+ # },
2163
+ # s3_backup_mode: "FailedDataOnly", # accepts FailedDataOnly, AllData
2164
+ # s3_update: {
2165
+ # role_arn: "RoleARN",
2166
+ # bucket_arn: "BucketARN",
2167
+ # prefix: "Prefix",
2168
+ # error_output_prefix: "ErrorOutputPrefix",
2169
+ # buffering_hints: {
2170
+ # size_in_m_bs: 1,
2171
+ # interval_in_seconds: 1,
2172
+ # },
2173
+ # compression_format: "UNCOMPRESSED", # accepts UNCOMPRESSED, GZIP, ZIP, Snappy, HADOOP_SNAPPY
2174
+ # encryption_configuration: {
2175
+ # no_encryption_config: "NoEncryption", # accepts NoEncryption
2176
+ # kms_encryption_config: {
2177
+ # awskms_key_arn: "AWSKMSKeyARN", # required
2178
+ # },
2179
+ # },
2180
+ # cloud_watch_logging_options: {
2181
+ # enabled: false,
2182
+ # log_group_name: "LogGroupName",
2183
+ # log_stream_name: "LogStreamName",
2184
+ # },
2185
+ # },
2186
+ # },
2015
2187
  # })
2016
2188
  #
2017
2189
  # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/UpdateDestination AWS API Documentation
@@ -2036,7 +2208,7 @@ module Aws::Firehose
2036
2208
  params: params,
2037
2209
  config: config)
2038
2210
  context[:gem_name] = 'aws-sdk-firehose'
2039
- context[:gem_version] = '1.27.0'
2211
+ context[:gem_version] = '1.32.0'
2040
2212
  Seahorse::Client::Request.new(handlers, context)
2041
2213
  end
2042
2214
 
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -21,6 +23,7 @@ module Aws::Firehose
21
23
  ColumnToJsonKeyMappings = Shapes::MapShape.new(name: 'ColumnToJsonKeyMappings')
22
24
  CompressionFormat = Shapes::StringShape.new(name: 'CompressionFormat')
23
25
  ConcurrentModificationException = Shapes::StructureShape.new(name: 'ConcurrentModificationException')
26
+ ContentEncoding = Shapes::StringShape.new(name: 'ContentEncoding')
24
27
  CopyCommand = Shapes::StructureShape.new(name: 'CopyCommand')
25
28
  CopyOptions = Shapes::StringShape.new(name: 'CopyOptions')
26
29
  CreateDeliveryStreamInput = Shapes::StructureShape.new(name: 'CreateDeliveryStreamInput')
@@ -77,6 +80,25 @@ module Aws::Firehose
77
80
  HECEndpointType = Shapes::StringShape.new(name: 'HECEndpointType')
78
81
  HECToken = Shapes::StringShape.new(name: 'HECToken')
79
82
  HiveJsonSerDe = Shapes::StructureShape.new(name: 'HiveJsonSerDe')
83
+ HttpEndpointAccessKey = Shapes::StringShape.new(name: 'HttpEndpointAccessKey')
84
+ HttpEndpointAttributeName = Shapes::StringShape.new(name: 'HttpEndpointAttributeName')
85
+ HttpEndpointAttributeValue = Shapes::StringShape.new(name: 'HttpEndpointAttributeValue')
86
+ HttpEndpointBufferingHints = Shapes::StructureShape.new(name: 'HttpEndpointBufferingHints')
87
+ HttpEndpointBufferingIntervalInSeconds = Shapes::IntegerShape.new(name: 'HttpEndpointBufferingIntervalInSeconds')
88
+ HttpEndpointBufferingSizeInMBs = Shapes::IntegerShape.new(name: 'HttpEndpointBufferingSizeInMBs')
89
+ HttpEndpointCommonAttribute = Shapes::StructureShape.new(name: 'HttpEndpointCommonAttribute')
90
+ HttpEndpointCommonAttributesList = Shapes::ListShape.new(name: 'HttpEndpointCommonAttributesList')
91
+ HttpEndpointConfiguration = Shapes::StructureShape.new(name: 'HttpEndpointConfiguration')
92
+ HttpEndpointDescription = Shapes::StructureShape.new(name: 'HttpEndpointDescription')
93
+ HttpEndpointDestinationConfiguration = Shapes::StructureShape.new(name: 'HttpEndpointDestinationConfiguration')
94
+ HttpEndpointDestinationDescription = Shapes::StructureShape.new(name: 'HttpEndpointDestinationDescription')
95
+ HttpEndpointDestinationUpdate = Shapes::StructureShape.new(name: 'HttpEndpointDestinationUpdate')
96
+ HttpEndpointName = Shapes::StringShape.new(name: 'HttpEndpointName')
97
+ HttpEndpointRequestConfiguration = Shapes::StructureShape.new(name: 'HttpEndpointRequestConfiguration')
98
+ HttpEndpointRetryDurationInSeconds = Shapes::IntegerShape.new(name: 'HttpEndpointRetryDurationInSeconds')
99
+ HttpEndpointRetryOptions = Shapes::StructureShape.new(name: 'HttpEndpointRetryOptions')
100
+ HttpEndpointS3BackupMode = Shapes::StringShape.new(name: 'HttpEndpointS3BackupMode')
101
+ HttpEndpointUrl = Shapes::StringShape.new(name: 'HttpEndpointUrl')
80
102
  InputFormatConfiguration = Shapes::StructureShape.new(name: 'InputFormatConfiguration')
81
103
  IntervalInSeconds = Shapes::IntegerShape.new(name: 'IntervalInSeconds')
82
104
  InvalidArgumentException = Shapes::StructureShape.new(name: 'InvalidArgumentException')
@@ -208,6 +230,7 @@ module Aws::Firehose
208
230
  CreateDeliveryStreamInput.add_member(:redshift_destination_configuration, Shapes::ShapeRef.new(shape: RedshiftDestinationConfiguration, location_name: "RedshiftDestinationConfiguration"))
209
231
  CreateDeliveryStreamInput.add_member(:elasticsearch_destination_configuration, Shapes::ShapeRef.new(shape: ElasticsearchDestinationConfiguration, location_name: "ElasticsearchDestinationConfiguration"))
210
232
  CreateDeliveryStreamInput.add_member(:splunk_destination_configuration, Shapes::ShapeRef.new(shape: SplunkDestinationConfiguration, location_name: "SplunkDestinationConfiguration"))
233
+ CreateDeliveryStreamInput.add_member(:http_endpoint_destination_configuration, Shapes::ShapeRef.new(shape: HttpEndpointDestinationConfiguration, location_name: "HttpEndpointDestinationConfiguration"))
211
234
  CreateDeliveryStreamInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagDeliveryStreamInputTagList, location_name: "Tags"))
212
235
  CreateDeliveryStreamInput.struct_class = Types::CreateDeliveryStreamInput
213
236
 
@@ -270,6 +293,7 @@ module Aws::Firehose
270
293
  DestinationDescription.add_member(:redshift_destination_description, Shapes::ShapeRef.new(shape: RedshiftDestinationDescription, location_name: "RedshiftDestinationDescription"))
271
294
  DestinationDescription.add_member(:elasticsearch_destination_description, Shapes::ShapeRef.new(shape: ElasticsearchDestinationDescription, location_name: "ElasticsearchDestinationDescription"))
272
295
  DestinationDescription.add_member(:splunk_destination_description, Shapes::ShapeRef.new(shape: SplunkDestinationDescription, location_name: "SplunkDestinationDescription"))
296
+ DestinationDescription.add_member(:http_endpoint_destination_description, Shapes::ShapeRef.new(shape: HttpEndpointDestinationDescription, location_name: "HttpEndpointDestinationDescription"))
273
297
  DestinationDescription.struct_class = Types::DestinationDescription
274
298
 
275
299
  DestinationDescriptionList.member = Shapes::ShapeRef.new(shape: DestinationDescription)
@@ -377,6 +401,65 @@ module Aws::Firehose
377
401
  HiveJsonSerDe.add_member(:timestamp_formats, Shapes::ShapeRef.new(shape: ListOfNonEmptyStrings, location_name: "TimestampFormats"))
378
402
  HiveJsonSerDe.struct_class = Types::HiveJsonSerDe
379
403
 
404
+ HttpEndpointBufferingHints.add_member(:size_in_m_bs, Shapes::ShapeRef.new(shape: HttpEndpointBufferingSizeInMBs, location_name: "SizeInMBs"))
405
+ HttpEndpointBufferingHints.add_member(:interval_in_seconds, Shapes::ShapeRef.new(shape: HttpEndpointBufferingIntervalInSeconds, location_name: "IntervalInSeconds"))
406
+ HttpEndpointBufferingHints.struct_class = Types::HttpEndpointBufferingHints
407
+
408
+ HttpEndpointCommonAttribute.add_member(:attribute_name, Shapes::ShapeRef.new(shape: HttpEndpointAttributeName, required: true, location_name: "AttributeName"))
409
+ HttpEndpointCommonAttribute.add_member(:attribute_value, Shapes::ShapeRef.new(shape: HttpEndpointAttributeValue, required: true, location_name: "AttributeValue"))
410
+ HttpEndpointCommonAttribute.struct_class = Types::HttpEndpointCommonAttribute
411
+
412
+ HttpEndpointCommonAttributesList.member = Shapes::ShapeRef.new(shape: HttpEndpointCommonAttribute)
413
+
414
+ HttpEndpointConfiguration.add_member(:url, Shapes::ShapeRef.new(shape: HttpEndpointUrl, required: true, location_name: "Url"))
415
+ HttpEndpointConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: HttpEndpointName, location_name: "Name"))
416
+ HttpEndpointConfiguration.add_member(:access_key, Shapes::ShapeRef.new(shape: HttpEndpointAccessKey, location_name: "AccessKey"))
417
+ HttpEndpointConfiguration.struct_class = Types::HttpEndpointConfiguration
418
+
419
+ HttpEndpointDescription.add_member(:url, Shapes::ShapeRef.new(shape: HttpEndpointUrl, location_name: "Url"))
420
+ HttpEndpointDescription.add_member(:name, Shapes::ShapeRef.new(shape: HttpEndpointName, location_name: "Name"))
421
+ HttpEndpointDescription.struct_class = Types::HttpEndpointDescription
422
+
423
+ HttpEndpointDestinationConfiguration.add_member(:endpoint_configuration, Shapes::ShapeRef.new(shape: HttpEndpointConfiguration, required: true, location_name: "EndpointConfiguration"))
424
+ HttpEndpointDestinationConfiguration.add_member(:buffering_hints, Shapes::ShapeRef.new(shape: HttpEndpointBufferingHints, location_name: "BufferingHints"))
425
+ HttpEndpointDestinationConfiguration.add_member(:cloud_watch_logging_options, Shapes::ShapeRef.new(shape: CloudWatchLoggingOptions, location_name: "CloudWatchLoggingOptions"))
426
+ HttpEndpointDestinationConfiguration.add_member(:request_configuration, Shapes::ShapeRef.new(shape: HttpEndpointRequestConfiguration, location_name: "RequestConfiguration"))
427
+ HttpEndpointDestinationConfiguration.add_member(:processing_configuration, Shapes::ShapeRef.new(shape: ProcessingConfiguration, location_name: "ProcessingConfiguration"))
428
+ HttpEndpointDestinationConfiguration.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARN"))
429
+ HttpEndpointDestinationConfiguration.add_member(:retry_options, Shapes::ShapeRef.new(shape: HttpEndpointRetryOptions, location_name: "RetryOptions"))
430
+ HttpEndpointDestinationConfiguration.add_member(:s3_backup_mode, Shapes::ShapeRef.new(shape: HttpEndpointS3BackupMode, location_name: "S3BackupMode"))
431
+ HttpEndpointDestinationConfiguration.add_member(:s3_configuration, Shapes::ShapeRef.new(shape: S3DestinationConfiguration, required: true, location_name: "S3Configuration"))
432
+ HttpEndpointDestinationConfiguration.struct_class = Types::HttpEndpointDestinationConfiguration
433
+
434
+ HttpEndpointDestinationDescription.add_member(:endpoint_configuration, Shapes::ShapeRef.new(shape: HttpEndpointDescription, location_name: "EndpointConfiguration"))
435
+ HttpEndpointDestinationDescription.add_member(:buffering_hints, Shapes::ShapeRef.new(shape: HttpEndpointBufferingHints, location_name: "BufferingHints"))
436
+ HttpEndpointDestinationDescription.add_member(:cloud_watch_logging_options, Shapes::ShapeRef.new(shape: CloudWatchLoggingOptions, location_name: "CloudWatchLoggingOptions"))
437
+ HttpEndpointDestinationDescription.add_member(:request_configuration, Shapes::ShapeRef.new(shape: HttpEndpointRequestConfiguration, location_name: "RequestConfiguration"))
438
+ HttpEndpointDestinationDescription.add_member(:processing_configuration, Shapes::ShapeRef.new(shape: ProcessingConfiguration, location_name: "ProcessingConfiguration"))
439
+ HttpEndpointDestinationDescription.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARN"))
440
+ HttpEndpointDestinationDescription.add_member(:retry_options, Shapes::ShapeRef.new(shape: HttpEndpointRetryOptions, location_name: "RetryOptions"))
441
+ HttpEndpointDestinationDescription.add_member(:s3_backup_mode, Shapes::ShapeRef.new(shape: HttpEndpointS3BackupMode, location_name: "S3BackupMode"))
442
+ HttpEndpointDestinationDescription.add_member(:s3_destination_description, Shapes::ShapeRef.new(shape: S3DestinationDescription, location_name: "S3DestinationDescription"))
443
+ HttpEndpointDestinationDescription.struct_class = Types::HttpEndpointDestinationDescription
444
+
445
+ HttpEndpointDestinationUpdate.add_member(:endpoint_configuration, Shapes::ShapeRef.new(shape: HttpEndpointConfiguration, location_name: "EndpointConfiguration"))
446
+ HttpEndpointDestinationUpdate.add_member(:buffering_hints, Shapes::ShapeRef.new(shape: HttpEndpointBufferingHints, location_name: "BufferingHints"))
447
+ HttpEndpointDestinationUpdate.add_member(:cloud_watch_logging_options, Shapes::ShapeRef.new(shape: CloudWatchLoggingOptions, location_name: "CloudWatchLoggingOptions"))
448
+ HttpEndpointDestinationUpdate.add_member(:request_configuration, Shapes::ShapeRef.new(shape: HttpEndpointRequestConfiguration, location_name: "RequestConfiguration"))
449
+ HttpEndpointDestinationUpdate.add_member(:processing_configuration, Shapes::ShapeRef.new(shape: ProcessingConfiguration, location_name: "ProcessingConfiguration"))
450
+ HttpEndpointDestinationUpdate.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARN"))
451
+ HttpEndpointDestinationUpdate.add_member(:retry_options, Shapes::ShapeRef.new(shape: HttpEndpointRetryOptions, location_name: "RetryOptions"))
452
+ HttpEndpointDestinationUpdate.add_member(:s3_backup_mode, Shapes::ShapeRef.new(shape: HttpEndpointS3BackupMode, location_name: "S3BackupMode"))
453
+ HttpEndpointDestinationUpdate.add_member(:s3_update, Shapes::ShapeRef.new(shape: S3DestinationUpdate, location_name: "S3Update"))
454
+ HttpEndpointDestinationUpdate.struct_class = Types::HttpEndpointDestinationUpdate
455
+
456
+ HttpEndpointRequestConfiguration.add_member(:content_encoding, Shapes::ShapeRef.new(shape: ContentEncoding, location_name: "ContentEncoding"))
457
+ HttpEndpointRequestConfiguration.add_member(:common_attributes, Shapes::ShapeRef.new(shape: HttpEndpointCommonAttributesList, location_name: "CommonAttributes"))
458
+ HttpEndpointRequestConfiguration.struct_class = Types::HttpEndpointRequestConfiguration
459
+
460
+ HttpEndpointRetryOptions.add_member(:duration_in_seconds, Shapes::ShapeRef.new(shape: HttpEndpointRetryDurationInSeconds, location_name: "DurationInSeconds"))
461
+ HttpEndpointRetryOptions.struct_class = Types::HttpEndpointRetryOptions
462
+
380
463
  InputFormatConfiguration.add_member(:deserializer, Shapes::ShapeRef.new(shape: Deserializer, location_name: "Deserializer"))
381
464
  InputFormatConfiguration.struct_class = Types::InputFormatConfiguration
382
465
 
@@ -673,6 +756,7 @@ module Aws::Firehose
673
756
  UpdateDestinationInput.add_member(:redshift_destination_update, Shapes::ShapeRef.new(shape: RedshiftDestinationUpdate, location_name: "RedshiftDestinationUpdate"))
674
757
  UpdateDestinationInput.add_member(:elasticsearch_destination_update, Shapes::ShapeRef.new(shape: ElasticsearchDestinationUpdate, location_name: "ElasticsearchDestinationUpdate"))
675
758
  UpdateDestinationInput.add_member(:splunk_destination_update, Shapes::ShapeRef.new(shape: SplunkDestinationUpdate, location_name: "SplunkDestinationUpdate"))
759
+ UpdateDestinationInput.add_member(:http_endpoint_destination_update, Shapes::ShapeRef.new(shape: HttpEndpointDestinationUpdate, location_name: "HttpEndpointDestinationUpdate"))
676
760
  UpdateDestinationInput.struct_class = Types::UpdateDestinationInput
677
761
 
678
762
  UpdateDestinationOutput.struct_class = Types::UpdateDestinationOutput
@@ -1,3 +1,4 @@
1
+ # frozen_string_literal: true
1
2
  # WARNING ABOUT GENERATED CODE
2
3
  #
3
4
  # This file is generated. See the contributing for info on making contributions:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -47,6 +49,7 @@ module Aws::Firehose
47
49
  class BufferingHints < Struct.new(
48
50
  :size_in_m_bs,
49
51
  :interval_in_seconds)
52
+ SENSITIVE = []
50
53
  include Aws::Structure
51
54
  end
52
55
 
@@ -82,6 +85,7 @@ module Aws::Firehose
82
85
  :enabled,
83
86
  :log_group_name,
84
87
  :log_stream_name)
88
+ SENSITIVE = []
85
89
  include Aws::Structure
86
90
  end
87
91
 
@@ -96,6 +100,7 @@ module Aws::Firehose
96
100
  #
97
101
  class ConcurrentModificationException < Struct.new(
98
102
  :message)
103
+ SENSITIVE = []
99
104
  include Aws::Structure
100
105
  end
101
106
 
@@ -155,6 +160,7 @@ module Aws::Firehose
155
160
  :data_table_name,
156
161
  :data_table_columns,
157
162
  :copy_options)
163
+ SENSITIVE = []
158
164
  include Aws::Structure
159
165
  end
160
166
 
@@ -493,6 +499,72 @@ module Aws::Firehose
493
499
  # log_stream_name: "LogStreamName",
494
500
  # },
495
501
  # },
502
+ # http_endpoint_destination_configuration: {
503
+ # endpoint_configuration: { # required
504
+ # url: "HttpEndpointUrl", # required
505
+ # name: "HttpEndpointName",
506
+ # access_key: "HttpEndpointAccessKey",
507
+ # },
508
+ # buffering_hints: {
509
+ # size_in_m_bs: 1,
510
+ # interval_in_seconds: 1,
511
+ # },
512
+ # cloud_watch_logging_options: {
513
+ # enabled: false,
514
+ # log_group_name: "LogGroupName",
515
+ # log_stream_name: "LogStreamName",
516
+ # },
517
+ # request_configuration: {
518
+ # content_encoding: "NONE", # accepts NONE, GZIP
519
+ # common_attributes: [
520
+ # {
521
+ # attribute_name: "HttpEndpointAttributeName", # required
522
+ # attribute_value: "HttpEndpointAttributeValue", # required
523
+ # },
524
+ # ],
525
+ # },
526
+ # processing_configuration: {
527
+ # enabled: false,
528
+ # processors: [
529
+ # {
530
+ # type: "Lambda", # required, accepts Lambda
531
+ # parameters: [
532
+ # {
533
+ # parameter_name: "LambdaArn", # required, accepts LambdaArn, NumberOfRetries, RoleArn, BufferSizeInMBs, BufferIntervalInSeconds
534
+ # parameter_value: "ProcessorParameterValue", # required
535
+ # },
536
+ # ],
537
+ # },
538
+ # ],
539
+ # },
540
+ # role_arn: "RoleARN",
541
+ # retry_options: {
542
+ # duration_in_seconds: 1,
543
+ # },
544
+ # s3_backup_mode: "FailedDataOnly", # accepts FailedDataOnly, AllData
545
+ # s3_configuration: { # required
546
+ # role_arn: "RoleARN", # required
547
+ # bucket_arn: "BucketARN", # required
548
+ # prefix: "Prefix",
549
+ # error_output_prefix: "ErrorOutputPrefix",
550
+ # buffering_hints: {
551
+ # size_in_m_bs: 1,
552
+ # interval_in_seconds: 1,
553
+ # },
554
+ # compression_format: "UNCOMPRESSED", # accepts UNCOMPRESSED, GZIP, ZIP, Snappy, HADOOP_SNAPPY
555
+ # encryption_configuration: {
556
+ # no_encryption_config: "NoEncryption", # accepts NoEncryption
557
+ # kms_encryption_config: {
558
+ # awskms_key_arn: "AWSKMSKeyARN", # required
559
+ # },
560
+ # },
561
+ # cloud_watch_logging_options: {
562
+ # enabled: false,
563
+ # log_group_name: "LogGroupName",
564
+ # log_stream_name: "LogStreamName",
565
+ # },
566
+ # },
567
+ # },
496
568
  # tags: [
497
569
  # {
498
570
  # key: "TagKey", # required
@@ -553,6 +625,11 @@ module Aws::Firehose
553
625
  # The destination in Splunk. You can specify only one destination.
554
626
  # @return [Types::SplunkDestinationConfiguration]
555
627
  #
628
+ # @!attribute [rw] http_endpoint_destination_configuration
629
+ # Enables configuring Kinesis Firehose to deliver data to any HTTP
630
+ # endpoint destination. You can specify only one destination.
631
+ # @return [Types::HttpEndpointDestinationConfiguration]
632
+ #
556
633
  # @!attribute [rw] tags
557
634
  # A set of tags to assign to the delivery stream. A tag is a key-value
558
635
  # pair that you can define and assign to AWS resources. Tags are
@@ -581,7 +658,9 @@ module Aws::Firehose
581
658
  :redshift_destination_configuration,
582
659
  :elasticsearch_destination_configuration,
583
660
  :splunk_destination_configuration,
661
+ :http_endpoint_destination_configuration,
584
662
  :tags)
663
+ SENSITIVE = []
585
664
  include Aws::Structure
586
665
  end
587
666
 
@@ -593,6 +672,7 @@ module Aws::Firehose
593
672
  #
594
673
  class CreateDeliveryStreamOutput < Struct.new(
595
674
  :delivery_stream_arn)
675
+ SENSITIVE = []
596
676
  include Aws::Structure
597
677
  end
598
678
 
@@ -690,6 +770,7 @@ module Aws::Firehose
690
770
  :input_format_configuration,
691
771
  :output_format_configuration,
692
772
  :enabled)
773
+ SENSITIVE = []
693
774
  include Aws::Structure
694
775
  end
695
776
 
@@ -727,6 +808,7 @@ module Aws::Firehose
727
808
  class DeleteDeliveryStreamInput < Struct.new(
728
809
  :delivery_stream_name,
729
810
  :allow_force_delete)
811
+ SENSITIVE = []
730
812
  include Aws::Structure
731
813
  end
732
814
 
@@ -822,6 +904,7 @@ module Aws::Firehose
822
904
  :source,
823
905
  :destinations,
824
906
  :has_more_destinations)
907
+ SENSITIVE = []
825
908
  include Aws::Structure
826
909
  end
827
910
 
@@ -871,6 +954,7 @@ module Aws::Firehose
871
954
  :key_type,
872
955
  :status,
873
956
  :failure_description)
957
+ SENSITIVE = []
874
958
  include Aws::Structure
875
959
  end
876
960
 
@@ -929,6 +1013,7 @@ module Aws::Firehose
929
1013
  class DeliveryStreamEncryptionConfigurationInput < Struct.new(
930
1014
  :key_arn,
931
1015
  :key_type)
1016
+ SENSITIVE = []
932
1017
  include Aws::Structure
933
1018
  end
934
1019
 
@@ -962,6 +1047,7 @@ module Aws::Firehose
962
1047
  :delivery_stream_name,
963
1048
  :limit,
964
1049
  :exclusive_start_destination_id)
1050
+ SENSITIVE = []
965
1051
  include Aws::Structure
966
1052
  end
967
1053
 
@@ -973,6 +1059,7 @@ module Aws::Firehose
973
1059
  #
974
1060
  class DescribeDeliveryStreamOutput < Struct.new(
975
1061
  :delivery_stream_description)
1062
+ SENSITIVE = []
976
1063
  include Aws::Structure
977
1064
  end
978
1065
 
@@ -1026,6 +1113,7 @@ module Aws::Firehose
1026
1113
  class Deserializer < Struct.new(
1027
1114
  :open_x_json_ser_de,
1028
1115
  :hive_json_ser_de)
1116
+ SENSITIVE = []
1029
1117
  include Aws::Structure
1030
1118
  end
1031
1119
 
@@ -1055,6 +1143,10 @@ module Aws::Firehose
1055
1143
  # The destination in Splunk.
1056
1144
  # @return [Types::SplunkDestinationDescription]
1057
1145
  #
1146
+ # @!attribute [rw] http_endpoint_destination_description
1147
+ # Describes the specified HTTP endpoint destination.
1148
+ # @return [Types::HttpEndpointDestinationDescription]
1149
+ #
1058
1150
  # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/DestinationDescription AWS API Documentation
1059
1151
  #
1060
1152
  class DestinationDescription < Struct.new(
@@ -1063,7 +1155,9 @@ module Aws::Firehose
1063
1155
  :extended_s3_destination_description,
1064
1156
  :redshift_destination_description,
1065
1157
  :elasticsearch_destination_description,
1066
- :splunk_destination_description)
1158
+ :splunk_destination_description,
1159
+ :http_endpoint_destination_description)
1160
+ SENSITIVE = []
1067
1161
  include Aws::Structure
1068
1162
  end
1069
1163
 
@@ -1099,6 +1193,7 @@ module Aws::Firehose
1099
1193
  class ElasticsearchBufferingHints < Struct.new(
1100
1194
  :interval_in_seconds,
1101
1195
  :size_in_m_bs)
1196
+ SENSITIVE = []
1102
1197
  include Aws::Structure
1103
1198
  end
1104
1199
 
@@ -1248,6 +1343,9 @@ module Aws::Firehose
1248
1343
  # information, see [Amazon S3 Backup for the Amazon ES
1249
1344
  # Destination][1]. Default value is `FailedDocumentsOnly`.
1250
1345
  #
1346
+ # You can't change this backup mode after you create the delivery
1347
+ # stream.
1348
+ #
1251
1349
  #
1252
1350
  #
1253
1351
  # [1]: https://docs.aws.amazon.com/firehose/latest/dev/basic-deliver.html#es-s3-backup
@@ -1285,6 +1383,7 @@ module Aws::Firehose
1285
1383
  :processing_configuration,
1286
1384
  :cloud_watch_logging_options,
1287
1385
  :vpc_configuration)
1386
+ SENSITIVE = []
1288
1387
  include Aws::Structure
1289
1388
  end
1290
1389
 
@@ -1376,6 +1475,7 @@ module Aws::Firehose
1376
1475
  :processing_configuration,
1377
1476
  :cloud_watch_logging_options,
1378
1477
  :vpc_configuration_description)
1478
+ SENSITIVE = []
1379
1479
  include Aws::Structure
1380
1480
  end
1381
1481
 
@@ -1538,6 +1638,7 @@ module Aws::Firehose
1538
1638
  :s3_update,
1539
1639
  :processing_configuration,
1540
1640
  :cloud_watch_logging_options)
1641
+ SENSITIVE = []
1541
1642
  include Aws::Structure
1542
1643
  end
1543
1644
 
@@ -1563,6 +1664,7 @@ module Aws::Firehose
1563
1664
  #
1564
1665
  class ElasticsearchRetryOptions < Struct.new(
1565
1666
  :duration_in_seconds)
1667
+ SENSITIVE = []
1566
1668
  include Aws::Structure
1567
1669
  end
1568
1670
 
@@ -1592,6 +1694,7 @@ module Aws::Firehose
1592
1694
  class EncryptionConfiguration < Struct.new(
1593
1695
  :no_encryption_config,
1594
1696
  :kms_encryption_config)
1697
+ SENSITIVE = []
1595
1698
  include Aws::Structure
1596
1699
  end
1597
1700
 
@@ -1772,7 +1875,10 @@ module Aws::Firehose
1772
1875
  # @return [Types::ProcessingConfiguration]
1773
1876
  #
1774
1877
  # @!attribute [rw] s3_backup_mode
1775
- # The Amazon S3 backup mode.
1878
+ # The Amazon S3 backup mode. After you create a delivery stream, you
1879
+ # can update it to enable Amazon S3 backup if it is disabled. If
1880
+ # backup is enabled, you can't update the delivery stream to disable
1881
+ # it.
1776
1882
  # @return [String]
1777
1883
  #
1778
1884
  # @!attribute [rw] s3_backup_configuration
@@ -1800,6 +1906,7 @@ module Aws::Firehose
1800
1906
  :s3_backup_mode,
1801
1907
  :s3_backup_configuration,
1802
1908
  :data_format_conversion_configuration)
1909
+ SENSITIVE = []
1803
1910
  include Aws::Structure
1804
1911
  end
1805
1912
 
@@ -1896,6 +2003,7 @@ module Aws::Firehose
1896
2003
  :s3_backup_mode,
1897
2004
  :s3_backup_description,
1898
2005
  :data_format_conversion_configuration)
2006
+ SENSITIVE = []
1899
2007
  include Aws::Structure
1900
2008
  end
1901
2009
 
@@ -2076,7 +2184,9 @@ module Aws::Firehose
2076
2184
  # @return [Types::ProcessingConfiguration]
2077
2185
  #
2078
2186
  # @!attribute [rw] s3_backup_mode
2079
- # Enables or disables Amazon S3 backup mode.
2187
+ # You can update a delivery stream to enable Amazon S3 backup if it is
2188
+ # disabled. If backup is enabled, you can't update the delivery
2189
+ # stream to disable it.
2080
2190
  # @return [String]
2081
2191
  #
2082
2192
  # @!attribute [rw] s3_backup_update
@@ -2104,6 +2214,7 @@ module Aws::Firehose
2104
2214
  :s3_backup_mode,
2105
2215
  :s3_backup_update,
2106
2216
  :data_format_conversion_configuration)
2217
+ SENSITIVE = []
2107
2218
  include Aws::Structure
2108
2219
  end
2109
2220
 
@@ -2124,6 +2235,7 @@ module Aws::Firehose
2124
2235
  class FailureDescription < Struct.new(
2125
2236
  :type,
2126
2237
  :details)
2238
+ SENSITIVE = []
2127
2239
  include Aws::Structure
2128
2240
  end
2129
2241
 
@@ -2160,6 +2272,543 @@ module Aws::Firehose
2160
2272
  #
2161
2273
  class HiveJsonSerDe < Struct.new(
2162
2274
  :timestamp_formats)
2275
+ SENSITIVE = []
2276
+ include Aws::Structure
2277
+ end
2278
+
2279
+ # Describes the buffering options that can be applied before data is
2280
+ # delivered to the HTTP endpoint destination. Kinesis Data Firehose
2281
+ # treats these options as hints, and it might choose to use more optimal
2282
+ # values. The `SizeInMBs` and `IntervalInSeconds` parameters are
2283
+ # optional. However, if specify a value for one of them, you must also
2284
+ # provide a value for the other.
2285
+ #
2286
+ # @note When making an API call, you may pass HttpEndpointBufferingHints
2287
+ # data as a hash:
2288
+ #
2289
+ # {
2290
+ # size_in_m_bs: 1,
2291
+ # interval_in_seconds: 1,
2292
+ # }
2293
+ #
2294
+ # @!attribute [rw] size_in_m_bs
2295
+ # Buffer incoming data to the specified size, in MBs, before
2296
+ # delivering it to the destination. The default value is 5.
2297
+ #
2298
+ # We recommend setting this parameter to a value greater than the
2299
+ # amount of data you typically ingest into the delivery stream in 10
2300
+ # seconds. For example, if you typically ingest data at 1 MB/sec, the
2301
+ # value should be 10 MB or higher.
2302
+ # @return [Integer]
2303
+ #
2304
+ # @!attribute [rw] interval_in_seconds
2305
+ # Buffer incoming data for the specified period of time, in seconds,
2306
+ # before delivering it to the destination. The default value is 300 (5
2307
+ # minutes).
2308
+ # @return [Integer]
2309
+ #
2310
+ # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/HttpEndpointBufferingHints AWS API Documentation
2311
+ #
2312
+ class HttpEndpointBufferingHints < Struct.new(
2313
+ :size_in_m_bs,
2314
+ :interval_in_seconds)
2315
+ SENSITIVE = []
2316
+ include Aws::Structure
2317
+ end
2318
+
2319
+ # Describes the metadata that's delivered to the specified HTTP
2320
+ # endpoint destination.
2321
+ #
2322
+ # @note When making an API call, you may pass HttpEndpointCommonAttribute
2323
+ # data as a hash:
2324
+ #
2325
+ # {
2326
+ # attribute_name: "HttpEndpointAttributeName", # required
2327
+ # attribute_value: "HttpEndpointAttributeValue", # required
2328
+ # }
2329
+ #
2330
+ # @!attribute [rw] attribute_name
2331
+ # The name of the HTTP endpoint common attribute.
2332
+ # @return [String]
2333
+ #
2334
+ # @!attribute [rw] attribute_value
2335
+ # The value of the HTTP endpoint common attribute.
2336
+ # @return [String]
2337
+ #
2338
+ # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/HttpEndpointCommonAttribute AWS API Documentation
2339
+ #
2340
+ class HttpEndpointCommonAttribute < Struct.new(
2341
+ :attribute_name,
2342
+ :attribute_value)
2343
+ SENSITIVE = [:attribute_name, :attribute_value]
2344
+ include Aws::Structure
2345
+ end
2346
+
2347
+ # Describes the configuration of the HTTP endpoint to which Kinesis
2348
+ # Firehose delivers data.
2349
+ #
2350
+ # @note When making an API call, you may pass HttpEndpointConfiguration
2351
+ # data as a hash:
2352
+ #
2353
+ # {
2354
+ # url: "HttpEndpointUrl", # required
2355
+ # name: "HttpEndpointName",
2356
+ # access_key: "HttpEndpointAccessKey",
2357
+ # }
2358
+ #
2359
+ # @!attribute [rw] url
2360
+ # The URL of the HTTP endpoint selected as the destination.
2361
+ # @return [String]
2362
+ #
2363
+ # @!attribute [rw] name
2364
+ # The name of the HTTP endpoint selected as the destination.
2365
+ # @return [String]
2366
+ #
2367
+ # @!attribute [rw] access_key
2368
+ # The access key required for Kinesis Firehose to authenticate with
2369
+ # the HTTP endpoint selected as the destination.
2370
+ # @return [String]
2371
+ #
2372
+ # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/HttpEndpointConfiguration AWS API Documentation
2373
+ #
2374
+ class HttpEndpointConfiguration < Struct.new(
2375
+ :url,
2376
+ :name,
2377
+ :access_key)
2378
+ SENSITIVE = [:url, :access_key]
2379
+ include Aws::Structure
2380
+ end
2381
+
2382
+ # Describes the HTTP endpoint selected as the destination.
2383
+ #
2384
+ # @!attribute [rw] url
2385
+ # The URL of the HTTP endpoint selected as the destination.
2386
+ # @return [String]
2387
+ #
2388
+ # @!attribute [rw] name
2389
+ # The name of the HTTP endpoint selected as the destination.
2390
+ # @return [String]
2391
+ #
2392
+ # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/HttpEndpointDescription AWS API Documentation
2393
+ #
2394
+ class HttpEndpointDescription < Struct.new(
2395
+ :url,
2396
+ :name)
2397
+ SENSITIVE = [:url]
2398
+ include Aws::Structure
2399
+ end
2400
+
2401
+ # Describes the configuration of the HTTP endpoint destination.
2402
+ #
2403
+ # @note When making an API call, you may pass HttpEndpointDestinationConfiguration
2404
+ # data as a hash:
2405
+ #
2406
+ # {
2407
+ # endpoint_configuration: { # required
2408
+ # url: "HttpEndpointUrl", # required
2409
+ # name: "HttpEndpointName",
2410
+ # access_key: "HttpEndpointAccessKey",
2411
+ # },
2412
+ # buffering_hints: {
2413
+ # size_in_m_bs: 1,
2414
+ # interval_in_seconds: 1,
2415
+ # },
2416
+ # cloud_watch_logging_options: {
2417
+ # enabled: false,
2418
+ # log_group_name: "LogGroupName",
2419
+ # log_stream_name: "LogStreamName",
2420
+ # },
2421
+ # request_configuration: {
2422
+ # content_encoding: "NONE", # accepts NONE, GZIP
2423
+ # common_attributes: [
2424
+ # {
2425
+ # attribute_name: "HttpEndpointAttributeName", # required
2426
+ # attribute_value: "HttpEndpointAttributeValue", # required
2427
+ # },
2428
+ # ],
2429
+ # },
2430
+ # processing_configuration: {
2431
+ # enabled: false,
2432
+ # processors: [
2433
+ # {
2434
+ # type: "Lambda", # required, accepts Lambda
2435
+ # parameters: [
2436
+ # {
2437
+ # parameter_name: "LambdaArn", # required, accepts LambdaArn, NumberOfRetries, RoleArn, BufferSizeInMBs, BufferIntervalInSeconds
2438
+ # parameter_value: "ProcessorParameterValue", # required
2439
+ # },
2440
+ # ],
2441
+ # },
2442
+ # ],
2443
+ # },
2444
+ # role_arn: "RoleARN",
2445
+ # retry_options: {
2446
+ # duration_in_seconds: 1,
2447
+ # },
2448
+ # s3_backup_mode: "FailedDataOnly", # accepts FailedDataOnly, AllData
2449
+ # s3_configuration: { # required
2450
+ # role_arn: "RoleARN", # required
2451
+ # bucket_arn: "BucketARN", # required
2452
+ # prefix: "Prefix",
2453
+ # error_output_prefix: "ErrorOutputPrefix",
2454
+ # buffering_hints: {
2455
+ # size_in_m_bs: 1,
2456
+ # interval_in_seconds: 1,
2457
+ # },
2458
+ # compression_format: "UNCOMPRESSED", # accepts UNCOMPRESSED, GZIP, ZIP, Snappy, HADOOP_SNAPPY
2459
+ # encryption_configuration: {
2460
+ # no_encryption_config: "NoEncryption", # accepts NoEncryption
2461
+ # kms_encryption_config: {
2462
+ # awskms_key_arn: "AWSKMSKeyARN", # required
2463
+ # },
2464
+ # },
2465
+ # cloud_watch_logging_options: {
2466
+ # enabled: false,
2467
+ # log_group_name: "LogGroupName",
2468
+ # log_stream_name: "LogStreamName",
2469
+ # },
2470
+ # },
2471
+ # }
2472
+ #
2473
+ # @!attribute [rw] endpoint_configuration
2474
+ # The configuration of the HTTP endpoint selected as the destination.
2475
+ # @return [Types::HttpEndpointConfiguration]
2476
+ #
2477
+ # @!attribute [rw] buffering_hints
2478
+ # The buffering options that can be used before data is delivered to
2479
+ # the specified destination. Kinesis Data Firehose treats these
2480
+ # options as hints, and it might choose to use more optimal values.
2481
+ # The `SizeInMBs` and `IntervalInSeconds` parameters are optional.
2482
+ # However, if you specify a value for one of them, you must also
2483
+ # provide a value for the other.
2484
+ # @return [Types::HttpEndpointBufferingHints]
2485
+ #
2486
+ # @!attribute [rw] cloud_watch_logging_options
2487
+ # Describes the Amazon CloudWatch logging options for your delivery
2488
+ # stream.
2489
+ # @return [Types::CloudWatchLoggingOptions]
2490
+ #
2491
+ # @!attribute [rw] request_configuration
2492
+ # The configuration of the requeste sent to the HTTP endpoint
2493
+ # specified as the destination.
2494
+ # @return [Types::HttpEndpointRequestConfiguration]
2495
+ #
2496
+ # @!attribute [rw] processing_configuration
2497
+ # Describes a data processing configuration.
2498
+ # @return [Types::ProcessingConfiguration]
2499
+ #
2500
+ # @!attribute [rw] role_arn
2501
+ # Kinesis Data Firehose uses this IAM role for all the permissions
2502
+ # that the delivery stream needs.
2503
+ # @return [String]
2504
+ #
2505
+ # @!attribute [rw] retry_options
2506
+ # Describes the retry behavior in case Kinesis Data Firehose is unable
2507
+ # to deliver data to the specified HTTP endpoint destination, or if it
2508
+ # doesn't receive a valid acknowledgment of receipt from the
2509
+ # specified HTTP endpoint destination.
2510
+ # @return [Types::HttpEndpointRetryOptions]
2511
+ #
2512
+ # @!attribute [rw] s3_backup_mode
2513
+ # Describes the S3 bucket backup options for the data that Kinesis
2514
+ # Data Firehose delivers to the HTTP endpoint destination. You can
2515
+ # back up all documents (`AllData`) or only the documents that Kinesis
2516
+ # Data Firehose could not deliver to the specified HTTP endpoint
2517
+ # destination (`FailedDataOnly`).
2518
+ # @return [String]
2519
+ #
2520
+ # @!attribute [rw] s3_configuration
2521
+ # Describes the configuration of a destination in Amazon S3.
2522
+ # @return [Types::S3DestinationConfiguration]
2523
+ #
2524
+ # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/HttpEndpointDestinationConfiguration AWS API Documentation
2525
+ #
2526
+ class HttpEndpointDestinationConfiguration < Struct.new(
2527
+ :endpoint_configuration,
2528
+ :buffering_hints,
2529
+ :cloud_watch_logging_options,
2530
+ :request_configuration,
2531
+ :processing_configuration,
2532
+ :role_arn,
2533
+ :retry_options,
2534
+ :s3_backup_mode,
2535
+ :s3_configuration)
2536
+ SENSITIVE = []
2537
+ include Aws::Structure
2538
+ end
2539
+
2540
+ # Describes the HTTP endpoint destination.
2541
+ #
2542
+ # @!attribute [rw] endpoint_configuration
2543
+ # The configuration of the specified HTTP endpoint destination.
2544
+ # @return [Types::HttpEndpointDescription]
2545
+ #
2546
+ # @!attribute [rw] buffering_hints
2547
+ # Describes buffering options that can be applied to the data before
2548
+ # it is delivered to the HTTPS endpoint destination. Kinesis Data
2549
+ # Firehose teats these options as hints, and it might choose to use
2550
+ # more optimal values. The `SizeInMBs` and `IntervalInSeconds`
2551
+ # parameters are optional. However, if specify a value for one of
2552
+ # them, you must also provide a value for the other.
2553
+ # @return [Types::HttpEndpointBufferingHints]
2554
+ #
2555
+ # @!attribute [rw] cloud_watch_logging_options
2556
+ # Describes the Amazon CloudWatch logging options for your delivery
2557
+ # stream.
2558
+ # @return [Types::CloudWatchLoggingOptions]
2559
+ #
2560
+ # @!attribute [rw] request_configuration
2561
+ # The configuration of request sent to the HTTP endpoint specified as
2562
+ # the destination.
2563
+ # @return [Types::HttpEndpointRequestConfiguration]
2564
+ #
2565
+ # @!attribute [rw] processing_configuration
2566
+ # Describes a data processing configuration.
2567
+ # @return [Types::ProcessingConfiguration]
2568
+ #
2569
+ # @!attribute [rw] role_arn
2570
+ # Kinesis Data Firehose uses this IAM role for all the permissions
2571
+ # that the delivery stream needs.
2572
+ # @return [String]
2573
+ #
2574
+ # @!attribute [rw] retry_options
2575
+ # Describes the retry behavior in case Kinesis Data Firehose is unable
2576
+ # to deliver data to the specified HTTP endpoint destination, or if it
2577
+ # doesn't receive a valid acknowledgment of receipt from the
2578
+ # specified HTTP endpoint destination.
2579
+ # @return [Types::HttpEndpointRetryOptions]
2580
+ #
2581
+ # @!attribute [rw] s3_backup_mode
2582
+ # Describes the S3 bucket backup options for the data that Kinesis
2583
+ # Firehose delivers to the HTTP endpoint destination. You can back up
2584
+ # all documents (`AllData`) or only the documents that Kinesis Data
2585
+ # Firehose could not deliver to the specified HTTP endpoint
2586
+ # destination (`FailedDataOnly`).
2587
+ # @return [String]
2588
+ #
2589
+ # @!attribute [rw] s3_destination_description
2590
+ # Describes a destination in Amazon S3.
2591
+ # @return [Types::S3DestinationDescription]
2592
+ #
2593
+ # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/HttpEndpointDestinationDescription AWS API Documentation
2594
+ #
2595
+ class HttpEndpointDestinationDescription < Struct.new(
2596
+ :endpoint_configuration,
2597
+ :buffering_hints,
2598
+ :cloud_watch_logging_options,
2599
+ :request_configuration,
2600
+ :processing_configuration,
2601
+ :role_arn,
2602
+ :retry_options,
2603
+ :s3_backup_mode,
2604
+ :s3_destination_description)
2605
+ SENSITIVE = []
2606
+ include Aws::Structure
2607
+ end
2608
+
2609
+ # Updates the specified HTTP endpoint destination.
2610
+ #
2611
+ # @note When making an API call, you may pass HttpEndpointDestinationUpdate
2612
+ # data as a hash:
2613
+ #
2614
+ # {
2615
+ # endpoint_configuration: {
2616
+ # url: "HttpEndpointUrl", # required
2617
+ # name: "HttpEndpointName",
2618
+ # access_key: "HttpEndpointAccessKey",
2619
+ # },
2620
+ # buffering_hints: {
2621
+ # size_in_m_bs: 1,
2622
+ # interval_in_seconds: 1,
2623
+ # },
2624
+ # cloud_watch_logging_options: {
2625
+ # enabled: false,
2626
+ # log_group_name: "LogGroupName",
2627
+ # log_stream_name: "LogStreamName",
2628
+ # },
2629
+ # request_configuration: {
2630
+ # content_encoding: "NONE", # accepts NONE, GZIP
2631
+ # common_attributes: [
2632
+ # {
2633
+ # attribute_name: "HttpEndpointAttributeName", # required
2634
+ # attribute_value: "HttpEndpointAttributeValue", # required
2635
+ # },
2636
+ # ],
2637
+ # },
2638
+ # processing_configuration: {
2639
+ # enabled: false,
2640
+ # processors: [
2641
+ # {
2642
+ # type: "Lambda", # required, accepts Lambda
2643
+ # parameters: [
2644
+ # {
2645
+ # parameter_name: "LambdaArn", # required, accepts LambdaArn, NumberOfRetries, RoleArn, BufferSizeInMBs, BufferIntervalInSeconds
2646
+ # parameter_value: "ProcessorParameterValue", # required
2647
+ # },
2648
+ # ],
2649
+ # },
2650
+ # ],
2651
+ # },
2652
+ # role_arn: "RoleARN",
2653
+ # retry_options: {
2654
+ # duration_in_seconds: 1,
2655
+ # },
2656
+ # s3_backup_mode: "FailedDataOnly", # accepts FailedDataOnly, AllData
2657
+ # s3_update: {
2658
+ # role_arn: "RoleARN",
2659
+ # bucket_arn: "BucketARN",
2660
+ # prefix: "Prefix",
2661
+ # error_output_prefix: "ErrorOutputPrefix",
2662
+ # buffering_hints: {
2663
+ # size_in_m_bs: 1,
2664
+ # interval_in_seconds: 1,
2665
+ # },
2666
+ # compression_format: "UNCOMPRESSED", # accepts UNCOMPRESSED, GZIP, ZIP, Snappy, HADOOP_SNAPPY
2667
+ # encryption_configuration: {
2668
+ # no_encryption_config: "NoEncryption", # accepts NoEncryption
2669
+ # kms_encryption_config: {
2670
+ # awskms_key_arn: "AWSKMSKeyARN", # required
2671
+ # },
2672
+ # },
2673
+ # cloud_watch_logging_options: {
2674
+ # enabled: false,
2675
+ # log_group_name: "LogGroupName",
2676
+ # log_stream_name: "LogStreamName",
2677
+ # },
2678
+ # },
2679
+ # }
2680
+ #
2681
+ # @!attribute [rw] endpoint_configuration
2682
+ # Describes the configuration of the HTTP endpoint destination.
2683
+ # @return [Types::HttpEndpointConfiguration]
2684
+ #
2685
+ # @!attribute [rw] buffering_hints
2686
+ # Describes buffering options that can be applied to the data before
2687
+ # it is delivered to the HTTPS endpoint destination. Kinesis Data
2688
+ # Firehose teats these options as hints, and it might choose to use
2689
+ # more optimal values. The `SizeInMBs` and `IntervalInSeconds`
2690
+ # parameters are optional. However, if specify a value for one of
2691
+ # them, you must also provide a value for the other.
2692
+ # @return [Types::HttpEndpointBufferingHints]
2693
+ #
2694
+ # @!attribute [rw] cloud_watch_logging_options
2695
+ # Describes the Amazon CloudWatch logging options for your delivery
2696
+ # stream.
2697
+ # @return [Types::CloudWatchLoggingOptions]
2698
+ #
2699
+ # @!attribute [rw] request_configuration
2700
+ # The configuration of the request sent to the HTTP endpoint specified
2701
+ # as the destination.
2702
+ # @return [Types::HttpEndpointRequestConfiguration]
2703
+ #
2704
+ # @!attribute [rw] processing_configuration
2705
+ # Describes a data processing configuration.
2706
+ # @return [Types::ProcessingConfiguration]
2707
+ #
2708
+ # @!attribute [rw] role_arn
2709
+ # Kinesis Data Firehose uses this IAM role for all the permissions
2710
+ # that the delivery stream needs.
2711
+ # @return [String]
2712
+ #
2713
+ # @!attribute [rw] retry_options
2714
+ # Describes the retry behavior in case Kinesis Data Firehose is unable
2715
+ # to deliver data to the specified HTTP endpoint destination, or if it
2716
+ # doesn't receive a valid acknowledgment of receipt from the
2717
+ # specified HTTP endpoint destination.
2718
+ # @return [Types::HttpEndpointRetryOptions]
2719
+ #
2720
+ # @!attribute [rw] s3_backup_mode
2721
+ # Describes the S3 bucket backup options for the data that Kinesis
2722
+ # Firehose delivers to the HTTP endpoint destination. You can back up
2723
+ # all documents (`AllData`) or only the documents that Kinesis Data
2724
+ # Firehose could not deliver to the specified HTTP endpoint
2725
+ # destination (`FailedDataOnly`).
2726
+ # @return [String]
2727
+ #
2728
+ # @!attribute [rw] s3_update
2729
+ # Describes an update for a destination in Amazon S3.
2730
+ # @return [Types::S3DestinationUpdate]
2731
+ #
2732
+ # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/HttpEndpointDestinationUpdate AWS API Documentation
2733
+ #
2734
+ class HttpEndpointDestinationUpdate < Struct.new(
2735
+ :endpoint_configuration,
2736
+ :buffering_hints,
2737
+ :cloud_watch_logging_options,
2738
+ :request_configuration,
2739
+ :processing_configuration,
2740
+ :role_arn,
2741
+ :retry_options,
2742
+ :s3_backup_mode,
2743
+ :s3_update)
2744
+ SENSITIVE = []
2745
+ include Aws::Structure
2746
+ end
2747
+
2748
+ # The configuration of the HTTP endpoint request.
2749
+ #
2750
+ # @note When making an API call, you may pass HttpEndpointRequestConfiguration
2751
+ # data as a hash:
2752
+ #
2753
+ # {
2754
+ # content_encoding: "NONE", # accepts NONE, GZIP
2755
+ # common_attributes: [
2756
+ # {
2757
+ # attribute_name: "HttpEndpointAttributeName", # required
2758
+ # attribute_value: "HttpEndpointAttributeValue", # required
2759
+ # },
2760
+ # ],
2761
+ # }
2762
+ #
2763
+ # @!attribute [rw] content_encoding
2764
+ # Kinesis Data Firehose uses the content encoding to compress the body
2765
+ # of a request before sending the request to the destination. For more
2766
+ # information, see [Content-Encoding][1] in MDN Web Docs, the official
2767
+ # Mozilla documentation.
2768
+ #
2769
+ #
2770
+ #
2771
+ # [1]: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Encoding
2772
+ # @return [String]
2773
+ #
2774
+ # @!attribute [rw] common_attributes
2775
+ # Describes the metadata sent to the HTTP endpoint destination.
2776
+ # @return [Array<Types::HttpEndpointCommonAttribute>]
2777
+ #
2778
+ # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/HttpEndpointRequestConfiguration AWS API Documentation
2779
+ #
2780
+ class HttpEndpointRequestConfiguration < Struct.new(
2781
+ :content_encoding,
2782
+ :common_attributes)
2783
+ SENSITIVE = []
2784
+ include Aws::Structure
2785
+ end
2786
+
2787
+ # Describes the retry behavior in case Kinesis Data Firehose is unable
2788
+ # to deliver data to the specified HTTP endpoint destination, or if it
2789
+ # doesn't receive a valid acknowledgment of receipt from the specified
2790
+ # HTTP endpoint destination.
2791
+ #
2792
+ # @note When making an API call, you may pass HttpEndpointRetryOptions
2793
+ # data as a hash:
2794
+ #
2795
+ # {
2796
+ # duration_in_seconds: 1,
2797
+ # }
2798
+ #
2799
+ # @!attribute [rw] duration_in_seconds
2800
+ # The total amount of time that Kinesis Data Firehose spends on
2801
+ # retries. This duration starts after the initial attempt to send data
2802
+ # to the custom destination via HTTPS endpoint fails. It doesn't
2803
+ # include the periods during which Kinesis Data Firehose waits for
2804
+ # acknowledgment from the specified destination after each attempt.
2805
+ # @return [Integer]
2806
+ #
2807
+ # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/HttpEndpointRetryOptions AWS API Documentation
2808
+ #
2809
+ class HttpEndpointRetryOptions < Struct.new(
2810
+ :duration_in_seconds)
2811
+ SENSITIVE = []
2163
2812
  include Aws::Structure
2164
2813
  end
2165
2814
 
@@ -2195,6 +2844,7 @@ module Aws::Firehose
2195
2844
  #
2196
2845
  class InputFormatConfiguration < Struct.new(
2197
2846
  :deserializer)
2847
+ SENSITIVE = []
2198
2848
  include Aws::Structure
2199
2849
  end
2200
2850
 
@@ -2208,6 +2858,7 @@ module Aws::Firehose
2208
2858
  #
2209
2859
  class InvalidArgumentException < Struct.new(
2210
2860
  :message)
2861
+ SENSITIVE = []
2211
2862
  include Aws::Structure
2212
2863
  end
2213
2864
 
@@ -2228,6 +2879,7 @@ module Aws::Firehose
2228
2879
  class InvalidKMSResourceException < Struct.new(
2229
2880
  :code,
2230
2881
  :message)
2882
+ SENSITIVE = []
2231
2883
  include Aws::Structure
2232
2884
  end
2233
2885
 
@@ -2255,6 +2907,7 @@ module Aws::Firehose
2255
2907
  #
2256
2908
  class KMSEncryptionConfig < Struct.new(
2257
2909
  :awskms_key_arn)
2910
+ SENSITIVE = []
2258
2911
  include Aws::Structure
2259
2912
  end
2260
2913
 
@@ -2293,6 +2946,7 @@ module Aws::Firehose
2293
2946
  class KinesisStreamSourceConfiguration < Struct.new(
2294
2947
  :kinesis_stream_arn,
2295
2948
  :role_arn)
2949
+ SENSITIVE = []
2296
2950
  include Aws::Structure
2297
2951
  end
2298
2952
 
@@ -2330,6 +2984,7 @@ module Aws::Firehose
2330
2984
  :kinesis_stream_arn,
2331
2985
  :role_arn,
2332
2986
  :delivery_start_timestamp)
2987
+ SENSITIVE = []
2333
2988
  include Aws::Structure
2334
2989
  end
2335
2990
 
@@ -2343,6 +2998,7 @@ module Aws::Firehose
2343
2998
  #
2344
2999
  class LimitExceededException < Struct.new(
2345
3000
  :message)
3001
+ SENSITIVE = []
2346
3002
  include Aws::Structure
2347
3003
  end
2348
3004
 
@@ -2386,6 +3042,7 @@ module Aws::Firehose
2386
3042
  :limit,
2387
3043
  :delivery_stream_type,
2388
3044
  :exclusive_start_delivery_stream_name)
3045
+ SENSITIVE = []
2389
3046
  include Aws::Structure
2390
3047
  end
2391
3048
 
@@ -2402,6 +3059,7 @@ module Aws::Firehose
2402
3059
  class ListDeliveryStreamsOutput < Struct.new(
2403
3060
  :delivery_stream_names,
2404
3061
  :has_more_delivery_streams)
3062
+ SENSITIVE = []
2405
3063
  include Aws::Structure
2406
3064
  end
2407
3065
 
@@ -2437,6 +3095,7 @@ module Aws::Firehose
2437
3095
  :delivery_stream_name,
2438
3096
  :exclusive_start_tag_key,
2439
3097
  :limit)
3098
+ SENSITIVE = []
2440
3099
  include Aws::Structure
2441
3100
  end
2442
3101
 
@@ -2457,6 +3116,7 @@ module Aws::Firehose
2457
3116
  class ListTagsForDeliveryStreamOutput < Struct.new(
2458
3117
  :tags,
2459
3118
  :has_more_tags)
3119
+ SENSITIVE = []
2460
3120
  include Aws::Structure
2461
3121
  end
2462
3122
 
@@ -2508,6 +3168,7 @@ module Aws::Firehose
2508
3168
  :convert_dots_in_json_keys_to_underscores,
2509
3169
  :case_insensitive,
2510
3170
  :column_to_json_key_mappings)
3171
+ SENSITIVE = []
2511
3172
  include Aws::Structure
2512
3173
  end
2513
3174
 
@@ -2615,6 +3276,7 @@ module Aws::Firehose
2615
3276
  :bloom_filter_false_positive_probability,
2616
3277
  :dictionary_key_threshold,
2617
3278
  :format_version)
3279
+ SENSITIVE = []
2618
3280
  include Aws::Structure
2619
3281
  end
2620
3282
 
@@ -2660,6 +3322,7 @@ module Aws::Firehose
2660
3322
  #
2661
3323
  class OutputFormatConfiguration < Struct.new(
2662
3324
  :serializer)
3325
+ SENSITIVE = []
2663
3326
  include Aws::Structure
2664
3327
  end
2665
3328
 
@@ -2727,6 +3390,7 @@ module Aws::Firehose
2727
3390
  :enable_dictionary_compression,
2728
3391
  :max_padding_bytes,
2729
3392
  :writer_version)
3393
+ SENSITIVE = []
2730
3394
  include Aws::Structure
2731
3395
  end
2732
3396
 
@@ -2763,6 +3427,7 @@ module Aws::Firehose
2763
3427
  class ProcessingConfiguration < Struct.new(
2764
3428
  :enabled,
2765
3429
  :processors)
3430
+ SENSITIVE = []
2766
3431
  include Aws::Structure
2767
3432
  end
2768
3433
 
@@ -2794,6 +3459,7 @@ module Aws::Firehose
2794
3459
  class Processor < Struct.new(
2795
3460
  :type,
2796
3461
  :parameters)
3462
+ SENSITIVE = []
2797
3463
  include Aws::Structure
2798
3464
  end
2799
3465
 
@@ -2820,6 +3486,7 @@ module Aws::Firehose
2820
3486
  class ProcessorParameter < Struct.new(
2821
3487
  :parameter_name,
2822
3488
  :parameter_value)
3489
+ SENSITIVE = []
2823
3490
  include Aws::Structure
2824
3491
  end
2825
3492
 
@@ -2848,6 +3515,7 @@ module Aws::Firehose
2848
3515
  class PutRecordBatchInput < Struct.new(
2849
3516
  :delivery_stream_name,
2850
3517
  :records)
3518
+ SENSITIVE = []
2851
3519
  include Aws::Structure
2852
3520
  end
2853
3521
 
@@ -2874,6 +3542,7 @@ module Aws::Firehose
2874
3542
  :failed_put_count,
2875
3543
  :encrypted,
2876
3544
  :request_responses)
3545
+ SENSITIVE = []
2877
3546
  include Aws::Structure
2878
3547
  end
2879
3548
 
@@ -2901,6 +3570,7 @@ module Aws::Firehose
2901
3570
  :record_id,
2902
3571
  :error_code,
2903
3572
  :error_message)
3573
+ SENSITIVE = []
2904
3574
  include Aws::Structure
2905
3575
  end
2906
3576
 
@@ -2927,6 +3597,7 @@ module Aws::Firehose
2927
3597
  class PutRecordInput < Struct.new(
2928
3598
  :delivery_stream_name,
2929
3599
  :record)
3600
+ SENSITIVE = []
2930
3601
  include Aws::Structure
2931
3602
  end
2932
3603
 
@@ -2944,6 +3615,7 @@ module Aws::Firehose
2944
3615
  class PutRecordOutput < Struct.new(
2945
3616
  :record_id,
2946
3617
  :encrypted)
3618
+ SENSITIVE = []
2947
3619
  include Aws::Structure
2948
3620
  end
2949
3621
 
@@ -2966,6 +3638,7 @@ module Aws::Firehose
2966
3638
  #
2967
3639
  class Record < Struct.new(
2968
3640
  :data)
3641
+ SENSITIVE = []
2969
3642
  include Aws::Structure
2970
3643
  end
2971
3644
 
@@ -3101,7 +3774,10 @@ module Aws::Firehose
3101
3774
  # @return [Types::ProcessingConfiguration]
3102
3775
  #
3103
3776
  # @!attribute [rw] s3_backup_mode
3104
- # The Amazon S3 backup mode.
3777
+ # The Amazon S3 backup mode. After you create a delivery stream, you
3778
+ # can update it to enable Amazon S3 backup if it is disabled. If
3779
+ # backup is enabled, you can't update the delivery stream to disable
3780
+ # it.
3105
3781
  # @return [String]
3106
3782
  #
3107
3783
  # @!attribute [rw] s3_backup_configuration
@@ -3126,6 +3802,7 @@ module Aws::Firehose
3126
3802
  :s3_backup_mode,
3127
3803
  :s3_backup_configuration,
3128
3804
  :cloud_watch_logging_options)
3805
+ SENSITIVE = [:username, :password]
3129
3806
  include Aws::Structure
3130
3807
  end
3131
3808
 
@@ -3192,6 +3869,7 @@ module Aws::Firehose
3192
3869
  :s3_backup_mode,
3193
3870
  :s3_backup_description,
3194
3871
  :cloud_watch_logging_options)
3872
+ SENSITIVE = [:username]
3195
3873
  include Aws::Structure
3196
3874
  end
3197
3875
 
@@ -3325,7 +4003,9 @@ module Aws::Firehose
3325
4003
  # @return [Types::ProcessingConfiguration]
3326
4004
  #
3327
4005
  # @!attribute [rw] s3_backup_mode
3328
- # The Amazon S3 backup mode.
4006
+ # You can update a delivery stream to enable Amazon S3 backup if it is
4007
+ # disabled. If backup is enabled, you can't update the delivery
4008
+ # stream to disable it.
3329
4009
  # @return [String]
3330
4010
  #
3331
4011
  # @!attribute [rw] s3_backup_update
@@ -3350,6 +4030,7 @@ module Aws::Firehose
3350
4030
  :s3_backup_mode,
3351
4031
  :s3_backup_update,
3352
4032
  :cloud_watch_logging_options)
4033
+ SENSITIVE = [:username, :password]
3353
4034
  include Aws::Structure
3354
4035
  end
3355
4036
 
@@ -3376,6 +4057,7 @@ module Aws::Firehose
3376
4057
  #
3377
4058
  class RedshiftRetryOptions < Struct.new(
3378
4059
  :duration_in_seconds)
4060
+ SENSITIVE = []
3379
4061
  include Aws::Structure
3380
4062
  end
3381
4063
 
@@ -3389,6 +4071,7 @@ module Aws::Firehose
3389
4071
  #
3390
4072
  class ResourceInUseException < Struct.new(
3391
4073
  :message)
4074
+ SENSITIVE = []
3392
4075
  include Aws::Structure
3393
4076
  end
3394
4077
 
@@ -3402,6 +4085,7 @@ module Aws::Firehose
3402
4085
  #
3403
4086
  class ResourceNotFoundException < Struct.new(
3404
4087
  :message)
4088
+ SENSITIVE = []
3405
4089
  include Aws::Structure
3406
4090
  end
3407
4091
 
@@ -3507,6 +4191,7 @@ module Aws::Firehose
3507
4191
  :compression_format,
3508
4192
  :encryption_configuration,
3509
4193
  :cloud_watch_logging_options)
4194
+ SENSITIVE = []
3510
4195
  include Aws::Structure
3511
4196
  end
3512
4197
 
@@ -3582,6 +4267,7 @@ module Aws::Firehose
3582
4267
  :compression_format,
3583
4268
  :encryption_configuration,
3584
4269
  :cloud_watch_logging_options)
4270
+ SENSITIVE = []
3585
4271
  include Aws::Structure
3586
4272
  end
3587
4273
 
@@ -3687,6 +4373,7 @@ module Aws::Firehose
3687
4373
  :compression_format,
3688
4374
  :encryption_configuration,
3689
4375
  :cloud_watch_logging_options)
4376
+ SENSITIVE = []
3690
4377
  include Aws::Structure
3691
4378
  end
3692
4379
 
@@ -3748,6 +4435,7 @@ module Aws::Firehose
3748
4435
  :table_name,
3749
4436
  :region,
3750
4437
  :version_id)
4438
+ SENSITIVE = []
3751
4439
  include Aws::Structure
3752
4440
  end
3753
4441
 
@@ -3811,6 +4499,7 @@ module Aws::Firehose
3811
4499
  class Serializer < Struct.new(
3812
4500
  :parquet_ser_de,
3813
4501
  :orc_ser_de)
4502
+ SENSITIVE = []
3814
4503
  include Aws::Structure
3815
4504
  end
3816
4505
 
@@ -3832,6 +4521,7 @@ module Aws::Firehose
3832
4521
  #
3833
4522
  class ServiceUnavailableException < Struct.new(
3834
4523
  :message)
4524
+ SENSITIVE = []
3835
4525
  include Aws::Structure
3836
4526
  end
3837
4527
 
@@ -3847,6 +4537,7 @@ module Aws::Firehose
3847
4537
  #
3848
4538
  class SourceDescription < Struct.new(
3849
4539
  :kinesis_stream_source_description)
4540
+ SENSITIVE = []
3850
4541
  include Aws::Structure
3851
4542
  end
3852
4543
 
@@ -3936,11 +4627,15 @@ module Aws::Firehose
3936
4627
  #
3937
4628
  # @!attribute [rw] s3_backup_mode
3938
4629
  # Defines how documents should be delivered to Amazon S3. When set to
3939
- # `FailedDocumentsOnly`, Kinesis Data Firehose writes any data that
3940
- # could not be indexed to the configured Amazon S3 destination. When
3941
- # set to `AllDocuments`, Kinesis Data Firehose delivers all incoming
3942
- # records to Amazon S3, and also writes failed documents to Amazon S3.
3943
- # Default value is `FailedDocumentsOnly`.
4630
+ # `FailedEventsOnly`, Kinesis Data Firehose writes any data that could
4631
+ # not be indexed to the configured Amazon S3 destination. When set to
4632
+ # `AllEvents`, Kinesis Data Firehose delivers all incoming records to
4633
+ # Amazon S3, and also writes failed documents to Amazon S3. The
4634
+ # default value is `FailedEventsOnly`.
4635
+ #
4636
+ # You can update this backup mode from `FailedEventsOnly` to
4637
+ # `AllEvents`. You can't update it from `AllEvents` to
4638
+ # `FailedEventsOnly`.
3944
4639
  # @return [String]
3945
4640
  #
3946
4641
  # @!attribute [rw] s3_configuration
@@ -3967,6 +4662,7 @@ module Aws::Firehose
3967
4662
  :s3_configuration,
3968
4663
  :processing_configuration,
3969
4664
  :cloud_watch_logging_options)
4665
+ SENSITIVE = []
3970
4666
  include Aws::Structure
3971
4667
  end
3972
4668
 
@@ -4032,6 +4728,7 @@ module Aws::Firehose
4032
4728
  :s3_destination_description,
4033
4729
  :processing_configuration,
4034
4730
  :cloud_watch_logging_options)
4731
+ SENSITIVE = []
4035
4732
  include Aws::Structure
4036
4733
  end
4037
4734
 
@@ -4120,12 +4817,16 @@ module Aws::Firehose
4120
4817
  # @return [Types::SplunkRetryOptions]
4121
4818
  #
4122
4819
  # @!attribute [rw] s3_backup_mode
4123
- # Defines how documents should be delivered to Amazon S3. When set to
4124
- # `FailedDocumentsOnly`, Kinesis Data Firehose writes any data that
4125
- # could not be indexed to the configured Amazon S3 destination. When
4126
- # set to `AllDocuments`, Kinesis Data Firehose delivers all incoming
4127
- # records to Amazon S3, and also writes failed documents to Amazon S3.
4128
- # Default value is `FailedDocumentsOnly`.
4820
+ # Specifies how you want Kinesis Data Firehose to back up documents to
4821
+ # Amazon S3. When set to `FailedDocumentsOnly`, Kinesis Data Firehose
4822
+ # writes any data that could not be indexed to the configured Amazon
4823
+ # S3 destination. When set to `AllEvents`, Kinesis Data Firehose
4824
+ # delivers all incoming records to Amazon S3, and also writes failed
4825
+ # documents to Amazon S3. The default value is `FailedEventsOnly`.
4826
+ #
4827
+ # You can update this backup mode from `FailedEventsOnly` to
4828
+ # `AllEvents`. You can't update it from `AllEvents` to
4829
+ # `FailedEventsOnly`.
4129
4830
  # @return [String]
4130
4831
  #
4131
4832
  # @!attribute [rw] s3_update
@@ -4152,6 +4853,7 @@ module Aws::Firehose
4152
4853
  :s3_update,
4153
4854
  :processing_configuration,
4154
4855
  :cloud_watch_logging_options)
4856
+ SENSITIVE = []
4155
4857
  include Aws::Structure
4156
4858
  end
4157
4859
 
@@ -4178,6 +4880,7 @@ module Aws::Firehose
4178
4880
  #
4179
4881
  class SplunkRetryOptions < Struct.new(
4180
4882
  :duration_in_seconds)
4883
+ SENSITIVE = []
4181
4884
  include Aws::Structure
4182
4885
  end
4183
4886
 
@@ -4207,6 +4910,7 @@ module Aws::Firehose
4207
4910
  class StartDeliveryStreamEncryptionInput < Struct.new(
4208
4911
  :delivery_stream_name,
4209
4912
  :delivery_stream_encryption_configuration_input)
4913
+ SENSITIVE = []
4210
4914
  include Aws::Structure
4211
4915
  end
4212
4916
 
@@ -4230,6 +4934,7 @@ module Aws::Firehose
4230
4934
  #
4231
4935
  class StopDeliveryStreamEncryptionInput < Struct.new(
4232
4936
  :delivery_stream_name)
4937
+ SENSITIVE = []
4233
4938
  include Aws::Structure
4234
4939
  end
4235
4940
 
@@ -4265,6 +4970,7 @@ module Aws::Firehose
4265
4970
  class Tag < Struct.new(
4266
4971
  :key,
4267
4972
  :value)
4973
+ SENSITIVE = []
4268
4974
  include Aws::Structure
4269
4975
  end
4270
4976
 
@@ -4294,6 +5000,7 @@ module Aws::Firehose
4294
5000
  class TagDeliveryStreamInput < Struct.new(
4295
5001
  :delivery_stream_name,
4296
5002
  :tags)
5003
+ SENSITIVE = []
4297
5004
  include Aws::Structure
4298
5005
  end
4299
5006
 
@@ -4323,6 +5030,7 @@ module Aws::Firehose
4323
5030
  class UntagDeliveryStreamInput < Struct.new(
4324
5031
  :delivery_stream_name,
4325
5032
  :tag_keys)
5033
+ SENSITIVE = []
4326
5034
  include Aws::Structure
4327
5035
  end
4328
5036
 
@@ -4652,6 +5360,72 @@ module Aws::Firehose
4652
5360
  # log_stream_name: "LogStreamName",
4653
5361
  # },
4654
5362
  # },
5363
+ # http_endpoint_destination_update: {
5364
+ # endpoint_configuration: {
5365
+ # url: "HttpEndpointUrl", # required
5366
+ # name: "HttpEndpointName",
5367
+ # access_key: "HttpEndpointAccessKey",
5368
+ # },
5369
+ # buffering_hints: {
5370
+ # size_in_m_bs: 1,
5371
+ # interval_in_seconds: 1,
5372
+ # },
5373
+ # cloud_watch_logging_options: {
5374
+ # enabled: false,
5375
+ # log_group_name: "LogGroupName",
5376
+ # log_stream_name: "LogStreamName",
5377
+ # },
5378
+ # request_configuration: {
5379
+ # content_encoding: "NONE", # accepts NONE, GZIP
5380
+ # common_attributes: [
5381
+ # {
5382
+ # attribute_name: "HttpEndpointAttributeName", # required
5383
+ # attribute_value: "HttpEndpointAttributeValue", # required
5384
+ # },
5385
+ # ],
5386
+ # },
5387
+ # processing_configuration: {
5388
+ # enabled: false,
5389
+ # processors: [
5390
+ # {
5391
+ # type: "Lambda", # required, accepts Lambda
5392
+ # parameters: [
5393
+ # {
5394
+ # parameter_name: "LambdaArn", # required, accepts LambdaArn, NumberOfRetries, RoleArn, BufferSizeInMBs, BufferIntervalInSeconds
5395
+ # parameter_value: "ProcessorParameterValue", # required
5396
+ # },
5397
+ # ],
5398
+ # },
5399
+ # ],
5400
+ # },
5401
+ # role_arn: "RoleARN",
5402
+ # retry_options: {
5403
+ # duration_in_seconds: 1,
5404
+ # },
5405
+ # s3_backup_mode: "FailedDataOnly", # accepts FailedDataOnly, AllData
5406
+ # s3_update: {
5407
+ # role_arn: "RoleARN",
5408
+ # bucket_arn: "BucketARN",
5409
+ # prefix: "Prefix",
5410
+ # error_output_prefix: "ErrorOutputPrefix",
5411
+ # buffering_hints: {
5412
+ # size_in_m_bs: 1,
5413
+ # interval_in_seconds: 1,
5414
+ # },
5415
+ # compression_format: "UNCOMPRESSED", # accepts UNCOMPRESSED, GZIP, ZIP, Snappy, HADOOP_SNAPPY
5416
+ # encryption_configuration: {
5417
+ # no_encryption_config: "NoEncryption", # accepts NoEncryption
5418
+ # kms_encryption_config: {
5419
+ # awskms_key_arn: "AWSKMSKeyARN", # required
5420
+ # },
5421
+ # },
5422
+ # cloud_watch_logging_options: {
5423
+ # enabled: false,
5424
+ # log_group_name: "LogGroupName",
5425
+ # log_stream_name: "LogStreamName",
5426
+ # },
5427
+ # },
5428
+ # },
4655
5429
  # }
4656
5430
  #
4657
5431
  # @!attribute [rw] delivery_stream_name
@@ -4692,6 +5466,10 @@ module Aws::Firehose
4692
5466
  # Describes an update for a destination in Splunk.
4693
5467
  # @return [Types::SplunkDestinationUpdate]
4694
5468
  #
5469
+ # @!attribute [rw] http_endpoint_destination_update
5470
+ # Describes an update to the specified HTTP endpoint destination.
5471
+ # @return [Types::HttpEndpointDestinationUpdate]
5472
+ #
4695
5473
  # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/UpdateDestinationInput AWS API Documentation
4696
5474
  #
4697
5475
  class UpdateDestinationInput < Struct.new(
@@ -4702,7 +5480,9 @@ module Aws::Firehose
4702
5480
  :extended_s3_destination_update,
4703
5481
  :redshift_destination_update,
4704
5482
  :elasticsearch_destination_update,
4705
- :splunk_destination_update)
5483
+ :splunk_destination_update,
5484
+ :http_endpoint_destination_update)
5485
+ SENSITIVE = []
4706
5486
  include Aws::Structure
4707
5487
  end
4708
5488
 
@@ -4746,12 +5526,51 @@ module Aws::Firehose
4746
5526
  #
4747
5527
  # @!attribute [rw] role_arn
4748
5528
  # The ARN of the IAM role that you want the delivery stream to use to
4749
- # create endpoints in the destination VPC.
5529
+ # create endpoints in the destination VPC. You can use your existing
5530
+ # Kinesis Data Firehose delivery role or you can specify a new role.
5531
+ # In either case, make sure that the role trusts the Kinesis Data
5532
+ # Firehose service principal and that it grants the following
5533
+ # permissions:
5534
+ #
5535
+ # * `ec2:DescribeVpcs`
5536
+ #
5537
+ # * `ec2:DescribeVpcAttribute`
5538
+ #
5539
+ # * `ec2:DescribeSubnets`
5540
+ #
5541
+ # * `ec2:DescribeSecurityGroups`
5542
+ #
5543
+ # * `ec2:DescribeNetworkInterfaces`
5544
+ #
5545
+ # * `ec2:CreateNetworkInterface`
5546
+ #
5547
+ # * `ec2:CreateNetworkInterfacePermission`
5548
+ #
5549
+ # * `ec2:DeleteNetworkInterface`
5550
+ #
5551
+ # If you revoke these permissions after you create the delivery
5552
+ # stream, Kinesis Data Firehose can't scale out by creating more ENIs
5553
+ # when necessary. You might therefore see a degradation in
5554
+ # performance.
4750
5555
  # @return [String]
4751
5556
  #
4752
5557
  # @!attribute [rw] security_group_ids
4753
5558
  # The IDs of the security groups that you want Kinesis Data Firehose
4754
5559
  # to use when it creates ENIs in the VPC of the Amazon ES destination.
5560
+ # You can use the same security group that the Amazon ES domain uses
5561
+ # or different ones. If you specify different security groups here,
5562
+ # ensure that they allow outbound HTTPS traffic to the Amazon ES
5563
+ # domain's security group. Also ensure that the Amazon ES domain's
5564
+ # security group allows HTTPS traffic from the security groups
5565
+ # specified here. If you use the same security group for both your
5566
+ # delivery stream and the Amazon ES domain, make sure the security
5567
+ # group inbound rule allows HTTPS traffic. For more information about
5568
+ # security group rules, see [Security group rules][1] in the Amazon
5569
+ # VPC documentation.
5570
+ #
5571
+ #
5572
+ #
5573
+ # [1]: https://docs.aws.amazon.com/vpc/latest/userguide/VPC_SecurityGroups.html#SecurityGroupRules
4755
5574
  # @return [Array<String>]
4756
5575
  #
4757
5576
  # @see http://docs.aws.amazon.com/goto/WebAPI/firehose-2015-08-04/VpcConfiguration AWS API Documentation
@@ -4760,6 +5579,7 @@ module Aws::Firehose
4760
5579
  :subnet_ids,
4761
5580
  :role_arn,
4762
5581
  :security_group_ids)
5582
+ SENSITIVE = []
4763
5583
  include Aws::Structure
4764
5584
  end
4765
5585
 
@@ -4789,13 +5609,50 @@ module Aws::Firehose
4789
5609
  # @return [Array<String>]
4790
5610
  #
4791
5611
  # @!attribute [rw] role_arn
4792
- # The ARN of the IAM role that you want the delivery stream uses to
4793
- # create endpoints in the destination VPC.
5612
+ # The ARN of the IAM role that the delivery stream uses to create
5613
+ # endpoints in the destination VPC. You can use your existing Kinesis
5614
+ # Data Firehose delivery role or you can specify a new role. In either
5615
+ # case, make sure that the role trusts the Kinesis Data Firehose
5616
+ # service principal and that it grants the following permissions:
5617
+ #
5618
+ # * `ec2:DescribeVpcs`
5619
+ #
5620
+ # * `ec2:DescribeVpcAttribute`
5621
+ #
5622
+ # * `ec2:DescribeSubnets`
5623
+ #
5624
+ # * `ec2:DescribeSecurityGroups`
5625
+ #
5626
+ # * `ec2:DescribeNetworkInterfaces`
5627
+ #
5628
+ # * `ec2:CreateNetworkInterface`
5629
+ #
5630
+ # * `ec2:CreateNetworkInterfacePermission`
5631
+ #
5632
+ # * `ec2:DeleteNetworkInterface`
5633
+ #
5634
+ # If you revoke these permissions after you create the delivery
5635
+ # stream, Kinesis Data Firehose can't scale out by creating more ENIs
5636
+ # when necessary. You might therefore see a degradation in
5637
+ # performance.
4794
5638
  # @return [String]
4795
5639
  #
4796
5640
  # @!attribute [rw] security_group_ids
4797
5641
  # The IDs of the security groups that Kinesis Data Firehose uses when
4798
- # it creates ENIs in the VPC of the Amazon ES destination.
5642
+ # it creates ENIs in the VPC of the Amazon ES destination. You can use
5643
+ # the same security group that the Amazon ES domain uses or different
5644
+ # ones. If you specify different security groups, ensure that they
5645
+ # allow outbound HTTPS traffic to the Amazon ES domain's security
5646
+ # group. Also ensure that the Amazon ES domain's security group
5647
+ # allows HTTPS traffic from the security groups specified here. If you
5648
+ # use the same security group for both your delivery stream and the
5649
+ # Amazon ES domain, make sure the security group inbound rule allows
5650
+ # HTTPS traffic. For more information about security group rules, see
5651
+ # [Security group rules][1] in the Amazon VPC documentation.
5652
+ #
5653
+ #
5654
+ #
5655
+ # [1]: https://docs.aws.amazon.com/vpc/latest/userguide/VPC_SecurityGroups.html#SecurityGroupRules
4799
5656
  # @return [Array<String>]
4800
5657
  #
4801
5658
  # @!attribute [rw] vpc_id
@@ -4809,6 +5666,7 @@ module Aws::Firehose
4809
5666
  :role_arn,
4810
5667
  :security_group_ids,
4811
5668
  :vpc_id)
5669
+ SENSITIVE = []
4812
5670
  include Aws::Structure
4813
5671
  end
4814
5672