Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/Inspector/InspectorClient.php
Строк: 135
<?php
namespace AwsInspector;
use AwsAwsClient;
/**
* This client is used to interact with the **Amazon Inspector** service.
*
* @method AwsResult addAttributesToFindings(array $args = [])
* @method GuzzleHttpPromisePromise addAttributesToFindingsAsync(array $args = [])
* @method AwsResult createAssessmentTarget(array $args = [])
* @method GuzzleHttpPromisePromise createAssessmentTargetAsync(array $args = [])
* @method AwsResult createAssessmentTemplate(array $args = [])
* @method GuzzleHttpPromisePromise createAssessmentTemplateAsync(array $args = [])
* @method AwsResult createExclusionsPreview(array $args = [])
* @method GuzzleHttpPromisePromise createExclusionsPreviewAsync(array $args = [])
* @method AwsResult createResourceGroup(array $args = [])
* @method GuzzleHttpPromisePromise createResourceGroupAsync(array $args = [])
* @method AwsResult deleteAssessmentRun(array $args = [])
* @method GuzzleHttpPromisePromise deleteAssessmentRunAsync(array $args = [])
* @method AwsResult deleteAssessmentTarget(array $args = [])
* @method GuzzleHttpPromisePromise deleteAssessmentTargetAsync(array $args = [])
* @method AwsResult deleteAssessmentTemplate(array $args = [])
* @method GuzzleHttpPromisePromise deleteAssessmentTemplateAsync(array $args = [])
* @method AwsResult describeAssessmentRuns(array $args = [])
* @method GuzzleHttpPromisePromise describeAssessmentRunsAsync(array $args = [])
* @method AwsResult describeAssessmentTargets(array $args = [])
* @method GuzzleHttpPromisePromise describeAssessmentTargetsAsync(array $args = [])
* @method AwsResult describeAssessmentTemplates(array $args = [])
* @method GuzzleHttpPromisePromise describeAssessmentTemplatesAsync(array $args = [])
* @method AwsResult describeCrossAccountAccessRole(array $args = [])
* @method GuzzleHttpPromisePromise describeCrossAccountAccessRoleAsync(array $args = [])
* @method AwsResult describeExclusions(array $args = [])
* @method GuzzleHttpPromisePromise describeExclusionsAsync(array $args = [])
* @method AwsResult describeFindings(array $args = [])
* @method GuzzleHttpPromisePromise describeFindingsAsync(array $args = [])
* @method AwsResult describeResourceGroups(array $args = [])
* @method GuzzleHttpPromisePromise describeResourceGroupsAsync(array $args = [])
* @method AwsResult describeRulesPackages(array $args = [])
* @method GuzzleHttpPromisePromise describeRulesPackagesAsync(array $args = [])
* @method AwsResult getAssessmentReport(array $args = [])
* @method GuzzleHttpPromisePromise getAssessmentReportAsync(array $args = [])
* @method AwsResult getExclusionsPreview(array $args = [])
* @method GuzzleHttpPromisePromise getExclusionsPreviewAsync(array $args = [])
* @method AwsResult getTelemetryMetadata(array $args = [])
* @method GuzzleHttpPromisePromise getTelemetryMetadataAsync(array $args = [])
* @method AwsResult listAssessmentRunAgents(array $args = [])
* @method GuzzleHttpPromisePromise listAssessmentRunAgentsAsync(array $args = [])
* @method AwsResult listAssessmentRuns(array $args = [])
* @method GuzzleHttpPromisePromise listAssessmentRunsAsync(array $args = [])
* @method AwsResult listAssessmentTargets(array $args = [])
* @method GuzzleHttpPromisePromise listAssessmentTargetsAsync(array $args = [])
* @method AwsResult listAssessmentTemplates(array $args = [])
* @method GuzzleHttpPromisePromise listAssessmentTemplatesAsync(array $args = [])
* @method AwsResult listEventSubscriptions(array $args = [])
* @method GuzzleHttpPromisePromise listEventSubscriptionsAsync(array $args = [])
* @method AwsResult listExclusions(array $args = [])
* @method GuzzleHttpPromisePromise listExclusionsAsync(array $args = [])
* @method AwsResult listFindings(array $args = [])
* @method GuzzleHttpPromisePromise listFindingsAsync(array $args = [])
* @method AwsResult listRulesPackages(array $args = [])
* @method GuzzleHttpPromisePromise listRulesPackagesAsync(array $args = [])
* @method AwsResult listTagsForResource(array $args = [])
* @method GuzzleHttpPromisePromise listTagsForResourceAsync(array $args = [])
* @method AwsResult previewAgents(array $args = [])
* @method GuzzleHttpPromisePromise previewAgentsAsync(array $args = [])
* @method AwsResult registerCrossAccountAccessRole(array $args = [])
* @method GuzzleHttpPromisePromise registerCrossAccountAccessRoleAsync(array $args = [])
* @method AwsResult removeAttributesFromFindings(array $args = [])
* @method GuzzleHttpPromisePromise removeAttributesFromFindingsAsync(array $args = [])
* @method AwsResult setTagsForResource(array $args = [])
* @method GuzzleHttpPromisePromise setTagsForResourceAsync(array $args = [])
* @method AwsResult startAssessmentRun(array $args = [])
* @method GuzzleHttpPromisePromise startAssessmentRunAsync(array $args = [])
* @method AwsResult stopAssessmentRun(array $args = [])
* @method GuzzleHttpPromisePromise stopAssessmentRunAsync(array $args = [])
* @method AwsResult subscribeToEvent(array $args = [])
* @method GuzzleHttpPromisePromise subscribeToEventAsync(array $args = [])
* @method AwsResult unsubscribeFromEvent(array $args = [])
* @method GuzzleHttpPromisePromise unsubscribeFromEventAsync(array $args = [])
* @method AwsResult updateAssessmentTarget(array $args = [])
* @method GuzzleHttpPromisePromise updateAssessmentTargetAsync(array $args = [])
*/
class InspectorClient extends AwsClient {}