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

Contents

Description

Undocumented operation.

Synopsis

Creating a Request

testInvokeAuthorizer Source

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

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

Request Lenses

Destructuring the Response

testInvokeAuthorizerResponse Source

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

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

Response Lenses

tiarsLog :: Lens' TestInvokeAuthorizerResponse (Maybe Text) Source

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

tiarsLatency :: Lens' TestInvokeAuthorizerResponse (Maybe Integer) Source

The execution latency of the test authorizer request

tiarsClientStatus :: Lens' TestInvokeAuthorizerResponse (Maybe Int) Source

The HTTP status code that the client would have received. Value is 0 if the authorizer succeeded.

tiarsPolicy :: Lens' TestInvokeAuthorizerResponse (Maybe Text) Source

The policy JSON document returned by the Authorizer