| 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.UpdateContactFlowModuleContent
Description
Updates specified flow module for the specified Amazon Connect instance.
Synopsis
- data UpdateContactFlowModuleContent = UpdateContactFlowModuleContent' {
- instanceId :: Text
- contactFlowModuleId :: Text
- content :: Text
- newUpdateContactFlowModuleContent :: Text -> Text -> Text -> UpdateContactFlowModuleContent
- updateContactFlowModuleContent_instanceId :: Lens' UpdateContactFlowModuleContent Text
- updateContactFlowModuleContent_contactFlowModuleId :: Lens' UpdateContactFlowModuleContent Text
- updateContactFlowModuleContent_content :: Lens' UpdateContactFlowModuleContent Text
- data UpdateContactFlowModuleContentResponse = UpdateContactFlowModuleContentResponse' {
- httpStatus :: Int
- newUpdateContactFlowModuleContentResponse :: Int -> UpdateContactFlowModuleContentResponse
- updateContactFlowModuleContentResponse_httpStatus :: Lens' UpdateContactFlowModuleContentResponse Int
Creating a Request
data UpdateContactFlowModuleContent Source #
See: newUpdateContactFlowModuleContent smart constructor.
Constructors
| UpdateContactFlowModuleContent' | |
Fields
| |
Instances
newUpdateContactFlowModuleContent Source #
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> UpdateContactFlowModuleContent |
Create a value of UpdateContactFlowModuleContent 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:
UpdateContactFlowModuleContent, updateContactFlowModuleContent_instanceId - The identifier of the Amazon Connect instance. You can find the
instanceId in the ARN of the instance.
$sel:contactFlowModuleId:UpdateContactFlowModuleContent', updateContactFlowModuleContent_contactFlowModuleId - The identifier of the flow module.
UpdateContactFlowModuleContent, updateContactFlowModuleContent_content - The content of the flow module.
Request Lenses
updateContactFlowModuleContent_instanceId :: Lens' UpdateContactFlowModuleContent Text Source #
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
updateContactFlowModuleContent_contactFlowModuleId :: Lens' UpdateContactFlowModuleContent Text Source #
The identifier of the flow module.
updateContactFlowModuleContent_content :: Lens' UpdateContactFlowModuleContent Text Source #
The content of the flow module.
Destructuring the Response
data UpdateContactFlowModuleContentResponse Source #
See: newUpdateContactFlowModuleContentResponse smart constructor.
Constructors
| UpdateContactFlowModuleContentResponse' | |
Fields
| |
Instances
newUpdateContactFlowModuleContentResponse Source #
Arguments
| :: Int | |
| -> UpdateContactFlowModuleContentResponse |
Create a value of UpdateContactFlowModuleContentResponse 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:httpStatus:UpdateContactFlowModuleContentResponse', updateContactFlowModuleContentResponse_httpStatus - The response's http status code.
Response Lenses
updateContactFlowModuleContentResponse_httpStatus :: Lens' UpdateContactFlowModuleContentResponse Int Source #
The response's http status code.