WorkMailMessageFlowClient.php 0000644 00000000763 15152100445 0012301 0 ustar 00 <?php
namespace Aws\WorkMailMessageFlow;
use Aws\AwsClient;
/**
* This client is used to interact with the **Amazon WorkMail Message Flow** service.
* @method \Aws\Result getRawMessageContent(array $args = [])
* @method \GuzzleHttp\Promise\Promise getRawMessageContentAsync(array $args = [])
* @method \Aws\Result putRawMessageContent(array $args = [])
* @method \GuzzleHttp\Promise\Promise putRawMessageContentAsync(array $args = [])
*/
class WorkMailMessageFlowClient extends AwsClient {}
Exception/WorkMailMessageFlowException.php 0000644 00000000356 15152100445 0014755 0 ustar 00 <?php
namespace Aws\WorkMailMessageFlow\Exception;
use Aws\Exception\AwsException;
/**
* Represents an error interacting with the **Amazon WorkMail Message Flow** service.
*/
class WorkMailMessageFlowException extends AwsException {}