aws-sdk-datazone 1.136.0

AWS SDK for Amazon DataZone
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeleteDataExportConfiguration`](crate::operation::delete_data_export_configuration::builders::DeleteDataExportConfigurationFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`domain_identifier(impl Into<String>)`](crate::operation::delete_data_export_configuration::builders::DeleteDataExportConfigurationFluentBuilder::domain_identifier) / [`set_domain_identifier(Option<String>)`](crate::operation::delete_data_export_configuration::builders::DeleteDataExportConfigurationFluentBuilder::set_domain_identifier):<br>required: **true**<br><p>The domain ID for which you want to delete the data export configuration.</p><br>
    /// - On success, responds with [`DeleteDataExportConfigurationOutput`](crate::operation::delete_data_export_configuration::DeleteDataExportConfigurationOutput)
    /// - On failure, responds with [`SdkError<DeleteDataExportConfigurationError>`](crate::operation::delete_data_export_configuration::DeleteDataExportConfigurationError)
    pub fn delete_data_export_configuration(
        &self,
    ) -> crate::operation::delete_data_export_configuration::builders::DeleteDataExportConfigurationFluentBuilder {
        crate::operation::delete_data_export_configuration::builders::DeleteDataExportConfigurationFluentBuilder::new(self.handle.clone())
    }
}