DirectoryServiceClient.php 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. <?php
  2. namespace Aws\DirectoryService;
  3. use Aws\AwsClient;
  4. /**
  5. * AWS Directory Service client
  6. *
  7. * @method \Aws\Result acceptSharedDirectory(array $args = [])
  8. * @method \GuzzleHttp\Promise\Promise acceptSharedDirectoryAsync(array $args = [])
  9. * @method \Aws\Result addIpRoutes(array $args = [])
  10. * @method \GuzzleHttp\Promise\Promise addIpRoutesAsync(array $args = [])
  11. * @method \Aws\Result addRegion(array $args = [])
  12. * @method \GuzzleHttp\Promise\Promise addRegionAsync(array $args = [])
  13. * @method \Aws\Result addTagsToResource(array $args = [])
  14. * @method \GuzzleHttp\Promise\Promise addTagsToResourceAsync(array $args = [])
  15. * @method \Aws\Result cancelSchemaExtension(array $args = [])
  16. * @method \GuzzleHttp\Promise\Promise cancelSchemaExtensionAsync(array $args = [])
  17. * @method \Aws\Result connectDirectory(array $args = [])
  18. * @method \GuzzleHttp\Promise\Promise connectDirectoryAsync(array $args = [])
  19. * @method \Aws\Result createAlias(array $args = [])
  20. * @method \GuzzleHttp\Promise\Promise createAliasAsync(array $args = [])
  21. * @method \Aws\Result createComputer(array $args = [])
  22. * @method \GuzzleHttp\Promise\Promise createComputerAsync(array $args = [])
  23. * @method \Aws\Result createConditionalForwarder(array $args = [])
  24. * @method \GuzzleHttp\Promise\Promise createConditionalForwarderAsync(array $args = [])
  25. * @method \Aws\Result createDirectory(array $args = [])
  26. * @method \GuzzleHttp\Promise\Promise createDirectoryAsync(array $args = [])
  27. * @method \Aws\Result createLogSubscription(array $args = [])
  28. * @method \GuzzleHttp\Promise\Promise createLogSubscriptionAsync(array $args = [])
  29. * @method \Aws\Result createMicrosoftAD(array $args = [])
  30. * @method \GuzzleHttp\Promise\Promise createMicrosoftADAsync(array $args = [])
  31. * @method \Aws\Result createSnapshot(array $args = [])
  32. * @method \GuzzleHttp\Promise\Promise createSnapshotAsync(array $args = [])
  33. * @method \Aws\Result createTrust(array $args = [])
  34. * @method \GuzzleHttp\Promise\Promise createTrustAsync(array $args = [])
  35. * @method \Aws\Result deleteConditionalForwarder(array $args = [])
  36. * @method \GuzzleHttp\Promise\Promise deleteConditionalForwarderAsync(array $args = [])
  37. * @method \Aws\Result deleteDirectory(array $args = [])
  38. * @method \GuzzleHttp\Promise\Promise deleteDirectoryAsync(array $args = [])
  39. * @method \Aws\Result deleteLogSubscription(array $args = [])
  40. * @method \GuzzleHttp\Promise\Promise deleteLogSubscriptionAsync(array $args = [])
  41. * @method \Aws\Result deleteSnapshot(array $args = [])
  42. * @method \GuzzleHttp\Promise\Promise deleteSnapshotAsync(array $args = [])
  43. * @method \Aws\Result deleteTrust(array $args = [])
  44. * @method \GuzzleHttp\Promise\Promise deleteTrustAsync(array $args = [])
  45. * @method \Aws\Result deregisterCertificate(array $args = [])
  46. * @method \GuzzleHttp\Promise\Promise deregisterCertificateAsync(array $args = [])
  47. * @method \Aws\Result deregisterEventTopic(array $args = [])
  48. * @method \GuzzleHttp\Promise\Promise deregisterEventTopicAsync(array $args = [])
  49. * @method \Aws\Result describeCertificate(array $args = [])
  50. * @method \GuzzleHttp\Promise\Promise describeCertificateAsync(array $args = [])
  51. * @method \Aws\Result describeClientAuthenticationSettings(array $args = [])
  52. * @method \GuzzleHttp\Promise\Promise describeClientAuthenticationSettingsAsync(array $args = [])
  53. * @method \Aws\Result describeConditionalForwarders(array $args = [])
  54. * @method \GuzzleHttp\Promise\Promise describeConditionalForwardersAsync(array $args = [])
  55. * @method \Aws\Result describeDirectories(array $args = [])
  56. * @method \GuzzleHttp\Promise\Promise describeDirectoriesAsync(array $args = [])
  57. * @method \Aws\Result describeDomainControllers(array $args = [])
  58. * @method \GuzzleHttp\Promise\Promise describeDomainControllersAsync(array $args = [])
  59. * @method \Aws\Result describeEventTopics(array $args = [])
  60. * @method \GuzzleHttp\Promise\Promise describeEventTopicsAsync(array $args = [])
  61. * @method \Aws\Result describeLDAPSSettings(array $args = [])
  62. * @method \GuzzleHttp\Promise\Promise describeLDAPSSettingsAsync(array $args = [])
  63. * @method \Aws\Result describeRegions(array $args = [])
  64. * @method \GuzzleHttp\Promise\Promise describeRegionsAsync(array $args = [])
  65. * @method \Aws\Result describeSettings(array $args = [])
  66. * @method \GuzzleHttp\Promise\Promise describeSettingsAsync(array $args = [])
  67. * @method \Aws\Result describeSharedDirectories(array $args = [])
  68. * @method \GuzzleHttp\Promise\Promise describeSharedDirectoriesAsync(array $args = [])
  69. * @method \Aws\Result describeSnapshots(array $args = [])
  70. * @method \GuzzleHttp\Promise\Promise describeSnapshotsAsync(array $args = [])
  71. * @method \Aws\Result describeTrusts(array $args = [])
  72. * @method \GuzzleHttp\Promise\Promise describeTrustsAsync(array $args = [])
  73. * @method \Aws\Result describeUpdateDirectory(array $args = [])
  74. * @method \GuzzleHttp\Promise\Promise describeUpdateDirectoryAsync(array $args = [])
  75. * @method \Aws\Result disableClientAuthentication(array $args = [])
  76. * @method \GuzzleHttp\Promise\Promise disableClientAuthenticationAsync(array $args = [])
  77. * @method \Aws\Result disableLDAPS(array $args = [])
  78. * @method \GuzzleHttp\Promise\Promise disableLDAPSAsync(array $args = [])
  79. * @method \Aws\Result disableRadius(array $args = [])
  80. * @method \GuzzleHttp\Promise\Promise disableRadiusAsync(array $args = [])
  81. * @method \Aws\Result disableSso(array $args = [])
  82. * @method \GuzzleHttp\Promise\Promise disableSsoAsync(array $args = [])
  83. * @method \Aws\Result enableClientAuthentication(array $args = [])
  84. * @method \GuzzleHttp\Promise\Promise enableClientAuthenticationAsync(array $args = [])
  85. * @method \Aws\Result enableLDAPS(array $args = [])
  86. * @method \GuzzleHttp\Promise\Promise enableLDAPSAsync(array $args = [])
  87. * @method \Aws\Result enableRadius(array $args = [])
  88. * @method \GuzzleHttp\Promise\Promise enableRadiusAsync(array $args = [])
  89. * @method \Aws\Result enableSso(array $args = [])
  90. * @method \GuzzleHttp\Promise\Promise enableSsoAsync(array $args = [])
  91. * @method \Aws\Result getDirectoryLimits(array $args = [])
  92. * @method \GuzzleHttp\Promise\Promise getDirectoryLimitsAsync(array $args = [])
  93. * @method \Aws\Result getSnapshotLimits(array $args = [])
  94. * @method \GuzzleHttp\Promise\Promise getSnapshotLimitsAsync(array $args = [])
  95. * @method \Aws\Result listCertificates(array $args = [])
  96. * @method \GuzzleHttp\Promise\Promise listCertificatesAsync(array $args = [])
  97. * @method \Aws\Result listIpRoutes(array $args = [])
  98. * @method \GuzzleHttp\Promise\Promise listIpRoutesAsync(array $args = [])
  99. * @method \Aws\Result listLogSubscriptions(array $args = [])
  100. * @method \GuzzleHttp\Promise\Promise listLogSubscriptionsAsync(array $args = [])
  101. * @method \Aws\Result listSchemaExtensions(array $args = [])
  102. * @method \GuzzleHttp\Promise\Promise listSchemaExtensionsAsync(array $args = [])
  103. * @method \Aws\Result listTagsForResource(array $args = [])
  104. * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
  105. * @method \Aws\Result registerCertificate(array $args = [])
  106. * @method \GuzzleHttp\Promise\Promise registerCertificateAsync(array $args = [])
  107. * @method \Aws\Result registerEventTopic(array $args = [])
  108. * @method \GuzzleHttp\Promise\Promise registerEventTopicAsync(array $args = [])
  109. * @method \Aws\Result rejectSharedDirectory(array $args = [])
  110. * @method \GuzzleHttp\Promise\Promise rejectSharedDirectoryAsync(array $args = [])
  111. * @method \Aws\Result removeIpRoutes(array $args = [])
  112. * @method \GuzzleHttp\Promise\Promise removeIpRoutesAsync(array $args = [])
  113. * @method \Aws\Result removeRegion(array $args = [])
  114. * @method \GuzzleHttp\Promise\Promise removeRegionAsync(array $args = [])
  115. * @method \Aws\Result removeTagsFromResource(array $args = [])
  116. * @method \GuzzleHttp\Promise\Promise removeTagsFromResourceAsync(array $args = [])
  117. * @method \Aws\Result resetUserPassword(array $args = [])
  118. * @method \GuzzleHttp\Promise\Promise resetUserPasswordAsync(array $args = [])
  119. * @method \Aws\Result restoreFromSnapshot(array $args = [])
  120. * @method \GuzzleHttp\Promise\Promise restoreFromSnapshotAsync(array $args = [])
  121. * @method \Aws\Result shareDirectory(array $args = [])
  122. * @method \GuzzleHttp\Promise\Promise shareDirectoryAsync(array $args = [])
  123. * @method \Aws\Result startSchemaExtension(array $args = [])
  124. * @method \GuzzleHttp\Promise\Promise startSchemaExtensionAsync(array $args = [])
  125. * @method \Aws\Result unshareDirectory(array $args = [])
  126. * @method \GuzzleHttp\Promise\Promise unshareDirectoryAsync(array $args = [])
  127. * @method \Aws\Result updateConditionalForwarder(array $args = [])
  128. * @method \GuzzleHttp\Promise\Promise updateConditionalForwarderAsync(array $args = [])
  129. * @method \Aws\Result updateDirectorySetup(array $args = [])
  130. * @method \GuzzleHttp\Promise\Promise updateDirectorySetupAsync(array $args = [])
  131. * @method \Aws\Result updateNumberOfDomainControllers(array $args = [])
  132. * @method \GuzzleHttp\Promise\Promise updateNumberOfDomainControllersAsync(array $args = [])
  133. * @method \Aws\Result updateRadius(array $args = [])
  134. * @method \GuzzleHttp\Promise\Promise updateRadiusAsync(array $args = [])
  135. * @method \Aws\Result updateSettings(array $args = [])
  136. * @method \GuzzleHttp\Promise\Promise updateSettingsAsync(array $args = [])
  137. * @method \Aws\Result updateTrust(array $args = [])
  138. * @method \GuzzleHttp\Promise\Promise updateTrustAsync(array $args = [])
  139. * @method \Aws\Result verifyTrust(array $args = [])
  140. * @method \GuzzleHttp\Promise\Promise verifyTrustAsync(array $args = [])
  141. */
  142. class DirectoryServiceClient extends AwsClient {}