libZSservicesZSamazonka-mgnZSamazonka-mgn
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.MGN.Types.OS

Description

 
Synopsis

Documentation

data OS Source #

Operating System.

See: newOS smart constructor.

Constructors

OS' 

Fields

Instances

Instances details
Eq OS Source # 
Instance details

Defined in Amazonka.MGN.Types.OS

Methods

(==) :: OS -> OS -> Bool #

(/=) :: OS -> OS -> Bool #

Read OS Source # 
Instance details

Defined in Amazonka.MGN.Types.OS

Show OS Source # 
Instance details

Defined in Amazonka.MGN.Types.OS

Methods

showsPrec :: Int -> OS -> ShowS #

show :: OS -> String #

showList :: [OS] -> ShowS #

Generic OS Source # 
Instance details

Defined in Amazonka.MGN.Types.OS

Associated Types

type Rep OS :: Type -> Type #

Methods

from :: OS -> Rep OS x #

to :: Rep OS x -> OS #

NFData OS Source # 
Instance details

Defined in Amazonka.MGN.Types.OS

Methods

rnf :: OS -> () #

Hashable OS Source # 
Instance details

Defined in Amazonka.MGN.Types.OS

Methods

hashWithSalt :: Int -> OS -> Int #

hash :: OS -> Int #

FromJSON OS Source # 
Instance details

Defined in Amazonka.MGN.Types.OS

type Rep OS Source # 
Instance details

Defined in Amazonka.MGN.Types.OS

type Rep OS = D1 ('MetaData "OS" "Amazonka.MGN.Types.OS" "libZSservicesZSamazonka-mgnZSamazonka-mgn" 'False) (C1 ('MetaCons "OS'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fullString") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newOS :: OS Source #

Create a value of OS 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:fullString:OS', os_fullString - OS full string.

os_fullString :: Lens' OS (Maybe Text) Source #

OS full string.