| Copyright | (c) 2013-2017 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@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
deleteDocumentationPart Source #
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] The string identifier of the associatedRestApi.ddpDocumentationPartId- [Required] The identifier of the to-be-deleted documentation part.
data DeleteDocumentationPart Source #
Deletes an existing documentation part of an API.
See: deleteDocumentationPart smart constructor.
Instances
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