summaryrefslogtreecommitdiff
path: root/src/route53.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/route53.rs')
-rw-r--r--src/route53.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/route53.rs b/src/route53.rs
index c89e699..e4379af 100644
--- a/src/route53.rs
+++ b/src/route53.rs
@@ -49,7 +49,7 @@ where
zone.ok_or(anyhow!("No Route53 zone found for DNS suffix: {}", name))
}
-pub async fn host_recordsets<C>(
+pub async fn zone_actual_recordsets<C>(
aws_context: &C,
zone_id: &str,
dns_name: &Name,