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 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 tagResource(params: TagResourceRequest, opts?: client.RequestOptions): Promise<TagResourceResult>;
async unsubscribe(params: UnsubscribeRequest, opts?: client.RequestOptions): Promise<UnsubscribeResult>;
async updateNotificationRule(params: UpdateNotificationRuleRequest, opts?: client.RequestOptions): Promise<void>;
§Constructors
§
new CodeStarNotifications(apiFactory: client.ApiFactory)
[src]§Methods
§
createNotificationRule(params: CreateNotificationRuleRequest, opts?: client.RequestOptions): Promise<CreateNotificationRuleResult>
[src]§
deleteNotificationRule(params: DeleteNotificationRuleRequest, opts?: client.RequestOptions): Promise<DeleteNotificationRuleResult>
[src]§
describeNotificationRule(params: DescribeNotificationRuleRequest, opts?: client.RequestOptions): Promise<DescribeNotificationRuleResult>
[src]§
listEventTypes(params?: ListEventTypesRequest, opts?: client.RequestOptions): Promise<ListEventTypesResult>
[src]§
listNotificationRules(params?: ListNotificationRulesRequest, opts?: client.RequestOptions): Promise<ListNotificationRulesResult>
[src]§
listTagsForResource(params: ListTagsForResourceRequest, opts?: client.RequestOptions): Promise<ListTagsForResourceResult>
[src]§
updateNotificationRule(params: UpdateNotificationRuleRequest, opts?: client.RequestOptions): Promise<void>
[src]§Static Properties
§
ApiMetadata: client.ApiMetadata
[src]