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

Description

 
Synopsis

Documentation

data GitHubDocumentCrawlProperties Source #

Provides the configuration information to include certain types of GitHub content. You can configure to index repository files only, or also include issues and pull requests, comments, and comment attachments.

See: newGitHubDocumentCrawlProperties smart constructor.

Constructors

GitHubDocumentCrawlProperties' 

Fields

Instances

Instances details
FromJSON GitHubDocumentCrawlProperties Source # 
Instance details

Defined in Amazonka.Kendra.Types.GitHubDocumentCrawlProperties

ToJSON GitHubDocumentCrawlProperties Source # 
Instance details

Defined in Amazonka.Kendra.Types.GitHubDocumentCrawlProperties

Generic GitHubDocumentCrawlProperties Source # 
Instance details

Defined in Amazonka.Kendra.Types.GitHubDocumentCrawlProperties

Associated Types

type Rep GitHubDocumentCrawlProperties :: Type -> Type #

Read GitHubDocumentCrawlProperties Source # 
Instance details

Defined in Amazonka.Kendra.Types.GitHubDocumentCrawlProperties

Show GitHubDocumentCrawlProperties Source # 
Instance details

Defined in Amazonka.Kendra.Types.GitHubDocumentCrawlProperties

NFData GitHubDocumentCrawlProperties Source # 
Instance details

Defined in Amazonka.Kendra.Types.GitHubDocumentCrawlProperties

Eq GitHubDocumentCrawlProperties Source # 
Instance details

Defined in Amazonka.Kendra.Types.GitHubDocumentCrawlProperties

Hashable GitHubDocumentCrawlProperties Source # 
Instance details

Defined in Amazonka.Kendra.Types.GitHubDocumentCrawlProperties

type Rep GitHubDocumentCrawlProperties Source # 
Instance details

Defined in Amazonka.Kendra.Types.GitHubDocumentCrawlProperties

type Rep GitHubDocumentCrawlProperties = D1 ('MetaData "GitHubDocumentCrawlProperties" "Amazonka.Kendra.Types.GitHubDocumentCrawlProperties" "amazonka-kendra-2.0-IHloXAWlYIS8YTp1gXe6J" 'False) (C1 ('MetaCons "GitHubDocumentCrawlProperties'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "crawlIssue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "crawlIssueComment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "crawlIssueCommentAttachment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: ((S1 ('MetaSel ('Just "crawlPullRequest") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "crawlPullRequestComment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "crawlPullRequestCommentAttachment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "crawlRepositoryDocuments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))))