| 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 |
Amazonka.MediaTailor.Types.SourceLocation
Description
Synopsis
- data SourceLocation = SourceLocation' {}
- newSourceLocation :: Text -> HttpConfiguration -> Text -> SourceLocation
- sourceLocation_creationTime :: Lens' SourceLocation (Maybe UTCTime)
- sourceLocation_lastModifiedTime :: Lens' SourceLocation (Maybe UTCTime)
- sourceLocation_accessConfiguration :: Lens' SourceLocation (Maybe AccessConfiguration)
- sourceLocation_defaultSegmentDeliveryConfiguration :: Lens' SourceLocation (Maybe DefaultSegmentDeliveryConfiguration)
- sourceLocation_tags :: Lens' SourceLocation (Maybe (HashMap Text Text))
- sourceLocation_sourceLocationName :: Lens' SourceLocation Text
- sourceLocation_httpConfiguration :: Lens' SourceLocation HttpConfiguration
- sourceLocation_arn :: Lens' SourceLocation Text
Documentation
data SourceLocation Source #
This response includes only the "type" : "object" property.
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:creationTime:SourceLocation', sourceLocation_creationTime - The timestamp that indicates when the source location was created.
$sel:lastModifiedTime:SourceLocation', sourceLocation_lastModifiedTime - The timestamp that indicates when the source location was last modified.
$sel:accessConfiguration:SourceLocation', sourceLocation_accessConfiguration - The access configuration for the source location.
$sel:defaultSegmentDeliveryConfiguration:SourceLocation', sourceLocation_defaultSegmentDeliveryConfiguration - The default segment delivery configuration.
$sel:tags:SourceLocation', sourceLocation_tags - The tags assigned to the source location.
$sel:sourceLocationName:SourceLocation', sourceLocation_sourceLocationName - The name of the source location.
$sel:httpConfiguration:SourceLocation', sourceLocation_httpConfiguration - The HTTP configuration for the source location.
$sel:arn:SourceLocation', sourceLocation_arn - The ARN of the SourceLocation.
sourceLocation_creationTime :: Lens' SourceLocation (Maybe UTCTime) Source #
The timestamp that indicates when the source location was created.
sourceLocation_lastModifiedTime :: Lens' SourceLocation (Maybe UTCTime) Source #
The timestamp that indicates when the source location was last modified.
sourceLocation_accessConfiguration :: Lens' SourceLocation (Maybe AccessConfiguration) Source #
The access configuration for the source location.
sourceLocation_defaultSegmentDeliveryConfiguration :: Lens' SourceLocation (Maybe DefaultSegmentDeliveryConfiguration) Source #
The default segment delivery configuration.
sourceLocation_tags :: Lens' SourceLocation (Maybe (HashMap Text Text)) Source #
The tags assigned to the source location.
sourceLocation_sourceLocationName :: Lens' SourceLocation Text Source #
The name of the source location.
sourceLocation_httpConfiguration :: Lens' SourceLocation HttpConfiguration Source #
The HTTP configuration for the source location.
sourceLocation_arn :: Lens' SourceLocation Text Source #
The ARN of the SourceLocation.