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

Description

 
Synopsis

Documentation

data CommentFilter Source #

A filter for related items of type Comment.

See: newCommentFilter smart constructor.

Constructors

CommentFilter' 

Instances

Instances details
ToJSON CommentFilter Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.CommentFilter

Generic CommentFilter Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.CommentFilter

Associated Types

type Rep CommentFilter :: Type -> Type #

Read CommentFilter Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.CommentFilter

Show CommentFilter Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.CommentFilter

NFData CommentFilter Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.CommentFilter

Methods

rnf :: CommentFilter -> () #

Eq CommentFilter Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.CommentFilter

Hashable CommentFilter Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.CommentFilter

type Rep CommentFilter Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.CommentFilter

type Rep CommentFilter = D1 ('MetaData "CommentFilter" "Amazonka.ConnectCases.Types.CommentFilter" "amazonka-connectcases-2.0-9RA5jvVYRVL9KmD8hfMfHn" 'False) (C1 ('MetaCons "CommentFilter'" 'PrefixI 'False) (U1 :: Type -> Type))

newCommentFilter :: CommentFilter Source #

Create a value of CommentFilter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.