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.deno.dev/v0.3/services/codestarnotifications.ts?docs=full";
interface UpdateNotificationRuleRequest {
Arn: string;
DetailType?: DetailType | null;
EventTypeIds?: string[] | null;
Name?: string | null;
Status?: NotificationRuleStatus | null;
Targets?: Target[] | null;
}

§Properties

§
Arn: string
[src]

The Amazon Resource Name (ARN) of the notification rule.

§
DetailType?: DetailType | null
[src]

The level of detail to include in the notifications for this resource. BASIC will include only the contents of the event as it would appear in AWS CloudWatch. FULL will include any supplemental information provided by AWS CodeStar Notifications and/or the service for the resource for which the notification is created.

§
EventTypeIds?: string[] | null
[src]

A list of event types associated with this notification rule.

§
Name?: string | null
[src]

The name of the notification rule.

§

The status of the notification rule. Valid statuses include enabled (sending notifications) or disabled (not sending notifications).

§
Targets?: Target[] | null
[src]

The address and type of the targets to receive notifications from this notification rule.