libZSservicesZSamazonka-route53ZSamazonka-route53
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Route53.DeleteVPCAssociationAuthorization

Description

Removes authorization to submit an AssociateVPCWithHostedZone request to associate a specified VPC with a hosted zone that was created by a different account. You must use the account that created the hosted zone to submit a DeleteVPCAssociationAuthorization request.

Sending this request only prevents the Amazon Web Services account that created the VPC from associating the VPC with the Amazon Route 53 hosted zone in the future. If the VPC is already associated with the hosted zone, DeleteVPCAssociationAuthorization won't disassociate the VPC from the hosted zone. If you want to delete an existing association, use DisassociateVPCFromHostedZone.

Synopsis

Creating a Request

data DeleteVPCAssociationAuthorization Source #

A complex type that contains information about the request to remove authorization to associate a VPC that was created by one Amazon Web Services account with a hosted zone that was created with a different Amazon Web Services account.

See: newDeleteVPCAssociationAuthorization smart constructor.

Constructors

DeleteVPCAssociationAuthorization' 

Fields

  • hostedZoneId :: ResourceId

    When removing authorization to associate a VPC that was created by one Amazon Web Services account with a hosted zone that was created with a different Amazon Web Services account, the ID of the hosted zone.

  • vpc :: VPC

    When removing authorization to associate a VPC that was created by one Amazon Web Services account with a hosted zone that was created with a different Amazon Web Services account, a complex type that includes the ID and region of the VPC.

Instances

Instances details
Eq DeleteVPCAssociationAuthorization Source # 
Instance details

Defined in Amazonka.Route53.DeleteVPCAssociationAuthorization

Read DeleteVPCAssociationAuthorization Source # 
Instance details

Defined in Amazonka.Route53.DeleteVPCAssociationAuthorization

Show DeleteVPCAssociationAuthorization Source # 
Instance details

Defined in Amazonka.Route53.DeleteVPCAssociationAuthorization

Generic DeleteVPCAssociationAuthorization Source # 
Instance details

Defined in Amazonka.Route53.DeleteVPCAssociationAuthorization

Associated Types

type Rep DeleteVPCAssociationAuthorization :: Type -> Type #

NFData DeleteVPCAssociationAuthorization Source # 
Instance details

Defined in Amazonka.Route53.DeleteVPCAssociationAuthorization

Hashable DeleteVPCAssociationAuthorization Source # 
Instance details

Defined in Amazonka.Route53.DeleteVPCAssociationAuthorization

AWSRequest DeleteVPCAssociationAuthorization Source # 
Instance details

Defined in Amazonka.Route53.DeleteVPCAssociationAuthorization

ToHeaders DeleteVPCAssociationAuthorization Source # 
Instance details

Defined in Amazonka.Route53.DeleteVPCAssociationAuthorization

ToPath DeleteVPCAssociationAuthorization Source # 
Instance details

Defined in Amazonka.Route53.DeleteVPCAssociationAuthorization

ToQuery DeleteVPCAssociationAuthorization Source # 
Instance details

Defined in Amazonka.Route53.DeleteVPCAssociationAuthorization

ToElement DeleteVPCAssociationAuthorization Source # 
Instance details

Defined in Amazonka.Route53.DeleteVPCAssociationAuthorization

ToXML DeleteVPCAssociationAuthorization Source # 
Instance details

Defined in Amazonka.Route53.DeleteVPCAssociationAuthorization

type Rep DeleteVPCAssociationAuthorization Source # 
Instance details

Defined in Amazonka.Route53.DeleteVPCAssociationAuthorization

type Rep DeleteVPCAssociationAuthorization = D1 ('MetaData "DeleteVPCAssociationAuthorization" "Amazonka.Route53.DeleteVPCAssociationAuthorization" "libZSservicesZSamazonka-route53ZSamazonka-route53" 'False) (C1 ('MetaCons "DeleteVPCAssociationAuthorization'" 'PrefixI 'True) (S1 ('MetaSel ('Just "hostedZoneId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ResourceId) :*: S1 ('MetaSel ('Just "vpc") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 VPC)))
type AWSResponse DeleteVPCAssociationAuthorization Source # 
Instance details

Defined in Amazonka.Route53.DeleteVPCAssociationAuthorization

newDeleteVPCAssociationAuthorization Source #

Create a value of DeleteVPCAssociationAuthorization 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:hostedZoneId:DeleteVPCAssociationAuthorization', deleteVPCAssociationAuthorization_hostedZoneId - When removing authorization to associate a VPC that was created by one Amazon Web Services account with a hosted zone that was created with a different Amazon Web Services account, the ID of the hosted zone.

$sel:vpc:DeleteVPCAssociationAuthorization', deleteVPCAssociationAuthorization_vpc - When removing authorization to associate a VPC that was created by one Amazon Web Services account with a hosted zone that was created with a different Amazon Web Services account, a complex type that includes the ID and region of the VPC.

Request Lenses

deleteVPCAssociationAuthorization_hostedZoneId :: Lens' DeleteVPCAssociationAuthorization ResourceId Source #

When removing authorization to associate a VPC that was created by one Amazon Web Services account with a hosted zone that was created with a different Amazon Web Services account, the ID of the hosted zone.

deleteVPCAssociationAuthorization_vpc :: Lens' DeleteVPCAssociationAuthorization VPC Source #

When removing authorization to associate a VPC that was created by one Amazon Web Services account with a hosted zone that was created with a different Amazon Web Services account, a complex type that includes the ID and region of the VPC.

Destructuring the Response

data DeleteVPCAssociationAuthorizationResponse Source #

Empty response for the request.

See: newDeleteVPCAssociationAuthorizationResponse smart constructor.

Constructors

DeleteVPCAssociationAuthorizationResponse' 

Fields

Instances

Instances details
Eq DeleteVPCAssociationAuthorizationResponse Source # 
Instance details

Defined in Amazonka.Route53.DeleteVPCAssociationAuthorization

Read DeleteVPCAssociationAuthorizationResponse Source # 
Instance details

Defined in Amazonka.Route53.DeleteVPCAssociationAuthorization

Show DeleteVPCAssociationAuthorizationResponse Source # 
Instance details

Defined in Amazonka.Route53.DeleteVPCAssociationAuthorization

Generic DeleteVPCAssociationAuthorizationResponse Source # 
Instance details

Defined in Amazonka.Route53.DeleteVPCAssociationAuthorization

NFData DeleteVPCAssociationAuthorizationResponse Source # 
Instance details

Defined in Amazonka.Route53.DeleteVPCAssociationAuthorization

type Rep DeleteVPCAssociationAuthorizationResponse Source # 
Instance details

Defined in Amazonka.Route53.DeleteVPCAssociationAuthorization

type Rep DeleteVPCAssociationAuthorizationResponse = D1 ('MetaData "DeleteVPCAssociationAuthorizationResponse" "Amazonka.Route53.DeleteVPCAssociationAuthorization" "libZSservicesZSamazonka-route53ZSamazonka-route53" 'False) (C1 ('MetaCons "DeleteVPCAssociationAuthorizationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteVPCAssociationAuthorizationResponse Source #

Create a value of DeleteVPCAssociationAuthorizationResponse 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:DeleteVPCAssociationAuthorizationResponse', deleteVPCAssociationAuthorizationResponse_httpStatus - The response's http status code.

Response Lenses