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 |
Gets information about one or more applications. The maximum number of applications that can be returned is 100.
Synopsis
- data BatchGetApplications = BatchGetApplications' {
- applicationNames :: [Text]
- newBatchGetApplications :: BatchGetApplications
- batchGetApplications_applicationNames :: Lens' BatchGetApplications [Text]
- data BatchGetApplicationsResponse = BatchGetApplicationsResponse' {}
- newBatchGetApplicationsResponse :: Int -> BatchGetApplicationsResponse
- batchGetApplicationsResponse_applicationsInfo :: Lens' BatchGetApplicationsResponse (Maybe [ApplicationInfo])
- batchGetApplicationsResponse_httpStatus :: Lens' BatchGetApplicationsResponse Int
Creating a Request
data BatchGetApplications Source #
Represents the input of a BatchGetApplications
operation.
See: newBatchGetApplications
smart constructor.
BatchGetApplications' | |
|
Instances
newBatchGetApplications :: BatchGetApplications Source #
Create a value of BatchGetApplications
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:applicationNames:BatchGetApplications'
, batchGetApplications_applicationNames
- A list of application names separated by spaces. The maximum number of
application names you can specify is 100.
Request Lenses
batchGetApplications_applicationNames :: Lens' BatchGetApplications [Text] Source #
A list of application names separated by spaces. The maximum number of application names you can specify is 100.
Destructuring the Response
data BatchGetApplicationsResponse Source #
Represents the output of a BatchGetApplications
operation.
See: newBatchGetApplicationsResponse
smart constructor.
BatchGetApplicationsResponse' | |
|
Instances
newBatchGetApplicationsResponse Source #
Create a value of BatchGetApplicationsResponse
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:applicationsInfo:BatchGetApplicationsResponse'
, batchGetApplicationsResponse_applicationsInfo
- Information about the applications.
$sel:httpStatus:BatchGetApplicationsResponse'
, batchGetApplicationsResponse_httpStatus
- The response's http status code.
Response Lenses
batchGetApplicationsResponse_applicationsInfo :: Lens' BatchGetApplicationsResponse (Maybe [ApplicationInfo]) Source #
Information about the applications.
batchGetApplicationsResponse_httpStatus :: Lens' BatchGetApplicationsResponse Int Source #
The response's http status code.