libZSservicesZSamazonka-apigatewayZSamazonka-apigateway
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.APIGateway.DeleteVpcLink

Description

Deletes an existing VpcLink of a specified identifier.

Synopsis

Creating a Request

data DeleteVpcLink Source #

Deletes an existing VpcLink of a specified identifier.

See: newDeleteVpcLink smart constructor.

Constructors

DeleteVpcLink' 

Fields

  • vpcLinkId :: Text
    Required
    The identifier of the VpcLink. It is used in an Integration to reference this VpcLink.

Instances

newDeleteVpcLink Source #

Create a value of DeleteVpcLink 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:vpcLinkId:DeleteVpcLink', deleteVpcLink_vpcLinkId - [Required] The identifier of the VpcLink. It is used in an Integration to reference this VpcLink.

Request Lenses

deleteVpcLink_vpcLinkId :: Lens' DeleteVpcLink Text Source #

Required
The identifier of the VpcLink. It is used in an Integration to reference this VpcLink.

Destructuring the Response

data DeleteVpcLinkResponse Source #

See: newDeleteVpcLinkResponse smart constructor.

Instances

Instances details
Eq DeleteVpcLinkResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteVpcLink

Read DeleteVpcLinkResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteVpcLink

Show DeleteVpcLinkResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteVpcLink

Generic DeleteVpcLinkResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteVpcLink

Associated Types

type Rep DeleteVpcLinkResponse :: Type -> Type #

NFData DeleteVpcLinkResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteVpcLink

Methods

rnf :: DeleteVpcLinkResponse -> () #

type Rep DeleteVpcLinkResponse Source # 
Instance details

Defined in Amazonka.APIGateway.DeleteVpcLink

type Rep DeleteVpcLinkResponse = D1 ('MetaData "DeleteVpcLinkResponse" "Amazonka.APIGateway.DeleteVpcLink" "libZSservicesZSamazonka-apigatewayZSamazonka-apigateway" 'False) (C1 ('MetaCons "DeleteVpcLinkResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteVpcLinkResponse :: DeleteVpcLinkResponse Source #

Create a value of DeleteVpcLinkResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.