1 1 | // Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
|
2 - | pub use crate::operation::get_hosted_zone_limit::_get_hosted_zone_limit_output::GetHostedZoneLimitOutputBuilder;
|
3 - |
|
4 2 | pub use crate::operation::get_hosted_zone_limit::_get_hosted_zone_limit_input::GetHostedZoneLimitInputBuilder;
|
5 3 |
|
4 + | pub use crate::operation::get_hosted_zone_limit::_get_hosted_zone_limit_output::GetHostedZoneLimitOutputBuilder;
|
5 + |
|
6 6 | impl crate::operation::get_hosted_zone_limit::builders::GetHostedZoneLimitInputBuilder {
|
7 7 | /// Sends a request with this input using the given client.
|
8 8 | pub async fn send_with(
|
9 9 | self,
|
10 10 | client: &crate::Client,
|
11 11 | ) -> ::std::result::Result<
|
12 12 | crate::operation::get_hosted_zone_limit::GetHostedZoneLimitOutput,
|
13 13 | ::aws_smithy_runtime_api::client::result::SdkError<
|
14 14 | crate::operation::get_hosted_zone_limit::GetHostedZoneLimitError,
|
15 15 | ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
|
16 16 | >,
|
17 17 | > {
|
18 18 | let mut fluent_builder = client.get_hosted_zone_limit();
|
19 19 | fluent_builder.inner = self;
|
20 20 | fluent_builder.send().await
|
21 21 | }
|
22 22 | }
|
23 23 | /// Fluent builder constructing a request to `GetHostedZoneLimit`.
|
24 24 | ///
|
25 25 | /// <p>Gets the specified limit for a specified hosted zone, for example, the maximum number of records that you can create in the hosted zone.</p>
|
26 26 | /// <p>For the default limit, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DNSLimitations.html">Limits</a> in the <i>Amazon Route 53 Developer Guide</i>. To request a higher limit, <a href="https://console.aws.amazon.com/support/home#/case/create?issueType=service-limit-increase&limitType=service-code-route53">open a case</a>.</p>
|
27 27 | #[derive(::std::clone::Clone, ::std::fmt::Debug)]
|
28 28 | pub struct GetHostedZoneLimitFluentBuilder {
|
29 29 | handle: ::std::sync::Arc<crate::client::Handle>,
|
30 30 | inner: crate::operation::get_hosted_zone_limit::builders::GetHostedZoneLimitInputBuilder,
|
31 31 | config_override: ::std::option::Option<crate::config::Builder>,
|
32 32 | }
|
33 33 | impl
|
34 34 | crate::client::customize::internal::CustomizableSend<
|
35 35 | crate::operation::get_hosted_zone_limit::GetHostedZoneLimitOutput,
|