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

GetResourcesRequest

import type { GetResourcesRequest } from "https://aws-api.deno.dev/v0.3/services/workdocs.ts?docs=full";
interface GetResourcesRequest {
AuthenticationToken?: string | null;
CollectionType?: ResourceCollectionType | null;
Limit?: number | null;
Marker?: string | null;
UserId?: string | null;
}

§Properties

§
AuthenticationToken?: string | null
[src]

The Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.

§
CollectionType?: ResourceCollectionType | null
[src]

The collection type.

§
Limit?: number | null
[src]

The maximum number of resources to return.

§
Marker?: string | null
[src]

The marker for the next set of results. This marker was received from a previous call.

§
UserId?: string | null
[src]

The user ID for the resource collection. This is a required field for accessing the API operation using IAM credentials.