Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data OptionVersion Source #
The version for an option. Option group option versions are returned by
the DescribeOptionGroupOptions
action.
See: newOptionVersion
smart constructor.
Instances
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.