aws-sdk-amp 1.109.0

AWS SDK for Amazon Prometheus Service
Documentation
// 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 `CreateAnomalyDetector` operation.
pub mod create_anomaly_detector;

/// Types for the `CreateLoggingConfiguration` operation.
pub mod create_logging_configuration;

/// Types for the `CreateQueryLoggingConfiguration` operation.
pub mod create_query_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 `DeleteAnomalyDetector` operation.
pub mod delete_anomaly_detector;

/// Types for the `DeleteLoggingConfiguration` operation.
pub mod delete_logging_configuration;

/// Types for the `DeleteQueryLoggingConfiguration` operation.
pub mod delete_query_logging_configuration;

/// Types for the `DeleteResourcePolicy` operation.
pub mod delete_resource_policy;

/// Types for the `DeleteRuleGroupsNamespace` operation.
pub mod delete_rule_groups_namespace;

/// Types for the `DeleteScraper` operation.
pub mod delete_scraper;

/// Types for the `DeleteScraperLoggingConfiguration` operation.
pub mod delete_scraper_logging_configuration;

/// Types for the `DeleteWorkspace` operation.
pub mod delete_workspace;

/// Types for the `DescribeAlertManagerDefinition` operation.
pub mod describe_alert_manager_definition;

/// Types for the `DescribeAnomalyDetector` operation.
pub mod describe_anomaly_detector;

/// Types for the `DescribeLoggingConfiguration` operation.
pub mod describe_logging_configuration;

/// Types for the `DescribeQueryLoggingConfiguration` operation.
pub mod describe_query_logging_configuration;

/// Types for the `DescribeResourcePolicy` operation.
pub mod describe_resource_policy;

/// Types for the `DescribeRuleGroupsNamespace` operation.
pub mod describe_rule_groups_namespace;

/// Types for the `DescribeScraper` operation.
pub mod describe_scraper;

/// Types for the `DescribeScraperLoggingConfiguration` operation.
pub mod describe_scraper_logging_configuration;

/// Types for the `DescribeWorkspace` operation.
pub mod describe_workspace;

/// Types for the `DescribeWorkspaceConfiguration` operation.
pub mod describe_workspace_configuration;

/// Types for the `GetDefaultScraperConfiguration` operation.
pub mod get_default_scraper_configuration;

/// Types for the `ListAnomalyDetectors` operation.
pub mod list_anomaly_detectors;

/// 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 `PutAnomalyDetector` operation.
pub mod put_anomaly_detector;

/// Types for the `PutResourcePolicy` operation.
pub mod put_resource_policy;

/// 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 `UpdateQueryLoggingConfiguration` operation.
pub mod update_query_logging_configuration;

/// Types for the `UpdateScraper` operation.
pub mod update_scraper;

/// Types for the `UpdateScraperLoggingConfiguration` operation.
pub mod update_scraper_logging_configuration;

/// Types for the `UpdateWorkspaceAlias` operation.
pub mod update_workspace_alias;

/// Types for the `UpdateWorkspaceConfiguration` operation.
pub mod update_workspace_configuration;