// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`UpdateSchema`](crate::operation::update_schema::builders::UpdateSchemaFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`schema_arn(impl Into<String>)`](crate::operation::update_schema::builders::UpdateSchemaFluentBuilder::schema_arn) / [`set_schema_arn(Option<String>)`](crate::operation::update_schema::builders::UpdateSchemaFluentBuilder::set_schema_arn):<br>required: **true**<br><p>The Amazon Resource Name (ARN) of the development schema. For more information, see <code>arns</code>.</p><br>
/// - [`name(impl Into<String>)`](crate::operation::update_schema::builders::UpdateSchemaFluentBuilder::name) / [`set_name(Option<String>)`](crate::operation::update_schema::builders::UpdateSchemaFluentBuilder::set_name):<br>required: **true**<br><p>The name of the schema.</p><br>
/// - On success, responds with [`UpdateSchemaOutput`](crate::operation::update_schema::UpdateSchemaOutput) with field(s):
/// - [`schema_arn(Option<String>)`](crate::operation::update_schema::UpdateSchemaOutput::schema_arn): <p>The ARN that is associated with the updated schema. For more information, see <code>arns</code>.</p>
/// - On failure, responds with [`SdkError<UpdateSchemaError>`](crate::operation::update_schema::UpdateSchemaError)
pub fn update_schema(&self) -> crate::operation::update_schema::builders::UpdateSchemaFluentBuilder {
crate::operation::update_schema::builders::UpdateSchemaFluentBuilder::new(self.handle.clone())
}
}