| 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 |
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:
$sel:apiId:DeleteRoute', deleteRoute_apiId - The API identifier.
$sel:routeId: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.