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 FileLocation Source #
The location of the OTA update.
See: newFileLocation
smart constructor.
FileLocation' | |
|
Instances
newFileLocation :: FileLocation Source #
Create a value of FileLocation
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:stream:FileLocation'
, fileLocation_stream
- The stream that contains the OTA update.
$sel:s3Location:FileLocation'
, fileLocation_s3Location
- The location of the updated firmware in S3.
fileLocation_stream :: Lens' FileLocation (Maybe Stream) Source #
The stream that contains the OTA update.
fileLocation_s3Location :: Lens' FileLocation (Maybe S3Location) Source #
The location of the updated firmware in S3.