Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Documentation
Contains information about the configurable settings for a directory.
See: newSetting
smart constructor.
Instances
ToJSON Setting Source # | |
Defined in Amazonka.DirectoryService.Types.Setting | |
Generic Setting Source # | |
Read Setting Source # | |
Show Setting Source # | |
NFData Setting Source # | |
Defined in Amazonka.DirectoryService.Types.Setting | |
Eq Setting Source # | |
Hashable Setting Source # | |
Defined in Amazonka.DirectoryService.Types.Setting | |
type Rep Setting Source # | |
Defined in Amazonka.DirectoryService.Types.Setting type Rep Setting = D1 ('MetaData "Setting" "Amazonka.DirectoryService.Types.Setting" "amazonka-ds-2.0-AgXI5fcN8ZxCoi4kNvhD3" 'False) (C1 ('MetaCons "Setting'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) |
Create a value of Setting
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:name:Setting'
, setting_name
- The name of the directory setting. For example:
TLS_1_0
$sel:value:Setting'
, setting_value
- The value of the directory setting for which to retrieve information.
For example, for TLS_1_0
, the valid values are: Enable
and
Disable
.