| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Connect.Types.ContactFlow
Description
Synopsis
- data ContactFlow = ContactFlow' {}
- newContactFlow :: ContactFlow
- contactFlow_arn :: Lens' ContactFlow (Maybe Text)
- contactFlow_content :: Lens' ContactFlow (Maybe Text)
- contactFlow_description :: Lens' ContactFlow (Maybe Text)
- contactFlow_id :: Lens' ContactFlow (Maybe Text)
- contactFlow_name :: Lens' ContactFlow (Maybe Text)
- contactFlow_state :: Lens' ContactFlow (Maybe ContactFlowState)
- contactFlow_tags :: Lens' ContactFlow (Maybe (HashMap Text Text))
- contactFlow_type :: Lens' ContactFlow (Maybe ContactFlowType)
Documentation
data ContactFlow Source #
Contains information about a flow.
See: newContactFlow smart constructor.
Constructors
| ContactFlow' | |
Fields
| |
Instances
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_state :: Lens' ContactFlow (Maybe ContactFlowState) Source #
The type of 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.