aws-sdk-core 2.1.27 → 2.1.28

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,627 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2015-08-04",
5
+ "endpointPrefix":"firehose",
6
+ "jsonVersion":"1.1",
7
+ "serviceAbbreviation":"Firehose",
8
+ "serviceFullName":"Amazon Kinesis Firehose",
9
+ "signatureVersion":"v4",
10
+ "targetPrefix":"Firehose_20150804",
11
+ "protocol":"json"
12
+ },
13
+ "operations":{
14
+ "CreateDeliveryStream":{
15
+ "name":"CreateDeliveryStream",
16
+ "http":{
17
+ "method":"POST",
18
+ "requestUri":"/"
19
+ },
20
+ "input":{"shape":"CreateDeliveryStreamInput"},
21
+ "output":{"shape":"CreateDeliveryStreamOutput"},
22
+ "errors":[
23
+ {
24
+ "shape":"InvalidArgumentException",
25
+ "exception":true
26
+ },
27
+ {
28
+ "shape":"LimitExceededException",
29
+ "exception":true
30
+ },
31
+ {
32
+ "shape":"ResourceInUseException",
33
+ "exception":true
34
+ }
35
+ ]
36
+ },
37
+ "DeleteDeliveryStream":{
38
+ "name":"DeleteDeliveryStream",
39
+ "http":{
40
+ "method":"POST",
41
+ "requestUri":"/"
42
+ },
43
+ "input":{"shape":"DeleteDeliveryStreamInput"},
44
+ "output":{"shape":"DeleteDeliveryStreamOutput"},
45
+ "errors":[
46
+ {
47
+ "shape":"ResourceInUseException",
48
+ "exception":true
49
+ },
50
+ {
51
+ "shape":"ResourceNotFoundException",
52
+ "exception":true
53
+ }
54
+ ]
55
+ },
56
+ "DescribeDeliveryStream":{
57
+ "name":"DescribeDeliveryStream",
58
+ "http":{
59
+ "method":"POST",
60
+ "requestUri":"/"
61
+ },
62
+ "input":{"shape":"DescribeDeliveryStreamInput"},
63
+ "output":{"shape":"DescribeDeliveryStreamOutput"},
64
+ "errors":[
65
+ {
66
+ "shape":"ResourceNotFoundException",
67
+ "exception":true
68
+ }
69
+ ]
70
+ },
71
+ "ListDeliveryStreams":{
72
+ "name":"ListDeliveryStreams",
73
+ "http":{
74
+ "method":"POST",
75
+ "requestUri":"/"
76
+ },
77
+ "input":{"shape":"ListDeliveryStreamsInput"},
78
+ "output":{"shape":"ListDeliveryStreamsOutput"}
79
+ },
80
+ "PutRecord":{
81
+ "name":"PutRecord",
82
+ "http":{
83
+ "method":"POST",
84
+ "requestUri":"/"
85
+ },
86
+ "input":{"shape":"PutRecordInput"},
87
+ "output":{"shape":"PutRecordOutput"},
88
+ "errors":[
89
+ {
90
+ "shape":"ResourceNotFoundException",
91
+ "exception":true
92
+ },
93
+ {
94
+ "shape":"InvalidArgumentException",
95
+ "exception":true
96
+ },
97
+ {
98
+ "shape":"ServiceUnavailableException",
99
+ "error":{"httpStatusCode":503},
100
+ "exception":true,
101
+ "fault":true
102
+ }
103
+ ]
104
+ },
105
+ "PutRecordBatch":{
106
+ "name":"PutRecordBatch",
107
+ "http":{
108
+ "method":"POST",
109
+ "requestUri":"/"
110
+ },
111
+ "input":{"shape":"PutRecordBatchInput"},
112
+ "output":{"shape":"PutRecordBatchOutput"},
113
+ "errors":[
114
+ {
115
+ "shape":"ResourceNotFoundException",
116
+ "exception":true
117
+ },
118
+ {
119
+ "shape":"InvalidArgumentException",
120
+ "exception":true
121
+ },
122
+ {
123
+ "shape":"ServiceUnavailableException",
124
+ "error":{"httpStatusCode":503},
125
+ "exception":true,
126
+ "fault":true
127
+ }
128
+ ]
129
+ },
130
+ "UpdateDestination":{
131
+ "name":"UpdateDestination",
132
+ "http":{
133
+ "method":"POST",
134
+ "requestUri":"/"
135
+ },
136
+ "input":{"shape":"UpdateDestinationInput"},
137
+ "output":{"shape":"UpdateDestinationOutput"},
138
+ "errors":[
139
+ {
140
+ "shape":"InvalidArgumentException",
141
+ "exception":true
142
+ },
143
+ {
144
+ "shape":"ResourceInUseException",
145
+ "exception":true
146
+ },
147
+ {
148
+ "shape":"ResourceNotFoundException",
149
+ "exception":true
150
+ },
151
+ {
152
+ "shape":"ConcurrentModificationException",
153
+ "exception":true
154
+ }
155
+ ]
156
+ }
157
+ },
158
+ "shapes":{
159
+ "AWSKMSKeyARN":{
160
+ "type":"string",
161
+ "min":1,
162
+ "max":512,
163
+ "pattern":"arn:.*"
164
+ },
165
+ "BooleanObject":{"type":"boolean"},
166
+ "BucketARN":{
167
+ "type":"string",
168
+ "min":1,
169
+ "max":2048,
170
+ "pattern":"arn:.*"
171
+ },
172
+ "BufferingHints":{
173
+ "type":"structure",
174
+ "members":{
175
+ "SizeInMBs":{"shape":"SizeInMBs"},
176
+ "IntervalInSeconds":{"shape":"IntervalInSeconds"}
177
+ }
178
+ },
179
+ "ClusterJDBCURL":{
180
+ "type":"string",
181
+ "min":1,
182
+ "pattern":"jdbc:(redshift|postgresql)://((?!-)[A-Za-z0-9-]{1,63}(?<!-)\\.)+redshift\\.amazonaws\\.com:\\d{1,5}/[a-zA-Z0-9_$]+"
183
+ },
184
+ "CompressionFormat":{
185
+ "type":"string",
186
+ "enum":[
187
+ "UNCOMPRESSED",
188
+ "GZIP",
189
+ "ZIP",
190
+ "Snappy"
191
+ ]
192
+ },
193
+ "ConcurrentModificationException":{
194
+ "type":"structure",
195
+ "members":{
196
+ "message":{"shape":"ErrorMessage"}
197
+ },
198
+ "exception":true
199
+ },
200
+ "CopyCommand":{
201
+ "type":"structure",
202
+ "required":["DataTableName"],
203
+ "members":{
204
+ "DataTableName":{"shape":"DataTableName"},
205
+ "DataTableColumns":{"shape":"DataTableColumns"},
206
+ "CopyOptions":{"shape":"CopyOptions"}
207
+ }
208
+ },
209
+ "CopyOptions":{"type":"string"},
210
+ "CreateDeliveryStreamInput":{
211
+ "type":"structure",
212
+ "required":["DeliveryStreamName"],
213
+ "members":{
214
+ "DeliveryStreamName":{"shape":"DeliveryStreamName"},
215
+ "S3DestinationConfiguration":{"shape":"S3DestinationConfiguration"},
216
+ "RedshiftDestinationConfiguration":{"shape":"RedshiftDestinationConfiguration"}
217
+ }
218
+ },
219
+ "CreateDeliveryStreamOutput":{
220
+ "type":"structure",
221
+ "members":{
222
+ "DeliveryStreamARN":{"shape":"DeliveryStreamARN"}
223
+ }
224
+ },
225
+ "Data":{
226
+ "type":"blob",
227
+ "min":0,
228
+ "max":1024000
229
+ },
230
+ "DataTableColumns":{"type":"string"},
231
+ "DataTableName":{
232
+ "type":"string",
233
+ "min":1
234
+ },
235
+ "DeleteDeliveryStreamInput":{
236
+ "type":"structure",
237
+ "required":["DeliveryStreamName"],
238
+ "members":{
239
+ "DeliveryStreamName":{"shape":"DeliveryStreamName"}
240
+ }
241
+ },
242
+ "DeleteDeliveryStreamOutput":{
243
+ "type":"structure",
244
+ "members":{
245
+ }
246
+ },
247
+ "DeliveryStreamARN":{"type":"string"},
248
+ "DeliveryStreamDescription":{
249
+ "type":"structure",
250
+ "required":[
251
+ "DeliveryStreamName",
252
+ "DeliveryStreamARN",
253
+ "DeliveryStreamStatus",
254
+ "VersionId",
255
+ "Destinations",
256
+ "HasMoreDestinations"
257
+ ],
258
+ "members":{
259
+ "DeliveryStreamName":{"shape":"DeliveryStreamName"},
260
+ "DeliveryStreamARN":{"shape":"DeliveryStreamARN"},
261
+ "DeliveryStreamStatus":{"shape":"DeliveryStreamStatus"},
262
+ "VersionId":{"shape":"DeliveryStreamVersionId"},
263
+ "CreateTimestamp":{"shape":"Timestamp"},
264
+ "LastUpdateTimestamp":{"shape":"Timestamp"},
265
+ "Destinations":{"shape":"DestinationDescriptionList"},
266
+ "HasMoreDestinations":{"shape":"BooleanObject"}
267
+ }
268
+ },
269
+ "DeliveryStreamName":{
270
+ "type":"string",
271
+ "min":1,
272
+ "max":64,
273
+ "pattern":"[a-zA-Z0-9_.-]+"
274
+ },
275
+ "DeliveryStreamNameList":{
276
+ "type":"list",
277
+ "member":{"shape":"DeliveryStreamName"}
278
+ },
279
+ "DeliveryStreamStatus":{
280
+ "type":"string",
281
+ "enum":[
282
+ "CREATING",
283
+ "DELETING",
284
+ "ACTIVE"
285
+ ]
286
+ },
287
+ "DeliveryStreamVersionId":{
288
+ "type":"string",
289
+ "min":1,
290
+ "max":50,
291
+ "pattern":"[0-9]+"
292
+ },
293
+ "DescribeDeliveryStreamInput":{
294
+ "type":"structure",
295
+ "required":["DeliveryStreamName"],
296
+ "members":{
297
+ "DeliveryStreamName":{"shape":"DeliveryStreamName"},
298
+ "Limit":{"shape":"DescribeDeliveryStreamInputLimit"},
299
+ "ExclusiveStartDestinationId":{"shape":"DestinationId"}
300
+ }
301
+ },
302
+ "DescribeDeliveryStreamInputLimit":{
303
+ "type":"integer",
304
+ "min":1,
305
+ "max":10000
306
+ },
307
+ "DescribeDeliveryStreamOutput":{
308
+ "type":"structure",
309
+ "required":["DeliveryStreamDescription"],
310
+ "members":{
311
+ "DeliveryStreamDescription":{"shape":"DeliveryStreamDescription"}
312
+ }
313
+ },
314
+ "DestinationDescription":{
315
+ "type":"structure",
316
+ "required":["DestinationId"],
317
+ "members":{
318
+ "DestinationId":{"shape":"DestinationId"},
319
+ "S3DestinationDescription":{"shape":"S3DestinationDescription"},
320
+ "RedshiftDestinationDescription":{"shape":"RedshiftDestinationDescription"}
321
+ }
322
+ },
323
+ "DestinationDescriptionList":{
324
+ "type":"list",
325
+ "member":{"shape":"DestinationDescription"}
326
+ },
327
+ "DestinationId":{
328
+ "type":"string",
329
+ "min":1,
330
+ "max":100
331
+ },
332
+ "EncryptionConfiguration":{
333
+ "type":"structure",
334
+ "members":{
335
+ "NoEncryptionConfig":{"shape":"NoEncryptionConfig"},
336
+ "KMSEncryptionConfig":{"shape":"KMSEncryptionConfig"}
337
+ }
338
+ },
339
+ "ErrorCode":{"type":"string"},
340
+ "ErrorMessage":{"type":"string"},
341
+ "IntervalInSeconds":{
342
+ "type":"integer",
343
+ "min":60,
344
+ "max":900
345
+ },
346
+ "InvalidArgumentException":{
347
+ "type":"structure",
348
+ "members":{
349
+ "message":{"shape":"ErrorMessage"}
350
+ },
351
+ "exception":true
352
+ },
353
+ "KMSEncryptionConfig":{
354
+ "type":"structure",
355
+ "required":["AWSKMSKeyARN"],
356
+ "members":{
357
+ "AWSKMSKeyARN":{"shape":"AWSKMSKeyARN"}
358
+ }
359
+ },
360
+ "LimitExceededException":{
361
+ "type":"structure",
362
+ "members":{
363
+ "message":{"shape":"ErrorMessage"}
364
+ },
365
+ "exception":true
366
+ },
367
+ "ListDeliveryStreamsInput":{
368
+ "type":"structure",
369
+ "members":{
370
+ "Limit":{"shape":"ListDeliveryStreamsInputLimit"},
371
+ "ExclusiveStartDeliveryStreamName":{"shape":"DeliveryStreamName"}
372
+ }
373
+ },
374
+ "ListDeliveryStreamsInputLimit":{
375
+ "type":"integer",
376
+ "min":1,
377
+ "max":10000
378
+ },
379
+ "ListDeliveryStreamsOutput":{
380
+ "type":"structure",
381
+ "required":[
382
+ "DeliveryStreamNames",
383
+ "HasMoreDeliveryStreams"
384
+ ],
385
+ "members":{
386
+ "DeliveryStreamNames":{"shape":"DeliveryStreamNameList"},
387
+ "HasMoreDeliveryStreams":{"shape":"BooleanObject"}
388
+ }
389
+ },
390
+ "NoEncryptionConfig":{
391
+ "type":"string",
392
+ "enum":["NoEncryption"]
393
+ },
394
+ "NonNegativeIntegerObject":{
395
+ "type":"integer",
396
+ "min":0
397
+ },
398
+ "Password":{
399
+ "type":"string",
400
+ "min":6,
401
+ "sensitive":true
402
+ },
403
+ "Prefix":{"type":"string"},
404
+ "PutRecordBatchInput":{
405
+ "type":"structure",
406
+ "required":[
407
+ "DeliveryStreamName",
408
+ "Records"
409
+ ],
410
+ "members":{
411
+ "DeliveryStreamName":{"shape":"DeliveryStreamName"},
412
+ "Records":{"shape":"PutRecordBatchRequestEntryList"}
413
+ }
414
+ },
415
+ "PutRecordBatchOutput":{
416
+ "type":"structure",
417
+ "required":[
418
+ "FailedPutCount",
419
+ "RequestResponses"
420
+ ],
421
+ "members":{
422
+ "FailedPutCount":{"shape":"NonNegativeIntegerObject"},
423
+ "RequestResponses":{"shape":"PutRecordBatchResponseEntryList"}
424
+ }
425
+ },
426
+ "PutRecordBatchRequestEntryList":{
427
+ "type":"list",
428
+ "member":{"shape":"Record"},
429
+ "min":1,
430
+ "max":500
431
+ },
432
+ "PutRecordBatchResponseEntry":{
433
+ "type":"structure",
434
+ "members":{
435
+ "RecordId":{"shape":"PutResponseRecordId"},
436
+ "ErrorCode":{"shape":"ErrorCode"},
437
+ "ErrorMessage":{"shape":"ErrorMessage"}
438
+ }
439
+ },
440
+ "PutRecordBatchResponseEntryList":{
441
+ "type":"list",
442
+ "member":{"shape":"PutRecordBatchResponseEntry"},
443
+ "min":1,
444
+ "max":500
445
+ },
446
+ "PutRecordInput":{
447
+ "type":"structure",
448
+ "required":[
449
+ "DeliveryStreamName",
450
+ "Record"
451
+ ],
452
+ "members":{
453
+ "DeliveryStreamName":{"shape":"DeliveryStreamName"},
454
+ "Record":{"shape":"Record"}
455
+ }
456
+ },
457
+ "PutRecordOutput":{
458
+ "type":"structure",
459
+ "required":["RecordId"],
460
+ "members":{
461
+ "RecordId":{"shape":"PutResponseRecordId"}
462
+ }
463
+ },
464
+ "PutResponseRecordId":{
465
+ "type":"string",
466
+ "min":1
467
+ },
468
+ "Record":{
469
+ "type":"structure",
470
+ "required":["Data"],
471
+ "members":{
472
+ "Data":{"shape":"Data"}
473
+ }
474
+ },
475
+ "RedshiftDestinationConfiguration":{
476
+ "type":"structure",
477
+ "required":[
478
+ "RoleARN",
479
+ "ClusterJDBCURL",
480
+ "CopyCommand",
481
+ "Username",
482
+ "Password",
483
+ "S3Configuration"
484
+ ],
485
+ "members":{
486
+ "RoleARN":{"shape":"RoleARN"},
487
+ "ClusterJDBCURL":{"shape":"ClusterJDBCURL"},
488
+ "CopyCommand":{"shape":"CopyCommand"},
489
+ "Username":{"shape":"Username"},
490
+ "Password":{"shape":"Password"},
491
+ "S3Configuration":{"shape":"S3DestinationConfiguration"}
492
+ }
493
+ },
494
+ "RedshiftDestinationDescription":{
495
+ "type":"structure",
496
+ "required":[
497
+ "RoleARN",
498
+ "ClusterJDBCURL",
499
+ "CopyCommand",
500
+ "Username",
501
+ "S3DestinationDescription"
502
+ ],
503
+ "members":{
504
+ "RoleARN":{"shape":"RoleARN"},
505
+ "ClusterJDBCURL":{"shape":"ClusterJDBCURL"},
506
+ "CopyCommand":{"shape":"CopyCommand"},
507
+ "Username":{"shape":"Username"},
508
+ "S3DestinationDescription":{"shape":"S3DestinationDescription"}
509
+ }
510
+ },
511
+ "RedshiftDestinationUpdate":{
512
+ "type":"structure",
513
+ "members":{
514
+ "RoleARN":{"shape":"RoleARN"},
515
+ "ClusterJDBCURL":{"shape":"ClusterJDBCURL"},
516
+ "CopyCommand":{"shape":"CopyCommand"},
517
+ "Username":{"shape":"Username"},
518
+ "Password":{"shape":"Password"},
519
+ "S3Update":{"shape":"S3DestinationUpdate"}
520
+ }
521
+ },
522
+ "ResourceInUseException":{
523
+ "type":"structure",
524
+ "members":{
525
+ "message":{"shape":"ErrorMessage"}
526
+ },
527
+ "exception":true
528
+ },
529
+ "ResourceNotFoundException":{
530
+ "type":"structure",
531
+ "members":{
532
+ "message":{"shape":"ErrorMessage"}
533
+ },
534
+ "exception":true
535
+ },
536
+ "RoleARN":{
537
+ "type":"string",
538
+ "min":1,
539
+ "max":512,
540
+ "pattern":"arn:.*"
541
+ },
542
+ "S3DestinationConfiguration":{
543
+ "type":"structure",
544
+ "required":[
545
+ "RoleARN",
546
+ "BucketARN"
547
+ ],
548
+ "members":{
549
+ "RoleARN":{"shape":"RoleARN"},
550
+ "BucketARN":{"shape":"BucketARN"},
551
+ "Prefix":{"shape":"Prefix"},
552
+ "BufferingHints":{"shape":"BufferingHints"},
553
+ "CompressionFormat":{"shape":"CompressionFormat"},
554
+ "EncryptionConfiguration":{"shape":"EncryptionConfiguration"}
555
+ }
556
+ },
557
+ "S3DestinationDescription":{
558
+ "type":"structure",
559
+ "required":[
560
+ "RoleARN",
561
+ "BucketARN",
562
+ "BufferingHints",
563
+ "CompressionFormat",
564
+ "EncryptionConfiguration"
565
+ ],
566
+ "members":{
567
+ "RoleARN":{"shape":"RoleARN"},
568
+ "BucketARN":{"shape":"BucketARN"},
569
+ "Prefix":{"shape":"Prefix"},
570
+ "BufferingHints":{"shape":"BufferingHints"},
571
+ "CompressionFormat":{"shape":"CompressionFormat"},
572
+ "EncryptionConfiguration":{"shape":"EncryptionConfiguration"}
573
+ }
574
+ },
575
+ "S3DestinationUpdate":{
576
+ "type":"structure",
577
+ "members":{
578
+ "RoleARN":{"shape":"RoleARN"},
579
+ "BucketARN":{"shape":"BucketARN"},
580
+ "Prefix":{"shape":"Prefix"},
581
+ "BufferingHints":{"shape":"BufferingHints"},
582
+ "CompressionFormat":{"shape":"CompressionFormat"},
583
+ "EncryptionConfiguration":{"shape":"EncryptionConfiguration"}
584
+ }
585
+ },
586
+ "ServiceUnavailableException":{
587
+ "type":"structure",
588
+ "members":{
589
+ "message":{"shape":"ErrorMessage"}
590
+ },
591
+ "error":{"httpStatusCode":503},
592
+ "exception":true,
593
+ "fault":true
594
+ },
595
+ "SizeInMBs":{
596
+ "type":"integer",
597
+ "min":1,
598
+ "max":128
599
+ },
600
+ "Timestamp":{"type":"timestamp"},
601
+ "UpdateDestinationInput":{
602
+ "type":"structure",
603
+ "required":[
604
+ "DeliveryStreamName",
605
+ "CurrentDeliveryStreamVersionId",
606
+ "DestinationId"
607
+ ],
608
+ "members":{
609
+ "DeliveryStreamName":{"shape":"DeliveryStreamName"},
610
+ "CurrentDeliveryStreamVersionId":{"shape":"DeliveryStreamVersionId"},
611
+ "DestinationId":{"shape":"DestinationId"},
612
+ "S3DestinationUpdate":{"shape":"S3DestinationUpdate"},
613
+ "RedshiftDestinationUpdate":{"shape":"RedshiftDestinationUpdate"}
614
+ }
615
+ },
616
+ "UpdateDestinationOutput":{
617
+ "type":"structure",
618
+ "members":{
619
+ }
620
+ },
621
+ "Username":{
622
+ "type":"string",
623
+ "min":1,
624
+ "sensitive":true
625
+ }
626
+ }
627
+ }