amazonka-ds-2.0: Amazon Directory Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.DirectoryService.Types.UpdateValue

Description

 
Synopsis

Documentation

data UpdateValue Source #

The value for a given type of UpdateSettings.

See: newUpdateValue smart constructor.

Constructors

UpdateValue' 

Fields

Instances

Instances details
FromJSON UpdateValue Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.UpdateValue

Generic UpdateValue Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.UpdateValue

Associated Types

type Rep UpdateValue :: Type -> Type #

Read UpdateValue Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.UpdateValue

Show UpdateValue Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.UpdateValue

NFData UpdateValue Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.UpdateValue

Methods

rnf :: UpdateValue -> () #

Eq UpdateValue Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.UpdateValue

Hashable UpdateValue Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.UpdateValue

type Rep UpdateValue Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.UpdateValue

type Rep UpdateValue = D1 ('MetaData "UpdateValue" "Amazonka.DirectoryService.Types.UpdateValue" "amazonka-ds-2.0-AgXI5fcN8ZxCoi4kNvhD3" 'False) (C1 ('MetaCons "UpdateValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "oSUpdateSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OSUpdateSettings))))

newUpdateValue :: UpdateValue Source #

Create a value of UpdateValue 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:oSUpdateSettings:UpdateValue', updateValue_oSUpdateSettings - The OS update related settings.