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