UNPKG

29.4 kBJSONView Raw
1{
2 "version": "2.0",
3 "metadata": {
4 "apiVersion": "2015-08-04",
5 "endpointPrefix": "firehose",
6 "jsonVersion": "1.1",
7 "protocol": "json",
8 "serviceAbbreviation": "Firehose",
9 "serviceFullName": "Amazon Kinesis Firehose",
10 "serviceId": "Firehose",
11 "signatureVersion": "v4",
12 "targetPrefix": "Firehose_20150804",
13 "uid": "firehose-2015-08-04"
14 },
15 "operations": {
16 "CreateDeliveryStream": {
17 "input": {
18 "type": "structure",
19 "required": [
20 "DeliveryStreamName"
21 ],
22 "members": {
23 "DeliveryStreamName": {},
24 "DeliveryStreamType": {},
25 "KinesisStreamSourceConfiguration": {
26 "type": "structure",
27 "required": [
28 "KinesisStreamARN",
29 "RoleARN"
30 ],
31 "members": {
32 "KinesisStreamARN": {},
33 "RoleARN": {}
34 }
35 },
36 "DeliveryStreamEncryptionConfigurationInput": {
37 "shape": "S7"
38 },
39 "S3DestinationConfiguration": {
40 "shape": "Sa",
41 "deprecated": true
42 },
43 "ExtendedS3DestinationConfiguration": {
44 "type": "structure",
45 "required": [
46 "RoleARN",
47 "BucketARN"
48 ],
49 "members": {
50 "RoleARN": {},
51 "BucketARN": {},
52 "Prefix": {},
53 "ErrorOutputPrefix": {},
54 "BufferingHints": {
55 "shape": "Se"
56 },
57 "CompressionFormat": {},
58 "EncryptionConfiguration": {
59 "shape": "Si"
60 },
61 "CloudWatchLoggingOptions": {
62 "shape": "Sl"
63 },
64 "ProcessingConfiguration": {
65 "shape": "Sq"
66 },
67 "S3BackupMode": {},
68 "S3BackupConfiguration": {
69 "shape": "Sa"
70 },
71 "DataFormatConversionConfiguration": {
72 "shape": "Sz"
73 }
74 }
75 },
76 "RedshiftDestinationConfiguration": {
77 "type": "structure",
78 "required": [
79 "RoleARN",
80 "ClusterJDBCURL",
81 "CopyCommand",
82 "Username",
83 "Password",
84 "S3Configuration"
85 ],
86 "members": {
87 "RoleARN": {},
88 "ClusterJDBCURL": {},
89 "CopyCommand": {
90 "shape": "S1q"
91 },
92 "Username": {
93 "shape": "S1u"
94 },
95 "Password": {
96 "shape": "S1v"
97 },
98 "RetryOptions": {
99 "shape": "S1w"
100 },
101 "S3Configuration": {
102 "shape": "Sa"
103 },
104 "ProcessingConfiguration": {
105 "shape": "Sq"
106 },
107 "S3BackupMode": {},
108 "S3BackupConfiguration": {
109 "shape": "Sa"
110 },
111 "CloudWatchLoggingOptions": {
112 "shape": "Sl"
113 }
114 }
115 },
116 "ElasticsearchDestinationConfiguration": {
117 "type": "structure",
118 "required": [
119 "RoleARN",
120 "IndexName",
121 "S3Configuration"
122 ],
123 "members": {
124 "RoleARN": {},
125 "DomainARN": {},
126 "ClusterEndpoint": {},
127 "IndexName": {},
128 "TypeName": {},
129 "IndexRotationPeriod": {},
130 "BufferingHints": {
131 "shape": "S25"
132 },
133 "RetryOptions": {
134 "shape": "S28"
135 },
136 "S3BackupMode": {},
137 "S3Configuration": {
138 "shape": "Sa"
139 },
140 "ProcessingConfiguration": {
141 "shape": "Sq"
142 },
143 "CloudWatchLoggingOptions": {
144 "shape": "Sl"
145 }
146 }
147 },
148 "SplunkDestinationConfiguration": {
149 "type": "structure",
150 "required": [
151 "HECEndpoint",
152 "HECEndpointType",
153 "HECToken",
154 "S3Configuration"
155 ],
156 "members": {
157 "HECEndpoint": {},
158 "HECEndpointType": {},
159 "HECToken": {},
160 "HECAcknowledgmentTimeoutInSeconds": {
161 "type": "integer"
162 },
163 "RetryOptions": {
164 "shape": "S2g"
165 },
166 "S3BackupMode": {},
167 "S3Configuration": {
168 "shape": "Sa"
169 },
170 "ProcessingConfiguration": {
171 "shape": "Sq"
172 },
173 "CloudWatchLoggingOptions": {
174 "shape": "Sl"
175 }
176 }
177 },
178 "Tags": {
179 "shape": "S2j"
180 }
181 }
182 },
183 "output": {
184 "type": "structure",
185 "members": {
186 "DeliveryStreamARN": {}
187 }
188 }
189 },
190 "DeleteDeliveryStream": {
191 "input": {
192 "type": "structure",
193 "required": [
194 "DeliveryStreamName"
195 ],
196 "members": {
197 "DeliveryStreamName": {},
198 "AllowForceDelete": {
199 "type": "boolean"
200 }
201 }
202 },
203 "output": {
204 "type": "structure",
205 "members": {}
206 }
207 },
208 "DescribeDeliveryStream": {
209 "input": {
210 "type": "structure",
211 "required": [
212 "DeliveryStreamName"
213 ],
214 "members": {
215 "DeliveryStreamName": {},
216 "Limit": {
217 "type": "integer"
218 },
219 "ExclusiveStartDestinationId": {}
220 }
221 },
222 "output": {
223 "type": "structure",
224 "required": [
225 "DeliveryStreamDescription"
226 ],
227 "members": {
228 "DeliveryStreamDescription": {
229 "type": "structure",
230 "required": [
231 "DeliveryStreamName",
232 "DeliveryStreamARN",
233 "DeliveryStreamStatus",
234 "DeliveryStreamType",
235 "VersionId",
236 "Destinations",
237 "HasMoreDestinations"
238 ],
239 "members": {
240 "DeliveryStreamName": {},
241 "DeliveryStreamARN": {},
242 "DeliveryStreamStatus": {},
243 "FailureDescription": {
244 "shape": "S2x"
245 },
246 "DeliveryStreamEncryptionConfiguration": {
247 "type": "structure",
248 "members": {
249 "KeyARN": {},
250 "KeyType": {},
251 "Status": {},
252 "FailureDescription": {
253 "shape": "S2x"
254 }
255 }
256 },
257 "DeliveryStreamType": {},
258 "VersionId": {},
259 "CreateTimestamp": {
260 "type": "timestamp"
261 },
262 "LastUpdateTimestamp": {
263 "type": "timestamp"
264 },
265 "Source": {
266 "type": "structure",
267 "members": {
268 "KinesisStreamSourceDescription": {
269 "type": "structure",
270 "members": {
271 "KinesisStreamARN": {},
272 "RoleARN": {},
273 "DeliveryStartTimestamp": {
274 "type": "timestamp"
275 }
276 }
277 }
278 }
279 },
280 "Destinations": {
281 "type": "list",
282 "member": {
283 "type": "structure",
284 "required": [
285 "DestinationId"
286 ],
287 "members": {
288 "DestinationId": {},
289 "S3DestinationDescription": {
290 "shape": "S38"
291 },
292 "ExtendedS3DestinationDescription": {
293 "type": "structure",
294 "required": [
295 "RoleARN",
296 "BucketARN",
297 "BufferingHints",
298 "CompressionFormat",
299 "EncryptionConfiguration"
300 ],
301 "members": {
302 "RoleARN": {},
303 "BucketARN": {},
304 "Prefix": {},
305 "ErrorOutputPrefix": {},
306 "BufferingHints": {
307 "shape": "Se"
308 },
309 "CompressionFormat": {},
310 "EncryptionConfiguration": {
311 "shape": "Si"
312 },
313 "CloudWatchLoggingOptions": {
314 "shape": "Sl"
315 },
316 "ProcessingConfiguration": {
317 "shape": "Sq"
318 },
319 "S3BackupMode": {},
320 "S3BackupDescription": {
321 "shape": "S38"
322 },
323 "DataFormatConversionConfiguration": {
324 "shape": "Sz"
325 }
326 }
327 },
328 "RedshiftDestinationDescription": {
329 "type": "structure",
330 "required": [
331 "RoleARN",
332 "ClusterJDBCURL",
333 "CopyCommand",
334 "Username",
335 "S3DestinationDescription"
336 ],
337 "members": {
338 "RoleARN": {},
339 "ClusterJDBCURL": {},
340 "CopyCommand": {
341 "shape": "S1q"
342 },
343 "Username": {
344 "shape": "S1u"
345 },
346 "RetryOptions": {
347 "shape": "S1w"
348 },
349 "S3DestinationDescription": {
350 "shape": "S38"
351 },
352 "ProcessingConfiguration": {
353 "shape": "Sq"
354 },
355 "S3BackupMode": {},
356 "S3BackupDescription": {
357 "shape": "S38"
358 },
359 "CloudWatchLoggingOptions": {
360 "shape": "Sl"
361 }
362 }
363 },
364 "ElasticsearchDestinationDescription": {
365 "type": "structure",
366 "members": {
367 "RoleARN": {},
368 "DomainARN": {},
369 "ClusterEndpoint": {},
370 "IndexName": {},
371 "TypeName": {},
372 "IndexRotationPeriod": {},
373 "BufferingHints": {
374 "shape": "S25"
375 },
376 "RetryOptions": {
377 "shape": "S28"
378 },
379 "S3BackupMode": {},
380 "S3DestinationDescription": {
381 "shape": "S38"
382 },
383 "ProcessingConfiguration": {
384 "shape": "Sq"
385 },
386 "CloudWatchLoggingOptions": {
387 "shape": "Sl"
388 }
389 }
390 },
391 "SplunkDestinationDescription": {
392 "type": "structure",
393 "members": {
394 "HECEndpoint": {},
395 "HECEndpointType": {},
396 "HECToken": {},
397 "HECAcknowledgmentTimeoutInSeconds": {
398 "type": "integer"
399 },
400 "RetryOptions": {
401 "shape": "S2g"
402 },
403 "S3BackupMode": {},
404 "S3DestinationDescription": {
405 "shape": "S38"
406 },
407 "ProcessingConfiguration": {
408 "shape": "Sq"
409 },
410 "CloudWatchLoggingOptions": {
411 "shape": "Sl"
412 }
413 }
414 }
415 }
416 }
417 },
418 "HasMoreDestinations": {
419 "type": "boolean"
420 }
421 }
422 }
423 }
424 }
425 },
426 "ListDeliveryStreams": {
427 "input": {
428 "type": "structure",
429 "members": {
430 "Limit": {
431 "type": "integer"
432 },
433 "DeliveryStreamType": {},
434 "ExclusiveStartDeliveryStreamName": {}
435 }
436 },
437 "output": {
438 "type": "structure",
439 "required": [
440 "DeliveryStreamNames",
441 "HasMoreDeliveryStreams"
442 ],
443 "members": {
444 "DeliveryStreamNames": {
445 "type": "list",
446 "member": {}
447 },
448 "HasMoreDeliveryStreams": {
449 "type": "boolean"
450 }
451 }
452 }
453 },
454 "ListTagsForDeliveryStream": {
455 "input": {
456 "type": "structure",
457 "required": [
458 "DeliveryStreamName"
459 ],
460 "members": {
461 "DeliveryStreamName": {},
462 "ExclusiveStartTagKey": {},
463 "Limit": {
464 "type": "integer"
465 }
466 }
467 },
468 "output": {
469 "type": "structure",
470 "required": [
471 "Tags",
472 "HasMoreTags"
473 ],
474 "members": {
475 "Tags": {
476 "type": "list",
477 "member": {
478 "shape": "S2k"
479 }
480 },
481 "HasMoreTags": {
482 "type": "boolean"
483 }
484 }
485 }
486 },
487 "PutRecord": {
488 "input": {
489 "type": "structure",
490 "required": [
491 "DeliveryStreamName",
492 "Record"
493 ],
494 "members": {
495 "DeliveryStreamName": {},
496 "Record": {
497 "shape": "S3m"
498 }
499 }
500 },
501 "output": {
502 "type": "structure",
503 "required": [
504 "RecordId"
505 ],
506 "members": {
507 "RecordId": {},
508 "Encrypted": {
509 "type": "boolean"
510 }
511 }
512 }
513 },
514 "PutRecordBatch": {
515 "input": {
516 "type": "structure",
517 "required": [
518 "DeliveryStreamName",
519 "Records"
520 ],
521 "members": {
522 "DeliveryStreamName": {},
523 "Records": {
524 "type": "list",
525 "member": {
526 "shape": "S3m"
527 }
528 }
529 }
530 },
531 "output": {
532 "type": "structure",
533 "required": [
534 "FailedPutCount",
535 "RequestResponses"
536 ],
537 "members": {
538 "FailedPutCount": {
539 "type": "integer"
540 },
541 "Encrypted": {
542 "type": "boolean"
543 },
544 "RequestResponses": {
545 "type": "list",
546 "member": {
547 "type": "structure",
548 "members": {
549 "RecordId": {},
550 "ErrorCode": {},
551 "ErrorMessage": {}
552 }
553 }
554 }
555 }
556 }
557 },
558 "StartDeliveryStreamEncryption": {
559 "input": {
560 "type": "structure",
561 "required": [
562 "DeliveryStreamName"
563 ],
564 "members": {
565 "DeliveryStreamName": {},
566 "DeliveryStreamEncryptionConfigurationInput": {
567 "shape": "S7"
568 }
569 }
570 },
571 "output": {
572 "type": "structure",
573 "members": {}
574 }
575 },
576 "StopDeliveryStreamEncryption": {
577 "input": {
578 "type": "structure",
579 "required": [
580 "DeliveryStreamName"
581 ],
582 "members": {
583 "DeliveryStreamName": {}
584 }
585 },
586 "output": {
587 "type": "structure",
588 "members": {}
589 }
590 },
591 "TagDeliveryStream": {
592 "input": {
593 "type": "structure",
594 "required": [
595 "DeliveryStreamName",
596 "Tags"
597 ],
598 "members": {
599 "DeliveryStreamName": {},
600 "Tags": {
601 "shape": "S2j"
602 }
603 }
604 },
605 "output": {
606 "type": "structure",
607 "members": {}
608 }
609 },
610 "UntagDeliveryStream": {
611 "input": {
612 "type": "structure",
613 "required": [
614 "DeliveryStreamName",
615 "TagKeys"
616 ],
617 "members": {
618 "DeliveryStreamName": {},
619 "TagKeys": {
620 "type": "list",
621 "member": {}
622 }
623 }
624 },
625 "output": {
626 "type": "structure",
627 "members": {}
628 }
629 },
630 "UpdateDestination": {
631 "input": {
632 "type": "structure",
633 "required": [
634 "DeliveryStreamName",
635 "CurrentDeliveryStreamVersionId",
636 "DestinationId"
637 ],
638 "members": {
639 "DeliveryStreamName": {},
640 "CurrentDeliveryStreamVersionId": {},
641 "DestinationId": {},
642 "S3DestinationUpdate": {
643 "shape": "S47",
644 "deprecated": true
645 },
646 "ExtendedS3DestinationUpdate": {
647 "type": "structure",
648 "members": {
649 "RoleARN": {},
650 "BucketARN": {},
651 "Prefix": {},
652 "ErrorOutputPrefix": {},
653 "BufferingHints": {
654 "shape": "Se"
655 },
656 "CompressionFormat": {},
657 "EncryptionConfiguration": {
658 "shape": "Si"
659 },
660 "CloudWatchLoggingOptions": {
661 "shape": "Sl"
662 },
663 "ProcessingConfiguration": {
664 "shape": "Sq"
665 },
666 "S3BackupMode": {},
667 "S3BackupUpdate": {
668 "shape": "S47"
669 },
670 "DataFormatConversionConfiguration": {
671 "shape": "Sz"
672 }
673 }
674 },
675 "RedshiftDestinationUpdate": {
676 "type": "structure",
677 "members": {
678 "RoleARN": {},
679 "ClusterJDBCURL": {},
680 "CopyCommand": {
681 "shape": "S1q"
682 },
683 "Username": {
684 "shape": "S1u"
685 },
686 "Password": {
687 "shape": "S1v"
688 },
689 "RetryOptions": {
690 "shape": "S1w"
691 },
692 "S3Update": {
693 "shape": "S47"
694 },
695 "ProcessingConfiguration": {
696 "shape": "Sq"
697 },
698 "S3BackupMode": {},
699 "S3BackupUpdate": {
700 "shape": "S47"
701 },
702 "CloudWatchLoggingOptions": {
703 "shape": "Sl"
704 }
705 }
706 },
707 "ElasticsearchDestinationUpdate": {
708 "type": "structure",
709 "members": {
710 "RoleARN": {},
711 "DomainARN": {},
712 "ClusterEndpoint": {},
713 "IndexName": {},
714 "TypeName": {},
715 "IndexRotationPeriod": {},
716 "BufferingHints": {
717 "shape": "S25"
718 },
719 "RetryOptions": {
720 "shape": "S28"
721 },
722 "S3Update": {
723 "shape": "S47"
724 },
725 "ProcessingConfiguration": {
726 "shape": "Sq"
727 },
728 "CloudWatchLoggingOptions": {
729 "shape": "Sl"
730 }
731 }
732 },
733 "SplunkDestinationUpdate": {
734 "type": "structure",
735 "members": {
736 "HECEndpoint": {},
737 "HECEndpointType": {},
738 "HECToken": {},
739 "HECAcknowledgmentTimeoutInSeconds": {
740 "type": "integer"
741 },
742 "RetryOptions": {
743 "shape": "S2g"
744 },
745 "S3BackupMode": {},
746 "S3Update": {
747 "shape": "S47"
748 },
749 "ProcessingConfiguration": {
750 "shape": "Sq"
751 },
752 "CloudWatchLoggingOptions": {
753 "shape": "Sl"
754 }
755 }
756 }
757 }
758 },
759 "output": {
760 "type": "structure",
761 "members": {}
762 }
763 }
764 },
765 "shapes": {
766 "S7": {
767 "type": "structure",
768 "required": [
769 "KeyType"
770 ],
771 "members": {
772 "KeyARN": {},
773 "KeyType": {}
774 }
775 },
776 "Sa": {
777 "type": "structure",
778 "required": [
779 "RoleARN",
780 "BucketARN"
781 ],
782 "members": {
783 "RoleARN": {},
784 "BucketARN": {},
785 "Prefix": {},
786 "ErrorOutputPrefix": {},
787 "BufferingHints": {
788 "shape": "Se"
789 },
790 "CompressionFormat": {},
791 "EncryptionConfiguration": {
792 "shape": "Si"
793 },
794 "CloudWatchLoggingOptions": {
795 "shape": "Sl"
796 }
797 }
798 },
799 "Se": {
800 "type": "structure",
801 "members": {
802 "SizeInMBs": {
803 "type": "integer"
804 },
805 "IntervalInSeconds": {
806 "type": "integer"
807 }
808 }
809 },
810 "Si": {
811 "type": "structure",
812 "members": {
813 "NoEncryptionConfig": {},
814 "KMSEncryptionConfig": {
815 "type": "structure",
816 "required": [
817 "AWSKMSKeyARN"
818 ],
819 "members": {
820 "AWSKMSKeyARN": {}
821 }
822 }
823 }
824 },
825 "Sl": {
826 "type": "structure",
827 "members": {
828 "Enabled": {
829 "type": "boolean"
830 },
831 "LogGroupName": {},
832 "LogStreamName": {}
833 }
834 },
835 "Sq": {
836 "type": "structure",
837 "members": {
838 "Enabled": {
839 "type": "boolean"
840 },
841 "Processors": {
842 "type": "list",
843 "member": {
844 "type": "structure",
845 "required": [
846 "Type"
847 ],
848 "members": {
849 "Type": {},
850 "Parameters": {
851 "type": "list",
852 "member": {
853 "type": "structure",
854 "required": [
855 "ParameterName",
856 "ParameterValue"
857 ],
858 "members": {
859 "ParameterName": {},
860 "ParameterValue": {}
861 }
862 }
863 }
864 }
865 }
866 }
867 }
868 },
869 "Sz": {
870 "type": "structure",
871 "members": {
872 "SchemaConfiguration": {
873 "type": "structure",
874 "members": {
875 "RoleARN": {},
876 "CatalogId": {},
877 "DatabaseName": {},
878 "TableName": {},
879 "Region": {},
880 "VersionId": {}
881 }
882 },
883 "InputFormatConfiguration": {
884 "type": "structure",
885 "members": {
886 "Deserializer": {
887 "type": "structure",
888 "members": {
889 "OpenXJsonSerDe": {
890 "type": "structure",
891 "members": {
892 "ConvertDotsInJsonKeysToUnderscores": {
893 "type": "boolean"
894 },
895 "CaseInsensitive": {
896 "type": "boolean"
897 },
898 "ColumnToJsonKeyMappings": {
899 "type": "map",
900 "key": {},
901 "value": {}
902 }
903 }
904 },
905 "HiveJsonSerDe": {
906 "type": "structure",
907 "members": {
908 "TimestampFormats": {
909 "type": "list",
910 "member": {}
911 }
912 }
913 }
914 }
915 }
916 }
917 },
918 "OutputFormatConfiguration": {
919 "type": "structure",
920 "members": {
921 "Serializer": {
922 "type": "structure",
923 "members": {
924 "ParquetSerDe": {
925 "type": "structure",
926 "members": {
927 "BlockSizeBytes": {
928 "type": "integer"
929 },
930 "PageSizeBytes": {
931 "type": "integer"
932 },
933 "Compression": {},
934 "EnableDictionaryCompression": {
935 "type": "boolean"
936 },
937 "MaxPaddingBytes": {
938 "type": "integer"
939 },
940 "WriterVersion": {}
941 }
942 },
943 "OrcSerDe": {
944 "type": "structure",
945 "members": {
946 "StripeSizeBytes": {
947 "type": "integer"
948 },
949 "BlockSizeBytes": {
950 "type": "integer"
951 },
952 "RowIndexStride": {
953 "type": "integer"
954 },
955 "EnablePadding": {
956 "type": "boolean"
957 },
958 "PaddingTolerance": {
959 "type": "double"
960 },
961 "Compression": {},
962 "BloomFilterColumns": {
963 "type": "list",
964 "member": {}
965 },
966 "BloomFilterFalsePositiveProbability": {
967 "type": "double"
968 },
969 "DictionaryKeyThreshold": {
970 "type": "double"
971 },
972 "FormatVersion": {}
973 }
974 }
975 }
976 }
977 }
978 },
979 "Enabled": {
980 "type": "boolean"
981 }
982 }
983 },
984 "S1q": {
985 "type": "structure",
986 "required": [
987 "DataTableName"
988 ],
989 "members": {
990 "DataTableName": {},
991 "DataTableColumns": {},
992 "CopyOptions": {}
993 }
994 },
995 "S1u": {
996 "type": "string",
997 "sensitive": true
998 },
999 "S1v": {
1000 "type": "string",
1001 "sensitive": true
1002 },
1003 "S1w": {
1004 "type": "structure",
1005 "members": {
1006 "DurationInSeconds": {
1007 "type": "integer"
1008 }
1009 }
1010 },
1011 "S25": {
1012 "type": "structure",
1013 "members": {
1014 "IntervalInSeconds": {
1015 "type": "integer"
1016 },
1017 "SizeInMBs": {
1018 "type": "integer"
1019 }
1020 }
1021 },
1022 "S28": {
1023 "type": "structure",
1024 "members": {
1025 "DurationInSeconds": {
1026 "type": "integer"
1027 }
1028 }
1029 },
1030 "S2g": {
1031 "type": "structure",
1032 "members": {
1033 "DurationInSeconds": {
1034 "type": "integer"
1035 }
1036 }
1037 },
1038 "S2j": {
1039 "type": "list",
1040 "member": {
1041 "shape": "S2k"
1042 }
1043 },
1044 "S2k": {
1045 "type": "structure",
1046 "required": [
1047 "Key"
1048 ],
1049 "members": {
1050 "Key": {},
1051 "Value": {}
1052 }
1053 },
1054 "S2x": {
1055 "type": "structure",
1056 "required": [
1057 "Type",
1058 "Details"
1059 ],
1060 "members": {
1061 "Type": {},
1062 "Details": {}
1063 }
1064 },
1065 "S38": {
1066 "type": "structure",
1067 "required": [
1068 "RoleARN",
1069 "BucketARN",
1070 "BufferingHints",
1071 "CompressionFormat",
1072 "EncryptionConfiguration"
1073 ],
1074 "members": {
1075 "RoleARN": {},
1076 "BucketARN": {},
1077 "Prefix": {},
1078 "ErrorOutputPrefix": {},
1079 "BufferingHints": {
1080 "shape": "Se"
1081 },
1082 "CompressionFormat": {},
1083 "EncryptionConfiguration": {
1084 "shape": "Si"
1085 },
1086 "CloudWatchLoggingOptions": {
1087 "shape": "Sl"
1088 }
1089 }
1090 },
1091 "S3m": {
1092 "type": "structure",
1093 "required": [
1094 "Data"
1095 ],
1096 "members": {
1097 "Data": {
1098 "type": "blob"
1099 }
1100 }
1101 },
1102 "S47": {
1103 "type": "structure",
1104 "members": {
1105 "RoleARN": {},
1106 "BucketARN": {},
1107 "Prefix": {},
1108 "ErrorOutputPrefix": {},
1109 "BufferingHints": {
1110 "shape": "Se"
1111 },
1112 "CompressionFormat": {},
1113 "EncryptionConfiguration": {
1114 "shape": "Si"
1115 },
1116 "CloudWatchLoggingOptions": {
1117 "shape": "Sl"
1118 }
1119 }
1120 }
1121 }
1122}
\No newline at end of file