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 group.
Synopsis
- data DeleteGatewayGroup = DeleteGatewayGroup' {}
- newDeleteGatewayGroup :: Text -> DeleteGatewayGroup
- deleteGatewayGroup_gatewayGroupArn :: Lens' DeleteGatewayGroup Text
- data DeleteGatewayGroupResponse = DeleteGatewayGroupResponse' {
- httpStatus :: Int
- newDeleteGatewayGroupResponse :: Int -> DeleteGatewayGroupResponse
- deleteGatewayGroupResponse_httpStatus :: Lens' DeleteGatewayGroupResponse Int
Creating a Request
data DeleteGatewayGroup Source #
See: newDeleteGatewayGroup
smart constructor.
DeleteGatewayGroup' | |
|
Instances
newDeleteGatewayGroup Source #
Create a value of DeleteGatewayGroup
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:gatewayGroupArn:DeleteGatewayGroup'
, deleteGatewayGroup_gatewayGroupArn
- The ARN of the gateway group to delete.
Request Lenses
deleteGatewayGroup_gatewayGroupArn :: Lens' DeleteGatewayGroup Text Source #
The ARN of the gateway group to delete.
Destructuring the Response
data DeleteGatewayGroupResponse Source #
See: newDeleteGatewayGroupResponse
smart constructor.
DeleteGatewayGroupResponse' | |
|
Instances
newDeleteGatewayGroupResponse Source #
Create a value of DeleteGatewayGroupResponse
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:DeleteGatewayGroupResponse'
, deleteGatewayGroupResponse_httpStatus
- The response's http status code.
Response Lenses
deleteGatewayGroupResponse_httpStatus :: Lens' DeleteGatewayGroupResponse Int Source #
The response's http status code.