aws_sdk_route53/client/get_health_check_count.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 [`GetHealthCheckCount`](crate::operation::get_health_check_count::builders::GetHealthCheckCountFluentBuilder) operation.
4 ///
5 /// - The fluent builder takes no input, just [`send`](crate::operation::get_health_check_count::builders::GetHealthCheckCountFluentBuilder::send) it.
6 /// - On success, responds with [`GetHealthCheckCountOutput`](crate::operation::get_health_check_count::GetHealthCheckCountOutput) with field(s):
7 /// - [`health_check_count(i64)`](crate::operation::get_health_check_count::GetHealthCheckCountOutput::health_check_count): <p>The number of health checks associated with the current Amazon Web Services account.</p>
8 /// - On failure, responds with [`SdkError<GetHealthCheckCountError>`](crate::operation::get_health_check_count::GetHealthCheckCountError)
9 pub fn get_health_check_count(&self) -> crate::operation::get_health_check_count::builders::GetHealthCheckCountFluentBuilder {
10 crate::operation::get_health_check_count::builders::GetHealthCheckCountFluentBuilder::new(self.handle.clone())
11 }
12}