aws-sdk-glue 1.163.0

AWS SDK for AWS Glue
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeleteGlossaryTerm`](crate::operation::delete_glossary_term::builders::DeleteGlossaryTermFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`identifier(impl Into<String>)`](crate::operation::delete_glossary_term::builders::DeleteGlossaryTermFluentBuilder::identifier) / [`set_identifier(Option<String>)`](crate::operation::delete_glossary_term::builders::DeleteGlossaryTermFluentBuilder::set_identifier):<br>required: **true**<br><p>The unique identifier of the glossary term to delete.</p><br>
    /// - On success, responds with [`DeleteGlossaryTermOutput`](crate::operation::delete_glossary_term::DeleteGlossaryTermOutput)
    /// - On failure, responds with [`SdkError<DeleteGlossaryTermError>`](crate::operation::delete_glossary_term::DeleteGlossaryTermError)
    pub fn delete_glossary_term(&self) -> crate::operation::delete_glossary_term::builders::DeleteGlossaryTermFluentBuilder {
        crate::operation::delete_glossary_term::builders::DeleteGlossaryTermFluentBuilder::new(self.handle.clone())
    }
}