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

Description

 
Synopsis

Documentation

data ContactFlow Source #

Contains information about a flow.

See: newContactFlow smart constructor.

Constructors

ContactFlow' 

Fields

Instances

Instances details
FromJSON ContactFlow Source # 
Instance details

Defined in Amazonka.Connect.Types.ContactFlow

Generic ContactFlow Source # 
Instance details

Defined in Amazonka.Connect.Types.ContactFlow

Associated Types

type Rep ContactFlow :: Type -> Type #

Read ContactFlow Source # 
Instance details

Defined in Amazonka.Connect.Types.ContactFlow

Show ContactFlow Source # 
Instance details

Defined in Amazonka.Connect.Types.ContactFlow

NFData ContactFlow Source # 
Instance details

Defined in Amazonka.Connect.Types.ContactFlow

Methods

rnf :: ContactFlow -> () #

Eq ContactFlow Source # 
Instance details

Defined in Amazonka.Connect.Types.ContactFlow

Hashable ContactFlow Source # 
Instance details

Defined in Amazonka.Connect.Types.ContactFlow

type Rep ContactFlow Source # 
Instance details

Defined in Amazonka.Connect.Types.ContactFlow

newContactFlow :: ContactFlow Source #

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

$sel:content:ContactFlow', contactFlow_content - The content of the flow.

$sel:description:ContactFlow', contactFlow_description - The description of the flow.

$sel:id:ContactFlow', contactFlow_id - The identifier of the flow.

$sel:name:ContactFlow', contactFlow_name - The name of the flow.

$sel:state:ContactFlow', contactFlow_state - The type of flow.

$sel:tags:ContactFlow', contactFlow_tags - The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.

$sel:type':ContactFlow', contactFlow_type - The type of the flow. For descriptions of the available types, see Choose a flow type in the Amazon Connect Administrator Guide.

contactFlow_arn :: Lens' ContactFlow (Maybe Text) Source #

The Amazon Resource Name (ARN) of the flow.

contactFlow_content :: Lens' ContactFlow (Maybe Text) Source #

The content of the flow.

contactFlow_description :: Lens' ContactFlow (Maybe Text) Source #

The description of the flow.

contactFlow_id :: Lens' ContactFlow (Maybe Text) Source #

The identifier of the flow.

contactFlow_name :: Lens' ContactFlow (Maybe Text) Source #

The name of the flow.

contactFlow_tags :: Lens' ContactFlow (Maybe (HashMap Text Text)) Source #

The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.

contactFlow_type :: Lens' ContactFlow (Maybe ContactFlowType) Source #

The type of the flow. For descriptions of the available types, see Choose a flow type in the Amazon Connect Administrator Guide.