| 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.Kendra.Types.ExperiencesSummary
Description
Synopsis
- data ExperiencesSummary = ExperiencesSummary' {}
- newExperiencesSummary :: ExperiencesSummary
- experiencesSummary_createdAt :: Lens' ExperiencesSummary (Maybe UTCTime)
- experiencesSummary_endpoints :: Lens' ExperiencesSummary (Maybe (NonEmpty ExperienceEndpoint))
- experiencesSummary_id :: Lens' ExperiencesSummary (Maybe Text)
- experiencesSummary_name :: Lens' ExperiencesSummary (Maybe Text)
- experiencesSummary_status :: Lens' ExperiencesSummary (Maybe ExperienceStatus)
Documentation
data ExperiencesSummary Source #
Summary information for your Amazon Kendra experience. You can create an Amazon Kendra experience such as a search application. For more information on creating a search application experience, see Building a search experience with no code.
See: newExperiencesSummary smart constructor.
Constructors
| ExperiencesSummary' | |
Fields
| |
Instances
newExperiencesSummary :: ExperiencesSummary Source #
Create a value of ExperiencesSummary 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:createdAt:ExperiencesSummary', experiencesSummary_createdAt - The date-time your Amazon Kendra experience was created.
$sel:endpoints:ExperiencesSummary', experiencesSummary_endpoints - The endpoint URLs for your Amazon Kendra experiences. The URLs are
unique and fully hosted by Amazon Web Services.
$sel:id:ExperiencesSummary', experiencesSummary_id - The identifier of your Amazon Kendra experience.
$sel:name:ExperiencesSummary', experiencesSummary_name - The name of your Amazon Kendra experience.
$sel:status:ExperiencesSummary', experiencesSummary_status - The processing status of your Amazon Kendra experience.
experiencesSummary_createdAt :: Lens' ExperiencesSummary (Maybe UTCTime) Source #
The date-time your Amazon Kendra experience was created.
experiencesSummary_endpoints :: Lens' ExperiencesSummary (Maybe (NonEmpty ExperienceEndpoint)) Source #
The endpoint URLs for your Amazon Kendra experiences. The URLs are unique and fully hosted by Amazon Web Services.
experiencesSummary_id :: Lens' ExperiencesSummary (Maybe Text) Source #
The identifier of your Amazon Kendra experience.
experiencesSummary_name :: Lens' ExperiencesSummary (Maybe Text) Source #
The name of your Amazon Kendra experience.
experiencesSummary_status :: Lens' ExperiencesSummary (Maybe ExperienceStatus) Source #
The processing status of your Amazon Kendra experience.