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 |
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.
DescribeManagedEndpoint' | |
|
Instances
newDescribeManagedEndpoint Source #
:: 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.
DescribeManagedEndpointResponse' | |
|
Instances
Eq DescribeManagedEndpointResponse Source # | |
Show DescribeManagedEndpointResponse Source # | |
Generic DescribeManagedEndpointResponse Source # | |
NFData DescribeManagedEndpointResponse Source # | |
Defined in Amazonka.EMRContainers.DescribeManagedEndpoint rnf :: DescribeManagedEndpointResponse -> () # | |
type Rep DescribeManagedEndpointResponse Source # | |
Defined in Amazonka.EMRContainers.DescribeManagedEndpoint type Rep DescribeManagedEndpointResponse = D1 ('MetaData "DescribeManagedEndpointResponse" "Amazonka.EMRContainers.DescribeManagedEndpoint" "libZSservicesZSamazonka-emr-containersZSamazonka-emr-containers" 'False) (C1 ('MetaCons "DescribeManagedEndpointResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "endpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Endpoint)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
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.