| 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.SourceLocation
Description
Synopsis
- data SourceLocation = SourceLocation' {
- accessConfiguration :: Maybe AccessConfiguration
- creationTime :: Maybe POSIX
- defaultSegmentDeliveryConfiguration :: Maybe DefaultSegmentDeliveryConfiguration
- lastModifiedTime :: Maybe POSIX
- segmentDeliveryConfigurations :: Maybe [SegmentDeliveryConfiguration]
- tags :: Maybe (HashMap Text Text)
- arn :: Text
- httpConfiguration :: HttpConfiguration
- sourceLocationName :: Text
- newSourceLocation :: Text -> HttpConfiguration -> Text -> SourceLocation
- sourceLocation_accessConfiguration :: Lens' SourceLocation (Maybe AccessConfiguration)
- sourceLocation_creationTime :: Lens' SourceLocation (Maybe UTCTime)
- sourceLocation_defaultSegmentDeliveryConfiguration :: Lens' SourceLocation (Maybe DefaultSegmentDeliveryConfiguration)
- sourceLocation_lastModifiedTime :: Lens' SourceLocation (Maybe UTCTime)
- sourceLocation_segmentDeliveryConfigurations :: Lens' SourceLocation (Maybe [SegmentDeliveryConfiguration])
- sourceLocation_tags :: Lens' SourceLocation (Maybe (HashMap Text Text))
- sourceLocation_arn :: Lens' SourceLocation Text
- sourceLocation_httpConfiguration :: Lens' SourceLocation HttpConfiguration
- sourceLocation_sourceLocationName :: Lens' SourceLocation Text
Documentation
data SourceLocation Source #
A source location is a container for sources. For more information about source locations, see Working with source locations in the MediaTailor User Guide.
See: newSourceLocation smart constructor.
Constructors
| SourceLocation' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> HttpConfiguration | |
| -> Text | |
| -> SourceLocation |
Create a value of SourceLocation 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:accessConfiguration:SourceLocation', sourceLocation_accessConfiguration - The access configuration for the source location.
$sel:creationTime:SourceLocation', sourceLocation_creationTime - The timestamp that indicates when the source location was created.
$sel:defaultSegmentDeliveryConfiguration:SourceLocation', sourceLocation_defaultSegmentDeliveryConfiguration - The default segment delivery configuration.
$sel:lastModifiedTime:SourceLocation', sourceLocation_lastModifiedTime - The timestamp that indicates when the source location was last modified.
$sel:segmentDeliveryConfigurations:SourceLocation', sourceLocation_segmentDeliveryConfigurations - The segment delivery configurations for the source location.
$sel:tags:SourceLocation', sourceLocation_tags - The tags assigned to the source location. 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:SourceLocation', sourceLocation_arn - The ARN of the SourceLocation.
$sel:httpConfiguration:SourceLocation', sourceLocation_httpConfiguration - The HTTP configuration for the source location.
$sel:sourceLocationName:SourceLocation', sourceLocation_sourceLocationName - The name of the source location.
sourceLocation_accessConfiguration :: Lens' SourceLocation (Maybe AccessConfiguration) Source #
The access configuration for the source location.
sourceLocation_creationTime :: Lens' SourceLocation (Maybe UTCTime) Source #
The timestamp that indicates when the source location was created.
sourceLocation_defaultSegmentDeliveryConfiguration :: Lens' SourceLocation (Maybe DefaultSegmentDeliveryConfiguration) Source #
The default segment delivery configuration.
sourceLocation_lastModifiedTime :: Lens' SourceLocation (Maybe UTCTime) Source #
The timestamp that indicates when the source location was last modified.
sourceLocation_segmentDeliveryConfigurations :: Lens' SourceLocation (Maybe [SegmentDeliveryConfiguration]) Source #
The segment delivery configurations for the source location.
sourceLocation_tags :: Lens' SourceLocation (Maybe (HashMap Text Text)) Source #
The tags assigned to the source location. 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.
sourceLocation_arn :: Lens' SourceLocation Text Source #
The ARN of the SourceLocation.
sourceLocation_httpConfiguration :: Lens' SourceLocation HttpConfiguration Source #
The HTTP configuration for the source location.
sourceLocation_sourceLocationName :: Lens' SourceLocation Text Source #
The name of the source location.