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

DescribeDirectConnectGatewayAssociationProposalsRequest

import type { DescribeDirectConnectGatewayAssociationProposalsRequest } from "https://aws-api.deno.dev/v0.3/services/directconnect.ts?docs=full";
interface DescribeDirectConnectGatewayAssociationProposalsRequest {
associatedGatewayId?: string | null;
directConnectGatewayId?: string | null;
maxResults?: number | null;
nextToken?: string | null;
proposalId?: string | null;
}

§Properties

§
associatedGatewayId?: string | null
[src]

The ID of the associated gateway.

§
directConnectGatewayId?: string | null
[src]

The ID of the Direct Connect gateway.

§
maxResults?: number | null
[src]

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

If MaxResults is given a value larger than 100, only 100 results are returned.

§
nextToken?: string | null
[src]

The token for the next page of results.

§
proposalId?: string | null
[src]

The ID of the proposal.