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;
}