libZSservicesZSamazonka-wisdomZSamazonka-wisdom
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Wisdom.RemoveKnowledgeBaseTemplateUri

Description

Removes a URI template from a knowledge base.

Synopsis

Creating a Request

data RemoveKnowledgeBaseTemplateUri Source #

See: newRemoveKnowledgeBaseTemplateUri smart constructor.

Constructors

RemoveKnowledgeBaseTemplateUri' 

Fields

  • knowledgeBaseId :: Text

    The the identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.

Instances

Instances details
Eq RemoveKnowledgeBaseTemplateUri Source # 
Instance details

Defined in Amazonka.Wisdom.RemoveKnowledgeBaseTemplateUri

Read RemoveKnowledgeBaseTemplateUri Source # 
Instance details

Defined in Amazonka.Wisdom.RemoveKnowledgeBaseTemplateUri

Show RemoveKnowledgeBaseTemplateUri Source # 
Instance details

Defined in Amazonka.Wisdom.RemoveKnowledgeBaseTemplateUri

Generic RemoveKnowledgeBaseTemplateUri Source # 
Instance details

Defined in Amazonka.Wisdom.RemoveKnowledgeBaseTemplateUri

Associated Types

type Rep RemoveKnowledgeBaseTemplateUri :: Type -> Type #

NFData RemoveKnowledgeBaseTemplateUri Source # 
Instance details

Defined in Amazonka.Wisdom.RemoveKnowledgeBaseTemplateUri

Hashable RemoveKnowledgeBaseTemplateUri Source # 
Instance details

Defined in Amazonka.Wisdom.RemoveKnowledgeBaseTemplateUri

AWSRequest RemoveKnowledgeBaseTemplateUri Source # 
Instance details

Defined in Amazonka.Wisdom.RemoveKnowledgeBaseTemplateUri

ToHeaders RemoveKnowledgeBaseTemplateUri Source # 
Instance details

Defined in Amazonka.Wisdom.RemoveKnowledgeBaseTemplateUri

ToPath RemoveKnowledgeBaseTemplateUri Source # 
Instance details

Defined in Amazonka.Wisdom.RemoveKnowledgeBaseTemplateUri

ToQuery RemoveKnowledgeBaseTemplateUri Source # 
Instance details

Defined in Amazonka.Wisdom.RemoveKnowledgeBaseTemplateUri

type Rep RemoveKnowledgeBaseTemplateUri Source # 
Instance details

Defined in Amazonka.Wisdom.RemoveKnowledgeBaseTemplateUri

type Rep RemoveKnowledgeBaseTemplateUri = D1 ('MetaData "RemoveKnowledgeBaseTemplateUri" "Amazonka.Wisdom.RemoveKnowledgeBaseTemplateUri" "libZSservicesZSamazonka-wisdomZSamazonka-wisdom" 'False) (C1 ('MetaCons "RemoveKnowledgeBaseTemplateUri'" 'PrefixI 'True) (S1 ('MetaSel ('Just "knowledgeBaseId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse RemoveKnowledgeBaseTemplateUri Source # 
Instance details

Defined in Amazonka.Wisdom.RemoveKnowledgeBaseTemplateUri

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 #

Constructors

RemoveKnowledgeBaseTemplateUriResponse' 

Fields

Instances

Instances details
Eq RemoveKnowledgeBaseTemplateUriResponse Source # 
Instance details

Defined in Amazonka.Wisdom.RemoveKnowledgeBaseTemplateUri

Read RemoveKnowledgeBaseTemplateUriResponse Source # 
Instance details

Defined in Amazonka.Wisdom.RemoveKnowledgeBaseTemplateUri

Show RemoveKnowledgeBaseTemplateUriResponse Source # 
Instance details

Defined in Amazonka.Wisdom.RemoveKnowledgeBaseTemplateUri

Generic RemoveKnowledgeBaseTemplateUriResponse Source # 
Instance details

Defined in Amazonka.Wisdom.RemoveKnowledgeBaseTemplateUri

NFData RemoveKnowledgeBaseTemplateUriResponse Source # 
Instance details

Defined in Amazonka.Wisdom.RemoveKnowledgeBaseTemplateUri

type Rep RemoveKnowledgeBaseTemplateUriResponse Source # 
Instance details

Defined in Amazonka.Wisdom.RemoveKnowledgeBaseTemplateUri

type Rep RemoveKnowledgeBaseTemplateUriResponse = D1 ('MetaData "RemoveKnowledgeBaseTemplateUriResponse" "Amazonka.Wisdom.RemoveKnowledgeBaseTemplateUri" "libZSservicesZSamazonka-wisdomZSamazonka-wisdom" 'False) (C1 ('MetaCons "RemoveKnowledgeBaseTemplateUriResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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