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

GetCalendarStateRequest

import type { GetCalendarStateRequest } from "https://aws-api.deno.dev/v0.3/services/ssm.ts?docs=full";
interface GetCalendarStateRequest {
AtTime?: string | null;
CalendarNames: string[];
}

§Properties

§
AtTime?: string | null
[src]

(Optional) The specific time for which you want to get calendar state information, in ISO 8601 format. If you don't specify a value or AtTime, the current time is used.

§
CalendarNames: string[]
[src]

The names or Amazon Resource Names (ARNs) of the Systems Manager documents (SSM documents) that represent the calendar entries for which you want to get the state.