| 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.ServiceCatalogAppRegistry.ListAttributeGroupsForApplication
Description
Lists the details of all attribute groups associated with a specific application. The results display in pages.
This operation returns paginated results.
Synopsis
- data ListAttributeGroupsForApplication = ListAttributeGroupsForApplication' {
- maxResults :: Maybe Natural
- nextToken :: Maybe Text
- application :: Text
- newListAttributeGroupsForApplication :: Text -> ListAttributeGroupsForApplication
- listAttributeGroupsForApplication_maxResults :: Lens' ListAttributeGroupsForApplication (Maybe Natural)
- listAttributeGroupsForApplication_nextToken :: Lens' ListAttributeGroupsForApplication (Maybe Text)
- listAttributeGroupsForApplication_application :: Lens' ListAttributeGroupsForApplication Text
- data ListAttributeGroupsForApplicationResponse = ListAttributeGroupsForApplicationResponse' {}
- newListAttributeGroupsForApplicationResponse :: Int -> ListAttributeGroupsForApplicationResponse
- listAttributeGroupsForApplicationResponse_attributeGroupsDetails :: Lens' ListAttributeGroupsForApplicationResponse (Maybe [AttributeGroupDetails])
- listAttributeGroupsForApplicationResponse_nextToken :: Lens' ListAttributeGroupsForApplicationResponse (Maybe Text)
- listAttributeGroupsForApplicationResponse_httpStatus :: Lens' ListAttributeGroupsForApplicationResponse Int
Creating a Request
data ListAttributeGroupsForApplication Source #
See: newListAttributeGroupsForApplication smart constructor.
Constructors
| ListAttributeGroupsForApplication' | |
Fields
| |
Instances
newListAttributeGroupsForApplication Source #
Arguments
| :: Text | |
| -> ListAttributeGroupsForApplication |
Create a value of ListAttributeGroupsForApplication 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:ListAttributeGroupsForApplication', listAttributeGroupsForApplication_maxResults - The upper bound of the number of results to return. The value cannot
exceed 25. If you omit this parameter, it defaults to 25. This value is
optional.
ListAttributeGroupsForApplication, listAttributeGroupsForApplication_nextToken - This token retrieves the next page of results after a previous API call.
$sel:application:ListAttributeGroupsForApplication', listAttributeGroupsForApplication_application - The name or ID of the application.
Request Lenses
listAttributeGroupsForApplication_maxResults :: Lens' ListAttributeGroupsForApplication (Maybe Natural) Source #
The upper bound of the number of results to return. The value cannot exceed 25. If you omit this parameter, it defaults to 25. This value is optional.
listAttributeGroupsForApplication_nextToken :: Lens' ListAttributeGroupsForApplication (Maybe Text) Source #
This token retrieves the next page of results after a previous API call.
listAttributeGroupsForApplication_application :: Lens' ListAttributeGroupsForApplication Text Source #
The name or ID of the application.
Destructuring the Response
data ListAttributeGroupsForApplicationResponse Source #
See: newListAttributeGroupsForApplicationResponse smart constructor.
Constructors
| ListAttributeGroupsForApplicationResponse' | |
Fields
| |
Instances
newListAttributeGroupsForApplicationResponse Source #
Arguments
| :: Int | |
| -> ListAttributeGroupsForApplicationResponse |
Create a value of ListAttributeGroupsForApplicationResponse 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:attributeGroupsDetails:ListAttributeGroupsForApplicationResponse', listAttributeGroupsForApplicationResponse_attributeGroupsDetails - The details related to a specific attribute group.
ListAttributeGroupsForApplication, listAttributeGroupsForApplicationResponse_nextToken - The token to use to get the next page of results after a previous API
call.
$sel:httpStatus:ListAttributeGroupsForApplicationResponse', listAttributeGroupsForApplicationResponse_httpStatus - The response's http status code.
Response Lenses
listAttributeGroupsForApplicationResponse_attributeGroupsDetails :: Lens' ListAttributeGroupsForApplicationResponse (Maybe [AttributeGroupDetails]) Source #
The details related to a specific attribute group.
listAttributeGroupsForApplicationResponse_nextToken :: Lens' ListAttributeGroupsForApplicationResponse (Maybe Text) Source #
The token to use to get the next page of results after a previous API call.
listAttributeGroupsForApplicationResponse_httpStatus :: Lens' ListAttributeGroupsForApplicationResponse Int Source #
The response's http status code.