aws_sdk_amp/
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 `CreateAlertManagerDefinition` operation.
5pub mod create_alert_manager_definition;
6
7/// Types for the `CreateAnomalyDetector` operation.
8pub mod create_anomaly_detector;
9
10/// Types for the `CreateLoggingConfiguration` operation.
11pub mod create_logging_configuration;
12
13/// Types for the `CreateQueryLoggingConfiguration` operation.
14pub mod create_query_logging_configuration;
15
16/// Types for the `CreateRuleGroupsNamespace` operation.
17pub mod create_rule_groups_namespace;
18
19/// Types for the `CreateScraper` operation.
20pub mod create_scraper;
21
22/// Types for the `CreateWorkspace` operation.
23pub mod create_workspace;
24
25/// Types for the `DeleteAlertManagerDefinition` operation.
26pub mod delete_alert_manager_definition;
27
28/// Types for the `DeleteAnomalyDetector` operation.
29pub mod delete_anomaly_detector;
30
31/// Types for the `DeleteLoggingConfiguration` operation.
32pub mod delete_logging_configuration;
33
34/// Types for the `DeleteQueryLoggingConfiguration` operation.
35pub mod delete_query_logging_configuration;
36
37/// Types for the `DeleteResourcePolicy` operation.
38pub mod delete_resource_policy;
39
40/// Types for the `DeleteRuleGroupsNamespace` operation.
41pub mod delete_rule_groups_namespace;
42
43/// Types for the `DeleteScraper` operation.
44pub mod delete_scraper;
45
46/// Types for the `DeleteScraperLoggingConfiguration` operation.
47pub mod delete_scraper_logging_configuration;
48
49/// Types for the `DeleteWorkspace` operation.
50pub mod delete_workspace;
51
52/// Types for the `DescribeAlertManagerDefinition` operation.
53pub mod describe_alert_manager_definition;
54
55/// Types for the `DescribeAnomalyDetector` operation.
56pub mod describe_anomaly_detector;
57
58/// Types for the `DescribeLoggingConfiguration` operation.
59pub mod describe_logging_configuration;
60
61/// Types for the `DescribeQueryLoggingConfiguration` operation.
62pub mod describe_query_logging_configuration;
63
64/// Types for the `DescribeResourcePolicy` operation.
65pub mod describe_resource_policy;
66
67/// Types for the `DescribeRuleGroupsNamespace` operation.
68pub mod describe_rule_groups_namespace;
69
70/// Types for the `DescribeScraper` operation.
71pub mod describe_scraper;
72
73/// Types for the `DescribeScraperLoggingConfiguration` operation.
74pub mod describe_scraper_logging_configuration;
75
76/// Types for the `DescribeWorkspace` operation.
77pub mod describe_workspace;
78
79/// Types for the `DescribeWorkspaceConfiguration` operation.
80pub mod describe_workspace_configuration;
81
82/// Types for the `GetDefaultScraperConfiguration` operation.
83pub mod get_default_scraper_configuration;
84
85/// Types for the `ListAnomalyDetectors` operation.
86pub mod list_anomaly_detectors;
87
88/// Types for the `ListRuleGroupsNamespaces` operation.
89pub mod list_rule_groups_namespaces;
90
91/// Types for the `ListScrapers` operation.
92pub mod list_scrapers;
93
94/// Types for the `ListTagsForResource` operation.
95pub mod list_tags_for_resource;
96
97/// Types for the `ListWorkspaces` operation.
98pub mod list_workspaces;
99
100/// Types for the `PutAlertManagerDefinition` operation.
101pub mod put_alert_manager_definition;
102
103/// Types for the `PutAnomalyDetector` operation.
104pub mod put_anomaly_detector;
105
106/// Types for the `PutResourcePolicy` operation.
107pub mod put_resource_policy;
108
109/// Types for the `PutRuleGroupsNamespace` operation.
110pub mod put_rule_groups_namespace;
111
112/// Types for the `TagResource` operation.
113pub mod tag_resource;
114
115/// Types for the `UntagResource` operation.
116pub mod untag_resource;
117
118/// Types for the `UpdateLoggingConfiguration` operation.
119pub mod update_logging_configuration;
120
121/// Types for the `UpdateQueryLoggingConfiguration` operation.
122pub mod update_query_logging_configuration;
123
124/// Types for the `UpdateScraper` operation.
125pub mod update_scraper;
126
127/// Types for the `UpdateScraperLoggingConfiguration` operation.
128pub mod update_scraper_logging_configuration;
129
130/// Types for the `UpdateWorkspaceAlias` operation.
131pub mod update_workspace_alias;
132
133/// Types for the `UpdateWorkspaceConfiguration` operation.
134pub mod update_workspace_configuration;