Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
- Service Configuration
- Errors
- Waiters
- Operations
- CreateHarvestJob
- ConfigureLogs
- DescribeOriginEndpoint
- ListChannels (Paginated)
- ListTagsForResource
- DeleteChannel
- UpdateChannel
- DescribeHarvestJob
- RotateIngestEndpointCredentials
- CreateOriginEndpoint
- ListOriginEndpoints (Paginated)
- ListHarvestJobs (Paginated)
- CreateChannel
- TagResource
- UntagResource
- DescribeChannel
- DeleteOriginEndpoint
- UpdateOriginEndpoint
- Types
- AdMarkers
- AdTriggersElement
- AdsOnDeliveryRestrictions
- EncryptionMethod
- ManifestLayout
- Origination
- PeriodTriggersElement
- PlaylistType
- PresetSpeke20Audio
- PresetSpeke20Video
- Profile
- SegmentTemplateFormat
- Status
- StreamOrder
- UtcTiming
- Authorization
- Channel
- CmafEncryption
- CmafPackage
- CmafPackageCreateOrUpdateParameters
- DashEncryption
- DashPackage
- EgressAccessLogs
- EncryptionContractConfiguration
- HarvestJob
- HlsEncryption
- HlsIngest
- HlsManifest
- HlsManifestCreateOrUpdateParameters
- HlsPackage
- IngestEndpoint
- IngressAccessLogs
- MssEncryption
- MssPackage
- OriginEndpoint
- S3Destination
- SpekeKeyProvider
- StreamSelection
Derived from API version 2017-10-12
of the AWS service descriptions, licensed under Apache 2.0.
AWS Elemental MediaPackage
Synopsis
- defaultService :: Service
- _UnprocessableEntityException :: AsError a => Getting (First ServiceError) a ServiceError
- _ForbiddenException :: AsError a => Getting (First ServiceError) a ServiceError
- _NotFoundException :: AsError a => Getting (First ServiceError) a ServiceError
- _TooManyRequestsException :: AsError a => Getting (First ServiceError) a ServiceError
- _InternalServerErrorException :: AsError a => Getting (First ServiceError) a ServiceError
- _ServiceUnavailableException :: AsError a => Getting (First ServiceError) a ServiceError
- data CreateHarvestJob = CreateHarvestJob' S3Destination Text Text Text Text
- newCreateHarvestJob :: S3Destination -> Text -> Text -> Text -> Text -> CreateHarvestJob
- data CreateHarvestJobResponse = CreateHarvestJobResponse' (Maybe Status) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe S3Destination) (Maybe Text) (Maybe Text) Int
- newCreateHarvestJobResponse :: Int -> CreateHarvestJobResponse
- data ConfigureLogs = ConfigureLogs' (Maybe IngressAccessLogs) (Maybe EgressAccessLogs) Text
- newConfigureLogs :: Text -> ConfigureLogs
- data ConfigureLogsResponse = ConfigureLogsResponse' (Maybe IngressAccessLogs) (Maybe HlsIngest) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe EgressAccessLogs) (Maybe (HashMap Text Text)) Int
- newConfigureLogsResponse :: Int -> ConfigureLogsResponse
- data DescribeOriginEndpoint = DescribeOriginEndpoint' Text
- newDescribeOriginEndpoint :: Text -> DescribeOriginEndpoint
- data DescribeOriginEndpointResponse = DescribeOriginEndpointResponse' (Maybe [Text]) (Maybe HlsPackage) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Authorization) (Maybe Text) (Maybe Int) (Maybe DashPackage) (Maybe MssPackage) (Maybe Text) (Maybe Int) (Maybe CmafPackage) (Maybe Text) (Maybe (HashMap Text Text)) (Maybe Origination) Int
- newDescribeOriginEndpointResponse :: Int -> DescribeOriginEndpointResponse
- data ListChannels = ListChannels' (Maybe Text) (Maybe Natural)
- newListChannels :: ListChannels
- data ListChannelsResponse = ListChannelsResponse' (Maybe [Channel]) (Maybe Text) Int
- newListChannelsResponse :: Int -> ListChannelsResponse
- data ListTagsForResource = ListTagsForResource' Text
- newListTagsForResource :: Text -> ListTagsForResource
- data ListTagsForResourceResponse = ListTagsForResourceResponse' (Maybe (HashMap Text Text)) Int
- newListTagsForResourceResponse :: Int -> ListTagsForResourceResponse
- data DeleteChannel = DeleteChannel' Text
- newDeleteChannel :: Text -> DeleteChannel
- data DeleteChannelResponse = DeleteChannelResponse' Int
- newDeleteChannelResponse :: Int -> DeleteChannelResponse
- data UpdateChannel = UpdateChannel' (Maybe Text) Text
- newUpdateChannel :: Text -> UpdateChannel
- data UpdateChannelResponse = UpdateChannelResponse' (Maybe IngressAccessLogs) (Maybe HlsIngest) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe EgressAccessLogs) (Maybe (HashMap Text Text)) Int
- newUpdateChannelResponse :: Int -> UpdateChannelResponse
- data DescribeHarvestJob = DescribeHarvestJob' Text
- newDescribeHarvestJob :: Text -> DescribeHarvestJob
- data DescribeHarvestJobResponse = DescribeHarvestJobResponse' (Maybe Status) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe S3Destination) (Maybe Text) (Maybe Text) Int
- newDescribeHarvestJobResponse :: Int -> DescribeHarvestJobResponse
- data RotateIngestEndpointCredentials = RotateIngestEndpointCredentials' Text Text
- newRotateIngestEndpointCredentials :: Text -> Text -> RotateIngestEndpointCredentials
- data RotateIngestEndpointCredentialsResponse = RotateIngestEndpointCredentialsResponse' (Maybe IngressAccessLogs) (Maybe HlsIngest) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe EgressAccessLogs) (Maybe (HashMap Text Text)) Int
- newRotateIngestEndpointCredentialsResponse :: Int -> RotateIngestEndpointCredentialsResponse
- data CreateOriginEndpoint = CreateOriginEndpoint' (Maybe [Text]) (Maybe HlsPackage) (Maybe Text) (Maybe Authorization) (Maybe Int) (Maybe DashPackage) (Maybe MssPackage) (Maybe Int) (Maybe CmafPackageCreateOrUpdateParameters) (Maybe Text) (Maybe (HashMap Text Text)) (Maybe Origination) Text Text
- newCreateOriginEndpoint :: Text -> Text -> CreateOriginEndpoint
- data CreateOriginEndpointResponse = CreateOriginEndpointResponse' (Maybe [Text]) (Maybe HlsPackage) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Authorization) (Maybe Text) (Maybe Int) (Maybe DashPackage) (Maybe MssPackage) (Maybe Text) (Maybe Int) (Maybe CmafPackage) (Maybe Text) (Maybe (HashMap Text Text)) (Maybe Origination) Int
- newCreateOriginEndpointResponse :: Int -> CreateOriginEndpointResponse
- data ListOriginEndpoints = ListOriginEndpoints' (Maybe Text) (Maybe Text) (Maybe Natural)
- newListOriginEndpoints :: ListOriginEndpoints
- data ListOriginEndpointsResponse = ListOriginEndpointsResponse' (Maybe [OriginEndpoint]) (Maybe Text) Int
- newListOriginEndpointsResponse :: Int -> ListOriginEndpointsResponse
- data ListHarvestJobs = ListHarvestJobs' (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Natural)
- newListHarvestJobs :: ListHarvestJobs
- data ListHarvestJobsResponse = ListHarvestJobsResponse' (Maybe [HarvestJob]) (Maybe Text) Int
- newListHarvestJobsResponse :: Int -> ListHarvestJobsResponse
- data CreateChannel = CreateChannel' (Maybe Text) (Maybe (HashMap Text Text)) Text
- newCreateChannel :: Text -> CreateChannel
- data CreateChannelResponse = CreateChannelResponse' (Maybe IngressAccessLogs) (Maybe HlsIngest) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe EgressAccessLogs) (Maybe (HashMap Text Text)) Int
- newCreateChannelResponse :: Int -> CreateChannelResponse
- data TagResource = TagResource' Text (HashMap Text Text)
- newTagResource :: Text -> TagResource
- data TagResourceResponse = TagResourceResponse' {
- newTagResourceResponse :: TagResourceResponse
- data UntagResource = UntagResource' [Text] Text
- newUntagResource :: Text -> UntagResource
- data UntagResourceResponse = UntagResourceResponse' {
- newUntagResourceResponse :: UntagResourceResponse
- data DescribeChannel = DescribeChannel' Text
- newDescribeChannel :: Text -> DescribeChannel
- data DescribeChannelResponse = DescribeChannelResponse' (Maybe IngressAccessLogs) (Maybe HlsIngest) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe EgressAccessLogs) (Maybe (HashMap Text Text)) Int
- newDescribeChannelResponse :: Int -> DescribeChannelResponse
- data DeleteOriginEndpoint = DeleteOriginEndpoint' Text
- newDeleteOriginEndpoint :: Text -> DeleteOriginEndpoint
- data DeleteOriginEndpointResponse = DeleteOriginEndpointResponse' Int
- newDeleteOriginEndpointResponse :: Int -> DeleteOriginEndpointResponse
- data UpdateOriginEndpoint = UpdateOriginEndpoint' (Maybe [Text]) (Maybe HlsPackage) (Maybe Text) (Maybe Authorization) (Maybe Int) (Maybe DashPackage) (Maybe MssPackage) (Maybe Int) (Maybe CmafPackageCreateOrUpdateParameters) (Maybe Text) (Maybe Origination) Text
- newUpdateOriginEndpoint :: Text -> UpdateOriginEndpoint
- data UpdateOriginEndpointResponse = UpdateOriginEndpointResponse' (Maybe [Text]) (Maybe HlsPackage) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Authorization) (Maybe Text) (Maybe Int) (Maybe DashPackage) (Maybe MssPackage) (Maybe Text) (Maybe Int) (Maybe CmafPackage) (Maybe Text) (Maybe (HashMap Text Text)) (Maybe Origination) Int
- newUpdateOriginEndpointResponse :: Int -> UpdateOriginEndpointResponse
- newtype AdMarkers where
- AdMarkers' { }
- pattern AdMarkers_DATERANGE :: AdMarkers
- pattern AdMarkers_NONE :: AdMarkers
- pattern AdMarkers_PASSTHROUGH :: AdMarkers
- pattern AdMarkers_SCTE35_ENHANCED :: AdMarkers
- newtype AdTriggersElement where
- AdTriggersElement' { }
- pattern AdTriggersElement_BREAK :: AdTriggersElement
- pattern AdTriggersElement_DISTRIBUTOR_ADVERTISEMENT :: AdTriggersElement
- pattern AdTriggersElement_DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY :: AdTriggersElement
- pattern AdTriggersElement_DISTRIBUTOR_PLACEMENT_OPPORTUNITY :: AdTriggersElement
- pattern AdTriggersElement_PROVIDER_ADVERTISEMENT :: AdTriggersElement
- pattern AdTriggersElement_PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY :: AdTriggersElement
- pattern AdTriggersElement_PROVIDER_PLACEMENT_OPPORTUNITY :: AdTriggersElement
- pattern AdTriggersElement_SPLICE_INSERT :: AdTriggersElement
- newtype AdsOnDeliveryRestrictions where
- AdsOnDeliveryRestrictions' { }
- pattern AdsOnDeliveryRestrictions_BOTH :: AdsOnDeliveryRestrictions
- pattern AdsOnDeliveryRestrictions_NONE :: AdsOnDeliveryRestrictions
- pattern AdsOnDeliveryRestrictions_RESTRICTED :: AdsOnDeliveryRestrictions
- pattern AdsOnDeliveryRestrictions_UNRESTRICTED :: AdsOnDeliveryRestrictions
- newtype EncryptionMethod where
- EncryptionMethod' { }
- pattern EncryptionMethod_AES_128 :: EncryptionMethod
- pattern EncryptionMethod_SAMPLE_AES :: EncryptionMethod
- newtype ManifestLayout where
- ManifestLayout' { }
- pattern ManifestLayout_COMPACT :: ManifestLayout
- pattern ManifestLayout_FULL :: ManifestLayout
- newtype Origination where
- Origination' { }
- pattern Origination_ALLOW :: Origination
- pattern Origination_DENY :: Origination
- newtype PeriodTriggersElement where
- newtype PlaylistType where
- PlaylistType' { }
- pattern PlaylistType_EVENT :: PlaylistType
- pattern PlaylistType_NONE :: PlaylistType
- pattern PlaylistType_VOD :: PlaylistType
- newtype PresetSpeke20Audio where
- newtype PresetSpeke20Video where
- newtype Profile where
- Profile' {
- fromProfile :: Text
- pattern Profile_HBBTV_1_5 :: Profile
- pattern Profile_NONE :: Profile
- Profile' {
- newtype SegmentTemplateFormat where
- newtype Status where
- Status' {
- fromStatus :: Text
- pattern Status_FAILED :: Status
- pattern Status_IN_PROGRESS :: Status
- pattern Status_SUCCEEDED :: Status
- Status' {
- newtype StreamOrder where
- StreamOrder' { }
- pattern StreamOrder_ORIGINAL :: StreamOrder
- pattern StreamOrder_VIDEO_BITRATE_ASCENDING :: StreamOrder
- pattern StreamOrder_VIDEO_BITRATE_DESCENDING :: StreamOrder
- newtype UtcTiming where
- UtcTiming' { }
- pattern UtcTiming_HTTP_HEAD :: UtcTiming
- pattern UtcTiming_HTTP_ISO :: UtcTiming
- pattern UtcTiming_NONE :: UtcTiming
- data Authorization = Authorization' Text Text
- newAuthorization :: Text -> Text -> Authorization
- data Channel = Channel' (Maybe IngressAccessLogs) (Maybe HlsIngest) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe EgressAccessLogs) (Maybe (HashMap Text Text))
- newChannel :: Channel
- data CmafEncryption = CmafEncryption' (Maybe Int) (Maybe Text) SpekeKeyProvider
- newCmafEncryption :: SpekeKeyProvider -> CmafEncryption
- data CmafPackage = CmafPackage' (Maybe [HlsManifest]) (Maybe Int) (Maybe StreamSelection) (Maybe CmafEncryption) (Maybe Text)
- newCmafPackage :: CmafPackage
- data CmafPackageCreateOrUpdateParameters = CmafPackageCreateOrUpdateParameters' (Maybe [HlsManifestCreateOrUpdateParameters]) (Maybe Int) (Maybe StreamSelection) (Maybe CmafEncryption) (Maybe Text)
- newCmafPackageCreateOrUpdateParameters :: CmafPackageCreateOrUpdateParameters
- data DashEncryption = DashEncryption' (Maybe Int) SpekeKeyProvider
- newDashEncryption :: SpekeKeyProvider -> DashEncryption
- data DashPackage = DashPackage' (Maybe AdsOnDeliveryRestrictions) (Maybe Int) (Maybe UtcTiming) (Maybe SegmentTemplateFormat) (Maybe Profile) (Maybe Int) (Maybe Text) (Maybe StreamSelection) (Maybe DashEncryption) (Maybe Int) (Maybe ManifestLayout) (Maybe Int) (Maybe Int) (Maybe [AdTriggersElement]) (Maybe [PeriodTriggersElement])
- newDashPackage :: DashPackage
- data EgressAccessLogs = EgressAccessLogs' (Maybe Text)
- newEgressAccessLogs :: EgressAccessLogs
- data EncryptionContractConfiguration = EncryptionContractConfiguration' PresetSpeke20Audio PresetSpeke20Video
- newEncryptionContractConfiguration :: PresetSpeke20Audio -> PresetSpeke20Video -> EncryptionContractConfiguration
- data HarvestJob = HarvestJob' (Maybe Status) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe S3Destination) (Maybe Text) (Maybe Text)
- newHarvestJob :: HarvestJob
- data HlsEncryption = HlsEncryption' (Maybe EncryptionMethod) (Maybe Int) (Maybe Text) (Maybe Bool) SpekeKeyProvider
- newHlsEncryption :: SpekeKeyProvider -> HlsEncryption
- data HlsIngest = HlsIngest' (Maybe [IngestEndpoint])
- newHlsIngest :: HlsIngest
- data HlsManifest = HlsManifest' (Maybe Text) (Maybe Text) (Maybe PlaylistType) (Maybe Int) (Maybe AdMarkers) (Maybe Bool) (Maybe Int) Text
- newHlsManifest :: Text -> HlsManifest
- data HlsManifestCreateOrUpdateParameters = HlsManifestCreateOrUpdateParameters' (Maybe AdsOnDeliveryRestrictions) (Maybe Text) (Maybe PlaylistType) (Maybe Int) (Maybe AdMarkers) (Maybe Bool) (Maybe [AdTriggersElement]) (Maybe Int) Text
- newHlsManifestCreateOrUpdateParameters :: Text -> HlsManifestCreateOrUpdateParameters
- data HlsPackage = HlsPackage' (Maybe AdsOnDeliveryRestrictions) (Maybe Bool) (Maybe Bool) (Maybe PlaylistType) (Maybe Int) (Maybe Int) (Maybe StreamSelection) (Maybe AdMarkers) (Maybe HlsEncryption) (Maybe Bool) (Maybe [AdTriggersElement]) (Maybe Int)
- newHlsPackage :: HlsPackage
- data IngestEndpoint = IngestEndpoint' (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text)
- newIngestEndpoint :: IngestEndpoint
- data IngressAccessLogs = IngressAccessLogs' (Maybe Text)
- newIngressAccessLogs :: IngressAccessLogs
- data MssEncryption = MssEncryption' SpekeKeyProvider
- newMssEncryption :: SpekeKeyProvider -> MssEncryption
- data MssPackage = MssPackage' (Maybe Int) (Maybe StreamSelection) (Maybe MssEncryption) (Maybe Int)
- newMssPackage :: MssPackage
- data OriginEndpoint = OriginEndpoint' (Maybe [Text]) (Maybe HlsPackage) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Authorization) (Maybe Text) (Maybe Int) (Maybe DashPackage) (Maybe MssPackage) (Maybe Text) (Maybe Int) (Maybe CmafPackage) (Maybe Text) (Maybe (HashMap Text Text)) (Maybe Origination)
- newOriginEndpoint :: OriginEndpoint
- data S3Destination = S3Destination' Text Text Text
- newS3Destination :: Text -> Text -> Text -> S3Destination
- data SpekeKeyProvider = SpekeKeyProvider' (Maybe EncryptionContractConfiguration) (Maybe Text) Text [Text] Text Text
- newSpekeKeyProvider :: Text -> Text -> Text -> SpekeKeyProvider
- data StreamSelection = StreamSelection' (Maybe StreamOrder) (Maybe Int) (Maybe Int)
- newStreamSelection :: StreamSelection
Service Configuration
defaultService :: Service Source #
API version 2017-10-12
of the Amazon Elemental MediaPackage SDK configuration.
Errors
Error matchers are designed for use with the functions provided by
Control.Exception.Lens.
This allows catching (and rethrowing) service specific errors returned
by MediaPackage
.
UnprocessableEntityException
_UnprocessableEntityException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The parameters sent in the request are not valid.
ForbiddenException
_ForbiddenException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The client is not authorized to access the requested resource.
NotFoundException
_NotFoundException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The requested resource does not exist.
TooManyRequestsException
_TooManyRequestsException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The client has exceeded their resource or throttling limits.
InternalServerErrorException
_InternalServerErrorException :: AsError a => Getting (First ServiceError) a ServiceError Source #
An unexpected error occurred.
ServiceUnavailableException
_ServiceUnavailableException :: AsError a => Getting (First ServiceError) a ServiceError Source #
An unexpected error occurred.
Waiters
Waiters poll by repeatedly sending a request until some remote success condition
configured by the Wait
specification is fulfilled. The Wait
specification
determines how many attempts should be made, in addition to delay and retry strategies.
Operations
Some AWS operations return results that are incomplete and require subsequent
requests in order to obtain the entire result set. The process of sending
subsequent requests to continue where a previous request left off is called
pagination. For example, the ListObjects
operation of Amazon S3 returns up to
1000 objects at a time, and you must send subsequent requests with the
appropriate Marker in order to retrieve the next page of results.
Operations that have an AWSPager
instance can transparently perform subsequent
requests, correctly setting Markers and other request facets to iterate through
the entire result set of a truncated API operation. Operations which support
this have an additional note in the documentation.
Many operations have the ability to filter results on the server side. See the individual operation parameters for details.
CreateHarvestJob
data CreateHarvestJob Source #
Configuration parameters used to create a new HarvestJob.
See: newCreateHarvestJob
smart constructor.
Instances
:: S3Destination | |
-> Text | |
-> Text | |
-> Text | |
-> Text | |
-> CreateHarvestJob |
Create a value of CreateHarvestJob
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:s3Destination:CreateHarvestJob'
, createHarvestJob_s3Destination
- Undocumented member.
$sel:endTime:CreateHarvestJob'
, createHarvestJob_endTime
- The end of the time-window which will be harvested
$sel:originEndpointId:CreateHarvestJob'
, createHarvestJob_originEndpointId
- The ID of the OriginEndpoint that the HarvestJob will harvest from. This
cannot be changed after the HarvestJob is submitted.
$sel:startTime:CreateHarvestJob'
, createHarvestJob_startTime
- The start of the time-window which will be harvested
$sel:id:CreateHarvestJob'
, createHarvestJob_id
- The ID of the HarvestJob. The ID must be unique within the region and it
cannot be changed after the HarvestJob is submitted
data CreateHarvestJobResponse Source #
See: newCreateHarvestJobResponse
smart constructor.
CreateHarvestJobResponse' (Maybe Status) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe S3Destination) (Maybe Text) (Maybe Text) Int |
Instances
newCreateHarvestJobResponse Source #
Create a value of CreateHarvestJobResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:status:CreateHarvestJobResponse'
, createHarvestJobResponse_status
- The current status of the HarvestJob. Consider setting up a CloudWatch
Event to listen for HarvestJobs as they succeed or fail. In the event of
failure, the CloudWatch Event will include an explanation of why the
HarvestJob failed.
$sel:originEndpointId:CreateHarvestJob'
, createHarvestJobResponse_originEndpointId
- The ID of the OriginEndpoint that the HarvestJob will harvest from. This
cannot be changed after the HarvestJob is submitted.
$sel:startTime:CreateHarvestJob'
, createHarvestJobResponse_startTime
- The start of the time-window which will be harvested.
$sel:arn:CreateHarvestJobResponse'
, createHarvestJobResponse_arn
- The Amazon Resource Name (ARN) assigned to the HarvestJob.
$sel:createdAt:CreateHarvestJobResponse'
, createHarvestJobResponse_createdAt
- The time the HarvestJob was submitted
$sel:channelId:CreateHarvestJobResponse'
, createHarvestJobResponse_channelId
- The ID of the Channel that the HarvestJob will harvest from.
$sel:s3Destination:CreateHarvestJob'
, createHarvestJobResponse_s3Destination
- Undocumented member.
$sel:endTime:CreateHarvestJob'
, createHarvestJobResponse_endTime
- The end of the time-window which will be harvested.
$sel:id:CreateHarvestJob'
, createHarvestJobResponse_id
- The ID of the HarvestJob. The ID must be unique within the region and it
cannot be changed after the HarvestJob is submitted.
$sel:httpStatus:CreateHarvestJobResponse'
, createHarvestJobResponse_httpStatus
- The response's http status code.
ConfigureLogs
data ConfigureLogs Source #
the option to configure log subscription.
See: newConfigureLogs
smart constructor.
Instances
Create a value of ConfigureLogs
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:ingressAccessLogs:ConfigureLogs'
, configureLogs_ingressAccessLogs
- Undocumented member.
$sel:egressAccessLogs:ConfigureLogs'
, configureLogs_egressAccessLogs
- Undocumented member.
$sel:id:ConfigureLogs'
, configureLogs_id
- The ID of the channel to log subscription.
data ConfigureLogsResponse Source #
See: newConfigureLogsResponse
smart constructor.
ConfigureLogsResponse' (Maybe IngressAccessLogs) (Maybe HlsIngest) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe EgressAccessLogs) (Maybe (HashMap Text Text)) Int |
Instances
newConfigureLogsResponse Source #
Create a value of ConfigureLogsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:ingressAccessLogs:ConfigureLogs'
, configureLogsResponse_ingressAccessLogs
- Undocumented member.
$sel:hlsIngest:ConfigureLogsResponse'
, configureLogsResponse_hlsIngest
- Undocumented member.
$sel:arn:ConfigureLogsResponse'
, configureLogsResponse_arn
- The Amazon Resource Name (ARN) assigned to the Channel.
$sel:id:ConfigureLogs'
, configureLogsResponse_id
- The ID of the Channel.
$sel:description:ConfigureLogsResponse'
, configureLogsResponse_description
- A short text description of the Channel.
$sel:egressAccessLogs:ConfigureLogs'
, configureLogsResponse_egressAccessLogs
- Undocumented member.
$sel:tags:ConfigureLogsResponse'
, configureLogsResponse_tags
- Undocumented member.
$sel:httpStatus:ConfigureLogsResponse'
, configureLogsResponse_httpStatus
- The response's http status code.
DescribeOriginEndpoint
data DescribeOriginEndpoint Source #
See: newDescribeOriginEndpoint
smart constructor.
Instances
newDescribeOriginEndpoint Source #
Create a value of DescribeOriginEndpoint
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:id:DescribeOriginEndpoint'
, describeOriginEndpoint_id
- The ID of the OriginEndpoint.
data DescribeOriginEndpointResponse Source #
See: newDescribeOriginEndpointResponse
smart constructor.
DescribeOriginEndpointResponse' (Maybe [Text]) (Maybe HlsPackage) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Authorization) (Maybe Text) (Maybe Int) (Maybe DashPackage) (Maybe MssPackage) (Maybe Text) (Maybe Int) (Maybe CmafPackage) (Maybe Text) (Maybe (HashMap Text Text)) (Maybe Origination) Int |
Instances
newDescribeOriginEndpointResponse Source #
Create a value of DescribeOriginEndpointResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:whitelist:DescribeOriginEndpointResponse'
, describeOriginEndpointResponse_whitelist
- A list of source IP CIDR blocks that will be allowed to access the
OriginEndpoint.
$sel:hlsPackage:DescribeOriginEndpointResponse'
, describeOriginEndpointResponse_hlsPackage
- Undocumented member.
$sel:arn:DescribeOriginEndpointResponse'
, describeOriginEndpointResponse_arn
- The Amazon Resource Name (ARN) assigned to the OriginEndpoint.
$sel:manifestName:DescribeOriginEndpointResponse'
, describeOriginEndpointResponse_manifestName
- A short string appended to the end of the OriginEndpoint URL.
$sel:url:DescribeOriginEndpointResponse'
, describeOriginEndpointResponse_url
- The URL of the packaged OriginEndpoint for consumption.
$sel:authorization:DescribeOriginEndpointResponse'
, describeOriginEndpointResponse_authorization
- Undocumented member.
$sel:channelId:DescribeOriginEndpointResponse'
, describeOriginEndpointResponse_channelId
- The ID of the Channel the OriginEndpoint is associated with.
$sel:startoverWindowSeconds:DescribeOriginEndpointResponse'
, describeOriginEndpointResponse_startoverWindowSeconds
- Maximum duration (seconds) of content to retain for startover playback.
If not specified, startover playback will be disabled for the
OriginEndpoint.
$sel:dashPackage:DescribeOriginEndpointResponse'
, describeOriginEndpointResponse_dashPackage
- Undocumented member.
$sel:mssPackage:DescribeOriginEndpointResponse'
, describeOriginEndpointResponse_mssPackage
- Undocumented member.
$sel:id:DescribeOriginEndpoint'
, describeOriginEndpointResponse_id
- The ID of the OriginEndpoint.
$sel:timeDelaySeconds:DescribeOriginEndpointResponse'
, describeOriginEndpointResponse_timeDelaySeconds
- Amount of delay (seconds) to enforce on the playback of live content. If
not specified, there will be no time delay in effect for the
OriginEndpoint.
$sel:cmafPackage:DescribeOriginEndpointResponse'
, describeOriginEndpointResponse_cmafPackage
- Undocumented member.
$sel:description:DescribeOriginEndpointResponse'
, describeOriginEndpointResponse_description
- A short text description of the OriginEndpoint.
$sel:tags:DescribeOriginEndpointResponse'
, describeOriginEndpointResponse_tags
- Undocumented member.
$sel:origination:DescribeOriginEndpointResponse'
, describeOriginEndpointResponse_origination
- Control whether origination of video is allowed for this OriginEndpoint.
If set to ALLOW, the OriginEndpoint may by requested, pursuant to any
other form of access control. If set to DENY, the OriginEndpoint may not
be requested. This can be helpful for Live to VOD harvesting, or for
temporarily disabling origination
$sel:httpStatus:DescribeOriginEndpointResponse'
, describeOriginEndpointResponse_httpStatus
- The response's http status code.
ListChannels (Paginated)
data ListChannels Source #
See: newListChannels
smart constructor.
Instances
newListChannels :: ListChannels Source #
Create a value of ListChannels
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:nextToken:ListChannels'
, listChannels_nextToken
- A token used to resume pagination from the end of a previous request.
$sel:maxResults:ListChannels'
, listChannels_maxResults
- Upper bound on number of records to return.
data ListChannelsResponse Source #
See: newListChannelsResponse
smart constructor.
Instances
newListChannelsResponse Source #
Create a value of ListChannelsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:channels:ListChannelsResponse'
, listChannelsResponse_channels
- A list of Channel records.
$sel:nextToken:ListChannels'
, listChannelsResponse_nextToken
- A token that can be used to resume pagination from the end of the
collection.
$sel:httpStatus:ListChannelsResponse'
, listChannelsResponse_httpStatus
- The response's http status code.
ListTagsForResource
data ListTagsForResource Source #
See: newListTagsForResource
smart constructor.
Instances
newListTagsForResource Source #
Create a value of ListTagsForResource
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:resourceArn:ListTagsForResource'
, listTagsForResource_resourceArn
- Undocumented member.
data ListTagsForResourceResponse Source #
See: newListTagsForResourceResponse
smart constructor.
Instances
newListTagsForResourceResponse Source #
Create a value of ListTagsForResourceResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:tags:ListTagsForResourceResponse'
, listTagsForResourceResponse_tags
- Undocumented member.
$sel:httpStatus:ListTagsForResourceResponse'
, listTagsForResourceResponse_httpStatus
- The response's http status code.
DeleteChannel
data DeleteChannel Source #
See: newDeleteChannel
smart constructor.
Instances
Create a value of DeleteChannel
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:id:DeleteChannel'
, deleteChannel_id
- The ID of the Channel to delete.
data DeleteChannelResponse Source #
See: newDeleteChannelResponse
smart constructor.
Instances
newDeleteChannelResponse Source #
Create a value of DeleteChannelResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:DeleteChannelResponse'
, deleteChannelResponse_httpStatus
- The response's http status code.
UpdateChannel
data UpdateChannel Source #
Configuration parameters used to update the Channel.
See: newUpdateChannel
smart constructor.
Instances
Create a value of UpdateChannel
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:description:UpdateChannel'
, updateChannel_description
- A short text description of the Channel.
$sel:id:UpdateChannel'
, updateChannel_id
- The ID of the Channel to update.
data UpdateChannelResponse Source #
See: newUpdateChannelResponse
smart constructor.
UpdateChannelResponse' (Maybe IngressAccessLogs) (Maybe HlsIngest) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe EgressAccessLogs) (Maybe (HashMap Text Text)) Int |
Instances
newUpdateChannelResponse Source #
Create a value of UpdateChannelResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:ingressAccessLogs:UpdateChannelResponse'
, updateChannelResponse_ingressAccessLogs
- Undocumented member.
$sel:hlsIngest:UpdateChannelResponse'
, updateChannelResponse_hlsIngest
- Undocumented member.
$sel:arn:UpdateChannelResponse'
, updateChannelResponse_arn
- The Amazon Resource Name (ARN) assigned to the Channel.
$sel:id:UpdateChannel'
, updateChannelResponse_id
- The ID of the Channel.
$sel:description:UpdateChannel'
, updateChannelResponse_description
- A short text description of the Channel.
$sel:egressAccessLogs:UpdateChannelResponse'
, updateChannelResponse_egressAccessLogs
- Undocumented member.
$sel:tags:UpdateChannelResponse'
, updateChannelResponse_tags
- Undocumented member.
$sel:httpStatus:UpdateChannelResponse'
, updateChannelResponse_httpStatus
- The response's http status code.
DescribeHarvestJob
data DescribeHarvestJob Source #
See: newDescribeHarvestJob
smart constructor.
Instances
newDescribeHarvestJob Source #
Create a value of DescribeHarvestJob
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:id:DescribeHarvestJob'
, describeHarvestJob_id
- The ID of the HarvestJob.
data DescribeHarvestJobResponse Source #
See: newDescribeHarvestJobResponse
smart constructor.
DescribeHarvestJobResponse' (Maybe Status) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe S3Destination) (Maybe Text) (Maybe Text) Int |
Instances
newDescribeHarvestJobResponse Source #
Create a value of DescribeHarvestJobResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:status:DescribeHarvestJobResponse'
, describeHarvestJobResponse_status
- The current status of the HarvestJob. Consider setting up a CloudWatch
Event to listen for HarvestJobs as they succeed or fail. In the event of
failure, the CloudWatch Event will include an explanation of why the
HarvestJob failed.
$sel:originEndpointId:DescribeHarvestJobResponse'
, describeHarvestJobResponse_originEndpointId
- The ID of the OriginEndpoint that the HarvestJob will harvest from. This
cannot be changed after the HarvestJob is submitted.
$sel:startTime:DescribeHarvestJobResponse'
, describeHarvestJobResponse_startTime
- The start of the time-window which will be harvested.
$sel:arn:DescribeHarvestJobResponse'
, describeHarvestJobResponse_arn
- The Amazon Resource Name (ARN) assigned to the HarvestJob.
$sel:createdAt:DescribeHarvestJobResponse'
, describeHarvestJobResponse_createdAt
- The time the HarvestJob was submitted
$sel:channelId:DescribeHarvestJobResponse'
, describeHarvestJobResponse_channelId
- The ID of the Channel that the HarvestJob will harvest from.
$sel:s3Destination:DescribeHarvestJobResponse'
, describeHarvestJobResponse_s3Destination
- Undocumented member.
$sel:endTime:DescribeHarvestJobResponse'
, describeHarvestJobResponse_endTime
- The end of the time-window which will be harvested.
$sel:id:DescribeHarvestJob'
, describeHarvestJobResponse_id
- The ID of the HarvestJob. The ID must be unique within the region and it
cannot be changed after the HarvestJob is submitted.
$sel:httpStatus:DescribeHarvestJobResponse'
, describeHarvestJobResponse_httpStatus
- The response's http status code.
RotateIngestEndpointCredentials
data RotateIngestEndpointCredentials Source #
See: newRotateIngestEndpointCredentials
smart constructor.
Instances
newRotateIngestEndpointCredentials Source #
Create a value of RotateIngestEndpointCredentials
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:ingestEndpointId:RotateIngestEndpointCredentials'
, rotateIngestEndpointCredentials_ingestEndpointId
- The id of the IngestEndpoint whose credentials should be rotated
$sel:id:RotateIngestEndpointCredentials'
, rotateIngestEndpointCredentials_id
- The ID of the channel the IngestEndpoint is on.
data RotateIngestEndpointCredentialsResponse Source #
See: newRotateIngestEndpointCredentialsResponse
smart constructor.
RotateIngestEndpointCredentialsResponse' (Maybe IngressAccessLogs) (Maybe HlsIngest) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe EgressAccessLogs) (Maybe (HashMap Text Text)) Int |
Instances
newRotateIngestEndpointCredentialsResponse Source #
Create a value of RotateIngestEndpointCredentialsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:ingressAccessLogs:RotateIngestEndpointCredentialsResponse'
, rotateIngestEndpointCredentialsResponse_ingressAccessLogs
- Undocumented member.
$sel:hlsIngest:RotateIngestEndpointCredentialsResponse'
, rotateIngestEndpointCredentialsResponse_hlsIngest
- Undocumented member.
$sel:arn:RotateIngestEndpointCredentialsResponse'
, rotateIngestEndpointCredentialsResponse_arn
- The Amazon Resource Name (ARN) assigned to the Channel.
$sel:id:RotateIngestEndpointCredentials'
, rotateIngestEndpointCredentialsResponse_id
- The ID of the Channel.
$sel:description:RotateIngestEndpointCredentialsResponse'
, rotateIngestEndpointCredentialsResponse_description
- A short text description of the Channel.
$sel:egressAccessLogs:RotateIngestEndpointCredentialsResponse'
, rotateIngestEndpointCredentialsResponse_egressAccessLogs
- Undocumented member.
$sel:tags:RotateIngestEndpointCredentialsResponse'
, rotateIngestEndpointCredentialsResponse_tags
- Undocumented member.
$sel:httpStatus:RotateIngestEndpointCredentialsResponse'
, rotateIngestEndpointCredentialsResponse_httpStatus
- The response's http status code.
CreateOriginEndpoint
data CreateOriginEndpoint Source #
Configuration parameters used to create a new OriginEndpoint.
See: newCreateOriginEndpoint
smart constructor.
CreateOriginEndpoint' (Maybe [Text]) (Maybe HlsPackage) (Maybe Text) (Maybe Authorization) (Maybe Int) (Maybe DashPackage) (Maybe MssPackage) (Maybe Int) (Maybe CmafPackageCreateOrUpdateParameters) (Maybe Text) (Maybe (HashMap Text Text)) (Maybe Origination) Text Text |
Instances
newCreateOriginEndpoint Source #
:: Text | |
-> Text | |
-> CreateOriginEndpoint |
Create a value of CreateOriginEndpoint
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:whitelist:CreateOriginEndpoint'
, createOriginEndpoint_whitelist
- A list of source IP CIDR blocks that will be allowed to access the
OriginEndpoint.
$sel:hlsPackage:CreateOriginEndpoint'
, createOriginEndpoint_hlsPackage
- Undocumented member.
$sel:manifestName:CreateOriginEndpoint'
, createOriginEndpoint_manifestName
- A short string that will be used as the filename of the OriginEndpoint
URL (defaults to "index").
$sel:authorization:CreateOriginEndpoint'
, createOriginEndpoint_authorization
- Undocumented member.
$sel:startoverWindowSeconds:CreateOriginEndpoint'
, createOriginEndpoint_startoverWindowSeconds
- Maximum duration (seconds) of content to retain for startover playback.
If not specified, startover playback will be disabled for the
OriginEndpoint.
$sel:dashPackage:CreateOriginEndpoint'
, createOriginEndpoint_dashPackage
- Undocumented member.
$sel:mssPackage:CreateOriginEndpoint'
, createOriginEndpoint_mssPackage
- Undocumented member.
$sel:timeDelaySeconds:CreateOriginEndpoint'
, createOriginEndpoint_timeDelaySeconds
- Amount of delay (seconds) to enforce on the playback of live content. If
not specified, there will be no time delay in effect for the
OriginEndpoint.
$sel:cmafPackage:CreateOriginEndpoint'
, createOriginEndpoint_cmafPackage
- Undocumented member.
$sel:description:CreateOriginEndpoint'
, createOriginEndpoint_description
- A short text description of the OriginEndpoint.
$sel:tags:CreateOriginEndpoint'
, createOriginEndpoint_tags
- Undocumented member.
$sel:origination:CreateOriginEndpoint'
, createOriginEndpoint_origination
- Control whether origination of video is allowed for this OriginEndpoint.
If set to ALLOW, the OriginEndpoint may by requested, pursuant to any
other form of access control. If set to DENY, the OriginEndpoint may not
be requested. This can be helpful for Live to VOD harvesting, or for
temporarily disabling origination
$sel:channelId:CreateOriginEndpoint'
, createOriginEndpoint_channelId
- The ID of the Channel that the OriginEndpoint will be associated with.
This cannot be changed after the OriginEndpoint is created.
$sel:id:CreateOriginEndpoint'
, createOriginEndpoint_id
- The ID of the OriginEndpoint. The ID must be unique within the region
and it cannot be changed after the OriginEndpoint is created.
data CreateOriginEndpointResponse Source #
See: newCreateOriginEndpointResponse
smart constructor.
CreateOriginEndpointResponse' (Maybe [Text]) (Maybe HlsPackage) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Authorization) (Maybe Text) (Maybe Int) (Maybe DashPackage) (Maybe MssPackage) (Maybe Text) (Maybe Int) (Maybe CmafPackage) (Maybe Text) (Maybe (HashMap Text Text)) (Maybe Origination) Int |
Instances
newCreateOriginEndpointResponse Source #
Create a value of CreateOriginEndpointResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:whitelist:CreateOriginEndpoint'
, createOriginEndpointResponse_whitelist
- A list of source IP CIDR blocks that will be allowed to access the
OriginEndpoint.
$sel:hlsPackage:CreateOriginEndpoint'
, createOriginEndpointResponse_hlsPackage
- Undocumented member.
$sel:arn:CreateOriginEndpointResponse'
, createOriginEndpointResponse_arn
- The Amazon Resource Name (ARN) assigned to the OriginEndpoint.
$sel:manifestName:CreateOriginEndpoint'
, createOriginEndpointResponse_manifestName
- A short string appended to the end of the OriginEndpoint URL.
$sel:url:CreateOriginEndpointResponse'
, createOriginEndpointResponse_url
- The URL of the packaged OriginEndpoint for consumption.
$sel:authorization:CreateOriginEndpoint'
, createOriginEndpointResponse_authorization
- Undocumented member.
$sel:channelId:CreateOriginEndpoint'
, createOriginEndpointResponse_channelId
- The ID of the Channel the OriginEndpoint is associated with.
$sel:startoverWindowSeconds:CreateOriginEndpoint'
, createOriginEndpointResponse_startoverWindowSeconds
- Maximum duration (seconds) of content to retain for startover playback.
If not specified, startover playback will be disabled for the
OriginEndpoint.
$sel:dashPackage:CreateOriginEndpoint'
, createOriginEndpointResponse_dashPackage
- Undocumented member.
$sel:mssPackage:CreateOriginEndpoint'
, createOriginEndpointResponse_mssPackage
- Undocumented member.
$sel:id:CreateOriginEndpoint'
, createOriginEndpointResponse_id
- The ID of the OriginEndpoint.
$sel:timeDelaySeconds:CreateOriginEndpoint'
, createOriginEndpointResponse_timeDelaySeconds
- Amount of delay (seconds) to enforce on the playback of live content. If
not specified, there will be no time delay in effect for the
OriginEndpoint.
$sel:cmafPackage:CreateOriginEndpoint'
, createOriginEndpointResponse_cmafPackage
- Undocumented member.
$sel:description:CreateOriginEndpoint'
, createOriginEndpointResponse_description
- A short text description of the OriginEndpoint.
$sel:tags:CreateOriginEndpoint'
, createOriginEndpointResponse_tags
- Undocumented member.
$sel:origination:CreateOriginEndpoint'
, createOriginEndpointResponse_origination
- Control whether origination of video is allowed for this OriginEndpoint.
If set to ALLOW, the OriginEndpoint may by requested, pursuant to any
other form of access control. If set to DENY, the OriginEndpoint may not
be requested. This can be helpful for Live to VOD harvesting, or for
temporarily disabling origination
$sel:httpStatus:CreateOriginEndpointResponse'
, createOriginEndpointResponse_httpStatus
- The response's http status code.
ListOriginEndpoints (Paginated)
data ListOriginEndpoints Source #
See: newListOriginEndpoints
smart constructor.
Instances
newListOriginEndpoints :: ListOriginEndpoints Source #
Create a value of ListOriginEndpoints
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:channelId:ListOriginEndpoints'
, listOriginEndpoints_channelId
- When specified, the request will return only OriginEndpoints associated
with the given Channel ID.
$sel:nextToken:ListOriginEndpoints'
, listOriginEndpoints_nextToken
- A token used to resume pagination from the end of a previous request.
$sel:maxResults:ListOriginEndpoints'
, listOriginEndpoints_maxResults
- The upper bound on the number of records to return.
data ListOriginEndpointsResponse Source #
See: newListOriginEndpointsResponse
smart constructor.
Instances
newListOriginEndpointsResponse Source #
Create a value of ListOriginEndpointsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:originEndpoints:ListOriginEndpointsResponse'
, listOriginEndpointsResponse_originEndpoints
- A list of OriginEndpoint records.
$sel:nextToken:ListOriginEndpoints'
, listOriginEndpointsResponse_nextToken
- A token that can be used to resume pagination from the end of the
collection.
$sel:httpStatus:ListOriginEndpointsResponse'
, listOriginEndpointsResponse_httpStatus
- The response's http status code.
ListHarvestJobs (Paginated)
data ListHarvestJobs Source #
See: newListHarvestJobs
smart constructor.
Instances
newListHarvestJobs :: ListHarvestJobs Source #
Create a value of ListHarvestJobs
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:includeStatus:ListHarvestJobs'
, listHarvestJobs_includeStatus
- When specified, the request will return only HarvestJobs in the given
status.
$sel:nextToken:ListHarvestJobs'
, listHarvestJobs_nextToken
- A token used to resume pagination from the end of a previous request.
$sel:includeChannelId:ListHarvestJobs'
, listHarvestJobs_includeChannelId
- When specified, the request will return only HarvestJobs associated with
the given Channel ID.
$sel:maxResults:ListHarvestJobs'
, listHarvestJobs_maxResults
- The upper bound on the number of records to return.
data ListHarvestJobsResponse Source #
See: newListHarvestJobsResponse
smart constructor.
Instances
newListHarvestJobsResponse Source #
Create a value of ListHarvestJobsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:harvestJobs:ListHarvestJobsResponse'
, listHarvestJobsResponse_harvestJobs
- A list of HarvestJob records.
$sel:nextToken:ListHarvestJobs'
, listHarvestJobsResponse_nextToken
- A token that can be used to resume pagination from the end of the
collection.
$sel:httpStatus:ListHarvestJobsResponse'
, listHarvestJobsResponse_httpStatus
- The response's http status code.
CreateChannel
data CreateChannel Source #
A new Channel configuration.
See: newCreateChannel
smart constructor.
Instances
Create a value of CreateChannel
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:description:CreateChannel'
, createChannel_description
- A short text description of the Channel.
$sel:tags:CreateChannel'
, createChannel_tags
- Undocumented member.
$sel:id:CreateChannel'
, createChannel_id
- The ID of the Channel. The ID must be unique within the region and it
cannot be changed after a Channel is created.
data CreateChannelResponse Source #
See: newCreateChannelResponse
smart constructor.
CreateChannelResponse' (Maybe IngressAccessLogs) (Maybe HlsIngest) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe EgressAccessLogs) (Maybe (HashMap Text Text)) Int |
Instances
newCreateChannelResponse Source #
Create a value of CreateChannelResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:ingressAccessLogs:CreateChannelResponse'
, createChannelResponse_ingressAccessLogs
- Undocumented member.
$sel:hlsIngest:CreateChannelResponse'
, createChannelResponse_hlsIngest
- Undocumented member.
$sel:arn:CreateChannelResponse'
, createChannelResponse_arn
- The Amazon Resource Name (ARN) assigned to the Channel.
$sel:id:CreateChannel'
, createChannelResponse_id
- The ID of the Channel.
$sel:description:CreateChannel'
, createChannelResponse_description
- A short text description of the Channel.
$sel:egressAccessLogs:CreateChannelResponse'
, createChannelResponse_egressAccessLogs
- Undocumented member.
$sel:tags:CreateChannel'
, createChannelResponse_tags
- Undocumented member.
$sel:httpStatus:CreateChannelResponse'
, createChannelResponse_httpStatus
- The response's http status code.
TagResource
data TagResource Source #
See: newTagResource
smart constructor.
Instances
Create a value of TagResource
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:resourceArn:TagResource'
, tagResource_resourceArn
- Undocumented member.
$sel:tags:TagResource'
, tagResource_tags
- Undocumented member.
data TagResourceResponse Source #
See: newTagResourceResponse
smart constructor.
Instances
Eq TagResourceResponse Source # | |
Defined in Amazonka.MediaPackage.TagResource (==) :: TagResourceResponse -> TagResourceResponse -> Bool # (/=) :: TagResourceResponse -> TagResourceResponse -> Bool # | |
Read TagResourceResponse Source # | |
Show TagResourceResponse Source # | |
Defined in Amazonka.MediaPackage.TagResource showsPrec :: Int -> TagResourceResponse -> ShowS # show :: TagResourceResponse -> String # showList :: [TagResourceResponse] -> ShowS # | |
Generic TagResourceResponse Source # | |
Defined in Amazonka.MediaPackage.TagResource type Rep TagResourceResponse :: Type -> Type # from :: TagResourceResponse -> Rep TagResourceResponse x # to :: Rep TagResourceResponse x -> TagResourceResponse # | |
NFData TagResourceResponse Source # | |
Defined in Amazonka.MediaPackage.TagResource rnf :: TagResourceResponse -> () # | |
type Rep TagResourceResponse Source # | |
newTagResourceResponse :: TagResourceResponse Source #
Create a value of TagResourceResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
UntagResource
data UntagResource Source #
See: newUntagResource
smart constructor.
Instances
Create a value of UntagResource
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:tagKeys:UntagResource'
, untagResource_tagKeys
- The key(s) of tag to be deleted
$sel:resourceArn:UntagResource'
, untagResource_resourceArn
- Undocumented member.
data UntagResourceResponse Source #
See: newUntagResourceResponse
smart constructor.
Instances
Eq UntagResourceResponse Source # | |
Defined in Amazonka.MediaPackage.UntagResource (==) :: UntagResourceResponse -> UntagResourceResponse -> Bool # (/=) :: UntagResourceResponse -> UntagResourceResponse -> Bool # | |
Read UntagResourceResponse Source # | |
Show UntagResourceResponse Source # | |
Defined in Amazonka.MediaPackage.UntagResource showsPrec :: Int -> UntagResourceResponse -> ShowS # show :: UntagResourceResponse -> String # showList :: [UntagResourceResponse] -> ShowS # | |
Generic UntagResourceResponse Source # | |
Defined in Amazonka.MediaPackage.UntagResource type Rep UntagResourceResponse :: Type -> Type # | |
NFData UntagResourceResponse Source # | |
Defined in Amazonka.MediaPackage.UntagResource rnf :: UntagResourceResponse -> () # | |
type Rep UntagResourceResponse Source # | |
Defined in Amazonka.MediaPackage.UntagResource |
newUntagResourceResponse :: UntagResourceResponse Source #
Create a value of UntagResourceResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
DescribeChannel
data DescribeChannel Source #
See: newDescribeChannel
smart constructor.
Instances
Create a value of DescribeChannel
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:id:DescribeChannel'
, describeChannel_id
- The ID of a Channel.
data DescribeChannelResponse Source #
See: newDescribeChannelResponse
smart constructor.
DescribeChannelResponse' (Maybe IngressAccessLogs) (Maybe HlsIngest) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe EgressAccessLogs) (Maybe (HashMap Text Text)) Int |
Instances
newDescribeChannelResponse Source #
Create a value of DescribeChannelResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:ingressAccessLogs:DescribeChannelResponse'
, describeChannelResponse_ingressAccessLogs
- Undocumented member.
$sel:hlsIngest:DescribeChannelResponse'
, describeChannelResponse_hlsIngest
- Undocumented member.
$sel:arn:DescribeChannelResponse'
, describeChannelResponse_arn
- The Amazon Resource Name (ARN) assigned to the Channel.
$sel:id:DescribeChannel'
, describeChannelResponse_id
- The ID of the Channel.
$sel:description:DescribeChannelResponse'
, describeChannelResponse_description
- A short text description of the Channel.
$sel:egressAccessLogs:DescribeChannelResponse'
, describeChannelResponse_egressAccessLogs
- Undocumented member.
$sel:tags:DescribeChannelResponse'
, describeChannelResponse_tags
- Undocumented member.
$sel:httpStatus:DescribeChannelResponse'
, describeChannelResponse_httpStatus
- The response's http status code.
DeleteOriginEndpoint
data DeleteOriginEndpoint Source #
See: newDeleteOriginEndpoint
smart constructor.
Instances
newDeleteOriginEndpoint Source #
Create a value of DeleteOriginEndpoint
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:id:DeleteOriginEndpoint'
, deleteOriginEndpoint_id
- The ID of the OriginEndpoint to delete.
data DeleteOriginEndpointResponse Source #
See: newDeleteOriginEndpointResponse
smart constructor.
Instances
newDeleteOriginEndpointResponse Source #
Create a value of DeleteOriginEndpointResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:DeleteOriginEndpointResponse'
, deleteOriginEndpointResponse_httpStatus
- The response's http status code.
UpdateOriginEndpoint
data UpdateOriginEndpoint Source #
Configuration parameters used to update an existing OriginEndpoint.
See: newUpdateOriginEndpoint
smart constructor.
UpdateOriginEndpoint' (Maybe [Text]) (Maybe HlsPackage) (Maybe Text) (Maybe Authorization) (Maybe Int) (Maybe DashPackage) (Maybe MssPackage) (Maybe Int) (Maybe CmafPackageCreateOrUpdateParameters) (Maybe Text) (Maybe Origination) Text |
Instances
newUpdateOriginEndpoint Source #
Create a value of UpdateOriginEndpoint
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:whitelist:UpdateOriginEndpoint'
, updateOriginEndpoint_whitelist
- A list of source IP CIDR blocks that will be allowed to access the
OriginEndpoint.
$sel:hlsPackage:UpdateOriginEndpoint'
, updateOriginEndpoint_hlsPackage
- Undocumented member.
$sel:manifestName:UpdateOriginEndpoint'
, updateOriginEndpoint_manifestName
- A short string that will be appended to the end of the Endpoint URL.
$sel:authorization:UpdateOriginEndpoint'
, updateOriginEndpoint_authorization
- Undocumented member.
$sel:startoverWindowSeconds:UpdateOriginEndpoint'
, updateOriginEndpoint_startoverWindowSeconds
- Maximum duration (in seconds) of content to retain for startover
playback. If not specified, startover playback will be disabled for the
OriginEndpoint.
$sel:dashPackage:UpdateOriginEndpoint'
, updateOriginEndpoint_dashPackage
- Undocumented member.
$sel:mssPackage:UpdateOriginEndpoint'
, updateOriginEndpoint_mssPackage
- Undocumented member.
$sel:timeDelaySeconds:UpdateOriginEndpoint'
, updateOriginEndpoint_timeDelaySeconds
- Amount of delay (in seconds) to enforce on the playback of live content.
If not specified, there will be no time delay in effect for the
OriginEndpoint.
$sel:cmafPackage:UpdateOriginEndpoint'
, updateOriginEndpoint_cmafPackage
- Undocumented member.
$sel:description:UpdateOriginEndpoint'
, updateOriginEndpoint_description
- A short text description of the OriginEndpoint.
$sel:origination:UpdateOriginEndpoint'
, updateOriginEndpoint_origination
- Control whether origination of video is allowed for this OriginEndpoint.
If set to ALLOW, the OriginEndpoint may by requested, pursuant to any
other form of access control. If set to DENY, the OriginEndpoint may not
be requested. This can be helpful for Live to VOD harvesting, or for
temporarily disabling origination
$sel:id:UpdateOriginEndpoint'
, updateOriginEndpoint_id
- The ID of the OriginEndpoint to update.
data UpdateOriginEndpointResponse Source #
See: newUpdateOriginEndpointResponse
smart constructor.
UpdateOriginEndpointResponse' (Maybe [Text]) (Maybe HlsPackage) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Authorization) (Maybe Text) (Maybe Int) (Maybe DashPackage) (Maybe MssPackage) (Maybe Text) (Maybe Int) (Maybe CmafPackage) (Maybe Text) (Maybe (HashMap Text Text)) (Maybe Origination) Int |
Instances
newUpdateOriginEndpointResponse Source #
Create a value of UpdateOriginEndpointResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:whitelist:UpdateOriginEndpoint'
, updateOriginEndpointResponse_whitelist
- A list of source IP CIDR blocks that will be allowed to access the
OriginEndpoint.
$sel:hlsPackage:UpdateOriginEndpoint'
, updateOriginEndpointResponse_hlsPackage
- Undocumented member.
$sel:arn:UpdateOriginEndpointResponse'
, updateOriginEndpointResponse_arn
- The Amazon Resource Name (ARN) assigned to the OriginEndpoint.
$sel:manifestName:UpdateOriginEndpoint'
, updateOriginEndpointResponse_manifestName
- A short string appended to the end of the OriginEndpoint URL.
$sel:url:UpdateOriginEndpointResponse'
, updateOriginEndpointResponse_url
- The URL of the packaged OriginEndpoint for consumption.
$sel:authorization:UpdateOriginEndpoint'
, updateOriginEndpointResponse_authorization
- Undocumented member.
$sel:channelId:UpdateOriginEndpointResponse'
, updateOriginEndpointResponse_channelId
- The ID of the Channel the OriginEndpoint is associated with.
$sel:startoverWindowSeconds:UpdateOriginEndpoint'
, updateOriginEndpointResponse_startoverWindowSeconds
- Maximum duration (seconds) of content to retain for startover playback.
If not specified, startover playback will be disabled for the
OriginEndpoint.
$sel:dashPackage:UpdateOriginEndpoint'
, updateOriginEndpointResponse_dashPackage
- Undocumented member.
$sel:mssPackage:UpdateOriginEndpoint'
, updateOriginEndpointResponse_mssPackage
- Undocumented member.
$sel:id:UpdateOriginEndpoint'
, updateOriginEndpointResponse_id
- The ID of the OriginEndpoint.
$sel:timeDelaySeconds:UpdateOriginEndpoint'
, updateOriginEndpointResponse_timeDelaySeconds
- Amount of delay (seconds) to enforce on the playback of live content. If
not specified, there will be no time delay in effect for the
OriginEndpoint.
$sel:cmafPackage:UpdateOriginEndpoint'
, updateOriginEndpointResponse_cmafPackage
- Undocumented member.
$sel:description:UpdateOriginEndpoint'
, updateOriginEndpointResponse_description
- A short text description of the OriginEndpoint.
$sel:tags:UpdateOriginEndpointResponse'
, updateOriginEndpointResponse_tags
- Undocumented member.
$sel:origination:UpdateOriginEndpoint'
, updateOriginEndpointResponse_origination
- Control whether origination of video is allowed for this OriginEndpoint.
If set to ALLOW, the OriginEndpoint may by requested, pursuant to any
other form of access control. If set to DENY, the OriginEndpoint may not
be requested. This can be helpful for Live to VOD harvesting, or for
temporarily disabling origination
$sel:httpStatus:UpdateOriginEndpointResponse'
, updateOriginEndpointResponse_httpStatus
- The response's http status code.
Types
AdMarkers
pattern AdMarkers_DATERANGE :: AdMarkers | |
pattern AdMarkers_NONE :: AdMarkers | |
pattern AdMarkers_PASSTHROUGH :: AdMarkers | |
pattern AdMarkers_SCTE35_ENHANCED :: AdMarkers |
Instances
AdTriggersElement
newtype AdTriggersElement Source #
Instances
AdsOnDeliveryRestrictions
newtype AdsOnDeliveryRestrictions Source #
This setting allows the delivery restriction flags on SCTE-35 segmentation descriptors to determine whether a message signals an ad. Choosing "NONE" means no SCTE-35 messages become ads. Choosing "RESTRICTED" means SCTE-35 messages of the types specified in AdTriggers that contain delivery restrictions will be treated as ads. Choosing "UNRESTRICTED" means SCTE-35 messages of the types specified in AdTriggers that do not contain delivery restrictions will be treated as ads. Choosing "BOTH" means all SCTE-35 messages of the types specified in AdTriggers will be treated as ads. Note that Splice Insert messages do not have these flags and are always treated as ads if specified in AdTriggers.
Instances
EncryptionMethod
newtype EncryptionMethod Source #
pattern EncryptionMethod_AES_128 :: EncryptionMethod | |
pattern EncryptionMethod_SAMPLE_AES :: EncryptionMethod |
Instances
ManifestLayout
newtype ManifestLayout Source #
pattern ManifestLayout_COMPACT :: ManifestLayout | |
pattern ManifestLayout_FULL :: ManifestLayout |
Instances
Origination
newtype Origination Source #
pattern Origination_ALLOW :: Origination | |
pattern Origination_DENY :: Origination |
Instances
PeriodTriggersElement
newtype PeriodTriggersElement Source #
pattern PeriodTriggersElement_ADS :: PeriodTriggersElement |
Instances
PlaylistType
newtype PlaylistType Source #
pattern PlaylistType_EVENT :: PlaylistType | |
pattern PlaylistType_NONE :: PlaylistType | |
pattern PlaylistType_VOD :: PlaylistType |
Instances
PresetSpeke20Audio
newtype PresetSpeke20Audio Source #
Instances
PresetSpeke20Video
newtype PresetSpeke20Video Source #
Instances
Profile
pattern Profile_HBBTV_1_5 :: Profile | |
pattern Profile_NONE :: Profile |
Instances
SegmentTemplateFormat
newtype SegmentTemplateFormat Source #
Instances
Status
pattern Status_FAILED :: Status | |
pattern Status_IN_PROGRESS :: Status | |
pattern Status_SUCCEEDED :: Status |
Instances
StreamOrder
newtype StreamOrder Source #
pattern StreamOrder_ORIGINAL :: StreamOrder | |
pattern StreamOrder_VIDEO_BITRATE_ASCENDING :: StreamOrder | |
pattern StreamOrder_VIDEO_BITRATE_DESCENDING :: StreamOrder |
Instances
UtcTiming
pattern UtcTiming_HTTP_HEAD :: UtcTiming | |
pattern UtcTiming_HTTP_ISO :: UtcTiming | |
pattern UtcTiming_NONE :: UtcTiming |
Instances
Authorization
data Authorization Source #
CDN Authorization credentials
See: newAuthorization
smart constructor.
Instances
:: Text | |
-> Text | |
-> Authorization |
Create a value of Authorization
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:secretsRoleArn:Authorization'
, authorization_secretsRoleArn
- The Amazon Resource Name (ARN) for the IAM role that allows MediaPackage
to communicate with AWS Secrets Manager.
$sel:cdnIdentifierSecret:Authorization'
, authorization_cdnIdentifierSecret
- The Amazon Resource Name (ARN) for the secret in Secrets Manager that
your Content Distribution Network (CDN) uses for authorization to access
your endpoint.
Channel
A Channel resource configuration.
See: newChannel
smart constructor.
Channel' (Maybe IngressAccessLogs) (Maybe HlsIngest) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe EgressAccessLogs) (Maybe (HashMap Text Text)) |
Instances
newChannel :: Channel Source #
Create a value of Channel
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:ingressAccessLogs:Channel'
, channel_ingressAccessLogs
- Undocumented member.
$sel:hlsIngest:Channel'
, channel_hlsIngest
- Undocumented member.
$sel:arn:Channel'
, channel_arn
- The Amazon Resource Name (ARN) assigned to the Channel.
$sel:id:Channel'
, channel_id
- The ID of the Channel.
$sel:description:Channel'
, channel_description
- A short text description of the Channel.
$sel:egressAccessLogs:Channel'
, channel_egressAccessLogs
- Undocumented member.
$sel:tags:Channel'
, channel_tags
- Undocumented member.
CmafEncryption
data CmafEncryption Source #
A Common Media Application Format (CMAF) encryption configuration.
See: newCmafEncryption
smart constructor.
Instances
Create a value of CmafEncryption
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:keyRotationIntervalSeconds:CmafEncryption'
, cmafEncryption_keyRotationIntervalSeconds
- Time (in seconds) between each encryption key rotation.
$sel:constantInitializationVector:CmafEncryption'
, cmafEncryption_constantInitializationVector
- An optional 128-bit, 16-byte hex value represented by a 32-character
string, used in conjunction with the key for encrypting blocks. If you
don't specify a value, then MediaPackage creates the constant
initialization vector (IV).
$sel:spekeKeyProvider:CmafEncryption'
, cmafEncryption_spekeKeyProvider
- Undocumented member.
CmafPackage
data CmafPackage Source #
A Common Media Application Format (CMAF) packaging configuration.
See: newCmafPackage
smart constructor.
CmafPackage' (Maybe [HlsManifest]) (Maybe Int) (Maybe StreamSelection) (Maybe CmafEncryption) (Maybe Text) |
Instances
newCmafPackage :: CmafPackage Source #
Create a value of CmafPackage
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:hlsManifests:CmafPackage'
, cmafPackage_hlsManifests
- A list of HLS manifest configurations
$sel:segmentDurationSeconds:CmafPackage'
, cmafPackage_segmentDurationSeconds
- Duration (in seconds) of each segment. Actual segments will be rounded
to the nearest multiple of the source segment duration.
$sel:streamSelection:CmafPackage'
, cmafPackage_streamSelection
- Undocumented member.
$sel:encryption:CmafPackage'
, cmafPackage_encryption
- Undocumented member.
$sel:segmentPrefix:CmafPackage'
, cmafPackage_segmentPrefix
- An optional custom string that is prepended to the name of each segment.
If not specified, it defaults to the ChannelId.
CmafPackageCreateOrUpdateParameters
data CmafPackageCreateOrUpdateParameters Source #
A Common Media Application Format (CMAF) packaging configuration.
See: newCmafPackageCreateOrUpdateParameters
smart constructor.
CmafPackageCreateOrUpdateParameters' (Maybe [HlsManifestCreateOrUpdateParameters]) (Maybe Int) (Maybe StreamSelection) (Maybe CmafEncryption) (Maybe Text) |
Instances
newCmafPackageCreateOrUpdateParameters :: CmafPackageCreateOrUpdateParameters Source #
Create a value of CmafPackageCreateOrUpdateParameters
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:hlsManifests:CmafPackageCreateOrUpdateParameters'
, cmafPackageCreateOrUpdateParameters_hlsManifests
- A list of HLS manifest configurations
$sel:segmentDurationSeconds:CmafPackageCreateOrUpdateParameters'
, cmafPackageCreateOrUpdateParameters_segmentDurationSeconds
- Duration (in seconds) of each segment. Actual segments will be rounded
to the nearest multiple of the source segment duration.
$sel:streamSelection:CmafPackageCreateOrUpdateParameters'
, cmafPackageCreateOrUpdateParameters_streamSelection
- Undocumented member.
$sel:encryption:CmafPackageCreateOrUpdateParameters'
, cmafPackageCreateOrUpdateParameters_encryption
- Undocumented member.
$sel:segmentPrefix:CmafPackageCreateOrUpdateParameters'
, cmafPackageCreateOrUpdateParameters_segmentPrefix
- An optional custom string that is prepended to the name of each segment.
If not specified, it defaults to the ChannelId.
DashEncryption
data DashEncryption Source #
A Dynamic Adaptive Streaming over HTTP (DASH) encryption configuration.
See: newDashEncryption
smart constructor.
Instances
Create a value of DashEncryption
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:keyRotationIntervalSeconds:DashEncryption'
, dashEncryption_keyRotationIntervalSeconds
- Time (in seconds) between each encryption key rotation.
$sel:spekeKeyProvider:DashEncryption'
, dashEncryption_spekeKeyProvider
- Undocumented member.
DashPackage
data DashPackage Source #
A Dynamic Adaptive Streaming over HTTP (DASH) packaging configuration.
See: newDashPackage
smart constructor.
DashPackage' (Maybe AdsOnDeliveryRestrictions) (Maybe Int) (Maybe UtcTiming) (Maybe SegmentTemplateFormat) (Maybe Profile) (Maybe Int) (Maybe Text) (Maybe StreamSelection) (Maybe DashEncryption) (Maybe Int) (Maybe ManifestLayout) (Maybe Int) (Maybe Int) (Maybe [AdTriggersElement]) (Maybe [PeriodTriggersElement]) |
Instances
newDashPackage :: DashPackage Source #
Create a value of DashPackage
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:adsOnDeliveryRestrictions:DashPackage'
, dashPackage_adsOnDeliveryRestrictions
- Undocumented member.
$sel:minBufferTimeSeconds:DashPackage'
, dashPackage_minBufferTimeSeconds
- Minimum duration (in seconds) that a player will buffer media before
starting the presentation.
$sel:utcTiming:DashPackage'
, dashPackage_utcTiming
- Determines the type of UTCTiming included in the Media Presentation
Description (MPD)
$sel:segmentTemplateFormat:DashPackage'
, dashPackage_segmentTemplateFormat
- Determines the type of SegmentTemplate included in the Media
Presentation Description (MPD). When set to NUMBER_WITH_TIMELINE, a full
timeline is presented in each SegmentTemplate, with $Number$ media URLs.
When set to TIME_WITH_TIMELINE, a full timeline is presented in each
SegmentTemplate, with $Time$ media URLs. When set to
NUMBER_WITH_DURATION, only a duration is included in each
SegmentTemplate, with $Number$ media URLs.
$sel:profile:DashPackage'
, dashPackage_profile
- The Dynamic Adaptive Streaming over HTTP (DASH) profile type. When set
to "HBBTV_1_5", HbbTV 1.5 compliant output is enabled.
$sel:segmentDurationSeconds:DashPackage'
, dashPackage_segmentDurationSeconds
- Duration (in seconds) of each segment. Actual segments will be rounded
to the nearest multiple of the source segment duration.
$sel:utcTimingUri:DashPackage'
, dashPackage_utcTimingUri
- Specifies the value attribute of the UTCTiming field when utcTiming is
set to HTTP-ISO or HTTP-HEAD
$sel:streamSelection:DashPackage'
, dashPackage_streamSelection
- Undocumented member.
$sel:encryption:DashPackage'
, dashPackage_encryption
- Undocumented member.
$sel:minUpdatePeriodSeconds:DashPackage'
, dashPackage_minUpdatePeriodSeconds
- Minimum duration (in seconds) between potential changes to the Dynamic
Adaptive Streaming over HTTP (DASH) Media Presentation Description
(MPD).
$sel:manifestLayout:DashPackage'
, dashPackage_manifestLayout
- Determines the position of some tags in the Media Presentation
Description (MPD). When set to FULL, elements like SegmentTemplate and
ContentProtection are included in each Representation. When set to
COMPACT, duplicate elements are combined and presented at the
AdaptationSet level.
$sel:suggestedPresentationDelaySeconds:DashPackage'
, dashPackage_suggestedPresentationDelaySeconds
- Duration (in seconds) to delay live content before presentation.
$sel:manifestWindowSeconds:DashPackage'
, dashPackage_manifestWindowSeconds
- Time window (in seconds) contained in each manifest.
$sel:adTriggers:DashPackage'
, dashPackage_adTriggers
- Undocumented member.
$sel:periodTriggers:DashPackage'
, dashPackage_periodTriggers
- A list of triggers that controls when the outgoing Dynamic Adaptive
Streaming over HTTP (DASH) Media Presentation Description (MPD) will be
partitioned into multiple periods. If empty, the content will not be
partitioned into more than one period. If the list contains "ADS", new
periods will be created where the Channel source contains SCTE-35 ad
markers.
EgressAccessLogs
data EgressAccessLogs Source #
Configure egress access logging.
See: newEgressAccessLogs
smart constructor.
Instances
newEgressAccessLogs :: EgressAccessLogs Source #
Create a value of EgressAccessLogs
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:logGroupName:EgressAccessLogs'
, egressAccessLogs_logGroupName
- Customize the log group name.
EncryptionContractConfiguration
data EncryptionContractConfiguration Source #
Use encryptionContractConfiguration to configure one or more content encryption keys for your endpoints that use SPEKE 2.0. The encryption contract defines which content keys are used to encrypt the audio and video tracks in your stream. To configure the encryption contract, specify which audio and video encryption presets to use. Note the following considerations when using encryptionContractConfiguration: encryptionContractConfiguration can be used for DASH or CMAF endpoints that use SPEKE 2.0. SPEKE 2.0 relies on the CPIX 2.3 specification. You must disable key rotation for this endpoint by setting keyRotationIntervalSeconds to 0.
See: newEncryptionContractConfiguration
smart constructor.
Instances
newEncryptionContractConfiguration Source #
Create a value of EncryptionContractConfiguration
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:presetSpeke20Audio:EncryptionContractConfiguration'
, encryptionContractConfiguration_presetSpeke20Audio
- A collection of audio encryption presets.
$sel:presetSpeke20Video:EncryptionContractConfiguration'
, encryptionContractConfiguration_presetSpeke20Video
- A collection of video encryption presets.
HarvestJob
data HarvestJob Source #
A HarvestJob resource configuration
See: newHarvestJob
smart constructor.
HarvestJob' (Maybe Status) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe S3Destination) (Maybe Text) (Maybe Text) |
Instances
newHarvestJob :: HarvestJob Source #
Create a value of HarvestJob
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:status:HarvestJob'
, harvestJob_status
- The current status of the HarvestJob. Consider setting up a CloudWatch
Event to listen for HarvestJobs as they succeed or fail. In the event of
failure, the CloudWatch Event will include an explanation of why the
HarvestJob failed.
$sel:originEndpointId:HarvestJob'
, harvestJob_originEndpointId
- The ID of the OriginEndpoint that the HarvestJob will harvest from. This
cannot be changed after the HarvestJob is submitted.
$sel:startTime:HarvestJob'
, harvestJob_startTime
- The start of the time-window which will be harvested.
$sel:arn:HarvestJob'
, harvestJob_arn
- The Amazon Resource Name (ARN) assigned to the HarvestJob.
$sel:createdAt:HarvestJob'
, harvestJob_createdAt
- The time the HarvestJob was submitted
$sel:channelId:HarvestJob'
, harvestJob_channelId
- The ID of the Channel that the HarvestJob will harvest from.
$sel:s3Destination:HarvestJob'
, harvestJob_s3Destination
- Undocumented member.
$sel:endTime:HarvestJob'
, harvestJob_endTime
- The end of the time-window which will be harvested.
$sel:id:HarvestJob'
, harvestJob_id
- The ID of the HarvestJob. The ID must be unique within the region and it
cannot be changed after the HarvestJob is submitted.
HlsEncryption
data HlsEncryption Source #
An HTTP Live Streaming (HLS) encryption configuration.
See: newHlsEncryption
smart constructor.
Instances
Create a value of HlsEncryption
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:encryptionMethod:HlsEncryption'
, hlsEncryption_encryptionMethod
- The encryption method to use.
$sel:keyRotationIntervalSeconds:HlsEncryption'
, hlsEncryption_keyRotationIntervalSeconds
- Interval (in seconds) between each encryption key rotation.
$sel:constantInitializationVector:HlsEncryption'
, hlsEncryption_constantInitializationVector
- A constant initialization vector for encryption (optional). When not
specified the initialization vector will be periodically rotated.
$sel:repeatExtXKey:HlsEncryption'
, hlsEncryption_repeatExtXKey
- When enabled, the EXT-X-KEY tag will be repeated in output manifests.
$sel:spekeKeyProvider:HlsEncryption'
, hlsEncryption_spekeKeyProvider
- Undocumented member.
HlsIngest
An HTTP Live Streaming (HLS) ingest resource configuration.
See: newHlsIngest
smart constructor.
Instances
Eq HlsIngest Source # | |
Read HlsIngest Source # | |
Show HlsIngest Source # | |
Generic HlsIngest Source # | |
NFData HlsIngest Source # | |
Defined in Amazonka.MediaPackage.Types.HlsIngest | |
Hashable HlsIngest Source # | |
Defined in Amazonka.MediaPackage.Types.HlsIngest | |
FromJSON HlsIngest Source # | |
type Rep HlsIngest Source # | |
Defined in Amazonka.MediaPackage.Types.HlsIngest type Rep HlsIngest = D1 ('MetaData "HlsIngest" "Amazonka.MediaPackage.Types.HlsIngest" "libZSservicesZSamazonka-mediapackageZSamazonka-mediapackage" 'False) (C1 ('MetaCons "HlsIngest'" 'PrefixI 'True) (S1 ('MetaSel ('Just "ingestEndpoints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [IngestEndpoint])))) |
newHlsIngest :: HlsIngest Source #
Create a value of HlsIngest
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:ingestEndpoints:HlsIngest'
, hlsIngest_ingestEndpoints
- A list of endpoints to which the source stream should be sent.
HlsManifest
data HlsManifest Source #
A HTTP Live Streaming (HLS) manifest configuration.
See: newHlsManifest
smart constructor.
HlsManifest' (Maybe Text) (Maybe Text) (Maybe PlaylistType) (Maybe Int) (Maybe AdMarkers) (Maybe Bool) (Maybe Int) Text |
Instances
Create a value of HlsManifest
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:manifestName:HlsManifest'
, hlsManifest_manifestName
- An optional short string appended to the end of the OriginEndpoint URL.
If not specified, defaults to the manifestName for the OriginEndpoint.
$sel:url:HlsManifest'
, hlsManifest_url
- The URL of the packaged OriginEndpoint for consumption.
$sel:playlistType:HlsManifest'
, hlsManifest_playlistType
- The HTTP Live Streaming (HLS) playlist type. When either "EVENT" or
"VOD" is specified, a corresponding EXT-X-PLAYLIST-TYPE entry will be
included in the media playlist.
$sel:programDateTimeIntervalSeconds:HlsManifest'
, hlsManifest_programDateTimeIntervalSeconds
- The interval (in seconds) between each EXT-X-PROGRAM-DATE-TIME tag
inserted into manifests. Additionally, when an interval is specified
ID3Timed Metadata messages will be generated every 5 seconds using the
ingest time of the content. If the interval is not specified, or set to
0, then no EXT-X-PROGRAM-DATE-TIME tags will be inserted into manifests
and no ID3Timed Metadata messages will be generated. Note that
irrespective of this parameter, if any ID3 Timed Metadata is found in
HTTP Live Streaming (HLS) input, it will be passed through to HLS
output.
$sel:adMarkers:HlsManifest'
, hlsManifest_adMarkers
- This setting controls how ad markers are included in the packaged
OriginEndpoint. "NONE" will omit all SCTE-35 ad markers from the
output. "PASSTHROUGH" causes the manifest to contain a copy of the
SCTE-35 ad markers (comments) taken directly from the input HTTP Live
Streaming (HLS) manifest. "SCTE35_ENHANCED" generates ad markers and
blackout tags based on SCTE-35 messages in the input source.
"DATERANGE" inserts EXT-X-DATERANGE tags to signal ad and program
transition events in HLS and CMAF manifests. For this option, you must
set a programDateTimeIntervalSeconds value that is greater than 0.
$sel:includeIframeOnlyStream:HlsManifest'
, hlsManifest_includeIframeOnlyStream
- When enabled, an I-Frame only stream will be included in the output.
$sel:playlistWindowSeconds:HlsManifest'
, hlsManifest_playlistWindowSeconds
- Time window (in seconds) contained in each parent manifest.
$sel:id:HlsManifest'
, hlsManifest_id
- The ID of the manifest. The ID must be unique within the OriginEndpoint
and it cannot be changed after it is created.
HlsManifestCreateOrUpdateParameters
data HlsManifestCreateOrUpdateParameters Source #
A HTTP Live Streaming (HLS) manifest configuration.
See: newHlsManifestCreateOrUpdateParameters
smart constructor.
HlsManifestCreateOrUpdateParameters' (Maybe AdsOnDeliveryRestrictions) (Maybe Text) (Maybe PlaylistType) (Maybe Int) (Maybe AdMarkers) (Maybe Bool) (Maybe [AdTriggersElement]) (Maybe Int) Text |
Instances
newHlsManifestCreateOrUpdateParameters Source #
Create a value of HlsManifestCreateOrUpdateParameters
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:adsOnDeliveryRestrictions:HlsManifestCreateOrUpdateParameters'
, hlsManifestCreateOrUpdateParameters_adsOnDeliveryRestrictions
- Undocumented member.
$sel:manifestName:HlsManifestCreateOrUpdateParameters'
, hlsManifestCreateOrUpdateParameters_manifestName
- An optional short string appended to the end of the OriginEndpoint URL.
If not specified, defaults to the manifestName for the OriginEndpoint.
$sel:playlistType:HlsManifestCreateOrUpdateParameters'
, hlsManifestCreateOrUpdateParameters_playlistType
- The HTTP Live Streaming (HLS) playlist type. When either "EVENT" or
"VOD" is specified, a corresponding EXT-X-PLAYLIST-TYPE entry will be
included in the media playlist.
$sel:programDateTimeIntervalSeconds:HlsManifestCreateOrUpdateParameters'
, hlsManifestCreateOrUpdateParameters_programDateTimeIntervalSeconds
- The interval (in seconds) between each EXT-X-PROGRAM-DATE-TIME tag
inserted into manifests. Additionally, when an interval is specified
ID3Timed Metadata messages will be generated every 5 seconds using the
ingest time of the content. If the interval is not specified, or set to
0, then no EXT-X-PROGRAM-DATE-TIME tags will be inserted into manifests
and no ID3Timed Metadata messages will be generated. Note that
irrespective of this parameter, if any ID3 Timed Metadata is found in
HTTP Live Streaming (HLS) input, it will be passed through to HLS
output.
$sel:adMarkers:HlsManifestCreateOrUpdateParameters'
, hlsManifestCreateOrUpdateParameters_adMarkers
- This setting controls how ad markers are included in the packaged
OriginEndpoint. "NONE" will omit all SCTE-35 ad markers from the
output. "PASSTHROUGH" causes the manifest to contain a copy of the
SCTE-35 ad markers (comments) taken directly from the input HTTP Live
Streaming (HLS) manifest. "SCTE35_ENHANCED" generates ad markers and
blackout tags based on SCTE-35 messages in the input source.
"DATERANGE" inserts EXT-X-DATERANGE tags to signal ad and program
transition events in HLS and CMAF manifests. For this option, you must
set a programDateTimeIntervalSeconds value that is greater than 0.
$sel:includeIframeOnlyStream:HlsManifestCreateOrUpdateParameters'
, hlsManifestCreateOrUpdateParameters_includeIframeOnlyStream
- When enabled, an I-Frame only stream will be included in the output.
$sel:adTriggers:HlsManifestCreateOrUpdateParameters'
, hlsManifestCreateOrUpdateParameters_adTriggers
- Undocumented member.
$sel:playlistWindowSeconds:HlsManifestCreateOrUpdateParameters'
, hlsManifestCreateOrUpdateParameters_playlistWindowSeconds
- Time window (in seconds) contained in each parent manifest.
$sel:id:HlsManifestCreateOrUpdateParameters'
, hlsManifestCreateOrUpdateParameters_id
- The ID of the manifest. The ID must be unique within the OriginEndpoint
and it cannot be changed after it is created.
HlsPackage
data HlsPackage Source #
An HTTP Live Streaming (HLS) packaging configuration.
See: newHlsPackage
smart constructor.
HlsPackage' (Maybe AdsOnDeliveryRestrictions) (Maybe Bool) (Maybe Bool) (Maybe PlaylistType) (Maybe Int) (Maybe Int) (Maybe StreamSelection) (Maybe AdMarkers) (Maybe HlsEncryption) (Maybe Bool) (Maybe [AdTriggersElement]) (Maybe Int) |
Instances
newHlsPackage :: HlsPackage Source #
Create a value of HlsPackage
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:adsOnDeliveryRestrictions:HlsPackage'
, hlsPackage_adsOnDeliveryRestrictions
- Undocumented member.
$sel:useAudioRenditionGroup:HlsPackage'
, hlsPackage_useAudioRenditionGroup
- When enabled, audio streams will be placed in rendition groups in the
output.
$sel:includeDvbSubtitles:HlsPackage'
, hlsPackage_includeDvbSubtitles
- When enabled, MediaPackage passes through digital video broadcasting
(DVB) subtitles into the output.
$sel:playlistType:HlsPackage'
, hlsPackage_playlistType
- The HTTP Live Streaming (HLS) playlist type. When either "EVENT" or
"VOD" is specified, a corresponding EXT-X-PLAYLIST-TYPE entry will be
included in the media playlist.
$sel:segmentDurationSeconds:HlsPackage'
, hlsPackage_segmentDurationSeconds
- Duration (in seconds) of each fragment. Actual fragments will be rounded
to the nearest multiple of the source fragment duration.
$sel:programDateTimeIntervalSeconds:HlsPackage'
, hlsPackage_programDateTimeIntervalSeconds
- The interval (in seconds) between each EXT-X-PROGRAM-DATE-TIME tag
inserted into manifests. Additionally, when an interval is specified
ID3Timed Metadata messages will be generated every 5 seconds using the
ingest time of the content. If the interval is not specified, or set to
0, then no EXT-X-PROGRAM-DATE-TIME tags will be inserted into manifests
and no ID3Timed Metadata messages will be generated. Note that
irrespective of this parameter, if any ID3 Timed Metadata is found in
HTTP Live Streaming (HLS) input, it will be passed through to HLS
output.
$sel:streamSelection:HlsPackage'
, hlsPackage_streamSelection
- Undocumented member.
$sel:adMarkers:HlsPackage'
, hlsPackage_adMarkers
- This setting controls how ad markers are included in the packaged
OriginEndpoint. "NONE" will omit all SCTE-35 ad markers from the
output. "PASSTHROUGH" causes the manifest to contain a copy of the
SCTE-35 ad markers (comments) taken directly from the input HTTP Live
Streaming (HLS) manifest. "SCTE35_ENHANCED" generates ad markers and
blackout tags based on SCTE-35 messages in the input source.
"DATERANGE" inserts EXT-X-DATERANGE tags to signal ad and program
transition events in HLS and CMAF manifests. For this option, you must
set a programDateTimeIntervalSeconds value that is greater than 0.
$sel:encryption:HlsPackage'
, hlsPackage_encryption
- Undocumented member.
$sel:includeIframeOnlyStream:HlsPackage'
, hlsPackage_includeIframeOnlyStream
- When enabled, an I-Frame only stream will be included in the output.
$sel:adTriggers:HlsPackage'
, hlsPackage_adTriggers
- Undocumented member.
$sel:playlistWindowSeconds:HlsPackage'
, hlsPackage_playlistWindowSeconds
- Time window (in seconds) contained in each parent manifest.
IngestEndpoint
data IngestEndpoint Source #
An endpoint for ingesting source content for a Channel.
See: newIngestEndpoint
smart constructor.
Instances
newIngestEndpoint :: IngestEndpoint Source #
Create a value of IngestEndpoint
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:url:IngestEndpoint'
, ingestEndpoint_url
- The ingest URL to which the source stream should be sent.
$sel:username:IngestEndpoint'
, ingestEndpoint_username
- The system generated username for ingest authentication.
$sel:password:IngestEndpoint'
, ingestEndpoint_password
- The system generated password for ingest authentication.
$sel:id:IngestEndpoint'
, ingestEndpoint_id
- The system generated unique identifier for the IngestEndpoint
IngressAccessLogs
data IngressAccessLogs Source #
Configure ingress access logging.
See: newIngressAccessLogs
smart constructor.
Instances
newIngressAccessLogs :: IngressAccessLogs Source #
Create a value of IngressAccessLogs
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:logGroupName:IngressAccessLogs'
, ingressAccessLogs_logGroupName
- Customize the log group name.
MssEncryption
data MssEncryption Source #
A Microsoft Smooth Streaming (MSS) encryption configuration.
See: newMssEncryption
smart constructor.
Instances
Create a value of MssEncryption
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:spekeKeyProvider:MssEncryption'
, mssEncryption_spekeKeyProvider
- Undocumented member.
MssPackage
data MssPackage Source #
A Microsoft Smooth Streaming (MSS) packaging configuration.
See: newMssPackage
smart constructor.
Instances
newMssPackage :: MssPackage Source #
Create a value of MssPackage
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:segmentDurationSeconds:MssPackage'
, mssPackage_segmentDurationSeconds
- The duration (in seconds) of each segment.
$sel:streamSelection:MssPackage'
, mssPackage_streamSelection
- Undocumented member.
$sel:encryption:MssPackage'
, mssPackage_encryption
- Undocumented member.
$sel:manifestWindowSeconds:MssPackage'
, mssPackage_manifestWindowSeconds
- The time window (in seconds) contained in each manifest.
OriginEndpoint
data OriginEndpoint Source #
An OriginEndpoint resource configuration.
See: newOriginEndpoint
smart constructor.
OriginEndpoint' (Maybe [Text]) (Maybe HlsPackage) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Authorization) (Maybe Text) (Maybe Int) (Maybe DashPackage) (Maybe MssPackage) (Maybe Text) (Maybe Int) (Maybe CmafPackage) (Maybe Text) (Maybe (HashMap Text Text)) (Maybe Origination) |
Instances
newOriginEndpoint :: OriginEndpoint Source #
Create a value of OriginEndpoint
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:whitelist:OriginEndpoint'
, originEndpoint_whitelist
- A list of source IP CIDR blocks that will be allowed to access the
OriginEndpoint.
$sel:hlsPackage:OriginEndpoint'
, originEndpoint_hlsPackage
- Undocumented member.
$sel:arn:OriginEndpoint'
, originEndpoint_arn
- The Amazon Resource Name (ARN) assigned to the OriginEndpoint.
$sel:manifestName:OriginEndpoint'
, originEndpoint_manifestName
- A short string appended to the end of the OriginEndpoint URL.
$sel:url:OriginEndpoint'
, originEndpoint_url
- The URL of the packaged OriginEndpoint for consumption.
$sel:authorization:OriginEndpoint'
, originEndpoint_authorization
- Undocumented member.
$sel:channelId:OriginEndpoint'
, originEndpoint_channelId
- The ID of the Channel the OriginEndpoint is associated with.
$sel:startoverWindowSeconds:OriginEndpoint'
, originEndpoint_startoverWindowSeconds
- Maximum duration (seconds) of content to retain for startover playback.
If not specified, startover playback will be disabled for the
OriginEndpoint.
$sel:dashPackage:OriginEndpoint'
, originEndpoint_dashPackage
- Undocumented member.
$sel:mssPackage:OriginEndpoint'
, originEndpoint_mssPackage
- Undocumented member.
$sel:id:OriginEndpoint'
, originEndpoint_id
- The ID of the OriginEndpoint.
$sel:timeDelaySeconds:OriginEndpoint'
, originEndpoint_timeDelaySeconds
- Amount of delay (seconds) to enforce on the playback of live content. If
not specified, there will be no time delay in effect for the
OriginEndpoint.
$sel:cmafPackage:OriginEndpoint'
, originEndpoint_cmafPackage
- Undocumented member.
$sel:description:OriginEndpoint'
, originEndpoint_description
- A short text description of the OriginEndpoint.
$sel:tags:OriginEndpoint'
, originEndpoint_tags
- Undocumented member.
$sel:origination:OriginEndpoint'
, originEndpoint_origination
- Control whether origination of video is allowed for this OriginEndpoint.
If set to ALLOW, the OriginEndpoint may by requested, pursuant to any
other form of access control. If set to DENY, the OriginEndpoint may not
be requested. This can be helpful for Live to VOD harvesting, or for
temporarily disabling origination
S3Destination
data S3Destination Source #
Configuration parameters for where in an S3 bucket to place the harvested content
See: newS3Destination
smart constructor.
Instances
:: Text | |
-> Text | |
-> Text | |
-> S3Destination |
Create a value of S3Destination
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:manifestKey:S3Destination'
, s3Destination_manifestKey
- The key in the specified S3 bucket where the harvested top-level
manifest will be placed.
$sel:bucketName:S3Destination'
, s3Destination_bucketName
- The name of an S3 bucket within which harvested content will be exported
$sel:roleArn:S3Destination'
, s3Destination_roleArn
- The IAM role used to write to the specified S3 bucket
SpekeKeyProvider
data SpekeKeyProvider Source #
A configuration for accessing an external Secure Packager and Encoder Key Exchange (SPEKE) service that will provide encryption keys.
See: newSpekeKeyProvider
smart constructor.
Instances
:: Text | |
-> Text | |
-> Text | |
-> SpekeKeyProvider |
Create a value of SpekeKeyProvider
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:encryptionContractConfiguration:SpekeKeyProvider'
, spekeKeyProvider_encryptionContractConfiguration
- Undocumented member.
$sel:certificateArn:SpekeKeyProvider'
, spekeKeyProvider_certificateArn
- An Amazon Resource Name (ARN) of a Certificate Manager certificate that
MediaPackage will use for enforcing secure end-to-end data transfer with
the key provider service.
$sel:resourceId:SpekeKeyProvider'
, spekeKeyProvider_resourceId
- The resource ID to include in key requests.
$sel:systemIds:SpekeKeyProvider'
, spekeKeyProvider_systemIds
- The system IDs to include in key requests.
$sel:url:SpekeKeyProvider'
, spekeKeyProvider_url
- The URL of the external key provider service.
$sel:roleArn:SpekeKeyProvider'
, spekeKeyProvider_roleArn
- An Amazon Resource Name (ARN) of an IAM role that AWS Elemental
MediaPackage will assume when accessing the key provider service.
StreamSelection
data StreamSelection Source #
A StreamSelection configuration.
See: newStreamSelection
smart constructor.
StreamSelection' (Maybe StreamOrder) (Maybe Int) (Maybe Int) |
Instances
newStreamSelection :: StreamSelection Source #
Create a value of StreamSelection
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:streamOrder:StreamSelection'
, streamSelection_streamOrder
- A directive that determines the order of streams in the output.
$sel:minVideoBitsPerSecond:StreamSelection'
, streamSelection_minVideoBitsPerSecond
- The minimum video bitrate (bps) to include in output.
$sel:maxVideoBitsPerSecond:StreamSelection'
, streamSelection_maxVideoBitsPerSecond
- The maximum video bitrate (bps) to include in output.