aws-sdk-firehose 1.40.0 → 1.44.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-firehose/client.rb +169 -1
- data/lib/aws-sdk-firehose/client_api.rb +67 -0
- data/lib/aws-sdk-firehose/types.rb +480 -0
- data/lib/aws-sdk-firehose.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 150bd16439a07bcf22b02bb441a2ad8c6963be0a7f2ad99904badb1cbacaee07
|
4
|
+
data.tar.gz: cb5afa622982581b63c976f0b94c42d4a557d32abe5a3b6841290477ff75521f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: efaa0766adf4fb101cf169d48d764465e91fd727f7c15f85c8ee1543d5303778a6dfadd5b7d38b8115a7c3979a838b4897bf8a3d93957a26a951aca0015b22eb
|
7
|
+
data.tar.gz: aaecb3fcd65b4a94e3df7e44f3bc767082aa7142e350ada4f3f28014eba922bd0cda99221ef82f993990a3ff32b16b28d88c6fdd76d36caa92e4b4e62c824a0d
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.44.0 (2021-11-04)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.43.0 (2021-10-18)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.42.0 (2021-10-07)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Allow support for Amazon Opensearch Service(successor to Amazon Elasticsearch Service) as a Kinesis Data Firehose delivery destination.
|
18
|
+
|
19
|
+
1.41.0 (2021-09-01)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
23
|
+
|
4
24
|
1.40.0 (2021-08-30)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.44.0
|
@@ -285,6 +285,15 @@ module Aws::Firehose
|
|
285
285
|
# ** Please note ** When response stubbing is enabled, no HTTP
|
286
286
|
# requests are made, and retries are disabled.
|
287
287
|
#
|
288
|
+
# @option options [Boolean] :use_dualstack_endpoint
|
289
|
+
# When set to `true`, dualstack enabled endpoints (with `.aws` TLD)
|
290
|
+
# will be used if available.
|
291
|
+
#
|
292
|
+
# @option options [Boolean] :use_fips_endpoint
|
293
|
+
# When set to `true`, fips compatible endpoints will be used if available.
|
294
|
+
# When a `fips` region is used, the region is normalized and this config
|
295
|
+
# is set to `true`.
|
296
|
+
#
|
288
297
|
# @option options [Boolean] :validate_params (true)
|
289
298
|
# When `true`, request parameters are validated before
|
290
299
|
# sending the request.
|
@@ -457,6 +466,8 @@ module Aws::Firehose
|
|
457
466
|
# @option params [Types::ElasticsearchDestinationConfiguration] :elasticsearch_destination_configuration
|
458
467
|
# The destination in Amazon ES. You can specify only one destination.
|
459
468
|
#
|
469
|
+
# @option params [Types::AmazonopensearchserviceDestinationConfiguration] :amazonopensearchservice_destination_configuration
|
470
|
+
#
|
460
471
|
# @option params [Types::SplunkDestinationConfiguration] :splunk_destination_configuration
|
461
472
|
# The destination in Splunk. You can specify only one destination.
|
462
473
|
#
|
@@ -771,6 +782,68 @@ module Aws::Firehose
|
|
771
782
|
# security_group_ids: ["NonEmptyStringWithoutWhitespace"], # required
|
772
783
|
# },
|
773
784
|
# },
|
785
|
+
# amazonopensearchservice_destination_configuration: {
|
786
|
+
# role_arn: "RoleARN", # required
|
787
|
+
# domain_arn: "AmazonopensearchserviceDomainARN",
|
788
|
+
# cluster_endpoint: "AmazonopensearchserviceClusterEndpoint",
|
789
|
+
# index_name: "AmazonopensearchserviceIndexName", # required
|
790
|
+
# type_name: "AmazonopensearchserviceTypeName",
|
791
|
+
# index_rotation_period: "NoRotation", # accepts NoRotation, OneHour, OneDay, OneWeek, OneMonth
|
792
|
+
# buffering_hints: {
|
793
|
+
# interval_in_seconds: 1,
|
794
|
+
# size_in_m_bs: 1,
|
795
|
+
# },
|
796
|
+
# retry_options: {
|
797
|
+
# duration_in_seconds: 1,
|
798
|
+
# },
|
799
|
+
# s3_backup_mode: "FailedDocumentsOnly", # accepts FailedDocumentsOnly, AllDocuments
|
800
|
+
# s3_configuration: { # required
|
801
|
+
# role_arn: "RoleARN", # required
|
802
|
+
# bucket_arn: "BucketARN", # required
|
803
|
+
# prefix: "Prefix",
|
804
|
+
# error_output_prefix: "ErrorOutputPrefix",
|
805
|
+
# buffering_hints: {
|
806
|
+
# size_in_m_bs: 1,
|
807
|
+
# interval_in_seconds: 1,
|
808
|
+
# },
|
809
|
+
# compression_format: "UNCOMPRESSED", # accepts UNCOMPRESSED, GZIP, ZIP, Snappy, HADOOP_SNAPPY
|
810
|
+
# encryption_configuration: {
|
811
|
+
# no_encryption_config: "NoEncryption", # accepts NoEncryption
|
812
|
+
# kms_encryption_config: {
|
813
|
+
# awskms_key_arn: "AWSKMSKeyARN", # required
|
814
|
+
# },
|
815
|
+
# },
|
816
|
+
# cloud_watch_logging_options: {
|
817
|
+
# enabled: false,
|
818
|
+
# log_group_name: "LogGroupName",
|
819
|
+
# log_stream_name: "LogStreamName",
|
820
|
+
# },
|
821
|
+
# },
|
822
|
+
# processing_configuration: {
|
823
|
+
# enabled: false,
|
824
|
+
# processors: [
|
825
|
+
# {
|
826
|
+
# type: "RecordDeAggregation", # required, accepts RecordDeAggregation, Lambda, MetadataExtraction, AppendDelimiterToRecord
|
827
|
+
# parameters: [
|
828
|
+
# {
|
829
|
+
# parameter_name: "LambdaArn", # required, accepts LambdaArn, NumberOfRetries, MetadataExtractionQuery, JsonParsingEngine, RoleArn, BufferSizeInMBs, BufferIntervalInSeconds, SubRecordType, Delimiter
|
830
|
+
# parameter_value: "ProcessorParameterValue", # required
|
831
|
+
# },
|
832
|
+
# ],
|
833
|
+
# },
|
834
|
+
# ],
|
835
|
+
# },
|
836
|
+
# cloud_watch_logging_options: {
|
837
|
+
# enabled: false,
|
838
|
+
# log_group_name: "LogGroupName",
|
839
|
+
# log_stream_name: "LogStreamName",
|
840
|
+
# },
|
841
|
+
# vpc_configuration: {
|
842
|
+
# subnet_ids: ["NonEmptyStringWithoutWhitespace"], # required
|
843
|
+
# role_arn: "RoleARN", # required
|
844
|
+
# security_group_ids: ["NonEmptyStringWithoutWhitespace"], # required
|
845
|
+
# },
|
846
|
+
# },
|
774
847
|
# splunk_destination_configuration: {
|
775
848
|
# hec_endpoint: "HECEndpoint", # required
|
776
849
|
# hec_endpoint_type: "Raw", # required, accepts Raw, Event
|
@@ -1171,6 +1244,43 @@ module Aws::Firehose
|
|
1171
1244
|
# resp.delivery_stream_description.destinations[0].elasticsearch_destination_description.vpc_configuration_description.security_group_ids #=> Array
|
1172
1245
|
# resp.delivery_stream_description.destinations[0].elasticsearch_destination_description.vpc_configuration_description.security_group_ids[0] #=> String
|
1173
1246
|
# resp.delivery_stream_description.destinations[0].elasticsearch_destination_description.vpc_configuration_description.vpc_id #=> String
|
1247
|
+
# resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.role_arn #=> String
|
1248
|
+
# resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.domain_arn #=> String
|
1249
|
+
# resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.cluster_endpoint #=> String
|
1250
|
+
# resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.index_name #=> String
|
1251
|
+
# resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.type_name #=> String
|
1252
|
+
# resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.index_rotation_period #=> String, one of "NoRotation", "OneHour", "OneDay", "OneWeek", "OneMonth"
|
1253
|
+
# resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.buffering_hints.interval_in_seconds #=> Integer
|
1254
|
+
# resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.buffering_hints.size_in_m_bs #=> Integer
|
1255
|
+
# resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.retry_options.duration_in_seconds #=> Integer
|
1256
|
+
# resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.s3_backup_mode #=> String, one of "FailedDocumentsOnly", "AllDocuments"
|
1257
|
+
# resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.s3_destination_description.role_arn #=> String
|
1258
|
+
# resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.s3_destination_description.bucket_arn #=> String
|
1259
|
+
# resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.s3_destination_description.prefix #=> String
|
1260
|
+
# resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.s3_destination_description.error_output_prefix #=> String
|
1261
|
+
# resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.s3_destination_description.buffering_hints.size_in_m_bs #=> Integer
|
1262
|
+
# resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.s3_destination_description.buffering_hints.interval_in_seconds #=> Integer
|
1263
|
+
# resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.s3_destination_description.compression_format #=> String, one of "UNCOMPRESSED", "GZIP", "ZIP", "Snappy", "HADOOP_SNAPPY"
|
1264
|
+
# resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.s3_destination_description.encryption_configuration.no_encryption_config #=> String, one of "NoEncryption"
|
1265
|
+
# resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.s3_destination_description.encryption_configuration.kms_encryption_config.awskms_key_arn #=> String
|
1266
|
+
# resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.s3_destination_description.cloud_watch_logging_options.enabled #=> Boolean
|
1267
|
+
# resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.s3_destination_description.cloud_watch_logging_options.log_group_name #=> String
|
1268
|
+
# resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.s3_destination_description.cloud_watch_logging_options.log_stream_name #=> String
|
1269
|
+
# resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.processing_configuration.enabled #=> Boolean
|
1270
|
+
# resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.processing_configuration.processors #=> Array
|
1271
|
+
# resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.processing_configuration.processors[0].type #=> String, one of "RecordDeAggregation", "Lambda", "MetadataExtraction", "AppendDelimiterToRecord"
|
1272
|
+
# resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.processing_configuration.processors[0].parameters #=> Array
|
1273
|
+
# 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"
|
1274
|
+
# resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.processing_configuration.processors[0].parameters[0].parameter_value #=> String
|
1275
|
+
# resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.cloud_watch_logging_options.enabled #=> Boolean
|
1276
|
+
# resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.cloud_watch_logging_options.log_group_name #=> String
|
1277
|
+
# resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.cloud_watch_logging_options.log_stream_name #=> String
|
1278
|
+
# resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.vpc_configuration_description.subnet_ids #=> Array
|
1279
|
+
# resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.vpc_configuration_description.subnet_ids[0] #=> String
|
1280
|
+
# resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.vpc_configuration_description.role_arn #=> String
|
1281
|
+
# resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.vpc_configuration_description.security_group_ids #=> Array
|
1282
|
+
# resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.vpc_configuration_description.security_group_ids[0] #=> String
|
1283
|
+
# resp.delivery_stream_description.destinations[0].amazonopensearchservice_destination_description.vpc_configuration_description.vpc_id #=> String
|
1174
1284
|
# resp.delivery_stream_description.destinations[0].splunk_destination_description.hec_endpoint #=> String
|
1175
1285
|
# resp.delivery_stream_description.destinations[0].splunk_destination_description.hec_endpoint_type #=> String, one of "Raw", "Event"
|
1176
1286
|
# resp.delivery_stream_description.destinations[0].splunk_destination_description.hec_token #=> String
|
@@ -1812,6 +1922,8 @@ module Aws::Firehose
|
|
1812
1922
|
# @option params [Types::ElasticsearchDestinationUpdate] :elasticsearch_destination_update
|
1813
1923
|
# Describes an update for a destination in Amazon ES.
|
1814
1924
|
#
|
1925
|
+
# @option params [Types::AmazonopensearchserviceDestinationUpdate] :amazonopensearchservice_destination_update
|
1926
|
+
#
|
1815
1927
|
# @option params [Types::SplunkDestinationUpdate] :splunk_destination_update
|
1816
1928
|
# Describes an update for a destination in Splunk.
|
1817
1929
|
#
|
@@ -2096,6 +2208,62 @@ module Aws::Firehose
|
|
2096
2208
|
# log_stream_name: "LogStreamName",
|
2097
2209
|
# },
|
2098
2210
|
# },
|
2211
|
+
# amazonopensearchservice_destination_update: {
|
2212
|
+
# role_arn: "RoleARN",
|
2213
|
+
# domain_arn: "AmazonopensearchserviceDomainARN",
|
2214
|
+
# cluster_endpoint: "AmazonopensearchserviceClusterEndpoint",
|
2215
|
+
# index_name: "AmazonopensearchserviceIndexName",
|
2216
|
+
# type_name: "AmazonopensearchserviceTypeName",
|
2217
|
+
# index_rotation_period: "NoRotation", # accepts NoRotation, OneHour, OneDay, OneWeek, OneMonth
|
2218
|
+
# buffering_hints: {
|
2219
|
+
# interval_in_seconds: 1,
|
2220
|
+
# size_in_m_bs: 1,
|
2221
|
+
# },
|
2222
|
+
# retry_options: {
|
2223
|
+
# duration_in_seconds: 1,
|
2224
|
+
# },
|
2225
|
+
# s3_update: {
|
2226
|
+
# role_arn: "RoleARN",
|
2227
|
+
# bucket_arn: "BucketARN",
|
2228
|
+
# prefix: "Prefix",
|
2229
|
+
# error_output_prefix: "ErrorOutputPrefix",
|
2230
|
+
# buffering_hints: {
|
2231
|
+
# size_in_m_bs: 1,
|
2232
|
+
# interval_in_seconds: 1,
|
2233
|
+
# },
|
2234
|
+
# compression_format: "UNCOMPRESSED", # accepts UNCOMPRESSED, GZIP, ZIP, Snappy, HADOOP_SNAPPY
|
2235
|
+
# encryption_configuration: {
|
2236
|
+
# no_encryption_config: "NoEncryption", # accepts NoEncryption
|
2237
|
+
# kms_encryption_config: {
|
2238
|
+
# awskms_key_arn: "AWSKMSKeyARN", # required
|
2239
|
+
# },
|
2240
|
+
# },
|
2241
|
+
# cloud_watch_logging_options: {
|
2242
|
+
# enabled: false,
|
2243
|
+
# log_group_name: "LogGroupName",
|
2244
|
+
# log_stream_name: "LogStreamName",
|
2245
|
+
# },
|
2246
|
+
# },
|
2247
|
+
# processing_configuration: {
|
2248
|
+
# enabled: false,
|
2249
|
+
# processors: [
|
2250
|
+
# {
|
2251
|
+
# type: "RecordDeAggregation", # required, accepts RecordDeAggregation, Lambda, MetadataExtraction, AppendDelimiterToRecord
|
2252
|
+
# parameters: [
|
2253
|
+
# {
|
2254
|
+
# parameter_name: "LambdaArn", # required, accepts LambdaArn, NumberOfRetries, MetadataExtractionQuery, JsonParsingEngine, RoleArn, BufferSizeInMBs, BufferIntervalInSeconds, SubRecordType, Delimiter
|
2255
|
+
# parameter_value: "ProcessorParameterValue", # required
|
2256
|
+
# },
|
2257
|
+
# ],
|
2258
|
+
# },
|
2259
|
+
# ],
|
2260
|
+
# },
|
2261
|
+
# cloud_watch_logging_options: {
|
2262
|
+
# enabled: false,
|
2263
|
+
# log_group_name: "LogGroupName",
|
2264
|
+
# log_stream_name: "LogStreamName",
|
2265
|
+
# },
|
2266
|
+
# },
|
2099
2267
|
# splunk_destination_update: {
|
2100
2268
|
# hec_endpoint: "HECEndpoint",
|
2101
2269
|
# hec_endpoint_type: "Raw", # accepts Raw, Event
|
@@ -2237,7 +2405,7 @@ module Aws::Firehose
|
|
2237
2405
|
params: params,
|
2238
2406
|
config: config)
|
2239
2407
|
context[:gem_name] = 'aws-sdk-firehose'
|
2240
|
-
context[:gem_version] = '1.
|
2408
|
+
context[:gem_version] = '1.44.0'
|
2241
2409
|
Seahorse::Client::Request.new(handlers, context)
|
2242
2410
|
end
|
2243
2411
|
|
@@ -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 = []
|
data/lib/aws-sdk-firehose.rb
CHANGED
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.
|
4
|
+
version: 1.44.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-
|
11
|
+
date: 2021-11-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.122.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.122.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -76,7 +76,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
76
76
|
requirements:
|
77
77
|
- - ">="
|
78
78
|
- !ruby/object:Gem::Version
|
79
|
-
version: '
|
79
|
+
version: '2.3'
|
80
80
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
81
81
|
requirements:
|
82
82
|
- - ">="
|