amazonka-cloudwatch-logs-1.3.3.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.DeleteSubscriptionFilter

Contents

Description

Deletes a subscription filter associated with the specified log group.

See: AWS API Reference for DeleteSubscriptionFilter.

Synopsis

Creating a Request

deleteSubscriptionFilter Source

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

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

Request Lenses

dLogGroupName :: Lens' DeleteSubscriptionFilter Text Source

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

dFilterName :: Lens' DeleteSubscriptionFilter Text Source

The name of the subscription filter to delete.

Destructuring the Response

deleteSubscriptionFilterResponse :: DeleteSubscriptionFilterResponse Source

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