| 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.ContactFlowModuleSummary
Description
Synopsis
- data ContactFlowModuleSummary = ContactFlowModuleSummary' {}
- newContactFlowModuleSummary :: ContactFlowModuleSummary
- contactFlowModuleSummary_arn :: Lens' ContactFlowModuleSummary (Maybe Text)
- contactFlowModuleSummary_id :: Lens' ContactFlowModuleSummary (Maybe Text)
- contactFlowModuleSummary_name :: Lens' ContactFlowModuleSummary (Maybe Text)
- contactFlowModuleSummary_state :: Lens' ContactFlowModuleSummary (Maybe ContactFlowModuleState)
Documentation
data ContactFlowModuleSummary Source #
Contains summary information about a flow.
See: newContactFlowModuleSummary smart constructor.
Constructors
| ContactFlowModuleSummary' | |
Instances
newContactFlowModuleSummary :: ContactFlowModuleSummary Source #
Create a value of ContactFlowModuleSummary 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:ContactFlowModuleSummary', contactFlowModuleSummary_arn - The Amazon Resource Name (ARN) of the flow module.
$sel:id:ContactFlowModuleSummary', contactFlowModuleSummary_id - The identifier of the flow module.
$sel:name:ContactFlowModuleSummary', contactFlowModuleSummary_name - The name of the flow module.
$sel:state:ContactFlowModuleSummary', contactFlowModuleSummary_state - The type of flow module.
contactFlowModuleSummary_arn :: Lens' ContactFlowModuleSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the flow module.
contactFlowModuleSummary_id :: Lens' ContactFlowModuleSummary (Maybe Text) Source #
The identifier of the flow module.
contactFlowModuleSummary_name :: Lens' ContactFlowModuleSummary (Maybe Text) Source #
The name of the flow module.
contactFlowModuleSummary_state :: Lens' ContactFlowModuleSummary (Maybe ContactFlowModuleState) Source #
The type of flow module.