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

CreateOpsItemRequest

import type { CreateOpsItemRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ssm.ts";
interface CreateOpsItemRequest {
ActualEndTime?: Date | number | null;
ActualStartTime?: Date | number | null;
Category?: string | null;
Description: string;
Notifications?: OpsItemNotification[] | null;
OperationalData?: {
[key: string]: OpsItemDataValue | null | undefined;
}
| null;
OpsItemType?: string | null;
PlannedEndTime?: Date | number | null;
PlannedStartTime?: Date | number | null;
Priority?: number | null;
RelatedOpsItems?: RelatedOpsItem[] | null;
Severity?: string | null;
Source: string;
Tags?: Tag[] | null;
Title: string;
}

§Properties

§
ActualEndTime?: Date | number | null
[src]
§
ActualStartTime?: Date | number | null
[src]
§
Category?: string | null
[src]
§
Description: string
[src]
§
Notifications?: OpsItemNotification[] | null
[src]
§
OperationalData?: {
[key: string]: OpsItemDataValue | null | undefined;
}
| null
[src]
§
OpsItemType?: string | null
[src]
§
PlannedEndTime?: Date | number | null
[src]
§
PlannedStartTime?: Date | number | null
[src]
§
Priority?: number | null
[src]
§
RelatedOpsItems?: RelatedOpsItem[] | null
[src]
§
Severity?: string | null
[src]
§
Source: string
[src]
§
Tags?: Tag[] | null
[src]
§
Title: string
[src]