Copyright | (c) 2013-2021 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 |
Deletes the specified replication job.
After you delete a replication job, there are no further replication runs. AWS deletes the contents of the Amazon S3 bucket used to store AWS SMS artifacts. The AMIs created by the replication runs are not deleted.
Synopsis
- data DeleteReplicationJob = DeleteReplicationJob' {}
- newDeleteReplicationJob :: Text -> DeleteReplicationJob
- deleteReplicationJob_replicationJobId :: Lens' DeleteReplicationJob Text
- data DeleteReplicationJobResponse = DeleteReplicationJobResponse' {
- httpStatus :: Int
- newDeleteReplicationJobResponse :: Int -> DeleteReplicationJobResponse
- deleteReplicationJobResponse_httpStatus :: Lens' DeleteReplicationJobResponse Int
Creating a Request
data DeleteReplicationJob Source #
See: newDeleteReplicationJob
smart constructor.
DeleteReplicationJob' | |
|
Instances
newDeleteReplicationJob Source #
Create a value of DeleteReplicationJob
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:replicationJobId:DeleteReplicationJob'
, deleteReplicationJob_replicationJobId
- The ID of the replication job.
Request Lenses
deleteReplicationJob_replicationJobId :: Lens' DeleteReplicationJob Text Source #
The ID of the replication job.
Destructuring the Response
data DeleteReplicationJobResponse Source #
See: newDeleteReplicationJobResponse
smart constructor.
DeleteReplicationJobResponse' | |
|
Instances
newDeleteReplicationJobResponse Source #
Create a value of DeleteReplicationJobResponse
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:httpStatus:DeleteReplicationJobResponse'
, deleteReplicationJobResponse_httpStatus
- The response's http status code.
Response Lenses
deleteReplicationJobResponse_httpStatus :: Lens' DeleteReplicationJobResponse Int Source #
The response's http status code.