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 #

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 #

Deletes an existing documentation part of an API.

See: deleteDocumentationPart smart constructor.

Instances

Eq DeleteDocumentationPart # 
Data DeleteDocumentationPart # 

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 # 
Show DeleteDocumentationPart # 
Generic DeleteDocumentationPart # 
Hashable DeleteDocumentationPart # 
NFData DeleteDocumentationPart # 

Methods

rnf :: DeleteDocumentationPart -> () #

AWSRequest DeleteDocumentationPart # 
ToHeaders DeleteDocumentationPart # 
ToPath DeleteDocumentationPart # 
ToQuery DeleteDocumentationPart # 
type Rep DeleteDocumentationPart # 
type Rep DeleteDocumentationPart = D1 * (MetaData "DeleteDocumentationPart" "Network.AWS.APIGateway.DeleteDocumentationPart" "amazonka-apigateway-1.6.0-6sEXF2HuGsL3K99fRnfViy" 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 # 

Request Lenses

ddpRestAPIId :: Lens' DeleteDocumentationPart Text #

Required
The string identifier of the associated RestApi .

ddpDocumentationPartId :: Lens' DeleteDocumentationPart Text #

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

Destructuring the Response

deleteDocumentationPartResponse :: DeleteDocumentationPartResponse #

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

data DeleteDocumentationPartResponse #

See: deleteDocumentationPartResponse smart constructor.

Instances

Eq DeleteDocumentationPartResponse # 
Data DeleteDocumentationPartResponse # 

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 # 
Show DeleteDocumentationPartResponse # 
Generic DeleteDocumentationPartResponse # 
NFData DeleteDocumentationPartResponse # 
type Rep DeleteDocumentationPartResponse # 
type Rep DeleteDocumentationPartResponse = D1 * (MetaData "DeleteDocumentationPartResponse" "Network.AWS.APIGateway.DeleteDocumentationPart" "amazonka-apigateway-1.6.0-6sEXF2HuGsL3K99fRnfViy" False) (C1 * (MetaCons "DeleteDocumentationPartResponse'" PrefixI False) (U1 *))