// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteDocumentationVersion`](crate::operation::delete_documentation_version::builders::DeleteDocumentationVersionFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`rest_api_id(impl Into<String>)`](crate::operation::delete_documentation_version::builders::DeleteDocumentationVersionFluentBuilder::rest_api_id) / [`set_rest_api_id(Option<String>)`](crate::operation::delete_documentation_version::builders::DeleteDocumentationVersionFluentBuilder::set_rest_api_id):<br>required: **true**<br><p>The string identifier of the associated RestApi.</p><br>
/// - [`documentation_version(impl Into<String>)`](crate::operation::delete_documentation_version::builders::DeleteDocumentationVersionFluentBuilder::documentation_version) / [`set_documentation_version(Option<String>)`](crate::operation::delete_documentation_version::builders::DeleteDocumentationVersionFluentBuilder::set_documentation_version):<br>required: **true**<br><p>The version identifier of a to-be-deleted documentation snapshot.</p><br>
/// - On success, responds with [`DeleteDocumentationVersionOutput`](crate::operation::delete_documentation_version::DeleteDocumentationVersionOutput)
/// - On failure, responds with [`SdkError<DeleteDocumentationVersionError>`](crate::operation::delete_documentation_version::DeleteDocumentationVersionError)
pub fn delete_documentation_version(&self) -> crate::operation::delete_documentation_version::builders::DeleteDocumentationVersionFluentBuilder {
crate::operation::delete_documentation_version::builders::DeleteDocumentationVersionFluentBuilder::new(self.handle.clone())
}
}