aws-sdk-route53 1.63.0

AWS SDK for Amazon Route 53
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 [`DeleteHostedZone`](crate::operation::delete_hosted_zone::builders::DeleteHostedZoneFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`id(impl Into<String>)`](crate::operation::delete_hosted_zone::builders::DeleteHostedZoneFluentBuilder::id) / [`set_id(Option<String>)`](crate::operation::delete_hosted_zone::builders::DeleteHostedZoneFluentBuilder::set_id):<br>required: **true**<br><p>The ID of the hosted zone you want to delete.</p><br>
    /// - On success, responds with [`DeleteHostedZoneOutput`](crate::operation::delete_hosted_zone::DeleteHostedZoneOutput) with field(s):
    ///   - [`change_info(Option<ChangeInfo>)`](crate::operation::delete_hosted_zone::DeleteHostedZoneOutput::change_info): <p>A complex type that contains the ID, the status, and the date and time of a request to delete a hosted zone.</p>
    /// - On failure, responds with [`SdkError<DeleteHostedZoneError>`](crate::operation::delete_hosted_zone::DeleteHostedZoneError)
    pub fn delete_hosted_zone(&self) -> crate::operation::delete_hosted_zone::builders::DeleteHostedZoneFluentBuilder {
        crate::operation::delete_hosted_zone::builders::DeleteHostedZoneFluentBuilder::new(self.handle.clone())
    }
}