| 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.DeleteManagedEndpoint
Description
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.
Constructors
| DeleteManagedEndpoint' | |
Fields 
  | |
Instances
newDeleteManagedEndpoint Source #
Arguments
| :: 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:
DeleteManagedEndpoint, deleteManagedEndpoint_id - The ID of the managed endpoint.
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.
Constructors
| DeleteManagedEndpointResponse' | |
Fields 
  | |
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:
DeleteManagedEndpoint, deleteManagedEndpointResponse_id - The output displays the ID of the managed endpoint.
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.