Copyright | (c) 2013-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Network.AWS.APIGateway.DeleteDocumentationPart
Description
Undocumented operation.
- deleteDocumentationPart :: Text -> Text -> DeleteDocumentationPart
- data DeleteDocumentationPart
- ddpRestAPIId :: Lens' DeleteDocumentationPart Text
- ddpDocumentationPartId :: Lens' DeleteDocumentationPart Text
- deleteDocumentationPartResponse :: DeleteDocumentationPartResponse
- data DeleteDocumentationPartResponse
Creating a Request
Arguments
:: Text | |
-> Text | |
-> 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:
ddpRestAPIId
- [Required] Specifies the identifier of an API of the to-be-deleted documentation part.ddpDocumentationPartId
- [Required] The identifier of the to-be-deleted documentation part.
data DeleteDocumentationPart #
Deletes an existing documentation part of an API.
See: deleteDocumentationPart
smart constructor.
Instances
Request Lenses
ddpRestAPIId :: Lens' DeleteDocumentationPart Text #
- Required
- Specifies the identifier of an API of the to-be-deleted documentation part.
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.