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