| 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.ApiGatewayV2.DeleteRouteResponse
Description
Deletes a RouteResponse.
Synopsis
- data DeleteRouteResponse = DeleteRouteResponse' {}
- newDeleteRouteResponse :: Text -> Text -> Text -> DeleteRouteResponse
- deleteRouteResponse_routeResponseId :: Lens' DeleteRouteResponse Text
- deleteRouteResponse_apiId :: Lens' DeleteRouteResponse Text
- deleteRouteResponse_routeId :: Lens' DeleteRouteResponse Text
- data DeleteRouteResponseResponse = DeleteRouteResponseResponse' {
- newDeleteRouteResponseResponse :: DeleteRouteResponseResponse
Creating a Request
data DeleteRouteResponse Source #
See: newDeleteRouteResponse smart constructor.
Constructors
| DeleteRouteResponse' | |
Instances
newDeleteRouteResponse Source #
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> DeleteRouteResponse |
Create a value of DeleteRouteResponse 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:
DeleteRouteResponse, deleteRouteResponse_routeResponseId - The route response ID.
DeleteRouteResponse, deleteRouteResponse_apiId - The API identifier.
DeleteRouteResponse, deleteRouteResponse_routeId - The route ID.
Request Lenses
deleteRouteResponse_routeResponseId :: Lens' DeleteRouteResponse Text Source #
The route response ID.
deleteRouteResponse_apiId :: Lens' DeleteRouteResponse Text Source #
The API identifier.
deleteRouteResponse_routeId :: Lens' DeleteRouteResponse Text Source #
The route ID.
Destructuring the Response
data DeleteRouteResponseResponse Source #
See: newDeleteRouteResponseResponse smart constructor.
Constructors
| DeleteRouteResponseResponse' | |
Instances
newDeleteRouteResponseResponse :: DeleteRouteResponseResponse Source #
Create a value of DeleteRouteResponseResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.