Safe Haskell | None |
---|---|
Language | Haskell2010 |
Gets information about one or more applications.
http://docs.aws.amazon.com/codedeploy/latest/APIReference/API_BatchGetApplications.html
Request
data BatchGetApplications Source
Request constructor
batchGetApplications :: BatchGetApplications Source
BatchGetApplications
constructor.
The fields accessible through corresponding lenses are:
bgaApplicationNames
::
[Text
]
Request lenses
bgaApplicationNames :: Lens' BatchGetApplications [Text] Source
A list of application names, with multiple application names separated by spaces.
Response
Response constructor
batchGetApplicationsResponse :: BatchGetApplicationsResponse Source
BatchGetApplicationsResponse
constructor.
The fields accessible through corresponding lenses are:
Response lenses
bgarApplicationsInfo :: Lens' BatchGetApplicationsResponse [ApplicationInfo] Source
Information about the applications.