| 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 |
Amazonka.MediaTailor.Types.LiveSource
Description
Synopsis
- data LiveSource = LiveSource' {}
- newLiveSource :: Text -> Text -> Text -> LiveSource
- liveSource_creationTime :: Lens' LiveSource (Maybe UTCTime)
- liveSource_lastModifiedTime :: Lens' LiveSource (Maybe UTCTime)
- liveSource_tags :: Lens' LiveSource (Maybe (HashMap Text Text))
- liveSource_arn :: Lens' LiveSource Text
- liveSource_httpPackageConfigurations :: Lens' LiveSource [HttpPackageConfiguration]
- liveSource_liveSourceName :: Lens' LiveSource Text
- liveSource_sourceLocationName :: Lens' LiveSource Text
Documentation
data LiveSource Source #
Live source configuration parameters.
See: newLiveSource smart constructor.
Constructors
| LiveSource' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> LiveSource |
Create a value of LiveSource 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:creationTime:LiveSource', liveSource_creationTime - The timestamp that indicates when the live source was created.
$sel:lastModifiedTime:LiveSource', liveSource_lastModifiedTime - The timestamp that indicates when the live source was last modified.
$sel:tags:LiveSource', liveSource_tags - The tags assigned to the live source. Tags are key-value pairs that you
can associate with Amazon resources to help with organization, access
control, and cost tracking. For more information, see
Tagging AWS Elemental MediaTailor Resources.
$sel:arn:LiveSource', liveSource_arn - The ARN for the live source.
$sel:httpPackageConfigurations:LiveSource', liveSource_httpPackageConfigurations - The HTTP package configurations for the live source.
$sel:liveSourceName:LiveSource', liveSource_liveSourceName - The name that's used to refer to a live source.
$sel:sourceLocationName:LiveSource', liveSource_sourceLocationName - The name of the source location.
liveSource_creationTime :: Lens' LiveSource (Maybe UTCTime) Source #
The timestamp that indicates when the live source was created.
liveSource_lastModifiedTime :: Lens' LiveSource (Maybe UTCTime) Source #
The timestamp that indicates when the live source was last modified.
liveSource_tags :: Lens' LiveSource (Maybe (HashMap Text Text)) Source #
The tags assigned to the live source. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
liveSource_arn :: Lens' LiveSource Text Source #
The ARN for the live source.
liveSource_httpPackageConfigurations :: Lens' LiveSource [HttpPackageConfiguration] Source #
The HTTP package configurations for the live source.
liveSource_liveSourceName :: Lens' LiveSource Text Source #
The name that's used to refer to a live source.
liveSource_sourceLocationName :: Lens' LiveSource Text Source #
The name of the source location.