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