libZSservicesZSamazonka-connectZSamazonka-connect
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Connect.Types.ContactFlowSummary

Description

 
Synopsis

Documentation

data ContactFlowSummary Source #

Contains summary information about a contact flow.

You can also create and update contact flows using the Amazon Connect Flow language.

See: newContactFlowSummary smart constructor.

Constructors

ContactFlowSummary' 

Fields

Instances

Instances details
Eq ContactFlowSummary Source # 
Instance details

Defined in Amazonka.Connect.Types.ContactFlowSummary

Read ContactFlowSummary Source # 
Instance details

Defined in Amazonka.Connect.Types.ContactFlowSummary

Show ContactFlowSummary Source # 
Instance details

Defined in Amazonka.Connect.Types.ContactFlowSummary

Generic ContactFlowSummary Source # 
Instance details

Defined in Amazonka.Connect.Types.ContactFlowSummary

Associated Types

type Rep ContactFlowSummary :: Type -> Type #

NFData ContactFlowSummary Source # 
Instance details

Defined in Amazonka.Connect.Types.ContactFlowSummary

Methods

rnf :: ContactFlowSummary -> () #

Hashable ContactFlowSummary Source # 
Instance details

Defined in Amazonka.Connect.Types.ContactFlowSummary

FromJSON ContactFlowSummary Source # 
Instance details

Defined in Amazonka.Connect.Types.ContactFlowSummary

type Rep ContactFlowSummary Source # 
Instance details

Defined in Amazonka.Connect.Types.ContactFlowSummary

type Rep ContactFlowSummary = D1 ('MetaData "ContactFlowSummary" "Amazonka.Connect.Types.ContactFlowSummary" "libZSservicesZSamazonka-connectZSamazonka-connect" 'False) (C1 ('MetaCons "ContactFlowSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "contactFlowType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ContactFlowType)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newContactFlowSummary :: ContactFlowSummary Source #

Create a value of ContactFlowSummary 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:arn:ContactFlowSummary', contactFlowSummary_arn - The Amazon Resource Name (ARN) of the contact flow.

$sel:name:ContactFlowSummary', contactFlowSummary_name - The name of the contact flow.

$sel:contactFlowType:ContactFlowSummary', contactFlowSummary_contactFlowType - The type of contact flow.

$sel:id:ContactFlowSummary', contactFlowSummary_id - The identifier of the contact flow.

contactFlowSummary_arn :: Lens' ContactFlowSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) of the contact flow.

contactFlowSummary_id :: Lens' ContactFlowSummary (Maybe Text) Source #

The identifier of the contact flow.