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 |
Removes a URI template from a knowledge base.
Synopsis
- data RemoveKnowledgeBaseTemplateUri = RemoveKnowledgeBaseTemplateUri' {}
- newRemoveKnowledgeBaseTemplateUri :: Text -> RemoveKnowledgeBaseTemplateUri
- removeKnowledgeBaseTemplateUri_knowledgeBaseId :: Lens' RemoveKnowledgeBaseTemplateUri Text
- data RemoveKnowledgeBaseTemplateUriResponse = RemoveKnowledgeBaseTemplateUriResponse' {
- httpStatus :: Int
- newRemoveKnowledgeBaseTemplateUriResponse :: Int -> RemoveKnowledgeBaseTemplateUriResponse
- removeKnowledgeBaseTemplateUriResponse_httpStatus :: Lens' RemoveKnowledgeBaseTemplateUriResponse Int
Creating a Request
data RemoveKnowledgeBaseTemplateUri Source #
See: newRemoveKnowledgeBaseTemplateUri
smart constructor.
RemoveKnowledgeBaseTemplateUri' | |
|
Instances
newRemoveKnowledgeBaseTemplateUri Source #
Create a value of RemoveKnowledgeBaseTemplateUri
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:knowledgeBaseId:RemoveKnowledgeBaseTemplateUri'
, removeKnowledgeBaseTemplateUri_knowledgeBaseId
- The the identifier of the knowledge base. Can be either the ID or the
ARN. URLs cannot contain the ARN.
Request Lenses
removeKnowledgeBaseTemplateUri_knowledgeBaseId :: Lens' RemoveKnowledgeBaseTemplateUri Text Source #
The the identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.
Destructuring the Response
data RemoveKnowledgeBaseTemplateUriResponse Source #
See: newRemoveKnowledgeBaseTemplateUriResponse
smart constructor.
RemoveKnowledgeBaseTemplateUriResponse' | |
|
Instances
newRemoveKnowledgeBaseTemplateUriResponse Source #
Create a value of RemoveKnowledgeBaseTemplateUriResponse
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:httpStatus:RemoveKnowledgeBaseTemplateUriResponse'
, removeKnowledgeBaseTemplateUriResponse_httpStatus
- The response's http status code.
Response Lenses
removeKnowledgeBaseTemplateUriResponse_httpStatus :: Lens' RemoveKnowledgeBaseTemplateUriResponse Int Source #
The response's http status code.