amazonka-cloudwatch-logs-1.2.0.1: Amazon CloudWatch Logs 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.CloudWatchLogs.DeleteMetricFilter

Contents

Description

Deletes a metric filter associated with the specified log group.

See: AWS API Reference for DeleteMetricFilter.

Synopsis

Creating a Request

deleteMetricFilter Source

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

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

Request Lenses

delLogGroupName :: Lens' DeleteMetricFilter Text Source

The name of the log group that is associated with the metric filter to delete.

delFilterName :: Lens' DeleteMetricFilter Text Source

The name of the metric filter to delete.

Destructuring the Response

deleteMetricFilterResponse :: DeleteMetricFilterResponse Source

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