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 |
Delete a dedicated IP pool.
Synopsis
- data DeleteDedicatedIpPool = DeleteDedicatedIpPool' {}
- newDeleteDedicatedIpPool :: Text -> DeleteDedicatedIpPool
- deleteDedicatedIpPool_poolName :: Lens' DeleteDedicatedIpPool Text
- data DeleteDedicatedIpPoolResponse = DeleteDedicatedIpPoolResponse' {
- httpStatus :: Int
- newDeleteDedicatedIpPoolResponse :: Int -> DeleteDedicatedIpPoolResponse
- deleteDedicatedIpPoolResponse_httpStatus :: Lens' DeleteDedicatedIpPoolResponse Int
Creating a Request
data DeleteDedicatedIpPool Source #
A request to delete a dedicated IP pool.
See: newDeleteDedicatedIpPool
smart constructor.
Instances
newDeleteDedicatedIpPool Source #
Create a value of DeleteDedicatedIpPool
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:poolName:DeleteDedicatedIpPool'
, deleteDedicatedIpPool_poolName
- The name of the dedicated IP pool that you want to delete.
Request Lenses
deleteDedicatedIpPool_poolName :: Lens' DeleteDedicatedIpPool Text Source #
The name of the dedicated IP pool that you want to delete.
Destructuring the Response
data DeleteDedicatedIpPoolResponse Source #
An HTTP 200 response if the request succeeds, or an error message if the request fails.
See: newDeleteDedicatedIpPoolResponse
smart constructor.
DeleteDedicatedIpPoolResponse' | |
|
Instances
newDeleteDedicatedIpPoolResponse Source #
Create a value of DeleteDedicatedIpPoolResponse
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:DeleteDedicatedIpPoolResponse'
, deleteDedicatedIpPoolResponse_httpStatus
- The response's http status code.
Response Lenses
deleteDedicatedIpPoolResponse_httpStatus :: Lens' DeleteDedicatedIpPoolResponse Int Source #
The response's http status code.