Skip to content

Commit

Permalink
AWS Health API high availability endpoint demo code
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmaldon committed Oct 21, 2020
1 parent 9397ee4 commit 2ccf459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion high-availability-endpoint/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This repository contains sample code for using the AWS Health API's high availab

## Background

AWS Health is a RESTful web service that uses HTTPS as a transport and JSON as a message serialization format. Your application code can make requests directly to the AWS Health API. When using the REST API directly, you must write the necessary code to sign and authenticate your requests. For more information, see the [AWS Health API Reference](https://alpha-docs-aws.amazon.com/health/latest/APIReference/).
AWS Health is a RESTful web service that uses HTTPS as a transport and JSON as a message serialization format. Your application code can make requests directly to the AWS Health API. When using the REST API directly, you must write the necessary code to sign and authenticate your requests. For more information, see the [AWS Health API Reference](https://docs.aws.amazon.com/health/latest/APIReference/).

**NOTE**: You must have a Business or Enterprise support plan from [AWS Support](http://aws.amazon.com/premiumsupport/) to use the AWS Health API. If you call the AWS Health API from an AWS account that doesn't have a Business or Enterprise support plan, you receive a ```SubscriptionRequiredException``` error.

Expand Down

0 comments on commit 2ccf459

Please sign in to comment.