aws-sdk
Version:
AWS SDK for JavaScript
1,802 lines (1,801 loc) • 126 kB
JSON
{
"metadata": {
"apiVersion": "2017-10-14",
"endpointPrefix": "medialive",
"signingName": "medialive",
"serviceFullName": "AWS Elemental MediaLive",
"serviceId": "MediaLive",
"protocol": "rest-json",
"jsonVersion": "1.1",
"uid": "medialive-2017-10-14",
"signatureVersion": "v4",
"serviceAbbreviation": "MediaLive"
},
"operations": {
"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": "S4",
"locationName": "scheduleActions"
}
},
"required": [
"ScheduleActions"
]
},
"Deletes": {
"locationName": "deletes",
"type": "structure",
"members": {
"ActionNames": {
"shape": "S11",
"locationName": "actionNames"
}
},
"required": [
"ActionNames"
]
}
},
"required": [
"ChannelId"
]
},
"output": {
"type": "structure",
"members": {
"Creates": {
"locationName": "creates",
"type": "structure",
"members": {
"ScheduleActions": {
"shape": "S4",
"locationName": "scheduleActions"
}
},
"required": [
"ScheduleActions"
]
},
"Deletes": {
"locationName": "deletes",
"type": "structure",
"members": {
"ScheduleActions": {
"shape": "S4",
"locationName": "scheduleActions"
}
},
"required": [
"ScheduleActions"
]
}
}
}
},
"CreateChannel": {
"http": {
"requestUri": "/prod/channels",
"responseCode": 201
},
"input": {
"type": "structure",
"members": {
"Destinations": {
"shape": "S16",
"locationName": "destinations"
},
"EncoderSettings": {
"shape": "S1a",
"locationName": "encoderSettings"
},
"InputAttachments": {
"shape": "S8p",
"locationName": "inputAttachments"
},
"InputSpecification": {
"shape": "S9p",
"locationName": "inputSpecification"
},
"LogLevel": {
"locationName": "logLevel"
},
"Name": {
"locationName": "name"
},
"RequestId": {
"locationName": "requestId",
"idempotencyToken": true
},
"Reserved": {
"locationName": "reserved",
"deprecated": true
},
"RoleArn": {
"locationName": "roleArn"
}
}
},
"output": {
"type": "structure",
"members": {
"Channel": {
"shape": "S9v",
"locationName": "channel"
}
}
}
},
"CreateInput": {
"http": {
"requestUri": "/prod/inputs",
"responseCode": 201
},
"input": {
"type": "structure",
"members": {
"Destinations": {
"shape": "Sa0",
"locationName": "destinations"
},
"InputSecurityGroups": {
"shape": "S11",
"locationName": "inputSecurityGroups"
},
"Name": {
"locationName": "name"
},
"RequestId": {
"locationName": "requestId",
"idempotencyToken": true
},
"Sources": {
"shape": "Sa2",
"locationName": "sources"
},
"Type": {
"locationName": "type"
}
}
},
"output": {
"type": "structure",
"members": {
"Input": {
"shape": "Sa6",
"locationName": "input"
}
}
}
},
"CreateInputSecurityGroup": {
"http": {
"requestUri": "/prod/inputSecurityGroups",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"WhitelistRules": {
"shape": "Sad",
"locationName": "whitelistRules"
}
}
},
"output": {
"type": "structure",
"members": {
"SecurityGroup": {
"shape": "Sag",
"locationName": "securityGroup"
}
}
}
},
"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"
},
"Destinations": {
"shape": "S16",
"locationName": "destinations"
},
"EgressEndpoints": {
"shape": "S9w",
"locationName": "egressEndpoints"
},
"EncoderSettings": {
"shape": "S1a",
"locationName": "encoderSettings"
},
"Id": {
"locationName": "id"
},
"InputAttachments": {
"shape": "S8p",
"locationName": "inputAttachments"
},
"InputSpecification": {
"shape": "S9p",
"locationName": "inputSpecification"
},
"LogLevel": {
"locationName": "logLevel"
},
"Name": {
"locationName": "name"
},
"PipelinesRunningCount": {
"locationName": "pipelinesRunningCount",
"type": "integer"
},
"RoleArn": {
"locationName": "roleArn"
},
"State": {
"locationName": "state"
}
}
}
},
"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": {}
}
},
"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"
},
"ReservationId": {
"locationName": "reservationId"
},
"ResourceSpecification": {
"shape": "Sau",
"locationName": "resourceSpecification"
},
"Start": {
"locationName": "start"
},
"State": {
"locationName": "state"
},
"UsagePrice": {
"locationName": "usagePrice",
"type": "double"
}
}
}
},
"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"
},
"Destinations": {
"shape": "S16",
"locationName": "destinations"
},
"EgressEndpoints": {
"shape": "S9w",
"locationName": "egressEndpoints"
},
"EncoderSettings": {
"shape": "S1a",
"locationName": "encoderSettings"
},
"Id": {
"locationName": "id"
},
"InputAttachments": {
"shape": "S8p",
"locationName": "inputAttachments"
},
"InputSpecification": {
"shape": "S9p",
"locationName": "inputSpecification"
},
"LogLevel": {
"locationName": "logLevel"
},
"Name": {
"locationName": "name"
},
"PipelinesRunningCount": {
"locationName": "pipelinesRunningCount",
"type": "integer"
},
"RoleArn": {
"locationName": "roleArn"
},
"State": {
"locationName": "state"
}
}
}
},
"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": "S11",
"locationName": "attachedChannels"
},
"Destinations": {
"shape": "Sa7",
"locationName": "destinations"
},
"Id": {
"locationName": "id"
},
"Name": {
"locationName": "name"
},
"SecurityGroups": {
"shape": "S11",
"locationName": "securityGroups"
},
"Sources": {
"shape": "Sa9",
"locationName": "sources"
},
"State": {
"locationName": "state"
},
"Type": {
"locationName": "type"
}
}
}
},
"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": "S11",
"locationName": "inputs"
},
"State": {
"locationName": "state"
},
"WhitelistRules": {
"shape": "Sai",
"locationName": "whitelistRules"
}
}
}
},
"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": "Sau",
"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"
},
"ReservationId": {
"locationName": "reservationId"
},
"ResourceSpecification": {
"shape": "Sau",
"locationName": "resourceSpecification"
},
"Start": {
"locationName": "start"
},
"State": {
"locationName": "state"
},
"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": "S4",
"locationName": "scheduleActions"
}
}
}
},
"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"
},
"Destinations": {
"shape": "S16",
"locationName": "destinations"
},
"EgressEndpoints": {
"shape": "S9w",
"locationName": "egressEndpoints"
},
"Id": {
"locationName": "id"
},
"InputAttachments": {
"shape": "S8p",
"locationName": "inputAttachments"
},
"InputSpecification": {
"shape": "S9p",
"locationName": "inputSpecification"
},
"LogLevel": {
"locationName": "logLevel"
},
"Name": {
"locationName": "name"
},
"PipelinesRunningCount": {
"locationName": "pipelinesRunningCount",
"type": "integer"
},
"RoleArn": {
"locationName": "roleArn"
},
"State": {
"locationName": "state"
}
}
}
},
"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": {
"InputSecurityGroups": {
"locationName": "inputSecurityGroups",
"type": "list",
"member": {
"shape": "Sag"
}
},
"NextToken": {
"locationName": "nextToken"
}
}
}
},
"ListInputs": {
"http": {
"method": "GET",
"requestUri": "/prod/inputs",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"MaxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
},
"NextToken": {
"location": "querystring",
"locationName": "nextToken"
}
}
},
"output": {
"type": "structure",
"members": {
"Inputs": {
"locationName": "inputs",
"type": "list",
"member": {
"shape": "Sa6"
}
},
"NextToken": {
"locationName": "nextToken"
}
}
}
},
"ListOfferings": {
"http": {
"method": "GET",
"requestUri": "/prod/offerings",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"ChannelConfiguration": {
"location": "querystring",
"locationName": "channelConfiguration"
},
"Codec": {
"location": "querystring",
"locationName": "codec"
},
"MaxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
},
"MaximumBitrate": {
"location": "querystring",
"locationName": "maximumBitrate"
},
"MaximumFramerate": {
"location": "querystring",
"locationName": "maximumFramerate"
},
"NextToken": {
"location": "querystring",
"locationName": "nextToken"
},
"Resolution": {
"location": "querystring",
"locationName": "resolution"
},
"ResourceType": {
"location": "querystring",
"locationName": "resourceType"
},
"SpecialFeature": {
"location": "querystring",
"locationName": "specialFeature"
},
"VideoQuality": {
"location": "querystring",
"locationName": "videoQuality"
}
}
},
"output": {
"type": "structure",
"members": {
"NextToken": {
"locationName": "nextToken"
},
"Offerings": {
"locationName": "offerings",
"type": "list",
"member": {
"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": "Sau",
"locationName": "resourceSpecification"
},
"UsagePrice": {
"locationName": "usagePrice",
"type": "double"
}
}
}
}
}
}
},
"ListReservations": {
"http": {
"method": "GET",
"requestUri": "/prod/reservations",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"Codec": {
"location": "querystring",
"locationName": "codec"
},
"MaxResults": {
"location": "querystring",
"locationName": "maxResults",
"type": "integer"
},
"MaximumBitrate": {
"location": "querystring",
"locationName": "maximumBitrate"
},
"MaximumFramerate": {
"location": "querystring",
"locationName": "maximumFramerate"
},
"NextToken": {
"location": "querystring",
"locationName": "nextToken"
},
"Resolution": {
"location": "querystring",
"locationName": "resolution"
},
"ResourceType": {
"location": "querystring",
"locationName": "resourceType"
},
"SpecialFeature": {
"location": "querystring",
"locationName": "specialFeature"
},
"VideoQuality": {
"location": "querystring",
"locationName": "videoQuality"
}
}
},
"output": {
"type": "structure",
"members": {
"NextToken": {
"locationName": "nextToken"
},
"Reservations": {
"locationName": "reservations",
"type": "list",
"member": {
"shape": "Sbx"
}
}
}
}
},
"PurchaseOffering": {
"http": {
"requestUri": "/prod/offerings/{offeringId}/purchase",
"responseCode": 201
},
"input": {
"type": "structure",
"members": {
"Count": {
"locationName": "count",
"type": "integer"
},
"Name": {
"locationName": "name"
},
"OfferingId": {
"location": "uri",
"locationName": "offeringId"
},
"RequestId": {
"locationName": "requestId",
"idempotencyToken": true
},
"Start": {
"locationName": "start"
}
},
"required": [
"OfferingId",
"Count"
]
},
"output": {
"type": "structure",
"members": {
"Reservation": {
"shape": "Sbx",
"locationName": "reservation"
}
}
}
},
"StartChannel": {
"http": {
"requestUri": "/prod/channels/{channelId}/start",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"ChannelId": {
"location": "uri",
"locationName": "channelId"
}
},
"required": [
"ChannelId"
]
},
"output": {
"type": "structure",
"members": {
"Arn": {
"locationName": "arn"
},
"Destinations": {
"shape": "S16",
"locationName": "destinations"
},
"EgressEndpoints": {
"shape": "S9w",
"locationName": "egressEndpoints"
},
"EncoderSettings": {
"shape": "S1a",
"locationName": "encoderSettings"
},
"Id": {
"locationName": "id"
},
"InputAttachments": {
"shape": "S8p",
"locationName": "inputAttachments"
},
"InputSpecification": {
"shape": "S9p",
"locationName": "inputSpecification"
},
"LogLevel": {
"locationName": "logLevel"
},
"Name": {
"locationName": "name"
},
"PipelinesRunningCount": {
"locationName": "pipelinesRunningCount",
"type": "integer"
},
"RoleArn": {
"locationName": "roleArn"
},
"State": {
"locationName": "state"
}
}
}
},
"StopChannel": {
"http": {
"requestUri": "/prod/channels/{channelId}/stop",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"ChannelId": {
"location": "uri",
"locationName": "channelId"
}
},
"required": [
"ChannelId"
]
},
"output": {
"type": "structure",
"members": {
"Arn": {
"locationName": "arn"
},
"Destinations": {
"shape": "S16",
"locationName": "destinations"
},
"EgressEndpoints": {
"shape": "S9w",
"locationName": "egressEndpoints"
},
"EncoderSettings": {
"shape": "S1a",
"locationName": "encoderSettings"
},
"Id": {
"locationName": "id"
},
"InputAttachments": {
"shape": "S8p",
"locationName": "inputAttachments"
},
"InputSpecification": {
"shape": "S9p",
"locationName": "inputSpecification"
},
"LogLevel": {
"locationName": "logLevel"
},
"Name": {
"locationName": "name"
},
"PipelinesRunningCount": {
"locationName": "pipelinesRunningCount",
"type": "integer"
},
"RoleArn": {
"locationName": "roleArn"
},
"State": {
"locationName": "state"
}
}
}
},
"UpdateChannel": {
"http": {
"method": "PUT",
"requestUri": "/prod/channels/{channelId}",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"ChannelId": {
"location": "uri",
"locationName": "channelId"
},
"Destinations": {
"shape": "S16",
"locationName": "destinations"
},
"EncoderSettings": {
"shape": "S1a",
"locationName": "encoderSettings"
},
"InputAttachments": {
"shape": "S8p",
"locationName": "inputAttachments"
},
"InputSpecification": {
"shape": "S9p",
"locationName": "inputSpecification"
},
"LogLevel": {
"locationName": "logLevel"
},
"Name": {
"locationName": "name"
},
"RoleArn": {
"locationName": "roleArn"
}
},
"required": [
"ChannelId"
]
},
"output": {
"type": "structure",
"members": {
"Channel": {
"shape": "S9v",
"locationName": "channel"
}
}
}
},
"UpdateInput": {
"http": {
"method": "PUT",
"requestUri": "/prod/inputs/{inputId}",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"Destinations": {
"shape": "Sa0",
"locationName": "destinations"
},
"InputId": {
"location": "uri",
"locationName": "inputId"
},
"InputSecurityGroups": {
"shape": "S11",
"locationName": "inputSecurityGroups"
},
"Name": {
"locationName": "name"
},
"Sources": {
"shape": "Sa2",
"locationName": "sources"
}
},
"required": [
"InputId"
]
},
"output": {
"type": "structure",
"members": {
"Input": {
"shape": "Sa6",
"locationName": "input"
}
}
}
},
"UpdateInputSecurityGroup": {
"http": {
"method": "PUT",
"requestUri": "/prod/inputSecurityGroups/{inputSecurityGroupId}",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"InputSecurityGroupId": {
"location": "uri",
"locationName": "inputSecurityGroupId"
},
"WhitelistRules": {
"shape": "Sad",
"locationName": "whitelistRules"
}
},
"required": [
"InputSecurityGroupId"
]
},
"output": {
"type": "structure",
"members": {
"SecurityGroup": {
"shape": "Sag",
"locationName": "securityGroup"
}
}
}
}
},
"shapes": {
"S4": {
"type": "list",
"member": {
"type": "structure",
"members": {
"ActionName": {
"locationName": "actionName"
},
"ScheduleActionSettings": {
"locationName": "scheduleActionSettings",
"type": "structure",
"members": {
"InputSwitchSettings": {
"locationName": "inputSwitchSettings",
"type": "structure",
"members": {
"InputAttachmentNameReference": {
"locationName": "inputAttachmentNameReference"
}
},
"required": [
"InputAttachmentNameReference"
]
},
"Scte35ReturnToNetworkSettings": {
"locationName": "scte35ReturnToNetworkSettings",
"type": "structure",
"members": {
"SpliceEventId": {
"locationName": "spliceEventId",
"type": "long"
}
},
"required": [
"SpliceEventId"
]
},
"Scte35SpliceInsertSettings": {
"locationName": "scte35SpliceInsertSettings",
"type": "structure",
"members": {
"Duration": {
"locationName": "duration",
"type": "long"
},
"SpliceEventId": {
"locationName": "spliceEventId",
"type": "long"
}
},
"required": [
"SpliceEventId"
]
},
"Scte35TimeSignalSettings": {
"locationName": "scte35TimeSignalSettings",
"type": "structure",
"members": {
"Scte35Descriptors": {
"locationName": "scte35Descriptors",
"type": "list",
"member": {
"type": "structure",
"members": {
"Scte35DescriptorSettings": {
"locationName": "scte35DescriptorSettings",
"type": "structure",
"members": {
"SegmentationDescriptorScte35DescriptorSettings": {
"locationName": "segmentationDescriptorScte35DescriptorSettings",
"type": "structure",
"members": {
"DeliveryRestrictions": {
"locationName": "deliveryRestrictions",
"type": "structure",
"members": {
"ArchiveAllowedFlag": {
"locationName": "archiveAllowedFlag"
},
"DeviceRestrictions": {
"locationName": "deviceRestrictions"
},
"NoRegionalBlackoutFlag": {
"locationName": "noRegionalBlackoutFlag"
},
"WebDeliveryAllowedFlag": {
"locationName": "webDeliveryAllowedFlag"
}
},
"required": [
"DeviceRestrictions",
"ArchiveAllowedFlag",
"WebDeliveryAllowedFlag",
"NoRegionalBlackoutFlag"
]
},
"SegmentNum": {
"locationName": "segmentNum",
"type": "integer"
},
"SegmentationCancelIndicator": {
"locationName": "segmentationCancelIndicator"
},
"SegmentationDuration": {
"locationName": "segmentationDuration",
"type": "long"
},
"SegmentationEventId": {
"locationName": "segmentationEventId",
"type": "long"
},
"SegmentationTypeId": {
"locationName": "segmentationTypeId",
"type": "integer"
},
"SegmentationUpid": {
"locationName": "segmentationUpid"
},
"SegmentationUpidType": {
"locationName": "segmentationUpidType",
"type": "integer"
},
"SegmentsExpected": {
"locationName": "segmentsExpected",
"type": "integer"
},
"SubSegmentNum": {
"locationName": "subSegmentNum",
"type": "integer"
},
"SubSegmentsExpected": {
"locationName": "subSegmentsExpected",
"type": "integer"
}
},
"required": [
"SegmentationEventId",
"SegmentationCancelIndicator"
]
}
},
"required": [
"SegmentationDescriptorScte35DescriptorSettings"
]
}
},
"required": [
"Scte35DescriptorSettings"
]
}
}
},
"required": [
"Scte35Descriptors"
]
},
"StaticImageActivateSettings": {
"locationName": "staticImageActivateSettings",
"type": "structure",
"members": {
"Duration": {
"locationName": "duration",
"type": "integer"
},
"FadeIn": {
"locationName": "fadeIn",
"type": "integer"
},
"FadeOut": {
"locationName": "fadeOut",
"type": "integer"
},
"Height": {
"locationName": "height",
"type": "integer"
},
"Image": {
"shape": "Ss",
"locationName": "image"
},
"ImageX": {
"locationName": "imageX",
"type": "integer"
},
"ImageY": {
"locationName": "imageY",
"type": "integer"
},
"Layer": {
"locationName": "layer",
"type": "integer"
},
"Opacity": {
"locationName": "opacity",
"type": "integer"
},
"Width": {
"locationName": "width",
"type": "integer"
}
},
"required": [
"Image"
]
},
"StaticImageDeactivateSettings": {
"locationName": "staticImageDeactivateSettings",
"type": "structure",
"members": {
"FadeOut": {
"locationName": "fadeOut",
"type": "integer"
},
"Layer": {
"locationName": "layer",
"type": "integer"
}
}
}
}
},
"ScheduleActionStartSettings": {
"locationName": "scheduleActionStartSettings",
"type": "structure",
"members": {
"FixedModeScheduleActionStartSettings": {
"locationName": "fixedModeScheduleActionStartSettings",
"type": "structure",
"members": {
"Time": {
"locationName": "time"
}
},
"required": [
"Time"
]
},
"FollowModeScheduleActionStartSettings": {
"locationName": "followModeScheduleActionStartSettings",
"type": "structure",
"members": {
"FollowPoint": {
"locationName": "followPoint"
},
"ReferenceActionName": {
"locationName": "referenceActionName"
}
},
"required": [
"ReferenceActionName",
"FollowPoint"
]
}
}
}
},
"required": [
"ActionName",
"ScheduleActionStartSettings",
"ScheduleActionSettings"
]
}
},
"Ss": {
"type": "structure",
"members": {
"PasswordParam": {
"locationName": "passwordParam"
},
"Uri": {
"locationName": "uri"
},
"Username": {
"locationName": "username"
}
},
"required": [
"Uri"
]
},
"S11": {
"type": "list",
"member": {}
},
"S16": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Id": {
"locationName": "id"
},
"Settings": {
"locationName": "settings",
"type": "list",
"member": {
"type": "structure",
"members": {
"PasswordParam": {
"locationName": "passwordParam"
},
"StreamName": {
"locationName": "streamName"
},
"Url": {
"locationName": "url"
},
"Username": {
"locationName": "username"
}
}
}
}
}
}
},
"S1a": {
"type": "structure",
"members": {
"AudioDescriptions": {
"locationName": "audioDescriptions",
"type": "list",
"member": {
"type": "structure",
"members": {
"AudioNormalizationSettings": {
"locationName": "audioNormalizationSettings",
"type": "structure",
"members": {
"Algorithm": {
"locationName": "algorithm"
},
"AlgorithmControl": {
"locationName": "algorithmControl"
},
"TargetLkfs": {
"locationName": "targetLkfs",
"type": "double"
}
}
},
"AudioSelectorName": {
"locationName": "audioSelectorName"
},
"AudioType": {
"locationName": "audioType"
},
"AudioTypeControl": {
"locationName": "audioTypeControl"
},
"CodecSettings": {
"locationName": "codecSettings",
"type": "structure",
"members": {
"AacSettings": {
"locationName": "aacSettings",
"type": "structure",
"members": {
"Bitrate": {
"locationName": "bitrate",
"type": "double"
},
"CodingMode": {
"locationName": "codingMode"
},
"InputType": {
"locationName": "inputType"
},
"Profile": {
"locationName": "profile"
},
"RateControlMode": {
"locationName": "rateControlMode"
},
"RawFormat": {
"locationName": "rawFormat"
},
"SampleRate": {
"locationName": "sampleRate",
"type": "double"
},
"Spec": {
"locationName": "spec"
},
"VbrQuality": {
"locationName": "vbrQuality"
}
}
},
"Ac3Settings": {
"locationName": "ac3Settings",
"type": "structure",
"members": {
"Bitrate": {
"locationName": "bitrate",
"type": "double"
},
"BitstreamMode": {
"locationName": "bitstreamMode"
},
"CodingMode": {
"locationName": "codingMode"
},
"Dialnorm": {
"locationName": "dialnorm",
"type": "integer"
},
"DrcProfile": {
"locationName": "drcProfile"
},
"LfeFilter": {
"locationName": "lfeFilter"
},
"MetadataControl": {
"locationName": "metadataControl"
}
}
},
"Eac3Settings": {
"locationName": "eac3Settings",
"type": "structure",
"members": {
"AttenuationControl": {
"locationName": "attenuationControl"
},
"Bitrate": {
"locationName": "bitrate",
"type": "double"
},
"BitstreamMode": {
"locationName": "bitstreamMode"
},
"CodingMode": {
"locationName": "codingMode"
},
"DcFilter": {