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

DescribeGroupsRequest

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

§Properties

§
AuthenticationToken?: string | null
[src]

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

§
Limit?: number | null
[src]

The maximum number of items to return with this call.

§
Marker?: string | null
[src]

The marker for the next set of results. (You received this marker from a previous call.)

§
OrganizationId?: string | null
[src]

The ID of the organization.

§
SearchQuery: string
[src]

A query to describe groups by group name.