aws_sdk_codestarnotifications/
operation.rs

1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2pub use ::aws_types::request_id::RequestId;
3
4/// Types for the `CreateNotificationRule` operation.
5pub mod create_notification_rule;
6
7/// Types for the `DeleteNotificationRule` operation.
8pub mod delete_notification_rule;
9
10/// Types for the `DeleteTarget` operation.
11pub mod delete_target;
12
13/// Types for the `DescribeNotificationRule` operation.
14pub mod describe_notification_rule;
15
16/// Types for the `ListEventTypes` operation.
17pub mod list_event_types;
18
19/// Types for the `ListNotificationRules` operation.
20pub mod list_notification_rules;
21
22/// Types for the `ListTagsForResource` operation.
23pub mod list_tags_for_resource;
24
25/// Types for the `ListTargets` operation.
26pub mod list_targets;
27
28/// Types for the `Subscribe` operation.
29pub mod subscribe;
30
31/// Types for the `TagResource` operation.
32pub mod tag_resource;
33
34/// Types for the `Unsubscribe` operation.
35pub mod unsubscribe;
36
37/// Types for the `UntagResource` operation.
38pub mod untag_resource;
39
40/// Types for the `UpdateNotificationRule` operation.
41pub mod update_notification_rule;