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.AssistantData

Description

 
Synopsis

Documentation

data AssistantData Source #

The assistant data.

See: newAssistantData smart constructor.

Constructors

AssistantData' 

Fields

Instances

Instances details
Eq AssistantData Source # 
Instance details

Defined in Amazonka.Wisdom.Types.AssistantData

Read AssistantData Source # 
Instance details

Defined in Amazonka.Wisdom.Types.AssistantData

Show AssistantData Source # 
Instance details

Defined in Amazonka.Wisdom.Types.AssistantData

Generic AssistantData Source # 
Instance details

Defined in Amazonka.Wisdom.Types.AssistantData

Associated Types

type Rep AssistantData :: Type -> Type #

NFData AssistantData Source # 
Instance details

Defined in Amazonka.Wisdom.Types.AssistantData

Methods

rnf :: AssistantData -> () #

Hashable AssistantData Source # 
Instance details

Defined in Amazonka.Wisdom.Types.AssistantData

FromJSON AssistantData Source # 
Instance details

Defined in Amazonka.Wisdom.Types.AssistantData

type Rep AssistantData Source # 
Instance details

Defined in Amazonka.Wisdom.Types.AssistantData

newAssistantData Source #

Create a value of AssistantData 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:description:AssistantData', assistantData_description - The description.

$sel:serverSideEncryptionConfiguration:AssistantData', assistantData_serverSideEncryptionConfiguration - The KMS key used for encryption.

$sel:tags:AssistantData', assistantData_tags - The tags used to organize, track, or control access for this resource.

$sel:assistantArn:AssistantData', assistantData_assistantArn - The Amazon Resource Name (ARN) of the Wisdom assistant

$sel:assistantId:AssistantData', assistantData_assistantId - The identifier of the Wisdom assistant.

$sel:name:AssistantData', assistantData_name - The name.

$sel:status:AssistantData', assistantData_status - The status of the assistant.

$sel:type':AssistantData', assistantData_type - The type of assistant.

assistantData_tags :: Lens' AssistantData (Maybe (HashMap Text Text)) Source #

The tags used to organize, track, or control access for this resource.

assistantData_assistantArn :: Lens' AssistantData Text Source #

The Amazon Resource Name (ARN) of the Wisdom assistant

assistantData_assistantId :: Lens' AssistantData Text Source #

The identifier of the Wisdom assistant.