// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteDataLakeDataset`](crate::operation::delete_data_lake_dataset::builders::DeleteDataLakeDatasetFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`instance_id(impl Into<String>)`](crate::operation::delete_data_lake_dataset::builders::DeleteDataLakeDatasetFluentBuilder::instance_id) / [`set_instance_id(Option<String>)`](crate::operation::delete_data_lake_dataset::builders::DeleteDataLakeDatasetFluentBuilder::set_instance_id):<br>required: **true**<br><p>The AWS Supply Chain instance identifier.</p><br>
/// - [`namespace(impl Into<String>)`](crate::operation::delete_data_lake_dataset::builders::DeleteDataLakeDatasetFluentBuilder::namespace) / [`set_namespace(Option<String>)`](crate::operation::delete_data_lake_dataset::builders::DeleteDataLakeDatasetFluentBuilder::set_namespace):<br>required: **true**<br><p>The namespace of the dataset, besides the custom defined namespace, every instance comes with below pre-defined namespaces:</p> <ul> <li> <p><b>asc</b> - For information on the Amazon Web Services Supply Chain supported datasets see <a href="https://docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html">https://docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html</a>.</p></li> <li> <p><b>default</b> - For datasets with custom user-defined schemas.</p></li> </ul><br>
/// - [`name(impl Into<String>)`](crate::operation::delete_data_lake_dataset::builders::DeleteDataLakeDatasetFluentBuilder::name) / [`set_name(Option<String>)`](crate::operation::delete_data_lake_dataset::builders::DeleteDataLakeDatasetFluentBuilder::set_name):<br>required: **true**<br><p>The name of the dataset. For <b>asc</b> namespace, the name must be one of the supported data entities under <a href="https://docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html">https://docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html</a>.</p><br>
/// - On success, responds with [`DeleteDataLakeDatasetOutput`](crate::operation::delete_data_lake_dataset::DeleteDataLakeDatasetOutput) with field(s):
/// - [`instance_id(String)`](crate::operation::delete_data_lake_dataset::DeleteDataLakeDatasetOutput::instance_id): <p>The AWS Supply Chain instance identifier.</p>
/// - [`namespace(String)`](crate::operation::delete_data_lake_dataset::DeleteDataLakeDatasetOutput::namespace): <p>The namespace of deleted dataset.</p>
/// - [`name(String)`](crate::operation::delete_data_lake_dataset::DeleteDataLakeDatasetOutput::name): <p>The name of deleted dataset.</p>
/// - On failure, responds with [`SdkError<DeleteDataLakeDatasetError>`](crate::operation::delete_data_lake_dataset::DeleteDataLakeDatasetError)
pub fn delete_data_lake_dataset(&self) -> crate::operation::delete_data_lake_dataset::builders::DeleteDataLakeDatasetFluentBuilder {
crate::operation::delete_data_lake_dataset::builders::DeleteDataLakeDatasetFluentBuilder::new(self.handle.clone())
}
}