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.Types.LayoutContent

Description

 
Synopsis

Documentation

data LayoutContent Source #

Object to store union of different versions of layout content.

See: newLayoutContent smart constructor.

Constructors

LayoutContent' 

Fields

  • basic :: Maybe BasicLayout

    Content specific to BasicLayout type. It configures fields in the top panel and More Info tab of Cases user interface.

Instances

Instances details
FromJSON LayoutContent Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.LayoutContent

ToJSON LayoutContent Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.LayoutContent

Generic LayoutContent Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.LayoutContent

Associated Types

type Rep LayoutContent :: Type -> Type #

Read LayoutContent Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.LayoutContent

Show LayoutContent Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.LayoutContent

NFData LayoutContent Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.LayoutContent

Methods

rnf :: LayoutContent -> () #

Eq LayoutContent Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.LayoutContent

Hashable LayoutContent Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.LayoutContent

type Rep LayoutContent Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.LayoutContent

type Rep LayoutContent = D1 ('MetaData "LayoutContent" "Amazonka.ConnectCases.Types.LayoutContent" "amazonka-connectcases-2.0-9RA5jvVYRVL9KmD8hfMfHn" 'False) (C1 ('MetaCons "LayoutContent'" 'PrefixI 'True) (S1 ('MetaSel ('Just "basic") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BasicLayout))))

newLayoutContent :: LayoutContent Source #

Create a value of LayoutContent 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:basic:LayoutContent', layoutContent_basic - Content specific to BasicLayout type. It configures fields in the top panel and More Info tab of Cases user interface.

layoutContent_basic :: Lens' LayoutContent (Maybe BasicLayout) Source #

Content specific to BasicLayout type. It configures fields in the top panel and More Info tab of Cases user interface.