CodeStarNotifications
import { CodeStarNotifications } from "https://aws-api.deno.dev/v0.2/services/codestarnotifications.ts?docs=full";
§Constructors
§Methods
Creates a notification rule for a resource. The rule specifies the events you want notifications about and the targets (such as SNS topics) where you want to receive them.
Deletes a notification rule for a resource.
Returns information about a specified notification rule.
Returns information about the event types available for configuring notifications.
Returns a list of the notification rules for an AWS account.
Returns a list of the tags associated with a notification rule.
Creates an association between a notification rule and an SNS topic so that the associated target can receive notifications when the events described in the rule are triggered.
Removes an association between a notification rule and an Amazon SNS topic so that subscribers to that topic stop receiving notifications when the events described in the rule are triggered.
Updates a notification rule for a resource. You can change the events that trigger the notification rule, the status of the rule, and the targets that receive the notifications.
Note: To add or remove tags for a notification rule, you must use "TagResource" and "UntagResource".