/home/techb158/immovalet.com/vendor/aws/aws-sdk-php/src
Edit: /home/techb158/immovalet.com/vendor/aws/aws-sdk-php/src/ResultInterface.php (1372B)
execute($command);
* $jpResult = $result->search('foo.*.bar[?baz > `10`]');
*
* @param string $expression JMESPath expression to execute
*
* @return mixed Returns the result of the JMESPath expression.
* @link http://jmespath.readthedocs.org/en/latest/ JMESPath documentation
*/
public function search($expression);
};