| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Glue.BatchGetDevEndpoints
Description
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_devEndpoints :: Lens' BatchGetDevEndpointsResponse (Maybe [DevEndpoint])
- batchGetDevEndpointsResponse_devEndpointsNotFound :: Lens' BatchGetDevEndpointsResponse (Maybe (NonEmpty Text))
- batchGetDevEndpointsResponse_httpStatus :: Lens' BatchGetDevEndpointsResponse Int
Creating a Request
data BatchGetDevEndpoints Source #
See: newBatchGetDevEndpoints smart constructor.
Constructors
| BatchGetDevEndpoints' | |
Fields
| |
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.
Constructors
| BatchGetDevEndpointsResponse' | |
Fields
| |
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:devEndpoints:BatchGetDevEndpointsResponse', batchGetDevEndpointsResponse_devEndpoints - A list of DevEndpoint definitions.
$sel:devEndpointsNotFound:BatchGetDevEndpointsResponse', batchGetDevEndpointsResponse_devEndpointsNotFound - A list of DevEndpoints not found.
$sel:httpStatus:BatchGetDevEndpointsResponse', batchGetDevEndpointsResponse_httpStatus - The response's http status code.
Response Lenses
batchGetDevEndpointsResponse_devEndpoints :: Lens' BatchGetDevEndpointsResponse (Maybe [DevEndpoint]) Source #
A list of DevEndpoint definitions.
batchGetDevEndpointsResponse_devEndpointsNotFound :: Lens' BatchGetDevEndpointsResponse (Maybe (NonEmpty Text)) Source #
A list of DevEndpoints not found.
batchGetDevEndpointsResponse_httpStatus :: Lens' BatchGetDevEndpointsResponse Int Source #
The response's http status code.