| 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.DomainPackageDetails
Description
Synopsis
- data DomainPackageDetails = DomainPackageDetails' {}
- newDomainPackageDetails :: DomainPackageDetails
- domainPackageDetails_domainName :: Lens' DomainPackageDetails (Maybe Text)
- domainPackageDetails_domainPackageStatus :: Lens' DomainPackageDetails (Maybe DomainPackageStatus)
- domainPackageDetails_errorDetails :: Lens' DomainPackageDetails (Maybe ErrorDetails)
- domainPackageDetails_lastUpdated :: Lens' DomainPackageDetails (Maybe UTCTime)
- domainPackageDetails_packageID :: Lens' DomainPackageDetails (Maybe Text)
- domainPackageDetails_packageName :: Lens' DomainPackageDetails (Maybe Text)
- domainPackageDetails_packageType :: Lens' DomainPackageDetails (Maybe PackageType)
- domainPackageDetails_packageVersion :: Lens' DomainPackageDetails (Maybe Text)
- domainPackageDetails_referencePath :: Lens' DomainPackageDetails (Maybe Text)
Documentation
data DomainPackageDetails Source #
Information about a package that is associated with a domain. For more information, see Custom packages for Amazon OpenSearch Service.
See: newDomainPackageDetails smart constructor.
Constructors
| DomainPackageDetails' | |
Fields
| |
Instances
newDomainPackageDetails :: DomainPackageDetails Source #
Create a value of DomainPackageDetails 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:domainName:DomainPackageDetails', domainPackageDetails_domainName - Name of the domain that the package is associated with.
$sel:domainPackageStatus:DomainPackageDetails', domainPackageDetails_domainPackageStatus - State of the association.
$sel:errorDetails:DomainPackageDetails', domainPackageDetails_errorDetails - Additional information if the package is in an error state. Null
otherwise.
$sel:lastUpdated:DomainPackageDetails', domainPackageDetails_lastUpdated - Timestamp of the most recent update to the package association status.
$sel:packageID:DomainPackageDetails', domainPackageDetails_packageID - Internal ID of the package.
$sel:packageName:DomainPackageDetails', domainPackageDetails_packageName - User-specified name of the package.
$sel:packageType:DomainPackageDetails', domainPackageDetails_packageType - The type of package.
$sel:packageVersion:DomainPackageDetails', domainPackageDetails_packageVersion - The current version of the package.
$sel:referencePath:DomainPackageDetails', domainPackageDetails_referencePath - Denotes the location of the package on the OpenSearch Service cluster
nodes. It's the same as synonym_path for dictionary files.
domainPackageDetails_domainName :: Lens' DomainPackageDetails (Maybe Text) Source #
Name of the domain that the package is associated with.
domainPackageDetails_domainPackageStatus :: Lens' DomainPackageDetails (Maybe DomainPackageStatus) Source #
State of the association.
domainPackageDetails_errorDetails :: Lens' DomainPackageDetails (Maybe ErrorDetails) Source #
Additional information if the package is in an error state. Null otherwise.
domainPackageDetails_lastUpdated :: Lens' DomainPackageDetails (Maybe UTCTime) Source #
Timestamp of the most recent update to the package association status.
domainPackageDetails_packageID :: Lens' DomainPackageDetails (Maybe Text) Source #
Internal ID of the package.
domainPackageDetails_packageName :: Lens' DomainPackageDetails (Maybe Text) Source #
User-specified name of the package.
domainPackageDetails_packageType :: Lens' DomainPackageDetails (Maybe PackageType) Source #
The type of package.
domainPackageDetails_packageVersion :: Lens' DomainPackageDetails (Maybe Text) Source #
The current version of the package.
domainPackageDetails_referencePath :: Lens' DomainPackageDetails (Maybe Text) Source #
Denotes the location of the package on the OpenSearch Service cluster
nodes. It's the same as synonym_path for dictionary files.