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 UpdateResult Source #
Describes whether a WorkSpace image needs to be updated with the latest drivers and other components required by Amazon WorkSpaces.
Only Windows 10 WorkSpace images can be programmatically updated at this time.
See: newUpdateResult
smart constructor.
UpdateResult' | |
|
Instances
newUpdateResult :: UpdateResult Source #
Create a value of UpdateResult
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:updateAvailable:UpdateResult'
, updateResult_updateAvailable
- Indicates whether updated drivers or other components are available for
the specified WorkSpace image.
$sel:description:UpdateResult'
, updateResult_description
- A description of whether updates for the WorkSpace image are pending or
available.
updateResult_updateAvailable :: Lens' UpdateResult (Maybe Bool) Source #
Indicates whether updated drivers or other components are available for the specified WorkSpace image.
updateResult_description :: Lens' UpdateResult (Maybe Text) Source #
A description of whether updates for the WorkSpace image are pending or available.