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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
// 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;