# File lib/fog/aws/requests/ses/get_send_statistics.rb, line 24
        def get_send_statistics
          request({
            'Action' => 'GetSendStatistics',
            :parser  => Fog::Parsers::AWS::SES::GetSendStatistics.new
          })
        end