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 |
Returns a list of resource metadata for a given list of development
endpoint names. After calling the ListDevEndpoints
operation, you can
call this operation to access the data to which you have been granted
permissions. This operation supports all IAM permissions, including
permission conditions that uses tags.
Synopsis
- data BatchGetDevEndpoints = BatchGetDevEndpoints' {}
- newBatchGetDevEndpoints :: NonEmpty Text -> BatchGetDevEndpoints
- batchGetDevEndpoints_devEndpointNames :: Lens' BatchGetDevEndpoints (NonEmpty Text)
- data BatchGetDevEndpointsResponse = BatchGetDevEndpointsResponse' {}
- newBatchGetDevEndpointsResponse :: Int -> BatchGetDevEndpointsResponse
- batchGetDevEndpointsResponse_devEndpointsNotFound :: Lens' BatchGetDevEndpointsResponse (Maybe (NonEmpty Text))
- batchGetDevEndpointsResponse_devEndpoints :: Lens' BatchGetDevEndpointsResponse (Maybe [DevEndpoint])
- batchGetDevEndpointsResponse_httpStatus :: Lens' BatchGetDevEndpointsResponse Int
Creating a Request
data BatchGetDevEndpoints Source #
See: newBatchGetDevEndpoints
smart constructor.
BatchGetDevEndpoints' | |
|
Instances
newBatchGetDevEndpoints Source #
Create a value of BatchGetDevEndpoints
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:devEndpointNames:BatchGetDevEndpoints'
, batchGetDevEndpoints_devEndpointNames
- The list of DevEndpoint
names, which might be the names returned from
the ListDevEndpoint
operation.
Request Lenses
batchGetDevEndpoints_devEndpointNames :: Lens' BatchGetDevEndpoints (NonEmpty Text) Source #
The list of DevEndpoint
names, which might be the names returned from
the ListDevEndpoint
operation.
Destructuring the Response
data BatchGetDevEndpointsResponse Source #
See: newBatchGetDevEndpointsResponse
smart constructor.
BatchGetDevEndpointsResponse' | |
|
Instances
newBatchGetDevEndpointsResponse Source #
Create a value of BatchGetDevEndpointsResponse
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:devEndpointsNotFound:BatchGetDevEndpointsResponse'
, batchGetDevEndpointsResponse_devEndpointsNotFound
- A list of DevEndpoints
not found.
$sel:devEndpoints:BatchGetDevEndpointsResponse'
, batchGetDevEndpointsResponse_devEndpoints
- A list of DevEndpoint
definitions.
$sel:httpStatus:BatchGetDevEndpointsResponse'
, batchGetDevEndpointsResponse_httpStatus
- The response's http status code.
Response Lenses
batchGetDevEndpointsResponse_devEndpointsNotFound :: Lens' BatchGetDevEndpointsResponse (Maybe (NonEmpty Text)) Source #
A list of DevEndpoints
not found.
batchGetDevEndpointsResponse_devEndpoints :: Lens' BatchGetDevEndpointsResponse (Maybe [DevEndpoint]) Source #
A list of DevEndpoint
definitions.
batchGetDevEndpointsResponse_httpStatus :: Lens' BatchGetDevEndpointsResponse Int Source #
The response's http status code.