Medialive Api Create Input Request Structure
The name of the input
CreateInputRequest is a JSON Structure definition published by Amazon MediaLive, describing 11 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Properties
Meta-schema: https://json-structure.org/meta/core/v0/#
JSON Structure
{
"$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-input-request-structure.json",
"name": "CreateInputRequest",
"type": "object",
"description": "The name of the input",
"properties": {
"Destinations": {
"allOf": [
{
"$ref": "#/components/schemas/__listOfInputDestinationRequest"
},
{
"xml": {
"name": "destinations"
},
"description": "Destination settings for PUSH type inputs."
}
]
},
"InputDevices": {
"allOf": [
{
"$ref": "#/components/schemas/__listOfInputDeviceSettings"
},
{
"xml": {
"name": "inputDevices"
},
"description": "Settings for the devices."
}
]
},
"InputSecurityGroups": {
"allOf": [
{
"$ref": "#/components/schemas/__listOf__string"
},
{
"xml": {
"name": "inputSecurityGroups"
},
"description": "A list of security groups referenced by IDs to attach to the input."
}
]
},
"MediaConnectFlows": {
"allOf": [
{
"$ref": "#/components/schemas/__listOfMediaConnectFlowRequest"
},
{
"xml": {
"name": "mediaConnectFlows"
},
"description": "A list of the MediaConnect Flows that you want to use in this input. You can specify as few as one\nFlow and presently, as many as two. The only requirement is when you have more than one is that each Flow is in a\nseparate Availability Zone as this ensures your EML input is redundant to AZ issues.\n"
}
]
},
"Name": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"xml": {
"name": "name"
},
"description": "Name of the input."
}
]
},
"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"
}
]
},
"RoleArn": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"xml": {
"name": "roleArn"
},
"description": "The Amazon Resource Name (ARN) of the role this input assumes during and after creation."
}
]
},
"Sources": {
"allOf": [
{
"$ref": "#/components/schemas/__listOfInputSourceRequest"
},
{
"xml": {
"name": "sources"
},
"description": "The source URLs for a PULL-type input. Every PULL type input needs\nexactly two source URLs for redundancy.\nOnly specify sources for PULL type Inputs. Leave Destinations empty.\n"
}
]
},
"Tags": {
"allOf": [
{
"$ref": "#/components/schemas/Tags"
},
{
"xml": {
"name": "tags"
},
"description": "A collection of key-value pairs."
}
]
},
"Type": {
"allOf": [
{
"$ref": "#/components/schemas/InputType"
},
{
"xml": {
"name": "type"
}
}
]
},
"Vpc": {
"allOf": [
{
"$ref": "#/components/schemas/InputVpcRequest"
},
{
"xml": {
"name": "vpc"
}
}
]
}
}
}
Work with this as data
Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/json-structures/medialive-api-create-input-request-structure"
curl "https://apis.io/api/v1/json-structures?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.