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 CognitoOptionsStatus Source #
Status of the Cognito options for the specified Elasticsearch domain.
See: newCognitoOptionsStatus
smart constructor.
CognitoOptionsStatus' | |
|
Instances
newCognitoOptionsStatus Source #
Create a value of CognitoOptionsStatus
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:CognitoOptionsStatus'
, cognitoOptionsStatus_options
- Specifies the Cognito options for the specified Elasticsearch domain.
$sel:status:CognitoOptionsStatus'
, cognitoOptionsStatus_status
- Specifies the status of the Cognito options for the specified
Elasticsearch domain.
cognitoOptionsStatus_options :: Lens' CognitoOptionsStatus CognitoOptions Source #
Specifies the Cognito options for the specified Elasticsearch domain.
cognitoOptionsStatus_status :: Lens' CognitoOptionsStatus OptionStatus Source #
Specifies the status of the Cognito options for the specified Elasticsearch domain.