amazonka-apigateway-1.4.0: Amazon API Gateway SDK.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.APIGateway.DeleteAuthorizer

Contents

Description

Deletes an existing Authorizer resource.

Synopsis

Creating a Request

deleteAuthorizer Source

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:

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.