| 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.ListHostedConfigurationVersions
Description
Lists configurations stored in the AppConfig hosted configuration store by version.
Synopsis
- data ListHostedConfigurationVersions = ListHostedConfigurationVersions' {}
- newListHostedConfigurationVersions :: Text -> Text -> ListHostedConfigurationVersions
- listHostedConfigurationVersions_maxResults :: Lens' ListHostedConfigurationVersions (Maybe Natural)
- listHostedConfigurationVersions_nextToken :: Lens' ListHostedConfigurationVersions (Maybe Text)
- listHostedConfigurationVersions_applicationId :: Lens' ListHostedConfigurationVersions Text
- listHostedConfigurationVersions_configurationProfileId :: Lens' ListHostedConfigurationVersions Text
- data ListHostedConfigurationVersionsResponse = ListHostedConfigurationVersionsResponse' {}
- newListHostedConfigurationVersionsResponse :: Int -> ListHostedConfigurationVersionsResponse
- listHostedConfigurationVersionsResponse_items :: Lens' ListHostedConfigurationVersionsResponse (Maybe [HostedConfigurationVersionSummary])
- listHostedConfigurationVersionsResponse_nextToken :: Lens' ListHostedConfigurationVersionsResponse (Maybe Text)
- listHostedConfigurationVersionsResponse_httpStatus :: Lens' ListHostedConfigurationVersionsResponse Int
Creating a Request
data ListHostedConfigurationVersions Source #
See: newListHostedConfigurationVersions smart constructor.
Constructors
| ListHostedConfigurationVersions' | |
Fields
| |
Instances
newListHostedConfigurationVersions Source #
Arguments
| :: Text | |
| -> Text | |
| -> ListHostedConfigurationVersions |
Create a value of ListHostedConfigurationVersions 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:ListHostedConfigurationVersions', listHostedConfigurationVersions_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.
ListHostedConfigurationVersions, listHostedConfigurationVersions_nextToken - A token to start the list. Use this token to get the next set of
results.
ListHostedConfigurationVersions, listHostedConfigurationVersions_applicationId - The application ID.
ListHostedConfigurationVersions, listHostedConfigurationVersions_configurationProfileId - The configuration profile ID.
Request Lenses
listHostedConfigurationVersions_maxResults :: Lens' ListHostedConfigurationVersions (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.
listHostedConfigurationVersions_nextToken :: Lens' ListHostedConfigurationVersions (Maybe Text) Source #
A token to start the list. Use this token to get the next set of results.
listHostedConfigurationVersions_applicationId :: Lens' ListHostedConfigurationVersions Text Source #
The application ID.
listHostedConfigurationVersions_configurationProfileId :: Lens' ListHostedConfigurationVersions Text Source #
The configuration profile ID.
Destructuring the Response
data ListHostedConfigurationVersionsResponse Source #
See: newListHostedConfigurationVersionsResponse smart constructor.
Constructors
| ListHostedConfigurationVersionsResponse' | |
Fields
| |
Instances
newListHostedConfigurationVersionsResponse Source #
Arguments
| :: Int | |
| -> ListHostedConfigurationVersionsResponse |
Create a value of ListHostedConfigurationVersionsResponse 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:ListHostedConfigurationVersionsResponse', listHostedConfigurationVersionsResponse_items - The elements from this collection.
ListHostedConfigurationVersions, listHostedConfigurationVersionsResponse_nextToken - The token for the next set of items to return. Use this token to get the
next set of results.
$sel:httpStatus:ListHostedConfigurationVersionsResponse', listHostedConfigurationVersionsResponse_httpStatus - The response's http status code.
Response Lenses
listHostedConfigurationVersionsResponse_items :: Lens' ListHostedConfigurationVersionsResponse (Maybe [HostedConfigurationVersionSummary]) Source #
The elements from this collection.
listHostedConfigurationVersionsResponse_nextToken :: Lens' ListHostedConfigurationVersionsResponse (Maybe Text) Source #
The token for the next set of items to return. Use this token to get the next set of results.
listHostedConfigurationVersionsResponse_httpStatus :: Lens' ListHostedConfigurationVersionsResponse Int Source #
The response's http status code.