| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Wisdom.RemoveKnowledgeBaseTemplateUri
Description
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.
Constructors
| RemoveKnowledgeBaseTemplateUri' | |
Fields
| |
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:
RemoveKnowledgeBaseTemplateUri, removeKnowledgeBaseTemplateUri_knowledgeBaseId - 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 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.
Constructors
| RemoveKnowledgeBaseTemplateUriResponse' | |
Fields
| |
Instances
newRemoveKnowledgeBaseTemplateUriResponse Source #
Arguments
| :: Int | |
| -> RemoveKnowledgeBaseTemplateUriResponse |
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.