// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`UpdateMesh`](crate::operation::update_mesh::builders::UpdateMeshFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`mesh_name(impl ::std::convert::Into<String>)`](crate::operation::update_mesh::builders::UpdateMeshFluentBuilder::mesh_name) / [`set_mesh_name(Option<String>)`](crate::operation::update_mesh::builders::UpdateMeshFluentBuilder::set_mesh_name): <p>The name of the service mesh to update.</p>
/// - [`spec(MeshSpec)`](crate::operation::update_mesh::builders::UpdateMeshFluentBuilder::spec) / [`set_spec(Option<MeshSpec>)`](crate::operation::update_mesh::builders::UpdateMeshFluentBuilder::set_spec): <p>The service mesh specification to apply.</p>
/// - [`client_token(impl ::std::convert::Into<String>)`](crate::operation::update_mesh::builders::UpdateMeshFluentBuilder::client_token) / [`set_client_token(Option<String>)`](crate::operation::update_mesh::builders::UpdateMeshFluentBuilder::set_client_token): <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Up to 36 letters, numbers, hyphens, and underscores are allowed.</p>
/// - On success, responds with [`UpdateMeshOutput`](crate::operation::update_mesh::UpdateMeshOutput) with field(s):
/// - [`mesh(Option<MeshData>)`](crate::operation::update_mesh::UpdateMeshOutput::mesh): <p>An object that represents a service mesh returned by a describe operation.</p>
/// - On failure, responds with [`SdkError<UpdateMeshError>`](crate::operation::update_mesh::UpdateMeshError)
pub fn update_mesh(&self) -> crate::operation::update_mesh::builders::UpdateMeshFluentBuilder {
crate::operation::update_mesh::builders::UpdateMeshFluentBuilder::new(self.handle.clone())
}
}