Timing is a JSON Structure definition published by Amazon Elastic Transcoder, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-elastic-transcoder/refs/heads/main/json-structure/amazon-elastic-transcoder-timing-structure.json",
"name": "Timing",
"description": "Details about the timing of a job.",
"type": "object",
"properties": {
"SubmitTimeMillis": {
"allOf": [
{
"$ref": "#/components/schemas/NullableLong"
},
{
"description": "The time the job was submitted to Elastic Transcoder, in epoch milliseconds."
}
]
},
"StartTimeMillis": {
"allOf": [
{
"$ref": "#/components/schemas/NullableLong"
},
{
"description": "The time the job began transcoding, in epoch milliseconds."
}
]
},
"FinishTimeMillis": {
"allOf": [
{
"$ref": "#/components/schemas/NullableLong"
},
{
"description": "The time the job finished transcoding, in epoch milliseconds."
}
]
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.