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

DescribeVpcPeeringConnectionsOutput

import type { DescribeVpcPeeringConnectionsOutput } from "https://aws-api.deno.dev/v0.3/services/gamelift.ts?docs=full";

Represents the returned data in response to a request operation.

interface DescribeVpcPeeringConnectionsOutput {
VpcPeeringConnections?: VpcPeeringConnection[] | null;
}

§Properties

§
VpcPeeringConnections?: VpcPeeringConnection[] | null
[src]

A collection of VPC peering connection records that match the request.