aws_sdk_codeguruprofiler/
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 `AddNotificationChannels` operation.
5pub mod add_notification_channels;
6
7/// Types for the `BatchGetFrameMetricData` operation.
8pub mod batch_get_frame_metric_data;
9
10/// Types for the `ConfigureAgent` operation.
11pub mod configure_agent;
12
13/// Types for the `CreateProfilingGroup` operation.
14pub mod create_profiling_group;
15
16/// Types for the `DeleteProfilingGroup` operation.
17pub mod delete_profiling_group;
18
19/// Types for the `DescribeProfilingGroup` operation.
20pub mod describe_profiling_group;
21
22/// Types for the `GetFindingsReportAccountSummary` operation.
23pub mod get_findings_report_account_summary;
24
25/// Types for the `GetNotificationConfiguration` operation.
26pub mod get_notification_configuration;
27
28/// Types for the `GetPolicy` operation.
29pub mod get_policy;
30
31/// Types for the `GetProfile` operation.
32pub mod get_profile;
33
34/// Types for the `GetRecommendations` operation.
35pub mod get_recommendations;
36
37/// Types for the `ListFindingsReports` operation.
38pub mod list_findings_reports;
39
40/// Types for the `ListProfileTimes` operation.
41pub mod list_profile_times;
42
43/// Types for the `ListProfilingGroups` operation.
44pub mod list_profiling_groups;
45
46/// Types for the `ListTagsForResource` operation.
47pub mod list_tags_for_resource;
48
49/// Types for the `PostAgentProfile` operation.
50pub mod post_agent_profile;
51
52/// Types for the `PutPermission` operation.
53pub mod put_permission;
54
55/// Types for the `RemoveNotificationChannel` operation.
56pub mod remove_notification_channel;
57
58/// Types for the `RemovePermission` operation.
59pub mod remove_permission;
60
61/// Types for the `SubmitFeedback` operation.
62pub mod submit_feedback;
63
64/// Types for the `TagResource` operation.
65pub mod tag_resource;
66
67/// Types for the `UntagResource` operation.
68pub mod untag_resource;
69
70/// Types for the `UpdateProfilingGroup` operation.
71pub mod update_profiling_group;