aws_sdk_applicationinsights/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 `AddWorkload` operation.
5pub mod add_workload;
6
7/// Types for the `CreateApplication` operation.
8pub mod create_application;
9
10/// Types for the `CreateComponent` operation.
11pub mod create_component;
12
13/// Types for the `CreateLogPattern` operation.
14pub mod create_log_pattern;
15
16/// Types for the `DeleteApplication` operation.
17pub mod delete_application;
18
19/// Types for the `DeleteComponent` operation.
20pub mod delete_component;
21
22/// Types for the `DeleteLogPattern` operation.
23pub mod delete_log_pattern;
24
25/// Types for the `DescribeApplication` operation.
26pub mod describe_application;
27
28/// Types for the `DescribeComponent` operation.
29pub mod describe_component;
30
31/// Types for the `DescribeComponentConfiguration` operation.
32pub mod describe_component_configuration;
33
34/// Types for the `DescribeComponentConfigurationRecommendation` operation.
35pub mod describe_component_configuration_recommendation;
36
37/// Types for the `DescribeLogPattern` operation.
38pub mod describe_log_pattern;
39
40/// Types for the `DescribeObservation` operation.
41pub mod describe_observation;
42
43/// Types for the `DescribeProblem` operation.
44pub mod describe_problem;
45
46/// Types for the `DescribeProblemObservations` operation.
47pub mod describe_problem_observations;
48
49/// Types for the `DescribeWorkload` operation.
50pub mod describe_workload;
51
52/// Types for the `ListApplications` operation.
53pub mod list_applications;
54
55/// Types for the `ListComponents` operation.
56pub mod list_components;
57
58/// Types for the `ListConfigurationHistory` operation.
59pub mod list_configuration_history;
60
61/// Types for the `ListLogPatternSets` operation.
62pub mod list_log_pattern_sets;
63
64/// Types for the `ListLogPatterns` operation.
65pub mod list_log_patterns;
66
67/// Types for the `ListProblems` operation.
68pub mod list_problems;
69
70/// Types for the `ListTagsForResource` operation.
71pub mod list_tags_for_resource;
72
73/// Types for the `ListWorkloads` operation.
74pub mod list_workloads;
75
76/// Types for the `RemoveWorkload` operation.
77pub mod remove_workload;
78
79/// Types for the `TagResource` operation.
80pub mod tag_resource;
81
82/// Types for the `UntagResource` operation.
83pub mod untag_resource;
84
85/// Types for the `UpdateApplication` operation.
86pub mod update_application;
87
88/// Types for the `UpdateComponent` operation.
89pub mod update_component;
90
91/// Types for the `UpdateComponentConfiguration` operation.
92pub mod update_component_configuration;
93
94/// Types for the `UpdateLogPattern` operation.
95pub mod update_log_pattern;
96
97/// Types for the `UpdateProblem` operation.
98pub mod update_problem;
99
100/// Types for the `UpdateWorkload` operation.
101pub mod update_workload;