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 |
The name of the contact flow.
You can also create and update contact flows using the Amazon Connect Flow language.
Synopsis
- data UpdateContactFlowName = UpdateContactFlowName' {
- name :: Maybe Text
- description :: Maybe Text
- instanceId :: Text
- contactFlowId :: Text
- newUpdateContactFlowName :: Text -> Text -> UpdateContactFlowName
- updateContactFlowName_name :: Lens' UpdateContactFlowName (Maybe Text)
- updateContactFlowName_description :: Lens' UpdateContactFlowName (Maybe Text)
- updateContactFlowName_instanceId :: Lens' UpdateContactFlowName Text
- updateContactFlowName_contactFlowId :: Lens' UpdateContactFlowName Text
- data UpdateContactFlowNameResponse = UpdateContactFlowNameResponse' {
- newUpdateContactFlowNameResponse :: UpdateContactFlowNameResponse
Creating a Request
data UpdateContactFlowName Source #
See: newUpdateContactFlowName
smart constructor.
UpdateContactFlowName' | |
|
Instances
newUpdateContactFlowName Source #
:: Text | |
-> Text | |
-> UpdateContactFlowName |
Create a value of UpdateContactFlowName
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:name:UpdateContactFlowName'
, updateContactFlowName_name
- The name of the contact flow.
$sel:description:UpdateContactFlowName'
, updateContactFlowName_description
- The description of the contact flow.
$sel:instanceId:UpdateContactFlowName'
, updateContactFlowName_instanceId
- The identifier of the Amazon Connect instance.
$sel:contactFlowId:UpdateContactFlowName'
, updateContactFlowName_contactFlowId
- The identifier of the contact flow.
Request Lenses
updateContactFlowName_name :: Lens' UpdateContactFlowName (Maybe Text) Source #
The name of the contact flow.
updateContactFlowName_description :: Lens' UpdateContactFlowName (Maybe Text) Source #
The description of the contact flow.
updateContactFlowName_instanceId :: Lens' UpdateContactFlowName Text Source #
The identifier of the Amazon Connect instance.
updateContactFlowName_contactFlowId :: Lens' UpdateContactFlowName Text Source #
The identifier of the contact flow.
Destructuring the Response
data UpdateContactFlowNameResponse Source #
See: newUpdateContactFlowNameResponse
smart constructor.
Instances
newUpdateContactFlowNameResponse :: UpdateContactFlowNameResponse Source #
Create a value of UpdateContactFlowNameResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.