Amazon MediaLive · JSON Structure

Medialive Api Create Partner Input Request Structure

A request to create a partner input

Type: object Properties: 2
BroadcastingMedia ProcessingMedia

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

Properties

RequestId Tags

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-request-structure.json",
  "name": "CreatePartnerInputRequest",
  "type": "object",
  "description": "A request to create a partner input",
  "properties": {
    "RequestId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "requestId"
          },
          "description": "Unique identifier of the request to ensure the request is handled\nexactly once in case of retries.\n"
        }
      ]
    },
    "Tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Tags"
        },
        {
          "xml": {
            "name": "tags"
          },
          "description": "A collection of key-value pairs."
        }
      ]
    }
  }
}