aws_sdk_rbin/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 `CreateRule` operation.
5pub mod create_rule;
6
7/// Types for the `DeleteRule` operation.
8pub mod delete_rule;
9
10/// Types for the `GetRule` operation.
11pub mod get_rule;
12
13/// Types for the `ListRules` operation.
14pub mod list_rules;
15
16/// Types for the `ListTagsForResource` operation.
17pub mod list_tags_for_resource;
18
19/// Types for the `LockRule` operation.
20pub mod lock_rule;
21
22/// Types for the `TagResource` operation.
23pub mod tag_resource;
24
25/// Types for the `UnlockRule` operation.
26pub mod unlock_rule;
27
28/// Types for the `UntagResource` operation.
29pub mod untag_resource;
30
31/// Types for the `UpdateRule` operation.
32pub mod update_rule;