summaryrefslogtreecommitdiff
path: root/src/route53.rs
diff options
context:
space:
mode:
authorOwen Jacobson <owen@grimoire.ca>2024-07-25 19:23:10 -0400
committerOwen Jacobson <owen@grimoire.ca>2024-07-25 19:23:10 -0400
commita2e2df7c0f97633bba3a91981c4c1598a062aaac (patch)
treecabee0ef8f1c7dc9cfcf7bf6f730703060a94499 /src/route53.rs
parent2996d2b6268a320fafc512fcbee03a1b6182c521 (diff)
Further naming cleanup
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,