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

ListAssociatedGroupsResponse

import type { ListAssociatedGroupsResponse } from "https://aws-api.deno.dev/v0.4/services/synthetics.ts?docs=full";
interface ListAssociatedGroupsResponse {
Groups?: GroupSummary[] | null;
NextToken?: string | null;
}

§Properties

§
Groups?: GroupSummary[] | null
[src]

An array of structures that contain information about the groups that this canary is associated with.

§
NextToken?: string | null
[src]

A token that indicates that there is more data available. You can use this token in a subsequent ListAssociatedGroups operation to retrieve the next set of results.