amazonka-apigateway-1.3.5: 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.TestInvokeMethod

Contents

Description

Undocumented operation.

See: AWS API Reference for TestInvokeMethod.

Synopsis

Creating a Request

testInvokeMethod Source

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

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

Request Lenses

timBody :: Lens' TestInvokeMethod (Maybe Text) Source

Undocumented member.

Destructuring the Response

testInvokeMethodResponse Source

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

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

Response Lenses

timrsLog :: Lens' TestInvokeMethodResponse (Maybe Text) Source

The Amazon API Gateway execution log for the test invoke request.

timrsBody :: Lens' TestInvokeMethodResponse (Maybe Text) Source

The body of HTTP response.

timrsLatency :: Lens' TestInvokeMethodResponse (Maybe Integer) Source

The execution latency of the test invoke request.