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

ApplicationMaintenanceConfigurationDescription

import type { ApplicationMaintenanceConfigurationDescription } from "https://aws-api.deno.dev/v0.4/services/kinesisanalyticsv2.ts?docs=full";

The details of the maintenance configuration for the application.

interface ApplicationMaintenanceConfigurationDescription {
ApplicationMaintenanceWindowEndTime: string;
ApplicationMaintenanceWindowStartTime: string;
}

§Properties

§
ApplicationMaintenanceWindowEndTime: string
[src]

The end time for the maintenance window.

§
ApplicationMaintenanceWindowStartTime: string
[src]

The start time for the maintenance window.