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 [`DeleteOpsItem`](crate::operation::delete_ops_item::builders::DeleteOpsItemFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`ops_item_id(impl Into<String>)`](crate::operation::delete_ops_item::builders::DeleteOpsItemFluentBuilder::ops_item_id) / [`set_ops_item_id(Option<String>)`](crate::operation::delete_ops_item::builders::DeleteOpsItemFluentBuilder::set_ops_item_id):<br>required: **true**<br><p>The ID of the OpsItem that you want to delete.</p><br>
    /// - On success, responds with [`DeleteOpsItemOutput`](crate::operation::delete_ops_item::DeleteOpsItemOutput)
    /// - On failure, responds with [`SdkError<DeleteOpsItemError>`](crate::operation::delete_ops_item::DeleteOpsItemError)
    pub fn delete_ops_item(&self) -> crate::operation::delete_ops_item::builders::DeleteOpsItemFluentBuilder {
        crate::operation::delete_ops_item::builders::DeleteOpsItemFluentBuilder::new(self.handle.clone())
    }
}