| Copyright | (c) 2013-2017 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 |
| Language | Haskell2010 |
Network.AWS.APIGateway.DeleteRequestValidator
Description
Deletes a RequestValidator of a given RestApi .
Creating a Request
deleteRequestValidator Source #
Arguments
| :: Text | |
| -> Text | |
| -> DeleteRequestValidator |
Creates a value of DeleteRequestValidator with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
drvRestAPIId- The string identifier of the associatedRestApi.drvRequestValidatorId- [Required] The identifier of theRequestValidatorto be deleted.
data DeleteRequestValidator Source #
Deletes a specified RequestValidator of a given RestApi .
See: deleteRequestValidator smart constructor.
Instances
Request Lenses
drvRestAPIId :: Lens' DeleteRequestValidator Text Source #
The string identifier of the associated RestApi .
drvRequestValidatorId :: Lens' DeleteRequestValidator Text Source #
- Required
- The identifier of the
RequestValidatorto be deleted.
Destructuring the Response
deleteRequestValidatorResponse :: DeleteRequestValidatorResponse Source #
Creates a value of DeleteRequestValidatorResponse with the minimum fields required to make a request.
data DeleteRequestValidatorResponse Source #
See: deleteRequestValidatorResponse smart constructor.
Instances