Skip to main content

aws_sdk_elementalinference/client/
delete_feed_policy.rs

1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2impl super::Client {
3    /// Constructs a fluent builder for the [`DeleteFeedPolicy`](crate::operation::delete_feed_policy::builders::DeleteFeedPolicyFluentBuilder) operation.
4    ///
5    /// - The fluent builder is configurable:
6    ///   - [`id(impl Into<String>)`](crate::operation::delete_feed_policy::builders::DeleteFeedPolicyFluentBuilder::id) / [`set_id(Option<String>)`](crate::operation::delete_feed_policy::builders::DeleteFeedPolicyFluentBuilder::set_id):<br>required: **true**<br><p>The ID of the feed whose policy you want to delete.</p><br>
7    /// - On success, responds with [`DeleteFeedPolicyOutput`](crate::operation::delete_feed_policy::DeleteFeedPolicyOutput)
8    /// - On failure, responds with [`SdkError<DeleteFeedPolicyError>`](crate::operation::delete_feed_policy::DeleteFeedPolicyError)
9    pub fn delete_feed_policy(&self) -> crate::operation::delete_feed_policy::builders::DeleteFeedPolicyFluentBuilder {
10        crate::operation::delete_feed_policy::builders::DeleteFeedPolicyFluentBuilder::new(self.handle.clone())
11    }
12}