1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `AddNotificationChannel` operation.
pub mod add_notification_channel;

/// Types for the `DeleteInsight` operation.
pub mod delete_insight;

/// Types for the `DescribeAccountHealth` operation.
pub mod describe_account_health;

/// Types for the `DescribeAccountOverview` operation.
pub mod describe_account_overview;

/// Types for the `DescribeAnomaly` operation.
pub mod describe_anomaly;

/// Types for the `DescribeEventSourcesConfig` operation.
pub mod describe_event_sources_config;

/// Types for the `DescribeFeedback` operation.
pub mod describe_feedback;

/// Types for the `DescribeInsight` operation.
pub mod describe_insight;

/// Types for the `DescribeOrganizationHealth` operation.
pub mod describe_organization_health;

/// Types for the `DescribeOrganizationOverview` operation.
pub mod describe_organization_overview;

/// Types for the `DescribeOrganizationResourceCollectionHealth` operation.
pub mod describe_organization_resource_collection_health;

/// Types for the `DescribeResourceCollectionHealth` operation.
pub mod describe_resource_collection_health;

/// Types for the `DescribeServiceIntegration` operation.
pub mod describe_service_integration;

/// Types for the `GetCostEstimation` operation.
pub mod get_cost_estimation;

/// Types for the `GetResourceCollection` operation.
pub mod get_resource_collection;

/// Types for the `ListAnomaliesForInsight` operation.
pub mod list_anomalies_for_insight;

/// Types for the `ListAnomalousLogGroups` operation.
pub mod list_anomalous_log_groups;

/// Types for the `ListEvents` operation.
pub mod list_events;

/// Types for the `ListInsights` operation.
pub mod list_insights;

/// Types for the `ListMonitoredResources` operation.
pub mod list_monitored_resources;

/// Types for the `ListNotificationChannels` operation.
pub mod list_notification_channels;

/// Types for the `ListOrganizationInsights` operation.
pub mod list_organization_insights;

/// Types for the `ListRecommendations` operation.
pub mod list_recommendations;

/// Types for the `PutFeedback` operation.
pub mod put_feedback;

/// Types for the `RemoveNotificationChannel` operation.
pub mod remove_notification_channel;

/// Types for the `SearchInsights` operation.
pub mod search_insights;

/// Types for the `SearchOrganizationInsights` operation.
pub mod search_organization_insights;

/// Types for the `StartCostEstimation` operation.
pub mod start_cost_estimation;

/// Types for the `UpdateEventSourcesConfig` operation.
pub mod update_event_sources_config;

/// Types for the `UpdateResourceCollection` operation.
pub mod update_resource_collection;

/// Types for the `UpdateServiceIntegration` operation.
pub mod update_service_integration;