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 [`DeleteAccountSubscription`](crate::operation::delete_account_subscription::builders::DeleteAccountSubscriptionFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`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>
    /// - On success, responds with [`DeleteAccountSubscriptionOutput`](crate::operation::delete_account_subscription::DeleteAccountSubscriptionOutput) with field(s):
    ///   - [`request_id(Option<String>)`](crate::operation::delete_account_subscription::DeleteAccountSubscriptionOutput::request_id): <p>The Amazon Web Services request ID for this operation.</p>
    ///   - [`status(i32)`](crate::operation::delete_account_subscription::DeleteAccountSubscriptionOutput::status): <p>The HTTP status of the request.</p>
    /// - On failure, responds with [`SdkError<DeleteAccountSubscriptionError>`](crate::operation::delete_account_subscription::DeleteAccountSubscriptionError)
    pub fn delete_account_subscription(&self) -> crate::operation::delete_account_subscription::builders::DeleteAccountSubscriptionFluentBuilder {
        crate::operation::delete_account_subscription::builders::DeleteAccountSubscriptionFluentBuilder::new(self.handle.clone())
    }
}