Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/3rdparty.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'aws/aws-sdk-php/src/CloudTrail/CloudTrailClient.php')
-rw-r--r--aws/aws-sdk-php/src/CloudTrail/CloudTrailClient.php36
1 files changed, 36 insertions, 0 deletions
diff --git a/aws/aws-sdk-php/src/CloudTrail/CloudTrailClient.php b/aws/aws-sdk-php/src/CloudTrail/CloudTrailClient.php
index 51366d90..25c4c321 100644
--- a/aws/aws-sdk-php/src/CloudTrail/CloudTrailClient.php
+++ b/aws/aws-sdk-php/src/CloudTrail/CloudTrailClient.php
@@ -8,22 +8,48 @@ use Aws\AwsClient;
*
* @method \Aws\Result addTags(array $args = [])
* @method \GuzzleHttp\Promise\Promise addTagsAsync(array $args = [])
+ * @method \Aws\Result cancelQuery(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise cancelQueryAsync(array $args = [])
+ * @method \Aws\Result createEventDataStore(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createEventDataStoreAsync(array $args = [])
* @method \Aws\Result createTrail(array $args = [])
* @method \GuzzleHttp\Promise\Promise createTrailAsync(array $args = [])
+ * @method \Aws\Result deleteEventDataStore(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteEventDataStoreAsync(array $args = [])
* @method \Aws\Result deleteTrail(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteTrailAsync(array $args = [])
+ * @method \Aws\Result describeQuery(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeQueryAsync(array $args = [])
* @method \Aws\Result describeTrails(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeTrailsAsync(array $args = [])
+ * @method \Aws\Result getChannel(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getChannelAsync(array $args = [])
+ * @method \Aws\Result getEventDataStore(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getEventDataStoreAsync(array $args = [])
* @method \Aws\Result getEventSelectors(array $args = [])
* @method \GuzzleHttp\Promise\Promise getEventSelectorsAsync(array $args = [])
+ * @method \Aws\Result getImport(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getImportAsync(array $args = [])
* @method \Aws\Result getInsightSelectors(array $args = [])
* @method \GuzzleHttp\Promise\Promise getInsightSelectorsAsync(array $args = [])
+ * @method \Aws\Result getQueryResults(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getQueryResultsAsync(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 listChannels(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listChannelsAsync(array $args = [])
+ * @method \Aws\Result listEventDataStores(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listEventDataStoresAsync(array $args = [])
+ * @method \Aws\Result listImportFailures(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listImportFailuresAsync(array $args = [])
+ * @method \Aws\Result listImports(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listImportsAsync(array $args = [])
* @method \Aws\Result listPublicKeys(array $args = [])
* @method \GuzzleHttp\Promise\Promise listPublicKeysAsync(array $args = [])
+ * @method \Aws\Result listQueries(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listQueriesAsync(array $args = [])
* @method \Aws\Result listTags(array $args = [])
* @method \GuzzleHttp\Promise\Promise listTagsAsync(array $args = [])
* @method \Aws\Result listTrails(array $args = [])
@@ -36,10 +62,20 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise putInsightSelectorsAsync(array $args = [])
* @method \Aws\Result removeTags(array $args = [])
* @method \GuzzleHttp\Promise\Promise removeTagsAsync(array $args = [])
+ * @method \Aws\Result restoreEventDataStore(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise restoreEventDataStoreAsync(array $args = [])
+ * @method \Aws\Result startImport(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise startImportAsync(array $args = [])
* @method \Aws\Result startLogging(array $args = [])
* @method \GuzzleHttp\Promise\Promise startLoggingAsync(array $args = [])
+ * @method \Aws\Result startQuery(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise startQueryAsync(array $args = [])
+ * @method \Aws\Result stopImport(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise stopImportAsync(array $args = [])
* @method \Aws\Result stopLogging(array $args = [])
* @method \GuzzleHttp\Promise\Promise stopLoggingAsync(array $args = [])
+ * @method \Aws\Result updateEventDataStore(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateEventDataStoreAsync(array $args = [])
* @method \Aws\Result updateTrail(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateTrailAsync(array $args = [])
*/