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

UpdateNotificationRuleRequest

import type { UpdateNotificationRuleRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/codestarnotifications.ts";
interface UpdateNotificationRuleRequest {
Arn: string;
DetailType?: DetailType | null;
EventTypeIds?: string[] | null;
Name?: string | null;
Status?: NotificationRuleStatus | null;
Targets?: Target[] | null;
}

§Properties

§
Arn: string
[src]
§
DetailType?: DetailType | null
[src]
§
EventTypeIds?: string[] | null
[src]
§
Name?: string | null
[src]
§
Targets?: Target[] | null
[src]