amazonka-kendra-2.0: Amazon KendraFrontendService SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Kendra.Types.ExperiencesSummary

Description

 
Synopsis

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

Instances details
FromJSON ExperiencesSummary Source # 
Instance details

Defined in Amazonka.Kendra.Types.ExperiencesSummary

Generic ExperiencesSummary Source # 
Instance details

Defined in Amazonka.Kendra.Types.ExperiencesSummary

Associated Types

type Rep ExperiencesSummary :: Type -> Type #

Read ExperiencesSummary Source # 
Instance details

Defined in Amazonka.Kendra.Types.ExperiencesSummary

Show ExperiencesSummary Source # 
Instance details

Defined in Amazonka.Kendra.Types.ExperiencesSummary

NFData ExperiencesSummary Source # 
Instance details

Defined in Amazonka.Kendra.Types.ExperiencesSummary

Methods

rnf :: ExperiencesSummary -> () #

Eq ExperiencesSummary Source # 
Instance details

Defined in Amazonka.Kendra.Types.ExperiencesSummary

Hashable ExperiencesSummary Source # 
Instance details

Defined in Amazonka.Kendra.Types.ExperiencesSummary

type Rep ExperiencesSummary Source # 
Instance details

Defined in Amazonka.Kendra.Types.ExperiencesSummary

type Rep ExperiencesSummary = D1 ('MetaData "ExperiencesSummary" "Amazonka.Kendra.Types.ExperiencesSummary" "amazonka-kendra-2.0-IHloXAWlYIS8YTp1gXe6J" 'False) (C1 ('MetaCons "ExperiencesSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "endpoints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty ExperienceEndpoint)))) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExperienceStatus))))))

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.