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

Description

 
Synopsis

Service Configuration

defaultService :: Service Source #

API version 2022-10-03 of the Amazon Connect Cases SDK configuration.

Errors

_AccessDeniedException :: AsError a => Fold a ServiceError Source #

You do not have sufficient access to perform this action.

_ConflictException :: AsError a => Fold a ServiceError Source #

The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request. See the accompanying error message for details.

_InternalServerException :: AsError a => Fold a ServiceError Source #

We couldn't process your request because of an issue with the server. Try again later.

_ResourceNotFoundException :: AsError a => Fold a ServiceError Source #

We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.

_ServiceQuotaExceededException :: AsError a => Fold a ServiceError Source #

The service quota has been exceeded. For a list of service quotas, see Amazon Connect Service Quotas in the Amazon Connect Administrator Guide.

_ThrottlingException :: AsError a => Fold a ServiceError Source #

The rate has been exceeded for this API. Please try again after a few minutes.

_ValidationException :: AsError a => Fold a ServiceError Source #

The request isn't valid. Check the syntax and try again.

CommentBodyTextType

newtype CommentBodyTextType Source #

Instances

Instances details
FromJSON CommentBodyTextType Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.CommentBodyTextType

FromJSONKey CommentBodyTextType Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.CommentBodyTextType

ToJSON CommentBodyTextType Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.CommentBodyTextType

ToJSONKey CommentBodyTextType Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.CommentBodyTextType

ToByteString CommentBodyTextType Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.CommentBodyTextType

ToHeader CommentBodyTextType Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.CommentBodyTextType

ToLog CommentBodyTextType Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.CommentBodyTextType

ToQuery CommentBodyTextType Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.CommentBodyTextType

FromText CommentBodyTextType Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.CommentBodyTextType

ToText CommentBodyTextType Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.CommentBodyTextType

FromXML CommentBodyTextType Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.CommentBodyTextType

ToXML CommentBodyTextType Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.CommentBodyTextType

Generic CommentBodyTextType Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.CommentBodyTextType

Associated Types

type Rep CommentBodyTextType :: Type -> Type #

Read CommentBodyTextType Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.CommentBodyTextType

Show CommentBodyTextType Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.CommentBodyTextType

NFData CommentBodyTextType Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.CommentBodyTextType

Methods

rnf :: CommentBodyTextType -> () #

Eq CommentBodyTextType Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.CommentBodyTextType

Ord CommentBodyTextType Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.CommentBodyTextType

Hashable CommentBodyTextType Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.CommentBodyTextType

type Rep CommentBodyTextType Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.CommentBodyTextType

