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.GetLayout

Description

Returns the details for the requested layout.

Synopsis

Creating a Request

data GetLayout Source #

See: newGetLayout smart constructor.

Constructors

GetLayout' 

Fields

Instances

Instances details
ToJSON GetLayout Source # 
Instance details

Defined in Amazonka.ConnectCases.GetLayout

ToHeaders GetLayout Source # 
Instance details

Defined in Amazonka.ConnectCases.GetLayout

Methods

toHeaders :: GetLayout -> [Header] #

ToPath GetLayout Source # 
Instance details

Defined in Amazonka.ConnectCases.GetLayout

ToQuery GetLayout Source # 
Instance details

Defined in Amazonka.ConnectCases.GetLayout

AWSRequest GetLayout Source # 
Instance details

Defined in Amazonka.ConnectCases.GetLayout

Associated Types

type AWSResponse GetLayout #

Generic GetLayout Source # 
Instance details

Defined in Amazonka.ConnectCases.GetLayout

Associated Types

type Rep GetLayout :: Type -> Type #

Read GetLayout Source # 
Instance details

Defined in Amazonka.ConnectCases.GetLayout

Show GetLayout Source # 
Instance details

Defined in Amazonka.ConnectCases.GetLayout

NFData GetLayout Source # 
Instance details

Defined in Amazonka.ConnectCases.GetLayout

Methods

rnf :: GetLayout -> () #

Eq GetLayout Source # 
Instance details

Defined in Amazonka.ConnectCases.GetLayout

Hashable GetLayout Source # 
Instance details

Defined in Amazonka.ConnectCases.GetLayout

type AWSResponse GetLayout Source # 
Instance details

Defined in Amazonka.ConnectCases.GetLayout

type Rep GetLayout Source # 
Instance details

Defined in Amazonka.ConnectCases.GetLayout

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

newGetLayout Source #

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

GetLayout, getLayout_domainId - The unique identifier of the Cases domain.

GetLayout, getLayout_layoutId - The unique identifier of the layout.

Request Lenses

getLayout_domainId :: Lens' GetLayout Text Source #

The unique identifier of the Cases domain.

getLayout_layoutId :: Lens' GetLayout Text Source #

The unique identifier of the layout.

Destructuring the Response

data GetLayoutResponse Source #

See: newGetLayoutResponse smart constructor.

Constructors

GetLayoutResponse' 

Fields

  • tags :: Maybe (HashMap Text Text)

    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.

  • httpStatus :: Int

    The response's http status code.

  • content :: LayoutContent

    Information about which fields will be present in the layout, the order of the fields, and read-only attribute of the field.

  • layoutArn :: Text

    The Amazon Resource Name (ARN) of the newly created layout.

  • layoutId :: Text

    The unique identifier of the layout.

  • name :: Text

    The name of the layout. It must be unique.

Instances

Instances details
Generic GetLayoutResponse Source # 
Instance details

Defined in Amazonka.ConnectCases.GetLayout

Associated Types

type Rep GetLayoutResponse :: Type -> Type #

Read GetLayoutResponse Source # 
Instance details

Defined in Amazonka.ConnectCases.GetLayout

Show GetLayoutResponse Source # 
Instance details

Defined in Amazonka.ConnectCases.GetLayout

NFData GetLayoutResponse Source # 
Instance details

Defined in Amazonka.ConnectCases.GetLayout

Methods

rnf :: GetLayoutResponse -> () #

Eq GetLayoutResponse Source # 
Instance details

Defined in Amazonka.ConnectCases.GetLayout

type Rep GetLayoutResponse Source # 
Instance details

Defined in Amazonka.ConnectCases.GetLayout

newGetLayoutResponse Source #

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

GetLayoutResponse, getLayoutResponse_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:GetLayoutResponse', getLayoutResponse_httpStatus - The response's http status code.

GetLayoutResponse, getLayoutResponse_content - Information about which fields will be present in the layout, the order of the fields, and read-only attribute of the field.

GetLayoutResponse, getLayoutResponse_layoutArn - The Amazon Resource Name (ARN) of the newly created layout.

GetLayout, getLayoutResponse_layoutId - The unique identifier of the layout.

GetLayoutResponse, getLayoutResponse_name - The name of the layout. It must be unique.

Response Lenses

getLayoutResponse_tags :: Lens' GetLayoutResponse (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.

getLayoutResponse_httpStatus :: Lens' GetLayoutResponse Int Source #

The response's http status code.

getLayoutResponse_content :: Lens' GetLayoutResponse LayoutContent Source #

Information about which fields will be present in the layout, the order of the fields, and read-only attribute of the field.

getLayoutResponse_layoutArn :: Lens' GetLayoutResponse Text Source #

The Amazon Resource Name (ARN) of the newly created layout.

getLayoutResponse_layoutId :: Lens' GetLayoutResponse Text Source #

The unique identifier of the layout.

getLayoutResponse_name :: Lens' GetLayoutResponse Text Source #

The name of the layout. It must be unique.