Amazon MediaLive Prod API

The Prod API from Amazon MediaLive — 38 operation(s) for prod.

OpenAPI Specification

amazon-medialive-prod-api-openapi.yml Raw ↑
openapi: 3.0.0
info:
  version: 2017-10-14
  x-release: v4
  title: AWS Elemental MediaLive Prod API
  description: API for AWS Elemental MediaLive
  x-logo:
    url: https://api.apis.guru/v2/cache/logo/https_twitter.com_awscloud_profile_image.png
    backgroundColor: '#FFFFFF'
  termsOfService: https://aws.amazon.com/service-terms/
  contact:
    name: Mike Ralphson
    email: mike.ralphson@gmail.com
    url: https://github.com/mermade/aws2openapi
    x-twitter: PermittedSoc
  license:
    name: Apache 2.0 License
    url: http://www.apache.org/licenses/
  x-providerName: amazonaws.com
  x-serviceName: medialive
  x-aws-signingName: medialive
  x-origin:
  - contentType: application/json
    url: https://raw.githubusercontent.com/aws/aws-sdk-js/master/apis/medialive-2017-10-14.normal.json
    converter:
      url: https://github.com/mermade/aws2openapi
      version: 1.0.0
    x-apisguru-driver: external
  x-apiClientRegistration:
    url: https://portal.aws.amazon.com/gp/aws/developer/registration/index.html?nc2=h_ct
  x-apisguru-categories:
  - cloud
  x-preferred: true
servers:
- url: http://medialive.{region}.amazonaws.com
  variables:
    region:
      description: The AWS region
      enum:
      - us-east-1
      - us-east-2
      - us-west-1
      - us-west-2
      - us-gov-west-1
      - us-gov-east-1
      - ca-central-1
      - eu-north-1
      - eu-west-1
      - eu-west-2
      - eu-west-3
      - eu-central-1
      - eu-south-1
      - af-south-1
      - ap-northeast-1
      - ap-northeast-2
      - ap-northeast-3
      - ap-southeast-1
      - ap-southeast-2
      - ap-east-1
      - ap-south-1
      - sa-east-1
      - me-south-1
      default: us-east-1
  description: The MediaLive multi-region endpoint
- url: https://medialive.{region}.amazonaws.com
  variables:
    region:
      description: The AWS region
      enum:
      - us-east-1
      - us-east-2
      - us-west-1
      - us-west-2
      - us-gov-west-1
      - us-gov-east-1
      - ca-central-1
      - eu-north-1
      - eu-west-1
      - eu-west-2
      - eu-west-3
      - eu-central-1
      - eu-south-1
      - af-south-1
      - ap-northeast-1
      - ap-northeast-2
      - ap-northeast-3
      - ap-southeast-1
      - ap-southeast-2
      - ap-east-1
      - ap-south-1
      - sa-east-1
      - me-south-1
      default: us-east-1
  description: The MediaLive multi-region endpoint
- url: http://medialive.{region}.amazonaws.com.cn
  variables:
    region:
      description: The AWS region
      enum:
      - cn-north-1
      - cn-northwest-1
      default: cn-north-1
  description: The MediaLive endpoint for China (Beijing) and China (Ningxia)
- url: https://medialive.{region}.amazonaws.com.cn
  variables:
    region:
      description: The AWS region
      enum:
      - cn-north-1
      - cn-northwest-1
      default: cn-north-1
  description: The MediaLive endpoint for China (Beijing) and China (Ningxia)
