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 |
Returns a list of simulation applications. You can optionally provide filters to retrieve specific simulation applications.
This operation returns paginated results.
Synopsis
- data ListSimulationApplications = ListSimulationApplications' {}
- newListSimulationApplications :: ListSimulationApplications
- listSimulationApplications_versionQualifier :: Lens' ListSimulationApplications (Maybe Text)
- listSimulationApplications_filters :: Lens' ListSimulationApplications (Maybe (NonEmpty Filter))
- listSimulationApplications_nextToken :: Lens' ListSimulationApplications (Maybe Text)
- listSimulationApplications_maxResults :: Lens' ListSimulationApplications (Maybe Int)
- data ListSimulationApplicationsResponse = ListSimulationApplicationsResponse' {}
- newListSimulationApplicationsResponse :: Int -> ListSimulationApplicationsResponse
- listSimulationApplicationsResponse_nextToken :: Lens' ListSimulationApplicationsResponse (Maybe Text)
- listSimulationApplicationsResponse_simulationApplicationSummaries :: Lens' ListSimulationApplicationsResponse (Maybe [SimulationApplicationSummary])
- listSimulationApplicationsResponse_httpStatus :: Lens' ListSimulationApplicationsResponse Int
Creating a Request
data ListSimulationApplications Source #
See: newListSimulationApplications
smart constructor.
ListSimulationApplications' | |
|
Instances
newListSimulationApplications :: ListSimulationApplications Source #
Create a value of ListSimulationApplications
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:versionQualifier:ListSimulationApplications'
, listSimulationApplications_versionQualifier
- The version qualifier of the simulation application.
$sel:filters:ListSimulationApplications'
, listSimulationApplications_filters
- Optional list of filters to limit results.
The filter name name
is supported. When filtering, you must use the
complete value of the filtered item. You can use up to three filters.
$sel:nextToken:ListSimulationApplications'
, listSimulationApplications_nextToken
- If the previous paginated request did not return all of the remaining
results, the response object's nextToken
parameter value is set to a
token. To retrieve the next set of results, call
ListSimulationApplications
again and assign that token to the request
object's nextToken
parameter. If there are no remaining results, the
previous response object's NextToken parameter is set to null.
$sel:maxResults:ListSimulationApplications'
, listSimulationApplications_maxResults
- When this parameter is used, ListSimulationApplications
only returns
maxResults
results in a single page along with a nextToken
response
element. The remaining results of the initial request can be seen by
sending another ListSimulationApplications
request with the returned
nextToken
value. This value can be between 1 and 100. If this
parameter is not used, then ListSimulationApplications
returns up to
100 results and a nextToken
value if applicable.
Request Lenses
listSimulationApplications_versionQualifier :: Lens' ListSimulationApplications (Maybe Text) Source #
The version qualifier of the simulation application.
listSimulationApplications_filters :: Lens' ListSimulationApplications (Maybe (NonEmpty Filter)) Source #
Optional list of filters to limit results.
The filter name name
is supported. When filtering, you must use the
complete value of the filtered item. You can use up to three filters.
listSimulationApplications_nextToken :: Lens' ListSimulationApplications (Maybe Text) Source #
If the previous paginated request did not return all of the remaining
results, the response object's nextToken
parameter value is set to a
token. To retrieve the next set of results, call
ListSimulationApplications
again and assign that token to the request
object's nextToken
parameter. If there are no remaining results, the
previous response object's NextToken parameter is set to null.
listSimulationApplications_maxResults :: Lens' ListSimulationApplications (Maybe Int) Source #
When this parameter is used, ListSimulationApplications
only returns
maxResults
results in a single page along with a nextToken
response
element. The remaining results of the initial request can be seen by
sending another ListSimulationApplications
request with the returned
nextToken
value. This value can be between 1 and 100. If this
parameter is not used, then ListSimulationApplications
returns up to
100 results and a nextToken
value if applicable.
Destructuring the Response
data ListSimulationApplicationsResponse Source #
See: newListSimulationApplicationsResponse
smart constructor.
ListSimulationApplicationsResponse' | |
|
Instances
newListSimulationApplicationsResponse Source #
Create a value of ListSimulationApplicationsResponse
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:ListSimulationApplications'
, listSimulationApplicationsResponse_nextToken
- If the previous paginated request did not return all of the remaining
results, the response object's nextToken
parameter value is set to a
token. To retrieve the next set of results, call
ListSimulationApplications
again and assign that token to the request
object's nextToken
parameter. If there are no remaining results, the
previous response object's NextToken parameter is set to null.
$sel:simulationApplicationSummaries:ListSimulationApplicationsResponse'
, listSimulationApplicationsResponse_simulationApplicationSummaries
- A list of simulation application summaries that meet the criteria of the
request.
$sel:httpStatus:ListSimulationApplicationsResponse'
, listSimulationApplicationsResponse_httpStatus
- The response's http status code.
Response Lenses
listSimulationApplicationsResponse_nextToken :: Lens' ListSimulationApplicationsResponse (Maybe Text) Source #
If the previous paginated request did not return all of the remaining
results, the response object's nextToken
parameter value is set to a
token. To retrieve the next set of results, call
ListSimulationApplications
again and assign that token to the request
object's nextToken
parameter. If there are no remaining results, the
previous response object's NextToken parameter is set to null.
listSimulationApplicationsResponse_simulationApplicationSummaries :: Lens' ListSimulationApplicationsResponse (Maybe [SimulationApplicationSummary]) Source #
A list of simulation application summaries that meet the criteria of the request.
listSimulationApplicationsResponse_httpStatus :: Lens' ListSimulationApplicationsResponse Int Source #
The response's http status code.