aws_sdk_apptest/client/delete_test_configuration.rs
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteTestConfiguration`](crate::operation::delete_test_configuration::builders::DeleteTestConfigurationFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`test_configuration_id(impl Into<String>)`](crate::operation::delete_test_configuration::builders::DeleteTestConfigurationFluentBuilder::test_configuration_id) / [`set_test_configuration_id(Option<String>)`](crate::operation::delete_test_configuration::builders::DeleteTestConfigurationFluentBuilder::set_test_configuration_id):<br>required: **true**<br><p>The test ID of the test configuration.</p><br>
/// - On success, responds with [`DeleteTestConfigurationOutput`](crate::operation::delete_test_configuration::DeleteTestConfigurationOutput)
/// - On failure, responds with [`SdkError<DeleteTestConfigurationError>`](crate::operation::delete_test_configuration::DeleteTestConfigurationError)
pub fn delete_test_configuration(&self) -> crate::operation::delete_test_configuration::builders::DeleteTestConfigurationFluentBuilder {
crate::operation::delete_test_configuration::builders::DeleteTestConfigurationFluentBuilder::new(self.handle.clone())
}
}