Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data ContactFlowSummary = ContactFlowSummary' {}
- newContactFlowSummary :: ContactFlowSummary
- contactFlowSummary_arn :: Lens' ContactFlowSummary (Maybe Text)
- contactFlowSummary_name :: Lens' ContactFlowSummary (Maybe Text)
- contactFlowSummary_contactFlowType :: Lens' ContactFlowSummary (Maybe ContactFlowType)
- contactFlowSummary_id :: Lens' ContactFlowSummary (Maybe Text)
Documentation
data ContactFlowSummary Source #
Contains summary information about a contact flow.
You can also create and update contact flows using the Amazon Connect Flow language.
See: newContactFlowSummary
smart constructor.
Instances
newContactFlowSummary :: ContactFlowSummary Source #
Create a value of ContactFlowSummary
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:ContactFlowSummary'
, contactFlowSummary_arn
- The Amazon Resource Name (ARN) of the contact flow.
$sel:name:ContactFlowSummary'
, contactFlowSummary_name
- The name of the contact flow.
$sel:contactFlowType:ContactFlowSummary'
, contactFlowSummary_contactFlowType
- The type of contact flow.
$sel:id:ContactFlowSummary'
, contactFlowSummary_id
- The identifier of the contact flow.
contactFlowSummary_arn :: Lens' ContactFlowSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the contact flow.
contactFlowSummary_name :: Lens' ContactFlowSummary (Maybe Text) Source #
The name of the contact flow.
contactFlowSummary_contactFlowType :: Lens' ContactFlowSummary (Maybe ContactFlowType) Source #
The type of contact flow.
contactFlowSummary_id :: Lens' ContactFlowSummary (Maybe Text) Source #
The identifier of the contact flow.