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

Description

 
Synopsis

Documentation

data IndexStatistics Source #

Provides information about the number of documents and the number of questions and answers in an index.

See: newIndexStatistics smart constructor.

Constructors

IndexStatistics' 

Fields

Instances

Instances details
FromJSON IndexStatistics Source # 
Instance details

Defined in Amazonka.Kendra.Types.IndexStatistics

Generic IndexStatistics Source # 
Instance details

Defined in Amazonka.Kendra.Types.IndexStatistics

Associated Types

type Rep IndexStatistics :: Type -> Type #

Read IndexStatistics Source # 
Instance details

Defined in Amazonka.Kendra.Types.IndexStatistics

Show IndexStatistics Source # 
Instance details

Defined in Amazonka.Kendra.Types.IndexStatistics

NFData IndexStatistics Source # 
Instance details

Defined in Amazonka.Kendra.Types.IndexStatistics

Methods

rnf :: IndexStatistics -> () #

Eq IndexStatistics Source # 
Instance details

Defined in Amazonka.Kendra.Types.IndexStatistics

Hashable IndexStatistics Source # 
Instance details

Defined in Amazonka.Kendra.Types.IndexStatistics

type Rep IndexStatistics Source # 
Instance details

Defined in Amazonka.Kendra.Types.IndexStatistics

type Rep IndexStatistics = D1 ('MetaData "IndexStatistics" "Amazonka.Kendra.Types.IndexStatistics" "amazonka-kendra-2.0-IHloXAWlYIS8YTp1gXe6J" 'False) (C1 ('MetaCons "IndexStatistics'" 'PrefixI 'True) (S1 ('MetaSel ('Just "faqStatistics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FaqStatistics) :*: S1 ('MetaSel ('Just "textDocumentStatistics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TextDocumentStatistics)))

newIndexStatistics Source #

Create a value of IndexStatistics 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:faqStatistics:IndexStatistics', indexStatistics_faqStatistics - The number of question and answer topics in the index.

$sel:textDocumentStatistics:IndexStatistics', indexStatistics_textDocumentStatistics - The number of text documents indexed.

indexStatistics_faqStatistics :: Lens' IndexStatistics FaqStatistics Source #

The number of question and answer topics in the index.