amazonka-wisdom-2.0: Amazon Connect Wisdom Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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 identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.

Instances

Instances details
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

AWSRequest 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 #

Read RemoveKnowledgeBaseTemplateUri Source # 
Instance details

Defined in Amazonka.Wisdom.RemoveKnowledgeBaseTemplateUri

Show RemoveKnowledgeBaseTemplateUri Source # 
Instance details

Defined in Amazonka.Wisdom.RemoveKnowledgeBaseTemplateUri

NFData RemoveKnowledgeBaseTemplateUri Source # 
Instance details

Defined in Amazonka.Wisdom.RemoveKnowledgeBaseTemplateUri

Eq RemoveKnowledgeBaseTemplateUri Source # 
Instance details

Defined in Amazonka.Wisdom.RemoveKnowledgeBaseTemplateUri

Hashable RemoveKnowledgeBaseTemplateUri Source # 
Instance details

Defined in Amazonka.Wisdom.RemoveKnowledgeBaseTemplateUri

type AWSResponse 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" "amazonka-wisdom-2.0-D8ZGZ1sJNnDDHDNbH2yubp" 'False) (C1 ('MetaCons "RemoveKnowledgeBaseTemplateUri'" 'PrefixI 'True) (S1 ('MetaSel ('Just "knowledgeBaseId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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 #

Constructors

RemoveKnowledgeBaseTemplateUriResponse' 

Fields

Instances

Instances details
Generic 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

NFData RemoveKnowledgeBaseTemplateUriResponse Source # 
Instance details

Defined in Amazonka.Wisdom.RemoveKnowledgeBaseTemplateUri

Eq 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" "amazonka-wisdom-2.0-D8ZGZ1sJNnDDHDNbH2yubp" '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