Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
<?php
2
namespace Aws\Organizations;
3
 
4
use Aws\AwsClient;
5
 
6
/**
7
 * This client is used to interact with the **AWS Organizations** service.
8
 * @method \Aws\Result acceptHandshake(array $args = [])
9
 * @method \GuzzleHttp\Promise\Promise acceptHandshakeAsync(array $args = [])
10
 * @method \Aws\Result attachPolicy(array $args = [])
11
 * @method \GuzzleHttp\Promise\Promise attachPolicyAsync(array $args = [])
12
 * @method \Aws\Result cancelHandshake(array $args = [])
13
 * @method \GuzzleHttp\Promise\Promise cancelHandshakeAsync(array $args = [])
14
 * @method \Aws\Result closeAccount(array $args = [])
15
 * @method \GuzzleHttp\Promise\Promise closeAccountAsync(array $args = [])
16
 * @method \Aws\Result createAccount(array $args = [])
17
 * @method \GuzzleHttp\Promise\Promise createAccountAsync(array $args = [])
18
 * @method \Aws\Result createGovCloudAccount(array $args = [])
19
 * @method \GuzzleHttp\Promise\Promise createGovCloudAccountAsync(array $args = [])
20
 * @method \Aws\Result createOrganization(array $args = [])
21
 * @method \GuzzleHttp\Promise\Promise createOrganizationAsync(array $args = [])
22
 * @method \Aws\Result createOrganizationalUnit(array $args = [])
23
 * @method \GuzzleHttp\Promise\Promise createOrganizationalUnitAsync(array $args = [])
24
 * @method \Aws\Result createPolicy(array $args = [])
25
 * @method \GuzzleHttp\Promise\Promise createPolicyAsync(array $args = [])
26
 * @method \Aws\Result declineHandshake(array $args = [])
27
 * @method \GuzzleHttp\Promise\Promise declineHandshakeAsync(array $args = [])
28
 * @method \Aws\Result deleteOrganization(array $args = [])
29
 * @method \GuzzleHttp\Promise\Promise deleteOrganizationAsync(array $args = [])
30
 * @method \Aws\Result deleteOrganizationalUnit(array $args = [])
31
 * @method \GuzzleHttp\Promise\Promise deleteOrganizationalUnitAsync(array $args = [])
32
 * @method \Aws\Result deletePolicy(array $args = [])
33
 * @method \GuzzleHttp\Promise\Promise deletePolicyAsync(array $args = [])
34
 * @method \Aws\Result deleteResourcePolicy(array $args = [])
35
 * @method \GuzzleHttp\Promise\Promise deleteResourcePolicyAsync(array $args = [])
36
 * @method \Aws\Result deregisterDelegatedAdministrator(array $args = [])
37
 * @method \GuzzleHttp\Promise\Promise deregisterDelegatedAdministratorAsync(array $args = [])
38
 * @method \Aws\Result describeAccount(array $args = [])
39
 * @method \GuzzleHttp\Promise\Promise describeAccountAsync(array $args = [])
40
 * @method \Aws\Result describeCreateAccountStatus(array $args = [])
41
 * @method \GuzzleHttp\Promise\Promise describeCreateAccountStatusAsync(array $args = [])
42
 * @method \Aws\Result describeEffectivePolicy(array $args = [])
43
 * @method \GuzzleHttp\Promise\Promise describeEffectivePolicyAsync(array $args = [])
44
 * @method \Aws\Result describeHandshake(array $args = [])
45
 * @method \GuzzleHttp\Promise\Promise describeHandshakeAsync(array $args = [])
46
 * @method \Aws\Result describeOrganization(array $args = [])
47
 * @method \GuzzleHttp\Promise\Promise describeOrganizationAsync(array $args = [])
48
 * @method \Aws\Result describeOrganizationalUnit(array $args = [])
49
 * @method \GuzzleHttp\Promise\Promise describeOrganizationalUnitAsync(array $args = [])
50
 * @method \Aws\Result describePolicy(array $args = [])
51
 * @method \GuzzleHttp\Promise\Promise describePolicyAsync(array $args = [])
52
 * @method \Aws\Result describeResourcePolicy(array $args = [])
53
 * @method \GuzzleHttp\Promise\Promise describeResourcePolicyAsync(array $args = [])
54
 * @method \Aws\Result detachPolicy(array $args = [])
55
 * @method \GuzzleHttp\Promise\Promise detachPolicyAsync(array $args = [])
56
 * @method \Aws\Result disableAWSServiceAccess(array $args = [])
57
 * @method \GuzzleHttp\Promise\Promise disableAWSServiceAccessAsync(array $args = [])
58
 * @method \Aws\Result disablePolicyType(array $args = [])
59
 * @method \GuzzleHttp\Promise\Promise disablePolicyTypeAsync(array $args = [])
60
 * @method \Aws\Result enableAWSServiceAccess(array $args = [])
61
 * @method \GuzzleHttp\Promise\Promise enableAWSServiceAccessAsync(array $args = [])
62
 * @method \Aws\Result enableAllFeatures(array $args = [])
63
 * @method \GuzzleHttp\Promise\Promise enableAllFeaturesAsync(array $args = [])
64
 * @method \Aws\Result enablePolicyType(array $args = [])
65
 * @method \GuzzleHttp\Promise\Promise enablePolicyTypeAsync(array $args = [])
66
 * @method \Aws\Result inviteAccountToOrganization(array $args = [])
67
 * @method \GuzzleHttp\Promise\Promise inviteAccountToOrganizationAsync(array $args = [])
68
 * @method \Aws\Result leaveOrganization(array $args = [])
69
 * @method \GuzzleHttp\Promise\Promise leaveOrganizationAsync(array $args = [])
70
 * @method \Aws\Result listAWSServiceAccessForOrganization(array $args = [])
71
 * @method \GuzzleHttp\Promise\Promise listAWSServiceAccessForOrganizationAsync(array $args = [])
72
 * @method \Aws\Result listAccounts(array $args = [])
73
 * @method \GuzzleHttp\Promise\Promise listAccountsAsync(array $args = [])
74
 * @method \Aws\Result listAccountsForParent(array $args = [])
75
 * @method \GuzzleHttp\Promise\Promise listAccountsForParentAsync(array $args = [])
76
 * @method \Aws\Result listChildren(array $args = [])
77
 * @method \GuzzleHttp\Promise\Promise listChildrenAsync(array $args = [])
78
 * @method \Aws\Result listCreateAccountStatus(array $args = [])
79
 * @method \GuzzleHttp\Promise\Promise listCreateAccountStatusAsync(array $args = [])
80
 * @method \Aws\Result listDelegatedAdministrators(array $args = [])
81
 * @method \GuzzleHttp\Promise\Promise listDelegatedAdministratorsAsync(array $args = [])
82
 * @method \Aws\Result listDelegatedServicesForAccount(array $args = [])
83
 * @method \GuzzleHttp\Promise\Promise listDelegatedServicesForAccountAsync(array $args = [])
84
 * @method \Aws\Result listHandshakesForAccount(array $args = [])
85
 * @method \GuzzleHttp\Promise\Promise listHandshakesForAccountAsync(array $args = [])
86
 * @method \Aws\Result listHandshakesForOrganization(array $args = [])
87
 * @method \GuzzleHttp\Promise\Promise listHandshakesForOrganizationAsync(array $args = [])
88
 * @method \Aws\Result listOrganizationalUnitsForParent(array $args = [])
89
 * @method \GuzzleHttp\Promise\Promise listOrganizationalUnitsForParentAsync(array $args = [])
90
 * @method \Aws\Result listParents(array $args = [])
91
 * @method \GuzzleHttp\Promise\Promise listParentsAsync(array $args = [])
92
 * @method \Aws\Result listPolicies(array $args = [])
93
 * @method \GuzzleHttp\Promise\Promise listPoliciesAsync(array $args = [])
94
 * @method \Aws\Result listPoliciesForTarget(array $args = [])
95
 * @method \GuzzleHttp\Promise\Promise listPoliciesForTargetAsync(array $args = [])
96
 * @method \Aws\Result listRoots(array $args = [])
97
 * @method \GuzzleHttp\Promise\Promise listRootsAsync(array $args = [])
98
 * @method \Aws\Result listTagsForResource(array $args = [])
99
 * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
100
 * @method \Aws\Result listTargetsForPolicy(array $args = [])
101
 * @method \GuzzleHttp\Promise\Promise listTargetsForPolicyAsync(array $args = [])
102
 * @method \Aws\Result moveAccount(array $args = [])
103
 * @method \GuzzleHttp\Promise\Promise moveAccountAsync(array $args = [])
104
 * @method \Aws\Result putResourcePolicy(array $args = [])
105
 * @method \GuzzleHttp\Promise\Promise putResourcePolicyAsync(array $args = [])
106
 * @method \Aws\Result registerDelegatedAdministrator(array $args = [])
107
 * @method \GuzzleHttp\Promise\Promise registerDelegatedAdministratorAsync(array $args = [])
108
 * @method \Aws\Result removeAccountFromOrganization(array $args = [])
109
 * @method \GuzzleHttp\Promise\Promise removeAccountFromOrganizationAsync(array $args = [])
110
 * @method \Aws\Result tagResource(array $args = [])
111
 * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
112
 * @method \Aws\Result untagResource(array $args = [])
113
 * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
114
 * @method \Aws\Result updateOrganizationalUnit(array $args = [])
115
 * @method \GuzzleHttp\Promise\Promise updateOrganizationalUnitAsync(array $args = [])
116
 * @method \Aws\Result updatePolicy(array $args = [])
117
 * @method \GuzzleHttp\Promise\Promise updatePolicyAsync(array $args = [])
118
 */
119
class OrganizationsClient extends AwsClient {}