# File lib/fog/aws/requests/dns/get_health_check.rb, line 30
        def get_health_check(id)
          request({
            :expects => 200,
            :parser  => Fog::Parsers::DNS::AWS::HealthCheck.new,
            :method  => 'GET',
            :path    => "healthcheck/#{id}"
          })
        end