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

DescribeVpcPeeringAuthorizationsOutput

import type { DescribeVpcPeeringAuthorizationsOutput } from "https://aws-api.deno.dev/v0.3/services/gamelift.ts?docs=full";
interface DescribeVpcPeeringAuthorizationsOutput {
VpcPeeringAuthorizations?: VpcPeeringAuthorization[] | null;
}

§Properties

§
VpcPeeringAuthorizations?: VpcPeeringAuthorization[] | null
[src]

A collection of objects that describe all valid VPC peering operations for the current AWS account.