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 [`DeleteGlossary`](crate::operation::delete_glossary::builders::DeleteGlossaryFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`identifier(impl Into<String>)`](crate::operation::delete_glossary::builders::DeleteGlossaryFluentBuilder::identifier) / [`set_identifier(Option<String>)`](crate::operation::delete_glossary::builders::DeleteGlossaryFluentBuilder::set_identifier):<br>required: **true**<br><p>The unique identifier of the glossary to delete.</p><br>
    /// - On success, responds with [`DeleteGlossaryOutput`](crate::operation::delete_glossary::DeleteGlossaryOutput)
    /// - On failure, responds with [`SdkError<DeleteGlossaryError>`](crate::operation::delete_glossary::DeleteGlossaryError)
    pub fn delete_glossary(&self) -> crate::operation::delete_glossary::builders::DeleteGlossaryFluentBuilder {
        crate::operation::delete_glossary::builders::DeleteGlossaryFluentBuilder::new(self.handle.clone())
    }
}