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?: {} | null;
[key: string]: OpsItemDataValue | null | undefined;
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
§
Notifications?: OpsItemNotification[] | null
[src]§
OperationalData?: {} | null
[src][key: string]: OpsItemDataValue | null | undefined;
§
RelatedOpsItems?: RelatedOpsItem[] | null
[src]