| Copyright | (c) 2013-2018 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.CloudWatchLogs.DeleteLogStream
Description
Deletes the specified log stream and permanently deletes all the archived log events associated with the log stream.
Creating a Request
Arguments
| :: Text | |
| -> Text | |
| -> DeleteLogStream |
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:
dlsLogGroupName- The name of the log group.dlsLogStreamName- The name of the log stream.
data DeleteLogStream Source #
See: deleteLogStream smart constructor.
Instances
Request Lenses
dlsLogGroupName :: Lens' DeleteLogStream Text Source #
The name of the log group.
dlsLogStreamName :: Lens' DeleteLogStream Text Source #
The name of the log stream.
Destructuring the Response
deleteLogStreamResponse :: DeleteLogStreamResponse Source #
Creates a value of DeleteLogStreamResponse with the minimum fields required to make a request.
data DeleteLogStreamResponse Source #
See: deleteLogStreamResponse smart constructor.