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 |
Synopsis
- data VodSource = VodSource' {}
- newVodSource :: Text -> Text -> Text -> VodSource
- vodSource_creationTime :: Lens' VodSource (Maybe UTCTime)
- vodSource_lastModifiedTime :: Lens' VodSource (Maybe UTCTime)
- vodSource_tags :: Lens' VodSource (Maybe (HashMap Text Text))
- vodSource_vodSourceName :: Lens' VodSource Text
- vodSource_sourceLocationName :: Lens' VodSource Text
- vodSource_httpPackageConfigurations :: Lens' VodSource [HttpPackageConfiguration]
- vodSource_arn :: Lens' VodSource Text
Documentation
VOD source configuration parameters.
See: newVodSource
smart constructor.
VodSource' | |
|
Instances
Create a value of VodSource
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:VodSource'
, vodSource_creationTime
- The timestamp that indicates when the VOD source was created.
$sel:lastModifiedTime:VodSource'
, vodSource_lastModifiedTime
- The timestamp that indicates when the VOD source was last modified.
$sel:tags:VodSource'
, vodSource_tags
- The tags assigned to the VOD source.
$sel:vodSourceName:VodSource'
, vodSource_vodSourceName
- The name of the VOD source.
$sel:sourceLocationName:VodSource'
, vodSource_sourceLocationName
- The name of the source location that the VOD source is associated with.
$sel:httpPackageConfigurations:VodSource'
, vodSource_httpPackageConfigurations
- The HTTP package configurations for the VOD source.
$sel:arn:VodSource'
, vodSource_arn
- The ARN for the VOD source.
vodSource_creationTime :: Lens' VodSource (Maybe UTCTime) Source #
The timestamp that indicates when the VOD source was created.
vodSource_lastModifiedTime :: Lens' VodSource (Maybe UTCTime) Source #
The timestamp that indicates when the VOD source was last modified.
vodSource_tags :: Lens' VodSource (Maybe (HashMap Text Text)) Source #
The tags assigned to the VOD source.
vodSource_sourceLocationName :: Lens' VodSource Text Source #
The name of the source location that the VOD source is associated with.
vodSource_httpPackageConfigurations :: Lens' VodSource [HttpPackageConfiguration] Source #
The HTTP package configurations for the VOD source.