aws_sdk_resourcegroups/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 `CancelTagSyncTask` operation.
5pub mod cancel_tag_sync_task;
6
7/// Types for the `CreateGroup` operation.
8pub mod create_group;
9
10/// Types for the `DeleteGroup` operation.
11pub mod delete_group;
12
13/// Types for the `GetAccountSettings` operation.
14pub mod get_account_settings;
15
16/// Types for the `GetGroup` operation.
17pub mod get_group;
18
19/// Types for the `GetGroupConfiguration` operation.
20pub mod get_group_configuration;
21
22/// Types for the `GetGroupQuery` operation.
23pub mod get_group_query;
24
25/// Types for the `GetTagSyncTask` operation.
26pub mod get_tag_sync_task;
27
28/// Types for the `GetTags` operation.
29pub mod get_tags;
30
31/// Types for the `GroupResources` operation.
32pub mod group_resources;
33
34/// Types for the `ListGroupResources` operation.
35pub mod list_group_resources;
36
37/// Types for the `ListGroupingStatuses` operation.
38pub mod list_grouping_statuses;
39
40/// Types for the `ListGroups` operation.
41pub mod list_groups;
42
43/// Types for the `ListTagSyncTasks` operation.
44pub mod list_tag_sync_tasks;
45
46/// Types for the `PutGroupConfiguration` operation.
47pub mod put_group_configuration;
48
49/// Types for the `SearchResources` operation.
50pub mod search_resources;
51
52/// Types for the `StartTagSyncTask` operation.
53pub mod start_tag_sync_task;
54
55/// Types for the `Tag` operation.
56pub mod tag;
57
58/// Types for the `UngroupResources` operation.
59pub mod ungroup_resources;
60
61/// Types for the `Untag` operation.
62pub mod untag;
63
64/// Types for the `UpdateAccountSettings` operation.
65pub mod update_account_settings;
66
67/// Types for the `UpdateGroup` operation.
68pub mod update_group;
69
70/// Types for the `UpdateGroupQuery` operation.
71pub mod update_group_query;