aws-sdk
Version:
AWS SDK for JavaScript
1,959 lines • 181 kB
JSON
{
"metadata": {
"apiVersion": "2017-08-29",
"endpointPrefix": "mediaconvert",
"signingName": "mediaconvert",
"serviceFullName": "AWS Elemental MediaConvert",
"serviceId": "MediaConvert",
"protocol": "rest-json",
"jsonVersion": "1.1",
"uid": "mediaconvert-2017-08-29",
"signatureVersion": "v4",
"serviceAbbreviation": "MediaConvert",
"auth": [
"aws.auth#sigv4"
]
},
"operations": {
"AssociateCertificate": {
"http": {
"requestUri": "/2017-08-29/certificates",
"responseCode": 201
},
"input": {
"type": "structure",
"members": {
"Arn": {
"locationName": "arn"
}
},
"required": [
"Arn"
]
},
"output": {
"type": "structure",
"members": {}
}
},
"CancelJob": {
"http": {
"method": "DELETE",
"requestUri": "/2017-08-29/jobs/{id}",
"responseCode": 202
},
"input": {
"type": "structure",
"members": {
"Id": {
"locationName": "id",
"location": "uri"
}
},
"required": [
"Id"
]
},
"output": {
"type": "structure",
"members": {}
}
},
"CreateJob": {
"http": {
"requestUri": "/2017-08-29/jobs",
"responseCode": 201
},
"input": {
"type": "structure",
"members": {
"AccelerationSettings": {
"shape": "S7",
"locationName": "accelerationSettings"
},
"BillingTagsSource": {
"locationName": "billingTagsSource"
},
"ClientRequestToken": {
"locationName": "clientRequestToken",
"idempotencyToken": true
},
"HopDestinations": {
"shape": "Sa",
"locationName": "hopDestinations"
},
"JobTemplate": {
"locationName": "jobTemplate"
},
"Priority": {
"locationName": "priority",
"type": "integer"
},
"Queue": {
"locationName": "queue"
},
"Role": {
"locationName": "role"
},
"Settings": {
"shape": "Se",
"locationName": "settings"
},
"SimulateReservedQueue": {
"locationName": "simulateReservedQueue"
},
"StatusUpdateInterval": {
"locationName": "statusUpdateInterval"
},
"Tags": {
"shape": "Slc",
"locationName": "tags"
},
"UserMetadata": {
"shape": "Slc",
"locationName": "userMetadata"
}
},
"required": [
"Role",
"Settings"
]
},
"output": {
"type": "structure",
"members": {
"Job": {
"shape": "Sle",
"locationName": "job"
}
}
}
},
"CreateJobTemplate": {
"http": {
"requestUri": "/2017-08-29/jobTemplates",
"responseCode": 201
},
"input": {
"type": "structure",
"members": {
"AccelerationSettings": {
"shape": "S7",
"locationName": "accelerationSettings"
},
"Category": {
"locationName": "category"
},
"Description": {
"locationName": "description"
},
"HopDestinations": {
"shape": "Sa",
"locationName": "hopDestinations"
},
"Name": {
"locationName": "name"
},
"Priority": {
"locationName": "priority",
"type": "integer"
},
"Queue": {
"locationName": "queue"
},
"Settings": {
"shape": "Slw",
"locationName": "settings"
},
"StatusUpdateInterval": {
"locationName": "statusUpdateInterval"
},
"Tags": {
"shape": "Slc",
"locationName": "tags"
}
},
"required": [
"Settings",
"Name"
]
},
"output": {
"type": "structure",
"members": {
"JobTemplate": {
"shape": "Sm0",
"locationName": "jobTemplate"
}
}
}
},
"CreatePreset": {
"http": {
"requestUri": "/2017-08-29/presets",
"responseCode": 201
},
"input": {
"type": "structure",
"members": {
"Category": {
"locationName": "category"
},
"Description": {
"locationName": "description"
},
"Name": {
"locationName": "name"
},
"Settings": {
"shape": "Sm3",
"locationName": "settings"
},
"Tags": {
"shape": "Slc",
"locationName": "tags"
}
},
"required": [
"Settings",
"Name"
]
},
"output": {
"type": "structure",
"members": {
"Preset": {
"shape": "Sm7",
"locationName": "preset"
}
}
}
},
"CreateQueue": {
"http": {
"requestUri": "/2017-08-29/queues",
"responseCode": 201
},
"input": {
"type": "structure",
"members": {
"Description": {
"locationName": "description"
},
"Name": {
"locationName": "name"
},
"PricingPlan": {
"locationName": "pricingPlan"
},
"ReservationPlanSettings": {
"shape": "Sma",
"locationName": "reservationPlanSettings"
},
"Status": {
"locationName": "status"
},
"Tags": {
"shape": "Slc",
"locationName": "tags"
}
},
"required": [
"Name"
]
},
"output": {
"type": "structure",
"members": {
"Queue": {
"shape": "Smf",
"locationName": "queue"
}
}
}
},
"DeleteJobTemplate": {
"http": {
"method": "DELETE",
"requestUri": "/2017-08-29/jobTemplates/{name}",
"responseCode": 202
},
"input": {
"type": "structure",
"members": {
"Name": {
"locationName": "name",
"location": "uri"
}
},
"required": [
"Name"
]
},
"output": {
"type": "structure",
"members": {}
}
},
"DeletePolicy": {
"http": {
"method": "DELETE",
"requestUri": "/2017-08-29/policy",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {}
},
"output": {
"type": "structure",
"members": {}
}
},
"DeletePreset": {
"http": {
"method": "DELETE",
"requestUri": "/2017-08-29/presets/{name}",
"responseCode": 202
},
"input": {
"type": "structure",
"members": {
"Name": {
"locationName": "name",
"location": "uri"
}
},
"required": [
"Name"
]
},
"output": {
"type": "structure",
"members": {}
}
},
"DeleteQueue": {
"http": {
"method": "DELETE",
"requestUri": "/2017-08-29/queues/{name}",
"responseCode": 202
},
"input": {
"type": "structure",
"members": {
"Name": {
"locationName": "name",
"location": "uri"
}
},
"required": [
"Name"
]
},
"output": {
"type": "structure",
"members": {}
}
},
"DescribeEndpoints": {
"http": {
"requestUri": "/2017-08-29/endpoints",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"MaxResults": {
"locationName": "maxResults",
"type": "integer"
},
"Mode": {
"locationName": "mode",
"type": "string",
"deprecated": true,
"deprecatedMessage": "DescribeEndpoints and account specific endpoints are no longer required. We recommend that you send your requests directly to the regional endpoint instead."
},
"NextToken": {
"locationName": "nextToken"
}
},
"deprecated": true,
"deprecatedMessage": "DescribeEndpoints and account specific endpoints are no longer required. We recommend that you send your requests directly to the regional endpoint instead."
},
"output": {
"type": "structure",
"members": {
"Endpoints": {
"locationName": "endpoints",
"type": "list",
"member": {
"type": "structure",
"members": {
"Url": {
"locationName": "url"
}
}
}
},
"NextToken": {
"locationName": "nextToken"
}
},
"deprecated": true,
"deprecatedMessage": "DescribeEndpoints and account specific endpoints are no longer required. We recommend that you send your requests directly to the regional endpoint instead."
},
"deprecated": true,
"deprecatedMessage": "DescribeEndpoints and account specific endpoints are no longer required. We recommend that you send your requests directly to the regional endpoint instead."
},
"DisassociateCertificate": {
"http": {
"method": "DELETE",
"requestUri": "/2017-08-29/certificates/{arn}",
"responseCode": 202
},
"input": {
"type": "structure",
"members": {
"Arn": {
"locationName": "arn",
"location": "uri"
}
},
"required": [
"Arn"
]
},
"output": {
"type": "structure",
"members": {}
}
},
"GetJob": {
"http": {
"method": "GET",
"requestUri": "/2017-08-29/jobs/{id}",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"Id": {
"locationName": "id",
"location": "uri"
}
},
"required": [
"Id"
]
},
"output": {
"type": "structure",
"members": {
"Job": {
"shape": "Sle",
"locationName": "job"
}
}
}
},
"GetJobTemplate": {
"http": {
"method": "GET",
"requestUri": "/2017-08-29/jobTemplates/{name}",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"Name": {
"locationName": "name",
"location": "uri"
}
},
"required": [
"Name"
]
},
"output": {
"type": "structure",
"members": {
"JobTemplate": {
"shape": "Sm0",
"locationName": "jobTemplate"
}
}
}
},
"GetPolicy": {
"http": {
"method": "GET",
"requestUri": "/2017-08-29/policy",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {}
},
"output": {
"type": "structure",
"members": {
"Policy": {
"shape": "Sn3",
"locationName": "policy"
}
}
}
},
"GetPreset": {
"http": {
"method": "GET",
"requestUri": "/2017-08-29/presets/{name}",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"Name": {
"locationName": "name",
"location": "uri"
}
},
"required": [
"Name"
]
},
"output": {
"type": "structure",
"members": {
"Preset": {
"shape": "Sm7",
"locationName": "preset"
}
}
}
},
"GetQueue": {
"http": {
"method": "GET",
"requestUri": "/2017-08-29/queues/{name}",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"Name": {
"locationName": "name",
"location": "uri"
}
},
"required": [
"Name"
]
},
"output": {
"type": "structure",
"members": {
"Queue": {
"shape": "Smf",
"locationName": "queue"
}
}
}
},
"ListJobTemplates": {
"http": {
"method": "GET",
"requestUri": "/2017-08-29/jobTemplates",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"Category": {
"locationName": "category",
"location": "querystring"
},
"ListBy": {
"locationName": "listBy",
"location": "querystring"
},
"MaxResults": {
"locationName": "maxResults",
"location": "querystring",
"type": "integer"
},
"NextToken": {
"locationName": "nextToken",
"location": "querystring"
},
"Order": {
"locationName": "order",
"location": "querystring"
}
}
},
"output": {
"type": "structure",
"members": {
"JobTemplates": {
"locationName": "jobTemplates",
"type": "list",
"member": {
"shape": "Sm0"
}
},
"NextToken": {
"locationName": "nextToken"
}
}
}
},
"ListJobs": {
"http": {
"method": "GET",
"requestUri": "/2017-08-29/jobs",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"MaxResults": {
"locationName": "maxResults",
"location": "querystring",
"type": "integer"
},
"NextToken": {
"locationName": "nextToken",
"location": "querystring"
},
"Order": {
"locationName": "order",
"location": "querystring"
},
"Queue": {
"locationName": "queue",
"location": "querystring"
},
"Status": {
"locationName": "status",
"location": "querystring"
}
}
},
"output": {
"type": "structure",
"members": {
"Jobs": {
"shape": "Snh",
"locationName": "jobs"
},
"NextToken": {
"locationName": "nextToken"
}
}
}
},
"ListPresets": {
"http": {
"method": "GET",
"requestUri": "/2017-08-29/presets",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"Category": {
"locationName": "category",
"location": "querystring"
},
"ListBy": {
"locationName": "listBy",
"location": "querystring"
},
"MaxResults": {
"locationName": "maxResults",
"location": "querystring",
"type": "integer"
},
"NextToken": {
"locationName": "nextToken",
"location": "querystring"
},
"Order": {
"locationName": "order",
"location": "querystring"
}
}
},
"output": {
"type": "structure",
"members": {
"NextToken": {
"locationName": "nextToken"
},
"Presets": {
"locationName": "presets",
"type": "list",
"member": {
"shape": "Sm7"
}
}
}
}
},
"ListQueues": {
"http": {
"method": "GET",
"requestUri": "/2017-08-29/queues",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"ListBy": {
"locationName": "listBy",
"location": "querystring"
},
"MaxResults": {
"locationName": "maxResults",
"location": "querystring",
"type": "integer"
},
"NextToken": {
"locationName": "nextToken",
"location": "querystring"
},
"Order": {
"locationName": "order",
"location": "querystring"
}
}
},
"output": {
"type": "structure",
"members": {
"NextToken": {
"locationName": "nextToken"
},
"Queues": {
"locationName": "queues",
"type": "list",
"member": {
"shape": "Smf"
}
}
}
}
},
"ListTagsForResource": {
"http": {
"method": "GET",
"requestUri": "/2017-08-29/tags/{arn}",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"Arn": {
"locationName": "arn",
"location": "uri"
}
},
"required": [
"Arn"
]
},
"output": {
"type": "structure",
"members": {
"ResourceTags": {
"locationName": "resourceTags",
"type": "structure",
"members": {
"Arn": {
"locationName": "arn"
},
"Tags": {
"shape": "Slc",
"locationName": "tags"
}
}
}
}
}
},
"PutPolicy": {
"http": {
"method": "PUT",
"requestUri": "/2017-08-29/policy",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"Policy": {
"shape": "Sn3",
"locationName": "policy"
}
},
"required": [
"Policy"
]
},
"output": {
"type": "structure",
"members": {
"Policy": {
"shape": "Sn3",
"locationName": "policy"
}
}
}
},
"SearchJobs": {
"http": {
"method": "GET",
"requestUri": "/2017-08-29/search",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"InputFile": {
"locationName": "inputFile",
"location": "querystring"
},
"MaxResults": {
"locationName": "maxResults",
"location": "querystring",
"type": "integer"
},
"NextToken": {
"locationName": "nextToken",
"location": "querystring"
},
"Order": {
"locationName": "order",
"location": "querystring"
},
"Queue": {
"locationName": "queue",
"location": "querystring"
},
"Status": {
"locationName": "status",
"location": "querystring"
}
}
},
"output": {
"type": "structure",
"members": {
"Jobs": {
"shape": "Snh",
"locationName": "jobs"
},
"NextToken": {
"locationName": "nextToken"
}
}
}
},
"TagResource": {
"http": {
"requestUri": "/2017-08-29/tags",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"Arn": {
"locationName": "arn"
},
"Tags": {
"shape": "Slc",
"locationName": "tags"
}
},
"required": [
"Arn",
"Tags"
]
},
"output": {
"type": "structure",
"members": {}
}
},
"UntagResource": {
"http": {
"method": "PUT",
"requestUri": "/2017-08-29/tags/{arn}",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"Arn": {
"locationName": "arn",
"location": "uri"
},
"TagKeys": {
"shape": "Slj",
"locationName": "tagKeys"
}
},
"required": [
"Arn"
]
},
"output": {
"type": "structure",
"members": {}
}
},
"UpdateJobTemplate": {
"http": {
"method": "PUT",
"requestUri": "/2017-08-29/jobTemplates/{name}",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"AccelerationSettings": {
"shape": "S7",
"locationName": "accelerationSettings"
},
"Category": {
"locationName": "category"
},
"Description": {
"locationName": "description"
},
"HopDestinations": {
"shape": "Sa",
"locationName": "hopDestinations"
},
"Name": {
"locationName": "name",
"location": "uri"
},
"Priority": {
"locationName": "priority",
"type": "integer"
},
"Queue": {
"locationName": "queue"
},
"Settings": {
"shape": "Slw",
"locationName": "settings"
},
"StatusUpdateInterval": {
"locationName": "statusUpdateInterval"
}
},
"required": [
"Name"
]
},
"output": {
"type": "structure",
"members": {
"JobTemplate": {
"shape": "Sm0",
"locationName": "jobTemplate"
}
}
}
},
"UpdatePreset": {
"http": {
"method": "PUT",
"requestUri": "/2017-08-29/presets/{name}",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"Category": {
"locationName": "category"
},
"Description": {
"locationName": "description"
},
"Name": {
"locationName": "name",
"location": "uri"
},
"Settings": {
"shape": "Sm3",
"locationName": "settings"
}
},
"required": [
"Name"
]
},
"output": {
"type": "structure",
"members": {
"Preset": {
"shape": "Sm7",
"locationName": "preset"
}
}
}
},
"UpdateQueue": {
"http": {
"method": "PUT",
"requestUri": "/2017-08-29/queues/{name}",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"Description": {
"locationName": "description"
},
"Name": {
"locationName": "name",
"location": "uri"
},
"ReservationPlanSettings": {
"shape": "Sma",
"locationName": "reservationPlanSettings"
},
"Status": {
"locationName": "status"
}
},
"required": [
"Name"
]
},
"output": {
"type": "structure",
"members": {
"Queue": {
"shape": "Smf",
"locationName": "queue"
}
}
}
}
},
"shapes": {
"S7": {
"type": "structure",
"members": {
"Mode": {
"locationName": "mode"
}
},
"required": [
"Mode"
]
},
"Sa": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Priority": {
"locationName": "priority",
"type": "integer"
},
"Queue": {
"locationName": "queue"
},
"WaitMinutes": {
"locationName": "waitMinutes",
"type": "integer"
}
}
}
},
"Se": {
"type": "structure",
"members": {
"AdAvailOffset": {
"locationName": "adAvailOffset",
"type": "integer"
},
"AvailBlanking": {
"shape": "Sg",
"locationName": "availBlanking"
},
"ColorConversion3DLUTSettings": {
"shape": "Si",
"locationName": "colorConversion3DLUTSettings"
},
"Esam": {
"shape": "Sn",
"locationName": "esam"
},
"ExtendedDataServices": {
"shape": "St",
"locationName": "extendedDataServices"
},
"FollowSource": {
"locationName": "followSource",
"type": "integer"
},
"Inputs": {
"locationName": "inputs",
"type": "list",
"member": {
"type": "structure",
"members": {
"AdvancedInputFilter": {
"locationName": "advancedInputFilter"
},
"AdvancedInputFilterSettings": {
"shape": "S10",
"locationName": "advancedInputFilterSettings"
},
"AudioSelectorGroups": {
"shape": "S13",
"locationName": "audioSelectorGroups"
},
"AudioSelectors": {
"shape": "S17",
"locationName": "audioSelectors"
},
"CaptionSelectors": {
"shape": "S1t",
"locationName": "captionSelectors"
},
"Crop": {
"shape": "S2i",
"locationName": "crop"
},
"DeblockFilter": {
"locationName": "deblockFilter"
},
"DecryptionSettings": {
"locationName": "decryptionSettings",
"type": "structure",
"members": {
"DecryptionMode": {
"locationName": "decryptionMode"
},
"EncryptedDecryptionKey": {
"locationName": "encryptedDecryptionKey"
},
"InitializationVector": {
"locationName": "initializationVector"
},
"KmsKeyRegion": {
"locationName": "kmsKeyRegion"
}
}
},
"DenoiseFilter": {
"locationName": "denoiseFilter"
},
"DolbyVisionMetadataXml": {
"locationName": "dolbyVisionMetadataXml"
},
"FileInput": {
"locationName": "fileInput"
},
"FilterEnable": {
"locationName": "filterEnable"
},
"FilterStrength": {
"locationName": "filterStrength",
"type": "integer"
},
"ImageInserter": {
"shape": "S2u",
"locationName": "imageInserter"
},
"InputClippings": {
"shape": "S32",
"locationName": "inputClippings"
},
"InputScanType": {
"locationName": "inputScanType"
},
"Position": {
"shape": "S2i",
"locationName": "position"
},
"ProgramNumber": {
"locationName": "programNumber",
"type": "integer"
},
"PsiControl": {
"locationName": "psiControl"
},
"SupplementalImps": {
"locationName": "supplementalImps",
"type": "list",
"member": {}
},
"TimecodeSource": {
"locationName": "timecodeSource"
},
"TimecodeStart": {
"locationName": "timecodeStart"
},
"VideoGenerator": {
"locationName": "videoGenerator",
"type": "structure",
"members": {
"Channels": {
"locationName": "channels",
"type": "integer"
},
"Duration": {
"locationName": "duration",
"type": "integer"
},
"FramerateDenominator": {
"locationName": "framerateDenominator",
"type": "integer"
},
"FramerateNumerator": {
"locationName": "framerateNumerator",
"type": "integer"
},
"SampleRate": {
"locationName": "sampleRate",
"type": "integer"
}
}
},
"VideoOverlays": {
"shape": "S3f",
"locationName": "videoOverlays"
},
"VideoSelector": {
"shape": "S3l",
"locationName": "videoSelector"
}
}
}
},
"KantarWatermark": {
"shape": "S3v",
"locationName": "kantarWatermark"
},
"MotionImageInserter": {
"shape": "S43",
"locationName": "motionImageInserter"
},
"NielsenConfiguration": {
"shape": "S4b",
"locationName": "nielsenConfiguration"
},
"NielsenNonLinearWatermark": {
"shape": "S4d",
"locationName": "nielsenNonLinearWatermark"
},
"OutputGroups": {
"shape": "S4k",
"locationName": "outputGroups"
},
"TimecodeConfig": {
"shape": "Sl4",
"locationName": "timecodeConfig"
},
"TimedMetadataInsertion": {
"shape": "Sl7",
"locationName": "timedMetadataInsertion"
}
}
},
"Sg": {
"type": "structure",
"members": {
"AvailBlankingImage": {
"locationName": "availBlankingImage"
}
}
},
"Si": {
"type": "list",
"member": {
"type": "structure",
"members": {
"FileInput": {
"locationName": "fileInput"
},
"InputColorSpace": {
"locationName": "inputColorSpace"
},
"InputMasteringLuminance": {
"locationName": "inputMasteringLuminance",
"type": "integer"
},
"OutputColorSpace": {
"locationName": "outputColorSpace"
},
"OutputMasteringLuminance": {
"locationName": "outputMasteringLuminance",
"type": "integer"
}
}
}
},
"Sn": {
"type": "structure",
"members": {
"ManifestConfirmConditionNotification": {
"locationName": "manifestConfirmConditionNotification",
"type": "structure",
"members": {
"MccXml": {
"locationName": "mccXml"
}
}
},
"ResponseSignalPreroll": {
"locationName": "responseSignalPreroll",
"type": "integer"
},
"SignalProcessingNotification": {
"locationName": "signalProcessingNotification",
"type": "structure",
"members": {
"SccXml": {
"locationName": "sccXml"
}
}
}
}
},
"St": {
"type": "structure",
"members": {
"CopyProtectionAction": {
"locationName": "copyProtectionAction"
},
"VchipAction": {
"locationName": "vchipAction"
}
}
},
"S10": {
"type": "structure",
"members": {
"AddTexture": {
"locationName": "addTexture"
},
"Sharpening": {
"locationName": "sharpening"
}
}
},
"S13": {
"type": "map",
"key": {},
"value": {
"type": "structure",
"members": {
"AudioSelectorNames": {
"shape": "S15",
"locationName": "audioSelectorNames"
}
}
}
},
"S15": {
"type": "list",
"member": {}
},
"S17": {
"type": "map",
"key": {},
"value": {
"type": "structure",
"members": {
"AudioDurationCorrection": {
"locationName": "audioDurationCorrection"
},
"CustomLanguageCode": {
"locationName": "customLanguageCode"
},
"DefaultSelection": {
"locationName": "defaultSelection"
},
"ExternalAudioFileInput": {
"locationName": "externalAudioFileInput"
},
"HlsRenditionGroupSettings": {
"locationName": "hlsRenditionGroupSettings",
"type": "structure",
"members": {
"RenditionGroupId": {
"locationName": "renditionGroupId"
},
"RenditionLanguageCode": {
"locationName": "renditionLanguageCode"
},
"RenditionName": {
"locationName": "renditionName"
}
}
},
"LanguageCode": {
"locationName": "languageCode"
},
"Offset": {
"locationName": "offset",
"type": "integer"
},
"Pids": {
"shape": "S1g",
"locationName": "pids"
},
"ProgramSelection": {
"locationName": "programSelection",
"type": "integer"
},
"RemixSettings": {
"shape": "S1j",
"locationName": "remixSettings"
},
"SelectorType": {
"locationName": "selectorType"
},
"Tracks": {
"shape": "S1g",
"locationName": "tracks"
}
}
}
},
"S1g": {
"type": "list",
"member": {
"type": "integer"
}
},
"S1j": {
"type": "structure",
"members": {
"AudioDescriptionAudioChannel": {
"locationName": "audioDescriptionAudioChannel",
"type": "integer"
},
"AudioDescriptionDataChannel": {
"locationName": "audioDescriptionDataChannel",
"type": "integer"
},
"ChannelMapping": {
"locationName": "channelMapping",
"type": "structure",
"members": {
"OutputChannels": {
"locationName": "outputChannels",
"type": "list",
"member": {
"type": "structure",
"members": {
"InputChannels": {
"locationName": "inputChannels",
"type": "list",
"member": {
"type": "integer"
}
},
"InputChannelsFineTune": {
"locationName": "inputChannelsFineTune",
"type": "list",
"member": {
"type": "double"
}
}
}
}
}
}
},
"ChannelsIn": {
"locationName": "channelsIn",
"type": "integer"
},
"ChannelsOut": {
"locationName": "channelsOut",
"type": "integer"
}
}
},
"S1t": {
"type": "map",
"key": {},
"value": {
"type": "structure",
"members": {
"CustomLanguageCode": {
"locationName": "customLanguageCode"
},
"LanguageCode": {
"locationName": "languageCode"
},
"SourceSettings": {
"locationName": "sourceSettings",
"type": "structure",
"members": {
"AncillarySourceSettings": {
"locationName": "ancillarySourceSettings",
"type": "structure",
"members": {
"Convert608To708": {
"locationName": "convert608To708"
},
"SourceAncillaryChannelNumber": {
"locationName": "sourceAncillaryChannelNumber",
"type": "integer"
},
"TerminateCaptions": {
"locationName": "terminateCaptions"
}
}
},
"DvbSubSourceSettings": {
"locationName": "dvbSubSourceSettings",
"type": "structure",
"members": {
"Pid": {
"locationName": "pid",
"type": "integer"
}
}
},
"EmbeddedSourceSettings": {
"locationName": "embeddedSourceSettings",
"type": "structure",
"members": {
"Convert608To708": {
"locationName": "convert608To708"
},
"Source608ChannelNumber": {
"locationName": "source608ChannelNumber",
"type": "integer"
},
"Source608TrackNumber": {
"locationName": "source608TrackNumber",
"type": "integer"
},
"TerminateCaptions": {
"locationName": "terminateCaptions"
}
}
},
"FileSourceSettings": {
"locationName": "fileSourceSettings",
"type": "structure",
"members": {
"Convert608To708": {
"locationName": "convert608To708"
},
"ConvertPaintToPop": {
"locationName": "convertPaintToPop"
},
"Framerate": {
"locationName": "framerate",
"type": "structure",
"members": {
"FramerateDenominator": {
"locationName": "framerateDenominator",
"type": "integer"
},
"FramerateNumerator": {
"locationName": "framerateNumerator",
"type": "integer"
}
}
},
"SourceFile": {
"locationName": "sourceFile"
},
"TimeDelta": {
"locationName": "timeDelta",
"type": "integer"
},
"TimeDeltaUnits": {
"locationName": "timeDeltaUnits"
}
}
},
"SourceType": {
"locationName": "sourceType"
},
"TeletextSourceSettings": {
"locationName": "teletextSourceSettings",
"type": "structure",
"members": {
"PageNumber": {
"locationName": "pageNumber"
}
}
},
"TrackSourceSettings": {
"locationName": "trackSourceSettings",
"type": "structure",
"members": {
"TrackNumber": {
"locationName": "trackNumber",
"type": "integer"
}
}
},
"WebvttHlsSourceSettings": {
"locationName": "webvttHlsSourceSettings",
"type": "structure",
"members": {
"RenditionGroupId": {
"locationName": "renditionGroupId"
},
"RenditionLanguageCode": {
"locationName": "renditionLanguageCode"
},
"RenditionName": {
"locationName": "renditionName"
}
}
}
}
}
}
}
},
"S2i": {
"type": "structure",
"members": {
"Height": {
"locationName": "height",
"type": "integer"
},
"Width": {
"locationName": "width",
"type": "integer"
},
"X": {
"locationName": "x",
"type": "integer"
},
"Y": {
"locationName": "y",
"type": "integer"
}
}
},
"S2u": {
"type": "structure",
"members": {
"InsertableImages": {
"locationName": "insertableImages",
"type": "list",
"member": {
"type": "structure",
"members": {
"Duration": {
"locationName": "duration",
"type": "integer"
},
"FadeIn": {
"locationName": "fadeIn",
"type": "integer"
},
"FadeOut": {
"locationName": "fadeOut",
"type": "integer"
},
"Height": {
"locationName": "height",
"type": "integer"
},
"ImageInserterInput": {
"locationName": "imageInserterInput"
},
"ImageX": {
"locationName": "imageX",
"type": "integer"
},
"ImageY": {
"locationName": "imageY",
"type": "integer"
},
"Layer": {
"locationName": "layer",
"type": "integer"
},
"Opacity": {
"locationName": "opacity",
"type": "integer"
},
"StartTime": {
"locationName": "startTime"
},
"Width": {
"locationName": "width",
"type": "integer"
}
}
}
},
"SdrReferenceWhiteLevel": {
"locationName": "sdrReferenceWhiteLevel",
"type": "integer"
}
}
},
"S32": {
"type": "list",
"member": {
"type": "structure",
"members": {
"EndTimecode": {
"locationName": "endTimecode"
},
"StartTimecode": {
"locationName": "startTimecode"
}
}
}
},
"S3f": {
"type": "list",
"member": {
"type": "structure",
"members": {
"EndTimecode": {
"locationName": "endTimecode"
},
"Input": {
"locationName": "input",
"type": "structure",
"members": {
"FileInput": {
"locationName": "fileInput"
},
"InputClippings": {
"locationName": "inputClippings",
"type": "list",
"member": {
"type": "structure",
"members": {
"EndTimecode": {
"locationName": "endTimecode"
},
"StartTimecode": {
"locationName": "startTimecode"
}
}
}
},
"TimecodeSource": {
"locationName": "timecodeSource"
},
"TimecodeStart": {
"locationName": "timecodeStart"
}
}
},
"StartTimecode": {
"locationName": "startTimecode"
}
}
}
},
"S3l": {
"type": "structure",
"members": {
"AlphaBehavior": {
"locationName": "alphaBehavior"
},
"ColorSpace": {
"locationName": "colorSpace"
},
"ColorSpaceUsage": {
"locationName": "colorSpaceUsage"
},
"EmbeddedTimecodeOverride": {
"locationName": "embeddedTimecodeOverride"
},
"Hdr10Metadata": {
"shape": "S3p",
"locationName": "hdr10Metadata"
},
"MaxLuminance": {
"locationName": "maxLuminance",
"type": "integer"
},
"PadVideo": {
"locationName": "padVideo"
},
"Pid": {
"locationName": "pid",
"type": "integer"
},
"ProgramNumber": {
"locationName": "programNumber",
"type": "integer"
},
"Rotate": {
"locationName": "rotate"
},
"SampleRange": {
"locationName": "sampleRange"
}
}
},
"S3p": {
"type": "structure",
"members": {
"BluePrimaryX": {
"locationName": "bluePrimaryX",
"type": "integer"
},
"BluePrimaryY": {
"locationName": "bluePrimaryY",
"type": "integer"
},
"GreenPrimaryX": {
"locationName": "greenPrimaryX",
"type": "integer"
},
"GreenPrimaryY": {
"locationName": "greenPrimaryY",
"type": "integer"
},
"MaxContentLightLevel": {
"locationName": "maxContentLightLevel",
"type": "integer"
},
"MaxFrameAverageLightLevel": {
"locationName": "maxFrameAverageLightLevel",
"type": "integer"
},
"MaxLuminance": {
"locationName": "maxLuminance",
"type": "integer"
},
"MinLuminance": {
"locationName": "minLuminance",
"type": "integer"
},
"RedPrimaryX": {
"locationName": "redPrimaryX",
"type": "integer"
},
"RedPrimaryY": {
"locationName": "redPrimaryY",
"type": "integer"
},
"WhitePointX": {
"locationName": "whitePointX",
"type": "integer"
},
"WhitePointY": {
"locationName": "whitePointY",
"type": "integer"
}
}
},
"S3v": {
"type": "structure",
"members": {
"ChannelName": {
"locationName": "channelName"
},
"ContentReference": {
"locationName": "contentReference"
},
"CredentialsSecretName": {
"locationName": "credentialsSecretName"
},
"FileOffset": {
"locationName": "fileOffset",
"type": "double"
},
"KantarLicenseId": {
"locationName": "kantarLicenseId",
"type": "integer"
},
"KantarServerUrl": {
"locationName": "kantarServerUrl"
},
"LogDestination": {
"locationName": "logDestination"
},
"Metadata3": {
"locationName": "metadata3"
},
"Metadata4": {
"locationName": "metadata4"
},
"Metadata5": {
"locationName": "metadata5"
},
"Metadata6": {
"locationName": "metadata6"
},
"Metadata7": {
"locationName": "metadata7"
},
"Metadata8": {
"locationName": "metadata8"
}
}
},
"S43": {
"type": "structure",
"members": {
"Framerate": {
"locationName": "framerate",
"type": "structure",
"members": {
"FramerateDenominator": {
"locationName": "framerateDenominator",
"type": "integer"
},
"FramerateNumerator": {
"locationName": "framerateNumerator",
"type": "integer"
}
}
},
"Input": {
"locationName": "input"
},
"InsertionMode": {
"locationName": "insertionMode"
},
"Offset": {
"locationName": "offset",
"type": "structure",
"members": {
"ImageX": {
"locationName": "imageX",
"type": "integer"
},
"ImageY": {
"locationName": "imageY",
"type": "integer"
}
}
},
"Playback": {
"locationName": "playback"
},
"StartTime": {
"locationName": "startTime"
}
}
},
"S4b": {
"type": "structure",
"members": {
"BreakoutCode": {
"locationN