Copyright | (c) 2013-2021 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 |
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.
DeleteLogGroup' | |
|
Instances
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:
$sel:logGroupName: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.
Instances
Eq DeleteLogGroupResponse Source # | |
Defined in Amazonka.CloudWatchLogs.DeleteLogGroup | |
Read DeleteLogGroupResponse Source # | |
Show DeleteLogGroupResponse Source # | |
Defined in Amazonka.CloudWatchLogs.DeleteLogGroup showsPrec :: Int -> DeleteLogGroupResponse -> ShowS # show :: DeleteLogGroupResponse -> String # showList :: [DeleteLogGroupResponse] -> ShowS # | |
Generic DeleteLogGroupResponse Source # | |
Defined in Amazonka.CloudWatchLogs.DeleteLogGroup type Rep DeleteLogGroupResponse :: Type -> Type # | |
NFData DeleteLogGroupResponse Source # | |
Defined in Amazonka.CloudWatchLogs.DeleteLogGroup rnf :: DeleteLogGroupResponse -> () # | |
type Rep DeleteLogGroupResponse Source # | |
Defined in Amazonka.CloudWatchLogs.DeleteLogGroup |
newDeleteLogGroupResponse :: DeleteLogGroupResponse Source #
Create a value of DeleteLogGroupResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.