Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DeleteVpcPeeringConnectionInput

import type { DeleteVpcPeeringConnectionInput } from "https://aws-api.deno.dev/v0.4/services/gamelift.ts?docs=full";
interface DeleteVpcPeeringConnectionInput {
FleetId: string;
VpcPeeringConnectionId: string;
}

§Properties

§
FleetId: string
[src]

A unique identifier for the fleet. This fleet specified must match the fleet referenced in the VPC peering connection record. You can use either the fleet ID or ARN value.

§
VpcPeeringConnectionId: string
[src]

A unique identifier for a VPC peering connection.