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

ListConnectionsInput

import type { ListConnectionsInput } from "https://aws-api.deno.dev/v0.3/services/codestarconnections.ts?docs=full";
interface ListConnectionsInput {
HostArnFilter?: string | null;
MaxResults?: number | null;
NextToken?: string | null;
ProviderTypeFilter?: ProviderType | null;
}

§Properties

§
HostArnFilter?: string | null
[src]

Filters the list of connections to those associated with a specified host.

§
MaxResults?: number | null
[src]

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

§
NextToken?: string | null
[src]

The token that was returned from the previous ListConnections call, which can be used to return the next set of connections in the list.

§
ProviderTypeFilter?: ProviderType | null
[src]

Filters the list of connections to those associated with a specified provider, such as Bitbucket.