Trait CodeStarNotifications

Source
pub trait CodeStarNotifications {
Show 13 methods // Required methods fn create_notification_rule<'life0, 'async_trait>( &'life0 self, input: CreateNotificationRuleRequest, ) -> Pin<Box<dyn Future<Output = Result<CreateNotificationRuleResult, RusotoError<CreateNotificationRuleError>>> + Send + 'async_trait>> where Self: 'async_trait, 'life0: 'async_trait; fn delete_notification_rule<'life0, 'async_trait>( &'life0 self, input: DeleteNotificationRuleRequest, ) -> Pin<Box<dyn Future<Output = Result<DeleteNotificationRuleResult, RusotoError<DeleteNotificationRuleError>>> + Send + 'async_trait>> where Self: 'async_trait, 'life0: 'async_trait; fn delete_target<'life0, 'async_trait>( &'life0 self, input: DeleteTargetRequest, ) -> Pin<Box<dyn Future<Output = Result<DeleteTargetResult, RusotoError<DeleteTargetError>>> + Send + 'async_trait>> where Self: 'async_trait, 'life0: 'async_trait; fn describe_notification_rule<'life0, 'async_trait>( &'life0 self, input: DescribeNotificationRuleRequest, ) -> Pin<Box<dyn Future<Output = Result<DescribeNotificationRuleResult, RusotoError<DescribeNotificationRuleError>>> + Send + 'async_trait>> where Self: 'async_trait, 'life0: 'async_trait; fn list_event_types<'life0, 'async_trait>( &'life0 self, input: ListEventTypesRequest, ) -> Pin<Box<dyn Future<Output = Result<ListEventTypesResult, RusotoError<ListEventTypesError>>> + Send + 'async_trait>> where Self: 'async_trait, 'life0: 'async_trait; fn list_notification_rules<'life0, 'async_trait>( &'life0 self, input: ListNotificationRulesRequest, ) -> Pin<Box<dyn Future<Output = Result<ListNotificationRulesResult, RusotoError<ListNotificationRulesError>>> + Send + 'async_trait>> where Self: 'async_trait, 'life0: 'async_trait; fn list_tags_for_resource<'life0, 'async_trait>( &'life0 self, input: ListTagsForResourceRequest, ) -> Pin<Box<dyn Future<Output = Result<ListTagsForResourceResult, RusotoError<ListTagsForResourceError>>> + Send + 'async_trait>> where Self: 'async_trait, 'life0: 'async_trait; fn list_targets<'life0, 'async_trait>( &'life0 self, input: ListTargetsRequest, ) -> Pin<Box<dyn Future<Output = Result<ListTargetsResult, RusotoError<ListTargetsError>>> + Send + 'async_trait>> where Self: 'async_trait, 'life0: 'async_trait; fn subscribe<'life0, 'async_trait>( &'life0 self, input: SubscribeRequest, ) -> Pin<Box<dyn Future<Output = Result<SubscribeResult, RusotoError<SubscribeError>>> + Send + 'async_trait>> where Self: 'async_trait, 'life0: 'async_trait; fn tag_resource<'life0, 'async_trait>( &'life0 self, input: TagResourceRequest, ) -> Pin<Box<dyn Future<Output = Result<TagResourceResult, RusotoError<TagResourceError>>> + Send + 'async_trait>> where Self: 'async_trait, 'life0: 'async_trait; fn unsubscribe<'life0, 'async_trait>( &'life0 self, input: UnsubscribeRequest, ) -> Pin<Box<dyn Future<Output = Result<UnsubscribeResult, RusotoError<UnsubscribeError>>> + Send + 'async_trait>> where Self: 'async_trait, 'life0: 'async_trait; fn untag_resource<'life0, 'async_trait>( &'life0 self, input: UntagResourceRequest, ) -> Pin<Box<dyn Future<Output = Result<UntagResourceResult, RusotoError<UntagResourceError>>> + Send + 'async_trait>> where Self: 'async_trait, 'life0: 'async_trait; fn update_notification_rule<'life0, 'async_trait>( &'life0 self, input: UpdateNotificationRuleRequest, ) -> Pin<Box<dyn Future<Output = Result<UpdateNotificationRuleResult, RusotoError<UpdateNotificationRuleError>>> + Send + 'async_trait>> where Self: 'async_trait, 'life0: 'async_trait;
}
Expand description

Trait representing the capabilities of the AWS CodeStar Notifications API. AWS CodeStar Notifications clients implement this trait.

Required Methods§

Source

