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 [`DeleteBlueprint`](crate::operation::delete_blueprint::builders::DeleteBlueprintFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`name(impl Into<String>)`](crate::operation::delete_blueprint::builders::DeleteBlueprintFluentBuilder::name) / [`set_name(Option<String>)`](crate::operation::delete_blueprint::builders::DeleteBlueprintFluentBuilder::set_name):<br>required: **true**<br><p>The name of the blueprint to delete.</p><br>
    /// - On success, responds with [`DeleteBlueprintOutput`](crate::operation::delete_blueprint::DeleteBlueprintOutput) with field(s):
    ///   - [`name(Option<String>)`](crate::operation::delete_blueprint::DeleteBlueprintOutput::name): <p>Returns the name of the blueprint that was deleted.</p>
    /// - On failure, responds with [`SdkError<DeleteBlueprintError>`](crate::operation::delete_blueprint::DeleteBlueprintError)
    pub fn delete_blueprint(&self) -> crate::operation::delete_blueprint::builders::DeleteBlueprintFluentBuilder {
        crate::operation::delete_blueprint::builders::DeleteBlueprintFluentBuilder::new(self.handle.clone())
    }
}