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 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.
DeleteDevEndpoint' | |
|
Instances
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:
$sel:endpointName: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.
DeleteDevEndpointResponse' | |
|
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.