| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Route53.DeleteCidrCollection
Description
Deletes a CIDR collection in the current Amazon Web Services account. The collection must be empty before it can be deleted.
Synopsis
- data DeleteCidrCollection = DeleteCidrCollection' {}
- newDeleteCidrCollection :: Text -> DeleteCidrCollection
- deleteCidrCollection_id :: Lens' DeleteCidrCollection Text
- data DeleteCidrCollectionResponse = DeleteCidrCollectionResponse' {
- httpStatus :: Int
- newDeleteCidrCollectionResponse :: Int -> DeleteCidrCollectionResponse
- deleteCidrCollectionResponse_httpStatus :: Lens' DeleteCidrCollectionResponse Int
Creating a Request
data DeleteCidrCollection Source #
See: newDeleteCidrCollection smart constructor.
Constructors
| DeleteCidrCollection' | |
Instances
newDeleteCidrCollection Source #
Arguments
| :: Text | |
| -> DeleteCidrCollection |
Create a value of DeleteCidrCollection 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:
DeleteCidrCollection, deleteCidrCollection_id - The UUID of the collection to delete.
Request Lenses
deleteCidrCollection_id :: Lens' DeleteCidrCollection Text Source #
The UUID of the collection to delete.
Destructuring the Response
data DeleteCidrCollectionResponse Source #
See: newDeleteCidrCollectionResponse smart constructor.
Constructors
| DeleteCidrCollectionResponse' | |
Fields
| |
Instances
newDeleteCidrCollectionResponse Source #
Create a value of DeleteCidrCollectionResponse 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:DeleteCidrCollectionResponse', deleteCidrCollectionResponse_httpStatus - The response's http status code.
Response Lenses
deleteCidrCollectionResponse_httpStatus :: Lens' DeleteCidrCollectionResponse Int Source #
The response's http status code.