summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/CloudTrailData/CloudTrailDataClient.php
blob: 2c93b29533f37f762bdeab385a6134057efbbb97 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
namespace Aws\CloudTrailData;

use Aws\AwsClient;

/**
 * This client is used to interact with the **AWS CloudTrail Data Service** service.
 * @method \Aws\Result putAuditEvents(array $args = [])
 * @method \GuzzleHttp\Promise\Promise putAuditEventsAsync(array $args = [])
 */
class CloudTrailDataClient extends AwsClient {}