|
6891 | 6891 | "locationName": "globalConfiguration",
|
6892 | 6892 | "documentation": "Configuration settings that apply to the event as a whole."
|
6893 | 6893 | },
|
| 6894 | + "MotionGraphicsConfiguration": { |
| 6895 | + "shape": "MotionGraphicsConfiguration", |
| 6896 | + "locationName": "motionGraphicsConfiguration", |
| 6897 | + "documentation": "Settings for motion graphics." |
| 6898 | + }, |
6894 | 6899 | "NielsenConfiguration": {
|
6895 | 6900 | "shape": "NielsenConfiguration",
|
6896 | 6901 | "locationName": "nielsenConfiguration",
|
|
8738 | 8743 | },
|
8739 | 8744 | "documentation": "Hls Webdav Settings"
|
8740 | 8745 | },
|
| 8746 | + "HtmlMotionGraphicsSettings": { |
| 8747 | + "type": "structure", |
| 8748 | + "members": { |
| 8749 | + }, |
| 8750 | + "documentation": "Html Motion Graphics Settings" |
| 8751 | + }, |
8741 | 8752 | "IFrameOnlyPlaylistType": {
|
8742 | 8753 | "type": "string",
|
8743 | 8754 | "documentation": "When set to \"standard\", an I-Frame only playlist will be written out for each video output in the output group. This I-Frame only playlist will contain byte range offsets pointing to the I-frame(s) in each segment.",
|
|
11050 | 11061 | },
|
11051 | 11062 | "documentation": "Media Package Output Settings"
|
11052 | 11063 | },
|
| 11064 | + "MotionGraphicsActivateScheduleActionSettings": { |
| 11065 | + "type": "structure", |
| 11066 | + "members": { |
| 11067 | + "Duration": { |
| 11068 | + "shape": "__longMin0Max86400000", |
| 11069 | + "locationName": "duration", |
| 11070 | + "documentation": "Duration (in milliseconds) that motion graphics should render on to the video stream. Leaving out this property or setting to 0 will result in rendering continuing until a deactivate action is processed." |
| 11071 | + }, |
| 11072 | + "PasswordParam": { |
| 11073 | + "shape": "__string", |
| 11074 | + "locationName": "passwordParam", |
| 11075 | + "documentation": "Key used to extract the password from EC2 Parameter store" |
| 11076 | + }, |
| 11077 | + "Url": { |
| 11078 | + "shape": "__string", |
| 11079 | + "locationName": "url", |
| 11080 | + "documentation": "URI of the HTML5 content to be rendered into the live stream." |
| 11081 | + }, |
| 11082 | + "Username": { |
| 11083 | + "shape": "__string", |
| 11084 | + "locationName": "username", |
| 11085 | + "documentation": "Documentation update needed" |
| 11086 | + } |
| 11087 | + }, |
| 11088 | + "documentation": "Settings to specify the rendering of motion graphics into the video stream." |
| 11089 | + }, |
| 11090 | + "MotionGraphicsConfiguration": { |
| 11091 | + "type": "structure", |
| 11092 | + "members": { |
| 11093 | + "MotionGraphicsInsertion": { |
| 11094 | + "shape": "MotionGraphicsInsertion", |
| 11095 | + "locationName": "motionGraphicsInsertion" |
| 11096 | + }, |
| 11097 | + "MotionGraphicsSettings": { |
| 11098 | + "shape": "MotionGraphicsSettings", |
| 11099 | + "locationName": "motionGraphicsSettings", |
| 11100 | + "documentation": "Motion Graphics Settings" |
| 11101 | + } |
| 11102 | + }, |
| 11103 | + "documentation": "Motion Graphics Configuration", |
| 11104 | + "required": [ |
| 11105 | + "MotionGraphicsSettings" |
| 11106 | + ] |
| 11107 | + }, |
| 11108 | + "MotionGraphicsDeactivateScheduleActionSettings": { |
| 11109 | + "type": "structure", |
| 11110 | + "members": { |
| 11111 | + }, |
| 11112 | + "documentation": "Settings to specify the ending of rendering motion graphics into the video stream." |
| 11113 | + }, |
| 11114 | + "MotionGraphicsInsertion": { |
| 11115 | + "type": "string", |
| 11116 | + "documentation": "Motion Graphics Insertion", |
| 11117 | + "enum": [ |
| 11118 | + "DISABLED", |
| 11119 | + "ENABLED" |
| 11120 | + ] |
| 11121 | + }, |
| 11122 | + "MotionGraphicsSettings": { |
| 11123 | + "type": "structure", |
| 11124 | + "members": { |
| 11125 | + "HtmlMotionGraphicsSettings": { |
| 11126 | + "shape": "HtmlMotionGraphicsSettings", |
| 11127 | + "locationName": "htmlMotionGraphicsSettings" |
| 11128 | + } |
| 11129 | + }, |
| 11130 | + "documentation": "Motion Graphics Settings" |
| 11131 | + }, |
11053 | 11132 | "Mp2CodingMode": {
|
11054 | 11133 | "type": "string",
|
11055 | 11134 | "documentation": "Mp2 Coding Mode",
|
|
12180 | 12259 | "locationName": "activeInputSwitchActionName",
|
12181 | 12260 | "documentation": "The name of the input switch schedule action that occurred most recently and that resulted in the switch to the current input attachment for this pipeline."
|
12182 | 12261 | },
|
| 12262 | + "ActiveMotionGraphicsActionName": { |
| 12263 | + "shape": "__string", |
| 12264 | + "locationName": "activeMotionGraphicsActionName", |
| 12265 | + "documentation": "The name of the motion graphics activate action that occurred most recently and that resulted in the current graphics URI for this pipeline." |
| 12266 | + }, |
| 12267 | + "ActiveMotionGraphicsUri": { |
| 12268 | + "shape": "__string", |
| 12269 | + "locationName": "activeMotionGraphicsUri", |
| 12270 | + "documentation": "The current URI being used for HTML5 motion graphics for this pipeline." |
| 12271 | + }, |
12183 | 12272 | "PipelineId": {
|
12184 | 12273 | "shape": "__string",
|
12185 | 12274 | "locationName": "pipelineId",
|
|
12783 | 12872 | "locationName": "inputSwitchSettings",
|
12784 | 12873 | "documentation": "Action to switch the input"
|
12785 | 12874 | },
|
| 12875 | + "MotionGraphicsImageActivateSettings": { |
| 12876 | + "shape": "MotionGraphicsActivateScheduleActionSettings", |
| 12877 | + "locationName": "motionGraphicsImageActivateSettings", |
| 12878 | + "documentation": "Action to activate a motion graphics image overlay" |
| 12879 | + }, |
| 12880 | + "MotionGraphicsImageDeactivateSettings": { |
| 12881 | + "shape": "MotionGraphicsDeactivateScheduleActionSettings", |
| 12882 | + "locationName": "motionGraphicsImageDeactivateSettings", |
| 12883 | + "documentation": "Action to deactivate a motion graphics image overlay" |
| 12884 | + }, |
12786 | 12885 | "PauseStateSettings": {
|
12787 | 12886 | "shape": "PauseStateScheduleActionSettings",
|
12788 | 12887 | "locationName": "pauseStateSettings",
|
|
15679 | 15778 | "max": 8589934591,
|
15680 | 15779 | "documentation": "Placeholder documentation for __longMin0Max8589934591"
|
15681 | 15780 | },
|
| 15781 | + "__longMin0Max86400000": { |
| 15782 | + "type": "long", |
| 15783 | + "min": 0, |
| 15784 | + "max": 86400000, |
| 15785 | + "documentation": "Placeholder documentation for __longMin0Max86400000" |
| 15786 | + }, |
15682 | 15787 | "__string": {
|
15683 | 15788 | "type": "string",
|
15684 | 15789 | "documentation": "Placeholder documentation for __string"
|
|
0 commit comments