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.DeleteAPIKey

Contents

Description

Deletes the ApiKey resource.

Synopsis

Creating a Request

deleteAPIKey Source

Arguments

:: Text

dakApiKey

-> DeleteAPIKey 

Creates a value of DeleteAPIKey with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

dakApiKey :: Lens' DeleteAPIKey Text Source

The identifier of the ApiKey resource to be deleted.

Destructuring the Response

deleteAPIKeyResponse :: DeleteAPIKeyResponse Source

Creates a value of DeleteAPIKeyResponse with the minimum fields required to make a request.