| 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.DeleteMetricFilter
Description
Deletes the specified metric filter.
Creating a Request
Arguments
| :: Text | |
| -> Text | |
| -> DeleteMetricFilter |
Creates a value of DeleteMetricFilter with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
delLogGroupName- The name of the log group.delFilterName- The name of the metric filter.
data DeleteMetricFilter Source #
See: deleteMetricFilter smart constructor.
Instances
Request Lenses
delLogGroupName :: Lens' DeleteMetricFilter Text Source #
The name of the log group.
delFilterName :: Lens' DeleteMetricFilter Text Source #
The name of the metric filter.
Destructuring the Response
deleteMetricFilterResponse :: DeleteMetricFilterResponse Source #
Creates a value of DeleteMetricFilterResponse with the minimum fields required to make a request.
data DeleteMetricFilterResponse Source #
See: deleteMetricFilterResponse smart constructor.