Amazon Elastic Transcoder · JSON Structure

Amazon Elastic Transcoder Read Preset Response Structure

The ReadPresetResponse structure.

Type: object Properties: 1
Amazon Web ServicesMediaTranscodingVideo

ReadPresetResponse is a JSON Structure definition published by Amazon Elastic Transcoder, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Preset

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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-read-preset-response-structure.json",
  "name": "ReadPresetResponse",
  "description": "The <code>ReadPresetResponse</code> structure.",
  "type": "object",
  "properties": {
    "Preset": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Preset"
        },
        {
          "description": "A section of the response body that provides information about the preset."
        }
      ]
    }
  }
}