libZSservicesZSamazonka-codeartifactZSamazonka-codeartifact
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.CodeArtifact.DescribeDomain

Description

Returns a DomainDescription object that contains information about the requested domain.

Synopsis

Creating a Request

data DescribeDomain Source #

See: newDescribeDomain smart constructor.

Constructors

DescribeDomain' 

Fields

  • domainOwner :: Maybe Text

    The 12-digit account number of the AWS account that owns the domain. It does not include dashes or spaces.

  • domain :: Text

    A string that specifies the name of the requested domain.

Instances

Instances details
Eq DescribeDomain Source # 
Instance details

Defined in Amazonka.CodeArtifact.DescribeDomain

Read DescribeDomain Source # 
Instance details

Defined in Amazonka.CodeArtifact.DescribeDomain

Show DescribeDomain Source # 
Instance details

Defined in Amazonka.CodeArtifact.DescribeDomain

Generic DescribeDomain Source # 
Instance details

Defined in Amazonka.CodeArtifact.DescribeDomain

Associated Types

type Rep DescribeDomain :: Type -> Type #

NFData DescribeDomain Source # 
Instance details

Defined in Amazonka.CodeArtifact.DescribeDomain

Methods

rnf :: DescribeDomain -> () #

Hashable DescribeDomain Source # 
Instance details

Defined in Amazonka.CodeArtifact.DescribeDomain

AWSRequest DescribeDomain Source # 
Instance details

Defined in Amazonka.CodeArtifact.DescribeDomain

Associated Types

type AWSResponse DescribeDomain #

ToHeaders DescribeDomain Source # 
Instance details

Defined in Amazonka.CodeArtifact.DescribeDomain

ToPath DescribeDomain Source # 
Instance details

Defined in Amazonka.CodeArtifact.DescribeDomain

ToQuery DescribeDomain Source # 
Instance details

Defined in Amazonka.CodeArtifact.DescribeDomain

type Rep DescribeDomain Source # 
Instance details

Defined in Amazonka.CodeArtifact.DescribeDomain

type Rep DescribeDomain = D1 ('MetaData "DescribeDomain" "Amazonka.CodeArtifact.DescribeDomain" "libZSservicesZSamazonka-codeartifactZSamazonka-codeartifact" 'False) (C1 ('MetaCons "DescribeDomain'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainOwner") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "domain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeDomain Source # 
Instance details

Defined in Amazonka.CodeArtifact.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:domainOwner:DescribeDomain', describeDomain_domainOwner - The 12-digit account number of the AWS account that owns the domain. It does not include dashes or spaces.

$sel:domain:DescribeDomain', describeDomain_domain - A string that specifies the name of the requested domain.

Request Lenses

describeDomain_domainOwner :: Lens' DescribeDomain (Maybe Text) Source #

The 12-digit account number of the AWS account that owns the domain. It does not include dashes or spaces.

describeDomain_domain :: Lens' DescribeDomain Text Source #

A string that specifies the name of the requested domain.

Destructuring the Response

data DescribeDomainResponse Source #

See: newDescribeDomainResponse smart constructor.

Constructors

DescribeDomainResponse' 

Fields

Instances

Instances details
Eq DescribeDomainResponse Source # 
Instance details

Defined in Amazonka.CodeArtifact.DescribeDomain

Read DescribeDomainResponse Source # 
Instance details

Defined in Amazonka.CodeArtifact.DescribeDomain

Show DescribeDomainResponse Source # 
Instance details

Defined in Amazonka.CodeArtifact.DescribeDomain

Generic DescribeDomainResponse Source # 
Instance details

Defined in Amazonka.CodeArtifact.DescribeDomain

Associated Types

type Rep DescribeDomainResponse :: Type -> Type #

NFData DescribeDomainResponse Source # 
Instance details

Defined in Amazonka.CodeArtifact.DescribeDomain

Methods

rnf :: DescribeDomainResponse -> () #

type Rep DescribeDomainResponse Source # 
Instance details

Defined in Amazonka.CodeArtifact.DescribeDomain

type Rep DescribeDomainResponse = D1 ('MetaData "DescribeDomainResponse" "Amazonka.CodeArtifact.DescribeDomain" "libZSservicesZSamazonka-codeartifactZSamazonka-codeartifact" 'False) (C1 ('MetaCons "DescribeDomainResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DomainDescription)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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:DescribeDomain', describeDomainResponse_domain - Undocumented member.

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

Response Lenses