aws-sdk
Version:
AWS SDK for JavaScript
1,982 lines (1,981 loc) • 298 kB
JSON
{
"metadata": {
"apiVersion": "2017-10-14",
"endpointPrefix": "medialive",
"signingName": "medialive",
"serviceFullName": "AWS Elemental MediaLive",
"serviceId": "MediaLive",
"protocol": "rest-json",
"uid": "medialive-2017-10-14",
"signatureVersion": "v4",
"serviceAbbreviation": "MediaLive",
"jsonVersion": "1.1",
"auth": [
"aws.auth#sigv4"
]
},
"operations": {
"AcceptInputDeviceTransfer": {
"http": {
"requestUri": "/prod/inputDevices/{inputDeviceId}/accept",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"InputDeviceId": {
"location": "uri",
"locationName": "inputDeviceId"
}
},
"required": [
"InputDeviceId"
]
},
"output": {
"type": "structure",
"members": {}
}
},
"BatchDelete": {
"http": {
"requestUri": "/prod/batch/delete",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"ChannelIds": {
"shape": "S5",
"locationName": "channelIds"
},
"InputIds": {
"shape": "S5",
"locationName": "inputIds"
},
"InputSecurityGroupIds": {
"shape": "S5",
"locationName": "inputSecurityGroupIds"
},
"MultiplexIds": {
"shape": "S5",
"locationName": "multiplexIds"
}
}
},
"output": {
"type": "structure",
"members": {
"Failed": {
"shape": "S7",
"locationName": "failed"
},
"Successful": {
"shape": "S9",
"locationName": "successful"
}
}
}
},
"BatchStart": {
"http": {
"requestUri": "/prod/batch/start",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"ChannelIds": {
"shape": "S5",
"locationName": "channelIds"
},
"MultiplexIds": {
"shape": "S5",
"locationName": "multiplexIds"
}
}
},
"output": {
"type": "structure",
"members": {
"Failed": {
"shape": "S7",
"locationName": "failed"
},
"Successful": {
"shape": "S9",
"locationName": "successful"
}
}
}
},
"BatchStop": {
"http": {
"requestUri": "/prod/batch/stop",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"ChannelIds": {
"shape": "S5",
"locationName": "channelIds"
},
"MultiplexIds": {
"shape": "S5",
"locationName": "multiplexIds"
}
}
},
"output": {
"type": "structure",
"members": {
"Failed": {
"shape": "S7",
"locationName": "failed"
},
"Successful": {
"shape": "S9",
"locationName": "successful"
}
}
}
},
"BatchUpdateSchedule": {
"http": {
"method": "PUT",
"requestUri": "/prod/channels/{channelId}/schedule",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"ChannelId": {
"location": "uri",
"locationName": "channelId"
},
"Creates": {
"locationName": "creates",
"type": "structure",
"members": {
"ScheduleActions": {
"shape": "Sh",
"locationName": "scheduleActions"
}
},
"required": [
"ScheduleActions"
]
},
"Deletes": {
"locationName": "deletes",
"type": "structure",
"members": {
"ActionNames": {
"shape": "S5",
"locationName": "actionNames"
}
},
"required": [
"ActionNames"
]
}
},
"required": [
"ChannelId"
]
},
"output": {
"type": "structure",
"members": {
"Creates": {
"locationName": "creates",
"type": "structure",
"members": {
"ScheduleActions": {
"shape": "Sh",
"locationName": "scheduleActions"
}
},
"required": [
"ScheduleActions"
]
},
"Deletes": {
"locationName": "deletes",
"type": "structure",
"members": {
"ScheduleActions": {
"shape": "Sh",
"locationName": "scheduleActions"
}
},
"required": [
"ScheduleActions"
]
}
}
}
},
"CancelInputDeviceTransfer": {
"http": {
"requestUri": "/prod/inputDevices/{inputDeviceId}/cancel",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"InputDeviceId": {
"location": "uri",
"locationName": "inputDeviceId"
}
},
"required": [
"InputDeviceId"
]
},
"output": {
"type": "structure",
"members": {}
}
},
"ClaimDevice": {
"http": {
"requestUri": "/prod/claimDevice",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"Id": {
"locationName": "id"
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"CreateChannel": {
"http": {
"requestUri": "/prod/channels",
"responseCode": 201
},
"input": {
"type": "structure",
"members": {
"CdiInputSpecification": {
"shape": "S27",
"locationName": "cdiInputSpecification"
},
"ChannelClass": {
"locationName": "channelClass"
},
"Destinations": {
"shape": "S2a",
"locationName": "destinations"
},
"EncoderSettings": {
"shape": "S2i",
"locationName": "encoderSettings"
},
"InputAttachments": {
"shape": "Sdy",
"locationName": "inputAttachments"
},
"InputSpecification": {
"shape": "Sfn",
"locationName": "inputSpecification"
},
"LogLevel": {
"locationName": "logLevel"
},
"Maintenance": {
"locationName": "maintenance",
"type": "structure",
"members": {
"MaintenanceDay": {
"locationName": "maintenanceDay"
},
"MaintenanceStartTime": {
"locationName": "maintenanceStartTime"
}
}
},
"Name": {
"locationName": "name"
},
"RequestId": {
"locationName": "requestId",
"idempotencyToken": true
},
"Reserved": {
"locationName": "reserved",
"deprecated": true
},
"RoleArn": {
"locationName": "roleArn"
},
"Tags": {
"shape": "Sfv",
"locationName": "tags"
},
"Vpc": {
"locationName": "vpc",
"type": "structure",
"members": {
"PublicAddressAllocationIds": {
"shape": "S5",
"locationName": "publicAddressAllocationIds"
},
"SecurityGroupIds": {
"shape": "S5",
"locationName": "securityGroupIds"
},
"SubnetIds": {
"shape": "S5",
"locationName": "subnetIds"
}
},
"required": [
"SubnetIds"
]
}
}
},
"output": {
"type": "structure",
"members": {
"Channel": {
"shape": "Sfy",
"locationName": "channel"
}
}
}
},
"CreateInput": {
"http": {
"requestUri": "/prod/inputs",
"responseCode": 201
},
"input": {
"type": "structure",
"members": {
"Destinations": {
"shape": "Sg7",
"locationName": "destinations"
},
"InputDevices": {
"shape": "Sg9",
"locationName": "inputDevices"
},
"InputSecurityGroups": {
"shape": "S5",
"locationName": "inputSecurityGroups"
},
"MediaConnectFlows": {
"shape": "Sgb",
"locationName": "mediaConnectFlows"
},
"Name": {
"locationName": "name"
},
"RequestId": {
"locationName": "requestId",
"idempotencyToken": true
},
"RoleArn": {
"locationName": "roleArn"
},
"Sources": {
"shape": "Sgd",
"locationName": "sources"
},
"Tags": {
"shape": "Sfv",
"locationName": "tags"
},
"Type": {
"locationName": "type"
},
"Vpc": {
"locationName": "vpc",
"type": "structure",
"members": {
"SecurityGroupIds": {
"shape": "S5",
"locationName": "securityGroupIds"
},
"SubnetIds": {
"shape": "S5",
"locationName": "subnetIds"
}
},
"required": [
"SubnetIds"
]
},
"SrtSettings": {
"shape": "Sgh",
"locationName": "srtSettings"
}
}
},
"output": {
"type": "structure",
"members": {
"Input": {
"shape": "Sgn",
"locationName": "input"
}
}
}
},
"CreateInputSecurityGroup": {
"http": {
"requestUri": "/prod/inputSecurityGroups",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"Tags": {
"shape": "Sfv",
"locationName": "tags"
},
"WhitelistRules": {
"shape": "Sh3",
"locationName": "whitelistRules"
}
}
},
"output": {
"type": "structure",
"members": {
"SecurityGroup": {
"shape": "Sh6",
"locationName": "securityGroup"
}
}
}
},
"CreateMultiplex": {
"http": {
"requestUri": "/prod/multiplexes",
"responseCode": 201
},
"input": {
"type": "structure",
"members": {
"AvailabilityZones": {
"shape": "S5",
"locationName": "availabilityZones"
},
"MultiplexSettings": {
"shape": "Shb",
"locationName": "multiplexSettings"
},
"Name": {
"locationName": "name"
},
"RequestId": {
"locationName": "requestId",
"idempotencyToken": true
},
"Tags": {
"shape": "Sfv",
"locationName": "tags"
}
},
"required": [
"RequestId",
"MultiplexSettings",
"AvailabilityZones",
"Name"
]
},
"output": {
"type": "structure",
"members": {
"Multiplex": {
"shape": "Shg",
"locationName": "multiplex"
}
}
}
},
"CreateMultiplexProgram": {
"http": {
"requestUri": "/prod/multiplexes/{multiplexId}/programs",
"responseCode": 201
},
"input": {
"type": "structure",
"members": {
"MultiplexId": {
"location": "uri",
"locationName": "multiplexId"
},
"MultiplexProgramSettings": {
"shape": "Shm",
"locationName": "multiplexProgramSettings"
},
"ProgramName": {
"locationName": "programName"
},
"RequestId": {
"locationName": "requestId",
"idempotencyToken": true
}
},
"required": [
"MultiplexId",
"RequestId",
"MultiplexProgramSettings",
"ProgramName"
]
},
"output": {
"type": "structure",
"members": {
"MultiplexProgram": {
"shape": "Shu",
"locationName": "multiplexProgram"
}
}
}
},
"CreatePartnerInput": {
"http": {
"requestUri": "/prod/inputs/{inputId}/partners",
"responseCode": 201
},
"input": {
"type": "structure",
"members": {
"InputId": {
"location": "uri",
"locationName": "inputId"
},
"RequestId": {
"locationName": "requestId",
"idempotencyToken": true
},
"Tags": {
"shape": "Sfv",
"locationName": "tags"
}
},
"required": [
"InputId"
]
},
"output": {
"type": "structure",
"members": {
"Input": {
"shape": "Sgn",
"locationName": "input"
}
}
}
},
"CreateTags": {
"http": {
"requestUri": "/prod/tags/{resource-arn}",
"responseCode": 204
},
"input": {
"type": "structure",
"members": {
"ResourceArn": {
"location": "uri",
"locationName": "resource-arn"
},
"Tags": {
"shape": "Sfv",
"locationName": "tags"
}
},
"required": [
"ResourceArn"
]
}
},
"DeleteChannel": {
"http": {
"method": "DELETE",
"requestUri": "/prod/channels/{channelId}",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"ChannelId": {
"location": "uri",
"locationName": "channelId"
}
},
"required": [
"ChannelId"
]
},
"output": {
"type": "structure",
"members": {
"Arn": {
"locationName": "arn"
},
"CdiInputSpecification": {
"shape": "S27",
"locationName": "cdiInputSpecification"
},
"ChannelClass": {
"locationName": "channelClass"
},
"Destinations": {
"shape": "S2a",
"locationName": "destinations"
},
"EgressEndpoints": {
"shape": "Sfz",
"locationName": "egressEndpoints"
},
"EncoderSettings": {
"shape": "S2i",
"locationName": "encoderSettings"
},
"Id": {
"locationName": "id"
},
"InputAttachments": {
"shape": "Sdy",
"locationName": "inputAttachments"
},
"InputSpecification": {
"shape": "Sfn",
"locationName": "inputSpecification"
},
"LogLevel": {
"locationName": "logLevel"
},
"Maintenance": {
"shape": "Sg1",
"locationName": "maintenance"
},
"Name": {
"locationName": "name"
},
"PipelineDetails": {
"shape": "Sg2",
"locationName": "pipelineDetails"
},
"PipelinesRunningCount": {
"locationName": "pipelinesRunningCount",
"type": "integer"
},
"RoleArn": {
"locationName": "roleArn"
},
"State": {
"locationName": "state"
},
"Tags": {
"shape": "Sfv",
"locationName": "tags"
},
"Vpc": {
"shape": "Sg5",
"locationName": "vpc"
}
}
}
},
"DeleteInput": {
"http": {
"method": "DELETE",
"requestUri": "/prod/inputs/{inputId}",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"InputId": {
"location": "uri",
"locationName": "inputId"
}
},
"required": [
"InputId"
]
},
"output": {
"type": "structure",
"members": {}
}
},
"DeleteInputSecurityGroup": {
"http": {
"method": "DELETE",
"requestUri": "/prod/inputSecurityGroups/{inputSecurityGroupId}",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"InputSecurityGroupId": {
"location": "uri",
"locationName": "inputSecurityGroupId"
}
},
"required": [
"InputSecurityGroupId"
]
},
"output": {
"type": "structure",
"members": {}
}
},
"DeleteMultiplex": {
"http": {
"method": "DELETE",
"requestUri": "/prod/multiplexes/{multiplexId}",
"responseCode": 202
},
"input": {
"type": "structure",
"members": {
"MultiplexId": {
"location": "uri",
"locationName": "multiplexId"
}
},
"required": [
"MultiplexId"
]
},
"output": {
"type": "structure",
"members": {
"Arn": {
"locationName": "arn"
},
"AvailabilityZones": {
"shape": "S5",
"locationName": "availabilityZones"
},
"Destinations": {
"shape": "Shh",
"locationName": "destinations"
},
"Id": {
"locationName": "id"
},
"MultiplexSettings": {
"shape": "Shb",
"locationName": "multiplexSettings"
},
"Name": {
"locationName": "name"
},
"PipelinesRunningCount": {
"locationName": "pipelinesRunningCount",
"type": "integer"
},
"ProgramCount": {
"locationName": "programCount",
"type": "integer"
},
"State": {
"locationName": "state"
},
"Tags": {
"shape": "Sfv",
"locationName": "tags"
}
}
}
},
"DeleteMultiplexProgram": {
"http": {
"method": "DELETE",
"requestUri": "/prod/multiplexes/{multiplexId}/programs/{programName}",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"MultiplexId": {
"location": "uri",
"locationName": "multiplexId"
},
"ProgramName": {
"location": "uri",
"locationName": "programName"
}
},
"required": [
"MultiplexId",
"ProgramName"
]
},
"output": {
"type": "structure",
"members": {
"ChannelId": {
"locationName": "channelId"
},
"MultiplexProgramSettings": {
"shape": "Shm",
"locationName": "multiplexProgramSettings"
},
"PacketIdentifiersMap": {
"shape": "Shv",
"locationName": "packetIdentifiersMap"
},
"PipelineDetails": {
"shape": "Shx",
"locationName": "pipelineDetails"
},
"ProgramName": {
"locationName": "programName"
}
}
}
},
"DeleteReservation": {
"http": {
"method": "DELETE",
"requestUri": "/prod/reservations/{reservationId}",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"ReservationId": {
"location": "uri",
"locationName": "reservationId"
}
},
"required": [
"ReservationId"
]
},
"output": {
"type": "structure",
"members": {
"Arn": {
"locationName": "arn"
},
"Count": {
"locationName": "count",
"type": "integer"
},
"CurrencyCode": {
"locationName": "currencyCode"
},
"Duration": {
"locationName": "duration",
"type": "integer"
},
"DurationUnits": {
"locationName": "durationUnits"
},
"End": {
"locationName": "end"
},
"FixedPrice": {
"locationName": "fixedPrice",
"type": "double"
},
"Name": {
"locationName": "name"
},
"OfferingDescription": {
"locationName": "offeringDescription"
},
"OfferingId": {
"locationName": "offeringId"
},
"OfferingType": {
"locationName": "offeringType"
},
"Region": {
"locationName": "region"
},
"RenewalSettings": {
"shape": "Sig",
"locationName": "renewalSettings"
},
"ReservationId": {
"locationName": "reservationId"
},
"ResourceSpecification": {
"shape": "Sii",
"locationName": "resourceSpecification"
},
"Start": {
"locationName": "start"
},
"State": {
"locationName": "state"
},
"Tags": {
"shape": "Sfv",
"locationName": "tags"
},
"UsagePrice": {
"locationName": "usagePrice",
"type": "double"
}
}
}
},
"DeleteSchedule": {
"http": {
"method": "DELETE",
"requestUri": "/prod/channels/{channelId}/schedule",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"ChannelId": {
"location": "uri",
"locationName": "channelId"
}
},
"required": [
"ChannelId"
]
},
"output": {
"type": "structure",
"members": {}
}
},
"DeleteTags": {
"http": {
"method": "DELETE",
"requestUri": "/prod/tags/{resource-arn}",
"responseCode": 204
},
"input": {
"type": "structure",
"members": {
"ResourceArn": {
"location": "uri",
"locationName": "resource-arn"
},
"TagKeys": {
"shape": "S5",
"location": "querystring",
"locationName": "tagKeys"
}
},
"required": [
"TagKeys",
"ResourceArn"
]
}
},
"DescribeAccountConfiguration": {
"http": {
"method": "GET",
"requestUri": "/prod/accountConfiguration",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {}
},
"output": {
"type": "structure",
"members": {
"AccountConfiguration": {
"shape": "Siw",
"locationName": "accountConfiguration"
}
}
}
},
"DescribeChannel": {
"http": {
"method": "GET",
"requestUri": "/prod/channels/{channelId}",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"ChannelId": {
"location": "uri",
"locationName": "channelId"
}
},
"required": [
"ChannelId"
]
},
"output": {
"type": "structure",
"members": {
"Arn": {
"locationName": "arn"
},
"CdiInputSpecification": {
"shape": "S27",
"locationName": "cdiInputSpecification"
},
"ChannelClass": {
"locationName": "channelClass"
},
"Destinations": {
"shape": "S2a",
"locationName": "destinations"
},
"EgressEndpoints": {
"shape": "Sfz",
"locationName": "egressEndpoints"
},
"EncoderSettings": {
"shape": "S2i",
"locationName": "encoderSettings"
},
"Id": {
"locationName": "id"
},
"InputAttachments": {
"shape": "Sdy",
"locationName": "inputAttachments"
},
"InputSpecification": {
"shape": "Sfn",
"locationName": "inputSpecification"
},
"LogLevel": {
"locationName": "logLevel"
},
"Maintenance": {
"shape": "Sg1",
"locationName": "maintenance"
},
"Name": {
"locationName": "name"
},
"PipelineDetails": {
"shape": "Sg2",
"locationName": "pipelineDetails"
},
"PipelinesRunningCount": {
"locationName": "pipelinesRunningCount",
"type": "integer"
},
"RoleArn": {
"locationName": "roleArn"
},
"State": {
"locationName": "state"
},
"Tags": {
"shape": "Sfv",
"locationName": "tags"
},
"Vpc": {
"shape": "Sg5",
"locationName": "vpc"
}
}
}
},
"DescribeInput": {
"http": {
"method": "GET",
"requestUri": "/prod/inputs/{inputId}",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"InputId": {
"location": "uri",
"locationName": "inputId"
}
},
"required": [
"InputId"
]
},
"output": {
"type": "structure",
"members": {
"Arn": {
"locationName": "arn"
},
"AttachedChannels": {
"shape": "S5",
"locationName": "attachedChannels"
},
"Destinations": {
"shape": "Sgo",
"locationName": "destinations"
},
"Id": {
"locationName": "id"
},
"InputClass": {
"locationName": "inputClass"
},
"InputDevices": {
"shape": "Sg9",
"locationName": "inputDevices"
},
"InputPartnerIds": {
"shape": "S5",
"locationName": "inputPartnerIds"
},
"InputSourceType": {
"locationName": "inputSourceType"
},
"MediaConnectFlows": {
"shape": "Sgt",
"locationName": "mediaConnectFlows"
},
"Name": {
"locationName": "name"
},
"RoleArn": {
"locationName": "roleArn"
},
"SecurityGroups": {
"shape": "S5",
"locationName": "securityGroups"
},
"Sources": {
"shape": "Sgv",
"locationName": "sources"
},
"State": {
"locationName": "state"
},
"Tags": {
"shape": "Sfv",
"locationName": "tags"
},
"Type": {
"locationName": "type"
},
"SrtSettings": {
"shape": "Sgy",
"locationName": "srtSettings"
}
}
}
},
"DescribeInputDevice": {
"http": {
"method": "GET",
"requestUri": "/prod/inputDevices/{inputDeviceId}",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"InputDeviceId": {
"location": "uri",
"locationName": "inputDeviceId"
}
},
"required": [
"InputDeviceId"
]
},
"output": {
"type": "structure",
"members": {
"Arn": {
"locationName": "arn"
},
"ConnectionState": {
"locationName": "connectionState"
},
"DeviceSettingsSyncState": {
"locationName": "deviceSettingsSyncState"
},
"DeviceUpdateStatus": {
"locationName": "deviceUpdateStatus"
},
"HdDeviceSettings": {
"shape": "Sj6",
"locationName": "hdDeviceSettings"
},
"Id": {
"locationName": "id"
},
"MacAddress": {
"locationName": "macAddress"
},
"Name": {
"locationName": "name"
},
"NetworkSettings": {
"shape": "Sjb",
"locationName": "networkSettings"
},
"SerialNumber": {
"locationName": "serialNumber"
},
"Type": {
"locationName": "type"
},
"UhdDeviceSettings": {
"shape": "Sje",
"locationName": "uhdDeviceSettings"
},
"Tags": {
"shape": "Sfv",
"locationName": "tags"
},
"AvailabilityZone": {
"locationName": "availabilityZone"
},
"MedialiveInputArns": {
"shape": "S5",
"locationName": "medialiveInputArns"
},
"OutputType": {
"locationName": "outputType"
}
}
}
},
"DescribeInputDeviceThumbnail": {
"http": {
"method": "GET",
"requestUri": "/prod/inputDevices/{inputDeviceId}/thumbnailData",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"InputDeviceId": {
"location": "uri",
"locationName": "inputDeviceId"
},
"Accept": {
"location": "header",
"locationName": "accept"
}
},
"required": [
"InputDeviceId",
"Accept"
]
},
"output": {
"type": "structure",
"members": {
"Body": {
"locationName": "body",
"type": "blob",
"streaming": true
},
"ContentType": {
"location": "header",
"locationName": "Content-Type"
},
"ContentLength": {
"location": "header",
"locationName": "Content-Length",
"type": "long"
},
"ETag": {
"location": "header",
"locationName": "ETag"
},
"LastModified": {
"location": "header",
"locationName": "Last-Modified",
"type": "timestamp"
}
},
"payload": "Body"
}
},
"DescribeInputSecurityGroup": {
"http": {
"method": "GET",
"requestUri": "/prod/inputSecurityGroups/{inputSecurityGroupId}",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"InputSecurityGroupId": {
"location": "uri",
"locationName": "inputSecurityGroupId"
}
},
"required": [
"InputSecurityGroupId"
]
},
"output": {
"type": "structure",
"members": {
"Arn": {
"locationName": "arn"
},
"Id": {
"locationName": "id"
},
"Inputs": {
"shape": "S5",
"locationName": "inputs"
},
"State": {
"locationName": "state"
},
"Tags": {
"shape": "Sfv",
"locationName": "tags"
},
"WhitelistRules": {
"shape": "Sh8",
"locationName": "whitelistRules"
}
}
}
},
"DescribeMultiplex": {
"http": {
"method": "GET",
"requestUri": "/prod/multiplexes/{multiplexId}",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"MultiplexId": {
"location": "uri",
"locationName": "multiplexId"
}
},
"required": [
"MultiplexId"
]
},
"output": {
"type": "structure",
"members": {
"Arn": {
"locationName": "arn"
},
"AvailabilityZones": {
"shape": "S5",
"locationName": "availabilityZones"
},
"Destinations": {
"shape": "Shh",
"locationName": "destinations"
},
"Id": {
"locationName": "id"
},
"MultiplexSettings": {
"shape": "Shb",
"locationName": "multiplexSettings"
},
"Name": {
"locationName": "name"
},
"PipelinesRunningCount": {
"locationName": "pipelinesRunningCount",
"type": "integer"
},
"ProgramCount": {
"locationName": "programCount",
"type": "integer"
},
"State": {
"locationName": "state"
},
"Tags": {
"shape": "Sfv",
"locationName": "tags"
}
}
}
},
"DescribeMultiplexProgram": {
"http": {
"method": "GET",
"requestUri": "/prod/multiplexes/{multiplexId}/programs/{programName}",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"MultiplexId": {
"location": "uri",
"locationName": "multiplexId"
},
"ProgramName": {
"location": "uri",
"locationName": "programName"
}
},
"required": [
"MultiplexId",
"ProgramName"
]
},
"output": {
"type": "structure",
"members": {
"ChannelId": {
"locationName": "channelId"
},
"MultiplexProgramSettings": {
"shape": "Shm",
"locationName": "multiplexProgramSettings"
},
"PacketIdentifiersMap": {
"shape": "Shv",
"locationName": "packetIdentifiersMap"
},
"PipelineDetails": {
"shape": "Shx",
"locationName": "pipelineDetails"
},
"ProgramName": {
"locationName": "programName"
}
}
}
},
"DescribeOffering": {
"http": {
"method": "GET",
"requestUri": "/prod/offerings/{offeringId}",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"OfferingId": {
"location": "uri",
"locationName": "offeringId"
}
},
"required": [
"OfferingId"
]
},
"output": {
"type": "structure",
"members": {
"Arn": {
"locationName": "arn"
},
"CurrencyCode": {
"locationName": "currencyCode"
},
"Duration": {
"locationName": "duration",
"type": "integer"
},
"DurationUnits": {
"locationName": "durationUnits"
},
"FixedPrice": {
"locationName": "fixedPrice",
"type": "double"
},
"OfferingDescription": {
"locationName": "offeringDescription"
},
"OfferingId": {
"locationName": "offeringId"
},
"OfferingType": {
"locationName": "offeringType"
},
"Region": {
"locationName": "region"
},
"ResourceSpecification": {
"shape": "Sii",
"locationName": "resourceSpecification"
},
"UsagePrice": {
"locationName": "usagePrice",
"type": "double"
}
}
}
},
"DescribeReservation": {
"http": {
"method": "GET",
"requestUri": "/prod/reservations/{reservationId}",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"ReservationId": {
"location": "uri",
"locationName": "reservationId"
}
},
"required": [
"ReservationId"
]
},
"output": {
"type": "structure",
"members": {
"Arn": {
"locationName": "arn"
},
"Count": {
"locationName": "count",
"type": "integer"
},
"CurrencyCode": {
"locationName": "currencyCode"
},
"Duration": {
"locationName": "duration",
"type": "integer"
},
"DurationUnits": {
"locationName": "durationUnits"
},
"End": {
"locationName": "end"
},
"FixedPrice": {
"locationName": "fixedPrice",
"type": "double"
},
"Name": {
"locationName": "name"
},
"OfferingDescription": {
"locationName": "offeringDescription"
},
"OfferingId": {
"locationName": "offeringId"
},
"OfferingType": {
"locationName": "offeringType"
},
"Region": {
"locationName": "region"
},
"RenewalSettings": {
"shape": "Sig",
"locationName": "renewalSettings"
},
"ReservationId": {
"locationName": "reservationId"
},
"ResourceSpecification": {
"shape": "Sii",
"locationName": "resourceSpecification"
},
"Start": {
"locationName": "start"
},
"State": {
"locationName": "state"
},
"Tags": {
"shape": "Sfv",
"locationName": "tags"
},
"UsagePrice": {
"locationName": "usagePrice",
"type": "double"
}
}
}
},
"DescribeSchedule": {
"http": {
"method": "GET",
"requestUri": "/prod/channels/{channelId}/schedule",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"ChannelId": {
"location": "uri",
"locationName": "channelId"
},
"MaxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
},
"NextToken": {
"location": "querystring",
"locationName": "nextToken"
}
},
"required": [
"ChannelId"
]
},
"output": {
"type": "structure",
"members": {
"NextToken": {
"locationName": "nextToken"
},
"ScheduleActions": {
"shape": "Sh",
"locationName": "scheduleActions"
}
}
}
},
"DescribeThumbnails": {
"http": {
"method": "GET",
"requestUri": "/prod/channels/{channelId}/thumbnails",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"ChannelId": {
"location": "uri",
"locationName": "channelId"
},
"PipelineId": {
"location": "querystring",
"locationName": "pipelineId"
},
"ThumbnailType": {
"location": "querystring",
"locationName": "thumbnailType"
}
},
"required": [
"ThumbnailType",
"PipelineId",
"ChannelId"
]
},
"output": {
"type": "structure",
"members": {
"ThumbnailDetails": {
"locationName": "thumbnailDetails",
"type": "list",
"member": {
"type": "structure",
"members": {
"PipelineId": {
"locationName": "pipelineId"
},
"Thumbnails": {
"locationName": "thumbnails",
"type": "list",
"member": {
"type": "structure",
"members": {
"Body": {
"locationName": "body"
},
"ContentType": {
"locationName": "contentType"
},
"ThumbnailType": {
"locationName": "thumbnailType"
},
"TimeStamp": {
"shape": "Skc",
"locationName": "timeStamp"
}
}
}
}
}
}
}
}
}
},
"ListChannels": {
"http": {
"method": "GET",
"requestUri": "/prod/channels",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"MaxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
},
"NextToken": {
"location": "querystring",
"locationName": "nextToken"
}
}
},
"output": {
"type": "structure",
"members": {
"Channels": {
"locationName": "channels",
"type": "list",
"member": {
"type": "structure",
"members": {
"Arn": {
"locationName": "arn"
},
"CdiInputSpecification": {
"shape": "S27",
"locationName": "cdiInputSpecification"
},
"ChannelClass": {
"locationName": "channelClass"
},
"Destinations": {
"shape": "S2a",
"locationName": "destinations"
},
"EgressEndpoints": {
"shape": "Sfz",
"locationName": "egressEndpoints"
},
"Id": {
"locationName": "id"
},
"InputAttachments": {
"shape": "Sdy",
"locationName": "inputAttachments"
},
"InputSpecification": {
"shape": "Sfn",
"locationName": "inputSpecification"
},
"LogLevel": {
"locationName": "logLevel"
},
"Maintenance": {
"shape": "Sg1",
"locationName": "maintenance"
},
"Name": {
"locationName": "name"
},
"PipelinesRunningCount": {
"locationName": "pipelinesRunningCount",
"type": "integer"
},
"RoleArn": {
"locationName": "roleArn"
},
"State": {
"locationName": "state"
},
"Tags": {
"shape": "Sfv",
"locationName": "tags"
},
"Vpc": {
"shape": "Sg5",
"locationName": "vpc"
}
}
}
},
"NextToken": {
"locationName": "nextToken"
}
}
}
},
"ListInputDeviceTransfers": {
"http": {
"method": "GET",
"requestUri": "/prod/inputDeviceTransfers",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"MaxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
},
"NextToken": {
"location": "querystring",
"locationName": "nextToken"
},
"TransferType": {
"location": "querystring",
"locationName": "transferType"
}
},
"required": [
"TransferType"
]
},
"output": {
"type": "structure",
"members": {
"InputDeviceTransfers": {
"locationName": "inputDeviceTransfers",
"type": "list",
"member": {
"type": "structure",
"members": {
"Id": {
"locationName": "id"
},
"Message": {
"locationName": "message"
},
"TargetCustomerId": {
"locationName": "targetCustomerId"
},
"TransferType": {
"locationName": "transferType"
}
}
}
},
"NextToken": {
"locationName": "nextToken"
}
}
}
},
"ListInputDevices": {
"http": {
"method": "GET",
"requestUri": "/prod/inputDevices",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"MaxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
},
"NextToken": {
"location": "querystring",
"locationName": "nextToken"
}
}
},
"output": {
"type": "structure",
"members": {
"InputDevices": {
"locationName": "inputDevices",
"type": "list",
"member": {
"type": "structure",
"members": {
"Arn": {
"locationName": "arn"
},
"ConnectionState": {
"locationName": "connectionState"
},
"DeviceSettingsSyncState": {
"locationName": "deviceSettingsSyncState"
},
"DeviceUpdateStatus": {
"locationName": "deviceUpdateStatus"
},
"HdDeviceSettings": {
"shape": "Sj6",
"locationName": "hdDeviceSettings"
},
"Id": {
"locationName": "id"
},
"MacAddress": {
"locationName": "macAddress"
},
"Name": {
"locationName": "name"
},
"NetworkSettings": {
"shape": "Sjb",
"locationName": "networkSettings"
},
"SerialNumber": {
"locationName": "serialNumber"
},
"Type": {
"locationName": "type"
},
"UhdDeviceSettings": {
"shape": "Sje",
"locationName": "uhdDeviceSettings"
},
"Tags": {
"shape": "Sfv",
"locationName": "tags"
},
"AvailabilityZone": {
"locationName": "availabilityZone"
},
"MedialiveInputArns": {
"shape": "S5",
"locationName": "medialiveInputArns"
},
"OutputType": {
"locationName": "outputType"
}
}
}
},
"NextToken": {
"locationName": "nextToken"
}
}
}
},
"ListInputSecurityGroups": {
"http": {
"method": "GET",
"requestUri": "/prod/inputSecurityGroups",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"MaxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
},
"NextToken": {
"location": "querystring",
"locationName": "nextToken"
}
}
},
"output": {
"type": "structure",
"members": {