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

Contents

Description

Undocumented operation.

Synopsis

Creating a Request

deleteDocumentationPart Source #

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

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

data DeleteDocumentationPart Source #

Deletes an existing documentation part of an API.

See: deleteDocumentationPart smart constructor.

Instances

Eq DeleteDocumentationPart Source # 
Data DeleteDocumentationPart Source # 

Methods

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

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

toConstr :: DeleteDocumentationPart -> Constr #

dataTypeOf :: DeleteDocumentationPart -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteDocumentationPart Source # 
Show DeleteDocumentationPart Source # 
Generic DeleteDocumentationPart Source # 
Hashable DeleteDocumentationPart Source # 
NFData DeleteDocumentationPart Source # 

Methods

rnf :: DeleteDocumentationPart -> () #

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

Request Lenses

ddpRestAPIId :: Lens' DeleteDocumentationPart Text Source #

Required
The string identifier of the associated RestApi .

ddpDocumentationPartId :: Lens' DeleteDocumentationPart Text Source #

Required
The identifier of the to-be-deleted documentation part.

Destructuring the Response

deleteDocumentationPartResponse :: DeleteDocumentationPartResponse Source #

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

data DeleteDocumentationPartResponse Source #

See: deleteDocumentationPartResponse smart constructor.

Instances

Eq DeleteDocumentationPartResponse Source # 
Data DeleteDocumentationPartResponse Source # 

Methods

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

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

toConstr :: DeleteDocumentationPartResponse -> Constr #

dataTypeOf :: DeleteDocumentationPartResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

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