1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteWorkspaceImage`](crate::operation::delete_workspace_image::builders::DeleteWorkspaceImageFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`image_id(impl Into<String>)`](crate::operation::delete_workspace_image::builders::DeleteWorkspaceImageFluentBuilder::image_id) / [`set_image_id(Option<String>)`](crate::operation::delete_workspace_image::builders::DeleteWorkspaceImageFluentBuilder::set_image_id): <p>The identifier of the image.</p>
/// - On success, responds with [`DeleteWorkspaceImageOutput`](crate::operation::delete_workspace_image::DeleteWorkspaceImageOutput)
/// - On failure, responds with [`SdkError<DeleteWorkspaceImageError>`](crate::operation::delete_workspace_image::DeleteWorkspaceImageError)
pub fn delete_workspace_image(
&self,
) -> crate::operation::delete_workspace_image::builders::DeleteWorkspaceImageFluentBuilder {
crate::operation::delete_workspace_image::builders::DeleteWorkspaceImageFluentBuilder::new(
self.handle.clone(),
)
}
}