CreatePresetResponse

The CreatePresetResponse structure.

Amazon Web ServicesMediaTranscodingVideo

Properties

Name Type Description
Preset object
Warning object
View JSON Schema on GitHub

JSON Schema

amazon-elastic-transcoder-create-preset-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-elastic-transcoder/refs/heads/main/json-schema/amazon-elastic-transcoder-create-preset-response-schema.json",
  "title": "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."
        }
      ]
    }
  }
}