1
2
3
4
5
6
7
8
9
10
11
12
13
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeletePricingPlan`](crate::operation::delete_pricing_plan::builders::DeletePricingPlanFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`arn(impl Into<String>)`](crate::operation::delete_pricing_plan::builders::DeletePricingPlanFluentBuilder::arn) / [`set_arn(Option<String>)`](crate::operation::delete_pricing_plan::builders::DeletePricingPlanFluentBuilder::set_arn):<br>required: **true**<br><p>The Amazon Resource Name (ARN) of the pricing plan that you're deleting.</p><br>
    /// - On success, responds with [`DeletePricingPlanOutput`](crate::operation::delete_pricing_plan::DeletePricingPlanOutput) with field(s):
    ///   - [`arn(Option<String>)`](crate::operation::delete_pricing_plan::DeletePricingPlanOutput::arn): <p>The Amazon Resource Name (ARN) of the deleted pricing plan.</p>
    /// - On failure, responds with [`SdkError<DeletePricingPlanError>`](crate::operation::delete_pricing_plan::DeletePricingPlanError)
    pub fn delete_pricing_plan(&self) -> crate::operation::delete_pricing_plan::builders::DeletePricingPlanFluentBuilder {
        crate::operation::delete_pricing_plan::builders::DeletePricingPlanFluentBuilder::new(self.handle.clone())
    }
}