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

Description

 
Synopsis

Documentation

data LayoutSections Source #

Ordered list containing different kinds of sections that can be added. A LayoutSections object can only contain one section.

See: newLayoutSections smart constructor.

Constructors

LayoutSections' 

Fields

Instances

Instances details
FromJSON LayoutSections Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.LayoutSections

ToJSON LayoutSections Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.LayoutSections

Generic LayoutSections Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.LayoutSections

Associated Types

type Rep LayoutSections :: Type -> Type #

Read LayoutSections Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.LayoutSections

Show LayoutSections Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.LayoutSections

NFData LayoutSections Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.LayoutSections

Methods

rnf :: LayoutSections -> () #

Eq LayoutSections Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.LayoutSections

Hashable LayoutSections Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.LayoutSections

type Rep LayoutSections Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.LayoutSections

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

newLayoutSections :: LayoutSections Source #

Create a value of LayoutSections 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:sections:LayoutSections', layoutSections_sections - Undocumented member.