| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.SMS.DeleteReplicationJob
Description
The DeleteReplicationJob API is used to delete a ReplicationJob, resulting in no further ReplicationRuns. This will delete the contents of the S3 bucket used to store SMS artifacts, but will not delete any AMIs created by the SMS service.
Creating a Request
Arguments
| :: Text | |
| -> DeleteReplicationJob |
Creates a value of DeleteReplicationJob with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
drjReplicationJobId- Undocumented member.
data DeleteReplicationJob Source #
See: deleteReplicationJob smart constructor.
Instances
Request Lenses
drjReplicationJobId :: Lens' DeleteReplicationJob Text Source #
Undocumented member.
Destructuring the Response
deleteReplicationJobResponse Source #
Arguments
| :: Int | |
| -> DeleteReplicationJobResponse |
Creates a value of DeleteReplicationJobResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
drjrsResponseStatus- -- | The response status code.
data DeleteReplicationJobResponse Source #
See: deleteReplicationJobResponse smart constructor.
Instances
Response Lenses
drjrsResponseStatus :: Lens' DeleteReplicationJobResponse Int Source #
- - | The response status code.