PluginProbe ʕ •ᴥ•ʔ
Transferito: WP Migration / trunk
Transferito: WP Migration vtrunk
trunk 11.4.0 12.0.0 13.1.0 14.0.0 14.0.11 14.0.7 14.1.0 14.1.1 14.1.2 14.1.3 14.1.4
transferito / vendor / aws / aws-sdk-php / src / Health / HealthClient.php
transferito / vendor / aws / aws-sdk-php / src / Health Last commit date
Exception 11 months ago HealthClient.php 11 months ago
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