aws-sdk-route53 1.42.0

AWS SDK for Amazon Route 53
Documentation
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 [`DeleteReusableDelegationSet`](crate::operation::delete_reusable_delegation_set::builders::DeleteReusableDelegationSetFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`id(impl Into<String>)`](crate::operation::delete_reusable_delegation_set::builders::DeleteReusableDelegationSetFluentBuilder::id) / [`set_id(Option<String>)`](crate::operation::delete_reusable_delegation_set::builders::DeleteReusableDelegationSetFluentBuilder::set_id):<br>required: **true**<br><p>The ID of the reusable delegation set that you want to delete.</p><br>
    /// - On success, responds with [`DeleteReusableDelegationSetOutput`](crate::operation::delete_reusable_delegation_set::DeleteReusableDelegationSetOutput)
    /// - On failure, responds with [`SdkError<DeleteReusableDelegationSetError>`](crate::operation::delete_reusable_delegation_set::DeleteReusableDelegationSetError)
    pub fn delete_reusable_delegation_set(
        &self,
    ) -> crate::operation::delete_reusable_delegation_set::builders::DeleteReusableDelegationSetFluentBuilder {
        crate::operation::delete_reusable_delegation_set::builders::DeleteReusableDelegationSetFluentBuilder::new(self.handle.clone())
    }
}