| 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.OpenSearch.Types.VersionStatus
Description
Synopsis
Documentation
data VersionStatus Source #
The status of the the OpenSearch or Elasticsearch version options for the specified Amazon OpenSearch Service domain.
See: newVersionStatus smart constructor.
Constructors
| VersionStatus' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> OptionStatus | |
| -> VersionStatus |
Create a value of VersionStatus 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:VersionStatus', versionStatus_options - The OpenSearch or Elasticsearch version for the specified domain.
$sel:status:VersionStatus', versionStatus_status - The status of the version options for the specified domain.
versionStatus_options :: Lens' VersionStatus Text Source #
The OpenSearch or Elasticsearch version for the specified domain.
versionStatus_status :: Lens' VersionStatus OptionStatus Source #
The status of the version options for the specified domain.