| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CloudWatchLogs.DeleteLogGroup
Description
Deletes the specified log group and permanently deletes all the archived log events associated with the log group.
Creating a Request
data DeleteLogGroup Source #
See: newDeleteLogGroup smart constructor.
Constructors
| DeleteLogGroup' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> DeleteLogGroup |
Create a value of DeleteLogGroup with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
DeleteLogGroup, deleteLogGroup_logGroupName - The name of the log group.
Request Lenses
deleteLogGroup_logGroupName :: Lens' DeleteLogGroup Text Source #
The name of the log group.
Destructuring the Response
data DeleteLogGroupResponse Source #
See: newDeleteLogGroupResponse smart constructor.
Constructors
| DeleteLogGroupResponse' | |
Instances
newDeleteLogGroupResponse :: DeleteLogGroupResponse Source #
Create a value of DeleteLogGroupResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.