first commit -> move some files from one-api
This commit is contained in:
19
vendor/aws_v3/Aws/Endpoint/UseDualstackEndpoint/ConfigurationInterface.php
vendored
Normal file
19
vendor/aws_v3/Aws/Endpoint/UseDualstackEndpoint/ConfigurationInterface.php
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
namespace Aws\Endpoint\UseDualstackEndpoint;
|
||||
|
||||
interface ConfigurationInterface
|
||||
{
|
||||
/**
|
||||
* Returns whether or not to use a DUALSTACK endpoint
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
public function isUseDualstackEndpoint();
|
||||
|
||||
/**
|
||||
* Returns the configuration as an associative array
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public function toArray();
|
||||
}
|
||||
Reference in New Issue
Block a user