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

Description

 
Synopsis

Documentation

data KnowledgeBaseAssociationData Source #

Association information about the knowledge base.

See: newKnowledgeBaseAssociationData smart constructor.

Constructors

KnowledgeBaseAssociationData' 

Fields

Instances

Instances details
Eq KnowledgeBaseAssociationData Source # 
Instance details

Defined in Amazonka.Wisdom.Types.KnowledgeBaseAssociationData

Read KnowledgeBaseAssociationData Source # 
Instance details

Defined in Amazonka.Wisdom.Types.KnowledgeBaseAssociationData

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

NFData KnowledgeBaseAssociationData Source # 
Instance details

Defined in Amazonka.Wisdom.Types.KnowledgeBaseAssociationData

Hashable KnowledgeBaseAssociationData Source # 
Instance details

Defined in Amazonka.Wisdom.Types.KnowledgeBaseAssociationData

FromJSON 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" "libZSservicesZSamazonka-wisdomZSamazonka-wisdom" '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 the identifier of the knowledge base.

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

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