Copyright | (c) 2013-2015 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Gets information about one or more applications.
See: AWS API Reference for BatchGetApplications.
- batchGetApplications :: BatchGetApplications
- data BatchGetApplications
- bgaApplicationNames :: Lens' BatchGetApplications [Text]
- batchGetApplicationsResponse :: Int -> BatchGetApplicationsResponse
- data BatchGetApplicationsResponse
- bgarsApplicationsInfo :: Lens' BatchGetApplicationsResponse [ApplicationInfo]
- bgarsStatus :: Lens' BatchGetApplicationsResponse Int
Creating a Request
batchGetApplications :: BatchGetApplications Source
Creates a value of BatchGetApplications
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data BatchGetApplications Source
Represents the input of a batch get applications operation.
See: batchGetApplications
smart constructor.
Request Lenses
bgaApplicationNames :: Lens' BatchGetApplications [Text] Source
A list of application names, with multiple application names separated by spaces.
Destructuring the Response
batchGetApplicationsResponse Source
Creates a value of BatchGetApplicationsResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data BatchGetApplicationsResponse Source
Represents the output of a batch get applications operation.
See: batchGetApplicationsResponse
smart constructor.
Response Lenses
bgarsApplicationsInfo :: Lens' BatchGetApplicationsResponse [ApplicationInfo] Source
Information about the applications.
bgarsStatus :: Lens' BatchGetApplicationsResponse Int Source
The response status code.