| 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.Types.StartRecoveryRequestSourceServer
Description
Synopsis
- data StartRecoveryRequestSourceServer = StartRecoveryRequestSourceServer' {}
- newStartRecoveryRequestSourceServer :: Text -> StartRecoveryRequestSourceServer
- startRecoveryRequestSourceServer_recoverySnapshotID :: Lens' StartRecoveryRequestSourceServer (Maybe Text)
- startRecoveryRequestSourceServer_sourceServerID :: Lens' StartRecoveryRequestSourceServer Text
Documentation
data StartRecoveryRequestSourceServer Source #
An object representing the Source Server to recover.
See: newStartRecoveryRequestSourceServer smart constructor.
Constructors
| StartRecoveryRequestSourceServer' | |
Fields
| |
Instances
newStartRecoveryRequestSourceServer Source #
Arguments
| :: Text | |
| -> StartRecoveryRequestSourceServer |
Create a value of StartRecoveryRequestSourceServer 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:recoverySnapshotID:StartRecoveryRequestSourceServer', startRecoveryRequestSourceServer_recoverySnapshotID - The ID of a Recovery Snapshot we want to recover from. Omit this field
to launch from the latest data by taking an on-demand snapshot.
$sel:sourceServerID:StartRecoveryRequestSourceServer', startRecoveryRequestSourceServer_sourceServerID - The ID of the Source Server you want to recover.
startRecoveryRequestSourceServer_recoverySnapshotID :: Lens' StartRecoveryRequestSourceServer (Maybe Text) Source #
The ID of a Recovery Snapshot we want to recover from. Omit this field to launch from the latest data by taking an on-demand snapshot.
startRecoveryRequestSourceServer_sourceServerID :: Lens' StartRecoveryRequestSourceServer Text Source #
The ID of the Source Server you want to recover.