amazonka-autoscaling-1.2.0: Amazon Auto Scaling 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.AutoScaling.DisableMetricsCollection

Contents

Description

Disables monitoring of the specified metrics for the specified Auto Scaling group.

See: AWS API Reference for DisableMetricsCollection.

Synopsis

Creating a Request

disableMetricsCollection Source

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

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

Request Lenses

dmcMetrics :: Lens' DisableMetricsCollection [Text] Source

One or more metrics. If you omit this parameter, all metrics are disabled.

  • GroupMinSize
  • GroupMaxSize
  • GroupDesiredCapacity
  • GroupInServiceInstances
  • GroupPendingInstances
  • GroupStandbyInstances
  • GroupTerminatingInstances
  • GroupTotalInstances

dmcAutoScalingGroupName :: Lens' DisableMetricsCollection Text Source

The name or Amazon Resource Name (ARN) of the group.

Destructuring the Response

disableMetricsCollectionResponse :: DisableMetricsCollectionResponse Source

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