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 |
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.
CompatibleVersionsMap' | |
|
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.