// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteSchemaVersion`](crate::operation::delete_schema_version::builders::DeleteSchemaVersionFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`registry_name(impl Into<String>)`](crate::operation::delete_schema_version::builders::DeleteSchemaVersionFluentBuilder::registry_name) / [`set_registry_name(Option<String>)`](crate::operation::delete_schema_version::builders::DeleteSchemaVersionFluentBuilder::set_registry_name):<br>required: **true**<br><p>The name of the registry.</p><br>
/// - [`schema_name(impl Into<String>)`](crate::operation::delete_schema_version::builders::DeleteSchemaVersionFluentBuilder::schema_name) / [`set_schema_name(Option<String>)`](crate::operation::delete_schema_version::builders::DeleteSchemaVersionFluentBuilder::set_schema_name):<br>required: **true**<br><p>The name of the schema.</p><br>
/// - [`schema_version(impl Into<String>)`](crate::operation::delete_schema_version::builders::DeleteSchemaVersionFluentBuilder::schema_version) / [`set_schema_version(Option<String>)`](crate::operation::delete_schema_version::builders::DeleteSchemaVersionFluentBuilder::set_schema_version):<br>required: **true**<br>The version number of the schema<br>
/// - On success, responds with [`DeleteSchemaVersionOutput`](crate::operation::delete_schema_version::DeleteSchemaVersionOutput)
/// - On failure, responds with [`SdkError<DeleteSchemaVersionError>`](crate::operation::delete_schema_version::DeleteSchemaVersionError)
pub fn delete_schema_version(&self) -> crate::operation::delete_schema_version::builders::DeleteSchemaVersionFluentBuilder {
crate::operation::delete_schema_version::builders::DeleteSchemaVersionFluentBuilder::new(self.handle.clone())
}
}