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 auto-grouped, standalone, and custom components of the application.
Synopsis
- data ListComponents = ListComponents' {}
- newListComponents :: Text -> ListComponents
- listComponents_nextToken :: Lens' ListComponents (Maybe Text)
- listComponents_maxResults :: Lens' ListComponents (Maybe Natural)
- 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.
ListComponents' | |
|
Instances
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:nextToken:ListComponents'
, listComponents_nextToken
- The token to request the next page of results.
$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.
$sel:resourceGroupName:ListComponents'
, listComponents_resourceGroupName
- The name of the resource group.
Request Lenses
listComponents_nextToken :: Lens' ListComponents (Maybe Text) Source #
The token to request the next page of results.
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_resourceGroupName :: Lens' ListComponents Text Source #
The name of the resource group.
Destructuring the Response
data ListComponentsResponse Source #
See: newListComponentsResponse
smart constructor.
ListComponentsResponse' | |
|
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.
$sel:nextToken: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.