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
Documentation
data ImageLocation Source #
Contains an image that is uploaded to IoT SiteWise and available at a URL.
See: newImageLocation
smart constructor.
Instances
Create a value of ImageLocation
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:id:ImageLocation'
, imageLocation_id
- The ID of the image.
$sel:url:ImageLocation'
, imageLocation_url
- The URL where the image is available. The URL is valid for 15 minutes so
that you can view and download the image
imageLocation_id :: Lens' ImageLocation Text Source #
The ID of the image.
imageLocation_url :: Lens' ImageLocation Text Source #
The URL where the image is available. The URL is valid for 15 minutes so that you can view and download the image