1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`StartMisconfiguredStateRecovery`](crate::operation::start_misconfigured_state_recovery::builders::StartMisconfiguredStateRecoveryFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`client_request_token(impl Into<String>)`](crate::operation::start_misconfigured_state_recovery::builders::StartMisconfiguredStateRecoveryFluentBuilder::client_request_token) / [`set_client_request_token(Option<String>)`](crate::operation::start_misconfigured_state_recovery::builders::StartMisconfiguredStateRecoveryFluentBuilder::set_client_request_token):<br>required: **false**<br><p>(Optional) An idempotency token for resource creation, in a string of up to 63 ASCII characters. This token is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.</p><br>
    ///   - [`file_system_id(impl Into<String>)`](crate::operation::start_misconfigured_state_recovery::builders::StartMisconfiguredStateRecoveryFluentBuilder::file_system_id) / [`set_file_system_id(Option<String>)`](crate::operation::start_misconfigured_state_recovery::builders::StartMisconfiguredStateRecoveryFluentBuilder::set_file_system_id):<br>required: **true**<br><p>The globally unique ID of the file system, assigned by Amazon FSx.</p><br>
    /// - On success, responds with [`StartMisconfiguredStateRecoveryOutput`](crate::operation::start_misconfigured_state_recovery::StartMisconfiguredStateRecoveryOutput) with field(s):
    ///   - [`file_system(Option<FileSystem>)`](crate::operation::start_misconfigured_state_recovery::StartMisconfiguredStateRecoveryOutput::file_system): <p>A description of a specific Amazon FSx file system.</p>
    /// - On failure, responds with [`SdkError<StartMisconfiguredStateRecoveryError>`](crate::operation::start_misconfigured_state_recovery::StartMisconfiguredStateRecoveryError)
    pub fn start_misconfigured_state_recovery(
        &self,
    ) -> crate::operation::start_misconfigured_state_recovery::builders::StartMisconfiguredStateRecoveryFluentBuilder {
        crate::operation::start_misconfigured_state_recovery::builders::StartMisconfiguredStateRecoveryFluentBuilder::new(self.handle.clone())
    }
}