pub struct CodeStarNotificationsClient { /* private fields */ }
Expand description
A client for the AWS CodeStar Notifications API.
Implementations§
Source§impl CodeStarNotificationsClient
impl CodeStarNotificationsClient
Sourcepub fn new(region: Region) -> CodeStarNotificationsClient
pub fn new(region: Region) -> CodeStarNotificationsClient
Creates a client backed by the default tokio event loop.
The client will use the default credentials provider and tls client.
pub fn new_with<P, D>(
request_dispatcher: D,
credentials_provider: P,
region: Region,
) -> CodeStarNotificationsClientwhere
P: ProvideAwsCredentials + Send + Sync + 'static,
D: DispatchSignedRequest + Send + Sync + 'static,
pub fn new_with_client( client: Client, region: Region, ) -> CodeStarNotificationsClient
Trait Implementations§
Source§impl Clone for CodeStarNotificationsClient
impl Clone for CodeStarNotificationsClient
Source§fn clone(&self) -> CodeStarNotificationsClient
fn clone(&self) -> CodeStarNotificationsClient
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moreSource§impl CodeStarNotifications for CodeStarNotificationsClient
impl CodeStarNotifications for CodeStarNotificationsClient
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,
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,
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,
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,
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,
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,
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.
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,
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,
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,
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,
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,
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,
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.