Table of Contents
Health.
Client
¶A low-level client representing AWS Health APIs and Notifications
The Health API provides programmatic access to the Health information that appears in the Personal Health Dashboard. You can use the API operations to get information about events that might affect your Amazon Web Services services and resources.
Note
SubscriptionRequiredException
error.For authentication of requests, Health uses the Signature Version 4 Signing Process.
If your Amazon Web Services account is part of Organizations, you can use the Health organizational view feature. This feature provides a centralized view of Health events across all accounts in your organization. You can aggregate Health events in real time to identify accounts in your organization that are affected by an operational event or get notified of security vulnerabilities. Use the organizational view API operations to enable this feature and return event information. For more information, see Aggregating Health events in the Health User Guide .
Note
When you use the Health API operations to return Health events, see the following recommendations:
DescribeEventsForOrganization
operation to get all events in your organization, you might receive several page results. Specify the nextToken
in the next request to return more results.import boto3
client = boto3.client('health')
These are the available methods:
Paginators are available on a client instance via the get_paginator
method. For more detailed instructions and examples on the usage of paginators, see the paginators user guide.
The available paginators are: