| 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 |
Amazonka.CloudSearch.Types.AccessPoliciesStatus
Description
Synopsis
Documentation
data AccessPoliciesStatus Source #
The configured access rules for the domain's document and search endpoints, and the current status of those rules.
See: newAccessPoliciesStatus smart constructor.
Constructors
| AccessPoliciesStatus' | |
Fields
| |
Instances
newAccessPoliciesStatus Source #
Arguments
| :: Text | |
| -> OptionStatus | |
| -> AccessPoliciesStatus |
Create a value of AccessPoliciesStatus 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:AccessPoliciesStatus', accessPoliciesStatus_options - Undocumented member.
$sel:status:AccessPoliciesStatus', accessPoliciesStatus_status - Undocumented member.
accessPoliciesStatus_options :: Lens' AccessPoliciesStatus Text Source #
Undocumented member.
accessPoliciesStatus_status :: Lens' AccessPoliciesStatus OptionStatus Source #
Undocumented member.