aws_sdk_workspacesweb/client/disassociate_trust_store.rs
1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2impl super::Client {
3 /// Constructs a fluent builder for the [`DisassociateTrustStore`](crate::operation::disassociate_trust_store::builders::DisassociateTrustStoreFluentBuilder) operation.
4 ///
5 /// - The fluent builder is configurable:
6 /// - [`portal_arn(impl Into<String>)`](crate::operation::disassociate_trust_store::builders::DisassociateTrustStoreFluentBuilder::portal_arn) / [`set_portal_arn(Option<String>)`](crate::operation::disassociate_trust_store::builders::DisassociateTrustStoreFluentBuilder::set_portal_arn):<br>required: **true**<br><p>The ARN of the web portal.</p><br>
7 /// - On success, responds with [`DisassociateTrustStoreOutput`](crate::operation::disassociate_trust_store::DisassociateTrustStoreOutput)
8 /// - On failure, responds with [`SdkError<DisassociateTrustStoreError>`](crate::operation::disassociate_trust_store::DisassociateTrustStoreError)
9 pub fn disassociate_trust_store(&self) -> crate::operation::disassociate_trust_store::builders::DisassociateTrustStoreFluentBuilder {
10 crate::operation::disassociate_trust_store::builders::DisassociateTrustStoreFluentBuilder::new(self.handle.clone())
11 }
12}