amazonka-apigateway-1.6.0: Amazon API Gateway SDK.

Copyright(c) 2013-2018 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.APIGateway.DeleteIntegrationResponse

Contents

Description

Represents a delete integration response.

Synopsis

Creating a Request

deleteIntegrationResponse Source #

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

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

  • diRestAPIId - [Required] The string identifier of the associated RestApi .
  • diResourceId - [Required] Specifies a delete integration response request's resource identifier.
  • diHttpMethod - [Required] Specifies a delete integration response request's HTTP method.
  • diStatusCode - [Required] Specifies a delete integration response request's status code.

data DeleteIntegrationResponse Source #

Represents a delete integration response request.

See: deleteIntegrationResponse smart constructor.

Instances

Eq DeleteIntegrationResponse Source # 
Data DeleteIntegrationResponse Source # 

Methods

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

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

toConstr :: DeleteIntegrationResponse -> Constr #

dataTypeOf :: DeleteIntegrationResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteIntegrationResponse Source # 
Show DeleteIntegrationResponse Source # 
Generic DeleteIntegrationResponse Source # 
Hashable DeleteIntegrationResponse Source # 
NFData DeleteIntegrationResponse Source # 
AWSRequest DeleteIntegrationResponse Source # 
ToHeaders DeleteIntegrationResponse Source # 
ToPath DeleteIntegrationResponse Source # 
ToQuery DeleteIntegrationResponse Source # 
type Rep DeleteIntegrationResponse Source # 
type Rep DeleteIntegrationResponse = D1 * (MetaData "DeleteIntegrationResponse" "Network.AWS.APIGateway.DeleteIntegrationResponse" "amazonka-apigateway-1.6.0-JJ9NJtNe0aRBcVRYpJCEA2" False) (C1 * (MetaCons "DeleteIntegrationResponse'" PrefixI True) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_diRestAPIId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)) (S1 * (MetaSel (Just Symbol "_diResourceId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_diHttpMethod") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)) (S1 * (MetaSel (Just Symbol "_diStatusCode") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)))))
type Rs DeleteIntegrationResponse Source # 

Request Lenses

diRestAPIId :: Lens' DeleteIntegrationResponse Text Source #

Required
The string identifier of the associated RestApi .

diResourceId :: Lens' DeleteIntegrationResponse Text Source #

Required
Specifies a delete integration response request's resource identifier.

diHttpMethod :: Lens' DeleteIntegrationResponse Text Source #

Required
Specifies a delete integration response request's HTTP method.

diStatusCode :: Lens' DeleteIntegrationResponse Text Source #

Required
Specifies a delete integration response request's status code.

Destructuring the Response

deleteIntegrationResponseResponse :: DeleteIntegrationResponseResponse Source #

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

data DeleteIntegrationResponseResponse Source #

See: deleteIntegrationResponseResponse smart constructor.

Instances

Eq DeleteIntegrationResponseResponse Source # 
Data DeleteIntegrationResponseResponse Source # 

Methods

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

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

toConstr :: DeleteIntegrationResponseResponse -> Constr #

dataTypeOf :: DeleteIntegrationResponseResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteIntegrationResponseResponse Source # 
Show DeleteIntegrationResponseResponse Source # 
Generic DeleteIntegrationResponseResponse Source # 
NFData DeleteIntegrationResponseResponse Source # 
type Rep DeleteIntegrationResponseResponse Source # 
type Rep DeleteIntegrationResponseResponse = D1 * (MetaData "DeleteIntegrationResponseResponse" "Network.AWS.APIGateway.DeleteIntegrationResponse" "amazonka-apigateway-1.6.0-JJ9NJtNe0aRBcVRYpJCEA2" False) (C1 * (MetaCons "DeleteIntegrationResponseResponse'" PrefixI False) (U1 *))