security:
- hmac: []
tags:
- name: Prod
paths:
  /prod/inputDevices/{inputDeviceId}/accept:
    parameters:
    - $ref: '#/components/parameters/X-Amz-Content-Sha256'
    - $ref: '#/components/parameters/X-Amz-Date'
    - $ref: '#/components/parameters/X-Amz-Algorithm'
    - $ref: '#/components/parameters/X-Amz-Credential'
    - $ref: '#/components/parameters/X-Amz-Security-Token'
    - $ref: '#/components/parameters/X-Amz-Signature'
    - $ref: '#/components/parameters/X-Amz-SignedHeaders'
    post:
      operationId: AcceptInputDeviceTransfer
      description: Accept an incoming input device transfer. The ownership of the device will transfer to your AWS account.
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AcceptInputDeviceTransferResponse'
              examples:
                AcceptInputDeviceTransfer200Example:
                  summary: Default AcceptInputDeviceTransfer 200 response
                  x-microcks-default: true
                  value: {}
        '480':
          description: BadRequestException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BadRequestException'
              examples:
                AcceptInputDeviceTransfer480Example:
                  summary: Default AcceptInputDeviceTransfer 480 response
                  x-microcks-default: true
                  value: {}
        '481':
          description: UnprocessableEntityException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/UnprocessableEntityException'
              examples:
                AcceptInputDeviceTransfer481Example:
                  summary: Default AcceptInputDeviceTransfer 481 response
                  x-microcks-default: true
                  value: {}
        '482':
          description: InternalServerErrorException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/InternalServerErrorException'
              examples:
                AcceptInputDeviceTransfer482Example:
                  summary: Default AcceptInputDeviceTransfer 482 response
                  x-microcks-default: true
                  value: {}
        '483':
          description: ForbiddenException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ForbiddenException'
              examples:
                AcceptInputDeviceTransfer483Example:
                  summary: Default AcceptInputDeviceTransfer 483 response
                  x-microcks-default: true
                  value: {}
        '484':
          description: BadGatewayException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BadGatewayException'
              examples:
                AcceptInputDeviceTransfer484Example:
                  summary: Default AcceptInputDeviceTransfer 484 response
                  x-microcks-default: true
                  value: {}
        '485':
          description: NotFoundException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/NotFoundException'
              examples:
                AcceptInputDeviceTransfer485Example:
                  summary: Default AcceptInputDeviceTransfer 485 response
                  x-microcks-default: true
                  value: {}
        '486':
          description: GatewayTimeoutException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/GatewayTimeoutException'
              examples:
                AcceptInputDeviceTransfer486Example:
                  summary: Default AcceptInputDeviceTransfer 486 response
                  x-microcks-default: true
                  value: {}
        '487':
          description: TooManyRequestsException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/TooManyRequestsException'
              examples:
                AcceptInputDeviceTransfer487Example:
                  summary: Default AcceptInputDeviceTransfer 487 response
                  x-microcks-default: true
                  value: {}
        '488':
          description: ConflictException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ConflictException'
              examples:
                AcceptInputDeviceTransfer488Example:
                  summary: Default AcceptInputDeviceTransfer 488 response
                  x-microcks-default: true
                  value: {}
      parameters:
      - name: inputDeviceId
        in: path
        required: true
        description: The unique ID of the input device to accept. For example, hd-123456789abcdef.
        schema:
          type: string
          description: Placeholder documentation for __string
      summary: Amazon MediaLive Accept Input Device Transfer
      x-microcks-operation:
        delay: 0
        dispatcher: FALLBACK
      tags:
      - Prod
  /prod/batch/delete:
    parameters:
    - $ref: '#/components/parameters/X-Amz-Content-Sha256'
    - $ref: '#/components/parameters/X-Amz-Date'
    - $ref: '#/components/parameters/X-Amz-Algorithm'
    - $ref: '#/components/parameters/X-Amz-Credential'
    - $ref: '#/components/parameters/X-Amz-Security-Token'
    - $ref: '#/components/parameters/X-Amz-Signature'
    - $ref: '#/components/parameters/X-Amz-SignedHeaders'
    post:
      operationId: BatchDelete
      description: Starts delete of resources.
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BatchDeleteResponse'
              examples:
                BatchDelete200Example:
                  summary: Default BatchDelete 200 response
                  x-microcks-default: true
                  value:
                    Failed: example-value
                    Successful: example-value
        '480':
          description: BadRequestException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BadRequestException'
              examples:
                BatchDelete480Example:
                  summary: Default BatchDelete 480 response
                  x-microcks-default: true
                  value: {}
        '481':
          description: InternalServerErrorException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/InternalServerErrorException'
              examples:
                BatchDelete481Example:
                  summary: Default BatchDelete 481 response
                  x-microcks-default: true
                  value: {}
        '482':
          description: ForbiddenException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ForbiddenException'
              examples:
                BatchDelete482Example:
                  summary: Default BatchDelete 482 response
                  x-microcks-default: true
                  value: {}
        '483':
          description: BadGatewayException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BadGatewayException'
              examples:
                BatchDelete483Example:
                  summary: Default BatchDelete 483 response
                  x-microcks-default: true
                  value: {}
        '484':
          description: NotFoundException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/NotFoundException'
              examples:
                BatchDelete484Example:
                  summary: Default BatchDelete 484 response
                  x-microcks-default: true
                  value: {}
        '485':
          description: GatewayTimeoutException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/GatewayTimeoutException'
              examples:
                BatchDelete485Example:
                  summary: Default BatchDelete 485 response
                  x-microcks-default: true
                  value: {}
        '486':
          description: TooManyRequestsException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/TooManyRequestsException'
              examples:
                BatchDelete486Example:
                  summary: Default BatchDelete 486 response
                  x-microcks-default: true
                  value: {}
        '487':
          description: ConflictException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ConflictException'
              examples:
                BatchDelete487Example:
                  summary: Default BatchDelete 487 response
                  x-microcks-default: true
                  value: {}
      parameters: []
      requestBody:
        required: true
        content:
          application/json:
            schema:
              type: object
              properties:
                channelIds:
                  description: Placeholder documentation for __listOf__string
                  type: array
                  items:
                    $ref: '#/components/schemas/__string'
                inputIds:
                  description: Placeholder documentation for __listOf__string
                  type: array
                  items:
                    $ref: '#/components/schemas/__string'
                inputSecurityGroupIds:
                  description: Placeholder documentation for __listOf__string
                  type: array
                  items:
                    $ref: '#/components/schemas/__string'
                multiplexIds:
                  description: Placeholder documentation for __listOf__string
                  type: array
                  items:
                    $ref: '#/components/schemas/__string'
      summary: Amazon MediaLive Batch Delete
      x-microcks-operation:
        delay: 0
        dispatcher: FALLBACK
      tags:
      - Prod
  /prod/batch/start:
    parameters:
    - $ref: '#/components/parameters/X-Amz-Content-Sha256'
    - $ref: '#/components/parameters/X-Amz-Date'
    - $ref: '#/components/parameters/X-Amz-Algorithm'
    - $ref: '#/components/parameters/X-Amz-Credential'
    - $ref: '#/components/parameters/X-Amz-Security-Token'
    - $ref: '#/components/parameters/X-Amz-Signature'
    - $ref: '#/components/parameters/X-Amz-SignedHeaders'
    post:
      operationId: BatchStart
      description: Starts existing resources
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BatchStartResponse'
              examples:
                BatchStart200Example:
                  summary: Default BatchStart 200 response
                  x-microcks-default: true
                  value:
                    Failed: example-value
                    Successful: example-value
        '480':
          description: BadRequestException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BadRequestException'
              examples:
                BatchStart480Example:
                  summary: Default BatchStart 480 response
                  x-microcks-default: true
                  value: {}
        '481':
          description: InternalServerErrorException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/InternalServerErrorException'
              examples:
                BatchStart481Example:
                  summary: Default BatchStart 481 response
                  x-microcks-default: true
                  value: {}
        '482':
          description: ForbiddenException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ForbiddenException'
              examples:
                BatchStart482Example:
                  summary: Default BatchStart 482 response
                  x-microcks-default: true
                  value: {}
        '483':
          description: BadGatewayException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BadGatewayException'
              examples:
                BatchStart483Example:
                  summary: Default BatchStart 483 response
                  x-microcks-default: true
                  value: {}
        '484':
          description: NotFoundException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/NotFoundException'
              examples:
                BatchStart484Example:
                  summary: Default BatchStart 484 response
                  x-microcks-default: true
                  value: {}
        '485':
          description: GatewayTimeoutException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/GatewayTimeoutException'
              examples:
                BatchStart485Example:
                  summary: Default BatchStart 485 response
                  x-microcks-default: true
                  value: {}
        '486':
          description: TooManyRequestsException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/TooManyRequestsException'
              examples:
                BatchStart486Example:
                  summary: Default BatchStart 486 response
                  x-microcks-default: true
                  value: {}
        '487':
          description: ConflictException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ConflictException'
              examples:
                BatchStart487Example:
                  summary: Default BatchStart 487 response
                  x-microcks-default: true
                  value: {}
      parameters: []
      requestBody:
        required: true
        content:
          application/json:
            schema:
              type: object
              properties:
                channelIds:
                  description: Placeholder documentation for __listOf__string
                  type: array
                  items:
                    $ref: '#/components/schemas/__string'
                multiplexIds:
                  description: Placeholder documentation for __listOf__string
                  type: array
                  items:
                    $ref: '#/components/schemas/__string'
      summary: Amazon MediaLive Batch Start
      x-microcks-operation:
        delay: 0
        dispatcher: FALLBACK
      tags:
      - Prod
  /prod/batch/stop:
    parameters:
    - $ref: '#/components/parameters/X-Amz-Content-Sha256'
    - $ref: '#/components/parameters/X-Amz-Date'
    - $ref: '#/components/parameters/X-Amz-Algorithm'
    - $ref: '#/components/parameters/X-Amz-Credential'
    - $ref: '#/components/parameters/X-Amz-Security-Token'
    - $ref: '#/components/parameters/X-Amz-Signature'
    - $ref: '#/components/parameters/X-Amz-SignedHeaders'
    post:
      operationId: BatchStop
      description: Stops running resources
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BatchStopResponse'
              examples:
                BatchStop200Example:
                  summary: Default BatchStop 200 response
                  x-microcks-default: true
                  value:
                    Failed: example-value
                    Successful: example-value
        '480':
          description: BadRequestException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BadRequestException'
              examples:
                BatchStop480Example:
                  summary: Default BatchStop 480 response
                  x-microcks-default: true
                  value: {}
        '481':
          description: InternalServerErrorException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/InternalServerErrorException'
              examples:
                BatchStop481Example:
                  summary: Default BatchStop 481 response
                  x-microcks-default: true
                  value: {}
        '482':
          description: ForbiddenException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ForbiddenException'
              examples:
                BatchStop482Example:
                  summary: Default BatchStop 482 response
                  x-microcks-default: true
                  value: {}
        '483':
          description: BadGatewayException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BadGatewayException'
              examples:
                BatchStop483Example:
                  summary: Default BatchStop 483 response
                  x-microcks-default: true
                  value: {}
        '484':
          description: NotFoundException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/NotFoundException'
              examples:
                BatchStop484Example:
                  summary: Default BatchStop 484 response
                  x-microcks-default: true
                  value: {}
        '485':
          description: GatewayTimeoutException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/GatewayTimeoutException'
              examples:
                BatchStop485Example:
                  summary: Default BatchStop 485 response
                  x-microcks-default: true
                  value: {}
        '486':
          description: TooManyRequestsException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/TooManyRequestsException'
              examples:
                BatchStop486Example:
                  summary: Default BatchStop 486 response
                  x-microcks-default: true
                  value: {}
        '487':
          description: ConflictException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ConflictException'
              examples:
                BatchStop487Example:
                  summary: Default BatchStop 487 response
                  x-microcks-default: true
                  value: {}
      parameters: []
      requestBody:
        required: true
        content:
          application/json:
            schema:
              type: object
              properties:
                channelIds:
                  description: Placeholder documentation for __listOf__string
                  type: array
                  items:
                    $ref: '#/components/schemas/__string'
                multiplexIds:
                  description: Placeholder documentation for __listOf__string
                  type: array
                  items:
                    $ref: '#/components/schemas/__string'
      summary: Amazon MediaLive Batch Stop
      x-microcks-operation:
        delay: 0
        dispatcher: FALLBACK
      tags:
      - Prod
  /prod/channels/{channelId}/schedule:
    parameters:
    - $ref: '#/components/parameters/X-Amz-Content-Sha256'
    - $ref: '#/components/parameters/X-Amz-Date'
    - $ref: '#/components/parameters/X-Amz-Algorithm'
    - $ref: '#/components/parameters/X-Amz-Credential'
    - $ref: '#/components/parameters/X-Amz-Security-Token'
    - $ref: '#/components/parameters/X-Amz-Signature'
    - $ref: '#/components/parameters/X-Amz-SignedHeaders'
    put:
      operationId: BatchUpdateSchedule
      description: Update a channel schedule
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BatchUpdateScheduleResponse'
              examples:
                BatchUpdateSchedule200Example:
                  summary: Default BatchUpdateSchedule 200 response
                  x-microcks-default: true
                  value:
                    Creates: example-value
                    Deletes: example-value
        '480':
          description: BadRequestException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BadRequestException'
              examples:
                BatchUpdateSchedule480Example:
                  summary: Default BatchUpdateSchedule 480 response
                  x-microcks-default: true
                  value: {}
        '481':
          description: UnprocessableEntityException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/UnprocessableEntityException'
              examples:
                BatchUpdateSchedule481Example:
                  summary: Default BatchUpdateSchedule 481 response
                  x-microcks-default: true
                  value: {}
        '482':
          description: InternalServerErrorException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/InternalServerErrorException'
              examples:
                BatchUpdateSchedule482Example:
                  summary: Default BatchUpdateSchedule 482 response
                  x-microcks-default: true
                  value: {}
        '483':
          description: ForbiddenException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ForbiddenException'
              examples:
                BatchUpdateSchedule483Example:
                  summary: Default BatchUpdateSchedule 483 response
                  x-microcks-default: true
                  value: {}
        '484':
          description: BadGatewayException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BadGatewayException'
              examples:
                BatchUpdateSchedule484Example:
                  summary: Default BatchUpdateSchedule 484 response
                  x-microcks-default: true
                  value: {}
        '485':
          description: NotFoundException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/NotFoundException'
              examples:
                BatchUpdateSchedule485Example:
                  summary: Default BatchUpdateSchedule 485 response
                  x-microcks-default: true
                  value: {}
        '486':
          description: GatewayTimeoutException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/GatewayTimeoutException'
              examples:
                BatchUpdateSchedule486Example:
                  summary: Default BatchUpdateSchedule 486 response
                  x-microcks-default: true
                  value: {}
        '487':
          description: TooManyRequestsException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/TooManyRequestsException'
              examples:
                BatchUpdateSchedule487Example:
                  summary: Default BatchUpdateSchedule 487 response
                  x-microcks-default: true
                  value: {}
      parameters:
      - name: channelId
        in: path
        required: true
        description: Id of the channel whose schedule is being updated.
        schema:
          type: string
          description: Placeholder documentation for __string
      requestBody:
        required: true
        content:
          application/json:
            schema:
              type: object
              properties:
                creates:
                  description: A list of schedule actions to create (in a request) or that have been created (in a response).
                  type: object
                  properties:
                    ScheduleActions:
                      allOf:
                      - $ref: '#/components/schemas/__listOfScheduleAction'
                      - xml:
                          name: scheduleActions
                        description: A list of schedule actions to create.
                deletes:
                  description: A list of schedule actions to delete.
                  type: object
                  properties:
                    ActionNames:
                      allOf:
                      - $ref: '#/components/schemas/__listOf__string'
                      - xml:
                          name: actionNames
                        description: A list of schedule actions to delete.
      summary: Amazon MediaLive Batch Update Schedule
      x-microcks-operation:
        delay: 0
        dispatcher: FALLBACK
      tags:
      - Prod
    delete:
      operationId: DeleteSchedule
      description: Delete all schedule actions on a channel.
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/DeleteScheduleResponse'
              examples:
                DeleteSchedule200Example:
                  summary: Default DeleteSchedule 200 response
                  x-microcks-default: true
                  value: {}
        '480':
          description: BadRequestException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BadRequestException'
              examples:
                DeleteSchedule480Example:
                  summary: Default DeleteSchedule 480 response
                  x-microcks-default: true
                  value: {}
        '481':
          description: InternalServerErrorException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/InternalServerErrorException'
              examples:
                DeleteSchedule481Example:
                  summary: Default DeleteSchedule 481 response
                  x-microcks-default: true
                  value: {}
        '482':
          description: ForbiddenException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ForbiddenException'
              examples:
                DeleteSchedule482Example:
                  summary: Default DeleteSchedule 482 response
                  x-microcks-default: true
                  value: {}
        '483':
          description: BadGatewayException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BadGatewayException'
              examples:
                DeleteSchedule483Example:
                  summary: Default DeleteSchedule 483 response
                  x-microcks-default: true
                  value: {}
        '484':
          description: NotFoundException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/NotFoundException'
              examples:
                DeleteSchedule484Example:
                  summary: Default DeleteSchedule 484 response
                  x-microcks-default: true
                  value: {}
        '485':
          description: GatewayTimeoutException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/GatewayTimeoutException'
              examples:
                DeleteSchedule485Example:
                  summary: Default DeleteSchedule 485 response
                  x-microcks-default: true
                  value: {}
        '486':
          description: TooManyRequestsException
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/TooManyRequestsException'
              examples:
                DeleteSchedule486Example:
                  summary: Default DeleteSchedule 486 response
                  x-microcks-default: true
                  value: {}
      parameters:
      - name: channelId
        in: path
        required: true
        description: Id of the channel whose schedule is being deleted.
        schema:
          type: string
          description: Placeholder documentation for __string
      summary: Amazon MediaLive Delete Schedule
      x-microcks-operati

# --- truncated at 32 KB (745 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/amazon-medialive/refs/heads/main/openapi/amazon-medialive-prod-api-openapi.yml