| 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.Glue.DeleteDevEndpoint
Description
Deletes a specified development endpoint.
Synopsis
- data DeleteDevEndpoint = DeleteDevEndpoint' {
- endpointName :: Text
- newDeleteDevEndpoint :: Text -> DeleteDevEndpoint
- deleteDevEndpoint_endpointName :: Lens' DeleteDevEndpoint Text
- data DeleteDevEndpointResponse = DeleteDevEndpointResponse' {
- httpStatus :: Int
- newDeleteDevEndpointResponse :: Int -> DeleteDevEndpointResponse
- deleteDevEndpointResponse_httpStatus :: Lens' DeleteDevEndpointResponse Int
Creating a Request
data DeleteDevEndpoint Source #
See: newDeleteDevEndpoint smart constructor.
Constructors
| DeleteDevEndpoint' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> DeleteDevEndpoint |
Create a value of DeleteDevEndpoint 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:
DeleteDevEndpoint, deleteDevEndpoint_endpointName - The name of the DevEndpoint.
Request Lenses
deleteDevEndpoint_endpointName :: Lens' DeleteDevEndpoint Text Source #
The name of the DevEndpoint.
Destructuring the Response
data DeleteDevEndpointResponse Source #
See: newDeleteDevEndpointResponse smart constructor.
Constructors
| DeleteDevEndpointResponse' | |
Fields
| |
Instances
newDeleteDevEndpointResponse Source #
Create a value of DeleteDevEndpointResponse 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:httpStatus:DeleteDevEndpointResponse', deleteDevEndpointResponse_httpStatus - The response's http status code.
Response Lenses
deleteDevEndpointResponse_httpStatus :: Lens' DeleteDevEndpointResponse Int Source #
The response's http status code.