Copyright | (c) 2013-2016 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 |
Network.AWS.CodeDeploy.BatchGetApplications
Description
Gets information about one or more applications.
- batchGetApplications :: BatchGetApplications
- data BatchGetApplications
- bgaApplicationNames :: Lens' BatchGetApplications [Text]
- batchGetApplicationsResponse :: Int -> BatchGetApplicationsResponse
- data BatchGetApplicationsResponse
- bgarsApplicationsInfo :: Lens' BatchGetApplicationsResponse [ApplicationInfo]
- bgarsResponseStatus :: Lens' BatchGetApplicationsResponse Int
Creating a Request
batchGetApplications :: BatchGetApplications #
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:
bgaApplicationNames
- A list of application names separated by spaces.
data BatchGetApplications #
Represents the input of a batch get applications operation.
See: batchGetApplications
smart constructor.
Instances
Request Lenses
bgaApplicationNames :: Lens' BatchGetApplications [Text] #
A list of application names separated by spaces.
Destructuring the Response
batchGetApplicationsResponse #
Arguments
:: Int | |
-> BatchGetApplicationsResponse |
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:
bgarsApplicationsInfo
- Information about the applications.bgarsResponseStatus
- -- | The response status code.
data BatchGetApplicationsResponse #
Represents the output of a batch get applications operation.
See: batchGetApplicationsResponse
smart constructor.
Response Lenses
bgarsApplicationsInfo :: Lens' BatchGetApplicationsResponse [ApplicationInfo] #
Information about the applications.
bgarsResponseStatus :: Lens' BatchGetApplicationsResponse Int #
- - | The response status code.