|
228 | 228 | {"shape":"ValidationException"}, |
229 | 229 | {"shape":"ResourceNotFoundException"} |
230 | 230 | ], |
231 | | - "documentation":"<p>Retrieves the specified channel that's configured in AWS Elemental MediaPackage, including the origin endpoints that are associated with it.</p>" |
| 231 | + "documentation":"<p>Retrieves the specified channel that's configured in AWS Elemental MediaPackage.</p>" |
232 | 232 | }, |
233 | 233 | "GetChannelGroup":{ |
234 | 234 | "name":"GetChannelGroup", |
|
246 | 246 | {"shape":"ValidationException"}, |
247 | 247 | {"shape":"ResourceNotFoundException"} |
248 | 248 | ], |
249 | | - "documentation":"<p>Retrieves the specified channel group that's configured in AWS Elemental MediaPackage, including the channels and origin endpoints that are associated with it.</p>" |
| 249 | + "documentation":"<p>Retrieves the specified channel group that's configured in AWS Elemental MediaPackage.</p>" |
250 | 250 | }, |
251 | 251 | "GetChannelPolicy":{ |
252 | 252 | "name":"GetChannelPolicy", |
|
353 | 353 | {"shape":"ValidationException"}, |
354 | 354 | {"shape":"ResourceNotFoundException"} |
355 | 355 | ], |
356 | | - "documentation":"<p>Retrieves all channels in a specific channel group that are configured in AWS Elemental MediaPackage, including the origin endpoints that are associated with it.</p>" |
| 356 | + "documentation":"<p>Retrieves all channels in a specific channel group that are configured in AWS Elemental MediaPackage.</p>" |
357 | 357 | }, |
358 | 358 | "ListHarvestJobs":{ |
359 | 359 | "name":"ListHarvestJobs", |
|
2951 | 2951 | "MQCSInputSwitching":{ |
2952 | 2952 | "shape":"Boolean", |
2953 | 2953 | "documentation":"<p>When true, AWS Elemental MediaPackage performs input switching based on the MQCS. Default is true. This setting is valid only when <code>InputType</code> is <code>CMAF</code>.</p>" |
| 2954 | + }, |
| 2955 | + "PreferredInput":{ |
| 2956 | + "shape":"InputSwitchConfigurationPreferredInputInteger", |
| 2957 | + "documentation":"<p>For CMAF inputs, indicates which input MediaPackage should prefer when both inputs have equal MQCS scores. Select <code>1</code> to prefer the first ingest endpoint, or <code>2</code> to prefer the second ingest endpoint. If you don't specify a preferred input, MediaPackage uses its default switching behavior when MQCS scores are equal.</p>" |
2954 | 2958 | } |
2955 | 2959 | }, |
2956 | 2960 | "documentation":"<p>The configuration for input switching based on the media quality confidence score (MQCS) as provided from AWS Elemental MediaLive.</p>" |
2957 | 2961 | }, |
| 2962 | + "InputSwitchConfigurationPreferredInputInteger":{ |
| 2963 | + "type":"integer", |
| 2964 | + "box":true, |
| 2965 | + "max":2, |
| 2966 | + "min":1 |
| 2967 | + }, |
2958 | 2968 | "InputType":{ |
2959 | 2969 | "type":"string", |
2960 | 2970 | "enum":[ |
|
4302 | 4312 | "CMAF_EXCLUDE_SEGMENT_DRM_METADATA_INCOMPATIBLE_CONTAINER_TYPE", |
4303 | 4313 | "ONLY_CMAF_INPUT_TYPE_ALLOW_MQCS_INPUT_SWITCHING", |
4304 | 4314 | "ONLY_CMAF_INPUT_TYPE_ALLOW_MQCS_OUTPUT_CONFIGURATION", |
| 4315 | + "ONLY_CMAF_INPUT_TYPE_ALLOW_PREFERRED_INPUT_CONFIGURATION", |
4305 | 4316 | "TS_CONTAINER_TYPE_WITH_MSS_MANIFEST", |
4306 | 4317 | "CMAF_CONTAINER_TYPE_WITH_MSS_MANIFEST", |
4307 | 4318 | "ISM_CONTAINER_TYPE_WITH_HLS_MANIFEST", |
|
0 commit comments