CodeStarNotifications
import { CodeStarNotifications } from "https://aws-api.deno.dev/v0.1/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.
Deletes a specified target for notifications.
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.
Returns a list of the notification rule targets for an AWS account.
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.
Associates a set of provided tags with a notification rule.
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.
Removes the association between one or more provided tags and a notification rule.
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".