aws-sdk-billing 1.26.0

AWS SDK for AWS Billing
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeleteBillingView`](crate::operation::delete_billing_view::builders::DeleteBillingViewFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`arn(impl Into<String>)`](crate::operation::delete_billing_view::builders::DeleteBillingViewFluentBuilder::arn) / [`set_arn(Option<String>)`](crate::operation::delete_billing_view::builders::DeleteBillingViewFluentBuilder::set_arn):<br>required: **true**<br><p>The Amazon Resource Name (ARN) that can be used to uniquely identify the billing view.</p><br>
    /// - On success, responds with [`DeleteBillingViewOutput`](crate::operation::delete_billing_view::DeleteBillingViewOutput) with field(s):
    ///   - [`arn(String)`](crate::operation::delete_billing_view::DeleteBillingViewOutput::arn): <p>The Amazon Resource Name (ARN) that can be used to uniquely identify the billing view.</p>
    /// - On failure, responds with [`SdkError<DeleteBillingViewError>`](crate::operation::delete_billing_view::DeleteBillingViewError)
    pub fn delete_billing_view(&self) -> crate::operation::delete_billing_view::builders::DeleteBillingViewFluentBuilder {
        crate::operation::delete_billing_view::builders::DeleteBillingViewFluentBuilder::new(self.handle.clone())
    }
}