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

ListNetworkProfilesRequest

import type { ListNetworkProfilesRequest } from "https://aws-api.deno.dev/v0.4/services/devicefarm.ts?docs=full";
interface ListNetworkProfilesRequest {
arn: string;
nextToken?: string | null;
type?: NetworkProfileType | null;
}

§Properties

§
arn: string
[src]

The Amazon Resource Name (ARN) of the project for which you want to list network profiles.

§
nextToken?: string | null
[src]

An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.

§

The type of network profile to return information about. Valid values are listed here.