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 [`DeleteWorker`](crate::operation::delete_worker::builders::DeleteWorkerFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`id(impl ::std::convert::Into<String>)`](crate::operation::delete_worker::builders::DeleteWorkerFluentBuilder::id) / [`set_id(Option<String>)`](crate::operation::delete_worker::builders::DeleteWorkerFluentBuilder::set_id): Full ARN of the worker.
    /// - On success, responds with [`DeleteWorkerOutput`](crate::operation::delete_worker::DeleteWorkerOutput)
    /// - On failure, responds with [`SdkError<DeleteWorkerError>`](crate::operation::delete_worker::DeleteWorkerError)
    pub fn delete_worker(&self) -> crate::operation::delete_worker::builders::DeleteWorkerFluentBuilder {
        crate::operation::delete_worker::builders::DeleteWorkerFluentBuilder::new(self.handle.clone())
    }
}