delete_vpc_link¶
Operation¶
delete_vpc_link
async
¶
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 |
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 |
Input¶
DeleteVpcLinkInput
dataclass
¶
Output¶
DeleteVpcLinkOutput
dataclass
¶
Dataclass for DeleteVpcLinkOutput structure.