Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CodeStarNotifications

import { CodeStarNotifications } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/codestarnotifications.ts";
class CodeStarNotifications {
constructor(apiFactory: client.ApiFactory);
async createNotificationRule(params: CreateNotificationRuleRequest, opts?: client.RequestOptions): Promise<CreateNotificationRuleResult>;
async deleteNotificationRule(params: DeleteNotificationRuleRequest, opts?: client.RequestOptions): Promise<DeleteNotificationRuleResult>;
async deleteTarget(params: DeleteTargetRequest, opts?: client.RequestOptions): Promise<void>;
async describeNotificationRule(params: DescribeNotificationRuleRequest, opts?: client.RequestOptions): Promise<DescribeNotificationRuleResult>;
async listEventTypes(params?: ListEventTypesRequest, opts?: client.RequestOptions): Promise<ListEventTypesResult>;
async listNotificationRules(params?: ListNotificationRulesRequest, opts?: client.RequestOptions): Promise<ListNotificationRulesResult>;
async listTagsForResource(params: ListTagsForResourceRequest, opts?: client.RequestOptions): Promise<ListTagsForResourceResult>;
async listTargets(params?: ListTargetsRequest, opts?: client.RequestOptions): Promise<ListTargetsResult>;
async subscribe(params: SubscribeRequest, opts?: client.RequestOptions): Promise<SubscribeResult>;
async tagResource(params: TagResourceRequest, opts?: client.RequestOptions): Promise<TagResourceResult>;
async unsubscribe(params: UnsubscribeRequest, opts?: client.RequestOptions): Promise<UnsubscribeResult>;
async untagResource(params: UntagResourceRequest, opts?: client.RequestOptions): Promise<void>;
async updateNotificationRule(params: UpdateNotificationRuleRequest, opts?: client.RequestOptions): Promise<void>;
 
static ApiMetadata: client.ApiMetadata;
}

§Constructors

§
new CodeStarNotifications(apiFactory: client.ApiFactory)
[src]

§Methods

§
deleteTarget(params: DeleteTargetRequest, opts?: client.RequestOptions): Promise<void>
[src]
§
listTargets(params?: ListTargetsRequest, opts?: client.RequestOptions): Promise<ListTargetsResult>
[src]
§
untagResource(params: UntagResourceRequest, opts?: client.RequestOptions): Promise<void>
[src]
§
updateNotificationRule(params: UpdateNotificationRuleRequest, opts?: client.RequestOptions): Promise<void>
[src]

§Static Properties