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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.EC2.UnmonitorInstances

Contents

Description

Disables monitoring for a running instance. For more information about monitoring instances, see Monitoring Your Instances and Volumes in the AmazonElastic Compute Cloud User Guide for Linux.

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

Synopsis

Request

Request constructor

unmonitorInstances :: UnmonitorInstances Source

UnmonitorInstances constructor.

The fields accessible through corresponding lenses are:

Request lenses

uiInstanceIds :: Lens' UnmonitorInstances [Text] Source

One or more instance IDs.

Response

Response constructor

Response lenses

uirInstanceMonitorings :: Lens' UnmonitorInstancesResponse [InstanceMonitoring] Source

Monitoring information for one or more instances.