amazonka-opensearch-2.0: Amazon OpenSearch Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.OpenSearch.Types.AWSDomainInformation

Description

 
Synopsis

Documentation

data AWSDomainInformation Source #

Information about an Amazon OpenSearch Service domain.

See: newAWSDomainInformation smart constructor.

Constructors

AWSDomainInformation' 

Fields

Instances

Instances details
FromJSON AWSDomainInformation Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AWSDomainInformation

ToJSON AWSDomainInformation Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AWSDomainInformation

Generic AWSDomainInformation Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AWSDomainInformation

Associated Types

type Rep AWSDomainInformation :: Type -> Type #

Read AWSDomainInformation Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AWSDomainInformation

Show AWSDomainInformation Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AWSDomainInformation

NFData AWSDomainInformation Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AWSDomainInformation

Methods

rnf :: AWSDomainInformation -> () #

Eq AWSDomainInformation Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AWSDomainInformation

Hashable AWSDomainInformation Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AWSDomainInformation

type Rep AWSDomainInformation Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.AWSDomainInformation

type Rep AWSDomainInformation = D1 ('MetaData "AWSDomainInformation" "Amazonka.OpenSearch.Types.AWSDomainInformation" "amazonka-opensearch-2.0-GNoaWlqGXH04P8GBIHM78L" 'False) (C1 ('MetaCons "AWSDomainInformation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "ownerId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "region") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

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.