| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Wisdom.Types.AssistantSummary
Description
Synopsis
- data AssistantSummary = AssistantSummary' {}
- newAssistantSummary :: Text -> Text -> Text -> AssistantStatus -> AssistantType -> AssistantSummary
- assistantSummary_description :: Lens' AssistantSummary (Maybe Text)
- assistantSummary_serverSideEncryptionConfiguration :: Lens' AssistantSummary (Maybe ServerSideEncryptionConfiguration)
- assistantSummary_tags :: Lens' AssistantSummary (Maybe (HashMap Text Text))
- assistantSummary_assistantArn :: Lens' AssistantSummary Text
- assistantSummary_assistantId :: Lens' AssistantSummary Text
- assistantSummary_name :: Lens' AssistantSummary Text
- assistantSummary_status :: Lens' AssistantSummary AssistantStatus
- assistantSummary_type :: Lens' AssistantSummary AssistantType
Documentation
data AssistantSummary Source #
Summary information about the assistant.
See: newAssistantSummary smart constructor.
Constructors
| AssistantSummary' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> AssistantStatus | |
| -> AssistantType | |
| -> AssistantSummary |
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_serverSideEncryptionConfiguration :: Lens' AssistantSummary (Maybe ServerSideEncryptionConfiguration) Source #
The KMS key used for encryption.
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.
assistantSummary_name :: Lens' AssistantSummary Text Source #
The name of the assistant.
assistantSummary_status :: Lens' AssistantSummary AssistantStatus Source #
The status of the assistant.
assistantSummary_type :: Lens' AssistantSummary AssistantType Source #
The type of the assistant.