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 [`DeleteDocumentationPart`](crate::operation::delete_documentation_part::builders::DeleteDocumentationPartFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`rest_api_id(impl Into<String>)`](crate::operation::delete_documentation_part::builders::DeleteDocumentationPartFluentBuilder::rest_api_id) / [`set_rest_api_id(Option<String>)`](crate::operation::delete_documentation_part::builders::DeleteDocumentationPartFluentBuilder::set_rest_api_id):<br>required: **true**<br><p>The string identifier of the associated RestApi.</p><br>
    ///   - [`documentation_part_id(impl Into<String>)`](crate::operation::delete_documentation_part::builders::DeleteDocumentationPartFluentBuilder::documentation_part_id) / [`set_documentation_part_id(Option<String>)`](crate::operation::delete_documentation_part::builders::DeleteDocumentationPartFluentBuilder::set_documentation_part_id):<br>required: **true**<br><p>The identifier of the to-be-deleted documentation part.</p><br>
    /// - On success, responds with [`DeleteDocumentationPartOutput`](crate::operation::delete_documentation_part::DeleteDocumentationPartOutput)
    /// - On failure, responds with [`SdkError<DeleteDocumentationPartError>`](crate::operation::delete_documentation_part::DeleteDocumentationPartError)
    pub fn delete_documentation_part(&self) -> crate::operation::delete_documentation_part::builders::DeleteDocumentationPartFluentBuilder {
        crate::operation::delete_documentation_part::builders::DeleteDocumentationPartFluentBuilder::new(self.handle.clone())
    }
}