| 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.DeleteLogGroup
Description
Deletes the specified log group and permanently deletes all the archived log events associated with the log group.
Creating a Request
Arguments
| :: Text | |
| -> DeleteLogGroup |
Creates a value of DeleteLogGroup with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dlgLogGroupName- The name of the log group.
data DeleteLogGroup Source #
See: deleteLogGroup smart constructor.
Instances
Request Lenses
dlgLogGroupName :: Lens' DeleteLogGroup Text Source #
The name of the log group.
Destructuring the Response
deleteLogGroupResponse :: DeleteLogGroupResponse Source #
Creates a value of DeleteLogGroupResponse with the minimum fields required to make a request.
data DeleteLogGroupResponse Source #
See: deleteLogGroupResponse smart constructor.