| 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.ListComponents
Description
Lists the auto-grouped, standalone, and custom components of the application.
Synopsis
- data ListComponents = ListComponents' {}
- newListComponents :: Text -> ListComponents
- listComponents_maxResults :: Lens' ListComponents (Maybe Natural)
- listComponents_nextToken :: Lens' ListComponents (Maybe Text)
- listComponents_resourceGroupName :: Lens' ListComponents Text
- data ListComponentsResponse = ListComponentsResponse' {}
- newListComponentsResponse :: Int -> ListComponentsResponse
- listComponentsResponse_applicationComponentList :: Lens' ListComponentsResponse (Maybe [ApplicationComponent])
- listComponentsResponse_nextToken :: Lens' ListComponentsResponse (Maybe Text)
- listComponentsResponse_httpStatus :: Lens' ListComponentsResponse Int
Creating a Request
data ListComponents Source #
See: newListComponents smart constructor.
Constructors
| ListComponents' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> ListComponents |
Create a value of ListComponents 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:ListComponents', listComponents_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.
ListComponents, listComponents_nextToken - The token to request the next page of results.
ListComponents, listComponents_resourceGroupName - The name of the resource group.
Request Lenses
listComponents_maxResults :: Lens' ListComponents (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.
listComponents_nextToken :: Lens' ListComponents (Maybe Text) Source #
The token to request the next page of results.
listComponents_resourceGroupName :: Lens' ListComponents Text Source #
The name of the resource group.
Destructuring the Response
data ListComponentsResponse Source #
See: newListComponentsResponse smart constructor.
Constructors
| ListComponentsResponse' | |
Fields
| |
Instances
newListComponentsResponse Source #
Create a value of ListComponentsResponse 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:applicationComponentList:ListComponentsResponse', listComponentsResponse_applicationComponentList - The list of application components.
ListComponents, listComponentsResponse_nextToken - The token to request the next page of results.
$sel:httpStatus:ListComponentsResponse', listComponentsResponse_httpStatus - The response's http status code.
Response Lenses
listComponentsResponse_applicationComponentList :: Lens' ListComponentsResponse (Maybe [ApplicationComponent]) Source #
The list of application components.
listComponentsResponse_nextToken :: Lens' ListComponentsResponse (Maybe Text) Source #
The token to request the next page of results.
listComponentsResponse_httpStatus :: Lens' ListComponentsResponse Int Source #
The response's http status code.