aws_sdk_apptest/client/
delete_test_configuration.rs

1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2impl super::Client {
3    /// Constructs a fluent builder for the [`DeleteTestConfiguration`](crate::operation::delete_test_configuration::builders::DeleteTestConfigurationFluentBuilder) operation.
4    ///
5    /// - The fluent builder is configurable:
6    ///   - [`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>
7    /// - On success, responds with [`DeleteTestConfigurationOutput`](crate::operation::delete_test_configuration::DeleteTestConfigurationOutput)
8    /// - On failure, responds with [`SdkError<DeleteTestConfigurationError>`](crate::operation::delete_test_configuration::DeleteTestConfigurationError)
9    pub fn delete_test_configuration(&self) -> crate::operation::delete_test_configuration::builders::DeleteTestConfigurationFluentBuilder {
10        crate::operation::delete_test_configuration::builders::DeleteTestConfigurationFluentBuilder::new(self.handle.clone())
11    }
12}