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 |
Retrieves the list of applications nested in the containing application.
This operation returns paginated results.
Synopsis
- data ListApplicationDependencies = ListApplicationDependencies' {}
- newListApplicationDependencies :: Text -> ListApplicationDependencies
- listApplicationDependencies_semanticVersion :: Lens' ListApplicationDependencies (Maybe Text)
- listApplicationDependencies_nextToken :: Lens' ListApplicationDependencies (Maybe Text)
- listApplicationDependencies_maxItems :: Lens' ListApplicationDependencies (Maybe Natural)
- listApplicationDependencies_applicationId :: Lens' ListApplicationDependencies Text
- data ListApplicationDependenciesResponse = ListApplicationDependenciesResponse' {}
- newListApplicationDependenciesResponse :: Int -> ListApplicationDependenciesResponse
- listApplicationDependenciesResponse_dependencies :: Lens' ListApplicationDependenciesResponse (Maybe [ApplicationDependencySummary])
- listApplicationDependenciesResponse_nextToken :: Lens' ListApplicationDependenciesResponse (Maybe Text)
- listApplicationDependenciesResponse_httpStatus :: Lens' ListApplicationDependenciesResponse Int
Creating a Request
data ListApplicationDependencies Source #
See: newListApplicationDependencies
smart constructor.
Instances
newListApplicationDependencies Source #
Create a value of ListApplicationDependencies
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:semanticVersion:ListApplicationDependencies'
, listApplicationDependencies_semanticVersion
- The semantic version of the application to get.
$sel:nextToken:ListApplicationDependencies'
, listApplicationDependencies_nextToken
- A token to specify where to start paginating.
$sel:maxItems:ListApplicationDependencies'
, listApplicationDependencies_maxItems
- The total number of items to return.
$sel:applicationId:ListApplicationDependencies'
, listApplicationDependencies_applicationId
- The Amazon Resource Name (ARN) of the application.
Request Lenses
listApplicationDependencies_semanticVersion :: Lens' ListApplicationDependencies (Maybe Text) Source #
The semantic version of the application to get.
listApplicationDependencies_nextToken :: Lens' ListApplicationDependencies (Maybe Text) Source #
A token to specify where to start paginating.
listApplicationDependencies_maxItems :: Lens' ListApplicationDependencies (Maybe Natural) Source #
The total number of items to return.
listApplicationDependencies_applicationId :: Lens' ListApplicationDependencies Text Source #
The Amazon Resource Name (ARN) of the application.
Destructuring the Response
data ListApplicationDependenciesResponse Source #
See: newListApplicationDependenciesResponse
smart constructor.
ListApplicationDependenciesResponse' | |
|
Instances
newListApplicationDependenciesResponse Source #
Create a value of ListApplicationDependenciesResponse
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:dependencies:ListApplicationDependenciesResponse'
, listApplicationDependenciesResponse_dependencies
- An array of application summaries nested in the application.
$sel:nextToken:ListApplicationDependencies'
, listApplicationDependenciesResponse_nextToken
- The token to request the next page of results.
$sel:httpStatus:ListApplicationDependenciesResponse'
, listApplicationDependenciesResponse_httpStatus
- The response's http status code.
Response Lenses
listApplicationDependenciesResponse_dependencies :: Lens' ListApplicationDependenciesResponse (Maybe [ApplicationDependencySummary]) Source #
An array of application summaries nested in the application.
listApplicationDependenciesResponse_nextToken :: Lens' ListApplicationDependenciesResponse (Maybe Text) Source #
The token to request the next page of results.
listApplicationDependenciesResponse_httpStatus :: Lens' ListApplicationDependenciesResponse Int Source #
The response's http status code.