aws_sdk_apptest/
operation.rs

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
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `CreateTestCase` operation.
pub mod create_test_case;

/// Types for the `CreateTestConfiguration` operation.
pub mod create_test_configuration;

/// Types for the `CreateTestSuite` operation.
pub mod create_test_suite;

/// Types for the `DeleteTestCase` operation.
pub mod delete_test_case;

/// Types for the `DeleteTestConfiguration` operation.
pub mod delete_test_configuration;

/// Types for the `DeleteTestRun` operation.
pub mod delete_test_run;

/// Types for the `DeleteTestSuite` operation.
pub mod delete_test_suite;

/// Types for the `GetTestCase` operation.
pub mod get_test_case;

/// Types for the `GetTestConfiguration` operation.
pub mod get_test_configuration;

/// Types for the `GetTestRunStep` operation.
pub mod get_test_run_step;

/// Types for the `GetTestSuite` operation.
pub mod get_test_suite;

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

/// Types for the `ListTestCases` operation.
pub mod list_test_cases;

/// Types for the `ListTestConfigurations` operation.
pub mod list_test_configurations;

/// Types for the `ListTestRunSteps` operation.
pub mod list_test_run_steps;

/// Types for the `ListTestRunTestCases` operation.
pub mod list_test_run_test_cases;

/// Types for the `ListTestRuns` operation.
pub mod list_test_runs;

/// Types for the `ListTestSuites` operation.
pub mod list_test_suites;

/// Types for the `StartTestRun` operation.
pub mod start_test_run;

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

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

/// Types for the `UpdateTestCase` operation.
pub mod update_test_case;

/// Types for the `UpdateTestConfiguration` operation.
pub mod update_test_configuration;

/// Types for the `UpdateTestSuite` operation.
pub mod update_test_suite;