diff options
Diffstat (limited to 'src/route53.rs')
| -rw-r--r-- | src/route53.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/route53.rs b/src/route53.rs index c3fea47..b9d4c34 100644 --- a/src/route53.rs +++ b/src/route53.rs @@ -13,7 +13,7 @@ pub trait Route53 { fn route53(&self) -> &route53::Client; } -pub async fn zone_for_domain<C>(name: &Name, aws_context: &C) -> Result<HostedZone> +pub async fn zone_for_domain<C>(aws_context: &C, name: &Name) -> Result<HostedZone> where C: Route53, { |
