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 Route.
Synopsis
Creating a Request
data DeleteRoute Source #
See: newDeleteRoute
smart constructor.
Instances
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.
Instances
Eq DeleteRouteResponse' Source # | |
Defined in Amazonka.ApiGatewayV2.DeleteRoute (==) :: DeleteRouteResponse' -> DeleteRouteResponse' -> Bool # (/=) :: DeleteRouteResponse' -> DeleteRouteResponse' -> Bool # | |
Read DeleteRouteResponse' Source # | |
Show DeleteRouteResponse' Source # | |
Defined in Amazonka.ApiGatewayV2.DeleteRoute showsPrec :: Int -> DeleteRouteResponse' -> ShowS # show :: DeleteRouteResponse' -> String # showList :: [DeleteRouteResponse'] -> ShowS # | |
Generic DeleteRouteResponse' Source # | |
Defined in Amazonka.ApiGatewayV2.DeleteRoute type Rep DeleteRouteResponse' :: Type -> Type # from :: DeleteRouteResponse' -> Rep DeleteRouteResponse' x # to :: Rep DeleteRouteResponse' x -> DeleteRouteResponse' # | |
NFData DeleteRouteResponse' Source # | |
Defined in Amazonka.ApiGatewayV2.DeleteRoute rnf :: DeleteRouteResponse' -> () # | |
type Rep DeleteRouteResponse' Source # | |
newDeleteRouteResponse' :: DeleteRouteResponse' Source #
Create a value of DeleteRouteResponse'
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.