mirror of
https://github.com/SociallyDev/Spaces-API.git
synced 2025-08-14 02:27:23 -07:00
v2: Updates
* Simplifies & beautifies everything * Introduces a new Class system. * Errors are defaulted to AWS's handler. * New function names & more efficient handling. * Should fix a majority of the errors. Please read the README for more!
This commit is contained in:
parent
ad0726e41e
commit
e6d7753dc8
1095 changed files with 45088 additions and 2911 deletions
|
@ -12,6 +12,8 @@ use Aws\AwsClient;
|
|||
* @method \GuzzleHttp\Promise\Promise createAssessmentTargetAsync(array $args = [])
|
||||
* @method \Aws\Result createAssessmentTemplate(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createAssessmentTemplateAsync(array $args = [])
|
||||
* @method \Aws\Result createExclusionsPreview(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createExclusionsPreviewAsync(array $args = [])
|
||||
* @method \Aws\Result createResourceGroup(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createResourceGroupAsync(array $args = [])
|
||||
* @method \Aws\Result deleteAssessmentRun(array $args = [])
|
||||
|
@ -28,6 +30,8 @@ use Aws\AwsClient;
|
|||
* @method \GuzzleHttp\Promise\Promise describeAssessmentTemplatesAsync(array $args = [])
|
||||
* @method \Aws\Result describeCrossAccountAccessRole(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeCrossAccountAccessRoleAsync(array $args = [])
|
||||
* @method \Aws\Result describeExclusions(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeExclusionsAsync(array $args = [])
|
||||
* @method \Aws\Result describeFindings(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeFindingsAsync(array $args = [])
|
||||
* @method \Aws\Result describeResourceGroups(array $args = [])
|
||||
|
@ -36,6 +40,8 @@ use Aws\AwsClient;
|
|||
* @method \GuzzleHttp\Promise\Promise describeRulesPackagesAsync(array $args = [])
|
||||
* @method \Aws\Result getAssessmentReport(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getAssessmentReportAsync(array $args = [])
|
||||
* @method \Aws\Result getExclusionsPreview(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getExclusionsPreviewAsync(array $args = [])
|
||||
* @method \Aws\Result getTelemetryMetadata(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getTelemetryMetadataAsync(array $args = [])
|
||||
* @method \Aws\Result listAssessmentRunAgents(array $args = [])
|
||||
|
@ -48,6 +54,8 @@ use Aws\AwsClient;
|
|||
* @method \GuzzleHttp\Promise\Promise listAssessmentTemplatesAsync(array $args = [])
|
||||
* @method \Aws\Result listEventSubscriptions(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listEventSubscriptionsAsync(array $args = [])
|
||||
* @method \Aws\Result listExclusions(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listExclusionsAsync(array $args = [])
|
||||
* @method \Aws\Result listFindings(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listFindingsAsync(array $args = [])
|
||||
* @method \Aws\Result listRulesPackages(array $args = [])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue