OrganizationsClient.php 7.9 KB

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