1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteReferenceStore`](crate::operation::delete_reference_store::builders::DeleteReferenceStoreFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`id(impl Into<String>)`](crate::operation::delete_reference_store::builders::DeleteReferenceStoreFluentBuilder::id) / [`set_id(Option<String>)`](crate::operation::delete_reference_store::builders::DeleteReferenceStoreFluentBuilder::set_id): <p>The store's ID.</p>
/// - On success, responds with [`DeleteReferenceStoreOutput`](crate::operation::delete_reference_store::DeleteReferenceStoreOutput)
/// - On failure, responds with [`SdkError<DeleteReferenceStoreError>`](crate::operation::delete_reference_store::DeleteReferenceStoreError)
pub fn delete_reference_store(
&self,
) -> crate::operation::delete_reference_store::builders::DeleteReferenceStoreFluentBuilder {
crate::operation::delete_reference_store::builders::DeleteReferenceStoreFluentBuilder::new(
self.handle.clone(),
)
}
}