// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteTrustStore`](crate::operation::delete_trust_store::builders::DeleteTrustStoreFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`id(impl Into<String>)`](crate::operation::delete_trust_store::builders::DeleteTrustStoreFluentBuilder::id) / [`set_id(Option<String>)`](crate::operation::delete_trust_store::builders::DeleteTrustStoreFluentBuilder::set_id):<br>required: **true**<br><p>The trust store's ID.</p><br>
/// - [`if_match(impl Into<String>)`](crate::operation::delete_trust_store::builders::DeleteTrustStoreFluentBuilder::if_match) / [`set_if_match(Option<String>)`](crate::operation::delete_trust_store::builders::DeleteTrustStoreFluentBuilder::set_if_match):<br>required: **true**<br><p>The current version (<code>ETag</code> value) of the trust store you are deleting.</p><br>
/// - On success, responds with [`DeleteTrustStoreOutput`](crate::operation::delete_trust_store::DeleteTrustStoreOutput)
/// - On failure, responds with [`SdkError<DeleteTrustStoreError>`](crate::operation::delete_trust_store::DeleteTrustStoreError)
pub fn delete_trust_store(&self) -> crate::operation::delete_trust_store::builders::DeleteTrustStoreFluentBuilder {
crate::operation::delete_trust_store::builders::DeleteTrustStoreFluentBuilder::new(self.handle.clone())
}
}