aws-sdk-applicationinsights 1.103.0

AWS SDK for Amazon CloudWatch Application Insights
Documentation
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `AddWorkload` operation.
pub mod add_workload;

/// Types for the `CreateApplication` operation.
pub mod create_application;

/// Types for the `CreateComponent` operation.
pub mod create_component;

/// Types for the `CreateLogPattern` operation.
pub mod create_log_pattern;

/// Types for the `DeleteApplication` operation.
pub mod delete_application;

/// Types for the `DeleteComponent` operation.
pub mod delete_component;

/// Types for the `DeleteLogPattern` operation.
pub mod delete_log_pattern;

/// Types for the `DescribeApplication` operation.
pub mod describe_application;

/// Types for the `DescribeComponent` operation.
pub mod describe_component;

/// Types for the `DescribeComponentConfiguration` operation.
pub mod describe_component_configuration;

/// Types for the `DescribeComponentConfigurationRecommendation` operation.
pub mod describe_component_configuration_recommendation;

/// Types for the `DescribeLogPattern` operation.
pub mod describe_log_pattern;

/// Types for the `DescribeObservation` operation.
pub mod describe_observation;

/// Types for the `DescribeProblem` operation.
pub mod describe_problem;

/// Types for the `DescribeProblemObservations` operation.
pub mod describe_problem_observations;

/// Types for the `DescribeWorkload` operation.
pub mod describe_workload;

/// Types for the `ListApplications` operation.
pub mod list_applications;

/// Types for the `ListComponents` operation.
pub mod list_components;

/// Types for the `ListConfigurationHistory` operation.
pub mod list_configuration_history;

/// Types for the `ListLogPatternSets` operation.
pub mod list_log_pattern_sets;

/// Types for the `ListLogPatterns` operation.
pub mod list_log_patterns;

/// Types for the `ListProblems` operation.
pub mod list_problems;

/// Types for the `ListTagsForResource` operation.
pub mod list_tags_for_resource;

/// Types for the `ListWorkloads` operation.
pub mod list_workloads;

/// Types for the `RemoveWorkload` operation.
pub mod remove_workload;

/// Types for the `TagResource` operation.
pub mod tag_resource;

/// Types for the `UntagResource` operation.
pub mod untag_resource;

/// Types for the `UpdateApplication` operation.
pub mod update_application;

/// Types for the `UpdateComponent` operation.
pub mod update_component;

/// Types for the `UpdateComponentConfiguration` operation.
pub mod update_component_configuration;

/// Types for the `UpdateLogPattern` operation.
pub mod update_log_pattern;

/// Types for the `UpdateProblem` operation.
pub mod update_problem;

/// Types for the `UpdateWorkload` operation.
pub mod update_workload;