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.OSUpdateSettings

Description

 
Synopsis

Documentation

data OSUpdateSettings Source #

OS version that the directory needs to be updated to.

See: newOSUpdateSettings smart constructor.

Constructors

OSUpdateSettings' 

Fields

Instances

Instances details
FromJSON OSUpdateSettings Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.OSUpdateSettings

ToJSON OSUpdateSettings Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.OSUpdateSettings

Generic OSUpdateSettings Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.OSUpdateSettings

Associated Types

type Rep OSUpdateSettings :: Type -> Type #

Read OSUpdateSettings Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.OSUpdateSettings

Show OSUpdateSettings Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.OSUpdateSettings

NFData OSUpdateSettings Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.OSUpdateSettings

Methods

rnf :: OSUpdateSettings -> () #

Eq OSUpdateSettings Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.OSUpdateSettings

Hashable OSUpdateSettings Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.OSUpdateSettings

type Rep OSUpdateSettings Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.OSUpdateSettings

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

newOSUpdateSettings :: OSUpdateSettings Source #

Create a value of OSUpdateSettings 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:oSVersion:OSUpdateSettings', oSUpdateSettings_oSVersion - OS version that the directory needs to be updated to.

oSUpdateSettings_oSVersion :: Lens' OSUpdateSettings (Maybe OSVersion) Source #

OS version that the directory needs to be updated to.