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
- data OTAUpdateFile = OTAUpdateFile' {}
- newOTAUpdateFile :: OTAUpdateFile
- oTAUpdateFile_fileLocation :: Lens' OTAUpdateFile (Maybe FileLocation)
- oTAUpdateFile_fileType :: Lens' OTAUpdateFile (Maybe Natural)
- oTAUpdateFile_fileVersion :: Lens' OTAUpdateFile (Maybe Text)
- oTAUpdateFile_attributes :: Lens' OTAUpdateFile (Maybe (HashMap Text Text))
- oTAUpdateFile_codeSigning :: Lens' OTAUpdateFile (Maybe CodeSigning)
- oTAUpdateFile_fileName :: Lens' OTAUpdateFile (Maybe Text)
Documentation
data OTAUpdateFile Source #
Describes a file to be associated with an OTA update.
See: newOTAUpdateFile
smart constructor.
OTAUpdateFile' | |
|
Instances
newOTAUpdateFile :: OTAUpdateFile Source #
Create a value of OTAUpdateFile
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:fileLocation:OTAUpdateFile'
, oTAUpdateFile_fileLocation
- The location of the updated firmware.
$sel:fileType:OTAUpdateFile'
, oTAUpdateFile_fileType
- An integer value you can include in the job document to allow your
devices to identify the type of file received from the cloud.
$sel:fileVersion:OTAUpdateFile'
, oTAUpdateFile_fileVersion
- The file version.
$sel:attributes:OTAUpdateFile'
, oTAUpdateFile_attributes
- A list of name/attribute pairs.
$sel:codeSigning:OTAUpdateFile'
, oTAUpdateFile_codeSigning
- The code signing method of the file.
$sel:fileName:OTAUpdateFile'
, oTAUpdateFile_fileName
- The name of the file.
oTAUpdateFile_fileLocation :: Lens' OTAUpdateFile (Maybe FileLocation) Source #
The location of the updated firmware.
oTAUpdateFile_fileType :: Lens' OTAUpdateFile (Maybe Natural) Source #
An integer value you can include in the job document to allow your devices to identify the type of file received from the cloud.
oTAUpdateFile_fileVersion :: Lens' OTAUpdateFile (Maybe Text) Source #
The file version.
oTAUpdateFile_attributes :: Lens' OTAUpdateFile (Maybe (HashMap Text Text)) Source #
A list of name/attribute pairs.
oTAUpdateFile_codeSigning :: Lens' OTAUpdateFile (Maybe CodeSigning) Source #
The code signing method of the file.
oTAUpdateFile_fileName :: Lens' OTAUpdateFile (Maybe Text) Source #
The name of the file.