aws_sdk_bcmdashboards/
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 `CreateDashboard` operation.
5pub mod create_dashboard;
6
7/// Types for the `DeleteDashboard` operation.
8pub mod delete_dashboard;
9
10/// Types for the `GetDashboard` operation.
11pub mod get_dashboard;
12
13/// Types for the `GetResourcePolicy` operation.
14pub mod get_resource_policy;
15
16/// Types for the `ListDashboards` operation.
17pub mod list_dashboards;
18
19/// Types for the `ListTagsForResource` operation.
20pub mod list_tags_for_resource;
21
22/// Types for the `TagResource` operation.
23pub mod tag_resource;
24
25/// Types for the `UntagResource` operation.
26pub mod untag_resource;
27
28/// Types for the `UpdateDashboard` operation.
29pub mod update_dashboard;