| 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.WorkSpaces.Types.UpdateResult
Description
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.
Constructors
| UpdateResult' | |
Fields
| |
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:description:UpdateResult', updateResult_description - A description of whether updates for the WorkSpace image are pending or
available.
$sel:updateAvailable:UpdateResult', updateResult_updateAvailable - 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.
updateResult_updateAvailable :: Lens' UpdateResult (Maybe Bool) Source #
Indicates whether updated drivers or other components are available for the specified WorkSpace image.