1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DissociateEntityFromThing`](crate::operation::dissociate_entity_from_thing::builders::DissociateEntityFromThingFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`thing_name(impl Into<String>)`](crate::operation::dissociate_entity_from_thing::builders::DissociateEntityFromThingFluentBuilder::thing_name) / [`set_thing_name(Option<String>)`](crate::operation::dissociate_entity_from_thing::builders::DissociateEntityFromThingFluentBuilder::set_thing_name):<br>required: **true**<br><p>The name of the thing to disassociate.</p><br>
    ///   - [`entity_type(EntityType)`](crate::operation::dissociate_entity_from_thing::builders::DissociateEntityFromThingFluentBuilder::entity_type) / [`set_entity_type(Option<EntityType>)`](crate::operation::dissociate_entity_from_thing::builders::DissociateEntityFromThingFluentBuilder::set_entity_type):<br>required: **true**<br><p>The entity type from which to disassociate the thing.</p><br>
    /// - On success, responds with [`DissociateEntityFromThingOutput`](crate::operation::dissociate_entity_from_thing::DissociateEntityFromThingOutput)
    /// - On failure, responds with [`SdkError<DissociateEntityFromThingError>`](crate::operation::dissociate_entity_from_thing::DissociateEntityFromThingError)
    #[deprecated(note = "since: 2022-08-30")]
    pub fn dissociate_entity_from_thing(&self) -> crate::operation::dissociate_entity_from_thing::builders::DissociateEntityFromThingFluentBuilder {
        crate::operation::dissociate_entity_from_thing::builders::DissociateEntityFromThingFluentBuilder::new(self.handle.clone())
    }
}