aws-sdk-codestarnotifications 1.92.0

AWS SDK for AWS CodeStar Notifications
Documentation
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `CreateNotificationRule` operation.
pub mod create_notification_rule;

/// Types for the `DeleteNotificationRule` operation.
pub mod delete_notification_rule;

/// Types for the `DeleteTarget` operation.
pub mod delete_target;

/// Types for the `DescribeNotificationRule` operation.
pub mod describe_notification_rule;

/// Types for the `ListEventTypes` operation.
pub mod list_event_types;

/// Types for the `ListNotificationRules` operation.
pub mod list_notification_rules;

/// Types for the `ListTagsForResource` operation.
pub mod list_tags_for_resource;

/// Types for the `ListTargets` operation.
pub mod list_targets;

/// Types for the `Subscribe` operation.
pub mod subscribe;

/// Types for the `TagResource` operation.
pub mod tag_resource;

/// Types for the `Unsubscribe` operation.
pub mod unsubscribe;

/// Types for the `UntagResource` operation.
pub mod untag_resource;

/// Types for the `UpdateNotificationRule` operation.
pub mod update_notification_rule;