type Rep CommentBodyTextType = D1 ('MetaData "CommentBodyTextType" "Amazonka.ConnectCases.Types.CommentBodyTextType" "amazonka-connectcases-2.0-9RA5jvVYRVL9KmD8hfMfHn" 'True) (C1 ('MetaCons "CommentBodyTextType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCommentBodyTextType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DomainStatus

newtype DomainStatus Source #

Constructors

DomainStatus' 

Instances

Instances details
FromJSON DomainStatus Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.DomainStatus

FromJSONKey DomainStatus Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.DomainStatus

ToJSON DomainStatus Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.DomainStatus

ToJSONKey DomainStatus Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.DomainStatus

ToByteString DomainStatus Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.DomainStatus

ToHeader DomainStatus Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.DomainStatus

ToLog DomainStatus Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.DomainStatus

ToQuery DomainStatus Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.DomainStatus

FromText DomainStatus Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.DomainStatus

ToText DomainStatus Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.DomainStatus

Methods

toText :: DomainStatus -> Text #

FromXML DomainStatus Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.DomainStatus

ToXML DomainStatus Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.DomainStatus

Methods

toXML :: DomainStatus -> XML #

Generic DomainStatus Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.DomainStatus

Associated Types

type Rep DomainStatus :: Type -> Type #

Read DomainStatus Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.DomainStatus

Show DomainStatus Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.DomainStatus

NFData DomainStatus Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.DomainStatus

Methods

rnf :: DomainStatus -> () #

Eq DomainStatus Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.DomainStatus

Ord DomainStatus Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.DomainStatus

Hashable DomainStatus Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.DomainStatus

type Rep DomainStatus Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.DomainStatus

type Rep DomainStatus = D1 ('MetaData "DomainStatus" "Amazonka.ConnectCases.Types.DomainStatus" "amazonka-connectcases-2.0-9RA5jvVYRVL9KmD8hfMfHn" 'True) (C1 ('MetaCons "DomainStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDomainStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

FieldNamespace

newtype FieldNamespace Source #

Constructors

FieldNamespace' 

Instances

Instances details
FromJSON FieldNamespace Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldNamespace

FromJSONKey FieldNamespace Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldNamespace

ToJSON FieldNamespace Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldNamespace

ToJSONKey FieldNamespace Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldNamespace

ToByteString FieldNamespace Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldNamespace

ToHeader FieldNamespace Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldNamespace

ToLog FieldNamespace Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldNamespace

ToQuery FieldNamespace Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldNamespace

FromText FieldNamespace Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldNamespace

ToText FieldNamespace Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldNamespace

FromXML FieldNamespace Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldNamespace

ToXML FieldNamespace Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldNamespace

Methods

toXML :: FieldNamespace -> XML #

Generic FieldNamespace Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldNamespace

Associated Types

type Rep FieldNamespace :: Type -> Type #

Read FieldNamespace Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldNamespace

Show FieldNamespace Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldNamespace

NFData FieldNamespace Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldNamespace

Methods

rnf :: FieldNamespace -> () #

Eq FieldNamespace Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldNamespace

Ord FieldNamespace Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldNamespace

Hashable FieldNamespace Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldNamespace

type Rep FieldNamespace Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldNamespace

type Rep FieldNamespace = D1 ('MetaData "FieldNamespace" "Amazonka.ConnectCases.Types.FieldNamespace" "amazonka-connectcases-2.0-9RA5jvVYRVL9KmD8hfMfHn" 'True) (C1 ('MetaCons "FieldNamespace'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFieldNamespace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

FieldType

newtype FieldType Source #

Constructors

FieldType' 

Fields

Instances

Instances details
FromJSON FieldType Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldType

FromJSONKey FieldType Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldType

ToJSON FieldType Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldType

ToJSONKey FieldType Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldType

ToByteString FieldType Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldType

Methods

toBS :: FieldType -> ByteString #

ToHeader FieldType Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldType

ToLog FieldType Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldType

ToQuery FieldType Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldType

FromText FieldType Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldType

ToText FieldType Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldType

Methods

toText :: FieldType -> Text #

FromXML FieldType Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldType

ToXML FieldType Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldType

Methods

toXML :: FieldType -> XML #

Generic FieldType Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldType

Associated Types

type Rep FieldType :: Type -> Type #

Read FieldType Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldType

Show FieldType Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldType

NFData FieldType Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldType

Methods

rnf :: FieldType -> () #

Eq FieldType Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldType

Ord FieldType Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldType

Hashable FieldType Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldType

type Rep FieldType Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldType

type Rep FieldType = D1 ('MetaData "FieldType" "Amazonka.ConnectCases.Types.FieldType" "amazonka-connectcases-2.0-9RA5jvVYRVL9KmD8hfMfHn" 'True) (C1 ('MetaCons "FieldType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFieldType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Order

newtype Order Source #

Constructors

Order' 

Fields

Bundled Patterns

pattern Order_Asc :: Order 
pattern Order_Desc :: Order 

Instances

Instances details
FromJSON Order Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.Order

FromJSONKey Order Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.Order

ToJSON Order Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.Order

ToJSONKey Order Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.Order

ToByteString Order Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.Order

Methods

toBS :: Order -> ByteString #

ToHeader Order Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.Order

Methods

toHeader :: HeaderName -> Order -> [Header] #

ToLog Order Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.Order

ToQuery Order Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.Order

Methods

toQuery :: Order -> QueryString #

FromText Order Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.Order

ToText Order Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.Order

Methods

toText :: Order -> Text #

FromXML Order Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.Order

Methods

parseXML :: [Node] -> Either String Order #

ToXML Order Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.Order

Methods

toXML :: Order -> XML #

Generic Order Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.Order

Associated Types

type Rep Order :: Type -> Type #

Methods

from :: Order -> Rep Order x #

to :: Rep Order x -> Order #

Read Order Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.Order

Show Order Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.Order

Methods

showsPrec :: Int -> Order -> ShowS #

show :: Order -> String #

showList :: [Order] -> ShowS #

NFData Order Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.Order

Methods

rnf :: Order -> () #

Eq Order Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.Order

Methods

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

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

Ord Order Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.Order

Methods

compare :: Order -> Order -> Ordering #

(<) :: Order -> Order -> Bool #

(<=) :: Order -> Order -> Bool #

(>) :: Order -> Order -> Bool #

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

max :: Order -> Order -> Order #

min :: Order -> Order -> Order #

Hashable Order Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.Order

Methods

hashWithSalt :: Int -> Order -> Int #

hash :: Order -> Int #

type Rep Order Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.Order

type Rep Order = D1 ('MetaData "Order" "Amazonka.ConnectCases.Types.Order" "amazonka-connectcases-2.0-9RA5jvVYRVL9KmD8hfMfHn" 'True) (C1 ('MetaCons "Order'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RelatedItemType

newtype RelatedItemType Source #

Constructors

RelatedItemType' 

Instances

Instances details
FromJSON RelatedItemType Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.RelatedItemType

FromJSONKey RelatedItemType Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.RelatedItemType

ToJSON RelatedItemType Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.RelatedItemType

ToJSONKey RelatedItemType Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.RelatedItemType

ToByteString RelatedItemType Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.RelatedItemType

ToHeader RelatedItemType Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.RelatedItemType

ToLog RelatedItemType Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.RelatedItemType

ToQuery RelatedItemType Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.RelatedItemType

FromText RelatedItemType Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.RelatedItemType

ToText RelatedItemType Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.RelatedItemType

FromXML RelatedItemType Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.RelatedItemType

ToXML RelatedItemType Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.RelatedItemType

Methods

toXML :: RelatedItemType -> XML #

Generic RelatedItemType Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.RelatedItemType

Associated Types

type Rep RelatedItemType :: Type -> Type #

Read RelatedItemType Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.RelatedItemType

Show RelatedItemType Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.RelatedItemType

NFData RelatedItemType Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.RelatedItemType

Methods

rnf :: RelatedItemType -> () #

Eq RelatedItemType Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.RelatedItemType

Ord RelatedItemType Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.RelatedItemType

Hashable RelatedItemType Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.RelatedItemType

type Rep RelatedItemType Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.RelatedItemType

type Rep RelatedItemType = D1 ('MetaData "RelatedItemType" "Amazonka.ConnectCases.Types.RelatedItemType" "amazonka-connectcases-2.0-9RA5jvVYRVL9KmD8hfMfHn" 'True) (C1 ('MetaCons "RelatedItemType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRelatedItemType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TemplateStatus

newtype TemplateStatus Source #

Status of a template

Constructors

TemplateStatus' 

Instances

Instances details
FromJSON TemplateStatus Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.TemplateStatus

FromJSONKey TemplateStatus Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.TemplateStatus

ToJSON TemplateStatus Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.TemplateStatus

ToJSONKey TemplateStatus Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.TemplateStatus

ToByteString TemplateStatus Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.TemplateStatus

ToHeader TemplateStatus Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.TemplateStatus

ToLog TemplateStatus Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.TemplateStatus

ToQuery TemplateStatus Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.TemplateStatus

FromText TemplateStatus Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.TemplateStatus

ToText TemplateStatus Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.TemplateStatus

FromXML TemplateStatus Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.TemplateStatus

ToXML TemplateStatus Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.TemplateStatus

Methods

toXML :: TemplateStatus -> XML #

Generic TemplateStatus Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.TemplateStatus

Associated Types

type Rep TemplateStatus :: Type -> Type #

Read TemplateStatus Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.TemplateStatus

Show TemplateStatus Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.TemplateStatus

NFData TemplateStatus Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.TemplateStatus

Methods

rnf :: TemplateStatus -> () #

Eq TemplateStatus Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.TemplateStatus

Ord TemplateStatus Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.TemplateStatus

Hashable TemplateStatus Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.TemplateStatus

type Rep TemplateStatus Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.TemplateStatus

type Rep TemplateStatus = D1 ('MetaData "TemplateStatus" "Amazonka.ConnectCases.Types.TemplateStatus" "amazonka-connectcases-2.0-9RA5jvVYRVL9KmD8hfMfHn" 'True) (C1 ('MetaCons "TemplateStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTemplateStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

BasicLayout

data BasicLayout Source #

Content specific to BasicLayout type. It configures fields in the top panel and More Info tab of agent application.

See: newBasicLayout smart constructor.

Constructors

BasicLayout' 

Fields

Instances

Instances details
FromJSON BasicLayout Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.BasicLayout

ToJSON BasicLayout Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.BasicLayout

Generic BasicLayout Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.BasicLayout

Associated Types

type Rep BasicLayout :: Type -> Type #

Read BasicLayout Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.BasicLayout

Show BasicLayout Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.BasicLayout

NFData BasicLayout Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.BasicLayout

Methods

rnf :: BasicLayout -> () #

Eq BasicLayout Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.BasicLayout

Hashable BasicLayout Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.BasicLayout

type Rep BasicLayout Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.BasicLayout

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

newBasicLayout :: BasicLayout Source #

Create a value of BasicLayout 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:moreInfo:BasicLayout', basicLayout_moreInfo - This represents sections in a tab of the page layout.

$sel:topPanel:BasicLayout', basicLayout_topPanel - This represents sections in a panel of the page layout.

basicLayout_moreInfo :: Lens' BasicLayout (Maybe LayoutSections) Source #

This represents sections in a tab of the page layout.

basicLayout_topPanel :: Lens' BasicLayout (Maybe LayoutSections) Source #

This represents sections in a panel of the page layout.

CaseEventIncludedData

data CaseEventIncludedData Source #

Details of what case data is published through the case event stream.

See: newCaseEventIncludedData smart constructor.

Constructors

CaseEventIncludedData' 

Fields

Instances

Instances details
FromJSON CaseEventIncludedData Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.CaseEventIncludedData

ToJSON CaseEventIncludedData Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.CaseEventIncludedData

Generic CaseEventIncludedData Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.CaseEventIncludedData

Associated Types

type Rep CaseEventIncludedData :: Type -> Type #

Read CaseEventIncludedData Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.CaseEventIncludedData

Show CaseEventIncludedData Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.CaseEventIncludedData

NFData CaseEventIncludedData Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.CaseEventIncludedData

Methods

rnf :: CaseEventIncludedData -> () #

Eq CaseEventIncludedData Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.CaseEventIncludedData

Hashable CaseEventIncludedData Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.CaseEventIncludedData

type Rep CaseEventIncludedData Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.CaseEventIncludedData

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

newCaseEventIncludedData :: CaseEventIncludedData Source #

Create a value of CaseEventIncludedData 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:fields:CaseEventIncludedData', caseEventIncludedData_fields - List of field identifiers.

CaseFilter

data CaseFilter Source #

A filter for cases. Only one value can be provided.

See: newCaseFilter smart constructor.

Constructors

CaseFilter' 

Fields

Instances

Instances details
ToJSON CaseFilter Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.CaseFilter

Generic CaseFilter Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.CaseFilter

Associated Types

type Rep CaseFilter :: Type -> Type #

Read CaseFilter Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.CaseFilter

Show CaseFilter Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.CaseFilter

NFData CaseFilter Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.CaseFilter

Methods

rnf :: CaseFilter -> () #

Eq CaseFilter Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.CaseFilter

Hashable CaseFilter Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.CaseFilter

type Rep CaseFilter Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.CaseFilter

type Rep CaseFilter = D1 ('MetaData "CaseFilter" "Amazonka.ConnectCases.Types.CaseFilter" "amazonka-connectcases-2.0-9RA5jvVYRVL9KmD8hfMfHn" 'False) (C1 ('MetaCons "CaseFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "andAll") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CaseFilter])) :*: (S1 ('MetaSel ('Just "field") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FieldFilter)) :*: S1 ('MetaSel ('Just "not") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CaseFilter)))))

newCaseFilter :: CaseFilter Source #

Create a value of CaseFilter 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:andAll:CaseFilter', caseFilter_andAll - Provides "and all" filtering.

$sel:field:CaseFilter', caseFilter_field - A list of fields to filter on.

$sel:not:CaseFilter', caseFilter_not - Undocumented member.

caseFilter_andAll :: Lens' CaseFilter (Maybe [CaseFilter]) Source #

Provides "and all" filtering.

caseFilter_field :: Lens' CaseFilter (Maybe FieldFilter) Source #

A list of fields to filter on.

CaseSummary

data CaseSummary Source #

Case summary information.

See: newCaseSummary smart constructor.

Constructors

CaseSummary' 

Fields

Instances

Instances details
FromJSON CaseSummary Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.CaseSummary

Generic CaseSummary Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.CaseSummary

Associated Types

type Rep CaseSummary :: Type -> Type #

Read CaseSummary Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.CaseSummary

Show CaseSummary Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.CaseSummary

NFData CaseSummary Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.CaseSummary

Methods

rnf :: CaseSummary -> () #

Eq CaseSummary Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.CaseSummary

Hashable CaseSummary Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.CaseSummary

type Rep CaseSummary Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.CaseSummary

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

newCaseSummary Source #

Create a value of CaseSummary 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:caseId:CaseSummary', caseSummary_caseId - A unique identifier of the case.

$sel:templateId:CaseSummary', caseSummary_templateId - A unique identifier of a template.

caseSummary_caseId :: Lens' CaseSummary Text Source #

A unique identifier of the case.

caseSummary_templateId :: Lens' CaseSummary Text Source #

A unique identifier of a template.

CommentContent

data CommentContent Source #

Represents the content of a Comment to be returned to agents.

See: newCommentContent smart constructor.

Constructors

CommentContent' 

Fields

Instances

Instances details
FromJSON CommentContent Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.CommentContent

ToJSON CommentContent Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.CommentContent

Generic CommentContent Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.CommentContent

Associated Types

type Rep CommentContent :: Type -> Type #

Read CommentContent Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.CommentContent

Show CommentContent Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.CommentContent

NFData CommentContent Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.CommentContent

Methods

rnf :: CommentContent -> () #

Eq CommentContent Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.CommentContent

Hashable CommentContent Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.CommentContent

type Rep CommentContent Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.CommentContent

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

newCommentContent Source #

Create a value of CommentContent 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:body:CommentContent', commentContent_body - Text in the body of a Comment on a case.

$sel:contentType:CommentContent', commentContent_contentType - Type of the text in the box of a Comment on a case.

commentContent_body :: Lens' CommentContent Text Source #

Text in the body of a Comment on a case.

commentContent_contentType :: Lens' CommentContent CommentBodyTextType Source #

Type of the text in the box of a Comment on a case.

CommentFilter

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.

Contact

data Contact Source #

An object that represents an Amazon Connect contact object.

See: newContact smart constructor.

Constructors

Contact' 

Fields

Instances

Instances details
ToJSON Contact Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.Contact

Generic Contact Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.Contact

Associated Types

type Rep Contact :: Type -> Type #

Methods

from :: Contact -> Rep Contact x #

to :: Rep Contact x -> Contact #

Read Contact Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.Contact

Show Contact Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.Contact

NFData Contact Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.Contact

Methods

rnf :: Contact -> () #

Eq Contact Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.Contact

Methods

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

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

Hashable Contact Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.Contact

Methods

hashWithSalt :: Int -> Contact -> Int #

hash :: Contact -> Int #

type Rep Contact Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.Contact

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

newContact Source #

Create a value of Contact 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:contactArn:Contact', contact_contactArn - A unique identifier of a contact in Amazon Connect.

contact_contactArn :: Lens' Contact Text Source #

A unique identifier of a contact in Amazon Connect.

ContactContent

data ContactContent Source #

An object that represents a content of an Amazon Connect contact object.

See: newContactContent smart constructor.

Constructors

ContactContent' 

Fields

  • channel :: Text

    A list of channels to filter on for related items of type Contact.

  • connectedToSystemTime :: ISO8601

    The difference between the InitiationTimestamp and the DisconnectTimestamp of the contact.

  • contactArn :: Text

    A unique identifier of a contact in Amazon Connect.

Instances

Instances details
FromJSON ContactContent Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.ContactContent

Generic ContactContent Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.ContactContent

Associated Types

type Rep ContactContent :: Type -> Type #

Read ContactContent Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.ContactContent

Show ContactContent Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.ContactContent

NFData ContactContent Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.ContactContent

Methods

rnf :: ContactContent -> () #

Eq ContactContent Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.ContactContent

Hashable ContactContent Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.ContactContent

type Rep ContactContent Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.ContactContent

type Rep ContactContent = D1 ('MetaData "ContactContent" "Amazonka.ConnectCases.Types.ContactContent" "amazonka-connectcases-2.0-9RA5jvVYRVL9KmD8hfMfHn" 'False) (C1 ('MetaCons "ContactContent'" 'PrefixI 'True) (S1 ('MetaSel ('Just "channel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "connectedToSystemTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ISO8601) :*: S1 ('MetaSel ('Just "contactArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newContactContent Source #

Create a value of ContactContent 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:channel:ContactContent', contactContent_channel - A list of channels to filter on for related items of type Contact.

$sel:connectedToSystemTime:ContactContent', contactContent_connectedToSystemTime - The difference between the InitiationTimestamp and the DisconnectTimestamp of the contact.

$sel:contactArn:ContactContent', contactContent_contactArn - A unique identifier of a contact in Amazon Connect.

contactContent_channel :: Lens' ContactContent Text Source #

A list of channels to filter on for related items of type Contact.

contactContent_connectedToSystemTime :: Lens' ContactContent UTCTime Source #

The difference between the InitiationTimestamp and the DisconnectTimestamp of the contact.

contactContent_contactArn :: Lens' ContactContent Text Source #

A unique identifier of a contact in Amazon Connect.

ContactFilter

data ContactFilter Source #

A filter for related items of type Contact.

See: newContactFilter smart constructor.

Constructors

ContactFilter' 

Fields

Instances

Instances details
ToJSON ContactFilter Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.ContactFilter

Generic ContactFilter Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.ContactFilter

Associated Types

type Rep ContactFilter :: Type -> Type #

Read ContactFilter Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.ContactFilter

Show ContactFilter Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.ContactFilter

NFData ContactFilter Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.ContactFilter

Methods

rnf :: ContactFilter -> () #

Eq ContactFilter Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.ContactFilter

Hashable ContactFilter Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.ContactFilter

type Rep ContactFilter Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.ContactFilter

type Rep ContactFilter = D1 ('MetaData "ContactFilter" "Amazonka.ConnectCases.Types.ContactFilter" "amazonka-connectcases-2.0-9RA5jvVYRVL9KmD8hfMfHn" 'False) (C1 ('MetaCons "ContactFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "channel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "contactArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newContactFilter :: ContactFilter Source #

Create a value of ContactFilter 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:channel:ContactFilter', contactFilter_channel - A list of channels to filter on for related items of type Contact.

$sel:contactArn:ContactFilter', contactFilter_contactArn - A unique identifier of a contact in Amazon Connect.

contactFilter_channel :: Lens' ContactFilter (Maybe [Text]) Source #

A list of channels to filter on for related items of type Contact.

contactFilter_contactArn :: Lens' ContactFilter (Maybe Text) Source #

A unique identifier of a contact in Amazon Connect.

DomainSummary

data DomainSummary Source #

Object for the summarized details of the domain.

See: newDomainSummary smart constructor.

Constructors

DomainSummary' 

Fields

Instances

Instances details
FromJSON DomainSummary Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.DomainSummary

Generic DomainSummary Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.DomainSummary

Associated Types

type Rep DomainSummary :: Type -> Type #

Read DomainSummary Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.DomainSummary

Show DomainSummary Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.DomainSummary

NFData DomainSummary Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.DomainSummary

Methods

rnf :: DomainSummary -> () #

Eq DomainSummary Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.DomainSummary

Hashable DomainSummary Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.DomainSummary

type Rep DomainSummary Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.DomainSummary

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

newDomainSummary Source #

Create a value of DomainSummary 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:domainArn:DomainSummary', domainSummary_domainArn - The Amazon Resource Name (ARN) of the domain.

$sel:domainId:DomainSummary', domainSummary_domainId - The unique identifier of the domain.

$sel:name:DomainSummary', domainSummary_name - The name of the domain.

domainSummary_domainArn :: Lens' DomainSummary Text Source #

The Amazon Resource Name (ARN) of the domain.

domainSummary_domainId :: Lens' DomainSummary Text Source #

The unique identifier of the domain.

EventBridgeConfiguration

data EventBridgeConfiguration Source #

Configuration to enable EventBridge case event delivery and determine what data is delivered.

See: newEventBridgeConfiguration smart constructor.

Constructors

EventBridgeConfiguration' 

Fields

Instances

Instances details
FromJSON EventBridgeConfiguration Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.EventBridgeConfiguration

ToJSON EventBridgeConfiguration Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.EventBridgeConfiguration

Generic EventBridgeConfiguration Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.EventBridgeConfiguration

Associated Types

type Rep EventBridgeConfiguration :: Type -> Type #

Read EventBridgeConfiguration Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.EventBridgeConfiguration

Show EventBridgeConfiguration Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.EventBridgeConfiguration

NFData EventBridgeConfiguration Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.EventBridgeConfiguration

Eq EventBridgeConfiguration Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.EventBridgeConfiguration

Hashable EventBridgeConfiguration Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.EventBridgeConfiguration

type Rep EventBridgeConfiguration Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.EventBridgeConfiguration

type Rep EventBridgeConfiguration = D1 ('MetaData "EventBridgeConfiguration" "Amazonka.ConnectCases.Types.EventBridgeConfiguration" "amazonka-connectcases-2.0-9RA5jvVYRVL9KmD8hfMfHn" 'False) (C1 ('MetaCons "EventBridgeConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "includedData") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EventIncludedData)) :*: S1 ('MetaSel ('Just "enabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool)))

newEventBridgeConfiguration Source #

Create a value of EventBridgeConfiguration 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:includedData:EventBridgeConfiguration', eventBridgeConfiguration_includedData - Details of what case and related item data is published through the case event stream.

$sel:enabled:EventBridgeConfiguration', eventBridgeConfiguration_enabled - Indicates whether the to broadcast case event data to the customer.

eventBridgeConfiguration_includedData :: Lens' EventBridgeConfiguration (Maybe EventIncludedData) Source #

Details of what case and related item data is published through the case event stream.

eventBridgeConfiguration_enabled :: Lens' EventBridgeConfiguration Bool Source #

Indicates whether the to broadcast case event data to the customer.

EventIncludedData

data EventIncludedData Source #

Details of what case and related item data is published through the case event stream.

See: newEventIncludedData smart constructor.

Constructors

EventIncludedData' 

Fields

Instances

Instances details
FromJSON EventIncludedData Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.EventIncludedData

ToJSON EventIncludedData Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.EventIncludedData

Generic EventIncludedData Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.EventIncludedData

Associated Types

type Rep EventIncludedData :: Type -> Type #

Read EventIncludedData Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.EventIncludedData

Show EventIncludedData Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.EventIncludedData

NFData EventIncludedData Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.EventIncludedData

Methods

rnf :: EventIncludedData -> () #

Eq EventIncludedData Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.EventIncludedData

Hashable EventIncludedData Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.EventIncludedData

type Rep EventIncludedData Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.EventIncludedData

type Rep EventIncludedData = D1 ('MetaData "EventIncludedData" "Amazonka.ConnectCases.Types.EventIncludedData" "amazonka-connectcases-2.0-9RA5jvVYRVL9KmD8hfMfHn" 'False) (C1 ('MetaCons "EventIncludedData'" 'PrefixI 'True) (S1 ('MetaSel ('Just "caseData") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CaseEventIncludedData)) :*: S1 ('MetaSel ('Just "relatedItemData") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RelatedItemEventIncludedData))))

newEventIncludedData :: EventIncludedData Source #

Create a value of EventIncludedData 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:caseData:EventIncludedData', eventIncludedData_caseData - Details of what case data is published through the case event stream.

$sel:relatedItemData:EventIncludedData', eventIncludedData_relatedItemData - Details of what related item data is published through the case event stream.

eventIncludedData_caseData :: Lens' EventIncludedData (Maybe CaseEventIncludedData) Source #

Details of what case data is published through the case event stream.

eventIncludedData_relatedItemData :: Lens' EventIncludedData (Maybe RelatedItemEventIncludedData) Source #

Details of what related item data is published through the case event stream.

FieldError

data FieldError Source #

Object for errors on fields.

See: newFieldError smart constructor.

Constructors

FieldError' 

Fields

Instances

Instances details
FromJSON FieldError Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldError

Generic FieldError Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldError

Associated Types

type Rep FieldError :: Type -> Type #

Read FieldError Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldError

Show FieldError Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldError

NFData FieldError Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldError

Methods

rnf :: FieldError -> () #

Eq FieldError Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldError

Hashable FieldError Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldError

type Rep FieldError Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldError

type Rep FieldError = D1 ('MetaData "FieldError" "Amazonka.ConnectCases.Types.FieldError" "amazonka-connectcases-2.0-9RA5jvVYRVL9KmD8hfMfHn" 'False) (C1 ('MetaCons "FieldError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newFieldError Source #

Create a value of FieldError 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:message:FieldError', fieldError_message - The error message from getting a field.

$sel:errorCode:FieldError', fieldError_errorCode - The error code from getting a field.

$sel:id:FieldError', fieldError_id - The field identifier that caused the error.

fieldError_message :: Lens' FieldError (Maybe Text) Source #

The error message from getting a field.

fieldError_errorCode :: Lens' FieldError Text Source #

The error code from getting a field.

fieldError_id :: Lens' FieldError Text Source #

The field identifier that caused the error.

FieldFilter

data FieldFilter Source #

A filter for fields. Only one value can be provided.

See: newFieldFilter smart constructor.

Constructors

FieldFilter' 

Fields

Instances

Instances details
ToJSON FieldFilter Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldFilter

Generic FieldFilter Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldFilter

Associated Types

type Rep FieldFilter :: Type -> Type #

Read FieldFilter Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldFilter

Show FieldFilter Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldFilter

NFData FieldFilter Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldFilter

Methods

rnf :: FieldFilter -> () #

Eq FieldFilter Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldFilter

Hashable FieldFilter Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldFilter

type Rep FieldFilter Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldFilter

type Rep FieldFilter = D1 ('MetaData "FieldFilter" "Amazonka.ConnectCases.Types.FieldFilter" "amazonka-connectcases-2.0-9RA5jvVYRVL9KmD8hfMfHn" 'False) (C1 ('MetaCons "FieldFilter'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "contains") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FieldValue)) :*: (S1 ('MetaSel ('Just "equalTo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FieldValue)) :*: S1 ('MetaSel ('Just "greaterThan") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FieldValue)))) :*: (S1 ('MetaSel ('Just "greaterThanOrEqualTo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FieldValue)) :*: (S1 ('MetaSel ('Just "lessThan") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FieldValue)) :*: S1 ('MetaSel ('Just "lessThanOrEqualTo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FieldValue))))))

newFieldFilter :: FieldFilter Source #

Create a value of FieldFilter 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:contains:FieldFilter', fieldFilter_contains - Object containing field identifier and value information.

$sel:equalTo:FieldFilter', fieldFilter_equalTo - Object containing field identifier and value information.

$sel:greaterThan:FieldFilter', fieldFilter_greaterThan - Object containing field identifier and value information.

$sel:greaterThanOrEqualTo:FieldFilter', fieldFilter_greaterThanOrEqualTo - Object containing field identifier and value information.

$sel:lessThan:FieldFilter', fieldFilter_lessThan - Object containing field identifier and value information.

$sel:lessThanOrEqualTo:FieldFilter', fieldFilter_lessThanOrEqualTo - Object containing field identifier and value information.

fieldFilter_contains :: Lens' FieldFilter (Maybe FieldValue) Source #

Object containing field identifier and value information.

fieldFilter_equalTo :: Lens' FieldFilter (Maybe FieldValue) Source #

Object containing field identifier and value information.

fieldFilter_greaterThan :: Lens' FieldFilter (Maybe FieldValue) Source #

Object containing field identifier and value information.

fieldFilter_greaterThanOrEqualTo :: Lens' FieldFilter (Maybe FieldValue) Source #

Object containing field identifier and value information.

fieldFilter_lessThan :: Lens' FieldFilter (Maybe FieldValue) Source #

Object containing field identifier and value information.

fieldFilter_lessThanOrEqualTo :: Lens' FieldFilter (Maybe FieldValue) Source #

Object containing field identifier and value information.

FieldGroup

data FieldGroup Source #

Object for a group of fields and associated properties.

See: newFieldGroup smart constructor.

Constructors

FieldGroup' 

Fields

Instances

Instances details
FromJSON FieldGroup Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldGroup

ToJSON FieldGroup Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldGroup

Generic FieldGroup Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldGroup

Associated Types

type Rep FieldGroup :: Type -> Type #

Read FieldGroup Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldGroup

Show FieldGroup Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldGroup

NFData FieldGroup Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldGroup

Methods

rnf :: FieldGroup -> () #

Eq FieldGroup Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldGroup

Hashable FieldGroup Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldGroup

type Rep FieldGroup Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldGroup

type Rep FieldGroup = D1 ('MetaData "FieldGroup" "Amazonka.ConnectCases.Types.FieldGroup" "amazonka-connectcases-2.0-9RA5jvVYRVL9KmD8hfMfHn" 'False) (C1 ('MetaCons "FieldGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "fields") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [FieldItem])))

newFieldGroup :: FieldGroup Source #

Create a value of FieldGroup 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:name:FieldGroup', fieldGroup_name - Name of the field group.

$sel:fields:FieldGroup', fieldGroup_fields - Represents an ordered list containing field related information.

fieldGroup_name :: Lens' FieldGroup (Maybe Text) Source #

Name of the field group.

fieldGroup_fields :: Lens' FieldGroup [FieldItem] Source #

Represents an ordered list containing field related information.

FieldIdentifier

data FieldIdentifier Source #

Object for unique identifier of a field.

See: newFieldIdentifier smart constructor.

Constructors

FieldIdentifier' 

Fields

  • id :: Text

    Unique identifier of a field.

Instances

Instances details
FromJSON FieldIdentifier Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldIdentifier

ToJSON FieldIdentifier Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldIdentifier

Generic FieldIdentifier Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldIdentifier

Associated Types

type Rep FieldIdentifier :: Type -> Type #

Read FieldIdentifier Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldIdentifier

Show FieldIdentifier Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldIdentifier

NFData FieldIdentifier Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldIdentifier

Methods

rnf :: FieldIdentifier -> () #

Eq FieldIdentifier Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldIdentifier

Hashable FieldIdentifier Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldIdentifier

type Rep FieldIdentifier Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldIdentifier

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

newFieldIdentifier Source #

Create a value of FieldIdentifier 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:id:FieldIdentifier', fieldIdentifier_id - Unique identifier of a field.

fieldIdentifier_id :: Lens' FieldIdentifier Text Source #

Unique identifier of a field.

FieldItem

data FieldItem Source #

Object for field related information.

See: newFieldItem smart constructor.

Constructors

FieldItem' 

Fields

  • id :: Text

    Unique identifier of a field.

Instances

Instances details
FromJSON FieldItem Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldItem

ToJSON FieldItem Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldItem

Generic FieldItem Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldItem

Associated Types

type Rep FieldItem :: Type -> Type #

Read FieldItem Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldItem

Show FieldItem Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldItem

NFData FieldItem Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldItem

Methods

rnf :: FieldItem -> () #

Eq FieldItem Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldItem

Hashable FieldItem Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldItem

type Rep FieldItem Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldItem

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

newFieldItem Source #

Create a value of FieldItem 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:id:FieldItem', fieldItem_id - Unique identifier of a field.

fieldItem_id :: Lens' FieldItem Text Source #

Unique identifier of a field.

FieldOption

data FieldOption Source #

Object for field Options information.

See: newFieldOption smart constructor.

Constructors

FieldOption' 

Fields

  • active :: Bool

    Describes whether the FieldOption is active (displayed) or inactive.

  • name :: Text

    FieldOptionName has max length 100 and disallows trailing spaces.

  • value :: Text

    FieldOptionValue has max length 100 and must be alphanumeric with hyphens and underscores.

Instances

Instances details
FromJSON FieldOption Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldOption

ToJSON FieldOption Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldOption

Generic FieldOption Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldOption

Associated Types

type Rep FieldOption :: Type -> Type #

Read FieldOption Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldOption

Show FieldOption Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldOption

NFData FieldOption Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldOption

Methods

rnf :: FieldOption -> () #

Eq FieldOption Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldOption

Hashable FieldOption Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldOption

type Rep FieldOption Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldOption

type Rep FieldOption = D1 ('MetaData "FieldOption" "Amazonka.ConnectCases.Types.FieldOption" "amazonka-connectcases-2.0-9RA5jvVYRVL9KmD8hfMfHn" 'False) (C1 ('MetaCons "FieldOption'" 'PrefixI 'True) (S1 ('MetaSel ('Just "active") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newFieldOption Source #

Create a value of FieldOption 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:active:FieldOption', fieldOption_active - Describes whether the FieldOption is active (displayed) or inactive.

$sel:name:FieldOption', fieldOption_name - FieldOptionName has max length 100 and disallows trailing spaces.

$sel:value:FieldOption', fieldOption_value - FieldOptionValue has max length 100 and must be alphanumeric with hyphens and underscores.

fieldOption_active :: Lens' FieldOption Bool Source #

Describes whether the FieldOption is active (displayed) or inactive.

fieldOption_name :: Lens' FieldOption Text Source #

FieldOptionName has max length 100 and disallows trailing spaces.

fieldOption_value :: Lens' FieldOption Text Source #

FieldOptionValue has max length 100 and must be alphanumeric with hyphens and underscores.

FieldOptionError

data FieldOptionError Source #

Object for field Options errors.

See: newFieldOptionError smart constructor.

Constructors

FieldOptionError' 

Fields

  • errorCode :: Text

    Error code from creating or updating field option.

  • message :: Text

    Error message from creating or updating field option.

  • value :: Text

    The field option value that caused the error.

Instances

Instances details
FromJSON FieldOptionError Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldOptionError

Generic FieldOptionError Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldOptionError

Associated Types

type Rep FieldOptionError :: Type -> Type #

Read FieldOptionError Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldOptionError

Show FieldOptionError Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldOptionError

NFData FieldOptionError Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldOptionError

Methods

rnf :: FieldOptionError -> () #

Eq FieldOptionError Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldOptionError

Hashable FieldOptionError Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldOptionError

type Rep FieldOptionError Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldOptionError

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

newFieldOptionError Source #

Create a value of FieldOptionError 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:errorCode:FieldOptionError', fieldOptionError_errorCode - Error code from creating or updating field option.

$sel:message:FieldOptionError', fieldOptionError_message - Error message from creating or updating field option.

$sel:value:FieldOptionError', fieldOptionError_value - The field option value that caused the error.

fieldOptionError_errorCode :: Lens' FieldOptionError Text Source #

Error code from creating or updating field option.

fieldOptionError_message :: Lens' FieldOptionError Text Source #

Error message from creating or updating field option.

fieldOptionError_value :: Lens' FieldOptionError Text Source #

The field option value that caused the error.

FieldSummary

data FieldSummary Source #

Object for the summarized details of the field.

See: newFieldSummary smart constructor.

Constructors

FieldSummary' 

Fields

Instances

Instances details
FromJSON FieldSummary Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldSummary

Generic FieldSummary Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldSummary

Associated Types

type Rep FieldSummary :: Type -> Type #

Read FieldSummary Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldSummary

Show FieldSummary Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldSummary

NFData FieldSummary Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldSummary

Methods

rnf :: FieldSummary -> () #

Eq FieldSummary Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldSummary

Hashable FieldSummary Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldSummary

type Rep FieldSummary Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldSummary

type Rep FieldSummary = D1 ('MetaData "FieldSummary" "Amazonka.ConnectCases.Types.FieldSummary" "amazonka-connectcases-2.0-9RA5jvVYRVL9KmD8hfMfHn" 'False) (C1 ('MetaCons "FieldSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "fieldArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "fieldId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "namespace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FieldNamespace) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FieldType)))))

newFieldSummary Source #

Create a value of FieldSummary 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:fieldArn:FieldSummary', fieldSummary_fieldArn - The Amazon Resource Name (ARN) of the field.

$sel:fieldId:FieldSummary', fieldSummary_fieldId - The unique identifier of a field.

$sel:name:FieldSummary', fieldSummary_name - Name of the field.

$sel:namespace:FieldSummary', fieldSummary_namespace - The namespace of a field.

$sel:type':FieldSummary', fieldSummary_type - The type of a field.

fieldSummary_fieldArn :: Lens' FieldSummary Text Source #

The Amazon Resource Name (ARN) of the field.

fieldSummary_fieldId :: Lens' FieldSummary Text Source #

The unique identifier of a field.

FieldValue

data FieldValue Source #

Object for case field values.

See: newFieldValue smart constructor.

Constructors

FieldValue' 

Fields

Instances

Instances details
FromJSON FieldValue Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldValue

ToJSON FieldValue Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldValue

Generic FieldValue Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldValue

Associated Types

type Rep FieldValue :: Type -> Type #

Read FieldValue Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldValue

Show FieldValue Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldValue

NFData FieldValue Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldValue

Methods

rnf :: FieldValue -> () #

Eq FieldValue Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldValue

Hashable FieldValue Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldValue

type Rep FieldValue Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldValue

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

newFieldValue Source #

Create a value of FieldValue 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:id:FieldValue', fieldValue_id - Unique identifier of a field.

$sel:value:FieldValue', fieldValue_value - Union of potential field value types.

fieldValue_id :: Lens' FieldValue Text Source #

Unique identifier of a field.

fieldValue_value :: Lens' FieldValue FieldValueUnion Source #

Union of potential field value types.

FieldValueUnion

data FieldValueUnion Source #

Object to store union of Field values.

See: newFieldValueUnion smart constructor.

Constructors

FieldValueUnion' 

Fields

Instances

Instances details
FromJSON FieldValueUnion Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldValueUnion

ToJSON FieldValueUnion Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldValueUnion

Generic FieldValueUnion Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldValueUnion

Associated Types

type Rep FieldValueUnion :: Type -> Type #

Read FieldValueUnion Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldValueUnion

Show FieldValueUnion Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldValueUnion

NFData FieldValueUnion Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldValueUnion

Methods

rnf :: FieldValueUnion -> () #

Eq FieldValueUnion Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldValueUnion

Hashable FieldValueUnion Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldValueUnion

type Rep FieldValueUnion Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldValueUnion

type Rep FieldValueUnion = D1 ('MetaData "FieldValueUnion" "Amazonka.ConnectCases.Types.FieldValueUnion" "amazonka-connectcases-2.0-9RA5jvVYRVL9KmD8hfMfHn" 'False) (C1 ('MetaCons "FieldValueUnion'" 'PrefixI 'True) (S1 ('MetaSel ('Just "booleanValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "doubleValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "stringValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newFieldValueUnion :: FieldValueUnion Source #

Create a value of FieldValueUnion 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:booleanValue:FieldValueUnion', fieldValueUnion_booleanValue - Can be either null, or have a Boolean value type. Only one value can be provided.

$sel:doubleValue:FieldValueUnion', fieldValueUnion_doubleValue - Can be either null, or have a Double number value type. Only one value can be provided.

$sel:stringValue:FieldValueUnion', fieldValueUnion_stringValue - String value type.

fieldValueUnion_booleanValue :: Lens' FieldValueUnion (Maybe Bool) Source #

Can be either null, or have a Boolean value type. Only one value can be provided.

fieldValueUnion_doubleValue :: Lens' FieldValueUnion (Maybe Double) Source #

Can be either null, or have a Double number value type. Only one value can be provided.

GetFieldResponse

data GetFieldResponse Source #

Object to store detailed field information.

See: newGetFieldResponse smart constructor.

Constructors

GetFieldResponse' 

Fields

Instances

Instances details
FromJSON GetFieldResponse Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.GetFieldResponse

Generic GetFieldResponse Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.GetFieldResponse

Associated Types

type Rep GetFieldResponse :: Type -> Type #

Read GetFieldResponse Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.GetFieldResponse

Show GetFieldResponse Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.GetFieldResponse

NFData GetFieldResponse Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.GetFieldResponse

Methods

rnf :: GetFieldResponse -> () #

Eq GetFieldResponse Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.GetFieldResponse

Hashable GetFieldResponse Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.GetFieldResponse

type Rep GetFieldResponse Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.GetFieldResponse

newGetFieldResponse Source #

Create a value of GetFieldResponse 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:description:GetFieldResponse', getFieldResponse_description - Description of the field.

$sel:tags:GetFieldResponse', getFieldResponse_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:fieldArn:GetFieldResponse', getFieldResponse_fieldArn - The Amazon Resource Name (ARN) of the field.

$sel:fieldId:GetFieldResponse', getFieldResponse_fieldId - Unique identifier of the field.

$sel:name:GetFieldResponse', getFieldResponse_name - Name of the field.

$sel:namespace:GetFieldResponse', getFieldResponse_namespace - Namespace of the field.

$sel:type':GetFieldResponse', getFieldResponse_type - Type of the field.

getFieldResponse_tags :: Lens' GetFieldResponse (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.

getFieldResponse_fieldArn :: Lens' GetFieldResponse Text Source #

The Amazon Resource Name (ARN) of the field.

getFieldResponse_fieldId :: Lens' GetFieldResponse Text Source #

Unique identifier of the field.

LayoutConfiguration

data LayoutConfiguration Source #

Object to store configuration of layouts associated to the template.

See: newLayoutConfiguration smart constructor.

Constructors

LayoutConfiguration' 

Fields

Instances

Instances details
FromJSON LayoutConfiguration Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.LayoutConfiguration

ToJSON LayoutConfiguration Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.LayoutConfiguration

Generic LayoutConfiguration Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.LayoutConfiguration

Associated Types

type Rep LayoutConfiguration :: Type -> Type #

Read LayoutConfiguration Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.LayoutConfiguration

Show LayoutConfiguration Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.LayoutConfiguration

NFData LayoutConfiguration Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.LayoutConfiguration

Methods

rnf :: LayoutConfiguration -> () #

Eq LayoutConfiguration Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.LayoutConfiguration

Hashable LayoutConfiguration Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.LayoutConfiguration

type Rep LayoutConfiguration Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.LayoutConfiguration

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

newLayoutConfiguration :: LayoutConfiguration Source #

Create a value of LayoutConfiguration 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:defaultLayout:LayoutConfiguration', layoutConfiguration_defaultLayout - Unique identifier of a layout.

LayoutContent

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.

LayoutSections

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.

LayoutSummary

data LayoutSummary Source #

Object for the summarized details of the layout.

See: newLayoutSummary smart constructor.

Constructors

LayoutSummary' 

Fields

Instances

Instances details
FromJSON LayoutSummary Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.LayoutSummary

Generic LayoutSummary Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.LayoutSummary

Associated Types

type Rep LayoutSummary :: Type -> Type #

Read LayoutSummary Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.LayoutSummary

Show LayoutSummary Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.LayoutSummary

NFData LayoutSummary Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.LayoutSummary

Methods

rnf :: LayoutSummary -> () #

Eq LayoutSummary Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.LayoutSummary

Hashable LayoutSummary Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.LayoutSummary

type Rep LayoutSummary Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.LayoutSummary

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

newLayoutSummary Source #

Create a value of LayoutSummary 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:layoutArn:LayoutSummary', layoutSummary_layoutArn - The Amazon Resource Name (ARN) of the layout.

$sel:layoutId:LayoutSummary', layoutSummary_layoutId - The unique identifier for of the layout.

$sel:name:LayoutSummary', layoutSummary_name - The name of the layout.

layoutSummary_layoutArn :: Lens' LayoutSummary Text Source #

The Amazon Resource Name (ARN) of the layout.

layoutSummary_layoutId :: Lens' LayoutSummary Text Source #

The unique identifier for of the layout.

RelatedItemContent

data RelatedItemContent Source #

Represents the content of a particular type of related item.

See: newRelatedItemContent smart constructor.

Constructors

RelatedItemContent' 

Fields

Instances

Instances details
FromJSON RelatedItemContent Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.RelatedItemContent

Generic RelatedItemContent Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.RelatedItemContent

Associated Types

type Rep RelatedItemContent :: Type -> Type #

Read RelatedItemContent Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.RelatedItemContent

Show RelatedItemContent Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.RelatedItemContent

NFData RelatedItemContent Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.RelatedItemContent

Methods

rnf :: RelatedItemContent -> () #

Eq RelatedItemContent Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.RelatedItemContent

Hashable RelatedItemContent Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.RelatedItemContent

type Rep RelatedItemContent Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.RelatedItemContent

type Rep RelatedItemContent = D1 ('MetaData "RelatedItemContent" "Amazonka.ConnectCases.Types.RelatedItemContent" "amazonka-connectcases-2.0-9RA5jvVYRVL9KmD8hfMfHn" 'False) (C1 ('MetaCons "RelatedItemContent'" 'PrefixI 'True) (S1 ('MetaSel ('Just "comment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CommentContent)) :*: S1 ('MetaSel ('Just "contact") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ContactContent))))

newRelatedItemContent :: RelatedItemContent Source #

Create a value of RelatedItemContent 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:comment:RelatedItemContent', relatedItemContent_comment - Represents the content of a comment to be returned to agents.

$sel:contact:RelatedItemContent', relatedItemContent_contact - Represents the content of a contact to be returned to agents.

relatedItemContent_comment :: Lens' RelatedItemContent (Maybe CommentContent) Source #

Represents the content of a comment to be returned to agents.

relatedItemContent_contact :: Lens' RelatedItemContent (Maybe ContactContent) Source #

Represents the content of a contact to be returned to agents.

RelatedItemEventIncludedData

data RelatedItemEventIncludedData Source #

Details of what related item data is published through the case event stream.

See: newRelatedItemEventIncludedData smart constructor.

Constructors

RelatedItemEventIncludedData' 

Fields

  • includeContent :: Bool

    Details of what related item data is published through the case event stream.

Instances

Instances details
FromJSON RelatedItemEventIncludedData Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.RelatedItemEventIncludedData

ToJSON RelatedItemEventIncludedData Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.RelatedItemEventIncludedData

Generic RelatedItemEventIncludedData Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.RelatedItemEventIncludedData

Associated Types

type Rep RelatedItemEventIncludedData :: Type -> Type #

Read RelatedItemEventIncludedData Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.RelatedItemEventIncludedData

Show RelatedItemEventIncludedData Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.RelatedItemEventIncludedData

NFData RelatedItemEventIncludedData Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.RelatedItemEventIncludedData

Eq RelatedItemEventIncludedData Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.RelatedItemEventIncludedData

Hashable RelatedItemEventIncludedData Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.RelatedItemEventIncludedData

type Rep RelatedItemEventIncludedData Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.RelatedItemEventIncludedData

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

newRelatedItemEventIncludedData Source #

Create a value of RelatedItemEventIncludedData 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:includeContent:RelatedItemEventIncludedData', relatedItemEventIncludedData_includeContent - Details of what related item data is published through the case event stream.

relatedItemEventIncludedData_includeContent :: Lens' RelatedItemEventIncludedData Bool Source #

Details of what related item data is published through the case event stream.

RelatedItemInputContent

data RelatedItemInputContent Source #

Represents the content of a related item to be created.

See: newRelatedItemInputContent smart constructor.

Constructors

RelatedItemInputContent' 

Fields

Instances

Instances details
ToJSON RelatedItemInputContent Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.RelatedItemInputContent

Generic RelatedItemInputContent Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.RelatedItemInputContent

Associated Types

type Rep RelatedItemInputContent :: Type -> Type #

Read RelatedItemInputContent Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.RelatedItemInputContent

Show RelatedItemInputContent Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.RelatedItemInputContent

NFData RelatedItemInputContent Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.RelatedItemInputContent

Methods

rnf :: RelatedItemInputContent -> () #

Eq RelatedItemInputContent Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.RelatedItemInputContent

Hashable RelatedItemInputContent Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.RelatedItemInputContent

type Rep RelatedItemInputContent Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.RelatedItemInputContent

type Rep RelatedItemInputContent = D1 ('MetaData "RelatedItemInputContent" "Amazonka.ConnectCases.Types.RelatedItemInputContent" "amazonka-connectcases-2.0-9RA5jvVYRVL9KmD8hfMfHn" 'False) (C1 ('MetaCons "RelatedItemInputContent'" 'PrefixI 'True) (S1 ('MetaSel ('Just "comment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CommentContent)) :*: S1 ('MetaSel ('Just "contact") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Contact))))

newRelatedItemInputContent :: RelatedItemInputContent Source #

Create a value of RelatedItemInputContent 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:comment:RelatedItemInputContent', relatedItemInputContent_comment - Represents the content of a comment to be returned to agents.

$sel:contact:RelatedItemInputContent', relatedItemInputContent_contact - Object representing a contact in Amazon Connect as an API request field.

relatedItemInputContent_comment :: Lens' RelatedItemInputContent (Maybe CommentContent) Source #

Represents the content of a comment to be returned to agents.

relatedItemInputContent_contact :: Lens' RelatedItemInputContent (Maybe Contact) Source #

Object representing a contact in Amazon Connect as an API request field.

RelatedItemTypeFilter

data RelatedItemTypeFilter Source #

The list of types of related items and their parameters to use for filtering.

See: newRelatedItemTypeFilter smart constructor.

Constructors

RelatedItemTypeFilter' 

Fields

Instances

Instances details
ToJSON RelatedItemTypeFilter Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.RelatedItemTypeFilter

Generic RelatedItemTypeFilter Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.RelatedItemTypeFilter

Associated Types

type Rep RelatedItemTypeFilter :: Type -> Type #

Read RelatedItemTypeFilter Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.RelatedItemTypeFilter

Show RelatedItemTypeFilter Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.RelatedItemTypeFilter

NFData RelatedItemTypeFilter Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.RelatedItemTypeFilter

Methods

rnf :: RelatedItemTypeFilter -> () #

Eq RelatedItemTypeFilter Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.RelatedItemTypeFilter

Hashable RelatedItemTypeFilter Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.RelatedItemTypeFilter

type Rep RelatedItemTypeFilter Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.RelatedItemTypeFilter

type Rep RelatedItemTypeFilter = D1 ('MetaData "RelatedItemTypeFilter" "Amazonka.ConnectCases.Types.RelatedItemTypeFilter" "amazonka-connectcases-2.0-9RA5jvVYRVL9KmD8hfMfHn" 'False) (C1 ('MetaCons "RelatedItemTypeFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "comment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CommentFilter)) :*: S1 ('MetaSel ('Just "contact") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ContactFilter))))

newRelatedItemTypeFilter :: RelatedItemTypeFilter Source #

Create a value of RelatedItemTypeFilter 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:comment:RelatedItemTypeFilter', relatedItemTypeFilter_comment - A filter for related items of type Comment.

$sel:contact:RelatedItemTypeFilter', relatedItemTypeFilter_contact - A filter for related items of type Contact.

relatedItemTypeFilter_comment :: Lens' RelatedItemTypeFilter (Maybe CommentFilter) Source #

A filter for related items of type Comment.

relatedItemTypeFilter_contact :: Lens' RelatedItemTypeFilter (Maybe ContactFilter) Source #

A filter for related items of type Contact.

RequiredField

data RequiredField Source #

List of fields that must have a value provided to create a case.

See: newRequiredField smart constructor.

Constructors

RequiredField' 

Fields

Instances

Instances details
FromJSON RequiredField Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.RequiredField

ToJSON RequiredField Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.RequiredField

Generic RequiredField Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.RequiredField

Associated Types

type Rep RequiredField :: Type -> Type #

Read RequiredField Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.RequiredField

Show RequiredField Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.RequiredField

NFData RequiredField Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.RequiredField

Methods

rnf :: RequiredField -> () #

Eq RequiredField Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.RequiredField

Hashable RequiredField Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.RequiredField

type Rep RequiredField Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.RequiredField

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

newRequiredField Source #

Create a value of RequiredField 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:fieldId:RequiredField', requiredField_fieldId - Unique identifier of a field.

requiredField_fieldId :: Lens' RequiredField Text Source #

Unique identifier of a field.

SearchCasesResponseItem

data SearchCasesResponseItem Source #

A list of items that represent cases.

See: newSearchCasesResponseItem smart constructor.

Constructors

SearchCasesResponseItem' 

Fields

Instances

Instances details
FromJSON SearchCasesResponseItem Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.SearchCasesResponseItem

Generic SearchCasesResponseItem Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.SearchCasesResponseItem

Associated Types

type Rep SearchCasesResponseItem :: Type -> Type #

Read SearchCasesResponseItem Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.SearchCasesResponseItem

Show SearchCasesResponseItem Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.SearchCasesResponseItem

NFData SearchCasesResponseItem Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.SearchCasesResponseItem

Methods

rnf :: SearchCasesResponseItem -> () #

Eq SearchCasesResponseItem Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.SearchCasesResponseItem

Hashable SearchCasesResponseItem Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.SearchCasesResponseItem

type Rep SearchCasesResponseItem Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.SearchCasesResponseItem

type Rep SearchCasesResponseItem = D1 ('MetaData "SearchCasesResponseItem" "Amazonka.ConnectCases.Types.SearchCasesResponseItem" "amazonka-connectcases-2.0-9RA5jvVYRVL9KmD8hfMfHn" 'False) (C1 ('MetaCons "SearchCasesResponseItem'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "caseId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "fields") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [FieldValue]) :*: S1 ('MetaSel ('Just "templateId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newSearchCasesResponseItem Source #

Create a value of SearchCasesResponseItem 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:tags:SearchCasesResponseItem', searchCasesResponseItem_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:caseId:SearchCasesResponseItem', searchCasesResponseItem_caseId - A unique identifier of the case.

$sel:fields:SearchCasesResponseItem', searchCasesResponseItem_fields - List of case field values.

$sel:templateId:SearchCasesResponseItem', searchCasesResponseItem_templateId - A unique identifier of a template.

searchCasesResponseItem_tags :: Lens' SearchCasesResponseItem (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.

SearchRelatedItemsResponseItem

data SearchRelatedItemsResponseItem Source #

A list of items that represent RelatedItems.

See: newSearchRelatedItemsResponseItem smart constructor.

Constructors

SearchRelatedItemsResponseItem' 

Fields

Instances

Instances details
FromJSON SearchRelatedItemsResponseItem Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.SearchRelatedItemsResponseItem

Generic SearchRelatedItemsResponseItem Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.SearchRelatedItemsResponseItem

Associated Types

type Rep SearchRelatedItemsResponseItem :: Type -> Type #

Read SearchRelatedItemsResponseItem Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.SearchRelatedItemsResponseItem

Show SearchRelatedItemsResponseItem Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.SearchRelatedItemsResponseItem

NFData SearchRelatedItemsResponseItem Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.SearchRelatedItemsResponseItem

Eq SearchRelatedItemsResponseItem Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.SearchRelatedItemsResponseItem

Hashable SearchRelatedItemsResponseItem Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.SearchRelatedItemsResponseItem

type Rep SearchRelatedItemsResponseItem Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.SearchRelatedItemsResponseItem

type Rep SearchRelatedItemsResponseItem = D1 ('MetaData "SearchRelatedItemsResponseItem" "Amazonka.ConnectCases.Types.SearchRelatedItemsResponseItem" "amazonka-connectcases-2.0-9RA5jvVYRVL9KmD8hfMfHn" 'False) (C1 ('MetaCons "SearchRelatedItemsResponseItem'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "associationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ISO8601)) :*: (S1 ('MetaSel ('Just "content") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RelatedItemContent) :*: (S1 ('MetaSel ('Just "relatedItemId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RelatedItemType)))))

newSearchRelatedItemsResponseItem Source #

Create a value of SearchRelatedItemsResponseItem 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:tags:SearchRelatedItemsResponseItem', searchRelatedItemsResponseItem_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:associationTime:SearchRelatedItemsResponseItem', searchRelatedItemsResponseItem_associationTime - Time at which a related item was associated with a case.

$sel:content:SearchRelatedItemsResponseItem', searchRelatedItemsResponseItem_content - Represents the content of a particular type of related item.

$sel:relatedItemId:SearchRelatedItemsResponseItem', searchRelatedItemsResponseItem_relatedItemId - Unique identifier of a related item.

$sel:type':SearchRelatedItemsResponseItem', searchRelatedItemsResponseItem_type - Type of a related item.

searchRelatedItemsResponseItem_tags :: Lens' SearchRelatedItemsResponseItem (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.

searchRelatedItemsResponseItem_associationTime :: Lens' SearchRelatedItemsResponseItem UTCTime Source #

Time at which a related item was associated with a case.

searchRelatedItemsResponseItem_content :: Lens' SearchRelatedItemsResponseItem RelatedItemContent Source #

Represents the content of a particular type of related item.

Section

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.

Sort

data Sort Source #

A structured set of sort terms.

See: newSort smart constructor.

Constructors

Sort' 

Fields

Instances

Instances details
ToJSON Sort Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.Sort

Generic Sort Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.Sort

Associated Types

type Rep Sort :: Type -> Type #

Methods

from :: Sort -> Rep Sort x #

to :: Rep Sort x -> Sort #

Read Sort Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.Sort

Show Sort Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.Sort

Methods

showsPrec :: Int -> Sort -> ShowS #

show :: Sort -> String #

showList :: [Sort] -> ShowS #

NFData Sort Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.Sort

Methods

rnf :: Sort -> () #

Eq Sort Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.Sort

Methods

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

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

Hashable Sort Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.Sort

Methods

hashWithSalt :: Int -> Sort -> Int #

hash :: Sort -> Int #

type Rep Sort Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.Sort

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

newSort Source #

Create a value of Sort 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:fieldId:Sort', sort_fieldId - Unique identifier of a field.

$sel:sortOrder:Sort', sort_sortOrder - A structured set of sort terms

sort_fieldId :: Lens' Sort Text Source #

Unique identifier of a field.

sort_sortOrder :: Lens' Sort Order Source #

A structured set of sort terms

TemplateSummary

data TemplateSummary Source #

Template summary information.

See: newTemplateSummary smart constructor.

Constructors

TemplateSummary' 

Fields

Instances

Instances details
FromJSON TemplateSummary Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.TemplateSummary

Generic TemplateSummary Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.TemplateSummary

Associated Types

type Rep TemplateSummary :: Type -> Type #

Read TemplateSummary Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.TemplateSummary

Show TemplateSummary Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.TemplateSummary

NFData TemplateSummary Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.TemplateSummary

Methods

rnf :: TemplateSummary -> () #

Eq TemplateSummary Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.TemplateSummary

Hashable TemplateSummary Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.TemplateSummary

type Rep TemplateSummary Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.TemplateSummary

type Rep TemplateSummary = D1 ('MetaData "TemplateSummary" "Amazonka.ConnectCases.Types.TemplateSummary" "amazonka-connectcases-2.0-9RA5jvVYRVL9KmD8hfMfHn" 'False) (C1 ('MetaCons "TemplateSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TemplateStatus)) :*: (S1 ('MetaSel ('Just "templateArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "templateId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newTemplateSummary Source #

Create a value of TemplateSummary 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:name:TemplateSummary', templateSummary_name - The template name.

$sel:status:TemplateSummary', templateSummary_status - The status of the template.

$sel:templateArn:TemplateSummary', templateSummary_templateArn - The Amazon Resource Name (ARN) of the template.

$sel:templateId:TemplateSummary', templateSummary_templateId - The unique identifier for the template.

templateSummary_templateArn :: Lens' TemplateSummary Text Source #

The Amazon Resource Name (ARN) of the template.

templateSummary_templateId :: Lens' TemplateSummary Text Source #

The unique identifier for the template.