1. Schemas
AWS MediaTailor
  • /channel/{channelName}
    POST
  • /channel/{channelName}
    DELETE
  • /channel/{channelName}
    GET
  • /channel/{channelName}
    PUT
  • /channel/{channelName}/program/{programName}
    POST
  • /channel/{channelName}/program/{programName}
    DELETE
  • /channel/{channelName}/program/{programName}
    GET
  • /sourceLocation/{sourceLocationName}
    POST
  • /sourceLocation/{sourceLocationName}
    DELETE
  • /sourceLocation/{sourceLocationName}
    GET
  • /sourceLocation/{sourceLocationName}
    PUT
  • /sourceLocation/{sourceLocationName}/vodSource/{vodSourceName}
    POST
  • /sourceLocation/{sourceLocationName}/vodSource/{vodSourceName}
    DELETE
  • /sourceLocation/{sourceLocationName}/vodSource/{vodSourceName}
    GET
  • /sourceLocation/{sourceLocationName}/vodSource/{vodSourceName}
    PUT
  • /channel/{channelName}/policy
    DELETE
  • /channel/{channelName}/policy
    GET
  • /channel/{channelName}/policy
    PUT
  • /playbackConfiguration/{Name}
    DELETE
  • /playbackConfiguration/{Name}
    GET
  • /channel/{channelName}/schedule
    GET
  • /alerts
    GET
  • /channels
    GET
  • /playbackConfigurations
    GET
  • /sourceLocations
    GET
  • /tags/{ResourceArn}
    GET
  • /tags/{ResourceArn}
    POST
  • /sourceLocation/{sourceLocationName}/vodSources
    GET
  • /playbackConfiguration
    PUT
  • /channel/{channelName}/start
    PUT
  • /channel/{channelName}/stop
    PUT
  • /tags/{ResourceArn}
    DELETE
  • Schemas
    • Schemas
      • CreateChannelResponse
      • __string
      • RequestOutputItem
      • CreateProgramResponse
      • AdBreak
      • Transition
      • CreateSourceLocationResponse
      • AccessType
      • SecretsManagerAccessTokenConfiguration
      • CreateVodSourceResponse
      • HttpPackageConfiguration
      • DeleteChannelResponse
      • DeleteChannelPolicyResponse
      • DeletePlaybackConfigurationResponse
      • DeleteProgramResponse
      • DeleteSourceLocationResponse
      • DeleteVodSourceResponse
      • DescribeChannelResponse
      • DescribeProgramResponse
      • DescribeSourceLocationResponse
      • DescribeVodSourceResponse
      • GetChannelPolicyResponse
      • GetChannelScheduleResponse
      • GetPlaybackConfigurationResponse
      • ListAlertsResponse
      • ListChannelsResponse
      • ListPlaybackConfigurationsResponse
      • ListSourceLocationsResponse
      • ListTagsForResourceResponse
      • BadRequestException
      • ListVodSourcesResponse
      • PutChannelPolicyResponse
      • PutPlaybackConfigurationResponse
      • Mode
      • __mapOf__string
      • OriginManifestType
      • __integer
      • AdMarkerPassthrough
      • StartChannelResponse
      • StopChannelResponse
      • UpdateChannelResponse
      • UpdateSourceLocationResponse
      • UpdateVodSourceResponse
      • AccessConfiguration
      • MessageType
      • __long
      • SlateSource
      • SpliceInsertMessage
      • __boolean
      • __timestampUnix
      • __listOf__string
      • Alert
      • AvailSuppression
      • Bumper
      • CdnConfiguration
      • ResponseOutputs
      • Channel
      • ChannelState
      • ConfigurationAliasesRequest
      • ConfigurationAliasesResponse
      • RequestOutputs
      • PlaybackMode
      • CreateChannelRequest
      • __listOfAdBreak
      • ScheduleConfiguration
      • CreateProgramRequest
      • DefaultSegmentDeliveryConfiguration
      • HttpConfiguration
      • CreateSourceLocationRequest
      • HttpPackageConfigurations
      • CreateVodSourceRequest
      • DashConfiguration
      • DashConfigurationForPut
      • DashPlaylistSettings
      • DeleteChannelPolicyRequest
      • DeleteChannelRequest
      • DeletePlaybackConfigurationRequest
      • DeleteProgramRequest
      • DeleteSourceLocationRequest
      • DeleteVodSourceRequest
      • DescribeChannelRequest
      • DescribeProgramRequest
      • DescribeSourceLocationRequest
      • DescribeVodSourceRequest
      • GetChannelPolicyRequest
      • MaxResults
      • GetChannelScheduleRequest
      • __listOfScheduleEntry
      • GetPlaybackConfigurationRequest
      • HlsConfiguration
      • LivePreRollConfiguration
      • ManifestProcessingRules
      • __integerMin1
      • HlsPlaylistSettings
      • Type
      • ListAlertsRequest
      • __listOfAlert
      • ListChannelsRequest
      • __listOfChannel
      • ListPlaybackConfigurationsRequest
      • __listOfPlaybackConfiguration
      • ListSourceLocationsRequest
      • __listOfSourceLocation
      • ListTagsForResourceRequest
      • ListVodSourcesRequest
      • __listOfVodSource
      • PlaybackConfiguration
      • PutChannelPolicyRequest
      • PutPlaybackConfigurationRequest
      • RelativePosition
      • ResponseOutputItem
      • ScheduleAdBreak
      • __listOfScheduleAdBreak
      • ScheduleEntryType
      • ScheduleEntry
      • SourceLocation
      • StartChannelRequest
      • StopChannelRequest
      • TagResourceRequest
      • UntagResourceRequest
      • UpdateChannelRequest
      • UpdateSourceLocationRequest
      • UpdateVodSourceRequest
      • VodSource
  1. Schemas

RequestOutputItem

The output configuration for this channel.

{
    "DashPlaylistSettings": {
        "ManifestWindowSeconds": 0,
        "MinBufferTimeSeconds": 0,
        "MinUpdatePeriodSeconds": 0,
        "SuggestedPresentationDelaySeconds": 0
    },
    "HlsPlaylistSettings": {
        "ManifestWindowSeconds": 0
    },
    "ManifestName": "string",
    "SourceGroup": "string"
}
Built with