libZSservicesZSamazonka-voice-idZSamazonka-voice-id
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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
Eq DescribeDomain Source # 
Instance details

Defined in Amazonka.VoiceId.DescribeDomain

Read DescribeDomain Source # 
Instance details

Defined in Amazonka.VoiceId.DescribeDomain

Show DescribeDomain Source # 
Instance details

Defined in Amazonka.VoiceId.DescribeDomain

Generic DescribeDomain Source # 
Instance details

Defined in Amazonka.VoiceId.DescribeDomain

Associated Types

type Rep DescribeDomain :: Type -> Type #

NFData DescribeDomain Source # 
Instance details

Defined in Amazonka.VoiceId.DescribeDomain

Methods

rnf :: DescribeDomain -> () #

Hashable DescribeDomain Source # 
Instance details

Defined in Amazonka.VoiceId.DescribeDomain

ToJSON DescribeDomain Source # 
Instance details

Defined in Amazonka.VoiceId.DescribeDomain

AWSRequest DescribeDomain Source # 
Instance details

Defined in Amazonka.VoiceId.DescribeDomain

Associated Types

type AWSResponse 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

type Rep DescribeDomain Source # 
Instance details

Defined in Amazonka.VoiceId.DescribeDomain

type Rep DescribeDomain = D1 ('MetaData "DescribeDomain" "Amazonka.VoiceId.DescribeDomain" "libZSservicesZSamazonka-voice-idZSamazonka-voice-id" 'False) (C1 ('MetaCons "DescribeDomain'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeDomain Source # 
Instance details

Defined in Amazonka.VoiceId.DescribeDomain

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:

$sel:domainId: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.