UNPKG

135 kBJSONView Raw
1{
2 "metadata": {
3 "apiVersion": "2017-10-14",
4 "endpointPrefix": "medialive",
5 "signingName": "medialive",
6 "serviceFullName": "AWS Elemental MediaLive",
7 "serviceId": "MediaLive",
8 "protocol": "rest-json",
9 "jsonVersion": "1.1",
10 "uid": "medialive-2017-10-14",
11 "signatureVersion": "v4",
12 "serviceAbbreviation": "MediaLive"
13 },
14 "operations": {
15 "BatchUpdateSchedule": {
16 "http": {
17 "method": "PUT",
18 "requestUri": "/prod/channels/{channelId}/schedule",
19 "responseCode": 200
20 },
21 "input": {
22 "type": "structure",
23 "members": {
24 "ChannelId": {
25 "location": "uri",
26 "locationName": "channelId"
27 },
28 "Creates": {
29 "locationName": "creates",
30 "type": "structure",
31 "members": {
32 "ScheduleActions": {
33 "shape": "S4",
34 "locationName": "scheduleActions"
35 }
36 },
37 "required": [
38 "ScheduleActions"
39 ]
40 },
41 "Deletes": {
42 "locationName": "deletes",
43 "type": "structure",
44 "members": {
45 "ActionNames": {
46 "shape": "S16",
47 "locationName": "actionNames"
48 }
49 },
50 "required": [
51 "ActionNames"
52 ]
53 }
54 },
55 "required": [
56 "ChannelId"
57 ]
58 },
59 "output": {
60 "type": "structure",
61 "members": {
62 "Creates": {
63 "locationName": "creates",
64 "type": "structure",
65 "members": {
66 "ScheduleActions": {
67 "shape": "S4",
68 "locationName": "scheduleActions"
69 }
70 },
71 "required": [
72 "ScheduleActions"
73 ]
74 },
75 "Deletes": {
76 "locationName": "deletes",
77 "type": "structure",
78 "members": {
79 "ScheduleActions": {
80 "shape": "S4",
81 "locationName": "scheduleActions"
82 }
83 },
84 "required": [
85 "ScheduleActions"
86 ]
87 }
88 }
89 }
90 },
91 "CreateChannel": {
92 "http": {
93 "requestUri": "/prod/channels",
94 "responseCode": 201
95 },
96 "input": {
97 "type": "structure",
98 "members": {
99 "Destinations": {
100 "shape": "S1b",
101 "locationName": "destinations"
102 },
103 "EncoderSettings": {
104 "shape": "S1i",
105 "locationName": "encoderSettings"
106 },
107 "InputAttachments": {
108 "shape": "S94",
109 "locationName": "inputAttachments"
110 },
111 "InputSpecification": {
112 "shape": "Sa4",
113 "locationName": "inputSpecification"
114 },
115 "LogLevel": {
116 "locationName": "logLevel"
117 },
118 "Name": {
119 "locationName": "name"
120 },
121 "RequestId": {
122 "locationName": "requestId",
123 "idempotencyToken": true
124 },
125 "Reserved": {
126 "locationName": "reserved",
127 "deprecated": true
128 },
129 "RoleArn": {
130 "locationName": "roleArn"
131 },
132 "Tags": {
133 "shape": "Sa9",
134 "locationName": "tags"
135 }
136 }
137 },
138 "output": {
139 "type": "structure",
140 "members": {
141 "Channel": {
142 "shape": "Sab",
143 "locationName": "channel"
144 }
145 }
146 }
147 },
148 "CreateInput": {
149 "http": {
150 "requestUri": "/prod/inputs",
151 "responseCode": 201
152 },
153 "input": {
154 "type": "structure",
155 "members": {
156 "Destinations": {
157 "shape": "Sag",
158 "locationName": "destinations"
159 },
160 "InputSecurityGroups": {
161 "shape": "S16",
162 "locationName": "inputSecurityGroups"
163 },
164 "MediaConnectFlows": {
165 "shape": "Sai",
166 "locationName": "mediaConnectFlows"
167 },
168 "Name": {
169 "locationName": "name"
170 },
171 "RequestId": {
172 "locationName": "requestId",
173 "idempotencyToken": true
174 },
175 "RoleArn": {
176 "locationName": "roleArn"
177 },
178 "Sources": {
179 "shape": "Sak",
180 "locationName": "sources"
181 },
182 "Tags": {
183 "shape": "Sa9",
184 "locationName": "tags"
185 },
186 "Type": {
187 "locationName": "type"
188 },
189 "Vpc": {
190 "locationName": "vpc",
191 "type": "structure",
192 "members": {
193 "SecurityGroupIds": {
194 "shape": "S16",
195 "locationName": "securityGroupIds"
196 },
197 "SubnetIds": {
198 "shape": "S16",
199 "locationName": "subnetIds"
200 }
201 },
202 "required": [
203 "SubnetIds"
204 ]
205 }
206 }
207 },
208 "output": {
209 "type": "structure",
210 "members": {
211 "Input": {
212 "shape": "Sap",
213 "locationName": "input"
214 }
215 }
216 }
217 },
218 "CreateInputSecurityGroup": {
219 "http": {
220 "requestUri": "/prod/inputSecurityGroups",
221 "responseCode": 200
222 },
223 "input": {
224 "type": "structure",
225 "members": {
226 "Tags": {
227 "shape": "Sa9",
228 "locationName": "tags"
229 },
230 "WhitelistRules": {
231 "shape": "Saz",
232 "locationName": "whitelistRules"
233 }
234 }
235 },
236 "output": {
237 "type": "structure",
238 "members": {
239 "SecurityGroup": {
240 "shape": "Sb2",
241 "locationName": "securityGroup"
242 }
243 }
244 }
245 },
246 "CreateTags": {
247 "http": {
248 "requestUri": "/prod/tags/{resource-arn}",
249 "responseCode": 204
250 },
251 "input": {
252 "type": "structure",
253 "members": {
254 "ResourceArn": {
255 "location": "uri",
256 "locationName": "resource-arn"
257 },
258 "Tags": {
259 "shape": "Sa9",
260 "locationName": "tags"
261 }
262 },
263 "required": [
264 "ResourceArn"
265 ]
266 }
267 },
268 "DeleteChannel": {
269 "http": {
270 "method": "DELETE",
271 "requestUri": "/prod/channels/{channelId}",
272 "responseCode": 200
273 },
274 "input": {
275 "type": "structure",
276 "members": {
277 "ChannelId": {
278 "location": "uri",
279 "locationName": "channelId"
280 }
281 },
282 "required": [
283 "ChannelId"
284 ]
285 },
286 "output": {
287 "type": "structure",
288 "members": {
289 "Arn": {
290 "locationName": "arn"
291 },
292 "Destinations": {
293 "shape": "S1b",
294 "locationName": "destinations"
295 },
296 "EgressEndpoints": {
297 "shape": "Sac",
298 "locationName": "egressEndpoints"
299 },
300 "EncoderSettings": {
301 "shape": "S1i",
302 "locationName": "encoderSettings"
303 },
304 "Id": {
305 "locationName": "id"
306 },
307 "InputAttachments": {
308 "shape": "S94",
309 "locationName": "inputAttachments"
310 },
311 "InputSpecification": {
312 "shape": "Sa4",
313 "locationName": "inputSpecification"
314 },
315 "LogLevel": {
316 "locationName": "logLevel"
317 },
318 "Name": {
319 "locationName": "name"
320 },
321 "PipelinesRunningCount": {
322 "locationName": "pipelinesRunningCount",
323 "type": "integer"
324 },
325 "RoleArn": {
326 "locationName": "roleArn"
327 },
328 "State": {
329 "locationName": "state"
330 },
331 "Tags": {
332 "shape": "Sa9",
333 "locationName": "tags"
334 }
335 }
336 }
337 },
338 "DeleteInput": {
339 "http": {
340 "method": "DELETE",
341 "requestUri": "/prod/inputs/{inputId}",
342 "responseCode": 200
343 },
344 "input": {
345 "type": "structure",
346 "members": {
347 "InputId": {
348 "location": "uri",
349 "locationName": "inputId"
350 }
351 },
352 "required": [
353 "InputId"
354 ]
355 },
356 "output": {
357 "type": "structure",
358 "members": {}
359 }
360 },
361 "DeleteInputSecurityGroup": {
362 "http": {
363 "method": "DELETE",
364 "requestUri": "/prod/inputSecurityGroups/{inputSecurityGroupId}",
365 "responseCode": 200
366 },
367 "input": {
368 "type": "structure",
369 "members": {
370 "InputSecurityGroupId": {
371 "location": "uri",
372 "locationName": "inputSecurityGroupId"
373 }
374 },
375 "required": [
376 "InputSecurityGroupId"
377 ]
378 },
379 "output": {
380 "type": "structure",
381 "members": {}
382 }
383 },
384 "DeleteReservation": {
385 "http": {
386 "method": "DELETE",
387 "requestUri": "/prod/reservations/{reservationId}",
388 "responseCode": 200
389 },
390 "input": {
391 "type": "structure",
392 "members": {
393 "ReservationId": {
394 "location": "uri",
395 "locationName": "reservationId"
396 }
397 },
398 "required": [
399 "ReservationId"
400 ]
401 },
402 "output": {
403 "type": "structure",
404 "members": {
405 "Arn": {
406 "locationName": "arn"
407 },
408 "Count": {
409 "locationName": "count",
410 "type": "integer"
411 },
412 "CurrencyCode": {
413 "locationName": "currencyCode"
414 },
415 "Duration": {
416 "locationName": "duration",
417 "type": "integer"
418 },
419 "DurationUnits": {
420 "locationName": "durationUnits"
421 },
422 "End": {
423 "locationName": "end"
424 },
425 "FixedPrice": {
426 "locationName": "fixedPrice",
427 "type": "double"
428 },
429 "Name": {
430 "locationName": "name"
431 },
432 "OfferingDescription": {
433 "locationName": "offeringDescription"
434 },
435 "OfferingId": {
436 "locationName": "offeringId"
437 },
438 "OfferingType": {
439 "locationName": "offeringType"
440 },
441 "Region": {
442 "locationName": "region"
443 },
444 "ReservationId": {
445 "locationName": "reservationId"
446 },
447 "ResourceSpecification": {
448 "shape": "Sbh",
449 "locationName": "resourceSpecification"
450 },
451 "Start": {
452 "locationName": "start"
453 },
454 "State": {
455 "locationName": "state"
456 },
457 "UsagePrice": {
458 "locationName": "usagePrice",
459 "type": "double"
460 }
461 }
462 }
463 },
464 "DeleteTags": {
465 "http": {
466 "method": "DELETE",
467 "requestUri": "/prod/tags/{resource-arn}",
468 "responseCode": 204
469 },
470 "input": {
471 "type": "structure",
472 "members": {
473 "ResourceArn": {
474 "location": "uri",
475 "locationName": "resource-arn"
476 },
477 "TagKeys": {
478 "shape": "S16",
479 "location": "querystring",
480 "locationName": "tagKeys"
481 }
482 },
483 "required": [
484 "TagKeys",
485 "ResourceArn"
486 ]
487 }
488 },
489 "DescribeChannel": {
490 "http": {
491 "method": "GET",
492 "requestUri": "/prod/channels/{channelId}",
493 "responseCode": 200
494 },
495 "input": {
496 "type": "structure",
497 "members": {
498 "ChannelId": {
499 "location": "uri",
500 "locationName": "channelId"
501 }
502 },
503 "required": [
504 "ChannelId"
505 ]
506 },
507 "output": {
508 "type": "structure",
509 "members": {
510 "Arn": {
511 "locationName": "arn"
512 },
513 "Destinations": {
514 "shape": "S1b",
515 "locationName": "destinations"
516 },
517 "EgressEndpoints": {
518 "shape": "Sac",
519 "locationName": "egressEndpoints"
520 },
521 "EncoderSettings": {
522 "shape": "S1i",
523 "locationName": "encoderSettings"
524 },
525 "Id": {
526 "locationName": "id"
527 },
528 "InputAttachments": {
529 "shape": "S94",
530 "locationName": "inputAttachments"
531 },
532 "InputSpecification": {
533 "shape": "Sa4",
534 "locationName": "inputSpecification"
535 },
536 "LogLevel": {
537 "locationName": "logLevel"
538 },
539 "Name": {
540 "locationName": "name"
541 },
542 "PipelinesRunningCount": {
543 "locationName": "pipelinesRunningCount",
544 "type": "integer"
545 },
546 "RoleArn": {
547 "locationName": "roleArn"
548 },
549 "State": {
550 "locationName": "state"
551 },
552 "Tags": {
553 "shape": "Sa9",
554 "locationName": "tags"
555 }
556 }
557 }
558 },
559 "DescribeInput": {
560 "http": {
561 "method": "GET",
562 "requestUri": "/prod/inputs/{inputId}",
563 "responseCode": 200
564 },
565 "input": {
566 "type": "structure",
567 "members": {
568 "InputId": {
569 "location": "uri",
570 "locationName": "inputId"
571 }
572 },
573 "required": [
574 "InputId"
575 ]
576 },
577 "output": {
578 "type": "structure",
579 "members": {
580 "Arn": {
581 "locationName": "arn"
582 },
583 "AttachedChannels": {
584 "shape": "S16",
585 "locationName": "attachedChannels"
586 },
587 "Destinations": {
588 "shape": "Saq",
589 "locationName": "destinations"
590 },
591 "Id": {
592 "locationName": "id"
593 },
594 "MediaConnectFlows": {
595 "shape": "Sat",
596 "locationName": "mediaConnectFlows"
597 },
598 "Name": {
599 "locationName": "name"
600 },
601 "RoleArn": {
602 "locationName": "roleArn"
603 },
604 "SecurityGroups": {
605 "shape": "S16",
606 "locationName": "securityGroups"
607 },
608 "Sources": {
609 "shape": "Sav",
610 "locationName": "sources"
611 },
612 "State": {
613 "locationName": "state"
614 },
615 "Tags": {
616 "shape": "Sa9",
617 "locationName": "tags"
618 },
619 "Type": {
620 "locationName": "type"
621 }
622 }
623 }
624 },
625 "DescribeInputSecurityGroup": {
626 "http": {
627 "method": "GET",
628 "requestUri": "/prod/inputSecurityGroups/{inputSecurityGroupId}",
629 "responseCode": 200
630 },
631 "input": {
632 "type": "structure",
633 "members": {
634 "InputSecurityGroupId": {
635 "location": "uri",
636 "locationName": "inputSecurityGroupId"
637 }
638 },
639 "required": [
640 "InputSecurityGroupId"
641 ]
642 },
643 "output": {
644 "type": "structure",
645 "members": {
646 "Arn": {
647 "locationName": "arn"
648 },
649 "Id": {
650 "locationName": "id"
651 },
652 "Inputs": {
653 "shape": "S16",
654 "locationName": "inputs"
655 },
656 "State": {
657 "locationName": "state"
658 },
659 "Tags": {
660 "shape": "Sa9",
661 "locationName": "tags"
662 },
663 "WhitelistRules": {
664 "shape": "Sb4",
665 "locationName": "whitelistRules"
666 }
667 }
668 }
669 },
670 "DescribeOffering": {
671 "http": {
672 "method": "GET",
673 "requestUri": "/prod/offerings/{offeringId}",
674 "responseCode": 200
675 },
676 "input": {
677 "type": "structure",
678 "members": {
679 "OfferingId": {
680 "location": "uri",
681 "locationName": "offeringId"
682 }
683 },
684 "required": [
685 "OfferingId"
686 ]
687 },
688 "output": {
689 "type": "structure",
690 "members": {
691 "Arn": {
692 "locationName": "arn"
693 },
694 "CurrencyCode": {
695 "locationName": "currencyCode"
696 },
697 "Duration": {
698 "locationName": "duration",
699 "type": "integer"
700 },
701 "DurationUnits": {
702 "locationName": "durationUnits"
703 },
704 "FixedPrice": {
705 "locationName": "fixedPrice",
706 "type": "double"
707 },
708 "OfferingDescription": {
709 "locationName": "offeringDescription"
710 },
711 "OfferingId": {
712 "locationName": "offeringId"
713 },
714 "OfferingType": {
715 "locationName": "offeringType"
716 },
717 "Region": {
718 "locationName": "region"
719 },
720 "ResourceSpecification": {
721 "shape": "Sbh",
722 "locationName": "resourceSpecification"
723 },
724 "UsagePrice": {
725 "locationName": "usagePrice",
726 "type": "double"
727 }
728 }
729 }
730 },
731 "DescribeReservation": {
732 "http": {
733 "method": "GET",
734 "requestUri": "/prod/reservations/{reservationId}",
735 "responseCode": 200
736 },
737 "input": {
738 "type": "structure",
739 "members": {
740 "ReservationId": {
741 "location": "uri",
742 "locationName": "reservationId"
743 }
744 },
745 "required": [
746 "ReservationId"
747 ]
748 },
749 "output": {
750 "type": "structure",
751 "members": {
752 "Arn": {
753 "locationName": "arn"
754 },
755 "Count": {
756 "locationName": "count",
757 "type": "integer"
758 },
759 "CurrencyCode": {
760 "locationName": "currencyCode"
761 },
762 "Duration": {
763 "locationName": "duration",
764 "type": "integer"
765 },
766 "DurationUnits": {
767 "locationName": "durationUnits"
768 },
769 "End": {
770 "locationName": "end"
771 },
772 "FixedPrice": {
773 "locationName": "fixedPrice",
774 "type": "double"
775 },
776 "Name": {
777 "locationName": "name"
778 },
779 "OfferingDescription": {
780 "locationName": "offeringDescription"
781 },
782 "OfferingId": {
783 "locationName": "offeringId"
784 },
785 "OfferingType": {
786 "locationName": "offeringType"
787 },
788 "Region": {
789 "locationName": "region"
790 },
791 "ReservationId": {
792 "locationName": "reservationId"
793 },
794 "ResourceSpecification": {
795 "shape": "Sbh",
796 "locationName": "resourceSpecification"
797 },
798 "Start": {
799 "locationName": "start"
800 },
801 "State": {
802 "locationName": "state"
803 },
804 "UsagePrice": {
805 "locationName": "usagePrice",
806 "type": "double"
807 }
808 }
809 }
810 },
811 "DescribeSchedule": {
812 "http": {
813 "method": "GET",
814 "requestUri": "/prod/channels/{channelId}/schedule",
815 "responseCode": 200
816 },
817 "input": {
818 "type": "structure",
819 "members": {
820 "ChannelId": {
821 "location": "uri",
822 "locationName": "channelId"
823 },
824 "MaxResults": {
825 "location": "querystring",
826 "locationName": "maxResults",
827 "type": "integer"
828 },
829 "NextToken": {
830 "location": "querystring",
831 "locationName": "nextToken"
832 }
833 },
834 "required": [
835 "ChannelId"
836 ]
837 },
838 "output": {
839 "type": "structure",
840 "members": {
841 "NextToken": {
842 "locationName": "nextToken"
843 },
844 "ScheduleActions": {
845 "shape": "S4",
846 "locationName": "scheduleActions"
847 }
848 }
849 }
850 },
851 "ListChannels": {
852 "http": {
853 "method": "GET",
854 "requestUri": "/prod/channels",
855 "responseCode": 200
856 },
857 "input": {
858 "type": "structure",
859 "members": {
860 "MaxResults": {
861 "location": "querystring",
862 "locationName": "maxResults",
863 "type": "integer"
864 },
865 "NextToken": {
866 "location": "querystring",
867 "locationName": "nextToken"
868 }
869 }
870 },
871 "output": {
872 "type": "structure",
873 "members": {
874 "Channels": {
875 "locationName": "channels",
876 "type": "list",
877 "member": {
878 "type": "structure",
879 "members": {
880 "Arn": {
881 "locationName": "arn"
882 },
883 "Destinations": {
884 "shape": "S1b",
885 "locationName": "destinations"
886 },
887 "EgressEndpoints": {
888 "shape": "Sac",
889 "locationName": "egressEndpoints"
890 },
891 "Id": {
892 "locationName": "id"
893 },
894 "InputAttachments": {
895 "shape": "S94",
896 "locationName": "inputAttachments"
897 },
898 "InputSpecification": {
899 "shape": "Sa4",
900 "locationName": "inputSpecification"
901 },
902 "LogLevel": {
903 "locationName": "logLevel"
904 },
905 "Name": {
906 "locationName": "name"
907 },
908 "PipelinesRunningCount": {
909 "locationName": "pipelinesRunningCount",
910 "type": "integer"
911 },
912 "RoleArn": {
913 "locationName": "roleArn"
914 },
915 "State": {
916 "locationName": "state"
917 },
918 "Tags": {
919 "shape": "Sa9",
920 "locationName": "tags"
921 }
922 }
923 }
924 },
925 "NextToken": {
926 "locationName": "nextToken"
927 }
928 }
929 }
930 },
931 "ListInputSecurityGroups": {
932 "http": {
933 "method": "GET",
934 "requestUri": "/prod/inputSecurityGroups",
935 "responseCode": 200
936 },
937 "input": {
938 "type": "structure",
939 "members": {
940 "MaxResults": {
941 "location": "querystring",
942 "locationName": "maxResults",
943 "type": "integer"
944 },
945 "NextToken": {
946 "location": "querystring",
947 "locationName": "nextToken"
948 }
949 }
950 },
951 "output": {
952 "type": "structure",
953 "members": {
954 "InputSecurityGroups": {
955 "locationName": "inputSecurityGroups",
956 "type": "list",
957 "member": {
958 "shape": "Sb2"
959 }
960 },
961 "NextToken": {
962 "locationName": "nextToken"
963 }
964 }
965 }
966 },
967 "ListInputs": {
968 "http": {
969 "method": "GET",
970 "requestUri": "/prod/inputs",
971 "responseCode": 200
972 },
973 "input": {
974 "type": "structure",
975 "members": {
976 "MaxResults": {
977 "location": "querystring",
978 "locationName": "maxResults",
979 "type": "integer"
980 },
981 "NextToken": {
982 "location": "querystring",
983 "locationName": "nextToken"
984 }
985 }
986 },
987 "output": {
988 "type": "structure",
989 "members": {
990 "Inputs": {
991 "locationName": "inputs",
992 "type": "list",
993 "member": {
994 "shape": "Sap"
995 }
996 },
997 "NextToken": {
998 "locationName": "nextToken"
999 }
1000 }
1001 }
1002 },
1003 "ListOfferings": {
1004 "http": {
1005 "method": "GET",
1006 "requestUri": "/prod/offerings",
1007 "responseCode": 200
1008 },
1009 "input": {
1010 "type": "structure",
1011 "members": {
1012 "ChannelConfiguration": {
1013 "location": "querystring",
1014 "locationName": "channelConfiguration"
1015 },
1016 "Codec": {
1017 "location": "querystring",
1018 "locationName": "codec"
1019 },
1020 "MaxResults": {
1021 "location": "querystring",
1022 "locationName": "maxResults",
1023 "type": "integer"
1024 },
1025 "MaximumBitrate": {
1026 "location": "querystring",
1027 "locationName": "maximumBitrate"
1028 },
1029 "MaximumFramerate": {
1030 "location": "querystring",
1031 "locationName": "maximumFramerate"
1032 },
1033 "NextToken": {
1034 "location": "querystring",
1035 "locationName": "nextToken"
1036 },
1037 "Resolution": {
1038 "location": "querystring",
1039 "locationName": "resolution"
1040 },
1041 "ResourceType": {
1042 "location": "querystring",
1043 "locationName": "resourceType"
1044 },
1045 "SpecialFeature": {
1046 "location": "querystring",
1047 "locationName": "specialFeature"
1048 },
1049 "VideoQuality": {
1050 "location": "querystring",
1051 "locationName": "videoQuality"
1052 }
1053 }
1054 },
1055 "output": {
1056 "type": "structure",
1057 "members": {
1058 "NextToken": {
1059 "locationName": "nextToken"
1060 },
1061 "Offerings": {
1062 "locationName": "offerings",
1063 "type": "list",
1064 "member": {
1065 "type": "structure",
1066 "members": {
1067 "Arn": {
1068 "locationName": "arn"
1069 },
1070 "CurrencyCode": {
1071 "locationName": "currencyCode"
1072 },
1073 "Duration": {
1074 "locationName": "duration",
1075 "type": "integer"
1076 },
1077 "DurationUnits": {
1078 "locationName": "durationUnits"
1079 },
1080 "FixedPrice": {
1081 "locationName": "fixedPrice",
1082 "type": "double"
1083 },
1084 "OfferingDescription": {
1085 "locationName": "offeringDescription"
1086 },
1087 "OfferingId": {
1088 "locationName": "offeringId"
1089 },
1090 "OfferingType": {
1091 "locationName": "offeringType"
1092 },
1093 "Region": {
1094 "locationName": "region"
1095 },
1096 "ResourceSpecification": {
1097 "shape": "Sbh",
1098 "locationName": "resourceSpecification"
1099 },
1100 "UsagePrice": {
1101 "locationName": "usagePrice",
1102 "type": "double"
1103 }
1104 }
1105 }
1106 }
1107 }
1108 }
1109 },
1110 "ListReservations": {
1111 "http": {
1112 "method": "GET",
1113 "requestUri": "/prod/reservations",
1114 "responseCode": 200
1115 },
1116 "input": {
1117 "type": "structure",
1118 "members": {
1119 "Codec": {
1120 "location": "querystring",
1121 "locationName": "codec"
1122 },
1123 "MaxResults": {
1124 "location": "querystring",
1125 "locationName": "maxResults",
1126 "type": "integer"
1127 },
1128 "MaximumBitrate": {
1129 "location": "querystring",
1130 "locationName": "maximumBitrate"
1131 },
1132 "MaximumFramerate": {
1133 "location": "querystring",
1134 "locationName": "maximumFramerate"
1135 },
1136 "NextToken": {
1137 "location": "querystring",
1138 "locationName": "nextToken"
1139 },
1140 "Resolution": {
1141 "location": "querystring",
1142 "locationName": "resolution"
1143 },
1144 "ResourceType": {
1145 "location": "querystring",
1146 "locationName": "resourceType"
1147 },
1148 "SpecialFeature": {
1149 "location": "querystring",
1150 "locationName": "specialFeature"
1151 },
1152 "VideoQuality": {
1153 "location": "querystring",
1154 "locationName": "videoQuality"
1155 }
1156 }
1157 },
1158 "output": {
1159 "type": "structure",
1160 "members": {
1161 "NextToken": {
1162 "locationName": "nextToken"
1163 },
1164 "Reservations": {
1165 "locationName": "reservations",
1166 "type": "list",
1167 "member": {
1168 "shape": "Scl"
1169 }
1170 }
1171 }
1172 }
1173 },
1174 "ListTagsForResource": {
1175 "http": {
1176 "method": "GET",
1177 "requestUri": "/prod/tags/{resource-arn}",
1178 "responseCode": 200
1179 },
1180 "input": {
1181 "type": "structure",
1182 "members": {
1183 "ResourceArn": {
1184 "location": "uri",
1185 "locationName": "resource-arn"
1186 }
1187 },
1188 "required": [
1189 "ResourceArn"
1190 ]
1191 },
1192 "output": {
1193 "type": "structure",
1194 "members": {
1195 "Tags": {
1196 "shape": "Sa9",
1197 "locationName": "tags"
1198 }
1199 }
1200 }
1201 },
1202 "PurchaseOffering": {
1203 "http": {
1204 "requestUri": "/prod/offerings/{offeringId}/purchase",
1205 "responseCode": 201
1206 },
1207 "input": {
1208 "type": "structure",
1209 "members": {
1210 "Count": {
1211 "locationName": "count",
1212 "type": "integer"
1213 },
1214 "Name": {
1215 "locationName": "name"
1216 },
1217 "OfferingId": {
1218 "location": "uri",
1219 "locationName": "offeringId"
1220 },
1221 "RequestId": {
1222 "locationName": "requestId",
1223 "idempotencyToken": true
1224 },
1225 "Start": {
1226 "locationName": "start"
1227 }
1228 },
1229 "required": [
1230 "OfferingId",
1231 "Count"
1232 ]
1233 },
1234 "output": {
1235 "type": "structure",
1236 "members": {
1237 "Reservation": {
1238 "shape": "Scl",
1239 "locationName": "reservation"
1240 }
1241 }
1242 }
1243 },
1244 "StartChannel": {
1245 "http": {
1246 "requestUri": "/prod/channels/{channelId}/start",
1247 "responseCode": 200
1248 },
1249 "input": {
1250 "type": "structure",
1251 "members": {
1252 "ChannelId": {
1253 "location": "uri",
1254 "locationName": "channelId"
1255 }
1256 },
1257 "required": [
1258 "ChannelId"
1259 ]
1260 },
1261 "output": {
1262 "type": "structure",
1263 "members": {
1264 "Arn": {
1265 "locationName": "arn"
1266 },
1267 "Destinations": {
1268 "shape": "S1b",
1269 "locationName": "destinations"
1270 },
1271 "EgressEndpoints": {
1272 "shape": "Sac",
1273 "locationName": "egressEndpoints"
1274 },
1275 "EncoderSettings": {
1276 "shape": "S1i",
1277 "locationName": "encoderSettings"
1278 },
1279 "Id": {
1280 "locationName": "id"
1281 },
1282 "InputAttachments": {
1283 "shape": "S94",
1284 "locationName": "inputAttachments"
1285 },
1286 "InputSpecification": {
1287 "shape": "Sa4",
1288 "locationName": "inputSpecification"
1289 },
1290 "LogLevel": {
1291 "locationName": "logLevel"
1292 },
1293 "Name": {
1294 "locationName": "name"
1295 },
1296 "PipelinesRunningCount": {
1297 "locationName": "pipelinesRunningCount",
1298 "type": "integer"
1299 },
1300 "RoleArn": {
1301 "locationName": "roleArn"
1302 },
1303 "State": {
1304 "locationName": "state"
1305 },
1306 "Tags": {
1307 "shape": "Sa9",
1308 "locationName": "tags"
1309 }
1310 }
1311 }
1312 },
1313 "StopChannel": {
1314 "http": {
1315 "requestUri": "/prod/channels/{channelId}/stop",
1316 "responseCode": 200
1317 },
1318 "input": {
1319 "type": "structure",
1320 "members": {
1321 "ChannelId": {
1322 "location": "uri",
1323 "locationName": "channelId"
1324 }
1325 },
1326 "required": [
1327 "ChannelId"
1328 ]
1329 },
1330 "output": {
1331 "type": "structure",
1332 "members": {
1333 "Arn": {
1334 "locationName": "arn"
1335 },
1336 "Destinations": {
1337 "shape": "S1b",
1338 "locationName": "destinations"
1339 },
1340 "EgressEndpoints": {
1341 "shape": "Sac",
1342 "locationName": "egressEndpoints"
1343 },
1344 "EncoderSettings": {
1345 "shape": "S1i",
1346 "locationName": "encoderSettings"
1347 },
1348 "Id": {
1349 "locationName": "id"
1350 },
1351 "InputAttachments": {
1352 "shape": "S94",
1353 "locationName": "inputAttachments"
1354 },
1355 "InputSpecification": {
1356 "shape": "Sa4",
1357 "locationName": "inputSpecification"
1358 },
1359 "LogLevel": {
1360 "locationName": "logLevel"
1361 },
1362 "Name": {
1363 "locationName": "name"
1364 },
1365 "PipelinesRunningCount": {
1366 "locationName": "pipelinesRunningCount",
1367 "type": "integer"
1368 },
1369 "RoleArn": {
1370 "locationName": "roleArn"
1371 },
1372 "State": {
1373 "locationName": "state"
1374 },
1375 "Tags": {
1376 "shape": "Sa9",
1377 "locationName": "tags"
1378 }
1379 }
1380 }
1381 },
1382 "UpdateChannel": {
1383 "http": {
1384 "method": "PUT",
1385 "requestUri": "/prod/channels/{channelId}",
1386 "responseCode": 200
1387 },
1388 "input": {
1389 "type": "structure",
1390 "members": {
1391 "ChannelId": {
1392 "location": "uri",
1393 "locationName": "channelId"
1394 },
1395 "Destinations": {
1396 "shape": "S1b",
1397 "locationName": "destinations"
1398 },
1399 "EncoderSettings": {
1400 "shape": "S1i",
1401 "locationName": "encoderSettings"
1402 },
1403 "InputAttachments": {
1404 "shape": "S94",
1405 "locationName": "inputAttachments"
1406 },
1407 "InputSpecification": {
1408 "shape": "Sa4",
1409 "locationName": "inputSpecification"
1410 },
1411 "LogLevel": {
1412 "locationName": "logLevel"
1413 },
1414 "Name": {
1415 "locationName": "name"
1416 },
1417 "RoleArn": {
1418 "locationName": "roleArn"
1419 }
1420 },
1421 "required": [
1422 "ChannelId"
1423 ]
1424 },
1425 "output": {
1426 "type": "structure",
1427 "members": {
1428 "Channel": {
1429 "shape": "Sab",
1430 "locationName": "channel"
1431 }
1432 }
1433 }
1434 },
1435 "UpdateInput": {
1436 "http": {
1437 "method": "PUT",
1438 "requestUri": "/prod/inputs/{inputId}",
1439 "responseCode": 200
1440 },
1441 "input": {
1442 "type": "structure",
1443 "members": {
1444 "Destinations": {
1445 "shape": "Sag",
1446 "locationName": "destinations"
1447 },
1448 "InputId": {
1449 "location": "uri",
1450 "locationName": "inputId"
1451 },
1452 "InputSecurityGroups": {
1453 "shape": "S16",
1454 "locationName": "inputSecurityGroups"
1455 },
1456 "MediaConnectFlows": {
1457 "shape": "Sai",
1458 "locationName": "mediaConnectFlows"
1459 },
1460 "Name": {
1461 "locationName": "name"
1462 },
1463 "RoleArn": {
1464 "locationName": "roleArn"
1465 },
1466 "Sources": {
1467 "shape": "Sak",
1468 "locationName": "sources"
1469 }
1470 },
1471 "required": [
1472 "InputId"
1473 ]
1474 },
1475 "output": {
1476 "type": "structure",
1477 "members": {
1478 "Input": {
1479 "shape": "Sap",
1480 "locationName": "input"
1481 }
1482 }
1483 }
1484 },
1485 "UpdateInputSecurityGroup": {
1486 "http": {
1487 "method": "PUT",
1488 "requestUri": "/prod/inputSecurityGroups/{inputSecurityGroupId}",
1489 "responseCode": 200
1490 },
1491 "input": {
1492 "type": "structure",
1493 "members": {
1494 "InputSecurityGroupId": {
1495 "location": "uri",
1496 "locationName": "inputSecurityGroupId"
1497 },
1498 "Tags": {
1499 "shape": "Sa9",
1500 "locationName": "tags"
1501 },
1502 "WhitelistRules": {
1503 "shape": "Saz",
1504 "locationName": "whitelistRules"
1505 }
1506 },
1507 "required": [
1508 "InputSecurityGroupId"
1509 ]
1510 },
1511 "output": {
1512 "type": "structure",
1513 "members": {
1514 "SecurityGroup": {
1515 "shape": "Sb2",
1516 "locationName": "securityGroup"
1517 }
1518 }
1519 }
1520 }
1521 },
1522 "shapes": {
1523 "S4": {
1524 "type": "list",
1525 "member": {
1526 "type": "structure",
1527 "members": {
1528 "ActionName": {
1529 "locationName": "actionName"
1530 },
1531 "ScheduleActionSettings": {
1532 "locationName": "scheduleActionSettings",
1533 "type": "structure",
1534 "members": {
1535 "HlsTimedMetadataSettings": {
1536 "locationName": "hlsTimedMetadataSettings",
1537 "type": "structure",
1538 "members": {
1539 "Id3": {
1540 "locationName": "id3"
1541 }
1542 },
1543 "required": [
1544 "Id3"
1545 ]
1546 },
1547 "InputSwitchSettings": {
1548 "locationName": "inputSwitchSettings",
1549 "type": "structure",
1550 "members": {
1551 "InputAttachmentNameReference": {
1552 "locationName": "inputAttachmentNameReference"
1553 }
1554 },
1555 "required": [
1556 "InputAttachmentNameReference"
1557 ]
1558 },
1559 "PauseStateSettings": {
1560 "locationName": "pauseStateSettings",
1561 "type": "structure",
1562 "members": {
1563 "Pipelines": {
1564 "locationName": "pipelines",
1565 "type": "list",
1566 "member": {
1567 "type": "structure",
1568 "members": {
1569 "PipelineId": {
1570 "locationName": "pipelineId"
1571 }
1572 },
1573 "required": [
1574 "PipelineId"
1575 ]
1576 }
1577 }
1578 }
1579 },
1580 "Scte35ReturnToNetworkSettings": {
1581 "locationName": "scte35ReturnToNetworkSettings",
1582 "type": "structure",
1583 "members": {
1584 "SpliceEventId": {
1585 "locationName": "spliceEventId",
1586 "type": "long"
1587 }
1588 },
1589 "required": [
1590 "SpliceEventId"
1591 ]
1592 },
1593 "Scte35SpliceInsertSettings": {
1594 "locationName": "scte35SpliceInsertSettings",
1595 "type": "structure",
1596 "members": {
1597 "Duration": {
1598 "locationName": "duration",
1599 "type": "long"
1600 },
1601 "SpliceEventId": {
1602 "locationName": "spliceEventId",
1603 "type": "long"
1604 }
1605 },
1606 "required": [
1607 "SpliceEventId"
1608 ]
1609 },
1610 "Scte35TimeSignalSettings": {
1611 "locationName": "scte35TimeSignalSettings",
1612 "type": "structure",
1613 "members": {
1614 "Scte35Descriptors": {
1615 "locationName": "scte35Descriptors",
1616 "type": "list",
1617 "member": {
1618 "type": "structure",
1619 "members": {
1620 "Scte35DescriptorSettings": {
1621 "locationName": "scte35DescriptorSettings",
1622 "type": "structure",
1623 "members": {
1624 "SegmentationDescriptorScte35DescriptorSettings": {
1625 "locationName": "segmentationDescriptorScte35DescriptorSettings",
1626 "type": "structure",
1627 "members": {
1628 "DeliveryRestrictions": {
1629 "locationName": "deliveryRestrictions",
1630 "type": "structure",
1631 "members": {
1632 "ArchiveAllowedFlag": {
1633 "locationName": "archiveAllowedFlag"
1634 },
1635 "DeviceRestrictions": {
1636 "locationName": "deviceRestrictions"
1637 },
1638 "NoRegionalBlackoutFlag": {
1639 "locationName": "noRegionalBlackoutFlag"
1640 },
1641 "WebDeliveryAllowedFlag": {
1642 "locationName": "webDeliveryAllowedFlag"
1643 }
1644 },
1645 "required": [
1646 "DeviceRestrictions",
1647 "ArchiveAllowedFlag",
1648 "WebDeliveryAllowedFlag",
1649 "NoRegionalBlackoutFlag"
1650 ]
1651 },
1652 "SegmentNum": {
1653 "locationName": "segmentNum",
1654 "type": "integer"
1655 },
1656 "SegmentationCancelIndicator": {
1657 "locationName": "segmentationCancelIndicator"
1658 },
1659 "SegmentationDuration": {
1660 "locationName": "segmentationDuration",
1661 "type": "long"
1662 },
1663 "SegmentationEventId": {
1664 "locationName": "segmentationEventId",
1665 "type": "long"
1666 },
1667 "SegmentationTypeId": {
1668 "locationName": "segmentationTypeId",
1669 "type": "integer"
1670 },
1671 "SegmentationUpid": {
1672 "locationName": "segmentationUpid"
1673 },
1674 "SegmentationUpidType": {
1675 "locationName": "segmentationUpidType",
1676 "type": "integer"
1677 },
1678 "SegmentsExpected": {
1679 "locationName": "segmentsExpected",
1680 "type": "integer"
1681 },
1682 "SubSegmentNum": {
1683 "locationName": "subSegmentNum",
1684 "type": "integer"
1685 },
1686 "SubSegmentsExpected": {
1687 "locationName": "subSegmentsExpected",
1688 "type": "integer"
1689 }
1690 },
1691 "required": [
1692 "SegmentationEventId",
1693 "SegmentationCancelIndicator"
1694 ]
1695 }
1696 },
1697 "required": [
1698 "SegmentationDescriptorScte35DescriptorSettings"
1699 ]
1700 }
1701 },
1702 "required": [
1703 "Scte35DescriptorSettings"
1704 ]
1705 }
1706 }
1707 },
1708 "required": [
1709 "Scte35Descriptors"
1710 ]
1711 },
1712 "StaticImageActivateSettings": {
1713 "locationName": "staticImageActivateSettings",
1714 "type": "structure",
1715 "members": {
1716 "Duration": {
1717 "locationName": "duration",
1718 "type": "integer"
1719 },
1720 "FadeIn": {
1721 "locationName": "fadeIn",
1722 "type": "integer"
1723 },
1724 "FadeOut": {
1725 "locationName": "fadeOut",
1726 "type": "integer"
1727 },
1728 "Height": {
1729 "locationName": "height",
1730 "type": "integer"
1731 },
1732 "Image": {
1733 "shape": "Sx",
1734 "locationName": "image"
1735 },
1736 "ImageX": {
1737 "locationName": "imageX",
1738 "type": "integer"
1739 },
1740 "ImageY": {
1741 "locationName": "imageY",
1742 "type": "integer"
1743 },
1744 "Layer": {
1745 "locationName": "layer",
1746 "type": "integer"
1747 },
1748 "Opacity": {
1749 "locationName": "opacity",
1750 "type": "integer"
1751 },
1752 "Width": {
1753 "locationName": "width",
1754 "type": "integer"
1755 }
1756 },
1757 "required": [
1758 "Image"
1759 ]
1760 },
1761 "StaticImageDeactivateSettings": {
1762 "locationName": "staticImageDeactivateSettings",
1763 "type": "structure",
1764 "members": {
1765 "FadeOut": {
1766 "locationName": "fadeOut",
1767 "type": "integer"
1768 },
1769 "Layer": {
1770 "locationName": "layer",
1771 "type": "integer"
1772 }
1773 }
1774 }
1775 }
1776 },
1777 "ScheduleActionStartSettings": {
1778 "locationName": "scheduleActionStartSettings",
1779 "type": "structure",
1780 "members": {
1781 "FixedModeScheduleActionStartSettings": {
1782 "locationName": "fixedModeScheduleActionStartSettings",
1783 "type": "structure",
1784 "members": {
1785 "Time": {
1786 "locationName": "time"
1787 }
1788 },
1789 "required": [
1790 "Time"
1791 ]
1792 },
1793 "FollowModeScheduleActionStartSettings": {
1794 "locationName": "followModeScheduleActionStartSettings",
1795 "type": "structure",
1796 "members": {
1797 "FollowPoint": {
1798 "locationName": "followPoint"
1799 },
1800 "ReferenceActionName": {
1801 "locationName": "referenceActionName"
1802 }
1803 },
1804 "required": [
1805 "ReferenceActionName",
1806 "FollowPoint"
1807 ]
1808 }
1809 }
1810 }
1811 },
1812 "required": [
1813 "ActionName",
1814 "ScheduleActionStartSettings",
1815 "ScheduleActionSettings"
1816 ]
1817 }
1818 },
1819 "Sx": {
1820 "type": "structure",
1821 "members": {
1822 "PasswordParam": {
1823 "locationName": "passwordParam"
1824 },
1825 "Uri": {
1826 "locationName": "uri"
1827 },
1828 "Username": {
1829 "locationName": "username"
1830 }
1831 },
1832 "required": [
1833 "Uri"
1834 ]
1835 },
1836 "S16": {
1837 "type": "list",
1838 "member": {}
1839 },
1840 "S1b": {
1841 "type": "list",
1842 "member": {
1843 "type": "structure",
1844 "members": {
1845 "Id": {
1846 "locationName": "id"
1847 },
1848 "MediaPackageSettings": {
1849 "locationName": "mediaPackageSettings",
1850 "type": "list",
1851 "member": {
1852 "type": "structure",
1853 "members": {
1854 "ChannelId": {
1855 "locationName": "channelId"
1856 }
1857 }
1858 }
1859 },
1860 "Settings": {
1861 "locationName": "settings",
1862 "type": "list",
1863 "member": {
1864 "type": "structure",
1865 "members": {
1866 "PasswordParam": {
1867 "locationName": "passwordParam"
1868 },
1869 "StreamName": {
1870 "locationName": "streamName"
1871 },
1872 "Url": {
1873 "locationName": "url"
1874 },
1875 "Username": {
1876 "locationName": "username"
1877 }
1878 }
1879 }
1880 }
1881 }
1882 }
1883 },
1884 "S1i": {
1885 "type": "structure",
1886 "members": {
1887 "AudioDescriptions": {
1888 "locationName": "audioDescriptions",
1889 "type": "list",
1890 "member": {
1891 "type": "structure",
1892 "members": {
1893 "AudioNormalizationSettings": {
1894 "locationName": "audioNormalizationSettings",
1895 "type": "structure",
1896 "members": {
1897 "Algorithm": {
1898 "locationName": "algorithm"
1899 },
1900 "AlgorithmControl": {
1901 "locationName": "algorithmControl"
1902 },
1903 "TargetLkfs": {
1904 "locationName": "targetLkfs",
1905 "type": "double"
1906 }
1907 }
1908 },
1909 "AudioSelectorName": {
1910 "locationName": "audioSelectorName"
1911 },
1912 "AudioType": {
1913 "locationName": "audioType"
1914 },
1915 "AudioTypeControl": {
1916 "locationName": "audioTypeControl"
1917 },
1918 "CodecSettings": {
1919 "locationName": "codecSettings",
1920 "type": "structure",
1921 "members": {
1922 "AacSettings": {
1923 "locationName": "aacSettings",
1924 "type": "structure",
1925 "members": {
1926 "Bitrate": {
1927 "locationName": "bitrate",
1928 "type": "double"
1929 },
1930 "CodingMode": {
1931 "locationName": "codingMode"
1932 },
1933 "InputType": {
1934 "locationName": "inputType"
1935 },
1936 "Profile": {
1937 "locationName": "profile"
1938 },
1939 "RateControlMode": {
1940 "locationName": "rateControlMode"
1941 },
1942 "RawFormat": {
1943 "locationName": "rawFormat"
1944 },
1945 "SampleRate": {
1946 "locationName": "sampleRate",
1947 "type": "double"
1948 },
1949 "Spec": {
1950 "locationName": "spec"
1951 },
1952 "VbrQuality": {
1953 "locationName": "vbrQuality"
1954 }
1955 }
1956 },
1957 "Ac3Settings": {
1958 "locationName": "ac3Settings",
1959 "type": "structure",
1960 "members": {
1961 "Bitrate": {
1962 "locationName": "bitrate",
1963 "type": "double"
1964 },
1965 "BitstreamMode": {
1966 "locationName": "bitstreamMode"
1967 },
1968 "CodingMode": {
1969 "locationName": "codingMode"
1970 },
1971 "Dialnorm": {
1972 "locationName": "dialnorm",
1973 "type": "integer"
1974 },
1975 "DrcProfile": {
1976 "locationName": "drcProfile"
1977 },
1978 "LfeFilter": {
1979 "locationName": "lfeFilter"
1980 },
1981 "MetadataControl": {
1982 "locationName": "metadataControl"
1983 }
1984 }
1985 },
1986 "Eac3Settings": {
1987 "locationName": "eac3Settings",
1988 "type": "structure",
1989 "members": {
1990 "AttenuationControl": {
1991 "locationName": "attenuationControl"
1992 },
1993 "Bitrate": {
1994 "locationName": "bitrate",
1995 "type": "double"
1996 },
1997 "BitstreamMode": {
1998 "locationName": "bitstreamMode"
1999 },
2000 "CodingMode": {
2001 "locationName": "codingMode"
2002 },
2003 "DcFilter": {
2004 "locationName": "dcFilter"
2005 },
2006 "Dialnorm": {
2007 "locationName": "dialnorm",
2008 "type": "integer"
2009 },
2010 "DrcLine": {
2011 "locationName": "drcLine"
2012 },
2013 "DrcRf": {
2014 "locationName": "drcRf"
2015 },
2016 "LfeControl": {
2017 "locationName": "lfeControl"
2018 },
2019 "LfeFilter": {
2020 "locationName": "lfeFilter"
2021 },
2022 "LoRoCenterMixLevel": {
2023 "locationName": "loRoCenterMixLevel",
2024 "type": "double"
2025 },
2026 "LoRoSurroundMixLevel": {
2027 "locationName": "loRoSurroundMixLevel",
2028 "type": "double"
2029 },
2030 "LtRtCenterMixLevel": {
2031 "locationName": "ltRtCenterMixLevel",
2032 "type": "double"
2033 },
2034 "LtRtSurroundMixLevel": {
2035 "locationName": "ltRtSurroundMixLevel",
2036 "type": "double"
2037 },
2038 "MetadataControl": {
2039 "locationName": "metadataControl"
2040 },
2041 "PassthroughControl": {
2042 "locationName": "passthroughControl"
2043 },
2044 "PhaseControl": {
2045 "locationName": "phaseControl"
2046 },
2047 "StereoDownmix": {
2048 "locationName": "stereoDownmix"
2049 },
2050 "SurroundExMode": {
2051 "locationName": "surroundExMode"
2052 },
2053 "SurroundMode": {
2054 "locationName": "surroundMode"
2055 }
2056 }
2057 },
2058 "Mp2Settings": {
2059 "locationName": "mp2Settings",
2060 "type": "structure",
2061 "members": {
2062 "Bitrate": {
2063 "locationName": "bitrate",
2064 "type": "double"
2065 },
2066 "CodingMode": {
2067 "locationName": "codingMode"
2068 },
2069 "SampleRate": {
2070 "locationName": "sampleRate",
2071 "type": "double"
2072 }
2073 }
2074 },
2075 "PassThroughSettings": {
2076 "locationName": "passThroughSettings",
2077 "type": "structure",
2078 "members": {}
2079 }
2080 }
2081 },
2082 "LanguageCode": {
2083 "locationName": "languageCode"
2084 },
2085 "LanguageCodeControl": {
2086 "locationName": "languageCodeControl"
2087 },
2088 "Name": {
2089 "locationName": "name"
2090 },
2091 "RemixSettings": {
2092 "locationName": "remixSettings",
2093 "type": "structure",
2094 "members": {
2095 "ChannelMappings": {
2096 "locationName": "channelMappings",
2097 "type": "list",
2098 "member": {
2099 "type": "structure",
2100 "members": {
2101 "InputChannelLevels": {
2102 "locationName": "inputChannelLevels",
2103 "type": "list",
2104 "member": {
2105 "type": "structure",
2106 "members": {
2107 "Gain": {
2108 "locationName": "gain",
2109 "type": "integer"
2110 },
2111 "InputChannel": {
2112 "locationName": "inputChannel",
2113 "type": "integer"
2114 }
2115 },
2116 "required": [
2117 "InputChannel",
2118 "Gain"
2119 ]
2120 }
2121 },
2122 "OutputChannel": {
2123 "locationName": "outputChannel",
2124 "type": "integer"
2125 }
2126 },
2127 "required": [
2128 "OutputChannel",
2129 "InputChannelLevels"
2130 ]
2131 }
2132 },
2133 "ChannelsIn": {
2134 "locationName": "channelsIn",
2135 "type": "integer"
2136 },
2137 "ChannelsOut": {
2138 "locationName": "channelsOut",
2139 "type": "integer"
2140 }
2141 },
2142 "required": [
2143 "ChannelMappings"
2144 ]
2145 },
2146 "StreamName": {
2147 "locationName": "streamName"
2148 }
2149 },
2150 "required": [
2151 "AudioSelectorName",
2152 "Name"
2153 ]
2154 }
2155 },
2156 "AvailBlanking": {
2157 "locationName": "availBlanking",
2158 "type": "structure",
2159 "members": {
2160 "AvailBlankingImage": {
2161 "shape": "Sx",
2162 "locationName": "availBlankingImage"
2163 },
2164 "State": {
2165 "locationName": "state"
2166 }
2167 }
2168 },
2169 "AvailConfiguration": {
2170 "locationName": "availConfiguration",
2171 "type": "structure",
2172 "members": {
2173 "AvailSettings": {
2174 "locationName": "availSettings",
2175 "type": "structure",
2176 "members": {
2177 "Scte35SpliceInsert": {
2178 "locationName": "scte35SpliceInsert",
2179 "type": "structure",
2180 "members": {
2181 "AdAvailOffset": {
2182 "locationName": "adAvailOffset",
2183 "type": "integer"
2184 },
2185 "NoRegionalBlackoutFlag": {
2186 "locationName": "noRegionalBlackoutFlag"
2187 },
2188 "WebDeliveryAllowedFlag": {
2189 "locationName": "webDeliveryAllowedFlag"
2190 }
2191 }
2192 },
2193 "Scte35TimeSignalApos": {
2194 "locationName": "scte35TimeSignalApos",
2195 "type": "structure",
2196 "members": {
2197 "AdAvailOffset": {
2198 "locationName": "adAvailOffset",
2199 "type": "integer"
2200 },
2201 "NoRegionalBlackoutFlag": {
2202 "locationName": "noRegionalBlackoutFlag"
2203 },
2204 "WebDeliveryAllowedFlag": {
2205 "locationName": "webDeliveryAllowedFlag"
2206 }
2207 }
2208 }
2209 }
2210 }
2211 }
2212 },
2213 "BlackoutSlate": {
2214 "locationName": "blackoutSlate",
2215 "type": "structure",
2216 "members": {
2217 "BlackoutSlateImage": {
2218 "shape": "Sx",
2219 "locationName": "blackoutSlateImage"
2220 },
2221 "NetworkEndBlackout": {
2222 "locationName": "networkEndBlackout"
2223 },
2224 "NetworkEndBlackoutImage": {
2225 "shape": "Sx",
2226 "locationName": "networkEndBlackoutImage"
2227 },
2228 "NetworkId": {
2229 "locationName": "networkId"
2230 },
2231 "State": {
2232 "locationName": "state"
2233 }
2234 }
2235 },
2236 "CaptionDescriptions": {
2237 "locationName": "captionDescriptions",
2238 "type": "list",
2239 "member": {
2240 "type": "structure",
2241 "members": {
2242 "CaptionSelectorName": {
2243 "locationName": "captionSelectorName"
2244 },
2245 "DestinationSettings": {
2246 "locationName": "destinationSettings",
2247 "type": "structure",
2248 "members": {
2249 "AribDestinationSettings": {
2250 "locationName": "aribDestinationSettings",
2251 "type": "structure",
2252 "members": {}
2253 },
2254 "BurnInDestinationSettings": {
2255 "locationName": "burnInDestinationSettings",
2256 "type": "structure",
2257 "members": {
2258 "Alignment": {
2259 "locationName": "alignment"
2260 },
2261 "BackgroundColor": {
2262 "locationName": "backgroundColor"
2263 },
2264 "BackgroundOpacity": {
2265 "locationName": "backgroundOpacity",
2266 "type": "integer"
2267 },
2268 "Font": {
2269 "shape": "Sx",
2270 "locationName": "font"
2271 },
2272 "FontColor": {
2273 "locationName": "fontColor"
2274 },
2275 "FontOpacity": {
2276 "locationName": "fontOpacity",
2277 "type": "integer"
2278 },
2279 "FontResolution": {
2280 "locationName": "fontResolution",
2281 "type": "integer"
2282 },
2283 "FontSize": {
2284 "locationName": "fontSize"
2285 },
2286 "OutlineColor": {
2287 "locationName": "outlineColor"
2288 },
2289 "OutlineSize": {
2290 "locationName": "outlineSize",
2291 "type": "integer"
2292 },
2293 "ShadowColor": {
2294 "locationName": "shadowColor"
2295 },
2296 "ShadowOpacity": {
2297 "locationName": "shadowOpacity",
2298 "type": "integer"
2299 },
2300 "ShadowXOffset": {
2301 "locationName": "shadowXOffset",
2302 "type": "integer"
2303 },
2304 "ShadowYOffset": {
2305 "locationName": "shadowYOffset",
2306 "type": "integer"
2307 },
2308 "TeletextGridControl": {
2309 "locationName": "teletextGridControl"
2310 },
2311 "XPosition": {
2312 "locationName": "xPosition",
2313 "type": "integer"
2314 },
2315 "YPosition": {
2316 "locationName": "yPosition",
2317 "type": "integer"
2318 }
2319 }
2320 },
2321 "DvbSubDestinationSettings": {
2322 "locationName": "dvbSubDestinationSettings",
2323 "type": "structure",
2324 "members": {
2325 "Alignment": {
2326 "locationName": "alignment"
2327 },
2328 "BackgroundColor": {
2329 "locationName": "backgroundColor"
2330 },
2331 "BackgroundOpacity": {
2332 "locationName": "backgroundOpacity",
2333 "type": "integer"
2334 },
2335 "Font": {
2336 "shape": "Sx",
2337 "locationName": "font"
2338 },
2339 "FontColor": {
2340 "locationName": "fontColor"
2341 },
2342 "FontOpacity": {
2343 "locationName": "fontOpacity",
2344 "type": "integer"
2345 },
2346 "FontResolution": {
2347 "locationName": "fontResolution",
2348 "type": "integer"
2349 },
2350 "FontSize": {
2351 "locationName": "fontSize"
2352 },
2353 "OutlineColor": {
2354 "locationName": "outlineColor"
2355 },
2356 "OutlineSize": {
2357 "locationName": "outlineSize",
2358 "type": "integer"
2359 },
2360 "ShadowColor": {
2361 "locationName": "shadowColor"
2362 },
2363 "ShadowOpacity": {
2364 "locationName": "shadowOpacity",
2365 "type": "integer"
2366 },
2367 "ShadowXOffset": {
2368 "locationName": "shadowXOffset",
2369 "type": "integer"
2370 },
2371 "ShadowYOffset": {
2372 "locationName": "shadowYOffset",
2373 "type": "integer"
2374 },
2375 "TeletextGridControl": {
2376 "locationName": "teletextGridControl"
2377 },
2378 "XPosition": {
2379 "locationName": "xPosition",
2380 "type": "integer"
2381 },
2382 "YPosition": {
2383 "locationName": "yPosition",
2384 "type": "integer"
2385 }
2386 }
2387 },
2388 "EmbeddedDestinationSettings": {
2389 "locationName": "embeddedDestinationSettings",
2390 "type": "structure",
2391 "members": {}
2392 },
2393 "EmbeddedPlusScte20DestinationSettings": {
2394 "locationName": "embeddedPlusScte20DestinationSettings",
2395 "type": "structure",
2396 "members": {}
2397 },
2398 "RtmpCaptionInfoDestinationSettings": {
2399 "locationName": "rtmpCaptionInfoDestinationSettings",
2400 "type": "structure",
2401 "members": {}
2402 },
2403 "Scte20PlusEmbeddedDestinationSettings": {
2404 "locationName": "scte20PlusEmbeddedDestinationSettings",
2405 "type": "structure",
2406 "members": {}
2407 },
2408 "Scte27DestinationSettings": {
2409 "locationName": "scte27DestinationSettings",
2410 "type": "structure",
2411 "members": {}
2412 },
2413 "SmpteTtDestinationSettings": {
2414 "locationName": "smpteTtDestinationSettings",
2415 "type": "structure",
2416 "members": {}
2417 },
2418 "TeletextDestinationSettings": {
2419 "locationName": "teletextDestinationSettings",
2420 "type": "structure",
2421 "members": {}
2422 },
2423 "TtmlDestinationSettings": {
2424 "locationName": "ttmlDestinationSettings",
2425 "type": "structure",
2426 "members": {
2427 "StyleControl": {
2428 "locationName": "styleControl"
2429 }
2430 }
2431 },
2432 "WebvttDestinationSettings": {
2433 "locationName": "webvttDestinationSettings",
2434 "type": "structure",
2435 "members": {}
2436 }
2437 }
2438 },
2439 "LanguageCode": {
2440 "locationName": "languageCode"
2441 },
2442 "LanguageDescription": {
2443 "locationName": "languageDescription"
2444 },
2445 "Name": {
2446 "locationName": "name"
2447 }
2448 },
2449 "required": [
2450 "CaptionSelectorName",
2451 "Name"
2452 ]
2453 }
2454 },
2455 "GlobalConfiguration": {
2456 "locationName": "globalConfiguration",
2457 "type": "structure",
2458 "members": {
2459 "InitialAudioGain": {
2460 "locationName": "initialAudioGain",
2461 "type": "integer"
2462 },
2463 "InputEndAction": {
2464 "locationName": "inputEndAction"
2465 },
2466 "InputLossBehavior": {
2467 "locationName": "inputLossBehavior",
2468 "type": "structure",
2469 "members": {
2470 "BlackFrameMsec": {
2471 "locationName": "blackFrameMsec",
2472 "type": "integer"
2473 },
2474 "InputLossImageColor": {
2475 "locationName": "inputLossImageColor"
2476 },
2477 "InputLossImageSlate": {
2478 "shape": "Sx",
2479 "locationName": "inputLossImageSlate"
2480 },
2481 "InputLossImageType": {
2482 "locationName": "inputLossImageType"
2483 },
2484 "RepeatFrameMsec": {
2485 "locationName": "repeatFrameMsec",
2486 "type": "integer"
2487 }
2488 }
2489 },
2490 "OutputTimingSource": {
2491 "locationName": "outputTimingSource"
2492 },
2493 "SupportLowFramerateInputs": {
2494 "locationName": "supportLowFramerateInputs"
2495 }
2496 }
2497 },
2498 "OutputGroups": {
2499 "locationName": "outputGroups",
2500 "type": "list",
2501 "member": {
2502 "type": "structure",
2503 "members": {
2504 "Name": {
2505 "locationName": "name"
2506 },
2507 "OutputGroupSettings": {
2508 "locationName": "outputGroupSettings",
2509 "type": "structure",
2510 "members": {
2511 "ArchiveGroupSettings": {
2512 "locationName": "archiveGroupSettings",
2513 "type": "structure",
2514 "members": {
2515 "Destination": {
2516 "shape": "S4p",
2517 "locationName": "destination"
2518 },
2519 "RolloverInterval": {
2520 "locationName": "rolloverInterval",
2521 "type": "integer"
2522 }
2523 },
2524 "required": [
2525 "Destination"
2526 ]
2527 },
2528 "FrameCaptureGroupSettings": {
2529 "locationName": "frameCaptureGroupSettings",
2530 "type": "structure",
2531 "members": {
2532 "Destination": {
2533 "shape": "S4p",
2534 "locationName": "destination"
2535 }
2536 },
2537 "required": [
2538 "Destination"
2539 ]
2540 },
2541 "HlsGroupSettings": {
2542 "locationName": "hlsGroupSettings",
2543 "type": "structure",
2544 "members": {
2545 "AdMarkers": {
2546 "locationName": "adMarkers",
2547 "type": "list",
2548 "member": {}
2549 },
2550 "BaseUrlContent": {
2551 "locationName": "baseUrlContent"
2552 },
2553 "BaseUrlManifest": {
2554 "locationName": "baseUrlManifest"
2555 },
2556 "CaptionLanguageMappings": {
2557 "locationName": "captionLanguageMappings",
2558 "type": "list",
2559 "member": {
2560 "type": "structure",
2561 "members": {
2562 "CaptionChannel": {
2563 "locationName": "captionChannel",
2564 "type": "integer"
2565 },
2566 "LanguageCode": {
2567 "locationName": "languageCode"
2568 },
2569 "LanguageDescription": {
2570 "locationName": "languageDescription"
2571 }
2572 },
2573 "required": [
2574 "LanguageCode",
2575 "LanguageDescription",
2576 "CaptionChannel"
2577 ]
2578 }
2579 },
2580 "CaptionLanguageSetting": {
2581 "locationName": "captionLanguageSetting"
2582 },
2583 "ClientCache": {
2584 "locationName": "clientCache"
2585 },
2586 "CodecSpecification": {
2587 "locationName": "codecSpecification"
2588 },
2589 "ConstantIv": {
2590 "locationName": "constantIv"
2591 },
2592 "Destination": {
2593 "shape": "S4p",
2594 "locationName": "destination"
2595 },
2596 "DirectoryStructure": {
2597 "locationName": "directoryStructure"
2598 },
2599 "EncryptionType": {
2600 "locationName": "encryptionType"
2601 },
2602 "HlsCdnSettings": {
2603 "locationName": "hlsCdnSettings",
2604 "type": "structure",
2605 "members": {
2606 "HlsAkamaiSettings": {
2607 "locationName": "hlsAkamaiSettings",
2608 "type": "structure",
2609 "members": {
2610 "ConnectionRetryInterval": {
2611 "locationName": "connectionRetryInterval",
2612 "type": "integer"
2613 },
2614 "FilecacheDuration": {
2615 "locationName": "filecacheDuration",
2616 "type": "integer"
2617 },
2618 "HttpTransferMode": {
2619 "locationName": "httpTransferMode"
2620 },
2621 "NumRetries": {
2622 "locationName": "numRetries",
2623 "type": "integer"
2624 },
2625 "RestartDelay": {
2626 "locationName": "restartDelay",
2627 "type": "integer"
2628 },
2629 "Salt": {
2630 "locationName": "salt"
2631 },
2632 "Token": {
2633 "locationName": "token"
2634 }
2635 }
2636 },
2637 "HlsBasicPutSettings": {
2638 "locationName": "hlsBasicPutSettings",
2639 "type": "structure",
2640 "members": {
2641 "ConnectionRetryInterval": {
2642 "locationName": "connectionRetryInterval",
2643 "type": "integer"
2644 },
2645 "FilecacheDuration": {
2646 "locationName": "filecacheDuration",
2647 "type": "integer"
2648 },
2649 "NumRetries": {
2650 "locationName": "numRetries",
2651 "type": "integer"
2652 },
2653 "RestartDelay": {
2654 "locationName": "restartDelay",
2655 "type": "integer"
2656 }
2657 }
2658 },
2659 "HlsMediaStoreSettings": {
2660 "locationName": "hlsMediaStoreSettings",
2661 "type": "structure",
2662 "members": {
2663 "ConnectionRetryInterval": {
2664 "locationName": "connectionRetryInterval",
2665 "type": "integer"
2666 },
2667 "FilecacheDuration": {
2668 "locationName": "filecacheDuration",
2669 "type": "integer"
2670 },
2671 "MediaStoreStorageClass": {
2672 "locationName": "mediaStoreStorageClass"
2673 },
2674 "NumRetries": {
2675 "locationName": "numRetries",
2676 "type": "integer"
2677 },
2678 "RestartDelay": {
2679 "locationName": "restartDelay",
2680 "type": "integer"
2681 }
2682 }
2683 },
2684 "HlsWebdavSettings": {
2685 "locationName": "hlsWebdavSettings",
2686 "type": "structure",
2687 "members": {
2688 "ConnectionRetryInterval": {
2689 "locationName": "connectionRetryInterval",
2690 "type": "integer"
2691 },
2692 "FilecacheDuration": {
2693 "locationName": "filecacheDuration",
2694 "type": "integer"
2695 },
2696 "HttpTransferMode": {
2697 "locationName": "httpTransferMode"
2698 },
2699 "NumRetries": {
2700 "locationName": "numRetries",
2701 "type": "integer"
2702 },
2703 "RestartDelay": {
2704 "locationName": "restartDelay",
2705 "type": "integer"
2706 }
2707 }
2708 }
2709 }
2710 },
2711 "IFrameOnlyPlaylists": {
2712 "locationName": "iFrameOnlyPlaylists"
2713 },
2714 "IndexNSegments": {
2715 "locationName": "indexNSegments",
2716 "type": "integer"
2717 },
2718 "InputLossAction": {
2719 "locationName": "inputLossAction"
2720 },
2721 "IvInManifest": {
2722 "locationName": "ivInManifest"
2723 },
2724 "IvSource": {
2725 "locationName": "ivSource"
2726 },
2727 "KeepSegments": {
2728 "locationName": "keepSegments",
2729 "type": "integer"
2730 },
2731 "KeyFormat": {
2732 "locationName": "keyFormat"
2733 },
2734 "KeyFormatVersions": {
2735 "locationName": "keyFormatVersions"
2736 },
2737 "KeyProviderSettings": {
2738 "locationName": "keyProviderSettings",
2739 "type": "structure",
2740 "members": {
2741 "StaticKeySettings": {
2742 "locationName": "staticKeySettings",
2743 "type": "structure",
2744 "members": {
2745 "KeyProviderServer": {
2746 "shape": "Sx",
2747 "locationName": "keyProviderServer"
2748 },
2749 "StaticKeyValue": {
2750 "locationName": "staticKeyValue"
2751 }
2752 },
2753 "required": [
2754 "StaticKeyValue"
2755 ]
2756 }
2757 }
2758 },
2759 "ManifestCompression": {
2760 "locationName": "manifestCompression"
2761 },
2762 "ManifestDurationFormat": {
2763 "locationName": "manifestDurationFormat"
2764 },
2765 "MinSegmentLength": {
2766 "locationName": "minSegmentLength",
2767 "type": "integer"
2768 },
2769 "Mode": {
2770 "locationName": "mode"
2771 },
2772 "OutputSelection": {
2773 "locationName": "outputSelection"
2774 },
2775 "ProgramDateTime": {
2776 "locationName": "programDateTime"
2777 },
2778 "ProgramDateTimePeriod": {
2779 "locationName": "programDateTimePeriod",
2780 "type": "integer"
2781 },
2782 "RedundantManifest": {
2783 "locationName": "redundantManifest"
2784 },
2785 "SegmentLength": {
2786 "locationName": "segmentLength",
2787 "type": "integer"
2788 },
2789 "SegmentationMode": {
2790 "locationName": "segmentationMode"
2791 },
2792 "SegmentsPerSubdirectory": {
2793 "locationName": "segmentsPerSubdirectory",
2794 "type": "integer"
2795 },
2796 "StreamInfResolution": {
2797 "locationName": "streamInfResolution"
2798 },
2799 "TimedMetadataId3Frame": {
2800 "locationName": "timedMetadataId3Frame"
2801 },
2802 "TimedMetadataId3Period": {
2803 "locationName": "timedMetadataId3Period",
2804 "type": "integer"
2805 },
2806 "TimestampDeltaMilliseconds": {
2807 "locationName": "timestampDeltaMilliseconds",
2808 "type": "integer"
2809 },
2810 "TsFileMode": {
2811 "locationName": "tsFileMode"
2812 }
2813 },
2814 "required": [
2815 "Destination"
2816 ]
2817 },
2818 "MediaPackageGroupSettings": {
2819 "locationName": "mediaPackageGroupSettings",
2820 "type": "structure",
2821 "members": {
2822 "Destination": {
2823 "shape": "S4p",
2824 "locationName": "destination"
2825 }
2826 },
2827 "required": [
2828 "Destination"
2829 ]
2830 },
2831 "MsSmoothGroupSettings": {
2832 "locationName": "msSmoothGroupSettings",
2833 "type": "structure",
2834 "members": {
2835 "AcquisitionPointId": {
2836 "locationName": "acquisitionPointId"
2837 },
2838 "AudioOnlyTimecodeControl": {
2839 "locationName": "audioOnlyTimecodeControl"
2840 },
2841 "CertificateMode": {
2842 "locationName": "certificateMode"
2843 },
2844 "ConnectionRetryInterval": {
2845 "locationName": "connectionRetryInterval",
2846 "type": "integer"
2847 },
2848 "Destination": {
2849 "shape": "S4p",
2850 "locationName": "destination"
2851 },
2852 "EventId": {
2853 "locationName": "eventId"
2854 },
2855 "EventIdMode": {
2856 "locationName": "eventIdMode"
2857 },
2858 "EventStopBehavior": {
2859 "locationName": "eventStopBehavior"
2860 },
2861 "FilecacheDuration": {
2862 "locationName": "filecacheDuration",
2863 "type": "integer"
2864 },
2865 "FragmentLength": {
2866 "locationName": "fragmentLength",
2867 "type": "integer"
2868 },
2869 "InputLossAction": {
2870 "locationName": "inputLossAction"
2871 },
2872 "NumRetries": {
2873 "locationName": "numRetries",
2874 "type": "integer"
2875 },
2876 "RestartDelay": {
2877 "locationName": "restartDelay",
2878 "type": "integer"
2879 },
2880 "SegmentationMode": {
2881 "locationName": "segmentationMode"
2882 },
2883 "SendDelayMs": {
2884 "locationName": "sendDelayMs",
2885 "type": "integer"
2886 },
2887 "SparseTrackType": {
2888 "locationName": "sparseTrackType"
2889 },
2890 "StreamManifestBehavior": {
2891 "locationName": "streamManifestBehavior"
2892 },
2893 "TimestampOffset": {
2894 "locationName": "timestampOffset"
2895 },
2896 "TimestampOffsetMode": {
2897 "locationName": "timestampOffsetMode"
2898 }
2899 },
2900 "required": [
2901 "Destination"
2902 ]
2903 },
2904 "RtmpGroupSettings": {
2905 "locationName": "rtmpGroupSettings",
2906 "type": "structure",
2907 "members": {
2908 "AuthenticationScheme": {
2909 "locationName": "authenticationScheme"
2910 },
2911 "CacheFullBehavior": {
2912 "locationName": "cacheFullBehavior"
2913 },
2914 "CacheLength": {
2915 "locationName": "cacheLength",
2916 "type": "integer"
2917 },
2918 "CaptionData": {
2919 "locationName": "captionData"
2920 },
2921 "InputLossAction": {
2922 "locationName": "inputLossAction"
2923 },
2924 "RestartDelay": {
2925 "locationName": "restartDelay",
2926 "type": "integer"
2927 }
2928 }
2929 },
2930 "UdpGroupSettings": {
2931 "locationName": "udpGroupSettings",
2932 "type": "structure",
2933 "members": {
2934 "InputLossAction": {
2935 "locationName": "inputLossAction"
2936 },
2937 "TimedMetadataId3Frame": {
2938 "locationName": "timedMetadataId3Frame"
2939 },
2940 "TimedMetadataId3Period": {
2941 "locationName": "timedMetadataId3Period",
2942 "type": "integer"
2943 }
2944 }
2945 }
2946 }
2947 },
2948 "Outputs": {
2949 "locationName": "outputs",
2950 "type": "list",
2951 "member": {
2952 "type": "structure",
2953 "members": {
2954 "AudioDescriptionNames": {
2955 "shape": "S16",
2956 "locationName": "audioDescriptionNames"
2957 },
2958 "CaptionDescriptionNames": {
2959 "shape": "S16",
2960 "locationName": "captionDescriptionNames"
2961 },
2962 "OutputName": {
2963 "locationName": "outputName"
2964 },
2965 "OutputSettings": {
2966 "locationName": "outputSettings",
2967 "type": "structure",
2968 "members": {
2969 "ArchiveOutputSettings": {
2970 "locationName": "archiveOutputSettings",
2971 "type": "structure",
2972 "members": {
2973 "ContainerSettings": {
2974 "locationName": "containerSettings",
2975 "type": "structure",
2976 "members": {
2977 "M2tsSettings": {
2978 "shape": "S6l",
2979 "locationName": "m2tsSettings"
2980 }
2981 }
2982 },
2983 "Extension": {
2984 "locationName": "extension"
2985 },
2986 "NameModifier": {
2987 "locationName": "nameModifier"
2988 }
2989 },
2990 "required": [
2991 "ContainerSettings"
2992 ]
2993 },
2994 "FrameCaptureOutputSettings": {
2995 "locationName": "frameCaptureOutputSettings",
2996 "type": "structure",
2997 "members": {
2998 "NameModifier": {
2999 "locationName": "nameModifier"
3000 }
3001 }
3002 },
3003 "HlsOutputSettings": {
3004 "locationName": "hlsOutputSettings",
3005 "type": "structure",
3006 "members": {
3007 "HlsSettings": {
3008 "locationName": "hlsSettings",
3009 "type": "structure",
3010 "members": {
3011 "AudioOnlyHlsSettings": {
3012 "locationName": "audioOnlyHlsSettings",
3013 "type": "structure",
3014 "members": {
3015 "AudioGroupId": {
3016 "locationName": "audioGroupId"
3017 },
3018 "AudioOnlyImage": {
3019 "shape": "Sx",
3020 "locationName": "audioOnlyImage"
3021 },
3022 "AudioTrackType": {
3023 "locationName": "audioTrackType"
3024 }
3025 }
3026 },
3027 "StandardHlsSettings": {
3028 "locationName": "standardHlsSettings",
3029 "type": "structure",
3030 "members": {
3031 "AudioRenditionSets": {
3032 "locationName": "audioRenditionSets"
3033 },
3034 "M3u8Settings": {
3035 "locationName": "m3u8Settings",
3036 "type": "structure",
3037 "members": {
3038 "AudioFramesPerPes": {
3039 "locationName": "audioFramesPerPes",
3040 "type": "integer"
3041 },
3042 "AudioPids": {
3043 "locationName": "audioPids"
3044 },
3045 "EcmPid": {
3046 "locationName": "ecmPid"
3047 },
3048 "PatInterval": {
3049 "locationName": "patInterval",
3050 "type": "integer"
3051 },
3052 "PcrControl": {
3053 "locationName": "pcrControl"
3054 },
3055 "PcrPeriod": {
3056 "locationName": "pcrPeriod",
3057 "type": "integer"
3058 },
3059 "PcrPid": {
3060 "locationName": "pcrPid"
3061 },
3062 "PmtInterval": {
3063 "locationName": "pmtInterval",
3064 "type": "integer"
3065 },
3066 "PmtPid": {
3067 "locationName": "pmtPid"
3068 },
3069 "ProgramNum": {
3070 "locationName": "programNum",
3071 "type": "integer"
3072 },
3073 "Scte35Behavior": {
3074 "locationName": "scte35Behavior"
3075 },
3076 "Scte35Pid": {
3077 "locationName": "scte35Pid"
3078 },
3079 "TimedMetadataBehavior": {
3080 "locationName": "timedMetadataBehavior"
3081 },
3082 "TimedMetadataPid": {
3083 "locationName": "timedMetadataPid"
3084 },
3085 "TransportStreamId": {
3086 "locationName": "transportStreamId",
3087 "type": "integer"
3088 },
3089 "VideoPid": {
3090 "locationName": "videoPid"
3091 }
3092 }
3093 }
3094 },
3095 "required": [
3096 "M3u8Settings"
3097 ]
3098 }
3099 }
3100 },
3101 "NameModifier": {
3102 "locationName": "nameModifier"
3103 },
3104 "SegmentModifier": {
3105 "locationName": "segmentModifier"
3106 }
3107 },
3108 "required": [
3109 "HlsSettings"
3110 ]
3111 },
3112 "MediaPackageOutputSettings": {
3113 "locationName": "mediaPackageOutputSettings",
3114 "type": "structure",
3115 "members": {}
3116 },
3117 "MsSmoothOutputSettings": {
3118 "locationName": "msSmoothOutputSettings",
3119 "type": "structure",
3120 "members": {
3121 "NameModifier": {
3122 "locationName": "nameModifier"
3123 }
3124 }
3125 },
3126 "RtmpOutputSettings": {
3127 "locationName": "rtmpOutputSettings",
3128 "type": "structure",
3129 "members": {
3130 "CertificateMode": {
3131 "locationName": "certificateMode"
3132 },
3133 "ConnectionRetryInterval": {
3134 "locationName": "connectionRetryInterval",
3135 "type": "integer"
3136 },
3137 "Destination": {
3138 "shape": "S4p",
3139 "locationName": "destination"
3140 },
3141 "NumRetries": {
3142 "locationName": "numRetries",
3143 "type": "integer"
3144 }
3145 },
3146 "required": [
3147 "Destination"
3148 ]
3149 },
3150 "UdpOutputSettings": {
3151 "locationName": "udpOutputSettings",
3152 "type": "structure",
3153 "members": {
3154 "BufferMsec": {
3155 "locationName": "bufferMsec",
3156 "type": "integer"
3157 },
3158 "ContainerSettings": {
3159 "locationName": "containerSettings",
3160 "type": "structure",
3161 "members": {
3162 "M2tsSettings": {
3163 "shape": "S6l",
3164 "locationName": "m2tsSettings"
3165 }
3166 }
3167 },
3168 "Destination": {
3169 "shape": "S4p",
3170 "locationName": "destination"
3171 },
3172 "FecOutputSettings": {
3173 "locationName": "fecOutputSettings",
3174 "type": "structure",
3175 "members": {
3176 "ColumnDepth": {
3177 "locationName": "columnDepth",
3178 "type": "integer"
3179 },
3180 "IncludeFec": {
3181 "locationName": "includeFec"
3182 },
3183 "RowLength": {
3184 "locationName": "rowLength",
3185 "type": "integer"
3186 }
3187 }
3188 }
3189 },
3190 "required": [
3191 "Destination",
3192 "ContainerSettings"
3193 ]
3194 }
3195 }
3196 },
3197 "VideoDescriptionName": {
3198 "locationName": "videoDescriptionName"
3199 }
3200 },
3201 "required": [
3202 "OutputSettings"
3203 ]
3204 }
3205 }
3206 },
3207 "required": [
3208 "Outputs",
3209 "OutputGroupSettings"
3210 ]
3211 }
3212 },
3213 "TimecodeConfig": {
3214 "locationName": "timecodeConfig",
3215 "type": "structure",
3216 "members": {
3217 "Source": {
3218 "locationName": "source"
3219 },
3220 "SyncThreshold": {
3221 "locationName": "syncThreshold",
3222 "type": "integer"
3223 }
3224 },
3225 "required": [
3226 "Source"
3227 ]
3228 },
3229 "VideoDescriptions": {
3230 "locationName": "videoDescriptions",
3231 "type": "list",
3232 "member": {
3233 "type": "structure",
3234 "members": {
3235 "CodecSettings": {
3236 "locationName": "codecSettings",
3237 "type": "structure",
3238 "members": {
3239 "FrameCaptureSettings": {
3240 "locationName": "frameCaptureSettings",
3241 "type": "structure",
3242 "members": {
3243 "CaptureInterval": {
3244 "locationName": "captureInterval",
3245 "type": "integer"
3246 }
3247 },
3248 "required": [
3249 "CaptureInterval"
3250 ]
3251 },
3252 "H264Settings": {
3253 "locationName": "h264Settings",
3254 "type": "structure",
3255 "members": {
3256 "AdaptiveQuantization": {
3257 "locationName": "adaptiveQuantization"
3258 },
3259 "AfdSignaling": {
3260 "locationName": "afdSignaling"
3261 },
3262 "Bitrate": {
3263 "locationName": "bitrate",
3264 "type": "integer"
3265 },
3266 "BufFillPct": {
3267 "locationName": "bufFillPct",
3268 "type": "integer"
3269 },
3270 "BufSize": {
3271 "locationName": "bufSize",
3272 "type": "integer"
3273 },
3274 "ColorMetadata": {
3275 "locationName": "colorMetadata"
3276 },
3277 "EntropyEncoding": {
3278 "locationName": "entropyEncoding"
3279 },
3280 "FixedAfd": {
3281 "locationName": "fixedAfd"
3282 },
3283 "FlickerAq": {
3284 "locationName": "flickerAq"
3285 },
3286 "FramerateControl": {
3287 "locationName": "framerateControl"
3288 },
3289 "FramerateDenominator": {
3290 "locationName": "framerateDenominator",
3291 "type": "integer"
3292 },
3293 "FramerateNumerator": {
3294 "locationName": "framerateNumerator",
3295 "type": "integer"
3296 },
3297 "GopBReference": {
3298 "locationName": "gopBReference"
3299 },
3300 "GopClosedCadence": {
3301 "locationName": "gopClosedCadence",
3302 "type": "integer"
3303 },
3304 "GopNumBFrames": {
3305 "locationName": "gopNumBFrames",
3306 "type": "integer"
3307 },
3308 "GopSize": {
3309 "locationName": "gopSize",
3310 "type": "double"
3311 },
3312 "GopSizeUnits": {
3313 "locationName": "gopSizeUnits"
3314 },
3315 "Level": {
3316 "locationName": "level"
3317 },
3318 "LookAheadRateControl": {
3319 "locationName": "lookAheadRateControl"
3320 },
3321 "MaxBitrate": {
3322 "locationName": "maxBitrate",
3323 "type": "integer"
3324 },
3325 "MinIInterval": {
3326 "locationName": "minIInterval",
3327 "type": "integer"
3328 },
3329 "NumRefFrames": {
3330 "locationName": "numRefFrames",
3331 "type": "integer"
3332 },
3333 "ParControl": {
3334 "locationName": "parControl"
3335 },
3336 "ParDenominator": {
3337 "locationName": "parDenominator",
3338 "type": "integer"
3339 },
3340 "ParNumerator": {
3341 "locationName": "parNumerator",
3342 "type": "integer"
3343 },
3344 "Profile": {
3345 "locationName": "profile"
3346 },
3347 "QvbrQualityLevel": {
3348 "locationName": "qvbrQualityLevel",
3349 "type": "integer"
3350 },
3351 "RateControlMode": {
3352 "locationName": "rateControlMode"
3353 },
3354 "ScanType": {
3355 "locationName": "scanType"
3356 },
3357 "SceneChangeDetect": {
3358 "locationName": "sceneChangeDetect"
3359 },
3360 "Slices": {
3361 "locationName": "slices",
3362 "type": "integer"
3363 },
3364 "Softness": {
3365 "locationName": "softness",
3366 "type": "integer"
3367 },
3368 "SpatialAq": {
3369 "locationName": "spatialAq"
3370 },
3371 "SubgopLength": {
3372 "locationName": "subgopLength"
3373 },
3374 "Syntax": {
3375 "locationName": "syntax"
3376 },
3377 "TemporalAq": {
3378 "locationName": "temporalAq"
3379 },
3380 "TimecodeInsertion": {
3381 "locationName": "timecodeInsertion"
3382 }
3383 }
3384 }
3385 }
3386 },
3387 "Height": {
3388 "locationName": "height",
3389 "type": "integer"
3390 },
3391 "Name": {
3392 "locationName": "name"
3393 },
3394 "RespondToAfd": {
3395 "locationName": "respondToAfd"
3396 },
3397 "ScalingBehavior": {
3398 "locationName": "scalingBehavior"
3399 },
3400 "Sharpness": {
3401 "locationName": "sharpness",
3402 "type": "integer"
3403 },
3404 "Width": {
3405 "locationName": "width",
3406 "type": "integer"
3407 }
3408 },
3409 "required": [
3410 "Name"
3411 ]
3412 }
3413 }
3414 },
3415 "required": [
3416 "VideoDescriptions",
3417 "AudioDescriptions",
3418 "OutputGroups",
3419 "TimecodeConfig"
3420 ]
3421 },
3422 "S4p": {
3423 "type": "structure",
3424 "members": {
3425 "DestinationRefId": {
3426 "locationName": "destinationRefId"
3427 }
3428 }
3429 },
3430 "S6l": {
3431 "type": "structure",
3432 "members": {
3433 "AbsentInputAudioBehavior": {
3434 "locationName": "absentInputAudioBehavior"
3435 },
3436 "Arib": {
3437 "locationName": "arib"
3438 },
3439 "AribCaptionsPid": {
3440 "locationName": "aribCaptionsPid"
3441 },
3442 "AribCaptionsPidControl": {
3443 "locationName": "aribCaptionsPidControl"
3444 },
3445 "AudioBufferModel": {
3446 "locationName": "audioBufferModel"
3447 },
3448 "AudioFramesPerPes": {
3449 "locationName": "audioFramesPerPes",
3450 "type": "integer"
3451 },
3452 "AudioPids": {
3453 "locationName": "audioPids"
3454 },
3455 "AudioStreamType": {
3456 "locationName": "audioStreamType"
3457 },
3458 "Bitrate": {
3459 "locationName": "bitrate",
3460 "type": "integer"
3461 },
3462 "BufferModel": {
3463 "locationName": "bufferModel"
3464 },
3465 "CcDescriptor": {
3466 "locationName": "ccDescriptor"
3467 },
3468 "DvbNitSettings": {
3469 "locationName": "dvbNitSettings",
3470 "type": "structure",
3471 "members": {
3472 "NetworkId": {
3473 "locationName": "networkId",
3474 "type": "integer"
3475 },
3476 "NetworkName": {
3477 "locationName": "networkName"
3478 },
3479 "RepInterval": {
3480 "locationName": "repInterval",
3481 "type": "integer"
3482 }
3483 },
3484 "required": [
3485 "NetworkName",
3486 "NetworkId"
3487 ]
3488 },
3489 "DvbSdtSettings": {
3490 "locationName": "dvbSdtSettings",
3491 "type": "structure",
3492 "members": {
3493 "OutputSdt": {
3494 "locationName": "outputSdt"
3495 },
3496 "RepInterval": {
3497 "locationName": "repInterval",
3498 "type": "integer"
3499 },
3500 "ServiceName": {
3501 "locationName": "serviceName"
3502 },
3503 "ServiceProviderName": {
3504 "locationName": "serviceProviderName"
3505 }
3506 }
3507 },
3508 "DvbSubPids": {
3509 "locationName": "dvbSubPids"
3510 },
3511 "DvbTdtSettings": {
3512 "locationName": "dvbTdtSettings",
3513 "type": "structure",
3514 "members": {
3515 "RepInterval": {
3516 "locationName": "repInterval",
3517 "type": "integer"
3518 }
3519 }
3520 },
3521 "DvbTeletextPid": {
3522 "locationName": "dvbTeletextPid"
3523 },
3524 "Ebif": {
3525 "locationName": "ebif"
3526 },
3527 "EbpAudioInterval": {
3528 "locationName": "ebpAudioInterval"
3529 },
3530 "EbpLookaheadMs": {
3531 "locationName": "ebpLookaheadMs",
3532 "type": "integer"
3533 },
3534 "EbpPlacement": {
3535 "locationName": "ebpPlacement"
3536 },
3537 "EcmPid": {
3538 "locationName": "ecmPid"
3539 },
3540 "EsRateInPes": {
3541 "locationName": "esRateInPes"
3542 },
3543 "EtvPlatformPid": {
3544 "locationName": "etvPlatformPid"
3545 },
3546 "EtvSignalPid": {
3547 "locationName": "etvSignalPid"
3548 },
3549 "FragmentTime": {
3550 "locationName": "fragmentTime",
3551 "type": "double"
3552 },
3553 "Klv": {
3554 "locationName": "klv"
3555 },
3556 "KlvDataPids": {
3557 "locationName": "klvDataPids"
3558 },
3559 "NullPacketBitrate": {
3560 "locationName": "nullPacketBitrate",
3561 "type": "double"
3562 },
3563 "PatInterval": {
3564 "locationName": "patInterval",
3565 "type": "integer"
3566 },
3567 "PcrControl": {
3568 "locationName": "pcrControl"
3569 },
3570 "PcrPeriod": {
3571 "locationName": "pcrPeriod",
3572 "type": "integer"
3573 },
3574 "PcrPid": {
3575 "locationName": "pcrPid"
3576 },
3577 "PmtInterval": {
3578 "locationName": "pmtInterval",
3579 "type": "integer"
3580 },
3581 "PmtPid": {
3582 "locationName": "pmtPid"
3583 },
3584 "ProgramNum": {
3585 "locationName": "programNum",
3586 "type": "integer"
3587 },
3588 "RateMode": {
3589 "locationName": "rateMode"
3590 },
3591 "Scte27Pids": {
3592 "locationName": "scte27Pids"
3593 },
3594 "Scte35Control": {
3595 "locationName": "scte35Control"
3596 },
3597 "Scte35Pid": {
3598 "locationName": "scte35Pid"
3599 },
3600 "SegmentationMarkers": {
3601 "locationName": "segmentationMarkers"
3602 },
3603 "SegmentationStyle": {
3604 "locationName": "segmentationStyle"
3605 },
3606 "SegmentationTime": {
3607 "locationName": "segmentationTime",
3608 "type": "double"
3609 },
3610 "TimedMetadataBehavior": {
3611 "locationName": "timedMetadataBehavior"
3612 },
3613 "TimedMetadataPid": {
3614 "locationName": "timedMetadataPid"
3615 },
3616 "TransportStreamId": {
3617 "locationName": "transportStreamId",
3618 "type": "integer"
3619 },
3620 "VideoPid": {
3621 "locationName": "videoPid"
3622 }
3623 }
3624 },
3625 "S94": {
3626 "type": "list",
3627 "member": {
3628 "type": "structure",
3629 "members": {
3630 "InputAttachmentName": {
3631 "locationName": "inputAttachmentName"
3632 },
3633 "InputId": {
3634 "locationName": "inputId"
3635 },
3636 "InputSettings": {
3637 "locationName": "inputSettings",
3638 "type": "structure",
3639 "members": {
3640 "AudioSelectors": {
3641 "locationName": "audioSelectors",
3642 "type": "list",
3643 "member": {
3644 "type": "structure",
3645 "members": {
3646 "Name": {
3647 "locationName": "name"
3648 },
3649 "SelectorSettings": {
3650 "locationName": "selectorSettings",
3651 "type": "structure",
3652 "members": {
3653 "AudioLanguageSelection": {
3654 "locationName": "audioLanguageSelection",
3655 "type": "structure",
3656 "members": {
3657 "LanguageCode": {
3658 "locationName": "languageCode"
3659 },
3660 "LanguageSelectionPolicy": {
3661 "locationName": "languageSelectionPolicy"
3662 }
3663 },
3664 "required": [
3665 "LanguageCode"
3666 ]
3667 },
3668 "AudioPidSelection": {
3669 "locationName": "audioPidSelection",
3670 "type": "structure",
3671 "members": {
3672 "Pid": {
3673 "locationName": "pid",
3674 "type": "integer"
3675 }
3676 },
3677 "required": [
3678 "Pid"
3679 ]
3680 }
3681 }
3682 }
3683 },
3684 "required": [
3685 "Name"
3686 ]
3687 }
3688 },
3689 "CaptionSelectors": {
3690 "locationName": "captionSelectors",
3691 "type": "list",
3692 "member": {
3693 "type": "structure",
3694 "members": {
3695 "LanguageCode": {
3696 "locationName": "languageCode"
3697 },
3698 "Name": {
3699 "locationName": "name"
3700 },
3701 "SelectorSettings": {
3702 "locationName": "selectorSettings",
3703 "type": "structure",
3704 "members": {
3705 "AribSourceSettings": {
3706 "locationName": "aribSourceSettings",
3707 "type": "structure",
3708 "members": {}
3709 },
3710 "DvbSubSourceSettings": {
3711 "locationName": "dvbSubSourceSettings",
3712 "type": "structure",
3713 "members": {
3714 "Pid": {
3715 "locationName": "pid",
3716 "type": "integer"
3717 }
3718 }
3719 },
3720 "EmbeddedSourceSettings": {
3721 "locationName": "embeddedSourceSettings",
3722 "type": "structure",
3723 "members": {
3724 "Convert608To708": {
3725 "locationName": "convert608To708"
3726 },
3727 "Scte20Detection": {
3728 "locationName": "scte20Detection"
3729 },
3730 "Source608ChannelNumber": {
3731 "locationName": "source608ChannelNumber",
3732 "type": "integer"
3733 },
3734 "Source608TrackNumber": {
3735 "locationName": "source608TrackNumber",
3736 "type": "integer"
3737 }
3738 }
3739 },
3740 "Scte20SourceSettings": {
3741 "locationName": "scte20SourceSettings",
3742 "type": "structure",
3743 "members": {
3744 "Convert608To708": {
3745 "locationName": "convert608To708"
3746 },
3747 "Source608ChannelNumber": {
3748 "locationName": "source608ChannelNumber",
3749 "type": "integer"
3750 }
3751 }
3752 },
3753 "Scte27SourceSettings": {
3754 "locationName": "scte27SourceSettings",
3755 "type": "structure",
3756 "members": {
3757 "Pid": {
3758 "locationName": "pid",
3759 "type": "integer"
3760 }
3761 }
3762 },
3763 "TeletextSourceSettings": {
3764 "locationName": "teletextSourceSettings",
3765 "type": "structure",
3766 "members": {
3767 "PageNumber": {
3768 "locationName": "pageNumber"
3769 }
3770 }
3771 }
3772 }
3773 }
3774 },
3775 "required": [
3776 "Name"
3777 ]
3778 }
3779 },
3780 "DeblockFilter": {
3781 "locationName": "deblockFilter"
3782 },
3783 "DenoiseFilter": {
3784 "locationName": "denoiseFilter"
3785 },
3786 "FilterStrength": {
3787 "locationName": "filterStrength",
3788 "type": "integer"
3789 },
3790 "InputFilter": {
3791 "locationName": "inputFilter"
3792 },
3793 "NetworkInputSettings": {
3794 "locationName": "networkInputSettings",
3795 "type": "structure",
3796 "members": {
3797 "HlsInputSettings": {
3798 "locationName": "hlsInputSettings",
3799 "type": "structure",
3800 "members": {
3801 "Bandwidth": {
3802 "locationName": "bandwidth",
3803 "type": "integer"
3804 },
3805 "BufferSegments": {
3806 "locationName": "bufferSegments",
3807 "type": "integer"
3808 },
3809 "Retries": {
3810 "locationName": "retries",
3811 "type": "integer"
3812 },
3813 "RetryInterval": {
3814 "locationName": "retryInterval",
3815 "type": "integer"
3816 }
3817 }
3818 },
3819 "ServerValidation": {
3820 "locationName": "serverValidation"
3821 }
3822 }
3823 },
3824 "SourceEndBehavior": {
3825 "locationName": "sourceEndBehavior"
3826 },
3827 "VideoSelector": {
3828 "locationName": "videoSelector",
3829 "type": "structure",
3830 "members": {
3831 "ColorSpace": {
3832 "locationName": "colorSpace"
3833 },
3834 "ColorSpaceUsage": {
3835 "locationName": "colorSpaceUsage"
3836 },
3837 "SelectorSettings": {
3838 "locationName": "selectorSettings",
3839 "type": "structure",
3840 "members": {
3841 "VideoSelectorPid": {
3842 "locationName": "videoSelectorPid",
3843 "type": "structure",
3844 "members": {
3845 "Pid": {
3846 "locationName": "pid",
3847 "type": "integer"
3848 }
3849 }
3850 },
3851 "VideoSelectorProgramId": {
3852 "locationName": "videoSelectorProgramId",
3853 "type": "structure",
3854 "members": {
3855 "ProgramId": {
3856 "locationName": "programId",
3857 "type": "integer"
3858 }
3859 }
3860 }
3861 }
3862 }
3863 }
3864 }
3865 }
3866 }
3867 }
3868 }
3869 },
3870 "Sa4": {
3871 "type": "structure",
3872 "members": {
3873 "Codec": {
3874 "locationName": "codec"
3875 },
3876 "MaximumBitrate": {
3877 "locationName": "maximumBitrate"
3878 },
3879 "Resolution": {
3880 "locationName": "resolution"
3881 }
3882 }
3883 },
3884 "Sa9": {
3885 "type": "map",
3886 "key": {},
3887 "value": {}
3888 },
3889 "Sab": {
3890 "type": "structure",
3891 "members": {
3892 "Arn": {
3893 "locationName": "arn"
3894 },
3895 "Destinations": {
3896 "shape": "S1b",
3897 "locationName": "destinations"
3898 },
3899 "EgressEndpoints": {
3900 "shape": "Sac",
3901 "locationName": "egressEndpoints"
3902 },
3903 "EncoderSettings": {
3904 "shape": "S1i",
3905 "locationName": "encoderSettings"
3906 },
3907 "Id": {
3908 "locationName": "id"
3909 },
3910 "InputAttachments": {
3911 "shape": "S94",
3912 "locationName": "inputAttachments"
3913 },
3914 "InputSpecification": {
3915 "shape": "Sa4",
3916 "locationName": "inputSpecification"
3917 },
3918 "LogLevel": {
3919 "locationName": "logLevel"
3920 },
3921 "Name": {
3922 "locationName": "name"
3923 },
3924 "PipelinesRunningCount": {
3925 "locationName": "pipelinesRunningCount",
3926 "type": "integer"
3927 },
3928 "RoleArn": {
3929 "locationName": "roleArn"
3930 },
3931 "State": {
3932 "locationName": "state"
3933 },
3934 "Tags": {
3935 "shape": "Sa9",
3936 "locationName": "tags"
3937 }
3938 }
3939 },
3940 "Sac": {
3941 "type": "list",
3942 "member": {
3943 "type": "structure",
3944 "members": {
3945 "SourceIp": {
3946 "locationName": "sourceIp"
3947 }
3948 }
3949 }
3950 },
3951 "Sag": {
3952 "type": "list",
3953 "member": {
3954 "type": "structure",
3955 "members": {
3956 "StreamName": {
3957 "locationName": "streamName"
3958 }
3959 }
3960 }
3961 },
3962 "Sai": {
3963 "type": "list",
3964 "member": {
3965 "type": "structure",
3966 "members": {
3967 "FlowArn": {
3968 "locationName": "flowArn"
3969 }
3970 }
3971 }
3972 },
3973 "Sak": {
3974 "type": "list",
3975 "member": {
3976 "type": "structure",
3977 "members": {
3978 "PasswordParam": {
3979 "locationName": "passwordParam"
3980 },
3981 "Url": {
3982 "locationName": "url"
3983 },
3984 "Username": {
3985 "locationName": "username"
3986 }
3987 }
3988 }
3989 },
3990 "Sap": {
3991 "type": "structure",
3992 "members": {
3993 "Arn": {
3994 "locationName": "arn"
3995 },
3996 "AttachedChannels": {
3997 "shape": "S16",
3998 "locationName": "attachedChannels"
3999 },
4000 "Destinations": {
4001 "shape": "Saq",
4002 "locationName": "destinations"
4003 },
4004 "Id": {
4005 "locationName": "id"
4006 },
4007 "MediaConnectFlows": {
4008 "shape": "Sat",
4009 "locationName": "mediaConnectFlows"
4010 },
4011 "Name": {
4012 "locationName": "name"
4013 },
4014 "RoleArn": {
4015 "locationName": "roleArn"
4016 },
4017 "SecurityGroups": {
4018 "shape": "S16",
4019 "locationName": "securityGroups"
4020 },
4021 "Sources": {
4022 "shape": "Sav",
4023 "locationName": "sources"
4024 },
4025 "State": {
4026 "locationName": "state"
4027 },
4028 "Tags": {
4029 "shape": "Sa9",
4030 "locationName": "tags"
4031 },
4032 "Type": {
4033 "locationName": "type"
4034 }
4035 }
4036 },
4037 "Saq": {
4038 "type": "list",
4039 "member": {
4040 "type": "structure",
4041 "members": {
4042 "Ip": {
4043 "locationName": "ip"
4044 },
4045 "Port": {
4046 "locationName": "port"
4047 },
4048 "Url": {
4049 "locationName": "url"
4050 },
4051 "Vpc": {
4052 "locationName": "vpc",
4053 "type": "structure",
4054 "members": {
4055 "AvailabilityZone": {
4056 "locationName": "availabilityZone"
4057 },
4058 "NetworkInterfaceId": {
4059 "locationName": "networkInterfaceId"
4060 }
4061 }
4062 }
4063 }
4064 }
4065 },
4066 "Sat": {
4067 "type": "list",
4068 "member": {
4069 "type": "structure",
4070 "members": {
4071 "FlowArn": {
4072 "locationName": "flowArn"
4073 }
4074 }
4075 }
4076 },
4077 "Sav": {
4078 "type": "list",
4079 "member": {
4080 "type": "structure",
4081 "members": {
4082 "PasswordParam": {
4083 "locationName": "passwordParam"
4084 },
4085 "Url": {
4086 "locationName": "url"
4087 },
4088 "Username": {
4089 "locationName": "username"
4090 }
4091 }
4092 }
4093 },
4094 "Saz": {
4095 "type": "list",
4096 "member": {
4097 "type": "structure",
4098 "members": {
4099 "Cidr": {
4100 "locationName": "cidr"
4101 }
4102 }
4103 }
4104 },
4105 "Sb2": {
4106 "type": "structure",
4107 "members": {
4108 "Arn": {
4109 "locationName": "arn"
4110 },
4111 "Id": {
4112 "locationName": "id"
4113 },
4114 "Inputs": {
4115 "shape": "S16",
4116 "locationName": "inputs"
4117 },
4118 "State": {
4119 "locationName": "state"
4120 },
4121 "Tags": {
4122 "shape": "Sa9",
4123 "locationName": "tags"
4124 },
4125 "WhitelistRules": {
4126 "shape": "Sb4",
4127 "locationName": "whitelistRules"
4128 }
4129 }
4130 },
4131 "Sb4": {
4132 "type": "list",
4133 "member": {
4134 "type": "structure",
4135 "members": {
4136 "Cidr": {
4137 "locationName": "cidr"
4138 }
4139 }
4140 }
4141 },
4142 "Sbh": {
4143 "type": "structure",
4144 "members": {
4145 "Codec": {
4146 "locationName": "codec"
4147 },
4148 "MaximumBitrate": {
4149 "locationName": "maximumBitrate"
4150 },
4151 "MaximumFramerate": {
4152 "locationName": "maximumFramerate"
4153 },
4154 "Resolution": {
4155 "locationName": "resolution"
4156 },
4157 "ResourceType": {
4158 "locationName": "resourceType"
4159 },
4160 "SpecialFeature": {
4161 "locationName": "specialFeature"
4162 },
4163 "VideoQuality": {
4164 "locationName": "videoQuality"
4165 }
4166 }
4167 },
4168 "Scl": {
4169 "type": "structure",
4170 "members": {
4171 "Arn": {
4172 "locationName": "arn"
4173 },
4174 "Count": {
4175 "locationName": "count",
4176 "type": "integer"
4177 },
4178 "CurrencyCode": {
4179 "locationName": "currencyCode"
4180 },
4181 "Duration": {
4182 "locationName": "duration",
4183 "type": "integer"
4184 },
4185 "DurationUnits": {
4186 "locationName": "durationUnits"
4187 },
4188 "End": {
4189 "locationName": "end"
4190 },
4191 "FixedPrice": {
4192 "locationName": "fixedPrice",
4193 "type": "double"
4194 },
4195 "Name": {
4196 "locationName": "name"
4197 },
4198 "OfferingDescription": {
4199 "locationName": "offeringDescription"
4200 },
4201 "OfferingId": {
4202 "locationName": "offeringId"
4203 },
4204 "OfferingType": {
4205 "locationName": "offeringType"
4206 },
4207 "Region": {
4208 "locationName": "region"
4209 },
4210 "ReservationId": {
4211 "locationName": "reservationId"
4212 },
4213 "ResourceSpecification": {
4214 "shape": "Sbh",
4215 "locationName": "resourceSpecification"
4216 },
4217 "Start": {
4218 "locationName": "start"
4219 },
4220 "State": {
4221 "locationName": "state"
4222 },
4223 "UsagePrice": {
4224 "locationName": "usagePrice",
4225 "type": "double"
4226 }
4227 }
4228 }
4229 }
4230}
\No newline at end of file