Copyright | (c) 2013-2021 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 |
- - | Undocumented operation.
Synopsis
- data DeleteDocumentationPart = DeleteDocumentationPart' {}
- newDeleteDocumentationPart :: Text -> Text -> DeleteDocumentationPart
- deleteDocumentationPart_restApiId :: Lens' DeleteDocumentationPart Text
- deleteDocumentationPart_documentationPartId :: Lens' DeleteDocumentationPart Text
- data DeleteDocumentationPartResponse = DeleteDocumentationPartResponse' {
- newDeleteDocumentationPartResponse :: DeleteDocumentationPartResponse
Creating a Request
data DeleteDocumentationPart Source #
Deletes an existing documentation part of an API.
See: newDeleteDocumentationPart
smart constructor.
DeleteDocumentationPart' | |
|
Instances
newDeleteDocumentationPart Source #
:: Text | |
-> Text | |
-> DeleteDocumentationPart |
Create a value of DeleteDocumentationPart
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:restApiId:DeleteDocumentationPart'
, deleteDocumentationPart_restApiId
- [Required] The string identifier of the associated RestApi.
$sel:documentationPartId:DeleteDocumentationPart'
, deleteDocumentationPart_documentationPartId
- [Required] The identifier of the to-be-deleted documentation part.
Request Lenses
deleteDocumentationPart_restApiId :: Lens' DeleteDocumentationPart Text Source #
- Required
- The string identifier of the associated RestApi.
deleteDocumentationPart_documentationPartId :: Lens' DeleteDocumentationPart Text Source #
- Required
- The identifier of the to-be-deleted documentation part.
Destructuring the Response
data DeleteDocumentationPartResponse Source #
See: newDeleteDocumentationPartResponse
smart constructor.
Instances
newDeleteDocumentationPartResponse :: DeleteDocumentationPartResponse Source #
Create a value of DeleteDocumentationPartResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.