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 |
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.
DeleteLogPattern' | |
|
Instances
:: 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:
$sel:resourceGroupName:DeleteLogPattern'
, deleteLogPattern_resourceGroupName
- The name of the resource group.
$sel:patternSetName:DeleteLogPattern'
, deleteLogPattern_patternSetName
- The name of the log pattern set.
$sel:patternName: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.
DeleteLogPatternResponse' | |
|
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.