amazonka-apigateway-1.6.1: 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 # 
Instance details

Defined in Network.AWS.APIGateway.DeleteIntegration

Data DeleteIntegration Source # 
Instance details

Defined in Network.AWS.APIGateway.DeleteIntegration

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 # 
Instance details

Defined in Network.AWS.APIGateway.DeleteIntegration

Show DeleteIntegration Source # 
Instance details

Defined in Network.AWS.APIGateway.DeleteIntegration

Generic DeleteIntegration Source # 
Instance details

Defined in Network.AWS.APIGateway.DeleteIntegration

Associated Types

type Rep DeleteIntegration :: Type -> Type #

Hashable DeleteIntegration Source # 
Instance details

Defined in Network.AWS.APIGateway.DeleteIntegration

AWSRequest DeleteIntegration Source # 
Instance details

Defined in Network.AWS.APIGateway.DeleteIntegration

Associated Types

type Rs DeleteIntegration :: Type #

ToHeaders DeleteIntegration Source # 
Instance details

Defined in Network.AWS.APIGateway.DeleteIntegration

ToPath DeleteIntegration Source # 
Instance details

Defined in Network.AWS.APIGateway.DeleteIntegration

ToQuery DeleteIntegration Source # 
Instance details

Defined in Network.AWS.APIGateway.DeleteIntegration

NFData DeleteIntegration Source # 
Instance details

Defined in Network.AWS.APIGateway.DeleteIntegration

Methods

rnf :: DeleteIntegration -> () #

type Rep DeleteIntegration Source # 
Instance details

Defined in Network.AWS.APIGateway.DeleteIntegration

type Rep DeleteIntegration = D1 (MetaData "DeleteIntegration" "Network.AWS.APIGateway.DeleteIntegration" "amazonka-apigateway-1.6.1-BCCM2RP3l9Q2ENgHvKrj59" False) (C1 (MetaCons "DeleteIntegration'" PrefixI True) (S1 (MetaSel (Just "_delRestAPIId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: (S1 (MetaSel (Just "_delResourceId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_delHttpMethod") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Rs DeleteIntegration Source # 
Instance details

Defined in Network.AWS.APIGateway.DeleteIntegration

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 # 
Instance details

Defined in Network.AWS.APIGateway.DeleteIntegration

Data DeleteIntegrationResponse' Source # 
Instance details

Defined in Network.AWS.APIGateway.DeleteIntegration

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 # 
Instance details

Defined in Network.AWS.APIGateway.DeleteIntegration

Show DeleteIntegrationResponse' Source # 
Instance details

Defined in Network.AWS.APIGateway.DeleteIntegration

Generic DeleteIntegrationResponse' Source # 
Instance details

Defined in Network.AWS.APIGateway.DeleteIntegration

Associated Types

type Rep DeleteIntegrationResponse' :: Type -> Type #

NFData DeleteIntegrationResponse' Source # 
Instance details

Defined in Network.AWS.APIGateway.DeleteIntegration

type Rep DeleteIntegrationResponse' Source # 
Instance details

Defined in Network.AWS.APIGateway.DeleteIntegration

type Rep DeleteIntegrationResponse' = D1 (MetaData "DeleteIntegrationResponse'" "Network.AWS.APIGateway.DeleteIntegration" "amazonka-apigateway-1.6.1-BCCM2RP3l9Q2ENgHvKrj59" False) (C1 (MetaCons "DeleteIntegrationResponse''" PrefixI False) (U1 :: Type -> Type))