|
3064 | 3064 | "RAW"
|
3065 | 3065 | ]
|
3066 | 3066 | },
|
| 3067 | + "CopyProtectionAction": { |
| 3068 | + "type": "string", |
| 3069 | + "documentation": "The action to take on copy and redistribution control XDS packets. If you select PASSTHROUGH, packets will not be changed. If you select STRIP, any packets will be removed in output captions.", |
| 3070 | + "enum": [ |
| 3071 | + "PASSTHROUGH", |
| 3072 | + "STRIP" |
| 3073 | + ] |
| 3074 | + }, |
3067 | 3075 | "CreateJobRequest": {
|
3068 | 3076 | "type": "structure",
|
3069 | 3077 | "members": {
|
|
4553 | 4561 | }
|
4554 | 4562 | }
|
4555 | 4563 | },
|
| 4564 | + "ExtendedDataServices": { |
| 4565 | + "type": "structure", |
| 4566 | + "members": { |
| 4567 | + "CopyProtectionAction": { |
| 4568 | + "shape": "CopyProtectionAction", |
| 4569 | + "locationName": "copyProtectionAction", |
| 4570 | + "documentation": "The action to take on copy and redistribution control XDS packets. If you select PASSTHROUGH, packets will not be changed. If you select STRIP, any packets will be removed in output captions." |
| 4571 | + }, |
| 4572 | + "VchipAction": { |
| 4573 | + "shape": "VchipAction", |
| 4574 | + "locationName": "vchipAction", |
| 4575 | + "documentation": "The action to take on content advisory XDS packets. If you select PASSTHROUGH, packets will not be changed. If you select STRIP, any packets will be removed in output captions." |
| 4576 | + } |
| 4577 | + }, |
| 4578 | + "documentation": "Hexadecimal value as per EIA-608 Line 21 Data Services, section 9.5.1.5 05h Content Advisory." |
| 4579 | + }, |
4556 | 4580 | "F4vMoovPlacement": {
|
4557 | 4581 | "type": "string",
|
4558 | 4582 | "documentation": "If set to PROGRESSIVE_DOWNLOAD, the MOOV atom is relocated to the beginning of the archive as required for progressive downloading. Otherwise it is placed normally at the end.",
|
|
6866 | 6890 | "locationName": "esam",
|
6867 | 6891 | "documentation": "Settings for Event Signaling And Messaging (ESAM). If you don't do ad insertion, you can ignore these settings."
|
6868 | 6892 | },
|
| 6893 | + "ExtendedDataServices": { |
| 6894 | + "shape": "ExtendedDataServices", |
| 6895 | + "locationName": "extendedDataServices", |
| 6896 | + "documentation": "Hexadecimal value as per EIA-608 Line 21 Data Services, section 9.5.1.5 05h Content Advisory." |
| 6897 | + }, |
6869 | 6898 | "Inputs": {
|
6870 | 6899 | "shape": "__listOfInput",
|
6871 | 6900 | "locationName": "inputs",
|
|
7022 | 7051 | "locationName": "esam",
|
7023 | 7052 | "documentation": "Settings for Event Signaling And Messaging (ESAM). If you don't do ad insertion, you can ignore these settings."
|
7024 | 7053 | },
|
| 7054 | + "ExtendedDataServices": { |
| 7055 | + "shape": "ExtendedDataServices", |
| 7056 | + "locationName": "extendedDataServices", |
| 7057 | + "documentation": "Hexadecimal value as per EIA-608 Line 21 Data Services, section 9.5.1.5 05h Content Advisory." |
| 7058 | + }, |
7025 | 7059 | "Inputs": {
|
7026 | 7060 | "shape": "__listOfInputTemplate",
|
7027 | 7061 | "locationName": "inputs",
|
|
10514 | 10548 | "HARD"
|
10515 | 10549 | ]
|
10516 | 10550 | },
|
| 10551 | + "VchipAction": { |
| 10552 | + "type": "string", |
| 10553 | + "documentation": "The action to take on content advisory XDS packets. If you select PASSTHROUGH, packets will not be changed. If you select STRIP, any packets will be removed in output captions.", |
| 10554 | + "enum": [ |
| 10555 | + "PASSTHROUGH", |
| 10556 | + "STRIP" |
| 10557 | + ] |
| 10558 | + }, |
10517 | 10559 | "VideoCodec": {
|
10518 | 10560 | "type": "string",
|
10519 | 10561 | "documentation": "Type of video codec",
|
|
0 commit comments