amazonka-apigateway-1.4.1: 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.GetIntegrationResponse

Contents

Description

Represents a get integration response.

Synopsis

Creating a Request

getIntegrationResponse Source #

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

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

data GetIntegrationResponse Source #

Represents a get integration response request.

See: getIntegrationResponse smart constructor.

Instances

Eq GetIntegrationResponse Source # 
Data GetIntegrationResponse Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> GetIntegrationResponse -> c GetIntegrationResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c GetIntegrationResponse #

toConstr :: GetIntegrationResponse -> Constr #

dataTypeOf :: GetIntegrationResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c GetIntegrationResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c GetIntegrationResponse) #

gmapT :: (forall b. Data b => b -> b) -> GetIntegrationResponse -> GetIntegrationResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> GetIntegrationResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> GetIntegrationResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> GetIntegrationResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> GetIntegrationResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> GetIntegrationResponse -> m GetIntegrationResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> GetIntegrationResponse -> m GetIntegrationResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> GetIntegrationResponse -> m GetIntegrationResponse #

Read GetIntegrationResponse Source # 
Show GetIntegrationResponse Source # 
Generic GetIntegrationResponse Source # 
Hashable GetIntegrationResponse Source # 
NFData GetIntegrationResponse Source # 

Methods

rnf :: GetIntegrationResponse -> () #

AWSRequest GetIntegrationResponse Source # 
ToQuery GetIntegrationResponse Source # 
ToPath GetIntegrationResponse Source # 
ToHeaders GetIntegrationResponse Source # 
type Rep GetIntegrationResponse Source # 
type Rep GetIntegrationResponse = D1 (MetaData "GetIntegrationResponse" "Network.AWS.APIGateway.GetIntegrationResponse" "amazonka-apigateway-1.4.1-9LwN6bvDRGjBL5d3wQjvoh" False) (C1 (MetaCons "GetIntegrationResponse'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_getRestAPIId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_getResourceId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))) ((:*:) (S1 (MetaSel (Just Symbol "_getHttpMethod") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_getStatusCode") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Rs GetIntegrationResponse Source # 

Request Lenses

getRestAPIId :: Lens' GetIntegrationResponse Text Source #

Specifies a get integration response request's API identifier.

getResourceId :: Lens' GetIntegrationResponse Text Source #

Specifies a get integration response request's resource identifier.

getHttpMethod :: Lens' GetIntegrationResponse Text Source #

Specifies a get integration response request's HTTP method.

getStatusCode :: Lens' GetIntegrationResponse Text Source #

Specifies a get integration response request's status code.

Destructuring the Response

integrationResponse :: IntegrationResponse Source #

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

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

data IntegrationResponse Source #

Represents an integration response. The status code must map to an existing MethodResponse, and parameters and templates can be used to transform the backend response.

See: integrationResponse smart constructor.

Instances

Eq IntegrationResponse Source # 
Data IntegrationResponse Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> IntegrationResponse -> c IntegrationResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c IntegrationResponse #

toConstr :: IntegrationResponse -> Constr #

dataTypeOf :: IntegrationResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c IntegrationResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c IntegrationResponse) #

gmapT :: (forall b. Data b => b -> b) -> IntegrationResponse -> IntegrationResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> IntegrationResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> IntegrationResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> IntegrationResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> IntegrationResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> IntegrationResponse -> m IntegrationResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> IntegrationResponse -> m IntegrationResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> IntegrationResponse -> m IntegrationResponse #

Read IntegrationResponse Source # 
Show IntegrationResponse Source # 
Generic IntegrationResponse Source # 
Hashable IntegrationResponse Source # 
FromJSON IntegrationResponse Source # 
NFData IntegrationResponse Source # 

Methods

rnf :: IntegrationResponse -> () #

type Rep IntegrationResponse Source # 
type Rep IntegrationResponse = D1 (MetaData "IntegrationResponse" "Network.AWS.APIGateway.Types.Product" "amazonka-apigateway-1.4.1-9LwN6bvDRGjBL5d3wQjvoh" False) (C1 (MetaCons "IntegrationResponse'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_iResponseTemplates") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Map Text Text)))) (S1 (MetaSel (Just Symbol "_iSelectionPattern") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_iStatusCode") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_iResponseParameters") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Map Text Text)))))))

Response Lenses

iResponseTemplates :: Lens' IntegrationResponse (HashMap Text Text) Source #

Specifies the templates used to transform the integration response body. Response templates are represented as a key/value map, with a content-type as the key and a template as the value.

iSelectionPattern :: Lens' IntegrationResponse (Maybe Text) Source #

Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.

iStatusCode :: Lens' IntegrationResponse (Maybe Text) Source #

Specifies the status code that is used to map the integration response to an existing MethodResponse.

iResponseParameters :: Lens' IntegrationResponse (HashMap Text Text) Source #

Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern 'integration.response.header.{name}'.