HealthClient.php 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <?php
  2. namespace Aws\Health;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **AWS Health APIs and Notifications** service.
  6. * @method \Aws\Result describeAffectedAccountsForOrganization(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise describeAffectedAccountsForOrganizationAsync(array $args = [])
  8. * @method \Aws\Result describeAffectedEntities(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise describeAffectedEntitiesAsync(array $args = [])
  10. * @method \Aws\Result describeAffectedEntitiesForOrganization(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise describeAffectedEntitiesForOrganizationAsync(array $args = [])
  12. * @method \Aws\Result describeEntityAggregates(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise describeEntityAggregatesAsync(array $args = [])
  14. * @method \Aws\Result describeEntityAggregatesForOrganization(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise describeEntityAggregatesForOrganizationAsync(array $args = [])
  16. * @method \Aws\Result describeEventAggregates(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise describeEventAggregatesAsync(array $args = [])
  18. * @method \Aws\Result describeEventDetails(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise describeEventDetailsAsync(array $args = [])
  20. * @method \Aws\Result describeEventDetailsForOrganization(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise describeEventDetailsForOrganizationAsync(array $args = [])
  22. * @method \Aws\Result describeEventTypes(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise describeEventTypesAsync(array $args = [])
  24. * @method \Aws\Result describeEvents(array $args = [])
  25. * @method \GuzzleHttp\Promise\Promise describeEventsAsync(array $args = [])
  26. * @method \Aws\Result describeEventsForOrganization(array $args = [])
  27. * @method \GuzzleHttp\Promise\Promise describeEventsForOrganizationAsync(array $args = [])
  28. * @method \Aws\Result describeHealthServiceStatusForOrganization(array $args = [])
  29. * @method \GuzzleHttp\Promise\Promise describeHealthServiceStatusForOrganizationAsync(array $args = [])
  30. * @method \Aws\Result disableHealthServiceAccessForOrganization(array $args = [])
  31. * @method \GuzzleHttp\Promise\Promise disableHealthServiceAccessForOrganizationAsync(array $args = [])
  32. * @method \Aws\Result enableHealthServiceAccessForOrganization(array $args = [])
  33. * @method \GuzzleHttp\Promise\Promise enableHealthServiceAccessForOrganizationAsync(array $args = [])
  34. */
  35. class HealthClient extends AwsClient {}