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 |
Deletes 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 DeleteManagedEndpoint = DeleteManagedEndpoint' {
- id :: Text
- virtualClusterId :: Text
- newDeleteManagedEndpoint :: Text -> Text -> DeleteManagedEndpoint
- deleteManagedEndpoint_id :: Lens' DeleteManagedEndpoint Text
- deleteManagedEndpoint_virtualClusterId :: Lens' DeleteManagedEndpoint Text
- data DeleteManagedEndpointResponse = DeleteManagedEndpointResponse' {
- id :: Maybe Text
- virtualClusterId :: Maybe Text
- httpStatus :: Int
- newDeleteManagedEndpointResponse :: Int -> DeleteManagedEndpointResponse
- deleteManagedEndpointResponse_id :: Lens' DeleteManagedEndpointResponse (Maybe Text)
- deleteManagedEndpointResponse_virtualClusterId :: Lens' DeleteManagedEndpointResponse (Maybe Text)
- deleteManagedEndpointResponse_httpStatus :: Lens' DeleteManagedEndpointResponse Int
Creating a Request
data DeleteManagedEndpoint Source #
See: newDeleteManagedEndpoint
smart constructor.
DeleteManagedEndpoint' | |
|
Instances
newDeleteManagedEndpoint Source #
:: Text | |
-> Text | |
-> DeleteManagedEndpoint |
Create a value of DeleteManagedEndpoint
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:DeleteManagedEndpoint'
, deleteManagedEndpoint_id
- The ID of the managed endpoint.
$sel:virtualClusterId:DeleteManagedEndpoint'
, deleteManagedEndpoint_virtualClusterId
- The ID of the endpoint's virtual cluster.
Request Lenses
deleteManagedEndpoint_id :: Lens' DeleteManagedEndpoint Text Source #
The ID of the managed endpoint.
deleteManagedEndpoint_virtualClusterId :: Lens' DeleteManagedEndpoint Text Source #
The ID of the endpoint's virtual cluster.
Destructuring the Response
data DeleteManagedEndpointResponse Source #
See: newDeleteManagedEndpointResponse
smart constructor.
DeleteManagedEndpointResponse' | |
|
Instances
newDeleteManagedEndpointResponse Source #
Create a value of DeleteManagedEndpointResponse
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:DeleteManagedEndpoint'
, deleteManagedEndpointResponse_id
- The output displays the ID of the managed endpoint.
$sel:virtualClusterId:DeleteManagedEndpoint'
, deleteManagedEndpointResponse_virtualClusterId
- The output displays the ID of the endpoint's virtual cluster.
$sel:httpStatus:DeleteManagedEndpointResponse'
, deleteManagedEndpointResponse_httpStatus
- The response's http status code.
Response Lenses
deleteManagedEndpointResponse_id :: Lens' DeleteManagedEndpointResponse (Maybe Text) Source #
The output displays the ID of the managed endpoint.
deleteManagedEndpointResponse_virtualClusterId :: Lens' DeleteManagedEndpointResponse (Maybe Text) Source #
The output displays the ID of the endpoint's virtual cluster.
deleteManagedEndpointResponse_httpStatus :: Lens' DeleteManagedEndpointResponse Int Source #
The response's http status code.