aws_sdk_aiops/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 `CreateInvestigationGroup` operation.
5pub mod create_investigation_group;
6
7/// Types for the `DeleteInvestigationGroup` operation.
8pub mod delete_investigation_group;
9
10/// Types for the `DeleteInvestigationGroupPolicy` operation.
11pub mod delete_investigation_group_policy;
12
13/// Types for the `GetInvestigationGroup` operation.
14pub mod get_investigation_group;
15
16/// Types for the `GetInvestigationGroupPolicy` operation.
17pub mod get_investigation_group_policy;
18
19/// Types for the `ListInvestigationGroups` operation.
20pub mod list_investigation_groups;
21
22/// Types for the `ListTagsForResource` operation.
23pub mod list_tags_for_resource;
24
25/// Types for the `PutInvestigationGroupPolicy` operation.
26pub mod put_investigation_group_policy;
27
28/// Types for the `TagResource` operation.
29pub mod tag_resource;
30
31/// Types for the `UntagResource` operation.
32pub mod untag_resource;
33
34/// Types for the `UpdateInvestigationGroup` operation.
35pub mod update_investigation_group;