aws-sdk-apptest 1.24.0

AWS SDK for AWS Mainframe Modernization Application Testing
Documentation
// 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;