| 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.AWSDomainInformation
Description
Synopsis
- data AWSDomainInformation = AWSDomainInformation' {}
- newAWSDomainInformation :: Text -> AWSDomainInformation
- aWSDomainInformation_ownerId :: Lens' AWSDomainInformation (Maybe Text)
- aWSDomainInformation_region :: Lens' AWSDomainInformation (Maybe Text)
- aWSDomainInformation_domainName :: Lens' AWSDomainInformation Text
Documentation
data AWSDomainInformation Source #
Information about an Amazon OpenSearch Service domain.
See: newAWSDomainInformation smart constructor.
Constructors
| AWSDomainInformation' | |
Instances
newAWSDomainInformation Source #
Create a value of AWSDomainInformation 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:ownerId:AWSDomainInformation', aWSDomainInformation_ownerId - The Amazon Web Services account ID of the domain owner.
$sel:region:AWSDomainInformation', aWSDomainInformation_region - The Amazon Web Services Region in which the domain is located.
$sel:domainName:AWSDomainInformation', aWSDomainInformation_domainName - Name of the domain.
aWSDomainInformation_ownerId :: Lens' AWSDomainInformation (Maybe Text) Source #
The Amazon Web Services account ID of the domain owner.
aWSDomainInformation_region :: Lens' AWSDomainInformation (Maybe Text) Source #
The Amazon Web Services Region in which the domain is located.
aWSDomainInformation_domainName :: Lens' AWSDomainInformation Text Source #
Name of the domain.