Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/CloudTrail/CloudTrailClient.php
Строк: 40
<?php
namespace AwsCloudTrail;
use AwsAwsClient;
/**
* This client is used to interact with the **AWS CloudTrail** service.
*
* @method AwsResult addTags(array $args = [])
* @method GuzzleHttpPromisePromise addTagsAsync(array $args = [])
* @method AwsResult createTrail(array $args = [])
* @method GuzzleHttpPromisePromise createTrailAsync(array $args = [])
* @method AwsResult deleteTrail(array $args = [])
* @method GuzzleHttpPromisePromise deleteTrailAsync(array $args = [])
* @method AwsResult describeTrails(array $args = [])
* @method GuzzleHttpPromisePromise describeTrailsAsync(array $args = [])
* @method AwsResult getEventSelectors(array $args = [])
* @method GuzzleHttpPromisePromise getEventSelectorsAsync(array $args = [])
* @method AwsResult getInsightSelectors(array $args = [])
* @method GuzzleHttpPromisePromise getInsightSelectorsAsync(array $args = [])
* @method AwsResult getTrail(array $args = [])
* @method GuzzleHttpPromisePromise getTrailAsync(array $args = [])
* @method AwsResult getTrailStatus(array $args = [])
* @method GuzzleHttpPromisePromise getTrailStatusAsync(array $args = [])
* @method AwsResult listPublicKeys(array $args = [])
* @method GuzzleHttpPromisePromise listPublicKeysAsync(array $args = [])
* @method AwsResult listTags(array $args = [])
* @method GuzzleHttpPromisePromise listTagsAsync(array $args = [])
* @method AwsResult listTrails(array $args = [])
* @method GuzzleHttpPromisePromise listTrailsAsync(array $args = [])
* @method AwsResult lookupEvents(array $args = [])
* @method GuzzleHttpPromisePromise lookupEventsAsync(array $args = [])
* @method AwsResult putEventSelectors(array $args = [])
* @method GuzzleHttpPromisePromise putEventSelectorsAsync(array $args = [])
* @method AwsResult putInsightSelectors(array $args = [])
* @method GuzzleHttpPromisePromise putInsightSelectorsAsync(array $args = [])
* @method AwsResult removeTags(array $args = [])
* @method GuzzleHttpPromisePromise removeTagsAsync(array $args = [])
* @method AwsResult startLogging(array $args = [])
* @method GuzzleHttpPromisePromise startLoggingAsync(array $args = [])
* @method AwsResult stopLogging(array $args = [])
* @method GuzzleHttpPromisePromise stopLoggingAsync(array $args = [])
* @method AwsResult updateTrail(array $args = [])
* @method GuzzleHttpPromisePromise updateTrailAsync(array $args = [])
*/
class CloudTrailClient extends AwsClient {}