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

Contents

Description

Represents a delete integration.

Synopsis

Creating a Request

deleteIntegration Source #

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

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

  • delRestAPIId - [Required] The string identifier of the associated RestApi .
  • delResourceId - [Required] Specifies a delete integration request's resource identifier.
  • delHttpMethod - [Required] Specifies a delete integration request's HTTP method.

data DeleteIntegration Source #

Represents a delete integration request.

See: deleteIntegration smart constructor.

Instances

Eq DeleteIntegration Source # 
Data DeleteIntegration Source # 

Methods

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

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

toConstr :: DeleteIntegration -> Constr #

dataTypeOf :: DeleteIntegration -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteIntegration Source # 
Show DeleteIntegration Source # 
Generic DeleteIntegration Source # 
Hashable DeleteIntegration Source # 
NFData DeleteIntegration Source # 

Methods

rnf :: DeleteIntegration -> () #

AWSRequest DeleteIntegration Source # 
ToHeaders DeleteIntegration Source # 
ToPath DeleteIntegration Source # 
ToQuery DeleteIntegration Source # 
type Rep DeleteIntegration Source # 
type Rep DeleteIntegration = D1 * (MetaData "DeleteIntegration" "Network.AWS.APIGateway.DeleteIntegration" "amazonka-apigateway-1.6.0-JJ9NJtNe0aRBcVRYpJCEA2" False) (C1 * (MetaCons "DeleteIntegration'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_delRestAPIId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)) ((:*:) * (S1 * (MetaSel (Just Symbol "_delResourceId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)) (S1 * (MetaSel (Just Symbol "_delHttpMethod") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)))))
type Rs DeleteIntegration Source # 

Request Lenses

delRestAPIId :: Lens' DeleteIntegration Text Source #

Required
The string identifier of the associated RestApi .

delResourceId :: Lens' DeleteIntegration Text Source #

Required
Specifies a delete integration request's resource identifier.

delHttpMethod :: Lens' DeleteIntegration Text Source #

Required
Specifies a delete integration request's HTTP method.

Destructuring the Response

deleteIntegrationResponse' :: DeleteIntegrationResponse' Source #

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

data DeleteIntegrationResponse' Source #

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 # 
NFData DeleteIntegrationResponse' Source # 
type Rep DeleteIntegrationResponse' Source # 
type Rep DeleteIntegrationResponse' = D1 * (MetaData "DeleteIntegrationResponse'" "Network.AWS.APIGateway.DeleteIntegration" "amazonka-apigateway-1.6.0-JJ9NJtNe0aRBcVRYpJCEA2" False) (C1 * (MetaCons "DeleteIntegrationResponse''" PrefixI False) (U1 *))