amazonka-ec2-0.1.2: Amazon Elastic Compute Cloud SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.EC2.ReportInstanceStatus

Contents

Description

Submits feedback about the status of an instance. The instance must be in the running state. If your experience with the instance differs from the instance status returned by DescribeInstanceStatus, use ReportInstanceStatus to report your experience with the instance. Amazon EC2 collects this information to improve the accuracy of status checks.

Use of this action does not change the value returned by DescribeInstanceStatus.

http://docs.aws.amazon.com/AWSEC2/latest/APIReference/ApiReference-query-ReportInstanceStatus.html

Synopsis

Request

Request constructor

Request lenses

risDescription :: Lens' ReportInstanceStatus (Maybe Text) Source

Descriptive text about the health state of your instance.

risEndTime :: Lens' ReportInstanceStatus (Maybe UTCTime) Source

The time at which the reported instance health state ended.

risReasonCodes :: Lens' ReportInstanceStatus [ReportInstanceReasonCodes] Source

One or more reason codes that describes the health state of your instance.

'instance-stuck-in-state': My instance is stuck in a state.

unresponsive: My instance is unresponsive.

'not-accepting-credentials': My instance is not accepting my credentials.

'password-not-available': A password is not available for my instance.

'performance-network': My instance is experiencing performance problems which I believe are network related.

'performance-instance-store': My instance is experiencing performance problems which I believe are related to the instance stores.

'performance-ebs-volume': My instance is experiencing performance problems which I believe are related to an EBS volume.

'performance-other': My instance is experiencing performance problems.

other: [explain using the description parameter]

risStartTime :: Lens' ReportInstanceStatus (Maybe UTCTime) Source

The time at which the reported instance health state began.

risStatus :: Lens' ReportInstanceStatus ReportStatusType Source

The status of all instances listed.

Response

Response constructor