Amazon MediaLive · JSON Structure

Medialive Api Create Partner Input Response Structure

Placeholder documentation for CreatePartnerInputResponse

Type: object Properties: 1
BroadcastingMedia ProcessingMedia

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

Properties

Input

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-medialive/refs/heads/main/json-structure/medialive-api-create-partner-input-response-structure.json",
  "name": "CreatePartnerInputResponse",
  "type": "object",
  "description": "Placeholder documentation for CreatePartnerInputResponse",
  "properties": {
    "Input": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Input"
        },
        {
          "xml": {
            "name": "input"
          }
        }
      ]
    }
  }
}