| 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.ServerlessApplicationRepository.ListApplicationDependencies
Description
Retrieves the list of applications nested in the containing application.
This operation returns paginated results.
Synopsis
- data ListApplicationDependencies = ListApplicationDependencies' {}
- newListApplicationDependencies :: Text -> ListApplicationDependencies
- listApplicationDependencies_maxItems :: Lens' ListApplicationDependencies (Maybe Natural)
- listApplicationDependencies_nextToken :: Lens' ListApplicationDependencies (Maybe Text)
- listApplicationDependencies_semanticVersion :: Lens' ListApplicationDependencies (Maybe Text)
- 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.
Constructors
| ListApplicationDependencies' | |
Instances
newListApplicationDependencies Source #
Arguments
| :: Text | |
| -> ListApplicationDependencies |
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:maxItems:ListApplicationDependencies', listApplicationDependencies_maxItems - The total number of items to return.
ListApplicationDependencies, listApplicationDependencies_nextToken - A token to specify where to start paginating.
ListApplicationDependencies, listApplicationDependencies_semanticVersion - The semantic version of the application to get.
ListApplicationDependencies, listApplicationDependencies_applicationId - The Amazon Resource Name (ARN) of the application.
Request Lenses
listApplicationDependencies_maxItems :: Lens' ListApplicationDependencies (Maybe Natural) Source #
The total number of items to return.
listApplicationDependencies_nextToken :: Lens' ListApplicationDependencies (Maybe Text) Source #
A token to specify where to start paginating.
listApplicationDependencies_semanticVersion :: Lens' ListApplicationDependencies (Maybe Text) Source #
The semantic version of the application to get.
listApplicationDependencies_applicationId :: Lens' ListApplicationDependencies Text Source #
The Amazon Resource Name (ARN) of the application.
Destructuring the Response
data ListApplicationDependenciesResponse Source #
See: newListApplicationDependenciesResponse smart constructor.
Constructors
| ListApplicationDependenciesResponse' | |
Fields
| |
Instances
newListApplicationDependenciesResponse Source #
Arguments
| :: Int | |
| -> ListApplicationDependenciesResponse |
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.
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.