# File lib/fog/aws/requests/compute/get_password_data.rb, line 24
        def get_password_data(instance_id)
          request(
            'Action'      => 'GetPasswordData',
            'InstanceId'  => instance_id,
            :idempotent   => true,
            :parser       => Fog::Parsers::Compute::AWS::GetPasswordData.new
          )
        end