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.3/services/gamelift.ts?docs=full";

Represents the input for a request operation.

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. This value is included in the "VpcPeeringConnection" object, which can be retrieved by calling "DescribeVpcPeeringConnections".