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 [`UpdateClusterSoftware`](crate::operation::update_cluster_software::builders::UpdateClusterSoftwareFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`cluster_name(impl Into<String>)`](crate::operation::update_cluster_software::builders::UpdateClusterSoftwareFluentBuilder::cluster_name) / [`set_cluster_name(Option<String>)`](crate::operation::update_cluster_software::builders::UpdateClusterSoftwareFluentBuilder::set_cluster_name):<br>required: **true**<br><p>Specify the name or the Amazon Resource Name (ARN) of the SageMaker HyperPod cluster you want to update for security patching.</p><br>
    /// - On success, responds with [`UpdateClusterSoftwareOutput`](crate::operation::update_cluster_software::UpdateClusterSoftwareOutput) with field(s):
    ///   - [`cluster_arn(Option<String>)`](crate::operation::update_cluster_software::UpdateClusterSoftwareOutput::cluster_arn): <p>The Amazon Resource Name (ARN) of the SageMaker HyperPod cluster being updated for security patching.</p>
    /// - On failure, responds with [`SdkError<UpdateClusterSoftwareError>`](crate::operation::update_cluster_software::UpdateClusterSoftwareError)
    pub fn update_cluster_software(&self) -> crate::operation::update_cluster_software::builders::UpdateClusterSoftwareFluentBuilder {
        crate::operation::update_cluster_software::builders::UpdateClusterSoftwareFluentBuilder::new(self.handle.clone())
    }
}