summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/GuardDuty/GuardDutyClient.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/aws/aws-sdk-php/src/GuardDuty/GuardDutyClient.php')
-rw-r--r--vendor/aws/aws-sdk-php/src/GuardDuty/GuardDutyClient.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/vendor/aws/aws-sdk-php/src/GuardDuty/GuardDutyClient.php b/vendor/aws/aws-sdk-php/src/GuardDuty/GuardDutyClient.php
index 0d00ec6..5f34859 100644
--- a/vendor/aws/aws-sdk-php/src/GuardDuty/GuardDutyClient.php
+++ b/vendor/aws/aws-sdk-php/src/GuardDuty/GuardDutyClient.php
@@ -59,6 +59,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise enableOrganizationAdminAccountAsync(array $args = [])
* @method \Aws\Result getAdministratorAccount(array $args = [])
* @method \GuzzleHttp\Promise\Promise getAdministratorAccountAsync(array $args = [])
+ * @method \Aws\Result getCoverageStatistics(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getCoverageStatisticsAsync(array $args = [])
* @method \Aws\Result getDetector(array $args = [])
* @method \GuzzleHttp\Promise\Promise getDetectorAsync(array $args = [])
* @method \Aws\Result getFilter(array $args = [])
@@ -87,6 +89,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise getUsageStatisticsAsync(array $args = [])
* @method \Aws\Result inviteMembers(array $args = [])
* @method \GuzzleHttp\Promise\Promise inviteMembersAsync(array $args = [])
+ * @method \Aws\Result listCoverage(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listCoverageAsync(array $args = [])
* @method \Aws\Result listDetectors(array $args = [])
* @method \GuzzleHttp\Promise\Promise listDetectorsAsync(array $args = [])
* @method \Aws\Result listFilters(array $args = [])
@@ -107,6 +111,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
* @method \Aws\Result listThreatIntelSets(array $args = [])
* @method \GuzzleHttp\Promise\Promise listThreatIntelSetsAsync(array $args = [])
+ * @method \Aws\Result startMalwareScan(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise startMalwareScanAsync(array $args = [])
* @method \Aws\Result startMonitoringMembers(array $args = [])
* @method \GuzzleHttp\Promise\Promise startMonitoringMembersAsync(array $args = [])
* @method \Aws\Result stopMonitoringMembers(array $args = [])