| 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.AppConfig.ListConfigurationProfiles
Description
Lists the configuration profiles for an application.
Synopsis
- data ListConfigurationProfiles = ListConfigurationProfiles' {}
- newListConfigurationProfiles :: Text -> ListConfigurationProfiles
- listConfigurationProfiles_maxResults :: Lens' ListConfigurationProfiles (Maybe Natural)
- listConfigurationProfiles_nextToken :: Lens' ListConfigurationProfiles (Maybe Text)
- listConfigurationProfiles_type :: Lens' ListConfigurationProfiles (Maybe Text)
- 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.
Constructors
| ListConfigurationProfiles' | |
Fields
| |
Instances
newListConfigurationProfiles Source #
Arguments
| :: Text | |
| -> ListConfigurationProfiles |
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: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.
ListConfigurationProfiles, listConfigurationProfiles_nextToken - A token to start the list. Use this token to get the next set of
results.
ListConfigurationProfiles, listConfigurationProfiles_type - A filter based on the type of configurations that the configuration
profile contains. A configuration can be a feature flag or a freeform
configuration.
ListConfigurationProfiles, listConfigurationProfiles_applicationId - The application ID.
Request Lenses
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_nextToken :: Lens' ListConfigurationProfiles (Maybe Text) Source #
A token to start the list. Use this token to get the next set of results.
listConfigurationProfiles_type :: Lens' ListConfigurationProfiles (Maybe Text) Source #
A filter based on the type of configurations that the configuration profile contains. A configuration can be a feature flag or a freeform configuration.
listConfigurationProfiles_applicationId :: Lens' ListConfigurationProfiles Text Source #
The application ID.
Destructuring the Response
data ListConfigurationProfilesResponse Source #
See: newListConfigurationProfilesResponse smart constructor.
Constructors
| ListConfigurationProfilesResponse' | |
Fields
| |
Instances
newListConfigurationProfilesResponse Source #
Arguments
| :: Int | |
| -> ListConfigurationProfilesResponse |
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.
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.