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 |
View a list of configurations stored in the AppConfig configuration store by version.
Synopsis
- data ListHostedConfigurationVersions = ListHostedConfigurationVersions' {}
- newListHostedConfigurationVersions :: Text -> Text -> ListHostedConfigurationVersions
- listHostedConfigurationVersions_nextToken :: Lens' ListHostedConfigurationVersions (Maybe Text)
- listHostedConfigurationVersions_maxResults :: Lens' ListHostedConfigurationVersions (Maybe Natural)
- 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.
ListHostedConfigurationVersions' | |
|
Instances
newListHostedConfigurationVersions Source #
:: 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:nextToken:ListHostedConfigurationVersions'
, listHostedConfigurationVersions_nextToken
- A token to start the list. Use this token to get the next set of
results.
$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.
$sel:applicationId:ListHostedConfigurationVersions'
, listHostedConfigurationVersions_applicationId
- The application ID.
$sel:configurationProfileId:ListHostedConfigurationVersions'
, listHostedConfigurationVersions_configurationProfileId
- The configuration profile ID.
Request Lenses
listHostedConfigurationVersions_nextToken :: Lens' ListHostedConfigurationVersions (Maybe Text) Source #
A token to start the list. Use this token to get the next set of results.
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_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.
ListHostedConfigurationVersionsResponse' | |
|
Instances
newListHostedConfigurationVersionsResponse Source #
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.
$sel:nextToken: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.