amazonka-cloudwatch-logs-1.3.7: 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.DeleteLogStream

Contents

Description

Deletes a log stream and permanently deletes all the archived log events associated with it.

See: AWS API Reference for DeleteLogStream.

Synopsis

Creating a Request

deleteLogStream Source

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

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

Request Lenses

dlsLogGroupName :: Lens' DeleteLogStream Text Source

The name of the log group under which the log stream to delete belongs.

dlsLogStreamName :: Lens' DeleteLogStream Text Source

The name of the log stream to delete.

Destructuring the Response

deleteLogStreamResponse :: DeleteLogStreamResponse Source

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