Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
<?php
2
namespace Aws\Inspector;
3
 
4
use Aws\AwsClient;
5
 
6
/**
7
 * This client is used to interact with the **Amazon Inspector** service.
8
 *
9
 * @method \Aws\Result addAttributesToFindings(array $args = [])
10
 * @method \GuzzleHttp\Promise\Promise addAttributesToFindingsAsync(array $args = [])
11
 * @method \Aws\Result createAssessmentTarget(array $args = [])
12
 * @method \GuzzleHttp\Promise\Promise createAssessmentTargetAsync(array $args = [])
13
 * @method \Aws\Result createAssessmentTemplate(array $args = [])
14
 * @method \GuzzleHttp\Promise\Promise createAssessmentTemplateAsync(array $args = [])
15
 * @method \Aws\Result createExclusionsPreview(array $args = [])
16
 * @method \GuzzleHttp\Promise\Promise createExclusionsPreviewAsync(array $args = [])
17
 * @method \Aws\Result createResourceGroup(array $args = [])
18
 * @method \GuzzleHttp\Promise\Promise createResourceGroupAsync(array $args = [])
19
 * @method \Aws\Result deleteAssessmentRun(array $args = [])
20
 * @method \GuzzleHttp\Promise\Promise deleteAssessmentRunAsync(array $args = [])
21
 * @method \Aws\Result deleteAssessmentTarget(array $args = [])
22
 * @method \GuzzleHttp\Promise\Promise deleteAssessmentTargetAsync(array $args = [])
23
 * @method \Aws\Result deleteAssessmentTemplate(array $args = [])
24
 * @method \GuzzleHttp\Promise\Promise deleteAssessmentTemplateAsync(array $args = [])
25
 * @method \Aws\Result describeAssessmentRuns(array $args = [])
26
 * @method \GuzzleHttp\Promise\Promise describeAssessmentRunsAsync(array $args = [])
27
 * @method \Aws\Result describeAssessmentTargets(array $args = [])
28
 * @method \GuzzleHttp\Promise\Promise describeAssessmentTargetsAsync(array $args = [])
29
 * @method \Aws\Result describeAssessmentTemplates(array $args = [])
30
 * @method \GuzzleHttp\Promise\Promise describeAssessmentTemplatesAsync(array $args = [])
31
 * @method \Aws\Result describeCrossAccountAccessRole(array $args = [])
32
 * @method \GuzzleHttp\Promise\Promise describeCrossAccountAccessRoleAsync(array $args = [])
33
 * @method \Aws\Result describeExclusions(array $args = [])
34
 * @method \GuzzleHttp\Promise\Promise describeExclusionsAsync(array $args = [])
35
 * @method \Aws\Result describeFindings(array $args = [])
36
 * @method \GuzzleHttp\Promise\Promise describeFindingsAsync(array $args = [])
37
 * @method \Aws\Result describeResourceGroups(array $args = [])
38
 * @method \GuzzleHttp\Promise\Promise describeResourceGroupsAsync(array $args = [])
39
 * @method \Aws\Result describeRulesPackages(array $args = [])
40
 * @method \GuzzleHttp\Promise\Promise describeRulesPackagesAsync(array $args = [])
41
 * @method \Aws\Result getAssessmentReport(array $args = [])
42
 * @method \GuzzleHttp\Promise\Promise getAssessmentReportAsync(array $args = [])
43
 * @method \Aws\Result getExclusionsPreview(array $args = [])
44
 * @method \GuzzleHttp\Promise\Promise getExclusionsPreviewAsync(array $args = [])
45
 * @method \Aws\Result getTelemetryMetadata(array $args = [])
46
 * @method \GuzzleHttp\Promise\Promise getTelemetryMetadataAsync(array $args = [])
47
 * @method \Aws\Result listAssessmentRunAgents(array $args = [])
48
 * @method \GuzzleHttp\Promise\Promise listAssessmentRunAgentsAsync(array $args = [])
49
 * @method \Aws\Result listAssessmentRuns(array $args = [])
50
 * @method \GuzzleHttp\Promise\Promise listAssessmentRunsAsync(array $args = [])
51
 * @method \Aws\Result listAssessmentTargets(array $args = [])
52
 * @method \GuzzleHttp\Promise\Promise listAssessmentTargetsAsync(array $args = [])
53
 * @method \Aws\Result listAssessmentTemplates(array $args = [])
54
 * @method \GuzzleHttp\Promise\Promise listAssessmentTemplatesAsync(array $args = [])
55
 * @method \Aws\Result listEventSubscriptions(array $args = [])
56
 * @method \GuzzleHttp\Promise\Promise listEventSubscriptionsAsync(array $args = [])
57
 * @method \Aws\Result listExclusions(array $args = [])
58
 * @method \GuzzleHttp\Promise\Promise listExclusionsAsync(array $args = [])
59
 * @method \Aws\Result listFindings(array $args = [])
60
 * @method \GuzzleHttp\Promise\Promise listFindingsAsync(array $args = [])
61
 * @method \Aws\Result listRulesPackages(array $args = [])
62
 * @method \GuzzleHttp\Promise\Promise listRulesPackagesAsync(array $args = [])
63
 * @method \Aws\Result listTagsForResource(array $args = [])
64
 * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
65
 * @method \Aws\Result previewAgents(array $args = [])
66
 * @method \GuzzleHttp\Promise\Promise previewAgentsAsync(array $args = [])
67
 * @method \Aws\Result registerCrossAccountAccessRole(array $args = [])
68
 * @method \GuzzleHttp\Promise\Promise registerCrossAccountAccessRoleAsync(array $args = [])
69
 * @method \Aws\Result removeAttributesFromFindings(array $args = [])
70
 * @method \GuzzleHttp\Promise\Promise removeAttributesFromFindingsAsync(array $args = [])
71
 * @method \Aws\Result setTagsForResource(array $args = [])
72
 * @method \GuzzleHttp\Promise\Promise setTagsForResourceAsync(array $args = [])
73
 * @method \Aws\Result startAssessmentRun(array $args = [])
74
 * @method \GuzzleHttp\Promise\Promise startAssessmentRunAsync(array $args = [])
75
 * @method \Aws\Result stopAssessmentRun(array $args = [])
76
 * @method \GuzzleHttp\Promise\Promise stopAssessmentRunAsync(array $args = [])
77
 * @method \Aws\Result subscribeToEvent(array $args = [])
78
 * @method \GuzzleHttp\Promise\Promise subscribeToEventAsync(array $args = [])
79
 * @method \Aws\Result unsubscribeFromEvent(array $args = [])
80
 * @method \GuzzleHttp\Promise\Promise unsubscribeFromEventAsync(array $args = [])
81
 * @method \Aws\Result updateAssessmentTarget(array $args = [])
82
 * @method \GuzzleHttp\Promise\Promise updateAssessmentTargetAsync(array $args = [])
83
 */
84
class InspectorClient extends AwsClient {}