amazonka-route53-2.0: Amazon Route 53 SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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

Creating a Request

data DeleteCidrCollection Source #

See: newDeleteCidrCollection smart constructor.

Constructors

DeleteCidrCollection' 

Fields

  • id :: Text

    The UUID of the collection to delete.

Instances

Instances details
ToHeaders DeleteCidrCollection Source # 
Instance details

Defined in Amazonka.Route53.DeleteCidrCollection

ToPath DeleteCidrCollection Source # 
Instance details

Defined in Amazonka.Route53.DeleteCidrCollection

ToQuery DeleteCidrCollection Source # 
Instance details

Defined in Amazonka.Route53.DeleteCidrCollection

AWSRequest DeleteCidrCollection Source # 
Instance details

Defined in Amazonka.Route53.DeleteCidrCollection

Associated Types

type AWSResponse DeleteCidrCollection #

Generic DeleteCidrCollection Source # 
Instance details

Defined in Amazonka.Route53.DeleteCidrCollection

Associated Types

type Rep DeleteCidrCollection :: Type -> Type #

Read DeleteCidrCollection Source # 
Instance details

Defined in Amazonka.Route53.DeleteCidrCollection

Show DeleteCidrCollection Source # 
Instance details

Defined in Amazonka.Route53.DeleteCidrCollection

NFData DeleteCidrCollection Source # 
Instance details

Defined in Amazonka.Route53.DeleteCidrCollection

Methods

rnf :: DeleteCidrCollection -> () #

Eq DeleteCidrCollection Source # 
Instance details

Defined in Amazonka.Route53.DeleteCidrCollection

Hashable DeleteCidrCollection Source # 
Instance details

Defined in Amazonka.Route53.DeleteCidrCollection

type AWSResponse DeleteCidrCollection Source # 
Instance details

Defined in Amazonka.Route53.DeleteCidrCollection

type Rep DeleteCidrCollection Source # 
Instance details

Defined in Amazonka.Route53.DeleteCidrCollection

type Rep DeleteCidrCollection = D1 ('MetaData "DeleteCidrCollection" "Amazonka.Route53.DeleteCidrCollection" "amazonka-route53-2.0-8wP357MyuPX6rh87d4wklb" 'False) (C1 ('MetaCons "DeleteCidrCollection'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteCidrCollection Source #

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

Instances details
Generic DeleteCidrCollectionResponse Source # 
Instance details

Defined in Amazonka.Route53.DeleteCidrCollection

Associated Types

type Rep DeleteCidrCollectionResponse :: Type -> Type #

Read DeleteCidrCollectionResponse Source # 
Instance details

Defined in Amazonka.Route53.DeleteCidrCollection

Show DeleteCidrCollectionResponse Source # 
Instance details

Defined in Amazonka.Route53.DeleteCidrCollection

NFData DeleteCidrCollectionResponse Source # 
Instance details

Defined in Amazonka.Route53.DeleteCidrCollection

Eq DeleteCidrCollectionResponse Source # 
Instance details

Defined in Amazonka.Route53.DeleteCidrCollection

type Rep DeleteCidrCollectionResponse Source # 
Instance details

Defined in Amazonka.Route53.DeleteCidrCollection

type Rep DeleteCidrCollectionResponse = D1 ('MetaData "DeleteCidrCollectionResponse" "Amazonka.Route53.DeleteCidrCollection" "amazonka-route53-2.0-8wP357MyuPX6rh87d4wklb" 'False) (C1 ('MetaCons "DeleteCidrCollectionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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