// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DisassociateFeed`](crate::operation::disassociate_feed::builders::DisassociateFeedFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`id(impl Into<String>)`](crate::operation::disassociate_feed::builders::DisassociateFeedFluentBuilder::id) / [`set_id(Option<String>)`](crate::operation::disassociate_feed::builders::DisassociateFeedFluentBuilder::set_id):<br>required: **true**<br><p>The ID of the feed where you want to release the resource.</p><br>
/// - [`associated_resource_name(impl Into<String>)`](crate::operation::disassociate_feed::builders::DisassociateFeedFluentBuilder::associated_resource_name) / [`set_associated_resource_name(Option<String>)`](crate::operation::disassociate_feed::builders::DisassociateFeedFluentBuilder::set_associated_resource_name):<br>required: **true**<br><p>The name of the resource currently associated with the feed'.</p><br>
/// - [`dry_run(bool)`](crate::operation::disassociate_feed::builders::DisassociateFeedFluentBuilder::dry_run) / [`set_dry_run(Option<bool>)`](crate::operation::disassociate_feed::builders::DisassociateFeedFluentBuilder::set_dry_run):<br>required: **false**<br><p>Set to true if you want to do a dry run of the disassociate action.</p><br>
/// - On success, responds with [`DisassociateFeedOutput`](crate::operation::disassociate_feed::DisassociateFeedOutput) with field(s):
/// - [`arn(String)`](crate::operation::disassociate_feed::DisassociateFeedOutput::arn): <p>The ID of the feed where you deleted the associated resource.</p>
/// - [`id(String)`](crate::operation::disassociate_feed::DisassociateFeedOutput::id): <p>The ARN of the resource that you deleted.</p>
/// - On failure, responds with [`SdkError<DisassociateFeedError>`](crate::operation::disassociate_feed::DisassociateFeedError)
pub fn disassociate_feed(&self) -> crate::operation::disassociate_feed::builders::DisassociateFeedFluentBuilder {
crate::operation::disassociate_feed::builders::DisassociateFeedFluentBuilder::new(self.handle.clone())
}
}