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.Types.KnowledgeBaseAssociationData

Description

 
Synopsis

Documentation

data KnowledgeBaseAssociationData Source #

Association information about the knowledge base.

See: newKnowledgeBaseAssociationData smart constructor.

Constructors

KnowledgeBaseAssociationData' 

Fields

Instances

Instances details
FromJSON KnowledgeBaseAssociationData Source # 
Instance details

Defined in Amazonka.Wisdom.Types.KnowledgeBaseAssociationData

Generic KnowledgeBaseAssociationData Source # 
Instance details

Defined in Amazonka.Wisdom.Types.KnowledgeBaseAssociationData

Associated Types

type Rep KnowledgeBaseAssociationData :: Type -> Type #

Read KnowledgeBaseAssociationData Source # 
Instance details

Defined in Amazonka.Wisdom.Types.KnowledgeBaseAssociationData

Show KnowledgeBaseAssociationData Source # 
Instance details

Defined in Amazonka.Wisdom.Types.KnowledgeBaseAssociationData

NFData KnowledgeBaseAssociationData Source # 
Instance details

Defined in Amazonka.Wisdom.Types.KnowledgeBaseAssociationData

Eq KnowledgeBaseAssociationData Source # 
Instance details

Defined in Amazonka.Wisdom.Types.KnowledgeBaseAssociationData

Hashable KnowledgeBaseAssociationData Source # 
Instance details

Defined in Amazonka.Wisdom.Types.KnowledgeBaseAssociationData

type Rep KnowledgeBaseAssociationData Source # 
Instance details

Defined in Amazonka.Wisdom.Types.KnowledgeBaseAssociationData

type Rep KnowledgeBaseAssociationData = D1 ('MetaData "KnowledgeBaseAssociationData" "Amazonka.Wisdom.Types.KnowledgeBaseAssociationData" "amazonka-wisdom-2.0-D8ZGZ1sJNnDDHDNbH2yubp" 'False) (C1 ('MetaCons "KnowledgeBaseAssociationData'" 'PrefixI 'True) (S1 ('MetaSel ('Just "knowledgeBaseArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "knowledgeBaseId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newKnowledgeBaseAssociationData :: KnowledgeBaseAssociationData Source #

Create a value of KnowledgeBaseAssociationData 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:knowledgeBaseArn:KnowledgeBaseAssociationData', knowledgeBaseAssociationData_knowledgeBaseArn - The Amazon Resource Name (ARN) of the knowledge base.

$sel:knowledgeBaseId:KnowledgeBaseAssociationData', knowledgeBaseAssociationData_knowledgeBaseId - The identifier of the knowledge base.

knowledgeBaseAssociationData_knowledgeBaseArn :: Lens' KnowledgeBaseAssociationData (Maybe Text) Source #

The Amazon Resource Name (ARN) of the knowledge base.