| 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.
Synopsis
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 #
See: deleteReplicationJob smart constructor.
Instances
Request Lenses
drjReplicationJobId :: Lens' DeleteReplicationJob Text #
Undocumented member.
Destructuring the Response
deleteReplicationJobResponse #
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 #
See: deleteReplicationJobResponse smart constructor.
Instances
Response Lenses
drjrsResponseStatus :: Lens' DeleteReplicationJobResponse Int #
- - | The response status code.