Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
<?php
2
namespace Aws\Macie;
3
 
4
use Aws\AwsClient;
5
 
6
/**
7
 * This client is used to interact with the **Amazon Macie** service.
8
 * @method \Aws\Result associateMemberAccount(array $args = [])
9
 * @method \GuzzleHttp\Promise\Promise associateMemberAccountAsync(array $args = [])
10
 * @method \Aws\Result associateS3Resources(array $args = [])
11
 * @method \GuzzleHttp\Promise\Promise associateS3ResourcesAsync(array $args = [])
12
 * @method \Aws\Result disassociateMemberAccount(array $args = [])
13
 * @method \GuzzleHttp\Promise\Promise disassociateMemberAccountAsync(array $args = [])
14
 * @method \Aws\Result disassociateS3Resources(array $args = [])
15
 * @method \GuzzleHttp\Promise\Promise disassociateS3ResourcesAsync(array $args = [])
16
 * @method \Aws\Result listMemberAccounts(array $args = [])
17
 * @method \GuzzleHttp\Promise\Promise listMemberAccountsAsync(array $args = [])
18
 * @method \Aws\Result listS3Resources(array $args = [])
19
 * @method \GuzzleHttp\Promise\Promise listS3ResourcesAsync(array $args = [])
20
 * @method \Aws\Result updateS3Resources(array $args = [])
21
 * @method \GuzzleHttp\Promise\Promise updateS3ResourcesAsync(array $args = [])
22
 */
23
class MacieClient extends AwsClient {}