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

Description

 
Synopsis

Documentation

data ContactFlowModule Source #

Contains information about a flow module.

See: newContactFlowModule smart constructor.

Constructors

ContactFlowModule' 

Fields

Instances

Instances details
FromJSON ContactFlowModule Source # 
Instance details

Defined in Amazonka.Connect.Types.ContactFlowModule

Generic ContactFlowModule Source # 
Instance details

Defined in Amazonka.Connect.Types.ContactFlowModule

Associated Types

type Rep ContactFlowModule :: Type -> Type #

Read ContactFlowModule Source # 
Instance details

Defined in Amazonka.Connect.Types.ContactFlowModule

Show ContactFlowModule Source # 
Instance details

Defined in Amazonka.Connect.Types.ContactFlowModule

NFData ContactFlowModule Source # 
Instance details

Defined in Amazonka.Connect.Types.ContactFlowModule

Methods

rnf :: ContactFlowModule -> () #

Eq ContactFlowModule Source # 
Instance details

Defined in Amazonka.Connect.Types.ContactFlowModule

Hashable ContactFlowModule Source # 
Instance details

Defined in Amazonka.Connect.Types.ContactFlowModule

type Rep ContactFlowModule Source # 
Instance details

Defined in Amazonka.Connect.Types.ContactFlowModule

newContactFlowModule :: ContactFlowModule Source #

Create a value of ContactFlowModule 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:ContactFlowModule', contactFlowModule_arn - The Amazon Resource Name (ARN).

$sel:content:ContactFlowModule', contactFlowModule_content - The content of the flow module.

$sel:description:ContactFlowModule', contactFlowModule_description - The description of the flow module.

$sel:id:ContactFlowModule', contactFlowModule_id - The identifier of the flow module.

$sel:name:ContactFlowModule', contactFlowModule_name - The name of the flow module.

$sel:state:ContactFlowModule', contactFlowModule_state - The type of flow module.

$sel:status:ContactFlowModule', contactFlowModule_status - The status of the flow module.

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

contactFlowModule_arn :: Lens' ContactFlowModule (Maybe Text) Source #

The Amazon Resource Name (ARN).

contactFlowModule_content :: Lens' ContactFlowModule (Maybe Text) Source #

The content of the flow module.

contactFlowModule_description :: Lens' ContactFlowModule (Maybe Text) Source #

The description of the flow module.

contactFlowModule_id :: Lens' ContactFlowModule (Maybe Text) Source #

The identifier of the flow module.

contactFlowModule_tags :: Lens' ContactFlowModule (Maybe (HashMap Text Text)) Source #

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