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 |
Documentation
data AdvancedOptionsStatus Source #
Status of the advanced options for the specified domain. Currently, the following advanced options are available:
- Option to allow references to indices in an HTTP request body. Must
be
false
when configuring access to individual sub-resources. By default, the value istrue
. See Advanced cluster parameters for more information. - Option to specify the percentage of heap space allocated to field data. By default, this setting is unbounded.
For more information, see Advanced cluster parameters.
See: newAdvancedOptionsStatus
smart constructor.
Instances
newAdvancedOptionsStatus Source #
Create a value of AdvancedOptionsStatus
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:options:AdvancedOptionsStatus'
, advancedOptionsStatus_options
- The status of advanced options for the specified domain.
$sel:status:AdvancedOptionsStatus'
, advancedOptionsStatus_status
- The OptionStatus
for advanced options for the specified domain.
advancedOptionsStatus_options :: Lens' AdvancedOptionsStatus (HashMap Text Text) Source #
The status of advanced options for the specified domain.
advancedOptionsStatus_status :: Lens' AdvancedOptionsStatus OptionStatus Source #
The OptionStatus
for advanced options for the specified domain.