aws-sdk-forecast 1.101.0

AWS SDK for Amazon Forecast Service
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 [`DeleteWhatIfForecastExport`](crate::operation::delete_what_if_forecast_export::builders::DeleteWhatIfForecastExportFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`what_if_forecast_export_arn(impl Into<String>)`](crate::operation::delete_what_if_forecast_export::builders::DeleteWhatIfForecastExportFluentBuilder::what_if_forecast_export_arn) / [`set_what_if_forecast_export_arn(Option<String>)`](crate::operation::delete_what_if_forecast_export::builders::DeleteWhatIfForecastExportFluentBuilder::set_what_if_forecast_export_arn):<br>required: **true**<br><p>The Amazon Resource Name (ARN) of the what-if forecast export that you want to delete.</p><br>
    /// - On success, responds with [`DeleteWhatIfForecastExportOutput`](crate::operation::delete_what_if_forecast_export::DeleteWhatIfForecastExportOutput)
    /// - On failure, responds with [`SdkError<DeleteWhatIfForecastExportError>`](crate::operation::delete_what_if_forecast_export::DeleteWhatIfForecastExportError)
    pub fn delete_what_if_forecast_export(
        &self,
    ) -> crate::operation::delete_what_if_forecast_export::builders::DeleteWhatIfForecastExportFluentBuilder {
        crate::operation::delete_what_if_forecast_export::builders::DeleteWhatIfForecastExportFluentBuilder::new(self.handle.clone())
    }
}