amazonka-connect-2.0: Amazon Connect Service 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.Connect.Types.ContactFlowSummary

Description

 
Synopsis

Documentation

data ContactFlowSummary Source #

Contains summary information about a flow.

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

See: newContactFlowSummary smart constructor.

Constructors

ContactFlowSummary' 

Fields

Instances

Instances details
FromJSON 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 #

Read ContactFlowSummary Source # 
Instance details

Defined in Amazonka.Connect.Types.ContactFlowSummary

Show ContactFlowSummary Source # 
Instance details

Defined in Amazonka.Connect.Types.ContactFlowSummary

NFData ContactFlowSummary Source # 
Instance details

Defined in Amazonka.Connect.Types.ContactFlowSummary

Methods

rnf :: ContactFlowSummary -> () #

Eq ContactFlowSummary Source # 
Instance details

Defined in Amazonka.Connect.Types.ContactFlowSummary

Hashable 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" "amazonka-connect-2.0-IAACrecRcUS5AABe9BOFyN" 'False) (C1 ('MetaCons "ContactFlowSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "contactFlowState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ContactFlowState))) :*: (S1 ('MetaSel ('Just "contactFlowType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ContactFlowType)) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") '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 flow.

$sel:contactFlowState:ContactFlowSummary', contactFlowSummary_contactFlowState - The type of flow.

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

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

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

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

The Amazon Resource Name (ARN) of the flow.