PcaConnectorAdClient.php 3.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <?php
  2. namespace Aws\PcaConnectorAd;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **PcaConnectorAd** service.
  6. * @method \Aws\Result createConnector(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise createConnectorAsync(array $args = [])
  8. * @method \Aws\Result createDirectoryRegistration(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise createDirectoryRegistrationAsync(array $args = [])
  10. * @method \Aws\Result createServicePrincipalName(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise createServicePrincipalNameAsync(array $args = [])
  12. * @method \Aws\Result createTemplate(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise createTemplateAsync(array $args = [])
  14. * @method \Aws\Result createTemplateGroupAccessControlEntry(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise createTemplateGroupAccessControlEntryAsync(array $args = [])
  16. * @method \Aws\Result deleteConnector(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise deleteConnectorAsync(array $args = [])
  18. * @method \Aws\Result deleteDirectoryRegistration(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise deleteDirectoryRegistrationAsync(array $args = [])
  20. * @method \Aws\Result deleteServicePrincipalName(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise deleteServicePrincipalNameAsync(array $args = [])
  22. * @method \Aws\Result deleteTemplate(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise deleteTemplateAsync(array $args = [])
  24. * @method \Aws\Result deleteTemplateGroupAccessControlEntry(array $args = [])
  25. * @method \GuzzleHttp\Promise\Promise deleteTemplateGroupAccessControlEntryAsync(array $args = [])
  26. * @method \Aws\Result getConnector(array $args = [])
  27. * @method \GuzzleHttp\Promise\Promise getConnectorAsync(array $args = [])
  28. * @method \Aws\Result getDirectoryRegistration(array $args = [])
  29. * @method \GuzzleHttp\Promise\Promise getDirectoryRegistrationAsync(array $args = [])
  30. * @method \Aws\Result getServicePrincipalName(array $args = [])
  31. * @method \GuzzleHttp\Promise\Promise getServicePrincipalNameAsync(array $args = [])
  32. * @method \Aws\Result getTemplate(array $args = [])
  33. * @method \GuzzleHttp\Promise\Promise getTemplateAsync(array $args = [])
  34. * @method \Aws\Result getTemplateGroupAccessControlEntry(array $args = [])
  35. * @method \GuzzleHttp\Promise\Promise getTemplateGroupAccessControlEntryAsync(array $args = [])
  36. * @method \Aws\Result listConnectors(array $args = [])
  37. * @method \GuzzleHttp\Promise\Promise listConnectorsAsync(array $args = [])
  38. * @method \Aws\Result listDirectoryRegistrations(array $args = [])
  39. * @method \GuzzleHttp\Promise\Promise listDirectoryRegistrationsAsync(array $args = [])
  40. * @method \Aws\Result listServicePrincipalNames(array $args = [])
  41. * @method \GuzzleHttp\Promise\Promise listServicePrincipalNamesAsync(array $args = [])
  42. * @method \Aws\Result listTagsForResource(array $args = [])
  43. * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
  44. * @method \Aws\Result listTemplateGroupAccessControlEntries(array $args = [])
  45. * @method \GuzzleHttp\Promise\Promise listTemplateGroupAccessControlEntriesAsync(array $args = [])
  46. * @method \Aws\Result listTemplates(array $args = [])
  47. * @method \GuzzleHttp\Promise\Promise listTemplatesAsync(array $args = [])
  48. * @method \Aws\Result tagResource(array $args = [])
  49. * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
  50. * @method \Aws\Result untagResource(array $args = [])
  51. * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
  52. * @method \Aws\Result updateTemplate(array $args = [])
  53. * @method \GuzzleHttp\Promise\Promise updateTemplateAsync(array $args = [])
  54. * @method \Aws\Result updateTemplateGroupAccessControlEntry(array $args = [])
  55. * @method \GuzzleHttp\Promise\Promise updateTemplateGroupAccessControlEntryAsync(array $args = [])
  56. */
  57. class PcaConnectorAdClient extends AwsClient {}