Amazon Elastic Transcoder · JSON Structure

Amazon Elastic Transcoder Create Preset Response Structure

The CreatePresetResponse structure.

Type: object Properties: 2
Amazon Web ServicesMediaTranscodingVideo

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

Properties

Preset Warning

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-create-preset-response-structure.json",
  "name": "CreatePresetResponse",
  "description": "The <code>CreatePresetResponse</code> structure.",
  "type": "object",
  "properties": {
    "Preset": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Preset"
        },
        {
          "description": "A section of the response body that provides information about the preset that is created."
        }
      ]
    },
    "Warning": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "If the preset settings don't comply with the standards for the video codec but Elastic Transcoder created the preset, this message explains the reason the preset settings don't meet the standard. Elastic Transcoder created the preset because the settings might produce acceptable output."
        }
      ]
    }
  }
}