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

ListZonalShiftsResponse

import type { ListZonalShiftsResponse } from "https://aws-api.deno.dev/v0.4/services/arczonalshift.ts?docs=full";
interface ListZonalShiftsResponse {
items?: ZonalShiftSummary[] | null;
nextToken?: string | null;
}

§Properties

§
items?: ZonalShiftSummary[] | null
[src]

The items in the response list.

§
nextToken?: string | null
[src]

Specifies that you want to receive the next page of results. Valid only if you received a NextToken response in the previous request. If you did, it indicates that more output is available. Set this parameter to the value provided by the previous call's NextToken response to request the next page of results.