amazonka-apigateway-1.3.6: Amazon API Gateway SDK.

Copyright(c) 2013-2015 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.DeleteModel

Contents

Description

Deletes a model.

See: AWS API Reference for DeleteModel.

Synopsis

Creating a Request

deleteModel Source

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

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

Request Lenses

dRestAPIId :: Lens' DeleteModel Text Source

The RestApi under which the model will be deleted.

dModelName :: Lens' DeleteModel Text Source

The name of the model to delete.

Destructuring the Response

deleteModelResponse :: DeleteModelResponse Source

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