1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`UpdateTrust`](crate::operation::update_trust::builders::UpdateTrustFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`trust_id(impl ::std::convert::Into<String>)`](crate::operation::update_trust::builders::UpdateTrustFluentBuilder::trust_id) / [`set_trust_id(Option<String>)`](crate::operation::update_trust::builders::UpdateTrustFluentBuilder::set_trust_id): <p>Identifier of the trust relationship.</p>
    ///   - [`selective_auth(SelectiveAuth)`](crate::operation::update_trust::builders::UpdateTrustFluentBuilder::selective_auth) / [`set_selective_auth(Option<SelectiveAuth>)`](crate::operation::update_trust::builders::UpdateTrustFluentBuilder::set_selective_auth): <p>Updates selective authentication for the trust.</p>
    /// - On success, responds with [`UpdateTrustOutput`](crate::operation::update_trust::UpdateTrustOutput) with field(s):
    ///   - [`request_id(Option<String>)`](crate::operation::update_trust::UpdateTrustOutput::request_id): <p>The Amazon Web Services request identifier.</p>
    ///   - [`trust_id(Option<String>)`](crate::operation::update_trust::UpdateTrustOutput::trust_id): <p>Identifier of the trust relationship.</p>
    /// - On failure, responds with [`SdkError<UpdateTrustError>`](crate::operation::update_trust::UpdateTrustError)
    pub fn update_trust(&self) -> crate::operation::update_trust::builders::UpdateTrustFluentBuilder {
        crate::operation::update_trust::builders::UpdateTrustFluentBuilder::new(self.handle.clone())
    }
}