aws-sdk-firehose 1.62.0 → 1.63.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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/types.rbs
ADDED
@@ -0,0 +1,987 @@
|
|
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::Firehose
|
9
|
+
module Types
|
10
|
+
|
11
|
+
class AmazonOpenSearchServerlessBufferingHints
|
12
|
+
attr_accessor interval_in_seconds: ::Integer
|
13
|
+
attr_accessor size_in_m_bs: ::Integer
|
14
|
+
SENSITIVE: []
|
15
|
+
end
|
16
|
+
|
17
|
+
class AmazonOpenSearchServerlessDestinationConfiguration
|
18
|
+
attr_accessor role_arn: ::String
|
19
|
+
attr_accessor collection_endpoint: ::String
|
20
|
+
attr_accessor index_name: ::String
|
21
|
+
attr_accessor buffering_hints: Types::AmazonOpenSearchServerlessBufferingHints
|
22
|
+
attr_accessor retry_options: Types::AmazonOpenSearchServerlessRetryOptions
|
23
|
+
attr_accessor s3_backup_mode: ("FailedDocumentsOnly" | "AllDocuments")
|
24
|
+
attr_accessor s3_configuration: Types::S3DestinationConfiguration
|
25
|
+
attr_accessor processing_configuration: Types::ProcessingConfiguration
|
26
|
+
attr_accessor cloud_watch_logging_options: Types::CloudWatchLoggingOptions
|
27
|
+
attr_accessor vpc_configuration: Types::VpcConfiguration
|
28
|
+
SENSITIVE: []
|
29
|
+
end
|
30
|
+
|
31
|
+
class AmazonOpenSearchServerlessDestinationDescription
|
32
|
+
attr_accessor role_arn: ::String
|
33
|
+
attr_accessor collection_endpoint: ::String
|
34
|
+
attr_accessor index_name: ::String
|
35
|
+
attr_accessor buffering_hints: Types::AmazonOpenSearchServerlessBufferingHints
|
36
|
+
attr_accessor retry_options: Types::AmazonOpenSearchServerlessRetryOptions
|
37
|
+
attr_accessor s3_backup_mode: ("FailedDocumentsOnly" | "AllDocuments")
|
38
|
+
attr_accessor s3_destination_description: Types::S3DestinationDescription
|
39
|
+
attr_accessor processing_configuration: Types::ProcessingConfiguration
|
40
|
+
attr_accessor cloud_watch_logging_options: Types::CloudWatchLoggingOptions
|
41
|
+
attr_accessor vpc_configuration_description: Types::VpcConfigurationDescription
|
42
|
+
SENSITIVE: []
|
43
|
+
end
|
44
|
+
|
45
|
+
class AmazonOpenSearchServerlessDestinationUpdate
|
46
|
+
attr_accessor role_arn: ::String
|
47
|
+
attr_accessor collection_endpoint: ::String
|
48
|
+
attr_accessor index_name: ::String
|
49
|
+
attr_accessor buffering_hints: Types::AmazonOpenSearchServerlessBufferingHints
|
50
|
+
attr_accessor retry_options: Types::AmazonOpenSearchServerlessRetryOptions
|
51
|
+
attr_accessor s3_update: Types::S3DestinationUpdate
|
52
|
+
attr_accessor processing_configuration: Types::ProcessingConfiguration
|
53
|
+
attr_accessor cloud_watch_logging_options: Types::CloudWatchLoggingOptions
|
54
|
+
SENSITIVE: []
|
55
|
+
end
|
56
|
+
|
57
|
+
class AmazonOpenSearchServerlessRetryOptions
|
58
|
+
attr_accessor duration_in_seconds: ::Integer
|
59
|
+
SENSITIVE: []
|
60
|
+
end
|
61
|
+
|
62
|
+
class AmazonopensearchserviceBufferingHints
|
63
|
+
attr_accessor interval_in_seconds: ::Integer
|
64
|
+
attr_accessor size_in_m_bs: ::Integer
|
65
|
+
SENSITIVE: []
|
66
|
+
end
|
67
|
+
|
68
|
+
class AmazonopensearchserviceDestinationConfiguration
|
69
|
+
attr_accessor role_arn: ::String
|
70
|
+
attr_accessor domain_arn: ::String
|
71
|
+
attr_accessor cluster_endpoint: ::String
|
72
|
+
attr_accessor index_name: ::String
|
73
|
+
attr_accessor type_name: ::String
|
74
|
+
attr_accessor index_rotation_period: ("NoRotation" | "OneHour" | "OneDay" | "OneWeek" | "OneMonth")
|
75
|
+
attr_accessor buffering_hints: Types::AmazonopensearchserviceBufferingHints
|
76
|
+
attr_accessor retry_options: Types::AmazonopensearchserviceRetryOptions
|
77
|
+
attr_accessor s3_backup_mode: ("FailedDocumentsOnly" | "AllDocuments")
|
78
|
+
attr_accessor s3_configuration: Types::S3DestinationConfiguration
|
79
|
+
attr_accessor processing_configuration: Types::ProcessingConfiguration
|
80
|
+
attr_accessor cloud_watch_logging_options: Types::CloudWatchLoggingOptions
|
81
|
+
attr_accessor vpc_configuration: Types::VpcConfiguration
|
82
|
+
attr_accessor document_id_options: Types::DocumentIdOptions
|
83
|
+
SENSITIVE: []
|
84
|
+
end
|
85
|
+
|
86
|
+
class AmazonopensearchserviceDestinationDescription
|
87
|
+
attr_accessor role_arn: ::String
|
88
|
+
attr_accessor domain_arn: ::String
|
89
|
+
attr_accessor cluster_endpoint: ::String
|
90
|
+
attr_accessor index_name: ::String
|
91
|
+
attr_accessor type_name: ::String
|
92
|
+
attr_accessor index_rotation_period: ("NoRotation" | "OneHour" | "OneDay" | "OneWeek" | "OneMonth")
|
93
|
+
attr_accessor buffering_hints: Types::AmazonopensearchserviceBufferingHints
|
94
|
+
attr_accessor retry_options: Types::AmazonopensearchserviceRetryOptions
|
95
|
+
attr_accessor s3_backup_mode: ("FailedDocumentsOnly" | "AllDocuments")
|
96
|
+
attr_accessor s3_destination_description: Types::S3DestinationDescription
|
97
|
+
attr_accessor processing_configuration: Types::ProcessingConfiguration
|
98
|
+
attr_accessor cloud_watch_logging_options: Types::CloudWatchLoggingOptions
|
99
|
+
attr_accessor vpc_configuration_description: Types::VpcConfigurationDescription
|
100
|
+
attr_accessor document_id_options: Types::DocumentIdOptions
|
101
|
+
SENSITIVE: []
|
102
|
+
end
|
103
|
+
|
104
|
+
class AmazonopensearchserviceDestinationUpdate
|
105
|
+
attr_accessor role_arn: ::String
|
106
|
+
attr_accessor domain_arn: ::String
|
107
|
+
attr_accessor cluster_endpoint: ::String
|
108
|
+
attr_accessor index_name: ::String
|
109
|
+
attr_accessor type_name: ::String
|
110
|
+
attr_accessor index_rotation_period: ("NoRotation" | "OneHour" | "OneDay" | "OneWeek" | "OneMonth")
|
111
|
+
attr_accessor buffering_hints: Types::AmazonopensearchserviceBufferingHints
|
112
|
+
attr_accessor retry_options: Types::AmazonopensearchserviceRetryOptions
|
113
|
+
attr_accessor s3_update: Types::S3DestinationUpdate
|
114
|
+
attr_accessor processing_configuration: Types::ProcessingConfiguration
|
115
|
+
attr_accessor cloud_watch_logging_options: Types::CloudWatchLoggingOptions
|
116
|
+
attr_accessor document_id_options: Types::DocumentIdOptions
|
117
|
+
SENSITIVE: []
|
118
|
+
end
|
119
|
+
|
120
|
+
class AmazonopensearchserviceRetryOptions
|
121
|
+
attr_accessor duration_in_seconds: ::Integer
|
122
|
+
SENSITIVE: []
|
123
|
+
end
|
124
|
+
|
125
|
+
class AuthenticationConfiguration
|
126
|
+
attr_accessor role_arn: ::String
|
127
|
+
attr_accessor connectivity: ("PUBLIC" | "PRIVATE")
|
128
|
+
SENSITIVE: []
|
129
|
+
end
|
130
|
+
|
131
|
+
class BufferingHints
|
132
|
+
attr_accessor size_in_m_bs: ::Integer
|
133
|
+
attr_accessor interval_in_seconds: ::Integer
|
134
|
+
SENSITIVE: []
|
135
|
+
end
|
136
|
+
|
137
|
+
class CloudWatchLoggingOptions
|
138
|
+
attr_accessor enabled: bool
|
139
|
+
attr_accessor log_group_name: ::String
|
140
|
+
attr_accessor log_stream_name: ::String
|
141
|
+
SENSITIVE: []
|
142
|
+
end
|
143
|
+
|
144
|
+
class ConcurrentModificationException
|
145
|
+
attr_accessor message: ::String
|
146
|
+
SENSITIVE: []
|
147
|
+
end
|
148
|
+
|
149
|
+
class CopyCommand
|
150
|
+
attr_accessor data_table_name: ::String
|
151
|
+
attr_accessor data_table_columns: ::String
|
152
|
+
attr_accessor copy_options: ::String
|
153
|
+
SENSITIVE: []
|
154
|
+
end
|
155
|
+
|
156
|
+
class CreateDeliveryStreamInput
|
157
|
+
attr_accessor delivery_stream_name: ::String
|
158
|
+
attr_accessor delivery_stream_type: ("DirectPut" | "KinesisStreamAsSource" | "MSKAsSource")
|
159
|
+
attr_accessor kinesis_stream_source_configuration: Types::KinesisStreamSourceConfiguration
|
160
|
+
attr_accessor delivery_stream_encryption_configuration_input: Types::DeliveryStreamEncryptionConfigurationInput
|
161
|
+
attr_accessor s3_destination_configuration: Types::S3DestinationConfiguration
|
162
|
+
attr_accessor extended_s3_destination_configuration: Types::ExtendedS3DestinationConfiguration
|
163
|
+
attr_accessor redshift_destination_configuration: Types::RedshiftDestinationConfiguration
|
164
|
+
attr_accessor elasticsearch_destination_configuration: Types::ElasticsearchDestinationConfiguration
|
165
|
+
attr_accessor amazonopensearchservice_destination_configuration: Types::AmazonopensearchserviceDestinationConfiguration
|
166
|
+
attr_accessor splunk_destination_configuration: Types::SplunkDestinationConfiguration
|
167
|
+
attr_accessor http_endpoint_destination_configuration: Types::HttpEndpointDestinationConfiguration
|
168
|
+
attr_accessor tags: ::Array[Types::Tag]
|
169
|
+
attr_accessor amazon_open_search_serverless_destination_configuration: Types::AmazonOpenSearchServerlessDestinationConfiguration
|
170
|
+
attr_accessor msk_source_configuration: Types::MSKSourceConfiguration
|
171
|
+
attr_accessor snowflake_destination_configuration: Types::SnowflakeDestinationConfiguration
|
172
|
+
SENSITIVE: []
|
173
|
+
end
|
174
|
+
|
175
|
+
class CreateDeliveryStreamOutput
|
176
|
+
attr_accessor delivery_stream_arn: ::String
|
177
|
+
SENSITIVE: []
|
178
|
+
end
|
179
|
+
|
180
|
+
class DataFormatConversionConfiguration
|
181
|
+
attr_accessor schema_configuration: Types::SchemaConfiguration
|
182
|
+
attr_accessor input_format_configuration: Types::InputFormatConfiguration
|
183
|
+
attr_accessor output_format_configuration: Types::OutputFormatConfiguration
|
184
|
+
attr_accessor enabled: bool
|
185
|
+
SENSITIVE: []
|
186
|
+
end
|
187
|
+
|
188
|
+
class DeleteDeliveryStreamInput
|
189
|
+
attr_accessor delivery_stream_name: ::String
|
190
|
+
attr_accessor allow_force_delete: bool
|
191
|
+
SENSITIVE: []
|
192
|
+
end
|
193
|
+
|
194
|
+
class DeleteDeliveryStreamOutput < Aws::EmptyStructure
|
195
|
+
end
|
196
|
+
|
197
|
+
class DeliveryStreamDescription
|
198
|
+
attr_accessor delivery_stream_name: ::String
|
199
|
+
attr_accessor delivery_stream_arn: ::String
|
200
|
+
attr_accessor delivery_stream_status: ("CREATING" | "CREATING_FAILED" | "DELETING" | "DELETING_FAILED" | "ACTIVE")
|
201
|
+
attr_accessor failure_description: Types::FailureDescription
|
202
|
+
attr_accessor delivery_stream_encryption_configuration: Types::DeliveryStreamEncryptionConfiguration
|
203
|
+
attr_accessor delivery_stream_type: ("DirectPut" | "KinesisStreamAsSource" | "MSKAsSource")
|
204
|
+
attr_accessor version_id: ::String
|
205
|
+
attr_accessor create_timestamp: ::Time
|
206
|
+
attr_accessor last_update_timestamp: ::Time
|
207
|
+
attr_accessor source: Types::SourceDescription
|
208
|
+
attr_accessor destinations: ::Array[Types::DestinationDescription]
|
209
|
+
attr_accessor has_more_destinations: bool
|
210
|
+
SENSITIVE: []
|
211
|
+
end
|
212
|
+
|
213
|
+
class DeliveryStreamEncryptionConfiguration
|
214
|
+
attr_accessor key_arn: ::String
|
215
|
+
attr_accessor key_type: ("AWS_OWNED_CMK" | "CUSTOMER_MANAGED_CMK")
|
216
|
+
attr_accessor status: ("ENABLED" | "ENABLING" | "ENABLING_FAILED" | "DISABLED" | "DISABLING" | "DISABLING_FAILED")
|
217
|
+
attr_accessor failure_description: Types::FailureDescription
|
218
|
+
SENSITIVE: []
|
219
|
+
end
|
220
|
+
|
221
|
+
class DeliveryStreamEncryptionConfigurationInput
|
222
|
+
attr_accessor key_arn: ::String
|
223
|
+
attr_accessor key_type: ("AWS_OWNED_CMK" | "CUSTOMER_MANAGED_CMK")
|
224
|
+
SENSITIVE: []
|
225
|
+
end
|
226
|
+
|
227
|
+
class DescribeDeliveryStreamInput
|
228
|
+
attr_accessor delivery_stream_name: ::String
|
229
|
+
attr_accessor limit: ::Integer
|
230
|
+
attr_accessor exclusive_start_destination_id: ::String
|
231
|
+
SENSITIVE: []
|
232
|
+
end
|
233
|
+
|
234
|
+
class DescribeDeliveryStreamOutput
|
235
|
+
attr_accessor delivery_stream_description: Types::DeliveryStreamDescription
|
236
|
+
SENSITIVE: []
|
237
|
+
end
|
238
|
+
|
239
|
+
class Deserializer
|
240
|
+
attr_accessor open_x_json_ser_de: Types::OpenXJsonSerDe
|
241
|
+
attr_accessor hive_json_ser_de: Types::HiveJsonSerDe
|
242
|
+
SENSITIVE: []
|
243
|
+
end
|
244
|
+
|
245
|
+
class DestinationDescription
|
246
|
+
attr_accessor destination_id: ::String
|
247
|
+
attr_accessor s3_destination_description: Types::S3DestinationDescription
|
248
|
+
attr_accessor extended_s3_destination_description: Types::ExtendedS3DestinationDescription
|
249
|
+
attr_accessor redshift_destination_description: Types::RedshiftDestinationDescription
|
250
|
+
attr_accessor elasticsearch_destination_description: Types::ElasticsearchDestinationDescription
|
251
|
+
attr_accessor amazonopensearchservice_destination_description: Types::AmazonopensearchserviceDestinationDescription
|
252
|
+
attr_accessor splunk_destination_description: Types::SplunkDestinationDescription
|
253
|
+
attr_accessor http_endpoint_destination_description: Types::HttpEndpointDestinationDescription
|
254
|
+
attr_accessor snowflake_destination_description: Types::SnowflakeDestinationDescription
|
255
|
+
attr_accessor amazon_open_search_serverless_destination_description: Types::AmazonOpenSearchServerlessDestinationDescription
|
256
|
+
SENSITIVE: []
|
257
|
+
end
|
258
|
+
|
259
|
+
class DocumentIdOptions
|
260
|
+
attr_accessor default_document_id_format: ("FIREHOSE_DEFAULT" | "NO_DOCUMENT_ID")
|
261
|
+
SENSITIVE: []
|
262
|
+
end
|
263
|
+
|
264
|
+
class DynamicPartitioningConfiguration
|
265
|
+
attr_accessor retry_options: Types::RetryOptions
|
266
|
+
attr_accessor enabled: bool
|
267
|
+
SENSITIVE: []
|
268
|
+
end
|
269
|
+
|
270
|
+
class ElasticsearchBufferingHints
|
271
|
+
attr_accessor interval_in_seconds: ::Integer
|
272
|
+
attr_accessor size_in_m_bs: ::Integer
|
273
|
+
SENSITIVE: []
|
274
|
+
end
|
275
|
+
|
276
|
+
class ElasticsearchDestinationConfiguration
|
277
|
+
attr_accessor role_arn: ::String
|
278
|
+
attr_accessor domain_arn: ::String
|
279
|
+
attr_accessor cluster_endpoint: ::String
|
280
|
+
attr_accessor index_name: ::String
|
281
|
+
attr_accessor type_name: ::String
|
282
|
+
attr_accessor index_rotation_period: ("NoRotation" | "OneHour" | "OneDay" | "OneWeek" | "OneMonth")
|
283
|
+
attr_accessor buffering_hints: Types::ElasticsearchBufferingHints
|
284
|
+
attr_accessor retry_options: Types::ElasticsearchRetryOptions
|
285
|
+
attr_accessor s3_backup_mode: ("FailedDocumentsOnly" | "AllDocuments")
|
286
|
+
attr_accessor s3_configuration: Types::S3DestinationConfiguration
|
287
|
+
attr_accessor processing_configuration: Types::ProcessingConfiguration
|
288
|
+
attr_accessor cloud_watch_logging_options: Types::CloudWatchLoggingOptions
|
289
|
+
attr_accessor vpc_configuration: Types::VpcConfiguration
|
290
|
+
attr_accessor document_id_options: Types::DocumentIdOptions
|
291
|
+
SENSITIVE: []
|
292
|
+
end
|
293
|
+
|
294
|
+
class ElasticsearchDestinationDescription
|
295
|
+
attr_accessor role_arn: ::String
|
296
|
+
attr_accessor domain_arn: ::String
|
297
|
+
attr_accessor cluster_endpoint: ::String
|
298
|
+
attr_accessor index_name: ::String
|
299
|
+
attr_accessor type_name: ::String
|
300
|
+
attr_accessor index_rotation_period: ("NoRotation" | "OneHour" | "OneDay" | "OneWeek" | "OneMonth")
|
301
|
+
attr_accessor buffering_hints: Types::ElasticsearchBufferingHints
|
302
|
+
attr_accessor retry_options: Types::ElasticsearchRetryOptions
|
303
|
+
attr_accessor s3_backup_mode: ("FailedDocumentsOnly" | "AllDocuments")
|
304
|
+
attr_accessor s3_destination_description: Types::S3DestinationDescription
|
305
|
+
attr_accessor processing_configuration: Types::ProcessingConfiguration
|
306
|
+
attr_accessor cloud_watch_logging_options: Types::CloudWatchLoggingOptions
|
307
|
+
attr_accessor vpc_configuration_description: Types::VpcConfigurationDescription
|
308
|
+
attr_accessor document_id_options: Types::DocumentIdOptions
|
309
|
+
SENSITIVE: []
|
310
|
+
end
|
311
|
+
|
312
|
+
class ElasticsearchDestinationUpdate
|
313
|
+
attr_accessor role_arn: ::String
|
314
|
+
attr_accessor domain_arn: ::String
|
315
|
+
attr_accessor cluster_endpoint: ::String
|
316
|
+
attr_accessor index_name: ::String
|
317
|
+
attr_accessor type_name: ::String
|
318
|
+
attr_accessor index_rotation_period: ("NoRotation" | "OneHour" | "OneDay" | "OneWeek" | "OneMonth")
|
319
|
+
attr_accessor buffering_hints: Types::ElasticsearchBufferingHints
|
320
|
+
attr_accessor retry_options: Types::ElasticsearchRetryOptions
|
321
|
+
attr_accessor s3_update: Types::S3DestinationUpdate
|
322
|
+
attr_accessor processing_configuration: Types::ProcessingConfiguration
|
323
|
+
attr_accessor cloud_watch_logging_options: Types::CloudWatchLoggingOptions
|
324
|
+
attr_accessor document_id_options: Types::DocumentIdOptions
|
325
|
+
SENSITIVE: []
|
326
|
+
end
|
327
|
+
|
328
|
+
class ElasticsearchRetryOptions
|
329
|
+
attr_accessor duration_in_seconds: ::Integer
|
330
|
+
SENSITIVE: []
|
331
|
+
end
|
332
|
+
|
333
|
+
class EncryptionConfiguration
|
334
|
+
attr_accessor no_encryption_config: ("NoEncryption")
|
335
|
+
attr_accessor kms_encryption_config: Types::KMSEncryptionConfig
|
336
|
+
SENSITIVE: []
|
337
|
+
end
|
338
|
+
|
339
|
+
class ExtendedS3DestinationConfiguration
|
340
|
+
attr_accessor role_arn: ::String
|
341
|
+
attr_accessor bucket_arn: ::String
|
342
|
+
attr_accessor prefix: ::String
|
343
|
+
attr_accessor error_output_prefix: ::String
|
344
|
+
attr_accessor buffering_hints: Types::BufferingHints
|
345
|
+
attr_accessor compression_format: ("UNCOMPRESSED" | "GZIP" | "ZIP" | "Snappy" | "HADOOP_SNAPPY")
|
346
|
+
attr_accessor encryption_configuration: Types::EncryptionConfiguration
|
347
|
+
attr_accessor cloud_watch_logging_options: Types::CloudWatchLoggingOptions
|
348
|
+
attr_accessor processing_configuration: Types::ProcessingConfiguration
|
349
|
+
attr_accessor s3_backup_mode: ("Disabled" | "Enabled")
|
350
|
+
attr_accessor s3_backup_configuration: Types::S3DestinationConfiguration
|
351
|
+
attr_accessor data_format_conversion_configuration: Types::DataFormatConversionConfiguration
|
352
|
+
attr_accessor dynamic_partitioning_configuration: Types::DynamicPartitioningConfiguration
|
353
|
+
SENSITIVE: []
|
354
|
+
end
|
355
|
+
|
356
|
+
class ExtendedS3DestinationDescription
|
357
|
+
attr_accessor role_arn: ::String
|
358
|
+
attr_accessor bucket_arn: ::String
|
359
|
+
attr_accessor prefix: ::String
|
360
|
+
attr_accessor error_output_prefix: ::String
|
361
|
+
attr_accessor buffering_hints: Types::BufferingHints
|
362
|
+
attr_accessor compression_format: ("UNCOMPRESSED" | "GZIP" | "ZIP" | "Snappy" | "HADOOP_SNAPPY")
|
363
|
+
attr_accessor encryption_configuration: Types::EncryptionConfiguration
|
364
|
+
attr_accessor cloud_watch_logging_options: Types::CloudWatchLoggingOptions
|
365
|
+
attr_accessor processing_configuration: Types::ProcessingConfiguration
|
366
|
+
attr_accessor s3_backup_mode: ("Disabled" | "Enabled")
|
367
|
+
attr_accessor s3_backup_description: Types::S3DestinationDescription
|
368
|
+
attr_accessor data_format_conversion_configuration: Types::DataFormatConversionConfiguration
|
369
|
+
attr_accessor dynamic_partitioning_configuration: Types::DynamicPartitioningConfiguration
|
370
|
+
SENSITIVE: []
|
371
|
+
end
|
372
|
+
|
373
|
+
class ExtendedS3DestinationUpdate
|
374
|
+
attr_accessor role_arn: ::String
|
375
|
+
attr_accessor bucket_arn: ::String
|
376
|
+
attr_accessor prefix: ::String
|
377
|
+
attr_accessor error_output_prefix: ::String
|
378
|
+
attr_accessor buffering_hints: Types::BufferingHints
|
379
|
+
attr_accessor compression_format: ("UNCOMPRESSED" | "GZIP" | "ZIP" | "Snappy" | "HADOOP_SNAPPY")
|
380
|
+
attr_accessor encryption_configuration: Types::EncryptionConfiguration
|
381
|
+
attr_accessor cloud_watch_logging_options: Types::CloudWatchLoggingOptions
|
382
|
+
attr_accessor processing_configuration: Types::ProcessingConfiguration
|
383
|
+
attr_accessor s3_backup_mode: ("Disabled" | "Enabled")
|
384
|
+
attr_accessor s3_backup_update: Types::S3DestinationUpdate
|
385
|
+
attr_accessor data_format_conversion_configuration: Types::DataFormatConversionConfiguration
|
386
|
+
attr_accessor dynamic_partitioning_configuration: Types::DynamicPartitioningConfiguration
|
387
|
+
SENSITIVE: []
|
388
|
+
end
|
389
|
+
|
390
|
+
class FailureDescription
|
391
|
+
attr_accessor type: ("RETIRE_KMS_GRANT_FAILED" | "CREATE_KMS_GRANT_FAILED" | "KMS_ACCESS_DENIED" | "DISABLED_KMS_KEY" | "INVALID_KMS_KEY" | "KMS_KEY_NOT_FOUND" | "KMS_OPT_IN_REQUIRED" | "CREATE_ENI_FAILED" | "DELETE_ENI_FAILED" | "SUBNET_NOT_FOUND" | "SECURITY_GROUP_NOT_FOUND" | "ENI_ACCESS_DENIED" | "SUBNET_ACCESS_DENIED" | "SECURITY_GROUP_ACCESS_DENIED" | "UNKNOWN_ERROR")
|
392
|
+
attr_accessor details: ::String
|
393
|
+
SENSITIVE: []
|
394
|
+
end
|
395
|
+
|
396
|
+
class HiveJsonSerDe
|
397
|
+
attr_accessor timestamp_formats: ::Array[::String]
|
398
|
+
SENSITIVE: []
|
399
|
+
end
|
400
|
+
|
401
|
+
class HttpEndpointBufferingHints
|
402
|
+
attr_accessor size_in_m_bs: ::Integer
|
403
|
+
attr_accessor interval_in_seconds: ::Integer
|
404
|
+
SENSITIVE: []
|
405
|
+
end
|
406
|
+
|
407
|
+
class HttpEndpointCommonAttribute
|
408
|
+
attr_accessor attribute_name: ::String
|
409
|
+
attr_accessor attribute_value: ::String
|
410
|
+
SENSITIVE: [:attribute_name, :attribute_value]
|
411
|
+
end
|
412
|
+
|
413
|
+
class HttpEndpointConfiguration
|
414
|
+
attr_accessor url: ::String
|
415
|
+
attr_accessor name: ::String
|
416
|
+
attr_accessor access_key: ::String
|
417
|
+
SENSITIVE: [:url, :access_key]
|
418
|
+
end
|
419
|
+
|
420
|
+
class HttpEndpointDescription
|
421
|
+
attr_accessor url: ::String
|
422
|
+
attr_accessor name: ::String
|
423
|
+
SENSITIVE: [:url]
|
424
|
+
end
|
425
|
+
|
426
|
+
class HttpEndpointDestinationConfiguration
|
427
|
+
attr_accessor endpoint_configuration: Types::HttpEndpointConfiguration
|
428
|
+
attr_accessor buffering_hints: Types::HttpEndpointBufferingHints
|
429
|
+
attr_accessor cloud_watch_logging_options: Types::CloudWatchLoggingOptions
|
430
|
+
attr_accessor request_configuration: Types::HttpEndpointRequestConfiguration
|
431
|
+
attr_accessor processing_configuration: Types::ProcessingConfiguration
|
432
|
+
attr_accessor role_arn: ::String
|
433
|
+
attr_accessor retry_options: Types::HttpEndpointRetryOptions
|
434
|
+
attr_accessor s3_backup_mode: ("FailedDataOnly" | "AllData")
|
435
|
+
attr_accessor s3_configuration: Types::S3DestinationConfiguration
|
436
|
+
SENSITIVE: []
|
437
|
+
end
|
438
|
+
|
439
|
+
class HttpEndpointDestinationDescription
|
440
|
+
attr_accessor endpoint_configuration: Types::HttpEndpointDescription
|
441
|
+
attr_accessor buffering_hints: Types::HttpEndpointBufferingHints
|
442
|
+
attr_accessor cloud_watch_logging_options: Types::CloudWatchLoggingOptions
|
443
|
+
attr_accessor request_configuration: Types::HttpEndpointRequestConfiguration
|
444
|
+
attr_accessor processing_configuration: Types::ProcessingConfiguration
|
445
|
+
attr_accessor role_arn: ::String
|
446
|
+
attr_accessor retry_options: Types::HttpEndpointRetryOptions
|
447
|
+
attr_accessor s3_backup_mode: ("FailedDataOnly" | "AllData")
|
448
|
+
attr_accessor s3_destination_description: Types::S3DestinationDescription
|
449
|
+
SENSITIVE: []
|
450
|
+
end
|
451
|
+
|
452
|
+
class HttpEndpointDestinationUpdate
|
453
|
+
attr_accessor endpoint_configuration: Types::HttpEndpointConfiguration
|
454
|
+
attr_accessor buffering_hints: Types::HttpEndpointBufferingHints
|
455
|
+
attr_accessor cloud_watch_logging_options: Types::CloudWatchLoggingOptions
|
456
|
+
attr_accessor request_configuration: Types::HttpEndpointRequestConfiguration
|
457
|
+
attr_accessor processing_configuration: Types::ProcessingConfiguration
|
458
|
+
attr_accessor role_arn: ::String
|
459
|
+
attr_accessor retry_options: Types::HttpEndpointRetryOptions
|
460
|
+
attr_accessor s3_backup_mode: ("FailedDataOnly" | "AllData")
|
461
|
+
attr_accessor s3_update: Types::S3DestinationUpdate
|
462
|
+
SENSITIVE: []
|
463
|
+
end
|
464
|
+
|
465
|
+
class HttpEndpointRequestConfiguration
|
466
|
+
attr_accessor content_encoding: ("NONE" | "GZIP")
|
467
|
+
attr_accessor common_attributes: ::Array[Types::HttpEndpointCommonAttribute]
|
468
|
+
SENSITIVE: []
|
469
|
+
end
|
470
|
+
|
471
|
+
class HttpEndpointRetryOptions
|
472
|
+
attr_accessor duration_in_seconds: ::Integer
|
473
|
+
SENSITIVE: []
|
474
|
+
end
|
475
|
+
|
476
|
+
class InputFormatConfiguration
|
477
|
+
attr_accessor deserializer: Types::Deserializer
|
478
|
+
SENSITIVE: []
|
479
|
+
end
|
480
|
+
|
481
|
+
class InvalidArgumentException
|
482
|
+
attr_accessor message: ::String
|
483
|
+
SENSITIVE: []
|
484
|
+
end
|
485
|
+
|
486
|
+
class InvalidKMSResourceException
|
487
|
+
attr_accessor code: ::String
|
488
|
+
attr_accessor message: ::String
|
489
|
+
SENSITIVE: []
|
490
|
+
end
|
491
|
+
|
492
|
+
class InvalidSourceException
|
493
|
+
attr_accessor code: ::String
|
494
|
+
attr_accessor message: ::String
|
495
|
+
SENSITIVE: []
|
496
|
+
end
|
497
|
+
|
498
|
+
class KMSEncryptionConfig
|
499
|
+
attr_accessor awskms_key_arn: ::String
|
500
|
+
SENSITIVE: []
|
501
|
+
end
|
502
|
+
|
503
|
+
class KinesisStreamSourceConfiguration
|
504
|
+
attr_accessor kinesis_stream_arn: ::String
|
505
|
+
attr_accessor role_arn: ::String
|
506
|
+
SENSITIVE: []
|
507
|
+
end
|
508
|
+
|
509
|
+
class KinesisStreamSourceDescription
|
510
|
+
attr_accessor kinesis_stream_arn: ::String
|
511
|
+
attr_accessor role_arn: ::String
|
512
|
+
attr_accessor delivery_start_timestamp: ::Time
|
513
|
+
SENSITIVE: []
|
514
|
+
end
|
515
|
+
|
516
|
+
class LimitExceededException
|
517
|
+
attr_accessor message: ::String
|
518
|
+
SENSITIVE: []
|
519
|
+
end
|
520
|
+
|
521
|
+
class ListDeliveryStreamsInput
|
522
|
+
attr_accessor limit: ::Integer
|
523
|
+
attr_accessor delivery_stream_type: ("DirectPut" | "KinesisStreamAsSource" | "MSKAsSource")
|
524
|
+
attr_accessor exclusive_start_delivery_stream_name: ::String
|
525
|
+
SENSITIVE: []
|
526
|
+
end
|
527
|
+
|
528
|
+
class ListDeliveryStreamsOutput
|
529
|
+
attr_accessor delivery_stream_names: ::Array[::String]
|
530
|
+
attr_accessor has_more_delivery_streams: bool
|
531
|
+
SENSITIVE: []
|
532
|
+
end
|
533
|
+
|
534
|
+
class ListTagsForDeliveryStreamInput
|
535
|
+
attr_accessor delivery_stream_name: ::String
|
536
|
+
attr_accessor exclusive_start_tag_key: ::String
|
537
|
+
attr_accessor limit: ::Integer
|
538
|
+
SENSITIVE: []
|
539
|
+
end
|
540
|
+
|
541
|
+
class ListTagsForDeliveryStreamOutput
|
542
|
+
attr_accessor tags: ::Array[Types::Tag]
|
543
|
+
attr_accessor has_more_tags: bool
|
544
|
+
SENSITIVE: []
|
545
|
+
end
|
546
|
+
|
547
|
+
class MSKSourceConfiguration
|
548
|
+
attr_accessor msk_cluster_arn: ::String
|
549
|
+
attr_accessor topic_name: ::String
|
550
|
+
attr_accessor authentication_configuration: Types::AuthenticationConfiguration
|
551
|
+
SENSITIVE: []
|
552
|
+
end
|
553
|
+
|
554
|
+
class MSKSourceDescription
|
555
|
+
attr_accessor msk_cluster_arn: ::String
|
556
|
+
attr_accessor topic_name: ::String
|
557
|
+
attr_accessor authentication_configuration: Types::AuthenticationConfiguration
|
558
|
+
attr_accessor delivery_start_timestamp: ::Time
|
559
|
+
SENSITIVE: []
|
560
|
+
end
|
561
|
+
|
562
|
+
class OpenXJsonSerDe
|
563
|
+
attr_accessor convert_dots_in_json_keys_to_underscores: bool
|
564
|
+
attr_accessor case_insensitive: bool
|
565
|
+
attr_accessor column_to_json_key_mappings: ::Hash[::String, ::String]
|
566
|
+
SENSITIVE: []
|
567
|
+
end
|
568
|
+
|
569
|
+
class OrcSerDe
|
570
|
+
attr_accessor stripe_size_bytes: ::Integer
|
571
|
+
attr_accessor block_size_bytes: ::Integer
|
572
|
+
attr_accessor row_index_stride: ::Integer
|
573
|
+
attr_accessor enable_padding: bool
|
574
|
+
attr_accessor padding_tolerance: ::Float
|
575
|
+
attr_accessor compression: ("NONE" | "ZLIB" | "SNAPPY")
|
576
|
+
attr_accessor bloom_filter_columns: ::Array[::String]
|
577
|
+
attr_accessor bloom_filter_false_positive_probability: ::Float
|
578
|
+
attr_accessor dictionary_key_threshold: ::Float
|
579
|
+
attr_accessor format_version: ("V0_11" | "V0_12")
|
580
|
+
SENSITIVE: []
|
581
|
+
end
|
582
|
+
|
583
|
+
class OutputFormatConfiguration
|
584
|
+
attr_accessor serializer: Types::Serializer
|
585
|
+
SENSITIVE: []
|
586
|
+
end
|
587
|
+
|
588
|
+
class ParquetSerDe
|
589
|
+
attr_accessor block_size_bytes: ::Integer
|
590
|
+
attr_accessor page_size_bytes: ::Integer
|
591
|
+
attr_accessor compression: ("UNCOMPRESSED" | "GZIP" | "SNAPPY")
|
592
|
+
attr_accessor enable_dictionary_compression: bool
|
593
|
+
attr_accessor max_padding_bytes: ::Integer
|
594
|
+
attr_accessor writer_version: ("V1" | "V2")
|
595
|
+
SENSITIVE: []
|
596
|
+
end
|
597
|
+
|
598
|
+
class ProcessingConfiguration
|
599
|
+
attr_accessor enabled: bool
|
600
|
+
attr_accessor processors: ::Array[Types::Processor]
|
601
|
+
SENSITIVE: []
|
602
|
+
end
|
603
|
+
|
604
|
+
class Processor
|
605
|
+
attr_accessor type: ("RecordDeAggregation" | "Decompression" | "Lambda" | "MetadataExtraction" | "AppendDelimiterToRecord")
|
606
|
+
attr_accessor parameters: ::Array[Types::ProcessorParameter]
|
607
|
+
SENSITIVE: []
|
608
|
+
end
|
609
|
+
|
610
|
+
class ProcessorParameter
|
611
|
+
attr_accessor parameter_name: ("LambdaArn" | "NumberOfRetries" | "MetadataExtractionQuery" | "JsonParsingEngine" | "RoleArn" | "BufferSizeInMBs" | "BufferIntervalInSeconds" | "SubRecordType" | "Delimiter" | "CompressionFormat")
|
612
|
+
attr_accessor parameter_value: ::String
|
613
|
+
SENSITIVE: []
|
614
|
+
end
|
615
|
+
|
616
|
+
class PutRecordBatchInput
|
617
|
+
attr_accessor delivery_stream_name: ::String
|
618
|
+
attr_accessor records: ::Array[Types::Record]
|
619
|
+
SENSITIVE: []
|
620
|
+
end
|
621
|
+
|
622
|
+
class PutRecordBatchOutput
|
623
|
+
attr_accessor failed_put_count: ::Integer
|
624
|
+
attr_accessor encrypted: bool
|
625
|
+
attr_accessor request_responses: ::Array[Types::PutRecordBatchResponseEntry]
|
626
|
+
SENSITIVE: []
|
627
|
+
end
|
628
|
+
|
629
|
+
class PutRecordBatchResponseEntry
|
630
|
+
attr_accessor record_id: ::String
|
631
|
+
attr_accessor error_code: ::String
|
632
|
+
attr_accessor error_message: ::String
|
633
|
+
SENSITIVE: []
|
634
|
+
end
|
635
|
+
|
636
|
+
class PutRecordInput
|
637
|
+
attr_accessor delivery_stream_name: ::String
|
638
|
+
attr_accessor record: Types::Record
|
639
|
+
SENSITIVE: []
|
640
|
+
end
|
641
|
+
|
642
|
+
class PutRecordOutput
|
643
|
+
attr_accessor record_id: ::String
|
644
|
+
attr_accessor encrypted: bool
|
645
|
+
SENSITIVE: []
|
646
|
+
end
|
647
|
+
|
648
|
+
class Record
|
649
|
+
attr_accessor data: ::String
|
650
|
+
SENSITIVE: []
|
651
|
+
end
|
652
|
+
|
653
|
+
class RedshiftDestinationConfiguration
|
654
|
+
attr_accessor role_arn: ::String
|
655
|
+
attr_accessor cluster_jdbc_url: ::String
|
656
|
+
attr_accessor copy_command: Types::CopyCommand
|
657
|
+
attr_accessor username: ::String
|
658
|
+
attr_accessor password: ::String
|
659
|
+
attr_accessor retry_options: Types::RedshiftRetryOptions
|
660
|
+
attr_accessor s3_configuration: Types::S3DestinationConfiguration
|
661
|
+
attr_accessor processing_configuration: Types::ProcessingConfiguration
|
662
|
+
attr_accessor s3_backup_mode: ("Disabled" | "Enabled")
|
663
|
+
attr_accessor s3_backup_configuration: Types::S3DestinationConfiguration
|
664
|
+
attr_accessor cloud_watch_logging_options: Types::CloudWatchLoggingOptions
|
665
|
+
SENSITIVE: [:username, :password]
|
666
|
+
end
|
667
|
+
|
668
|
+
class RedshiftDestinationDescription
|
669
|
+
attr_accessor role_arn: ::String
|
670
|
+
attr_accessor cluster_jdbc_url: ::String
|
671
|
+
attr_accessor copy_command: Types::CopyCommand
|
672
|
+
attr_accessor username: ::String
|
673
|
+
attr_accessor retry_options: Types::RedshiftRetryOptions
|
674
|
+
attr_accessor s3_destination_description: Types::S3DestinationDescription
|
675
|
+
attr_accessor processing_configuration: Types::ProcessingConfiguration
|
676
|
+
attr_accessor s3_backup_mode: ("Disabled" | "Enabled")
|
677
|
+
attr_accessor s3_backup_description: Types::S3DestinationDescription
|
678
|
+
attr_accessor cloud_watch_logging_options: Types::CloudWatchLoggingOptions
|
679
|
+
SENSITIVE: [:username]
|
680
|
+
end
|
681
|
+
|
682
|
+
class RedshiftDestinationUpdate
|
683
|
+
attr_accessor role_arn: ::String
|
684
|
+
attr_accessor cluster_jdbc_url: ::String
|
685
|
+
attr_accessor copy_command: Types::CopyCommand
|
686
|
+
attr_accessor username: ::String
|
687
|
+
attr_accessor password: ::String
|
688
|
+
attr_accessor retry_options: Types::RedshiftRetryOptions
|
689
|
+
attr_accessor s3_update: Types::S3DestinationUpdate
|
690
|
+
attr_accessor processing_configuration: Types::ProcessingConfiguration
|
691
|
+
attr_accessor s3_backup_mode: ("Disabled" | "Enabled")
|
692
|
+
attr_accessor s3_backup_update: Types::S3DestinationUpdate
|
693
|
+
attr_accessor cloud_watch_logging_options: Types::CloudWatchLoggingOptions
|
694
|
+
SENSITIVE: [:username, :password]
|
695
|
+
end
|
696
|
+
|
697
|
+
class RedshiftRetryOptions
|
698
|
+
attr_accessor duration_in_seconds: ::Integer
|
699
|
+
SENSITIVE: []
|
700
|
+
end
|
701
|
+
|
702
|
+
class ResourceInUseException
|
703
|
+
attr_accessor message: ::String
|
704
|
+
SENSITIVE: []
|
705
|
+
end
|
706
|
+
|
707
|
+
class ResourceNotFoundException
|
708
|
+
attr_accessor message: ::String
|
709
|
+
SENSITIVE: []
|
710
|
+
end
|
711
|
+
|
712
|
+
class RetryOptions
|
713
|
+
attr_accessor duration_in_seconds: ::Integer
|
714
|
+
SENSITIVE: []
|
715
|
+
end
|
716
|
+
|
717
|
+
class S3DestinationConfiguration
|
718
|
+
attr_accessor role_arn: ::String
|
719
|
+
attr_accessor bucket_arn: ::String
|
720
|
+
attr_accessor prefix: ::String
|
721
|
+
attr_accessor error_output_prefix: ::String
|
722
|
+
attr_accessor buffering_hints: Types::BufferingHints
|
723
|
+
attr_accessor compression_format: ("UNCOMPRESSED" | "GZIP" | "ZIP" | "Snappy" | "HADOOP_SNAPPY")
|
724
|
+
attr_accessor encryption_configuration: Types::EncryptionConfiguration
|
725
|
+
attr_accessor cloud_watch_logging_options: Types::CloudWatchLoggingOptions
|
726
|
+
SENSITIVE: []
|
727
|
+
end
|
728
|
+
|
729
|
+
class S3DestinationDescription
|
730
|
+
attr_accessor role_arn: ::String
|
731
|
+
attr_accessor bucket_arn: ::String
|
732
|
+
attr_accessor prefix: ::String
|
733
|
+
attr_accessor error_output_prefix: ::String
|
734
|
+
attr_accessor buffering_hints: Types::BufferingHints
|
735
|
+
attr_accessor compression_format: ("UNCOMPRESSED" | "GZIP" | "ZIP" | "Snappy" | "HADOOP_SNAPPY")
|
736
|
+
attr_accessor encryption_configuration: Types::EncryptionConfiguration
|
737
|
+
attr_accessor cloud_watch_logging_options: Types::CloudWatchLoggingOptions
|
738
|
+
SENSITIVE: []
|
739
|
+
end
|
740
|
+
|
741
|
+
class S3DestinationUpdate
|
742
|
+
attr_accessor role_arn: ::String
|
743
|
+
attr_accessor bucket_arn: ::String
|
744
|
+
attr_accessor prefix: ::String
|
745
|
+
attr_accessor error_output_prefix: ::String
|
746
|
+
attr_accessor buffering_hints: Types::BufferingHints
|
747
|
+
attr_accessor compression_format: ("UNCOMPRESSED" | "GZIP" | "ZIP" | "Snappy" | "HADOOP_SNAPPY")
|
748
|
+
attr_accessor encryption_configuration: Types::EncryptionConfiguration
|
749
|
+
attr_accessor cloud_watch_logging_options: Types::CloudWatchLoggingOptions
|
750
|
+
SENSITIVE: []
|
751
|
+
end
|
752
|
+
|
753
|
+
class SchemaConfiguration
|
754
|
+
attr_accessor role_arn: ::String
|
755
|
+
attr_accessor catalog_id: ::String
|
756
|
+
attr_accessor database_name: ::String
|
757
|
+
attr_accessor table_name: ::String
|
758
|
+
attr_accessor region: ::String
|
759
|
+
attr_accessor version_id: ::String
|
760
|
+
SENSITIVE: []
|
761
|
+
end
|
762
|
+
|
763
|
+
class Serializer
|
764
|
+
attr_accessor parquet_ser_de: Types::ParquetSerDe
|
765
|
+
attr_accessor orc_ser_de: Types::OrcSerDe
|
766
|
+
SENSITIVE: []
|
767
|
+
end
|
768
|
+
|
769
|
+
class ServiceUnavailableException
|
770
|
+
attr_accessor message: ::String
|
771
|
+
SENSITIVE: []
|
772
|
+
end
|
773
|
+
|
774
|
+
class SnowflakeDestinationConfiguration
|
775
|
+
attr_accessor account_url: ::String
|
776
|
+
attr_accessor private_key: ::String
|
777
|
+
attr_accessor key_passphrase: ::String
|
778
|
+
attr_accessor user: ::String
|
779
|
+
attr_accessor database: ::String
|
780
|
+
attr_accessor schema: ::String
|
781
|
+
attr_accessor table: ::String
|
782
|
+
attr_accessor snowflake_role_configuration: Types::SnowflakeRoleConfiguration
|
783
|
+
attr_accessor data_loading_option: ("JSON_MAPPING" | "VARIANT_CONTENT_MAPPING" | "VARIANT_CONTENT_AND_METADATA_MAPPING")
|
784
|
+
attr_accessor meta_data_column_name: ::String
|
785
|
+
attr_accessor content_column_name: ::String
|
786
|
+
attr_accessor snowflake_vpc_configuration: Types::SnowflakeVpcConfiguration
|
787
|
+
attr_accessor cloud_watch_logging_options: Types::CloudWatchLoggingOptions
|
788
|
+
attr_accessor processing_configuration: Types::ProcessingConfiguration
|
789
|
+
attr_accessor role_arn: ::String
|
790
|
+
attr_accessor retry_options: Types::SnowflakeRetryOptions
|
791
|
+
attr_accessor s3_backup_mode: ("FailedDataOnly" | "AllData")
|
792
|
+
attr_accessor s3_configuration: Types::S3DestinationConfiguration
|
793
|
+
SENSITIVE: [:account_url, :private_key, :key_passphrase, :user, :database, :schema, :table, :meta_data_column_name, :content_column_name]
|
794
|
+
end
|
795
|
+
|
796
|
+
class SnowflakeDestinationDescription
|
797
|
+
attr_accessor account_url: ::String
|
798
|
+
attr_accessor user: ::String
|
799
|
+
attr_accessor database: ::String
|
800
|
+
attr_accessor schema: ::String
|
801
|
+
attr_accessor table: ::String
|
802
|
+
attr_accessor snowflake_role_configuration: Types::SnowflakeRoleConfiguration
|
803
|
+
attr_accessor data_loading_option: ("JSON_MAPPING" | "VARIANT_CONTENT_MAPPING" | "VARIANT_CONTENT_AND_METADATA_MAPPING")
|
804
|
+
attr_accessor meta_data_column_name: ::String
|
805
|
+
attr_accessor content_column_name: ::String
|
806
|
+
attr_accessor snowflake_vpc_configuration: Types::SnowflakeVpcConfiguration
|
807
|
+
attr_accessor cloud_watch_logging_options: Types::CloudWatchLoggingOptions
|
808
|
+
attr_accessor processing_configuration: Types::ProcessingConfiguration
|
809
|
+
attr_accessor role_arn: ::String
|
810
|
+
attr_accessor retry_options: Types::SnowflakeRetryOptions
|
811
|
+
attr_accessor s3_backup_mode: ("FailedDataOnly" | "AllData")
|
812
|
+
attr_accessor s3_destination_description: Types::S3DestinationDescription
|
813
|
+
SENSITIVE: [:account_url, :user, :database, :schema, :table, :meta_data_column_name, :content_column_name]
|
814
|
+
end
|
815
|
+
|
816
|
+
class SnowflakeDestinationUpdate
|
817
|
+
attr_accessor account_url: ::String
|
818
|
+
attr_accessor private_key: ::String
|
819
|
+
attr_accessor key_passphrase: ::String
|
820
|
+
attr_accessor user: ::String
|
821
|
+
attr_accessor database: ::String
|
822
|
+
attr_accessor schema: ::String
|
823
|
+
attr_accessor table: ::String
|
824
|
+
attr_accessor snowflake_role_configuration: Types::SnowflakeRoleConfiguration
|
825
|
+
attr_accessor data_loading_option: ("JSON_MAPPING" | "VARIANT_CONTENT_MAPPING" | "VARIANT_CONTENT_AND_METADATA_MAPPING")
|
826
|
+
attr_accessor meta_data_column_name: ::String
|
827
|
+
attr_accessor content_column_name: ::String
|
828
|
+
attr_accessor cloud_watch_logging_options: Types::CloudWatchLoggingOptions
|
829
|
+
attr_accessor processing_configuration: Types::ProcessingConfiguration
|
830
|
+
attr_accessor role_arn: ::String
|
831
|
+
attr_accessor retry_options: Types::SnowflakeRetryOptions
|
832
|
+
attr_accessor s3_backup_mode: ("FailedDataOnly" | "AllData")
|
833
|
+
attr_accessor s3_update: Types::S3DestinationUpdate
|
834
|
+
SENSITIVE: [:account_url, :private_key, :key_passphrase, :user, :database, :schema, :table, :meta_data_column_name, :content_column_name]
|
835
|
+
end
|
836
|
+
|
837
|
+
class SnowflakeRetryOptions
|
838
|
+
attr_accessor duration_in_seconds: ::Integer
|
839
|
+
SENSITIVE: []
|
840
|
+
end
|
841
|
+
|
842
|
+
class SnowflakeRoleConfiguration
|
843
|
+
attr_accessor enabled: bool
|
844
|
+
attr_accessor snowflake_role: ::String
|
845
|
+
SENSITIVE: [:snowflake_role]
|
846
|
+
end
|
847
|
+
|
848
|
+
class SnowflakeVpcConfiguration
|
849
|
+
attr_accessor private_link_vpce_id: ::String
|
850
|
+
SENSITIVE: [:private_link_vpce_id]
|
851
|
+
end
|
852
|
+
|
853
|
+
class SourceDescription
|
854
|
+
attr_accessor kinesis_stream_source_description: Types::KinesisStreamSourceDescription
|
855
|
+
attr_accessor msk_source_description: Types::MSKSourceDescription
|
856
|
+
SENSITIVE: []
|
857
|
+
end
|
858
|
+
|
859
|
+
class SplunkBufferingHints
|
860
|
+
attr_accessor interval_in_seconds: ::Integer
|
861
|
+
attr_accessor size_in_m_bs: ::Integer
|
862
|
+
SENSITIVE: []
|
863
|
+
end
|
864
|
+
|
865
|
+
class SplunkDestinationConfiguration
|
866
|
+
attr_accessor hec_endpoint: ::String
|
867
|
+
attr_accessor hec_endpoint_type: ("Raw" | "Event")
|
868
|
+
attr_accessor hec_token: ::String
|
869
|
+
attr_accessor hec_acknowledgment_timeout_in_seconds: ::Integer
|
870
|
+
attr_accessor retry_options: Types::SplunkRetryOptions
|
871
|
+
attr_accessor s3_backup_mode: ("FailedEventsOnly" | "AllEvents")
|
872
|
+
attr_accessor s3_configuration: Types::S3DestinationConfiguration
|
873
|
+
attr_accessor processing_configuration: Types::ProcessingConfiguration
|
874
|
+
attr_accessor cloud_watch_logging_options: Types::CloudWatchLoggingOptions
|
875
|
+
attr_accessor buffering_hints: Types::SplunkBufferingHints
|
876
|
+
SENSITIVE: []
|
877
|
+
end
|
878
|
+
|
879
|
+
class SplunkDestinationDescription
|
880
|
+
attr_accessor hec_endpoint: ::String
|
881
|
+
attr_accessor hec_endpoint_type: ("Raw" | "Event")
|
882
|
+
attr_accessor hec_token: ::String
|
883
|
+
attr_accessor hec_acknowledgment_timeout_in_seconds: ::Integer
|
884
|
+
attr_accessor retry_options: Types::SplunkRetryOptions
|
885
|
+
attr_accessor s3_backup_mode: ("FailedEventsOnly" | "AllEvents")
|
886
|
+
attr_accessor s3_destination_description: Types::S3DestinationDescription
|
887
|
+
attr_accessor processing_configuration: Types::ProcessingConfiguration
|
888
|
+
attr_accessor cloud_watch_logging_options: Types::CloudWatchLoggingOptions
|
889
|
+
attr_accessor buffering_hints: Types::SplunkBufferingHints
|
890
|
+
SENSITIVE: []
|
891
|
+
end
|
892
|
+
|
893
|
+
class SplunkDestinationUpdate
|
894
|
+
attr_accessor hec_endpoint: ::String
|
895
|
+
attr_accessor hec_endpoint_type: ("Raw" | "Event")
|
896
|
+
attr_accessor hec_token: ::String
|
897
|
+
attr_accessor hec_acknowledgment_timeout_in_seconds: ::Integer
|
898
|
+
attr_accessor retry_options: Types::SplunkRetryOptions
|
899
|
+
attr_accessor s3_backup_mode: ("FailedEventsOnly" | "AllEvents")
|
900
|
+
attr_accessor s3_update: Types::S3DestinationUpdate
|
901
|
+
attr_accessor processing_configuration: Types::ProcessingConfiguration
|
902
|
+
attr_accessor cloud_watch_logging_options: Types::CloudWatchLoggingOptions
|
903
|
+
attr_accessor buffering_hints: Types::SplunkBufferingHints
|
904
|
+
SENSITIVE: []
|
905
|
+
end
|
906
|
+
|
907
|
+
class SplunkRetryOptions
|
908
|
+
attr_accessor duration_in_seconds: ::Integer
|
909
|
+
SENSITIVE: []
|
910
|
+
end
|
911
|
+
|
912
|
+
class StartDeliveryStreamEncryptionInput
|
913
|
+
attr_accessor delivery_stream_name: ::String
|
914
|
+
attr_accessor delivery_stream_encryption_configuration_input: Types::DeliveryStreamEncryptionConfigurationInput
|
915
|
+
SENSITIVE: []
|
916
|
+
end
|
917
|
+
|
918
|
+
class StartDeliveryStreamEncryptionOutput < Aws::EmptyStructure
|
919
|
+
end
|
920
|
+
|
921
|
+
class StopDeliveryStreamEncryptionInput
|
922
|
+
attr_accessor delivery_stream_name: ::String
|
923
|
+
SENSITIVE: []
|
924
|
+
end
|
925
|
+
|
926
|
+
class StopDeliveryStreamEncryptionOutput < Aws::EmptyStructure
|
927
|
+
end
|
928
|
+
|
929
|
+
class Tag
|
930
|
+
attr_accessor key: ::String
|
931
|
+
attr_accessor value: ::String
|
932
|
+
SENSITIVE: []
|
933
|
+
end
|
934
|
+
|
935
|
+
class TagDeliveryStreamInput
|
936
|
+
attr_accessor delivery_stream_name: ::String
|
937
|
+
attr_accessor tags: ::Array[Types::Tag]
|
938
|
+
SENSITIVE: []
|
939
|
+
end
|
940
|
+
|
941
|
+
class TagDeliveryStreamOutput < Aws::EmptyStructure
|
942
|
+
end
|
943
|
+
|
944
|
+
class UntagDeliveryStreamInput
|
945
|
+
attr_accessor delivery_stream_name: ::String
|
946
|
+
attr_accessor tag_keys: ::Array[::String]
|
947
|
+
SENSITIVE: []
|
948
|
+
end
|
949
|
+
|
950
|
+
class UntagDeliveryStreamOutput < Aws::EmptyStructure
|
951
|
+
end
|
952
|
+
|
953
|
+
class UpdateDestinationInput
|
954
|
+
attr_accessor delivery_stream_name: ::String
|
955
|
+
attr_accessor current_delivery_stream_version_id: ::String
|
956
|
+
attr_accessor destination_id: ::String
|
957
|
+
attr_accessor s3_destination_update: Types::S3DestinationUpdate
|
958
|
+
attr_accessor extended_s3_destination_update: Types::ExtendedS3DestinationUpdate
|
959
|
+
attr_accessor redshift_destination_update: Types::RedshiftDestinationUpdate
|
960
|
+
attr_accessor elasticsearch_destination_update: Types::ElasticsearchDestinationUpdate
|
961
|
+
attr_accessor amazonopensearchservice_destination_update: Types::AmazonopensearchserviceDestinationUpdate
|
962
|
+
attr_accessor splunk_destination_update: Types::SplunkDestinationUpdate
|
963
|
+
attr_accessor http_endpoint_destination_update: Types::HttpEndpointDestinationUpdate
|
964
|
+
attr_accessor amazon_open_search_serverless_destination_update: Types::AmazonOpenSearchServerlessDestinationUpdate
|
965
|
+
attr_accessor snowflake_destination_update: Types::SnowflakeDestinationUpdate
|
966
|
+
SENSITIVE: []
|
967
|
+
end
|
968
|
+
|
969
|
+
class UpdateDestinationOutput < Aws::EmptyStructure
|
970
|
+
end
|
971
|
+
|
972
|
+
class VpcConfiguration
|
973
|
+
attr_accessor subnet_ids: ::Array[::String]
|
974
|
+
attr_accessor role_arn: ::String
|
975
|
+
attr_accessor security_group_ids: ::Array[::String]
|
976
|
+
SENSITIVE: []
|
977
|
+
end
|
978
|
+
|
979
|
+
class VpcConfigurationDescription
|
980
|
+
attr_accessor subnet_ids: ::Array[::String]
|
981
|
+
attr_accessor role_arn: ::String
|
982
|
+
attr_accessor security_group_ids: ::Array[::String]
|
983
|
+
attr_accessor vpc_id: ::String
|
984
|
+
SENSITIVE: []
|
985
|
+
end
|
986
|
+
end
|
987
|
+
end
|