amazonka-voice-id-2.0: Amazon Voice ID 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.VoiceId.DescribeDomain

Description

Describes the specified domain.

Synopsis

Creating a Request

data DescribeDomain Source #

See: newDescribeDomain smart constructor.

Constructors

DescribeDomain' 

Fields

  • domainId :: Text

    The identifier of the domain you are describing.

Instances

Instances details
ToJSON DescribeDomain Source # 
Instance details

Defined in Amazonka.VoiceId.DescribeDomain

ToHeaders DescribeDomain Source # 
Instance details

Defined in Amazonka.VoiceId.DescribeDomain

ToPath DescribeDomain Source # 
Instance details

Defined in Amazonka.VoiceId.DescribeDomain

ToQuery DescribeDomain Source # 
Instance details

Defined in Amazonka.VoiceId.DescribeDomain

AWSRequest DescribeDomain Source # 
Instance details

Defined in Amazonka.VoiceId.DescribeDomain

Associated Types

type AWSResponse DescribeDomain #

Generic DescribeDomain Source # 
Instance details

Defined in Amazonka.VoiceId.DescribeDomain

Associated Types

type Rep DescribeDomain :: Type -> Type #

Read DescribeDomain Source # 
Instance details

Defined in Amazonka.VoiceId.DescribeDomain

Show DescribeDomain Source # 
Instance details

Defined in Amazonka.VoiceId.DescribeDomain

NFData DescribeDomain Source # 
Instance details

Defined in Amazonka.VoiceId.DescribeDomain

Methods

rnf :: DescribeDomain -> () #

Eq DescribeDomain Source # 
Instance details

Defined in Amazonka.VoiceId.DescribeDomain

Hashable DescribeDomain Source # 
Instance details

Defined in Amazonka.VoiceId.DescribeDomain

type AWSResponse DescribeDomain Source # 
Instance details

Defined in Amazonka.VoiceId.DescribeDomain

type Rep DescribeDomain Source # 
Instance details

Defined in Amazonka.VoiceId.DescribeDomain

type Rep DescribeDomain = D1 ('MetaData "DescribeDomain" "Amazonka.VoiceId.DescribeDomain" "amazonka-voice-id-2.0-E9fR3xKghdA6rj9Pl7P2NC" 'False) (C1 ('MetaCons "DescribeDomain'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribeDomain Source #

Create a value of DescribeDomain 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:

DescribeDomain, describeDomain_domainId - The identifier of the domain you are describing.

Request Lenses

describeDomain_domainId :: Lens' DescribeDomain Text Source #

The identifier of the domain you are describing.

Destructuring the Response

data DescribeDomainResponse Source #

See: newDescribeDomainResponse smart constructor.

Constructors

DescribeDomainResponse' 

Fields

newDescribeDomainResponse Source #

Create a value of DescribeDomainResponse 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:domain:DescribeDomainResponse', describeDomainResponse_domain - Information about the specified domain.

$sel:httpStatus:DescribeDomainResponse', describeDomainResponse_httpStatus - The response's http status code.

Response Lenses

describeDomainResponse_domain :: Lens' DescribeDomainResponse (Maybe Domain) Source #

Information about the specified domain.