amazonka-codeartifact-2.0: Amazon CodeArtifact 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.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 Amazon Web Services 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
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

AWSRequest DescribeDomain Source # 
Instance details

Defined in Amazonka.CodeArtifact.DescribeDomain

Associated Types

type AWSResponse DescribeDomain #

Generic DescribeDomain Source # 
Instance details

Defined in Amazonka.CodeArtifact.DescribeDomain

Associated Types

type Rep DescribeDomain :: Type -> Type #

Read DescribeDomain Source # 
Instance details

Defined in Amazonka.CodeArtifact.DescribeDomain

Show DescribeDomain Source # 
Instance details

Defined in Amazonka.CodeArtifact.DescribeDomain

NFData DescribeDomain Source # 
Instance details

Defined in Amazonka.CodeArtifact.DescribeDomain

Methods

rnf :: DescribeDomain -> () #

Eq DescribeDomain Source # 
Instance details

Defined in Amazonka.CodeArtifact.DescribeDomain

Hashable DescribeDomain Source # 
Instance details

Defined in Amazonka.CodeArtifact.DescribeDomain

type AWSResponse 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" "amazonka-codeartifact-2.0-CskMABZQLQJDgej73fXQxp" '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)))

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_domainOwner - The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.

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 Amazon Web Services 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
Generic DescribeDomainResponse Source # 
Instance details

Defined in Amazonka.CodeArtifact.DescribeDomain

Associated Types

type Rep DescribeDomainResponse :: Type -> Type #

Read DescribeDomainResponse Source # 
Instance details

Defined in Amazonka.CodeArtifact.DescribeDomain

Show DescribeDomainResponse Source # 
Instance details

Defined in Amazonka.CodeArtifact.DescribeDomain

NFData DescribeDomainResponse Source # 
Instance details

Defined in Amazonka.CodeArtifact.DescribeDomain

Methods

rnf :: DescribeDomainResponse -> () #

Eq DescribeDomainResponse Source # 
Instance details

Defined in Amazonka.CodeArtifact.DescribeDomain

type Rep DescribeDomainResponse Source # 
Instance details

Defined in Amazonka.CodeArtifact.DescribeDomain

type Rep DescribeDomainResponse = D1 ('MetaData "DescribeDomainResponse" "Amazonka.CodeArtifact.DescribeDomain" "amazonka-codeartifact-2.0-CskMABZQLQJDgej73fXQxp" '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:

DescribeDomain, describeDomainResponse_domain - Undocumented member.

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

Response Lenses