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.DeleteRoute
Description
Deletes a Route.
Synopsis
Creating a Request
data DeleteRoute Source #
See: newDeleteRoute
smart constructor.
Constructors
DeleteRoute' | |
Instances
Arguments
:: Text | |
-> Text | |
-> DeleteRoute |
Create a value of DeleteRoute
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:
DeleteRoute
, deleteRoute_apiId
- The API identifier.
DeleteRoute
, deleteRoute_routeId
- The route ID.
Request Lenses
deleteRoute_apiId :: Lens' DeleteRoute Text Source #
The API identifier.
deleteRoute_routeId :: Lens' DeleteRoute Text Source #
The route ID.
Destructuring the Response
data DeleteRouteResponse' Source #
See: newDeleteRouteResponse'
smart constructor.
Constructors
DeleteRouteResponse'' | |
Instances
newDeleteRouteResponse' :: DeleteRouteResponse' Source #
Create a value of DeleteRouteResponse'
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.