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

ListZonalShiftsRequest

import type { ListZonalShiftsRequest } from "https://aws-api.deno.dev/v0.4/services/arczonalshift.ts?docs=full";
interface ListZonalShiftsRequest {
maxResults?: number | null;
nextToken?: string | null;
status?: ZonalShiftStatus | null;
}

§Properties

§
maxResults?: number | null
[src]

The number of objects that you want to return with this call.

§
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.

§
status?: ZonalShiftStatus | null
[src]

A status for a zonal shift.

The Status for a zonal shift can have one of the following values:

  • ACTIVE: The zonal shift is started and active.
  • EXPIRED: The zonal shift has expired (the expiry time was exceeded).
  • CANCELED: The zonal shift was canceled.