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 all Regions in your replication set. Deleting the replication set deletes all Incident Manager data.
Synopsis
- data DeleteReplicationSet = DeleteReplicationSet' {}
- newDeleteReplicationSet :: Text -> DeleteReplicationSet
- deleteReplicationSet_arn :: Lens' DeleteReplicationSet Text
- data DeleteReplicationSetResponse = DeleteReplicationSetResponse' {
- httpStatus :: Int
- newDeleteReplicationSetResponse :: Int -> DeleteReplicationSetResponse
- deleteReplicationSetResponse_httpStatus :: Lens' DeleteReplicationSetResponse Int
Creating a Request
data DeleteReplicationSet Source #
See: newDeleteReplicationSet
smart constructor.
Instances
newDeleteReplicationSet Source #
Create a value of DeleteReplicationSet
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:arn:DeleteReplicationSet'
, deleteReplicationSet_arn
- The Amazon Resource Name (ARN) of the replication set you're deleting.
Request Lenses
deleteReplicationSet_arn :: Lens' DeleteReplicationSet Text Source #
The Amazon Resource Name (ARN) of the replication set you're deleting.
Destructuring the Response
data DeleteReplicationSetResponse Source #
See: newDeleteReplicationSetResponse
smart constructor.
DeleteReplicationSetResponse' | |
|
Instances
newDeleteReplicationSetResponse Source #
Create a value of DeleteReplicationSetResponse
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:DeleteReplicationSetResponse'
, deleteReplicationSetResponse_httpStatus
- The response's http status code.
Response Lenses
deleteReplicationSetResponse_httpStatus :: Lens' DeleteReplicationSetResponse Int Source #
The response's http status code.