Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
- Operations
- CreateHarvestJob
- ConfigureLogs
- DescribeOriginEndpoint
- ListChannels
- ListTagsForResource
- DeleteChannel
- UpdateChannel
- DescribeHarvestJob
- RotateIngestEndpointCredentials
- CreateOriginEndpoint
- ListOriginEndpoints
- ListHarvestJobs
- CreateChannel
- TagResource
- UntagResource
- DescribeChannel
- DeleteOriginEndpoint
- UpdateOriginEndpoint
- Types
- Authorization
- Channel
- CmafEncryption
- CmafPackage
- CmafPackageCreateOrUpdateParameters
- DashEncryption
- DashPackage
- EgressAccessLogs
- EncryptionContractConfiguration
- HarvestJob
- HlsEncryption
- HlsIngest
- HlsManifest
- HlsManifestCreateOrUpdateParameters
- HlsPackage
- IngestEndpoint
- IngressAccessLogs
- MssEncryption
- MssPackage
- OriginEndpoint
- S3Destination
- SpekeKeyProvider
- StreamSelection
Synopsis
- createHarvestJob_s3Destination :: Lens' CreateHarvestJob S3Destination
- createHarvestJob_endTime :: Lens' CreateHarvestJob Text
- createHarvestJob_originEndpointId :: Lens' CreateHarvestJob Text
- createHarvestJob_startTime :: Lens' CreateHarvestJob Text
- createHarvestJob_id :: Lens' CreateHarvestJob Text
- createHarvestJobResponse_status :: Lens' CreateHarvestJobResponse (Maybe Status)
- createHarvestJobResponse_originEndpointId :: Lens' CreateHarvestJobResponse (Maybe Text)
- createHarvestJobResponse_startTime :: Lens' CreateHarvestJobResponse (Maybe Text)
- createHarvestJobResponse_arn :: Lens' CreateHarvestJobResponse (Maybe Text)
- createHarvestJobResponse_createdAt :: Lens' CreateHarvestJobResponse (Maybe Text)
- createHarvestJobResponse_channelId :: Lens' CreateHarvestJobResponse (Maybe Text)
- createHarvestJobResponse_s3Destination :: Lens' CreateHarvestJobResponse (Maybe S3Destination)
- createHarvestJobResponse_endTime :: Lens' CreateHarvestJobResponse (Maybe Text)
- createHarvestJobResponse_id :: Lens' CreateHarvestJobResponse (Maybe Text)
- createHarvestJobResponse_httpStatus :: Lens' CreateHarvestJobResponse Int
- configureLogs_ingressAccessLogs :: Lens' ConfigureLogs (Maybe IngressAccessLogs)
- configureLogs_egressAccessLogs :: Lens' ConfigureLogs (Maybe EgressAccessLogs)
- configureLogs_id :: Lens' ConfigureLogs Text
- configureLogsResponse_ingressAccessLogs :: Lens' ConfigureLogsResponse (Maybe IngressAccessLogs)
- configureLogsResponse_hlsIngest :: Lens' ConfigureLogsResponse (Maybe HlsIngest)
- configureLogsResponse_arn :: Lens' ConfigureLogsResponse (Maybe Text)
- configureLogsResponse_id :: Lens' ConfigureLogsResponse (Maybe Text)
- configureLogsResponse_description :: Lens' ConfigureLogsResponse (Maybe Text)
- configureLogsResponse_egressAccessLogs :: Lens' ConfigureLogsResponse (Maybe EgressAccessLogs)
- configureLogsResponse_tags :: Lens' ConfigureLogsResponse (Maybe (HashMap Text Text))
- configureLogsResponse_httpStatus :: Lens' ConfigureLogsResponse Int
- describeOriginEndpoint_id :: Lens' DescribeOriginEndpoint Text
- describeOriginEndpointResponse_whitelist :: Lens' DescribeOriginEndpointResponse (Maybe [Text])
- describeOriginEndpointResponse_hlsPackage :: Lens' DescribeOriginEndpointResponse (Maybe HlsPackage)
- describeOriginEndpointResponse_arn :: Lens' DescribeOriginEndpointResponse (Maybe Text)
- describeOriginEndpointResponse_manifestName :: Lens' DescribeOriginEndpointResponse (Maybe Text)
- describeOriginEndpointResponse_url :: Lens' DescribeOriginEndpointResponse (Maybe Text)
- describeOriginEndpointResponse_authorization :: Lens' DescribeOriginEndpointResponse (Maybe Authorization)
- describeOriginEndpointResponse_channelId :: Lens' DescribeOriginEndpointResponse (Maybe Text)
- describeOriginEndpointResponse_startoverWindowSeconds :: Lens' DescribeOriginEndpointResponse (Maybe Int)
- describeOriginEndpointResponse_dashPackage :: Lens' DescribeOriginEndpointResponse (Maybe DashPackage)
- describeOriginEndpointResponse_mssPackage :: Lens' DescribeOriginEndpointResponse (Maybe MssPackage)
- describeOriginEndpointResponse_id :: Lens' DescribeOriginEndpointResponse (Maybe Text)
- describeOriginEndpointResponse_timeDelaySeconds :: Lens' DescribeOriginEndpointResponse (Maybe Int)
- describeOriginEndpointResponse_cmafPackage :: Lens' DescribeOriginEndpointResponse (Maybe CmafPackage)
- describeOriginEndpointResponse_description :: Lens' DescribeOriginEndpointResponse (Maybe Text)
- describeOriginEndpointResponse_tags :: Lens' DescribeOriginEndpointResponse (Maybe (HashMap Text Text))
- describeOriginEndpointResponse_origination :: Lens' DescribeOriginEndpointResponse (Maybe Origination)
- describeOriginEndpointResponse_httpStatus :: Lens' DescribeOriginEndpointResponse Int
- listChannels_nextToken :: Lens' ListChannels (Maybe Text)
- listChannels_maxResults :: Lens' ListChannels (Maybe Natural)
- listChannelsResponse_channels :: Lens' ListChannelsResponse (Maybe [Channel])
- listChannelsResponse_nextToken :: Lens' ListChannelsResponse (Maybe Text)
- listChannelsResponse_httpStatus :: Lens' ListChannelsResponse Int
- listTagsForResource_resourceArn :: Lens' ListTagsForResource Text
- listTagsForResourceResponse_tags :: Lens' ListTagsForResourceResponse (Maybe (HashMap Text Text))
- listTagsForResourceResponse_httpStatus :: Lens' ListTagsForResourceResponse Int
- deleteChannel_id :: Lens' DeleteChannel Text
- deleteChannelResponse_httpStatus :: Lens' DeleteChannelResponse Int
- updateChannel_description :: Lens' UpdateChannel (Maybe Text)
- updateChannel_id :: Lens' UpdateChannel Text
- updateChannelResponse_ingressAccessLogs :: Lens' UpdateChannelResponse (Maybe IngressAccessLogs)
- updateChannelResponse_hlsIngest :: Lens' UpdateChannelResponse (Maybe HlsIngest)
- updateChannelResponse_arn :: Lens' UpdateChannelResponse (Maybe Text)
- updateChannelResponse_id :: Lens' UpdateChannelResponse (Maybe Text)
- updateChannelResponse_description :: Lens' UpdateChannelResponse (Maybe Text)
- updateChannelResponse_egressAccessLogs :: Lens' UpdateChannelResponse (Maybe EgressAccessLogs)
- updateChannelResponse_tags :: Lens' UpdateChannelResponse (Maybe (HashMap Text Text))
- updateChannelResponse_httpStatus :: Lens' UpdateChannelResponse Int
- describeHarvestJob_id :: Lens' DescribeHarvestJob Text
- describeHarvestJobResponse_status :: Lens' DescribeHarvestJobResponse (Maybe Status)
- describeHarvestJobResponse_originEndpointId :: Lens' DescribeHarvestJobResponse (Maybe Text)
- describeHarvestJobResponse_startTime :: Lens' DescribeHarvestJobResponse (Maybe Text)
- describeHarvestJobResponse_arn :: Lens' DescribeHarvestJobResponse (Maybe Text)
- describeHarvestJobResponse_createdAt :: Lens' DescribeHarvestJobResponse (Maybe Text)
- describeHarvestJobResponse_channelId :: Lens' DescribeHarvestJobResponse (Maybe Text)
- describeHarvestJobResponse_s3Destination :: Lens' DescribeHarvestJobResponse (Maybe S3Destination)
- describeHarvestJobResponse_endTime :: Lens' DescribeHarvestJobResponse (Maybe Text)
- describeHarvestJobResponse_id :: Lens' DescribeHarvestJobResponse (Maybe Text)
- describeHarvestJobResponse_httpStatus :: Lens' DescribeHarvestJobResponse Int
- rotateIngestEndpointCredentials_ingestEndpointId :: Lens' RotateIngestEndpointCredentials Text
- rotateIngestEndpointCredentials_id :: Lens' RotateIngestEndpointCredentials Text
- rotateIngestEndpointCredentialsResponse_ingressAccessLogs :: Lens' RotateIngestEndpointCredentialsResponse (Maybe IngressAccessLogs)
- rotateIngestEndpointCredentialsResponse_hlsIngest :: Lens' RotateIngestEndpointCredentialsResponse (Maybe HlsIngest)
- rotateIngestEndpointCredentialsResponse_arn :: Lens' RotateIngestEndpointCredentialsResponse (Maybe Text)
- rotateIngestEndpointCredentialsResponse_id :: Lens' RotateIngestEndpointCredentialsResponse (Maybe Text)
- rotateIngestEndpointCredentialsResponse_description :: Lens' RotateIngestEndpointCredentialsResponse (Maybe Text)
- rotateIngestEndpointCredentialsResponse_egressAccessLogs :: Lens' RotateIngestEndpointCredentialsResponse (Maybe EgressAccessLogs)
- rotateIngestEndpointCredentialsResponse_tags :: Lens' RotateIngestEndpointCredentialsResponse (Maybe (HashMap Text Text))
- rotateIngestEndpointCredentialsResponse_httpStatus :: Lens' RotateIngestEndpointCredentialsResponse Int
- createOriginEndpoint_whitelist :: Lens' CreateOriginEndpoint (Maybe [Text])
- createOriginEndpoint_hlsPackage :: Lens' CreateOriginEndpoint (Maybe HlsPackage)
- createOriginEndpoint_manifestName :: Lens' CreateOriginEndpoint (Maybe Text)
- createOriginEndpoint_authorization :: Lens' CreateOriginEndpoint (Maybe Authorization)
- createOriginEndpoint_startoverWindowSeconds :: Lens' CreateOriginEndpoint (Maybe Int)
- createOriginEndpoint_dashPackage :: Lens' CreateOriginEndpoint (Maybe DashPackage)
- createOriginEndpoint_mssPackage :: Lens' CreateOriginEndpoint (Maybe MssPackage)
- createOriginEndpoint_timeDelaySeconds :: Lens' CreateOriginEndpoint (Maybe Int)
- createOriginEndpoint_cmafPackage :: Lens' CreateOriginEndpoint (Maybe CmafPackageCreateOrUpdateParameters)
- createOriginEndpoint_description :: Lens' CreateOriginEndpoint (Maybe Text)
- createOriginEndpoint_tags :: Lens' CreateOriginEndpoint (Maybe (HashMap Text Text))
- createOriginEndpoint_origination :: Lens' CreateOriginEndpoint (Maybe Origination)
- createOriginEndpoint_channelId :: Lens' CreateOriginEndpoint Text
- createOriginEndpoint_id :: Lens' CreateOriginEndpoint Text
- createOriginEndpointResponse_whitelist :: Lens' CreateOriginEndpointResponse (Maybe [Text])
- createOriginEndpointResponse_hlsPackage :: Lens' CreateOriginEndpointResponse (Maybe HlsPackage)
- createOriginEndpointResponse_arn :: Lens' CreateOriginEndpointResponse (Maybe Text)
- createOriginEndpointResponse_manifestName :: Lens' CreateOriginEndpointResponse (Maybe Text)
- createOriginEndpointResponse_url :: Lens' CreateOriginEndpointResponse (Maybe Text)
- createOriginEndpointResponse_authorization :: Lens' CreateOriginEndpointResponse (Maybe Authorization)
- createOriginEndpointResponse_channelId :: Lens' CreateOriginEndpointResponse (Maybe Text)
- createOriginEndpointResponse_startoverWindowSeconds :: Lens' CreateOriginEndpointResponse (Maybe Int)
- createOriginEndpointResponse_dashPackage :: Lens' CreateOriginEndpointResponse (Maybe DashPackage)
- createOriginEndpointResponse_mssPackage :: Lens' CreateOriginEndpointResponse (Maybe MssPackage)
- createOriginEndpointResponse_id :: Lens' CreateOriginEndpointResponse (Maybe Text)
- createOriginEndpointResponse_timeDelaySeconds :: Lens' CreateOriginEndpointResponse (Maybe Int)
- createOriginEndpointResponse_cmafPackage :: Lens' CreateOriginEndpointResponse (Maybe CmafPackage)
- createOriginEndpointResponse_description :: Lens' CreateOriginEndpointResponse (Maybe Text)
- createOriginEndpointResponse_tags :: Lens' CreateOriginEndpointResponse (Maybe (HashMap Text Text))
- createOriginEndpointResponse_origination :: Lens' CreateOriginEndpointResponse (Maybe Origination)
- createOriginEndpointResponse_httpStatus :: Lens' CreateOriginEndpointResponse Int
- listOriginEndpoints_channelId :: Lens' ListOriginEndpoints (Maybe Text)
- listOriginEndpoints_nextToken :: Lens' ListOriginEndpoints (Maybe Text)
- listOriginEndpoints_maxResults :: Lens' ListOriginEndpoints (Maybe Natural)
- listOriginEndpointsResponse_originEndpoints :: Lens' ListOriginEndpointsResponse (Maybe [OriginEndpoint])
- listOriginEndpointsResponse_nextToken :: Lens' ListOriginEndpointsResponse (Maybe Text)
- listOriginEndpointsResponse_httpStatus :: Lens' ListOriginEndpointsResponse Int
- listHarvestJobs_includeStatus :: Lens' ListHarvestJobs (Maybe Text)
- listHarvestJobs_nextToken :: Lens' ListHarvestJobs (Maybe Text)
- listHarvestJobs_includeChannelId :: Lens' ListHarvestJobs (Maybe Text)
- listHarvestJobs_maxResults :: Lens' ListHarvestJobs (Maybe Natural)
- listHarvestJobsResponse_harvestJobs :: Lens' ListHarvestJobsResponse (Maybe [HarvestJob])
- listHarvestJobsResponse_nextToken :: Lens' ListHarvestJobsResponse (Maybe Text)
- listHarvestJobsResponse_httpStatus :: Lens' ListHarvestJobsResponse Int
- createChannel_description :: Lens' CreateChannel (Maybe Text)
- createChannel_tags :: Lens' CreateChannel (Maybe (HashMap Text Text))
- createChannel_id :: Lens' CreateChannel Text
- createChannelResponse_ingressAccessLogs :: Lens' CreateChannelResponse (Maybe IngressAccessLogs)
- createChannelResponse_hlsIngest :: Lens' CreateChannelResponse (Maybe HlsIngest)
- createChannelResponse_arn :: Lens' CreateChannelResponse (Maybe Text)
- createChannelResponse_id :: Lens' CreateChannelResponse (Maybe Text)
- createChannelResponse_description :: Lens' CreateChannelResponse (Maybe Text)
- createChannelResponse_egressAccessLogs :: Lens' CreateChannelResponse (Maybe EgressAccessLogs)
- createChannelResponse_tags :: Lens' CreateChannelResponse (Maybe (HashMap Text Text))
- createChannelResponse_httpStatus :: Lens' CreateChannelResponse Int
- tagResource_resourceArn :: Lens' TagResource Text
- tagResource_tags :: Lens' TagResource (HashMap Text Text)
- untagResource_tagKeys :: Lens' UntagResource [Text]
- untagResource_resourceArn :: Lens' UntagResource Text
- describeChannel_id :: Lens' DescribeChannel Text
- describeChannelResponse_ingressAccessLogs :: Lens' DescribeChannelResponse (Maybe IngressAccessLogs)
- describeChannelResponse_hlsIngest :: Lens' DescribeChannelResponse (Maybe HlsIngest)
- describeChannelResponse_arn :: Lens' DescribeChannelResponse (Maybe Text)
- describeChannelResponse_id :: Lens' DescribeChannelResponse (Maybe Text)
- describeChannelResponse_description :: Lens' DescribeChannelResponse (Maybe Text)
- describeChannelResponse_egressAccessLogs :: Lens' DescribeChannelResponse (Maybe EgressAccessLogs)
- describeChannelResponse_tags :: Lens' DescribeChannelResponse (Maybe (HashMap Text Text))
- describeChannelResponse_httpStatus :: Lens' DescribeChannelResponse Int
- deleteOriginEndpoint_id :: Lens' DeleteOriginEndpoint Text
- deleteOriginEndpointResponse_httpStatus :: Lens' DeleteOriginEndpointResponse Int
- updateOriginEndpoint_whitelist :: Lens' UpdateOriginEndpoint (Maybe [Text])
- updateOriginEndpoint_hlsPackage :: Lens' UpdateOriginEndpoint (Maybe HlsPackage)
- updateOriginEndpoint_manifestName :: Lens' UpdateOriginEndpoint (Maybe Text)
- updateOriginEndpoint_authorization :: Lens' UpdateOriginEndpoint (Maybe Authorization)
- updateOriginEndpoint_startoverWindowSeconds :: Lens' UpdateOriginEndpoint (Maybe Int)
- updateOriginEndpoint_dashPackage :: Lens' UpdateOriginEndpoint (Maybe DashPackage)
- updateOriginEndpoint_mssPackage :: Lens' UpdateOriginEndpoint (Maybe MssPackage)
- updateOriginEndpoint_timeDelaySeconds :: Lens' UpdateOriginEndpoint (Maybe Int)
- updateOriginEndpoint_cmafPackage :: Lens' UpdateOriginEndpoint (Maybe CmafPackageCreateOrUpdateParameters)
- updateOriginEndpoint_description :: Lens' UpdateOriginEndpoint (Maybe Text)
- updateOriginEndpoint_origination :: Lens' UpdateOriginEndpoint (Maybe Origination)
- updateOriginEndpoint_id :: Lens' UpdateOriginEndpoint Text
- updateOriginEndpointResponse_whitelist :: Lens' UpdateOriginEndpointResponse (Maybe [Text])
- updateOriginEndpointResponse_hlsPackage :: Lens' UpdateOriginEndpointResponse (Maybe HlsPackage)
- updateOriginEndpointResponse_arn :: Lens' UpdateOriginEndpointResponse (Maybe Text)
- updateOriginEndpointResponse_manifestName :: Lens' UpdateOriginEndpointResponse (Maybe Text)
- updateOriginEndpointResponse_url :: Lens' UpdateOriginEndpointResponse (Maybe Text)
- updateOriginEndpointResponse_authorization :: Lens' UpdateOriginEndpointResponse (Maybe Authorization)
- updateOriginEndpointResponse_channelId :: Lens' UpdateOriginEndpointResponse (Maybe Text)
- updateOriginEndpointResponse_startoverWindowSeconds :: Lens' UpdateOriginEndpointResponse (Maybe Int)
- updateOriginEndpointResponse_dashPackage :: Lens' UpdateOriginEndpointResponse (Maybe DashPackage)
- updateOriginEndpointResponse_mssPackage :: Lens' UpdateOriginEndpointResponse (Maybe MssPackage)
- updateOriginEndpointResponse_id :: Lens' UpdateOriginEndpointResponse (Maybe Text)
- updateOriginEndpointResponse_timeDelaySeconds :: Lens' UpdateOriginEndpointResponse (Maybe Int)
- updateOriginEndpointResponse_cmafPackage :: Lens' UpdateOriginEndpointResponse (Maybe CmafPackage)
- updateOriginEndpointResponse_description :: Lens' UpdateOriginEndpointResponse (Maybe Text)
- updateOriginEndpointResponse_tags :: Lens' UpdateOriginEndpointResponse (Maybe (HashMap Text Text))
- updateOriginEndpointResponse_origination :: Lens' UpdateOriginEndpointResponse (Maybe Origination)
- updateOriginEndpointResponse_httpStatus :: Lens' UpdateOriginEndpointResponse Int
- authorization_secretsRoleArn :: Lens' Authorization Text
- authorization_cdnIdentifierSecret :: Lens' Authorization Text
- channel_ingressAccessLogs :: Lens' Channel (Maybe IngressAccessLogs)
- channel_hlsIngest :: Lens' Channel (Maybe HlsIngest)
- channel_arn :: Lens' Channel (Maybe Text)
- channel_id :: Lens' Channel (Maybe Text)
- channel_description :: Lens' Channel (Maybe Text)
- channel_egressAccessLogs :: Lens' Channel (Maybe EgressAccessLogs)
- channel_tags :: Lens' Channel (Maybe (HashMap Text Text))
- cmafEncryption_keyRotationIntervalSeconds :: Lens' CmafEncryption (Maybe Int)
- cmafEncryption_constantInitializationVector :: Lens' CmafEncryption (Maybe Text)
- cmafEncryption_spekeKeyProvider :: Lens' CmafEncryption SpekeKeyProvider
- cmafPackage_hlsManifests :: Lens' CmafPackage (Maybe [HlsManifest])
- cmafPackage_segmentDurationSeconds :: Lens' CmafPackage (Maybe Int)
- cmafPackage_streamSelection :: Lens' CmafPackage (Maybe StreamSelection)
- cmafPackage_encryption :: Lens' CmafPackage (Maybe CmafEncryption)
- cmafPackage_segmentPrefix :: Lens' CmafPackage (Maybe Text)
- cmafPackageCreateOrUpdateParameters_hlsManifests :: Lens' CmafPackageCreateOrUpdateParameters (Maybe [HlsManifestCreateOrUpdateParameters])
- cmafPackageCreateOrUpdateParameters_segmentDurationSeconds :: Lens' CmafPackageCreateOrUpdateParameters (Maybe Int)
- cmafPackageCreateOrUpdateParameters_streamSelection :: Lens' CmafPackageCreateOrUpdateParameters (Maybe StreamSelection)
- cmafPackageCreateOrUpdateParameters_encryption :: Lens' CmafPackageCreateOrUpdateParameters (Maybe CmafEncryption)
- cmafPackageCreateOrUpdateParameters_segmentPrefix :: Lens' CmafPackageCreateOrUpdateParameters (Maybe Text)
- dashEncryption_keyRotationIntervalSeconds :: Lens' DashEncryption (Maybe Int)
- dashEncryption_spekeKeyProvider :: Lens' DashEncryption SpekeKeyProvider
- dashPackage_adsOnDeliveryRestrictions :: Lens' DashPackage (Maybe AdsOnDeliveryRestrictions)
- dashPackage_minBufferTimeSeconds :: Lens' DashPackage (Maybe Int)
- dashPackage_utcTiming :: Lens' DashPackage (Maybe UtcTiming)
- dashPackage_segmentTemplateFormat :: Lens' DashPackage (Maybe SegmentTemplateFormat)
- dashPackage_profile :: Lens' DashPackage (Maybe Profile)
- dashPackage_segmentDurationSeconds :: Lens' DashPackage (Maybe Int)
- dashPackage_utcTimingUri :: Lens' DashPackage (Maybe Text)
- dashPackage_streamSelection :: Lens' DashPackage (Maybe StreamSelection)
- dashPackage_encryption :: Lens' DashPackage (Maybe DashEncryption)
- dashPackage_minUpdatePeriodSeconds :: Lens' DashPackage (Maybe Int)
- dashPackage_manifestLayout :: Lens' DashPackage (Maybe ManifestLayout)
- dashPackage_suggestedPresentationDelaySeconds :: Lens' DashPackage (Maybe Int)
- dashPackage_manifestWindowSeconds :: Lens' DashPackage (Maybe Int)
- dashPackage_adTriggers :: Lens' DashPackage (Maybe [AdTriggersElement])
- dashPackage_periodTriggers :: Lens' DashPackage (Maybe [PeriodTriggersElement])
- egressAccessLogs_logGroupName :: Lens' EgressAccessLogs (Maybe Text)
- encryptionContractConfiguration_presetSpeke20Audio :: Lens' EncryptionContractConfiguration PresetSpeke20Audio
- encryptionContractConfiguration_presetSpeke20Video :: Lens' EncryptionContractConfiguration PresetSpeke20Video
- harvestJob_status :: Lens' HarvestJob (Maybe Status)
- harvestJob_originEndpointId :: Lens' HarvestJob (Maybe Text)
- harvestJob_startTime :: Lens' HarvestJob (Maybe Text)
- harvestJob_arn :: Lens' HarvestJob (Maybe Text)
- harvestJob_createdAt :: Lens' HarvestJob (Maybe Text)
- harvestJob_channelId :: Lens' HarvestJob (Maybe Text)
- harvestJob_s3Destination :: Lens' HarvestJob (Maybe S3Destination)
- harvestJob_endTime :: Lens' HarvestJob (Maybe Text)
- harvestJob_id :: Lens' HarvestJob (Maybe Text)
- hlsEncryption_encryptionMethod :: Lens' HlsEncryption (Maybe EncryptionMethod)
- hlsEncryption_keyRotationIntervalSeconds :: Lens' HlsEncryption (Maybe Int)
- hlsEncryption_constantInitializationVector :: Lens' HlsEncryption (Maybe Text)
- hlsEncryption_repeatExtXKey :: Lens' HlsEncryption (Maybe Bool)
- hlsEncryption_spekeKeyProvider :: Lens' HlsEncryption SpekeKeyProvider
- hlsIngest_ingestEndpoints :: Lens' HlsIngest (Maybe [IngestEndpoint])
- hlsManifest_manifestName :: Lens' HlsManifest (Maybe Text)
- hlsManifest_url :: Lens' HlsManifest (Maybe Text)
- hlsManifest_playlistType :: Lens' HlsManifest (Maybe PlaylistType)
- hlsManifest_programDateTimeIntervalSeconds :: Lens' HlsManifest (Maybe Int)
- hlsManifest_adMarkers :: Lens' HlsManifest (Maybe AdMarkers)
- hlsManifest_includeIframeOnlyStream :: Lens' HlsManifest (Maybe Bool)
- hlsManifest_playlistWindowSeconds :: Lens' HlsManifest (Maybe Int)
- hlsManifest_id :: Lens' HlsManifest Text
- hlsManifestCreateOrUpdateParameters_adsOnDeliveryRestrictions :: Lens' HlsManifestCreateOrUpdateParameters (Maybe AdsOnDeliveryRestrictions)
- hlsManifestCreateOrUpdateParameters_manifestName :: Lens' HlsManifestCreateOrUpdateParameters (Maybe Text)
- hlsManifestCreateOrUpdateParameters_playlistType :: Lens' HlsManifestCreateOrUpdateParameters (Maybe PlaylistType)
- hlsManifestCreateOrUpdateParameters_programDateTimeIntervalSeconds :: Lens' HlsManifestCreateOrUpdateParameters (Maybe Int)
- hlsManifestCreateOrUpdateParameters_adMarkers :: Lens' HlsManifestCreateOrUpdateParameters (Maybe AdMarkers)
- hlsManifestCreateOrUpdateParameters_includeIframeOnlyStream :: Lens' HlsManifestCreateOrUpdateParameters (Maybe Bool)
- hlsManifestCreateOrUpdateParameters_adTriggers :: Lens' HlsManifestCreateOrUpdateParameters (Maybe [AdTriggersElement])
- hlsManifestCreateOrUpdateParameters_playlistWindowSeconds :: Lens' HlsManifestCreateOrUpdateParameters (Maybe Int)
- hlsManifestCreateOrUpdateParameters_id :: Lens' HlsManifestCreateOrUpdateParameters Text
- hlsPackage_adsOnDeliveryRestrictions :: Lens' HlsPackage (Maybe AdsOnDeliveryRestrictions)
- hlsPackage_useAudioRenditionGroup :: Lens' HlsPackage (Maybe Bool)
- hlsPackage_includeDvbSubtitles :: Lens' HlsPackage (Maybe Bool)
- hlsPackage_playlistType :: Lens' HlsPackage (Maybe PlaylistType)
- hlsPackage_segmentDurationSeconds :: Lens' HlsPackage (Maybe Int)
- hlsPackage_programDateTimeIntervalSeconds :: Lens' HlsPackage (Maybe Int)
- hlsPackage_streamSelection :: Lens' HlsPackage (Maybe StreamSelection)
- hlsPackage_adMarkers :: Lens' HlsPackage (Maybe AdMarkers)
- hlsPackage_encryption :: Lens' HlsPackage (Maybe HlsEncryption)
- hlsPackage_includeIframeOnlyStream :: Lens' HlsPackage (Maybe Bool)
- hlsPackage_adTriggers :: Lens' HlsPackage (Maybe [AdTriggersElement])
- hlsPackage_playlistWindowSeconds :: Lens' HlsPackage (Maybe Int)
- ingestEndpoint_url :: Lens' IngestEndpoint (Maybe Text)
- ingestEndpoint_username :: Lens' IngestEndpoint (Maybe Text)
- ingestEndpoint_password :: Lens' IngestEndpoint (Maybe Text)
- ingestEndpoint_id :: Lens' IngestEndpoint (Maybe Text)
- ingressAccessLogs_logGroupName :: Lens' IngressAccessLogs (Maybe Text)
- mssEncryption_spekeKeyProvider :: Lens' MssEncryption SpekeKeyProvider
- mssPackage_segmentDurationSeconds :: Lens' MssPackage (Maybe Int)
- mssPackage_streamSelection :: Lens' MssPackage (Maybe StreamSelection)
- mssPackage_encryption :: Lens' MssPackage (Maybe MssEncryption)
- mssPackage_manifestWindowSeconds :: Lens' MssPackage (Maybe Int)
- originEndpoint_whitelist :: Lens' OriginEndpoint (Maybe [Text])
- originEndpoint_hlsPackage :: Lens' OriginEndpoint (Maybe HlsPackage)
- originEndpoint_arn :: Lens' OriginEndpoint (Maybe Text)
- originEndpoint_manifestName :: Lens' OriginEndpoint (Maybe Text)
- originEndpoint_url :: Lens' OriginEndpoint (Maybe Text)
- originEndpoint_authorization :: Lens' OriginEndpoint (Maybe Authorization)
- originEndpoint_channelId :: Lens' OriginEndpoint (Maybe Text)
- originEndpoint_startoverWindowSeconds :: Lens' OriginEndpoint (Maybe Int)
- originEndpoint_dashPackage :: Lens' OriginEndpoint (Maybe DashPackage)
- originEndpoint_mssPackage :: Lens' OriginEndpoint (Maybe MssPackage)
- originEndpoint_id :: Lens' OriginEndpoint (Maybe Text)
- originEndpoint_timeDelaySeconds :: Lens' OriginEndpoint (Maybe Int)
- originEndpoint_cmafPackage :: Lens' OriginEndpoint (Maybe CmafPackage)
- originEndpoint_description :: Lens' OriginEndpoint (Maybe Text)
- originEndpoint_tags :: Lens' OriginEndpoint (Maybe (HashMap Text Text))
- originEndpoint_origination :: Lens' OriginEndpoint (Maybe Origination)
- s3Destination_manifestKey :: Lens' S3Destination Text
- s3Destination_bucketName :: Lens' S3Destination Text
- s3Destination_roleArn :: Lens' S3Destination Text
- spekeKeyProvider_encryptionContractConfiguration :: Lens' SpekeKeyProvider (Maybe EncryptionContractConfiguration)
- spekeKeyProvider_certificateArn :: Lens' SpekeKeyProvider (Maybe Text)
- spekeKeyProvider_resourceId :: Lens' SpekeKeyProvider Text
- spekeKeyProvider_systemIds :: Lens' SpekeKeyProvider [Text]
- spekeKeyProvider_url :: Lens' SpekeKeyProvider Text
- spekeKeyProvider_roleArn :: Lens' SpekeKeyProvider Text
- streamSelection_streamOrder :: Lens' StreamSelection (Maybe StreamOrder)
- streamSelection_minVideoBitsPerSecond :: Lens' StreamSelection (Maybe Int)
- streamSelection_maxVideoBitsPerSecond :: Lens' StreamSelection (Maybe Int)
Operations
CreateHarvestJob
createHarvestJob_s3Destination :: Lens' CreateHarvestJob S3Destination Source #
Undocumented member.
createHarvestJob_endTime :: Lens' CreateHarvestJob Text Source #
The end of the time-window which will be harvested
createHarvestJob_originEndpointId :: Lens' CreateHarvestJob Text Source #
The ID of the OriginEndpoint that the HarvestJob will harvest from. This cannot be changed after the HarvestJob is submitted.
createHarvestJob_startTime :: Lens' CreateHarvestJob Text Source #
The start of the time-window which will be harvested
createHarvestJob_id :: Lens' CreateHarvestJob Text Source #
The ID of the HarvestJob. The ID must be unique within the region and it cannot be changed after the HarvestJob is submitted
createHarvestJobResponse_status :: Lens' CreateHarvestJobResponse (Maybe Status) Source #
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.
createHarvestJobResponse_originEndpointId :: Lens' CreateHarvestJobResponse (Maybe Text) Source #
The ID of the OriginEndpoint that the HarvestJob will harvest from. This cannot be changed after the HarvestJob is submitted.
createHarvestJobResponse_startTime :: Lens' CreateHarvestJobResponse (Maybe Text) Source #
The start of the time-window which will be harvested.
createHarvestJobResponse_arn :: Lens' CreateHarvestJobResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) assigned to the HarvestJob.
createHarvestJobResponse_createdAt :: Lens' CreateHarvestJobResponse (Maybe Text) Source #
The time the HarvestJob was submitted
createHarvestJobResponse_channelId :: Lens' CreateHarvestJobResponse (Maybe Text) Source #
The ID of the Channel that the HarvestJob will harvest from.
createHarvestJobResponse_s3Destination :: Lens' CreateHarvestJobResponse (Maybe S3Destination) Source #
Undocumented member.
createHarvestJobResponse_endTime :: Lens' CreateHarvestJobResponse (Maybe Text) Source #
The end of the time-window which will be harvested.
createHarvestJobResponse_id :: Lens' CreateHarvestJobResponse (Maybe Text) Source #
The ID of the HarvestJob. The ID must be unique within the region and it cannot be changed after the HarvestJob is submitted.
createHarvestJobResponse_httpStatus :: Lens' CreateHarvestJobResponse Int Source #
The response's http status code.
ConfigureLogs
configureLogs_ingressAccessLogs :: Lens' ConfigureLogs (Maybe IngressAccessLogs) Source #
Undocumented member.
configureLogs_egressAccessLogs :: Lens' ConfigureLogs (Maybe EgressAccessLogs) Source #
Undocumented member.
configureLogs_id :: Lens' ConfigureLogs Text Source #
The ID of the channel to log subscription.
configureLogsResponse_ingressAccessLogs :: Lens' ConfigureLogsResponse (Maybe IngressAccessLogs) Source #
Undocumented member.
configureLogsResponse_hlsIngest :: Lens' ConfigureLogsResponse (Maybe HlsIngest) Source #
Undocumented member.
configureLogsResponse_arn :: Lens' ConfigureLogsResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) assigned to the Channel.
configureLogsResponse_id :: Lens' ConfigureLogsResponse (Maybe Text) Source #
The ID of the Channel.
configureLogsResponse_description :: Lens' ConfigureLogsResponse (Maybe Text) Source #
A short text description of the Channel.
configureLogsResponse_egressAccessLogs :: Lens' ConfigureLogsResponse (Maybe EgressAccessLogs) Source #
Undocumented member.
configureLogsResponse_tags :: Lens' ConfigureLogsResponse (Maybe (HashMap Text Text)) Source #
Undocumented member.
configureLogsResponse_httpStatus :: Lens' ConfigureLogsResponse Int Source #
The response's http status code.
DescribeOriginEndpoint
describeOriginEndpoint_id :: Lens' DescribeOriginEndpoint Text Source #
The ID of the OriginEndpoint.
describeOriginEndpointResponse_whitelist :: Lens' DescribeOriginEndpointResponse (Maybe [Text]) Source #
A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.
describeOriginEndpointResponse_hlsPackage :: Lens' DescribeOriginEndpointResponse (Maybe HlsPackage) Source #
Undocumented member.
describeOriginEndpointResponse_arn :: Lens' DescribeOriginEndpointResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) assigned to the OriginEndpoint.
describeOriginEndpointResponse_manifestName :: Lens' DescribeOriginEndpointResponse (Maybe Text) Source #
A short string appended to the end of the OriginEndpoint URL.
describeOriginEndpointResponse_url :: Lens' DescribeOriginEndpointResponse (Maybe Text) Source #
The URL of the packaged OriginEndpoint for consumption.
describeOriginEndpointResponse_authorization :: Lens' DescribeOriginEndpointResponse (Maybe Authorization) Source #
Undocumented member.
describeOriginEndpointResponse_channelId :: Lens' DescribeOriginEndpointResponse (Maybe Text) Source #
The ID of the Channel the OriginEndpoint is associated with.
describeOriginEndpointResponse_startoverWindowSeconds :: Lens' DescribeOriginEndpointResponse (Maybe Int) Source #
Maximum duration (seconds) of content to retain for startover playback. If not specified, startover playback will be disabled for the OriginEndpoint.
describeOriginEndpointResponse_dashPackage :: Lens' DescribeOriginEndpointResponse (Maybe DashPackage) Source #
Undocumented member.
describeOriginEndpointResponse_mssPackage :: Lens' DescribeOriginEndpointResponse (Maybe MssPackage) Source #
Undocumented member.
describeOriginEndpointResponse_id :: Lens' DescribeOriginEndpointResponse (Maybe Text) Source #
The ID of the OriginEndpoint.
describeOriginEndpointResponse_timeDelaySeconds :: Lens' DescribeOriginEndpointResponse (Maybe Int) Source #
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_cmafPackage :: Lens' DescribeOriginEndpointResponse (Maybe CmafPackage) Source #
Undocumented member.
describeOriginEndpointResponse_description :: Lens' DescribeOriginEndpointResponse (Maybe Text) Source #
A short text description of the OriginEndpoint.
describeOriginEndpointResponse_tags :: Lens' DescribeOriginEndpointResponse (Maybe (HashMap Text Text)) Source #
Undocumented member.
describeOriginEndpointResponse_origination :: Lens' DescribeOriginEndpointResponse (Maybe Origination) Source #
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_httpStatus :: Lens' DescribeOriginEndpointResponse Int Source #
The response's http status code.
ListChannels
listChannels_nextToken :: Lens' ListChannels (Maybe Text) Source #
A token used to resume pagination from the end of a previous request.
listChannels_maxResults :: Lens' ListChannels (Maybe Natural) Source #
Upper bound on number of records to return.
listChannelsResponse_channels :: Lens' ListChannelsResponse (Maybe [Channel]) Source #
A list of Channel records.
listChannelsResponse_nextToken :: Lens' ListChannelsResponse (Maybe Text) Source #
A token that can be used to resume pagination from the end of the collection.
listChannelsResponse_httpStatus :: Lens' ListChannelsResponse Int Source #
The response's http status code.
ListTagsForResource
listTagsForResource_resourceArn :: Lens' ListTagsForResource Text Source #
Undocumented member.
listTagsForResourceResponse_tags :: Lens' ListTagsForResourceResponse (Maybe (HashMap Text Text)) Source #
Undocumented member.
listTagsForResourceResponse_httpStatus :: Lens' ListTagsForResourceResponse Int Source #
The response's http status code.
DeleteChannel
deleteChannel_id :: Lens' DeleteChannel Text Source #
The ID of the Channel to delete.
deleteChannelResponse_httpStatus :: Lens' DeleteChannelResponse Int Source #
The response's http status code.
UpdateChannel
updateChannel_description :: Lens' UpdateChannel (Maybe Text) Source #
A short text description of the Channel.
updateChannel_id :: Lens' UpdateChannel Text Source #
The ID of the Channel to update.
updateChannelResponse_ingressAccessLogs :: Lens' UpdateChannelResponse (Maybe IngressAccessLogs) Source #
Undocumented member.
updateChannelResponse_hlsIngest :: Lens' UpdateChannelResponse (Maybe HlsIngest) Source #
Undocumented member.
updateChannelResponse_arn :: Lens' UpdateChannelResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) assigned to the Channel.
updateChannelResponse_id :: Lens' UpdateChannelResponse (Maybe Text) Source #
The ID of the Channel.
updateChannelResponse_description :: Lens' UpdateChannelResponse (Maybe Text) Source #
A short text description of the Channel.
updateChannelResponse_egressAccessLogs :: Lens' UpdateChannelResponse (Maybe EgressAccessLogs) Source #
Undocumented member.
updateChannelResponse_tags :: Lens' UpdateChannelResponse (Maybe (HashMap Text Text)) Source #
Undocumented member.
updateChannelResponse_httpStatus :: Lens' UpdateChannelResponse Int Source #
The response's http status code.
DescribeHarvestJob
describeHarvestJob_id :: Lens' DescribeHarvestJob Text Source #
The ID of the HarvestJob.
describeHarvestJobResponse_status :: Lens' DescribeHarvestJobResponse (Maybe Status) Source #
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.
describeHarvestJobResponse_originEndpointId :: Lens' DescribeHarvestJobResponse (Maybe Text) Source #
The ID of the OriginEndpoint that the HarvestJob will harvest from. This cannot be changed after the HarvestJob is submitted.
describeHarvestJobResponse_startTime :: Lens' DescribeHarvestJobResponse (Maybe Text) Source #
The start of the time-window which will be harvested.
describeHarvestJobResponse_arn :: Lens' DescribeHarvestJobResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) assigned to the HarvestJob.
describeHarvestJobResponse_createdAt :: Lens' DescribeHarvestJobResponse (Maybe Text) Source #
The time the HarvestJob was submitted
describeHarvestJobResponse_channelId :: Lens' DescribeHarvestJobResponse (Maybe Text) Source #
The ID of the Channel that the HarvestJob will harvest from.
describeHarvestJobResponse_s3Destination :: Lens' DescribeHarvestJobResponse (Maybe S3Destination) Source #
Undocumented member.
describeHarvestJobResponse_endTime :: Lens' DescribeHarvestJobResponse (Maybe Text) Source #
The end of the time-window which will be harvested.
describeHarvestJobResponse_id :: Lens' DescribeHarvestJobResponse (Maybe Text) Source #
The ID of the HarvestJob. The ID must be unique within the region and it cannot be changed after the HarvestJob is submitted.
describeHarvestJobResponse_httpStatus :: Lens' DescribeHarvestJobResponse Int Source #
The response's http status code.
RotateIngestEndpointCredentials
rotateIngestEndpointCredentials_ingestEndpointId :: Lens' RotateIngestEndpointCredentials Text Source #
The id of the IngestEndpoint whose credentials should be rotated
rotateIngestEndpointCredentials_id :: Lens' RotateIngestEndpointCredentials Text Source #
The ID of the channel the IngestEndpoint is on.
rotateIngestEndpointCredentialsResponse_ingressAccessLogs :: Lens' RotateIngestEndpointCredentialsResponse (Maybe IngressAccessLogs) Source #
Undocumented member.
rotateIngestEndpointCredentialsResponse_hlsIngest :: Lens' RotateIngestEndpointCredentialsResponse (Maybe HlsIngest) Source #
Undocumented member.
rotateIngestEndpointCredentialsResponse_arn :: Lens' RotateIngestEndpointCredentialsResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) assigned to the Channel.
rotateIngestEndpointCredentialsResponse_id :: Lens' RotateIngestEndpointCredentialsResponse (Maybe Text) Source #
The ID of the Channel.
rotateIngestEndpointCredentialsResponse_description :: Lens' RotateIngestEndpointCredentialsResponse (Maybe Text) Source #
A short text description of the Channel.
rotateIngestEndpointCredentialsResponse_egressAccessLogs :: Lens' RotateIngestEndpointCredentialsResponse (Maybe EgressAccessLogs) Source #
Undocumented member.
rotateIngestEndpointCredentialsResponse_tags :: Lens' RotateIngestEndpointCredentialsResponse (Maybe (HashMap Text Text)) Source #
Undocumented member.
rotateIngestEndpointCredentialsResponse_httpStatus :: Lens' RotateIngestEndpointCredentialsResponse Int Source #
The response's http status code.
CreateOriginEndpoint
createOriginEndpoint_whitelist :: Lens' CreateOriginEndpoint (Maybe [Text]) Source #
A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.
createOriginEndpoint_hlsPackage :: Lens' CreateOriginEndpoint (Maybe HlsPackage) Source #
Undocumented member.
createOriginEndpoint_manifestName :: Lens' CreateOriginEndpoint (Maybe Text) Source #
A short string that will be used as the filename of the OriginEndpoint URL (defaults to "index").
createOriginEndpoint_authorization :: Lens' CreateOriginEndpoint (Maybe Authorization) Source #
Undocumented member.
createOriginEndpoint_startoverWindowSeconds :: Lens' CreateOriginEndpoint (Maybe Int) Source #
Maximum duration (seconds) of content to retain for startover playback. If not specified, startover playback will be disabled for the OriginEndpoint.
createOriginEndpoint_dashPackage :: Lens' CreateOriginEndpoint (Maybe DashPackage) Source #
Undocumented member.
createOriginEndpoint_mssPackage :: Lens' CreateOriginEndpoint (Maybe MssPackage) Source #
Undocumented member.
createOriginEndpoint_timeDelaySeconds :: Lens' CreateOriginEndpoint (Maybe Int) Source #
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_cmafPackage :: Lens' CreateOriginEndpoint (Maybe CmafPackageCreateOrUpdateParameters) Source #
Undocumented member.
createOriginEndpoint_description :: Lens' CreateOriginEndpoint (Maybe Text) Source #
A short text description of the OriginEndpoint.
createOriginEndpoint_tags :: Lens' CreateOriginEndpoint (Maybe (HashMap Text Text)) Source #
Undocumented member.
createOriginEndpoint_origination :: Lens' CreateOriginEndpoint (Maybe Origination) Source #
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_channelId :: Lens' CreateOriginEndpoint Text Source #
The ID of the Channel that the OriginEndpoint will be associated with. This cannot be changed after the OriginEndpoint is created.
createOriginEndpoint_id :: Lens' CreateOriginEndpoint Text Source #
The ID of the OriginEndpoint. The ID must be unique within the region and it cannot be changed after the OriginEndpoint is created.
createOriginEndpointResponse_whitelist :: Lens' CreateOriginEndpointResponse (Maybe [Text]) Source #
A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.
createOriginEndpointResponse_hlsPackage :: Lens' CreateOriginEndpointResponse (Maybe HlsPackage) Source #
Undocumented member.
createOriginEndpointResponse_arn :: Lens' CreateOriginEndpointResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) assigned to the OriginEndpoint.
createOriginEndpointResponse_manifestName :: Lens' CreateOriginEndpointResponse (Maybe Text) Source #
A short string appended to the end of the OriginEndpoint URL.
createOriginEndpointResponse_url :: Lens' CreateOriginEndpointResponse (Maybe Text) Source #
The URL of the packaged OriginEndpoint for consumption.
createOriginEndpointResponse_authorization :: Lens' CreateOriginEndpointResponse (Maybe Authorization) Source #
Undocumented member.
createOriginEndpointResponse_channelId :: Lens' CreateOriginEndpointResponse (Maybe Text) Source #
The ID of the Channel the OriginEndpoint is associated with.
createOriginEndpointResponse_startoverWindowSeconds :: Lens' CreateOriginEndpointResponse (Maybe Int) Source #
Maximum duration (seconds) of content to retain for startover playback. If not specified, startover playback will be disabled for the OriginEndpoint.
createOriginEndpointResponse_dashPackage :: Lens' CreateOriginEndpointResponse (Maybe DashPackage) Source #
Undocumented member.
createOriginEndpointResponse_mssPackage :: Lens' CreateOriginEndpointResponse (Maybe MssPackage) Source #
Undocumented member.
createOriginEndpointResponse_id :: Lens' CreateOriginEndpointResponse (Maybe Text) Source #
The ID of the OriginEndpoint.
createOriginEndpointResponse_timeDelaySeconds :: Lens' CreateOriginEndpointResponse (Maybe Int) Source #
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_cmafPackage :: Lens' CreateOriginEndpointResponse (Maybe CmafPackage) Source #
Undocumented member.
createOriginEndpointResponse_description :: Lens' CreateOriginEndpointResponse (Maybe Text) Source #
A short text description of the OriginEndpoint.
createOriginEndpointResponse_tags :: Lens' CreateOriginEndpointResponse (Maybe (HashMap Text Text)) Source #
Undocumented member.
createOriginEndpointResponse_origination :: Lens' CreateOriginEndpointResponse (Maybe Origination) Source #
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
createOriginEndpointResponse_httpStatus :: Lens' CreateOriginEndpointResponse Int Source #
The response's http status code.
ListOriginEndpoints
listOriginEndpoints_channelId :: Lens' ListOriginEndpoints (Maybe Text) Source #
When specified, the request will return only OriginEndpoints associated with the given Channel ID.
listOriginEndpoints_nextToken :: Lens' ListOriginEndpoints (Maybe Text) Source #
A token used to resume pagination from the end of a previous request.
listOriginEndpoints_maxResults :: Lens' ListOriginEndpoints (Maybe Natural) Source #
The upper bound on the number of records to return.
listOriginEndpointsResponse_originEndpoints :: Lens' ListOriginEndpointsResponse (Maybe [OriginEndpoint]) Source #
A list of OriginEndpoint records.
listOriginEndpointsResponse_nextToken :: Lens' ListOriginEndpointsResponse (Maybe Text) Source #
A token that can be used to resume pagination from the end of the collection.
listOriginEndpointsResponse_httpStatus :: Lens' ListOriginEndpointsResponse Int Source #
The response's http status code.
ListHarvestJobs
listHarvestJobs_includeStatus :: Lens' ListHarvestJobs (Maybe Text) Source #
When specified, the request will return only HarvestJobs in the given status.
listHarvestJobs_nextToken :: Lens' ListHarvestJobs (Maybe Text) Source #
A token used to resume pagination from the end of a previous request.
listHarvestJobs_includeChannelId :: Lens' ListHarvestJobs (Maybe Text) Source #
When specified, the request will return only HarvestJobs associated with the given Channel ID.
listHarvestJobs_maxResults :: Lens' ListHarvestJobs (Maybe Natural) Source #
The upper bound on the number of records to return.
listHarvestJobsResponse_harvestJobs :: Lens' ListHarvestJobsResponse (Maybe [HarvestJob]) Source #
A list of HarvestJob records.
listHarvestJobsResponse_nextToken :: Lens' ListHarvestJobsResponse (Maybe Text) Source #
A token that can be used to resume pagination from the end of the collection.
listHarvestJobsResponse_httpStatus :: Lens' ListHarvestJobsResponse Int Source #
The response's http status code.
CreateChannel
createChannel_description :: Lens' CreateChannel (Maybe Text) Source #
A short text description of the Channel.
createChannel_tags :: Lens' CreateChannel (Maybe (HashMap Text Text)) Source #
Undocumented member.
createChannel_id :: Lens' CreateChannel Text Source #
The ID of the Channel. The ID must be unique within the region and it cannot be changed after a Channel is created.
createChannelResponse_ingressAccessLogs :: Lens' CreateChannelResponse (Maybe IngressAccessLogs) Source #
Undocumented member.
createChannelResponse_hlsIngest :: Lens' CreateChannelResponse (Maybe HlsIngest) Source #
Undocumented member.
createChannelResponse_arn :: Lens' CreateChannelResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) assigned to the Channel.
createChannelResponse_id :: Lens' CreateChannelResponse (Maybe Text) Source #
The ID of the Channel.
createChannelResponse_description :: Lens' CreateChannelResponse (Maybe Text) Source #
A short text description of the Channel.
createChannelResponse_egressAccessLogs :: Lens' CreateChannelResponse (Maybe EgressAccessLogs) Source #
Undocumented member.
createChannelResponse_tags :: Lens' CreateChannelResponse (Maybe (HashMap Text Text)) Source #
Undocumented member.
createChannelResponse_httpStatus :: Lens' CreateChannelResponse Int Source #
The response's http status code.
TagResource
tagResource_resourceArn :: Lens' TagResource Text Source #
Undocumented member.
tagResource_tags :: Lens' TagResource (HashMap Text Text) Source #
Undocumented member.
UntagResource
untagResource_tagKeys :: Lens' UntagResource [Text] Source #
The key(s) of tag to be deleted
untagResource_resourceArn :: Lens' UntagResource Text Source #
Undocumented member.
DescribeChannel
describeChannel_id :: Lens' DescribeChannel Text Source #
The ID of a Channel.
describeChannelResponse_ingressAccessLogs :: Lens' DescribeChannelResponse (Maybe IngressAccessLogs) Source #
Undocumented member.
describeChannelResponse_hlsIngest :: Lens' DescribeChannelResponse (Maybe HlsIngest) Source #
Undocumented member.
describeChannelResponse_arn :: Lens' DescribeChannelResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) assigned to the Channel.
describeChannelResponse_id :: Lens' DescribeChannelResponse (Maybe Text) Source #
The ID of the Channel.
describeChannelResponse_description :: Lens' DescribeChannelResponse (Maybe Text) Source #
A short text description of the Channel.
describeChannelResponse_egressAccessLogs :: Lens' DescribeChannelResponse (Maybe EgressAccessLogs) Source #
Undocumented member.
describeChannelResponse_tags :: Lens' DescribeChannelResponse (Maybe (HashMap Text Text)) Source #
Undocumented member.
describeChannelResponse_httpStatus :: Lens' DescribeChannelResponse Int Source #
The response's http status code.
DeleteOriginEndpoint
deleteOriginEndpoint_id :: Lens' DeleteOriginEndpoint Text Source #
The ID of the OriginEndpoint to delete.
deleteOriginEndpointResponse_httpStatus :: Lens' DeleteOriginEndpointResponse Int Source #
The response's http status code.
UpdateOriginEndpoint
updateOriginEndpoint_whitelist :: Lens' UpdateOriginEndpoint (Maybe [Text]) Source #
A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.
updateOriginEndpoint_hlsPackage :: Lens' UpdateOriginEndpoint (Maybe HlsPackage) Source #
Undocumented member.
updateOriginEndpoint_manifestName :: Lens' UpdateOriginEndpoint (Maybe Text) Source #
A short string that will be appended to the end of the Endpoint URL.
updateOriginEndpoint_authorization :: Lens' UpdateOriginEndpoint (Maybe Authorization) Source #
Undocumented member.
updateOriginEndpoint_startoverWindowSeconds :: Lens' UpdateOriginEndpoint (Maybe Int) Source #
Maximum duration (in seconds) of content to retain for startover playback. If not specified, startover playback will be disabled for the OriginEndpoint.
updateOriginEndpoint_dashPackage :: Lens' UpdateOriginEndpoint (Maybe DashPackage) Source #
Undocumented member.
updateOriginEndpoint_mssPackage :: Lens' UpdateOriginEndpoint (Maybe MssPackage) Source #
Undocumented member.
updateOriginEndpoint_timeDelaySeconds :: Lens' UpdateOriginEndpoint (Maybe Int) Source #
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_cmafPackage :: Lens' UpdateOriginEndpoint (Maybe CmafPackageCreateOrUpdateParameters) Source #
Undocumented member.
updateOriginEndpoint_description :: Lens' UpdateOriginEndpoint (Maybe Text) Source #
A short text description of the OriginEndpoint.
updateOriginEndpoint_origination :: Lens' UpdateOriginEndpoint (Maybe Origination) Source #
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_id :: Lens' UpdateOriginEndpoint Text Source #
The ID of the OriginEndpoint to update.
updateOriginEndpointResponse_whitelist :: Lens' UpdateOriginEndpointResponse (Maybe [Text]) Source #
A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.
updateOriginEndpointResponse_hlsPackage :: Lens' UpdateOriginEndpointResponse (Maybe HlsPackage) Source #
Undocumented member.
updateOriginEndpointResponse_arn :: Lens' UpdateOriginEndpointResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) assigned to the OriginEndpoint.
updateOriginEndpointResponse_manifestName :: Lens' UpdateOriginEndpointResponse (Maybe Text) Source #
A short string appended to the end of the OriginEndpoint URL.
updateOriginEndpointResponse_url :: Lens' UpdateOriginEndpointResponse (Maybe Text) Source #
The URL of the packaged OriginEndpoint for consumption.
updateOriginEndpointResponse_authorization :: Lens' UpdateOriginEndpointResponse (Maybe Authorization) Source #
Undocumented member.
updateOriginEndpointResponse_channelId :: Lens' UpdateOriginEndpointResponse (Maybe Text) Source #
The ID of the Channel the OriginEndpoint is associated with.
updateOriginEndpointResponse_startoverWindowSeconds :: Lens' UpdateOriginEndpointResponse (Maybe Int) Source #
Maximum duration (seconds) of content to retain for startover playback. If not specified, startover playback will be disabled for the OriginEndpoint.
updateOriginEndpointResponse_dashPackage :: Lens' UpdateOriginEndpointResponse (Maybe DashPackage) Source #
Undocumented member.
updateOriginEndpointResponse_mssPackage :: Lens' UpdateOriginEndpointResponse (Maybe MssPackage) Source #
Undocumented member.
updateOriginEndpointResponse_id :: Lens' UpdateOriginEndpointResponse (Maybe Text) Source #
The ID of the OriginEndpoint.
updateOriginEndpointResponse_timeDelaySeconds :: Lens' UpdateOriginEndpointResponse (Maybe Int) Source #
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_cmafPackage :: Lens' UpdateOriginEndpointResponse (Maybe CmafPackage) Source #
Undocumented member.
updateOriginEndpointResponse_description :: Lens' UpdateOriginEndpointResponse (Maybe Text) Source #
A short text description of the OriginEndpoint.
updateOriginEndpointResponse_tags :: Lens' UpdateOriginEndpointResponse (Maybe (HashMap Text Text)) Source #
Undocumented member.
updateOriginEndpointResponse_origination :: Lens' UpdateOriginEndpointResponse (Maybe Origination) Source #
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
updateOriginEndpointResponse_httpStatus :: Lens' UpdateOriginEndpointResponse Int Source #
The response's http status code.
Types
Authorization
authorization_secretsRoleArn :: Lens' Authorization Text Source #
The Amazon Resource Name (ARN) for the IAM role that allows MediaPackage to communicate with AWS Secrets Manager.
authorization_cdnIdentifierSecret :: Lens' Authorization Text Source #
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
channel_ingressAccessLogs :: Lens' Channel (Maybe IngressAccessLogs) Source #
Undocumented member.
channel_arn :: Lens' Channel (Maybe Text) Source #
The Amazon Resource Name (ARN) assigned to the Channel.
channel_egressAccessLogs :: Lens' Channel (Maybe EgressAccessLogs) Source #
Undocumented member.
CmafEncryption
cmafEncryption_keyRotationIntervalSeconds :: Lens' CmafEncryption (Maybe Int) Source #
Time (in seconds) between each encryption key rotation.
cmafEncryption_constantInitializationVector :: Lens' CmafEncryption (Maybe Text) Source #
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).
cmafEncryption_spekeKeyProvider :: Lens' CmafEncryption SpekeKeyProvider Source #
Undocumented member.
CmafPackage
cmafPackage_hlsManifests :: Lens' CmafPackage (Maybe [HlsManifest]) Source #
A list of HLS manifest configurations
cmafPackage_segmentDurationSeconds :: Lens' CmafPackage (Maybe Int) Source #
Duration (in seconds) of each segment. Actual segments will be rounded to the nearest multiple of the source segment duration.
cmafPackage_streamSelection :: Lens' CmafPackage (Maybe StreamSelection) Source #
Undocumented member.
cmafPackage_encryption :: Lens' CmafPackage (Maybe CmafEncryption) Source #
Undocumented member.
cmafPackage_segmentPrefix :: Lens' CmafPackage (Maybe Text) Source #
An optional custom string that is prepended to the name of each segment. If not specified, it defaults to the ChannelId.
CmafPackageCreateOrUpdateParameters
cmafPackageCreateOrUpdateParameters_hlsManifests :: Lens' CmafPackageCreateOrUpdateParameters (Maybe [HlsManifestCreateOrUpdateParameters]) Source #
A list of HLS manifest configurations
cmafPackageCreateOrUpdateParameters_segmentDurationSeconds :: Lens' CmafPackageCreateOrUpdateParameters (Maybe Int) Source #
Duration (in seconds) of each segment. Actual segments will be rounded to the nearest multiple of the source segment duration.
cmafPackageCreateOrUpdateParameters_streamSelection :: Lens' CmafPackageCreateOrUpdateParameters (Maybe StreamSelection) Source #
Undocumented member.
cmafPackageCreateOrUpdateParameters_encryption :: Lens' CmafPackageCreateOrUpdateParameters (Maybe CmafEncryption) Source #
Undocumented member.
cmafPackageCreateOrUpdateParameters_segmentPrefix :: Lens' CmafPackageCreateOrUpdateParameters (Maybe Text) Source #
An optional custom string that is prepended to the name of each segment. If not specified, it defaults to the ChannelId.
DashEncryption
dashEncryption_keyRotationIntervalSeconds :: Lens' DashEncryption (Maybe Int) Source #
Time (in seconds) between each encryption key rotation.
dashEncryption_spekeKeyProvider :: Lens' DashEncryption SpekeKeyProvider Source #
Undocumented member.
DashPackage
dashPackage_adsOnDeliveryRestrictions :: Lens' DashPackage (Maybe AdsOnDeliveryRestrictions) Source #
Undocumented member.
dashPackage_minBufferTimeSeconds :: Lens' DashPackage (Maybe Int) Source #
Minimum duration (in seconds) that a player will buffer media before starting the presentation.
dashPackage_utcTiming :: Lens' DashPackage (Maybe UtcTiming) Source #
Determines the type of UTCTiming included in the Media Presentation Description (MPD)
dashPackage_segmentTemplateFormat :: Lens' DashPackage (Maybe SegmentTemplateFormat) Source #
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.
dashPackage_profile :: Lens' DashPackage (Maybe Profile) Source #
The Dynamic Adaptive Streaming over HTTP (DASH) profile type. When set to "HBBTV_1_5", HbbTV 1.5 compliant output is enabled.
dashPackage_segmentDurationSeconds :: Lens' DashPackage (Maybe Int) Source #
Duration (in seconds) of each segment. Actual segments will be rounded to the nearest multiple of the source segment duration.
dashPackage_utcTimingUri :: Lens' DashPackage (Maybe Text) Source #
Specifies the value attribute of the UTCTiming field when utcTiming is set to HTTP-ISO or HTTP-HEAD
dashPackage_streamSelection :: Lens' DashPackage (Maybe StreamSelection) Source #
Undocumented member.
dashPackage_encryption :: Lens' DashPackage (Maybe DashEncryption) Source #
Undocumented member.
dashPackage_minUpdatePeriodSeconds :: Lens' DashPackage (Maybe Int) Source #
Minimum duration (in seconds) between potential changes to the Dynamic Adaptive Streaming over HTTP (DASH) Media Presentation Description (MPD).
dashPackage_manifestLayout :: Lens' DashPackage (Maybe ManifestLayout) Source #
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.
dashPackage_suggestedPresentationDelaySeconds :: Lens' DashPackage (Maybe Int) Source #
Duration (in seconds) to delay live content before presentation.
dashPackage_manifestWindowSeconds :: Lens' DashPackage (Maybe Int) Source #
Time window (in seconds) contained in each manifest.
dashPackage_adTriggers :: Lens' DashPackage (Maybe [AdTriggersElement]) Source #
Undocumented member.
dashPackage_periodTriggers :: Lens' DashPackage (Maybe [PeriodTriggersElement]) Source #
A list of triggers that controls when the outgoing Dynamic Adaptive Streaming over HTTP (DASH) Media Presentation Description (MPD) will be partitioned into multiple periods. If empty, the content will not be partitioned into more than one period. If the list contains "ADS", new periods will be created where the Channel source contains SCTE-35 ad markers.
EgressAccessLogs
egressAccessLogs_logGroupName :: Lens' EgressAccessLogs (Maybe Text) Source #
Customize the log group name.
EncryptionContractConfiguration
encryptionContractConfiguration_presetSpeke20Audio :: Lens' EncryptionContractConfiguration PresetSpeke20Audio Source #
A collection of audio encryption presets.
encryptionContractConfiguration_presetSpeke20Video :: Lens' EncryptionContractConfiguration PresetSpeke20Video Source #
A collection of video encryption presets.
HarvestJob
harvestJob_status :: Lens' HarvestJob (Maybe Status) Source #
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.
harvestJob_originEndpointId :: Lens' HarvestJob (Maybe Text) Source #
The ID of the OriginEndpoint that the HarvestJob will harvest from. This cannot be changed after the HarvestJob is submitted.
harvestJob_startTime :: Lens' HarvestJob (Maybe Text) Source #
The start of the time-window which will be harvested.
harvestJob_arn :: Lens' HarvestJob (Maybe Text) Source #
The Amazon Resource Name (ARN) assigned to the HarvestJob.
harvestJob_createdAt :: Lens' HarvestJob (Maybe Text) Source #
The time the HarvestJob was submitted
harvestJob_channelId :: Lens' HarvestJob (Maybe Text) Source #
The ID of the Channel that the HarvestJob will harvest from.
harvestJob_s3Destination :: Lens' HarvestJob (Maybe S3Destination) Source #
Undocumented member.
harvestJob_endTime :: Lens' HarvestJob (Maybe Text) Source #
The end of the time-window which will be harvested.
harvestJob_id :: Lens' HarvestJob (Maybe Text) Source #
The ID of the HarvestJob. The ID must be unique within the region and it cannot be changed after the HarvestJob is submitted.
HlsEncryption
hlsEncryption_encryptionMethod :: Lens' HlsEncryption (Maybe EncryptionMethod) Source #
The encryption method to use.
hlsEncryption_keyRotationIntervalSeconds :: Lens' HlsEncryption (Maybe Int) Source #
Interval (in seconds) between each encryption key rotation.
hlsEncryption_constantInitializationVector :: Lens' HlsEncryption (Maybe Text) Source #
A constant initialization vector for encryption (optional). When not specified the initialization vector will be periodically rotated.
hlsEncryption_repeatExtXKey :: Lens' HlsEncryption (Maybe Bool) Source #
When enabled, the EXT-X-KEY tag will be repeated in output manifests.
hlsEncryption_spekeKeyProvider :: Lens' HlsEncryption SpekeKeyProvider Source #
Undocumented member.
HlsIngest
hlsIngest_ingestEndpoints :: Lens' HlsIngest (Maybe [IngestEndpoint]) Source #
A list of endpoints to which the source stream should be sent.
HlsManifest
hlsManifest_manifestName :: Lens' HlsManifest (Maybe Text) Source #
An optional short string appended to the end of the OriginEndpoint URL. If not specified, defaults to the manifestName for the OriginEndpoint.
hlsManifest_url :: Lens' HlsManifest (Maybe Text) Source #
The URL of the packaged OriginEndpoint for consumption.
hlsManifest_playlistType :: Lens' HlsManifest (Maybe PlaylistType) Source #
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.
hlsManifest_programDateTimeIntervalSeconds :: Lens' HlsManifest (Maybe Int) Source #
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.
hlsManifest_adMarkers :: Lens' HlsManifest (Maybe AdMarkers) Source #
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.
hlsManifest_includeIframeOnlyStream :: Lens' HlsManifest (Maybe Bool) Source #
When enabled, an I-Frame only stream will be included in the output.
hlsManifest_playlistWindowSeconds :: Lens' HlsManifest (Maybe Int) Source #
Time window (in seconds) contained in each parent manifest.
hlsManifest_id :: Lens' HlsManifest Text Source #
The ID of the manifest. The ID must be unique within the OriginEndpoint and it cannot be changed after it is created.
HlsManifestCreateOrUpdateParameters
hlsManifestCreateOrUpdateParameters_adsOnDeliveryRestrictions :: Lens' HlsManifestCreateOrUpdateParameters (Maybe AdsOnDeliveryRestrictions) Source #
Undocumented member.
hlsManifestCreateOrUpdateParameters_manifestName :: Lens' HlsManifestCreateOrUpdateParameters (Maybe Text) Source #
An optional short string appended to the end of the OriginEndpoint URL. If not specified, defaults to the manifestName for the OriginEndpoint.
hlsManifestCreateOrUpdateParameters_playlistType :: Lens' HlsManifestCreateOrUpdateParameters (Maybe PlaylistType) Source #
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.
hlsManifestCreateOrUpdateParameters_programDateTimeIntervalSeconds :: Lens' HlsManifestCreateOrUpdateParameters (Maybe Int) Source #
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.
hlsManifestCreateOrUpdateParameters_adMarkers :: Lens' HlsManifestCreateOrUpdateParameters (Maybe AdMarkers) Source #
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.
hlsManifestCreateOrUpdateParameters_includeIframeOnlyStream :: Lens' HlsManifestCreateOrUpdateParameters (Maybe Bool) Source #
When enabled, an I-Frame only stream will be included in the output.
hlsManifestCreateOrUpdateParameters_adTriggers :: Lens' HlsManifestCreateOrUpdateParameters (Maybe [AdTriggersElement]) Source #
Undocumented member.
hlsManifestCreateOrUpdateParameters_playlistWindowSeconds :: Lens' HlsManifestCreateOrUpdateParameters (Maybe Int) Source #
Time window (in seconds) contained in each parent manifest.
hlsManifestCreateOrUpdateParameters_id :: Lens' HlsManifestCreateOrUpdateParameters Text Source #
The ID of the manifest. The ID must be unique within the OriginEndpoint and it cannot be changed after it is created.
HlsPackage
hlsPackage_adsOnDeliveryRestrictions :: Lens' HlsPackage (Maybe AdsOnDeliveryRestrictions) Source #
Undocumented member.
hlsPackage_useAudioRenditionGroup :: Lens' HlsPackage (Maybe Bool) Source #
When enabled, audio streams will be placed in rendition groups in the output.
hlsPackage_includeDvbSubtitles :: Lens' HlsPackage (Maybe Bool) Source #
When enabled, MediaPackage passes through digital video broadcasting (DVB) subtitles into the output.
hlsPackage_playlistType :: Lens' HlsPackage (Maybe PlaylistType) Source #
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.
hlsPackage_segmentDurationSeconds :: Lens' HlsPackage (Maybe Int) Source #
Duration (in seconds) of each fragment. Actual fragments will be rounded to the nearest multiple of the source fragment duration.
hlsPackage_programDateTimeIntervalSeconds :: Lens' HlsPackage (Maybe Int) Source #
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.
hlsPackage_streamSelection :: Lens' HlsPackage (Maybe StreamSelection) Source #
Undocumented member.
hlsPackage_adMarkers :: Lens' HlsPackage (Maybe AdMarkers) Source #
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.
hlsPackage_encryption :: Lens' HlsPackage (Maybe HlsEncryption) Source #
Undocumented member.
hlsPackage_includeIframeOnlyStream :: Lens' HlsPackage (Maybe Bool) Source #
When enabled, an I-Frame only stream will be included in the output.
hlsPackage_adTriggers :: Lens' HlsPackage (Maybe [AdTriggersElement]) Source #
Undocumented member.
hlsPackage_playlistWindowSeconds :: Lens' HlsPackage (Maybe Int) Source #
Time window (in seconds) contained in each parent manifest.
IngestEndpoint
ingestEndpoint_url :: Lens' IngestEndpoint (Maybe Text) Source #
The ingest URL to which the source stream should be sent.
ingestEndpoint_username :: Lens' IngestEndpoint (Maybe Text) Source #
The system generated username for ingest authentication.
ingestEndpoint_password :: Lens' IngestEndpoint (Maybe Text) Source #
The system generated password for ingest authentication.
ingestEndpoint_id :: Lens' IngestEndpoint (Maybe Text) Source #
The system generated unique identifier for the IngestEndpoint
IngressAccessLogs
ingressAccessLogs_logGroupName :: Lens' IngressAccessLogs (Maybe Text) Source #
Customize the log group name.
MssEncryption
mssEncryption_spekeKeyProvider :: Lens' MssEncryption SpekeKeyProvider Source #
Undocumented member.
MssPackage
mssPackage_segmentDurationSeconds :: Lens' MssPackage (Maybe Int) Source #
The duration (in seconds) of each segment.
mssPackage_streamSelection :: Lens' MssPackage (Maybe StreamSelection) Source #
Undocumented member.
mssPackage_encryption :: Lens' MssPackage (Maybe MssEncryption) Source #
Undocumented member.
mssPackage_manifestWindowSeconds :: Lens' MssPackage (Maybe Int) Source #
The time window (in seconds) contained in each manifest.
OriginEndpoint
originEndpoint_whitelist :: Lens' OriginEndpoint (Maybe [Text]) Source #
A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.
originEndpoint_hlsPackage :: Lens' OriginEndpoint (Maybe HlsPackage) Source #
Undocumented member.
originEndpoint_arn :: Lens' OriginEndpoint (Maybe Text) Source #
The Amazon Resource Name (ARN) assigned to the OriginEndpoint.
originEndpoint_manifestName :: Lens' OriginEndpoint (Maybe Text) Source #
A short string appended to the end of the OriginEndpoint URL.
originEndpoint_url :: Lens' OriginEndpoint (Maybe Text) Source #
The URL of the packaged OriginEndpoint for consumption.
originEndpoint_authorization :: Lens' OriginEndpoint (Maybe Authorization) Source #
Undocumented member.
originEndpoint_channelId :: Lens' OriginEndpoint (Maybe Text) Source #
The ID of the Channel the OriginEndpoint is associated with.
originEndpoint_startoverWindowSeconds :: Lens' OriginEndpoint (Maybe Int) Source #
Maximum duration (seconds) of content to retain for startover playback. If not specified, startover playback will be disabled for the OriginEndpoint.
originEndpoint_dashPackage :: Lens' OriginEndpoint (Maybe DashPackage) Source #
Undocumented member.
originEndpoint_mssPackage :: Lens' OriginEndpoint (Maybe MssPackage) Source #
Undocumented member.
originEndpoint_id :: Lens' OriginEndpoint (Maybe Text) Source #
The ID of the OriginEndpoint.
originEndpoint_timeDelaySeconds :: Lens' OriginEndpoint (Maybe Int) Source #
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.
originEndpoint_cmafPackage :: Lens' OriginEndpoint (Maybe CmafPackage) Source #
Undocumented member.
originEndpoint_description :: Lens' OriginEndpoint (Maybe Text) Source #
A short text description of the OriginEndpoint.
originEndpoint_tags :: Lens' OriginEndpoint (Maybe (HashMap Text Text)) Source #
Undocumented member.
originEndpoint_origination :: Lens' OriginEndpoint (Maybe Origination) Source #
Control whether origination of video is allowed for this OriginEndpoint. If set to ALLOW, the OriginEndpoint may by requested, pursuant to any other form of access control. If set to DENY, the OriginEndpoint may not be requested. This can be helpful for Live to VOD harvesting, or for temporarily disabling origination
S3Destination
s3Destination_manifestKey :: Lens' S3Destination Text Source #
The key in the specified S3 bucket where the harvested top-level manifest will be placed.
s3Destination_bucketName :: Lens' S3Destination Text Source #
The name of an S3 bucket within which harvested content will be exported
s3Destination_roleArn :: Lens' S3Destination Text Source #
The IAM role used to write to the specified S3 bucket
SpekeKeyProvider
spekeKeyProvider_encryptionContractConfiguration :: Lens' SpekeKeyProvider (Maybe EncryptionContractConfiguration) Source #
Undocumented member.
spekeKeyProvider_certificateArn :: Lens' SpekeKeyProvider (Maybe Text) Source #
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.
spekeKeyProvider_resourceId :: Lens' SpekeKeyProvider Text Source #
The resource ID to include in key requests.
spekeKeyProvider_systemIds :: Lens' SpekeKeyProvider [Text] Source #
The system IDs to include in key requests.
spekeKeyProvider_url :: Lens' SpekeKeyProvider Text Source #
The URL of the external key provider service.
spekeKeyProvider_roleArn :: Lens' SpekeKeyProvider Text Source #
An Amazon Resource Name (ARN) of an IAM role that AWS Elemental MediaPackage will assume when accessing the key provider service.
StreamSelection
streamSelection_streamOrder :: Lens' StreamSelection (Maybe StreamOrder) Source #
A directive that determines the order of streams in the output.
streamSelection_minVideoBitsPerSecond :: Lens' StreamSelection (Maybe Int) Source #
The minimum video bitrate (bps) to include in output.
streamSelection_maxVideoBitsPerSecond :: Lens' StreamSelection (Maybe Int) Source #
The maximum video bitrate (bps) to include in output.