1
2
3
4
5
6
7
8
9
10
11
12
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeleteEdgeDeploymentPlan`](crate::operation::delete_edge_deployment_plan::builders::DeleteEdgeDeploymentPlanFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`edge_deployment_plan_name(impl Into<String>)`](crate::operation::delete_edge_deployment_plan::builders::DeleteEdgeDeploymentPlanFluentBuilder::edge_deployment_plan_name) / [`set_edge_deployment_plan_name(Option<String>)`](crate::operation::delete_edge_deployment_plan::builders::DeleteEdgeDeploymentPlanFluentBuilder::set_edge_deployment_plan_name):<br>required: **true**<br><p>The name of the edge deployment plan to delete.</p><br>
    /// - On success, responds with [`DeleteEdgeDeploymentPlanOutput`](crate::operation::delete_edge_deployment_plan::DeleteEdgeDeploymentPlanOutput)
    /// - On failure, responds with [`SdkError<DeleteEdgeDeploymentPlanError>`](crate::operation::delete_edge_deployment_plan::DeleteEdgeDeploymentPlanError)
    pub fn delete_edge_deployment_plan(&self) -> crate::operation::delete_edge_deployment_plan::builders::DeleteEdgeDeploymentPlanFluentBuilder {
        crate::operation::delete_edge_deployment_plan::builders::DeleteEdgeDeploymentPlanFluentBuilder::new(self.handle.clone())
    }
}