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 |
Lists the log pattern sets in the specific application.
Synopsis
- data ListLogPatternSets = ListLogPatternSets' {}
- newListLogPatternSets :: Text -> ListLogPatternSets
- listLogPatternSets_nextToken :: Lens' ListLogPatternSets (Maybe Text)
- listLogPatternSets_maxResults :: Lens' ListLogPatternSets (Maybe Natural)
- listLogPatternSets_resourceGroupName :: Lens' ListLogPatternSets Text
- data ListLogPatternSetsResponse = ListLogPatternSetsResponse' {
- resourceGroupName :: Maybe Text
- nextToken :: Maybe Text
- logPatternSets :: Maybe [Text]
- httpStatus :: Int
- newListLogPatternSetsResponse :: Int -> ListLogPatternSetsResponse
- listLogPatternSetsResponse_resourceGroupName :: Lens' ListLogPatternSetsResponse (Maybe Text)
- listLogPatternSetsResponse_nextToken :: Lens' ListLogPatternSetsResponse (Maybe Text)
- listLogPatternSetsResponse_logPatternSets :: Lens' ListLogPatternSetsResponse (Maybe [Text])
- listLogPatternSetsResponse_httpStatus :: Lens' ListLogPatternSetsResponse Int
Creating a Request
data ListLogPatternSets Source #
See: newListLogPatternSets
smart constructor.
ListLogPatternSets' | |
|
Instances
newListLogPatternSets Source #
Create a value of ListLogPatternSets
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:nextToken:ListLogPatternSets'
, listLogPatternSets_nextToken
- The token to request the next page of results.
$sel:maxResults:ListLogPatternSets'
, listLogPatternSets_maxResults
- The maximum number of results to return in a single call. To retrieve
the remaining results, make another call with the returned NextToken
value.
$sel:resourceGroupName:ListLogPatternSets'
, listLogPatternSets_resourceGroupName
- The name of the resource group.
Request Lenses
listLogPatternSets_nextToken :: Lens' ListLogPatternSets (Maybe Text) Source #
The token to request the next page of results.
listLogPatternSets_maxResults :: Lens' ListLogPatternSets (Maybe Natural) Source #
The maximum number of results to return in a single call. To retrieve
the remaining results, make another call with the returned NextToken
value.
listLogPatternSets_resourceGroupName :: Lens' ListLogPatternSets Text Source #
The name of the resource group.
Destructuring the Response
data ListLogPatternSetsResponse Source #
See: newListLogPatternSetsResponse
smart constructor.
ListLogPatternSetsResponse' | |
|
Instances
newListLogPatternSetsResponse Source #
Create a value of ListLogPatternSetsResponse
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:ListLogPatternSets'
, listLogPatternSetsResponse_resourceGroupName
- The name of the resource group.
$sel:nextToken:ListLogPatternSets'
, listLogPatternSetsResponse_nextToken
- The token used to retrieve the next page of results. This value is
null
when there are no more results to return.
$sel:logPatternSets:ListLogPatternSetsResponse'
, listLogPatternSetsResponse_logPatternSets
- The list of log pattern sets.
$sel:httpStatus:ListLogPatternSetsResponse'
, listLogPatternSetsResponse_httpStatus
- The response's http status code.
Response Lenses
listLogPatternSetsResponse_resourceGroupName :: Lens' ListLogPatternSetsResponse (Maybe Text) Source #
The name of the resource group.
listLogPatternSetsResponse_nextToken :: Lens' ListLogPatternSetsResponse (Maybe Text) Source #
The token used to retrieve the next page of results. This value is
null
when there are no more results to return.
listLogPatternSetsResponse_logPatternSets :: Lens' ListLogPatternSetsResponse (Maybe [Text]) Source #
The list of log pattern sets.
listLogPatternSetsResponse_httpStatus :: Lens' ListLogPatternSetsResponse Int Source #
The response's http status code.