From a2e2df7c0f97633bba3a91981c4c1598a062aaac Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Thu, 25 Jul 2024 19:23:10 -0400 Subject: Further naming cleanup --- src/route53.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/route53.rs') 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( +pub async fn zone_actual_recordsets( aws_context: &C, zone_id: &str, dns_name: &Name, -- cgit v1.2.3