amazonka-connectcases-2.0: Amazon Connect Cases 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.ConnectCases.GetDomain

Description

Returns information about a specific domain if it exists.

Synopsis

Creating a Request

data GetDomain Source #

See: newGetDomain smart constructor.

Constructors

GetDomain' 

Fields

Instances

Instances details
ToJSON GetDomain Source # 
Instance details

Defined in Amazonka.ConnectCases.GetDomain

ToHeaders GetDomain Source # 
Instance details

Defined in Amazonka.ConnectCases.GetDomain

Methods

toHeaders :: GetDomain -> [Header] #

ToPath GetDomain Source # 
Instance details

Defined in Amazonka.ConnectCases.GetDomain

ToQuery GetDomain Source # 
Instance details

Defined in Amazonka.ConnectCases.GetDomain

AWSRequest GetDomain Source # 
Instance details

Defined in Amazonka.ConnectCases.GetDomain

Associated Types

type AWSResponse GetDomain #

Generic GetDomain Source # 
Instance details

Defined in Amazonka.ConnectCases.GetDomain

Associated Types

type Rep GetDomain :: Type -> Type #

Read GetDomain Source # 
Instance details

Defined in Amazonka.ConnectCases.GetDomain

Show GetDomain Source # 
Instance details

Defined in Amazonka.ConnectCases.GetDomain

NFData GetDomain Source # 
Instance details

Defined in Amazonka.ConnectCases.GetDomain

Methods

rnf :: GetDomain -> () #

Eq GetDomain Source # 
Instance details

Defined in Amazonka.ConnectCases.GetDomain

Hashable GetDomain Source # 
Instance details

Defined in Amazonka.ConnectCases.GetDomain

type AWSResponse GetDomain Source # 
Instance details

Defined in Amazonka.ConnectCases.GetDomain

type Rep GetDomain Source # 
Instance details

Defined in Amazonka.ConnectCases.GetDomain

type Rep GetDomain = D1 ('MetaData "GetDomain" "Amazonka.ConnectCases.GetDomain" "amazonka-connectcases-2.0-9RA5jvVYRVL9KmD8hfMfHn" 'False) (C1 ('MetaCons "GetDomain'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetDomain Source #

Arguments

:: Text

GetDomain

-> GetDomain 

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

GetDomain, getDomain_domainId - The unique identifier of the Cases domain.

Request Lenses

getDomain_domainId :: Lens' GetDomain Text Source #

The unique identifier of the Cases domain.

Destructuring the Response

data GetDomainResponse Source #

See: newGetDomainResponse smart constructor.

Constructors

GetDomainResponse' 

Fields

Instances

Instances details
Generic GetDomainResponse Source # 
Instance details

Defined in Amazonka.ConnectCases.GetDomain

Associated Types

type Rep GetDomainResponse :: Type -> Type #

Read GetDomainResponse Source # 
Instance details

Defined in Amazonka.ConnectCases.GetDomain

Show GetDomainResponse Source # 
Instance details

Defined in Amazonka.ConnectCases.GetDomain

NFData GetDomainResponse Source # 
Instance details

Defined in Amazonka.ConnectCases.GetDomain

Methods

rnf :: GetDomainResponse -> () #

Eq GetDomainResponse Source # 
Instance details

Defined in Amazonka.ConnectCases.GetDomain

type Rep GetDomainResponse Source # 
Instance details

Defined in Amazonka.ConnectCases.GetDomain

newGetDomainResponse Source #

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

GetDomainResponse, getDomainResponse_tags - A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control access for this resource.

$sel:httpStatus:GetDomainResponse', getDomainResponse_httpStatus - The response's http status code.

$sel:createdTime:GetDomainResponse', getDomainResponse_createdTime - The timestamp when the Cases domain was created.

GetDomainResponse, getDomainResponse_domainArn - The Amazon Resource Name (ARN) for the Cases domain.

GetDomain, getDomainResponse_domainId - The unique identifier of the Cases domain.

$sel:domainStatus:GetDomainResponse', getDomainResponse_domainStatus - The status of the Cases domain.

GetDomainResponse, getDomainResponse_name - The name of the Cases domain.

Response Lenses

getDomainResponse_tags :: Lens' GetDomainResponse (Maybe (HashMap Text Text)) Source #

A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control access for this resource.

getDomainResponse_httpStatus :: Lens' GetDomainResponse Int Source #

The response's http status code.

getDomainResponse_createdTime :: Lens' GetDomainResponse UTCTime Source #

The timestamp when the Cases domain was created.

getDomainResponse_domainArn :: Lens' GetDomainResponse Text Source #

The Amazon Resource Name (ARN) for the Cases domain.

getDomainResponse_domainId :: Lens' GetDomainResponse Text Source #

The unique identifier of the Cases domain.

getDomainResponse_name :: Lens' GetDomainResponse Text Source #

The name of the Cases domain.