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

ListMulticastGroupsResponse

import type { ListMulticastGroupsResponse } from "https://aws-api.deno.dev/v0.3/services/iotwireless.ts?docs=full";
interface ListMulticastGroupsResponse {
MulticastGroupList?: MulticastGroup[] | null;
NextToken?: string | null;
}

§Properties

§
MulticastGroupList?: MulticastGroup[] | null
[src]
§
NextToken?: string | null
[src]

To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.