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

DescribeDirectConnectGatewayAssociationProposalsResult

import type { DescribeDirectConnectGatewayAssociationProposalsResult } from "https://aws-api.deno.dev/v0.3/services/directconnect.ts?docs=full";
interface DescribeDirectConnectGatewayAssociationProposalsResult {
directConnectGatewayAssociationProposals?: DirectConnectGatewayAssociationProposal[] | null;
nextToken?: string | null;
}

§Properties

§
directConnectGatewayAssociationProposals?: DirectConnectGatewayAssociationProposal[] | null
[src]

Describes the Direct Connect gateway association proposals.

§
nextToken?: string | null
[src]

The token to use to retrieve the next page of results. This value is null when there are no more results to return.