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
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;
/// Types for the `CreateAlertManagerDefinition` operation.
pub mod create_alert_manager_definition;
/// Types for the `CreateLoggingConfiguration` operation.
pub mod create_logging_configuration;
/// Types for the `CreateRuleGroupsNamespace` operation.
pub mod create_rule_groups_namespace;
/// Types for the `CreateScraper` operation.
pub mod create_scraper;
/// Types for the `CreateWorkspace` operation.
pub mod create_workspace;
/// Types for the `DeleteAlertManagerDefinition` operation.
pub mod delete_alert_manager_definition;
/// Types for the `DeleteLoggingConfiguration` operation.
pub mod delete_logging_configuration;
/// Types for the `DeleteRuleGroupsNamespace` operation.
pub mod delete_rule_groups_namespace;
/// Types for the `DeleteScraper` operation.
pub mod delete_scraper;
/// Types for the `DeleteWorkspace` operation.
pub mod delete_workspace;
/// Types for the `DescribeAlertManagerDefinition` operation.
pub mod describe_alert_manager_definition;
/// Types for the `DescribeLoggingConfiguration` operation.
pub mod describe_logging_configuration;
/// Types for the `DescribeRuleGroupsNamespace` operation.
pub mod describe_rule_groups_namespace;
/// Types for the `DescribeScraper` operation.
pub mod describe_scraper;
/// Types for the `DescribeWorkspace` operation.
pub mod describe_workspace;
/// Types for the `GetDefaultScraperConfiguration` operation.
pub mod get_default_scraper_configuration;
/// Types for the `ListRuleGroupsNamespaces` operation.
pub mod list_rule_groups_namespaces;
/// Types for the `ListScrapers` operation.
pub mod list_scrapers;
/// Types for the `ListTagsForResource` operation.
pub mod list_tags_for_resource;
/// Types for the `ListWorkspaces` operation.
pub mod list_workspaces;
/// Types for the `PutAlertManagerDefinition` operation.
pub mod put_alert_manager_definition;
/// Types for the `PutRuleGroupsNamespace` operation.
pub mod put_rule_groups_namespace;
/// Types for the `TagResource` operation.
pub mod tag_resource;
/// Types for the `UntagResource` operation.
pub mod untag_resource;
/// Types for the `UpdateLoggingConfiguration` operation.
pub mod update_logging_configuration;
/// Types for the `UpdateWorkspaceAlias` operation.
pub mod update_workspace_alias;