1
2
3
4
5
6
7
8
9
10
11
12
13
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeleteFacet`](crate::operation::delete_facet::builders::DeleteFacetFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`schema_arn(impl Into<String>)`](crate::operation::delete_facet::builders::DeleteFacetFluentBuilder::schema_arn) / [`set_schema_arn(Option<String>)`](crate::operation::delete_facet::builders::DeleteFacetFluentBuilder::set_schema_arn):<br>required: **true**<br><p>The Amazon Resource Name (ARN) that is associated with the <code>Facet</code>. For more information, see <code>arns</code>.</p><br>
    ///   - [`name(impl Into<String>)`](crate::operation::delete_facet::builders::DeleteFacetFluentBuilder::name) / [`set_name(Option<String>)`](crate::operation::delete_facet::builders::DeleteFacetFluentBuilder::set_name):<br>required: **true**<br><p>The name of the facet to delete.</p><br>
    /// - On success, responds with [`DeleteFacetOutput`](crate::operation::delete_facet::DeleteFacetOutput)
    /// - On failure, responds with [`SdkError<DeleteFacetError>`](crate::operation::delete_facet::DeleteFacetError)
    pub fn delete_facet(&self) -> crate::operation::delete_facet::builders::DeleteFacetFluentBuilder {
        crate::operation::delete_facet::builders::DeleteFacetFluentBuilder::new(self.handle.clone())
    }
}