| 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 |
Amazonka.EMRContainers.DescribeManagedEndpoint
Description
Displays detailed information about a managed endpoint. 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.
Synopsis
- data DescribeManagedEndpoint = DescribeManagedEndpoint' {
- id :: Text
- virtualClusterId :: Text
- newDescribeManagedEndpoint :: Text -> Text -> DescribeManagedEndpoint
- describeManagedEndpoint_id :: Lens' DescribeManagedEndpoint Text
- describeManagedEndpoint_virtualClusterId :: Lens' DescribeManagedEndpoint Text
- data DescribeManagedEndpointResponse = DescribeManagedEndpointResponse' {
- endpoint :: Maybe Endpoint
- httpStatus :: Int
- newDescribeManagedEndpointResponse :: Int -> DescribeManagedEndpointResponse
- describeManagedEndpointResponse_endpoint :: Lens' DescribeManagedEndpointResponse (Maybe Endpoint)
- describeManagedEndpointResponse_httpStatus :: Lens' DescribeManagedEndpointResponse Int
Creating a Request
data DescribeManagedEndpoint Source #
See: newDescribeManagedEndpoint smart constructor.
Constructors
| DescribeManagedEndpoint' | |
Fields
| |
Instances
newDescribeManagedEndpoint Source #
Arguments
| :: Text | |
| -> Text | |
| -> DescribeManagedEndpoint |
Create a value of DescribeManagedEndpoint 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:id:DescribeManagedEndpoint', describeManagedEndpoint_id - This output displays ID of the managed endpoint.
$sel:virtualClusterId:DescribeManagedEndpoint', describeManagedEndpoint_virtualClusterId - The ID of the endpoint's virtual cluster.
Request Lenses
describeManagedEndpoint_id :: Lens' DescribeManagedEndpoint Text Source #
This output displays ID of the managed endpoint.
describeManagedEndpoint_virtualClusterId :: Lens' DescribeManagedEndpoint Text Source #
The ID of the endpoint's virtual cluster.
Destructuring the Response
data DescribeManagedEndpointResponse Source #
See: newDescribeManagedEndpointResponse smart constructor.
Constructors
| DescribeManagedEndpointResponse' | |
Fields
| |
Instances
newDescribeManagedEndpointResponse Source #
Create a value of DescribeManagedEndpointResponse 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:endpoint:DescribeManagedEndpointResponse', describeManagedEndpointResponse_endpoint - This output displays information about a managed endpoint.
$sel:httpStatus:DescribeManagedEndpointResponse', describeManagedEndpointResponse_httpStatus - The response's http status code.
Response Lenses
describeManagedEndpointResponse_endpoint :: Lens' DescribeManagedEndpointResponse (Maybe Endpoint) Source #
This output displays information about a managed endpoint.
describeManagedEndpointResponse_httpStatus :: Lens' DescribeManagedEndpointResponse Int Source #
The response's http status code.