mirror of
https://github.com/SociallyDev/Spaces-API.git
synced 2025-08-14 10:37:19 -07:00
spaces.php
This commit is contained in:
parent
7755490b81
commit
eefa32741e
845 changed files with 50409 additions and 0 deletions
9
aws/Aws/GuardDuty/Exception/GuardDutyException.php
Normal file
9
aws/Aws/GuardDuty/Exception/GuardDutyException.php
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
namespace Aws\GuardDuty\Exception;
|
||||
|
||||
use Aws\Exception\AwsException;
|
||||
|
||||
/**
|
||||
* Represents an error interacting with the **Amazon GuardDuty** service.
|
||||
*/
|
||||
class GuardDutyException extends AwsException {}
|
83
aws/Aws/GuardDuty/GuardDutyClient.php
Normal file
83
aws/Aws/GuardDuty/GuardDutyClient.php
Normal file
|
@ -0,0 +1,83 @@
|
|||
<?php
|
||||
namespace Aws\GuardDuty;
|
||||
|
||||
use Aws\AwsClient;
|
||||
|
||||
/**
|
||||
* This client is used to interact with the **Amazon GuardDuty** service.
|
||||
* @method \Aws\Result acceptInvitation(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise acceptInvitationAsync(array $args = [])
|
||||
* @method \Aws\Result archiveFindings(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise archiveFindingsAsync(array $args = [])
|
||||
* @method \Aws\Result createDetector(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createDetectorAsync(array $args = [])
|
||||
* @method \Aws\Result createIPSet(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createIPSetAsync(array $args = [])
|
||||
* @method \Aws\Result createMembers(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createMembersAsync(array $args = [])
|
||||
* @method \Aws\Result createSampleFindings(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createSampleFindingsAsync(array $args = [])
|
||||
* @method \Aws\Result createThreatIntelSet(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createThreatIntelSetAsync(array $args = [])
|
||||
* @method \Aws\Result declineInvitations(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise declineInvitationsAsync(array $args = [])
|
||||
* @method \Aws\Result deleteDetector(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteDetectorAsync(array $args = [])
|
||||
* @method \Aws\Result deleteIPSet(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteIPSetAsync(array $args = [])
|
||||
* @method \Aws\Result deleteInvitations(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteInvitationsAsync(array $args = [])
|
||||
* @method \Aws\Result deleteMembers(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteMembersAsync(array $args = [])
|
||||
* @method \Aws\Result deleteThreatIntelSet(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteThreatIntelSetAsync(array $args = [])
|
||||
* @method \Aws\Result disassociateFromMasterAccount(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise disassociateFromMasterAccountAsync(array $args = [])
|
||||
* @method \Aws\Result disassociateMembers(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise disassociateMembersAsync(array $args = [])
|
||||
* @method \Aws\Result getDetector(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getDetectorAsync(array $args = [])
|
||||
* @method \Aws\Result getFindings(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getFindingsAsync(array $args = [])
|
||||
* @method \Aws\Result getFindingsStatistics(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getFindingsStatisticsAsync(array $args = [])
|
||||
* @method \Aws\Result getIPSet(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getIPSetAsync(array $args = [])
|
||||
* @method \Aws\Result getInvitationsCount(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getInvitationsCountAsync(array $args = [])
|
||||
* @method \Aws\Result getMasterAccount(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getMasterAccountAsync(array $args = [])
|
||||
* @method \Aws\Result getMembers(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getMembersAsync(array $args = [])
|
||||
* @method \Aws\Result getThreatIntelSet(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getThreatIntelSetAsync(array $args = [])
|
||||
* @method \Aws\Result inviteMembers(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise inviteMembersAsync(array $args = [])
|
||||
* @method \Aws\Result listDetectors(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listDetectorsAsync(array $args = [])
|
||||
* @method \Aws\Result listFindings(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listFindingsAsync(array $args = [])
|
||||
* @method \Aws\Result listIPSets(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listIPSetsAsync(array $args = [])
|
||||
* @method \Aws\Result listInvitations(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listInvitationsAsync(array $args = [])
|
||||
* @method \Aws\Result listMembers(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listMembersAsync(array $args = [])
|
||||
* @method \Aws\Result listThreatIntelSets(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listThreatIntelSetsAsync(array $args = [])
|
||||
* @method \Aws\Result startMonitoringMembers(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise startMonitoringMembersAsync(array $args = [])
|
||||
* @method \Aws\Result stopMonitoringMembers(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise stopMonitoringMembersAsync(array $args = [])
|
||||
* @method \Aws\Result unarchiveFindings(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise unarchiveFindingsAsync(array $args = [])
|
||||
* @method \Aws\Result updateDetector(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updateDetectorAsync(array $args = [])
|
||||
* @method \Aws\Result updateFindingsFeedback(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updateFindingsFeedbackAsync(array $args = [])
|
||||
* @method \Aws\Result updateIPSet(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updateIPSetAsync(array $args = [])
|
||||
* @method \Aws\Result updateThreatIntelSet(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updateThreatIntelSetAsync(array $args = [])
|
||||
*/
|
||||
class GuardDutyClient extends AwsClient {}
|
Loading…
Add table
Add a link
Reference in a new issue