aws-sdk-datazone 1.136.0

AWS SDK for Amazon DataZone
Documentation
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 [`DisassociateGovernedTerms`](crate::operation::disassociate_governed_terms::builders::DisassociateGovernedTermsFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`domain_identifier(impl Into<String>)`](crate::operation::disassociate_governed_terms::builders::DisassociateGovernedTermsFluentBuilder::domain_identifier) / [`set_domain_identifier(Option<String>)`](crate::operation::disassociate_governed_terms::builders::DisassociateGovernedTermsFluentBuilder::set_domain_identifier):<br>required: **true**<br><p>The ID of the domain where you want to disassociate restricted terms from an asset.</p><br>
    ///   - [`entity_identifier(impl Into<String>)`](crate::operation::disassociate_governed_terms::builders::DisassociateGovernedTermsFluentBuilder::entity_identifier) / [`set_entity_identifier(Option<String>)`](crate::operation::disassociate_governed_terms::builders::DisassociateGovernedTermsFluentBuilder::set_entity_identifier):<br>required: **true**<br><p>The ID of an asset from which you want to disassociate restricted terms.</p><br>
    ///   - [`entity_type(GovernedEntityType)`](crate::operation::disassociate_governed_terms::builders::DisassociateGovernedTermsFluentBuilder::entity_type) / [`set_entity_type(Option<GovernedEntityType>)`](crate::operation::disassociate_governed_terms::builders::DisassociateGovernedTermsFluentBuilder::set_entity_type):<br>required: **true**<br><p>The type of the asset from which you want to disassociate restricted terms.</p><br>
    ///   - [`governed_glossary_terms(impl Into<String>)`](crate::operation::disassociate_governed_terms::builders::DisassociateGovernedTermsFluentBuilder::governed_glossary_terms) / [`set_governed_glossary_terms(Option<Vec::<String>>)`](crate::operation::disassociate_governed_terms::builders::DisassociateGovernedTermsFluentBuilder::set_governed_glossary_terms):<br>required: **true**<br><p>The restricted glossary terms that you want to disassociate from an asset.</p><br>
    /// - On success, responds with [`DisassociateGovernedTermsOutput`](crate::operation::disassociate_governed_terms::DisassociateGovernedTermsOutput)
    /// - On failure, responds with [`SdkError<DisassociateGovernedTermsError>`](crate::operation::disassociate_governed_terms::DisassociateGovernedTermsError)
    pub fn disassociate_governed_terms(&self) -> crate::operation::disassociate_governed_terms::builders::DisassociateGovernedTermsFluentBuilder {
        crate::operation::disassociate_governed_terms::builders::DisassociateGovernedTermsFluentBuilder::new(self.handle.clone())
    }
}