| 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.DescribeSourceLocation
Description
Describes a source location. A source location is a container for sources. For more information about source locations, see Working with source locations in the MediaTailor User Guide.
Synopsis
- data DescribeSourceLocation = DescribeSourceLocation' {}
- newDescribeSourceLocation :: Text -> DescribeSourceLocation
- describeSourceLocation_sourceLocationName :: Lens' DescribeSourceLocation Text
- data DescribeSourceLocationResponse = DescribeSourceLocationResponse' {
- accessConfiguration :: Maybe AccessConfiguration
- arn :: Maybe Text
- creationTime :: Maybe POSIX
- defaultSegmentDeliveryConfiguration :: Maybe DefaultSegmentDeliveryConfiguration
- httpConfiguration :: Maybe HttpConfiguration
- lastModifiedTime :: Maybe POSIX
- segmentDeliveryConfigurations :: Maybe [SegmentDeliveryConfiguration]
- sourceLocationName :: Maybe Text
- tags :: Maybe (HashMap Text Text)
- httpStatus :: Int
- newDescribeSourceLocationResponse :: Int -> DescribeSourceLocationResponse
- describeSourceLocationResponse_accessConfiguration :: Lens' DescribeSourceLocationResponse (Maybe AccessConfiguration)
- describeSourceLocationResponse_arn :: Lens' DescribeSourceLocationResponse (Maybe Text)
- describeSourceLocationResponse_creationTime :: Lens' DescribeSourceLocationResponse (Maybe UTCTime)
- describeSourceLocationResponse_defaultSegmentDeliveryConfiguration :: Lens' DescribeSourceLocationResponse (Maybe DefaultSegmentDeliveryConfiguration)
- describeSourceLocationResponse_httpConfiguration :: Lens' DescribeSourceLocationResponse (Maybe HttpConfiguration)
- describeSourceLocationResponse_lastModifiedTime :: Lens' DescribeSourceLocationResponse (Maybe UTCTime)
- describeSourceLocationResponse_segmentDeliveryConfigurations :: Lens' DescribeSourceLocationResponse (Maybe [SegmentDeliveryConfiguration])
- describeSourceLocationResponse_sourceLocationName :: Lens' DescribeSourceLocationResponse (Maybe Text)
- describeSourceLocationResponse_tags :: Lens' DescribeSourceLocationResponse (Maybe (HashMap Text Text))
- describeSourceLocationResponse_httpStatus :: Lens' DescribeSourceLocationResponse Int
Creating a Request
data DescribeSourceLocation Source #
See: newDescribeSourceLocation smart constructor.
Constructors
| DescribeSourceLocation' | |
Fields
| |
Instances
newDescribeSourceLocation Source #
Arguments
| :: Text | |
| -> DescribeSourceLocation |
Create a value of DescribeSourceLocation 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:
DescribeSourceLocation, describeSourceLocation_sourceLocationName - The name of the source location.
Request Lenses
describeSourceLocation_sourceLocationName :: Lens' DescribeSourceLocation Text Source #
The name of the source location.
Destructuring the Response
data DescribeSourceLocationResponse Source #
See: newDescribeSourceLocationResponse smart constructor.
Constructors
| DescribeSourceLocationResponse' | |
Fields
| |
Instances
newDescribeSourceLocationResponse Source #
Create a value of DescribeSourceLocationResponse 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:
DescribeSourceLocationResponse, describeSourceLocationResponse_accessConfiguration - The access configuration for the source location.
DescribeSourceLocationResponse, describeSourceLocationResponse_arn - The ARN of the source location.
DescribeSourceLocationResponse, describeSourceLocationResponse_creationTime - The timestamp that indicates when the source location was created.
DescribeSourceLocationResponse, describeSourceLocationResponse_defaultSegmentDeliveryConfiguration - The default segment delivery configuration settings.
DescribeSourceLocationResponse, describeSourceLocationResponse_httpConfiguration - The HTTP package configuration settings for the source location.
DescribeSourceLocationResponse, describeSourceLocationResponse_lastModifiedTime - The timestamp that indicates when the source location was last modified.
DescribeSourceLocationResponse, describeSourceLocationResponse_segmentDeliveryConfigurations - A list of the segment delivery configurations associated with this
resource.
DescribeSourceLocation, describeSourceLocationResponse_sourceLocationName - The name of the source location.
DescribeSourceLocationResponse, describeSourceLocationResponse_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:httpStatus:DescribeSourceLocationResponse', describeSourceLocationResponse_httpStatus - The response's http status code.
Response Lenses
describeSourceLocationResponse_accessConfiguration :: Lens' DescribeSourceLocationResponse (Maybe AccessConfiguration) Source #
The access configuration for the source location.
describeSourceLocationResponse_arn :: Lens' DescribeSourceLocationResponse (Maybe Text) Source #
The ARN of the source location.
describeSourceLocationResponse_creationTime :: Lens' DescribeSourceLocationResponse (Maybe UTCTime) Source #
The timestamp that indicates when the source location was created.
describeSourceLocationResponse_defaultSegmentDeliveryConfiguration :: Lens' DescribeSourceLocationResponse (Maybe DefaultSegmentDeliveryConfiguration) Source #
The default segment delivery configuration settings.
describeSourceLocationResponse_httpConfiguration :: Lens' DescribeSourceLocationResponse (Maybe HttpConfiguration) Source #
The HTTP package configuration settings for the source location.
describeSourceLocationResponse_lastModifiedTime :: Lens' DescribeSourceLocationResponse (Maybe UTCTime) Source #
The timestamp that indicates when the source location was last modified.
describeSourceLocationResponse_segmentDeliveryConfigurations :: Lens' DescribeSourceLocationResponse (Maybe [SegmentDeliveryConfiguration]) Source #
A list of the segment delivery configurations associated with this resource.
describeSourceLocationResponse_sourceLocationName :: Lens' DescribeSourceLocationResponse (Maybe Text) Source #
The name of the source location.
describeSourceLocationResponse_tags :: Lens' DescribeSourceLocationResponse (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.
describeSourceLocationResponse_httpStatus :: Lens' DescribeSourceLocationResponse Int Source #
The response's http status code.