aws_sdk_apptest/
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 `CreateTestCase` operation.
5pub mod create_test_case;
6
7/// Types for the `CreateTestConfiguration` operation.
8pub mod create_test_configuration;
9
10/// Types for the `CreateTestSuite` operation.
11pub mod create_test_suite;
12
13/// Types for the `DeleteTestCase` operation.
14pub mod delete_test_case;
15
16/// Types for the `DeleteTestConfiguration` operation.
17pub mod delete_test_configuration;
18
19/// Types for the `DeleteTestRun` operation.
20pub mod delete_test_run;
21
22/// Types for the `DeleteTestSuite` operation.
23pub mod delete_test_suite;
24
25/// Types for the `GetTestCase` operation.
26pub mod get_test_case;
27
28/// Types for the `GetTestConfiguration` operation.
29pub mod get_test_configuration;
30
31/// Types for the `GetTestRunStep` operation.
32pub mod get_test_run_step;
33
34/// Types for the `GetTestSuite` operation.
35pub mod get_test_suite;
36
37/// Types for the `ListTagsForResource` operation.
38pub mod list_tags_for_resource;
39
40/// Types for the `ListTestCases` operation.
41pub mod list_test_cases;
42
43/// Types for the `ListTestConfigurations` operation.
44pub mod list_test_configurations;
45
46/// Types for the `ListTestRunSteps` operation.
47pub mod list_test_run_steps;
48
49/// Types for the `ListTestRunTestCases` operation.
50pub mod list_test_run_test_cases;
51
52/// Types for the `ListTestRuns` operation.
53pub mod list_test_runs;
54
55/// Types for the `ListTestSuites` operation.
56pub mod list_test_suites;
57
58/// Types for the `StartTestRun` operation.
59pub mod start_test_run;
60
61/// Types for the `TagResource` operation.
62pub mod tag_resource;
63
64/// Types for the `UntagResource` operation.
65pub mod untag_resource;
66
67/// Types for the `UpdateTestCase` operation.
68pub mod update_test_case;
69
70/// Types for the `UpdateTestConfiguration` operation.
71pub mod update_test_configuration;
72
73/// Types for the `UpdateTestSuite` operation.
74pub mod update_test_suite;