| 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.ContactFlowModule
Description
Synopsis
- data ContactFlowModule = ContactFlowModule' {}
- newContactFlowModule :: ContactFlowModule
- contactFlowModule_arn :: Lens' ContactFlowModule (Maybe Text)
- contactFlowModule_content :: Lens' ContactFlowModule (Maybe Text)
- contactFlowModule_description :: Lens' ContactFlowModule (Maybe Text)
- contactFlowModule_id :: Lens' ContactFlowModule (Maybe Text)
- contactFlowModule_name :: Lens' ContactFlowModule (Maybe Text)
- contactFlowModule_state :: Lens' ContactFlowModule (Maybe ContactFlowModuleState)
- contactFlowModule_status :: Lens' ContactFlowModule (Maybe ContactFlowModuleStatus)
- contactFlowModule_tags :: Lens' ContactFlowModule (Maybe (HashMap Text Text))
Documentation
data ContactFlowModule Source #
Contains information about a flow module.
See: newContactFlowModule smart constructor.
Constructors
| ContactFlowModule' | |
Fields
| |
Instances
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_name :: Lens' ContactFlowModule (Maybe Text) Source #
The name of the flow module.
contactFlowModule_state :: Lens' ContactFlowModule (Maybe ContactFlowModuleState) Source #
The type of flow module.
contactFlowModule_status :: Lens' ContactFlowModule (Maybe ContactFlowModuleStatus) Source #
The status 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"} }.