new appraoch
This commit is contained in:
15
pancake/system/vendor/aws/aws-sdk-php/src/ResponseContainerInterface.php
vendored
Executable file
15
pancake/system/vendor/aws/aws-sdk-php/src/ResponseContainerInterface.php
vendored
Executable file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace Aws;
|
||||
|
||||
use Psr\Http\Message\ResponseInterface;
|
||||
|
||||
interface ResponseContainerInterface
|
||||
{
|
||||
/**
|
||||
* Get the received HTTP response if any.
|
||||
*
|
||||
* @return ResponseInterface|null
|
||||
*/
|
||||
public function getResponse();
|
||||
}
|
||||
Reference in New Issue
Block a user