| 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.ElasticSearch.Types.CompatibleVersionsMap
Description
Synopsis
- data CompatibleVersionsMap = CompatibleVersionsMap' {
- sourceVersion :: Maybe Text
- targetVersions :: Maybe [Text]
- newCompatibleVersionsMap :: CompatibleVersionsMap
- compatibleVersionsMap_sourceVersion :: Lens' CompatibleVersionsMap (Maybe Text)
- compatibleVersionsMap_targetVersions :: Lens' CompatibleVersionsMap (Maybe [Text])
Documentation
data CompatibleVersionsMap Source #
A map from an ElasticsearchVersion to a list of compatible
ElasticsearchVersion s to which the domain can be upgraded.
See: newCompatibleVersionsMap smart constructor.
Constructors
| CompatibleVersionsMap' | |
Fields
| |
Instances
newCompatibleVersionsMap :: CompatibleVersionsMap Source #
Create a value of CompatibleVersionsMap 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:sourceVersion:CompatibleVersionsMap', compatibleVersionsMap_sourceVersion - The current version of Elasticsearch on which a domain is.
$sel:targetVersions:CompatibleVersionsMap', compatibleVersionsMap_targetVersions - Undocumented member.
compatibleVersionsMap_sourceVersion :: Lens' CompatibleVersionsMap (Maybe Text) Source #
The current version of Elasticsearch on which a domain is.
compatibleVersionsMap_targetVersions :: Lens' CompatibleVersionsMap (Maybe [Text]) Source #
Undocumented member.