Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
- Service Configuration
- Errors
- Waiters
- Operations
- ConfigureLogs
- CreateChannel
- CreateHarvestJob
- CreateOriginEndpoint
- DeleteChannel
- DeleteOriginEndpoint
- DescribeChannel
- DescribeHarvestJob
- DescribeOriginEndpoint
- ListChannels (Paginated)
- ListHarvestJobs (Paginated)
- ListOriginEndpoints (Paginated)
- ListTagsForResource
- RotateIngestEndpointCredentials
- TagResource
- UntagResource
- UpdateChannel
- UpdateOriginEndpoint
- Types
- AdMarkers
- AdTriggersElement
- AdsOnDeliveryRestrictions
- CmafEncryptionMethod
- 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
- _ForbiddenException :: AsError a => Fold a ServiceError
- _InternalServerErrorException :: AsError a => Fold a ServiceError
- _NotFoundException :: AsError a => Fold a ServiceError
- _ServiceUnavailableException :: AsError a => Fold a ServiceError
- _TooManyRequestsException :: AsError a => Fold a ServiceError
- _UnprocessableEntityException :: AsError a => Fold a ServiceError
- data ConfigureLogs = ConfigureLogs' (Maybe EgressAccessLogs) (Maybe IngressAccessLogs) Text
- newConfigureLogs :: Text -> ConfigureLogs
- data ConfigureLogsResponse = ConfigureLogsResponse' (Maybe Text) (Maybe Text) (Maybe EgressAccessLogs) (Maybe HlsIngest) (Maybe Text) (Maybe IngressAccessLogs) (Maybe (HashMap Text Text)) Int
- newConfigureLogsResponse :: Int -> ConfigureLogsResponse
- data CreateChannel = CreateChannel' (Maybe Text) (Maybe (HashMap Text Text)) Text
- newCreateChannel :: Text -> CreateChannel
- data CreateChannelResponse = CreateChannelResponse' (Maybe Text) (Maybe Text) (Maybe EgressAccessLogs) (Maybe HlsIngest) (Maybe Text) (Maybe IngressAccessLogs) (Maybe (HashMap Text Text)) Int
- newCreateChannelResponse :: Int -> CreateChannelResponse
- data CreateHarvestJob = CreateHarvestJob' S3Destination Text Text Text Text
- newCreateHarvestJob :: S3Destination -> Text -> Text -> Text -> Text -> CreateHarvestJob
- data CreateHarvestJobResponse = CreateHarvestJobResponse' (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe S3Destination) (Maybe Text) (Maybe Status) Int
- newCreateHarvestJobResponse :: Int -> CreateHarvestJobResponse
- data CreateOriginEndpoint = CreateOriginEndpoint' (Maybe Authorization) (Maybe CmafPackageCreateOrUpdateParameters) (Maybe DashPackage) (Maybe Text) (Maybe HlsPackage) (Maybe Text) (Maybe MssPackage) (Maybe Origination) (Maybe Int) (Maybe (HashMap Text Text)) (Maybe Int) (Maybe [Text]) Text Text
- newCreateOriginEndpoint :: Text -> Text -> CreateOriginEndpoint
- data CreateOriginEndpointResponse = CreateOriginEndpointResponse' (Maybe Text) (Maybe Authorization) (Maybe Text) (Maybe CmafPackage) (Maybe DashPackage) (Maybe Text) (Maybe HlsPackage) (Maybe Text) (Maybe Text) (Maybe MssPackage) (Maybe Origination) (Maybe Int) (Maybe (HashMap Text Text)) (Maybe Int) (Maybe Text) (Maybe [Text]) Int
- newCreateOriginEndpointResponse :: Int -> CreateOriginEndpointResponse
- data DeleteChannel = DeleteChannel' Text
- newDeleteChannel :: Text -> DeleteChannel
- data DeleteChannelResponse = DeleteChannelResponse' Int
- newDeleteChannelResponse :: Int -> DeleteChannelResponse
- data DeleteOriginEndpoint = DeleteOriginEndpoint' Text
- newDeleteOriginEndpoint :: Text -> DeleteOriginEndpoint
- data DeleteOriginEndpointResponse = DeleteOriginEndpointResponse' Int
- newDeleteOriginEndpointResponse :: Int -> DeleteOriginEndpointResponse
- data DescribeChannel = DescribeChannel' Text
- newDescribeChannel :: Text -> DescribeChannel
- data DescribeChannelResponse = DescribeChannelResponse' (Maybe Text) (Maybe Text) (Maybe EgressAccessLogs) (Maybe HlsIngest) (Maybe Text) (Maybe IngressAccessLogs) (Maybe (HashMap Text Text)) Int
- newDescribeChannelResponse :: Int -> DescribeChannelResponse
- data DescribeHarvestJob = DescribeHarvestJob' Text
- newDescribeHarvestJob :: Text -> DescribeHarvestJob
- data DescribeHarvestJobResponse = DescribeHarvestJobResponse' (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe S3Destination) (Maybe Text) (Maybe Status) Int
- newDescribeHarvestJobResponse :: Int -> DescribeHarvestJobResponse
- data DescribeOriginEndpoint = DescribeOriginEndpoint' Text
- newDescribeOriginEndpoint :: Text -> DescribeOriginEndpoint
- data DescribeOriginEndpointResponse = DescribeOriginEndpointResponse' (Maybe Text) (Maybe Authorization) (Maybe Text) (Maybe CmafPackage) (Maybe DashPackage) (Maybe Text) (Maybe HlsPackage) (Maybe Text) (Maybe Text) (Maybe MssPackage) (Maybe Origination) (Maybe Int) (Maybe (HashMap Text Text)) (Maybe Int) (Maybe Text) (Maybe [Text]) Int
- newDescribeOriginEndpointResponse :: Int -> DescribeOriginEndpointResponse
- data ListChannels = ListChannels' (Maybe Natural) (Maybe Text)
- newListChannels :: ListChannels
- data ListChannelsResponse = ListChannelsResponse' (Maybe [Channel]) (Maybe Text) Int
- newListChannelsResponse :: Int -> ListChannelsResponse
- data ListHarvestJobs = ListHarvestJobs' (Maybe Text) (Maybe Text) (Maybe Natural) (Maybe Text)
- newListHarvestJobs :: ListHarvestJobs
- data ListHarvestJobsResponse = ListHarvestJobsResponse' (Maybe [HarvestJob]) (Maybe Text) Int
- newListHarvestJobsResponse :: Int -> ListHarvestJobsResponse
- data ListOriginEndpoints = ListOriginEndpoints' (Maybe Text) (Maybe Natural) (Maybe Text)
- newListOriginEndpoints :: ListOriginEndpoints
- data ListOriginEndpointsResponse = ListOriginEndpointsResponse' (Maybe Text) (Maybe [OriginEndpoint]) Int
- newListOriginEndpointsResponse :: Int -> ListOriginEndpointsResponse
- data ListTagsForResource = ListTagsForResource' Text
- newListTagsForResource :: Text -> ListTagsForResource
- data ListTagsForResourceResponse = ListTagsForResourceResponse' (Maybe (HashMap Text Text)) Int
- newListTagsForResourceResponse :: Int -> ListTagsForResourceResponse
- data RotateIngestEndpointCredentials = RotateIngestEndpointCredentials' Text Text
- newRotateIngestEndpointCredentials :: Text -> Text -> RotateIngestEndpointCredentials
- data RotateIngestEndpointCredentialsResponse = RotateIngestEndpointCredentialsResponse' (Maybe Text) (Maybe Text) (Maybe EgressAccessLogs) (Maybe HlsIngest) (Maybe Text) (Maybe IngressAccessLogs) (Maybe (HashMap Text Text)) Int
- newRotateIngestEndpointCredentialsResponse :: Int -> RotateIngestEndpointCredentialsResponse
- 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 UpdateChannel = UpdateChannel' (Maybe Text) Text
- newUpdateChannel :: Text -> UpdateChannel
- data UpdateChannelResponse = UpdateChannelResponse' (Maybe Text) (Maybe Text) (Maybe EgressAccessLogs) (Maybe HlsIngest) (Maybe Text) (Maybe IngressAccessLogs) (Maybe (HashMap Text Text)) Int
- newUpdateChannelResponse :: Int -> UpdateChannelResponse
- data UpdateOriginEndpoint = UpdateOriginEndpoint' (Maybe Authorization) (Maybe CmafPackageCreateOrUpdateParameters) (Maybe DashPackage) (Maybe Text) (Maybe HlsPackage) (Maybe Text) (Maybe MssPackage) (Maybe Origination) (Maybe Int) (Maybe Int) (Maybe [Text]) Text
- newUpdateOriginEndpoint :: Text -> UpdateOriginEndpoint
- data UpdateOriginEndpointResponse = UpdateOriginEndpointResponse' (Maybe Text) (Maybe Authorization) (Maybe Text) (Maybe CmafPackage) (Maybe DashPackage) (Maybe Text) (Maybe HlsPackage) (Maybe Text) (Maybe Text) (Maybe MssPackage) (Maybe Origination) (Maybe Int) (Maybe (HashMap Text Text)) (Maybe Int) (Maybe Text) (Maybe [Text]) 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 CmafEncryptionMethod where
- 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
- PresetSpeke20Audio' { }
- pattern PresetSpeke20Audio_PRESET_AUDIO_1 :: PresetSpeke20Audio
- pattern PresetSpeke20Audio_PRESET_AUDIO_2 :: PresetSpeke20Audio
- pattern PresetSpeke20Audio_PRESET_AUDIO_3 :: PresetSpeke20Audio
- pattern PresetSpeke20Audio_SHARED :: PresetSpeke20Audio
- pattern PresetSpeke20Audio_UNENCRYPTED :: PresetSpeke20Audio
- newtype PresetSpeke20Video where
- PresetSpeke20Video' { }
- pattern PresetSpeke20Video_PRESET_VIDEO_1 :: PresetSpeke20Video
- pattern PresetSpeke20Video_PRESET_VIDEO_2 :: PresetSpeke20Video
- pattern PresetSpeke20Video_PRESET_VIDEO_3 :: PresetSpeke20Video
- pattern PresetSpeke20Video_PRESET_VIDEO_4 :: PresetSpeke20Video
- pattern PresetSpeke20Video_PRESET_VIDEO_5 :: PresetSpeke20Video
- pattern PresetSpeke20Video_PRESET_VIDEO_6 :: PresetSpeke20Video
- pattern PresetSpeke20Video_PRESET_VIDEO_7 :: PresetSpeke20Video
- pattern PresetSpeke20Video_PRESET_VIDEO_8 :: PresetSpeke20Video
- pattern PresetSpeke20Video_SHARED :: PresetSpeke20Video
- pattern PresetSpeke20Video_UNENCRYPTED :: PresetSpeke20Video
- newtype Profile where
- Profile' {
- fromProfile :: Text
- pattern Profile_DVB_DASH_2014 :: Profile
- pattern Profile_HBBTV_1_5 :: Profile
- pattern Profile_HYBRIDCAST :: 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_HTTP_XSDATE :: UtcTiming
- pattern UtcTiming_NONE :: UtcTiming
- data Authorization = Authorization' Text Text
- newAuthorization :: Text -> Text -> Authorization
- data Channel = Channel' (Maybe Text) (Maybe Text) (Maybe EgressAccessLogs) (Maybe HlsIngest) (Maybe Text) (Maybe IngressAccessLogs) (Maybe (HashMap Text Text))
- newChannel :: Channel
- data CmafEncryption = CmafEncryption' (Maybe Text) (Maybe CmafEncryptionMethod) (Maybe Int) SpekeKeyProvider
- newCmafEncryption :: SpekeKeyProvider -> CmafEncryption
- data CmafPackage = CmafPackage' (Maybe CmafEncryption) (Maybe [HlsManifest]) (Maybe Int) (Maybe Text) (Maybe StreamSelection)
- newCmafPackage :: CmafPackage
- data CmafPackageCreateOrUpdateParameters = CmafPackageCreateOrUpdateParameters' (Maybe CmafEncryption) (Maybe [HlsManifestCreateOrUpdateParameters]) (Maybe Int) (Maybe Text) (Maybe StreamSelection)
- newCmafPackageCreateOrUpdateParameters :: CmafPackageCreateOrUpdateParameters
- data DashEncryption = DashEncryption' (Maybe Int) SpekeKeyProvider
- newDashEncryption :: SpekeKeyProvider -> DashEncryption
- data DashPackage = DashPackage' (Maybe [AdTriggersElement]) (Maybe AdsOnDeliveryRestrictions) (Maybe DashEncryption) (Maybe Bool) (Maybe ManifestLayout) (Maybe Int) (Maybe Int) (Maybe Int) (Maybe [PeriodTriggersElement]) (Maybe Profile) (Maybe Int) (Maybe SegmentTemplateFormat) (Maybe StreamSelection) (Maybe Int) (Maybe UtcTiming) (Maybe Text)
- newDashPackage :: DashPackage
- data EgressAccessLogs = EgressAccessLogs' (Maybe Text)
- newEgressAccessLogs :: EgressAccessLogs
- data EncryptionContractConfiguration = EncryptionContractConfiguration' PresetSpeke20Audio PresetSpeke20Video
- newEncryptionContractConfiguration :: PresetSpeke20Audio -> PresetSpeke20Video -> EncryptionContractConfiguration
- data HarvestJob = HarvestJob' (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe S3Destination) (Maybe Text) (Maybe Status)
- newHarvestJob :: HarvestJob
- data HlsEncryption = HlsEncryption' (Maybe Text) (Maybe EncryptionMethod) (Maybe Int) (Maybe Bool) SpekeKeyProvider
- newHlsEncryption :: SpekeKeyProvider -> HlsEncryption
- data HlsIngest = HlsIngest' (Maybe [IngestEndpoint])
- newHlsIngest :: HlsIngest
- data HlsManifest = HlsManifest' (Maybe AdMarkers) (Maybe [AdTriggersElement]) (Maybe AdsOnDeliveryRestrictions) (Maybe Bool) (Maybe Text) (Maybe PlaylistType) (Maybe Int) (Maybe Int) (Maybe Text) Text
- newHlsManifest :: Text -> HlsManifest
- data HlsManifestCreateOrUpdateParameters = HlsManifestCreateOrUpdateParameters' (Maybe AdMarkers) (Maybe [AdTriggersElement]) (Maybe AdsOnDeliveryRestrictions) (Maybe Bool) (Maybe Text) (Maybe PlaylistType) (Maybe Int) (Maybe Int) Text
- newHlsManifestCreateOrUpdateParameters :: Text -> HlsManifestCreateOrUpdateParameters
- data HlsPackage = HlsPackage' (Maybe AdMarkers) (Maybe [AdTriggersElement]) (Maybe AdsOnDeliveryRestrictions) (Maybe HlsEncryption) (Maybe Bool) (Maybe Bool) (Maybe PlaylistType) (Maybe Int) (Maybe Int) (Maybe Int) (Maybe StreamSelection) (Maybe Bool)
- 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 MssEncryption) (Maybe Int) (Maybe Int) (Maybe StreamSelection)
- newMssPackage :: MssPackage
- data OriginEndpoint = OriginEndpoint' (Maybe Text) (Maybe Authorization) (Maybe Text) (Maybe CmafPackage) (Maybe DashPackage) (Maybe Text) (Maybe HlsPackage) (Maybe Text) (Maybe Text) (Maybe MssPackage) (Maybe Origination) (Maybe Int) (Maybe (HashMap Text Text)) (Maybe Int) (Maybe Text) (Maybe [Text])
- newOriginEndpoint :: OriginEndpoint
- data S3Destination = S3Destination' Text Text Text
- newS3Destination :: Text -> Text -> Text -> S3Destination
- data SpekeKeyProvider = SpekeKeyProvider' (Maybe Text) (Maybe EncryptionContractConfiguration) Text [Text] Text Text
- newSpekeKeyProvider :: Text -> Text -> Text -> SpekeKeyProvider
- data StreamSelection = StreamSelection' (Maybe Int) (Maybe Int) (Maybe StreamOrder)
- 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
.
ForbiddenException
_ForbiddenException :: AsError a => Fold a ServiceError Source #
The client is not authorized to access the requested resource.
InternalServerErrorException
_InternalServerErrorException :: AsError a => Fold a ServiceError Source #
An unexpected error occurred.
NotFoundException
_NotFoundException :: AsError a => Fold a ServiceError Source #
The requested resource does not exist.
ServiceUnavailableException
_ServiceUnavailableException :: AsError a => Fold a ServiceError Source #
An unexpected error occurred.
TooManyRequestsException
_TooManyRequestsException :: AsError a => Fold a ServiceError Source #
The client has exceeded their resource or throttling limits.
UnprocessableEntityException
_UnprocessableEntityException :: AsError a => Fold a ServiceError Source #
The parameters sent in the request are not valid.
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.
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:
ConfigureLogs
, configureLogs_egressAccessLogs
- Undocumented member.
ConfigureLogs
, configureLogs_ingressAccessLogs
- Undocumented member.
ConfigureLogs
, configureLogs_id
- The ID of the channel to log subscription.
data ConfigureLogsResponse Source #
See: newConfigureLogsResponse
smart constructor.
ConfigureLogsResponse' (Maybe Text) (Maybe Text) (Maybe EgressAccessLogs) (Maybe HlsIngest) (Maybe Text) (Maybe IngressAccessLogs) (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:
ConfigureLogsResponse
, configureLogsResponse_arn
- The Amazon Resource Name (ARN) assigned to the Channel.
ConfigureLogsResponse
, configureLogsResponse_description
- A short text description of the Channel.
ConfigureLogs
, configureLogsResponse_egressAccessLogs
- Undocumented member.
ConfigureLogsResponse
, configureLogsResponse_hlsIngest
- Undocumented member.
ConfigureLogs
, configureLogsResponse_id
- The ID of the Channel.
ConfigureLogs
, configureLogsResponse_ingressAccessLogs
- Undocumented member.
ConfigureLogsResponse
, configureLogsResponse_tags
- Undocumented member.
$sel:httpStatus:ConfigureLogsResponse'
, configureLogsResponse_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:
CreateChannel
, createChannel_description
- A short text description of the Channel.
CreateChannel
, createChannel_tags
- Undocumented member.
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 Text) (Maybe Text) (Maybe EgressAccessLogs) (Maybe HlsIngest) (Maybe Text) (Maybe IngressAccessLogs) (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:
CreateChannelResponse
, createChannelResponse_arn
- The Amazon Resource Name (ARN) assigned to the Channel.
CreateChannel
, createChannelResponse_description
- A short text description of the Channel.
CreateChannelResponse
, createChannelResponse_egressAccessLogs
- Undocumented member.
CreateChannelResponse
, createChannelResponse_hlsIngest
- Undocumented member.
CreateChannel
, createChannelResponse_id
- The ID of the Channel.
CreateChannelResponse
, createChannelResponse_ingressAccessLogs
- Undocumented member.
CreateChannel
, createChannelResponse_tags
- Undocumented member.
$sel:httpStatus:CreateChannelResponse'
, createChannelResponse_httpStatus
- The response's http status code.
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:
CreateHarvestJob
, createHarvestJob_s3Destination
- Undocumented member.
CreateHarvestJob
, createHarvestJob_endTime
- The end of the time-window which will be harvested
CreateHarvestJob
, createHarvestJob_originEndpointId
- The ID of the OriginEndpoint that the HarvestJob will harvest from. This
cannot be changed after the HarvestJob is submitted.
CreateHarvestJob
, createHarvestJob_startTime
- The start of the time-window which will be harvested
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 Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe S3Destination) (Maybe Text) (Maybe Status) 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:
CreateHarvestJobResponse
, createHarvestJobResponse_arn
- The Amazon Resource Name (ARN) assigned to the HarvestJob.
CreateHarvestJobResponse
, createHarvestJobResponse_channelId
- The ID of the Channel that the HarvestJob will harvest from.
CreateHarvestJobResponse
, createHarvestJobResponse_createdAt
- The time the HarvestJob was submitted
CreateHarvestJob
, createHarvestJobResponse_endTime
- The end of the time-window which will be harvested.
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.
CreateHarvestJob
, createHarvestJobResponse_originEndpointId
- The ID of the OriginEndpoint that the HarvestJob will harvest from. This
cannot be changed after the HarvestJob is submitted.
CreateHarvestJob
, createHarvestJobResponse_s3Destination
- Undocumented member.
CreateHarvestJob
, createHarvestJobResponse_startTime
- The start of the time-window which will be harvested.
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:httpStatus:CreateHarvestJobResponse'
, createHarvestJobResponse_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 Authorization) (Maybe CmafPackageCreateOrUpdateParameters) (Maybe DashPackage) (Maybe Text) (Maybe HlsPackage) (Maybe Text) (Maybe MssPackage) (Maybe Origination) (Maybe Int) (Maybe (HashMap Text Text)) (Maybe Int) (Maybe [Text]) Text Text |
Instances
newCreateOriginEndpoint Source #
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:
CreateOriginEndpoint
, createOriginEndpoint_authorization
- Undocumented member.
CreateOriginEndpoint
, createOriginEndpoint_cmafPackage
- Undocumented member.
CreateOriginEndpoint
, createOriginEndpoint_dashPackage
- Undocumented member.
CreateOriginEndpoint
, createOriginEndpoint_description
- A short text description of the OriginEndpoint.
CreateOriginEndpoint
, createOriginEndpoint_hlsPackage
- Undocumented member.
CreateOriginEndpoint
, createOriginEndpoint_manifestName
- A short string that will be used as the filename of the OriginEndpoint
URL (defaults to "index").
CreateOriginEndpoint
, createOriginEndpoint_mssPackage
- Undocumented member.
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
CreateOriginEndpoint
, createOriginEndpoint_startoverWindowSeconds
- Maximum duration (seconds) of content to retain for startover playback.
If not specified, startover playback will be disabled for the
OriginEndpoint.
CreateOriginEndpoint
, createOriginEndpoint_tags
- Undocumented member.
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.
CreateOriginEndpoint
, createOriginEndpoint_whitelist
- A list of source IP CIDR blocks that will be allowed to access the
OriginEndpoint.
CreateOriginEndpoint
, createOriginEndpoint_channelId
- The ID of the Channel that the OriginEndpoint will be associated with.
This cannot be changed after the OriginEndpoint is created.
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 Authorization) (Maybe Text) (Maybe CmafPackage) (Maybe DashPackage) (Maybe Text) (Maybe HlsPackage) (Maybe Text) (Maybe Text) (Maybe MssPackage) (Maybe Origination) (Maybe Int) (Maybe (HashMap Text Text)) (Maybe Int) (Maybe Text) (Maybe [Text]) 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:
CreateOriginEndpointResponse
, createOriginEndpointResponse_arn
- The Amazon Resource Name (ARN) assigned to the OriginEndpoint.
CreateOriginEndpoint
, createOriginEndpointResponse_authorization
- Undocumented member.
CreateOriginEndpoint
, createOriginEndpointResponse_channelId
- The ID of the Channel the OriginEndpoint is associated with.
CreateOriginEndpoint
, createOriginEndpointResponse_cmafPackage
- Undocumented member.
CreateOriginEndpoint
, createOriginEndpointResponse_dashPackage
- Undocumented member.
CreateOriginEndpoint
, createOriginEndpointResponse_description
- A short text description of the OriginEndpoint.
CreateOriginEndpoint
, createOriginEndpointResponse_hlsPackage
- Undocumented member.
CreateOriginEndpoint
, createOriginEndpointResponse_id
- The ID of the OriginEndpoint.
CreateOriginEndpoint
, createOriginEndpointResponse_manifestName
- A short string appended to the end of the OriginEndpoint URL.
CreateOriginEndpoint
, createOriginEndpointResponse_mssPackage
- Undocumented member.
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
CreateOriginEndpoint
, createOriginEndpointResponse_startoverWindowSeconds
- Maximum duration (seconds) of content to retain for startover playback.
If not specified, startover playback will be disabled for the
OriginEndpoint.
CreateOriginEndpoint
, createOriginEndpointResponse_tags
- Undocumented member.
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.
CreateOriginEndpointResponse
, createOriginEndpointResponse_url
- The URL of the packaged OriginEndpoint for consumption.
CreateOriginEndpoint
, createOriginEndpointResponse_whitelist
- A list of source IP CIDR blocks that will be allowed to access the
OriginEndpoint.
$sel:httpStatus:CreateOriginEndpointResponse'
, createOriginEndpointResponse_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:
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.
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:
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.
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:
DescribeChannel
, describeChannel_id
- The ID of a Channel.
data DescribeChannelResponse Source #
See: newDescribeChannelResponse
smart constructor.
DescribeChannelResponse' (Maybe Text) (Maybe Text) (Maybe EgressAccessLogs) (Maybe HlsIngest) (Maybe Text) (Maybe IngressAccessLogs) (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:
DescribeChannelResponse
, describeChannelResponse_arn
- The Amazon Resource Name (ARN) assigned to the Channel.
DescribeChannelResponse
, describeChannelResponse_description
- A short text description of the Channel.
DescribeChannelResponse
, describeChannelResponse_egressAccessLogs
- Undocumented member.
DescribeChannelResponse
, describeChannelResponse_hlsIngest
- Undocumented member.
DescribeChannel
, describeChannelResponse_id
- The ID of the Channel.
DescribeChannelResponse
, describeChannelResponse_ingressAccessLogs
- Undocumented member.
DescribeChannelResponse
, describeChannelResponse_tags
- Undocumented member.
$sel:httpStatus:DescribeChannelResponse'
, describeChannelResponse_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:
DescribeHarvestJob
, describeHarvestJob_id
- The ID of the HarvestJob.
data DescribeHarvestJobResponse Source #
See: newDescribeHarvestJobResponse
smart constructor.
DescribeHarvestJobResponse' (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe S3Destination) (Maybe Text) (Maybe Status) 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:
DescribeHarvestJobResponse
, describeHarvestJobResponse_arn
- The Amazon Resource Name (ARN) assigned to the HarvestJob.
DescribeHarvestJobResponse
, describeHarvestJobResponse_channelId
- The ID of the Channel that the HarvestJob will harvest from.
DescribeHarvestJobResponse
, describeHarvestJobResponse_createdAt
- The time the HarvestJob was submitted
DescribeHarvestJobResponse
, describeHarvestJobResponse_endTime
- The end of the time-window which will be harvested.
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.
DescribeHarvestJobResponse
, describeHarvestJobResponse_originEndpointId
- The ID of the OriginEndpoint that the HarvestJob will harvest from. This
cannot be changed after the HarvestJob is submitted.
DescribeHarvestJobResponse
, describeHarvestJobResponse_s3Destination
- Undocumented member.
DescribeHarvestJobResponse
, describeHarvestJobResponse_startTime
- The start of the time-window which will be harvested.
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:httpStatus:DescribeHarvestJobResponse'
, describeHarvestJobResponse_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:
DescribeOriginEndpoint
, describeOriginEndpoint_id
- The ID of the OriginEndpoint.
data DescribeOriginEndpointResponse Source #
See: newDescribeOriginEndpointResponse
smart constructor.
DescribeOriginEndpointResponse' (Maybe Text) (Maybe Authorization) (Maybe Text) (Maybe CmafPackage) (Maybe DashPackage) (Maybe Text) (Maybe HlsPackage) (Maybe Text) (Maybe Text) (Maybe MssPackage) (Maybe Origination) (Maybe Int) (Maybe (HashMap Text Text)) (Maybe Int) (Maybe Text) (Maybe [Text]) 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:
DescribeOriginEndpointResponse
, describeOriginEndpointResponse_arn
- The Amazon Resource Name (ARN) assigned to the OriginEndpoint.
DescribeOriginEndpointResponse
, describeOriginEndpointResponse_authorization
- Undocumented member.
DescribeOriginEndpointResponse
, describeOriginEndpointResponse_channelId
- The ID of the Channel the OriginEndpoint is associated with.
DescribeOriginEndpointResponse
, describeOriginEndpointResponse_cmafPackage
- Undocumented member.
DescribeOriginEndpointResponse
, describeOriginEndpointResponse_dashPackage
- Undocumented member.
DescribeOriginEndpointResponse
, describeOriginEndpointResponse_description
- A short text description of the OriginEndpoint.
DescribeOriginEndpointResponse
, describeOriginEndpointResponse_hlsPackage
- Undocumented member.
DescribeOriginEndpoint
, describeOriginEndpointResponse_id
- The ID of the OriginEndpoint.
DescribeOriginEndpointResponse
, describeOriginEndpointResponse_manifestName
- A short string appended to the end of the OriginEndpoint URL.
DescribeOriginEndpointResponse
, describeOriginEndpointResponse_mssPackage
- Undocumented member.
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
DescribeOriginEndpointResponse
, describeOriginEndpointResponse_startoverWindowSeconds
- Maximum duration (seconds) of content to retain for startover playback.
If not specified, startover playback will be disabled for the
OriginEndpoint.
DescribeOriginEndpointResponse
, describeOriginEndpointResponse_tags
- Undocumented member.
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.
DescribeOriginEndpointResponse
, describeOriginEndpointResponse_url
- The URL of the packaged OriginEndpoint for consumption.
DescribeOriginEndpointResponse
, describeOriginEndpointResponse_whitelist
- A list of source IP CIDR blocks that will be allowed to access the
OriginEndpoint.
$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:maxResults:ListChannels'
, listChannels_maxResults
- Upper bound on number of records to return.
ListChannels
, listChannels_nextToken
- A token used to resume pagination from the end of a previous request.
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.
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.
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:includeChannelId:ListHarvestJobs'
, listHarvestJobs_includeChannelId
- When specified, the request will return only HarvestJobs associated with
the given Channel ID.
$sel:includeStatus:ListHarvestJobs'
, listHarvestJobs_includeStatus
- When specified, the request will return only HarvestJobs in the given
status.
$sel:maxResults:ListHarvestJobs'
, listHarvestJobs_maxResults
- The upper bound on the number of records to return.
ListHarvestJobs
, listHarvestJobs_nextToken
- A token used to resume pagination from the end of a previous request.
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.
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.
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:
ListOriginEndpoints
, listOriginEndpoints_channelId
- When specified, the request will return only OriginEndpoints associated
with the given Channel ID.
$sel:maxResults:ListOriginEndpoints'
, listOriginEndpoints_maxResults
- The upper bound on the number of records to return.
ListOriginEndpoints
, listOriginEndpoints_nextToken
- A token used to resume pagination from the end of a previous request.
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:
ListOriginEndpoints
, listOriginEndpointsResponse_nextToken
- A token that can be used to resume pagination from the end of the
collection.
$sel:originEndpoints:ListOriginEndpointsResponse'
, listOriginEndpointsResponse_originEndpoints
- A list of OriginEndpoint records.
$sel:httpStatus:ListOriginEndpointsResponse'
, listOriginEndpointsResponse_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:
ListTagsForResourceResponse
, listTagsForResourceResponse_tags
- Undocumented member.
$sel:httpStatus:ListTagsForResourceResponse'
, listTagsForResourceResponse_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
RotateIngestEndpointCredentials
, rotateIngestEndpointCredentials_id
- The ID of the channel the IngestEndpoint is on.
data RotateIngestEndpointCredentialsResponse Source #
See: newRotateIngestEndpointCredentialsResponse
smart constructor.
RotateIngestEndpointCredentialsResponse' (Maybe Text) (Maybe Text) (Maybe EgressAccessLogs) (Maybe HlsIngest) (Maybe Text) (Maybe IngressAccessLogs) (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:
RotateIngestEndpointCredentialsResponse
, rotateIngestEndpointCredentialsResponse_arn
- The Amazon Resource Name (ARN) assigned to the Channel.
RotateIngestEndpointCredentialsResponse
, rotateIngestEndpointCredentialsResponse_description
- A short text description of the Channel.
RotateIngestEndpointCredentialsResponse
, rotateIngestEndpointCredentialsResponse_egressAccessLogs
- Undocumented member.
RotateIngestEndpointCredentialsResponse
, rotateIngestEndpointCredentialsResponse_hlsIngest
- Undocumented member.
RotateIngestEndpointCredentials
, rotateIngestEndpointCredentialsResponse_id
- The ID of the Channel.
RotateIngestEndpointCredentialsResponse
, rotateIngestEndpointCredentialsResponse_ingressAccessLogs
- Undocumented member.
RotateIngestEndpointCredentialsResponse
, rotateIngestEndpointCredentialsResponse_tags
- Undocumented member.
$sel:httpStatus:RotateIngestEndpointCredentialsResponse'
, rotateIngestEndpointCredentialsResponse_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.
TagResource
, tagResource_tags
- Undocumented member.
data TagResourceResponse Source #
See: newTagResourceResponse
smart constructor.
Instances
Generic TagResourceResponse Source # | |
Defined in Amazonka.MediaPackage.TagResource type Rep TagResourceResponse :: Type -> Type # from :: TagResourceResponse -> Rep TagResourceResponse x # to :: Rep TagResourceResponse x -> TagResourceResponse # | |
Read TagResourceResponse Source # | |
Show TagResourceResponse Source # | |
Defined in Amazonka.MediaPackage.TagResource showsPrec :: Int -> TagResourceResponse -> ShowS # show :: TagResourceResponse -> String # showList :: [TagResourceResponse] -> ShowS # | |
NFData TagResourceResponse Source # | |
Defined in Amazonka.MediaPackage.TagResource rnf :: TagResourceResponse -> () # | |
Eq TagResourceResponse Source # | |
Defined in Amazonka.MediaPackage.TagResource (==) :: TagResourceResponse -> TagResourceResponse -> Bool # (/=) :: TagResourceResponse -> TagResourceResponse -> Bool # | |
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
Generic UntagResourceResponse Source # | |
Defined in Amazonka.MediaPackage.UntagResource type Rep UntagResourceResponse :: Type -> Type # | |
Read UntagResourceResponse Source # | |
Show UntagResourceResponse Source # | |
Defined in Amazonka.MediaPackage.UntagResource showsPrec :: Int -> UntagResourceResponse -> ShowS # show :: UntagResourceResponse -> String # showList :: [UntagResourceResponse] -> ShowS # | |
NFData UntagResourceResponse Source # | |
Defined in Amazonka.MediaPackage.UntagResource rnf :: UntagResourceResponse -> () # | |
Eq UntagResourceResponse Source # | |
Defined in Amazonka.MediaPackage.UntagResource (==) :: UntagResourceResponse -> UntagResourceResponse -> Bool # (/=) :: UntagResourceResponse -> UntagResourceResponse -> Bool # | |
type Rep UntagResourceResponse Source # | |
newUntagResourceResponse :: UntagResourceResponse Source #
Create a value of UntagResourceResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
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:
UpdateChannel
, updateChannel_description
- A short text description of the Channel.
UpdateChannel
, updateChannel_id
- The ID of the Channel to update.
data UpdateChannelResponse Source #
See: newUpdateChannelResponse
smart constructor.
UpdateChannelResponse' (Maybe Text) (Maybe Text) (Maybe EgressAccessLogs) (Maybe HlsIngest) (Maybe Text) (Maybe IngressAccessLogs) (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:
UpdateChannelResponse
, updateChannelResponse_arn
- The Amazon Resource Name (ARN) assigned to the Channel.
UpdateChannel
, updateChannelResponse_description
- A short text description of the Channel.
UpdateChannelResponse
, updateChannelResponse_egressAccessLogs
- Undocumented member.
UpdateChannelResponse
, updateChannelResponse_hlsIngest
- Undocumented member.
UpdateChannel
, updateChannelResponse_id
- The ID of the Channel.
UpdateChannelResponse
, updateChannelResponse_ingressAccessLogs
- Undocumented member.
UpdateChannelResponse
, updateChannelResponse_tags
- Undocumented member.
$sel:httpStatus:UpdateChannelResponse'
, updateChannelResponse_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 Authorization) (Maybe CmafPackageCreateOrUpdateParameters) (Maybe DashPackage) (Maybe Text) (Maybe HlsPackage) (Maybe Text) (Maybe MssPackage) (Maybe Origination) (Maybe Int) (Maybe Int) (Maybe [Text]) 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:
UpdateOriginEndpoint
, updateOriginEndpoint_authorization
- Undocumented member.
UpdateOriginEndpoint
, updateOriginEndpoint_cmafPackage
- Undocumented member.
UpdateOriginEndpoint
, updateOriginEndpoint_dashPackage
- Undocumented member.
UpdateOriginEndpoint
, updateOriginEndpoint_description
- A short text description of the OriginEndpoint.
UpdateOriginEndpoint
, updateOriginEndpoint_hlsPackage
- Undocumented member.
UpdateOriginEndpoint
, updateOriginEndpoint_manifestName
- A short string that will be appended to the end of the Endpoint URL.
UpdateOriginEndpoint
, updateOriginEndpoint_mssPackage
- Undocumented member.
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
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.
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.
UpdateOriginEndpoint
, updateOriginEndpoint_whitelist
- A list of source IP CIDR blocks that will be allowed to access the
OriginEndpoint.
UpdateOriginEndpoint
, updateOriginEndpoint_id
- The ID of the OriginEndpoint to update.
data UpdateOriginEndpointResponse Source #
See: newUpdateOriginEndpointResponse
smart constructor.
UpdateOriginEndpointResponse' (Maybe Text) (Maybe Authorization) (Maybe Text) (Maybe CmafPackage) (Maybe DashPackage) (Maybe Text) (Maybe HlsPackage) (Maybe Text) (Maybe Text) (Maybe MssPackage) (Maybe Origination) (Maybe Int) (Maybe (HashMap Text Text)) (Maybe Int) (Maybe Text) (Maybe [Text]) 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:
UpdateOriginEndpointResponse
, updateOriginEndpointResponse_arn
- The Amazon Resource Name (ARN) assigned to the OriginEndpoint.
UpdateOriginEndpoint
, updateOriginEndpointResponse_authorization
- Undocumented member.
UpdateOriginEndpointResponse
, updateOriginEndpointResponse_channelId
- The ID of the Channel the OriginEndpoint is associated with.
UpdateOriginEndpoint
, updateOriginEndpointResponse_cmafPackage
- Undocumented member.
UpdateOriginEndpoint
, updateOriginEndpointResponse_dashPackage
- Undocumented member.
UpdateOriginEndpoint
, updateOriginEndpointResponse_description
- A short text description of the OriginEndpoint.
UpdateOriginEndpoint
, updateOriginEndpointResponse_hlsPackage
- Undocumented member.
UpdateOriginEndpoint
, updateOriginEndpointResponse_id
- The ID of the OriginEndpoint.
UpdateOriginEndpoint
, updateOriginEndpointResponse_manifestName
- A short string appended to the end of the OriginEndpoint URL.
UpdateOriginEndpoint
, updateOriginEndpointResponse_mssPackage
- Undocumented member.
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
UpdateOriginEndpoint
, updateOriginEndpointResponse_startoverWindowSeconds
- Maximum duration (seconds) of content to retain for startover playback.
If not specified, startover playback will be disabled for the
OriginEndpoint.
UpdateOriginEndpointResponse
, updateOriginEndpointResponse_tags
- Undocumented member.
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.
UpdateOriginEndpointResponse
, updateOriginEndpointResponse_url
- The URL of the packaged OriginEndpoint for consumption.
UpdateOriginEndpoint
, updateOriginEndpointResponse_whitelist
- A list of source IP CIDR blocks that will be allowed to access the
OriginEndpoint.
$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
CmafEncryptionMethod
newtype CmafEncryptionMethod Source #
The encryption method to use.
pattern CmafEncryptionMethod_AES_CTR :: CmafEncryptionMethod | |
pattern CmafEncryptionMethod_SAMPLE_AES :: CmafEncryptionMethod |
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 #
pattern PresetSpeke20Audio_PRESET_AUDIO_1 :: PresetSpeke20Audio | |
pattern PresetSpeke20Audio_PRESET_AUDIO_2 :: PresetSpeke20Audio | |
pattern PresetSpeke20Audio_PRESET_AUDIO_3 :: PresetSpeke20Audio | |
pattern PresetSpeke20Audio_SHARED :: PresetSpeke20Audio | |
pattern PresetSpeke20Audio_UNENCRYPTED :: PresetSpeke20Audio |
Instances
PresetSpeke20Video
newtype PresetSpeke20Video Source #
pattern PresetSpeke20Video_PRESET_VIDEO_1 :: PresetSpeke20Video | |
pattern PresetSpeke20Video_PRESET_VIDEO_2 :: PresetSpeke20Video | |
pattern PresetSpeke20Video_PRESET_VIDEO_3 :: PresetSpeke20Video | |
pattern PresetSpeke20Video_PRESET_VIDEO_4 :: PresetSpeke20Video | |
pattern PresetSpeke20Video_PRESET_VIDEO_5 :: PresetSpeke20Video | |
pattern PresetSpeke20Video_PRESET_VIDEO_6 :: PresetSpeke20Video | |
pattern PresetSpeke20Video_PRESET_VIDEO_7 :: PresetSpeke20Video | |
pattern PresetSpeke20Video_PRESET_VIDEO_8 :: PresetSpeke20Video | |
pattern PresetSpeke20Video_SHARED :: PresetSpeke20Video | |
pattern PresetSpeke20Video_UNENCRYPTED :: PresetSpeke20Video |
Instances
Profile
pattern Profile_DVB_DASH_2014 :: Profile | |
pattern Profile_HBBTV_1_5 :: Profile | |
pattern Profile_HYBRIDCAST :: 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_HTTP_XSDATE :: 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 Text) (Maybe Text) (Maybe EgressAccessLogs) (Maybe HlsIngest) (Maybe Text) (Maybe IngressAccessLogs) (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:arn:Channel'
, channel_arn
- The Amazon Resource Name (ARN) assigned to the Channel.
$sel:description:Channel'
, channel_description
- A short text description of the Channel.
$sel:egressAccessLogs:Channel'
, channel_egressAccessLogs
- Undocumented member.
$sel:hlsIngest:Channel'
, channel_hlsIngest
- Undocumented member.
$sel:id:Channel'
, channel_id
- The ID of the Channel.
$sel:ingressAccessLogs:Channel'
, channel_ingressAccessLogs
- 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: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:encryptionMethod:CmafEncryption'
, cmafEncryption_encryptionMethod
- Undocumented member.
$sel:keyRotationIntervalSeconds:CmafEncryption'
, cmafEncryption_keyRotationIntervalSeconds
- Time (in seconds) between each encryption key rotation.
$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 CmafEncryption) (Maybe [HlsManifest]) (Maybe Int) (Maybe Text) (Maybe StreamSelection) |
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:encryption:CmafPackage'
, cmafPackage_encryption
- Undocumented member.
$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: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.
$sel:streamSelection:CmafPackage'
, cmafPackage_streamSelection
- Undocumented member.
CmafPackageCreateOrUpdateParameters
data CmafPackageCreateOrUpdateParameters Source #
A Common Media Application Format (CMAF) packaging configuration.
See: newCmafPackageCreateOrUpdateParameters
smart constructor.
CmafPackageCreateOrUpdateParameters' (Maybe CmafEncryption) (Maybe [HlsManifestCreateOrUpdateParameters]) (Maybe Int) (Maybe Text) (Maybe StreamSelection) |
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:encryption:CmafPackageCreateOrUpdateParameters'
, cmafPackageCreateOrUpdateParameters_encryption
- Undocumented member.
$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: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.
$sel:streamSelection:CmafPackageCreateOrUpdateParameters'
, cmafPackageCreateOrUpdateParameters_streamSelection
- Undocumented member.
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 [AdTriggersElement]) (Maybe AdsOnDeliveryRestrictions) (Maybe DashEncryption) (Maybe Bool) (Maybe ManifestLayout) (Maybe Int) (Maybe Int) (Maybe Int) (Maybe [PeriodTriggersElement]) (Maybe Profile) (Maybe Int) (Maybe SegmentTemplateFormat) (Maybe StreamSelection) (Maybe Int) (Maybe UtcTiming) (Maybe Text) |
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:adTriggers:DashPackage'
, dashPackage_adTriggers
- Undocumented member.
$sel:adsOnDeliveryRestrictions:DashPackage'
, dashPackage_adsOnDeliveryRestrictions
- Undocumented member.
$sel:encryption:DashPackage'
, dashPackage_encryption
- Undocumented member.
$sel:includeIframeOnlyStream:DashPackage'
, dashPackage_includeIframeOnlyStream
- When enabled, an I-Frame only stream will be included in the output.
$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:manifestWindowSeconds:DashPackage'
, dashPackage_manifestWindowSeconds
- Time window (in seconds) contained in each manifest.
$sel:minBufferTimeSeconds:DashPackage'
, dashPackage_minBufferTimeSeconds
- Minimum duration (in seconds) that a player will buffer media before
starting the presentation.
$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: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.
$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. When set to
"DVB-DASH_2014", DVB-DASH 2014 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: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:streamSelection:DashPackage'
, dashPackage_streamSelection
- Undocumented member.
$sel:suggestedPresentationDelaySeconds:DashPackage'
, dashPackage_suggestedPresentationDelaySeconds
- Duration (in seconds) to delay live content before presentation.
$sel:utcTiming:DashPackage'
, dashPackage_utcTiming
- Determines the type of UTCTiming included in the Media Presentation
Description (MPD)
$sel:utcTimingUri:DashPackage'
, dashPackage_utcTimingUri
- Specifies the value attribute of the UTCTiming field when utcTiming is
set to HTTP-ISO, HTTP-HEAD or HTTP-XSDATE
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 Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe S3Destination) (Maybe Text) (Maybe Status) |
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:arn:HarvestJob'
, harvestJob_arn
- The Amazon Resource Name (ARN) assigned to the HarvestJob.
$sel:channelId:HarvestJob'
, harvestJob_channelId
- The ID of the Channel that the HarvestJob will harvest from.
$sel:createdAt:HarvestJob'
, harvestJob_createdAt
- The time the HarvestJob was submitted
$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.
$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:s3Destination:HarvestJob'
, harvestJob_s3Destination
- Undocumented member.
$sel:startTime:HarvestJob'
, harvestJob_startTime
- The start of the time-window which will be harvested.
$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.
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:constantInitializationVector:HlsEncryption'
, hlsEncryption_constantInitializationVector
- A constant initialization vector for encryption (optional). When not
specified the initialization vector will be periodically rotated.
$sel:encryptionMethod:HlsEncryption'
, hlsEncryption_encryptionMethod
- The encryption method to use.
$sel:keyRotationIntervalSeconds:HlsEncryption'
, hlsEncryption_keyRotationIntervalSeconds
- Interval (in seconds) between each encryption key rotation.
$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
FromJSON HlsIngest Source # | |
Generic HlsIngest Source # | |
Read HlsIngest Source # | |
Show HlsIngest Source # | |
NFData HlsIngest Source # | |
Defined in Amazonka.MediaPackage.Types.HlsIngest | |
Eq HlsIngest Source # | |
Hashable HlsIngest Source # | |
Defined in Amazonka.MediaPackage.Types.HlsIngest | |
type Rep HlsIngest Source # | |
Defined in Amazonka.MediaPackage.Types.HlsIngest type Rep HlsIngest = D1 ('MetaData "HlsIngest" "Amazonka.MediaPackage.Types.HlsIngest" "amazonka-mediapackage-2.0-Ht5BbgvzDNJCrSLrgDmB6l" '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 AdMarkers) (Maybe [AdTriggersElement]) (Maybe AdsOnDeliveryRestrictions) (Maybe Bool) (Maybe Text) (Maybe PlaylistType) (Maybe Int) (Maybe Int) (Maybe Text) 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: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:adTriggers:HlsManifest'
, hlsManifest_adTriggers
- Undocumented member.
$sel:adsOnDeliveryRestrictions:HlsManifest'
, hlsManifest_adsOnDeliveryRestrictions
- Undocumented member.
$sel:includeIframeOnlyStream:HlsManifest'
, hlsManifest_includeIframeOnlyStream
- When enabled, an I-Frame only stream will be included in the output.
$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: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:playlistWindowSeconds:HlsManifest'
, hlsManifest_playlistWindowSeconds
- Time window (in seconds) contained in each parent manifest.
$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:url:HlsManifest'
, hlsManifest_url
- The URL of the packaged OriginEndpoint for consumption.
$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 AdMarkers) (Maybe [AdTriggersElement]) (Maybe AdsOnDeliveryRestrictions) (Maybe Bool) (Maybe Text) (Maybe PlaylistType) (Maybe Int) (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: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:adTriggers:HlsManifestCreateOrUpdateParameters'
, hlsManifestCreateOrUpdateParameters_adTriggers
- Undocumented member.
$sel:adsOnDeliveryRestrictions:HlsManifestCreateOrUpdateParameters'
, hlsManifestCreateOrUpdateParameters_adsOnDeliveryRestrictions
- Undocumented member.
$sel:includeIframeOnlyStream:HlsManifestCreateOrUpdateParameters'
, hlsManifestCreateOrUpdateParameters_includeIframeOnlyStream
- When enabled, an I-Frame only stream will be included in the output.
$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:playlistWindowSeconds:HlsManifestCreateOrUpdateParameters'
, hlsManifestCreateOrUpdateParameters_playlistWindowSeconds
- Time window (in seconds) contained in each parent manifest.
$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: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 AdMarkers) (Maybe [AdTriggersElement]) (Maybe AdsOnDeliveryRestrictions) (Maybe HlsEncryption) (Maybe Bool) (Maybe Bool) (Maybe PlaylistType) (Maybe Int) (Maybe Int) (Maybe Int) (Maybe StreamSelection) (Maybe Bool) |
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: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:adTriggers:HlsPackage'
, hlsPackage_adTriggers
- Undocumented member.
$sel:adsOnDeliveryRestrictions:HlsPackage'
, hlsPackage_adsOnDeliveryRestrictions
- Undocumented member.
$sel:encryption:HlsPackage'
, hlsPackage_encryption
- Undocumented member.
$sel:includeDvbSubtitles:HlsPackage'
, hlsPackage_includeDvbSubtitles
- When enabled, MediaPackage passes through digital video broadcasting
(DVB) subtitles into the output.
$sel:includeIframeOnlyStream:HlsPackage'
, hlsPackage_includeIframeOnlyStream
- When enabled, an I-Frame only stream will be included in 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:playlistWindowSeconds:HlsPackage'
, hlsPackage_playlistWindowSeconds
- Time window (in seconds) contained in each parent manifest.
$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: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:streamSelection:HlsPackage'
, hlsPackage_streamSelection
- Undocumented member.
$sel:useAudioRenditionGroup:HlsPackage'
, hlsPackage_useAudioRenditionGroup
- When enabled, audio streams will be placed in rendition groups in the
output.
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:id:IngestEndpoint'
, ingestEndpoint_id
- The system generated unique identifier for the IngestEndpoint
$sel:password:IngestEndpoint'
, ingestEndpoint_password
- The system generated password for ingest authentication.
$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.
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:encryption:MssPackage'
, mssPackage_encryption
- Undocumented member.
$sel:manifestWindowSeconds:MssPackage'
, mssPackage_manifestWindowSeconds
- The time window (in seconds) contained in each manifest.
$sel:segmentDurationSeconds:MssPackage'
, mssPackage_segmentDurationSeconds
- The duration (in seconds) of each segment.
$sel:streamSelection:MssPackage'
, mssPackage_streamSelection
- Undocumented member.
OriginEndpoint
data OriginEndpoint Source #
An OriginEndpoint resource configuration.
See: newOriginEndpoint
smart constructor.
OriginEndpoint' (Maybe Text) (Maybe Authorization) (Maybe Text) (Maybe CmafPackage) (Maybe DashPackage) (Maybe Text) (Maybe HlsPackage) (Maybe Text) (Maybe Text) (Maybe MssPackage) (Maybe Origination) (Maybe Int) (Maybe (HashMap Text Text)) (Maybe Int) (Maybe Text) (Maybe [Text]) |
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:arn:OriginEndpoint'
, originEndpoint_arn
- The Amazon Resource Name (ARN) assigned to the OriginEndpoint.
$sel:authorization:OriginEndpoint'
, originEndpoint_authorization
- Undocumented member.
$sel:channelId:OriginEndpoint'
, originEndpoint_channelId
- The ID of the Channel the OriginEndpoint is associated with.
$sel:cmafPackage:OriginEndpoint'
, originEndpoint_cmafPackage
- Undocumented member.
$sel:dashPackage:OriginEndpoint'
, originEndpoint_dashPackage
- Undocumented member.
$sel:description:OriginEndpoint'
, originEndpoint_description
- A short text description of the OriginEndpoint.
$sel:hlsPackage:OriginEndpoint'
, originEndpoint_hlsPackage
- Undocumented member.
$sel:id:OriginEndpoint'
, originEndpoint_id
- The ID of the OriginEndpoint.
$sel:manifestName:OriginEndpoint'
, originEndpoint_manifestName
- A short string appended to the end of the OriginEndpoint URL.
$sel:mssPackage:OriginEndpoint'
, originEndpoint_mssPackage
- 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
$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:tags:OriginEndpoint'
, originEndpoint_tags
- Undocumented member.
$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:url:OriginEndpoint'
, originEndpoint_url
- The URL of the packaged OriginEndpoint for consumption.
$sel:whitelist:OriginEndpoint'
, originEndpoint_whitelist
- A list of source IP CIDR blocks that will be allowed to access the
OriginEndpoint.
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: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:encryptionContractConfiguration:SpekeKeyProvider'
, spekeKeyProvider_encryptionContractConfiguration
- Undocumented member.
$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 Int) (Maybe Int) (Maybe StreamOrder) |
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:maxVideoBitsPerSecond:StreamSelection'
, streamSelection_maxVideoBitsPerSecond
- The maximum video bitrate (bps) to include in output.
$sel:minVideoBitsPerSecond:StreamSelection'
, streamSelection_minVideoBitsPerSecond
- The minimum video bitrate (bps) to include in output.
$sel:streamOrder:StreamSelection'
, streamSelection_streamOrder
- A directive that determines the order of streams in the output.