1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_http::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;