aws_sdk_resourcegroupstagging/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 `DescribeReportCreation` operation.
5pub mod describe_report_creation;
6
7/// Types for the `GetComplianceSummary` operation.
8pub mod get_compliance_summary;
9
10/// Types for the `GetResources` operation.
11pub mod get_resources;
12
13/// Types for the `GetTagKeys` operation.
14pub mod get_tag_keys;
15
16/// Types for the `GetTagValues` operation.
17pub mod get_tag_values;
18
19/// Types for the `ListRequiredTags` operation.
20pub mod list_required_tags;
21
22/// Types for the `StartReportCreation` operation.
23pub mod start_report_creation;
24
25/// Types for the `TagResources` operation.
26pub mod tag_resources;
27
28/// Types for the `UntagResources` operation.
29pub mod untag_resources;