| 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 |
Amazonka.OpenSearch.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 EngineVersion to a list of compatible
EngineVersion 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 OpenSearch a domain is on.
$sel:targetVersions:CompatibleVersionsMap', compatibleVersionsMap_targetVersions - Undocumented member.
compatibleVersionsMap_sourceVersion :: Lens' CompatibleVersionsMap (Maybe Text) Source #
The current version of OpenSearch a domain is on.
compatibleVersionsMap_targetVersions :: Lens' CompatibleVersionsMap (Maybe [Text]) Source #
Undocumented member.