| 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.ListLogPatternSets
Description
Lists the log pattern sets in the specific application.
Synopsis
- data ListLogPatternSets = ListLogPatternSets' {}
- newListLogPatternSets :: Text -> ListLogPatternSets
- listLogPatternSets_maxResults :: Lens' ListLogPatternSets (Maybe Natural)
- listLogPatternSets_nextToken :: Lens' ListLogPatternSets (Maybe Text)
- listLogPatternSets_resourceGroupName :: Lens' ListLogPatternSets Text
- data ListLogPatternSetsResponse = ListLogPatternSetsResponse' {
- logPatternSets :: Maybe [Text]
- nextToken :: Maybe Text
- resourceGroupName :: Maybe Text
- httpStatus :: Int
- newListLogPatternSetsResponse :: Int -> ListLogPatternSetsResponse
- listLogPatternSetsResponse_logPatternSets :: Lens' ListLogPatternSetsResponse (Maybe [Text])
- listLogPatternSetsResponse_nextToken :: Lens' ListLogPatternSetsResponse (Maybe Text)
- listLogPatternSetsResponse_resourceGroupName :: Lens' ListLogPatternSetsResponse (Maybe Text)
- listLogPatternSetsResponse_httpStatus :: Lens' ListLogPatternSetsResponse Int
Creating a Request
data ListLogPatternSets Source #
See: newListLogPatternSets smart constructor.
Constructors
| ListLogPatternSets' | |
Fields
| |
Instances
newListLogPatternSets Source #
Arguments
| :: Text | |
| -> ListLogPatternSets |
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: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.
ListLogPatternSets, listLogPatternSets_nextToken - The token to request the next page of results.
ListLogPatternSets, listLogPatternSets_resourceGroupName - The name of the resource group.
Request Lenses
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_nextToken :: Lens' ListLogPatternSets (Maybe Text) Source #
The token to request the next page of results.
listLogPatternSets_resourceGroupName :: Lens' ListLogPatternSets Text Source #
The name of the resource group.
Destructuring the Response
data ListLogPatternSetsResponse Source #
See: newListLogPatternSetsResponse smart constructor.
Constructors
| ListLogPatternSetsResponse' | |
Fields
| |
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:logPatternSets:ListLogPatternSetsResponse', listLogPatternSetsResponse_logPatternSets - The list of log pattern sets.
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.
ListLogPatternSets, listLogPatternSetsResponse_resourceGroupName - The name of the resource group.
$sel:httpStatus:ListLogPatternSetsResponse', listLogPatternSetsResponse_httpStatus - The response's http status code.
Response Lenses
listLogPatternSetsResponse_logPatternSets :: Lens' ListLogPatternSetsResponse (Maybe [Text]) Source #
The list of log pattern sets.
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_resourceGroupName :: Lens' ListLogPatternSetsResponse (Maybe Text) Source #
The name of the resource group.
listLogPatternSetsResponse_httpStatus :: Lens' ListLogPatternSetsResponse Int Source #
The response's http status code.