aws-sdk-iotmanagedintegrations 1.42.0

AWS SDK for Managed integrations for AWS IoT Device Management
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 [`DeleteAccountAssociation`](crate::operation::delete_account_association::builders::DeleteAccountAssociationFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`account_association_id(impl Into<String>)`](crate::operation::delete_account_association::builders::DeleteAccountAssociationFluentBuilder::account_association_id) / [`set_account_association_id(Option<String>)`](crate::operation::delete_account_association::builders::DeleteAccountAssociationFluentBuilder::set_account_association_id):<br>required: **true**<br><p>The unique identifier of the account association to be deleted.</p><br>
    /// - On success, responds with [`DeleteAccountAssociationOutput`](crate::operation::delete_account_association::DeleteAccountAssociationOutput)
    /// - On failure, responds with [`SdkError<DeleteAccountAssociationError>`](crate::operation::delete_account_association::DeleteAccountAssociationError)
    pub fn delete_account_association(&self) -> crate::operation::delete_account_association::builders::DeleteAccountAssociationFluentBuilder {
        crate::operation::delete_account_association::builders::DeleteAccountAssociationFluentBuilder::new(self.handle.clone())
    }
}