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 |
Updates flow
Synopsis
- data UpdateFlow = UpdateFlow' {}
- newUpdateFlow :: Text -> UpdateFlow
- updateFlow_sourceFailoverConfig :: Lens' UpdateFlow (Maybe UpdateFailoverConfig)
- updateFlow_flowArn :: Lens' UpdateFlow Text
- data UpdateFlowResponse = UpdateFlowResponse' {
- flow :: Maybe Flow
- httpStatus :: Int
- newUpdateFlowResponse :: Int -> UpdateFlowResponse
- updateFlowResponse_flow :: Lens' UpdateFlowResponse (Maybe Flow)
- updateFlowResponse_httpStatus :: Lens' UpdateFlowResponse Int
Creating a Request
data UpdateFlow Source #
A request to update flow.
See: newUpdateFlow
smart constructor.
UpdateFlow' | |
|
Instances
Create a value of UpdateFlow
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:sourceFailoverConfig:UpdateFlow'
, updateFlow_sourceFailoverConfig
- Undocumented member.
$sel:flowArn:UpdateFlow'
, updateFlow_flowArn
- The flow that you want to update.
Request Lenses
updateFlow_sourceFailoverConfig :: Lens' UpdateFlow (Maybe UpdateFailoverConfig) Source #
Undocumented member.
updateFlow_flowArn :: Lens' UpdateFlow Text Source #
The flow that you want to update.
Destructuring the Response
data UpdateFlowResponse Source #
See: newUpdateFlowResponse
smart constructor.
UpdateFlowResponse' | |
|
Instances
newUpdateFlowResponse Source #
Create a value of UpdateFlowResponse
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:flow:UpdateFlowResponse'
, updateFlowResponse_flow
- Undocumented member.
$sel:httpStatus:UpdateFlowResponse'
, updateFlowResponse_httpStatus
- The response's http status code.
Response Lenses
updateFlowResponse_flow :: Lens' UpdateFlowResponse (Maybe Flow) Source #
Undocumented member.
updateFlowResponse_httpStatus :: Lens' UpdateFlowResponse Int Source #
The response's http status code.