Skip to content

Api Gateway  >  Operations  >  delete_vpc_link

delete_vpc_link

Operation

delete_vpc_link(input: DeleteVpcLinkInput, plugins: list[Plugin] | None = None) -> DeleteVpcLinkOutput

Deletes an existing VpcLink of a specified identifier.

Parameters:

Name Type Description Default
input DeleteVpcLinkInput

An instance of DeleteVpcLinkInput.

required
plugins list[Plugin] | None

A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations.

None

Returns:

Type Description
DeleteVpcLinkOutput

An instance of DeleteVpcLinkOutput.

Input

DeleteVpcLinkInput dataclass

Deletes an existing VpcLink of a specified identifier.

Attributes

vpc_link_id: str | None = None

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

Output

DeleteVpcLinkOutput dataclass

Dataclass for DeleteVpcLinkOutput structure.