summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/CloudTrail
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/aws/aws-sdk-php/src/CloudTrail')
-rw-r--r--vendor/aws/aws-sdk-php/src/CloudTrail/CloudTrailClient.php16
1 files changed, 16 insertions, 0 deletions
diff --git a/vendor/aws/aws-sdk-php/src/CloudTrail/CloudTrailClient.php b/vendor/aws/aws-sdk-php/src/CloudTrail/CloudTrailClient.php
index 78940df..deed61b 100644
--- a/vendor/aws/aws-sdk-php/src/CloudTrail/CloudTrailClient.php
+++ b/vendor/aws/aws-sdk-php/src/CloudTrail/CloudTrailClient.php
@@ -10,12 +10,18 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise addTagsAsync(array $args = [])
* @method \Aws\Result cancelQuery(array $args = [])
* @method \GuzzleHttp\Promise\Promise cancelQueryAsync(array $args = [])
+ * @method \Aws\Result createChannel(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createChannelAsync(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 deleteChannel(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteChannelAsync(array $args = [])
* @method \Aws\Result deleteEventDataStore(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteEventDataStoreAsync(array $args = [])
+ * @method \Aws\Result deleteResourcePolicy(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteResourcePolicyAsync(array $args = [])
* @method \Aws\Result deleteTrail(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteTrailAsync(array $args = [])
* @method \Aws\Result deregisterOrganizationDelegatedAdmin(array $args = [])
@@ -36,6 +42,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise getInsightSelectorsAsync(array $args = [])
* @method \Aws\Result getQueryResults(array $args = [])
* @method \GuzzleHttp\Promise\Promise getQueryResultsAsync(array $args = [])
+ * @method \Aws\Result getResourcePolicy(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getResourcePolicyAsync(array $args = [])
* @method \Aws\Result getTrail(array $args = [])
* @method \GuzzleHttp\Promise\Promise getTrailAsync(array $args = [])
* @method \Aws\Result getTrailStatus(array $args = [])
@@ -62,22 +70,30 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise putEventSelectorsAsync(array $args = [])
* @method \Aws\Result putInsightSelectors(array $args = [])
* @method \GuzzleHttp\Promise\Promise putInsightSelectorsAsync(array $args = [])
+ * @method \Aws\Result putResourcePolicy(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise putResourcePolicyAsync(array $args = [])
* @method \Aws\Result registerOrganizationDelegatedAdmin(array $args = [])
* @method \GuzzleHttp\Promise\Promise registerOrganizationDelegatedAdminAsync(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 startEventDataStoreIngestion(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise startEventDataStoreIngestionAsync(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 stopEventDataStoreIngestion(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise stopEventDataStoreIngestionAsync(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 updateChannel(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateChannelAsync(array $args = [])
* @method \Aws\Result updateEventDataStore(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateEventDataStoreAsync(array $args = [])
* @method \Aws\Result updateTrail(array $args = [])