aws_sdk_quicksight/client/
delete_account_subscription.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 [`DeleteAccountSubscription`](crate::operation::delete_account_subscription::builders::DeleteAccountSubscriptionFluentBuilder) operation.
4    ///
5    /// - The fluent builder is configurable:
6    ///   - [`aws_account_id(impl Into<String>)`](crate::operation::delete_account_subscription::builders::DeleteAccountSubscriptionFluentBuilder::aws_account_id) / [`set_aws_account_id(Option<String>)`](crate::operation::delete_account_subscription::builders::DeleteAccountSubscriptionFluentBuilder::set_aws_account_id):<br>required: **true**<br><p>The Amazon Web Services account ID of the account that you want to delete.</p><br>
7    /// - On success, responds with [`DeleteAccountSubscriptionOutput`](crate::operation::delete_account_subscription::DeleteAccountSubscriptionOutput) with field(s):
8    ///   - [`request_id(Option<String>)`](crate::operation::delete_account_subscription::DeleteAccountSubscriptionOutput::request_id): <p>The Amazon Web Services request ID for this operation.</p>
9    ///   - [`status(i32)`](crate::operation::delete_account_subscription::DeleteAccountSubscriptionOutput::status): <p>The HTTP status of the request.</p>
10    /// - On failure, responds with [`SdkError<DeleteAccountSubscriptionError>`](crate::operation::delete_account_subscription::DeleteAccountSubscriptionError)
11    pub fn delete_account_subscription(&self) -> crate::operation::delete_account_subscription::builders::DeleteAccountSubscriptionFluentBuilder {
12        crate::operation::delete_account_subscription::builders::DeleteAccountSubscriptionFluentBuilder::new(self.handle.clone())
13    }
14}