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 configuration profiles for an application.
Synopsis
- data ListConfigurationProfiles = ListConfigurationProfiles' {}
- newListConfigurationProfiles :: Text -> ListConfigurationProfiles
- listConfigurationProfiles_nextToken :: Lens' ListConfigurationProfiles (Maybe Text)
- listConfigurationProfiles_maxResults :: Lens' ListConfigurationProfiles (Maybe Natural)
- listConfigurationProfiles_applicationId :: Lens' ListConfigurationProfiles Text
- data ListConfigurationProfilesResponse = ListConfigurationProfilesResponse' {}
- newListConfigurationProfilesResponse :: Int -> ListConfigurationProfilesResponse
- listConfigurationProfilesResponse_items :: Lens' ListConfigurationProfilesResponse (Maybe [ConfigurationProfileSummary])
- listConfigurationProfilesResponse_nextToken :: Lens' ListConfigurationProfilesResponse (Maybe Text)
- listConfigurationProfilesResponse_httpStatus :: Lens' ListConfigurationProfilesResponse Int
Creating a Request
data ListConfigurationProfiles Source #
See: newListConfigurationProfiles
smart constructor.
ListConfigurationProfiles' | |
|
Instances
newListConfigurationProfiles Source #
Create a value of ListConfigurationProfiles
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:ListConfigurationProfiles'
, listConfigurationProfiles_nextToken
- A token to start the list. Use this token to get the next set of
results.
$sel:maxResults:ListConfigurationProfiles'
, listConfigurationProfiles_maxResults
- The maximum number of items to return for this call. The call also
returns a token that you can specify in a subsequent call to get the
next set of results.
$sel:applicationId:ListConfigurationProfiles'
, listConfigurationProfiles_applicationId
- The application ID.
Request Lenses
listConfigurationProfiles_nextToken :: Lens' ListConfigurationProfiles (Maybe Text) Source #
A token to start the list. Use this token to get the next set of results.
listConfigurationProfiles_maxResults :: Lens' ListConfigurationProfiles (Maybe Natural) Source #
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
listConfigurationProfiles_applicationId :: Lens' ListConfigurationProfiles Text Source #
The application ID.
Destructuring the Response
data ListConfigurationProfilesResponse Source #
See: newListConfigurationProfilesResponse
smart constructor.
ListConfigurationProfilesResponse' | |
|
Instances
newListConfigurationProfilesResponse Source #
Create a value of ListConfigurationProfilesResponse
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:items:ListConfigurationProfilesResponse'
, listConfigurationProfilesResponse_items
- The elements from this collection.
$sel:nextToken:ListConfigurationProfiles'
, listConfigurationProfilesResponse_nextToken
- The token for the next set of items to return. Use this token to get the
next set of results.
$sel:httpStatus:ListConfigurationProfilesResponse'
, listConfigurationProfilesResponse_httpStatus
- The response's http status code.
Response Lenses
listConfigurationProfilesResponse_items :: Lens' ListConfigurationProfilesResponse (Maybe [ConfigurationProfileSummary]) Source #
The elements from this collection.
listConfigurationProfilesResponse_nextToken :: Lens' ListConfigurationProfilesResponse (Maybe Text) Source #
The token for the next set of items to return. Use this token to get the next set of results.
listConfigurationProfilesResponse_httpStatus :: Lens' ListConfigurationProfilesResponse Int Source #
The response's http status code.