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 a gateway. To specify which gateway to delete, use the Amazon Resource Name (ARN) of the gateway in your request. The operation deletes the gateway; however, it does not delete the gateway virtual machine (VM) from your host computer.
After you delete a gateway, you cannot reactivate it. Completed snapshots of the gateway volumes are not deleted upon deleting the gateway, however, pending snapshots will not complete. After you delete a gateway, your next step is to remove it from your environment.
You no longer pay software charges after the gateway is deleted; however, your existing Amazon EBS snapshots persist and you will continue to be billed for these snapshots. You can choose to remove all remaining Amazon EBS snapshots by canceling your Amazon EC2 subscription. If you prefer not to cancel your Amazon EC2 subscription, you can delete your snapshots using the Amazon EC2 console. For more information, see the Storage Gateway detail page.
Synopsis
- data DeleteGateway = DeleteGateway' {
- gatewayARN :: Text
- newDeleteGateway :: Text -> DeleteGateway
- deleteGateway_gatewayARN :: Lens' DeleteGateway Text
- data DeleteGatewayResponse = DeleteGatewayResponse' {
- gatewayARN :: Maybe Text
- httpStatus :: Int
- newDeleteGatewayResponse :: Int -> DeleteGatewayResponse
- deleteGatewayResponse_gatewayARN :: Lens' DeleteGatewayResponse (Maybe Text)
- deleteGatewayResponse_httpStatus :: Lens' DeleteGatewayResponse Int
Creating a Request
data DeleteGateway Source #
A JSON object containing the ID of the gateway to delete.
See: newDeleteGateway
smart constructor.
Instances
Create a value of DeleteGateway
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:gatewayARN:DeleteGateway'
, deleteGateway_gatewayARN
- Undocumented member.
Request Lenses
deleteGateway_gatewayARN :: Lens' DeleteGateway Text Source #
Undocumented member.
Destructuring the Response
data DeleteGatewayResponse Source #
A JSON object containing the ID of the deleted gateway.
See: newDeleteGatewayResponse
smart constructor.
DeleteGatewayResponse' | |
|
Instances
newDeleteGatewayResponse Source #
Create a value of DeleteGatewayResponse
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:gatewayARN:DeleteGateway'
, deleteGatewayResponse_gatewayARN
- Undocumented member.
$sel:httpStatus:DeleteGatewayResponse'
, deleteGatewayResponse_httpStatus
- The response's http status code.
Response Lenses
deleteGatewayResponse_gatewayARN :: Lens' DeleteGatewayResponse (Maybe Text) Source #
Undocumented member.
deleteGatewayResponse_httpStatus :: Lens' DeleteGatewayResponse Int Source #
The response's http status code.