aws_sdk_braket/client/
delete_spending_limit.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 [`DeleteSpendingLimit`](crate::operation::delete_spending_limit::builders::DeleteSpendingLimitFluentBuilder) operation.
4    ///
5    /// - The fluent builder is configurable:
6    ///   - [`spending_limit_arn(impl Into<String>)`](crate::operation::delete_spending_limit::builders::DeleteSpendingLimitFluentBuilder::spending_limit_arn) / [`set_spending_limit_arn(Option<String>)`](crate::operation::delete_spending_limit::builders::DeleteSpendingLimitFluentBuilder::set_spending_limit_arn):<br>required: **true**<br><p>The Amazon Resource Name (ARN) of the spending limit to delete.</p><br>
7    /// - On success, responds with [`DeleteSpendingLimitOutput`](crate::operation::delete_spending_limit::DeleteSpendingLimitOutput)
8    /// - On failure, responds with [`SdkError<DeleteSpendingLimitError>`](crate::operation::delete_spending_limit::DeleteSpendingLimitError)
9    pub fn delete_spending_limit(&self) -> crate::operation::delete_spending_limit::builders::DeleteSpendingLimitFluentBuilder {
10        crate::operation::delete_spending_limit::builders::DeleteSpendingLimitFluentBuilder::new(self.handle.clone())
11    }
12}