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

Description

 
Synopsis

Documentation

data Section Source #

This represents a sections within a panel or tab of the page layout.

See: newSection smart constructor.

Constructors

Section' 

Fields

Instances

Instances details
FromJSON Section Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.Section

ToJSON Section Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.Section

Generic Section Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.Section

Associated Types

type Rep Section :: Type -> Type #

Methods

from :: Section -> Rep Section x #

to :: Rep Section x -> Section #

Read Section Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.Section

Show Section Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.Section

NFData Section Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.Section

Methods

rnf :: Section -> () #

Eq Section Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.Section

Methods

(==) :: Section -> Section -> Bool #

(/=) :: Section -> Section -> Bool #

Hashable Section Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.Section

Methods

hashWithSalt :: Int -> Section -> Int #

hash :: Section -> Int #

type Rep Section Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.Section

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

newSection :: Section Source #

Create a value of Section 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:fieldGroup:Section', section_fieldGroup - Consists of a group of fields and associated properties.

section_fieldGroup :: Lens' Section (Maybe FieldGroup) Source #

Consists of a group of fields and associated properties.