aws_sdk_devopsguru/
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 `AddNotificationChannel` operation.
5pub mod add_notification_channel;
6
7/// Types for the `DeleteInsight` operation.
8pub mod delete_insight;
9
10/// Types for the `DescribeAccountHealth` operation.
11pub mod describe_account_health;
12
13/// Types for the `DescribeAccountOverview` operation.
14pub mod describe_account_overview;
15
16/// Types for the `DescribeAnomaly` operation.
17pub mod describe_anomaly;
18
19/// Types for the `DescribeEventSourcesConfig` operation.
20pub mod describe_event_sources_config;
21
22/// Types for the `DescribeFeedback` operation.
23pub mod describe_feedback;
24
25/// Types for the `DescribeInsight` operation.
26pub mod describe_insight;
27
28/// Types for the `DescribeOrganizationHealth` operation.
29pub mod describe_organization_health;
30
31/// Types for the `DescribeOrganizationOverview` operation.
32pub mod describe_organization_overview;
33
34/// Types for the `DescribeOrganizationResourceCollectionHealth` operation.
35pub mod describe_organization_resource_collection_health;
36
37/// Types for the `DescribeResourceCollectionHealth` operation.
38pub mod describe_resource_collection_health;
39
40/// Types for the `DescribeServiceIntegration` operation.
41pub mod describe_service_integration;
42
43/// Types for the `GetCostEstimation` operation.
44pub mod get_cost_estimation;
45
46/// Types for the `GetResourceCollection` operation.
47pub mod get_resource_collection;
48
49/// Types for the `ListAnomaliesForInsight` operation.
50pub mod list_anomalies_for_insight;
51
52/// Types for the `ListAnomalousLogGroups` operation.
53pub mod list_anomalous_log_groups;
54
55/// Types for the `ListEvents` operation.
56pub mod list_events;
57
58/// Types for the `ListInsights` operation.
59pub mod list_insights;
60
61/// Types for the `ListMonitoredResources` operation.
62pub mod list_monitored_resources;
63
64/// Types for the `ListNotificationChannels` operation.
65pub mod list_notification_channels;
66
67/// Types for the `ListOrganizationInsights` operation.
68pub mod list_organization_insights;
69
70/// Types for the `ListRecommendations` operation.
71pub mod list_recommendations;
72
73/// Types for the `PutFeedback` operation.
74pub mod put_feedback;
75
76/// Types for the `RemoveNotificationChannel` operation.
77pub mod remove_notification_channel;
78
79/// Types for the `SearchInsights` operation.
80pub mod search_insights;
81
82/// Types for the `SearchOrganizationInsights` operation.
83pub mod search_organization_insights;
84
85/// Types for the `StartCostEstimation` operation.
86pub mod start_cost_estimation;
87
88/// Types for the `UpdateEventSourcesConfig` operation.
89pub mod update_event_sources_config;
90
91/// Types for the `UpdateResourceCollection` operation.
92pub mod update_resource_collection;
93
94/// Types for the `UpdateServiceIntegration` operation.
95pub mod update_service_integration;