Skip to content
This repository has been archived by the owner on Dec 19, 2017. It is now read-only.

Commit

Permalink
Merge pull request #159 from gyuho/master
Browse files Browse the repository at this point in the history
Add `HostedZoneNameID` for route53 Alias Resource Record Sets
  • Loading branch information
armon committed Dec 10, 2014
2 parents ab65322 + 5933898 commit 85ef1c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion elb/elb.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ package elb

import (
"encoding/xml"
"github.com/mitchellh/goamz/aws"
"net/http"
"net/url"
"strconv"
"time"

"github.com/mitchellh/goamz/aws"
)

// The ELB type encapsulates operations operations with the elb endpoint.
Expand Down Expand Up @@ -281,6 +282,7 @@ type LoadBalancer struct {
Instances []Instance `xml:"Instances>member"`
HealthCheck HealthCheck `xml:"HealthCheck"`
AvailabilityZones []AvailabilityZone `xml:"AvailabilityZones"`
HostedZoneNameID string `xml:"CanonicalHostedZoneNameID"`
DNSName string `xml:"DNSName"`
SecurityGroups []string `xml:"SecurityGroups>member"`
Scheme string `xml:"Scheme"`
Expand Down

0 comments on commit 85ef1c6

Please sign in to comment.