| 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.DeleteDocumentationVersion
Description
Undocumented operation.
- deleteDocumentationVersion :: Text -> Text -> DeleteDocumentationVersion
- data DeleteDocumentationVersion
- ddvRestAPIId :: Lens' DeleteDocumentationVersion Text
- ddvDocumentationVersion :: Lens' DeleteDocumentationVersion Text
- deleteDocumentationVersionResponse :: DeleteDocumentationVersionResponse
- data DeleteDocumentationVersionResponse
Creating a Request
deleteDocumentationVersion Source #
Arguments
| :: Text | |
| -> Text | |
| -> DeleteDocumentationVersion |
Creates a value of DeleteDocumentationVersion with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ddvRestAPIId- [Required] The string identifier of the associatedRestApi.ddvDocumentationVersion- [Required] The version identifier of a to-be-deleted documentation snapshot.
data DeleteDocumentationVersion Source #
Deletes an existing documentation version of an API.
See: deleteDocumentationVersion smart constructor.
Instances
Request Lenses
ddvRestAPIId :: Lens' DeleteDocumentationVersion Text Source #
- Required
- The string identifier of the associated
RestApi.
ddvDocumentationVersion :: Lens' DeleteDocumentationVersion Text Source #
- Required
- The version identifier of a to-be-deleted documentation snapshot.
Destructuring the Response
deleteDocumentationVersionResponse :: DeleteDocumentationVersionResponse Source #
Creates a value of DeleteDocumentationVersionResponse with the minimum fields required to make a request.
data DeleteDocumentationVersionResponse Source #
See: deleteDocumentationVersionResponse smart constructor.
Instances