Copyright | (c) 2013-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Network.AWS.SMS.StartOnDemandReplicationRun
Description
The StartOnDemandReplicationRun API is used to start a ReplicationRun on demand (in addition to those that are scheduled based on your frequency). This ReplicationRun will start immediately. StartOnDemandReplicationRun is subject to limits on how many on demand ReplicationRuns you may call per 24-hour period.
- startOnDemandReplicationRun :: Text -> StartOnDemandReplicationRun
- data StartOnDemandReplicationRun
- sodrrDescription :: Lens' StartOnDemandReplicationRun (Maybe Text)
- sodrrReplicationJobId :: Lens' StartOnDemandReplicationRun Text
- startOnDemandReplicationRunResponse :: Int -> StartOnDemandReplicationRunResponse
- data StartOnDemandReplicationRunResponse
- sodrrrsReplicationRunId :: Lens' StartOnDemandReplicationRunResponse (Maybe Text)
- sodrrrsResponseStatus :: Lens' StartOnDemandReplicationRunResponse Int
Creating a Request
Arguments
:: Text | |
-> StartOnDemandReplicationRun |
Creates a value of StartOnDemandReplicationRun
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
sodrrDescription
- Undocumented member.sodrrReplicationJobId
- Undocumented member.
data StartOnDemandReplicationRun #
See: startOnDemandReplicationRun
smart constructor.
Instances
Request Lenses
sodrrDescription :: Lens' StartOnDemandReplicationRun (Maybe Text) #
Undocumented member.
sodrrReplicationJobId :: Lens' StartOnDemandReplicationRun Text #
Undocumented member.
Destructuring the Response
startOnDemandReplicationRunResponse #
Arguments
:: Int | |
-> StartOnDemandReplicationRunResponse |
Creates a value of StartOnDemandReplicationRunResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
sodrrrsReplicationRunId
- Undocumented member.sodrrrsResponseStatus
- -- | The response status code.
data StartOnDemandReplicationRunResponse #
See: startOnDemandReplicationRunResponse
smart constructor.
Instances
Response Lenses
sodrrrsReplicationRunId :: Lens' StartOnDemandReplicationRunResponse (Maybe Text) #
Undocumented member.
sodrrrsResponseStatus :: Lens' StartOnDemandReplicationRunResponse Int #
- - | The response status code.