| 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.EMRContainers.ListManagedEndpoints
Description
Lists managed endpoints based on a set of parameters. A managed endpoint is a gateway that connects EMR Studio to Amazon EMR on EKS so that EMR Studio can communicate with your virtual cluster.
This operation returns paginated results.
Synopsis
- data ListManagedEndpoints = ListManagedEndpoints' {
- createdAfter :: Maybe ISO8601
- createdBefore :: Maybe ISO8601
- maxResults :: Maybe Int
- nextToken :: Maybe Text
- states :: Maybe [EndpointState]
- types :: Maybe [Text]
- virtualClusterId :: Text
- newListManagedEndpoints :: Text -> ListManagedEndpoints
- listManagedEndpoints_createdAfter :: Lens' ListManagedEndpoints (Maybe UTCTime)
- listManagedEndpoints_createdBefore :: Lens' ListManagedEndpoints (Maybe UTCTime)
- listManagedEndpoints_maxResults :: Lens' ListManagedEndpoints (Maybe Int)
- listManagedEndpoints_nextToken :: Lens' ListManagedEndpoints (Maybe Text)
- listManagedEndpoints_states :: Lens' ListManagedEndpoints (Maybe [EndpointState])
- listManagedEndpoints_types :: Lens' ListManagedEndpoints (Maybe [Text])
- listManagedEndpoints_virtualClusterId :: Lens' ListManagedEndpoints Text
- data ListManagedEndpointsResponse = ListManagedEndpointsResponse' {}
- newListManagedEndpointsResponse :: Int -> ListManagedEndpointsResponse
- listManagedEndpointsResponse_endpoints :: Lens' ListManagedEndpointsResponse (Maybe [Endpoint])
- listManagedEndpointsResponse_nextToken :: Lens' ListManagedEndpointsResponse (Maybe Text)
- listManagedEndpointsResponse_httpStatus :: Lens' ListManagedEndpointsResponse Int
Creating a Request
data ListManagedEndpoints Source #
See: newListManagedEndpoints smart constructor.
Constructors
| ListManagedEndpoints' | |
Fields
| |
Instances
newListManagedEndpoints Source #
Arguments
| :: Text | |
| -> ListManagedEndpoints |
Create a value of ListManagedEndpoints 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:createdAfter:ListManagedEndpoints', listManagedEndpoints_createdAfter - The date and time after which the endpoints are created.
$sel:createdBefore:ListManagedEndpoints', listManagedEndpoints_createdBefore - The date and time before which the endpoints are created.
$sel:maxResults:ListManagedEndpoints', listManagedEndpoints_maxResults - The maximum number of managed endpoints that can be listed.
ListManagedEndpoints, listManagedEndpoints_nextToken - The token for the next set of managed endpoints to return.
$sel:states:ListManagedEndpoints', listManagedEndpoints_states - The states of the managed endpoints.
$sel:types:ListManagedEndpoints', listManagedEndpoints_types - The types of the managed endpoints.
ListManagedEndpoints, listManagedEndpoints_virtualClusterId - The ID of the virtual cluster.
Request Lenses
listManagedEndpoints_createdAfter :: Lens' ListManagedEndpoints (Maybe UTCTime) Source #
The date and time after which the endpoints are created.
listManagedEndpoints_createdBefore :: Lens' ListManagedEndpoints (Maybe UTCTime) Source #
The date and time before which the endpoints are created.
listManagedEndpoints_maxResults :: Lens' ListManagedEndpoints (Maybe Int) Source #
The maximum number of managed endpoints that can be listed.
listManagedEndpoints_nextToken :: Lens' ListManagedEndpoints (Maybe Text) Source #
The token for the next set of managed endpoints to return.
listManagedEndpoints_states :: Lens' ListManagedEndpoints (Maybe [EndpointState]) Source #
The states of the managed endpoints.
listManagedEndpoints_types :: Lens' ListManagedEndpoints (Maybe [Text]) Source #
The types of the managed endpoints.
listManagedEndpoints_virtualClusterId :: Lens' ListManagedEndpoints Text Source #
The ID of the virtual cluster.
Destructuring the Response
data ListManagedEndpointsResponse Source #
See: newListManagedEndpointsResponse smart constructor.
Constructors
| ListManagedEndpointsResponse' | |
Instances
newListManagedEndpointsResponse Source #
Create a value of ListManagedEndpointsResponse 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:endpoints:ListManagedEndpointsResponse', listManagedEndpointsResponse_endpoints - The managed endpoints to be listed.
ListManagedEndpoints, listManagedEndpointsResponse_nextToken - The token for the next set of endpoints to return.
$sel:httpStatus:ListManagedEndpointsResponse', listManagedEndpointsResponse_httpStatus - The response's http status code.
Response Lenses
listManagedEndpointsResponse_endpoints :: Lens' ListManagedEndpointsResponse (Maybe [Endpoint]) Source #
The managed endpoints to be listed.
listManagedEndpointsResponse_nextToken :: Lens' ListManagedEndpointsResponse (Maybe Text) Source #
The token for the next set of endpoints to return.
listManagedEndpointsResponse_httpStatus :: Lens' ListManagedEndpointsResponse Int Source #
The response's http status code.