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

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
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 Amazon Elastic Compute Cloud User Guide.

See: AWS API Reference for UnmonitorInstances.

Synopsis

Creating a Request

unmonitorInstances :: UnmonitorInstances Source

Creates a value of UnmonitorInstances with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

uiDryRun :: Lens' UnmonitorInstances (Maybe Bool) Source

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

uiInstanceIds :: Lens' UnmonitorInstances [Text] Source

One or more instance IDs.

Destructuring the Response

unmonitorInstancesResponse Source

Creates a value of UnmonitorInstancesResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

uirsInstanceMonitorings :: Lens' UnmonitorInstancesResponse [InstanceMonitoring] Source

Monitoring information for one or more instances.