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

ListDeviceResourcesInput

import type { ListDeviceResourcesInput } from "https://aws-api.deno.dev/v0.4/services/snowdevicemanagement.ts?docs=full";
interface ListDeviceResourcesInput {
managedDeviceId: string;
maxResults?: number | null;
nextToken?: string | null;
type?: string | null;
}

§Properties

§
managedDeviceId: string
[src]

The ID of the managed device that you are listing the resources of.

§
maxResults?: number | null
[src]

The maximum number of resources per page.

§
nextToken?: string | null
[src]

A pagination token to continue to the next page of results.

§
type?: string | null
[src]

A structure used to filter the results by type of resource.