# File lib/aws/route_53/hosted_zone_collection.rb, line 42
      def [] hosted_zone_id
        HostedZone.new(hosted_zone_id, :config => config)
      end