| 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.DrS.StopFailback
Description
Stops the failback process for a specified Recovery Instance. This changes the Failback State of the Recovery Instance back to FAILBACK_NOT_STARTED.
Creating a Request
data StopFailback Source #
See: newStopFailback smart constructor.
Constructors
| StopFailback' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> StopFailback |
Create a value of StopFailback 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:
StopFailback, stopFailback_recoveryInstanceID - The ID of the Recovery Instance we want to stop failback for.
Request Lenses
stopFailback_recoveryInstanceID :: Lens' StopFailback Text Source #
The ID of the Recovery Instance we want to stop failback for.
Destructuring the Response
data StopFailbackResponse Source #
See: newStopFailbackResponse smart constructor.
Constructors
| StopFailbackResponse' | |
Instances
newStopFailbackResponse :: StopFailbackResponse Source #
Create a value of StopFailbackResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.