email-configuration-bug-fix-patch

Installed "tedivm/fetch": "0.6.*" package to configure email fetcing.
This commit is contained in:
Manish Verma
2016-11-04 11:15:57 +05:30
parent 7fecdb1df9
commit 57efc24003
27 changed files with 2544 additions and 93 deletions

View File

@@ -44,9 +44,15 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise describeInterconnectsAsync(array $args = [])
* @method \Aws\Result describeLocations(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeLocationsAsync(array $args = [])
* @method \Aws\Result describeTags(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeTagsAsync(array $args = [])
* @method \Aws\Result describeVirtualGateways(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeVirtualGatewaysAsync(array $args = [])
* @method \Aws\Result describeVirtualInterfaces(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeVirtualInterfacesAsync(array $args = [])
* @method \Aws\Result tagResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
* @method \Aws\Result untagResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
*/
class DirectConnectClient extends AwsClient {}

View File

@@ -155,7 +155,7 @@ namespace Aws;
*/
class Sdk
{
const VERSION = '3.19.22';
const VERSION = '3.19.23';
/** @var array Arguments for creating clients */
private $args;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long