Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1441 ariadna 1
<?php
2
namespace Aws\DirectoryServiceData;
3
 
4
use Aws\AwsClient;
5
 
6
/**
7
 * This client is used to interact with the **AWS Directory Service Data** service.
8
 * @method \Aws\Result addGroupMember(array $args = [])
9
 * @method \GuzzleHttp\Promise\Promise addGroupMemberAsync(array $args = [])
10
 * @method \Aws\Result createGroup(array $args = [])
11
 * @method \GuzzleHttp\Promise\Promise createGroupAsync(array $args = [])
12
 * @method \Aws\Result createUser(array $args = [])
13
 * @method \GuzzleHttp\Promise\Promise createUserAsync(array $args = [])
14
 * @method \Aws\Result deleteGroup(array $args = [])
15
 * @method \GuzzleHttp\Promise\Promise deleteGroupAsync(array $args = [])
16
 * @method \Aws\Result deleteUser(array $args = [])
17
 * @method \GuzzleHttp\Promise\Promise deleteUserAsync(array $args = [])
18
 * @method \Aws\Result describeGroup(array $args = [])
19
 * @method \GuzzleHttp\Promise\Promise describeGroupAsync(array $args = [])
20
 * @method \Aws\Result describeUser(array $args = [])
21
 * @method \GuzzleHttp\Promise\Promise describeUserAsync(array $args = [])
22
 * @method \Aws\Result disableUser(array $args = [])
23
 * @method \GuzzleHttp\Promise\Promise disableUserAsync(array $args = [])
24
 * @method \Aws\Result listGroupMembers(array $args = [])
25
 * @method \GuzzleHttp\Promise\Promise listGroupMembersAsync(array $args = [])
26
 * @method \Aws\Result listGroups(array $args = [])
27
 * @method \GuzzleHttp\Promise\Promise listGroupsAsync(array $args = [])
28
 * @method \Aws\Result listGroupsForMember(array $args = [])
29
 * @method \GuzzleHttp\Promise\Promise listGroupsForMemberAsync(array $args = [])
30
 * @method \Aws\Result listUsers(array $args = [])
31
 * @method \GuzzleHttp\Promise\Promise listUsersAsync(array $args = [])
32
 * @method \Aws\Result removeGroupMember(array $args = [])
33
 * @method \GuzzleHttp\Promise\Promise removeGroupMemberAsync(array $args = [])
34
 * @method \Aws\Result searchGroups(array $args = [])
35
 * @method \GuzzleHttp\Promise\Promise searchGroupsAsync(array $args = [])
36
 * @method \Aws\Result searchUsers(array $args = [])
37
 * @method \GuzzleHttp\Promise\Promise searchUsersAsync(array $args = [])
38
 * @method \Aws\Result updateGroup(array $args = [])
39
 * @method \GuzzleHttp\Promise\Promise updateGroupAsync(array $args = [])
40
 * @method \Aws\Result updateUser(array $args = [])
41
 * @method \GuzzleHttp\Promise\Promise updateUserAsync(array $args = [])
42
 */
43
class DirectoryServiceDataClient extends AwsClient {}