Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1441 ariadna 1
<?php
2
namespace Aws\SecurityIR;
3
 
4
use Aws\AwsClient;
5
 
6
/**
7
 * This client is used to interact with the **Security Incident Response** service.
8
 * @method \Aws\Result batchGetMemberAccountDetails(array $args = [])
9
 * @method \GuzzleHttp\Promise\Promise batchGetMemberAccountDetailsAsync(array $args = [])
10
 * @method \Aws\Result cancelMembership(array $args = [])
11
 * @method \GuzzleHttp\Promise\Promise cancelMembershipAsync(array $args = [])
12
 * @method \Aws\Result closeCase(array $args = [])
13
 * @method \GuzzleHttp\Promise\Promise closeCaseAsync(array $args = [])
14
 * @method \Aws\Result createCase(array $args = [])
15
 * @method \GuzzleHttp\Promise\Promise createCaseAsync(array $args = [])
16
 * @method \Aws\Result createCaseComment(array $args = [])
17
 * @method \GuzzleHttp\Promise\Promise createCaseCommentAsync(array $args = [])
18
 * @method \Aws\Result createMembership(array $args = [])
19
 * @method \GuzzleHttp\Promise\Promise createMembershipAsync(array $args = [])
20
 * @method \Aws\Result getCase(array $args = [])
21
 * @method \GuzzleHttp\Promise\Promise getCaseAsync(array $args = [])
22
 * @method \Aws\Result getCaseAttachmentDownloadUrl(array $args = [])
23
 * @method \GuzzleHttp\Promise\Promise getCaseAttachmentDownloadUrlAsync(array $args = [])
24
 * @method \Aws\Result getCaseAttachmentUploadUrl(array $args = [])
25
 * @method \GuzzleHttp\Promise\Promise getCaseAttachmentUploadUrlAsync(array $args = [])
26
 * @method \Aws\Result getMembership(array $args = [])
27
 * @method \GuzzleHttp\Promise\Promise getMembershipAsync(array $args = [])
28
 * @method \Aws\Result listCaseEdits(array $args = [])
29
 * @method \GuzzleHttp\Promise\Promise listCaseEditsAsync(array $args = [])
30
 * @method \Aws\Result listCases(array $args = [])
31
 * @method \GuzzleHttp\Promise\Promise listCasesAsync(array $args = [])
32
 * @method \Aws\Result listComments(array $args = [])
33
 * @method \GuzzleHttp\Promise\Promise listCommentsAsync(array $args = [])
34
 * @method \Aws\Result listMemberships(array $args = [])
35
 * @method \GuzzleHttp\Promise\Promise listMembershipsAsync(array $args = [])
36
 * @method \Aws\Result listTagsForResource(array $args = [])
37
 * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
38
 * @method \Aws\Result tagResource(array $args = [])
39
 * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
40
 * @method \Aws\Result untagResource(array $args = [])
41
 * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
42
 * @method \Aws\Result updateCase(array $args = [])
43
 * @method \GuzzleHttp\Promise\Promise updateCaseAsync(array $args = [])
44
 * @method \Aws\Result updateCaseComment(array $args = [])
45
 * @method \GuzzleHttp\Promise\Promise updateCaseCommentAsync(array $args = [])
46
 * @method \Aws\Result updateCaseStatus(array $args = [])
47
 * @method \GuzzleHttp\Promise\Promise updateCaseStatusAsync(array $args = [])
48
 * @method \Aws\Result updateMembership(array $args = [])
49
 * @method \GuzzleHttp\Promise\Promise updateMembershipAsync(array $args = [])
50
 * @method \Aws\Result updateResolverType(array $args = [])
51
 * @method \GuzzleHttp\Promise\Promise updateResolverTypeAsync(array $args = [])
52
 */
53
class SecurityIRClient extends AwsClient {}