summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/WorkMailMessageFlow/WorkMailMessageFlowClient.php
blob: c48a0e650c10bea9acb66f66962d0615f9c64e54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?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 {}