aws-sdk-firehose 1.0.0.rc1 → 1.0.0.rc2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-firehose.rb +1 -1
- data/lib/aws-sdk-firehose/client.rb +1147 -823
- data/lib/aws-sdk-firehose/client_api.rb +467 -389
- data/lib/aws-sdk-firehose/errors.rb +4 -13
- data/lib/aws-sdk-firehose/resource.rb +12 -14
- data/lib/aws-sdk-firehose/types.rb +2355 -1502
- metadata +2 -2
@@ -1,399 +1,477 @@
|
|
1
1
|
# WARNING ABOUT GENERATED CODE
|
2
2
|
#
|
3
|
-
# This file is generated. See the contributing for
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
4
4
|
# https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
|
5
5
|
#
|
6
6
|
# WARNING ABOUT GENERATED CODE
|
7
7
|
|
8
|
-
module Aws
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
|
364
|
-
|
365
|
-
|
366
|
-
|
367
|
-
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
|
374
|
-
|
375
|
-
|
376
|
-
|
377
|
-
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
|
388
|
-
o.input = Shapes::ShapeRef.new(shape: UpdateDestinationInput)
|
389
|
-
o.output = Shapes::ShapeRef.new(shape: UpdateDestinationOutput)
|
390
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
|
391
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
392
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
393
|
-
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
394
|
-
end)
|
395
|
-
end
|
8
|
+
module Aws::Firehose
|
9
|
+
# @api private
|
10
|
+
module ClientApi
|
11
|
+
|
12
|
+
include Seahorse::Model
|
13
|
+
|
14
|
+
AWSKMSKeyARN = Shapes::StringShape.new(name: 'AWSKMSKeyARN')
|
15
|
+
BooleanObject = Shapes::BooleanShape.new(name: 'BooleanObject')
|
16
|
+
BucketARN = Shapes::StringShape.new(name: 'BucketARN')
|
17
|
+
BufferingHints = Shapes::StructureShape.new(name: 'BufferingHints')
|
18
|
+
CloudWatchLoggingOptions = Shapes::StructureShape.new(name: 'CloudWatchLoggingOptions')
|
19
|
+
ClusterJDBCURL = Shapes::StringShape.new(name: 'ClusterJDBCURL')
|
20
|
+
CompressionFormat = Shapes::StringShape.new(name: 'CompressionFormat')
|
21
|
+
ConcurrentModificationException = Shapes::StructureShape.new(name: 'ConcurrentModificationException')
|
22
|
+
CopyCommand = Shapes::StructureShape.new(name: 'CopyCommand')
|
23
|
+
CopyOptions = Shapes::StringShape.new(name: 'CopyOptions')
|
24
|
+
CreateDeliveryStreamInput = Shapes::StructureShape.new(name: 'CreateDeliveryStreamInput')
|
25
|
+
CreateDeliveryStreamOutput = Shapes::StructureShape.new(name: 'CreateDeliveryStreamOutput')
|
26
|
+
Data = Shapes::BlobShape.new(name: 'Data')
|
27
|
+
DataTableColumns = Shapes::StringShape.new(name: 'DataTableColumns')
|
28
|
+
DataTableName = Shapes::StringShape.new(name: 'DataTableName')
|
29
|
+
DeleteDeliveryStreamInput = Shapes::StructureShape.new(name: 'DeleteDeliveryStreamInput')
|
30
|
+
DeleteDeliveryStreamOutput = Shapes::StructureShape.new(name: 'DeleteDeliveryStreamOutput')
|
31
|
+
DeliveryStreamARN = Shapes::StringShape.new(name: 'DeliveryStreamARN')
|
32
|
+
DeliveryStreamDescription = Shapes::StructureShape.new(name: 'DeliveryStreamDescription')
|
33
|
+
DeliveryStreamName = Shapes::StringShape.new(name: 'DeliveryStreamName')
|
34
|
+
DeliveryStreamNameList = Shapes::ListShape.new(name: 'DeliveryStreamNameList')
|
35
|
+
DeliveryStreamStatus = Shapes::StringShape.new(name: 'DeliveryStreamStatus')
|
36
|
+
DeliveryStreamVersionId = Shapes::StringShape.new(name: 'DeliveryStreamVersionId')
|
37
|
+
DescribeDeliveryStreamInput = Shapes::StructureShape.new(name: 'DescribeDeliveryStreamInput')
|
38
|
+
DescribeDeliveryStreamInputLimit = Shapes::IntegerShape.new(name: 'DescribeDeliveryStreamInputLimit')
|
39
|
+
DescribeDeliveryStreamOutput = Shapes::StructureShape.new(name: 'DescribeDeliveryStreamOutput')
|
40
|
+
DestinationDescription = Shapes::StructureShape.new(name: 'DestinationDescription')
|
41
|
+
DestinationDescriptionList = Shapes::ListShape.new(name: 'DestinationDescriptionList')
|
42
|
+
DestinationId = Shapes::StringShape.new(name: 'DestinationId')
|
43
|
+
ElasticsearchBufferingHints = Shapes::StructureShape.new(name: 'ElasticsearchBufferingHints')
|
44
|
+
ElasticsearchBufferingIntervalInSeconds = Shapes::IntegerShape.new(name: 'ElasticsearchBufferingIntervalInSeconds')
|
45
|
+
ElasticsearchBufferingSizeInMBs = Shapes::IntegerShape.new(name: 'ElasticsearchBufferingSizeInMBs')
|
46
|
+
ElasticsearchDestinationConfiguration = Shapes::StructureShape.new(name: 'ElasticsearchDestinationConfiguration')
|
47
|
+
ElasticsearchDestinationDescription = Shapes::StructureShape.new(name: 'ElasticsearchDestinationDescription')
|
48
|
+
ElasticsearchDestinationUpdate = Shapes::StructureShape.new(name: 'ElasticsearchDestinationUpdate')
|
49
|
+
ElasticsearchDomainARN = Shapes::StringShape.new(name: 'ElasticsearchDomainARN')
|
50
|
+
ElasticsearchIndexName = Shapes::StringShape.new(name: 'ElasticsearchIndexName')
|
51
|
+
ElasticsearchIndexRotationPeriod = Shapes::StringShape.new(name: 'ElasticsearchIndexRotationPeriod')
|
52
|
+
ElasticsearchRetryDurationInSeconds = Shapes::IntegerShape.new(name: 'ElasticsearchRetryDurationInSeconds')
|
53
|
+
ElasticsearchRetryOptions = Shapes::StructureShape.new(name: 'ElasticsearchRetryOptions')
|
54
|
+
ElasticsearchS3BackupMode = Shapes::StringShape.new(name: 'ElasticsearchS3BackupMode')
|
55
|
+
ElasticsearchTypeName = Shapes::StringShape.new(name: 'ElasticsearchTypeName')
|
56
|
+
EncryptionConfiguration = Shapes::StructureShape.new(name: 'EncryptionConfiguration')
|
57
|
+
ErrorCode = Shapes::StringShape.new(name: 'ErrorCode')
|
58
|
+
ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
|
59
|
+
ExtendedS3DestinationConfiguration = Shapes::StructureShape.new(name: 'ExtendedS3DestinationConfiguration')
|
60
|
+
ExtendedS3DestinationDescription = Shapes::StructureShape.new(name: 'ExtendedS3DestinationDescription')
|
61
|
+
ExtendedS3DestinationUpdate = Shapes::StructureShape.new(name: 'ExtendedS3DestinationUpdate')
|
62
|
+
IntervalInSeconds = Shapes::IntegerShape.new(name: 'IntervalInSeconds')
|
63
|
+
InvalidArgumentException = Shapes::StructureShape.new(name: 'InvalidArgumentException')
|
64
|
+
KMSEncryptionConfig = Shapes::StructureShape.new(name: 'KMSEncryptionConfig')
|
65
|
+
LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
|
66
|
+
ListDeliveryStreamsInput = Shapes::StructureShape.new(name: 'ListDeliveryStreamsInput')
|
67
|
+
ListDeliveryStreamsInputLimit = Shapes::IntegerShape.new(name: 'ListDeliveryStreamsInputLimit')
|
68
|
+
ListDeliveryStreamsOutput = Shapes::StructureShape.new(name: 'ListDeliveryStreamsOutput')
|
69
|
+
LogGroupName = Shapes::StringShape.new(name: 'LogGroupName')
|
70
|
+
LogStreamName = Shapes::StringShape.new(name: 'LogStreamName')
|
71
|
+
NoEncryptionConfig = Shapes::StringShape.new(name: 'NoEncryptionConfig')
|
72
|
+
NonNegativeIntegerObject = Shapes::IntegerShape.new(name: 'NonNegativeIntegerObject')
|
73
|
+
Password = Shapes::StringShape.new(name: 'Password')
|
74
|
+
Prefix = Shapes::StringShape.new(name: 'Prefix')
|
75
|
+
ProcessingConfiguration = Shapes::StructureShape.new(name: 'ProcessingConfiguration')
|
76
|
+
Processor = Shapes::StructureShape.new(name: 'Processor')
|
77
|
+
ProcessorList = Shapes::ListShape.new(name: 'ProcessorList')
|
78
|
+
ProcessorParameter = Shapes::StructureShape.new(name: 'ProcessorParameter')
|
79
|
+
ProcessorParameterList = Shapes::ListShape.new(name: 'ProcessorParameterList')
|
80
|
+
ProcessorParameterName = Shapes::StringShape.new(name: 'ProcessorParameterName')
|
81
|
+
ProcessorParameterValue = Shapes::StringShape.new(name: 'ProcessorParameterValue')
|
82
|
+
ProcessorType = Shapes::StringShape.new(name: 'ProcessorType')
|
83
|
+
PutRecordBatchInput = Shapes::StructureShape.new(name: 'PutRecordBatchInput')
|
84
|
+
PutRecordBatchOutput = Shapes::StructureShape.new(name: 'PutRecordBatchOutput')
|
85
|
+
PutRecordBatchRequestEntryList = Shapes::ListShape.new(name: 'PutRecordBatchRequestEntryList')
|
86
|
+
PutRecordBatchResponseEntry = Shapes::StructureShape.new(name: 'PutRecordBatchResponseEntry')
|
87
|
+
PutRecordBatchResponseEntryList = Shapes::ListShape.new(name: 'PutRecordBatchResponseEntryList')
|
88
|
+
PutRecordInput = Shapes::StructureShape.new(name: 'PutRecordInput')
|
89
|
+
PutRecordOutput = Shapes::StructureShape.new(name: 'PutRecordOutput')
|
90
|
+
PutResponseRecordId = Shapes::StringShape.new(name: 'PutResponseRecordId')
|
91
|
+
Record = Shapes::StructureShape.new(name: 'Record')
|
92
|
+
RedshiftDestinationConfiguration = Shapes::StructureShape.new(name: 'RedshiftDestinationConfiguration')
|
93
|
+
RedshiftDestinationDescription = Shapes::StructureShape.new(name: 'RedshiftDestinationDescription')
|
94
|
+
RedshiftDestinationUpdate = Shapes::StructureShape.new(name: 'RedshiftDestinationUpdate')
|
95
|
+
RedshiftRetryDurationInSeconds = Shapes::IntegerShape.new(name: 'RedshiftRetryDurationInSeconds')
|
96
|
+
RedshiftRetryOptions = Shapes::StructureShape.new(name: 'RedshiftRetryOptions')
|
97
|
+
RedshiftS3BackupMode = Shapes::StringShape.new(name: 'RedshiftS3BackupMode')
|
98
|
+
ResourceInUseException = Shapes::StructureShape.new(name: 'ResourceInUseException')
|
99
|
+
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
100
|
+
RoleARN = Shapes::StringShape.new(name: 'RoleARN')
|
101
|
+
S3BackupMode = Shapes::StringShape.new(name: 'S3BackupMode')
|
102
|
+
S3DestinationConfiguration = Shapes::StructureShape.new(name: 'S3DestinationConfiguration')
|
103
|
+
S3DestinationDescription = Shapes::StructureShape.new(name: 'S3DestinationDescription')
|
104
|
+
S3DestinationUpdate = Shapes::StructureShape.new(name: 'S3DestinationUpdate')
|
105
|
+
ServiceUnavailableException = Shapes::StructureShape.new(name: 'ServiceUnavailableException')
|
106
|
+
SizeInMBs = Shapes::IntegerShape.new(name: 'SizeInMBs')
|
107
|
+
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
108
|
+
UpdateDestinationInput = Shapes::StructureShape.new(name: 'UpdateDestinationInput')
|
109
|
+
UpdateDestinationOutput = Shapes::StructureShape.new(name: 'UpdateDestinationOutput')
|
110
|
+
Username = Shapes::StringShape.new(name: 'Username')
|
111
|
+
|
112
|
+
BufferingHints.add_member(:size_in_m_bs, Shapes::ShapeRef.new(shape: SizeInMBs, location_name: "SizeInMBs"))
|
113
|
+
BufferingHints.add_member(:interval_in_seconds, Shapes::ShapeRef.new(shape: IntervalInSeconds, location_name: "IntervalInSeconds"))
|
114
|
+
BufferingHints.struct_class = Types::BufferingHints
|
115
|
+
|
116
|
+
CloudWatchLoggingOptions.add_member(:enabled, Shapes::ShapeRef.new(shape: BooleanObject, location_name: "Enabled"))
|
117
|
+
CloudWatchLoggingOptions.add_member(:log_group_name, Shapes::ShapeRef.new(shape: LogGroupName, location_name: "LogGroupName"))
|
118
|
+
CloudWatchLoggingOptions.add_member(:log_stream_name, Shapes::ShapeRef.new(shape: LogStreamName, location_name: "LogStreamName"))
|
119
|
+
CloudWatchLoggingOptions.struct_class = Types::CloudWatchLoggingOptions
|
120
|
+
|
121
|
+
CopyCommand.add_member(:data_table_name, Shapes::ShapeRef.new(shape: DataTableName, required: true, location_name: "DataTableName"))
|
122
|
+
CopyCommand.add_member(:data_table_columns, Shapes::ShapeRef.new(shape: DataTableColumns, location_name: "DataTableColumns"))
|
123
|
+
CopyCommand.add_member(:copy_options, Shapes::ShapeRef.new(shape: CopyOptions, location_name: "CopyOptions"))
|
124
|
+
CopyCommand.struct_class = Types::CopyCommand
|
125
|
+
|
126
|
+
CreateDeliveryStreamInput.add_member(:delivery_stream_name, Shapes::ShapeRef.new(shape: DeliveryStreamName, required: true, location_name: "DeliveryStreamName"))
|
127
|
+
CreateDeliveryStreamInput.add_member(:s3_destination_configuration, Shapes::ShapeRef.new(shape: S3DestinationConfiguration, deprecated: true, location_name: "S3DestinationConfiguration"))
|
128
|
+
CreateDeliveryStreamInput.add_member(:extended_s3_destination_configuration, Shapes::ShapeRef.new(shape: ExtendedS3DestinationConfiguration, location_name: "ExtendedS3DestinationConfiguration"))
|
129
|
+
CreateDeliveryStreamInput.add_member(:redshift_destination_configuration, Shapes::ShapeRef.new(shape: RedshiftDestinationConfiguration, location_name: "RedshiftDestinationConfiguration"))
|
130
|
+
CreateDeliveryStreamInput.add_member(:elasticsearch_destination_configuration, Shapes::ShapeRef.new(shape: ElasticsearchDestinationConfiguration, location_name: "ElasticsearchDestinationConfiguration"))
|
131
|
+
CreateDeliveryStreamInput.struct_class = Types::CreateDeliveryStreamInput
|
132
|
+
|
133
|
+
CreateDeliveryStreamOutput.add_member(:delivery_stream_arn, Shapes::ShapeRef.new(shape: DeliveryStreamARN, location_name: "DeliveryStreamARN"))
|
134
|
+
CreateDeliveryStreamOutput.struct_class = Types::CreateDeliveryStreamOutput
|
135
|
+
|
136
|
+
DeleteDeliveryStreamInput.add_member(:delivery_stream_name, Shapes::ShapeRef.new(shape: DeliveryStreamName, required: true, location_name: "DeliveryStreamName"))
|
137
|
+
DeleteDeliveryStreamInput.struct_class = Types::DeleteDeliveryStreamInput
|
138
|
+
|
139
|
+
DeleteDeliveryStreamOutput.struct_class = Types::DeleteDeliveryStreamOutput
|
140
|
+
|
141
|
+
DeliveryStreamDescription.add_member(:delivery_stream_name, Shapes::ShapeRef.new(shape: DeliveryStreamName, required: true, location_name: "DeliveryStreamName"))
|
142
|
+
DeliveryStreamDescription.add_member(:delivery_stream_arn, Shapes::ShapeRef.new(shape: DeliveryStreamARN, required: true, location_name: "DeliveryStreamARN"))
|
143
|
+
DeliveryStreamDescription.add_member(:delivery_stream_status, Shapes::ShapeRef.new(shape: DeliveryStreamStatus, required: true, location_name: "DeliveryStreamStatus"))
|
144
|
+
DeliveryStreamDescription.add_member(:version_id, Shapes::ShapeRef.new(shape: DeliveryStreamVersionId, required: true, location_name: "VersionId"))
|
145
|
+
DeliveryStreamDescription.add_member(:create_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreateTimestamp"))
|
146
|
+
DeliveryStreamDescription.add_member(:last_update_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdateTimestamp"))
|
147
|
+
DeliveryStreamDescription.add_member(:destinations, Shapes::ShapeRef.new(shape: DestinationDescriptionList, required: true, location_name: "Destinations"))
|
148
|
+
DeliveryStreamDescription.add_member(:has_more_destinations, Shapes::ShapeRef.new(shape: BooleanObject, required: true, location_name: "HasMoreDestinations"))
|
149
|
+
DeliveryStreamDescription.struct_class = Types::DeliveryStreamDescription
|
150
|
+
|
151
|
+
DeliveryStreamNameList.member = Shapes::ShapeRef.new(shape: DeliveryStreamName)
|
152
|
+
|
153
|
+
DescribeDeliveryStreamInput.add_member(:delivery_stream_name, Shapes::ShapeRef.new(shape: DeliveryStreamName, required: true, location_name: "DeliveryStreamName"))
|
154
|
+
DescribeDeliveryStreamInput.add_member(:limit, Shapes::ShapeRef.new(shape: DescribeDeliveryStreamInputLimit, location_name: "Limit"))
|
155
|
+
DescribeDeliveryStreamInput.add_member(:exclusive_start_destination_id, Shapes::ShapeRef.new(shape: DestinationId, location_name: "ExclusiveStartDestinationId"))
|
156
|
+
DescribeDeliveryStreamInput.struct_class = Types::DescribeDeliveryStreamInput
|
157
|
+
|
158
|
+
DescribeDeliveryStreamOutput.add_member(:delivery_stream_description, Shapes::ShapeRef.new(shape: DeliveryStreamDescription, required: true, location_name: "DeliveryStreamDescription"))
|
159
|
+
DescribeDeliveryStreamOutput.struct_class = Types::DescribeDeliveryStreamOutput
|
160
|
+
|
161
|
+
DestinationDescription.add_member(:destination_id, Shapes::ShapeRef.new(shape: DestinationId, required: true, location_name: "DestinationId"))
|
162
|
+
DestinationDescription.add_member(:s3_destination_description, Shapes::ShapeRef.new(shape: S3DestinationDescription, location_name: "S3DestinationDescription"))
|
163
|
+
DestinationDescription.add_member(:extended_s3_destination_description, Shapes::ShapeRef.new(shape: ExtendedS3DestinationDescription, location_name: "ExtendedS3DestinationDescription"))
|
164
|
+
DestinationDescription.add_member(:redshift_destination_description, Shapes::ShapeRef.new(shape: RedshiftDestinationDescription, location_name: "RedshiftDestinationDescription"))
|
165
|
+
DestinationDescription.add_member(:elasticsearch_destination_description, Shapes::ShapeRef.new(shape: ElasticsearchDestinationDescription, location_name: "ElasticsearchDestinationDescription"))
|
166
|
+
DestinationDescription.struct_class = Types::DestinationDescription
|
167
|
+
|
168
|
+
DestinationDescriptionList.member = Shapes::ShapeRef.new(shape: DestinationDescription)
|
169
|
+
|
170
|
+
ElasticsearchBufferingHints.add_member(:interval_in_seconds, Shapes::ShapeRef.new(shape: ElasticsearchBufferingIntervalInSeconds, location_name: "IntervalInSeconds"))
|
171
|
+
ElasticsearchBufferingHints.add_member(:size_in_m_bs, Shapes::ShapeRef.new(shape: ElasticsearchBufferingSizeInMBs, location_name: "SizeInMBs"))
|
172
|
+
ElasticsearchBufferingHints.struct_class = Types::ElasticsearchBufferingHints
|
173
|
+
|
174
|
+
ElasticsearchDestinationConfiguration.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, required: true, location_name: "RoleARN"))
|
175
|
+
ElasticsearchDestinationConfiguration.add_member(:domain_arn, Shapes::ShapeRef.new(shape: ElasticsearchDomainARN, required: true, location_name: "DomainARN"))
|
176
|
+
ElasticsearchDestinationConfiguration.add_member(:index_name, Shapes::ShapeRef.new(shape: ElasticsearchIndexName, required: true, location_name: "IndexName"))
|
177
|
+
ElasticsearchDestinationConfiguration.add_member(:type_name, Shapes::ShapeRef.new(shape: ElasticsearchTypeName, required: true, location_name: "TypeName"))
|
178
|
+
ElasticsearchDestinationConfiguration.add_member(:index_rotation_period, Shapes::ShapeRef.new(shape: ElasticsearchIndexRotationPeriod, location_name: "IndexRotationPeriod"))
|
179
|
+
ElasticsearchDestinationConfiguration.add_member(:buffering_hints, Shapes::ShapeRef.new(shape: ElasticsearchBufferingHints, location_name: "BufferingHints"))
|
180
|
+
ElasticsearchDestinationConfiguration.add_member(:retry_options, Shapes::ShapeRef.new(shape: ElasticsearchRetryOptions, location_name: "RetryOptions"))
|
181
|
+
ElasticsearchDestinationConfiguration.add_member(:s3_backup_mode, Shapes::ShapeRef.new(shape: ElasticsearchS3BackupMode, location_name: "S3BackupMode"))
|
182
|
+
ElasticsearchDestinationConfiguration.add_member(:s3_configuration, Shapes::ShapeRef.new(shape: S3DestinationConfiguration, required: true, location_name: "S3Configuration"))
|
183
|
+
ElasticsearchDestinationConfiguration.add_member(:processing_configuration, Shapes::ShapeRef.new(shape: ProcessingConfiguration, location_name: "ProcessingConfiguration"))
|
184
|
+
ElasticsearchDestinationConfiguration.add_member(:cloud_watch_logging_options, Shapes::ShapeRef.new(shape: CloudWatchLoggingOptions, location_name: "CloudWatchLoggingOptions"))
|
185
|
+
ElasticsearchDestinationConfiguration.struct_class = Types::ElasticsearchDestinationConfiguration
|
186
|
+
|
187
|
+
ElasticsearchDestinationDescription.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARN"))
|
188
|
+
ElasticsearchDestinationDescription.add_member(:domain_arn, Shapes::ShapeRef.new(shape: ElasticsearchDomainARN, location_name: "DomainARN"))
|
189
|
+
ElasticsearchDestinationDescription.add_member(:index_name, Shapes::ShapeRef.new(shape: ElasticsearchIndexName, location_name: "IndexName"))
|
190
|
+
ElasticsearchDestinationDescription.add_member(:type_name, Shapes::ShapeRef.new(shape: ElasticsearchTypeName, location_name: "TypeName"))
|
191
|
+
ElasticsearchDestinationDescription.add_member(:index_rotation_period, Shapes::ShapeRef.new(shape: ElasticsearchIndexRotationPeriod, location_name: "IndexRotationPeriod"))
|
192
|
+
ElasticsearchDestinationDescription.add_member(:buffering_hints, Shapes::ShapeRef.new(shape: ElasticsearchBufferingHints, location_name: "BufferingHints"))
|
193
|
+
ElasticsearchDestinationDescription.add_member(:retry_options, Shapes::ShapeRef.new(shape: ElasticsearchRetryOptions, location_name: "RetryOptions"))
|
194
|
+
ElasticsearchDestinationDescription.add_member(:s3_backup_mode, Shapes::ShapeRef.new(shape: ElasticsearchS3BackupMode, location_name: "S3BackupMode"))
|
195
|
+
ElasticsearchDestinationDescription.add_member(:s3_destination_description, Shapes::ShapeRef.new(shape: S3DestinationDescription, location_name: "S3DestinationDescription"))
|
196
|
+
ElasticsearchDestinationDescription.add_member(:processing_configuration, Shapes::ShapeRef.new(shape: ProcessingConfiguration, location_name: "ProcessingConfiguration"))
|
197
|
+
ElasticsearchDestinationDescription.add_member(:cloud_watch_logging_options, Shapes::ShapeRef.new(shape: CloudWatchLoggingOptions, location_name: "CloudWatchLoggingOptions"))
|
198
|
+
ElasticsearchDestinationDescription.struct_class = Types::ElasticsearchDestinationDescription
|
199
|
+
|
200
|
+
ElasticsearchDestinationUpdate.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARN"))
|
201
|
+
ElasticsearchDestinationUpdate.add_member(:domain_arn, Shapes::ShapeRef.new(shape: ElasticsearchDomainARN, location_name: "DomainARN"))
|
202
|
+
ElasticsearchDestinationUpdate.add_member(:index_name, Shapes::ShapeRef.new(shape: ElasticsearchIndexName, location_name: "IndexName"))
|
203
|
+
ElasticsearchDestinationUpdate.add_member(:type_name, Shapes::ShapeRef.new(shape: ElasticsearchTypeName, location_name: "TypeName"))
|
204
|
+
ElasticsearchDestinationUpdate.add_member(:index_rotation_period, Shapes::ShapeRef.new(shape: ElasticsearchIndexRotationPeriod, location_name: "IndexRotationPeriod"))
|
205
|
+
ElasticsearchDestinationUpdate.add_member(:buffering_hints, Shapes::ShapeRef.new(shape: ElasticsearchBufferingHints, location_name: "BufferingHints"))
|
206
|
+
ElasticsearchDestinationUpdate.add_member(:retry_options, Shapes::ShapeRef.new(shape: ElasticsearchRetryOptions, location_name: "RetryOptions"))
|
207
|
+
ElasticsearchDestinationUpdate.add_member(:s3_update, Shapes::ShapeRef.new(shape: S3DestinationUpdate, location_name: "S3Update"))
|
208
|
+
ElasticsearchDestinationUpdate.add_member(:processing_configuration, Shapes::ShapeRef.new(shape: ProcessingConfiguration, location_name: "ProcessingConfiguration"))
|
209
|
+
ElasticsearchDestinationUpdate.add_member(:cloud_watch_logging_options, Shapes::ShapeRef.new(shape: CloudWatchLoggingOptions, location_name: "CloudWatchLoggingOptions"))
|
210
|
+
ElasticsearchDestinationUpdate.struct_class = Types::ElasticsearchDestinationUpdate
|
211
|
+
|
212
|
+
ElasticsearchRetryOptions.add_member(:duration_in_seconds, Shapes::ShapeRef.new(shape: ElasticsearchRetryDurationInSeconds, location_name: "DurationInSeconds"))
|
213
|
+
ElasticsearchRetryOptions.struct_class = Types::ElasticsearchRetryOptions
|
214
|
+
|
215
|
+
EncryptionConfiguration.add_member(:no_encryption_config, Shapes::ShapeRef.new(shape: NoEncryptionConfig, location_name: "NoEncryptionConfig"))
|
216
|
+
EncryptionConfiguration.add_member(:kms_encryption_config, Shapes::ShapeRef.new(shape: KMSEncryptionConfig, location_name: "KMSEncryptionConfig"))
|
217
|
+
EncryptionConfiguration.struct_class = Types::EncryptionConfiguration
|
218
|
+
|
219
|
+
ExtendedS3DestinationConfiguration.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, required: true, location_name: "RoleARN"))
|
220
|
+
ExtendedS3DestinationConfiguration.add_member(:bucket_arn, Shapes::ShapeRef.new(shape: BucketARN, required: true, location_name: "BucketARN"))
|
221
|
+
ExtendedS3DestinationConfiguration.add_member(:prefix, Shapes::ShapeRef.new(shape: Prefix, location_name: "Prefix"))
|
222
|
+
ExtendedS3DestinationConfiguration.add_member(:buffering_hints, Shapes::ShapeRef.new(shape: BufferingHints, location_name: "BufferingHints"))
|
223
|
+
ExtendedS3DestinationConfiguration.add_member(:compression_format, Shapes::ShapeRef.new(shape: CompressionFormat, location_name: "CompressionFormat"))
|
224
|
+
ExtendedS3DestinationConfiguration.add_member(:encryption_configuration, Shapes::ShapeRef.new(shape: EncryptionConfiguration, location_name: "EncryptionConfiguration"))
|
225
|
+
ExtendedS3DestinationConfiguration.add_member(:cloud_watch_logging_options, Shapes::ShapeRef.new(shape: CloudWatchLoggingOptions, location_name: "CloudWatchLoggingOptions"))
|
226
|
+
ExtendedS3DestinationConfiguration.add_member(:processing_configuration, Shapes::ShapeRef.new(shape: ProcessingConfiguration, location_name: "ProcessingConfiguration"))
|
227
|
+
ExtendedS3DestinationConfiguration.add_member(:s3_backup_mode, Shapes::ShapeRef.new(shape: S3BackupMode, location_name: "S3BackupMode"))
|
228
|
+
ExtendedS3DestinationConfiguration.add_member(:s3_backup_configuration, Shapes::ShapeRef.new(shape: S3DestinationConfiguration, location_name: "S3BackupConfiguration"))
|
229
|
+
ExtendedS3DestinationConfiguration.struct_class = Types::ExtendedS3DestinationConfiguration
|
230
|
+
|
231
|
+
ExtendedS3DestinationDescription.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, required: true, location_name: "RoleARN"))
|
232
|
+
ExtendedS3DestinationDescription.add_member(:bucket_arn, Shapes::ShapeRef.new(shape: BucketARN, required: true, location_name: "BucketARN"))
|
233
|
+
ExtendedS3DestinationDescription.add_member(:prefix, Shapes::ShapeRef.new(shape: Prefix, location_name: "Prefix"))
|
234
|
+
ExtendedS3DestinationDescription.add_member(:buffering_hints, Shapes::ShapeRef.new(shape: BufferingHints, required: true, location_name: "BufferingHints"))
|
235
|
+
ExtendedS3DestinationDescription.add_member(:compression_format, Shapes::ShapeRef.new(shape: CompressionFormat, required: true, location_name: "CompressionFormat"))
|
236
|
+
ExtendedS3DestinationDescription.add_member(:encryption_configuration, Shapes::ShapeRef.new(shape: EncryptionConfiguration, required: true, location_name: "EncryptionConfiguration"))
|
237
|
+
ExtendedS3DestinationDescription.add_member(:cloud_watch_logging_options, Shapes::ShapeRef.new(shape: CloudWatchLoggingOptions, location_name: "CloudWatchLoggingOptions"))
|
238
|
+
ExtendedS3DestinationDescription.add_member(:processing_configuration, Shapes::ShapeRef.new(shape: ProcessingConfiguration, location_name: "ProcessingConfiguration"))
|
239
|
+
ExtendedS3DestinationDescription.add_member(:s3_backup_mode, Shapes::ShapeRef.new(shape: S3BackupMode, location_name: "S3BackupMode"))
|
240
|
+
ExtendedS3DestinationDescription.add_member(:s3_backup_description, Shapes::ShapeRef.new(shape: S3DestinationDescription, location_name: "S3BackupDescription"))
|
241
|
+
ExtendedS3DestinationDescription.struct_class = Types::ExtendedS3DestinationDescription
|
242
|
+
|
243
|
+
ExtendedS3DestinationUpdate.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARN"))
|
244
|
+
ExtendedS3DestinationUpdate.add_member(:bucket_arn, Shapes::ShapeRef.new(shape: BucketARN, location_name: "BucketARN"))
|
245
|
+
ExtendedS3DestinationUpdate.add_member(:prefix, Shapes::ShapeRef.new(shape: Prefix, location_name: "Prefix"))
|
246
|
+
ExtendedS3DestinationUpdate.add_member(:buffering_hints, Shapes::ShapeRef.new(shape: BufferingHints, location_name: "BufferingHints"))
|
247
|
+
ExtendedS3DestinationUpdate.add_member(:compression_format, Shapes::ShapeRef.new(shape: CompressionFormat, location_name: "CompressionFormat"))
|
248
|
+
ExtendedS3DestinationUpdate.add_member(:encryption_configuration, Shapes::ShapeRef.new(shape: EncryptionConfiguration, location_name: "EncryptionConfiguration"))
|
249
|
+
ExtendedS3DestinationUpdate.add_member(:cloud_watch_logging_options, Shapes::ShapeRef.new(shape: CloudWatchLoggingOptions, location_name: "CloudWatchLoggingOptions"))
|
250
|
+
ExtendedS3DestinationUpdate.add_member(:processing_configuration, Shapes::ShapeRef.new(shape: ProcessingConfiguration, location_name: "ProcessingConfiguration"))
|
251
|
+
ExtendedS3DestinationUpdate.add_member(:s3_backup_mode, Shapes::ShapeRef.new(shape: S3BackupMode, location_name: "S3BackupMode"))
|
252
|
+
ExtendedS3DestinationUpdate.add_member(:s3_backup_update, Shapes::ShapeRef.new(shape: S3DestinationUpdate, location_name: "S3BackupUpdate"))
|
253
|
+
ExtendedS3DestinationUpdate.struct_class = Types::ExtendedS3DestinationUpdate
|
254
|
+
|
255
|
+
KMSEncryptionConfig.add_member(:awskms_key_arn, Shapes::ShapeRef.new(shape: AWSKMSKeyARN, required: true, location_name: "AWSKMSKeyARN"))
|
256
|
+
KMSEncryptionConfig.struct_class = Types::KMSEncryptionConfig
|
257
|
+
|
258
|
+
ListDeliveryStreamsInput.add_member(:limit, Shapes::ShapeRef.new(shape: ListDeliveryStreamsInputLimit, location_name: "Limit"))
|
259
|
+
ListDeliveryStreamsInput.add_member(:exclusive_start_delivery_stream_name, Shapes::ShapeRef.new(shape: DeliveryStreamName, location_name: "ExclusiveStartDeliveryStreamName"))
|
260
|
+
ListDeliveryStreamsInput.struct_class = Types::ListDeliveryStreamsInput
|
261
|
+
|
262
|
+
ListDeliveryStreamsOutput.add_member(:delivery_stream_names, Shapes::ShapeRef.new(shape: DeliveryStreamNameList, required: true, location_name: "DeliveryStreamNames"))
|
263
|
+
ListDeliveryStreamsOutput.add_member(:has_more_delivery_streams, Shapes::ShapeRef.new(shape: BooleanObject, required: true, location_name: "HasMoreDeliveryStreams"))
|
264
|
+
ListDeliveryStreamsOutput.struct_class = Types::ListDeliveryStreamsOutput
|
265
|
+
|
266
|
+
ProcessingConfiguration.add_member(:enabled, Shapes::ShapeRef.new(shape: BooleanObject, location_name: "Enabled"))
|
267
|
+
ProcessingConfiguration.add_member(:processors, Shapes::ShapeRef.new(shape: ProcessorList, location_name: "Processors"))
|
268
|
+
ProcessingConfiguration.struct_class = Types::ProcessingConfiguration
|
269
|
+
|
270
|
+
Processor.add_member(:type, Shapes::ShapeRef.new(shape: ProcessorType, required: true, location_name: "Type"))
|
271
|
+
Processor.add_member(:parameters, Shapes::ShapeRef.new(shape: ProcessorParameterList, location_name: "Parameters"))
|
272
|
+
Processor.struct_class = Types::Processor
|
273
|
+
|
274
|
+
ProcessorList.member = Shapes::ShapeRef.new(shape: Processor)
|
275
|
+
|
276
|
+
ProcessorParameter.add_member(:parameter_name, Shapes::ShapeRef.new(shape: ProcessorParameterName, required: true, location_name: "ParameterName"))
|
277
|
+
ProcessorParameter.add_member(:parameter_value, Shapes::ShapeRef.new(shape: ProcessorParameterValue, required: true, location_name: "ParameterValue"))
|
278
|
+
ProcessorParameter.struct_class = Types::ProcessorParameter
|
279
|
+
|
280
|
+
ProcessorParameterList.member = Shapes::ShapeRef.new(shape: ProcessorParameter)
|
281
|
+
|
282
|
+
PutRecordBatchInput.add_member(:delivery_stream_name, Shapes::ShapeRef.new(shape: DeliveryStreamName, required: true, location_name: "DeliveryStreamName"))
|
283
|
+
PutRecordBatchInput.add_member(:records, Shapes::ShapeRef.new(shape: PutRecordBatchRequestEntryList, required: true, location_name: "Records"))
|
284
|
+
PutRecordBatchInput.struct_class = Types::PutRecordBatchInput
|
285
|
+
|
286
|
+
PutRecordBatchOutput.add_member(:failed_put_count, Shapes::ShapeRef.new(shape: NonNegativeIntegerObject, required: true, location_name: "FailedPutCount"))
|
287
|
+
PutRecordBatchOutput.add_member(:request_responses, Shapes::ShapeRef.new(shape: PutRecordBatchResponseEntryList, required: true, location_name: "RequestResponses"))
|
288
|
+
PutRecordBatchOutput.struct_class = Types::PutRecordBatchOutput
|
289
|
+
|
290
|
+
PutRecordBatchRequestEntryList.member = Shapes::ShapeRef.new(shape: Record)
|
291
|
+
|
292
|
+
PutRecordBatchResponseEntry.add_member(:record_id, Shapes::ShapeRef.new(shape: PutResponseRecordId, location_name: "RecordId"))
|
293
|
+
PutRecordBatchResponseEntry.add_member(:error_code, Shapes::ShapeRef.new(shape: ErrorCode, location_name: "ErrorCode"))
|
294
|
+
PutRecordBatchResponseEntry.add_member(:error_message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "ErrorMessage"))
|
295
|
+
PutRecordBatchResponseEntry.struct_class = Types::PutRecordBatchResponseEntry
|
296
|
+
|
297
|
+
PutRecordBatchResponseEntryList.member = Shapes::ShapeRef.new(shape: PutRecordBatchResponseEntry)
|
298
|
+
|
299
|
+
PutRecordInput.add_member(:delivery_stream_name, Shapes::ShapeRef.new(shape: DeliveryStreamName, required: true, location_name: "DeliveryStreamName"))
|
300
|
+
PutRecordInput.add_member(:record, Shapes::ShapeRef.new(shape: Record, required: true, location_name: "Record"))
|
301
|
+
PutRecordInput.struct_class = Types::PutRecordInput
|
302
|
+
|
303
|
+
PutRecordOutput.add_member(:record_id, Shapes::ShapeRef.new(shape: PutResponseRecordId, required: true, location_name: "RecordId"))
|
304
|
+
PutRecordOutput.struct_class = Types::PutRecordOutput
|
305
|
+
|
306
|
+
Record.add_member(:data, Shapes::ShapeRef.new(shape: Data, required: true, location_name: "Data"))
|
307
|
+
Record.struct_class = Types::Record
|
308
|
+
|
309
|
+
RedshiftDestinationConfiguration.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, required: true, location_name: "RoleARN"))
|
310
|
+
RedshiftDestinationConfiguration.add_member(:cluster_jdbcurl, Shapes::ShapeRef.new(shape: ClusterJDBCURL, required: true, location_name: "ClusterJDBCURL"))
|
311
|
+
RedshiftDestinationConfiguration.add_member(:copy_command, Shapes::ShapeRef.new(shape: CopyCommand, required: true, location_name: "CopyCommand"))
|
312
|
+
RedshiftDestinationConfiguration.add_member(:username, Shapes::ShapeRef.new(shape: Username, required: true, location_name: "Username"))
|
313
|
+
RedshiftDestinationConfiguration.add_member(:password, Shapes::ShapeRef.new(shape: Password, required: true, location_name: "Password"))
|
314
|
+
RedshiftDestinationConfiguration.add_member(:retry_options, Shapes::ShapeRef.new(shape: RedshiftRetryOptions, location_name: "RetryOptions"))
|
315
|
+
RedshiftDestinationConfiguration.add_member(:s3_configuration, Shapes::ShapeRef.new(shape: S3DestinationConfiguration, required: true, location_name: "S3Configuration"))
|
316
|
+
RedshiftDestinationConfiguration.add_member(:processing_configuration, Shapes::ShapeRef.new(shape: ProcessingConfiguration, location_name: "ProcessingConfiguration"))
|
317
|
+
RedshiftDestinationConfiguration.add_member(:s3_backup_mode, Shapes::ShapeRef.new(shape: RedshiftS3BackupMode, location_name: "S3BackupMode"))
|
318
|
+
RedshiftDestinationConfiguration.add_member(:s3_backup_configuration, Shapes::ShapeRef.new(shape: S3DestinationConfiguration, location_name: "S3BackupConfiguration"))
|
319
|
+
RedshiftDestinationConfiguration.add_member(:cloud_watch_logging_options, Shapes::ShapeRef.new(shape: CloudWatchLoggingOptions, location_name: "CloudWatchLoggingOptions"))
|
320
|
+
RedshiftDestinationConfiguration.struct_class = Types::RedshiftDestinationConfiguration
|
321
|
+
|
322
|
+
RedshiftDestinationDescription.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, required: true, location_name: "RoleARN"))
|
323
|
+
RedshiftDestinationDescription.add_member(:cluster_jdbcurl, Shapes::ShapeRef.new(shape: ClusterJDBCURL, required: true, location_name: "ClusterJDBCURL"))
|
324
|
+
RedshiftDestinationDescription.add_member(:copy_command, Shapes::ShapeRef.new(shape: CopyCommand, required: true, location_name: "CopyCommand"))
|
325
|
+
RedshiftDestinationDescription.add_member(:username, Shapes::ShapeRef.new(shape: Username, required: true, location_name: "Username"))
|
326
|
+
RedshiftDestinationDescription.add_member(:retry_options, Shapes::ShapeRef.new(shape: RedshiftRetryOptions, location_name: "RetryOptions"))
|
327
|
+
RedshiftDestinationDescription.add_member(:s3_destination_description, Shapes::ShapeRef.new(shape: S3DestinationDescription, required: true, location_name: "S3DestinationDescription"))
|
328
|
+
RedshiftDestinationDescription.add_member(:processing_configuration, Shapes::ShapeRef.new(shape: ProcessingConfiguration, location_name: "ProcessingConfiguration"))
|
329
|
+
RedshiftDestinationDescription.add_member(:s3_backup_mode, Shapes::ShapeRef.new(shape: RedshiftS3BackupMode, location_name: "S3BackupMode"))
|
330
|
+
RedshiftDestinationDescription.add_member(:s3_backup_description, Shapes::ShapeRef.new(shape: S3DestinationDescription, location_name: "S3BackupDescription"))
|
331
|
+
RedshiftDestinationDescription.add_member(:cloud_watch_logging_options, Shapes::ShapeRef.new(shape: CloudWatchLoggingOptions, location_name: "CloudWatchLoggingOptions"))
|
332
|
+
RedshiftDestinationDescription.struct_class = Types::RedshiftDestinationDescription
|
333
|
+
|
334
|
+
RedshiftDestinationUpdate.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARN"))
|
335
|
+
RedshiftDestinationUpdate.add_member(:cluster_jdbcurl, Shapes::ShapeRef.new(shape: ClusterJDBCURL, location_name: "ClusterJDBCURL"))
|
336
|
+
RedshiftDestinationUpdate.add_member(:copy_command, Shapes::ShapeRef.new(shape: CopyCommand, location_name: "CopyCommand"))
|
337
|
+
RedshiftDestinationUpdate.add_member(:username, Shapes::ShapeRef.new(shape: Username, location_name: "Username"))
|
338
|
+
RedshiftDestinationUpdate.add_member(:password, Shapes::ShapeRef.new(shape: Password, location_name: "Password"))
|
339
|
+
RedshiftDestinationUpdate.add_member(:retry_options, Shapes::ShapeRef.new(shape: RedshiftRetryOptions, location_name: "RetryOptions"))
|
340
|
+
RedshiftDestinationUpdate.add_member(:s3_update, Shapes::ShapeRef.new(shape: S3DestinationUpdate, location_name: "S3Update"))
|
341
|
+
RedshiftDestinationUpdate.add_member(:processing_configuration, Shapes::ShapeRef.new(shape: ProcessingConfiguration, location_name: "ProcessingConfiguration"))
|
342
|
+
RedshiftDestinationUpdate.add_member(:s3_backup_mode, Shapes::ShapeRef.new(shape: RedshiftS3BackupMode, location_name: "S3BackupMode"))
|
343
|
+
RedshiftDestinationUpdate.add_member(:s3_backup_update, Shapes::ShapeRef.new(shape: S3DestinationUpdate, location_name: "S3BackupUpdate"))
|
344
|
+
RedshiftDestinationUpdate.add_member(:cloud_watch_logging_options, Shapes::ShapeRef.new(shape: CloudWatchLoggingOptions, location_name: "CloudWatchLoggingOptions"))
|
345
|
+
RedshiftDestinationUpdate.struct_class = Types::RedshiftDestinationUpdate
|
346
|
+
|
347
|
+
RedshiftRetryOptions.add_member(:duration_in_seconds, Shapes::ShapeRef.new(shape: RedshiftRetryDurationInSeconds, location_name: "DurationInSeconds"))
|
348
|
+
RedshiftRetryOptions.struct_class = Types::RedshiftRetryOptions
|
349
|
+
|
350
|
+
S3DestinationConfiguration.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, required: true, location_name: "RoleARN"))
|
351
|
+
S3DestinationConfiguration.add_member(:bucket_arn, Shapes::ShapeRef.new(shape: BucketARN, required: true, location_name: "BucketARN"))
|
352
|
+
S3DestinationConfiguration.add_member(:prefix, Shapes::ShapeRef.new(shape: Prefix, location_name: "Prefix"))
|
353
|
+
S3DestinationConfiguration.add_member(:buffering_hints, Shapes::ShapeRef.new(shape: BufferingHints, location_name: "BufferingHints"))
|
354
|
+
S3DestinationConfiguration.add_member(:compression_format, Shapes::ShapeRef.new(shape: CompressionFormat, location_name: "CompressionFormat"))
|
355
|
+
S3DestinationConfiguration.add_member(:encryption_configuration, Shapes::ShapeRef.new(shape: EncryptionConfiguration, location_name: "EncryptionConfiguration"))
|
356
|
+
S3DestinationConfiguration.add_member(:cloud_watch_logging_options, Shapes::ShapeRef.new(shape: CloudWatchLoggingOptions, location_name: "CloudWatchLoggingOptions"))
|
357
|
+
S3DestinationConfiguration.struct_class = Types::S3DestinationConfiguration
|
358
|
+
|
359
|
+
S3DestinationDescription.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, required: true, location_name: "RoleARN"))
|
360
|
+
S3DestinationDescription.add_member(:bucket_arn, Shapes::ShapeRef.new(shape: BucketARN, required: true, location_name: "BucketARN"))
|
361
|
+
S3DestinationDescription.add_member(:prefix, Shapes::ShapeRef.new(shape: Prefix, location_name: "Prefix"))
|
362
|
+
S3DestinationDescription.add_member(:buffering_hints, Shapes::ShapeRef.new(shape: BufferingHints, required: true, location_name: "BufferingHints"))
|
363
|
+
S3DestinationDescription.add_member(:compression_format, Shapes::ShapeRef.new(shape: CompressionFormat, required: true, location_name: "CompressionFormat"))
|
364
|
+
S3DestinationDescription.add_member(:encryption_configuration, Shapes::ShapeRef.new(shape: EncryptionConfiguration, required: true, location_name: "EncryptionConfiguration"))
|
365
|
+
S3DestinationDescription.add_member(:cloud_watch_logging_options, Shapes::ShapeRef.new(shape: CloudWatchLoggingOptions, location_name: "CloudWatchLoggingOptions"))
|
366
|
+
S3DestinationDescription.struct_class = Types::S3DestinationDescription
|
367
|
+
|
368
|
+
S3DestinationUpdate.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARN"))
|
369
|
+
S3DestinationUpdate.add_member(:bucket_arn, Shapes::ShapeRef.new(shape: BucketARN, location_name: "BucketARN"))
|
370
|
+
S3DestinationUpdate.add_member(:prefix, Shapes::ShapeRef.new(shape: Prefix, location_name: "Prefix"))
|
371
|
+
S3DestinationUpdate.add_member(:buffering_hints, Shapes::ShapeRef.new(shape: BufferingHints, location_name: "BufferingHints"))
|
372
|
+
S3DestinationUpdate.add_member(:compression_format, Shapes::ShapeRef.new(shape: CompressionFormat, location_name: "CompressionFormat"))
|
373
|
+
S3DestinationUpdate.add_member(:encryption_configuration, Shapes::ShapeRef.new(shape: EncryptionConfiguration, location_name: "EncryptionConfiguration"))
|
374
|
+
S3DestinationUpdate.add_member(:cloud_watch_logging_options, Shapes::ShapeRef.new(shape: CloudWatchLoggingOptions, location_name: "CloudWatchLoggingOptions"))
|
375
|
+
S3DestinationUpdate.struct_class = Types::S3DestinationUpdate
|
376
|
+
|
377
|
+
UpdateDestinationInput.add_member(:delivery_stream_name, Shapes::ShapeRef.new(shape: DeliveryStreamName, required: true, location_name: "DeliveryStreamName"))
|
378
|
+
UpdateDestinationInput.add_member(:current_delivery_stream_version_id, Shapes::ShapeRef.new(shape: DeliveryStreamVersionId, required: true, location_name: "CurrentDeliveryStreamVersionId"))
|
379
|
+
UpdateDestinationInput.add_member(:destination_id, Shapes::ShapeRef.new(shape: DestinationId, required: true, location_name: "DestinationId"))
|
380
|
+
UpdateDestinationInput.add_member(:s3_destination_update, Shapes::ShapeRef.new(shape: S3DestinationUpdate, deprecated: true, location_name: "S3DestinationUpdate"))
|
381
|
+
UpdateDestinationInput.add_member(:extended_s3_destination_update, Shapes::ShapeRef.new(shape: ExtendedS3DestinationUpdate, location_name: "ExtendedS3DestinationUpdate"))
|
382
|
+
UpdateDestinationInput.add_member(:redshift_destination_update, Shapes::ShapeRef.new(shape: RedshiftDestinationUpdate, location_name: "RedshiftDestinationUpdate"))
|
383
|
+
UpdateDestinationInput.add_member(:elasticsearch_destination_update, Shapes::ShapeRef.new(shape: ElasticsearchDestinationUpdate, location_name: "ElasticsearchDestinationUpdate"))
|
384
|
+
UpdateDestinationInput.struct_class = Types::UpdateDestinationInput
|
385
|
+
|
386
|
+
UpdateDestinationOutput.struct_class = Types::UpdateDestinationOutput
|
387
|
+
|
396
388
|
|
389
|
+
# @api private
|
390
|
+
API = Seahorse::Model::Api.new.tap do |api|
|
391
|
+
|
392
|
+
api.version = "2015-08-04"
|
393
|
+
|
394
|
+
api.metadata = {
|
395
|
+
"endpointPrefix" => "firehose",
|
396
|
+
"jsonVersion" => "1.1",
|
397
|
+
"protocol" => "json",
|
398
|
+
"serviceFullName" => "Amazon Kinesis Firehose",
|
399
|
+
"signatureVersion" => "v4",
|
400
|
+
"targetPrefix" => "Firehose_20150804",
|
401
|
+
}
|
402
|
+
|
403
|
+
api.add_operation(:create_delivery_stream, Seahorse::Model::Operation.new.tap do |o|
|
404
|
+
o.name = "CreateDeliveryStream"
|
405
|
+
o.http_method = "POST"
|
406
|
+
o.http_request_uri = "/"
|
407
|
+
o.input = Shapes::ShapeRef.new(shape: CreateDeliveryStreamInput)
|
408
|
+
o.output = Shapes::ShapeRef.new(shape: CreateDeliveryStreamOutput)
|
409
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
|
410
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
411
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
412
|
+
end)
|
413
|
+
|
414
|
+
api.add_operation(:delete_delivery_stream, Seahorse::Model::Operation.new.tap do |o|
|
415
|
+
o.name = "DeleteDeliveryStream"
|
416
|
+
o.http_method = "POST"
|
417
|
+
o.http_request_uri = "/"
|
418
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteDeliveryStreamInput)
|
419
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteDeliveryStreamOutput)
|
420
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
421
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
422
|
+
end)
|
423
|
+
|
424
|
+
api.add_operation(:describe_delivery_stream, Seahorse::Model::Operation.new.tap do |o|
|
425
|
+
o.name = "DescribeDeliveryStream"
|
426
|
+
o.http_method = "POST"
|
427
|
+
o.http_request_uri = "/"
|
428
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeDeliveryStreamInput)
|
429
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeDeliveryStreamOutput)
|
430
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
431
|
+
end)
|
432
|
+
|
433
|
+
api.add_operation(:list_delivery_streams, Seahorse::Model::Operation.new.tap do |o|
|
434
|
+
o.name = "ListDeliveryStreams"
|
435
|
+
o.http_method = "POST"
|
436
|
+
o.http_request_uri = "/"
|
437
|
+
o.input = Shapes::ShapeRef.new(shape: ListDeliveryStreamsInput)
|
438
|
+
o.output = Shapes::ShapeRef.new(shape: ListDeliveryStreamsOutput)
|
439
|
+
end)
|
440
|
+
|
441
|
+
api.add_operation(:put_record, Seahorse::Model::Operation.new.tap do |o|
|
442
|
+
o.name = "PutRecord"
|
443
|
+
o.http_method = "POST"
|
444
|
+
o.http_request_uri = "/"
|
445
|
+
o.input = Shapes::ShapeRef.new(shape: PutRecordInput)
|
446
|
+
o.output = Shapes::ShapeRef.new(shape: PutRecordOutput)
|
447
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
448
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
|
449
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
450
|
+
end)
|
451
|
+
|
452
|
+
api.add_operation(:put_record_batch, Seahorse::Model::Operation.new.tap do |o|
|
453
|
+
o.name = "PutRecordBatch"
|
454
|
+
o.http_method = "POST"
|
455
|
+
o.http_request_uri = "/"
|
456
|
+
o.input = Shapes::ShapeRef.new(shape: PutRecordBatchInput)
|
457
|
+
o.output = Shapes::ShapeRef.new(shape: PutRecordBatchOutput)
|
458
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
459
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
|
460
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
461
|
+
end)
|
462
|
+
|
463
|
+
api.add_operation(:update_destination, Seahorse::Model::Operation.new.tap do |o|
|
464
|
+
o.name = "UpdateDestination"
|
465
|
+
o.http_method = "POST"
|
466
|
+
o.http_request_uri = "/"
|
467
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateDestinationInput)
|
468
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateDestinationOutput)
|
469
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
|
470
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
471
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
472
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
473
|
+
end)
|
397
474
|
end
|
475
|
+
|
398
476
|
end
|
399
477
|
end
|