aws_sdk_cloudfront/client/delete_key_value_store.rs
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteKeyValueStore`](crate::operation::delete_key_value_store::builders::DeleteKeyValueStoreFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`name(impl Into<String>)`](crate::operation::delete_key_value_store::builders::DeleteKeyValueStoreFluentBuilder::name) / [`set_name(Option<String>)`](crate::operation::delete_key_value_store::builders::DeleteKeyValueStoreFluentBuilder::set_name):<br>required: **true**<br><p>The name of the key value store.</p><br>
/// - [`if_match(impl Into<String>)`](crate::operation::delete_key_value_store::builders::DeleteKeyValueStoreFluentBuilder::if_match) / [`set_if_match(Option<String>)`](crate::operation::delete_key_value_store::builders::DeleteKeyValueStoreFluentBuilder::set_if_match):<br>required: **true**<br><p>The key value store to delete, if a match occurs.</p><br>
/// - On success, responds with [`DeleteKeyValueStoreOutput`](crate::operation::delete_key_value_store::DeleteKeyValueStoreOutput)
/// - On failure, responds with [`SdkError<DeleteKeyValueStoreError>`](crate::operation::delete_key_value_store::DeleteKeyValueStoreError)
pub fn delete_key_value_store(&self) -> crate::operation::delete_key_value_store::builders::DeleteKeyValueStoreFluentBuilder {
crate::operation::delete_key_value_store::builders::DeleteKeyValueStoreFluentBuilder::new(self.handle.clone())
}
}