libZSservicesZSamazonka-workspacesZSamazonka-workspaces
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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

  • updateAvailable :: Maybe Bool

    Indicates whether updated drivers or other components are available for the specified WorkSpace image.

  • description :: Maybe Text

    A description of whether updates for the WorkSpace image are pending or available.

Instances

Instances details
Eq UpdateResult Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.UpdateResult

Read UpdateResult Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.UpdateResult

Show UpdateResult Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.UpdateResult

Generic UpdateResult Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.UpdateResult

Associated Types

type Rep UpdateResult :: Type -> Type #

NFData UpdateResult Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.UpdateResult

Methods

rnf :: UpdateResult -> () #

Hashable UpdateResult Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.UpdateResult

FromJSON UpdateResult Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.UpdateResult

type Rep UpdateResult Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.UpdateResult

type Rep UpdateResult = D1 ('MetaData "UpdateResult" "Amazonka.WorkSpaces.Types.UpdateResult" "libZSservicesZSamazonka-workspacesZSamazonka-workspaces" 'False) (C1 ('MetaCons "UpdateResult'" 'PrefixI 'True) (S1 ('MetaSel ('Just "updateAvailable") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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.