| 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.ApplicationInsights.DeleteLogPattern
Description
Removes the specified log pattern from a LogPatternSet.
Synopsis
- data DeleteLogPattern = DeleteLogPattern' {}
- newDeleteLogPattern :: Text -> Text -> Text -> DeleteLogPattern
- deleteLogPattern_resourceGroupName :: Lens' DeleteLogPattern Text
- deleteLogPattern_patternSetName :: Lens' DeleteLogPattern Text
- deleteLogPattern_patternName :: Lens' DeleteLogPattern Text
- data DeleteLogPatternResponse = DeleteLogPatternResponse' {
- httpStatus :: Int
- newDeleteLogPatternResponse :: Int -> DeleteLogPatternResponse
- deleteLogPatternResponse_httpStatus :: Lens' DeleteLogPatternResponse Int
Creating a Request
data DeleteLogPattern Source #
See: newDeleteLogPattern smart constructor.
Constructors
| DeleteLogPattern' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> DeleteLogPattern |
Create a value of DeleteLogPattern 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:
DeleteLogPattern, deleteLogPattern_resourceGroupName - The name of the resource group.
DeleteLogPattern, deleteLogPattern_patternSetName - The name of the log pattern set.
DeleteLogPattern, deleteLogPattern_patternName - The name of the log pattern.
Request Lenses
deleteLogPattern_resourceGroupName :: Lens' DeleteLogPattern Text Source #
The name of the resource group.
deleteLogPattern_patternSetName :: Lens' DeleteLogPattern Text Source #
The name of the log pattern set.
deleteLogPattern_patternName :: Lens' DeleteLogPattern Text Source #
The name of the log pattern.
Destructuring the Response
data DeleteLogPatternResponse Source #
See: newDeleteLogPatternResponse smart constructor.
Constructors
| DeleteLogPatternResponse' | |
Fields
| |
Instances
newDeleteLogPatternResponse Source #
Create a value of DeleteLogPatternResponse 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:httpStatus:DeleteLogPatternResponse', deleteLogPatternResponse_httpStatus - The response's http status code.
Response Lenses
deleteLogPatternResponse_httpStatus :: Lens' DeleteLogPatternResponse Int Source #
The response's http status code.