/
home
/
efamember
/
domains
/
efa-member.com
/
public_html
/
vendor
/
aws
/
aws-sdk-php
/
src
/
up file
home
<?php namespace Aws; use Psr\Http\Message\ResponseInterface; interface ResponseContainerInterface { /** * Get the received HTTP response if any. * * @return ResponseInterface|null */ public function getResponse(); }