aws-sdk-route53 1.77.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 [`EnableHostedZoneDNSSEC`](crate::operation::enable_hosted_zone_dnssec::builders::EnableHostedZoneDNSSECFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`hosted_zone_id(impl Into<String>)`](crate::operation::enable_hosted_zone_dnssec::builders::EnableHostedZoneDNSSECFluentBuilder::hosted_zone_id) / [`set_hosted_zone_id(Option<String>)`](crate::operation::enable_hosted_zone_dnssec::builders::EnableHostedZoneDNSSECFluentBuilder::set_hosted_zone_id):<br>required: **true**<br><p>A unique string used to identify a hosted zone.</p><br>
    /// - On success, responds with [`EnableHostedZoneDnssecOutput`](crate::operation::enable_hosted_zone_dnssec::EnableHostedZoneDnssecOutput) with field(s):
    ///   - [`change_info(Option<ChangeInfo>)`](crate::operation::enable_hosted_zone_dnssec::EnableHostedZoneDnssecOutput::change_info): <p>A complex type that describes change information about changes made to your hosted zone.</p>
    /// - On failure, responds with [`SdkError<EnableHostedZoneDNSSECError>`](crate::operation::enable_hosted_zone_dnssec::EnableHostedZoneDNSSECError)
    pub fn enable_hosted_zone_dnssec(&self) -> crate::operation::enable_hosted_zone_dnssec::builders::EnableHostedZoneDNSSECFluentBuilder {
        crate::operation::enable_hosted_zone_dnssec::builders::EnableHostedZoneDNSSECFluentBuilder::new(self.handle.clone())
    }
}