Amazon MediaLive · JSON Structure

Medialive Api Batch Successful Result Model Structure

Details from a successful operation

Type: object Properties: 3
BroadcastingMedia ProcessingMedia

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

Properties

Arn Id State

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-batch-successful-result-model-structure.json",
  "name": "BatchSuccessfulResultModel",
  "type": "object",
  "description": "Details from a successful operation",
  "properties": {
    "Arn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "arn"
          },
          "description": "ARN of the resource"
        }
      ]
    },
    "Id": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "id"
          },
          "description": "ID of the resource"
        }
      ]
    },
    "State": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "state"
          },
          "description": "Current state of the resource"
        }
      ]
    }
  }
}