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

Description

 
Synopsis

Documentation

data AssistantSummary Source #

Summary information about the assistant.

See: newAssistantSummary smart constructor.

Constructors

AssistantSummary' 

Fields

Instances

Instances details
Eq AssistantSummary Source # 
Instance details

Defined in Amazonka.Wisdom.Types.AssistantSummary

Read AssistantSummary Source # 
Instance details

Defined in Amazonka.Wisdom.Types.AssistantSummary

Show AssistantSummary Source # 
Instance details

Defined in Amazonka.Wisdom.Types.AssistantSummary

Generic AssistantSummary Source # 
Instance details

Defined in Amazonka.Wisdom.Types.AssistantSummary

Associated Types

type Rep AssistantSummary :: Type -> Type #

NFData AssistantSummary Source # 
Instance details

Defined in Amazonka.Wisdom.Types.AssistantSummary

Methods

rnf :: AssistantSummary -> () #

Hashable AssistantSummary Source # 
Instance details

Defined in Amazonka.Wisdom.Types.AssistantSummary

FromJSON AssistantSummary Source # 
Instance details

Defined in Amazonka.Wisdom.Types.AssistantSummary

type Rep AssistantSummary Source # 
Instance details

Defined in Amazonka.Wisdom.Types.AssistantSummary

newAssistantSummary Source #

Create a value of AssistantSummary 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:AssistantSummary', assistantSummary_description - The description of the assistant.

$sel:serverSideEncryptionConfiguration:AssistantSummary', assistantSummary_serverSideEncryptionConfiguration - The KMS key used for encryption.

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

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

$sel:assistantId:AssistantSummary', assistantSummary_assistantId - The identifier of the Wisdom assistant.

$sel:name:AssistantSummary', assistantSummary_name - The name of the assistant.

$sel:status:AssistantSummary', assistantSummary_status - The status of the assistant.

$sel:type':AssistantSummary', assistantSummary_type - The type of the assistant.

assistantSummary_description :: Lens' AssistantSummary (Maybe Text) Source #

The description of the assistant.

assistantSummary_tags :: Lens' AssistantSummary (Maybe (HashMap Text Text)) Source #

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

assistantSummary_assistantArn :: Lens' AssistantSummary Text Source #

The Amazon Resource Name (ARN) of the Wisdom assistant

assistantSummary_assistantId :: Lens' AssistantSummary Text Source #

The identifier of the Wisdom assistant.