| Copyright | (c) 2013-2016 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.APIGateway.DeleteAuthorizer
Description
Deletes an existing Authorizer resource.
Creating a Request
Arguments
| :: Text | |
| -> Text | |
| -> DeleteAuthorizer |
Creates a value of DeleteAuthorizer with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DeleteAuthorizer Source
Request to delete an existing Authorizer resource.
See: deleteAuthorizer smart constructor.
Instances
Request Lenses
daRestAPIId :: Lens' DeleteAuthorizer Text Source
The RestApi identifier for the Authorizer resource.
daAuthorizerId :: Lens' DeleteAuthorizer Text Source
The identifier of the Authorizer resource.
Destructuring the Response
deleteAuthorizerResponse :: DeleteAuthorizerResponse Source
Creates a value of DeleteAuthorizerResponse with the minimum fields required to make a request.
data DeleteAuthorizerResponse Source
See: deleteAuthorizerResponse smart constructor.