libZSservicesZSamazonka-rdsZSamazonka-rds
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.RDS.Types.OptionVersion

Description

 
Synopsis

Documentation

data OptionVersion Source #

The version for an option. Option group option versions are returned by the DescribeOptionGroupOptions action.

See: newOptionVersion smart constructor.

Constructors

OptionVersion' 

Fields

Instances

Instances details
Eq OptionVersion Source # 
Instance details

Defined in Amazonka.RDS.Types.OptionVersion

Read OptionVersion Source # 
Instance details

Defined in Amazonka.RDS.Types.OptionVersion

Show OptionVersion Source # 
Instance details

Defined in Amazonka.RDS.Types.OptionVersion

Generic OptionVersion Source # 
Instance details

Defined in Amazonka.RDS.Types.OptionVersion

Associated Types

type Rep OptionVersion :: Type -> Type #

NFData OptionVersion Source # 
Instance details

Defined in Amazonka.RDS.Types.OptionVersion

Methods

rnf :: OptionVersion -> () #

Hashable OptionVersion Source # 
Instance details

Defined in Amazonka.RDS.Types.OptionVersion

FromXML OptionVersion Source # 
Instance details

Defined in Amazonka.RDS.Types.OptionVersion

type Rep OptionVersion Source # 
Instance details

Defined in Amazonka.RDS.Types.OptionVersion

type Rep OptionVersion = D1 ('MetaData "OptionVersion" "Amazonka.RDS.Types.OptionVersion" "libZSservicesZSamazonka-rdsZSamazonka-rds" 'False) (C1 ('MetaCons "OptionVersion'" 'PrefixI 'True) (S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "isDefault") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

newOptionVersion :: OptionVersion Source #

Create a value of OptionVersion 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:version:OptionVersion', optionVersion_version - The version of the option.

$sel:isDefault:OptionVersion', optionVersion_isDefault - True if the version is the default version of the option, and otherwise false.

optionVersion_version :: Lens' OptionVersion (Maybe Text) Source #

The version of the option.

optionVersion_isDefault :: Lens' OptionVersion (Maybe Bool) Source #

True if the version is the default version of the option, and otherwise false.