fn create_notification_rule<'life0, 'async_trait>( &'life0 self, input: CreateNotificationRuleRequest, ) -> Pin<Box<dyn Future<Output = Result<CreateNotificationRuleResult, RusotoError<CreateNotificationRuleError>>> + Send + 'async_trait>>
where Self: 'async_trait, 'life0: 'async_trait,

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.

Source

fn delete_notification_rule<'life0, 'async_trait>( &'life0 self, input: DeleteNotificationRuleRequest, ) -> Pin<Box<dyn Future<Output = Result<DeleteNotificationRuleResult, RusotoError<DeleteNotificationRuleError>>> + Send + 'async_trait>>
where Self: 'async_trait, 'life0: 'async_trait,

Deletes a notification rule for a resource.

Source

fn delete_target<'life0, 'async_trait>( &'life0 self, input: DeleteTargetRequest, ) -> Pin<Box<dyn Future<Output = Result<DeleteTargetResult, RusotoError<DeleteTargetError>>> + Send + 'async_trait>>
where Self: 'async_trait, 'life0: 'async_trait,

Deletes a specified target for notifications.

Source

fn describe_notification_rule<'life0, 'async_trait>( &'life0 self, input: DescribeNotificationRuleRequest, ) -> Pin<Box<dyn Future<Output = Result<DescribeNotificationRuleResult, RusotoError<DescribeNotificationRuleError>>> + Send + 'async_trait>>
where Self: 'async_trait, 'life0: 'async_trait,

Returns information about a specified notification rule.

Source

fn list_event_types<'life0, 'async_trait>( &'life0 self, input: ListEventTypesRequest, ) -> Pin<Box<dyn Future<Output = Result<ListEventTypesResult, RusotoError<ListEventTypesError>>> + Send + 'async_trait>>
where Self: 'async_trait, 'life0: 'async_trait,

Returns information about the event types available for configuring notifications.

Source

fn list_notification_rules<'life0, 'async_trait>( &'life0 self, input: ListNotificationRulesRequest, ) -> Pin<Box<dyn Future<Output = Result<ListNotificationRulesResult, RusotoError<ListNotificationRulesError>>> + Send + 'async_trait>>
where Self: 'async_trait, 'life0: 'async_trait,

Returns a list of the notification rules for an AWS account.

Source

fn list_tags_for_resource<'life0, 'async_trait>( &'life0 self, input: ListTagsForResourceRequest, ) -> Pin<Box<dyn Future<Output = Result<ListTagsForResourceResult, RusotoError<ListTagsForResourceError>>> + Send + 'async_trait>>
where Self: 'async_trait, 'life0: 'async_trait,

Returns a list of the tags associated with a notification rule.

Source

fn list_targets<'life0, 'async_trait>( &'life0 self, input: ListTargetsRequest, ) -> Pin<Box<dyn Future<Output = Result<ListTargetsResult, RusotoError<ListTargetsError>>> + Send + 'async_trait>>
where Self: 'async_trait, 'life0: 'async_trait,

Returns a list of the notification rule targets for an AWS account.

Source

fn subscribe<'life0, 'async_trait>( &'life0 self, input: SubscribeRequest, ) -> Pin<Box<dyn Future<Output = Result<SubscribeResult, RusotoError<SubscribeError>>> + Send + 'async_trait>>
where Self: 'async_trait, 'life0: 'async_trait,

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.

Source

fn tag_resource<'life0, 'async_trait>( &'life0 self, input: TagResourceRequest, ) -> Pin<Box<dyn Future<Output = Result<TagResourceResult, RusotoError<TagResourceError>>> + Send + 'async_trait>>
where Self: 'async_trait, 'life0: 'async_trait,

Associates a set of provided tags with a notification rule.

Source

fn unsubscribe<'life0, 'async_trait>( &'life0 self, input: UnsubscribeRequest, ) -> Pin<Box<dyn Future<Output = Result<UnsubscribeResult, RusotoError<UnsubscribeError>>> + Send + 'async_trait>>
where Self: 'async_trait, 'life0: 'async_trait,

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.

Source

fn untag_resource<'life0, 'async_trait>( &'life0 self, input: UntagResourceRequest, ) -> Pin<Box<dyn Future<Output = Result<UntagResourceResult, RusotoError<UntagResourceError>>> + Send + 'async_trait>>
where Self: 'async_trait, 'life0: 'async_trait,

Removes the association between one or more provided tags and a notification rule.

Source

fn update_notification_rule<'life0, 'async_trait>( &'life0 self, input: UpdateNotificationRuleRequest, ) -> Pin<Box<dyn Future<Output = Result<UpdateNotificationRuleResult, RusotoError<UpdateNotificationRuleError>>> + Send + 'async_trait>>
where Self: 'async_trait, 'life0: 'async_trait,

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.

To add or remove tags for a notification rule, you must use TagResource and UntagResource.

Implementors§