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 ContactFlow = ContactFlow' {}
- newContactFlow :: ContactFlow
- contactFlow_arn :: Lens' ContactFlow (Maybe Text)
- contactFlow_content :: Lens' ContactFlow (Maybe Text)
- contactFlow_name :: Lens' ContactFlow (Maybe Text)
- contactFlow_id :: Lens' ContactFlow (Maybe Text)
- contactFlow_type :: Lens' ContactFlow (Maybe ContactFlowType)
- contactFlow_description :: Lens' ContactFlow (Maybe Text)
- contactFlow_tags :: Lens' ContactFlow (Maybe (HashMap Text Text))
Documentation
data ContactFlow Source #
Contains information about a contact flow.
See: newContactFlow
smart constructor.
ContactFlow' | |
|
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 contact flow.
$sel:content:ContactFlow'
, contactFlow_content
- The content of the contact flow.
$sel:name:ContactFlow'
, contactFlow_name
- The name of the contact flow.
$sel:id:ContactFlow'
, contactFlow_id
- The identifier of the contact flow.
$sel:type':ContactFlow'
, contactFlow_type
- The type of the contact flow. For descriptions of the available types,
see
Choose a Contact Flow Type
in the Amazon Connect Administrator Guide.
$sel:description:ContactFlow'
, contactFlow_description
- The description of the contact flow.
$sel:tags:ContactFlow'
, contactFlow_tags
- One or more tags.
contactFlow_arn :: Lens' ContactFlow (Maybe Text) Source #
The Amazon Resource Name (ARN) of the contact flow.
contactFlow_content :: Lens' ContactFlow (Maybe Text) Source #
The content of the contact flow.
contactFlow_name :: Lens' ContactFlow (Maybe Text) Source #
The name of the contact flow.
contactFlow_id :: Lens' ContactFlow (Maybe Text) Source #
The identifier of the contact flow.
contactFlow_type :: Lens' ContactFlow (Maybe ContactFlowType) Source #
The type of the contact flow. For descriptions of the available types, see Choose a Contact Flow Type in the Amazon Connect Administrator Guide.
contactFlow_description :: Lens' ContactFlow (Maybe Text) Source #
The description of the contact flow.
contactFlow_tags :: Lens' ContactFlow (Maybe (HashMap Text Text)) Source #
One or more tags.