aws-sdk-firehose 1.62.0 → 1.63.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-firehose/client.rb +1 -1
- data/lib/aws-sdk-firehose/plugins/endpoints.rb +1 -0
- data/lib/aws-sdk-firehose.rb +1 -1
- data/sig/client.rbs +1401 -0
- data/sig/errors.rbs +42 -0
- data/sig/resource.rbs +80 -0
- data/sig/types.rbs +987 -0
- data/sig/waiters.rbs +13 -0
- metadata +9 -4
data/sig/client.rbs
ADDED
@@ -0,0 +1,1401 @@
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
2
|
+
#
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
5
|
+
#
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
7
|
+
|
8
|
+
module Aws
|
9
|
+
module Firehose
|
10
|
+
class Client < ::Seahorse::Client::Base
|
11
|
+
include ::Aws::ClientStubs
|
12
|
+
|
13
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Firehose/Client.html#initialize-instance_method
|
14
|
+
def self.new: (
|
15
|
+
?credentials: untyped,
|
16
|
+
?region: String,
|
17
|
+
?access_key_id: String,
|
18
|
+
?active_endpoint_cache: bool,
|
19
|
+
?adaptive_retry_wait_to_fill: bool,
|
20
|
+
?client_side_monitoring: bool,
|
21
|
+
?client_side_monitoring_client_id: String,
|
22
|
+
?client_side_monitoring_host: String,
|
23
|
+
?client_side_monitoring_port: Integer,
|
24
|
+
?client_side_monitoring_publisher: untyped,
|
25
|
+
?convert_params: bool,
|
26
|
+
?correct_clock_skew: bool,
|
27
|
+
?defaults_mode: String,
|
28
|
+
?disable_host_prefix_injection: bool,
|
29
|
+
?disable_request_compression: bool,
|
30
|
+
?endpoint: String,
|
31
|
+
?endpoint_cache_max_entries: Integer,
|
32
|
+
?endpoint_cache_max_threads: Integer,
|
33
|
+
?endpoint_cache_poll_interval: Integer,
|
34
|
+
?endpoint_discovery: bool,
|
35
|
+
?ignore_configured_endpoint_urls: bool,
|
36
|
+
?log_formatter: untyped,
|
37
|
+
?log_level: Symbol,
|
38
|
+
?logger: untyped,
|
39
|
+
?max_attempts: Integer,
|
40
|
+
?profile: String,
|
41
|
+
?request_min_compression_size_bytes: Integer,
|
42
|
+
?retry_backoff: Proc,
|
43
|
+
?retry_base_delay: Float,
|
44
|
+
?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
|
45
|
+
?retry_limit: Integer,
|
46
|
+
?retry_max_delay: Integer,
|
47
|
+
?retry_mode: ("legacy" | "standard" | "adaptive"),
|
48
|
+
?sdk_ua_app_id: String,
|
49
|
+
?secret_access_key: String,
|
50
|
+
?session_token: String,
|
51
|
+
?simple_json: bool,
|
52
|
+
?stub_responses: untyped,
|
53
|
+
?token_provider: untyped,
|
54
|
+
?use_dualstack_endpoint: bool,
|
55
|
+
?use_fips_endpoint: bool,
|
56
|
+
?validate_params: bool,
|
57
|
+
?endpoint_provider: untyped,
|
58
|
+
?http_proxy: String,
|
59
|
+
?http_open_timeout: (Float | Integer),
|
60
|
+
?http_read_timeout: (Float | Integer),
|
61
|
+
?http_idle_timeout: (Float | Integer),
|
62
|
+
?http_continue_timeout: (Float | Integer),
|
63
|
+
?ssl_timeout: (Float | Integer | nil),
|
64
|
+
?http_wire_trace: bool,
|
65
|
+
?ssl_verify_peer: bool,
|
66
|
+
?ssl_ca_bundle: String,
|
67
|
+
?ssl_ca_directory: String,
|
68
|
+
?ssl_ca_store: String,
|
69
|
+
?on_chunk_received: Proc,
|
70
|
+
?on_chunk_sent: Proc,
|
71
|
+
?raise_response_errors: bool
|
72
|
+
) -> instance
|
73
|
+
| (?Hash[Symbol, untyped]) -> instance
|
74
|
+
|
75
|
+
|
76
|
+
interface _CreateDeliveryStreamResponseSuccess
|
77
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateDeliveryStreamOutput]
|
78
|
+
def delivery_stream_arn: () -> ::String
|
79
|
+
end
|
80
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Firehose/Client.html#create_delivery_stream-instance_method
|
81
|
+
def create_delivery_stream: (
|
82
|
+
delivery_stream_name: ::String,
|
83
|
+
?delivery_stream_type: ("DirectPut" | "KinesisStreamAsSource" | "MSKAsSource"),
|
84
|
+
?kinesis_stream_source_configuration: {
|
85
|
+
kinesis_stream_arn: ::String,
|
86
|
+
role_arn: ::String
|
87
|
+
},
|
88
|
+
?delivery_stream_encryption_configuration_input: {
|
89
|
+
key_arn: ::String?,
|
90
|
+
key_type: ("AWS_OWNED_CMK" | "CUSTOMER_MANAGED_CMK")
|
91
|
+
},
|
92
|
+
?s3_destination_configuration: {
|
93
|
+
role_arn: ::String,
|
94
|
+
bucket_arn: ::String,
|
95
|
+
prefix: ::String?,
|
96
|
+
error_output_prefix: ::String?,
|
97
|
+
buffering_hints: {
|
98
|
+
size_in_m_bs: ::Integer?,
|
99
|
+
interval_in_seconds: ::Integer?
|
100
|
+
}?,
|
101
|
+
compression_format: ("UNCOMPRESSED" | "GZIP" | "ZIP" | "Snappy" | "HADOOP_SNAPPY")?,
|
102
|
+
encryption_configuration: {
|
103
|
+
no_encryption_config: ("NoEncryption")?,
|
104
|
+
kms_encryption_config: {
|
105
|
+
awskms_key_arn: ::String
|
106
|
+
}?
|
107
|
+
}?,
|
108
|
+
cloud_watch_logging_options: {
|
109
|
+
enabled: bool?,
|
110
|
+
log_group_name: ::String?,
|
111
|
+
log_stream_name: ::String?
|
112
|
+
}?
|
113
|
+
},
|
114
|
+
?extended_s3_destination_configuration: {
|
115
|
+
role_arn: ::String,
|
116
|
+
bucket_arn: ::String,
|
117
|
+
prefix: ::String?,
|
118
|
+
error_output_prefix: ::String?,
|
119
|
+
buffering_hints: {
|
120
|
+
size_in_m_bs: ::Integer?,
|
121
|
+
interval_in_seconds: ::Integer?
|
122
|
+
}?,
|
123
|
+
compression_format: ("UNCOMPRESSED" | "GZIP" | "ZIP" | "Snappy" | "HADOOP_SNAPPY")?,
|
124
|
+
encryption_configuration: {
|
125
|
+
no_encryption_config: ("NoEncryption")?,
|
126
|
+
kms_encryption_config: {
|
127
|
+
awskms_key_arn: ::String
|
128
|
+
}?
|
129
|
+
}?,
|
130
|
+
cloud_watch_logging_options: {
|
131
|
+
enabled: bool?,
|
132
|
+
log_group_name: ::String?,
|
133
|
+
log_stream_name: ::String?
|
134
|
+
}?,
|
135
|
+
processing_configuration: {
|
136
|
+
enabled: bool?,
|
137
|
+
processors: Array[
|
138
|
+
{
|
139
|
+
type: ("RecordDeAggregation" | "Decompression" | "Lambda" | "MetadataExtraction" | "AppendDelimiterToRecord"),
|
140
|
+
parameters: Array[
|
141
|
+
{
|
142
|
+
parameter_name: ("LambdaArn" | "NumberOfRetries" | "MetadataExtractionQuery" | "JsonParsingEngine" | "RoleArn" | "BufferSizeInMBs" | "BufferIntervalInSeconds" | "SubRecordType" | "Delimiter" | "CompressionFormat"),
|
143
|
+
parameter_value: ::String
|
144
|
+
},
|
145
|
+
]?
|
146
|
+
},
|
147
|
+
]?
|
148
|
+
}?,
|
149
|
+
s3_backup_mode: ("Disabled" | "Enabled")?,
|
150
|
+
s3_backup_configuration: {
|
151
|
+
role_arn: ::String,
|
152
|
+
bucket_arn: ::String,
|
153
|
+
prefix: ::String?,
|
154
|
+
error_output_prefix: ::String?,
|
155
|
+
buffering_hints: {
|
156
|
+
size_in_m_bs: ::Integer?,
|
157
|
+
interval_in_seconds: ::Integer?
|
158
|
+
}?,
|
159
|
+
compression_format: ("UNCOMPRESSED" | "GZIP" | "ZIP" | "Snappy" | "HADOOP_SNAPPY")?,
|
160
|
+
encryption_configuration: {
|
161
|
+
no_encryption_config: ("NoEncryption")?,
|
162
|
+
kms_encryption_config: {
|
163
|
+
awskms_key_arn: ::String
|
164
|
+
}?
|
165
|
+
}?,
|
166
|
+
cloud_watch_logging_options: {
|
167
|
+
enabled: bool?,
|
168
|
+
log_group_name: ::String?,
|
169
|
+
log_stream_name: ::String?
|
170
|
+
}?
|
171
|
+
}?,
|
172
|
+
data_format_conversion_configuration: {
|
173
|
+
schema_configuration: {
|
174
|
+
role_arn: ::String?,
|
175
|
+
catalog_id: ::String?,
|
176
|
+
database_name: ::String?,
|
177
|
+
table_name: ::String?,
|
178
|
+
region: ::String?,
|
179
|
+
version_id: ::String?
|
180
|
+
}?,
|
181
|
+
input_format_configuration: {
|
182
|
+
deserializer: {
|
183
|
+
open_x_json_ser_de: {
|
184
|
+
convert_dots_in_json_keys_to_underscores: bool?,
|
185
|
+
case_insensitive: bool?,
|
186
|
+
column_to_json_key_mappings: Hash[::String, ::String]?
|
187
|
+
}?,
|
188
|
+
hive_json_ser_de: {
|
189
|
+
timestamp_formats: Array[::String]?
|
190
|
+
}?
|
191
|
+
}?
|
192
|
+
}?,
|
193
|
+
output_format_configuration: {
|
194
|
+
serializer: {
|
195
|
+
parquet_ser_de: {
|
196
|
+
block_size_bytes: ::Integer?,
|
197
|
+
page_size_bytes: ::Integer?,
|
198
|
+
compression: ("UNCOMPRESSED" | "GZIP" | "SNAPPY")?,
|
199
|
+
enable_dictionary_compression: bool?,
|
200
|
+
max_padding_bytes: ::Integer?,
|
201
|
+
writer_version: ("V1" | "V2")?
|
202
|
+
}?,
|
203
|
+
orc_ser_de: {
|
204
|
+
stripe_size_bytes: ::Integer?,
|
205
|
+
block_size_bytes: ::Integer?,
|
206
|
+
row_index_stride: ::Integer?,
|
207
|
+
enable_padding: bool?,
|
208
|
+
padding_tolerance: ::Float?,
|
209
|
+
compression: ("NONE" | "ZLIB" | "SNAPPY")?,
|
210
|
+
bloom_filter_columns: Array[::String]?,
|
211
|
+
bloom_filter_false_positive_probability: ::Float?,
|
212
|
+
dictionary_key_threshold: ::Float?,
|
213
|
+
format_version: ("V0_11" | "V0_12")?
|
214
|
+
}?
|
215
|
+
}?
|
216
|
+
}?,
|
217
|
+
enabled: bool?
|
218
|
+
}?,
|
219
|
+
dynamic_partitioning_configuration: {
|
220
|
+
retry_options: {
|
221
|
+
duration_in_seconds: ::Integer?
|
222
|
+
}?,
|
223
|
+
enabled: bool?
|
224
|
+
}?
|
225
|
+
},
|
226
|
+
?redshift_destination_configuration: {
|
227
|
+
role_arn: ::String,
|
228
|
+
cluster_jdbc_url: ::String,
|
229
|
+
copy_command: {
|
230
|
+
data_table_name: ::String,
|
231
|
+
data_table_columns: ::String?,
|
232
|
+
copy_options: ::String?
|
233
|
+
},
|
234
|
+
username: ::String,
|
235
|
+
password: ::String,
|
236
|
+
retry_options: {
|
237
|
+
duration_in_seconds: ::Integer?
|
238
|
+
}?,
|
239
|
+
s3_configuration: {
|
240
|
+
role_arn: ::String,
|
241
|
+
bucket_arn: ::String,
|
242
|
+
prefix: ::String?,
|
243
|
+
error_output_prefix: ::String?,
|
244
|
+
buffering_hints: {
|
245
|
+
size_in_m_bs: ::Integer?,
|
246
|
+
interval_in_seconds: ::Integer?
|
247
|
+
}?,
|
248
|
+
compression_format: ("UNCOMPRESSED" | "GZIP" | "ZIP" | "Snappy" | "HADOOP_SNAPPY")?,
|
249
|
+
encryption_configuration: {
|
250
|
+
no_encryption_config: ("NoEncryption")?,
|
251
|
+
kms_encryption_config: {
|
252
|
+
awskms_key_arn: ::String
|
253
|
+
}?
|
254
|
+
}?,
|
255
|
+
cloud_watch_logging_options: {
|
256
|
+
enabled: bool?,
|
257
|
+
log_group_name: ::String?,
|
258
|
+
log_stream_name: ::String?
|
259
|
+
}?
|
260
|
+
},
|
261
|
+
processing_configuration: {
|
262
|
+
enabled: bool?,
|
263
|
+
processors: Array[
|
264
|
+
{
|
265
|
+
type: ("RecordDeAggregation" | "Decompression" | "Lambda" | "MetadataExtraction" | "AppendDelimiterToRecord"),
|
266
|
+
parameters: Array[
|
267
|
+
{
|
268
|
+
parameter_name: ("LambdaArn" | "NumberOfRetries" | "MetadataExtractionQuery" | "JsonParsingEngine" | "RoleArn" | "BufferSizeInMBs" | "BufferIntervalInSeconds" | "SubRecordType" | "Delimiter" | "CompressionFormat"),
|
269
|
+
parameter_value: ::String
|
270
|
+
},
|
271
|
+
]?
|
272
|
+
},
|
273
|
+
]?
|
274
|
+
}?,
|
275
|
+
s3_backup_mode: ("Disabled" | "Enabled")?,
|
276
|
+
s3_backup_configuration: {
|
277
|
+
role_arn: ::String,
|
278
|
+
bucket_arn: ::String,
|
279
|
+
prefix: ::String?,
|
280
|
+
error_output_prefix: ::String?,
|
281
|
+
buffering_hints: {
|
282
|
+
size_in_m_bs: ::Integer?,
|
283
|
+
interval_in_seconds: ::Integer?
|
284
|
+
}?,
|
285
|
+
compression_format: ("UNCOMPRESSED" | "GZIP" | "ZIP" | "Snappy" | "HADOOP_SNAPPY")?,
|
286
|
+
encryption_configuration: {
|
287
|
+
no_encryption_config: ("NoEncryption")?,
|
288
|
+
kms_encryption_config: {
|
289
|
+
awskms_key_arn: ::String
|
290
|
+
}?
|
291
|
+
}?,
|
292
|
+
cloud_watch_logging_options: {
|
293
|
+
enabled: bool?,
|
294
|
+
log_group_name: ::String?,
|
295
|
+
log_stream_name: ::String?
|
296
|
+
}?
|
297
|
+
}?,
|
298
|
+
cloud_watch_logging_options: {
|
299
|
+
enabled: bool?,
|
300
|
+
log_group_name: ::String?,
|
301
|
+
log_stream_name: ::String?
|
302
|
+
}?
|
303
|
+
},
|
304
|
+
?elasticsearch_destination_configuration: {
|
305
|
+
role_arn: ::String,
|
306
|
+
domain_arn: ::String?,
|
307
|
+
cluster_endpoint: ::String?,
|
308
|
+
index_name: ::String,
|
309
|
+
type_name: ::String?,
|
310
|
+
index_rotation_period: ("NoRotation" | "OneHour" | "OneDay" | "OneWeek" | "OneMonth")?,
|
311
|
+
buffering_hints: {
|
312
|
+
interval_in_seconds: ::Integer?,
|
313
|
+
size_in_m_bs: ::Integer?
|
314
|
+
}?,
|
315
|
+
retry_options: {
|
316
|
+
duration_in_seconds: ::Integer?
|
317
|
+
}?,
|
318
|
+
s3_backup_mode: ("FailedDocumentsOnly" | "AllDocuments")?,
|
319
|
+
s3_configuration: {
|
320
|
+
role_arn: ::String,
|
321
|
+
bucket_arn: ::String,
|
322
|
+
prefix: ::String?,
|
323
|
+
error_output_prefix: ::String?,
|
324
|
+
buffering_hints: {
|
325
|
+
size_in_m_bs: ::Integer?,
|
326
|
+
interval_in_seconds: ::Integer?
|
327
|
+
}?,
|
328
|
+
compression_format: ("UNCOMPRESSED" | "GZIP" | "ZIP" | "Snappy" | "HADOOP_SNAPPY")?,
|
329
|
+
encryption_configuration: {
|
330
|
+
no_encryption_config: ("NoEncryption")?,
|
331
|
+
kms_encryption_config: {
|
332
|
+
awskms_key_arn: ::String
|
333
|
+
}?
|
334
|
+
}?,
|
335
|
+
cloud_watch_logging_options: {
|
336
|
+
enabled: bool?,
|
337
|
+
log_group_name: ::String?,
|
338
|
+
log_stream_name: ::String?
|
339
|
+
}?
|
340
|
+
},
|
341
|
+
processing_configuration: {
|
342
|
+
enabled: bool?,
|
343
|
+
processors: Array[
|
344
|
+
{
|
345
|
+
type: ("RecordDeAggregation" | "Decompression" | "Lambda" | "MetadataExtraction" | "AppendDelimiterToRecord"),
|
346
|
+
parameters: Array[
|
347
|
+
{
|
348
|
+
parameter_name: ("LambdaArn" | "NumberOfRetries" | "MetadataExtractionQuery" | "JsonParsingEngine" | "RoleArn" | "BufferSizeInMBs" | "BufferIntervalInSeconds" | "SubRecordType" | "Delimiter" | "CompressionFormat"),
|
349
|
+
parameter_value: ::String
|
350
|
+
},
|
351
|
+
]?
|
352
|
+
},
|
353
|
+
]?
|
354
|
+
}?,
|
355
|
+
cloud_watch_logging_options: {
|
356
|
+
enabled: bool?,
|
357
|
+
log_group_name: ::String?,
|
358
|
+
log_stream_name: ::String?
|
359
|
+
}?,
|
360
|
+
vpc_configuration: {
|
361
|
+
subnet_ids: Array[::String],
|
362
|
+
role_arn: ::String,
|
363
|
+
security_group_ids: Array[::String]
|
364
|
+
}?,
|
365
|
+
document_id_options: {
|
366
|
+
default_document_id_format: ("FIREHOSE_DEFAULT" | "NO_DOCUMENT_ID")
|
367
|
+
}?
|
368
|
+
},
|
369
|
+
?amazonopensearchservice_destination_configuration: {
|
370
|
+
role_arn: ::String,
|
371
|
+
domain_arn: ::String?,
|
372
|
+
cluster_endpoint: ::String?,
|
373
|
+
index_name: ::String,
|
374
|
+
type_name: ::String?,
|
375
|
+
index_rotation_period: ("NoRotation" | "OneHour" | "OneDay" | "OneWeek" | "OneMonth")?,
|
376
|
+
buffering_hints: {
|
377
|
+
interval_in_seconds: ::Integer?,
|
378
|
+
size_in_m_bs: ::Integer?
|
379
|
+
}?,
|
380
|
+
retry_options: {
|
381
|
+
duration_in_seconds: ::Integer?
|
382
|
+
}?,
|
383
|
+
s3_backup_mode: ("FailedDocumentsOnly" | "AllDocuments")?,
|
384
|
+
s3_configuration: {
|
385
|
+
role_arn: ::String,
|
386
|
+
bucket_arn: ::String,
|
387
|
+
prefix: ::String?,
|
388
|
+
error_output_prefix: ::String?,
|
389
|
+
buffering_hints: {
|
390
|
+
size_in_m_bs: ::Integer?,
|
391
|
+
interval_in_seconds: ::Integer?
|
392
|
+
}?,
|
393
|
+
compression_format: ("UNCOMPRESSED" | "GZIP" | "ZIP" | "Snappy" | "HADOOP_SNAPPY")?,
|
394
|
+
encryption_configuration: {
|
395
|
+
no_encryption_config: ("NoEncryption")?,
|
396
|
+
kms_encryption_config: {
|
397
|
+
awskms_key_arn: ::String
|
398
|
+
}?
|
399
|
+
}?,
|
400
|
+
cloud_watch_logging_options: {
|
401
|
+
enabled: bool?,
|
402
|
+
log_group_name: ::String?,
|
403
|
+
log_stream_name: ::String?
|
404
|
+
}?
|
405
|
+
},
|
406
|
+
processing_configuration: {
|
407
|
+
enabled: bool?,
|
408
|
+
processors: Array[
|
409
|
+
{
|
410
|
+
type: ("RecordDeAggregation" | "Decompression" | "Lambda" | "MetadataExtraction" | "AppendDelimiterToRecord"),
|
411
|
+
parameters: Array[
|
412
|
+
{
|
413
|
+
parameter_name: ("LambdaArn" | "NumberOfRetries" | "MetadataExtractionQuery" | "JsonParsingEngine" | "RoleArn" | "BufferSizeInMBs" | "BufferIntervalInSeconds" | "SubRecordType" | "Delimiter" | "CompressionFormat"),
|
414
|
+
parameter_value: ::String
|
415
|
+
},
|
416
|
+
]?
|
417
|
+
},
|
418
|
+
]?
|
419
|
+
}?,
|
420
|
+
cloud_watch_logging_options: {
|
421
|
+
enabled: bool?,
|
422
|
+
log_group_name: ::String?,
|
423
|
+
log_stream_name: ::String?
|
424
|
+
}?,
|
425
|
+
vpc_configuration: {
|
426
|
+
subnet_ids: Array[::String],
|
427
|
+
role_arn: ::String,
|
428
|
+
security_group_ids: Array[::String]
|
429
|
+
}?,
|
430
|
+
document_id_options: {
|
431
|
+
default_document_id_format: ("FIREHOSE_DEFAULT" | "NO_DOCUMENT_ID")
|
432
|
+
}?
|
433
|
+
},
|
434
|
+
?splunk_destination_configuration: {
|
435
|
+
hec_endpoint: ::String,
|
436
|
+
hec_endpoint_type: ("Raw" | "Event"),
|
437
|
+
hec_token: ::String,
|
438
|
+
hec_acknowledgment_timeout_in_seconds: ::Integer?,
|
439
|
+
retry_options: {
|
440
|
+
duration_in_seconds: ::Integer?
|
441
|
+
}?,
|
442
|
+
s3_backup_mode: ("FailedEventsOnly" | "AllEvents")?,
|
443
|
+
s3_configuration: {
|
444
|
+
role_arn: ::String,
|
445
|
+
bucket_arn: ::String,
|
446
|
+
prefix: ::String?,
|
447
|
+
error_output_prefix: ::String?,
|
448
|
+
buffering_hints: {
|
449
|
+
size_in_m_bs: ::Integer?,
|
450
|
+
interval_in_seconds: ::Integer?
|
451
|
+
}?,
|
452
|
+
compression_format: ("UNCOMPRESSED" | "GZIP" | "ZIP" | "Snappy" | "HADOOP_SNAPPY")?,
|
453
|
+
encryption_configuration: {
|
454
|
+
no_encryption_config: ("NoEncryption")?,
|
455
|
+
kms_encryption_config: {
|
456
|
+
awskms_key_arn: ::String
|
457
|
+
}?
|
458
|
+
}?,
|
459
|
+
cloud_watch_logging_options: {
|
460
|
+
enabled: bool?,
|
461
|
+
log_group_name: ::String?,
|
462
|
+
log_stream_name: ::String?
|
463
|
+
}?
|
464
|
+
},
|
465
|
+
processing_configuration: {
|
466
|
+
enabled: bool?,
|
467
|
+
processors: Array[
|
468
|
+
{
|
469
|
+
type: ("RecordDeAggregation" | "Decompression" | "Lambda" | "MetadataExtraction" | "AppendDelimiterToRecord"),
|
470
|
+
parameters: Array[
|
471
|
+
{
|
472
|
+
parameter_name: ("LambdaArn" | "NumberOfRetries" | "MetadataExtractionQuery" | "JsonParsingEngine" | "RoleArn" | "BufferSizeInMBs" | "BufferIntervalInSeconds" | "SubRecordType" | "Delimiter" | "CompressionFormat"),
|
473
|
+
parameter_value: ::String
|
474
|
+
},
|
475
|
+
]?
|
476
|
+
},
|
477
|
+
]?
|
478
|
+
}?,
|
479
|
+
cloud_watch_logging_options: {
|
480
|
+
enabled: bool?,
|
481
|
+
log_group_name: ::String?,
|
482
|
+
log_stream_name: ::String?
|
483
|
+
}?,
|
484
|
+
buffering_hints: {
|
485
|
+
interval_in_seconds: ::Integer?,
|
486
|
+
size_in_m_bs: ::Integer?
|
487
|
+
}?
|
488
|
+
},
|
489
|
+
?http_endpoint_destination_configuration: {
|
490
|
+
endpoint_configuration: {
|
491
|
+
url: ::String,
|
492
|
+
name: ::String?,
|
493
|
+
access_key: ::String?
|
494
|
+
},
|
495
|
+
buffering_hints: {
|
496
|
+
size_in_m_bs: ::Integer?,
|
497
|
+
interval_in_seconds: ::Integer?
|
498
|
+
}?,
|
499
|
+
cloud_watch_logging_options: {
|
500
|
+
enabled: bool?,
|
501
|
+
log_group_name: ::String?,
|
502
|
+
log_stream_name: ::String?
|
503
|
+
}?,
|
504
|
+
request_configuration: {
|
505
|
+
content_encoding: ("NONE" | "GZIP")?,
|
506
|
+
common_attributes: Array[
|
507
|
+
{
|
508
|
+
attribute_name: ::String,
|
509
|
+
attribute_value: ::String
|
510
|
+
},
|
511
|
+
]?
|
512
|
+
}?,
|
513
|
+
processing_configuration: {
|
514
|
+
enabled: bool?,
|
515
|
+
processors: Array[
|
516
|
+
{
|
517
|
+
type: ("RecordDeAggregation" | "Decompression" | "Lambda" | "MetadataExtraction" | "AppendDelimiterToRecord"),
|
518
|
+
parameters: Array[
|
519
|
+
{
|
520
|
+
parameter_name: ("LambdaArn" | "NumberOfRetries" | "MetadataExtractionQuery" | "JsonParsingEngine" | "RoleArn" | "BufferSizeInMBs" | "BufferIntervalInSeconds" | "SubRecordType" | "Delimiter" | "CompressionFormat"),
|
521
|
+
parameter_value: ::String
|
522
|
+
},
|
523
|
+
]?
|
524
|
+
},
|
525
|
+
]?
|
526
|
+
}?,
|
527
|
+
role_arn: ::String?,
|
528
|
+
retry_options: {
|
529
|
+
duration_in_seconds: ::Integer?
|
530
|
+
}?,
|
531
|
+
s3_backup_mode: ("FailedDataOnly" | "AllData")?,
|
532
|
+
s3_configuration: {
|
533
|
+
role_arn: ::String,
|
534
|
+
bucket_arn: ::String,
|
535
|
+
prefix: ::String?,
|
536
|
+
error_output_prefix: ::String?,
|
537
|
+
buffering_hints: {
|
538
|
+
size_in_m_bs: ::Integer?,
|
539
|
+
interval_in_seconds: ::Integer?
|
540
|
+
}?,
|
541
|
+
compression_format: ("UNCOMPRESSED" | "GZIP" | "ZIP" | "Snappy" | "HADOOP_SNAPPY")?,
|
542
|
+
encryption_configuration: {
|
543
|
+
no_encryption_config: ("NoEncryption")?,
|
544
|
+
kms_encryption_config: {
|
545
|
+
awskms_key_arn: ::String
|
546
|
+
}?
|
547
|
+
}?,
|
548
|
+
cloud_watch_logging_options: {
|
549
|
+
enabled: bool?,
|
550
|
+
log_group_name: ::String?,
|
551
|
+
log_stream_name: ::String?
|
552
|
+
}?
|
553
|
+
}
|
554
|
+
},
|
555
|
+
?tags: Array[
|
556
|
+
{
|
557
|
+
key: ::String,
|
558
|
+
value: ::String?
|
559
|
+
},
|
560
|
+
],
|
561
|
+
?amazon_open_search_serverless_destination_configuration: {
|
562
|
+
role_arn: ::String,
|
563
|
+
collection_endpoint: ::String?,
|
564
|
+
index_name: ::String,
|
565
|
+
buffering_hints: {
|
566
|
+
interval_in_seconds: ::Integer?,
|
567
|
+
size_in_m_bs: ::Integer?
|
568
|
+
}?,
|
569
|
+
retry_options: {
|
570
|
+
duration_in_seconds: ::Integer?
|
571
|
+
}?,
|
572
|
+
s3_backup_mode: ("FailedDocumentsOnly" | "AllDocuments")?,
|
573
|
+
s3_configuration: {
|
574
|
+
role_arn: ::String,
|
575
|
+
bucket_arn: ::String,
|
576
|
+
prefix: ::String?,
|
577
|
+
error_output_prefix: ::String?,
|
578
|
+
buffering_hints: {
|
579
|
+
size_in_m_bs: ::Integer?,
|
580
|
+
interval_in_seconds: ::Integer?
|
581
|
+
}?,
|
582
|
+
compression_format: ("UNCOMPRESSED" | "GZIP" | "ZIP" | "Snappy" | "HADOOP_SNAPPY")?,
|
583
|
+
encryption_configuration: {
|
584
|
+
no_encryption_config: ("NoEncryption")?,
|
585
|
+
kms_encryption_config: {
|
586
|
+
awskms_key_arn: ::String
|
587
|
+
}?
|
588
|
+
}?,
|
589
|
+
cloud_watch_logging_options: {
|
590
|
+
enabled: bool?,
|
591
|
+
log_group_name: ::String?,
|
592
|
+
log_stream_name: ::String?
|
593
|
+
}?
|
594
|
+
},
|
595
|
+
processing_configuration: {
|
596
|
+
enabled: bool?,
|
597
|
+
processors: Array[
|
598
|
+
{
|
599
|
+
type: ("RecordDeAggregation" | "Decompression" | "Lambda" | "MetadataExtraction" | "AppendDelimiterToRecord"),
|
600
|
+
parameters: Array[
|
601
|
+
{
|
602
|
+
parameter_name: ("LambdaArn" | "NumberOfRetries" | "MetadataExtractionQuery" | "JsonParsingEngine" | "RoleArn" | "BufferSizeInMBs" | "BufferIntervalInSeconds" | "SubRecordType" | "Delimiter" | "CompressionFormat"),
|
603
|
+
parameter_value: ::String
|
604
|
+
},
|
605
|
+
]?
|
606
|
+
},
|
607
|
+
]?
|
608
|
+
}?,
|
609
|
+
cloud_watch_logging_options: {
|
610
|
+
enabled: bool?,
|
611
|
+
log_group_name: ::String?,
|
612
|
+
log_stream_name: ::String?
|
613
|
+
}?,
|
614
|
+
vpc_configuration: {
|
615
|
+
subnet_ids: Array[::String],
|
616
|
+
role_arn: ::String,
|
617
|
+
security_group_ids: Array[::String]
|
618
|
+
}?
|
619
|
+
},
|
620
|
+
?msk_source_configuration: {
|
621
|
+
msk_cluster_arn: ::String,
|
622
|
+
topic_name: ::String,
|
623
|
+
authentication_configuration: {
|
624
|
+
role_arn: ::String,
|
625
|
+
connectivity: ("PUBLIC" | "PRIVATE")
|
626
|
+
}
|
627
|
+
},
|
628
|
+
?snowflake_destination_configuration: {
|
629
|
+
account_url: ::String,
|
630
|
+
private_key: ::String,
|
631
|
+
key_passphrase: ::String?,
|
632
|
+
user: ::String,
|
633
|
+
database: ::String,
|
634
|
+
schema: ::String,
|
635
|
+
table: ::String,
|
636
|
+
snowflake_role_configuration: {
|
637
|
+
enabled: bool?,
|
638
|
+
snowflake_role: ::String?
|
639
|
+
}?,
|
640
|
+
data_loading_option: ("JSON_MAPPING" | "VARIANT_CONTENT_MAPPING" | "VARIANT_CONTENT_AND_METADATA_MAPPING")?,
|
641
|
+
meta_data_column_name: ::String?,
|
642
|
+
content_column_name: ::String?,
|
643
|
+
snowflake_vpc_configuration: {
|
644
|
+
private_link_vpce_id: ::String
|
645
|
+
}?,
|
646
|
+
cloud_watch_logging_options: {
|
647
|
+
enabled: bool?,
|
648
|
+
log_group_name: ::String?,
|
649
|
+
log_stream_name: ::String?
|
650
|
+
}?,
|
651
|
+
processing_configuration: {
|
652
|
+
enabled: bool?,
|
653
|
+
processors: Array[
|
654
|
+
{
|
655
|
+
type: ("RecordDeAggregation" | "Decompression" | "Lambda" | "MetadataExtraction" | "AppendDelimiterToRecord"),
|
656
|
+
parameters: Array[
|
657
|
+
{
|
658
|
+
parameter_name: ("LambdaArn" | "NumberOfRetries" | "MetadataExtractionQuery" | "JsonParsingEngine" | "RoleArn" | "BufferSizeInMBs" | "BufferIntervalInSeconds" | "SubRecordType" | "Delimiter" | "CompressionFormat"),
|
659
|
+
parameter_value: ::String
|
660
|
+
},
|
661
|
+
]?
|
662
|
+
},
|
663
|
+
]?
|
664
|
+
}?,
|
665
|
+
role_arn: ::String,
|
666
|
+
retry_options: {
|
667
|
+
duration_in_seconds: ::Integer?
|
668
|
+
}?,
|
669
|
+
s3_backup_mode: ("FailedDataOnly" | "AllData")?,
|
670
|
+
s3_configuration: {
|
671
|
+
role_arn: ::String,
|
672
|
+
bucket_arn: ::String,
|
673
|
+
prefix: ::String?,
|
674
|
+
error_output_prefix: ::String?,
|
675
|
+
buffering_hints: {
|
676
|
+
size_in_m_bs: ::Integer?,
|
677
|
+
interval_in_seconds: ::Integer?
|
678
|
+
}?,
|
679
|
+
compression_format: ("UNCOMPRESSED" | "GZIP" | "ZIP" | "Snappy" | "HADOOP_SNAPPY")?,
|
680
|
+
encryption_configuration: {
|
681
|
+
no_encryption_config: ("NoEncryption")?,
|
682
|
+
kms_encryption_config: {
|
683
|
+
awskms_key_arn: ::String
|
684
|
+
}?
|
685
|
+
}?,
|
686
|
+
cloud_watch_logging_options: {
|
687
|
+
enabled: bool?,
|
688
|
+
log_group_name: ::String?,
|
689
|
+
log_stream_name: ::String?
|
690
|
+
}?
|
691
|
+
}
|
692
|
+
}
|
693
|
+
) -> _CreateDeliveryStreamResponseSuccess
|
694
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDeliveryStreamResponseSuccess
|
695
|
+
|
696
|
+
interface _DeleteDeliveryStreamResponseSuccess
|
697
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteDeliveryStreamOutput]
|
698
|
+
end
|
699
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Firehose/Client.html#delete_delivery_stream-instance_method
|
700
|
+
def delete_delivery_stream: (
|
701
|
+
delivery_stream_name: ::String,
|
702
|
+
?allow_force_delete: bool
|
703
|
+
) -> _DeleteDeliveryStreamResponseSuccess
|
704
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteDeliveryStreamResponseSuccess
|
705
|
+
|
706
|
+
interface _DescribeDeliveryStreamResponseSuccess
|
707
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeDeliveryStreamOutput]
|
708
|
+
def delivery_stream_description: () -> Types::DeliveryStreamDescription
|
709
|
+
end
|
710
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Firehose/Client.html#describe_delivery_stream-instance_method
|
711
|
+
def describe_delivery_stream: (
|
712
|
+
delivery_stream_name: ::String,
|
713
|
+
?limit: ::Integer,
|
714
|
+
?exclusive_start_destination_id: ::String
|
715
|
+
) -> _DescribeDeliveryStreamResponseSuccess
|
716
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeDeliveryStreamResponseSuccess
|
717
|
+
|
718
|
+
interface _ListDeliveryStreamsResponseSuccess
|
719
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListDeliveryStreamsOutput]
|
720
|
+
def delivery_stream_names: () -> ::Array[::String]
|
721
|
+
def has_more_delivery_streams: () -> bool
|
722
|
+
end
|
723
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Firehose/Client.html#list_delivery_streams-instance_method
|
724
|
+
def list_delivery_streams: (
|
725
|
+
?limit: ::Integer,
|
726
|
+
?delivery_stream_type: ("DirectPut" | "KinesisStreamAsSource" | "MSKAsSource"),
|
727
|
+
?exclusive_start_delivery_stream_name: ::String
|
728
|
+
) -> _ListDeliveryStreamsResponseSuccess
|
729
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListDeliveryStreamsResponseSuccess
|
730
|
+
|
731
|
+
interface _ListTagsForDeliveryStreamResponseSuccess
|
732
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListTagsForDeliveryStreamOutput]
|
733
|
+
def tags: () -> ::Array[Types::Tag]
|
734
|
+
def has_more_tags: () -> bool
|
735
|
+
end
|
736
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Firehose/Client.html#list_tags_for_delivery_stream-instance_method
|
737
|
+
def list_tags_for_delivery_stream: (
|
738
|
+
delivery_stream_name: ::String,
|
739
|
+
?exclusive_start_tag_key: ::String,
|
740
|
+
?limit: ::Integer
|
741
|
+
) -> _ListTagsForDeliveryStreamResponseSuccess
|
742
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsForDeliveryStreamResponseSuccess
|
743
|
+
|
744
|
+
interface _PutRecordResponseSuccess
|
745
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::PutRecordOutput]
|
746
|
+
def record_id: () -> ::String
|
747
|
+
def encrypted: () -> bool
|
748
|
+
end
|
749
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Firehose/Client.html#put_record-instance_method
|
750
|
+
def put_record: (
|
751
|
+
delivery_stream_name: ::String,
|
752
|
+
record: {
|
753
|
+
data: ::String
|
754
|
+
}
|
755
|
+
) -> _PutRecordResponseSuccess
|
756
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutRecordResponseSuccess
|
757
|
+
|
758
|
+
interface _PutRecordBatchResponseSuccess
|
759
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::PutRecordBatchOutput]
|
760
|
+
def failed_put_count: () -> ::Integer
|
761
|
+
def encrypted: () -> bool
|
762
|
+
def request_responses: () -> ::Array[Types::PutRecordBatchResponseEntry]
|
763
|
+
end
|
764
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Firehose/Client.html#put_record_batch-instance_method
|
765
|
+
def put_record_batch: (
|
766
|
+
delivery_stream_name: ::String,
|
767
|
+
records: Array[
|
768
|
+
{
|
769
|
+
data: ::String
|
770
|
+
},
|
771
|
+
]
|
772
|
+
) -> _PutRecordBatchResponseSuccess
|
773
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutRecordBatchResponseSuccess
|
774
|
+
|
775
|
+
interface _StartDeliveryStreamEncryptionResponseSuccess
|
776
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::StartDeliveryStreamEncryptionOutput]
|
777
|
+
end
|
778
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Firehose/Client.html#start_delivery_stream_encryption-instance_method
|
779
|
+
def start_delivery_stream_encryption: (
|
780
|
+
delivery_stream_name: ::String,
|
781
|
+
?delivery_stream_encryption_configuration_input: {
|
782
|
+
key_arn: ::String?,
|
783
|
+
key_type: ("AWS_OWNED_CMK" | "CUSTOMER_MANAGED_CMK")
|
784
|
+
}
|
785
|
+
) -> _StartDeliveryStreamEncryptionResponseSuccess
|
786
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartDeliveryStreamEncryptionResponseSuccess
|
787
|
+
|
788
|
+
interface _StopDeliveryStreamEncryptionResponseSuccess
|
789
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::StopDeliveryStreamEncryptionOutput]
|
790
|
+
end
|
791
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Firehose/Client.html#stop_delivery_stream_encryption-instance_method
|
792
|
+
def stop_delivery_stream_encryption: (
|
793
|
+
delivery_stream_name: ::String
|
794
|
+
) -> _StopDeliveryStreamEncryptionResponseSuccess
|
795
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StopDeliveryStreamEncryptionResponseSuccess
|
796
|
+
|
797
|
+
interface _TagDeliveryStreamResponseSuccess
|
798
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::TagDeliveryStreamOutput]
|
799
|
+
end
|
800
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Firehose/Client.html#tag_delivery_stream-instance_method
|
801
|
+
def tag_delivery_stream: (
|
802
|
+
delivery_stream_name: ::String,
|
803
|
+
tags: Array[
|
804
|
+
{
|
805
|
+
key: ::String,
|
806
|
+
value: ::String?
|
807
|
+
},
|
808
|
+
]
|
809
|
+
) -> _TagDeliveryStreamResponseSuccess
|
810
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagDeliveryStreamResponseSuccess
|
811
|
+
|
812
|
+
interface _UntagDeliveryStreamResponseSuccess
|
813
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UntagDeliveryStreamOutput]
|
814
|
+
end
|
815
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Firehose/Client.html#untag_delivery_stream-instance_method
|
816
|
+
def untag_delivery_stream: (
|
817
|
+
delivery_stream_name: ::String,
|
818
|
+
tag_keys: Array[::String]
|
819
|
+
) -> _UntagDeliveryStreamResponseSuccess
|
820
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UntagDeliveryStreamResponseSuccess
|
821
|
+
|
822
|
+
interface _UpdateDestinationResponseSuccess
|
823
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateDestinationOutput]
|
824
|
+
end
|
825
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Firehose/Client.html#update_destination-instance_method
|
826
|
+
def update_destination: (
|
827
|
+
delivery_stream_name: ::String,
|
828
|
+
current_delivery_stream_version_id: ::String,
|
829
|
+
destination_id: ::String,
|
830
|
+
?s3_destination_update: {
|
831
|
+
role_arn: ::String?,
|
832
|
+
bucket_arn: ::String?,
|
833
|
+
prefix: ::String?,
|
834
|
+
error_output_prefix: ::String?,
|
835
|
+
buffering_hints: {
|
836
|
+
size_in_m_bs: ::Integer?,
|
837
|
+
interval_in_seconds: ::Integer?
|
838
|
+
}?,
|
839
|
+
compression_format: ("UNCOMPRESSED" | "GZIP" | "ZIP" | "Snappy" | "HADOOP_SNAPPY")?,
|
840
|
+
encryption_configuration: {
|
841
|
+
no_encryption_config: ("NoEncryption")?,
|
842
|
+
kms_encryption_config: {
|
843
|
+
awskms_key_arn: ::String
|
844
|
+
}?
|
845
|
+
}?,
|
846
|
+
cloud_watch_logging_options: {
|
847
|
+
enabled: bool?,
|
848
|
+
log_group_name: ::String?,
|
849
|
+
log_stream_name: ::String?
|
850
|
+
}?
|
851
|
+
},
|
852
|
+
?extended_s3_destination_update: {
|
853
|
+
role_arn: ::String?,
|
854
|
+
bucket_arn: ::String?,
|
855
|
+
prefix: ::String?,
|
856
|
+
error_output_prefix: ::String?,
|
857
|
+
buffering_hints: {
|
858
|
+
size_in_m_bs: ::Integer?,
|
859
|
+
interval_in_seconds: ::Integer?
|
860
|
+
}?,
|
861
|
+
compression_format: ("UNCOMPRESSED" | "GZIP" | "ZIP" | "Snappy" | "HADOOP_SNAPPY")?,
|
862
|
+
encryption_configuration: {
|
863
|
+
no_encryption_config: ("NoEncryption")?,
|
864
|
+
kms_encryption_config: {
|
865
|
+
awskms_key_arn: ::String
|
866
|
+
}?
|
867
|
+
}?,
|
868
|
+
cloud_watch_logging_options: {
|
869
|
+
enabled: bool?,
|
870
|
+
log_group_name: ::String?,
|
871
|
+
log_stream_name: ::String?
|
872
|
+
}?,
|
873
|
+
processing_configuration: {
|
874
|
+
enabled: bool?,
|
875
|
+
processors: Array[
|
876
|
+
{
|
877
|
+
type: ("RecordDeAggregation" | "Decompression" | "Lambda" | "MetadataExtraction" | "AppendDelimiterToRecord"),
|
878
|
+
parameters: Array[
|
879
|
+
{
|
880
|
+
parameter_name: ("LambdaArn" | "NumberOfRetries" | "MetadataExtractionQuery" | "JsonParsingEngine" | "RoleArn" | "BufferSizeInMBs" | "BufferIntervalInSeconds" | "SubRecordType" | "Delimiter" | "CompressionFormat"),
|
881
|
+
parameter_value: ::String
|
882
|
+
},
|
883
|
+
]?
|
884
|
+
},
|
885
|
+
]?
|
886
|
+
}?,
|
887
|
+
s3_backup_mode: ("Disabled" | "Enabled")?,
|
888
|
+
s3_backup_update: {
|
889
|
+
role_arn: ::String?,
|
890
|
+
bucket_arn: ::String?,
|
891
|
+
prefix: ::String?,
|
892
|
+
error_output_prefix: ::String?,
|
893
|
+
buffering_hints: {
|
894
|
+
size_in_m_bs: ::Integer?,
|
895
|
+
interval_in_seconds: ::Integer?
|
896
|
+
}?,
|
897
|
+
compression_format: ("UNCOMPRESSED" | "GZIP" | "ZIP" | "Snappy" | "HADOOP_SNAPPY")?,
|
898
|
+
encryption_configuration: {
|
899
|
+
no_encryption_config: ("NoEncryption")?,
|
900
|
+
kms_encryption_config: {
|
901
|
+
awskms_key_arn: ::String
|
902
|
+
}?
|
903
|
+
}?,
|
904
|
+
cloud_watch_logging_options: {
|
905
|
+
enabled: bool?,
|
906
|
+
log_group_name: ::String?,
|
907
|
+
log_stream_name: ::String?
|
908
|
+
}?
|
909
|
+
}?,
|
910
|
+
data_format_conversion_configuration: {
|
911
|
+
schema_configuration: {
|
912
|
+
role_arn: ::String?,
|
913
|
+
catalog_id: ::String?,
|
914
|
+
database_name: ::String?,
|
915
|
+
table_name: ::String?,
|
916
|
+
region: ::String?,
|
917
|
+
version_id: ::String?
|
918
|
+
}?,
|
919
|
+
input_format_configuration: {
|
920
|
+
deserializer: {
|
921
|
+
open_x_json_ser_de: {
|
922
|
+
convert_dots_in_json_keys_to_underscores: bool?,
|
923
|
+
case_insensitive: bool?,
|
924
|
+
column_to_json_key_mappings: Hash[::String, ::String]?
|
925
|
+
}?,
|
926
|
+
hive_json_ser_de: {
|
927
|
+
timestamp_formats: Array[::String]?
|
928
|
+
}?
|
929
|
+
}?
|
930
|
+
}?,
|
931
|
+
output_format_configuration: {
|
932
|
+
serializer: {
|
933
|
+
parquet_ser_de: {
|
934
|
+
block_size_bytes: ::Integer?,
|
935
|
+
page_size_bytes: ::Integer?,
|
936
|
+
compression: ("UNCOMPRESSED" | "GZIP" | "SNAPPY")?,
|
937
|
+
enable_dictionary_compression: bool?,
|
938
|
+
max_padding_bytes: ::Integer?,
|
939
|
+
writer_version: ("V1" | "V2")?
|
940
|
+
}?,
|
941
|
+
orc_ser_de: {
|
942
|
+
stripe_size_bytes: ::Integer?,
|
943
|
+
block_size_bytes: ::Integer?,
|
944
|
+
row_index_stride: ::Integer?,
|
945
|
+
enable_padding: bool?,
|
946
|
+
padding_tolerance: ::Float?,
|
947
|
+
compression: ("NONE" | "ZLIB" | "SNAPPY")?,
|
948
|
+
bloom_filter_columns: Array[::String]?,
|
949
|
+
bloom_filter_false_positive_probability: ::Float?,
|
950
|
+
dictionary_key_threshold: ::Float?,
|
951
|
+
format_version: ("V0_11" | "V0_12")?
|
952
|
+
}?
|
953
|
+
}?
|
954
|
+
}?,
|
955
|
+
enabled: bool?
|
956
|
+
}?,
|
957
|
+
dynamic_partitioning_configuration: {
|
958
|
+
retry_options: {
|
959
|
+
duration_in_seconds: ::Integer?
|
960
|
+
}?,
|
961
|
+
enabled: bool?
|
962
|
+
}?
|
963
|
+
},
|
964
|
+
?redshift_destination_update: {
|
965
|
+
role_arn: ::String?,
|
966
|
+
cluster_jdbc_url: ::String?,
|
967
|
+
copy_command: {
|
968
|
+
data_table_name: ::String,
|
969
|
+
data_table_columns: ::String?,
|
970
|
+
copy_options: ::String?
|
971
|
+
}?,
|
972
|
+
username: ::String?,
|
973
|
+
password: ::String?,
|
974
|
+
retry_options: {
|
975
|
+
duration_in_seconds: ::Integer?
|
976
|
+
}?,
|
977
|
+
s3_update: {
|
978
|
+
role_arn: ::String?,
|
979
|
+
bucket_arn: ::String?,
|
980
|
+
prefix: ::String?,
|
981
|
+
error_output_prefix: ::String?,
|
982
|
+
buffering_hints: {
|
983
|
+
size_in_m_bs: ::Integer?,
|
984
|
+
interval_in_seconds: ::Integer?
|
985
|
+
}?,
|
986
|
+
compression_format: ("UNCOMPRESSED" | "GZIP" | "ZIP" | "Snappy" | "HADOOP_SNAPPY")?,
|
987
|
+
encryption_configuration: {
|
988
|
+
no_encryption_config: ("NoEncryption")?,
|
989
|
+
kms_encryption_config: {
|
990
|
+
awskms_key_arn: ::String
|
991
|
+
}?
|
992
|
+
}?,
|
993
|
+
cloud_watch_logging_options: {
|
994
|
+
enabled: bool?,
|
995
|
+
log_group_name: ::String?,
|
996
|
+
log_stream_name: ::String?
|
997
|
+
}?
|
998
|
+
}?,
|
999
|
+
processing_configuration: {
|
1000
|
+
enabled: bool?,
|
1001
|
+
processors: Array[
|
1002
|
+
{
|
1003
|
+
type: ("RecordDeAggregation" | "Decompression" | "Lambda" | "MetadataExtraction" | "AppendDelimiterToRecord"),
|
1004
|
+
parameters: Array[
|
1005
|
+
{
|
1006
|
+
parameter_name: ("LambdaArn" | "NumberOfRetries" | "MetadataExtractionQuery" | "JsonParsingEngine" | "RoleArn" | "BufferSizeInMBs" | "BufferIntervalInSeconds" | "SubRecordType" | "Delimiter" | "CompressionFormat"),
|
1007
|
+
parameter_value: ::String
|
1008
|
+
},
|
1009
|
+
]?
|
1010
|
+
},
|
1011
|
+
]?
|
1012
|
+
}?,
|
1013
|
+
s3_backup_mode: ("Disabled" | "Enabled")?,
|
1014
|
+
s3_backup_update: {
|
1015
|
+
role_arn: ::String?,
|
1016
|
+
bucket_arn: ::String?,
|
1017
|
+
prefix: ::String?,
|
1018
|
+
error_output_prefix: ::String?,
|
1019
|
+
buffering_hints: {
|
1020
|
+
size_in_m_bs: ::Integer?,
|
1021
|
+
interval_in_seconds: ::Integer?
|
1022
|
+
}?,
|
1023
|
+
compression_format: ("UNCOMPRESSED" | "GZIP" | "ZIP" | "Snappy" | "HADOOP_SNAPPY")?,
|
1024
|
+
encryption_configuration: {
|
1025
|
+
no_encryption_config: ("NoEncryption")?,
|
1026
|
+
kms_encryption_config: {
|
1027
|
+
awskms_key_arn: ::String
|
1028
|
+
}?
|
1029
|
+
}?,
|
1030
|
+
cloud_watch_logging_options: {
|
1031
|
+
enabled: bool?,
|
1032
|
+
log_group_name: ::String?,
|
1033
|
+
log_stream_name: ::String?
|
1034
|
+
}?
|
1035
|
+
}?,
|
1036
|
+
cloud_watch_logging_options: {
|
1037
|
+
enabled: bool?,
|
1038
|
+
log_group_name: ::String?,
|
1039
|
+
log_stream_name: ::String?
|
1040
|
+
}?
|
1041
|
+
},
|
1042
|
+
?elasticsearch_destination_update: {
|
1043
|
+
role_arn: ::String?,
|
1044
|
+
domain_arn: ::String?,
|
1045
|
+
cluster_endpoint: ::String?,
|
1046
|
+
index_name: ::String?,
|
1047
|
+
type_name: ::String?,
|
1048
|
+
index_rotation_period: ("NoRotation" | "OneHour" | "OneDay" | "OneWeek" | "OneMonth")?,
|
1049
|
+
buffering_hints: {
|
1050
|
+
interval_in_seconds: ::Integer?,
|
1051
|
+
size_in_m_bs: ::Integer?
|
1052
|
+
}?,
|
1053
|
+
retry_options: {
|
1054
|
+
duration_in_seconds: ::Integer?
|
1055
|
+
}?,
|
1056
|
+
s3_update: {
|
1057
|
+
role_arn: ::String?,
|
1058
|
+
bucket_arn: ::String?,
|
1059
|
+
prefix: ::String?,
|
1060
|
+
error_output_prefix: ::String?,
|
1061
|
+
buffering_hints: {
|
1062
|
+
size_in_m_bs: ::Integer?,
|
1063
|
+
interval_in_seconds: ::Integer?
|
1064
|
+
}?,
|
1065
|
+
compression_format: ("UNCOMPRESSED" | "GZIP" | "ZIP" | "Snappy" | "HADOOP_SNAPPY")?,
|
1066
|
+
encryption_configuration: {
|
1067
|
+
no_encryption_config: ("NoEncryption")?,
|
1068
|
+
kms_encryption_config: {
|
1069
|
+
awskms_key_arn: ::String
|
1070
|
+
}?
|
1071
|
+
}?,
|
1072
|
+
cloud_watch_logging_options: {
|
1073
|
+
enabled: bool?,
|
1074
|
+
log_group_name: ::String?,
|
1075
|
+
log_stream_name: ::String?
|
1076
|
+
}?
|
1077
|
+
}?,
|
1078
|
+
processing_configuration: {
|
1079
|
+
enabled: bool?,
|
1080
|
+
processors: Array[
|
1081
|
+
{
|
1082
|
+
type: ("RecordDeAggregation" | "Decompression" | "Lambda" | "MetadataExtraction" | "AppendDelimiterToRecord"),
|
1083
|
+
parameters: Array[
|
1084
|
+
{
|
1085
|
+
parameter_name: ("LambdaArn" | "NumberOfRetries" | "MetadataExtractionQuery" | "JsonParsingEngine" | "RoleArn" | "BufferSizeInMBs" | "BufferIntervalInSeconds" | "SubRecordType" | "Delimiter" | "CompressionFormat"),
|
1086
|
+
parameter_value: ::String
|
1087
|
+
},
|
1088
|
+
]?
|
1089
|
+
},
|
1090
|
+
]?
|
1091
|
+
}?,
|
1092
|
+
cloud_watch_logging_options: {
|
1093
|
+
enabled: bool?,
|
1094
|
+
log_group_name: ::String?,
|
1095
|
+
log_stream_name: ::String?
|
1096
|
+
}?,
|
1097
|
+
document_id_options: {
|
1098
|
+
default_document_id_format: ("FIREHOSE_DEFAULT" | "NO_DOCUMENT_ID")
|
1099
|
+
}?
|
1100
|
+
},
|
1101
|
+
?amazonopensearchservice_destination_update: {
|
1102
|
+
role_arn: ::String?,
|
1103
|
+
domain_arn: ::String?,
|
1104
|
+
cluster_endpoint: ::String?,
|
1105
|
+
index_name: ::String?,
|
1106
|
+
type_name: ::String?,
|
1107
|
+
index_rotation_period: ("NoRotation" | "OneHour" | "OneDay" | "OneWeek" | "OneMonth")?,
|
1108
|
+
buffering_hints: {
|
1109
|
+
interval_in_seconds: ::Integer?,
|
1110
|
+
size_in_m_bs: ::Integer?
|
1111
|
+
}?,
|
1112
|
+
retry_options: {
|
1113
|
+
duration_in_seconds: ::Integer?
|
1114
|
+
}?,
|
1115
|
+
s3_update: {
|
1116
|
+
role_arn: ::String?,
|
1117
|
+
bucket_arn: ::String?,
|
1118
|
+
prefix: ::String?,
|
1119
|
+
error_output_prefix: ::String?,
|
1120
|
+
buffering_hints: {
|
1121
|
+
size_in_m_bs: ::Integer?,
|
1122
|
+
interval_in_seconds: ::Integer?
|
1123
|
+
}?,
|
1124
|
+
compression_format: ("UNCOMPRESSED" | "GZIP" | "ZIP" | "Snappy" | "HADOOP_SNAPPY")?,
|
1125
|
+
encryption_configuration: {
|
1126
|
+
no_encryption_config: ("NoEncryption")?,
|
1127
|
+
kms_encryption_config: {
|
1128
|
+
awskms_key_arn: ::String
|
1129
|
+
}?
|
1130
|
+
}?,
|
1131
|
+
cloud_watch_logging_options: {
|
1132
|
+
enabled: bool?,
|
1133
|
+
log_group_name: ::String?,
|
1134
|
+
log_stream_name: ::String?
|
1135
|
+
}?
|
1136
|
+
}?,
|
1137
|
+
processing_configuration: {
|
1138
|
+
enabled: bool?,
|
1139
|
+
processors: Array[
|
1140
|
+
{
|
1141
|
+
type: ("RecordDeAggregation" | "Decompression" | "Lambda" | "MetadataExtraction" | "AppendDelimiterToRecord"),
|
1142
|
+
parameters: Array[
|
1143
|
+
{
|
1144
|
+
parameter_name: ("LambdaArn" | "NumberOfRetries" | "MetadataExtractionQuery" | "JsonParsingEngine" | "RoleArn" | "BufferSizeInMBs" | "BufferIntervalInSeconds" | "SubRecordType" | "Delimiter" | "CompressionFormat"),
|
1145
|
+
parameter_value: ::String
|
1146
|
+
},
|
1147
|
+
]?
|
1148
|
+
},
|
1149
|
+
]?
|
1150
|
+
}?,
|
1151
|
+
cloud_watch_logging_options: {
|
1152
|
+
enabled: bool?,
|
1153
|
+
log_group_name: ::String?,
|
1154
|
+
log_stream_name: ::String?
|
1155
|
+
}?,
|
1156
|
+
document_id_options: {
|
1157
|
+
default_document_id_format: ("FIREHOSE_DEFAULT" | "NO_DOCUMENT_ID")
|
1158
|
+
}?
|
1159
|
+
},
|
1160
|
+
?splunk_destination_update: {
|
1161
|
+
hec_endpoint: ::String?,
|
1162
|
+
hec_endpoint_type: ("Raw" | "Event")?,
|
1163
|
+
hec_token: ::String?,
|
1164
|
+
hec_acknowledgment_timeout_in_seconds: ::Integer?,
|
1165
|
+
retry_options: {
|
1166
|
+
duration_in_seconds: ::Integer?
|
1167
|
+
}?,
|
1168
|
+
s3_backup_mode: ("FailedEventsOnly" | "AllEvents")?,
|
1169
|
+
s3_update: {
|
1170
|
+
role_arn: ::String?,
|
1171
|
+
bucket_arn: ::String?,
|
1172
|
+
prefix: ::String?,
|
1173
|
+
error_output_prefix: ::String?,
|
1174
|
+
buffering_hints: {
|
1175
|
+
size_in_m_bs: ::Integer?,
|
1176
|
+
interval_in_seconds: ::Integer?
|
1177
|
+
}?,
|
1178
|
+
compression_format: ("UNCOMPRESSED" | "GZIP" | "ZIP" | "Snappy" | "HADOOP_SNAPPY")?,
|
1179
|
+
encryption_configuration: {
|
1180
|
+
no_encryption_config: ("NoEncryption")?,
|
1181
|
+
kms_encryption_config: {
|
1182
|
+
awskms_key_arn: ::String
|
1183
|
+
}?
|
1184
|
+
}?,
|
1185
|
+
cloud_watch_logging_options: {
|
1186
|
+
enabled: bool?,
|
1187
|
+
log_group_name: ::String?,
|
1188
|
+
log_stream_name: ::String?
|
1189
|
+
}?
|
1190
|
+
}?,
|
1191
|
+
processing_configuration: {
|
1192
|
+
enabled: bool?,
|
1193
|
+
processors: Array[
|
1194
|
+
{
|
1195
|
+
type: ("RecordDeAggregation" | "Decompression" | "Lambda" | "MetadataExtraction" | "AppendDelimiterToRecord"),
|
1196
|
+
parameters: Array[
|
1197
|
+
{
|
1198
|
+
parameter_name: ("LambdaArn" | "NumberOfRetries" | "MetadataExtractionQuery" | "JsonParsingEngine" | "RoleArn" | "BufferSizeInMBs" | "BufferIntervalInSeconds" | "SubRecordType" | "Delimiter" | "CompressionFormat"),
|
1199
|
+
parameter_value: ::String
|
1200
|
+
},
|
1201
|
+
]?
|
1202
|
+
},
|
1203
|
+
]?
|
1204
|
+
}?,
|
1205
|
+
cloud_watch_logging_options: {
|
1206
|
+
enabled: bool?,
|
1207
|
+
log_group_name: ::String?,
|
1208
|
+
log_stream_name: ::String?
|
1209
|
+
}?,
|
1210
|
+
buffering_hints: {
|
1211
|
+
interval_in_seconds: ::Integer?,
|
1212
|
+
size_in_m_bs: ::Integer?
|
1213
|
+
}?
|
1214
|
+
},
|
1215
|
+
?http_endpoint_destination_update: {
|
1216
|
+
endpoint_configuration: {
|
1217
|
+
url: ::String,
|
1218
|
+
name: ::String?,
|
1219
|
+
access_key: ::String?
|
1220
|
+
}?,
|
1221
|
+
buffering_hints: {
|
1222
|
+
size_in_m_bs: ::Integer?,
|
1223
|
+
interval_in_seconds: ::Integer?
|
1224
|
+
}?,
|
1225
|
+
cloud_watch_logging_options: {
|
1226
|
+
enabled: bool?,
|
1227
|
+
log_group_name: ::String?,
|
1228
|
+
log_stream_name: ::String?
|
1229
|
+
}?,
|
1230
|
+
request_configuration: {
|
1231
|
+
content_encoding: ("NONE" | "GZIP")?,
|
1232
|
+
common_attributes: Array[
|
1233
|
+
{
|
1234
|
+
attribute_name: ::String,
|
1235
|
+
attribute_value: ::String
|
1236
|
+
},
|
1237
|
+
]?
|
1238
|
+
}?,
|
1239
|
+
processing_configuration: {
|
1240
|
+
enabled: bool?,
|
1241
|
+
processors: Array[
|
1242
|
+
{
|
1243
|
+
type: ("RecordDeAggregation" | "Decompression" | "Lambda" | "MetadataExtraction" | "AppendDelimiterToRecord"),
|
1244
|
+
parameters: Array[
|
1245
|
+
{
|
1246
|
+
parameter_name: ("LambdaArn" | "NumberOfRetries" | "MetadataExtractionQuery" | "JsonParsingEngine" | "RoleArn" | "BufferSizeInMBs" | "BufferIntervalInSeconds" | "SubRecordType" | "Delimiter" | "CompressionFormat"),
|
1247
|
+
parameter_value: ::String
|
1248
|
+
},
|
1249
|
+
]?
|
1250
|
+
},
|
1251
|
+
]?
|
1252
|
+
}?,
|
1253
|
+
role_arn: ::String?,
|
1254
|
+
retry_options: {
|
1255
|
+
duration_in_seconds: ::Integer?
|
1256
|
+
}?,
|
1257
|
+
s3_backup_mode: ("FailedDataOnly" | "AllData")?,
|
1258
|
+
s3_update: {
|
1259
|
+
role_arn: ::String?,
|
1260
|
+
bucket_arn: ::String?,
|
1261
|
+
prefix: ::String?,
|
1262
|
+
error_output_prefix: ::String?,
|
1263
|
+
buffering_hints: {
|
1264
|
+
size_in_m_bs: ::Integer?,
|
1265
|
+
interval_in_seconds: ::Integer?
|
1266
|
+
}?,
|
1267
|
+
compression_format: ("UNCOMPRESSED" | "GZIP" | "ZIP" | "Snappy" | "HADOOP_SNAPPY")?,
|
1268
|
+
encryption_configuration: {
|
1269
|
+
no_encryption_config: ("NoEncryption")?,
|
1270
|
+
kms_encryption_config: {
|
1271
|
+
awskms_key_arn: ::String
|
1272
|
+
}?
|
1273
|
+
}?,
|
1274
|
+
cloud_watch_logging_options: {
|
1275
|
+
enabled: bool?,
|
1276
|
+
log_group_name: ::String?,
|
1277
|
+
log_stream_name: ::String?
|
1278
|
+
}?
|
1279
|
+
}?
|
1280
|
+
},
|
1281
|
+
?amazon_open_search_serverless_destination_update: {
|
1282
|
+
role_arn: ::String?,
|
1283
|
+
collection_endpoint: ::String?,
|
1284
|
+
index_name: ::String?,
|
1285
|
+
buffering_hints: {
|
1286
|
+
interval_in_seconds: ::Integer?,
|
1287
|
+
size_in_m_bs: ::Integer?
|
1288
|
+
}?,
|
1289
|
+
retry_options: {
|
1290
|
+
duration_in_seconds: ::Integer?
|
1291
|
+
}?,
|
1292
|
+
s3_update: {
|
1293
|
+
role_arn: ::String?,
|
1294
|
+
bucket_arn: ::String?,
|
1295
|
+
prefix: ::String?,
|
1296
|
+
error_output_prefix: ::String?,
|
1297
|
+
buffering_hints: {
|
1298
|
+
size_in_m_bs: ::Integer?,
|
1299
|
+
interval_in_seconds: ::Integer?
|
1300
|
+
}?,
|
1301
|
+
compression_format: ("UNCOMPRESSED" | "GZIP" | "ZIP" | "Snappy" | "HADOOP_SNAPPY")?,
|
1302
|
+
encryption_configuration: {
|
1303
|
+
no_encryption_config: ("NoEncryption")?,
|
1304
|
+
kms_encryption_config: {
|
1305
|
+
awskms_key_arn: ::String
|
1306
|
+
}?
|
1307
|
+
}?,
|
1308
|
+
cloud_watch_logging_options: {
|
1309
|
+
enabled: bool?,
|
1310
|
+
log_group_name: ::String?,
|
1311
|
+
log_stream_name: ::String?
|
1312
|
+
}?
|
1313
|
+
}?,
|
1314
|
+
processing_configuration: {
|
1315
|
+
enabled: bool?,
|
1316
|
+
processors: Array[
|
1317
|
+
{
|
1318
|
+
type: ("RecordDeAggregation" | "Decompression" | "Lambda" | "MetadataExtraction" | "AppendDelimiterToRecord"),
|
1319
|
+
parameters: Array[
|
1320
|
+
{
|
1321
|
+
parameter_name: ("LambdaArn" | "NumberOfRetries" | "MetadataExtractionQuery" | "JsonParsingEngine" | "RoleArn" | "BufferSizeInMBs" | "BufferIntervalInSeconds" | "SubRecordType" | "Delimiter" | "CompressionFormat"),
|
1322
|
+
parameter_value: ::String
|
1323
|
+
},
|
1324
|
+
]?
|
1325
|
+
},
|
1326
|
+
]?
|
1327
|
+
}?,
|
1328
|
+
cloud_watch_logging_options: {
|
1329
|
+
enabled: bool?,
|
1330
|
+
log_group_name: ::String?,
|
1331
|
+
log_stream_name: ::String?
|
1332
|
+
}?
|
1333
|
+
},
|
1334
|
+
?snowflake_destination_update: {
|
1335
|
+
account_url: ::String?,
|
1336
|
+
private_key: ::String?,
|
1337
|
+
key_passphrase: ::String?,
|
1338
|
+
user: ::String?,
|
1339
|
+
database: ::String?,
|
1340
|
+
schema: ::String?,
|
1341
|
+
table: ::String?,
|
1342
|
+
snowflake_role_configuration: {
|
1343
|
+
enabled: bool?,
|
1344
|
+
snowflake_role: ::String?
|
1345
|
+
}?,
|
1346
|
+
data_loading_option: ("JSON_MAPPING" | "VARIANT_CONTENT_MAPPING" | "VARIANT_CONTENT_AND_METADATA_MAPPING")?,
|
1347
|
+
meta_data_column_name: ::String?,
|
1348
|
+
content_column_name: ::String?,
|
1349
|
+
cloud_watch_logging_options: {
|
1350
|
+
enabled: bool?,
|
1351
|
+
log_group_name: ::String?,
|
1352
|
+
log_stream_name: ::String?
|
1353
|
+
}?,
|
1354
|
+
processing_configuration: {
|
1355
|
+
enabled: bool?,
|
1356
|
+
processors: Array[
|
1357
|
+
{
|
1358
|
+
type: ("RecordDeAggregation" | "Decompression" | "Lambda" | "MetadataExtraction" | "AppendDelimiterToRecord"),
|
1359
|
+
parameters: Array[
|
1360
|
+
{
|
1361
|
+
parameter_name: ("LambdaArn" | "NumberOfRetries" | "MetadataExtractionQuery" | "JsonParsingEngine" | "RoleArn" | "BufferSizeInMBs" | "BufferIntervalInSeconds" | "SubRecordType" | "Delimiter" | "CompressionFormat"),
|
1362
|
+
parameter_value: ::String
|
1363
|
+
},
|
1364
|
+
]?
|
1365
|
+
},
|
1366
|
+
]?
|
1367
|
+
}?,
|
1368
|
+
role_arn: ::String?,
|
1369
|
+
retry_options: {
|
1370
|
+
duration_in_seconds: ::Integer?
|
1371
|
+
}?,
|
1372
|
+
s3_backup_mode: ("FailedDataOnly" | "AllData")?,
|
1373
|
+
s3_update: {
|
1374
|
+
role_arn: ::String?,
|
1375
|
+
bucket_arn: ::String?,
|
1376
|
+
prefix: ::String?,
|
1377
|
+
error_output_prefix: ::String?,
|
1378
|
+
buffering_hints: {
|
1379
|
+
size_in_m_bs: ::Integer?,
|
1380
|
+
interval_in_seconds: ::Integer?
|
1381
|
+
}?,
|
1382
|
+
compression_format: ("UNCOMPRESSED" | "GZIP" | "ZIP" | "Snappy" | "HADOOP_SNAPPY")?,
|
1383
|
+
encryption_configuration: {
|
1384
|
+
no_encryption_config: ("NoEncryption")?,
|
1385
|
+
kms_encryption_config: {
|
1386
|
+
awskms_key_arn: ::String
|
1387
|
+
}?
|
1388
|
+
}?,
|
1389
|
+
cloud_watch_logging_options: {
|
1390
|
+
enabled: bool?,
|
1391
|
+
log_group_name: ::String?,
|
1392
|
+
log_stream_name: ::String?
|
1393
|
+
}?
|
1394
|
+
}?
|
1395
|
+
}
|
1396
|
+
) -> _UpdateDestinationResponseSuccess
|
1397
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateDestinationResponseSuccess
|
1398
|
+
end
|
1399
|
+
end
|
1400
|
+
end
|
1401
|
+
|