Documentation ¶
Overview ¶
Package kendra provides the client and types for making API requests to AWSKendraFrontendService.
Amazon Kendra is a service for indexing large document sets.
See https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03 for more information on this service.
See kendra package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/kendra/
Using the Client ¶
To contact AWSKendraFrontendService with the SDK use the New function to create a new service client. With that client you can make API requests to the service. These clients are safe to use concurrently.
See the SDK's documentation for more information on how to use the SDK. https://docs.aws.amazon.com/sdk-for-go/api/
See aws.Config documentation for more information on configuring SDK clients. https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
See the AWSKendraFrontendService client Kendra for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/kendra/#New
Index ¶
- Constants
- func AdditionalResultAttributeValueType_Values() []string
- func ConditionOperator_Values() []string
- func ConfluenceAttachmentFieldName_Values() []string
- func ConfluenceBlogFieldName_Values() []string
- func ConfluencePageFieldName_Values() []string
- func ConfluenceSpaceFieldName_Values() []string
- func ConfluenceVersion_Values() []string
- func ContentType_Values() []string
- func DataSourceStatus_Values() []string
- func DataSourceSyncJobStatus_Values() []string
- func DataSourceType_Values() []string
- func DatabaseEngineType_Values() []string
- func DocumentAttributeValueType_Values() []string
- func DocumentStatus_Values() []string
- func EndpointType_Values() []string
- func EntityType_Values() []string
- func ErrorCode_Values() []string
- func ExperienceStatus_Values() []string
- func FaqFileFormat_Values() []string
- func FaqStatus_Values() []string
- func FsxFileSystemType_Values() []string
- func HighlightType_Values() []string
- func IndexEdition_Values() []string
- func IndexStatus_Values() []string
- func Interval_Values() []string
- func KeyLocation_Values() []string
- func MetricType_Values() []string
- func Mode_Values() []string
- func Order_Values() []string
- func Persona_Values() []string
- func PrincipalMappingStatus_Values() []string
- func PrincipalType_Values() []string
- func QueryIdentifiersEnclosingOption_Values() []string
- func QueryResultType_Values() []string
- func QuerySuggestionsBlockListStatus_Values() []string
- func QuerySuggestionsStatus_Values() []string
- func ReadAccessType_Values() []string
- func RelevanceType_Values() []string
- func SalesforceChatterFeedIncludeFilterType_Values() []string
- func SalesforceKnowledgeArticleState_Values() []string
- func SalesforceStandardObjectName_Values() []string
- func ScoreConfidence_Values() []string
- func ServiceNowAuthenticationType_Values() []string
- func ServiceNowBuildVersionType_Values() []string
- func SharePointVersion_Values() []string
- func SlackEntity_Values() []string
- func SortOrder_Values() []string
- func ThesaurusStatus_Values() []string
- func UserContextPolicy_Values() []string
- func UserGroupResolutionMode_Values() []string
- func WarningCode_Values() []string
- func WebCrawlerMode_Values() []string
- type AccessControlListConfiguration
- type AccessDeniedException
- func (s *AccessDeniedException) Code() string
- func (s *AccessDeniedException) Error() string
- func (s AccessDeniedException) GoString() string
- func (s *AccessDeniedException) Message() string
- func (s *AccessDeniedException) OrigErr() error
- func (s *AccessDeniedException) RequestID() string
- func (s *AccessDeniedException) StatusCode() int
- func (s AccessDeniedException) String() string
- type AclConfiguration
- type AdditionalResultAttribute
- func (s AdditionalResultAttribute) GoString() string
- func (s *AdditionalResultAttribute) SetKey(v string) *AdditionalResultAttribute
- func (s *AdditionalResultAttribute) SetValue(v *AdditionalResultAttributeValue) *AdditionalResultAttribute
- func (s *AdditionalResultAttribute) SetValueType(v string) *AdditionalResultAttribute
- func (s AdditionalResultAttribute) String() string
- type AdditionalResultAttributeValue
- type AssociateEntitiesToExperienceInput
- func (s AssociateEntitiesToExperienceInput) GoString() string
- func (s *AssociateEntitiesToExperienceInput) SetEntityList(v []*EntityConfiguration) *AssociateEntitiesToExperienceInput
- func (s *AssociateEntitiesToExperienceInput) SetId(v string) *AssociateEntitiesToExperienceInput
- func (s *AssociateEntitiesToExperienceInput) SetIndexId(v string) *AssociateEntitiesToExperienceInput
- func (s AssociateEntitiesToExperienceInput) String() string
- func (s *AssociateEntitiesToExperienceInput) Validate() error
- type AssociateEntitiesToExperienceOutput
- type AssociatePersonasToEntitiesInput
- func (s AssociatePersonasToEntitiesInput) GoString() string
- func (s *AssociatePersonasToEntitiesInput) SetId(v string) *AssociatePersonasToEntitiesInput
- func (s *AssociatePersonasToEntitiesInput) SetIndexId(v string) *AssociatePersonasToEntitiesInput
- func (s *AssociatePersonasToEntitiesInput) SetPersonas(v []*EntityPersonaConfiguration) *AssociatePersonasToEntitiesInput
- func (s AssociatePersonasToEntitiesInput) String() string
- func (s *AssociatePersonasToEntitiesInput) Validate() error
- type AssociatePersonasToEntitiesOutput
- type AttributeFilter
- func (s AttributeFilter) GoString() string
- func (s *AttributeFilter) SetAndAllFilters(v []*AttributeFilter) *AttributeFilter
- func (s *AttributeFilter) SetContainsAll(v *DocumentAttribute) *AttributeFilter
- func (s *AttributeFilter) SetContainsAny(v *DocumentAttribute) *AttributeFilter
- func (s *AttributeFilter) SetEqualsTo(v *DocumentAttribute) *AttributeFilter
- func (s *AttributeFilter) SetGreaterThan(v *DocumentAttribute) *AttributeFilter
- func (s *AttributeFilter) SetGreaterThanOrEquals(v *DocumentAttribute) *AttributeFilter
- func (s *AttributeFilter) SetLessThan(v *DocumentAttribute) *AttributeFilter
- func (s *AttributeFilter) SetLessThanOrEquals(v *DocumentAttribute) *AttributeFilter
- func (s *AttributeFilter) SetNotFilter(v *AttributeFilter) *AttributeFilter
- func (s *AttributeFilter) SetOrAllFilters(v []*AttributeFilter) *AttributeFilter
- func (s AttributeFilter) String() string
- func (s *AttributeFilter) Validate() error
- type AuthenticationConfiguration
- type BasicAuthenticationConfiguration
- func (s BasicAuthenticationConfiguration) GoString() string
- func (s *BasicAuthenticationConfiguration) SetCredentials(v string) *BasicAuthenticationConfiguration
- func (s *BasicAuthenticationConfiguration) SetHost(v string) *BasicAuthenticationConfiguration
- func (s *BasicAuthenticationConfiguration) SetPort(v int64) *BasicAuthenticationConfiguration
- func (s BasicAuthenticationConfiguration) String() string
- func (s *BasicAuthenticationConfiguration) Validate() error
- type BatchDeleteDocumentInput
- func (s BatchDeleteDocumentInput) GoString() string
- func (s *BatchDeleteDocumentInput) SetDataSourceSyncJobMetricTarget(v *DataSourceSyncJobMetricTarget) *BatchDeleteDocumentInput
- func (s *BatchDeleteDocumentInput) SetDocumentIdList(v []*string) *BatchDeleteDocumentInput
- func (s *BatchDeleteDocumentInput) SetIndexId(v string) *BatchDeleteDocumentInput
- func (s BatchDeleteDocumentInput) String() string
- func (s *BatchDeleteDocumentInput) Validate() error
- type BatchDeleteDocumentOutput
- type BatchDeleteDocumentResponseFailedDocument
- func (s BatchDeleteDocumentResponseFailedDocument) GoString() string
- func (s *BatchDeleteDocumentResponseFailedDocument) SetErrorCode(v string) *BatchDeleteDocumentResponseFailedDocument
- func (s *BatchDeleteDocumentResponseFailedDocument) SetErrorMessage(v string) *BatchDeleteDocumentResponseFailedDocument
- func (s *BatchDeleteDocumentResponseFailedDocument) SetId(v string) *BatchDeleteDocumentResponseFailedDocument
- func (s BatchDeleteDocumentResponseFailedDocument) String() string
- type BatchGetDocumentStatusInput
- func (s BatchGetDocumentStatusInput) GoString() string
- func (s *BatchGetDocumentStatusInput) SetDocumentInfoList(v []*DocumentInfo) *BatchGetDocumentStatusInput
- func (s *BatchGetDocumentStatusInput) SetIndexId(v string) *BatchGetDocumentStatusInput
- func (s BatchGetDocumentStatusInput) String() string
- func (s *BatchGetDocumentStatusInput) Validate() error
- type BatchGetDocumentStatusOutput
- func (s BatchGetDocumentStatusOutput) GoString() string
- func (s *BatchGetDocumentStatusOutput) SetDocumentStatusList(v []*Status) *BatchGetDocumentStatusOutput
- func (s *BatchGetDocumentStatusOutput) SetErrors(v []*BatchGetDocumentStatusResponseError) *BatchGetDocumentStatusOutput
- func (s BatchGetDocumentStatusOutput) String() string
- type BatchGetDocumentStatusResponseError
- func (s BatchGetDocumentStatusResponseError) GoString() string
- func (s *BatchGetDocumentStatusResponseError) SetDocumentId(v string) *BatchGetDocumentStatusResponseError
- func (s *BatchGetDocumentStatusResponseError) SetErrorCode(v string) *BatchGetDocumentStatusResponseError
- func (s *BatchGetDocumentStatusResponseError) SetErrorMessage(v string) *BatchGetDocumentStatusResponseError
- func (s BatchGetDocumentStatusResponseError) String() string
- type BatchPutDocumentInput
- func (s BatchPutDocumentInput) GoString() string
- func (s *BatchPutDocumentInput) SetCustomDocumentEnrichmentConfiguration(v *CustomDocumentEnrichmentConfiguration) *BatchPutDocumentInput
- func (s *BatchPutDocumentInput) SetDocuments(v []*Document) *BatchPutDocumentInput
- func (s *BatchPutDocumentInput) SetIndexId(v string) *BatchPutDocumentInput
- func (s *BatchPutDocumentInput) SetRoleArn(v string) *BatchPutDocumentInput
- func (s BatchPutDocumentInput) String() string
- func (s *BatchPutDocumentInput) Validate() error
- type BatchPutDocumentOutput
- type BatchPutDocumentResponseFailedDocument
- func (s BatchPutDocumentResponseFailedDocument) GoString() string
- func (s *BatchPutDocumentResponseFailedDocument) SetErrorCode(v string) *BatchPutDocumentResponseFailedDocument
- func (s *BatchPutDocumentResponseFailedDocument) SetErrorMessage(v string) *BatchPutDocumentResponseFailedDocument
- func (s *BatchPutDocumentResponseFailedDocument) SetId(v string) *BatchPutDocumentResponseFailedDocument
- func (s BatchPutDocumentResponseFailedDocument) String() string
- type BoxConfiguration
- func (s BoxConfiguration) GoString() string
- func (s *BoxConfiguration) SetCommentFieldMappings(v []*DataSourceToIndexFieldMapping) *BoxConfiguration
- func (s *BoxConfiguration) SetCrawlComments(v bool) *BoxConfiguration
- func (s *BoxConfiguration) SetCrawlTasks(v bool) *BoxConfiguration
- func (s *BoxConfiguration) SetCrawlWebLinks(v bool) *BoxConfiguration
- func (s *BoxConfiguration) SetEnterpriseId(v string) *BoxConfiguration
- func (s *BoxConfiguration) SetExclusionPatterns(v []*string) *BoxConfiguration
- func (s *BoxConfiguration) SetFileFieldMappings(v []*DataSourceToIndexFieldMapping) *BoxConfiguration
- func (s *BoxConfiguration) SetInclusionPatterns(v []*string) *BoxConfiguration
- func (s *BoxConfiguration) SetSecretArn(v string) *BoxConfiguration
- func (s *BoxConfiguration) SetTaskFieldMappings(v []*DataSourceToIndexFieldMapping) *BoxConfiguration
- func (s *BoxConfiguration) SetUseChangeLog(v bool) *BoxConfiguration
- func (s *BoxConfiguration) SetVpcConfiguration(v *DataSourceVpcConfiguration) *BoxConfiguration
- func (s *BoxConfiguration) SetWebLinkFieldMappings(v []*DataSourceToIndexFieldMapping) *BoxConfiguration
- func (s BoxConfiguration) String() string
- func (s *BoxConfiguration) Validate() error
- type CapacityUnitsConfiguration
- func (s CapacityUnitsConfiguration) GoString() string
- func (s *CapacityUnitsConfiguration) SetQueryCapacityUnits(v int64) *CapacityUnitsConfiguration
- func (s *CapacityUnitsConfiguration) SetStorageCapacityUnits(v int64) *CapacityUnitsConfiguration
- func (s CapacityUnitsConfiguration) String() string
- func (s *CapacityUnitsConfiguration) Validate() error
- type ClearQuerySuggestionsInput
- type ClearQuerySuggestionsOutput
- type ClickFeedback
- type ColumnConfiguration
- func (s ColumnConfiguration) GoString() string
- func (s *ColumnConfiguration) SetChangeDetectingColumns(v []*string) *ColumnConfiguration
- func (s *ColumnConfiguration) SetDocumentDataColumnName(v string) *ColumnConfiguration
- func (s *ColumnConfiguration) SetDocumentIdColumnName(v string) *ColumnConfiguration
- func (s *ColumnConfiguration) SetDocumentTitleColumnName(v string) *ColumnConfiguration
- func (s *ColumnConfiguration) SetFieldMappings(v []*DataSourceToIndexFieldMapping) *ColumnConfiguration
- func (s ColumnConfiguration) String() string
- func (s *ColumnConfiguration) Validate() error
- type ConflictException
- func (s *ConflictException) Code() string
- func (s *ConflictException) Error() string
- func (s ConflictException) GoString() string
- func (s *ConflictException) Message() string
- func (s *ConflictException) OrigErr() error
- func (s *ConflictException) RequestID() string
- func (s *ConflictException) StatusCode() int
- func (s ConflictException) String() string
- type ConfluenceAttachmentConfiguration
- func (s ConfluenceAttachmentConfiguration) GoString() string
- func (s *ConfluenceAttachmentConfiguration) SetAttachmentFieldMappings(v []*ConfluenceAttachmentToIndexFieldMapping) *ConfluenceAttachmentConfiguration
- func (s *ConfluenceAttachmentConfiguration) SetCrawlAttachments(v bool) *ConfluenceAttachmentConfiguration
- func (s ConfluenceAttachmentConfiguration) String() string
- func (s *ConfluenceAttachmentConfiguration) Validate() error
- type ConfluenceAttachmentToIndexFieldMapping
- func (s ConfluenceAttachmentToIndexFieldMapping) GoString() string
- func (s *ConfluenceAttachmentToIndexFieldMapping) SetDataSourceFieldName(v string) *ConfluenceAttachmentToIndexFieldMapping
- func (s *ConfluenceAttachmentToIndexFieldMapping) SetDateFieldFormat(v string) *ConfluenceAttachmentToIndexFieldMapping
- func (s *ConfluenceAttachmentToIndexFieldMapping) SetIndexFieldName(v string) *ConfluenceAttachmentToIndexFieldMapping
- func (s ConfluenceAttachmentToIndexFieldMapping) String() string
- func (s *ConfluenceAttachmentToIndexFieldMapping) Validate() error
- type ConfluenceBlogConfiguration
- type ConfluenceBlogToIndexFieldMapping
- func (s ConfluenceBlogToIndexFieldMapping) GoString() string
- func (s *ConfluenceBlogToIndexFieldMapping) SetDataSourceFieldName(v string) *ConfluenceBlogToIndexFieldMapping
- func (s *ConfluenceBlogToIndexFieldMapping) SetDateFieldFormat(v string) *ConfluenceBlogToIndexFieldMapping
- func (s *ConfluenceBlogToIndexFieldMapping) SetIndexFieldName(v string) *ConfluenceBlogToIndexFieldMapping
- func (s ConfluenceBlogToIndexFieldMapping) String() string
- func (s *ConfluenceBlogToIndexFieldMapping) Validate() error
- type ConfluenceConfiguration
- func (s ConfluenceConfiguration) GoString() string
- func (s *ConfluenceConfiguration) SetAttachmentConfiguration(v *ConfluenceAttachmentConfiguration) *ConfluenceConfiguration
- func (s *ConfluenceConfiguration) SetBlogConfiguration(v *ConfluenceBlogConfiguration) *ConfluenceConfiguration
- func (s *ConfluenceConfiguration) SetExclusionPatterns(v []*string) *ConfluenceConfiguration
- func (s *ConfluenceConfiguration) SetInclusionPatterns(v []*string) *ConfluenceConfiguration
- func (s *ConfluenceConfiguration) SetPageConfiguration(v *ConfluencePageConfiguration) *ConfluenceConfiguration
- func (s *ConfluenceConfiguration) SetSecretArn(v string) *ConfluenceConfiguration
- func (s *ConfluenceConfiguration) SetServerUrl(v string) *ConfluenceConfiguration
- func (s *ConfluenceConfiguration) SetSpaceConfiguration(v *ConfluenceSpaceConfiguration) *ConfluenceConfiguration
- func (s *ConfluenceConfiguration) SetVersion(v string) *ConfluenceConfiguration
- func (s *ConfluenceConfiguration) SetVpcConfiguration(v *DataSourceVpcConfiguration) *ConfluenceConfiguration
- func (s ConfluenceConfiguration) String() string
- func (s *ConfluenceConfiguration) Validate() error
- type ConfluencePageConfiguration
- type ConfluencePageToIndexFieldMapping
- func (s ConfluencePageToIndexFieldMapping) GoString() string
- func (s *ConfluencePageToIndexFieldMapping) SetDataSourceFieldName(v string) *ConfluencePageToIndexFieldMapping
- func (s *ConfluencePageToIndexFieldMapping) SetDateFieldFormat(v string) *ConfluencePageToIndexFieldMapping
- func (s *ConfluencePageToIndexFieldMapping) SetIndexFieldName(v string) *ConfluencePageToIndexFieldMapping
- func (s ConfluencePageToIndexFieldMapping) String() string
- func (s *ConfluencePageToIndexFieldMapping) Validate() error
- type ConfluenceSpaceConfiguration
- func (s ConfluenceSpaceConfiguration) GoString() string
- func (s *ConfluenceSpaceConfiguration) SetCrawlArchivedSpaces(v bool) *ConfluenceSpaceConfiguration
- func (s *ConfluenceSpaceConfiguration) SetCrawlPersonalSpaces(v bool) *ConfluenceSpaceConfiguration
- func (s *ConfluenceSpaceConfiguration) SetExcludeSpaces(v []*string) *ConfluenceSpaceConfiguration
- func (s *ConfluenceSpaceConfiguration) SetIncludeSpaces(v []*string) *ConfluenceSpaceConfiguration
- func (s *ConfluenceSpaceConfiguration) SetSpaceFieldMappings(v []*ConfluenceSpaceToIndexFieldMapping) *ConfluenceSpaceConfiguration
- func (s ConfluenceSpaceConfiguration) String() string
- func (s *ConfluenceSpaceConfiguration) Validate() error
- type ConfluenceSpaceToIndexFieldMapping
- func (s ConfluenceSpaceToIndexFieldMapping) GoString() string
- func (s *ConfluenceSpaceToIndexFieldMapping) SetDataSourceFieldName(v string) *ConfluenceSpaceToIndexFieldMapping
- func (s *ConfluenceSpaceToIndexFieldMapping) SetDateFieldFormat(v string) *ConfluenceSpaceToIndexFieldMapping
- func (s *ConfluenceSpaceToIndexFieldMapping) SetIndexFieldName(v string) *ConfluenceSpaceToIndexFieldMapping
- func (s ConfluenceSpaceToIndexFieldMapping) String() string
- func (s *ConfluenceSpaceToIndexFieldMapping) Validate() error
- type ConnectionConfiguration
- func (s ConnectionConfiguration) GoString() string
- func (s *ConnectionConfiguration) SetDatabaseHost(v string) *ConnectionConfiguration
- func (s *ConnectionConfiguration) SetDatabaseName(v string) *ConnectionConfiguration
- func (s *ConnectionConfiguration) SetDatabasePort(v int64) *ConnectionConfiguration
- func (s *ConnectionConfiguration) SetSecretArn(v string) *ConnectionConfiguration
- func (s *ConnectionConfiguration) SetTableName(v string) *ConnectionConfiguration
- func (s ConnectionConfiguration) String() string
- func (s *ConnectionConfiguration) Validate() error
- type ContentSourceConfiguration
- func (s ContentSourceConfiguration) GoString() string
- func (s *ContentSourceConfiguration) SetDataSourceIds(v []*string) *ContentSourceConfiguration
- func (s *ContentSourceConfiguration) SetDirectPutContent(v bool) *ContentSourceConfiguration
- func (s *ContentSourceConfiguration) SetFaqIds(v []*string) *ContentSourceConfiguration
- func (s ContentSourceConfiguration) String() string
- func (s *ContentSourceConfiguration) Validate() error
- type Correction
- type CreateDataSourceInput
- func (s CreateDataSourceInput) GoString() string
- func (s *CreateDataSourceInput) SetClientToken(v string) *CreateDataSourceInput
- func (s *CreateDataSourceInput) SetConfiguration(v *DataSourceConfiguration) *CreateDataSourceInput
- func (s *CreateDataSourceInput) SetCustomDocumentEnrichmentConfiguration(v *CustomDocumentEnrichmentConfiguration) *CreateDataSourceInput
- func (s *CreateDataSourceInput) SetDescription(v string) *CreateDataSourceInput
- func (s *CreateDataSourceInput) SetIndexId(v string) *CreateDataSourceInput
- func (s *CreateDataSourceInput) SetLanguageCode(v string) *CreateDataSourceInput
- func (s *CreateDataSourceInput) SetName(v string) *CreateDataSourceInput
- func (s *CreateDataSourceInput) SetRoleArn(v string) *CreateDataSourceInput
- func (s *CreateDataSourceInput) SetSchedule(v string) *CreateDataSourceInput
- func (s *CreateDataSourceInput) SetTags(v []*Tag) *CreateDataSourceInput
- func (s *CreateDataSourceInput) SetType(v string) *CreateDataSourceInput
- func (s CreateDataSourceInput) String() string
- func (s *CreateDataSourceInput) Validate() error
- type CreateDataSourceOutput
- type CreateExperienceInput
- func (s CreateExperienceInput) GoString() string
- func (s *CreateExperienceInput) SetClientToken(v string) *CreateExperienceInput
- func (s *CreateExperienceInput) SetConfiguration(v *ExperienceConfiguration) *CreateExperienceInput
- func (s *CreateExperienceInput) SetDescription(v string) *CreateExperienceInput
- func (s *CreateExperienceInput) SetIndexId(v string) *CreateExperienceInput
- func (s *CreateExperienceInput) SetName(v string) *CreateExperienceInput
- func (s *CreateExperienceInput) SetRoleArn(v string) *CreateExperienceInput
- func (s CreateExperienceInput) String() string
- func (s *CreateExperienceInput) Validate() error
- type CreateExperienceOutput
- type CreateFaqInput
- func (s CreateFaqInput) GoString() string
- func (s *CreateFaqInput) SetClientToken(v string) *CreateFaqInput
- func (s *CreateFaqInput) SetDescription(v string) *CreateFaqInput
- func (s *CreateFaqInput) SetFileFormat(v string) *CreateFaqInput
- func (s *CreateFaqInput) SetIndexId(v string) *CreateFaqInput
- func (s *CreateFaqInput) SetLanguageCode(v string) *CreateFaqInput
- func (s *CreateFaqInput) SetName(v string) *CreateFaqInput
- func (s *CreateFaqInput) SetRoleArn(v string) *CreateFaqInput
- func (s *CreateFaqInput) SetS3Path(v *S3Path) *CreateFaqInput
- func (s *CreateFaqInput) SetTags(v []*Tag) *CreateFaqInput
- func (s CreateFaqInput) String() string
- func (s *CreateFaqInput) Validate() error
- type CreateFaqOutput
- type CreateIndexInput
- func (s CreateIndexInput) GoString() string
- func (s *CreateIndexInput) SetClientToken(v string) *CreateIndexInput
- func (s *CreateIndexInput) SetDescription(v string) *CreateIndexInput
- func (s *CreateIndexInput) SetEdition(v string) *CreateIndexInput
- func (s *CreateIndexInput) SetName(v string) *CreateIndexInput
- func (s *CreateIndexInput) SetRoleArn(v string) *CreateIndexInput
- func (s *CreateIndexInput) SetServerSideEncryptionConfiguration(v *ServerSideEncryptionConfiguration) *CreateIndexInput
- func (s *CreateIndexInput) SetTags(v []*Tag) *CreateIndexInput
- func (s *CreateIndexInput) SetUserContextPolicy(v string) *CreateIndexInput
- func (s *CreateIndexInput) SetUserGroupResolutionConfiguration(v *UserGroupResolutionConfiguration) *CreateIndexInput
- func (s *CreateIndexInput) SetUserTokenConfigurations(v []*UserTokenConfiguration) *CreateIndexInput
- func (s CreateIndexInput) String() string
- func (s *CreateIndexInput) Validate() error
- type CreateIndexOutput
- type CreateQuerySuggestionsBlockListInput
- func (s CreateQuerySuggestionsBlockListInput) GoString() string
- func (s *CreateQuerySuggestionsBlockListInput) SetClientToken(v string) *CreateQuerySuggestionsBlockListInput
- func (s *CreateQuerySuggestionsBlockListInput) SetDescription(v string) *CreateQuerySuggestionsBlockListInput
- func (s *CreateQuerySuggestionsBlockListInput) SetIndexId(v string) *CreateQuerySuggestionsBlockListInput
- func (s *CreateQuerySuggestionsBlockListInput) SetName(v string) *CreateQuerySuggestionsBlockListInput
- func (s *CreateQuerySuggestionsBlockListInput) SetRoleArn(v string) *CreateQuerySuggestionsBlockListInput
- func (s *CreateQuerySuggestionsBlockListInput) SetSourceS3Path(v *S3Path) *CreateQuerySuggestionsBlockListInput
- func (s *CreateQuerySuggestionsBlockListInput) SetTags(v []*Tag) *CreateQuerySuggestionsBlockListInput
- func (s CreateQuerySuggestionsBlockListInput) String() string
- func (s *CreateQuerySuggestionsBlockListInput) Validate() error
- type CreateQuerySuggestionsBlockListOutput
- type CreateThesaurusInput
- func (s CreateThesaurusInput) GoString() string
- func (s *CreateThesaurusInput) SetClientToken(v string) *CreateThesaurusInput
- func (s *CreateThesaurusInput) SetDescription(v string) *CreateThesaurusInput
- func (s *CreateThesaurusInput) SetIndexId(v string) *CreateThesaurusInput
- func (s *CreateThesaurusInput) SetName(v string) *CreateThesaurusInput
- func (s *CreateThesaurusInput) SetRoleArn(v string) *CreateThesaurusInput
- func (s *CreateThesaurusInput) SetSourceS3Path(v *S3Path) *CreateThesaurusInput
- func (s *CreateThesaurusInput) SetTags(v []*Tag) *CreateThesaurusInput
- func (s CreateThesaurusInput) String() string
- func (s *CreateThesaurusInput) Validate() error
- type CreateThesaurusOutput
- type CustomDocumentEnrichmentConfiguration
- func (s CustomDocumentEnrichmentConfiguration) GoString() string
- func (s *CustomDocumentEnrichmentConfiguration) SetInlineConfigurations(v []*InlineCustomDocumentEnrichmentConfiguration) *CustomDocumentEnrichmentConfiguration
- func (s *CustomDocumentEnrichmentConfiguration) SetPostExtractionHookConfiguration(v *HookConfiguration) *CustomDocumentEnrichmentConfiguration
- func (s *CustomDocumentEnrichmentConfiguration) SetPreExtractionHookConfiguration(v *HookConfiguration) *CustomDocumentEnrichmentConfiguration
- func (s *CustomDocumentEnrichmentConfiguration) SetRoleArn(v string) *CustomDocumentEnrichmentConfiguration
- func (s CustomDocumentEnrichmentConfiguration) String() string
- func (s *CustomDocumentEnrichmentConfiguration) Validate() error
- type DataSourceConfiguration
- func (s DataSourceConfiguration) GoString() string
- func (s *DataSourceConfiguration) SetBoxConfiguration(v *BoxConfiguration) *DataSourceConfiguration
- func (s *DataSourceConfiguration) SetConfluenceConfiguration(v *ConfluenceConfiguration) *DataSourceConfiguration
- func (s *DataSourceConfiguration) SetDatabaseConfiguration(v *DatabaseConfiguration) *DataSourceConfiguration
- func (s *DataSourceConfiguration) SetFsxConfiguration(v *FsxConfiguration) *DataSourceConfiguration
- func (s *DataSourceConfiguration) SetGoogleDriveConfiguration(v *GoogleDriveConfiguration) *DataSourceConfiguration
- func (s *DataSourceConfiguration) SetOneDriveConfiguration(v *OneDriveConfiguration) *DataSourceConfiguration
- func (s *DataSourceConfiguration) SetQuipConfiguration(v *QuipConfiguration) *DataSourceConfiguration
- func (s *DataSourceConfiguration) SetS3Configuration(v *S3DataSourceConfiguration) *DataSourceConfiguration
- func (s *DataSourceConfiguration) SetSalesforceConfiguration(v *SalesforceConfiguration) *DataSourceConfiguration
- func (s *DataSourceConfiguration) SetServiceNowConfiguration(v *ServiceNowConfiguration) *DataSourceConfiguration
- func (s *DataSourceConfiguration) SetSharePointConfiguration(v *SharePointConfiguration) *DataSourceConfiguration
- func (s *DataSourceConfiguration) SetSlackConfiguration(v *SlackConfiguration) *DataSourceConfiguration
- func (s *DataSourceConfiguration) SetWebCrawlerConfiguration(v *WebCrawlerConfiguration) *DataSourceConfiguration
- func (s *DataSourceConfiguration) SetWorkDocsConfiguration(v *WorkDocsConfiguration) *DataSourceConfiguration
- func (s DataSourceConfiguration) String() string
- func (s *DataSourceConfiguration) Validate() error
- type DataSourceGroup
- type DataSourceSummary
- func (s DataSourceSummary) GoString() string
- func (s *DataSourceSummary) SetCreatedAt(v time.Time) *DataSourceSummary
- func (s *DataSourceSummary) SetId(v string) *DataSourceSummary
- func (s *DataSourceSummary) SetLanguageCode(v string) *DataSourceSummary
- func (s *DataSourceSummary) SetName(v string) *DataSourceSummary
- func (s *DataSourceSummary) SetStatus(v string) *DataSourceSummary
- func (s *DataSourceSummary) SetType(v string) *DataSourceSummary
- func (s *DataSourceSummary) SetUpdatedAt(v time.Time) *DataSourceSummary
- func (s DataSourceSummary) String() string
- type DataSourceSyncJob
- func (s DataSourceSyncJob) GoString() string
- func (s *DataSourceSyncJob) SetDataSourceErrorCode(v string) *DataSourceSyncJob
- func (s *DataSourceSyncJob) SetEndTime(v time.Time) *DataSourceSyncJob
- func (s *DataSourceSyncJob) SetErrorCode(v string) *DataSourceSyncJob
- func (s *DataSourceSyncJob) SetErrorMessage(v string) *DataSourceSyncJob
- func (s *DataSourceSyncJob) SetExecutionId(v string) *DataSourceSyncJob
- func (s *DataSourceSyncJob) SetMetrics(v *DataSourceSyncJobMetrics) *DataSourceSyncJob
- func (s *DataSourceSyncJob) SetStartTime(v time.Time) *DataSourceSyncJob
- func (s *DataSourceSyncJob) SetStatus(v string) *DataSourceSyncJob
- func (s DataSourceSyncJob) String() string
- type DataSourceSyncJobMetricTarget
- func (s DataSourceSyncJobMetricTarget) GoString() string
- func (s *DataSourceSyncJobMetricTarget) SetDataSourceId(v string) *DataSourceSyncJobMetricTarget
- func (s *DataSourceSyncJobMetricTarget) SetDataSourceSyncJobId(v string) *DataSourceSyncJobMetricTarget
- func (s DataSourceSyncJobMetricTarget) String() string
- func (s *DataSourceSyncJobMetricTarget) Validate() error
- type DataSourceSyncJobMetrics
- func (s DataSourceSyncJobMetrics) GoString() string
- func (s *DataSourceSyncJobMetrics) SetDocumentsAdded(v string) *DataSourceSyncJobMetrics
- func (s *DataSourceSyncJobMetrics) SetDocumentsDeleted(v string) *DataSourceSyncJobMetrics
- func (s *DataSourceSyncJobMetrics) SetDocumentsFailed(v string) *DataSourceSyncJobMetrics
- func (s *DataSourceSyncJobMetrics) SetDocumentsModified(v string) *DataSourceSyncJobMetrics
- func (s *DataSourceSyncJobMetrics) SetDocumentsScanned(v string) *DataSourceSyncJobMetrics
- func (s DataSourceSyncJobMetrics) String() string
- type DataSourceToIndexFieldMapping
- func (s DataSourceToIndexFieldMapping) GoString() string
- func (s *DataSourceToIndexFieldMapping) SetDataSourceFieldName(v string) *DataSourceToIndexFieldMapping
- func (s *DataSourceToIndexFieldMapping) SetDateFieldFormat(v string) *DataSourceToIndexFieldMapping
- func (s *DataSourceToIndexFieldMapping) SetIndexFieldName(v string) *DataSourceToIndexFieldMapping
- func (s DataSourceToIndexFieldMapping) String() string
- func (s *DataSourceToIndexFieldMapping) Validate() error
- type DataSourceVpcConfiguration
- func (s DataSourceVpcConfiguration) GoString() string
- func (s *DataSourceVpcConfiguration) SetSecurityGroupIds(v []*string) *DataSourceVpcConfiguration
- func (s *DataSourceVpcConfiguration) SetSubnetIds(v []*string) *DataSourceVpcConfiguration
- func (s DataSourceVpcConfiguration) String() string
- func (s *DataSourceVpcConfiguration) Validate() error
- type DatabaseConfiguration
- func (s DatabaseConfiguration) GoString() string
- func (s *DatabaseConfiguration) SetAclConfiguration(v *AclConfiguration) *DatabaseConfiguration
- func (s *DatabaseConfiguration) SetColumnConfiguration(v *ColumnConfiguration) *DatabaseConfiguration
- func (s *DatabaseConfiguration) SetConnectionConfiguration(v *ConnectionConfiguration) *DatabaseConfiguration
- func (s *DatabaseConfiguration) SetDatabaseEngineType(v string) *DatabaseConfiguration
- func (s *DatabaseConfiguration) SetSqlConfiguration(v *SqlConfiguration) *DatabaseConfiguration
- func (s *DatabaseConfiguration) SetVpcConfiguration(v *DataSourceVpcConfiguration) *DatabaseConfiguration
- func (s DatabaseConfiguration) String() string
- func (s *DatabaseConfiguration) Validate() error
- type DeleteDataSourceInput
- type DeleteDataSourceOutput
- type DeleteExperienceInput
- type DeleteExperienceOutput
- type DeleteFaqInput
- type DeleteFaqOutput
- type DeleteIndexInput
- type DeleteIndexOutput
- type DeletePrincipalMappingInput
- func (s DeletePrincipalMappingInput) GoString() string
- func (s *DeletePrincipalMappingInput) SetDataSourceId(v string) *DeletePrincipalMappingInput
- func (s *DeletePrincipalMappingInput) SetGroupId(v string) *DeletePrincipalMappingInput
- func (s *DeletePrincipalMappingInput) SetIndexId(v string) *DeletePrincipalMappingInput
- func (s *DeletePrincipalMappingInput) SetOrderingId(v int64) *DeletePrincipalMappingInput
- func (s DeletePrincipalMappingInput) String() string
- func (s *DeletePrincipalMappingInput) Validate() error
- type DeletePrincipalMappingOutput
- type DeleteQuerySuggestionsBlockListInput
- func (s DeleteQuerySuggestionsBlockListInput) GoString() string
- func (s *DeleteQuerySuggestionsBlockListInput) SetId(v string) *DeleteQuerySuggestionsBlockListInput
- func (s *DeleteQuerySuggestionsBlockListInput) SetIndexId(v string) *DeleteQuerySuggestionsBlockListInput
- func (s DeleteQuerySuggestionsBlockListInput) String() string
- func (s *DeleteQuerySuggestionsBlockListInput) Validate() error
- type DeleteQuerySuggestionsBlockListOutput
- type DeleteThesaurusInput
- type DeleteThesaurusOutput
- type DescribeDataSourceInput
- func (s DescribeDataSourceInput) GoString() string
- func (s *DescribeDataSourceInput) SetId(v string) *DescribeDataSourceInput
- func (s *DescribeDataSourceInput) SetIndexId(v string) *DescribeDataSourceInput
- func (s DescribeDataSourceInput) String() string
- func (s *DescribeDataSourceInput) Validate() error
- type DescribeDataSourceOutput
- func (s DescribeDataSourceOutput) GoString() string
- func (s *DescribeDataSourceOutput) SetConfiguration(v *DataSourceConfiguration) *DescribeDataSourceOutput
- func (s *DescribeDataSourceOutput) SetCreatedAt(v time.Time) *DescribeDataSourceOutput
- func (s *DescribeDataSourceOutput) SetCustomDocumentEnrichmentConfiguration(v *CustomDocumentEnrichmentConfiguration) *DescribeDataSourceOutput
- func (s *DescribeDataSourceOutput) SetDescription(v string) *DescribeDataSourceOutput
- func (s *DescribeDataSourceOutput) SetErrorMessage(v string) *DescribeDataSourceOutput
- func (s *DescribeDataSourceOutput) SetId(v string) *DescribeDataSourceOutput
- func (s *DescribeDataSourceOutput) SetIndexId(v string) *DescribeDataSourceOutput
- func (s *DescribeDataSourceOutput) SetLanguageCode(v string) *DescribeDataSourceOutput
- func (s *DescribeDataSourceOutput) SetName(v string) *DescribeDataSourceOutput
- func (s *DescribeDataSourceOutput) SetRoleArn(v string) *DescribeDataSourceOutput
- func (s *DescribeDataSourceOutput) SetSchedule(v string) *DescribeDataSourceOutput
- func (s *DescribeDataSourceOutput) SetStatus(v string) *DescribeDataSourceOutput
- func (s *DescribeDataSourceOutput) SetType(v string) *DescribeDataSourceOutput
- func (s *DescribeDataSourceOutput) SetUpdatedAt(v time.Time) *DescribeDataSourceOutput
- func (s DescribeDataSourceOutput) String() string
- type DescribeExperienceInput
- func (s DescribeExperienceInput) GoString() string
- func (s *DescribeExperienceInput) SetId(v string) *DescribeExperienceInput
- func (s *DescribeExperienceInput) SetIndexId(v string) *DescribeExperienceInput
- func (s DescribeExperienceInput) String() string
- func (s *DescribeExperienceInput) Validate() error
- type DescribeExperienceOutput
- func (s DescribeExperienceOutput) GoString() string
- func (s *DescribeExperienceOutput) SetConfiguration(v *ExperienceConfiguration) *DescribeExperienceOutput
- func (s *DescribeExperienceOutput) SetCreatedAt(v time.Time) *DescribeExperienceOutput
- func (s *DescribeExperienceOutput) SetDescription(v string) *DescribeExperienceOutput
- func (s *DescribeExperienceOutput) SetEndpoints(v []*ExperienceEndpoint) *DescribeExperienceOutput
- func (s *DescribeExperienceOutput) SetErrorMessage(v string) *DescribeExperienceOutput
- func (s *DescribeExperienceOutput) SetId(v string) *DescribeExperienceOutput
- func (s *DescribeExperienceOutput) SetIndexId(v string) *DescribeExperienceOutput
- func (s *DescribeExperienceOutput) SetName(v string) *DescribeExperienceOutput
- func (s *DescribeExperienceOutput) SetRoleArn(v string) *DescribeExperienceOutput
- func (s *DescribeExperienceOutput) SetStatus(v string) *DescribeExperienceOutput
- func (s *DescribeExperienceOutput) SetUpdatedAt(v time.Time) *DescribeExperienceOutput
- func (s DescribeExperienceOutput) String() string
- type DescribeFaqInput
- type DescribeFaqOutput
- func (s DescribeFaqOutput) GoString() string
- func (s *DescribeFaqOutput) SetCreatedAt(v time.Time) *DescribeFaqOutput
- func (s *DescribeFaqOutput) SetDescription(v string) *DescribeFaqOutput
- func (s *DescribeFaqOutput) SetErrorMessage(v string) *DescribeFaqOutput
- func (s *DescribeFaqOutput) SetFileFormat(v string) *DescribeFaqOutput
- func (s *DescribeFaqOutput) SetId(v string) *DescribeFaqOutput
- func (s *DescribeFaqOutput) SetIndexId(v string) *DescribeFaqOutput
- func (s *DescribeFaqOutput) SetLanguageCode(v string) *DescribeFaqOutput
- func (s *DescribeFaqOutput) SetName(v string) *DescribeFaqOutput
- func (s *DescribeFaqOutput) SetRoleArn(v string) *DescribeFaqOutput
- func (s *DescribeFaqOutput) SetS3Path(v *S3Path) *DescribeFaqOutput
- func (s *DescribeFaqOutput) SetStatus(v string) *DescribeFaqOutput
- func (s *DescribeFaqOutput) SetUpdatedAt(v time.Time) *DescribeFaqOutput
- func (s DescribeFaqOutput) String() string
- type DescribeIndexInput
- type DescribeIndexOutput
- func (s DescribeIndexOutput) GoString() string
- func (s *DescribeIndexOutput) SetCapacityUnits(v *CapacityUnitsConfiguration) *DescribeIndexOutput
- func (s *DescribeIndexOutput) SetCreatedAt(v time.Time) *DescribeIndexOutput
- func (s *DescribeIndexOutput) SetDescription(v string) *DescribeIndexOutput
- func (s *DescribeIndexOutput) SetDocumentMetadataConfigurations(v []*DocumentMetadataConfiguration) *DescribeIndexOutput
- func (s *DescribeIndexOutput) SetEdition(v string) *DescribeIndexOutput
- func (s *DescribeIndexOutput) SetErrorMessage(v string) *DescribeIndexOutput
- func (s *DescribeIndexOutput) SetId(v string) *DescribeIndexOutput
- func (s *DescribeIndexOutput) SetIndexStatistics(v *IndexStatistics) *DescribeIndexOutput
- func (s *DescribeIndexOutput) SetName(v string) *DescribeIndexOutput
- func (s *DescribeIndexOutput) SetRoleArn(v string) *DescribeIndexOutput
- func (s *DescribeIndexOutput) SetServerSideEncryptionConfiguration(v *ServerSideEncryptionConfiguration) *DescribeIndexOutput
- func (s *DescribeIndexOutput) SetStatus(v string) *DescribeIndexOutput
- func (s *DescribeIndexOutput) SetUpdatedAt(v time.Time) *DescribeIndexOutput
- func (s *DescribeIndexOutput) SetUserContextPolicy(v string) *DescribeIndexOutput
- func (s *DescribeIndexOutput) SetUserGroupResolutionConfiguration(v *UserGroupResolutionConfiguration) *DescribeIndexOutput
- func (s *DescribeIndexOutput) SetUserTokenConfigurations(v []*UserTokenConfiguration) *DescribeIndexOutput
- func (s DescribeIndexOutput) String() string
- type DescribePrincipalMappingInput
- func (s DescribePrincipalMappingInput) GoString() string
- func (s *DescribePrincipalMappingInput) SetDataSourceId(v string) *DescribePrincipalMappingInput
- func (s *DescribePrincipalMappingInput) SetGroupId(v string) *DescribePrincipalMappingInput
- func (s *DescribePrincipalMappingInput) SetIndexId(v string) *DescribePrincipalMappingInput
- func (s DescribePrincipalMappingInput) String() string
- func (s *DescribePrincipalMappingInput) Validate() error
- type DescribePrincipalMappingOutput
- func (s DescribePrincipalMappingOutput) GoString() string
- func (s *DescribePrincipalMappingOutput) SetDataSourceId(v string) *DescribePrincipalMappingOutput
- func (s *DescribePrincipalMappingOutput) SetGroupId(v string) *DescribePrincipalMappingOutput
- func (s *DescribePrincipalMappingOutput) SetGroupOrderingIdSummaries(v []*GroupOrderingIdSummary) *DescribePrincipalMappingOutput
- func (s *DescribePrincipalMappingOutput) SetIndexId(v string) *DescribePrincipalMappingOutput
- func (s DescribePrincipalMappingOutput) String() string
- type DescribeQuerySuggestionsBlockListInput
- func (s DescribeQuerySuggestionsBlockListInput) GoString() string
- func (s *DescribeQuerySuggestionsBlockListInput) SetId(v string) *DescribeQuerySuggestionsBlockListInput
- func (s *DescribeQuerySuggestionsBlockListInput) SetIndexId(v string) *DescribeQuerySuggestionsBlockListInput
- func (s DescribeQuerySuggestionsBlockListInput) String() string
- func (s *DescribeQuerySuggestionsBlockListInput) Validate() error
- type DescribeQuerySuggestionsBlockListOutput
- func (s DescribeQuerySuggestionsBlockListOutput) GoString() string
- func (s *DescribeQuerySuggestionsBlockListOutput) SetCreatedAt(v time.Time) *DescribeQuerySuggestionsBlockListOutput
- func (s *DescribeQuerySuggestionsBlockListOutput) SetDescription(v string) *DescribeQuerySuggestionsBlockListOutput
- func (s *DescribeQuerySuggestionsBlockListOutput) SetErrorMessage(v string) *DescribeQuerySuggestionsBlockListOutput
- func (s *DescribeQuerySuggestionsBlockListOutput) SetFileSizeBytes(v int64) *DescribeQuerySuggestionsBlockListOutput
- func (s *DescribeQuerySuggestionsBlockListOutput) SetId(v string) *DescribeQuerySuggestionsBlockListOutput
- func (s *DescribeQuerySuggestionsBlockListOutput) SetIndexId(v string) *DescribeQuerySuggestionsBlockListOutput
- func (s *DescribeQuerySuggestionsBlockListOutput) SetItemCount(v int64) *DescribeQuerySuggestionsBlockListOutput
- func (s *DescribeQuerySuggestionsBlockListOutput) SetName(v string) *DescribeQuerySuggestionsBlockListOutput
- func (s *DescribeQuerySuggestionsBlockListOutput) SetRoleArn(v string) *DescribeQuerySuggestionsBlockListOutput
- func (s *DescribeQuerySuggestionsBlockListOutput) SetSourceS3Path(v *S3Path) *DescribeQuerySuggestionsBlockListOutput
- func (s *DescribeQuerySuggestionsBlockListOutput) SetStatus(v string) *DescribeQuerySuggestionsBlockListOutput
- func (s *DescribeQuerySuggestionsBlockListOutput) SetUpdatedAt(v time.Time) *DescribeQuerySuggestionsBlockListOutput
- func (s DescribeQuerySuggestionsBlockListOutput) String() string
- type DescribeQuerySuggestionsConfigInput
- type DescribeQuerySuggestionsConfigOutput
- func (s DescribeQuerySuggestionsConfigOutput) GoString() string
- func (s *DescribeQuerySuggestionsConfigOutput) SetIncludeQueriesWithoutUserInformation(v bool) *DescribeQuerySuggestionsConfigOutput
- func (s *DescribeQuerySuggestionsConfigOutput) SetLastClearTime(v time.Time) *DescribeQuerySuggestionsConfigOutput
- func (s *DescribeQuerySuggestionsConfigOutput) SetLastSuggestionsBuildTime(v time.Time) *DescribeQuerySuggestionsConfigOutput
- func (s *DescribeQuerySuggestionsConfigOutput) SetMinimumNumberOfQueryingUsers(v int64) *DescribeQuerySuggestionsConfigOutput
- func (s *DescribeQuerySuggestionsConfigOutput) SetMinimumQueryCount(v int64) *DescribeQuerySuggestionsConfigOutput
- func (s *DescribeQuerySuggestionsConfigOutput) SetMode(v string) *DescribeQuerySuggestionsConfigOutput
- func (s *DescribeQuerySuggestionsConfigOutput) SetQueryLogLookBackWindowInDays(v int64) *DescribeQuerySuggestionsConfigOutput
- func (s *DescribeQuerySuggestionsConfigOutput) SetStatus(v string) *DescribeQuerySuggestionsConfigOutput
- func (s *DescribeQuerySuggestionsConfigOutput) SetTotalSuggestionsCount(v int64) *DescribeQuerySuggestionsConfigOutput
- func (s DescribeQuerySuggestionsConfigOutput) String() string
- type DescribeThesaurusInput
- type DescribeThesaurusOutput
- func (s DescribeThesaurusOutput) GoString() string
- func (s *DescribeThesaurusOutput) SetCreatedAt(v time.Time) *DescribeThesaurusOutput
- func (s *DescribeThesaurusOutput) SetDescription(v string) *DescribeThesaurusOutput
- func (s *DescribeThesaurusOutput) SetErrorMessage(v string) *DescribeThesaurusOutput
- func (s *DescribeThesaurusOutput) SetFileSizeBytes(v int64) *DescribeThesaurusOutput
- func (s *DescribeThesaurusOutput) SetId(v string) *DescribeThesaurusOutput
- func (s *DescribeThesaurusOutput) SetIndexId(v string) *DescribeThesaurusOutput
- func (s *DescribeThesaurusOutput) SetName(v string) *DescribeThesaurusOutput
- func (s *DescribeThesaurusOutput) SetRoleArn(v string) *DescribeThesaurusOutput
- func (s *DescribeThesaurusOutput) SetSourceS3Path(v *S3Path) *DescribeThesaurusOutput
- func (s *DescribeThesaurusOutput) SetStatus(v string) *DescribeThesaurusOutput
- func (s *DescribeThesaurusOutput) SetSynonymRuleCount(v int64) *DescribeThesaurusOutput
- func (s *DescribeThesaurusOutput) SetTermCount(v int64) *DescribeThesaurusOutput
- func (s *DescribeThesaurusOutput) SetUpdatedAt(v time.Time) *DescribeThesaurusOutput
- func (s DescribeThesaurusOutput) String() string
- type DisassociateEntitiesFromExperienceInput
- func (s DisassociateEntitiesFromExperienceInput) GoString() string
- func (s *DisassociateEntitiesFromExperienceInput) SetEntityList(v []*EntityConfiguration) *DisassociateEntitiesFromExperienceInput
- func (s *DisassociateEntitiesFromExperienceInput) SetId(v string) *DisassociateEntitiesFromExperienceInput
- func (s *DisassociateEntitiesFromExperienceInput) SetIndexId(v string) *DisassociateEntitiesFromExperienceInput
- func (s DisassociateEntitiesFromExperienceInput) String() string
- func (s *DisassociateEntitiesFromExperienceInput) Validate() error
- type DisassociateEntitiesFromExperienceOutput
- type DisassociatePersonasFromEntitiesInput
- func (s DisassociatePersonasFromEntitiesInput) GoString() string
- func (s *DisassociatePersonasFromEntitiesInput) SetEntityIds(v []*string) *DisassociatePersonasFromEntitiesInput
- func (s *DisassociatePersonasFromEntitiesInput) SetId(v string) *DisassociatePersonasFromEntitiesInput
- func (s *DisassociatePersonasFromEntitiesInput) SetIndexId(v string) *DisassociatePersonasFromEntitiesInput
- func (s DisassociatePersonasFromEntitiesInput) String() string
- func (s *DisassociatePersonasFromEntitiesInput) Validate() error
- type DisassociatePersonasFromEntitiesOutput
- type Document
- func (s Document) GoString() string
- func (s *Document) SetAccessControlList(v []*Principal) *Document
- func (s *Document) SetAttributes(v []*DocumentAttribute) *Document
- func (s *Document) SetBlob(v []byte) *Document
- func (s *Document) SetContentType(v string) *Document
- func (s *Document) SetHierarchicalAccessControlList(v []*HierarchicalPrincipal) *Document
- func (s *Document) SetId(v string) *Document
- func (s *Document) SetS3Path(v *S3Path) *Document
- func (s *Document) SetTitle(v string) *Document
- func (s Document) String() string
- func (s *Document) Validate() error
- type DocumentAttribute
- type DocumentAttributeCondition
- func (s DocumentAttributeCondition) GoString() string
- func (s *DocumentAttributeCondition) SetConditionDocumentAttributeKey(v string) *DocumentAttributeCondition
- func (s *DocumentAttributeCondition) SetConditionOnValue(v *DocumentAttributeValue) *DocumentAttributeCondition
- func (s *DocumentAttributeCondition) SetOperator(v string) *DocumentAttributeCondition
- func (s DocumentAttributeCondition) String() string
- func (s *DocumentAttributeCondition) Validate() error
- type DocumentAttributeTarget
- func (s DocumentAttributeTarget) GoString() string
- func (s *DocumentAttributeTarget) SetTargetDocumentAttributeKey(v string) *DocumentAttributeTarget
- func (s *DocumentAttributeTarget) SetTargetDocumentAttributeValue(v *DocumentAttributeValue) *DocumentAttributeTarget
- func (s *DocumentAttributeTarget) SetTargetDocumentAttributeValueDeletion(v bool) *DocumentAttributeTarget
- func (s DocumentAttributeTarget) String() string
- func (s *DocumentAttributeTarget) Validate() error
- type DocumentAttributeValue
- func (s DocumentAttributeValue) GoString() string
- func (s *DocumentAttributeValue) SetDateValue(v time.Time) *DocumentAttributeValue
- func (s *DocumentAttributeValue) SetLongValue(v int64) *DocumentAttributeValue
- func (s *DocumentAttributeValue) SetStringListValue(v []*string) *DocumentAttributeValue
- func (s *DocumentAttributeValue) SetStringValue(v string) *DocumentAttributeValue
- func (s DocumentAttributeValue) String() string
- func (s *DocumentAttributeValue) Validate() error
- type DocumentAttributeValueCountPair
- func (s DocumentAttributeValueCountPair) GoString() string
- func (s *DocumentAttributeValueCountPair) SetCount(v int64) *DocumentAttributeValueCountPair
- func (s *DocumentAttributeValueCountPair) SetDocumentAttributeValue(v *DocumentAttributeValue) *DocumentAttributeValueCountPair
- func (s DocumentAttributeValueCountPair) String() string
- type DocumentInfo
- type DocumentMetadataConfiguration
- func (s DocumentMetadataConfiguration) GoString() string
- func (s *DocumentMetadataConfiguration) SetName(v string) *DocumentMetadataConfiguration
- func (s *DocumentMetadataConfiguration) SetRelevance(v *Relevance) *DocumentMetadataConfiguration
- func (s *DocumentMetadataConfiguration) SetSearch(v *Search) *DocumentMetadataConfiguration
- func (s *DocumentMetadataConfiguration) SetType(v string) *DocumentMetadataConfiguration
- func (s DocumentMetadataConfiguration) String() string
- func (s *DocumentMetadataConfiguration) Validate() error
- type DocumentRelevanceConfiguration
- func (s DocumentRelevanceConfiguration) GoString() string
- func (s *DocumentRelevanceConfiguration) SetName(v string) *DocumentRelevanceConfiguration
- func (s *DocumentRelevanceConfiguration) SetRelevance(v *Relevance) *DocumentRelevanceConfiguration
- func (s DocumentRelevanceConfiguration) String() string
- func (s *DocumentRelevanceConfiguration) Validate() error
- type DocumentsMetadataConfiguration
- type EntityConfiguration
- type EntityDisplayData
- func (s EntityDisplayData) GoString() string
- func (s *EntityDisplayData) SetFirstName(v string) *EntityDisplayData
- func (s *EntityDisplayData) SetGroupName(v string) *EntityDisplayData
- func (s *EntityDisplayData) SetIdentifiedUserName(v string) *EntityDisplayData
- func (s *EntityDisplayData) SetLastName(v string) *EntityDisplayData
- func (s *EntityDisplayData) SetUserName(v string) *EntityDisplayData
- func (s EntityDisplayData) String() string
- type EntityPersonaConfiguration
- func (s EntityPersonaConfiguration) GoString() string
- func (s *EntityPersonaConfiguration) SetEntityId(v string) *EntityPersonaConfiguration
- func (s *EntityPersonaConfiguration) SetPersona(v string) *EntityPersonaConfiguration
- func (s EntityPersonaConfiguration) String() string
- func (s *EntityPersonaConfiguration) Validate() error
- type ExperienceConfiguration
- func (s ExperienceConfiguration) GoString() string
- func (s *ExperienceConfiguration) SetContentSourceConfiguration(v *ContentSourceConfiguration) *ExperienceConfiguration
- func (s *ExperienceConfiguration) SetUserIdentityConfiguration(v *UserIdentityConfiguration) *ExperienceConfiguration
- func (s ExperienceConfiguration) String() string
- func (s *ExperienceConfiguration) Validate() error
- type ExperienceEndpoint
- type ExperienceEntitiesSummary
- func (s ExperienceEntitiesSummary) GoString() string
- func (s *ExperienceEntitiesSummary) SetDisplayData(v *EntityDisplayData) *ExperienceEntitiesSummary
- func (s *ExperienceEntitiesSummary) SetEntityId(v string) *ExperienceEntitiesSummary
- func (s *ExperienceEntitiesSummary) SetEntityType(v string) *ExperienceEntitiesSummary
- func (s ExperienceEntitiesSummary) String() string
- type ExperiencesSummary
- func (s ExperiencesSummary) GoString() string
- func (s *ExperiencesSummary) SetCreatedAt(v time.Time) *ExperiencesSummary
- func (s *ExperiencesSummary) SetEndpoints(v []*ExperienceEndpoint) *ExperiencesSummary
- func (s *ExperiencesSummary) SetId(v string) *ExperiencesSummary
- func (s *ExperiencesSummary) SetName(v string) *ExperiencesSummary
- func (s *ExperiencesSummary) SetStatus(v string) *ExperiencesSummary
- func (s ExperiencesSummary) String() string
- type Facet
- type FacetResult
- func (s FacetResult) GoString() string
- func (s *FacetResult) SetDocumentAttributeKey(v string) *FacetResult
- func (s *FacetResult) SetDocumentAttributeValueCountPairs(v []*DocumentAttributeValueCountPair) *FacetResult
- func (s *FacetResult) SetDocumentAttributeValueType(v string) *FacetResult
- func (s FacetResult) String() string
- type FailedEntity
- type FaqStatistics
- type FaqSummary
- func (s FaqSummary) GoString() string
- func (s *FaqSummary) SetCreatedAt(v time.Time) *FaqSummary
- func (s *FaqSummary) SetFileFormat(v string) *FaqSummary
- func (s *FaqSummary) SetId(v string) *FaqSummary
- func (s *FaqSummary) SetLanguageCode(v string) *FaqSummary
- func (s *FaqSummary) SetName(v string) *FaqSummary
- func (s *FaqSummary) SetStatus(v string) *FaqSummary
- func (s *FaqSummary) SetUpdatedAt(v time.Time) *FaqSummary
- func (s FaqSummary) String() string
- type FsxConfiguration
- func (s FsxConfiguration) GoString() string
- func (s *FsxConfiguration) SetExclusionPatterns(v []*string) *FsxConfiguration
- func (s *FsxConfiguration) SetFieldMappings(v []*DataSourceToIndexFieldMapping) *FsxConfiguration
- func (s *FsxConfiguration) SetFileSystemId(v string) *FsxConfiguration
- func (s *FsxConfiguration) SetFileSystemType(v string) *FsxConfiguration
- func (s *FsxConfiguration) SetInclusionPatterns(v []*string) *FsxConfiguration
- func (s *FsxConfiguration) SetSecretArn(v string) *FsxConfiguration
- func (s *FsxConfiguration) SetVpcConfiguration(v *DataSourceVpcConfiguration) *FsxConfiguration
- func (s FsxConfiguration) String() string
- func (s *FsxConfiguration) Validate() error
- type GetQuerySuggestionsInput
- func (s GetQuerySuggestionsInput) GoString() string
- func (s *GetQuerySuggestionsInput) SetIndexId(v string) *GetQuerySuggestionsInput
- func (s *GetQuerySuggestionsInput) SetMaxSuggestionsCount(v int64) *GetQuerySuggestionsInput
- func (s *GetQuerySuggestionsInput) SetQueryText(v string) *GetQuerySuggestionsInput
- func (s GetQuerySuggestionsInput) String() string
- func (s *GetQuerySuggestionsInput) Validate() error
- type GetQuerySuggestionsOutput
- type GetSnapshotsInput
- func (s GetSnapshotsInput) GoString() string
- func (s *GetSnapshotsInput) SetIndexId(v string) *GetSnapshotsInput
- func (s *GetSnapshotsInput) SetInterval(v string) *GetSnapshotsInput
- func (s *GetSnapshotsInput) SetMaxResults(v int64) *GetSnapshotsInput
- func (s *GetSnapshotsInput) SetMetricType(v string) *GetSnapshotsInput
- func (s *GetSnapshotsInput) SetNextToken(v string) *GetSnapshotsInput
- func (s GetSnapshotsInput) String() string
- func (s *GetSnapshotsInput) Validate() error
- type GetSnapshotsOutput
- func (s GetSnapshotsOutput) GoString() string
- func (s *GetSnapshotsOutput) SetNextToken(v string) *GetSnapshotsOutput
- func (s *GetSnapshotsOutput) SetSnapShotTimeFilter(v *TimeRange) *GetSnapshotsOutput
- func (s *GetSnapshotsOutput) SetSnapshotsData(v [][]*string) *GetSnapshotsOutput
- func (s *GetSnapshotsOutput) SetSnapshotsDataHeader(v []*string) *GetSnapshotsOutput
- func (s GetSnapshotsOutput) String() string
- type GoogleDriveConfiguration
- func (s GoogleDriveConfiguration) GoString() string
- func (s *GoogleDriveConfiguration) SetExcludeMimeTypes(v []*string) *GoogleDriveConfiguration
- func (s *GoogleDriveConfiguration) SetExcludeSharedDrives(v []*string) *GoogleDriveConfiguration
- func (s *GoogleDriveConfiguration) SetExcludeUserAccounts(v []*string) *GoogleDriveConfiguration
- func (s *GoogleDriveConfiguration) SetExclusionPatterns(v []*string) *GoogleDriveConfiguration
- func (s *GoogleDriveConfiguration) SetFieldMappings(v []*DataSourceToIndexFieldMapping) *GoogleDriveConfiguration
- func (s *GoogleDriveConfiguration) SetInclusionPatterns(v []*string) *GoogleDriveConfiguration
- func (s *GoogleDriveConfiguration) SetSecretArn(v string) *GoogleDriveConfiguration
- func (s GoogleDriveConfiguration) String() string
- func (s *GoogleDriveConfiguration) Validate() error
- type GroupMembers
- func (s GroupMembers) GoString() string
- func (s *GroupMembers) SetMemberGroups(v []*MemberGroup) *GroupMembers
- func (s *GroupMembers) SetMemberUsers(v []*MemberUser) *GroupMembers
- func (s *GroupMembers) SetS3PathforGroupMembers(v *S3Path) *GroupMembers
- func (s GroupMembers) String() string
- func (s *GroupMembers) Validate() error
- type GroupOrderingIdSummary
- func (s GroupOrderingIdSummary) GoString() string
- func (s *GroupOrderingIdSummary) SetFailureReason(v string) *GroupOrderingIdSummary
- func (s *GroupOrderingIdSummary) SetLastUpdatedAt(v time.Time) *GroupOrderingIdSummary
- func (s *GroupOrderingIdSummary) SetOrderingId(v int64) *GroupOrderingIdSummary
- func (s *GroupOrderingIdSummary) SetReceivedAt(v time.Time) *GroupOrderingIdSummary
- func (s *GroupOrderingIdSummary) SetStatus(v string) *GroupOrderingIdSummary
- func (s GroupOrderingIdSummary) String() string
- type GroupSummary
- type HierarchicalPrincipal
- type Highlight
- type HookConfiguration
- func (s HookConfiguration) GoString() string
- func (s *HookConfiguration) SetInvocationCondition(v *DocumentAttributeCondition) *HookConfiguration
- func (s *HookConfiguration) SetLambdaArn(v string) *HookConfiguration
- func (s *HookConfiguration) SetS3Bucket(v string) *HookConfiguration
- func (s HookConfiguration) String() string
- func (s *HookConfiguration) Validate() error
- type IndexConfigurationSummary
- func (s IndexConfigurationSummary) GoString() string
- func (s *IndexConfigurationSummary) SetCreatedAt(v time.Time) *IndexConfigurationSummary
- func (s *IndexConfigurationSummary) SetEdition(v string) *IndexConfigurationSummary
- func (s *IndexConfigurationSummary) SetId(v string) *IndexConfigurationSummary
- func (s *IndexConfigurationSummary) SetName(v string) *IndexConfigurationSummary
- func (s *IndexConfigurationSummary) SetStatus(v string) *IndexConfigurationSummary
- func (s *IndexConfigurationSummary) SetUpdatedAt(v time.Time) *IndexConfigurationSummary
- func (s IndexConfigurationSummary) String() string
- type IndexStatistics
- type InlineCustomDocumentEnrichmentConfiguration
- func (s InlineCustomDocumentEnrichmentConfiguration) GoString() string
- func (s *InlineCustomDocumentEnrichmentConfiguration) SetCondition(v *DocumentAttributeCondition) *InlineCustomDocumentEnrichmentConfiguration
- func (s *InlineCustomDocumentEnrichmentConfiguration) SetDocumentContentDeletion(v bool) *InlineCustomDocumentEnrichmentConfiguration
- func (s *InlineCustomDocumentEnrichmentConfiguration) SetTarget(v *DocumentAttributeTarget) *InlineCustomDocumentEnrichmentConfiguration
- func (s InlineCustomDocumentEnrichmentConfiguration) String() string
- func (s *InlineCustomDocumentEnrichmentConfiguration) Validate() error
- type InternalServerException
- func (s *InternalServerException) Code() string
- func (s *InternalServerException) Error() string
- func (s InternalServerException) GoString() string
- func (s *InternalServerException) Message() string
- func (s *InternalServerException) OrigErr() error
- func (s *InternalServerException) RequestID() string
- func (s *InternalServerException) StatusCode() int
- func (s InternalServerException) String() string
- type InvalidRequestException
- func (s *InvalidRequestException) Code() string
- func (s *InvalidRequestException) Error() string
- func (s InvalidRequestException) GoString() string
- func (s *InvalidRequestException) Message() string
- func (s *InvalidRequestException) OrigErr() error
- func (s *InvalidRequestException) RequestID() string
- func (s *InvalidRequestException) StatusCode() int
- func (s InvalidRequestException) String() string
- type JsonTokenTypeConfiguration
- func (s JsonTokenTypeConfiguration) GoString() string
- func (s *JsonTokenTypeConfiguration) SetGroupAttributeField(v string) *JsonTokenTypeConfiguration
- func (s *JsonTokenTypeConfiguration) SetUserNameAttributeField(v string) *JsonTokenTypeConfiguration
- func (s JsonTokenTypeConfiguration) String() string
- func (s *JsonTokenTypeConfiguration) Validate() error
- type JwtTokenTypeConfiguration
- func (s JwtTokenTypeConfiguration) GoString() string
- func (s *JwtTokenTypeConfiguration) SetClaimRegex(v string) *JwtTokenTypeConfiguration
- func (s *JwtTokenTypeConfiguration) SetGroupAttributeField(v string) *JwtTokenTypeConfiguration
- func (s *JwtTokenTypeConfiguration) SetIssuer(v string) *JwtTokenTypeConfiguration
- func (s *JwtTokenTypeConfiguration) SetKeyLocation(v string) *JwtTokenTypeConfiguration
- func (s *JwtTokenTypeConfiguration) SetSecretManagerArn(v string) *JwtTokenTypeConfiguration
- func (s *JwtTokenTypeConfiguration) SetURL(v string) *JwtTokenTypeConfiguration
- func (s *JwtTokenTypeConfiguration) SetUserNameAttributeField(v string) *JwtTokenTypeConfiguration
- func (s JwtTokenTypeConfiguration) String() string
- func (s *JwtTokenTypeConfiguration) Validate() error
- type Kendra
- func (c *Kendra) AssociateEntitiesToExperience(input *AssociateEntitiesToExperienceInput) (*AssociateEntitiesToExperienceOutput, error)
- func (c *Kendra) AssociateEntitiesToExperienceRequest(input *AssociateEntitiesToExperienceInput) (req *request.Request, output *AssociateEntitiesToExperienceOutput)
- func (c *Kendra) AssociateEntitiesToExperienceWithContext(ctx aws.Context, input *AssociateEntitiesToExperienceInput, ...) (*AssociateEntitiesToExperienceOutput, error)
- func (c *Kendra) AssociatePersonasToEntities(input *AssociatePersonasToEntitiesInput) (*AssociatePersonasToEntitiesOutput, error)
- func (c *Kendra) AssociatePersonasToEntitiesRequest(input *AssociatePersonasToEntitiesInput) (req *request.Request, output *AssociatePersonasToEntitiesOutput)
- func (c *Kendra) AssociatePersonasToEntitiesWithContext(ctx aws.Context, input *AssociatePersonasToEntitiesInput, ...) (*AssociatePersonasToEntitiesOutput, error)
- func (c *Kendra) BatchDeleteDocument(input *BatchDeleteDocumentInput) (*BatchDeleteDocumentOutput, error)
- func (c *Kendra) BatchDeleteDocumentRequest(input *BatchDeleteDocumentInput) (req *request.Request, output *BatchDeleteDocumentOutput)
- func (c *Kendra) BatchDeleteDocumentWithContext(ctx aws.Context, input *BatchDeleteDocumentInput, opts ...request.Option) (*BatchDeleteDocumentOutput, error)
- func (c *Kendra) BatchGetDocumentStatus(input *BatchGetDocumentStatusInput) (*BatchGetDocumentStatusOutput, error)
- func (c *Kendra) BatchGetDocumentStatusRequest(input *BatchGetDocumentStatusInput) (req *request.Request, output *BatchGetDocumentStatusOutput)
- func (c *Kendra) BatchGetDocumentStatusWithContext(ctx aws.Context, input *BatchGetDocumentStatusInput, opts ...request.Option) (*BatchGetDocumentStatusOutput, error)
- func (c *Kendra) BatchPutDocument(input *BatchPutDocumentInput) (*BatchPutDocumentOutput, error)
- func (c *Kendra) BatchPutDocumentRequest(input *BatchPutDocumentInput) (req *request.Request, output *BatchPutDocumentOutput)
- func (c *Kendra) BatchPutDocumentWithContext(ctx aws.Context, input *BatchPutDocumentInput, opts ...request.Option) (*BatchPutDocumentOutput, error)
- func (c *Kendra) ClearQuerySuggestions(input *ClearQuerySuggestionsInput) (*ClearQuerySuggestionsOutput, error)
- func (c *Kendra) ClearQuerySuggestionsRequest(input *ClearQuerySuggestionsInput) (req *request.Request, output *ClearQuerySuggestionsOutput)
- func (c *Kendra) ClearQuerySuggestionsWithContext(ctx aws.Context, input *ClearQuerySuggestionsInput, opts ...request.Option) (*ClearQuerySuggestionsOutput, error)
- func (c *Kendra) CreateDataSource(input *CreateDataSourceInput) (*CreateDataSourceOutput, error)
- func (c *Kendra) CreateDataSourceRequest(input *CreateDataSourceInput) (req *request.Request, output *CreateDataSourceOutput)
- func (c *Kendra) CreateDataSourceWithContext(ctx aws.Context, input *CreateDataSourceInput, opts ...request.Option) (*CreateDataSourceOutput, error)
- func (c *Kendra) CreateExperience(input *CreateExperienceInput) (*CreateExperienceOutput, error)
- func (c *Kendra) CreateExperienceRequest(input *CreateExperienceInput) (req *request.Request, output *CreateExperienceOutput)
- func (c *Kendra) CreateExperienceWithContext(ctx aws.Context, input *CreateExperienceInput, opts ...request.Option) (*CreateExperienceOutput, error)
- func (c *Kendra) CreateFaq(input *CreateFaqInput) (*CreateFaqOutput, error)
- func (c *Kendra) CreateFaqRequest(input *CreateFaqInput) (req *request.Request, output *CreateFaqOutput)
- func (c *Kendra) CreateFaqWithContext(ctx aws.Context, input *CreateFaqInput, opts ...request.Option) (*CreateFaqOutput, error)
- func (c *Kendra) CreateIndex(input *CreateIndexInput) (*CreateIndexOutput, error)
- func (c *Kendra) CreateIndexRequest(input *CreateIndexInput) (req *request.Request, output *CreateIndexOutput)
- func (c *Kendra) CreateIndexWithContext(ctx aws.Context, input *CreateIndexInput, opts ...request.Option) (*CreateIndexOutput, error)
- func (c *Kendra) CreateQuerySuggestionsBlockList(input *CreateQuerySuggestionsBlockListInput) (*CreateQuerySuggestionsBlockListOutput, error)
- func (c *Kendra) CreateQuerySuggestionsBlockListRequest(input *CreateQuerySuggestionsBlockListInput) (req *request.Request, output *CreateQuerySuggestionsBlockListOutput)
- func (c *Kendra) CreateQuerySuggestionsBlockListWithContext(ctx aws.Context, input *CreateQuerySuggestionsBlockListInput, ...) (*CreateQuerySuggestionsBlockListOutput, error)
- func (c *Kendra) CreateThesaurus(input *CreateThesaurusInput) (*CreateThesaurusOutput, error)
- func (c *Kendra) CreateThesaurusRequest(input *CreateThesaurusInput) (req *request.Request, output *CreateThesaurusOutput)
- func (c *Kendra) CreateThesaurusWithContext(ctx aws.Context, input *CreateThesaurusInput, opts ...request.Option) (*CreateThesaurusOutput, error)
- func (c *Kendra) DeleteDataSource(input *DeleteDataSourceInput) (*DeleteDataSourceOutput, error)
- func (c *Kendra) DeleteDataSourceRequest(input *DeleteDataSourceInput) (req *request.Request, output *DeleteDataSourceOutput)
- func (c *Kendra) DeleteDataSourceWithContext(ctx aws.Context, input *DeleteDataSourceInput, opts ...request.Option) (*DeleteDataSourceOutput, error)
- func (c *Kendra) DeleteExperience(input *DeleteExperienceInput) (*DeleteExperienceOutput, error)
- func (c *Kendra) DeleteExperienceRequest(input *DeleteExperienceInput) (req *request.Request, output *DeleteExperienceOutput)
- func (c *Kendra) DeleteExperienceWithContext(ctx aws.Context, input *DeleteExperienceInput, opts ...request.Option) (*DeleteExperienceOutput, error)
- func (c *Kendra) DeleteFaq(input *DeleteFaqInput) (*DeleteFaqOutput, error)
- func (c *Kendra) DeleteFaqRequest(input *DeleteFaqInput) (req *request.Request, output *DeleteFaqOutput)
- func (c *Kendra) DeleteFaqWithContext(ctx aws.Context, input *DeleteFaqInput, opts ...request.Option) (*DeleteFaqOutput, error)
- func (c *Kendra) DeleteIndex(input *DeleteIndexInput) (*DeleteIndexOutput, error)
- func (c *Kendra) DeleteIndexRequest(input *DeleteIndexInput) (req *request.Request, output *DeleteIndexOutput)
- func (c *Kendra) DeleteIndexWithContext(ctx aws.Context, input *DeleteIndexInput, opts ...request.Option) (*DeleteIndexOutput, error)
- func (c *Kendra) DeletePrincipalMapping(input *DeletePrincipalMappingInput) (*DeletePrincipalMappingOutput, error)
- func (c *Kendra) DeletePrincipalMappingRequest(input *DeletePrincipalMappingInput) (req *request.Request, output *DeletePrincipalMappingOutput)
- func (c *Kendra) DeletePrincipalMappingWithContext(ctx aws.Context, input *DeletePrincipalMappingInput, opts ...request.Option) (*DeletePrincipalMappingOutput, error)
- func (c *Kendra) DeleteQuerySuggestionsBlockList(input *DeleteQuerySuggestionsBlockListInput) (*DeleteQuerySuggestionsBlockListOutput, error)
- func (c *Kendra) DeleteQuerySuggestionsBlockListRequest(input *DeleteQuerySuggestionsBlockListInput) (req *request.Request, output *DeleteQuerySuggestionsBlockListOutput)
- func (c *Kendra) DeleteQuerySuggestionsBlockListWithContext(ctx aws.Context, input *DeleteQuerySuggestionsBlockListInput, ...) (*DeleteQuerySuggestionsBlockListOutput, error)
- func (c *Kendra) DeleteThesaurus(input *DeleteThesaurusInput) (*DeleteThesaurusOutput, error)
- func (c *Kendra) DeleteThesaurusRequest(input *DeleteThesaurusInput) (req *request.Request, output *DeleteThesaurusOutput)
- func (c *Kendra) DeleteThesaurusWithContext(ctx aws.Context, input *DeleteThesaurusInput, opts ...request.Option) (*DeleteThesaurusOutput, error)
- func (c *Kendra) DescribeDataSource(input *DescribeDataSourceInput) (*DescribeDataSourceOutput, error)
- func (c *Kendra) DescribeDataSourceRequest(input *DescribeDataSourceInput) (req *request.Request, output *DescribeDataSourceOutput)
- func (c *Kendra) DescribeDataSourceWithContext(ctx aws.Context, input *DescribeDataSourceInput, opts ...request.Option) (*DescribeDataSourceOutput, error)
- func (c *Kendra) DescribeExperience(input *DescribeExperienceInput) (*DescribeExperienceOutput, error)
- func (c *Kendra) DescribeExperienceRequest(input *DescribeExperienceInput) (req *request.Request, output *DescribeExperienceOutput)
- func (c *Kendra) DescribeExperienceWithContext(ctx aws.Context, input *DescribeExperienceInput, opts ...request.Option) (*DescribeExperienceOutput, error)
- func (c *Kendra) DescribeFaq(input *DescribeFaqInput) (*DescribeFaqOutput, error)
- func (c *Kendra) DescribeFaqRequest(input *DescribeFaqInput) (req *request.Request, output *DescribeFaqOutput)
- func (c *Kendra) DescribeFaqWithContext(ctx aws.Context, input *DescribeFaqInput, opts ...request.Option) (*DescribeFaqOutput, error)
- func (c *Kendra) DescribeIndex(input *DescribeIndexInput) (*DescribeIndexOutput, error)
- func (c *Kendra) DescribeIndexRequest(input *DescribeIndexInput) (req *request.Request, output *DescribeIndexOutput)
- func (c *Kendra) DescribeIndexWithContext(ctx aws.Context, input *DescribeIndexInput, opts ...request.Option) (*DescribeIndexOutput, error)
- func (c *Kendra) DescribePrincipalMapping(input *DescribePrincipalMappingInput) (*DescribePrincipalMappingOutput, error)
- func (c *Kendra) DescribePrincipalMappingRequest(input *DescribePrincipalMappingInput) (req *request.Request, output *DescribePrincipalMappingOutput)
- func (c *Kendra) DescribePrincipalMappingWithContext(ctx aws.Context, input *DescribePrincipalMappingInput, opts ...request.Option) (*DescribePrincipalMappingOutput, error)
- func (c *Kendra) DescribeQuerySuggestionsBlockList(input *DescribeQuerySuggestionsBlockListInput) (*DescribeQuerySuggestionsBlockListOutput, error)
- func (c *Kendra) DescribeQuerySuggestionsBlockListRequest(input *DescribeQuerySuggestionsBlockListInput) (req *request.Request, output *DescribeQuerySuggestionsBlockListOutput)
- func (c *Kendra) DescribeQuerySuggestionsBlockListWithContext(ctx aws.Context, input *DescribeQuerySuggestionsBlockListInput, ...) (*DescribeQuerySuggestionsBlockListOutput, error)
- func (c *Kendra) DescribeQuerySuggestionsConfig(input *DescribeQuerySuggestionsConfigInput) (*DescribeQuerySuggestionsConfigOutput, error)
- func (c *Kendra) DescribeQuerySuggestionsConfigRequest(input *DescribeQuerySuggestionsConfigInput) (req *request.Request, output *DescribeQuerySuggestionsConfigOutput)
- func (c *Kendra) DescribeQuerySuggestionsConfigWithContext(ctx aws.Context, input *DescribeQuerySuggestionsConfigInput, ...) (*DescribeQuerySuggestionsConfigOutput, error)
- func (c *Kendra) DescribeThesaurus(input *DescribeThesaurusInput) (*DescribeThesaurusOutput, error)
- func (c *Kendra) DescribeThesaurusRequest(input *DescribeThesaurusInput) (req *request.Request, output *DescribeThesaurusOutput)
- func (c *Kendra) DescribeThesaurusWithContext(ctx aws.Context, input *DescribeThesaurusInput, opts ...request.Option) (*DescribeThesaurusOutput, error)
- func (c *Kendra) DisassociateEntitiesFromExperience(input *DisassociateEntitiesFromExperienceInput) (*DisassociateEntitiesFromExperienceOutput, error)
- func (c *Kendra) DisassociateEntitiesFromExperienceRequest(input *DisassociateEntitiesFromExperienceInput) (req *request.Request, output *DisassociateEntitiesFromExperienceOutput)
- func (c *Kendra) DisassociateEntitiesFromExperienceWithContext(ctx aws.Context, input *DisassociateEntitiesFromExperienceInput, ...) (*DisassociateEntitiesFromExperienceOutput, error)
- func (c *Kendra) DisassociatePersonasFromEntities(input *DisassociatePersonasFromEntitiesInput) (*DisassociatePersonasFromEntitiesOutput, error)
- func (c *Kendra) DisassociatePersonasFromEntitiesRequest(input *DisassociatePersonasFromEntitiesInput) (req *request.Request, output *DisassociatePersonasFromEntitiesOutput)
- func (c *Kendra) DisassociatePersonasFromEntitiesWithContext(ctx aws.Context, input *DisassociatePersonasFromEntitiesInput, ...) (*DisassociatePersonasFromEntitiesOutput, error)
- func (c *Kendra) GetQuerySuggestions(input *GetQuerySuggestionsInput) (*GetQuerySuggestionsOutput, error)
- func (c *Kendra) GetQuerySuggestionsRequest(input *GetQuerySuggestionsInput) (req *request.Request, output *GetQuerySuggestionsOutput)
- func (c *Kendra) GetQuerySuggestionsWithContext(ctx aws.Context, input *GetQuerySuggestionsInput, opts ...request.Option) (*GetQuerySuggestionsOutput, error)
- func (c *Kendra) GetSnapshots(input *GetSnapshotsInput) (*GetSnapshotsOutput, error)
- func (c *Kendra) GetSnapshotsPages(input *GetSnapshotsInput, fn func(*GetSnapshotsOutput, bool) bool) error
- func (c *Kendra) GetSnapshotsPagesWithContext(ctx aws.Context, input *GetSnapshotsInput, ...) error
- func (c *Kendra) GetSnapshotsRequest(input *GetSnapshotsInput) (req *request.Request, output *GetSnapshotsOutput)
- func (c *Kendra) GetSnapshotsWithContext(ctx aws.Context, input *GetSnapshotsInput, opts ...request.Option) (*GetSnapshotsOutput, error)
- func (c *Kendra) ListDataSourceSyncJobs(input *ListDataSourceSyncJobsInput) (*ListDataSourceSyncJobsOutput, error)
- func (c *Kendra) ListDataSourceSyncJobsPages(input *ListDataSourceSyncJobsInput, ...) error
- func (c *Kendra) ListDataSourceSyncJobsPagesWithContext(ctx aws.Context, input *ListDataSourceSyncJobsInput, ...) error
- func (c *Kendra) ListDataSourceSyncJobsRequest(input *ListDataSourceSyncJobsInput) (req *request.Request, output *ListDataSourceSyncJobsOutput)
- func (c *Kendra) ListDataSourceSyncJobsWithContext(ctx aws.Context, input *ListDataSourceSyncJobsInput, opts ...request.Option) (*ListDataSourceSyncJobsOutput, error)
- func (c *Kendra) ListDataSources(input *ListDataSourcesInput) (*ListDataSourcesOutput, error)
- func (c *Kendra) ListDataSourcesPages(input *ListDataSourcesInput, fn func(*ListDataSourcesOutput, bool) bool) error
- func (c *Kendra) ListDataSourcesPagesWithContext(ctx aws.Context, input *ListDataSourcesInput, ...) error
- func (c *Kendra) ListDataSourcesRequest(input *ListDataSourcesInput) (req *request.Request, output *ListDataSourcesOutput)
- func (c *Kendra) ListDataSourcesWithContext(ctx aws.Context, input *ListDataSourcesInput, opts ...request.Option) (*ListDataSourcesOutput, error)
- func (c *Kendra) ListEntityPersonas(input *ListEntityPersonasInput) (*ListEntityPersonasOutput, error)
- func (c *Kendra) ListEntityPersonasPages(input *ListEntityPersonasInput, fn func(*ListEntityPersonasOutput, bool) bool) error
- func (c *Kendra) ListEntityPersonasPagesWithContext(ctx aws.Context, input *ListEntityPersonasInput, ...) error
- func (c *Kendra) ListEntityPersonasRequest(input *ListEntityPersonasInput) (req *request.Request, output *ListEntityPersonasOutput)
- func (c *Kendra) ListEntityPersonasWithContext(ctx aws.Context, input *ListEntityPersonasInput, opts ...request.Option) (*ListEntityPersonasOutput, error)
- func (c *Kendra) ListExperienceEntities(input *ListExperienceEntitiesInput) (*ListExperienceEntitiesOutput, error)
- func (c *Kendra) ListExperienceEntitiesPages(input *ListExperienceEntitiesInput, ...) error
- func (c *Kendra) ListExperienceEntitiesPagesWithContext(ctx aws.Context, input *ListExperienceEntitiesInput, ...) error
- func (c *Kendra) ListExperienceEntitiesRequest(input *ListExperienceEntitiesInput) (req *request.Request, output *ListExperienceEntitiesOutput)
- func (c *Kendra) ListExperienceEntitiesWithContext(ctx aws.Context, input *ListExperienceEntitiesInput, opts ...request.Option) (*ListExperienceEntitiesOutput, error)
- func (c *Kendra) ListExperiences(input *ListExperiencesInput) (*ListExperiencesOutput, error)
- func (c *Kendra) ListExperiencesPages(input *ListExperiencesInput, fn func(*ListExperiencesOutput, bool) bool) error
- func (c *Kendra) ListExperiencesPagesWithContext(ctx aws.Context, input *ListExperiencesInput, ...) error
- func (c *Kendra) ListExperiencesRequest(input *ListExperiencesInput) (req *request.Request, output *ListExperiencesOutput)
- func (c *Kendra) ListExperiencesWithContext(ctx aws.Context, input *ListExperiencesInput, opts ...request.Option) (*ListExperiencesOutput, error)
- func (c *Kendra) ListFaqs(input *ListFaqsInput) (*ListFaqsOutput, error)
- func (c *Kendra) ListFaqsRequest(input *ListFaqsInput) (req *request.Request, output *ListFaqsOutput)
- func (c *Kendra) ListFaqsWithContext(ctx aws.Context, input *ListFaqsInput, opts ...request.Option) (*ListFaqsOutput, error)
- func (c *Kendra) ListGroupsOlderThanOrderingId(input *ListGroupsOlderThanOrderingIdInput) (*ListGroupsOlderThanOrderingIdOutput, error)
- func (c *Kendra) ListGroupsOlderThanOrderingIdRequest(input *ListGroupsOlderThanOrderingIdInput) (req *request.Request, output *ListGroupsOlderThanOrderingIdOutput)
- func (c *Kendra) ListGroupsOlderThanOrderingIdWithContext(ctx aws.Context, input *ListGroupsOlderThanOrderingIdInput, ...) (*ListGroupsOlderThanOrderingIdOutput, error)
- func (c *Kendra) ListIndices(input *ListIndicesInput) (*ListIndicesOutput, error)
- func (c *Kendra) ListIndicesPages(input *ListIndicesInput, fn func(*ListIndicesOutput, bool) bool) error
- func (c *Kendra) ListIndicesPagesWithContext(ctx aws.Context, input *ListIndicesInput, ...) error
- func (c *Kendra) ListIndicesRequest(input *ListIndicesInput) (req *request.Request, output *ListIndicesOutput)
- func (c *Kendra) ListIndicesWithContext(ctx aws.Context, input *ListIndicesInput, opts ...request.Option) (*ListIndicesOutput, error)
- func (c *Kendra) ListQuerySuggestionsBlockLists(input *ListQuerySuggestionsBlockListsInput) (*ListQuerySuggestionsBlockListsOutput, error)
- func (c *Kendra) ListQuerySuggestionsBlockListsRequest(input *ListQuerySuggestionsBlockListsInput) (req *request.Request, output *ListQuerySuggestionsBlockListsOutput)
- func (c *Kendra) ListQuerySuggestionsBlockListsWithContext(ctx aws.Context, input *ListQuerySuggestionsBlockListsInput, ...) (*ListQuerySuggestionsBlockListsOutput, error)
- func (c *Kendra) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)
- func (c *Kendra) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)
- func (c *Kendra) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)
- func (c *Kendra) ListThesauri(input *ListThesauriInput) (*ListThesauriOutput, error)
- func (c *Kendra) ListThesauriRequest(input *ListThesauriInput) (req *request.Request, output *ListThesauriOutput)
- func (c *Kendra) ListThesauriWithContext(ctx aws.Context, input *ListThesauriInput, opts ...request.Option) (*ListThesauriOutput, error)
- func (c *Kendra) PutPrincipalMapping(input *PutPrincipalMappingInput) (*PutPrincipalMappingOutput, error)
- func (c *Kendra) PutPrincipalMappingRequest(input *PutPrincipalMappingInput) (req *request.Request, output *PutPrincipalMappingOutput)
- func (c *Kendra) PutPrincipalMappingWithContext(ctx aws.Context, input *PutPrincipalMappingInput, opts ...request.Option) (*PutPrincipalMappingOutput, error)
- func (c *Kendra) Query(input *QueryInput) (*QueryOutput, error)
- func (c *Kendra) QueryRequest(input *QueryInput) (req *request.Request, output *QueryOutput)
- func (c *Kendra) QueryWithContext(ctx aws.Context, input *QueryInput, opts ...request.Option) (*QueryOutput, error)
- func (c *Kendra) StartDataSourceSyncJob(input *StartDataSourceSyncJobInput) (*StartDataSourceSyncJobOutput, error)
- func (c *Kendra) StartDataSourceSyncJobRequest(input *StartDataSourceSyncJobInput) (req *request.Request, output *StartDataSourceSyncJobOutput)
- func (c *Kendra) StartDataSourceSyncJobWithContext(ctx aws.Context, input *StartDataSourceSyncJobInput, opts ...request.Option) (*StartDataSourceSyncJobOutput, error)
- func (c *Kendra) StopDataSourceSyncJob(input *StopDataSourceSyncJobInput) (*StopDataSourceSyncJobOutput, error)
- func (c *Kendra) StopDataSourceSyncJobRequest(input *StopDataSourceSyncJobInput) (req *request.Request, output *StopDataSourceSyncJobOutput)
- func (c *Kendra) StopDataSourceSyncJobWithContext(ctx aws.Context, input *StopDataSourceSyncJobInput, opts ...request.Option) (*StopDataSourceSyncJobOutput, error)
- func (c *Kendra) SubmitFeedback(input *SubmitFeedbackInput) (*SubmitFeedbackOutput, error)
- func (c *Kendra) SubmitFeedbackRequest(input *SubmitFeedbackInput) (req *request.Request, output *SubmitFeedbackOutput)
- func (c *Kendra) SubmitFeedbackWithContext(ctx aws.Context, input *SubmitFeedbackInput, opts ...request.Option) (*SubmitFeedbackOutput, error)
- func (c *Kendra) TagResource(input *TagResourceInput) (*TagResourceOutput, error)
- func (c *Kendra) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput)
- func (c *Kendra) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error)
- func (c *Kendra) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error)
- func (c *Kendra) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput)
- func (c *Kendra) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error)
- func (c *Kendra) UpdateDataSource(input *UpdateDataSourceInput) (*UpdateDataSourceOutput, error)
- func (c *Kendra) UpdateDataSourceRequest(input *UpdateDataSourceInput) (req *request.Request, output *UpdateDataSourceOutput)
- func (c *Kendra) UpdateDataSourceWithContext(ctx aws.Context, input *UpdateDataSourceInput, opts ...request.Option) (*UpdateDataSourceOutput, error)
- func (c *Kendra) UpdateExperience(input *UpdateExperienceInput) (*UpdateExperienceOutput, error)
- func (c *Kendra) UpdateExperienceRequest(input *UpdateExperienceInput) (req *request.Request, output *UpdateExperienceOutput)
- func (c *Kendra) UpdateExperienceWithContext(ctx aws.Context, input *UpdateExperienceInput, opts ...request.Option) (*UpdateExperienceOutput, error)
- func (c *Kendra) UpdateIndex(input *UpdateIndexInput) (*UpdateIndexOutput, error)
- func (c *Kendra) UpdateIndexRequest(input *UpdateIndexInput) (req *request.Request, output *UpdateIndexOutput)
- func (c *Kendra) UpdateIndexWithContext(ctx aws.Context, input *UpdateIndexInput, opts ...request.Option) (*UpdateIndexOutput, error)
- func (c *Kendra) UpdateQuerySuggestionsBlockList(input *UpdateQuerySuggestionsBlockListInput) (*UpdateQuerySuggestionsBlockListOutput, error)
- func (c *Kendra) UpdateQuerySuggestionsBlockListRequest(input *UpdateQuerySuggestionsBlockListInput) (req *request.Request, output *UpdateQuerySuggestionsBlockListOutput)
- func (c *Kendra) UpdateQuerySuggestionsBlockListWithContext(ctx aws.Context, input *UpdateQuerySuggestionsBlockListInput, ...) (*UpdateQuerySuggestionsBlockListOutput, error)
- func (c *Kendra) UpdateQuerySuggestionsConfig(input *UpdateQuerySuggestionsConfigInput) (*UpdateQuerySuggestionsConfigOutput, error)
- func (c *Kendra) UpdateQuerySuggestionsConfigRequest(input *UpdateQuerySuggestionsConfigInput) (req *request.Request, output *UpdateQuerySuggestionsConfigOutput)
- func (c *Kendra) UpdateQuerySuggestionsConfigWithContext(ctx aws.Context, input *UpdateQuerySuggestionsConfigInput, ...) (*UpdateQuerySuggestionsConfigOutput, error)
- func (c *Kendra) UpdateThesaurus(input *UpdateThesaurusInput) (*UpdateThesaurusOutput, error)
- func (c *Kendra) UpdateThesaurusRequest(input *UpdateThesaurusInput) (req *request.Request, output *UpdateThesaurusOutput)
- func (c *Kendra) UpdateThesaurusWithContext(ctx aws.Context, input *UpdateThesaurusInput, opts ...request.Option) (*UpdateThesaurusOutput, error)
- type ListDataSourceSyncJobsInput
- func (s ListDataSourceSyncJobsInput) GoString() string
- func (s *ListDataSourceSyncJobsInput) SetId(v string) *ListDataSourceSyncJobsInput
- func (s *ListDataSourceSyncJobsInput) SetIndexId(v string) *ListDataSourceSyncJobsInput
- func (s *ListDataSourceSyncJobsInput) SetMaxResults(v int64) *ListDataSourceSyncJobsInput
- func (s *ListDataSourceSyncJobsInput) SetNextToken(v string) *ListDataSourceSyncJobsInput
- func (s *ListDataSourceSyncJobsInput) SetStartTimeFilter(v *TimeRange) *ListDataSourceSyncJobsInput
- func (s *ListDataSourceSyncJobsInput) SetStatusFilter(v string) *ListDataSourceSyncJobsInput
- func (s ListDataSourceSyncJobsInput) String() string
- func (s *ListDataSourceSyncJobsInput) Validate() error
- type ListDataSourceSyncJobsOutput
- func (s ListDataSourceSyncJobsOutput) GoString() string
- func (s *ListDataSourceSyncJobsOutput) SetHistory(v []*DataSourceSyncJob) *ListDataSourceSyncJobsOutput
- func (s *ListDataSourceSyncJobsOutput) SetNextToken(v string) *ListDataSourceSyncJobsOutput
- func (s ListDataSourceSyncJobsOutput) String() string
- type ListDataSourcesInput
- func (s ListDataSourcesInput) GoString() string
- func (s *ListDataSourcesInput) SetIndexId(v string) *ListDataSourcesInput
- func (s *ListDataSourcesInput) SetMaxResults(v int64) *ListDataSourcesInput
- func (s *ListDataSourcesInput) SetNextToken(v string) *ListDataSourcesInput
- func (s ListDataSourcesInput) String() string
- func (s *ListDataSourcesInput) Validate() error
- type ListDataSourcesOutput
- type ListEntityPersonasInput
- func (s ListEntityPersonasInput) GoString() string
- func (s *ListEntityPersonasInput) SetId(v string) *ListEntityPersonasInput
- func (s *ListEntityPersonasInput) SetIndexId(v string) *ListEntityPersonasInput
- func (s *ListEntityPersonasInput) SetMaxResults(v int64) *ListEntityPersonasInput
- func (s *ListEntityPersonasInput) SetNextToken(v string) *ListEntityPersonasInput
- func (s ListEntityPersonasInput) String() string
- func (s *ListEntityPersonasInput) Validate() error
- type ListEntityPersonasOutput
- type ListExperienceEntitiesInput
- func (s ListExperienceEntitiesInput) GoString() string
- func (s *ListExperienceEntitiesInput) SetId(v string) *ListExperienceEntitiesInput
- func (s *ListExperienceEntitiesInput) SetIndexId(v string) *ListExperienceEntitiesInput
- func (s *ListExperienceEntitiesInput) SetNextToken(v string) *ListExperienceEntitiesInput
- func (s ListExperienceEntitiesInput) String() string
- func (s *ListExperienceEntitiesInput) Validate() error
- type ListExperienceEntitiesOutput
- func (s ListExperienceEntitiesOutput) GoString() string
- func (s *ListExperienceEntitiesOutput) SetNextToken(v string) *ListExperienceEntitiesOutput
- func (s *ListExperienceEntitiesOutput) SetSummaryItems(v []*ExperienceEntitiesSummary) *ListExperienceEntitiesOutput
- func (s ListExperienceEntitiesOutput) String() string
- type ListExperiencesInput
- func (s ListExperiencesInput) GoString() string
- func (s *ListExperiencesInput) SetIndexId(v string) *ListExperiencesInput
- func (s *ListExperiencesInput) SetMaxResults(v int64) *ListExperiencesInput
- func (s *ListExperiencesInput) SetNextToken(v string) *ListExperiencesInput
- func (s ListExperiencesInput) String() string
- func (s *ListExperiencesInput) Validate() error
- type ListExperiencesOutput
- type ListFaqsInput
- func (s ListFaqsInput) GoString() string
- func (s *ListFaqsInput) SetIndexId(v string) *ListFaqsInput
- func (s *ListFaqsInput) SetMaxResults(v int64) *ListFaqsInput
- func (s *ListFaqsInput) SetNextToken(v string) *ListFaqsInput
- func (s ListFaqsInput) String() string
- func (s *ListFaqsInput) Validate() error
- type ListFaqsOutput
- type ListGroupsOlderThanOrderingIdInput
- func (s ListGroupsOlderThanOrderingIdInput) GoString() string
- func (s *ListGroupsOlderThanOrderingIdInput) SetDataSourceId(v string) *ListGroupsOlderThanOrderingIdInput
- func (s *ListGroupsOlderThanOrderingIdInput) SetIndexId(v string) *ListGroupsOlderThanOrderingIdInput
- func (s *ListGroupsOlderThanOrderingIdInput) SetMaxResults(v int64) *ListGroupsOlderThanOrderingIdInput
- func (s *ListGroupsOlderThanOrderingIdInput) SetNextToken(v string) *ListGroupsOlderThanOrderingIdInput
- func (s *ListGroupsOlderThanOrderingIdInput) SetOrderingId(v int64) *ListGroupsOlderThanOrderingIdInput
- func (s ListGroupsOlderThanOrderingIdInput) String() string
- func (s *ListGroupsOlderThanOrderingIdInput) Validate() error
- type ListGroupsOlderThanOrderingIdOutput
- func (s ListGroupsOlderThanOrderingIdOutput) GoString() string
- func (s *ListGroupsOlderThanOrderingIdOutput) SetGroupsSummaries(v []*GroupSummary) *ListGroupsOlderThanOrderingIdOutput
- func (s *ListGroupsOlderThanOrderingIdOutput) SetNextToken(v string) *ListGroupsOlderThanOrderingIdOutput
- func (s ListGroupsOlderThanOrderingIdOutput) String() string
- type ListIndicesInput
- type ListIndicesOutput
- type ListQuerySuggestionsBlockListsInput
- func (s ListQuerySuggestionsBlockListsInput) GoString() string
- func (s *ListQuerySuggestionsBlockListsInput) SetIndexId(v string) *ListQuerySuggestionsBlockListsInput
- func (s *ListQuerySuggestionsBlockListsInput) SetMaxResults(v int64) *ListQuerySuggestionsBlockListsInput
- func (s *ListQuerySuggestionsBlockListsInput) SetNextToken(v string) *ListQuerySuggestionsBlockListsInput
- func (s ListQuerySuggestionsBlockListsInput) String() string
- func (s *ListQuerySuggestionsBlockListsInput) Validate() error
- type ListQuerySuggestionsBlockListsOutput
- func (s ListQuerySuggestionsBlockListsOutput) GoString() string
- func (s *ListQuerySuggestionsBlockListsOutput) SetBlockListSummaryItems(v []*QuerySuggestionsBlockListSummary) *ListQuerySuggestionsBlockListsOutput
- func (s *ListQuerySuggestionsBlockListsOutput) SetNextToken(v string) *ListQuerySuggestionsBlockListsOutput
- func (s ListQuerySuggestionsBlockListsOutput) String() string
- type ListTagsForResourceInput
- type ListTagsForResourceOutput
- type ListThesauriInput
- func (s ListThesauriInput) GoString() string
- func (s *ListThesauriInput) SetIndexId(v string) *ListThesauriInput
- func (s *ListThesauriInput) SetMaxResults(v int64) *ListThesauriInput
- func (s *ListThesauriInput) SetNextToken(v string) *ListThesauriInput
- func (s ListThesauriInput) String() string
- func (s *ListThesauriInput) Validate() error
- type ListThesauriOutput
- type MemberGroup
- type MemberUser
- type OneDriveConfiguration
- func (s OneDriveConfiguration) GoString() string
- func (s *OneDriveConfiguration) SetDisableLocalGroups(v bool) *OneDriveConfiguration
- func (s *OneDriveConfiguration) SetExclusionPatterns(v []*string) *OneDriveConfiguration
- func (s *OneDriveConfiguration) SetFieldMappings(v []*DataSourceToIndexFieldMapping) *OneDriveConfiguration
- func (s *OneDriveConfiguration) SetInclusionPatterns(v []*string) *OneDriveConfiguration
- func (s *OneDriveConfiguration) SetOneDriveUsers(v *OneDriveUsers) *OneDriveConfiguration
- func (s *OneDriveConfiguration) SetSecretArn(v string) *OneDriveConfiguration
- func (s *OneDriveConfiguration) SetTenantDomain(v string) *OneDriveConfiguration
- func (s OneDriveConfiguration) String() string
- func (s *OneDriveConfiguration) Validate() error
- type OneDriveUsers
- type PersonasSummary
- func (s PersonasSummary) GoString() string
- func (s *PersonasSummary) SetCreatedAt(v time.Time) *PersonasSummary
- func (s *PersonasSummary) SetEntityId(v string) *PersonasSummary
- func (s *PersonasSummary) SetPersona(v string) *PersonasSummary
- func (s *PersonasSummary) SetUpdatedAt(v time.Time) *PersonasSummary
- func (s PersonasSummary) String() string
- type Principal
- func (s Principal) GoString() string
- func (s *Principal) SetAccess(v string) *Principal
- func (s *Principal) SetDataSourceId(v string) *Principal
- func (s *Principal) SetName(v string) *Principal
- func (s *Principal) SetType(v string) *Principal
- func (s Principal) String() string
- func (s *Principal) Validate() error
- type ProxyConfiguration
- func (s ProxyConfiguration) GoString() string
- func (s *ProxyConfiguration) SetCredentials(v string) *ProxyConfiguration
- func (s *ProxyConfiguration) SetHost(v string) *ProxyConfiguration
- func (s *ProxyConfiguration) SetPort(v int64) *ProxyConfiguration
- func (s ProxyConfiguration) String() string
- func (s *ProxyConfiguration) Validate() error
- type PutPrincipalMappingInput
- func (s PutPrincipalMappingInput) GoString() string
- func (s *PutPrincipalMappingInput) SetDataSourceId(v string) *PutPrincipalMappingInput
- func (s *PutPrincipalMappingInput) SetGroupId(v string) *PutPrincipalMappingInput
- func (s *PutPrincipalMappingInput) SetGroupMembers(v *GroupMembers) *PutPrincipalMappingInput
- func (s *PutPrincipalMappingInput) SetIndexId(v string) *PutPrincipalMappingInput
- func (s *PutPrincipalMappingInput) SetOrderingId(v int64) *PutPrincipalMappingInput
- func (s *PutPrincipalMappingInput) SetRoleArn(v string) *PutPrincipalMappingInput
- func (s PutPrincipalMappingInput) String() string
- func (s *PutPrincipalMappingInput) Validate() error
- type PutPrincipalMappingOutput
- type QueryInput
- func (s QueryInput) GoString() string
- func (s *QueryInput) SetAttributeFilter(v *AttributeFilter) *QueryInput
- func (s *QueryInput) SetDocumentRelevanceOverrideConfigurations(v []*DocumentRelevanceConfiguration) *QueryInput
- func (s *QueryInput) SetFacets(v []*Facet) *QueryInput
- func (s *QueryInput) SetIndexId(v string) *QueryInput
- func (s *QueryInput) SetPageNumber(v int64) *QueryInput
- func (s *QueryInput) SetPageSize(v int64) *QueryInput
- func (s *QueryInput) SetQueryResultTypeFilter(v string) *QueryInput
- func (s *QueryInput) SetQueryText(v string) *QueryInput
- func (s *QueryInput) SetRequestedDocumentAttributes(v []*string) *QueryInput
- func (s *QueryInput) SetSortingConfiguration(v *SortingConfiguration) *QueryInput
- func (s *QueryInput) SetSpellCorrectionConfiguration(v *SpellCorrectionConfiguration) *QueryInput
- func (s *QueryInput) SetUserContext(v *UserContext) *QueryInput
- func (s *QueryInput) SetVisitorId(v string) *QueryInput
- func (s QueryInput) String() string
- func (s *QueryInput) Validate() error
- type QueryOutput
- func (s QueryOutput) GoString() string
- func (s *QueryOutput) SetFacetResults(v []*FacetResult) *QueryOutput
- func (s *QueryOutput) SetQueryId(v string) *QueryOutput
- func (s *QueryOutput) SetResultItems(v []*QueryResultItem) *QueryOutput
- func (s *QueryOutput) SetSpellCorrectedQueries(v []*SpellCorrectedQuery) *QueryOutput
- func (s *QueryOutput) SetTotalNumberOfResults(v int64) *QueryOutput
- func (s *QueryOutput) SetWarnings(v []*Warning) *QueryOutput
- func (s QueryOutput) String() string
- type QueryResultItem
- func (s QueryResultItem) GoString() string
- func (s *QueryResultItem) SetAdditionalAttributes(v []*AdditionalResultAttribute) *QueryResultItem
- func (s *QueryResultItem) SetDocumentAttributes(v []*DocumentAttribute) *QueryResultItem
- func (s *QueryResultItem) SetDocumentExcerpt(v *TextWithHighlights) *QueryResultItem
- func (s *QueryResultItem) SetDocumentId(v string) *QueryResultItem
- func (s *QueryResultItem) SetDocumentTitle(v *TextWithHighlights) *QueryResultItem
- func (s *QueryResultItem) SetDocumentURI(v string) *QueryResultItem
- func (s *QueryResultItem) SetFeedbackToken(v string) *QueryResultItem
- func (s *QueryResultItem) SetId(v string) *QueryResultItem
- func (s *QueryResultItem) SetScoreAttributes(v *ScoreAttributes) *QueryResultItem
- func (s *QueryResultItem) SetType(v string) *QueryResultItem
- func (s QueryResultItem) String() string
- type QuerySuggestionsBlockListSummary
- func (s QuerySuggestionsBlockListSummary) GoString() string
- func (s *QuerySuggestionsBlockListSummary) SetCreatedAt(v time.Time) *QuerySuggestionsBlockListSummary
- func (s *QuerySuggestionsBlockListSummary) SetId(v string) *QuerySuggestionsBlockListSummary
- func (s *QuerySuggestionsBlockListSummary) SetItemCount(v int64) *QuerySuggestionsBlockListSummary
- func (s *QuerySuggestionsBlockListSummary) SetName(v string) *QuerySuggestionsBlockListSummary
- func (s *QuerySuggestionsBlockListSummary) SetStatus(v string) *QuerySuggestionsBlockListSummary
- func (s *QuerySuggestionsBlockListSummary) SetUpdatedAt(v time.Time) *QuerySuggestionsBlockListSummary
- func (s QuerySuggestionsBlockListSummary) String() string
- type QuipConfiguration
- func (s QuipConfiguration) GoString() string
- func (s *QuipConfiguration) SetAttachmentFieldMappings(v []*DataSourceToIndexFieldMapping) *QuipConfiguration
- func (s *QuipConfiguration) SetCrawlAttachments(v bool) *QuipConfiguration
- func (s *QuipConfiguration) SetCrawlChatRooms(v bool) *QuipConfiguration
- func (s *QuipConfiguration) SetCrawlFileComments(v bool) *QuipConfiguration
- func (s *QuipConfiguration) SetDomain(v string) *QuipConfiguration
- func (s *QuipConfiguration) SetExclusionPatterns(v []*string) *QuipConfiguration
- func (s *QuipConfiguration) SetFolderIds(v []*string) *QuipConfiguration
- func (s *QuipConfiguration) SetInclusionPatterns(v []*string) *QuipConfiguration
- func (s *QuipConfiguration) SetMessageFieldMappings(v []*DataSourceToIndexFieldMapping) *QuipConfiguration
- func (s *QuipConfiguration) SetSecretArn(v string) *QuipConfiguration
- func (s *QuipConfiguration) SetThreadFieldMappings(v []*DataSourceToIndexFieldMapping) *QuipConfiguration
- func (s *QuipConfiguration) SetVpcConfiguration(v *DataSourceVpcConfiguration) *QuipConfiguration
- func (s QuipConfiguration) String() string
- func (s *QuipConfiguration) Validate() error
- type Relevance
- func (s Relevance) GoString() string
- func (s *Relevance) SetDuration(v string) *Relevance
- func (s *Relevance) SetFreshness(v bool) *Relevance
- func (s *Relevance) SetImportance(v int64) *Relevance
- func (s *Relevance) SetRankOrder(v string) *Relevance
- func (s *Relevance) SetValueImportanceMap(v map[string]*int64) *Relevance
- func (s Relevance) String() string
- func (s *Relevance) Validate() error
- type RelevanceFeedback
- type ResourceAlreadyExistException
- func (s *ResourceAlreadyExistException) Code() string
- func (s *ResourceAlreadyExistException) Error() string
- func (s ResourceAlreadyExistException) GoString() string
- func (s *ResourceAlreadyExistException) Message() string
- func (s *ResourceAlreadyExistException) OrigErr() error
- func (s *ResourceAlreadyExistException) RequestID() string
- func (s *ResourceAlreadyExistException) StatusCode() int
- func (s ResourceAlreadyExistException) String() string
- type ResourceInUseException
- func (s *ResourceInUseException) Code() string
- func (s *ResourceInUseException) Error() string
- func (s ResourceInUseException) GoString() string
- func (s *ResourceInUseException) Message() string
- func (s *ResourceInUseException) OrigErr() error
- func (s *ResourceInUseException) RequestID() string
- func (s *ResourceInUseException) StatusCode() int
- func (s ResourceInUseException) String() string
- type ResourceNotFoundException
- func (s *ResourceNotFoundException) Code() string
- func (s *ResourceNotFoundException) Error() string
- func (s ResourceNotFoundException) GoString() string
- func (s *ResourceNotFoundException) Message() string
- func (s *ResourceNotFoundException) OrigErr() error
- func (s *ResourceNotFoundException) RequestID() string
- func (s *ResourceNotFoundException) StatusCode() int
- func (s ResourceNotFoundException) String() string
- type ResourceUnavailableException
- func (s *ResourceUnavailableException) Code() string
- func (s *ResourceUnavailableException) Error() string
- func (s ResourceUnavailableException) GoString() string
- func (s *ResourceUnavailableException) Message() string
- func (s *ResourceUnavailableException) OrigErr() error
- func (s *ResourceUnavailableException) RequestID() string
- func (s *ResourceUnavailableException) StatusCode() int
- func (s ResourceUnavailableException) String() string
- type S3DataSourceConfiguration
- func (s S3DataSourceConfiguration) GoString() string
- func (s *S3DataSourceConfiguration) SetAccessControlListConfiguration(v *AccessControlListConfiguration) *S3DataSourceConfiguration
- func (s *S3DataSourceConfiguration) SetBucketName(v string) *S3DataSourceConfiguration
- func (s *S3DataSourceConfiguration) SetDocumentsMetadataConfiguration(v *DocumentsMetadataConfiguration) *S3DataSourceConfiguration
- func (s *S3DataSourceConfiguration) SetExclusionPatterns(v []*string) *S3DataSourceConfiguration
- func (s *S3DataSourceConfiguration) SetInclusionPatterns(v []*string) *S3DataSourceConfiguration
- func (s *S3DataSourceConfiguration) SetInclusionPrefixes(v []*string) *S3DataSourceConfiguration
- func (s S3DataSourceConfiguration) String() string
- func (s *S3DataSourceConfiguration) Validate() error
- type S3Path
- type SalesforceChatterFeedConfiguration
- func (s SalesforceChatterFeedConfiguration) GoString() string
- func (s *SalesforceChatterFeedConfiguration) SetDocumentDataFieldName(v string) *SalesforceChatterFeedConfiguration
- func (s *SalesforceChatterFeedConfiguration) SetDocumentTitleFieldName(v string) *SalesforceChatterFeedConfiguration
- func (s *SalesforceChatterFeedConfiguration) SetFieldMappings(v []*DataSourceToIndexFieldMapping) *SalesforceChatterFeedConfiguration
- func (s *SalesforceChatterFeedConfiguration) SetIncludeFilterTypes(v []*string) *SalesforceChatterFeedConfiguration
- func (s SalesforceChatterFeedConfiguration) String() string
- func (s *SalesforceChatterFeedConfiguration) Validate() error
- type SalesforceConfiguration
- func (s SalesforceConfiguration) GoString() string
- func (s *SalesforceConfiguration) SetChatterFeedConfiguration(v *SalesforceChatterFeedConfiguration) *SalesforceConfiguration
- func (s *SalesforceConfiguration) SetCrawlAttachments(v bool) *SalesforceConfiguration
- func (s *SalesforceConfiguration) SetExcludeAttachmentFilePatterns(v []*string) *SalesforceConfiguration
- func (s *SalesforceConfiguration) SetIncludeAttachmentFilePatterns(v []*string) *SalesforceConfiguration
- func (s *SalesforceConfiguration) SetKnowledgeArticleConfiguration(v *SalesforceKnowledgeArticleConfiguration) *SalesforceConfiguration
- func (s *SalesforceConfiguration) SetSecretArn(v string) *SalesforceConfiguration
- func (s *SalesforceConfiguration) SetServerUrl(v string) *SalesforceConfiguration
- func (s *SalesforceConfiguration) SetStandardObjectAttachmentConfiguration(v *SalesforceStandardObjectAttachmentConfiguration) *SalesforceConfiguration
- func (s *SalesforceConfiguration) SetStandardObjectConfigurations(v []*SalesforceStandardObjectConfiguration) *SalesforceConfiguration
- func (s SalesforceConfiguration) String() string
- func (s *SalesforceConfiguration) Validate() error
- type SalesforceCustomKnowledgeArticleTypeConfiguration
- func (s SalesforceCustomKnowledgeArticleTypeConfiguration) GoString() string
- func (s *SalesforceCustomKnowledgeArticleTypeConfiguration) SetDocumentDataFieldName(v string) *SalesforceCustomKnowledgeArticleTypeConfiguration
- func (s *SalesforceCustomKnowledgeArticleTypeConfiguration) SetDocumentTitleFieldName(v string) *SalesforceCustomKnowledgeArticleTypeConfiguration
- func (s *SalesforceCustomKnowledgeArticleTypeConfiguration) SetFieldMappings(v []*DataSourceToIndexFieldMapping) *SalesforceCustomKnowledgeArticleTypeConfiguration
- func (s *SalesforceCustomKnowledgeArticleTypeConfiguration) SetName(v string) *SalesforceCustomKnowledgeArticleTypeConfiguration
- func (s SalesforceCustomKnowledgeArticleTypeConfiguration) String() string
- func (s *SalesforceCustomKnowledgeArticleTypeConfiguration) Validate() error
- type SalesforceKnowledgeArticleConfiguration
- func (s SalesforceKnowledgeArticleConfiguration) GoString() string
- func (s *SalesforceKnowledgeArticleConfiguration) SetCustomKnowledgeArticleTypeConfigurations(v []*SalesforceCustomKnowledgeArticleTypeConfiguration) *SalesforceKnowledgeArticleConfiguration
- func (s *SalesforceKnowledgeArticleConfiguration) SetIncludedStates(v []*string) *SalesforceKnowledgeArticleConfiguration
- func (s *SalesforceKnowledgeArticleConfiguration) SetStandardKnowledgeArticleTypeConfiguration(v *SalesforceStandardKnowledgeArticleTypeConfiguration) *SalesforceKnowledgeArticleConfiguration
- func (s SalesforceKnowledgeArticleConfiguration) String() string
- func (s *SalesforceKnowledgeArticleConfiguration) Validate() error
- type SalesforceStandardKnowledgeArticleTypeConfiguration
- func (s SalesforceStandardKnowledgeArticleTypeConfiguration) GoString() string
- func (s *SalesforceStandardKnowledgeArticleTypeConfiguration) SetDocumentDataFieldName(v string) *SalesforceStandardKnowledgeArticleTypeConfiguration
- func (s *SalesforceStandardKnowledgeArticleTypeConfiguration) SetDocumentTitleFieldName(v string) *SalesforceStandardKnowledgeArticleTypeConfiguration
- func (s *SalesforceStandardKnowledgeArticleTypeConfiguration) SetFieldMappings(v []*DataSourceToIndexFieldMapping) *SalesforceStandardKnowledgeArticleTypeConfiguration
- func (s SalesforceStandardKnowledgeArticleTypeConfiguration) String() string
- func (s *SalesforceStandardKnowledgeArticleTypeConfiguration) Validate() error
- type SalesforceStandardObjectAttachmentConfiguration
- func (s SalesforceStandardObjectAttachmentConfiguration) GoString() string
- func (s *SalesforceStandardObjectAttachmentConfiguration) SetDocumentTitleFieldName(v string) *SalesforceStandardObjectAttachmentConfiguration
- func (s *SalesforceStandardObjectAttachmentConfiguration) SetFieldMappings(v []*DataSourceToIndexFieldMapping) *SalesforceStandardObjectAttachmentConfiguration
- func (s SalesforceStandardObjectAttachmentConfiguration) String() string
- func (s *SalesforceStandardObjectAttachmentConfiguration) Validate() error
- type SalesforceStandardObjectConfiguration
- func (s SalesforceStandardObjectConfiguration) GoString() string
- func (s *SalesforceStandardObjectConfiguration) SetDocumentDataFieldName(v string) *SalesforceStandardObjectConfiguration
- func (s *SalesforceStandardObjectConfiguration) SetDocumentTitleFieldName(v string) *SalesforceStandardObjectConfiguration
- func (s *SalesforceStandardObjectConfiguration) SetFieldMappings(v []*DataSourceToIndexFieldMapping) *SalesforceStandardObjectConfiguration
- func (s *SalesforceStandardObjectConfiguration) SetName(v string) *SalesforceStandardObjectConfiguration
- func (s SalesforceStandardObjectConfiguration) String() string
- func (s *SalesforceStandardObjectConfiguration) Validate() error
- type ScoreAttributes
- type Search
- type SeedUrlConfiguration
- func (s SeedUrlConfiguration) GoString() string
- func (s *SeedUrlConfiguration) SetSeedUrls(v []*string) *SeedUrlConfiguration
- func (s *SeedUrlConfiguration) SetWebCrawlerMode(v string) *SeedUrlConfiguration
- func (s SeedUrlConfiguration) String() string
- func (s *SeedUrlConfiguration) Validate() error
- type ServerSideEncryptionConfiguration
- type ServiceNowConfiguration
- func (s ServiceNowConfiguration) GoString() string
- func (s *ServiceNowConfiguration) SetAuthenticationType(v string) *ServiceNowConfiguration
- func (s *ServiceNowConfiguration) SetHostUrl(v string) *ServiceNowConfiguration
- func (s *ServiceNowConfiguration) SetKnowledgeArticleConfiguration(v *ServiceNowKnowledgeArticleConfiguration) *ServiceNowConfiguration
- func (s *ServiceNowConfiguration) SetSecretArn(v string) *ServiceNowConfiguration
- func (s *ServiceNowConfiguration) SetServiceCatalogConfiguration(v *ServiceNowServiceCatalogConfiguration) *ServiceNowConfiguration
- func (s *ServiceNowConfiguration) SetServiceNowBuildVersion(v string) *ServiceNowConfiguration
- func (s ServiceNowConfiguration) String() string
- func (s *ServiceNowConfiguration) Validate() error
- type ServiceNowKnowledgeArticleConfiguration
- func (s ServiceNowKnowledgeArticleConfiguration) GoString() string
- func (s *ServiceNowKnowledgeArticleConfiguration) SetCrawlAttachments(v bool) *ServiceNowKnowledgeArticleConfiguration
- func (s *ServiceNowKnowledgeArticleConfiguration) SetDocumentDataFieldName(v string) *ServiceNowKnowledgeArticleConfiguration
- func (s *ServiceNowKnowledgeArticleConfiguration) SetDocumentTitleFieldName(v string) *ServiceNowKnowledgeArticleConfiguration
- func (s *ServiceNowKnowledgeArticleConfiguration) SetExcludeAttachmentFilePatterns(v []*string) *ServiceNowKnowledgeArticleConfiguration
- func (s *ServiceNowKnowledgeArticleConfiguration) SetFieldMappings(v []*DataSourceToIndexFieldMapping) *ServiceNowKnowledgeArticleConfiguration
- func (s *ServiceNowKnowledgeArticleConfiguration) SetFilterQuery(v string) *ServiceNowKnowledgeArticleConfiguration
- func (s *ServiceNowKnowledgeArticleConfiguration) SetIncludeAttachmentFilePatterns(v []*string) *ServiceNowKnowledgeArticleConfiguration
- func (s ServiceNowKnowledgeArticleConfiguration) String() string
- func (s *ServiceNowKnowledgeArticleConfiguration) Validate() error
- type ServiceNowServiceCatalogConfiguration
- func (s ServiceNowServiceCatalogConfiguration) GoString() string
- func (s *ServiceNowServiceCatalogConfiguration) SetCrawlAttachments(v bool) *ServiceNowServiceCatalogConfiguration
- func (s *ServiceNowServiceCatalogConfiguration) SetDocumentDataFieldName(v string) *ServiceNowServiceCatalogConfiguration
- func (s *ServiceNowServiceCatalogConfiguration) SetDocumentTitleFieldName(v string) *ServiceNowServiceCatalogConfiguration
- func (s *ServiceNowServiceCatalogConfiguration) SetExcludeAttachmentFilePatterns(v []*string) *ServiceNowServiceCatalogConfiguration
- func (s *ServiceNowServiceCatalogConfiguration) SetFieldMappings(v []*DataSourceToIndexFieldMapping) *ServiceNowServiceCatalogConfiguration
- func (s *ServiceNowServiceCatalogConfiguration) SetIncludeAttachmentFilePatterns(v []*string) *ServiceNowServiceCatalogConfiguration
- func (s ServiceNowServiceCatalogConfiguration) String() string
- func (s *ServiceNowServiceCatalogConfiguration) Validate() error
- type ServiceQuotaExceededException
- func (s *ServiceQuotaExceededException) Code() string
- func (s *ServiceQuotaExceededException) Error() string
- func (s ServiceQuotaExceededException) GoString() string
- func (s *ServiceQuotaExceededException) Message() string
- func (s *ServiceQuotaExceededException) OrigErr() error
- func (s *ServiceQuotaExceededException) RequestID() string
- func (s *ServiceQuotaExceededException) StatusCode() int
- func (s ServiceQuotaExceededException) String() string
- type SharePointConfiguration
- func (s SharePointConfiguration) GoString() string
- func (s *SharePointConfiguration) SetCrawlAttachments(v bool) *SharePointConfiguration
- func (s *SharePointConfiguration) SetDisableLocalGroups(v bool) *SharePointConfiguration
- func (s *SharePointConfiguration) SetDocumentTitleFieldName(v string) *SharePointConfiguration
- func (s *SharePointConfiguration) SetExclusionPatterns(v []*string) *SharePointConfiguration
- func (s *SharePointConfiguration) SetFieldMappings(v []*DataSourceToIndexFieldMapping) *SharePointConfiguration
- func (s *SharePointConfiguration) SetInclusionPatterns(v []*string) *SharePointConfiguration
- func (s *SharePointConfiguration) SetSecretArn(v string) *SharePointConfiguration
- func (s *SharePointConfiguration) SetSharePointVersion(v string) *SharePointConfiguration
- func (s *SharePointConfiguration) SetSslCertificateS3Path(v *S3Path) *SharePointConfiguration
- func (s *SharePointConfiguration) SetUrls(v []*string) *SharePointConfiguration
- func (s *SharePointConfiguration) SetUseChangeLog(v bool) *SharePointConfiguration
- func (s *SharePointConfiguration) SetVpcConfiguration(v *DataSourceVpcConfiguration) *SharePointConfiguration
- func (s SharePointConfiguration) String() string
- func (s *SharePointConfiguration) Validate() error
- type SiteMapsConfiguration
- type SlackConfiguration
- func (s SlackConfiguration) GoString() string
- func (s *SlackConfiguration) SetCrawlBotMessage(v bool) *SlackConfiguration
- func (s *SlackConfiguration) SetExcludeArchived(v bool) *SlackConfiguration
- func (s *SlackConfiguration) SetExclusionPatterns(v []*string) *SlackConfiguration
- func (s *SlackConfiguration) SetFieldMappings(v []*DataSourceToIndexFieldMapping) *SlackConfiguration
- func (s *SlackConfiguration) SetInclusionPatterns(v []*string) *SlackConfiguration
- func (s *SlackConfiguration) SetLookBackPeriod(v int64) *SlackConfiguration
- func (s *SlackConfiguration) SetPrivateChannelFilter(v []*string) *SlackConfiguration
- func (s *SlackConfiguration) SetPublicChannelFilter(v []*string) *SlackConfiguration
- func (s *SlackConfiguration) SetSecretArn(v string) *SlackConfiguration
- func (s *SlackConfiguration) SetSinceCrawlDate(v string) *SlackConfiguration
- func (s *SlackConfiguration) SetSlackEntityList(v []*string) *SlackConfiguration
- func (s *SlackConfiguration) SetTeamId(v string) *SlackConfiguration
- func (s *SlackConfiguration) SetUseChangeLog(v bool) *SlackConfiguration
- func (s *SlackConfiguration) SetVpcConfiguration(v *DataSourceVpcConfiguration) *SlackConfiguration
- func (s SlackConfiguration) String() string
- func (s *SlackConfiguration) Validate() error
- type SortingConfiguration
- func (s SortingConfiguration) GoString() string
- func (s *SortingConfiguration) SetDocumentAttributeKey(v string) *SortingConfiguration
- func (s *SortingConfiguration) SetSortOrder(v string) *SortingConfiguration
- func (s SortingConfiguration) String() string
- func (s *SortingConfiguration) Validate() error
- type SpellCorrectedQuery
- type SpellCorrectionConfiguration
- type SqlConfiguration
- type StartDataSourceSyncJobInput
- func (s StartDataSourceSyncJobInput) GoString() string
- func (s *StartDataSourceSyncJobInput) SetId(v string) *StartDataSourceSyncJobInput
- func (s *StartDataSourceSyncJobInput) SetIndexId(v string) *StartDataSourceSyncJobInput
- func (s StartDataSourceSyncJobInput) String() string
- func (s *StartDataSourceSyncJobInput) Validate() error
- type StartDataSourceSyncJobOutput
- type Status
- type StopDataSourceSyncJobInput
- func (s StopDataSourceSyncJobInput) GoString() string
- func (s *StopDataSourceSyncJobInput) SetId(v string) *StopDataSourceSyncJobInput
- func (s *StopDataSourceSyncJobInput) SetIndexId(v string) *StopDataSourceSyncJobInput
- func (s StopDataSourceSyncJobInput) String() string
- func (s *StopDataSourceSyncJobInput) Validate() error
- type StopDataSourceSyncJobOutput
- type SubmitFeedbackInput
- func (s SubmitFeedbackInput) GoString() string
- func (s *SubmitFeedbackInput) SetClickFeedbackItems(v []*ClickFeedback) *SubmitFeedbackInput
- func (s *SubmitFeedbackInput) SetIndexId(v string) *SubmitFeedbackInput
- func (s *SubmitFeedbackInput) SetQueryId(v string) *SubmitFeedbackInput
- func (s *SubmitFeedbackInput) SetRelevanceFeedbackItems(v []*RelevanceFeedback) *SubmitFeedbackInput
- func (s SubmitFeedbackInput) String() string
- func (s *SubmitFeedbackInput) Validate() error
- type SubmitFeedbackOutput
- type Suggestion
- type SuggestionHighlight
- type SuggestionTextWithHighlights
- func (s SuggestionTextWithHighlights) GoString() string
- func (s *SuggestionTextWithHighlights) SetHighlights(v []*SuggestionHighlight) *SuggestionTextWithHighlights
- func (s *SuggestionTextWithHighlights) SetText(v string) *SuggestionTextWithHighlights
- func (s SuggestionTextWithHighlights) String() string
- type SuggestionValue
- type Tag
- type TagResourceInput
- type TagResourceOutput
- type TextDocumentStatistics
- type TextWithHighlights
- type ThesaurusSummary
- func (s ThesaurusSummary) GoString() string
- func (s *ThesaurusSummary) SetCreatedAt(v time.Time) *ThesaurusSummary
- func (s *ThesaurusSummary) SetId(v string) *ThesaurusSummary
- func (s *ThesaurusSummary) SetName(v string) *ThesaurusSummary
- func (s *ThesaurusSummary) SetStatus(v string) *ThesaurusSummary
- func (s *ThesaurusSummary) SetUpdatedAt(v time.Time) *ThesaurusSummary
- func (s ThesaurusSummary) String() string
- type ThrottlingException
- func (s *ThrottlingException) Code() string
- func (s *ThrottlingException) Error() string
- func (s ThrottlingException) GoString() string
- func (s *ThrottlingException) Message() string
- func (s *ThrottlingException) OrigErr() error
- func (s *ThrottlingException) RequestID() string
- func (s *ThrottlingException) StatusCode() int
- func (s ThrottlingException) String() string
- type TimeRange
- type UntagResourceInput
- type UntagResourceOutput
- type UpdateDataSourceInput
- func (s UpdateDataSourceInput) GoString() string
- func (s *UpdateDataSourceInput) SetConfiguration(v *DataSourceConfiguration) *UpdateDataSourceInput
- func (s *UpdateDataSourceInput) SetCustomDocumentEnrichmentConfiguration(v *CustomDocumentEnrichmentConfiguration) *UpdateDataSourceInput
- func (s *UpdateDataSourceInput) SetDescription(v string) *UpdateDataSourceInput
- func (s *UpdateDataSourceInput) SetId(v string) *UpdateDataSourceInput
- func (s *UpdateDataSourceInput) SetIndexId(v string) *UpdateDataSourceInput
- func (s *UpdateDataSourceInput) SetLanguageCode(v string) *UpdateDataSourceInput
- func (s *UpdateDataSourceInput) SetName(v string) *UpdateDataSourceInput
- func (s *UpdateDataSourceInput) SetRoleArn(v string) *UpdateDataSourceInput
- func (s *UpdateDataSourceInput) SetSchedule(v string) *UpdateDataSourceInput
- func (s UpdateDataSourceInput) String() string
- func (s *UpdateDataSourceInput) Validate() error
- type UpdateDataSourceOutput
- type UpdateExperienceInput
- func (s UpdateExperienceInput) GoString() string
- func (s *UpdateExperienceInput) SetConfiguration(v *ExperienceConfiguration) *UpdateExperienceInput
- func (s *UpdateExperienceInput) SetDescription(v string) *UpdateExperienceInput
- func (s *UpdateExperienceInput) SetId(v string) *UpdateExperienceInput
- func (s *UpdateExperienceInput) SetIndexId(v string) *UpdateExperienceInput
- func (s *UpdateExperienceInput) SetName(v string) *UpdateExperienceInput
- func (s *UpdateExperienceInput) SetRoleArn(v string) *UpdateExperienceInput
- func (s UpdateExperienceInput) String() string
- func (s *UpdateExperienceInput) Validate() error
- type UpdateExperienceOutput
- type UpdateIndexInput
- func (s UpdateIndexInput) GoString() string
- func (s *UpdateIndexInput) SetCapacityUnits(v *CapacityUnitsConfiguration) *UpdateIndexInput
- func (s *UpdateIndexInput) SetDescription(v string) *UpdateIndexInput
- func (s *UpdateIndexInput) SetDocumentMetadataConfigurationUpdates(v []*DocumentMetadataConfiguration) *UpdateIndexInput
- func (s *UpdateIndexInput) SetId(v string) *UpdateIndexInput
- func (s *UpdateIndexInput) SetName(v string) *UpdateIndexInput
- func (s *UpdateIndexInput) SetRoleArn(v string) *UpdateIndexInput
- func (s *UpdateIndexInput) SetUserContextPolicy(v string) *UpdateIndexInput
- func (s *UpdateIndexInput) SetUserGroupResolutionConfiguration(v *UserGroupResolutionConfiguration) *UpdateIndexInput
- func (s *UpdateIndexInput) SetUserTokenConfigurations(v []*UserTokenConfiguration) *UpdateIndexInput
- func (s UpdateIndexInput) String() string
- func (s *UpdateIndexInput) Validate() error
- type UpdateIndexOutput
- type UpdateQuerySuggestionsBlockListInput
- func (s UpdateQuerySuggestionsBlockListInput) GoString() string
- func (s *UpdateQuerySuggestionsBlockListInput) SetDescription(v string) *UpdateQuerySuggestionsBlockListInput
- func (s *UpdateQuerySuggestionsBlockListInput) SetId(v string) *UpdateQuerySuggestionsBlockListInput
- func (s *UpdateQuerySuggestionsBlockListInput) SetIndexId(v string) *UpdateQuerySuggestionsBlockListInput
- func (s *UpdateQuerySuggestionsBlockListInput) SetName(v string) *UpdateQuerySuggestionsBlockListInput
- func (s *UpdateQuerySuggestionsBlockListInput) SetRoleArn(v string) *UpdateQuerySuggestionsBlockListInput
- func (s *UpdateQuerySuggestionsBlockListInput) SetSourceS3Path(v *S3Path) *UpdateQuerySuggestionsBlockListInput
- func (s UpdateQuerySuggestionsBlockListInput) String() string
- func (s *UpdateQuerySuggestionsBlockListInput) Validate() error
- type UpdateQuerySuggestionsBlockListOutput
- type UpdateQuerySuggestionsConfigInput
- func (s UpdateQuerySuggestionsConfigInput) GoString() string
- func (s *UpdateQuerySuggestionsConfigInput) SetIncludeQueriesWithoutUserInformation(v bool) *UpdateQuerySuggestionsConfigInput
- func (s *UpdateQuerySuggestionsConfigInput) SetIndexId(v string) *UpdateQuerySuggestionsConfigInput
- func (s *UpdateQuerySuggestionsConfigInput) SetMinimumNumberOfQueryingUsers(v int64) *UpdateQuerySuggestionsConfigInput
- func (s *UpdateQuerySuggestionsConfigInput) SetMinimumQueryCount(v int64) *UpdateQuerySuggestionsConfigInput
- func (s *UpdateQuerySuggestionsConfigInput) SetMode(v string) *UpdateQuerySuggestionsConfigInput
- func (s *UpdateQuerySuggestionsConfigInput) SetQueryLogLookBackWindowInDays(v int64) *UpdateQuerySuggestionsConfigInput
- func (s UpdateQuerySuggestionsConfigInput) String() string
- func (s *UpdateQuerySuggestionsConfigInput) Validate() error
- type UpdateQuerySuggestionsConfigOutput
- type UpdateThesaurusInput
- func (s UpdateThesaurusInput) GoString() string
- func (s *UpdateThesaurusInput) SetDescription(v string) *UpdateThesaurusInput
- func (s *UpdateThesaurusInput) SetId(v string) *UpdateThesaurusInput
- func (s *UpdateThesaurusInput) SetIndexId(v string) *UpdateThesaurusInput
- func (s *UpdateThesaurusInput) SetName(v string) *UpdateThesaurusInput
- func (s *UpdateThesaurusInput) SetRoleArn(v string) *UpdateThesaurusInput
- func (s *UpdateThesaurusInput) SetSourceS3Path(v *S3Path) *UpdateThesaurusInput
- func (s UpdateThesaurusInput) String() string
- func (s *UpdateThesaurusInput) Validate() error
- type UpdateThesaurusOutput
- type Urls
- type UserContext
- func (s UserContext) GoString() string
- func (s *UserContext) SetDataSourceGroups(v []*DataSourceGroup) *UserContext
- func (s *UserContext) SetGroups(v []*string) *UserContext
- func (s *UserContext) SetToken(v string) *UserContext
- func (s *UserContext) SetUserId(v string) *UserContext
- func (s UserContext) String() string
- func (s *UserContext) Validate() error
- type UserGroupResolutionConfiguration
- type UserIdentityConfiguration
- type UserTokenConfiguration
- func (s UserTokenConfiguration) GoString() string
- func (s *UserTokenConfiguration) SetJsonTokenTypeConfiguration(v *JsonTokenTypeConfiguration) *UserTokenConfiguration
- func (s *UserTokenConfiguration) SetJwtTokenTypeConfiguration(v *JwtTokenTypeConfiguration) *UserTokenConfiguration
- func (s UserTokenConfiguration) String() string
- func (s *UserTokenConfiguration) Validate() error
- type ValidationException
- func (s *ValidationException) Code() string
- func (s *ValidationException) Error() string
- func (s ValidationException) GoString() string
- func (s *ValidationException) Message() string
- func (s *ValidationException) OrigErr() error
- func (s *ValidationException) RequestID() string
- func (s *ValidationException) StatusCode() int
- func (s ValidationException) String() string
- type Warning
- type WebCrawlerConfiguration
- func (s WebCrawlerConfiguration) GoString() string
- func (s *WebCrawlerConfiguration) SetAuthenticationConfiguration(v *AuthenticationConfiguration) *WebCrawlerConfiguration
- func (s *WebCrawlerConfiguration) SetCrawlDepth(v int64) *WebCrawlerConfiguration
- func (s *WebCrawlerConfiguration) SetMaxContentSizePerPageInMegaBytes(v float64) *WebCrawlerConfiguration
- func (s *WebCrawlerConfiguration) SetMaxLinksPerPage(v int64) *WebCrawlerConfiguration
- func (s *WebCrawlerConfiguration) SetMaxUrlsPerMinuteCrawlRate(v int64) *WebCrawlerConfiguration
- func (s *WebCrawlerConfiguration) SetProxyConfiguration(v *ProxyConfiguration) *WebCrawlerConfiguration
- func (s *WebCrawlerConfiguration) SetUrlExclusionPatterns(v []*string) *WebCrawlerConfiguration
- func (s *WebCrawlerConfiguration) SetUrlInclusionPatterns(v []*string) *WebCrawlerConfiguration
- func (s *WebCrawlerConfiguration) SetUrls(v *Urls) *WebCrawlerConfiguration
- func (s WebCrawlerConfiguration) String() string
- func (s *WebCrawlerConfiguration) Validate() error
- type WorkDocsConfiguration
- func (s WorkDocsConfiguration) GoString() string
- func (s *WorkDocsConfiguration) SetCrawlComments(v bool) *WorkDocsConfiguration
- func (s *WorkDocsConfiguration) SetExclusionPatterns(v []*string) *WorkDocsConfiguration
- func (s *WorkDocsConfiguration) SetFieldMappings(v []*DataSourceToIndexFieldMapping) *WorkDocsConfiguration
- func (s *WorkDocsConfiguration) SetInclusionPatterns(v []*string) *WorkDocsConfiguration
- func (s *WorkDocsConfiguration) SetOrganizationId(v string) *WorkDocsConfiguration
- func (s *WorkDocsConfiguration) SetUseChangeLog(v bool) *WorkDocsConfiguration
- func (s WorkDocsConfiguration) String() string
- func (s *WorkDocsConfiguration) Validate() error
Constants ¶
const ( // ConditionOperatorGreaterThan is a ConditionOperator enum value ConditionOperatorGreaterThan = "GreaterThan" // ConditionOperatorGreaterThanOrEquals is a ConditionOperator enum value ConditionOperatorGreaterThanOrEquals = "GreaterThanOrEquals" // ConditionOperatorLessThan is a ConditionOperator enum value ConditionOperatorLessThan = "LessThan" // ConditionOperatorLessThanOrEquals is a ConditionOperator enum value ConditionOperatorLessThanOrEquals = "LessThanOrEquals" // ConditionOperatorEquals is a ConditionOperator enum value ConditionOperatorEquals = "Equals" // ConditionOperatorNotEquals is a ConditionOperator enum value ConditionOperatorNotEquals = "NotEquals" // ConditionOperatorContains is a ConditionOperator enum value ConditionOperatorContains = "Contains" // ConditionOperatorNotContains is a ConditionOperator enum value ConditionOperatorNotContains = "NotContains" // ConditionOperatorExists is a ConditionOperator enum value ConditionOperatorExists = "Exists" // ConditionOperatorNotExists is a ConditionOperator enum value ConditionOperatorNotExists = "NotExists" // ConditionOperatorBeginsWith is a ConditionOperator enum value ConditionOperatorBeginsWith = "BeginsWith" )
const ( // ConfluenceAttachmentFieldNameAuthor is a ConfluenceAttachmentFieldName enum value ConfluenceAttachmentFieldNameAuthor = "AUTHOR" // ConfluenceAttachmentFieldNameContentType is a ConfluenceAttachmentFieldName enum value ConfluenceAttachmentFieldNameContentType = "CONTENT_TYPE" // ConfluenceAttachmentFieldNameCreatedDate is a ConfluenceAttachmentFieldName enum value ConfluenceAttachmentFieldNameCreatedDate = "CREATED_DATE" // ConfluenceAttachmentFieldNameDisplayUrl is a ConfluenceAttachmentFieldName enum value ConfluenceAttachmentFieldNameDisplayUrl = "DISPLAY_URL" // ConfluenceAttachmentFieldNameFileSize is a ConfluenceAttachmentFieldName enum value ConfluenceAttachmentFieldNameFileSize = "FILE_SIZE" // ConfluenceAttachmentFieldNameItemType is a ConfluenceAttachmentFieldName enum value ConfluenceAttachmentFieldNameItemType = "ITEM_TYPE" // ConfluenceAttachmentFieldNameParentId is a ConfluenceAttachmentFieldName enum value ConfluenceAttachmentFieldNameParentId = "PARENT_ID" // ConfluenceAttachmentFieldNameSpaceKey is a ConfluenceAttachmentFieldName enum value ConfluenceAttachmentFieldNameSpaceKey = "SPACE_KEY" // ConfluenceAttachmentFieldNameSpaceName is a ConfluenceAttachmentFieldName enum value ConfluenceAttachmentFieldNameSpaceName = "SPACE_NAME" // ConfluenceAttachmentFieldNameUrl is a ConfluenceAttachmentFieldName enum value ConfluenceAttachmentFieldNameUrl = "URL" // ConfluenceAttachmentFieldNameVersion is a ConfluenceAttachmentFieldName enum value ConfluenceAttachmentFieldNameVersion = "VERSION" )
const ( // ConfluenceBlogFieldNameAuthor is a ConfluenceBlogFieldName enum value ConfluenceBlogFieldNameAuthor = "AUTHOR" // ConfluenceBlogFieldNameDisplayUrl is a ConfluenceBlogFieldName enum value ConfluenceBlogFieldNameDisplayUrl = "DISPLAY_URL" // ConfluenceBlogFieldNameItemType is a ConfluenceBlogFieldName enum value ConfluenceBlogFieldNameItemType = "ITEM_TYPE" // ConfluenceBlogFieldNameLabels is a ConfluenceBlogFieldName enum value ConfluenceBlogFieldNameLabels = "LABELS" // ConfluenceBlogFieldNamePublishDate is a ConfluenceBlogFieldName enum value ConfluenceBlogFieldNamePublishDate = "PUBLISH_DATE" // ConfluenceBlogFieldNameSpaceKey is a ConfluenceBlogFieldName enum value ConfluenceBlogFieldNameSpaceKey = "SPACE_KEY" // ConfluenceBlogFieldNameSpaceName is a ConfluenceBlogFieldName enum value ConfluenceBlogFieldNameSpaceName = "SPACE_NAME" // ConfluenceBlogFieldNameUrl is a ConfluenceBlogFieldName enum value ConfluenceBlogFieldNameUrl = "URL" // ConfluenceBlogFieldNameVersion is a ConfluenceBlogFieldName enum value ConfluenceBlogFieldNameVersion = "VERSION" )
const ( // ConfluencePageFieldNameAuthor is a ConfluencePageFieldName enum value ConfluencePageFieldNameAuthor = "AUTHOR" // ConfluencePageFieldNameContentStatus is a ConfluencePageFieldName enum value ConfluencePageFieldNameContentStatus = "CONTENT_STATUS" // ConfluencePageFieldNameCreatedDate is a ConfluencePageFieldName enum value ConfluencePageFieldNameCreatedDate = "CREATED_DATE" // ConfluencePageFieldNameDisplayUrl is a ConfluencePageFieldName enum value ConfluencePageFieldNameDisplayUrl = "DISPLAY_URL" // ConfluencePageFieldNameItemType is a ConfluencePageFieldName enum value ConfluencePageFieldNameItemType = "ITEM_TYPE" // ConfluencePageFieldNameLabels is a ConfluencePageFieldName enum value ConfluencePageFieldNameLabels = "LABELS" // ConfluencePageFieldNameModifiedDate is a ConfluencePageFieldName enum value ConfluencePageFieldNameModifiedDate = "MODIFIED_DATE" // ConfluencePageFieldNameParentId is a ConfluencePageFieldName enum value ConfluencePageFieldNameParentId = "PARENT_ID" // ConfluencePageFieldNameSpaceKey is a ConfluencePageFieldName enum value ConfluencePageFieldNameSpaceKey = "SPACE_KEY" // ConfluencePageFieldNameSpaceName is a ConfluencePageFieldName enum value ConfluencePageFieldNameSpaceName = "SPACE_NAME" // ConfluencePageFieldNameUrl is a ConfluencePageFieldName enum value ConfluencePageFieldNameUrl = "URL" // ConfluencePageFieldNameVersion is a ConfluencePageFieldName enum value ConfluencePageFieldNameVersion = "VERSION" )
const ( // ConfluenceSpaceFieldNameDisplayUrl is a ConfluenceSpaceFieldName enum value ConfluenceSpaceFieldNameDisplayUrl = "DISPLAY_URL" // ConfluenceSpaceFieldNameItemType is a ConfluenceSpaceFieldName enum value ConfluenceSpaceFieldNameItemType = "ITEM_TYPE" // ConfluenceSpaceFieldNameSpaceKey is a ConfluenceSpaceFieldName enum value ConfluenceSpaceFieldNameSpaceKey = "SPACE_KEY" // ConfluenceSpaceFieldNameUrl is a ConfluenceSpaceFieldName enum value ConfluenceSpaceFieldNameUrl = "URL" )
const ( // ConfluenceVersionCloud is a ConfluenceVersion enum value ConfluenceVersionCloud = "CLOUD" // ConfluenceVersionServer is a ConfluenceVersion enum value ConfluenceVersionServer = "SERVER" )
const ( // ContentTypePdf is a ContentType enum value ContentTypePdf = "PDF" // ContentTypeHtml is a ContentType enum value ContentTypeHtml = "HTML" // ContentTypeMsWord is a ContentType enum value ContentTypeMsWord = "MS_WORD" // ContentTypePlainText is a ContentType enum value ContentTypePlainText = "PLAIN_TEXT" // ContentTypePpt is a ContentType enum value ContentTypePpt = "PPT" )
const ( // DataSourceStatusCreating is a DataSourceStatus enum value DataSourceStatusCreating = "CREATING" // DataSourceStatusDeleting is a DataSourceStatus enum value DataSourceStatusDeleting = "DELETING" // DataSourceStatusFailed is a DataSourceStatus enum value DataSourceStatusFailed = "FAILED" // DataSourceStatusUpdating is a DataSourceStatus enum value DataSourceStatusUpdating = "UPDATING" // DataSourceStatusActive is a DataSourceStatus enum value DataSourceStatusActive = "ACTIVE" )
const ( // DataSourceSyncJobStatusFailed is a DataSourceSyncJobStatus enum value DataSourceSyncJobStatusFailed = "FAILED" // DataSourceSyncJobStatusSucceeded is a DataSourceSyncJobStatus enum value DataSourceSyncJobStatusSucceeded = "SUCCEEDED" // DataSourceSyncJobStatusSyncing is a DataSourceSyncJobStatus enum value DataSourceSyncJobStatusSyncing = "SYNCING" // DataSourceSyncJobStatusIncomplete is a DataSourceSyncJobStatus enum value DataSourceSyncJobStatusIncomplete = "INCOMPLETE" // DataSourceSyncJobStatusStopping is a DataSourceSyncJobStatus enum value DataSourceSyncJobStatusStopping = "STOPPING" // DataSourceSyncJobStatusAborted is a DataSourceSyncJobStatus enum value DataSourceSyncJobStatusAborted = "ABORTED" // DataSourceSyncJobStatusSyncingIndexing is a DataSourceSyncJobStatus enum value DataSourceSyncJobStatusSyncingIndexing = "SYNCING_INDEXING" )
const ( // DataSourceTypeS3 is a DataSourceType enum value DataSourceTypeS3 = "S3" DataSourceTypeSharepoint = "SHAREPOINT" // DataSourceTypeDatabase is a DataSourceType enum value DataSourceTypeDatabase = "DATABASE" // DataSourceTypeSalesforce is a DataSourceType enum value DataSourceTypeSalesforce = "SALESFORCE" // DataSourceTypeOnedrive is a DataSourceType enum value DataSourceTypeOnedrive = "ONEDRIVE" // DataSourceTypeServicenow is a DataSourceType enum value DataSourceTypeServicenow = "SERVICENOW" // DataSourceTypeCustom is a DataSourceType enum value DataSourceTypeCustom = "CUSTOM" // DataSourceTypeConfluence is a DataSourceType enum value DataSourceTypeConfluence = "CONFLUENCE" // DataSourceTypeGoogledrive is a DataSourceType enum value DataSourceTypeGoogledrive = "GOOGLEDRIVE" // DataSourceTypeWebcrawler is a DataSourceType enum value DataSourceTypeWebcrawler = "WEBCRAWLER" // DataSourceTypeWorkdocs is a DataSourceType enum value DataSourceTypeWorkdocs = "WORKDOCS" // DataSourceTypeFsx is a DataSourceType enum value DataSourceTypeFsx = "FSX" // DataSourceTypeSlack is a DataSourceType enum value DataSourceTypeSlack = "SLACK" // DataSourceTypeBox is a DataSourceType enum value DataSourceTypeBox = "BOX" // DataSourceTypeQuip is a DataSourceType enum value DataSourceTypeQuip = "QUIP" )
const ( // DatabaseEngineTypeRdsAuroraMysql is a DatabaseEngineType enum value DatabaseEngineTypeRdsAuroraMysql = "RDS_AURORA_MYSQL" // DatabaseEngineTypeRdsAuroraPostgresql is a DatabaseEngineType enum value DatabaseEngineTypeRdsAuroraPostgresql = "RDS_AURORA_POSTGRESQL" // DatabaseEngineTypeRdsMysql is a DatabaseEngineType enum value DatabaseEngineTypeRdsMysql = "RDS_MYSQL" // DatabaseEngineTypeRdsPostgresql is a DatabaseEngineType enum value DatabaseEngineTypeRdsPostgresql = "RDS_POSTGRESQL" )
const ( // DocumentAttributeValueTypeStringValue is a DocumentAttributeValueType enum value DocumentAttributeValueTypeStringValue = "STRING_VALUE" // DocumentAttributeValueTypeStringListValue is a DocumentAttributeValueType enum value DocumentAttributeValueTypeStringListValue = "STRING_LIST_VALUE" // DocumentAttributeValueTypeLongValue is a DocumentAttributeValueType enum value DocumentAttributeValueTypeLongValue = "LONG_VALUE" // DocumentAttributeValueTypeDateValue is a DocumentAttributeValueType enum value DocumentAttributeValueTypeDateValue = "DATE_VALUE" )
const ( // DocumentStatusNotFound is a DocumentStatus enum value DocumentStatusNotFound = "NOT_FOUND" // DocumentStatusProcessing is a DocumentStatus enum value DocumentStatusProcessing = "PROCESSING" // DocumentStatusIndexed is a DocumentStatus enum value DocumentStatusIndexed = "INDEXED" // DocumentStatusUpdated is a DocumentStatus enum value DocumentStatusUpdated = "UPDATED" // DocumentStatusFailed is a DocumentStatus enum value DocumentStatusFailed = "FAILED" // DocumentStatusUpdateFailed is a DocumentStatus enum value DocumentStatusUpdateFailed = "UPDATE_FAILED" )
const ( // EntityTypeUser is a EntityType enum value EntityTypeUser = "USER" // EntityTypeGroup is a EntityType enum value EntityTypeGroup = "GROUP" )
const ( // ErrorCodeInternalError is a ErrorCode enum value ErrorCodeInternalError = "InternalError" // ErrorCodeInvalidRequest is a ErrorCode enum value ErrorCodeInvalidRequest = "InvalidRequest" )
const ( // ExperienceStatusCreating is a ExperienceStatus enum value ExperienceStatusCreating = "CREATING" // ExperienceStatusActive is a ExperienceStatus enum value ExperienceStatusActive = "ACTIVE" // ExperienceStatusDeleting is a ExperienceStatus enum value ExperienceStatusDeleting = "DELETING" // ExperienceStatusFailed is a ExperienceStatus enum value ExperienceStatusFailed = "FAILED" )
const ( // FaqFileFormatCsv is a FaqFileFormat enum value FaqFileFormatCsv = "CSV" // FaqFileFormatCsvWithHeader is a FaqFileFormat enum value FaqFileFormatCsvWithHeader = "CSV_WITH_HEADER" // FaqFileFormatJson is a FaqFileFormat enum value FaqFileFormatJson = "JSON" )
const ( // FaqStatusCreating is a FaqStatus enum value FaqStatusCreating = "CREATING" // FaqStatusUpdating is a FaqStatus enum value FaqStatusUpdating = "UPDATING" // FaqStatusActive is a FaqStatus enum value FaqStatusActive = "ACTIVE" // FaqStatusDeleting is a FaqStatus enum value FaqStatusDeleting = "DELETING" // FaqStatusFailed is a FaqStatus enum value FaqStatusFailed = "FAILED" )
const ( // HighlightTypeStandard is a HighlightType enum value HighlightTypeStandard = "STANDARD" // HighlightTypeThesaurusSynonym is a HighlightType enum value HighlightTypeThesaurusSynonym = "THESAURUS_SYNONYM" )
const ( // IndexEditionDeveloperEdition is a IndexEdition enum value IndexEditionDeveloperEdition = "DEVELOPER_EDITION" // IndexEditionEnterpriseEdition is a IndexEdition enum value IndexEditionEnterpriseEdition = "ENTERPRISE_EDITION" )
const ( // IndexStatusCreating is a IndexStatus enum value IndexStatusCreating = "CREATING" // IndexStatusActive is a IndexStatus enum value IndexStatusActive = "ACTIVE" // IndexStatusDeleting is a IndexStatus enum value IndexStatusDeleting = "DELETING" // IndexStatusFailed is a IndexStatus enum value IndexStatusFailed = "FAILED" // IndexStatusUpdating is a IndexStatus enum value IndexStatusUpdating = "UPDATING" // IndexStatusSystemUpdating is a IndexStatus enum value IndexStatusSystemUpdating = "SYSTEM_UPDATING" )
const ( // IntervalThisMonth is a Interval enum value IntervalThisMonth = "THIS_MONTH" // IntervalThisWeek is a Interval enum value IntervalThisWeek = "THIS_WEEK" // IntervalOneWeekAgo is a Interval enum value IntervalOneWeekAgo = "ONE_WEEK_AGO" // IntervalTwoWeeksAgo is a Interval enum value IntervalTwoWeeksAgo = "TWO_WEEKS_AGO" // IntervalOneMonthAgo is a Interval enum value IntervalOneMonthAgo = "ONE_MONTH_AGO" // IntervalTwoMonthsAgo is a Interval enum value IntervalTwoMonthsAgo = "TWO_MONTHS_AGO" )
const ( // KeyLocationUrl is a KeyLocation enum value KeyLocationUrl = "URL" // KeyLocationSecretManager is a KeyLocation enum value KeyLocationSecretManager = "SECRET_MANAGER" )
const ( // MetricTypeQueriesByCount is a MetricType enum value MetricTypeQueriesByCount = "QUERIES_BY_COUNT" // MetricTypeQueriesByZeroClickRate is a MetricType enum value MetricTypeQueriesByZeroClickRate = "QUERIES_BY_ZERO_CLICK_RATE" // MetricTypeQueriesByZeroResultRate is a MetricType enum value MetricTypeQueriesByZeroResultRate = "QUERIES_BY_ZERO_RESULT_RATE" // MetricTypeDocsByClickCount is a MetricType enum value MetricTypeDocsByClickCount = "DOCS_BY_CLICK_COUNT" // MetricTypeAggQueryDocMetrics is a MetricType enum value MetricTypeAggQueryDocMetrics = "AGG_QUERY_DOC_METRICS" // MetricTypeTrendQueryDocMetrics is a MetricType enum value MetricTypeTrendQueryDocMetrics = "TREND_QUERY_DOC_METRICS" )
const ( // ModeEnabled is a Mode enum value ModeEnabled = "ENABLED" // ModeLearnOnly is a Mode enum value ModeLearnOnly = "LEARN_ONLY" )
const ( // OrderAscending is a Order enum value OrderAscending = "ASCENDING" // OrderDescending is a Order enum value OrderDescending = "DESCENDING" )
const ( // PersonaOwner is a Persona enum value PersonaOwner = "OWNER" // PersonaViewer is a Persona enum value PersonaViewer = "VIEWER" )
const ( // PrincipalMappingStatusFailed is a PrincipalMappingStatus enum value PrincipalMappingStatusFailed = "FAILED" // PrincipalMappingStatusSucceeded is a PrincipalMappingStatus enum value PrincipalMappingStatusSucceeded = "SUCCEEDED" // PrincipalMappingStatusProcessing is a PrincipalMappingStatus enum value PrincipalMappingStatusProcessing = "PROCESSING" // PrincipalMappingStatusDeleting is a PrincipalMappingStatus enum value PrincipalMappingStatusDeleting = "DELETING" // PrincipalMappingStatusDeleted is a PrincipalMappingStatus enum value PrincipalMappingStatusDeleted = "DELETED" )
const ( // PrincipalTypeUser is a PrincipalType enum value PrincipalTypeUser = "USER" // PrincipalTypeGroup is a PrincipalType enum value PrincipalTypeGroup = "GROUP" )
const ( // QueryIdentifiersEnclosingOptionDoubleQuotes is a QueryIdentifiersEnclosingOption enum value QueryIdentifiersEnclosingOptionDoubleQuotes = "DOUBLE_QUOTES" // QueryIdentifiersEnclosingOptionNone is a QueryIdentifiersEnclosingOption enum value QueryIdentifiersEnclosingOptionNone = "NONE" )
const ( // QueryResultTypeDocument is a QueryResultType enum value QueryResultTypeDocument = "DOCUMENT" // QueryResultTypeQuestionAnswer is a QueryResultType enum value QueryResultTypeQuestionAnswer = "QUESTION_ANSWER" // QueryResultTypeAnswer is a QueryResultType enum value QueryResultTypeAnswer = "ANSWER" )
const ( // QuerySuggestionsBlockListStatusActive is a QuerySuggestionsBlockListStatus enum value QuerySuggestionsBlockListStatusActive = "ACTIVE" // QuerySuggestionsBlockListStatusCreating is a QuerySuggestionsBlockListStatus enum value QuerySuggestionsBlockListStatusCreating = "CREATING" // QuerySuggestionsBlockListStatusDeleting is a QuerySuggestionsBlockListStatus enum value QuerySuggestionsBlockListStatusDeleting = "DELETING" // QuerySuggestionsBlockListStatusUpdating is a QuerySuggestionsBlockListStatus enum value QuerySuggestionsBlockListStatusUpdating = "UPDATING" // QuerySuggestionsBlockListStatusActiveButUpdateFailed is a QuerySuggestionsBlockListStatus enum value QuerySuggestionsBlockListStatusActiveButUpdateFailed = "ACTIVE_BUT_UPDATE_FAILED" // QuerySuggestionsBlockListStatusFailed is a QuerySuggestionsBlockListStatus enum value QuerySuggestionsBlockListStatusFailed = "FAILED" )
const ( // QuerySuggestionsStatusActive is a QuerySuggestionsStatus enum value QuerySuggestionsStatusActive = "ACTIVE" // QuerySuggestionsStatusUpdating is a QuerySuggestionsStatus enum value QuerySuggestionsStatusUpdating = "UPDATING" )
const ( // ReadAccessTypeAllow is a ReadAccessType enum value ReadAccessTypeAllow = "ALLOW" // ReadAccessTypeDeny is a ReadAccessType enum value ReadAccessTypeDeny = "DENY" )
const ( // RelevanceTypeRelevant is a RelevanceType enum value RelevanceTypeRelevant = "RELEVANT" // RelevanceTypeNotRelevant is a RelevanceType enum value RelevanceTypeNotRelevant = "NOT_RELEVANT" )
const ( // SalesforceChatterFeedIncludeFilterTypeActiveUser is a SalesforceChatterFeedIncludeFilterType enum value SalesforceChatterFeedIncludeFilterTypeActiveUser = "ACTIVE_USER" // SalesforceChatterFeedIncludeFilterTypeStandardUser is a SalesforceChatterFeedIncludeFilterType enum value SalesforceChatterFeedIncludeFilterTypeStandardUser = "STANDARD_USER" )
const ( // SalesforceKnowledgeArticleStateDraft is a SalesforceKnowledgeArticleState enum value SalesforceKnowledgeArticleStateDraft = "DRAFT" // SalesforceKnowledgeArticleStatePublished is a SalesforceKnowledgeArticleState enum value SalesforceKnowledgeArticleStatePublished = "PUBLISHED" // SalesforceKnowledgeArticleStateArchived is a SalesforceKnowledgeArticleState enum value SalesforceKnowledgeArticleStateArchived = "ARCHIVED" )
const ( // SalesforceStandardObjectNameAccount is a SalesforceStandardObjectName enum value SalesforceStandardObjectNameAccount = "ACCOUNT" // SalesforceStandardObjectNameCampaign is a SalesforceStandardObjectName enum value SalesforceStandardObjectNameCampaign = "CAMPAIGN" // SalesforceStandardObjectNameCase is a SalesforceStandardObjectName enum value SalesforceStandardObjectNameCase = "CASE" // SalesforceStandardObjectNameContact is a SalesforceStandardObjectName enum value SalesforceStandardObjectNameContact = "CONTACT" // SalesforceStandardObjectNameContract is a SalesforceStandardObjectName enum value SalesforceStandardObjectNameContract = "CONTRACT" // SalesforceStandardObjectNameDocument is a SalesforceStandardObjectName enum value SalesforceStandardObjectNameDocument = "DOCUMENT" // SalesforceStandardObjectNameGroup is a SalesforceStandardObjectName enum value SalesforceStandardObjectNameGroup = "GROUP" // SalesforceStandardObjectNameIdea is a SalesforceStandardObjectName enum value SalesforceStandardObjectNameIdea = "IDEA" // SalesforceStandardObjectNameLead is a SalesforceStandardObjectName enum value SalesforceStandardObjectNameLead = "LEAD" // SalesforceStandardObjectNameOpportunity is a SalesforceStandardObjectName enum value SalesforceStandardObjectNameOpportunity = "OPPORTUNITY" // SalesforceStandardObjectNamePartner is a SalesforceStandardObjectName enum value SalesforceStandardObjectNamePartner = "PARTNER" // SalesforceStandardObjectNamePricebook is a SalesforceStandardObjectName enum value SalesforceStandardObjectNamePricebook = "PRICEBOOK" // SalesforceStandardObjectNameProduct is a SalesforceStandardObjectName enum value SalesforceStandardObjectNameProduct = "PRODUCT" // SalesforceStandardObjectNameProfile is a SalesforceStandardObjectName enum value SalesforceStandardObjectNameProfile = "PROFILE" // SalesforceStandardObjectNameSolution is a SalesforceStandardObjectName enum value SalesforceStandardObjectNameSolution = "SOLUTION" // SalesforceStandardObjectNameTask is a SalesforceStandardObjectName enum value SalesforceStandardObjectNameTask = "TASK" // SalesforceStandardObjectNameUser is a SalesforceStandardObjectName enum value SalesforceStandardObjectNameUser = "USER" )
const ( // ScoreConfidenceVeryHigh is a ScoreConfidence enum value ScoreConfidenceVeryHigh = "VERY_HIGH" // ScoreConfidenceHigh is a ScoreConfidence enum value ScoreConfidenceHigh = "HIGH" // ScoreConfidenceMedium is a ScoreConfidence enum value ScoreConfidenceMedium = "MEDIUM" // ScoreConfidenceLow is a ScoreConfidence enum value ScoreConfidenceLow = "LOW" // ScoreConfidenceNotAvailable is a ScoreConfidence enum value ScoreConfidenceNotAvailable = "NOT_AVAILABLE" )
Enumeration for query score confidence.
const ( // ServiceNowAuthenticationTypeHttpBasic is a ServiceNowAuthenticationType enum value ServiceNowAuthenticationTypeHttpBasic = "HTTP_BASIC" // ServiceNowAuthenticationTypeOauth2 is a ServiceNowAuthenticationType enum value ServiceNowAuthenticationTypeOauth2 = "OAUTH2" )
const ( // ServiceNowBuildVersionTypeLondon is a ServiceNowBuildVersionType enum value ServiceNowBuildVersionTypeLondon = "LONDON" // ServiceNowBuildVersionTypeOthers is a ServiceNowBuildVersionType enum value ServiceNowBuildVersionTypeOthers = "OTHERS" )
const (SharePointVersionSharepoint2013 = "SHAREPOINT_2013" SharePointVersionSharepoint2016 = "SHAREPOINT_2016" SharePointVersionSharepointOnline = "SHAREPOINT_ONLINE" )
const ( // SlackEntityPublicChannel is a SlackEntity enum value SlackEntityPublicChannel = "PUBLIC_CHANNEL" // SlackEntityPrivateChannel is a SlackEntity enum value SlackEntityPrivateChannel = "PRIVATE_CHANNEL" // SlackEntityGroupMessage is a SlackEntity enum value SlackEntityGroupMessage = "GROUP_MESSAGE" // SlackEntityDirectMessage is a SlackEntity enum value SlackEntityDirectMessage = "DIRECT_MESSAGE" )
const ( // SortOrderDesc is a SortOrder enum value SortOrderDesc = "DESC" // SortOrderAsc is a SortOrder enum value SortOrderAsc = "ASC" )
const ( // ThesaurusStatusCreating is a ThesaurusStatus enum value ThesaurusStatusCreating = "CREATING" // ThesaurusStatusActive is a ThesaurusStatus enum value ThesaurusStatusActive = "ACTIVE" // ThesaurusStatusDeleting is a ThesaurusStatus enum value ThesaurusStatusDeleting = "DELETING" // ThesaurusStatusUpdating is a ThesaurusStatus enum value ThesaurusStatusUpdating = "UPDATING" // ThesaurusStatusActiveButUpdateFailed is a ThesaurusStatus enum value ThesaurusStatusActiveButUpdateFailed = "ACTIVE_BUT_UPDATE_FAILED" // ThesaurusStatusFailed is a ThesaurusStatus enum value ThesaurusStatusFailed = "FAILED" )
const ( // UserContextPolicyAttributeFilter is a UserContextPolicy enum value UserContextPolicyAttributeFilter = "ATTRIBUTE_FILTER" // UserContextPolicyUserToken is a UserContextPolicy enum value UserContextPolicyUserToken = "USER_TOKEN" )
const ( // UserGroupResolutionModeAwsSso is a UserGroupResolutionMode enum value UserGroupResolutionModeAwsSso = "AWS_SSO" // UserGroupResolutionModeNone is a UserGroupResolutionMode enum value UserGroupResolutionModeNone = "NONE" )
const ( // WebCrawlerModeHostOnly is a WebCrawlerMode enum value WebCrawlerModeHostOnly = "HOST_ONLY" // WebCrawlerModeSubdomains is a WebCrawlerMode enum value WebCrawlerModeSubdomains = "SUBDOMAINS" // WebCrawlerModeEverything is a WebCrawlerMode enum value WebCrawlerModeEverything = "EVERYTHING" )
const ( // ErrCodeAccessDeniedException for service response error code // "AccessDeniedException". ErrCodeAccessDeniedException = "AccessDeniedException" // ErrCodeConflictException for service response error code // "ConflictException". ErrCodeConflictException = "ConflictException" // ErrCodeInternalServerException for service response error code // "InternalServerException". ErrCodeInternalServerException = "InternalServerException" // ErrCodeInvalidRequestException for service response error code // "InvalidRequestException". // // The input to the request is not valid. ErrCodeInvalidRequestException = "InvalidRequestException" // ErrCodeResourceAlreadyExistException for service response error code // "ResourceAlreadyExistException". ErrCodeResourceAlreadyExistException = "ResourceAlreadyExistException" // ErrCodeResourceInUseException for service response error code // "ResourceInUseException". ErrCodeResourceInUseException = "ResourceInUseException" // ErrCodeResourceNotFoundException for service response error code // "ResourceNotFoundException". ErrCodeResourceNotFoundException = "ResourceNotFoundException" // "ResourceUnavailableException". ErrCodeResourceUnavailableException = "ResourceUnavailableException" // ErrCodeServiceQuotaExceededException for service response error code // "ServiceQuotaExceededException". ErrCodeServiceQuotaExceededException = "ServiceQuotaExceededException" // ErrCodeThrottlingException for service response error code // "ThrottlingException". ErrCodeThrottlingException = "ThrottlingException" // ErrCodeValidationException for service response error code // "ValidationException". ErrCodeValidationException = "ValidationException" )
const ( ServiceName = "kendra" // Name of service. EndpointsID = ServiceName // ID to lookup a service endpoint with. ServiceID = "kendra" // ServiceID is a unique identifier of a specific service. )
Service information constants
const (
// AdditionalResultAttributeValueTypeTextWithHighlightsValue is a AdditionalResultAttributeValueType enum value
AdditionalResultAttributeValueTypeTextWithHighlightsValue = "TEXT_WITH_HIGHLIGHTS_VALUE"
)
const (
// EndpointTypeHome is a EndpointType enum value
EndpointTypeHome = "HOME"
)
const (
// FsxFileSystemTypeWindows is a FsxFileSystemType enum value
FsxFileSystemTypeWindows = "WINDOWS"
)
const (
// WarningCodeQueryLanguageInvalidSyntax is a WarningCode enum value
WarningCodeQueryLanguageInvalidSyntax = "QUERY_LANGUAGE_INVALID_SYNTAX"
)
Variables ¶
This section is empty.
Functions ¶
func AdditionalResultAttributeValueType_Values ¶ added in v1.34.3
func AdditionalResultAttributeValueType_Values() []string
AdditionalResultAttributeValueType_Values returns all elements of the AdditionalResultAttributeValueType enum
func ConditionOperator_Values ¶ added in v1.42.17
func ConditionOperator_Values() []string
ConditionOperator_Values returns all elements of the ConditionOperator enum
func ConfluenceAttachmentFieldName_Values ¶ added in v1.35.15
func ConfluenceAttachmentFieldName_Values() []string
ConfluenceAttachmentFieldName_Values returns all elements of the ConfluenceAttachmentFieldName enum
func ConfluenceBlogFieldName_Values ¶ added in v1.35.15
func ConfluenceBlogFieldName_Values() []string
ConfluenceBlogFieldName_Values returns all elements of the ConfluenceBlogFieldName enum
func ConfluencePageFieldName_Values ¶ added in v1.35.15
func ConfluencePageFieldName_Values() []string
ConfluencePageFieldName_Values returns all elements of the ConfluencePageFieldName enum
func ConfluenceSpaceFieldName_Values ¶ added in v1.35.15
func ConfluenceSpaceFieldName_Values() []string
ConfluenceSpaceFieldName_Values returns all elements of the ConfluenceSpaceFieldName enum
func ConfluenceVersion_Values ¶ added in v1.35.15
func ConfluenceVersion_Values() []string
ConfluenceVersion_Values returns all elements of the ConfluenceVersion enum
func ContentType_Values ¶ added in v1.34.3
func ContentType_Values() []string
ContentType_Values returns all elements of the ContentType enum
func DataSourceStatus_Values ¶ added in v1.34.3
func DataSourceStatus_Values() []string
DataSourceStatus_Values returns all elements of the DataSourceStatus enum
func DataSourceSyncJobStatus_Values ¶ added in v1.34.3
func DataSourceSyncJobStatus_Values() []string
DataSourceSyncJobStatus_Values returns all elements of the DataSourceSyncJobStatus enum
func DataSourceType_Values ¶ added in v1.34.3
func DataSourceType_Values() []string
DataSourceType_Values returns all elements of the DataSourceType enum
func DatabaseEngineType_Values ¶ added in v1.34.3
func DatabaseEngineType_Values() []string
DatabaseEngineType_Values returns all elements of the DatabaseEngineType enum
func DocumentAttributeValueType_Values ¶ added in v1.34.3
func DocumentAttributeValueType_Values() []string
DocumentAttributeValueType_Values returns all elements of the DocumentAttributeValueType enum
func DocumentStatus_Values ¶ added in v1.38.58
func DocumentStatus_Values() []string
DocumentStatus_Values returns all elements of the DocumentStatus enum
func EndpointType_Values ¶ added in v1.42.17
func EndpointType_Values() []string
EndpointType_Values returns all elements of the EndpointType enum
func EntityType_Values ¶ added in v1.42.17
func EntityType_Values() []string
EntityType_Values returns all elements of the EntityType enum
func ErrorCode_Values ¶ added in v1.34.3
func ErrorCode_Values() []string
ErrorCode_Values returns all elements of the ErrorCode enum
func ExperienceStatus_Values ¶ added in v1.42.17
func ExperienceStatus_Values() []string
ExperienceStatus_Values returns all elements of the ExperienceStatus enum
func FaqFileFormat_Values ¶ added in v1.34.26
func FaqFileFormat_Values() []string
FaqFileFormat_Values returns all elements of the FaqFileFormat enum
func FaqStatus_Values ¶ added in v1.34.3
func FaqStatus_Values() []string
FaqStatus_Values returns all elements of the FaqStatus enum
func FsxFileSystemType_Values ¶ added in v1.42.49
func FsxFileSystemType_Values() []string
FsxFileSystemType_Values returns all elements of the FsxFileSystemType enum
func HighlightType_Values ¶ added in v1.36.6
func HighlightType_Values() []string
HighlightType_Values returns all elements of the HighlightType enum
func IndexEdition_Values ¶ added in v1.34.3
func IndexEdition_Values() []string
IndexEdition_Values returns all elements of the IndexEdition enum
func IndexStatus_Values ¶ added in v1.34.3
func IndexStatus_Values() []string
IndexStatus_Values returns all elements of the IndexStatus enum
func Interval_Values ¶ added in v1.42.17
func Interval_Values() []string
Interval_Values returns all elements of the Interval enum
func KeyLocation_Values ¶ added in v1.35.22
func KeyLocation_Values() []string
KeyLocation_Values returns all elements of the KeyLocation enum
func MetricType_Values ¶ added in v1.42.17
func MetricType_Values() []string
MetricType_Values returns all elements of the MetricType enum
func Mode_Values ¶ added in v1.38.50
func Mode_Values() []string
Mode_Values returns all elements of the Mode enum
func Order_Values ¶ added in v1.34.3
func Order_Values() []string
Order_Values returns all elements of the Order enum
func Persona_Values ¶ added in v1.42.17
func Persona_Values() []string
Persona_Values returns all elements of the Persona enum
func PrincipalMappingStatus_Values ¶ added in v1.39.5
func PrincipalMappingStatus_Values() []string
PrincipalMappingStatus_Values returns all elements of the PrincipalMappingStatus enum
func PrincipalType_Values ¶ added in v1.34.3
func PrincipalType_Values() []string
PrincipalType_Values returns all elements of the PrincipalType enum
func QueryIdentifiersEnclosingOption_Values ¶ added in v1.34.3
func QueryIdentifiersEnclosingOption_Values() []string
QueryIdentifiersEnclosingOption_Values returns all elements of the QueryIdentifiersEnclosingOption enum
func QueryResultType_Values ¶ added in v1.34.3
func QueryResultType_Values() []string
QueryResultType_Values returns all elements of the QueryResultType enum
func QuerySuggestionsBlockListStatus_Values ¶ added in v1.38.50
func QuerySuggestionsBlockListStatus_Values() []string
QuerySuggestionsBlockListStatus_Values returns all elements of the QuerySuggestionsBlockListStatus enum
func QuerySuggestionsStatus_Values ¶ added in v1.38.50
func QuerySuggestionsStatus_Values() []string
QuerySuggestionsStatus_Values returns all elements of the QuerySuggestionsStatus enum
func ReadAccessType_Values ¶ added in v1.34.3
func ReadAccessType_Values() []string
ReadAccessType_Values returns all elements of the ReadAccessType enum
func RelevanceType_Values ¶ added in v1.34.3
func RelevanceType_Values() []string
RelevanceType_Values returns all elements of the RelevanceType enum
func SalesforceChatterFeedIncludeFilterType_Values ¶ added in v1.34.3
func SalesforceChatterFeedIncludeFilterType_Values() []string
SalesforceChatterFeedIncludeFilterType_Values returns all elements of the SalesforceChatterFeedIncludeFilterType enum
func SalesforceKnowledgeArticleState_Values ¶ added in v1.34.3
func SalesforceKnowledgeArticleState_Values() []string
SalesforceKnowledgeArticleState_Values returns all elements of the SalesforceKnowledgeArticleState enum
func SalesforceStandardObjectName_Values ¶ added in v1.34.3
func SalesforceStandardObjectName_Values() []string
SalesforceStandardObjectName_Values returns all elements of the SalesforceStandardObjectName enum
func ScoreConfidence_Values ¶ added in v1.34.17
func ScoreConfidence_Values() []string
ScoreConfidence_Values returns all elements of the ScoreConfidence enum
func ServiceNowAuthenticationType_Values ¶ added in v1.38.11
func ServiceNowAuthenticationType_Values() []string
ServiceNowAuthenticationType_Values returns all elements of the ServiceNowAuthenticationType enum
func ServiceNowBuildVersionType_Values ¶ added in v1.34.3
func ServiceNowBuildVersionType_Values() []string
ServiceNowBuildVersionType_Values returns all elements of the ServiceNowBuildVersionType enum
func SharePointVersion_Values ¶ added in v1.34.3
func SharePointVersion_Values() []string
SharePointVersion_Values returns all elements of the SharePointVersion enum
func SlackEntity_Values ¶ added in v1.43.18
func SlackEntity_Values() []string
SlackEntity_Values returns all elements of the SlackEntity enum
func SortOrder_Values ¶ added in v1.34.3
func SortOrder_Values() []string
SortOrder_Values returns all elements of the SortOrder enum
func ThesaurusStatus_Values ¶ added in v1.36.6
func ThesaurusStatus_Values() []string
ThesaurusStatus_Values returns all elements of the ThesaurusStatus enum
func UserContextPolicy_Values ¶ added in v1.35.22
func UserContextPolicy_Values() []string
UserContextPolicy_Values returns all elements of the UserContextPolicy enum
func UserGroupResolutionMode_Values ¶ added in v1.40.57
func UserGroupResolutionMode_Values() []string
UserGroupResolutionMode_Values returns all elements of the UserGroupResolutionMode enum
func WarningCode_Values ¶ added in v1.42.32
func WarningCode_Values() []string
WarningCode_Values returns all elements of the WarningCode enum
func WebCrawlerMode_Values ¶ added in v1.38.64
func WebCrawlerMode_Values() []string
WebCrawlerMode_Values returns all elements of the WebCrawlerMode enum
Types ¶
type AccessControlListConfiguration ¶
type AccessControlListConfiguration struct { // Path to the Amazon Web Services S3 bucket that contains the ACL files. KeyPath *string `min:"1" type:"string"` // contains filtered or unexported fields }
Access Control List files for the documents in a data source. For the format of the file, see Access control for S3 data sources (https://docs.aws.amazon.com/kendra/latest/dg/s3-acl.html).
func (AccessControlListConfiguration) GoString ¶
func (s AccessControlListConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AccessControlListConfiguration) SetKeyPath ¶
func (s *AccessControlListConfiguration) SetKeyPath(v string) *AccessControlListConfiguration
SetKeyPath sets the KeyPath field's value.
func (AccessControlListConfiguration) String ¶
func (s AccessControlListConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AccessControlListConfiguration) Validate ¶
func (s *AccessControlListConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AccessDeniedException ¶ added in v1.28.0
type AccessDeniedException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"Message" min:"1" type:"string"` // contains filtered or unexported fields }
func (*AccessDeniedException) Code ¶ added in v1.28.0
func (s *AccessDeniedException) Code() string
Code returns the exception type name.
func (*AccessDeniedException) Error ¶ added in v1.28.0
func (s *AccessDeniedException) Error() string
func (AccessDeniedException) GoString ¶ added in v1.28.0
func (s AccessDeniedException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AccessDeniedException) Message ¶ added in v1.28.0
func (s *AccessDeniedException) Message() string
Message returns the exception's message.
func (*AccessDeniedException) OrigErr ¶ added in v1.28.0
func (s *AccessDeniedException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*AccessDeniedException) RequestID ¶ added in v1.28.0
func (s *AccessDeniedException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*AccessDeniedException) StatusCode ¶ added in v1.28.0
func (s *AccessDeniedException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (AccessDeniedException) String ¶ added in v1.28.0
func (s AccessDeniedException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type AclConfiguration ¶
type AclConfiguration struct { // A list of groups, separated by semi-colons, that filters a query response // based on user context. The document is only returned to users that are in // one of the groups specified in the UserContext field of the Query API. // // AllowedGroupsColumnName is a required field AllowedGroupsColumnName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Provides information about the column that should be used for filtering the query response by groups.
func (AclConfiguration) GoString ¶
func (s AclConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AclConfiguration) SetAllowedGroupsColumnName ¶
func (s *AclConfiguration) SetAllowedGroupsColumnName(v string) *AclConfiguration
SetAllowedGroupsColumnName sets the AllowedGroupsColumnName field's value.
func (AclConfiguration) String ¶
func (s AclConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AclConfiguration) Validate ¶
func (s *AclConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AdditionalResultAttribute ¶
type AdditionalResultAttribute struct { // The key that identifies the attribute. // // Key is a required field Key *string `min:"1" type:"string" required:"true"` // An object that contains the attribute value. // // Value is a required field Value *AdditionalResultAttributeValue `type:"structure" required:"true"` // The data type of the Value property. // // ValueType is a required field ValueType *string `type:"string" required:"true" enum:"AdditionalResultAttributeValueType"` // contains filtered or unexported fields }
An attribute returned from an index query.
func (AdditionalResultAttribute) GoString ¶
func (s AdditionalResultAttribute) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AdditionalResultAttribute) SetKey ¶
func (s *AdditionalResultAttribute) SetKey(v string) *AdditionalResultAttribute
SetKey sets the Key field's value.
func (*AdditionalResultAttribute) SetValue ¶
func (s *AdditionalResultAttribute) SetValue(v *AdditionalResultAttributeValue) *AdditionalResultAttribute
SetValue sets the Value field's value.
func (*AdditionalResultAttribute) SetValueType ¶
func (s *AdditionalResultAttribute) SetValueType(v string) *AdditionalResultAttribute
SetValueType sets the ValueType field's value.
func (AdditionalResultAttribute) String ¶
func (s AdditionalResultAttribute) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type AdditionalResultAttributeValue ¶
type AdditionalResultAttributeValue struct { // The text associated with the attribute and information about the highlight // to apply to the text. TextWithHighlightsValue *TextWithHighlights `type:"structure"` // contains filtered or unexported fields }
An attribute returned with a document from a search.
func (AdditionalResultAttributeValue) GoString ¶
func (s AdditionalResultAttributeValue) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AdditionalResultAttributeValue) SetTextWithHighlightsValue ¶
func (s *AdditionalResultAttributeValue) SetTextWithHighlightsValue(v *TextWithHighlights) *AdditionalResultAttributeValue
SetTextWithHighlightsValue sets the TextWithHighlightsValue field's value.
func (AdditionalResultAttributeValue) String ¶
func (s AdditionalResultAttributeValue) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type AssociateEntitiesToExperienceInput ¶ added in v1.42.17
type AssociateEntitiesToExperienceInput struct { // Lists users or groups in your Amazon Web Services SSO identity source. // // EntityList is a required field EntityList []*EntityConfiguration `min:"1" type:"list" required:"true"` // The identifier of your Amazon Kendra experience. // // Id is a required field Id *string `min:"1" type:"string" required:"true"` // The identifier of the index for your Amazon Kendra experience. // // IndexId is a required field IndexId *string `min:"36" type:"string" required:"true"` // contains filtered or unexported fields }
func (AssociateEntitiesToExperienceInput) GoString ¶ added in v1.42.17
func (s AssociateEntitiesToExperienceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AssociateEntitiesToExperienceInput) SetEntityList ¶ added in v1.42.17
func (s *AssociateEntitiesToExperienceInput) SetEntityList(v []*EntityConfiguration) *AssociateEntitiesToExperienceInput
SetEntityList sets the EntityList field's value.
func (*AssociateEntitiesToExperienceInput) SetId ¶ added in v1.42.17
func (s *AssociateEntitiesToExperienceInput) SetId(v string) *AssociateEntitiesToExperienceInput
SetId sets the Id field's value.
func (*AssociateEntitiesToExperienceInput) SetIndexId ¶ added in v1.42.17
func (s *AssociateEntitiesToExperienceInput) SetIndexId(v string) *AssociateEntitiesToExperienceInput
SetIndexId sets the IndexId field's value.
func (AssociateEntitiesToExperienceInput) String ¶ added in v1.42.17
func (s AssociateEntitiesToExperienceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AssociateEntitiesToExperienceInput) Validate ¶ added in v1.42.17
func (s *AssociateEntitiesToExperienceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AssociateEntitiesToExperienceOutput ¶ added in v1.42.17
type AssociateEntitiesToExperienceOutput struct { // Lists the users or groups in your Amazon Web Services SSO identity source // that failed to properly configure with your Amazon Kendra experience. FailedEntityList []*FailedEntity `min:"1" type:"list"` // contains filtered or unexported fields }
func (AssociateEntitiesToExperienceOutput) GoString ¶ added in v1.42.17
func (s AssociateEntitiesToExperienceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AssociateEntitiesToExperienceOutput) SetFailedEntityList ¶ added in v1.42.17
func (s *AssociateEntitiesToExperienceOutput) SetFailedEntityList(v []*FailedEntity) *AssociateEntitiesToExperienceOutput
SetFailedEntityList sets the FailedEntityList field's value.
func (AssociateEntitiesToExperienceOutput) String ¶ added in v1.42.17
func (s AssociateEntitiesToExperienceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type AssociatePersonasToEntitiesInput ¶ added in v1.42.17
type AssociatePersonasToEntitiesInput struct { // The identifier of your Amazon Kendra experience. // // Id is a required field Id *string `min:"1" type:"string" required:"true"` // The identifier of the index for your Amazon Kendra experience. // // IndexId is a required field IndexId *string `min:"36" type:"string" required:"true"` // The personas that define the specific permissions of users or groups in your // Amazon Web Services SSO identity source. The available personas or access // roles are Owner and Viewer. For more information on these personas, see Providing // access to your search page (https://docs.aws.amazon.com/kendra/latest/dg/deploying-search-experience-no-code.html#access-search-experience). // // Personas is a required field Personas []*EntityPersonaConfiguration `min:"1" type:"list" required:"true"` // contains filtered or unexported fields }
func (AssociatePersonasToEntitiesInput) GoString ¶ added in v1.42.17
func (s AssociatePersonasToEntitiesInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AssociatePersonasToEntitiesInput) SetId ¶ added in v1.42.17
func (s *AssociatePersonasToEntitiesInput) SetId(v string) *AssociatePersonasToEntitiesInput
SetId sets the Id field's value.
func (*AssociatePersonasToEntitiesInput) SetIndexId ¶ added in v1.42.17
func (s *AssociatePersonasToEntitiesInput) SetIndexId(v string) *AssociatePersonasToEntitiesInput
SetIndexId sets the IndexId field's value.
func (*AssociatePersonasToEntitiesInput) SetPersonas ¶ added in v1.42.17
func (s *AssociatePersonasToEntitiesInput) SetPersonas(v []*EntityPersonaConfiguration) *AssociatePersonasToEntitiesInput
SetPersonas sets the Personas field's value.
func (AssociatePersonasToEntitiesInput) String ¶ added in v1.42.17
func (s AssociatePersonasToEntitiesInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AssociatePersonasToEntitiesInput) Validate ¶ added in v1.42.17
func (s *AssociatePersonasToEntitiesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AssociatePersonasToEntitiesOutput ¶ added in v1.42.17
type AssociatePersonasToEntitiesOutput struct { // Lists the users or groups in your Amazon Web Services SSO identity source // that failed to properly configure with your Amazon Kendra experience. FailedEntityList []*FailedEntity `min:"1" type:"list"` // contains filtered or unexported fields }
func (AssociatePersonasToEntitiesOutput) GoString ¶ added in v1.42.17
func (s AssociatePersonasToEntitiesOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AssociatePersonasToEntitiesOutput) SetFailedEntityList ¶ added in v1.42.17
func (s *AssociatePersonasToEntitiesOutput) SetFailedEntityList(v []*FailedEntity) *AssociatePersonasToEntitiesOutput
SetFailedEntityList sets the FailedEntityList field's value.
func (AssociatePersonasToEntitiesOutput) String ¶ added in v1.42.17
func (s AssociatePersonasToEntitiesOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type AttributeFilter ¶
type AttributeFilter struct { // Performs a logical AND operation on all supplied filters. AndAllFilters []*AttributeFilter `type:"list"` // Returns true when a document contains all of the specified document attributes. // This filter is only applicable to StringListValue metadata. ContainsAll *DocumentAttribute `type:"structure"` // Returns true when a document contains any of the specified document attributes. // This filter is only applicable to StringListValue metadata. ContainsAny *DocumentAttribute `type:"structure"` // Performs an equals operation on two document attributes. EqualsTo *DocumentAttribute `type:"structure"` // Performs a greater than operation on two document attributes. Use with a // document attribute of type Date or Long. GreaterThan *DocumentAttribute `type:"structure"` // Performs a greater or equals than operation on two document attributes. Use // with a document attribute of type Date or Long. GreaterThanOrEquals *DocumentAttribute `type:"structure"` // Performs a less than operation on two document attributes. Use with a document // attribute of type Date or Long. LessThan *DocumentAttribute `type:"structure"` // Performs a less than or equals operation on two document attributes. Use // with a document attribute of type Date or Long. LessThanOrEquals *DocumentAttribute `type:"structure"` // Performs a logical NOT operation on all supplied filters. NotFilter *AttributeFilter `type:"structure"` // Performs a logical OR operation on all supplied filters. OrAllFilters []*AttributeFilter `type:"list"` // contains filtered or unexported fields }
Provides filtering the query results based on document attributes.
When you use the AndAllFilters or OrAllFilters, filters you can use 2 layers under the first attribute filter. For example, you can use:
<AndAllFilters>
<OrAllFilters>
<EqualsTo>
If you use more than 2 layers, you receive a ValidationException exception with the message "AttributeFilter cannot have a depth of more than 2."
If you use more than 10 attribute filters in a given list for AndAllFilters or OrAllFilters, you receive a ValidationException with the message "AttributeFilter cannot have a length of more than 10".
func (AttributeFilter) GoString ¶
func (s AttributeFilter) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AttributeFilter) SetAndAllFilters ¶
func (s *AttributeFilter) SetAndAllFilters(v []*AttributeFilter) *AttributeFilter
SetAndAllFilters sets the AndAllFilters field's value.
func (*AttributeFilter) SetContainsAll ¶
func (s *AttributeFilter) SetContainsAll(v *DocumentAttribute) *AttributeFilter
SetContainsAll sets the ContainsAll field's value.
func (*AttributeFilter) SetContainsAny ¶
func (s *AttributeFilter) SetContainsAny(v *DocumentAttribute) *AttributeFilter
SetContainsAny sets the ContainsAny field's value.
func (*AttributeFilter) SetEqualsTo ¶
func (s *AttributeFilter) SetEqualsTo(v *DocumentAttribute) *AttributeFilter
SetEqualsTo sets the EqualsTo field's value.
func (*AttributeFilter) SetGreaterThan ¶
func (s *AttributeFilter) SetGreaterThan(v *DocumentAttribute) *AttributeFilter
SetGreaterThan sets the GreaterThan field's value.
func (*AttributeFilter) SetGreaterThanOrEquals ¶
func (s *AttributeFilter) SetGreaterThanOrEquals(v *DocumentAttribute) *AttributeFilter
SetGreaterThanOrEquals sets the GreaterThanOrEquals field's value.
func (*AttributeFilter) SetLessThan ¶
func (s *AttributeFilter) SetLessThan(v *DocumentAttribute) *AttributeFilter
SetLessThan sets the LessThan field's value.
func (*AttributeFilter) SetLessThanOrEquals ¶
func (s *AttributeFilter) SetLessThanOrEquals(v *DocumentAttribute) *AttributeFilter
SetLessThanOrEquals sets the LessThanOrEquals field's value.
func (*AttributeFilter) SetNotFilter ¶
func (s *AttributeFilter) SetNotFilter(v *AttributeFilter) *AttributeFilter
SetNotFilter sets the NotFilter field's value.
func (*AttributeFilter) SetOrAllFilters ¶
func (s *AttributeFilter) SetOrAllFilters(v []*AttributeFilter) *AttributeFilter
SetOrAllFilters sets the OrAllFilters field's value.
func (AttributeFilter) String ¶
func (s AttributeFilter) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AttributeFilter) Validate ¶
func (s *AttributeFilter) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AuthenticationConfiguration ¶ added in v1.38.64
type AuthenticationConfiguration struct { // The list of configuration information that's required to connect to and crawl // a website host using basic authentication credentials. // // The list includes the name and port number of the website host. BasicAuthentication []*BasicAuthenticationConfiguration `type:"list"` // contains filtered or unexported fields }
Provides the configuration information to connect to websites that require user authentication.
func (AuthenticationConfiguration) GoString ¶ added in v1.38.64
func (s AuthenticationConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AuthenticationConfiguration) SetBasicAuthentication ¶ added in v1.38.64
func (s *AuthenticationConfiguration) SetBasicAuthentication(v []*BasicAuthenticationConfiguration) *AuthenticationConfiguration
SetBasicAuthentication sets the BasicAuthentication field's value.
func (AuthenticationConfiguration) String ¶ added in v1.38.64
func (s AuthenticationConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AuthenticationConfiguration) Validate ¶ added in v1.38.64
func (s *AuthenticationConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BasicAuthenticationConfiguration ¶ added in v1.38.64
type BasicAuthenticationConfiguration struct { // Your secret ARN, which you can create in Secrets Manager (https://docs.aws.amazon.com/secretsmanager/latest/userguide/intro.html) // // You use a secret if basic authentication credentials are required to connect // to a website. The secret stores your credentials of user name and password. // // Credentials is a required field Credentials *string `min:"1" type:"string" required:"true"` // The name of the website host you want to connect to using authentication // credentials. // // For example, the host name of https://a.example.com/page1.html is "a.example.com". // // Host is a required field Host *string `min:"1" type:"string" required:"true"` // The port number of the website host you want to connect to using authentication // credentials. // // For example, the port for https://a.example.com/page1.html is 443, the standard // port for HTTPS. // // Port is a required field Port *int64 `min:"1" type:"integer" required:"true"` // contains filtered or unexported fields }
Provides the configuration information to connect to websites that require basic user authentication.
func (BasicAuthenticationConfiguration) GoString ¶ added in v1.38.64
func (s BasicAuthenticationConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*BasicAuthenticationConfiguration) SetCredentials ¶ added in v1.38.64
func (s *BasicAuthenticationConfiguration) SetCredentials(v string) *BasicAuthenticationConfiguration
SetCredentials sets the Credentials field's value.
func (*BasicAuthenticationConfiguration) SetHost ¶ added in v1.38.64
func (s *BasicAuthenticationConfiguration) SetHost(v string) *BasicAuthenticationConfiguration
SetHost sets the Host field's value.
func (*BasicAuthenticationConfiguration) SetPort ¶ added in v1.38.64
func (s *BasicAuthenticationConfiguration) SetPort(v int64) *BasicAuthenticationConfiguration
SetPort sets the Port field's value.
func (BasicAuthenticationConfiguration) String ¶ added in v1.38.64
func (s BasicAuthenticationConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*BasicAuthenticationConfiguration) Validate ¶ added in v1.38.64
func (s *BasicAuthenticationConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BatchDeleteDocumentInput ¶
type BatchDeleteDocumentInput struct { // Maps a particular data source sync job to a particular data source. DataSourceSyncJobMetricTarget *DataSourceSyncJobMetricTarget `type:"structure"` // One or more identifiers for documents to delete from the index. // // DocumentIdList is a required field DocumentIdList []*string `min:"1" type:"list" required:"true"` // The identifier of the index that contains the documents to delete. // // IndexId is a required field IndexId *string `min:"36" type:"string" required:"true"` // contains filtered or unexported fields }
func (BatchDeleteDocumentInput) GoString ¶
func (s BatchDeleteDocumentInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*BatchDeleteDocumentInput) SetDataSourceSyncJobMetricTarget ¶ added in v1.30.25
func (s *BatchDeleteDocumentInput) SetDataSourceSyncJobMetricTarget(v *DataSourceSyncJobMetricTarget) *BatchDeleteDocumentInput
SetDataSourceSyncJobMetricTarget sets the DataSourceSyncJobMetricTarget field's value.
func (*BatchDeleteDocumentInput) SetDocumentIdList ¶
func (s *BatchDeleteDocumentInput) SetDocumentIdList(v []*string) *BatchDeleteDocumentInput
SetDocumentIdList sets the DocumentIdList field's value.
func (*BatchDeleteDocumentInput) SetIndexId ¶
func (s *BatchDeleteDocumentInput) SetIndexId(v string) *BatchDeleteDocumentInput
SetIndexId sets the IndexId field's value.
func (BatchDeleteDocumentInput) String ¶
func (s BatchDeleteDocumentInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*BatchDeleteDocumentInput) Validate ¶
func (s *BatchDeleteDocumentInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BatchDeleteDocumentOutput ¶
type BatchDeleteDocumentOutput struct { // A list of documents that could not be removed from the index. Each entry // contains an error message that indicates why the document couldn't be removed // from the index. FailedDocuments []*BatchDeleteDocumentResponseFailedDocument `type:"list"` // contains filtered or unexported fields }
func (BatchDeleteDocumentOutput) GoString ¶
func (s BatchDeleteDocumentOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*BatchDeleteDocumentOutput) SetFailedDocuments ¶
func (s *BatchDeleteDocumentOutput) SetFailedDocuments(v []*BatchDeleteDocumentResponseFailedDocument) *BatchDeleteDocumentOutput
SetFailedDocuments sets the FailedDocuments field's value.
func (BatchDeleteDocumentOutput) String ¶
func (s BatchDeleteDocumentOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type BatchDeleteDocumentResponseFailedDocument ¶
type BatchDeleteDocumentResponseFailedDocument struct { // The error code for why the document couldn't be removed from the index. ErrorCode *string `type:"string" enum:"ErrorCode"` // An explanation for why the document couldn't be removed from the index. ErrorMessage *string `min:"1" type:"string"` // The identifier of the document that couldn't be removed from the index. Id *string `min:"1" type:"string"` // contains filtered or unexported fields }
Provides information about documents that could not be removed from an index by the BatchDeleteDocument API.
func (BatchDeleteDocumentResponseFailedDocument) GoString ¶
func (s BatchDeleteDocumentResponseFailedDocument) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*BatchDeleteDocumentResponseFailedDocument) SetErrorCode ¶
func (s *BatchDeleteDocumentResponseFailedDocument) SetErrorCode(v string) *BatchDeleteDocumentResponseFailedDocument
SetErrorCode sets the ErrorCode field's value.
func (*BatchDeleteDocumentResponseFailedDocument) SetErrorMessage ¶
func (s *BatchDeleteDocumentResponseFailedDocument) SetErrorMessage(v string) *BatchDeleteDocumentResponseFailedDocument
SetErrorMessage sets the ErrorMessage field's value.
func (*BatchDeleteDocumentResponseFailedDocument) SetId ¶
func (s *BatchDeleteDocumentResponseFailedDocument) SetId(v string) *BatchDeleteDocumentResponseFailedDocument
SetId sets the Id field's value.
func (BatchDeleteDocumentResponseFailedDocument) String ¶
func (s BatchDeleteDocumentResponseFailedDocument) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type BatchGetDocumentStatusInput ¶ added in v1.38.58
type BatchGetDocumentStatusInput struct { // A list of DocumentInfo objects that identify the documents for which to get // the status. You identify the documents by their document ID and optional // attributes. // // DocumentInfoList is a required field DocumentInfoList []*DocumentInfo `min:"1" type:"list" required:"true"` // The identifier of the index to add documents to. The index ID is returned // by the CreateIndex (https://docs.aws.amazon.com/kendra/latest/dg/API_CreateIndex.html) // API. // // IndexId is a required field IndexId *string `min:"36" type:"string" required:"true"` // contains filtered or unexported fields }
func (BatchGetDocumentStatusInput) GoString ¶ added in v1.38.58
func (s BatchGetDocumentStatusInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*BatchGetDocumentStatusInput) SetDocumentInfoList ¶ added in v1.38.58
func (s *BatchGetDocumentStatusInput) SetDocumentInfoList(v []*DocumentInfo) *BatchGetDocumentStatusInput
SetDocumentInfoList sets the DocumentInfoList field's value.
func (*BatchGetDocumentStatusInput) SetIndexId ¶ added in v1.38.58
func (s *BatchGetDocumentStatusInput) SetIndexId(v string) *BatchGetDocumentStatusInput
SetIndexId sets the IndexId field's value.
func (BatchGetDocumentStatusInput) String ¶ added in v1.38.58
func (s BatchGetDocumentStatusInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*BatchGetDocumentStatusInput) Validate ¶ added in v1.38.58
func (s *BatchGetDocumentStatusInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BatchGetDocumentStatusOutput ¶ added in v1.38.58
type BatchGetDocumentStatusOutput struct { // The status of documents. The status indicates if the document is waiting // to be indexed, is in the process of indexing, has completed indexing, or // failed indexing. If a document failed indexing, the status provides the reason // why. DocumentStatusList []*Status `type:"list"` // A list of documents that Amazon Kendra couldn't get the status for. The list // includes the ID of the document and the reason that the status couldn't be // found. Errors []*BatchGetDocumentStatusResponseError `type:"list"` // contains filtered or unexported fields }
func (BatchGetDocumentStatusOutput) GoString ¶ added in v1.38.58
func (s BatchGetDocumentStatusOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*BatchGetDocumentStatusOutput) SetDocumentStatusList ¶ added in v1.38.58
func (s *BatchGetDocumentStatusOutput) SetDocumentStatusList(v []*Status) *BatchGetDocumentStatusOutput
SetDocumentStatusList sets the DocumentStatusList field's value.
func (*BatchGetDocumentStatusOutput) SetErrors ¶ added in v1.38.58
func (s *BatchGetDocumentStatusOutput) SetErrors(v []*BatchGetDocumentStatusResponseError) *BatchGetDocumentStatusOutput
SetErrors sets the Errors field's value.
func (BatchGetDocumentStatusOutput) String ¶ added in v1.38.58
func (s BatchGetDocumentStatusOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type BatchGetDocumentStatusResponseError ¶ added in v1.38.58
type BatchGetDocumentStatusResponseError struct { // The unique identifier of the document whose status could not be retrieved. DocumentId *string `min:"1" type:"string"` // Indicates the source of the error. ErrorCode *string `type:"string" enum:"ErrorCode"` // States that the API could not get the status of a document. This could be // because the request is not valid or there is a system error. ErrorMessage *string `min:"1" type:"string"` // contains filtered or unexported fields }
Provides a response when the status of a document could not be retrieved.
func (BatchGetDocumentStatusResponseError) GoString ¶ added in v1.38.58
func (s BatchGetDocumentStatusResponseError) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*BatchGetDocumentStatusResponseError) SetDocumentId ¶ added in v1.38.58
func (s *BatchGetDocumentStatusResponseError) SetDocumentId(v string) *BatchGetDocumentStatusResponseError
SetDocumentId sets the DocumentId field's value.
func (*BatchGetDocumentStatusResponseError) SetErrorCode ¶ added in v1.38.58
func (s *BatchGetDocumentStatusResponseError) SetErrorCode(v string) *BatchGetDocumentStatusResponseError
SetErrorCode sets the ErrorCode field's value.
func (*BatchGetDocumentStatusResponseError) SetErrorMessage ¶ added in v1.38.58
func (s *BatchGetDocumentStatusResponseError) SetErrorMessage(v string) *BatchGetDocumentStatusResponseError
SetErrorMessage sets the ErrorMessage field's value.
func (BatchGetDocumentStatusResponseError) String ¶ added in v1.38.58
func (s BatchGetDocumentStatusResponseError) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type BatchPutDocumentInput ¶
type BatchPutDocumentInput struct { // Configuration information for altering your document metadata and content // during the document ingestion process when you use the BatchPutDocument API. // // For more information on how to create, modify and delete document metadata, // or make other content alterations when you ingest documents into Amazon Kendra, // see Customizing document metadata during the ingestion process (https://docs.aws.amazon.com/kendra/latest/dg/custom-document-enrichment.html). CustomDocumentEnrichmentConfiguration *CustomDocumentEnrichmentConfiguration `type:"structure"` // One or more documents to add to the index. // // Documents have the following file size limits. // // * 5 MB total size for inline documents // // * 50 MB total size for files from an S3 bucket // // * 5 MB extracted text for any file // // For more information about file size and transaction per second quotas, see // Quotas (https://docs.aws.amazon.com/kendra/latest/dg/quotas.html). // // Documents is a required field Documents []*Document `min:"1" type:"list" required:"true"` // The identifier of the index to add the documents to. You need to create the // index first using the CreateIndex API. // // IndexId is a required field IndexId *string `min:"36" type:"string" required:"true"` // The Amazon Resource Name (ARN) of a role that is allowed to run the BatchPutDocument // API. For more information, see IAM Roles for Amazon Kendra (https://docs.aws.amazon.com/kendra/latest/dg/iam-roles.html). RoleArn *string `type:"string"` // contains filtered or unexported fields }
func (BatchPutDocumentInput) GoString ¶
func (s BatchPutDocumentInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*BatchPutDocumentInput) SetCustomDocumentEnrichmentConfiguration ¶ added in v1.42.17
func (s *BatchPutDocumentInput) SetCustomDocumentEnrichmentConfiguration(v *CustomDocumentEnrichmentConfiguration) *BatchPutDocumentInput
SetCustomDocumentEnrichmentConfiguration sets the CustomDocumentEnrichmentConfiguration field's value.
func (*BatchPutDocumentInput) SetDocuments ¶
func (s *BatchPutDocumentInput) SetDocuments(v []*Document) *BatchPutDocumentInput
SetDocuments sets the Documents field's value.
func (*BatchPutDocumentInput) SetIndexId ¶
func (s *BatchPutDocumentInput) SetIndexId(v string) *BatchPutDocumentInput
SetIndexId sets the IndexId field's value.
func (*BatchPutDocumentInput) SetRoleArn ¶
func (s *BatchPutDocumentInput) SetRoleArn(v string) *BatchPutDocumentInput
SetRoleArn sets the RoleArn field's value.
func (BatchPutDocumentInput) String ¶
func (s BatchPutDocumentInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*BatchPutDocumentInput) Validate ¶
func (s *BatchPutDocumentInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BatchPutDocumentOutput ¶
type BatchPutDocumentOutput struct { // A list of documents that were not added to the index because the document // failed a validation check. Each document contains an error message that indicates // why the document couldn't be added to the index. // // If there was an error adding a document to an index the error is reported // in your Amazon Web Services CloudWatch log. For more information, see Monitoring // Amazon Kendra with Amazon CloudWatch Logs (https://docs.aws.amazon.com/kendra/latest/dg/cloudwatch-logs.html) FailedDocuments []*BatchPutDocumentResponseFailedDocument `type:"list"` // contains filtered or unexported fields }
func (BatchPutDocumentOutput) GoString ¶
func (s BatchPutDocumentOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*BatchPutDocumentOutput) SetFailedDocuments ¶
func (s *BatchPutDocumentOutput) SetFailedDocuments(v []*BatchPutDocumentResponseFailedDocument) *BatchPutDocumentOutput
SetFailedDocuments sets the FailedDocuments field's value.
func (BatchPutDocumentOutput) String ¶
func (s BatchPutDocumentOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type BatchPutDocumentResponseFailedDocument ¶
type BatchPutDocumentResponseFailedDocument struct { // The type of error that caused the document to fail to be indexed. ErrorCode *string `type:"string" enum:"ErrorCode"` // A description of the reason why the document could not be indexed. ErrorMessage *string `min:"1" type:"string"` // The unique identifier of the document. Id *string `min:"1" type:"string"` // contains filtered or unexported fields }
Provides information about a document that could not be indexed.
func (BatchPutDocumentResponseFailedDocument) GoString ¶
func (s BatchPutDocumentResponseFailedDocument) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*BatchPutDocumentResponseFailedDocument) SetErrorCode ¶
func (s *BatchPutDocumentResponseFailedDocument) SetErrorCode(v string) *BatchPutDocumentResponseFailedDocument
SetErrorCode sets the ErrorCode field's value.
func (*BatchPutDocumentResponseFailedDocument) SetErrorMessage ¶
func (s *BatchPutDocumentResponseFailedDocument) SetErrorMessage(v string) *BatchPutDocumentResponseFailedDocument
SetErrorMessage sets the ErrorMessage field's value.
func (*BatchPutDocumentResponseFailedDocument) SetId ¶
func (s *BatchPutDocumentResponseFailedDocument) SetId(v string) *BatchPutDocumentResponseFailedDocument
SetId sets the Id field's value.
func (BatchPutDocumentResponseFailedDocument) String ¶
func (s BatchPutDocumentResponseFailedDocument) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type BoxConfiguration ¶ added in v1.43.34
type BoxConfiguration struct { // A list of DataSourceToIndexFieldMapping objects that map attributes or field // names of Box comments to Amazon Kendra index field names. To create custom // fields, use the UpdateIndex API before you map to Box fields. For more information, // see Mapping data source fields (https://docs.aws.amazon.com/kendra/latest/dg/field-mapping.html). // The Box field names must exist in your Box custom metadata. CommentFieldMappings []*DataSourceToIndexFieldMapping `min:"1" type:"list"` // TRUE to index comments. CrawlComments *bool `type:"boolean"` // TRUE to index the contents of tasks. CrawlTasks *bool `type:"boolean"` // TRUE to index web links. CrawlWebLinks *bool `type:"boolean"` // The identifier of the Box Enterprise platform. You can find the enterprise // ID in the Box Developer Console settings or when you create an app in Box // and download your authentication credentials. For example, 801234567. // // EnterpriseId is a required field EnterpriseId *string `min:"1" type:"string" required:"true"` // A list of regular expression patterns to exclude certain files and folders // from your Box platform. Files and folders that match the patterns are excluded // from the index.Files and folders that don't match the patterns are included // in the index. If a file or folder matches both an inclusion and exclusion // pattern, the exclusion pattern takes precedence and the file or folder isn't // included in the index. ExclusionPatterns []*string `type:"list"` // A list of DataSourceToIndexFieldMapping objects that map attributes or field // names of Box files to Amazon Kendra index field names. To create custom fields, // use the UpdateIndex API before you map to Box fields. For more information, // see Mapping data source fields (https://docs.aws.amazon.com/kendra/latest/dg/field-mapping.html). // The Box field names must exist in your Box custom metadata. FileFieldMappings []*DataSourceToIndexFieldMapping `min:"1" type:"list"` // A list of regular expression patterns to include certain files and folders // in your Box platform. Files and folders that match the patterns are included // in the index. Files and folders that don't match the patterns are excluded // from the index. If a file or folder matches both an inclusion and exclusion // pattern, the exclusion pattern takes precedence and the file or folder isn't // included in the index. InclusionPatterns []*string `type:"list"` // The Amazon Resource Name (ARN) of an Secrets Manager secret that contains // the key-value pairs required to connect to your Box platform. The secret // must contain a JSON structure with the following keys: // // * clientID—The identifier of the client OAuth 2.0 authentication application // created in Box. // // * clientSecret—A set of characters known only to the OAuth 2.0 authentication // application created in Box. // // * publicKeyId—The identifier of the public key contained within an identity // certificate. // // * privateKey—A set of characters that make up an encryption key. // // * passphrase—A set of characters that act like a password. // // You create an application in Box to generate the keys or credentials required // for the secret. For more information, see Authentication for a Box data source // (https://docs.aws.amazon.com/kendra/latest/dg/data-source-box.html#box-authentication). // // SecretArn is a required field SecretArn *string `min:"1" type:"string" required:"true"` // A list of DataSourceToIndexFieldMapping objects that map attributes or field // names of Box tasks to Amazon Kendra index field names. To create custom fields, // use the UpdateIndex API before you map to Box fields. For more information, // see Mapping data source fields (https://docs.aws.amazon.com/kendra/latest/dg/field-mapping.html). // The Box field names must exist in your Box custom metadata. TaskFieldMappings []*DataSourceToIndexFieldMapping `min:"1" type:"list"` // TRUE to use the Slack change log to determine which documents require updating // in the index. Depending on the data source change log's size, it may take // longer for Amazon Kendra to use the change log than to scan all of your documents. UseChangeLog *bool `type:"boolean"` // Configuration information for an Amazon VPC to connect to your Box. For more // information, see Configuring a VPC (https://docs.aws.amazon.com/kendra/latest/dg/vpc-configuration.html). VpcConfiguration *DataSourceVpcConfiguration `type:"structure"` // A list of DataSourceToIndexFieldMapping objects that map attributes or field // names of Box web links to Amazon Kendra index field names. To create custom // fields, use the UpdateIndex API before you map to Box fields. For more information, // see Mapping data source fields (https://docs.aws.amazon.com/kendra/latest/dg/field-mapping.html). // The Box field names must exist in your Box custom metadata. WebLinkFieldMappings []*DataSourceToIndexFieldMapping `min:"1" type:"list"` // contains filtered or unexported fields }
Provides the configuration information to connect to Box as your data source.
func (BoxConfiguration) GoString ¶ added in v1.43.34
func (s BoxConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*BoxConfiguration) SetCommentFieldMappings ¶ added in v1.43.34
func (s *BoxConfiguration) SetCommentFieldMappings(v []*DataSourceToIndexFieldMapping) *BoxConfiguration
SetCommentFieldMappings sets the CommentFieldMappings field's value.
func (*BoxConfiguration) SetCrawlComments ¶ added in v1.43.34
func (s *BoxConfiguration) SetCrawlComments(v bool) *BoxConfiguration
SetCrawlComments sets the CrawlComments field's value.
func (*BoxConfiguration) SetCrawlTasks ¶ added in v1.43.34
func (s *BoxConfiguration) SetCrawlTasks(v bool) *BoxConfiguration
SetCrawlTasks sets the CrawlTasks field's value.
func (*BoxConfiguration) SetCrawlWebLinks ¶ added in v1.43.34
func (s *BoxConfiguration) SetCrawlWebLinks(v bool) *BoxConfiguration
SetCrawlWebLinks sets the CrawlWebLinks field's value.
func (*BoxConfiguration) SetEnterpriseId ¶ added in v1.43.34
func (s *BoxConfiguration) SetEnterpriseId(v string) *BoxConfiguration
SetEnterpriseId sets the EnterpriseId field's value.
func (*BoxConfiguration) SetExclusionPatterns ¶ added in v1.43.34
func (s *BoxConfiguration) SetExclusionPatterns(v []*string) *BoxConfiguration
SetExclusionPatterns sets the ExclusionPatterns field's value.
func (*BoxConfiguration) SetFileFieldMappings ¶ added in v1.43.34
func (s *BoxConfiguration) SetFileFieldMappings(v []*DataSourceToIndexFieldMapping) *BoxConfiguration
SetFileFieldMappings sets the FileFieldMappings field's value.
func (*BoxConfiguration) SetInclusionPatterns ¶ added in v1.43.34
func (s *BoxConfiguration) SetInclusionPatterns(v []*string) *BoxConfiguration
SetInclusionPatterns sets the InclusionPatterns field's value.
func (*BoxConfiguration) SetSecretArn ¶ added in v1.43.34
func (s *BoxConfiguration) SetSecretArn(v string) *BoxConfiguration
SetSecretArn sets the SecretArn field's value.
func (*BoxConfiguration) SetTaskFieldMappings ¶ added in v1.43.34
func (s *BoxConfiguration) SetTaskFieldMappings(v []*DataSourceToIndexFieldMapping) *BoxConfiguration
SetTaskFieldMappings sets the TaskFieldMappings field's value.
func (*BoxConfiguration) SetUseChangeLog ¶ added in v1.43.34
func (s *BoxConfiguration) SetUseChangeLog(v bool) *BoxConfiguration
SetUseChangeLog sets the UseChangeLog field's value.
func (*BoxConfiguration) SetVpcConfiguration ¶ added in v1.43.34
func (s *BoxConfiguration) SetVpcConfiguration(v *DataSourceVpcConfiguration) *BoxConfiguration
SetVpcConfiguration sets the VpcConfiguration field's value.
func (*BoxConfiguration) SetWebLinkFieldMappings ¶ added in v1.43.34
func (s *BoxConfiguration) SetWebLinkFieldMappings(v []*DataSourceToIndexFieldMapping) *BoxConfiguration
SetWebLinkFieldMappings sets the WebLinkFieldMappings field's value.
func (BoxConfiguration) String ¶ added in v1.43.34
func (s BoxConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*BoxConfiguration) Validate ¶ added in v1.43.34
func (s *BoxConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CapacityUnitsConfiguration ¶ added in v1.30.25
type CapacityUnitsConfiguration struct { // The amount of extra query capacity for an index and GetQuerySuggestions (https://docs.aws.amazon.com/kendra/latest/dg/API_GetQuerySuggestions.html) // capacity. // // A single extra capacity unit for an index provides 0.1 queries per second // or approximately 8,000 queries per day. // // GetQuerySuggestions capacity is five times the provisioned query capacity // for an index, or the base capacity of 2.5 calls per second, whichever is // higher. For example, the base capacity for an index is 0.1 queries per second, // and GetQuerySuggestions capacity has a base of 2.5 calls per second. If you // add another 0.1 queries per second to total 0.2 queries per second for an // index, the GetQuerySuggestions capacity is 2.5 calls per second (higher than // five times 0.2 queries per second). // // QueryCapacityUnits is a required field QueryCapacityUnits *int64 `type:"integer" required:"true"` // The amount of extra storage capacity for an index. A single capacity unit // provides 30 GB of storage space or 100,000 documents, whichever is reached // first. // // StorageCapacityUnits is a required field StorageCapacityUnits *int64 `type:"integer" required:"true"` // contains filtered or unexported fields }
Specifies additional capacity units configured for your Enterprise Edition index. You can add and remove capacity units to fit your usage requirements.
func (CapacityUnitsConfiguration) GoString ¶ added in v1.30.25
func (s CapacityUnitsConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CapacityUnitsConfiguration) SetQueryCapacityUnits ¶ added in v1.30.25
func (s *CapacityUnitsConfiguration) SetQueryCapacityUnits(v int64) *CapacityUnitsConfiguration
SetQueryCapacityUnits sets the QueryCapacityUnits field's value.
func (*CapacityUnitsConfiguration) SetStorageCapacityUnits ¶ added in v1.30.25
func (s *CapacityUnitsConfiguration) SetStorageCapacityUnits(v int64) *CapacityUnitsConfiguration
SetStorageCapacityUnits sets the StorageCapacityUnits field's value.
func (CapacityUnitsConfiguration) String ¶ added in v1.30.25
func (s CapacityUnitsConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CapacityUnitsConfiguration) Validate ¶ added in v1.30.25
func (s *CapacityUnitsConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ClearQuerySuggestionsInput ¶ added in v1.38.50
type ClearQuerySuggestionsInput struct { // The identifier of the index you want to clear query suggestions from. // // IndexId is a required field IndexId *string `min:"36" type:"string" required:"true"` // contains filtered or unexported fields }
func (ClearQuerySuggestionsInput) GoString ¶ added in v1.38.50
func (s ClearQuerySuggestionsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ClearQuerySuggestionsInput) SetIndexId ¶ added in v1.38.50
func (s *ClearQuerySuggestionsInput) SetIndexId(v string) *ClearQuerySuggestionsInput
SetIndexId sets the IndexId field's value.
func (ClearQuerySuggestionsInput) String ¶ added in v1.38.50
func (s ClearQuerySuggestionsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ClearQuerySuggestionsInput) Validate ¶ added in v1.38.50
func (s *ClearQuerySuggestionsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ClearQuerySuggestionsOutput ¶ added in v1.38.50
type ClearQuerySuggestionsOutput struct {
// contains filtered or unexported fields
}
func (ClearQuerySuggestionsOutput) GoString ¶ added in v1.38.50
func (s ClearQuerySuggestionsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (ClearQuerySuggestionsOutput) String ¶ added in v1.38.50
func (s ClearQuerySuggestionsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ClickFeedback ¶
type ClickFeedback struct { // The Unix timestamp of the date and time that the result was clicked. // // ClickTime is a required field ClickTime *time.Time `type:"timestamp" required:"true"` // The unique identifier of the search result that was clicked. // // ResultId is a required field ResultId *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Gathers information about when a particular result was clicked by a user. Your application uses the SubmitFeedback API to provide click information.
func (ClickFeedback) GoString ¶
func (s ClickFeedback) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ClickFeedback) SetClickTime ¶
func (s *ClickFeedback) SetClickTime(v time.Time) *ClickFeedback
SetClickTime sets the ClickTime field's value.
func (*ClickFeedback) SetResultId ¶
func (s *ClickFeedback) SetResultId(v string) *ClickFeedback
SetResultId sets the ResultId field's value.
func (ClickFeedback) String ¶
func (s ClickFeedback) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ClickFeedback) Validate ¶
func (s *ClickFeedback) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ColumnConfiguration ¶
type ColumnConfiguration struct { // One to five columns that indicate when a document in the database has changed. // // ChangeDetectingColumns is a required field ChangeDetectingColumns []*string `min:"1" type:"list" required:"true"` // The column that contains the contents of the document. // // DocumentDataColumnName is a required field DocumentDataColumnName *string `min:"1" type:"string" required:"true"` // The column that provides the document's unique identifier. // // DocumentIdColumnName is a required field DocumentIdColumnName *string `min:"1" type:"string" required:"true"` // The column that contains the title of the document. DocumentTitleColumnName *string `min:"1" type:"string"` // An array of objects that map database column names to the corresponding fields // in an index. You must first create the fields in the index using the UpdateIndex // API. FieldMappings []*DataSourceToIndexFieldMapping `min:"1" type:"list"` // contains filtered or unexported fields }
Provides information about how Amazon Kendra should use the columns of a database in an index.
func (ColumnConfiguration) GoString ¶
func (s ColumnConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ColumnConfiguration) SetChangeDetectingColumns ¶
func (s *ColumnConfiguration) SetChangeDetectingColumns(v []*string) *ColumnConfiguration
SetChangeDetectingColumns sets the ChangeDetectingColumns field's value.
func (*ColumnConfiguration) SetDocumentDataColumnName ¶
func (s *ColumnConfiguration) SetDocumentDataColumnName(v string) *ColumnConfiguration
SetDocumentDataColumnName sets the DocumentDataColumnName field's value.
func (*ColumnConfiguration) SetDocumentIdColumnName ¶
func (s *ColumnConfiguration) SetDocumentIdColumnName(v string) *ColumnConfiguration
SetDocumentIdColumnName sets the DocumentIdColumnName field's value.
func (*ColumnConfiguration) SetDocumentTitleColumnName ¶
func (s *ColumnConfiguration) SetDocumentTitleColumnName(v string) *ColumnConfiguration
SetDocumentTitleColumnName sets the DocumentTitleColumnName field's value.
func (*ColumnConfiguration) SetFieldMappings ¶
func (s *ColumnConfiguration) SetFieldMappings(v []*DataSourceToIndexFieldMapping) *ColumnConfiguration
SetFieldMappings sets the FieldMappings field's value.
func (ColumnConfiguration) String ¶
func (s ColumnConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ColumnConfiguration) Validate ¶
func (s *ColumnConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ConflictException ¶ added in v1.28.0
type ConflictException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"Message" min:"1" type:"string"` // contains filtered or unexported fields }
func (*ConflictException) Code ¶ added in v1.28.0
func (s *ConflictException) Code() string
Code returns the exception type name.
func (*ConflictException) Error ¶ added in v1.28.0
func (s *ConflictException) Error() string
func (ConflictException) GoString ¶ added in v1.28.0
func (s ConflictException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ConflictException) Message ¶ added in v1.28.0
func (s *ConflictException) Message() string
Message returns the exception's message.
func (*ConflictException) OrigErr ¶ added in v1.28.0
func (s *ConflictException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ConflictException) RequestID ¶ added in v1.28.0
func (s *ConflictException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ConflictException) StatusCode ¶ added in v1.28.0
func (s *ConflictException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ConflictException) String ¶ added in v1.28.0
func (s ConflictException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ConfluenceAttachmentConfiguration ¶ added in v1.35.15
type ConfluenceAttachmentConfiguration struct { // Maps attributes or field names of Confluence attachments to Amazon Kendra // index field names. To create custom fields, use the UpdateIndex API before // you map to Confluence fields. For more information, see Mapping data source // fields (https://docs.aws.amazon.com/kendra/latest/dg/field-mapping.html). // The Confluence data source field names must exist in your Confluence custom // metadata. // // If you specify the AttachentFieldMappings parameter, you must specify at // least one field mapping. AttachmentFieldMappings []*ConfluenceAttachmentToIndexFieldMapping `min:"1" type:"list"` // Indicates whether Amazon Kendra indexes attachments to the pages and blogs // in the Confluence data source. CrawlAttachments *bool `type:"boolean"` // contains filtered or unexported fields }
Configuration of attachment settings for the Confluence data source. Attachment settings are optional, if you don't specify settings attachments, Amazon Kendra won't index them.
func (ConfluenceAttachmentConfiguration) GoString ¶ added in v1.35.15
func (s ConfluenceAttachmentConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ConfluenceAttachmentConfiguration) SetAttachmentFieldMappings ¶ added in v1.35.15
func (s *ConfluenceAttachmentConfiguration) SetAttachmentFieldMappings(v []*ConfluenceAttachmentToIndexFieldMapping) *ConfluenceAttachmentConfiguration
SetAttachmentFieldMappings sets the AttachmentFieldMappings field's value.
func (*ConfluenceAttachmentConfiguration) SetCrawlAttachments ¶ added in v1.35.15
func (s *ConfluenceAttachmentConfiguration) SetCrawlAttachments(v bool) *ConfluenceAttachmentConfiguration
SetCrawlAttachments sets the CrawlAttachments field's value.
func (ConfluenceAttachmentConfiguration) String ¶ added in v1.35.15
func (s ConfluenceAttachmentConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ConfluenceAttachmentConfiguration) Validate ¶ added in v1.35.15
func (s *ConfluenceAttachmentConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ConfluenceAttachmentToIndexFieldMapping ¶ added in v1.35.15
type ConfluenceAttachmentToIndexFieldMapping struct { // The name of the field in the data source. // // You must first create the index field using the UpdateIndex API. DataSourceFieldName *string `type:"string" enum:"ConfluenceAttachmentFieldName"` // The format for date fields in the data source. If the field specified in // DataSourceFieldName is a date field you must specify the date format. If // the field is not a date field, an exception is thrown. DateFieldFormat *string `min:"4" type:"string"` // The name of the index field to map to the Confluence data source field. The // index field type must match the Confluence field type. IndexFieldName *string `min:"1" type:"string"` // contains filtered or unexported fields }
Maps attributes or field names of Confluence attachments to Amazon Kendra index field names. To create custom fields, use the UpdateIndex API before you map to Confluence fields. For more information, see Mapping data source fields (https://docs.aws.amazon.com/kendra/latest/dg/field-mapping.html). The Confuence data source field names must exist in your Confluence custom metadata.
func (ConfluenceAttachmentToIndexFieldMapping) GoString ¶ added in v1.35.15
func (s ConfluenceAttachmentToIndexFieldMapping) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ConfluenceAttachmentToIndexFieldMapping) SetDataSourceFieldName ¶ added in v1.35.15
func (s *ConfluenceAttachmentToIndexFieldMapping) SetDataSourceFieldName(v string) *ConfluenceAttachmentToIndexFieldMapping
SetDataSourceFieldName sets the DataSourceFieldName field's value.
func (*ConfluenceAttachmentToIndexFieldMapping) SetDateFieldFormat ¶ added in v1.35.15
func (s *ConfluenceAttachmentToIndexFieldMapping) SetDateFieldFormat(v string) *ConfluenceAttachmentToIndexFieldMapping
SetDateFieldFormat sets the DateFieldFormat field's value.
func (*ConfluenceAttachmentToIndexFieldMapping) SetIndexFieldName ¶ added in v1.35.15
func (s *ConfluenceAttachmentToIndexFieldMapping) SetIndexFieldName(v string) *ConfluenceAttachmentToIndexFieldMapping
SetIndexFieldName sets the IndexFieldName field's value.
func (ConfluenceAttachmentToIndexFieldMapping) String ¶ added in v1.35.15
func (s ConfluenceAttachmentToIndexFieldMapping) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ConfluenceAttachmentToIndexFieldMapping) Validate ¶ added in v1.35.15
func (s *ConfluenceAttachmentToIndexFieldMapping) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ConfluenceBlogConfiguration ¶ added in v1.35.15
type ConfluenceBlogConfiguration struct { // Maps attributes or field names of Confluence blogs to Amazon Kendra index // field names. To create custom fields, use the UpdateIndex API before you // map to Confluence fields. For more information, see Mapping data source fields // (https://docs.aws.amazon.com/kendra/latest/dg/field-mapping.html). The Confluence // data source field names must exist in your Confluence custom metadata. // // If you specify the BlogFieldMappings parameter, you must specify at least // one field mapping. BlogFieldMappings []*ConfluenceBlogToIndexFieldMapping `min:"1" type:"list"` // contains filtered or unexported fields }
Configuration of blog settings for the Confluence data source. Blogs are always indexed unless filtered from the index by the ExclusionPatterns or InclusionPatterns fields in the ConfluenceConfiguration object.
func (ConfluenceBlogConfiguration) GoString ¶ added in v1.35.15
func (s ConfluenceBlogConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ConfluenceBlogConfiguration) SetBlogFieldMappings ¶ added in v1.35.15
func (s *ConfluenceBlogConfiguration) SetBlogFieldMappings(v []*ConfluenceBlogToIndexFieldMapping) *ConfluenceBlogConfiguration
SetBlogFieldMappings sets the BlogFieldMappings field's value.
func (ConfluenceBlogConfiguration) String ¶ added in v1.35.15
func (s ConfluenceBlogConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ConfluenceBlogConfiguration) Validate ¶ added in v1.35.15
func (s *ConfluenceBlogConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ConfluenceBlogToIndexFieldMapping ¶ added in v1.35.15
type ConfluenceBlogToIndexFieldMapping struct { // The name of the field in the data source. DataSourceFieldName *string `type:"string" enum:"ConfluenceBlogFieldName"` // The format for date fields in the data source. If the field specified in // DataSourceFieldName is a date field you must specify the date format. If // the field is not a date field, an exception is thrown. DateFieldFormat *string `min:"4" type:"string"` // The name of the index field to map to the Confluence data source field. The // index field type must match the Confluence field type. IndexFieldName *string `min:"1" type:"string"` // contains filtered or unexported fields }
Maps attributes or field names of Confluence blog to Amazon Kendra index field names. To create custom fields, use the UpdateIndex API before you map to Confluence fields. For more information, see Mapping data source fields (https://docs.aws.amazon.com/kendra/latest/dg/field-mapping.html). The Confluence data source field names must exist in your Confluence custom metadata.
func (ConfluenceBlogToIndexFieldMapping) GoString ¶ added in v1.35.15
func (s ConfluenceBlogToIndexFieldMapping) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ConfluenceBlogToIndexFieldMapping) SetDataSourceFieldName ¶ added in v1.35.15
func (s *ConfluenceBlogToIndexFieldMapping) SetDataSourceFieldName(v string) *ConfluenceBlogToIndexFieldMapping
SetDataSourceFieldName sets the DataSourceFieldName field's value.
func (*ConfluenceBlogToIndexFieldMapping) SetDateFieldFormat ¶ added in v1.35.15
func (s *ConfluenceBlogToIndexFieldMapping) SetDateFieldFormat(v string) *ConfluenceBlogToIndexFieldMapping
SetDateFieldFormat sets the DateFieldFormat field's value.
func (*ConfluenceBlogToIndexFieldMapping) SetIndexFieldName ¶ added in v1.35.15
func (s *ConfluenceBlogToIndexFieldMapping) SetIndexFieldName(v string) *ConfluenceBlogToIndexFieldMapping
SetIndexFieldName sets the IndexFieldName field's value.
func (ConfluenceBlogToIndexFieldMapping) String ¶ added in v1.35.15
func (s ConfluenceBlogToIndexFieldMapping) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ConfluenceBlogToIndexFieldMapping) Validate ¶ added in v1.35.15
func (s *ConfluenceBlogToIndexFieldMapping) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ConfluenceConfiguration ¶ added in v1.35.15
type ConfluenceConfiguration struct { // Configuration information for indexing attachments to Confluence blogs and // pages. AttachmentConfiguration *ConfluenceAttachmentConfiguration `type:"structure"` // Configuration information for indexing Confluence blogs. BlogConfiguration *ConfluenceBlogConfiguration `type:"structure"` // >A list of regular expression patterns to exclude certain blog posts, pages, // spaces, or attachments in your Confluence. Content that matches the patterns // are excluded from the index. Content that doesn't match the patterns is included // in the index. If content matches both an inclusion and exclusion pattern, // the exclusion pattern takes precedence and the content isn't included in // the index. ExclusionPatterns []*string `type:"list"` // A list of regular expression patterns to include certain blog posts, pages, // spaces, or attachments in your Confluence. Content that matches the patterns // are included in the index. Content that doesn't match the patterns is excluded // from the index. If content matches both an inclusion and exclusion pattern, // the exclusion pattern takes precedence and the content isn't included in // the index. InclusionPatterns []*string `type:"list"` // Configuration information for indexing Confluence pages. PageConfiguration *ConfluencePageConfiguration `type:"structure"` // The Amazon Resource Name (ARN) of an Secrets Manager secret that contains // the key-value pairs required to connect to your Confluence server. The secret // must contain a JSON structure with the following keys: // // * username—The user name or email address of a user with administrative // privileges for the Confluence server. // // * password—The password associated with the user logging in to the Confluence // server. // // SecretArn is a required field SecretArn *string `min:"1" type:"string" required:"true"` // The URL of your Confluence instance. Use the full URL of the server. For // example, https://server.example.com:port/. You can also use an IP address, // for example, https://192.168.1.113/. // // ServerUrl is a required field ServerUrl *string `min:"1" type:"string" required:"true"` // Configuration information for indexing Confluence spaces. SpaceConfiguration *ConfluenceSpaceConfiguration `type:"structure"` // Specifies the version of the Confluence installation that you are connecting // to. // // Version is a required field Version *string `type:"string" required:"true" enum:"ConfluenceVersion"` // Configuration information for an Amazon Virtual Private Cloud to connect // to your Confluence. For more information, see Configuring a VPC (https://docs.aws.amazon.com/kendra/latest/dg/vpc-configuration.html). VpcConfiguration *DataSourceVpcConfiguration `type:"structure"` // contains filtered or unexported fields }
Provides the configuration information to connect to Confluence as your data source.
func (ConfluenceConfiguration) GoString ¶ added in v1.35.15
func (s ConfluenceConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ConfluenceConfiguration) SetAttachmentConfiguration ¶ added in v1.35.15
func (s *ConfluenceConfiguration) SetAttachmentConfiguration(v *ConfluenceAttachmentConfiguration) *ConfluenceConfiguration
SetAttachmentConfiguration sets the AttachmentConfiguration field's value.
func (*ConfluenceConfiguration) SetBlogConfiguration ¶ added in v1.35.15
func (s *ConfluenceConfiguration) SetBlogConfiguration(v *ConfluenceBlogConfiguration) *ConfluenceConfiguration
SetBlogConfiguration sets the BlogConfiguration field's value.
func (*ConfluenceConfiguration) SetExclusionPatterns ¶ added in v1.35.15
func (s *ConfluenceConfiguration) SetExclusionPatterns(v []*string) *ConfluenceConfiguration
SetExclusionPatterns sets the ExclusionPatterns field's value.
func (*ConfluenceConfiguration) SetInclusionPatterns ¶ added in v1.35.15
func (s *ConfluenceConfiguration) SetInclusionPatterns(v []*string) *ConfluenceConfiguration
SetInclusionPatterns sets the InclusionPatterns field's value.
func (*ConfluenceConfiguration) SetPageConfiguration ¶ added in v1.35.15
func (s *ConfluenceConfiguration) SetPageConfiguration(v *ConfluencePageConfiguration) *ConfluenceConfiguration
SetPageConfiguration sets the PageConfiguration field's value.
func (*ConfluenceConfiguration) SetSecretArn ¶ added in v1.35.15
func (s *ConfluenceConfiguration) SetSecretArn(v string) *ConfluenceConfiguration
SetSecretArn sets the SecretArn field's value.
func (*ConfluenceConfiguration) SetServerUrl ¶ added in v1.35.15
func (s *ConfluenceConfiguration) SetServerUrl(v string) *ConfluenceConfiguration
SetServerUrl sets the ServerUrl field's value.
func (*ConfluenceConfiguration) SetSpaceConfiguration ¶ added in v1.35.15
func (s *ConfluenceConfiguration) SetSpaceConfiguration(v *ConfluenceSpaceConfiguration) *ConfluenceConfiguration
SetSpaceConfiguration sets the SpaceConfiguration field's value.
func (*ConfluenceConfiguration) SetVersion ¶ added in v1.35.15
func (s *ConfluenceConfiguration) SetVersion(v string) *ConfluenceConfiguration
SetVersion sets the Version field's value.
func (*ConfluenceConfiguration) SetVpcConfiguration ¶ added in v1.35.15
func (s *ConfluenceConfiguration) SetVpcConfiguration(v *DataSourceVpcConfiguration) *ConfluenceConfiguration
SetVpcConfiguration sets the VpcConfiguration field's value.
func (ConfluenceConfiguration) String ¶ added in v1.35.15
func (s ConfluenceConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ConfluenceConfiguration) Validate ¶ added in v1.35.15
func (s *ConfluenceConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ConfluencePageConfiguration ¶ added in v1.35.15
type ConfluencePageConfiguration struct { // >Maps attributes or field names of Confluence pages to Amazon Kendra index // field names. To create custom fields, use the UpdateIndex API before you // map to Confluence fields. For more information, see Mapping data source fields // (https://docs.aws.amazon.com/kendra/latest/dg/field-mapping.html). The Confluence // data source field names must exist in your Confluence custom metadata. // // If you specify the PageFieldMappings parameter, you must specify at least // one field mapping. PageFieldMappings []*ConfluencePageToIndexFieldMapping `min:"1" type:"list"` // contains filtered or unexported fields }
Configuration of the page settings for the Confluence data source.
func (ConfluencePageConfiguration) GoString ¶ added in v1.35.15
func (s ConfluencePageConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ConfluencePageConfiguration) SetPageFieldMappings ¶ added in v1.35.15
func (s *ConfluencePageConfiguration) SetPageFieldMappings(v []*ConfluencePageToIndexFieldMapping) *ConfluencePageConfiguration
SetPageFieldMappings sets the PageFieldMappings field's value.
func (ConfluencePageConfiguration) String ¶ added in v1.35.15
func (s ConfluencePageConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ConfluencePageConfiguration) Validate ¶ added in v1.35.15
func (s *ConfluencePageConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ConfluencePageToIndexFieldMapping ¶ added in v1.35.15
type ConfluencePageToIndexFieldMapping struct { // The name of the field in the data source. DataSourceFieldName *string `type:"string" enum:"ConfluencePageFieldName"` // The format for date fields in the data source. If the field specified in // DataSourceFieldName is a date field you must specify the date format. If // the field is not a date field, an exception is thrown. DateFieldFormat *string `min:"4" type:"string"` // The name of the index field to map to the Confluence data source field. The // index field type must match the Confluence field type. IndexFieldName *string `min:"1" type:"string"` // contains filtered or unexported fields }
>Maps attributes or field names of Confluence pages to Amazon Kendra index field names. To create custom fields, use the UpdateIndex API before you map to Confluence fields. For more information, see Mapping data source fields (https://docs.aws.amazon.com/kendra/latest/dg/field-mapping.html). The Confluence data source field names must exist in your Confluence custom metadata.
func (ConfluencePageToIndexFieldMapping) GoString ¶ added in v1.35.15
func (s ConfluencePageToIndexFieldMapping) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ConfluencePageToIndexFieldMapping) SetDataSourceFieldName ¶ added in v1.35.15
func (s *ConfluencePageToIndexFieldMapping) SetDataSourceFieldName(v string) *ConfluencePageToIndexFieldMapping
SetDataSourceFieldName sets the DataSourceFieldName field's value.
func (*ConfluencePageToIndexFieldMapping) SetDateFieldFormat ¶ added in v1.35.15
func (s *ConfluencePageToIndexFieldMapping) SetDateFieldFormat(v string) *ConfluencePageToIndexFieldMapping
SetDateFieldFormat sets the DateFieldFormat field's value.
func (*ConfluencePageToIndexFieldMapping) SetIndexFieldName ¶ added in v1.35.15
func (s *ConfluencePageToIndexFieldMapping) SetIndexFieldName(v string) *ConfluencePageToIndexFieldMapping
SetIndexFieldName sets the IndexFieldName field's value.
func (ConfluencePageToIndexFieldMapping) String ¶ added in v1.35.15
func (s ConfluencePageToIndexFieldMapping) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ConfluencePageToIndexFieldMapping) Validate ¶ added in v1.35.15
func (s *ConfluencePageToIndexFieldMapping) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ConfluenceSpaceConfiguration ¶ added in v1.35.15
type ConfluenceSpaceConfiguration struct { // Specifies whether Amazon Kendra should index archived spaces. CrawlArchivedSpaces *bool `type:"boolean"` // Specifies whether Amazon Kendra should index personal spaces. Users can add // restrictions to items in personal spaces. If personal spaces are indexed, // queries without user context information may return restricted items from // a personal space in their results. For more information, see Filtering on // user context (https://docs.aws.amazon.com/kendra/latest/dg/user-context-filter.html). CrawlPersonalSpaces *bool `type:"boolean"` // A list of space keys of Confluence spaces. If you include a key, the blogs, // documents, and attachments in the space are not indexed. If a space is in // both the ExcludeSpaces and the IncludeSpaces list, the space is excluded. ExcludeSpaces []*string `min:"1" type:"list"` // A list of space keys for Confluence spaces. If you include a key, the blogs, // documents, and attachments in the space are indexed. Spaces that aren't in // the list aren't indexed. A space in the list must exist. Otherwise, Amazon // Kendra logs an error when the data source is synchronized. If a space is // in both the IncludeSpaces and the ExcludeSpaces list, the space is excluded. IncludeSpaces []*string `min:"1" type:"list"` // Maps attributes or field names of Confluence spaces to Amazon Kendra index // field names. To create custom fields, use the UpdateIndex API before you // map to Confluence fields. For more information, see Mapping data source fields // (https://docs.aws.amazon.com/kendra/latest/dg/field-mapping.html). The Confluence // data source field names must exist in your Confluence custom metadata. // // If you specify the SpaceFieldMappings parameter, you must specify at least // one field mapping. SpaceFieldMappings []*ConfluenceSpaceToIndexFieldMapping `min:"1" type:"list"` // contains filtered or unexported fields }
Configuration information for indexing Confluence spaces.
func (ConfluenceSpaceConfiguration) GoString ¶ added in v1.35.15
func (s ConfluenceSpaceConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ConfluenceSpaceConfiguration) SetCrawlArchivedSpaces ¶ added in v1.35.15
func (s *ConfluenceSpaceConfiguration) SetCrawlArchivedSpaces(v bool) *ConfluenceSpaceConfiguration
SetCrawlArchivedSpaces sets the CrawlArchivedSpaces field's value.
func (*ConfluenceSpaceConfiguration) SetCrawlPersonalSpaces ¶ added in v1.35.15
func (s *ConfluenceSpaceConfiguration) SetCrawlPersonalSpaces(v bool) *ConfluenceSpaceConfiguration
SetCrawlPersonalSpaces sets the CrawlPersonalSpaces field's value.
func (*ConfluenceSpaceConfiguration) SetExcludeSpaces ¶ added in v1.35.15
func (s *ConfluenceSpaceConfiguration) SetExcludeSpaces(v []*string) *ConfluenceSpaceConfiguration
SetExcludeSpaces sets the ExcludeSpaces field's value.
func (*ConfluenceSpaceConfiguration) SetIncludeSpaces ¶ added in v1.35.15
func (s *ConfluenceSpaceConfiguration) SetIncludeSpaces(v []*string) *ConfluenceSpaceConfiguration
SetIncludeSpaces sets the IncludeSpaces field's value.
func (*ConfluenceSpaceConfiguration) SetSpaceFieldMappings ¶ added in v1.35.15
func (s *ConfluenceSpaceConfiguration) SetSpaceFieldMappings(v []*ConfluenceSpaceToIndexFieldMapping) *ConfluenceSpaceConfiguration
SetSpaceFieldMappings sets the SpaceFieldMappings field's value.
func (ConfluenceSpaceConfiguration) String ¶ added in v1.35.15
func (s ConfluenceSpaceConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ConfluenceSpaceConfiguration) Validate ¶ added in v1.35.15
func (s *ConfluenceSpaceConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ConfluenceSpaceToIndexFieldMapping ¶ added in v1.35.15
type ConfluenceSpaceToIndexFieldMapping struct { // The name of the field in the data source. DataSourceFieldName *string `type:"string" enum:"ConfluenceSpaceFieldName"` // The format for date fields in the data source. If the field specified in // DataSourceFieldName is a date field you must specify the date format. If // the field is not a date field, an exception is thrown. DateFieldFormat *string `min:"4" type:"string"` // The name of the index field to map to the Confluence data source field. The // index field type must match the Confluence field type. IndexFieldName *string `min:"1" type:"string"` // contains filtered or unexported fields }
>Maps attributes or field names of Confluence spaces to Amazon Kendra index field names. To create custom fields, use the UpdateIndex API before you map to Confluence fields. For more information, see Mapping data source fields (https://docs.aws.amazon.com/kendra/latest/dg/field-mapping.html). The Confluence data source field names must exist in your Confluence custom metadata.
func (ConfluenceSpaceToIndexFieldMapping) GoString ¶ added in v1.35.15
func (s ConfluenceSpaceToIndexFieldMapping) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ConfluenceSpaceToIndexFieldMapping) SetDataSourceFieldName ¶ added in v1.35.15
func (s *ConfluenceSpaceToIndexFieldMapping) SetDataSourceFieldName(v string) *ConfluenceSpaceToIndexFieldMapping
SetDataSourceFieldName sets the DataSourceFieldName field's value.
func (*ConfluenceSpaceToIndexFieldMapping) SetDateFieldFormat ¶ added in v1.35.15
func (s *ConfluenceSpaceToIndexFieldMapping) SetDateFieldFormat(v string) *ConfluenceSpaceToIndexFieldMapping
SetDateFieldFormat sets the DateFieldFormat field's value.
func (*ConfluenceSpaceToIndexFieldMapping) SetIndexFieldName ¶ added in v1.35.15
func (s *ConfluenceSpaceToIndexFieldMapping) SetIndexFieldName(v string) *ConfluenceSpaceToIndexFieldMapping
SetIndexFieldName sets the IndexFieldName field's value.
func (ConfluenceSpaceToIndexFieldMapping) String ¶ added in v1.35.15
func (s ConfluenceSpaceToIndexFieldMapping) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ConfluenceSpaceToIndexFieldMapping) Validate ¶ added in v1.35.15
func (s *ConfluenceSpaceToIndexFieldMapping) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ConnectionConfiguration ¶
type ConnectionConfiguration struct { // The name of the host for the database. Can be either a string (host.subdomain.domain.tld) // or an IPv4 or IPv6 address. // // DatabaseHost is a required field DatabaseHost *string `min:"1" type:"string" required:"true"` // The name of the database containing the document data. // // DatabaseName is a required field DatabaseName *string `min:"1" type:"string" required:"true"` // The port that the database uses for connections. // // DatabasePort is a required field DatabasePort *int64 `min:"1" type:"integer" required:"true"` // The Amazon Resource Name (ARN) of credentials stored in Secrets Manager. // The credentials should be a user/password pair. For more information, see // Using a Database Data Source (https://docs.aws.amazon.com/kendra/latest/dg/data-source-database.html). // For more information about Secrets Manager, see What Is Secrets Manager (https://docs.aws.amazon.com/secretsmanager/latest/userguide/intro.html) // in the Secrets Manager user guide. // // SecretArn is a required field SecretArn *string `min:"1" type:"string" required:"true"` // The name of the table that contains the document data. // // TableName is a required field TableName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Provides the configuration information that's required to connect to a database.
func (ConnectionConfiguration) GoString ¶
func (s ConnectionConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ConnectionConfiguration) SetDatabaseHost ¶
func (s *ConnectionConfiguration) SetDatabaseHost(v string) *ConnectionConfiguration
SetDatabaseHost sets the DatabaseHost field's value.
func (*ConnectionConfiguration) SetDatabaseName ¶
func (s *ConnectionConfiguration) SetDatabaseName(v string) *ConnectionConfiguration
SetDatabaseName sets the DatabaseName field's value.
func (*ConnectionConfiguration) SetDatabasePort ¶
func (s *ConnectionConfiguration) SetDatabasePort(v int64) *ConnectionConfiguration
SetDatabasePort sets the DatabasePort field's value.
func (*ConnectionConfiguration) SetSecretArn ¶
func (s *ConnectionConfiguration) SetSecretArn(v string) *ConnectionConfiguration
SetSecretArn sets the SecretArn field's value.
func (*ConnectionConfiguration) SetTableName ¶
func (s *ConnectionConfiguration) SetTableName(v string) *ConnectionConfiguration
SetTableName sets the TableName field's value.
func (ConnectionConfiguration) String ¶
func (s ConnectionConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ConnectionConfiguration) Validate ¶
func (s *ConnectionConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ContentSourceConfiguration ¶ added in v1.42.17
type ContentSourceConfiguration struct { // The identifier of the data sources you want to use for your Amazon Kendra // experience. DataSourceIds []*string `min:"1" type:"list"` // TRUE to use documents you indexed directly using the BatchPutDocument API. DirectPutContent *bool `type:"boolean"` // The identifier of the FAQs that you want to use for your Amazon Kendra experience. FaqIds []*string `min:"1" type:"list"` // contains filtered or unexported fields }
Provides the configuration information for your content sources, such as data sources, FAQs, and content indexed directly via BatchPutDocument (https://docs.aws.amazon.com/kendra/latest/dg/API_BatchPutDocument.html).
func (ContentSourceConfiguration) GoString ¶ added in v1.42.17
func (s ContentSourceConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ContentSourceConfiguration) SetDataSourceIds ¶ added in v1.42.17
func (s *ContentSourceConfiguration) SetDataSourceIds(v []*string) *ContentSourceConfiguration
SetDataSourceIds sets the DataSourceIds field's value.
func (*ContentSourceConfiguration) SetDirectPutContent ¶ added in v1.42.17
func (s *ContentSourceConfiguration) SetDirectPutContent(v bool) *ContentSourceConfiguration
SetDirectPutContent sets the DirectPutContent field's value.
func (*ContentSourceConfiguration) SetFaqIds ¶ added in v1.42.17
func (s *ContentSourceConfiguration) SetFaqIds(v []*string) *ContentSourceConfiguration
SetFaqIds sets the FaqIds field's value.
func (ContentSourceConfiguration) String ¶ added in v1.42.17
func (s ContentSourceConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ContentSourceConfiguration) Validate ¶ added in v1.42.17
func (s *ContentSourceConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type Correction ¶ added in v1.43.11
type Correction struct { // The zero-based location in the response string or text where the corrected // word starts. BeginOffset *int64 `type:"integer"` // The string or text of a corrected misspelled word in a query. CorrectedTerm *string `min:"1" type:"string"` // The zero-based location in the response string or text where the corrected // word ends. EndOffset *int64 `type:"integer"` // The string or text of a misspelled word in a query. Term *string `min:"1" type:"string"` // contains filtered or unexported fields }
A corrected misspelled word in a query.
func (Correction) GoString ¶ added in v1.43.11
func (s Correction) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*Correction) SetBeginOffset ¶ added in v1.43.11
func (s *Correction) SetBeginOffset(v int64) *Correction
SetBeginOffset sets the BeginOffset field's value.
func (*Correction) SetCorrectedTerm ¶ added in v1.43.11
func (s *Correction) SetCorrectedTerm(v string) *Correction
SetCorrectedTerm sets the CorrectedTerm field's value.
func (*Correction) SetEndOffset ¶ added in v1.43.11
func (s *Correction) SetEndOffset(v int64) *Correction
SetEndOffset sets the EndOffset field's value.
func (*Correction) SetTerm ¶ added in v1.43.11
func (s *Correction) SetTerm(v string) *Correction
SetTerm sets the Term field's value.
func (Correction) String ¶ added in v1.43.11
func (s Correction) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateDataSourceInput ¶
type CreateDataSourceInput struct { // A token that you provide to identify the request to create a data source. // Multiple calls to the CreateDataSource API with the same client token will // create only one data source. ClientToken *string `min:"1" type:"string" idempotencyToken:"true"` // Configuration information that is required to access the data source repository. // // You can't specify the Configuration parameter when the Type parameter is // set to CUSTOM. If you do, you receive a ValidationException exception. // // The Configuration parameter is required for all other data sources. Configuration *DataSourceConfiguration `type:"structure"` // Configuration information for altering document metadata and content during // the document ingestion process when you create a data source. // // For more information on how to create, modify and delete document metadata, // or make other content alterations when you ingest documents into Amazon Kendra, // see Customizing document metadata during the ingestion process (https://docs.aws.amazon.com/kendra/latest/dg/custom-document-enrichment.html). CustomDocumentEnrichmentConfiguration *CustomDocumentEnrichmentConfiguration `type:"structure"` // A description for the data source. Description *string `type:"string"` // The identifier of the index that should be associated with this data source. // // IndexId is a required field IndexId *string `min:"36" type:"string" required:"true"` // The code for a language. This allows you to support a language for all documents // when creating the data source. English is supported by default. For more // information on supported languages, including their codes, see Adding documents // in languages other than English (https://docs.aws.amazon.com/kendra/latest/dg/in-adding-languages.html). LanguageCode *string `min:"2" type:"string"` // A unique name for the data source. A data source name can't be changed without // deleting and recreating the data source. // // Name is a required field Name *string `min:"1" type:"string" required:"true"` // The Amazon Resource Name (ARN) of a role with permission to access the data // source. For more information, see IAM Roles for Amazon Kendra (https://docs.aws.amazon.com/kendra/latest/dg/iam-roles.html). // // You can't specify the RoleArn parameter when the Type parameter is set to // CUSTOM. If you do, you receive a ValidationException exception. // // The RoleArn parameter is required for all other data sources. RoleArn *string `type:"string"` // Sets the frequency for Amazon Kendra to check the documents in your repository // and update the index. If you don't set a schedule Amazon Kendra will not // periodically update the index. You can call the StartDataSourceSyncJob API // to update the index. // // You can't specify the Schedule parameter when the Type parameter is set to // CUSTOM. If you do, you receive a ValidationException exception. Schedule *string `type:"string"` // A list of key-value pairs that identify the data source. You can use the // tags to identify and organize your resources and to control access to resources. Tags []*Tag `type:"list"` // The type of repository that contains the data source. // // Type is a required field Type *string `type:"string" required:"true" enum:"DataSourceType"` // contains filtered or unexported fields }
func (CreateDataSourceInput) GoString ¶
func (s CreateDataSourceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateDataSourceInput) SetClientToken ¶ added in v1.35.12
func (s *CreateDataSourceInput) SetClientToken(v string) *CreateDataSourceInput
SetClientToken sets the ClientToken field's value.
func (*CreateDataSourceInput) SetConfiguration ¶
func (s *CreateDataSourceInput) SetConfiguration(v *DataSourceConfiguration) *CreateDataSourceInput
SetConfiguration sets the Configuration field's value.
func (*CreateDataSourceInput) SetCustomDocumentEnrichmentConfiguration ¶ added in v1.42.17
func (s *CreateDataSourceInput) SetCustomDocumentEnrichmentConfiguration(v *CustomDocumentEnrichmentConfiguration) *CreateDataSourceInput
SetCustomDocumentEnrichmentConfiguration sets the CustomDocumentEnrichmentConfiguration field's value.
func (*CreateDataSourceInput) SetDescription ¶
func (s *CreateDataSourceInput) SetDescription(v string) *CreateDataSourceInput
SetDescription sets the Description field's value.
func (*CreateDataSourceInput) SetIndexId ¶
func (s *CreateDataSourceInput) SetIndexId(v string) *CreateDataSourceInput
SetIndexId sets the IndexId field's value.
func (*CreateDataSourceInput) SetLanguageCode ¶ added in v1.40.58
func (s *CreateDataSourceInput) SetLanguageCode(v string) *CreateDataSourceInput
SetLanguageCode sets the LanguageCode field's value.
func (*CreateDataSourceInput) SetName ¶
func (s *CreateDataSourceInput) SetName(v string) *CreateDataSourceInput
SetName sets the Name field's value.
func (*CreateDataSourceInput) SetRoleArn ¶
func (s *CreateDataSourceInput) SetRoleArn(v string) *CreateDataSourceInput
SetRoleArn sets the RoleArn field's value.
func (*CreateDataSourceInput) SetSchedule ¶
func (s *CreateDataSourceInput) SetSchedule(v string) *CreateDataSourceInput
SetSchedule sets the Schedule field's value.
func (*CreateDataSourceInput) SetTags ¶ added in v1.30.25
func (s *CreateDataSourceInput) SetTags(v []*Tag) *CreateDataSourceInput
SetTags sets the Tags field's value.
func (*CreateDataSourceInput) SetType ¶
func (s *CreateDataSourceInput) SetType(v string) *CreateDataSourceInput
SetType sets the Type field's value.
func (CreateDataSourceInput) String ¶
func (s CreateDataSourceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateDataSourceInput) Validate ¶
func (s *CreateDataSourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateDataSourceOutput ¶
type CreateDataSourceOutput struct { // A unique identifier for the data source. // // Id is a required field Id *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (CreateDataSourceOutput) GoString ¶
func (s CreateDataSourceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateDataSourceOutput) SetId ¶
func (s *CreateDataSourceOutput) SetId(v string) *CreateDataSourceOutput
SetId sets the Id field's value.
func (CreateDataSourceOutput) String ¶
func (s CreateDataSourceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateExperienceInput ¶ added in v1.42.17
type CreateExperienceInput struct { // A token that you provide to identify the request to create your Amazon Kendra // experience. Multiple calls to the CreateExperience API with the same client // token creates only one Amazon Kendra experience. ClientToken *string `min:"1" type:"string" idempotencyToken:"true"` // Configuration information for your Amazon Kendra experience. This includes // ContentSourceConfiguration, which specifies the data source IDs and/or FAQ // IDs, and UserIdentityConfiguration, which specifies the user or group information // to grant access to your Amazon Kendra experience. Configuration *ExperienceConfiguration `type:"structure"` // A description for your Amazon Kendra experience. Description *string `type:"string"` // The identifier of the index for your Amazon Kendra experience. // // IndexId is a required field IndexId *string `min:"36" type:"string" required:"true"` // A name for your Amazon Kendra experience. // // Name is a required field Name *string `min:"1" type:"string" required:"true"` // The Amazon Resource Name (ARN) of a role with permission to access Query // API, QuerySuggestions API, SubmitFeedback API, and Amazon Web Services SSO // that stores your user and group information. For more information, see IAM // roles for Amazon Kendra (https://docs.aws.amazon.com/kendra/latest/dg/iam-roles.html). RoleArn *string `type:"string"` // contains filtered or unexported fields }
func (CreateExperienceInput) GoString ¶ added in v1.42.17
func (s CreateExperienceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateExperienceInput) SetClientToken ¶ added in v1.42.17
func (s *CreateExperienceInput) SetClientToken(v string) *CreateExperienceInput
SetClientToken sets the ClientToken field's value.
func (*CreateExperienceInput) SetConfiguration ¶ added in v1.42.17
func (s *CreateExperienceInput) SetConfiguration(v *ExperienceConfiguration) *CreateExperienceInput
SetConfiguration sets the Configuration field's value.
func (*CreateExperienceInput) SetDescription ¶ added in v1.42.17
func (s *CreateExperienceInput) SetDescription(v string) *CreateExperienceInput
SetDescription sets the Description field's value.
func (*CreateExperienceInput) SetIndexId ¶ added in v1.42.17
func (s *CreateExperienceInput) SetIndexId(v string) *CreateExperienceInput
SetIndexId sets the IndexId field's value.
func (*CreateExperienceInput) SetName ¶ added in v1.42.17
func (s *CreateExperienceInput) SetName(v string) *CreateExperienceInput
SetName sets the Name field's value.
func (*CreateExperienceInput) SetRoleArn ¶ added in v1.42.17
func (s *CreateExperienceInput) SetRoleArn(v string) *CreateExperienceInput
SetRoleArn sets the RoleArn field's value.
func (CreateExperienceInput) String ¶ added in v1.42.17
func (s CreateExperienceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateExperienceInput) Validate ¶ added in v1.42.17
func (s *CreateExperienceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateExperienceOutput ¶ added in v1.42.17
type CreateExperienceOutput struct { // The identifier for your created Amazon Kendra experience. // // Id is a required field Id *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (CreateExperienceOutput) GoString ¶ added in v1.42.17
func (s CreateExperienceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateExperienceOutput) SetId ¶ added in v1.42.17
func (s *CreateExperienceOutput) SetId(v string) *CreateExperienceOutput
SetId sets the Id field's value.
func (CreateExperienceOutput) String ¶ added in v1.42.17
func (s CreateExperienceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateFaqInput ¶
type CreateFaqInput struct { // A token that you provide to identify the request to create a FAQ. Multiple // calls to the CreateFaqRequest API with the same client token will create // only one FAQ. ClientToken *string `min:"1" type:"string" idempotencyToken:"true"` // A description of the FAQ. Description *string `type:"string"` // The format of the input file. You can choose between a basic CSV format, // a CSV format that includes customs attributes in a header, and a JSON format // that includes custom attributes. // // The format must match the format of the file stored in the S3 bucket identified // in the S3Path parameter. // // For more information, see Adding questions and answers (https://docs.aws.amazon.com/kendra/latest/dg/in-creating-faq.html). FileFormat *string `type:"string" enum:"FaqFileFormat"` // The identifier of the index that contains the FAQ. // // IndexId is a required field IndexId *string `min:"36" type:"string" required:"true"` // The code for a language. This allows you to support a language for the FAQ // document. English is supported by default. For more information on supported // languages, including their codes, see Adding documents in languages other // than English (https://docs.aws.amazon.com/kendra/latest/dg/in-adding-languages.html). LanguageCode *string `min:"2" type:"string"` // The name that should be associated with the FAQ. // // Name is a required field Name *string `min:"1" type:"string" required:"true"` // The Amazon Resource Name (ARN) of a role with permission to access the S3 // bucket that contains the FAQs. For more information, see IAM Roles for Amazon // Kendra (https://docs.aws.amazon.com/kendra/latest/dg/iam-roles.html). // // RoleArn is a required field RoleArn *string `type:"string" required:"true"` // The S3 location of the FAQ input data. // // S3Path is a required field S3Path *S3Path `type:"structure" required:"true"` // A list of key-value pairs that identify the FAQ. You can use the tags to // identify and organize your resources and to control access to resources. Tags []*Tag `type:"list"` // contains filtered or unexported fields }
func (CreateFaqInput) GoString ¶
func (s CreateFaqInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateFaqInput) SetClientToken ¶ added in v1.35.12
func (s *CreateFaqInput) SetClientToken(v string) *CreateFaqInput
SetClientToken sets the ClientToken field's value.
func (*CreateFaqInput) SetDescription ¶
func (s *CreateFaqInput) SetDescription(v string) *CreateFaqInput
SetDescription sets the Description field's value.
func (*CreateFaqInput) SetFileFormat ¶ added in v1.34.26
func (s *CreateFaqInput) SetFileFormat(v string) *CreateFaqInput
SetFileFormat sets the FileFormat field's value.
func (*CreateFaqInput) SetIndexId ¶
func (s *CreateFaqInput) SetIndexId(v string) *CreateFaqInput
SetIndexId sets the IndexId field's value.
func (*CreateFaqInput) SetLanguageCode ¶ added in v1.40.58
func (s *CreateFaqInput) SetLanguageCode(v string) *CreateFaqInput
SetLanguageCode sets the LanguageCode field's value.
func (*CreateFaqInput) SetName ¶
func (s *CreateFaqInput) SetName(v string) *CreateFaqInput
SetName sets the Name field's value.
func (*CreateFaqInput) SetRoleArn ¶
func (s *CreateFaqInput) SetRoleArn(v string) *CreateFaqInput
SetRoleArn sets the RoleArn field's value.
func (*CreateFaqInput) SetS3Path ¶
func (s *CreateFaqInput) SetS3Path(v *S3Path) *CreateFaqInput
SetS3Path sets the S3Path field's value.
func (*CreateFaqInput) SetTags ¶ added in v1.30.25
func (s *CreateFaqInput) SetTags(v []*Tag) *CreateFaqInput
SetTags sets the Tags field's value.
func (CreateFaqInput) String ¶
func (s CreateFaqInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateFaqInput) Validate ¶
func (s *CreateFaqInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateFaqOutput ¶
type CreateFaqOutput struct { // The unique identifier of the FAQ. Id *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (CreateFaqOutput) GoString ¶
func (s CreateFaqOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateFaqOutput) SetId ¶
func (s *CreateFaqOutput) SetId(v string) *CreateFaqOutput
SetId sets the Id field's value.
func (CreateFaqOutput) String ¶
func (s CreateFaqOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateIndexInput ¶
type CreateIndexInput struct { // A token that you provide to identify the request to create an index. Multiple // calls to the CreateIndex API with the same client token will create only // one index. ClientToken *string `min:"1" type:"string" idempotencyToken:"true"` // A description for the index. Description *string `type:"string"` // The Amazon Kendra edition to use for the index. Choose DEVELOPER_EDITION // for indexes intended for development, testing, or proof of concept. Use ENTERPRISE_EDITION // for your production databases. Once you set the edition for an index, it // can't be changed. // // The Edition parameter is optional. If you don't supply a value, the default // is ENTERPRISE_EDITION. // // For more information on quota limits for enterprise and developer editions, // see Quotas (https://docs.aws.amazon.com/kendra/latest/dg/quotas.html). Edition *string `type:"string" enum:"IndexEdition"` // The name for the new index. // // Name is a required field Name *string `min:"1" type:"string" required:"true"` // An Identity and Access Management (IAM) role that gives Amazon Kendra permissions // to access your Amazon CloudWatch logs and metrics. This is also the role // you use when you call the BatchPutDocument API to index documents from an // Amazon S3 bucket. // // RoleArn is a required field RoleArn *string `type:"string" required:"true"` // The identifier of the KMS customer managed key (CMK) that's used to encrypt // data indexed by Amazon Kendra. Amazon Kendra doesn't support asymmetric CMKs. ServerSideEncryptionConfiguration *ServerSideEncryptionConfiguration `type:"structure"` // A list of key-value pairs that identify the index. You can use the tags to // identify and organize your resources and to control access to resources. Tags []*Tag `type:"list"` // The user context policy. // // ATTRIBUTE_FILTER // // All indexed content is searchable and displayable for all users. If you want // to filter search results on user context, you can use the attribute filters // of _user_id and _group_ids or you can provide user and group information // in UserContext. // // USER_TOKEN // // Enables token-based user access control to filter search results on user // context. All documents with no access control and all documents accessible // to the user will be searchable and displayable. UserContextPolicy *string `type:"string" enum:"UserContextPolicy"` // Enables fetching access levels of groups and users from an Amazon Web Services // Single Sign On identity source. To configure this, see UserGroupResolutionConfiguration // (https://docs.aws.amazon.com/kendra/latest/dg/API_UserGroupResolutionConfiguration.html). UserGroupResolutionConfiguration *UserGroupResolutionConfiguration `type:"structure"` // The user token configuration. UserTokenConfigurations []*UserTokenConfiguration `type:"list"` // contains filtered or unexported fields }
func (CreateIndexInput) GoString ¶
func (s CreateIndexInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateIndexInput) SetClientToken ¶ added in v1.29.34
func (s *CreateIndexInput) SetClientToken(v string) *CreateIndexInput
SetClientToken sets the ClientToken field's value.
func (*CreateIndexInput) SetDescription ¶
func (s *CreateIndexInput) SetDescription(v string) *CreateIndexInput
SetDescription sets the Description field's value.
func (*CreateIndexInput) SetEdition ¶ added in v1.30.25
func (s *CreateIndexInput) SetEdition(v string) *CreateIndexInput
SetEdition sets the Edition field's value.
func (*CreateIndexInput) SetName ¶
func (s *CreateIndexInput) SetName(v string) *CreateIndexInput
SetName sets the Name field's value.
func (*CreateIndexInput) SetRoleArn ¶
func (s *CreateIndexInput) SetRoleArn(v string) *CreateIndexInput
SetRoleArn sets the RoleArn field's value.
func (*CreateIndexInput) SetServerSideEncryptionConfiguration ¶
func (s *CreateIndexInput) SetServerSideEncryptionConfiguration(v *ServerSideEncryptionConfiguration) *CreateIndexInput
SetServerSideEncryptionConfiguration sets the ServerSideEncryptionConfiguration field's value.
func (*CreateIndexInput) SetTags ¶ added in v1.30.25
func (s *CreateIndexInput) SetTags(v []*Tag) *CreateIndexInput
SetTags sets the Tags field's value.
func (*CreateIndexInput) SetUserContextPolicy ¶ added in v1.35.22
func (s *CreateIndexInput) SetUserContextPolicy(v string) *CreateIndexInput
SetUserContextPolicy sets the UserContextPolicy field's value.
func (*CreateIndexInput) SetUserGroupResolutionConfiguration ¶ added in v1.40.57
func (s *CreateIndexInput) SetUserGroupResolutionConfiguration(v *UserGroupResolutionConfiguration) *CreateIndexInput
SetUserGroupResolutionConfiguration sets the UserGroupResolutionConfiguration field's value.
func (*CreateIndexInput) SetUserTokenConfigurations ¶ added in v1.35.22
func (s *CreateIndexInput) SetUserTokenConfigurations(v []*UserTokenConfiguration) *CreateIndexInput
SetUserTokenConfigurations sets the UserTokenConfigurations field's value.
func (CreateIndexInput) String ¶
func (s CreateIndexInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateIndexInput) Validate ¶
func (s *CreateIndexInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateIndexOutput ¶
type CreateIndexOutput struct { // The unique identifier of the index. Use this identifier when you query an // index, set up a data source, or index a document. Id *string `min:"36" type:"string"` // contains filtered or unexported fields }
func (CreateIndexOutput) GoString ¶
func (s CreateIndexOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateIndexOutput) SetId ¶
func (s *CreateIndexOutput) SetId(v string) *CreateIndexOutput
SetId sets the Id field's value.
func (CreateIndexOutput) String ¶
func (s CreateIndexOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateQuerySuggestionsBlockListInput ¶ added in v1.38.50
type CreateQuerySuggestionsBlockListInput struct { // A token that you provide to identify the request to create a query suggestions // block list. ClientToken *string `min:"1" type:"string" idempotencyToken:"true"` // A user-friendly description for the block list. // // For example, the description "List of all offensive words that can appear // in user queries and need to be blocked from suggestions." Description *string `type:"string"` // The identifier of the index you want to create a query suggestions block // list for. // // IndexId is a required field IndexId *string `min:"36" type:"string" required:"true"` // A user friendly name for the block list. // // For example, the block list named 'offensive-words' includes all offensive // words that could appear in user queries and need to be blocked from suggestions. // // Name is a required field Name *string `min:"1" type:"string" required:"true"` // The IAM (Identity and Access Management) role used by Amazon Kendra to access // the block list text file in your S3 bucket. // // You need permissions to the role ARN (Amazon Web Services Resource Name). // The role needs S3 read permissions to your file in S3 and needs to give STS // (Security Token Service) assume role permissions to Amazon Kendra. // // RoleArn is a required field RoleArn *string `type:"string" required:"true"` // The S3 path to your block list text file in your S3 bucket. // // Each block word or phrase should be on a separate line in a text file. // // For information on the current quota limits for block lists, see Quotas for // Amazon Kendra (https://docs.aws.amazon.com/kendra/latest/dg/quotas.html). // // SourceS3Path is a required field SourceS3Path *S3Path `type:"structure" required:"true"` // A tag that you can assign to a block list that categorizes the block list. Tags []*Tag `type:"list"` // contains filtered or unexported fields }
func (CreateQuerySuggestionsBlockListInput) GoString ¶ added in v1.38.50
func (s CreateQuerySuggestionsBlockListInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateQuerySuggestionsBlockListInput) SetClientToken ¶ added in v1.38.50
func (s *CreateQuerySuggestionsBlockListInput) SetClientToken(v string) *CreateQuerySuggestionsBlockListInput
SetClientToken sets the ClientToken field's value.
func (*CreateQuerySuggestionsBlockListInput) SetDescription ¶ added in v1.38.50
func (s *CreateQuerySuggestionsBlockListInput) SetDescription(v string) *CreateQuerySuggestionsBlockListInput
SetDescription sets the Description field's value.
func (*CreateQuerySuggestionsBlockListInput) SetIndexId ¶ added in v1.38.50
func (s *CreateQuerySuggestionsBlockListInput) SetIndexId(v string) *CreateQuerySuggestionsBlockListInput
SetIndexId sets the IndexId field's value.
func (*CreateQuerySuggestionsBlockListInput) SetName ¶ added in v1.38.50
func (s *CreateQuerySuggestionsBlockListInput) SetName(v string) *CreateQuerySuggestionsBlockListInput
SetName sets the Name field's value.
func (*CreateQuerySuggestionsBlockListInput) SetRoleArn ¶ added in v1.38.50
func (s *CreateQuerySuggestionsBlockListInput) SetRoleArn(v string) *CreateQuerySuggestionsBlockListInput
SetRoleArn sets the RoleArn field's value.
func (*CreateQuerySuggestionsBlockListInput) SetSourceS3Path ¶ added in v1.38.50
func (s *CreateQuerySuggestionsBlockListInput) SetSourceS3Path(v *S3Path) *CreateQuerySuggestionsBlockListInput
SetSourceS3Path sets the SourceS3Path field's value.
func (*CreateQuerySuggestionsBlockListInput) SetTags ¶ added in v1.38.50
func (s *CreateQuerySuggestionsBlockListInput) SetTags(v []*Tag) *CreateQuerySuggestionsBlockListInput
SetTags sets the Tags field's value.
func (CreateQuerySuggestionsBlockListInput) String ¶ added in v1.38.50
func (s CreateQuerySuggestionsBlockListInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateQuerySuggestionsBlockListInput) Validate ¶ added in v1.38.50
func (s *CreateQuerySuggestionsBlockListInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateQuerySuggestionsBlockListOutput ¶ added in v1.38.50
type CreateQuerySuggestionsBlockListOutput struct { // The unique identifier of the created block list. Id *string `min:"36" type:"string"` // contains filtered or unexported fields }
func (CreateQuerySuggestionsBlockListOutput) GoString ¶ added in v1.38.50
func (s CreateQuerySuggestionsBlockListOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateQuerySuggestionsBlockListOutput) SetId ¶ added in v1.38.50
func (s *CreateQuerySuggestionsBlockListOutput) SetId(v string) *CreateQuerySuggestionsBlockListOutput
SetId sets the Id field's value.
func (CreateQuerySuggestionsBlockListOutput) String ¶ added in v1.38.50
func (s CreateQuerySuggestionsBlockListOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateThesaurusInput ¶ added in v1.36.6
type CreateThesaurusInput struct { // A token that you provide to identify the request to create a thesaurus. Multiple // calls to the CreateThesaurus API with the same client token will create only // one thesaurus. ClientToken *string `min:"1" type:"string" idempotencyToken:"true"` // The description for the new thesaurus. Description *string `type:"string"` // The unique identifier of the index for the new thesaurus. // // IndexId is a required field IndexId *string `min:"36" type:"string" required:"true"` // The name for the new thesaurus. // // Name is a required field Name *string `min:"1" type:"string" required:"true"` // An IAM role that gives Amazon Kendra permissions to access thesaurus file // specified in SourceS3Path. // // RoleArn is a required field RoleArn *string `type:"string" required:"true"` // The thesaurus file Amazon S3 source path. // // SourceS3Path is a required field SourceS3Path *S3Path `type:"structure" required:"true"` // A list of key-value pairs that identify the thesaurus. You can use the tags // to identify and organize your resources and to control access to resources. Tags []*Tag `type:"list"` // contains filtered or unexported fields }
func (CreateThesaurusInput) GoString ¶ added in v1.36.6
func (s CreateThesaurusInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateThesaurusInput) SetClientToken ¶ added in v1.36.6
func (s *CreateThesaurusInput) SetClientToken(v string) *CreateThesaurusInput
SetClientToken sets the ClientToken field's value.
func (*CreateThesaurusInput) SetDescription ¶ added in v1.36.6
func (s *CreateThesaurusInput) SetDescription(v string) *CreateThesaurusInput
SetDescription sets the Description field's value.
func (*CreateThesaurusInput) SetIndexId ¶ added in v1.36.6
func (s *CreateThesaurusInput) SetIndexId(v string) *CreateThesaurusInput
SetIndexId sets the IndexId field's value.
func (*CreateThesaurusInput) SetName ¶ added in v1.36.6
func (s *CreateThesaurusInput) SetName(v string) *CreateThesaurusInput
SetName sets the Name field's value.
func (*CreateThesaurusInput) SetRoleArn ¶ added in v1.36.6
func (s *CreateThesaurusInput) SetRoleArn(v string) *CreateThesaurusInput
SetRoleArn sets the RoleArn field's value.
func (*CreateThesaurusInput) SetSourceS3Path ¶ added in v1.36.6
func (s *CreateThesaurusInput) SetSourceS3Path(v *S3Path) *CreateThesaurusInput
SetSourceS3Path sets the SourceS3Path field's value.
func (*CreateThesaurusInput) SetTags ¶ added in v1.36.6
func (s *CreateThesaurusInput) SetTags(v []*Tag) *CreateThesaurusInput
SetTags sets the Tags field's value.
func (CreateThesaurusInput) String ¶ added in v1.36.6
func (s CreateThesaurusInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateThesaurusInput) Validate ¶ added in v1.36.6
func (s *CreateThesaurusInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateThesaurusOutput ¶ added in v1.36.6
type CreateThesaurusOutput struct { // The unique identifier of the thesaurus. Id *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (CreateThesaurusOutput) GoString ¶ added in v1.36.6
func (s CreateThesaurusOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateThesaurusOutput) SetId ¶ added in v1.36.6
func (s *CreateThesaurusOutput) SetId(v string) *CreateThesaurusOutput
SetId sets the Id field's value.
func (CreateThesaurusOutput) String ¶ added in v1.36.6
func (s CreateThesaurusOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CustomDocumentEnrichmentConfiguration ¶ added in v1.42.17
type CustomDocumentEnrichmentConfiguration struct { // Configuration information to alter document attributes or metadata fields // and content when ingesting documents into Amazon Kendra. InlineConfigurations []*InlineCustomDocumentEnrichmentConfiguration `type:"list"` // Configuration information for invoking a Lambda function in Lambda on the // structured documents with their metadata and text extracted. You can use // a Lambda function to apply advanced logic for creating, modifying, or deleting // document metadata and content. For more information, see Advanced data manipulation // (https://docs.aws.amazon.com/kendra/latest/dg/custom-document-enrichment.html#advanced-data-manipulation). PostExtractionHookConfiguration *HookConfiguration `type:"structure"` // Configuration information for invoking a Lambda function in Lambda on the // original or raw documents before extracting their metadata and text. You // can use a Lambda function to apply advanced logic for creating, modifying, // or deleting document metadata and content. For more information, see Advanced // data manipulation (https://docs.aws.amazon.com/kendra/latest/dg/custom-document-enrichment.html#advanced-data-manipulation). PreExtractionHookConfiguration *HookConfiguration `type:"structure"` // The Amazon Resource Name (ARN) of a role with permission to run PreExtractionHookConfiguration // and PostExtractionHookConfiguration for altering document metadata and content // during the document ingestion process. For more information, see IAM roles // for Amazon Kendra (https://docs.aws.amazon.com/kendra/latest/dg/iam-roles.html). RoleArn *string `type:"string"` // contains filtered or unexported fields }
Provides the configuration information for altering document metadata and content during the document ingestion process.
For more information, see Customizing document metadata during the ingestion process (https://docs.aws.amazon.com/kendra/latest/dg/custom-document-enrichment.html).
func (CustomDocumentEnrichmentConfiguration) GoString ¶ added in v1.42.17
func (s CustomDocumentEnrichmentConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CustomDocumentEnrichmentConfiguration) SetInlineConfigurations ¶ added in v1.42.17
func (s *CustomDocumentEnrichmentConfiguration) SetInlineConfigurations(v []*InlineCustomDocumentEnrichmentConfiguration) *CustomDocumentEnrichmentConfiguration
SetInlineConfigurations sets the InlineConfigurations field's value.
func (*CustomDocumentEnrichmentConfiguration) SetPostExtractionHookConfiguration ¶ added in v1.42.17
func (s *CustomDocumentEnrichmentConfiguration) SetPostExtractionHookConfiguration(v *HookConfiguration) *CustomDocumentEnrichmentConfiguration
SetPostExtractionHookConfiguration sets the PostExtractionHookConfiguration field's value.
func (*CustomDocumentEnrichmentConfiguration) SetPreExtractionHookConfiguration ¶ added in v1.42.17
func (s *CustomDocumentEnrichmentConfiguration) SetPreExtractionHookConfiguration(v *HookConfiguration) *CustomDocumentEnrichmentConfiguration
SetPreExtractionHookConfiguration sets the PreExtractionHookConfiguration field's value.
func (*CustomDocumentEnrichmentConfiguration) SetRoleArn ¶ added in v1.42.17
func (s *CustomDocumentEnrichmentConfiguration) SetRoleArn(v string) *CustomDocumentEnrichmentConfiguration
SetRoleArn sets the RoleArn field's value.
func (CustomDocumentEnrichmentConfiguration) String ¶ added in v1.42.17
func (s CustomDocumentEnrichmentConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CustomDocumentEnrichmentConfiguration) Validate ¶ added in v1.42.17
func (s *CustomDocumentEnrichmentConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DataSourceConfiguration ¶
type DataSourceConfiguration struct { // Provides the configuration information to connect to Box as your data source. BoxConfiguration *BoxConfiguration `type:"structure"` // Provides the configuration information to connect to Confluence as your data // source. ConfluenceConfiguration *ConfluenceConfiguration `type:"structure"` // Provides the configuration information to connect to a database as your data // source. DatabaseConfiguration *DatabaseConfiguration `type:"structure"` // Provides the configuration information to connect to Amazon FSx as your data // source. FsxConfiguration *FsxConfiguration `type:"structure"` // Provides the configuration information to connect to Google Drive as your // data source. GoogleDriveConfiguration *GoogleDriveConfiguration `type:"structure"` // Provides the configuration information to connect to Microsoft OneDrive as // your data source. OneDriveConfiguration *OneDriveConfiguration `type:"structure"` // Provides the configuration information to connect to Quip as your data source. QuipConfiguration *QuipConfiguration `type:"structure"` // Provides the configuration information to connect to an Amazon S3 bucket // as your data source. S3Configuration *S3DataSourceConfiguration `type:"structure"` // Provides the configuration information to connect to Salesforce as your data // source. SalesforceConfiguration *SalesforceConfiguration `type:"structure"` // Provides the configuration information to connect to ServiceNow as your data // source. ServiceNowConfiguration *ServiceNowConfiguration `type:"structure"` // as your data source. SharePointConfiguration *SharePointConfiguration `type:"structure"` // Provides the configuration information to connect to Slack as your data source. SlackConfiguration *SlackConfiguration `type:"structure"` // Provides the configuration information required for Amazon Kendra Web Crawler. WebCrawlerConfiguration *WebCrawlerConfiguration `type:"structure"` // Provides the configuration information to connect to Amazon WorkDocs as your // data source. WorkDocsConfiguration *WorkDocsConfiguration `type:"structure"` // contains filtered or unexported fields }
Provides the configuration information for an Amazon Kendra data source.
func (DataSourceConfiguration) GoString ¶
func (s DataSourceConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DataSourceConfiguration) SetBoxConfiguration ¶ added in v1.43.34
func (s *DataSourceConfiguration) SetBoxConfiguration(v *BoxConfiguration) *DataSourceConfiguration
SetBoxConfiguration sets the BoxConfiguration field's value.
func (*DataSourceConfiguration) SetConfluenceConfiguration ¶ added in v1.35.15
func (s *DataSourceConfiguration) SetConfluenceConfiguration(v *ConfluenceConfiguration) *DataSourceConfiguration
SetConfluenceConfiguration sets the ConfluenceConfiguration field's value.
func (*DataSourceConfiguration) SetDatabaseConfiguration ¶
func (s *DataSourceConfiguration) SetDatabaseConfiguration(v *DatabaseConfiguration) *DataSourceConfiguration
SetDatabaseConfiguration sets the DatabaseConfiguration field's value.
func (*DataSourceConfiguration) SetFsxConfiguration ¶ added in v1.42.49
func (s *DataSourceConfiguration) SetFsxConfiguration(v *FsxConfiguration) *DataSourceConfiguration
SetFsxConfiguration sets the FsxConfiguration field's value.
func (*DataSourceConfiguration) SetGoogleDriveConfiguration ¶ added in v1.36.4
func (s *DataSourceConfiguration) SetGoogleDriveConfiguration(v *GoogleDriveConfiguration) *DataSourceConfiguration
SetGoogleDriveConfiguration sets the GoogleDriveConfiguration field's value.
func (*DataSourceConfiguration) SetOneDriveConfiguration ¶ added in v1.30.25
func (s *DataSourceConfiguration) SetOneDriveConfiguration(v *OneDriveConfiguration) *DataSourceConfiguration
SetOneDriveConfiguration sets the OneDriveConfiguration field's value.
func (*DataSourceConfiguration) SetQuipConfiguration ¶ added in v1.43.42
func (s *DataSourceConfiguration) SetQuipConfiguration(v *QuipConfiguration) *DataSourceConfiguration
SetQuipConfiguration sets the QuipConfiguration field's value.
func (*DataSourceConfiguration) SetS3Configuration ¶
func (s *DataSourceConfiguration) SetS3Configuration(v *S3DataSourceConfiguration) *DataSourceConfiguration
SetS3Configuration sets the S3Configuration field's value.
func (*DataSourceConfiguration) SetSalesforceConfiguration ¶ added in v1.30.25
func (s *DataSourceConfiguration) SetSalesforceConfiguration(v *SalesforceConfiguration) *DataSourceConfiguration
SetSalesforceConfiguration sets the SalesforceConfiguration field's value.
func (*DataSourceConfiguration) SetServiceNowConfiguration ¶ added in v1.30.25
func (s *DataSourceConfiguration) SetServiceNowConfiguration(v *ServiceNowConfiguration) *DataSourceConfiguration
SetServiceNowConfiguration sets the ServiceNowConfiguration field's value.
func (*DataSourceConfiguration) SetSharePointConfiguration ¶
func (s *DataSourceConfiguration) SetSharePointConfiguration(v *SharePointConfiguration) *DataSourceConfiguration
SetSharePointConfiguration sets the SharePointConfiguration field's value.
func (*DataSourceConfiguration) SetSlackConfiguration ¶ added in v1.43.18
func (s *DataSourceConfiguration) SetSlackConfiguration(v *SlackConfiguration) *DataSourceConfiguration
SetSlackConfiguration sets the SlackConfiguration field's value.
func (*DataSourceConfiguration) SetWebCrawlerConfiguration ¶ added in v1.38.64
func (s *DataSourceConfiguration) SetWebCrawlerConfiguration(v *WebCrawlerConfiguration) *DataSourceConfiguration
SetWebCrawlerConfiguration sets the WebCrawlerConfiguration field's value.
func (*DataSourceConfiguration) SetWorkDocsConfiguration ¶ added in v1.40.5
func (s *DataSourceConfiguration) SetWorkDocsConfiguration(v *WorkDocsConfiguration) *DataSourceConfiguration
SetWorkDocsConfiguration sets the WorkDocsConfiguration field's value.
func (DataSourceConfiguration) String ¶
func (s DataSourceConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DataSourceConfiguration) Validate ¶
func (s *DataSourceConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DataSourceGroup ¶ added in v1.39.5
type DataSourceGroup struct { // The identifier of the data source group you want to add to your list of data // source groups. This is for filtering search results based on the groups' // access to documents in that data source. // // DataSourceId is a required field DataSourceId *string `min:"1" type:"string" required:"true"` // The identifier of the group you want to add to your list of groups. This // is for filtering search results based on the groups' access to documents. // // GroupId is a required field GroupId *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Data source information for user context filtering.
func (DataSourceGroup) GoString ¶ added in v1.39.5
func (s DataSourceGroup) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DataSourceGroup) SetDataSourceId ¶ added in v1.39.5
func (s *DataSourceGroup) SetDataSourceId(v string) *DataSourceGroup
SetDataSourceId sets the DataSourceId field's value.
func (*DataSourceGroup) SetGroupId ¶ added in v1.39.5
func (s *DataSourceGroup) SetGroupId(v string) *DataSourceGroup
SetGroupId sets the GroupId field's value.
func (DataSourceGroup) String ¶ added in v1.39.5
func (s DataSourceGroup) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DataSourceGroup) Validate ¶ added in v1.39.5
func (s *DataSourceGroup) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DataSourceSummary ¶
type DataSourceSummary struct { // The UNIX datetime that the data source was created. CreatedAt *time.Time `type:"timestamp"` // The unique identifier for the data source. Id *string `min:"1" type:"string"` // The code for a language. This shows a supported language for all documents // in the data source. English is supported by default. For more information // on supported languages, including their codes, see Adding documents in languages // other than English (https://docs.aws.amazon.com/kendra/latest/dg/in-adding-languages.html). LanguageCode *string `min:"2" type:"string"` // The name of the data source. Name *string `min:"1" type:"string"` // The status of the data source. When the status is ACTIVE the data source // is ready to use. Status *string `type:"string" enum:"DataSourceStatus"` // The type of the data source. Type *string `type:"string" enum:"DataSourceType"` // The UNIX datetime that the data source was lasted updated. UpdatedAt *time.Time `type:"timestamp"` // contains filtered or unexported fields }
Summary information for an Amazon Kendra data source. Returned in a call to the DescribeDataSource API.
func (DataSourceSummary) GoString ¶
func (s DataSourceSummary) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DataSourceSummary) SetCreatedAt ¶
func (s *DataSourceSummary) SetCreatedAt(v time.Time) *DataSourceSummary
SetCreatedAt sets the CreatedAt field's value.
func (*DataSourceSummary) SetId ¶
func (s *DataSourceSummary) SetId(v string) *DataSourceSummary
SetId sets the Id field's value.
func (*DataSourceSummary) SetLanguageCode ¶ added in v1.40.58
func (s *DataSourceSummary) SetLanguageCode(v string) *DataSourceSummary
SetLanguageCode sets the LanguageCode field's value.
func (*DataSourceSummary) SetName ¶
func (s *DataSourceSummary) SetName(v string) *DataSourceSummary
SetName sets the Name field's value.
func (*DataSourceSummary) SetStatus ¶
func (s *DataSourceSummary) SetStatus(v string) *DataSourceSummary
SetStatus sets the Status field's value.
func (*DataSourceSummary) SetType ¶
func (s *DataSourceSummary) SetType(v string) *DataSourceSummary
SetType sets the Type field's value.
func (*DataSourceSummary) SetUpdatedAt ¶
func (s *DataSourceSummary) SetUpdatedAt(v time.Time) *DataSourceSummary
SetUpdatedAt sets the UpdatedAt field's value.
func (DataSourceSummary) String ¶
func (s DataSourceSummary) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DataSourceSyncJob ¶
type DataSourceSyncJob struct { // If the reason that the synchronization failed is due to an error with the // underlying data source, this field contains a code that identifies the error. DataSourceErrorCode *string `min:"1" type:"string"` // The UNIX datetime that the synchronization job completed. EndTime *time.Time `type:"timestamp"` // If the Status field is set to FAILED, the ErrorCode field indicates the reason // the synchronization failed. ErrorCode *string `type:"string" enum:"ErrorCode"` // If the Status field is set to ERROR, the ErrorMessage field contains a description // of the error that caused the synchronization to fail. ErrorMessage *string `min:"1" type:"string"` // A unique identifier for the synchronization job. ExecutionId *string `min:"1" type:"string"` // Maps a batch delete document request to a specific data source sync job. // This is optional and should only be supplied when documents are deleted by // a data source connector. Metrics *DataSourceSyncJobMetrics `type:"structure"` // The UNIX datetime that the synchronization job started. StartTime *time.Time `type:"timestamp"` // The execution status of the synchronization job. When the Status field is // set to SUCCEEDED, the synchronization job is done. If the status code is // set to FAILED, the ErrorCode and ErrorMessage fields give you the reason // for the failure. Status *string `type:"string" enum:"DataSourceSyncJobStatus"` // contains filtered or unexported fields }
Provides information about a data source synchronization job.
func (DataSourceSyncJob) GoString ¶
func (s DataSourceSyncJob) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DataSourceSyncJob) SetDataSourceErrorCode ¶
func (s *DataSourceSyncJob) SetDataSourceErrorCode(v string) *DataSourceSyncJob
SetDataSourceErrorCode sets the DataSourceErrorCode field's value.
func (*DataSourceSyncJob) SetEndTime ¶
func (s *DataSourceSyncJob) SetEndTime(v time.Time) *DataSourceSyncJob
SetEndTime sets the EndTime field's value.
func (*DataSourceSyncJob) SetErrorCode ¶
func (s *DataSourceSyncJob) SetErrorCode(v string) *DataSourceSyncJob
SetErrorCode sets the ErrorCode field's value.
func (*DataSourceSyncJob) SetErrorMessage ¶
func (s *DataSourceSyncJob) SetErrorMessage(v string) *DataSourceSyncJob
SetErrorMessage sets the ErrorMessage field's value.
func (*DataSourceSyncJob) SetExecutionId ¶
func (s *DataSourceSyncJob) SetExecutionId(v string) *DataSourceSyncJob
SetExecutionId sets the ExecutionId field's value.
func (*DataSourceSyncJob) SetMetrics ¶ added in v1.30.25
func (s *DataSourceSyncJob) SetMetrics(v *DataSourceSyncJobMetrics) *DataSourceSyncJob
SetMetrics sets the Metrics field's value.
func (*DataSourceSyncJob) SetStartTime ¶
func (s *DataSourceSyncJob) SetStartTime(v time.Time) *DataSourceSyncJob
SetStartTime sets the StartTime field's value.
func (*DataSourceSyncJob) SetStatus ¶
func (s *DataSourceSyncJob) SetStatus(v string) *DataSourceSyncJob
SetStatus sets the Status field's value.
func (DataSourceSyncJob) String ¶
func (s DataSourceSyncJob) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DataSourceSyncJobMetricTarget ¶ added in v1.30.25
type DataSourceSyncJobMetricTarget struct { // The ID of the data source that is running the sync job. // // DataSourceId is a required field DataSourceId *string `min:"1" type:"string" required:"true"` // The ID of the sync job that is running on the data source. // // If the ID of a sync job is not provided and there is a sync job running, // then the ID of this sync job is used and metrics are generated for this sync // job. // // If the ID of a sync job is not provided and there is no sync job running, // then no metrics are generated and documents are indexed/deleted at the index // level without sync job metrics included. DataSourceSyncJobId *string `min:"1" type:"string"` // contains filtered or unexported fields }
Maps a particular data source sync job to a particular data source.
func (DataSourceSyncJobMetricTarget) GoString ¶ added in v1.30.25
func (s DataSourceSyncJobMetricTarget) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DataSourceSyncJobMetricTarget) SetDataSourceId ¶ added in v1.30.25
func (s *DataSourceSyncJobMetricTarget) SetDataSourceId(v string) *DataSourceSyncJobMetricTarget
SetDataSourceId sets the DataSourceId field's value.
func (*DataSourceSyncJobMetricTarget) SetDataSourceSyncJobId ¶ added in v1.30.25
func (s *DataSourceSyncJobMetricTarget) SetDataSourceSyncJobId(v string) *DataSourceSyncJobMetricTarget
SetDataSourceSyncJobId sets the DataSourceSyncJobId field's value.
func (DataSourceSyncJobMetricTarget) String ¶ added in v1.30.25
func (s DataSourceSyncJobMetricTarget) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DataSourceSyncJobMetricTarget) Validate ¶ added in v1.30.25
func (s *DataSourceSyncJobMetricTarget) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DataSourceSyncJobMetrics ¶ added in v1.30.25
type DataSourceSyncJobMetrics struct { // The number of documents added from the data source up to now in the data // source sync. DocumentsAdded *string `type:"string"` // The number of documents deleted from the data source up to now in the data // source sync run. DocumentsDeleted *string `type:"string"` // The number of documents that failed to sync from the data source up to now // in the data source sync run. DocumentsFailed *string `type:"string"` // The number of documents modified in the data source up to now in the data // source sync run. DocumentsModified *string `type:"string"` // The current number of documents crawled by the current sync job in the data // source. DocumentsScanned *string `type:"string"` // contains filtered or unexported fields }
Maps a batch delete document request to a specific data source sync job. This is optional and should only be supplied when documents are deleted by a data source connector.
func (DataSourceSyncJobMetrics) GoString ¶ added in v1.30.25
func (s DataSourceSyncJobMetrics) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DataSourceSyncJobMetrics) SetDocumentsAdded ¶ added in v1.30.25
func (s *DataSourceSyncJobMetrics) SetDocumentsAdded(v string) *DataSourceSyncJobMetrics
SetDocumentsAdded sets the DocumentsAdded field's value.
func (*DataSourceSyncJobMetrics) SetDocumentsDeleted ¶ added in v1.30.25
func (s *DataSourceSyncJobMetrics) SetDocumentsDeleted(v string) *DataSourceSyncJobMetrics
SetDocumentsDeleted sets the DocumentsDeleted field's value.
func (*DataSourceSyncJobMetrics) SetDocumentsFailed ¶ added in v1.30.25
func (s *DataSourceSyncJobMetrics) SetDocumentsFailed(v string) *DataSourceSyncJobMetrics
SetDocumentsFailed sets the DocumentsFailed field's value.
func (*DataSourceSyncJobMetrics) SetDocumentsModified ¶ added in v1.30.25
func (s *DataSourceSyncJobMetrics) SetDocumentsModified(v string) *DataSourceSyncJobMetrics
SetDocumentsModified sets the DocumentsModified field's value.
func (*DataSourceSyncJobMetrics) SetDocumentsScanned ¶ added in v1.30.25
func (s *DataSourceSyncJobMetrics) SetDocumentsScanned(v string) *DataSourceSyncJobMetrics
SetDocumentsScanned sets the DocumentsScanned field's value.
func (DataSourceSyncJobMetrics) String ¶ added in v1.30.25
func (s DataSourceSyncJobMetrics) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DataSourceToIndexFieldMapping ¶
type DataSourceToIndexFieldMapping struct { // The name of the column or attribute in the data source. // // DataSourceFieldName is a required field DataSourceFieldName *string `min:"1" type:"string" required:"true"` // The type of data stored in the column or attribute. DateFieldFormat *string `min:"4" type:"string"` // The name of the field in the index. // // IndexFieldName is a required field IndexFieldName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Maps a column or attribute in the data source to an index field. You must first create the fields in the index using the UpdateIndex API.
func (DataSourceToIndexFieldMapping) GoString ¶
func (s DataSourceToIndexFieldMapping) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DataSourceToIndexFieldMapping) SetDataSourceFieldName ¶
func (s *DataSourceToIndexFieldMapping) SetDataSourceFieldName(v string) *DataSourceToIndexFieldMapping
SetDataSourceFieldName sets the DataSourceFieldName field's value.
func (*DataSourceToIndexFieldMapping) SetDateFieldFormat ¶
func (s *DataSourceToIndexFieldMapping) SetDateFieldFormat(v string) *DataSourceToIndexFieldMapping
SetDateFieldFormat sets the DateFieldFormat field's value.
func (*DataSourceToIndexFieldMapping) SetIndexFieldName ¶
func (s *DataSourceToIndexFieldMapping) SetIndexFieldName(v string) *DataSourceToIndexFieldMapping
SetIndexFieldName sets the IndexFieldName field's value.
func (DataSourceToIndexFieldMapping) String ¶
func (s DataSourceToIndexFieldMapping) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DataSourceToIndexFieldMapping) Validate ¶
func (s *DataSourceToIndexFieldMapping) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DataSourceVpcConfiguration ¶
type DataSourceVpcConfiguration struct { // A list of identifiers of security groups within your Amazon VPC. The security // groups should enable Amazon Kendra to connect to the data source. // // SecurityGroupIds is a required field SecurityGroupIds []*string `min:"1" type:"list" required:"true"` // A list of identifiers for subnets within your Amazon VPC. The subnets should // be able to connect to each other in the VPC, and they should have outgoing // access to the Internet through a NAT device. // // SubnetIds is a required field SubnetIds []*string `min:"1" type:"list" required:"true"` // contains filtered or unexported fields }
Provides the configuration information to connect to an Amazon VPC.
func (DataSourceVpcConfiguration) GoString ¶
func (s DataSourceVpcConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DataSourceVpcConfiguration) SetSecurityGroupIds ¶
func (s *DataSourceVpcConfiguration) SetSecurityGroupIds(v []*string) *DataSourceVpcConfiguration
SetSecurityGroupIds sets the SecurityGroupIds field's value.
func (*DataSourceVpcConfiguration) SetSubnetIds ¶
func (s *DataSourceVpcConfiguration) SetSubnetIds(v []*string) *DataSourceVpcConfiguration
SetSubnetIds sets the SubnetIds field's value.
func (DataSourceVpcConfiguration) String ¶
func (s DataSourceVpcConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DataSourceVpcConfiguration) Validate ¶
func (s *DataSourceVpcConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DatabaseConfiguration ¶
type DatabaseConfiguration struct { // Information about the database column that provides information for user // context filtering. AclConfiguration *AclConfiguration `type:"structure"` // Information about where the index should get the document information from // the database. // // ColumnConfiguration is a required field ColumnConfiguration *ColumnConfiguration `type:"structure" required:"true"` // Configuration information that's required to connect to a database. // // ConnectionConfiguration is a required field ConnectionConfiguration *ConnectionConfiguration `type:"structure" required:"true"` // The type of database engine that runs the database. // // DatabaseEngineType is a required field DatabaseEngineType *string `type:"string" required:"true" enum:"DatabaseEngineType"` // Provides information about how Amazon Kendra uses quote marks around SQL // identifiers when querying a database data source. SqlConfiguration *SqlConfiguration `type:"structure"` // Provides the configuration information to connect to an Amazon VPC. VpcConfiguration *DataSourceVpcConfiguration `type:"structure"` // contains filtered or unexported fields }
Provides the configuration information to connect to a index.
func (DatabaseConfiguration) GoString ¶
func (s DatabaseConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DatabaseConfiguration) SetAclConfiguration ¶
func (s *DatabaseConfiguration) SetAclConfiguration(v *AclConfiguration) *DatabaseConfiguration
SetAclConfiguration sets the AclConfiguration field's value.
func (*DatabaseConfiguration) SetColumnConfiguration ¶
func (s *DatabaseConfiguration) SetColumnConfiguration(v *ColumnConfiguration) *DatabaseConfiguration
SetColumnConfiguration sets the ColumnConfiguration field's value.
func (*DatabaseConfiguration) SetConnectionConfiguration ¶
func (s *DatabaseConfiguration) SetConnectionConfiguration(v *ConnectionConfiguration) *DatabaseConfiguration
SetConnectionConfiguration sets the ConnectionConfiguration field's value.
func (*DatabaseConfiguration) SetDatabaseEngineType ¶
func (s *DatabaseConfiguration) SetDatabaseEngineType(v string) *DatabaseConfiguration
SetDatabaseEngineType sets the DatabaseEngineType field's value.
func (*DatabaseConfiguration) SetSqlConfiguration ¶ added in v1.33.12
func (s *DatabaseConfiguration) SetSqlConfiguration(v *SqlConfiguration) *DatabaseConfiguration
SetSqlConfiguration sets the SqlConfiguration field's value.
func (*DatabaseConfiguration) SetVpcConfiguration ¶
func (s *DatabaseConfiguration) SetVpcConfiguration(v *DataSourceVpcConfiguration) *DatabaseConfiguration
SetVpcConfiguration sets the VpcConfiguration field's value.
func (DatabaseConfiguration) String ¶
func (s DatabaseConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DatabaseConfiguration) Validate ¶
func (s *DatabaseConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteDataSourceInput ¶ added in v1.30.25
type DeleteDataSourceInput struct { // The unique identifier of the data source to delete. // // Id is a required field Id *string `min:"1" type:"string" required:"true"` // The unique identifier of the index associated with the data source. // // IndexId is a required field IndexId *string `min:"36" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteDataSourceInput) GoString ¶ added in v1.30.25
func (s DeleteDataSourceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteDataSourceInput) SetId ¶ added in v1.30.25
func (s *DeleteDataSourceInput) SetId(v string) *DeleteDataSourceInput
SetId sets the Id field's value.
func (*DeleteDataSourceInput) SetIndexId ¶ added in v1.30.25
func (s *DeleteDataSourceInput) SetIndexId(v string) *DeleteDataSourceInput
SetIndexId sets the IndexId field's value.
func (DeleteDataSourceInput) String ¶ added in v1.30.25
func (s DeleteDataSourceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteDataSourceInput) Validate ¶ added in v1.30.25
func (s *DeleteDataSourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteDataSourceOutput ¶ added in v1.30.25
type DeleteDataSourceOutput struct {
// contains filtered or unexported fields
}
func (DeleteDataSourceOutput) GoString ¶ added in v1.30.25
func (s DeleteDataSourceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (DeleteDataSourceOutput) String ¶ added in v1.30.25
func (s DeleteDataSourceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteExperienceInput ¶ added in v1.42.17
type DeleteExperienceInput struct { // The identifier of your Amazon Kendra experience you want to delete. // // Id is a required field Id *string `min:"1" type:"string" required:"true"` // The identifier of the index for your Amazon Kendra experience you want to // delete. // // IndexId is a required field IndexId *string `min:"36" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteExperienceInput) GoString ¶ added in v1.42.17
func (s DeleteExperienceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteExperienceInput) SetId ¶ added in v1.42.17
func (s *DeleteExperienceInput) SetId(v string) *DeleteExperienceInput
SetId sets the Id field's value.
func (*DeleteExperienceInput) SetIndexId ¶ added in v1.42.17
func (s *DeleteExperienceInput) SetIndexId(v string) *DeleteExperienceInput
SetIndexId sets the IndexId field's value.
func (DeleteExperienceInput) String ¶ added in v1.42.17
func (s DeleteExperienceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteExperienceInput) Validate ¶ added in v1.42.17
func (s *DeleteExperienceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteExperienceOutput ¶ added in v1.42.17
type DeleteExperienceOutput struct {
// contains filtered or unexported fields
}
func (DeleteExperienceOutput) GoString ¶ added in v1.42.17
func (s DeleteExperienceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (DeleteExperienceOutput) String ¶ added in v1.42.17
func (s DeleteExperienceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteFaqInput ¶
type DeleteFaqInput struct { // The identifier of the FAQ to remove. // // Id is a required field Id *string `min:"1" type:"string" required:"true"` // The index to remove the FAQ from. // // IndexId is a required field IndexId *string `min:"36" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteFaqInput) GoString ¶
func (s DeleteFaqInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteFaqInput) SetId ¶
func (s *DeleteFaqInput) SetId(v string) *DeleteFaqInput
SetId sets the Id field's value.
func (*DeleteFaqInput) SetIndexId ¶
func (s *DeleteFaqInput) SetIndexId(v string) *DeleteFaqInput
SetIndexId sets the IndexId field's value.
func (DeleteFaqInput) String ¶
func (s DeleteFaqInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteFaqInput) Validate ¶
func (s *DeleteFaqInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteFaqOutput ¶
type DeleteFaqOutput struct {
// contains filtered or unexported fields
}
func (DeleteFaqOutput) GoString ¶
func (s DeleteFaqOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (DeleteFaqOutput) String ¶
func (s DeleteFaqOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteIndexInput ¶
type DeleteIndexInput struct { // The identifier of the index to delete. // // Id is a required field Id *string `min:"36" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteIndexInput) GoString ¶
func (s DeleteIndexInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteIndexInput) SetId ¶
func (s *DeleteIndexInput) SetId(v string) *DeleteIndexInput
SetId sets the Id field's value.
func (DeleteIndexInput) String ¶
func (s DeleteIndexInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteIndexInput) Validate ¶
func (s *DeleteIndexInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteIndexOutput ¶
type DeleteIndexOutput struct {
// contains filtered or unexported fields
}
func (DeleteIndexOutput) GoString ¶
func (s DeleteIndexOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (DeleteIndexOutput) String ¶
func (s DeleteIndexOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeletePrincipalMappingInput ¶ added in v1.39.5
type DeletePrincipalMappingInput struct { // The identifier of the data source you want to delete a group from. // // This is useful if a group is tied to multiple data sources and you want to // delete a group from accessing documents in a certain data source. For example, // the groups "Research", "Engineering", and "Sales and Marketing" are all tied // to the company's documents stored in the data sources Confluence and Salesforce. // You want to delete "Research" and "Engineering" groups from Salesforce, so // that these groups cannot access customer-related documents stored in Salesforce. // Only "Sales and Marketing" should access documents in the Salesforce data // source. DataSourceId *string `min:"1" type:"string"` // The identifier of the group you want to delete. // // GroupId is a required field GroupId *string `min:"1" type:"string" required:"true"` // The identifier of the index you want to delete a group from. // // IndexId is a required field IndexId *string `min:"36" type:"string" required:"true"` // The timestamp identifier you specify to ensure Amazon Kendra does not override // the latest DELETE action with previous actions. The highest number ID, which // is the ordering ID, is the latest action you want to process and apply on // top of other actions with lower number IDs. This prevents previous actions // with lower number IDs from possibly overriding the latest action. // // The ordering ID can be the UNIX time of the last update you made to a group // members list. You would then provide this list when calling PutPrincipalMapping. // This ensures your DELETE action for that updated group with the latest members // list doesn't get overwritten by earlier DELETE actions for the same group // which are yet to be processed. // // The default ordering ID is the current UNIX time in milliseconds that the // action was received by Amazon Kendra. OrderingId *int64 `type:"long"` // contains filtered or unexported fields }
func (DeletePrincipalMappingInput) GoString ¶ added in v1.39.5
func (s DeletePrincipalMappingInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeletePrincipalMappingInput) SetDataSourceId ¶ added in v1.39.5
func (s *DeletePrincipalMappingInput) SetDataSourceId(v string) *DeletePrincipalMappingInput
SetDataSourceId sets the DataSourceId field's value.
func (*DeletePrincipalMappingInput) SetGroupId ¶ added in v1.39.5
func (s *DeletePrincipalMappingInput) SetGroupId(v string) *DeletePrincipalMappingInput
SetGroupId sets the GroupId field's value.
func (*DeletePrincipalMappingInput) SetIndexId ¶ added in v1.39.5
func (s *DeletePrincipalMappingInput) SetIndexId(v string) *DeletePrincipalMappingInput
SetIndexId sets the IndexId field's value.
func (*DeletePrincipalMappingInput) SetOrderingId ¶ added in v1.39.5
func (s *DeletePrincipalMappingInput) SetOrderingId(v int64) *DeletePrincipalMappingInput
SetOrderingId sets the OrderingId field's value.
func (DeletePrincipalMappingInput) String ¶ added in v1.39.5
func (s DeletePrincipalMappingInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeletePrincipalMappingInput) Validate ¶ added in v1.39.5
func (s *DeletePrincipalMappingInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeletePrincipalMappingOutput ¶ added in v1.39.5
type DeletePrincipalMappingOutput struct {
// contains filtered or unexported fields
}
func (DeletePrincipalMappingOutput) GoString ¶ added in v1.39.5
func (s DeletePrincipalMappingOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (DeletePrincipalMappingOutput) String ¶ added in v1.39.5
func (s DeletePrincipalMappingOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteQuerySuggestionsBlockListInput ¶ added in v1.38.50
type DeleteQuerySuggestionsBlockListInput struct { // The unique identifier of the block list that needs to be deleted. // // Id is a required field Id *string `min:"36" type:"string" required:"true"` // The identifier of the you want to delete a block list from. // // IndexId is a required field IndexId *string `min:"36" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteQuerySuggestionsBlockListInput) GoString ¶ added in v1.38.50
func (s DeleteQuerySuggestionsBlockListInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteQuerySuggestionsBlockListInput) SetId ¶ added in v1.38.50
func (s *DeleteQuerySuggestionsBlockListInput) SetId(v string) *DeleteQuerySuggestionsBlockListInput
SetId sets the Id field's value.
func (*DeleteQuerySuggestionsBlockListInput) SetIndexId ¶ added in v1.38.50
func (s *DeleteQuerySuggestionsBlockListInput) SetIndexId(v string) *DeleteQuerySuggestionsBlockListInput
SetIndexId sets the IndexId field's value.
func (DeleteQuerySuggestionsBlockListInput) String ¶ added in v1.38.50
func (s DeleteQuerySuggestionsBlockListInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteQuerySuggestionsBlockListInput) Validate ¶ added in v1.38.50
func (s *DeleteQuerySuggestionsBlockListInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteQuerySuggestionsBlockListOutput ¶ added in v1.38.50
type DeleteQuerySuggestionsBlockListOutput struct {
// contains filtered or unexported fields
}
func (DeleteQuerySuggestionsBlockListOutput) GoString ¶ added in v1.38.50
func (s DeleteQuerySuggestionsBlockListOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (DeleteQuerySuggestionsBlockListOutput) String ¶ added in v1.38.50
func (s DeleteQuerySuggestionsBlockListOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteThesaurusInput ¶ added in v1.36.6
type DeleteThesaurusInput struct { // The identifier of the thesaurus to delete. // // Id is a required field Id *string `min:"1" type:"string" required:"true"` // The identifier of the index associated with the thesaurus to delete. // // IndexId is a required field IndexId *string `min:"36" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteThesaurusInput) GoString ¶ added in v1.36.6
func (s DeleteThesaurusInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteThesaurusInput) SetId ¶ added in v1.36.6
func (s *DeleteThesaurusInput) SetId(v string) *DeleteThesaurusInput
SetId sets the Id field's value.
func (*DeleteThesaurusInput) SetIndexId ¶ added in v1.36.6
func (s *DeleteThesaurusInput) SetIndexId(v string) *DeleteThesaurusInput
SetIndexId sets the IndexId field's value.
func (DeleteThesaurusInput) String ¶ added in v1.36.6
func (s DeleteThesaurusInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteThesaurusInput) Validate ¶ added in v1.36.6
func (s *DeleteThesaurusInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteThesaurusOutput ¶ added in v1.36.6
type DeleteThesaurusOutput struct {
// contains filtered or unexported fields
}
func (DeleteThesaurusOutput) GoString ¶ added in v1.36.6
func (s DeleteThesaurusOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (DeleteThesaurusOutput) String ¶ added in v1.36.6
func (s DeleteThesaurusOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeDataSourceInput ¶
type DescribeDataSourceInput struct { // The unique identifier of the data source to describe. // // Id is a required field Id *string `min:"1" type:"string" required:"true"` // The identifier of the index that contains the data source. // // IndexId is a required field IndexId *string `min:"36" type:"string" required:"true"` // contains filtered or unexported fields }
func (DescribeDataSourceInput) GoString ¶
func (s DescribeDataSourceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeDataSourceInput) SetId ¶
func (s *DescribeDataSourceInput) SetId(v string) *DescribeDataSourceInput
SetId sets the Id field's value.
func (*DescribeDataSourceInput) SetIndexId ¶
func (s *DescribeDataSourceInput) SetIndexId(v string) *DescribeDataSourceInput
SetIndexId sets the IndexId field's value.
func (DescribeDataSourceInput) String ¶
func (s DescribeDataSourceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeDataSourceInput) Validate ¶
func (s *DescribeDataSourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeDataSourceOutput ¶
type DescribeDataSourceOutput struct { // Describes how the data source is configured. The specific information in // the description depends on the data source provider. Configuration *DataSourceConfiguration `type:"structure"` // The Unix timestamp of when the data source was created. CreatedAt *time.Time `type:"timestamp"` // Configuration information for altering document metadata and content during // the document ingestion process when you describe a data source. // // For more information on how to create, modify and delete document metadata, // or make other content alterations when you ingest documents into Amazon Kendra, // see Customizing document metadata during the ingestion process (https://docs.aws.amazon.com/kendra/latest/dg/custom-document-enrichment.html). CustomDocumentEnrichmentConfiguration *CustomDocumentEnrichmentConfiguration `type:"structure"` // The description of the data source. Description *string `type:"string"` // When the Status field value is FAILED, the ErrorMessage field contains a // description of the error that caused the data source to fail. ErrorMessage *string `min:"1" type:"string"` // The identifier of the data source. Id *string `min:"1" type:"string"` // The identifier of the index that contains the data source. IndexId *string `min:"36" type:"string"` // The code for a language. This shows a supported language for all documents // in the data source. English is supported by default. For more information // on supported languages, including their codes, see Adding documents in languages // other than English (https://docs.aws.amazon.com/kendra/latest/dg/in-adding-languages.html). LanguageCode *string `min:"2" type:"string"` // The name that you gave the data source when it was created. Name *string `min:"1" type:"string"` // The Amazon Resource Name (ARN) of the role that enables the data source to // access its resources. RoleArn *string `type:"string"` // The schedule for Amazon Kendra to update the index. Schedule *string `type:"string"` // The current status of the data source. When the status is ACTIVE the data // source is ready to use. When the status is FAILED, the ErrorMessage field // contains the reason that the data source failed. Status *string `type:"string" enum:"DataSourceStatus"` // The type of the data source. Type *string `type:"string" enum:"DataSourceType"` // The Unix timestamp of when the data source was last updated. UpdatedAt *time.Time `type:"timestamp"` // contains filtered or unexported fields }
func (DescribeDataSourceOutput) GoString ¶
func (s DescribeDataSourceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeDataSourceOutput) SetConfiguration ¶
func (s *DescribeDataSourceOutput) SetConfiguration(v *DataSourceConfiguration) *DescribeDataSourceOutput
SetConfiguration sets the Configuration field's value.
func (*DescribeDataSourceOutput) SetCreatedAt ¶
func (s *DescribeDataSourceOutput) SetCreatedAt(v time.Time) *DescribeDataSourceOutput
SetCreatedAt sets the CreatedAt field's value.
func (*DescribeDataSourceOutput) SetCustomDocumentEnrichmentConfiguration ¶ added in v1.42.17
func (s *DescribeDataSourceOutput) SetCustomDocumentEnrichmentConfiguration(v *CustomDocumentEnrichmentConfiguration) *DescribeDataSourceOutput
SetCustomDocumentEnrichmentConfiguration sets the CustomDocumentEnrichmentConfiguration field's value.
func (*DescribeDataSourceOutput) SetDescription ¶
func (s *DescribeDataSourceOutput) SetDescription(v string) *DescribeDataSourceOutput
SetDescription sets the Description field's value.
func (*DescribeDataSourceOutput) SetErrorMessage ¶
func (s *DescribeDataSourceOutput) SetErrorMessage(v string) *DescribeDataSourceOutput
SetErrorMessage sets the ErrorMessage field's value.
func (*DescribeDataSourceOutput) SetId ¶
func (s *DescribeDataSourceOutput) SetId(v string) *DescribeDataSourceOutput
SetId sets the Id field's value.
func (*DescribeDataSourceOutput) SetIndexId ¶
func (s *DescribeDataSourceOutput) SetIndexId(v string) *DescribeDataSourceOutput
SetIndexId sets the IndexId field's value.
func (*DescribeDataSourceOutput) SetLanguageCode ¶ added in v1.40.58
func (s *DescribeDataSourceOutput) SetLanguageCode(v string) *DescribeDataSourceOutput
SetLanguageCode sets the LanguageCode field's value.
func (*DescribeDataSourceOutput) SetName ¶
func (s *DescribeDataSourceOutput) SetName(v string) *DescribeDataSourceOutput
SetName sets the Name field's value.
func (*DescribeDataSourceOutput) SetRoleArn ¶
func (s *DescribeDataSourceOutput) SetRoleArn(v string) *DescribeDataSourceOutput
SetRoleArn sets the RoleArn field's value.
func (*DescribeDataSourceOutput) SetSchedule ¶
func (s *DescribeDataSourceOutput) SetSchedule(v string) *DescribeDataSourceOutput
SetSchedule sets the Schedule field's value.
func (*DescribeDataSourceOutput) SetStatus ¶
func (s *DescribeDataSourceOutput) SetStatus(v string) *DescribeDataSourceOutput
SetStatus sets the Status field's value.
func (*DescribeDataSourceOutput) SetType ¶
func (s *DescribeDataSourceOutput) SetType(v string) *DescribeDataSourceOutput
SetType sets the Type field's value.
func (*DescribeDataSourceOutput) SetUpdatedAt ¶
func (s *DescribeDataSourceOutput) SetUpdatedAt(v time.Time) *DescribeDataSourceOutput
SetUpdatedAt sets the UpdatedAt field's value.
func (DescribeDataSourceOutput) String ¶
func (s DescribeDataSourceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeExperienceInput ¶ added in v1.42.17
type DescribeExperienceInput struct { // The identifier of your Amazon Kendra experience you want to get information // on. // // Id is a required field Id *string `min:"1" type:"string" required:"true"` // The identifier of the index for your Amazon Kendra experience you want to // get information on. // // IndexId is a required field IndexId *string `min:"36" type:"string" required:"true"` // contains filtered or unexported fields }
func (DescribeExperienceInput) GoString ¶ added in v1.42.17
func (s DescribeExperienceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeExperienceInput) SetId ¶ added in v1.42.17
func (s *DescribeExperienceInput) SetId(v string) *DescribeExperienceInput
SetId sets the Id field's value.
func (*DescribeExperienceInput) SetIndexId ¶ added in v1.42.17
func (s *DescribeExperienceInput) SetIndexId(v string) *DescribeExperienceInput
SetIndexId sets the IndexId field's value.
func (DescribeExperienceInput) String ¶ added in v1.42.17
func (s DescribeExperienceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeExperienceInput) Validate ¶ added in v1.42.17
func (s *DescribeExperienceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeExperienceOutput ¶ added in v1.42.17
type DescribeExperienceOutput struct { // Shows the configuration information for your Amazon Kendra experience. This // includes ContentSourceConfiguration, which specifies the data source IDs // and/or FAQ IDs, and UserIdentityConfiguration, which specifies the user or // group information to grant access to your Amazon Kendra experience. Configuration *ExperienceConfiguration `type:"structure"` // Shows the date-time your Amazon Kendra experience was created. CreatedAt *time.Time `type:"timestamp"` // Shows the description for your Amazon Kendra experience. Description *string `type:"string"` // Shows the endpoint URLs for your Amazon Kendra experiences. The URLs are // unique and fully hosted by Amazon Web Services. Endpoints []*ExperienceEndpoint `min:"1" type:"list"` // The reason your Amazon Kendra experience could not properly process. ErrorMessage *string `min:"1" type:"string"` // Shows the identifier of your Amazon Kendra experience. Id *string `min:"1" type:"string"` // Shows the identifier of the index for your Amazon Kendra experience. IndexId *string `min:"36" type:"string"` // Shows the name of your Amazon Kendra experience. Name *string `min:"1" type:"string"` // Shows the Amazon Resource Name (ARN) of a role with permission to access // Query API, QuerySuggestions API, SubmitFeedback API, and Amazon Web Services // SSO that stores your user and group information. RoleArn *string `type:"string"` // The current processing status of your Amazon Kendra experience. When the // status is ACTIVE, your Amazon Kendra experience is ready to use. When the // status is FAILED, the ErrorMessage field contains the reason that this failed. Status *string `type:"string" enum:"ExperienceStatus"` // Shows the date-time your Amazon Kendra experience was last updated. UpdatedAt *time.Time `type:"timestamp"` // contains filtered or unexported fields }
func (DescribeExperienceOutput) GoString ¶ added in v1.42.17
func (s DescribeExperienceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeExperienceOutput) SetConfiguration ¶ added in v1.42.17
func (s *DescribeExperienceOutput) SetConfiguration(v *ExperienceConfiguration) *DescribeExperienceOutput
SetConfiguration sets the Configuration field's value.
func (*DescribeExperienceOutput) SetCreatedAt ¶ added in v1.42.17
func (s *DescribeExperienceOutput) SetCreatedAt(v time.Time) *DescribeExperienceOutput
SetCreatedAt sets the CreatedAt field's value.
func (*DescribeExperienceOutput) SetDescription ¶ added in v1.42.17
func (s *DescribeExperienceOutput) SetDescription(v string) *DescribeExperienceOutput
SetDescription sets the Description field's value.
func (*DescribeExperienceOutput) SetEndpoints ¶ added in v1.42.17
func (s *DescribeExperienceOutput) SetEndpoints(v []*ExperienceEndpoint) *DescribeExperienceOutput
SetEndpoints sets the Endpoints field's value.
func (*DescribeExperienceOutput) SetErrorMessage ¶ added in v1.42.17
func (s *DescribeExperienceOutput) SetErrorMessage(v string) *DescribeExperienceOutput
SetErrorMessage sets the ErrorMessage field's value.
func (*DescribeExperienceOutput) SetId ¶ added in v1.42.17
func (s *DescribeExperienceOutput) SetId(v string) *DescribeExperienceOutput
SetId sets the Id field's value.
func (*DescribeExperienceOutput) SetIndexId ¶ added in v1.42.17
func (s *DescribeExperienceOutput) SetIndexId(v string) *DescribeExperienceOutput
SetIndexId sets the IndexId field's value.
func (*DescribeExperienceOutput) SetName ¶ added in v1.42.17
func (s *DescribeExperienceOutput) SetName(v string) *DescribeExperienceOutput
SetName sets the Name field's value.
func (*DescribeExperienceOutput) SetRoleArn ¶ added in v1.42.17
func (s *DescribeExperienceOutput) SetRoleArn(v string) *DescribeExperienceOutput
SetRoleArn sets the RoleArn field's value.
func (*DescribeExperienceOutput) SetStatus ¶ added in v1.42.17
func (s *DescribeExperienceOutput) SetStatus(v string) *DescribeExperienceOutput
SetStatus sets the Status field's value.
func (*DescribeExperienceOutput) SetUpdatedAt ¶ added in v1.42.17
func (s *DescribeExperienceOutput) SetUpdatedAt(v time.Time) *DescribeExperienceOutput
SetUpdatedAt sets the UpdatedAt field's value.
func (DescribeExperienceOutput) String ¶ added in v1.42.17
func (s DescribeExperienceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeFaqInput ¶
type DescribeFaqInput struct { // The unique identifier of the FAQ. // // Id is a required field Id *string `min:"1" type:"string" required:"true"` // The identifier of the index that contains the FAQ. // // IndexId is a required field IndexId *string `min:"36" type:"string" required:"true"` // contains filtered or unexported fields }
func (DescribeFaqInput) GoString ¶
func (s DescribeFaqInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeFaqInput) SetId ¶
func (s *DescribeFaqInput) SetId(v string) *DescribeFaqInput
SetId sets the Id field's value.
func (*DescribeFaqInput) SetIndexId ¶
func (s *DescribeFaqInput) SetIndexId(v string) *DescribeFaqInput
SetIndexId sets the IndexId field's value.
func (DescribeFaqInput) String ¶
func (s DescribeFaqInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeFaqInput) Validate ¶
func (s *DescribeFaqInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeFaqOutput ¶
type DescribeFaqOutput struct { // The date and time that the FAQ was created. CreatedAt *time.Time `type:"timestamp"` // The description of the FAQ that you provided when it was created. Description *string `type:"string"` // If the Status field is FAILED, the ErrorMessage field contains the reason // why the FAQ failed. ErrorMessage *string `min:"1" type:"string"` // The file format used by the input files for the FAQ. FileFormat *string `type:"string" enum:"FaqFileFormat"` // The identifier of the FAQ. Id *string `min:"1" type:"string"` // The identifier of the index that contains the FAQ. IndexId *string `min:"36" type:"string"` // The code for a language. This shows a supported language for the FAQ document. // English is supported by default. For more information on supported languages, // including their codes, see Adding documents in languages other than English // (https://docs.aws.amazon.com/kendra/latest/dg/in-adding-languages.html). LanguageCode *string `min:"2" type:"string"` // The name that you gave the FAQ when it was created. Name *string `min:"1" type:"string"` // The Amazon Resource Name (ARN) of the role that provides access to the S3 // bucket containing the input files for the FAQ. RoleArn *string `type:"string"` // Information required to find a specific file in an Amazon S3 bucket. S3Path *S3Path `type:"structure"` // The status of the FAQ. It is ready to use when the status is ACTIVE. Status *string `type:"string" enum:"FaqStatus"` // The date and time that the FAQ was last updated. UpdatedAt *time.Time `type:"timestamp"` // contains filtered or unexported fields }
func (DescribeFaqOutput) GoString ¶
func (s DescribeFaqOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeFaqOutput) SetCreatedAt ¶
func (s *DescribeFaqOutput) SetCreatedAt(v time.Time) *DescribeFaqOutput
SetCreatedAt sets the CreatedAt field's value.
func (*DescribeFaqOutput) SetDescription ¶
func (s *DescribeFaqOutput) SetDescription(v string) *DescribeFaqOutput
SetDescription sets the Description field's value.
func (*DescribeFaqOutput) SetErrorMessage ¶
func (s *DescribeFaqOutput) SetErrorMessage(v string) *DescribeFaqOutput
SetErrorMessage sets the ErrorMessage field's value.
func (*DescribeFaqOutput) SetFileFormat ¶ added in v1.34.26
func (s *DescribeFaqOutput) SetFileFormat(v string) *DescribeFaqOutput
SetFileFormat sets the FileFormat field's value.
func (*DescribeFaqOutput) SetId ¶
func (s *DescribeFaqOutput) SetId(v string) *DescribeFaqOutput
SetId sets the Id field's value.
func (*DescribeFaqOutput) SetIndexId ¶
func (s *DescribeFaqOutput) SetIndexId(v string) *DescribeFaqOutput
SetIndexId sets the IndexId field's value.
func (*DescribeFaqOutput) SetLanguageCode ¶ added in v1.40.58
func (s *DescribeFaqOutput) SetLanguageCode(v string) *DescribeFaqOutput
SetLanguageCode sets the LanguageCode field's value.
func (*DescribeFaqOutput) SetName ¶
func (s *DescribeFaqOutput) SetName(v string) *DescribeFaqOutput
SetName sets the Name field's value.
func (*DescribeFaqOutput) SetRoleArn ¶
func (s *DescribeFaqOutput) SetRoleArn(v string) *DescribeFaqOutput
SetRoleArn sets the RoleArn field's value.
func (*DescribeFaqOutput) SetS3Path ¶
func (s *DescribeFaqOutput) SetS3Path(v *S3Path) *DescribeFaqOutput
SetS3Path sets the S3Path field's value.
func (*DescribeFaqOutput) SetStatus ¶
func (s *DescribeFaqOutput) SetStatus(v string) *DescribeFaqOutput
SetStatus sets the Status field's value.
func (*DescribeFaqOutput) SetUpdatedAt ¶
func (s *DescribeFaqOutput) SetUpdatedAt(v time.Time) *DescribeFaqOutput
SetUpdatedAt sets the UpdatedAt field's value.
func (DescribeFaqOutput) String ¶
func (s DescribeFaqOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeIndexInput ¶
type DescribeIndexInput struct { // The identifier of the index to describe. // // Id is a required field Id *string `min:"36" type:"string" required:"true"` // contains filtered or unexported fields }
func (DescribeIndexInput) GoString ¶
func (s DescribeIndexInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeIndexInput) SetId ¶
func (s *DescribeIndexInput) SetId(v string) *DescribeIndexInput
SetId sets the Id field's value.
func (DescribeIndexInput) String ¶
func (s DescribeIndexInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeIndexInput) Validate ¶
func (s *DescribeIndexInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeIndexOutput ¶
type DescribeIndexOutput struct { // For Enterprise Edition indexes, you can choose to use additional capacity // to meet the needs of your application. This contains the capacity units used // for the index. A query or document storage capacity of zero indicates that // the index is using the default capacity. For more information on the default // capacity for an index and adjusting this, see Adjusting capacity (https://docs.aws.amazon.com/kendra/latest/dg/adjusting-capacity.html). CapacityUnits *CapacityUnitsConfiguration `type:"structure"` // The Unix datetime that the index was created. CreatedAt *time.Time `type:"timestamp"` // The description for the index. Description *string `type:"string"` // Configuration settings for any metadata applied to the documents in the index. DocumentMetadataConfigurations []*DocumentMetadataConfiguration `type:"list"` // The Amazon Kendra edition used for the index. You decide the edition when // you create the index. Edition *string `type:"string" enum:"IndexEdition"` // When the Status field value is FAILED, the ErrorMessage field contains a // message that explains why. ErrorMessage *string `min:"1" type:"string"` // The identifier of the index. Id *string `min:"36" type:"string"` // Provides information about the number of FAQ questions and answers and the // number of text documents indexed. IndexStatistics *IndexStatistics `type:"structure"` // The name of the index. Name *string `min:"1" type:"string"` // The Amazon Resource Name (ARN) of the IAM role that gives Amazon Kendra permission // to write to your Amazon Cloudwatch logs. RoleArn *string `type:"string"` // The identifier of the KMScustomer master key (CMK) that is used to encrypt // your data. Amazon Kendra doesn't support asymmetric CMKs. ServerSideEncryptionConfiguration *ServerSideEncryptionConfiguration `type:"structure"` // The current status of the index. When the value is ACTIVE, the index is ready // for use. If the Status field value is FAILED, the ErrorMessage field contains // a message that explains why. Status *string `type:"string" enum:"IndexStatus"` // The Unix datetime that the index was last updated. UpdatedAt *time.Time `type:"timestamp"` // The user context policy for the Amazon Kendra index. UserContextPolicy *string `type:"string" enum:"UserContextPolicy"` // Shows whether you have enabled the configuration for fetching access levels // of groups and users from an Amazon Web Services Single Sign On identity source. UserGroupResolutionConfiguration *UserGroupResolutionConfiguration `type:"structure"` // The user token configuration for the Amazon Kendra index. UserTokenConfigurations []*UserTokenConfiguration `type:"list"` // contains filtered or unexported fields }
func (DescribeIndexOutput) GoString ¶
func (s DescribeIndexOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeIndexOutput) SetCapacityUnits ¶ added in v1.30.25
func (s *DescribeIndexOutput) SetCapacityUnits(v *CapacityUnitsConfiguration) *DescribeIndexOutput
SetCapacityUnits sets the CapacityUnits field's value.
func (*DescribeIndexOutput) SetCreatedAt ¶
func (s *DescribeIndexOutput) SetCreatedAt(v time.Time) *DescribeIndexOutput
SetCreatedAt sets the CreatedAt field's value.
func (*DescribeIndexOutput) SetDescription ¶
func (s *DescribeIndexOutput) SetDescription(v string) *DescribeIndexOutput
SetDescription sets the Description field's value.
func (*DescribeIndexOutput) SetDocumentMetadataConfigurations ¶
func (s *DescribeIndexOutput) SetDocumentMetadataConfigurations(v []*DocumentMetadataConfiguration) *DescribeIndexOutput
SetDocumentMetadataConfigurations sets the DocumentMetadataConfigurations field's value.
func (*DescribeIndexOutput) SetEdition ¶ added in v1.30.25
func (s *DescribeIndexOutput) SetEdition(v string) *DescribeIndexOutput
SetEdition sets the Edition field's value.
func (*DescribeIndexOutput) SetErrorMessage ¶
func (s *DescribeIndexOutput) SetErrorMessage(v string) *DescribeIndexOutput
SetErrorMessage sets the ErrorMessage field's value.
func (*DescribeIndexOutput) SetId ¶
func (s *DescribeIndexOutput) SetId(v string) *DescribeIndexOutput
SetId sets the Id field's value.
func (*DescribeIndexOutput) SetIndexStatistics ¶
func (s *DescribeIndexOutput) SetIndexStatistics(v *IndexStatistics) *DescribeIndexOutput
SetIndexStatistics sets the IndexStatistics field's value.
func (*DescribeIndexOutput) SetName ¶
func (s *DescribeIndexOutput) SetName(v string) *DescribeIndexOutput
SetName sets the Name field's value.
func (*DescribeIndexOutput) SetRoleArn ¶
func (s *DescribeIndexOutput) SetRoleArn(v string) *DescribeIndexOutput
SetRoleArn sets the RoleArn field's value.
func (*DescribeIndexOutput) SetServerSideEncryptionConfiguration ¶
func (s *DescribeIndexOutput) SetServerSideEncryptionConfiguration(v *ServerSideEncryptionConfiguration) *DescribeIndexOutput
SetServerSideEncryptionConfiguration sets the ServerSideEncryptionConfiguration field's value.
func (*DescribeIndexOutput) SetStatus ¶
func (s *DescribeIndexOutput) SetStatus(v string) *DescribeIndexOutput
SetStatus sets the Status field's value.
func (*DescribeIndexOutput) SetUpdatedAt ¶
func (s *DescribeIndexOutput) SetUpdatedAt(v time.Time) *DescribeIndexOutput
SetUpdatedAt sets the UpdatedAt field's value.
func (*DescribeIndexOutput) SetUserContextPolicy ¶ added in v1.35.22
func (s *DescribeIndexOutput) SetUserContextPolicy(v string) *DescribeIndexOutput
SetUserContextPolicy sets the UserContextPolicy field's value.
func (*DescribeIndexOutput) SetUserGroupResolutionConfiguration ¶ added in v1.40.57
func (s *DescribeIndexOutput) SetUserGroupResolutionConfiguration(v *UserGroupResolutionConfiguration) *DescribeIndexOutput
SetUserGroupResolutionConfiguration sets the UserGroupResolutionConfiguration field's value.
func (*DescribeIndexOutput) SetUserTokenConfigurations ¶ added in v1.35.22
func (s *DescribeIndexOutput) SetUserTokenConfigurations(v []*UserTokenConfiguration) *DescribeIndexOutput
SetUserTokenConfigurations sets the UserTokenConfigurations field's value.
func (DescribeIndexOutput) String ¶
func (s DescribeIndexOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribePrincipalMappingInput ¶ added in v1.39.5
type DescribePrincipalMappingInput struct { // The identifier of the data source to check the processing of PUT and DELETE // actions for mapping users to their groups. DataSourceId *string `min:"1" type:"string"` // The identifier of the group required to check the processing of PUT and DELETE // actions for mapping users to their groups. // // GroupId is a required field GroupId *string `min:"1" type:"string" required:"true"` // The identifier of the index required to check the processing of PUT and DELETE // actions for mapping users to their groups. // // IndexId is a required field IndexId *string `min:"36" type:"string" required:"true"` // contains filtered or unexported fields }
func (DescribePrincipalMappingInput) GoString ¶ added in v1.39.5
func (s DescribePrincipalMappingInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribePrincipalMappingInput) SetDataSourceId ¶ added in v1.39.5
func (s *DescribePrincipalMappingInput) SetDataSourceId(v string) *DescribePrincipalMappingInput
SetDataSourceId sets the DataSourceId field's value.
func (*DescribePrincipalMappingInput) SetGroupId ¶ added in v1.39.5
func (s *DescribePrincipalMappingInput) SetGroupId(v string) *DescribePrincipalMappingInput
SetGroupId sets the GroupId field's value.
func (*DescribePrincipalMappingInput) SetIndexId ¶ added in v1.39.5
func (s *DescribePrincipalMappingInput) SetIndexId(v string) *DescribePrincipalMappingInput
SetIndexId sets the IndexId field's value.
func (DescribePrincipalMappingInput) String ¶ added in v1.39.5
func (s DescribePrincipalMappingInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribePrincipalMappingInput) Validate ¶ added in v1.39.5
func (s *DescribePrincipalMappingInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribePrincipalMappingOutput ¶ added in v1.39.5
type DescribePrincipalMappingOutput struct { // Shows the identifier of the data source to see information on the processing // of PUT and DELETE actions for mapping users to their groups. DataSourceId *string `min:"1" type:"string"` // Shows the identifier of the group to see information on the processing of // PUT and DELETE actions for mapping users to their groups. GroupId *string `min:"1" type:"string"` // Shows the following information on the processing of PUT and DELETE actions // for mapping users to their groups: // // * Status – the status can be either PROCESSING, SUCCEEDED, DELETING, // DELETED, or FAILED. // // * Last updated – the last date-time an action was updated. // // * Received – the last date-time an action was received or submitted. // // * Ordering ID – the latest action that should process and apply after // other actions. // // * Failure reason – the reason an action could not be processed. GroupOrderingIdSummaries []*GroupOrderingIdSummary `type:"list"` // Shows the identifier of the index to see information on the processing of // PUT and DELETE actions for mapping users to their groups. IndexId *string `min:"36" type:"string"` // contains filtered or unexported fields }
func (DescribePrincipalMappingOutput) GoString ¶ added in v1.39.5
func (s DescribePrincipalMappingOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribePrincipalMappingOutput) SetDataSourceId ¶ added in v1.39.5
func (s *DescribePrincipalMappingOutput) SetDataSourceId(v string) *DescribePrincipalMappingOutput
SetDataSourceId sets the DataSourceId field's value.
func (*DescribePrincipalMappingOutput) SetGroupId ¶ added in v1.39.5
func (s *DescribePrincipalMappingOutput) SetGroupId(v string) *DescribePrincipalMappingOutput
SetGroupId sets the GroupId field's value.
func (*DescribePrincipalMappingOutput) SetGroupOrderingIdSummaries ¶ added in v1.39.5
func (s *DescribePrincipalMappingOutput) SetGroupOrderingIdSummaries(v []*GroupOrderingIdSummary) *DescribePrincipalMappingOutput
SetGroupOrderingIdSummaries sets the GroupOrderingIdSummaries field's value.
func (*DescribePrincipalMappingOutput) SetIndexId ¶ added in v1.39.5
func (s *DescribePrincipalMappingOutput) SetIndexId(v string) *DescribePrincipalMappingOutput
SetIndexId sets the IndexId field's value.
func (DescribePrincipalMappingOutput) String ¶ added in v1.39.5
func (s DescribePrincipalMappingOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeQuerySuggestionsBlockListInput ¶ added in v1.38.50
type DescribeQuerySuggestionsBlockListInput struct { // The unique identifier of the block list. // // Id is a required field Id *string `min:"36" type:"string" required:"true"` // The identifier of the index for the block list. // // IndexId is a required field IndexId *string `min:"36" type:"string" required:"true"` // contains filtered or unexported fields }
func (DescribeQuerySuggestionsBlockListInput) GoString ¶ added in v1.38.50
func (s DescribeQuerySuggestionsBlockListInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeQuerySuggestionsBlockListInput) SetId ¶ added in v1.38.50
func (s *DescribeQuerySuggestionsBlockListInput) SetId(v string) *DescribeQuerySuggestionsBlockListInput
SetId sets the Id field's value.
func (*DescribeQuerySuggestionsBlockListInput) SetIndexId ¶ added in v1.38.50
func (s *DescribeQuerySuggestionsBlockListInput) SetIndexId(v string) *DescribeQuerySuggestionsBlockListInput
SetIndexId sets the IndexId field's value.
func (DescribeQuerySuggestionsBlockListInput) String ¶ added in v1.38.50
func (s DescribeQuerySuggestionsBlockListInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeQuerySuggestionsBlockListInput) Validate ¶ added in v1.38.50
func (s *DescribeQuerySuggestionsBlockListInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeQuerySuggestionsBlockListOutput ¶ added in v1.38.50
type DescribeQuerySuggestionsBlockListOutput struct { // Shows the date-time a block list for query suggestions was created. CreatedAt *time.Time `type:"timestamp"` // Shows the description for the block list. Description *string `type:"string"` // Shows the error message with details when there are issues in processing // the block list. ErrorMessage *string `min:"1" type:"string"` // Shows the current size of the block list text file in S3. FileSizeBytes *int64 `type:"long"` // Shows the unique identifier of the block list. Id *string `min:"36" type:"string"` // Shows the identifier of the index for the block list. IndexId *string `min:"36" type:"string"` // Shows the current number of valid, non-empty words or phrases in the block // list text file. ItemCount *int64 `type:"integer"` // Shows the name of the block list. Name *string `min:"1" type:"string"` // Shows the current IAM (Identity and Access Management) role used by Amazon // Kendra to access the block list text file in S3. // // The role needs S3 read permissions to your file in S3 and needs to give STS // (Security Token Service) assume role permissions to Amazon Kendra. RoleArn *string `type:"string"` // Shows the current S3 path to your block list text file in your S3 bucket. // // Each block word or phrase should be on a separate line in a text file. // // For information on the current quota limits for block lists, see Quotas for // Amazon Kendra (https://docs.aws.amazon.com/kendra/latest/dg/quotas.html). SourceS3Path *S3Path `type:"structure"` // Shows whether the current status of the block list is ACTIVE or INACTIVE. Status *string `type:"string" enum:"QuerySuggestionsBlockListStatus"` // Shows the date-time a block list for query suggestions was last updated. UpdatedAt *time.Time `type:"timestamp"` // contains filtered or unexported fields }
func (DescribeQuerySuggestionsBlockListOutput) GoString ¶ added in v1.38.50
func (s DescribeQuerySuggestionsBlockListOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeQuerySuggestionsBlockListOutput) SetCreatedAt ¶ added in v1.38.50
func (s *DescribeQuerySuggestionsBlockListOutput) SetCreatedAt(v time.Time) *DescribeQuerySuggestionsBlockListOutput
SetCreatedAt sets the CreatedAt field's value.
func (*DescribeQuerySuggestionsBlockListOutput) SetDescription ¶ added in v1.38.50
func (s *DescribeQuerySuggestionsBlockListOutput) SetDescription(v string) *DescribeQuerySuggestionsBlockListOutput
SetDescription sets the Description field's value.
func (*DescribeQuerySuggestionsBlockListOutput) SetErrorMessage ¶ added in v1.38.50
func (s *DescribeQuerySuggestionsBlockListOutput) SetErrorMessage(v string) *DescribeQuerySuggestionsBlockListOutput
SetErrorMessage sets the ErrorMessage field's value.
func (*DescribeQuerySuggestionsBlockListOutput) SetFileSizeBytes ¶ added in v1.38.50
func (s *DescribeQuerySuggestionsBlockListOutput) SetFileSizeBytes(v int64) *DescribeQuerySuggestionsBlockListOutput
SetFileSizeBytes sets the FileSizeBytes field's value.
func (*DescribeQuerySuggestionsBlockListOutput) SetId ¶ added in v1.38.50
func (s *DescribeQuerySuggestionsBlockListOutput) SetId(v string) *DescribeQuerySuggestionsBlockListOutput
SetId sets the Id field's value.
func (*DescribeQuerySuggestionsBlockListOutput) SetIndexId ¶ added in v1.38.50
func (s *DescribeQuerySuggestionsBlockListOutput) SetIndexId(v string) *DescribeQuerySuggestionsBlockListOutput
SetIndexId sets the IndexId field's value.
func (*DescribeQuerySuggestionsBlockListOutput) SetItemCount ¶ added in v1.38.50
func (s *DescribeQuerySuggestionsBlockListOutput) SetItemCount(v int64) *DescribeQuerySuggestionsBlockListOutput
SetItemCount sets the ItemCount field's value.
func (*DescribeQuerySuggestionsBlockListOutput) SetName ¶ added in v1.38.50
func (s *DescribeQuerySuggestionsBlockListOutput) SetName(v string) *DescribeQuerySuggestionsBlockListOutput
SetName sets the Name field's value.
func (*DescribeQuerySuggestionsBlockListOutput) SetRoleArn ¶ added in v1.38.50
func (s *DescribeQuerySuggestionsBlockListOutput) SetRoleArn(v string) *DescribeQuerySuggestionsBlockListOutput
SetRoleArn sets the RoleArn field's value.
func (*DescribeQuerySuggestionsBlockListOutput) SetSourceS3Path ¶ added in v1.38.50
func (s *DescribeQuerySuggestionsBlockListOutput) SetSourceS3Path(v *S3Path) *DescribeQuerySuggestionsBlockListOutput
SetSourceS3Path sets the SourceS3Path field's value.
func (*DescribeQuerySuggestionsBlockListOutput) SetStatus ¶ added in v1.38.50
func (s *DescribeQuerySuggestionsBlockListOutput) SetStatus(v string) *DescribeQuerySuggestionsBlockListOutput
SetStatus sets the Status field's value.
func (*DescribeQuerySuggestionsBlockListOutput) SetUpdatedAt ¶ added in v1.38.50
func (s *DescribeQuerySuggestionsBlockListOutput) SetUpdatedAt(v time.Time) *DescribeQuerySuggestionsBlockListOutput
SetUpdatedAt sets the UpdatedAt field's value.
func (DescribeQuerySuggestionsBlockListOutput) String ¶ added in v1.38.50
func (s DescribeQuerySuggestionsBlockListOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeQuerySuggestionsConfigInput ¶ added in v1.38.50
type DescribeQuerySuggestionsConfigInput struct { // The identifier of the index you want to describe query suggestions settings // for. // // IndexId is a required field IndexId *string `min:"36" type:"string" required:"true"` // contains filtered or unexported fields }
func (DescribeQuerySuggestionsConfigInput) GoString ¶ added in v1.38.50
func (s DescribeQuerySuggestionsConfigInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeQuerySuggestionsConfigInput) SetIndexId ¶ added in v1.38.50
func (s *DescribeQuerySuggestionsConfigInput) SetIndexId(v string) *DescribeQuerySuggestionsConfigInput
SetIndexId sets the IndexId field's value.
func (DescribeQuerySuggestionsConfigInput) String ¶ added in v1.38.50
func (s DescribeQuerySuggestionsConfigInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeQuerySuggestionsConfigInput) Validate ¶ added in v1.38.50
func (s *DescribeQuerySuggestionsConfigInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeQuerySuggestionsConfigOutput ¶ added in v1.38.50
type DescribeQuerySuggestionsConfigOutput struct { // Shows whether Amazon Kendra uses all queries or only uses queries that include // user information to generate query suggestions. IncludeQueriesWithoutUserInformation *bool `type:"boolean"` // Shows the date-time query suggestions for an index was last cleared. // // After you clear suggestions, Amazon Kendra learns new suggestions based on // new queries added to the query log from the time you cleared suggestions. // Amazon Kendra only considers re-occurences of a query from the time you cleared // suggestions. LastClearTime *time.Time `type:"timestamp"` // Shows the date-time query suggestions for an index was last updated. LastSuggestionsBuildTime *time.Time `type:"timestamp"` // Shows the minimum number of unique users who must search a query in order // for the query to be eligible to suggest to your users. MinimumNumberOfQueryingUsers *int64 `min:"1" type:"integer"` // Shows the minimum number of times a query must be searched in order for the // query to be eligible to suggest to your users. MinimumQueryCount *int64 `min:"1" type:"integer"` // Shows whether query suggestions are currently in ENABLED mode or LEARN_ONLY // mode. // // By default, Amazon Kendra enables query suggestions.LEARN_ONLY turns off // query suggestions for your users. You can change the mode using the UpdateQuerySuggestionsConfig // (https://docs.aws.amazon.com/kendra/latest/dg/API_UpdateQuerySuggestionsConfig.html) // API. Mode *string `type:"string" enum:"Mode"` // Shows how recent your queries are in your query log time window (in days). QueryLogLookBackWindowInDays *int64 `type:"integer"` // Shows whether the status of query suggestions settings is currently Active // or Updating. // // Active means the current settings apply and Updating means your changed settings // are in the process of applying. Status *string `type:"string" enum:"QuerySuggestionsStatus"` // Shows the current total count of query suggestions for an index. // // This count can change when you update your query suggestions settings, if // you filter out certain queries from suggestions using a block list, and as // the query log accumulates more queries for Amazon Kendra to learn from. TotalSuggestionsCount *int64 `type:"integer"` // contains filtered or unexported fields }
func (DescribeQuerySuggestionsConfigOutput) GoString ¶ added in v1.38.50
func (s DescribeQuerySuggestionsConfigOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeQuerySuggestionsConfigOutput) SetIncludeQueriesWithoutUserInformation ¶ added in v1.38.50
func (s *DescribeQuerySuggestionsConfigOutput) SetIncludeQueriesWithoutUserInformation(v bool) *DescribeQuerySuggestionsConfigOutput
SetIncludeQueriesWithoutUserInformation sets the IncludeQueriesWithoutUserInformation field's value.
func (*DescribeQuerySuggestionsConfigOutput) SetLastClearTime ¶ added in v1.38.50
func (s *DescribeQuerySuggestionsConfigOutput) SetLastClearTime(v time.Time) *DescribeQuerySuggestionsConfigOutput
SetLastClearTime sets the LastClearTime field's value.
func (*DescribeQuerySuggestionsConfigOutput) SetLastSuggestionsBuildTime ¶ added in v1.38.50
func (s *DescribeQuerySuggestionsConfigOutput) SetLastSuggestionsBuildTime(v time.Time) *DescribeQuerySuggestionsConfigOutput
SetLastSuggestionsBuildTime sets the LastSuggestionsBuildTime field's value.
func (*DescribeQuerySuggestionsConfigOutput) SetMinimumNumberOfQueryingUsers ¶ added in v1.38.50
func (s *DescribeQuerySuggestionsConfigOutput) SetMinimumNumberOfQueryingUsers(v int64) *DescribeQuerySuggestionsConfigOutput
SetMinimumNumberOfQueryingUsers sets the MinimumNumberOfQueryingUsers field's value.
func (*DescribeQuerySuggestionsConfigOutput) SetMinimumQueryCount ¶ added in v1.38.50
func (s *DescribeQuerySuggestionsConfigOutput) SetMinimumQueryCount(v int64) *DescribeQuerySuggestionsConfigOutput
SetMinimumQueryCount sets the MinimumQueryCount field's value.
func (*DescribeQuerySuggestionsConfigOutput) SetMode ¶ added in v1.38.50
func (s *DescribeQuerySuggestionsConfigOutput) SetMode(v string) *DescribeQuerySuggestionsConfigOutput
SetMode sets the Mode field's value.
func (*DescribeQuerySuggestionsConfigOutput) SetQueryLogLookBackWindowInDays ¶ added in v1.38.50
func (s *DescribeQuerySuggestionsConfigOutput) SetQueryLogLookBackWindowInDays(v int64) *DescribeQuerySuggestionsConfigOutput
SetQueryLogLookBackWindowInDays sets the QueryLogLookBackWindowInDays field's value.
func (*DescribeQuerySuggestionsConfigOutput) SetStatus ¶ added in v1.38.50
func (s *DescribeQuerySuggestionsConfigOutput) SetStatus(v string) *DescribeQuerySuggestionsConfigOutput
SetStatus sets the Status field's value.
func (*DescribeQuerySuggestionsConfigOutput) SetTotalSuggestionsCount ¶ added in v1.38.50
func (s *DescribeQuerySuggestionsConfigOutput) SetTotalSuggestionsCount(v int64) *DescribeQuerySuggestionsConfigOutput
SetTotalSuggestionsCount sets the TotalSuggestionsCount field's value.
func (DescribeQuerySuggestionsConfigOutput) String ¶ added in v1.38.50
func (s DescribeQuerySuggestionsConfigOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeThesaurusInput ¶ added in v1.36.6
type DescribeThesaurusInput struct { // The identifier of the thesaurus to describe. // // Id is a required field Id *string `min:"1" type:"string" required:"true"` // The identifier of the index associated with the thesaurus to describe. // // IndexId is a required field IndexId *string `min:"36" type:"string" required:"true"` // contains filtered or unexported fields }
func (DescribeThesaurusInput) GoString ¶ added in v1.36.6
func (s DescribeThesaurusInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeThesaurusInput) SetId ¶ added in v1.36.6
func (s *DescribeThesaurusInput) SetId(v string) *DescribeThesaurusInput
SetId sets the Id field's value.
func (*DescribeThesaurusInput) SetIndexId ¶ added in v1.36.6
func (s *DescribeThesaurusInput) SetIndexId(v string) *DescribeThesaurusInput
SetIndexId sets the IndexId field's value.
func (DescribeThesaurusInput) String ¶ added in v1.36.6
func (s DescribeThesaurusInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeThesaurusInput) Validate ¶ added in v1.36.6
func (s *DescribeThesaurusInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeThesaurusOutput ¶ added in v1.36.6
type DescribeThesaurusOutput struct { // The Unix datetime that the thesaurus was created. CreatedAt *time.Time `type:"timestamp"` // The thesaurus description. Description *string `type:"string"` // When the Status field value is FAILED, the ErrorMessage field provides more // information. ErrorMessage *string `min:"1" type:"string"` // The size of the thesaurus file in bytes. FileSizeBytes *int64 `type:"long"` // The identifier of the thesaurus. Id *string `min:"1" type:"string"` // The identifier of the index associated with the thesaurus to describe. IndexId *string `min:"36" type:"string"` // The thesaurus name. Name *string `min:"1" type:"string"` // An IAM role that gives Amazon Kendra permissions to access thesaurus file // specified in SourceS3Path. RoleArn *string `type:"string"` // Information required to find a specific file in an Amazon S3 bucket. SourceS3Path *S3Path `type:"structure"` // The current status of the thesaurus. When the value is ACTIVE, queries are // able to use the thesaurus. If the Status field value is FAILED, the ErrorMessage // field provides more information. // // If the status is ACTIVE_BUT_UPDATE_FAILED, it means that Amazon Kendra could // not ingest the new thesaurus file. The old thesaurus file is still active. Status *string `type:"string" enum:"ThesaurusStatus"` // The number of synonym rules in the thesaurus file. SynonymRuleCount *int64 `type:"long"` // The number of unique terms in the thesaurus file. For example, the synonyms // a,b,c and a=>d, the term count would be 4. TermCount *int64 `type:"long"` // The Unix datetime that the thesaurus was last updated. UpdatedAt *time.Time `type:"timestamp"` // contains filtered or unexported fields }
func (DescribeThesaurusOutput) GoString ¶ added in v1.36.6
func (s DescribeThesaurusOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeThesaurusOutput) SetCreatedAt ¶ added in v1.36.6
func (s *DescribeThesaurusOutput) SetCreatedAt(v time.Time) *DescribeThesaurusOutput
SetCreatedAt sets the CreatedAt field's value.
func (*DescribeThesaurusOutput) SetDescription ¶ added in v1.36.6
func (s *DescribeThesaurusOutput) SetDescription(v string) *DescribeThesaurusOutput
SetDescription sets the Description field's value.
func (*DescribeThesaurusOutput) SetErrorMessage ¶ added in v1.36.6
func (s *DescribeThesaurusOutput) SetErrorMessage(v string) *DescribeThesaurusOutput
SetErrorMessage sets the ErrorMessage field's value.
func (*DescribeThesaurusOutput) SetFileSizeBytes ¶ added in v1.36.6
func (s *DescribeThesaurusOutput) SetFileSizeBytes(v int64) *DescribeThesaurusOutput
SetFileSizeBytes sets the FileSizeBytes field's value.
func (*DescribeThesaurusOutput) SetId ¶ added in v1.36.6
func (s *DescribeThesaurusOutput) SetId(v string) *DescribeThesaurusOutput
SetId sets the Id field's value.
func (*DescribeThesaurusOutput) SetIndexId ¶ added in v1.36.6
func (s *DescribeThesaurusOutput) SetIndexId(v string) *DescribeThesaurusOutput
SetIndexId sets the IndexId field's value.
func (*DescribeThesaurusOutput) SetName ¶ added in v1.36.6
func (s *DescribeThesaurusOutput) SetName(v string) *DescribeThesaurusOutput
SetName sets the Name field's value.
func (*DescribeThesaurusOutput) SetRoleArn ¶ added in v1.36.6
func (s *DescribeThesaurusOutput) SetRoleArn(v string) *DescribeThesaurusOutput
SetRoleArn sets the RoleArn field's value.
func (*DescribeThesaurusOutput) SetSourceS3Path ¶ added in v1.36.6
func (s *DescribeThesaurusOutput) SetSourceS3Path(v *S3Path) *DescribeThesaurusOutput
SetSourceS3Path sets the SourceS3Path field's value.
func (*DescribeThesaurusOutput) SetStatus ¶ added in v1.36.6
func (s *DescribeThesaurusOutput) SetStatus(v string) *DescribeThesaurusOutput
SetStatus sets the Status field's value.
func (*DescribeThesaurusOutput) SetSynonymRuleCount ¶ added in v1.36.6
func (s *DescribeThesaurusOutput) SetSynonymRuleCount(v int64) *DescribeThesaurusOutput
SetSynonymRuleCount sets the SynonymRuleCount field's value.
func (*DescribeThesaurusOutput) SetTermCount ¶ added in v1.36.6
func (s *DescribeThesaurusOutput) SetTermCount(v int64) *DescribeThesaurusOutput
SetTermCount sets the TermCount field's value.
func (*DescribeThesaurusOutput) SetUpdatedAt ¶ added in v1.36.6
func (s *DescribeThesaurusOutput) SetUpdatedAt(v time.Time) *DescribeThesaurusOutput
SetUpdatedAt sets the UpdatedAt field's value.
func (DescribeThesaurusOutput) String ¶ added in v1.36.6
func (s DescribeThesaurusOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DisassociateEntitiesFromExperienceInput ¶ added in v1.42.17
type DisassociateEntitiesFromExperienceInput struct { // Lists users or groups in your Amazon Web Services SSO identity source. // // EntityList is a required field EntityList []*EntityConfiguration `min:"1" type:"list" required:"true"` // The identifier of your Amazon Kendra experience. // // Id is a required field Id *string `min:"1" type:"string" required:"true"` // The identifier of the index for your Amazon Kendra experience. // // IndexId is a required field IndexId *string `min:"36" type:"string" required:"true"` // contains filtered or unexported fields }
func (DisassociateEntitiesFromExperienceInput) GoString ¶ added in v1.42.17
func (s DisassociateEntitiesFromExperienceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DisassociateEntitiesFromExperienceInput) SetEntityList ¶ added in v1.42.17
func (s *DisassociateEntitiesFromExperienceInput) SetEntityList(v []*EntityConfiguration) *DisassociateEntitiesFromExperienceInput
SetEntityList sets the EntityList field's value.
func (*DisassociateEntitiesFromExperienceInput) SetId ¶ added in v1.42.17
func (s *DisassociateEntitiesFromExperienceInput) SetId(v string) *DisassociateEntitiesFromExperienceInput
SetId sets the Id field's value.
func (*DisassociateEntitiesFromExperienceInput) SetIndexId ¶ added in v1.42.17
func (s *DisassociateEntitiesFromExperienceInput) SetIndexId(v string) *DisassociateEntitiesFromExperienceInput
SetIndexId sets the IndexId field's value.
func (DisassociateEntitiesFromExperienceInput) String ¶ added in v1.42.17
func (s DisassociateEntitiesFromExperienceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DisassociateEntitiesFromExperienceInput) Validate ¶ added in v1.42.17
func (s *DisassociateEntitiesFromExperienceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DisassociateEntitiesFromExperienceOutput ¶ added in v1.42.17
type DisassociateEntitiesFromExperienceOutput struct { // Lists the users or groups in your Amazon Web Services SSO identity source // that failed to properly remove access to your Amazon Kendra experience. FailedEntityList []*FailedEntity `min:"1" type:"list"` // contains filtered or unexported fields }
func (DisassociateEntitiesFromExperienceOutput) GoString ¶ added in v1.42.17
func (s DisassociateEntitiesFromExperienceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DisassociateEntitiesFromExperienceOutput) SetFailedEntityList ¶ added in v1.42.17
func (s *DisassociateEntitiesFromExperienceOutput) SetFailedEntityList(v []*FailedEntity) *DisassociateEntitiesFromExperienceOutput
SetFailedEntityList sets the FailedEntityList field's value.
func (DisassociateEntitiesFromExperienceOutput) String ¶ added in v1.42.17
func (s DisassociateEntitiesFromExperienceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DisassociatePersonasFromEntitiesInput ¶ added in v1.42.17
type DisassociatePersonasFromEntitiesInput struct { // The identifiers of users or groups in your Amazon Web Services SSO identity // source. For example, user IDs could be user emails. // // EntityIds is a required field EntityIds []*string `min:"1" type:"list" required:"true"` // The identifier of your Amazon Kendra experience. // // Id is a required field Id *string `min:"1" type:"string" required:"true"` // The identifier of the index for your Amazon Kendra experience. // // IndexId is a required field IndexId *string `min:"36" type:"string" required:"true"` // contains filtered or unexported fields }
func (DisassociatePersonasFromEntitiesInput) GoString ¶ added in v1.42.17
func (s DisassociatePersonasFromEntitiesInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DisassociatePersonasFromEntitiesInput) SetEntityIds ¶ added in v1.42.17
func (s *DisassociatePersonasFromEntitiesInput) SetEntityIds(v []*string) *DisassociatePersonasFromEntitiesInput
SetEntityIds sets the EntityIds field's value.
func (*DisassociatePersonasFromEntitiesInput) SetId ¶ added in v1.42.17
func (s *DisassociatePersonasFromEntitiesInput) SetId(v string) *DisassociatePersonasFromEntitiesInput
SetId sets the Id field's value.
func (*DisassociatePersonasFromEntitiesInput) SetIndexId ¶ added in v1.42.17
func (s *DisassociatePersonasFromEntitiesInput) SetIndexId(v string) *DisassociatePersonasFromEntitiesInput
SetIndexId sets the IndexId field's value.
func (DisassociatePersonasFromEntitiesInput) String ¶ added in v1.42.17
func (s DisassociatePersonasFromEntitiesInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DisassociatePersonasFromEntitiesInput) Validate ¶ added in v1.42.17
func (s *DisassociatePersonasFromEntitiesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DisassociatePersonasFromEntitiesOutput ¶ added in v1.42.17
type DisassociatePersonasFromEntitiesOutput struct { // Lists the users or groups in your Amazon Web Services SSO identity source // that failed to properly remove access to your Amazon Kendra experience. FailedEntityList []*FailedEntity `min:"1" type:"list"` // contains filtered or unexported fields }
func (DisassociatePersonasFromEntitiesOutput) GoString ¶ added in v1.42.17
func (s DisassociatePersonasFromEntitiesOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DisassociatePersonasFromEntitiesOutput) SetFailedEntityList ¶ added in v1.42.17
func (s *DisassociatePersonasFromEntitiesOutput) SetFailedEntityList(v []*FailedEntity) *DisassociatePersonasFromEntitiesOutput
SetFailedEntityList sets the FailedEntityList field's value.
func (DisassociatePersonasFromEntitiesOutput) String ¶ added in v1.42.17
func (s DisassociatePersonasFromEntitiesOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Document ¶
type Document struct { // Information on user and group access rights, which is used for user context // filtering. AccessControlList []*Principal `type:"list"` // Custom attributes to apply to the document. Use the custom attributes to // provide additional information for searching, to provide facets for refining // searches, and to provide additional information in the query response. // // For example, 'DataSourceId' and 'DataSourceSyncJobId' are custom attributes // that provide information on the synchronization of documents running on a // data source. Note, 'DataSourceSyncJobId' could be an optional custom attribute // as Amazon Kendra will use the ID of a running sync job. Attributes []*DocumentAttribute `type:"list"` // The contents of the document. // // Documents passed to the Blob parameter must be base64 encoded. Your code // might not need to encode the document file bytes if you're using an Amazon // Web Services SDK to call Amazon Kendra APIs. If you are calling the Amazon // Kendra endpoint directly using REST, you must base64 encode the contents // before sending. // Blob is automatically base64 encoded/decoded by the SDK. Blob []byte `type:"blob"` // The file type of the document in the Blob field. ContentType *string `type:"string" enum:"ContentType"` // The list of principal (https://docs.aws.amazon.com/kendra/latest/dg/API_Principal.html) // lists that define the hierarchy for which documents users should have access // to. HierarchicalAccessControlList []*HierarchicalPrincipal `min:"1" type:"list"` // A unique identifier of the document in the index. // // Id is a required field Id *string `min:"1" type:"string" required:"true"` // Information required to find a specific file in an Amazon S3 bucket. S3Path *S3Path `type:"structure"` // The title of the document. Title *string `type:"string"` // contains filtered or unexported fields }
A document in an index.
func (Document) GoString ¶
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*Document) SetAccessControlList ¶
SetAccessControlList sets the AccessControlList field's value.
func (*Document) SetAttributes ¶
func (s *Document) SetAttributes(v []*DocumentAttribute) *Document
SetAttributes sets the Attributes field's value.
func (*Document) SetContentType ¶
SetContentType sets the ContentType field's value.
func (*Document) SetHierarchicalAccessControlList ¶ added in v1.39.5
func (s *Document) SetHierarchicalAccessControlList(v []*HierarchicalPrincipal) *Document
SetHierarchicalAccessControlList sets the HierarchicalAccessControlList field's value.
type DocumentAttribute ¶
type DocumentAttribute struct { // The identifier for the attribute. // // Key is a required field Key *string `min:"1" type:"string" required:"true"` // The value of the attribute. // // Value is a required field Value *DocumentAttributeValue `type:"structure" required:"true"` // contains filtered or unexported fields }
A custom attribute value assigned to a document.
For more information on how to create custom document attributes, see Custom Attributes (https://docs.aws.amazon.com/kendra/latest/dg/custom-attributes.html).
func (DocumentAttribute) GoString ¶
func (s DocumentAttribute) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DocumentAttribute) SetKey ¶
func (s *DocumentAttribute) SetKey(v string) *DocumentAttribute
SetKey sets the Key field's value.
func (*DocumentAttribute) SetValue ¶
func (s *DocumentAttribute) SetValue(v *DocumentAttributeValue) *DocumentAttribute
SetValue sets the Value field's value.
func (DocumentAttribute) String ¶
func (s DocumentAttribute) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DocumentAttribute) Validate ¶
func (s *DocumentAttribute) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DocumentAttributeCondition ¶ added in v1.42.17
type DocumentAttributeCondition struct { // The identifier of the document attribute used for the condition. // // For example, 'Source_URI' could be an identifier for the attribute or metadata // field that contains source URIs associated with the documents. // // Amazon Kendra currently does not support _document_body as an attribute key // used for the condition. // // ConditionDocumentAttributeKey is a required field ConditionDocumentAttributeKey *string `min:"1" type:"string" required:"true"` // The value used by the operator. // // For example, you can specify the value 'financial' for strings in the 'Source_URI' // field that partially match or contain this value. ConditionOnValue *DocumentAttributeValue `type:"structure"` // The condition operator. // // For example, you can use 'Contains' to partially match a string. // // Operator is a required field Operator *string `type:"string" required:"true" enum:"ConditionOperator"` // contains filtered or unexported fields }
The condition used for the target document attribute or metadata field when ingesting documents into Amazon Kendra. You use this with DocumentAttributeTarget to apply the condition (https://docs.aws.amazon.com/kendra/latest/dg/API_DocumentAttributeTarget.html).
For example, you can create the 'Department' target field and have it prefill department names associated with the documents based on information in the 'Source_URI' field. Set the condition that if the 'Source_URI' field contains 'financial' in its URI value, then prefill the target field 'Department' with the target value 'Finance' for the document.
Amazon Kendra cannot create a target field if it has not already been created as an index field. After you create your index field, you can create a document metadata field using DocumentAttributeTarget. Amazon Kendra then will map your newly created metadata field to your index field.
func (DocumentAttributeCondition) GoString ¶ added in v1.42.17
func (s DocumentAttributeCondition) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DocumentAttributeCondition) SetConditionDocumentAttributeKey ¶ added in v1.42.17
func (s *DocumentAttributeCondition) SetConditionDocumentAttributeKey(v string) *DocumentAttributeCondition
SetConditionDocumentAttributeKey sets the ConditionDocumentAttributeKey field's value.
func (*DocumentAttributeCondition) SetConditionOnValue ¶ added in v1.42.17
func (s *DocumentAttributeCondition) SetConditionOnValue(v *DocumentAttributeValue) *DocumentAttributeCondition
SetConditionOnValue sets the ConditionOnValue field's value.
func (*DocumentAttributeCondition) SetOperator ¶ added in v1.42.17
func (s *DocumentAttributeCondition) SetOperator(v string) *DocumentAttributeCondition
SetOperator sets the Operator field's value.
func (DocumentAttributeCondition) String ¶ added in v1.42.17
func (s DocumentAttributeCondition) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DocumentAttributeCondition) Validate ¶ added in v1.42.17
func (s *DocumentAttributeCondition) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DocumentAttributeTarget ¶ added in v1.42.17
type DocumentAttributeTarget struct { // The identifier of the target document attribute or metadata field. // // For example, 'Department' could be an identifier for the target attribute // or metadata field that includes the department names associated with the // documents. TargetDocumentAttributeKey *string `min:"1" type:"string"` // The target value you want to create for the target attribute. // // For example, 'Finance' could be the target value for the target attribute // key 'Department'. TargetDocumentAttributeValue *DocumentAttributeValue `type:"structure"` // TRUE to delete the existing target value for your specified target attribute // key. You cannot create a target value and set this to TRUE. To create a target // value (TargetDocumentAttributeValue), set this to FALSE. TargetDocumentAttributeValueDeletion *bool `type:"boolean"` // contains filtered or unexported fields }
The target document attribute or metadata field you want to alter when ingesting documents into Amazon Kendra.
For example, you can delete customer identification numbers associated with the documents, stored in the document metadata field called 'Customer_ID'. You set the target key as 'Customer_ID' and the deletion flag to TRUE. This removes all customer ID values in the field 'Customer_ID'. This would scrub personally identifiable information from each document's metadata.
Amazon Kendra cannot create a target field if it has not already been created as an index field. After you create your index field, you can create a document metadata field using DocumentAttributeTarget. Amazon Kendra then will map your newly created metadata field to your index field.
You can also use this with DocumentAttributeCondition (https://docs.aws.amazon.com/kendra/latest/dg/API_DocumentAttributeCondition.html).
func (DocumentAttributeTarget) GoString ¶ added in v1.42.17
func (s DocumentAttributeTarget) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DocumentAttributeTarget) SetTargetDocumentAttributeKey ¶ added in v1.42.17
func (s *DocumentAttributeTarget) SetTargetDocumentAttributeKey(v string) *DocumentAttributeTarget
SetTargetDocumentAttributeKey sets the TargetDocumentAttributeKey field's value.
func (*DocumentAttributeTarget) SetTargetDocumentAttributeValue ¶ added in v1.42.17
func (s *DocumentAttributeTarget) SetTargetDocumentAttributeValue(v *DocumentAttributeValue) *DocumentAttributeTarget
SetTargetDocumentAttributeValue sets the TargetDocumentAttributeValue field's value.
func (*DocumentAttributeTarget) SetTargetDocumentAttributeValueDeletion ¶ added in v1.42.17
func (s *DocumentAttributeTarget) SetTargetDocumentAttributeValueDeletion(v bool) *DocumentAttributeTarget
SetTargetDocumentAttributeValueDeletion sets the TargetDocumentAttributeValueDeletion field's value.
func (DocumentAttributeTarget) String ¶ added in v1.42.17
func (s DocumentAttributeTarget) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DocumentAttributeTarget) Validate ¶ added in v1.42.17
func (s *DocumentAttributeTarget) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DocumentAttributeValue ¶
type DocumentAttributeValue struct { // A date expressed as an ISO 8601 string. // // It is important for the time zone to be included in the ISO 8601 date-time // format. For example, 2012-03-25T12:30:10+01:00 is the ISO 8601 date-time // format for March 25th 2012 at 12:30PM (plus 10 seconds) in Central European // Time. DateValue *time.Time `type:"timestamp"` // A long integer value. LongValue *int64 `type:"long"` // A list of strings. StringListValue []*string `type:"list"` // A string, such as "department". StringValue *string `min:"1" type:"string"` // contains filtered or unexported fields }
The value of a custom document attribute. You can only provide one value for a custom attribute.
func (DocumentAttributeValue) GoString ¶
func (s DocumentAttributeValue) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DocumentAttributeValue) SetDateValue ¶
func (s *DocumentAttributeValue) SetDateValue(v time.Time) *DocumentAttributeValue
SetDateValue sets the DateValue field's value.
func (*DocumentAttributeValue) SetLongValue ¶
func (s *DocumentAttributeValue) SetLongValue(v int64) *DocumentAttributeValue
SetLongValue sets the LongValue field's value.
func (*DocumentAttributeValue) SetStringListValue ¶
func (s *DocumentAttributeValue) SetStringListValue(v []*string) *DocumentAttributeValue
SetStringListValue sets the StringListValue field's value.
func (*DocumentAttributeValue) SetStringValue ¶
func (s *DocumentAttributeValue) SetStringValue(v string) *DocumentAttributeValue
SetStringValue sets the StringValue field's value.
func (DocumentAttributeValue) String ¶
func (s DocumentAttributeValue) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DocumentAttributeValue) Validate ¶
func (s *DocumentAttributeValue) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DocumentAttributeValueCountPair ¶
type DocumentAttributeValueCountPair struct { // The number of documents in the response that have the attribute value for // the key. Count *int64 `type:"integer"` // The value of the attribute. For example, "HR." DocumentAttributeValue *DocumentAttributeValue `type:"structure"` // contains filtered or unexported fields }
Provides the count of documents that match a particular attribute when doing a faceted search.
func (DocumentAttributeValueCountPair) GoString ¶
func (s DocumentAttributeValueCountPair) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DocumentAttributeValueCountPair) SetCount ¶
func (s *DocumentAttributeValueCountPair) SetCount(v int64) *DocumentAttributeValueCountPair
SetCount sets the Count field's value.
func (*DocumentAttributeValueCountPair) SetDocumentAttributeValue ¶
func (s *DocumentAttributeValueCountPair) SetDocumentAttributeValue(v *DocumentAttributeValue) *DocumentAttributeValueCountPair
SetDocumentAttributeValue sets the DocumentAttributeValue field's value.
func (DocumentAttributeValueCountPair) String ¶
func (s DocumentAttributeValueCountPair) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DocumentInfo ¶ added in v1.38.58
type DocumentInfo struct { // Attributes that identify a specific version of a document to check. // // The only valid attributes are: // // * version // // * datasourceId // // * jobExecutionId // // The attributes follow these rules: // // * dataSourceId and jobExecutionId must be used together. // // * version is ignored if dataSourceId and jobExecutionId are not provided. // // * If dataSourceId and jobExecutionId are provided, but version is not, // the version defaults to "0". Attributes []*DocumentAttribute `type:"list"` // The unique identifier of the document. // // DocumentId is a required field DocumentId *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Identifies a document for which to retrieve status information
func (DocumentInfo) GoString ¶ added in v1.38.58
func (s DocumentInfo) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DocumentInfo) SetAttributes ¶ added in v1.38.58
func (s *DocumentInfo) SetAttributes(v []*DocumentAttribute) *DocumentInfo
SetAttributes sets the Attributes field's value.
func (*DocumentInfo) SetDocumentId ¶ added in v1.38.58
func (s *DocumentInfo) SetDocumentId(v string) *DocumentInfo
SetDocumentId sets the DocumentId field's value.
func (DocumentInfo) String ¶ added in v1.38.58
func (s DocumentInfo) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DocumentInfo) Validate ¶ added in v1.38.58
func (s *DocumentInfo) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DocumentMetadataConfiguration ¶
type DocumentMetadataConfiguration struct { // The name of the index field. // // Name is a required field Name *string `min:"1" type:"string" required:"true"` // Provides manual tuning parameters to determine how the field affects the // search results. Relevance *Relevance `type:"structure"` // Provides information about how the field is used during a search. Search *Search `type:"structure"` // The data type of the index field. // // Type is a required field Type *string `type:"string" required:"true" enum:"DocumentAttributeValueType"` // contains filtered or unexported fields }
Specifies the properties of a custom index field.
func (DocumentMetadataConfiguration) GoString ¶
func (s DocumentMetadataConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DocumentMetadataConfiguration) SetName ¶
func (s *DocumentMetadataConfiguration) SetName(v string) *DocumentMetadataConfiguration
SetName sets the Name field's value.
func (*DocumentMetadataConfiguration) SetRelevance ¶
func (s *DocumentMetadataConfiguration) SetRelevance(v *Relevance) *DocumentMetadataConfiguration
SetRelevance sets the Relevance field's value.
func (*DocumentMetadataConfiguration) SetSearch ¶
func (s *DocumentMetadataConfiguration) SetSearch(v *Search) *DocumentMetadataConfiguration
SetSearch sets the Search field's value.
func (*DocumentMetadataConfiguration) SetType ¶
func (s *DocumentMetadataConfiguration) SetType(v string) *DocumentMetadataConfiguration
SetType sets the Type field's value.
func (DocumentMetadataConfiguration) String ¶
func (s DocumentMetadataConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DocumentMetadataConfiguration) Validate ¶
func (s *DocumentMetadataConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DocumentRelevanceConfiguration ¶ added in v1.38.23
type DocumentRelevanceConfiguration struct { // The name of the tuning configuration to override document relevance at the // index level. // // Name is a required field Name *string `min:"1" type:"string" required:"true"` // Provides information for manually tuning the relevance of a field in a search. // When a query includes terms that match the field, the results are given a // boost in the response based on these tuning parameters. // // Relevance is a required field Relevance *Relevance `type:"structure" required:"true"` // contains filtered or unexported fields }
Overrides the document relevance properties of a custom index field.
func (DocumentRelevanceConfiguration) GoString ¶ added in v1.38.23
func (s DocumentRelevanceConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DocumentRelevanceConfiguration) SetName ¶ added in v1.38.23
func (s *DocumentRelevanceConfiguration) SetName(v string) *DocumentRelevanceConfiguration
SetName sets the Name field's value.
func (*DocumentRelevanceConfiguration) SetRelevance ¶ added in v1.38.23
func (s *DocumentRelevanceConfiguration) SetRelevance(v *Relevance) *DocumentRelevanceConfiguration
SetRelevance sets the Relevance field's value.
func (DocumentRelevanceConfiguration) String ¶ added in v1.38.23
func (s DocumentRelevanceConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DocumentRelevanceConfiguration) Validate ¶ added in v1.38.23
func (s *DocumentRelevanceConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DocumentsMetadataConfiguration ¶
type DocumentsMetadataConfiguration struct { // A prefix used to filter metadata configuration files in the Amazon Web Services // S3 bucket. The S3 bucket might contain multiple metadata files. Use S3Prefix // to include only the desired metadata files. S3Prefix *string `min:"1" type:"string"` // contains filtered or unexported fields }
Document metadata files that contain information such as the document access control information, source URI, document author, and custom attributes. Each metadata file contains metadata about a single document.
func (DocumentsMetadataConfiguration) GoString ¶
func (s DocumentsMetadataConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DocumentsMetadataConfiguration) SetS3Prefix ¶
func (s *DocumentsMetadataConfiguration) SetS3Prefix(v string) *DocumentsMetadataConfiguration
SetS3Prefix sets the S3Prefix field's value.
func (DocumentsMetadataConfiguration) String ¶
func (s DocumentsMetadataConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DocumentsMetadataConfiguration) Validate ¶
func (s *DocumentsMetadataConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type EntityConfiguration ¶ added in v1.42.17
type EntityConfiguration struct { // The identifier of a user or group in your Amazon Web Services SSO identity // source. For example, a user ID could be an email. // // EntityId is a required field EntityId *string `min:"1" type:"string" required:"true"` // Specifies whether you are configuring a User or a Group. // // EntityType is a required field EntityType *string `type:"string" required:"true" enum:"EntityType"` // contains filtered or unexported fields }
Provides the configuration information for users or groups in your Amazon Web Services SSO identity source to grant access your Amazon Kendra experience.
func (EntityConfiguration) GoString ¶ added in v1.42.17
func (s EntityConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*EntityConfiguration) SetEntityId ¶ added in v1.42.17
func (s *EntityConfiguration) SetEntityId(v string) *EntityConfiguration
SetEntityId sets the EntityId field's value.
func (*EntityConfiguration) SetEntityType ¶ added in v1.42.17
func (s *EntityConfiguration) SetEntityType(v string) *EntityConfiguration
SetEntityType sets the EntityType field's value.
func (EntityConfiguration) String ¶ added in v1.42.17
func (s EntityConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*EntityConfiguration) Validate ¶ added in v1.42.17
func (s *EntityConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type EntityDisplayData ¶ added in v1.42.17
type EntityDisplayData struct { // The first name of the user. // // FirstName is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by EntityDisplayData's // String and GoString methods. FirstName *string `min:"1" type:"string" sensitive:"true"` // The name of the group. // // GroupName is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by EntityDisplayData's // String and GoString methods. GroupName *string `min:"1" type:"string" sensitive:"true"` // The user name of the user. // // IdentifiedUserName is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by EntityDisplayData's // String and GoString methods. IdentifiedUserName *string `min:"1" type:"string" sensitive:"true"` // The last name of the user. // // LastName is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by EntityDisplayData's // String and GoString methods. LastName *string `min:"1" type:"string" sensitive:"true"` // The name of the user. // // UserName is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by EntityDisplayData's // String and GoString methods. UserName *string `min:"1" type:"string" sensitive:"true"` // contains filtered or unexported fields }
Information about the user entity.
func (EntityDisplayData) GoString ¶ added in v1.42.17
func (s EntityDisplayData) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*EntityDisplayData) SetFirstName ¶ added in v1.42.17
func (s *EntityDisplayData) SetFirstName(v string) *EntityDisplayData
SetFirstName sets the FirstName field's value.
func (*EntityDisplayData) SetGroupName ¶ added in v1.42.17
func (s *EntityDisplayData) SetGroupName(v string) *EntityDisplayData
SetGroupName sets the GroupName field's value.
func (*EntityDisplayData) SetIdentifiedUserName ¶ added in v1.42.17
func (s *EntityDisplayData) SetIdentifiedUserName(v string) *EntityDisplayData
SetIdentifiedUserName sets the IdentifiedUserName field's value.
func (*EntityDisplayData) SetLastName ¶ added in v1.42.17
func (s *EntityDisplayData) SetLastName(v string) *EntityDisplayData
SetLastName sets the LastName field's value.
func (*EntityDisplayData) SetUserName ¶ added in v1.42.17
func (s *EntityDisplayData) SetUserName(v string) *EntityDisplayData
SetUserName sets the UserName field's value.
func (EntityDisplayData) String ¶ added in v1.42.17
func (s EntityDisplayData) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type EntityPersonaConfiguration ¶ added in v1.42.17
type EntityPersonaConfiguration struct { // The identifier of a user or group in your Amazon Web Services SSO identity // source. For example, a user ID could be an email. // // EntityId is a required field EntityId *string `min:"1" type:"string" required:"true"` // The persona that defines the specific permissions of the user or group in // your Amazon Web Services SSO identity source. The available personas or access // roles are Owner and Viewer. For more information on these personas, see Providing // access to your search page (https://docs.aws.amazon.com/kendra/latest/dg/deploying-search-experience-no-code.html#access-search-experience). // // Persona is a required field Persona *string `type:"string" required:"true" enum:"Persona"` // contains filtered or unexported fields }
Provides the configuration information for users or groups in your Amazon Web Services SSO identity source for access to your Amazon Kendra experience. Specific permissions are defined for each user or group once they are granted access to your Amazon Kendra experience.
func (EntityPersonaConfiguration) GoString ¶ added in v1.42.17
func (s EntityPersonaConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*EntityPersonaConfiguration) SetEntityId ¶ added in v1.42.17
func (s *EntityPersonaConfiguration) SetEntityId(v string) *EntityPersonaConfiguration
SetEntityId sets the EntityId field's value.
func (*EntityPersonaConfiguration) SetPersona ¶ added in v1.42.17
func (s *EntityPersonaConfiguration) SetPersona(v string) *EntityPersonaConfiguration
SetPersona sets the Persona field's value.
func (EntityPersonaConfiguration) String ¶ added in v1.42.17
func (s EntityPersonaConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*EntityPersonaConfiguration) Validate ¶ added in v1.42.17
func (s *EntityPersonaConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ExperienceConfiguration ¶ added in v1.42.17
type ExperienceConfiguration struct { // The identifiers of your data sources and FAQs. Or, you can specify that you // want to use documents indexed via the BatchPutDocument API. This is the content // you want to use for your Amazon Kendra experience. ContentSourceConfiguration *ContentSourceConfiguration `type:"structure"` // The Amazon Web Services SSO field name that contains the identifiers of your // users, such as their emails. UserIdentityConfiguration *UserIdentityConfiguration `type:"structure"` // contains filtered or unexported fields }
Provides the configuration information for your Amazon Kendra experience. This includes the data source IDs and/or FAQ IDs, and user or group information to grant access to your Amazon Kendra experience.
func (ExperienceConfiguration) GoString ¶ added in v1.42.17
func (s ExperienceConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ExperienceConfiguration) SetContentSourceConfiguration ¶ added in v1.42.17
func (s *ExperienceConfiguration) SetContentSourceConfiguration(v *ContentSourceConfiguration) *ExperienceConfiguration
SetContentSourceConfiguration sets the ContentSourceConfiguration field's value.
func (*ExperienceConfiguration) SetUserIdentityConfiguration ¶ added in v1.42.17
func (s *ExperienceConfiguration) SetUserIdentityConfiguration(v *UserIdentityConfiguration) *ExperienceConfiguration
SetUserIdentityConfiguration sets the UserIdentityConfiguration field's value.
func (ExperienceConfiguration) String ¶ added in v1.42.17
func (s ExperienceConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ExperienceConfiguration) Validate ¶ added in v1.42.17
func (s *ExperienceConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ExperienceEndpoint ¶ added in v1.42.17
type ExperienceEndpoint struct { // The endpoint of your Amazon Kendra experience. Endpoint *string `min:"1" type:"string"` // The type of endpoint for your Amazon Kendra experience. The type currently // available is HOME, which is a unique and fully hosted URL to the home page // of your Amazon Kendra experience. EndpointType *string `type:"string" enum:"EndpointType"` // contains filtered or unexported fields }
Provides the configuration information for the endpoint for your Amazon Kendra experience.
func (ExperienceEndpoint) GoString ¶ added in v1.42.17
func (s ExperienceEndpoint) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ExperienceEndpoint) SetEndpoint ¶ added in v1.42.17
func (s *ExperienceEndpoint) SetEndpoint(v string) *ExperienceEndpoint
SetEndpoint sets the Endpoint field's value.
func (*ExperienceEndpoint) SetEndpointType ¶ added in v1.42.17
func (s *ExperienceEndpoint) SetEndpointType(v string) *ExperienceEndpoint
SetEndpointType sets the EndpointType field's value.
func (ExperienceEndpoint) String ¶ added in v1.42.17
func (s ExperienceEndpoint) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ExperienceEntitiesSummary ¶ added in v1.42.17
type ExperienceEntitiesSummary struct { // Information about the user entity. DisplayData *EntityDisplayData `type:"structure"` // The identifier of a user or group in your Amazon Web Services SSO identity // source. For example, a user ID could be an email. EntityId *string `min:"1" type:"string"` // Shows the type as User or Group. EntityType *string `type:"string" enum:"EntityType"` // contains filtered or unexported fields }
Summary information for users or groups in your Amazon Web Services SSO identity source with granted access to 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 (https://docs.aws.amazon.com/kendra/latest/dg/deploying-search-experience-no-code.html).
func (ExperienceEntitiesSummary) GoString ¶ added in v1.42.17
func (s ExperienceEntitiesSummary) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ExperienceEntitiesSummary) SetDisplayData ¶ added in v1.42.17
func (s *ExperienceEntitiesSummary) SetDisplayData(v *EntityDisplayData) *ExperienceEntitiesSummary
SetDisplayData sets the DisplayData field's value.
func (*ExperienceEntitiesSummary) SetEntityId ¶ added in v1.42.17
func (s *ExperienceEntitiesSummary) SetEntityId(v string) *ExperienceEntitiesSummary
SetEntityId sets the EntityId field's value.
func (*ExperienceEntitiesSummary) SetEntityType ¶ added in v1.42.17
func (s *ExperienceEntitiesSummary) SetEntityType(v string) *ExperienceEntitiesSummary
SetEntityType sets the EntityType field's value.
func (ExperienceEntitiesSummary) String ¶ added in v1.42.17
func (s ExperienceEntitiesSummary) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ExperiencesSummary ¶ added in v1.42.17
type ExperiencesSummary struct { // The date-time your Amazon Kendra experience was created. CreatedAt *time.Time `type:"timestamp"` // The endpoint URLs for your Amazon Kendra experiences. The URLs are unique // and fully hosted by Amazon Web Services. Endpoints []*ExperienceEndpoint `min:"1" type:"list"` // The identifier of your Amazon Kendra experience. Id *string `min:"1" type:"string"` // The name of your Amazon Kendra experience. Name *string `min:"1" type:"string"` // The processing status of your Amazon Kendra experience. Status *string `type:"string" enum:"ExperienceStatus"` // contains filtered or unexported fields }
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 (https://docs.aws.amazon.com/kendra/latest/dg/deploying-search-experience-no-code.html).
func (ExperiencesSummary) GoString ¶ added in v1.42.17
func (s ExperiencesSummary) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ExperiencesSummary) SetCreatedAt ¶ added in v1.42.17
func (s *ExperiencesSummary) SetCreatedAt(v time.Time) *ExperiencesSummary
SetCreatedAt sets the CreatedAt field's value.
func (*ExperiencesSummary) SetEndpoints ¶ added in v1.42.17
func (s *ExperiencesSummary) SetEndpoints(v []*ExperienceEndpoint) *ExperiencesSummary
SetEndpoints sets the Endpoints field's value.
func (*ExperiencesSummary) SetId ¶ added in v1.42.17
func (s *ExperiencesSummary) SetId(v string) *ExperiencesSummary
SetId sets the Id field's value.
func (*ExperiencesSummary) SetName ¶ added in v1.42.17
func (s *ExperiencesSummary) SetName(v string) *ExperiencesSummary
SetName sets the Name field's value.
func (*ExperiencesSummary) SetStatus ¶ added in v1.42.17
func (s *ExperiencesSummary) SetStatus(v string) *ExperiencesSummary
SetStatus sets the Status field's value.
func (ExperiencesSummary) String ¶ added in v1.42.17
func (s ExperiencesSummary) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Facet ¶
type Facet struct { // The unique key for the document attribute. DocumentAttributeKey *string `min:"1" type:"string"` // contains filtered or unexported fields }
Information about a document attribute
func (Facet) GoString ¶
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*Facet) SetDocumentAttributeKey ¶
SetDocumentAttributeKey sets the DocumentAttributeKey field's value.
type FacetResult ¶
type FacetResult struct { // The key for the facet values. This is the same as the DocumentAttributeKey // provided in the query. DocumentAttributeKey *string `min:"1" type:"string"` // An array of key/value pairs, where the key is the value of the attribute // and the count is the number of documents that share the key value. DocumentAttributeValueCountPairs []*DocumentAttributeValueCountPair `type:"list"` // The data type of the facet value. This is the same as the type defined for // the index field when it was created. DocumentAttributeValueType *string `type:"string" enum:"DocumentAttributeValueType"` // contains filtered or unexported fields }
The facet values for the documents in the response.
func (FacetResult) GoString ¶
func (s FacetResult) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*FacetResult) SetDocumentAttributeKey ¶
func (s *FacetResult) SetDocumentAttributeKey(v string) *FacetResult
SetDocumentAttributeKey sets the DocumentAttributeKey field's value.
func (*FacetResult) SetDocumentAttributeValueCountPairs ¶
func (s *FacetResult) SetDocumentAttributeValueCountPairs(v []*DocumentAttributeValueCountPair) *FacetResult
SetDocumentAttributeValueCountPairs sets the DocumentAttributeValueCountPairs field's value.
func (*FacetResult) SetDocumentAttributeValueType ¶ added in v1.34.24
func (s *FacetResult) SetDocumentAttributeValueType(v string) *FacetResult
SetDocumentAttributeValueType sets the DocumentAttributeValueType field's value.
func (FacetResult) String ¶
func (s FacetResult) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type FailedEntity ¶ added in v1.42.17
type FailedEntity struct { // The identifier of the user or group in your Amazon Web Services SSO identity // source. For example, a user ID could be an email. EntityId *string `min:"1" type:"string"` // The reason the user or group in your Amazon Web Services SSO identity source // failed to properly configure with your Amazon Kendra experience. ErrorMessage *string `min:"1" type:"string"` // contains filtered or unexported fields }
Information on the users or groups in your Amazon Web Services SSO identity source that failed to properly configure with your Amazon Kendra experience.
func (FailedEntity) GoString ¶ added in v1.42.17
func (s FailedEntity) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*FailedEntity) SetEntityId ¶ added in v1.42.17
func (s *FailedEntity) SetEntityId(v string) *FailedEntity
SetEntityId sets the EntityId field's value.
func (*FailedEntity) SetErrorMessage ¶ added in v1.42.17
func (s *FailedEntity) SetErrorMessage(v string) *FailedEntity
SetErrorMessage sets the ErrorMessage field's value.
func (FailedEntity) String ¶ added in v1.42.17
func (s FailedEntity) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type FaqStatistics ¶
type FaqStatistics struct { // The total number of FAQ questions and answers contained in the index. // // IndexedQuestionAnswersCount is a required field IndexedQuestionAnswersCount *int64 `type:"integer" required:"true"` // contains filtered or unexported fields }
Provides statistical information about the FAQ questions and answers contained in an index.
func (FaqStatistics) GoString ¶
func (s FaqStatistics) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*FaqStatistics) SetIndexedQuestionAnswersCount ¶
func (s *FaqStatistics) SetIndexedQuestionAnswersCount(v int64) *FaqStatistics
SetIndexedQuestionAnswersCount sets the IndexedQuestionAnswersCount field's value.
func (FaqStatistics) String ¶
func (s FaqStatistics) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type FaqSummary ¶
type FaqSummary struct { // The UNIX datetime that the FAQ was added to the index. CreatedAt *time.Time `type:"timestamp"` // The file type used to create the FAQ. FileFormat *string `type:"string" enum:"FaqFileFormat"` // The unique identifier of the FAQ. Id *string `min:"1" type:"string"` // The code for a language. This shows a supported language for the FAQ document // as part of the summary information for FAQs. English is supported by default. // For more information on supported languages, including their codes, see Adding // documents in languages other than English (https://docs.aws.amazon.com/kendra/latest/dg/in-adding-languages.html). LanguageCode *string `min:"2" type:"string"` // The name that you assigned the FAQ when you created or updated the FAQ. Name *string `min:"1" type:"string"` // The current status of the FAQ. When the status is ACTIVE the FAQ is ready // for use. Status *string `type:"string" enum:"FaqStatus"` // The UNIX datetime that the FAQ was last updated. UpdatedAt *time.Time `type:"timestamp"` // contains filtered or unexported fields }
Provides information about a frequently asked questions and answer contained in an index.
func (FaqSummary) GoString ¶
func (s FaqSummary) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*FaqSummary) SetCreatedAt ¶
func (s *FaqSummary) SetCreatedAt(v time.Time) *FaqSummary
SetCreatedAt sets the CreatedAt field's value.
func (*FaqSummary) SetFileFormat ¶ added in v1.34.26
func (s *FaqSummary) SetFileFormat(v string) *FaqSummary
SetFileFormat sets the FileFormat field's value.
func (*FaqSummary) SetId ¶
func (s *FaqSummary) SetId(v string) *FaqSummary
SetId sets the Id field's value.
func (*FaqSummary) SetLanguageCode ¶ added in v1.40.58
func (s *FaqSummary) SetLanguageCode(v string) *FaqSummary
SetLanguageCode sets the LanguageCode field's value.
func (*FaqSummary) SetName ¶
func (s *FaqSummary) SetName(v string) *FaqSummary
SetName sets the Name field's value.
func (*FaqSummary) SetStatus ¶
func (s *FaqSummary) SetStatus(v string) *FaqSummary
SetStatus sets the Status field's value.
func (*FaqSummary) SetUpdatedAt ¶
func (s *FaqSummary) SetUpdatedAt(v time.Time) *FaqSummary
SetUpdatedAt sets the UpdatedAt field's value.
func (FaqSummary) String ¶
func (s FaqSummary) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type FsxConfiguration ¶ added in v1.42.49
type FsxConfiguration struct { // A list of regular expression patterns to exclude certain files in your Amazon // FSx file system. Files that match the patterns are excluded from the index. // Files that don't match the patterns are included in the index. If a file // matches both an inclusion and exclusion pattern, the exclusion pattern takes // precedence and the file isn't included in the index. ExclusionPatterns []*string `type:"list"` // A list of DataSourceToIndexFieldMapping objects that map Amazon FSx data // source attributes or field names to Amazon Kendra index field names. To create // custom fields, use the UpdateIndex API before you map to Amazon FSx fields. // For more information, see Mapping data source fields (https://docs.aws.amazon.com/kendra/latest/dg/field-mapping.html). // The Amazon FSx data source field names must exist in your Amazon FSx custom // metadata. FieldMappings []*DataSourceToIndexFieldMapping `min:"1" type:"list"` // The identifier of the Amazon FSx file system. // // You can find your file system ID on the file system dashboard in the Amazon // FSx console. For information on how to create a file system in Amazon FSx // console, using Windows File Server as an example, see Amazon FSx Getting // started guide (https://docs.aws.amazon.com/fsx/latest/WindowsGuide/getting-started-step1.html). // // FileSystemId is a required field FileSystemId *string `min:"11" type:"string" required:"true"` // The Amazon FSx file system type. Windows is currently the only supported // type. // // FileSystemType is a required field FileSystemType *string `type:"string" required:"true" enum:"FsxFileSystemType"` // A list of regular expression patterns to include certain files in your Amazon // FSx file system. Files that match the patterns are included in the index. // Files that don't match the patterns are excluded from the index. If a file // matches both an inclusion and exclusion pattern, the exclusion pattern takes // precedence and the file isn't included in the index. InclusionPatterns []*string `type:"list"` // The Amazon Resource Name (ARN) of an Secrets Manager secret that contains // the key-value pairs required to connect to your Amazon FSx file system. Windows // is currently the only supported type. The secret must contain a JSON structure // with the following keys: // // * username—The Active Directory user name, along with the Domain Name // System (DNS) domain name. For example, user@corp.example.com. The Active // Directory user account must have read and mounting access to the Amazon // FSx file system for Windows. // // * password—The password of the Active Directory user account with read // and mounting access to the Amazon FSx Windows file system. SecretArn *string `min:"1" type:"string"` // Configuration information for an Amazon Virtual Private Cloud to connect // to your Amazon FSx. Your Amazon FSx instance must reside inside your VPC. // // VpcConfiguration is a required field VpcConfiguration *DataSourceVpcConfiguration `type:"structure" required:"true"` // contains filtered or unexported fields }
Provides the configuration information to connect to Amazon FSx as your data source.
func (FsxConfiguration) GoString ¶ added in v1.42.49
func (s FsxConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*FsxConfiguration) SetExclusionPatterns ¶ added in v1.42.49
func (s *FsxConfiguration) SetExclusionPatterns(v []*string) *FsxConfiguration
SetExclusionPatterns sets the ExclusionPatterns field's value.
func (*FsxConfiguration) SetFieldMappings ¶ added in v1.42.49
func (s *FsxConfiguration) SetFieldMappings(v []*DataSourceToIndexFieldMapping) *FsxConfiguration
SetFieldMappings sets the FieldMappings field's value.
func (*FsxConfiguration) SetFileSystemId ¶ added in v1.42.49
func (s *FsxConfiguration) SetFileSystemId(v string) *FsxConfiguration
SetFileSystemId sets the FileSystemId field's value.
func (*FsxConfiguration) SetFileSystemType ¶ added in v1.42.49
func (s *FsxConfiguration) SetFileSystemType(v string) *FsxConfiguration
SetFileSystemType sets the FileSystemType field's value.
func (*FsxConfiguration) SetInclusionPatterns ¶ added in v1.42.49
func (s *FsxConfiguration) SetInclusionPatterns(v []*string) *FsxConfiguration
SetInclusionPatterns sets the InclusionPatterns field's value.
func (*FsxConfiguration) SetSecretArn ¶ added in v1.42.49
func (s *FsxConfiguration) SetSecretArn(v string) *FsxConfiguration
SetSecretArn sets the SecretArn field's value.
func (*FsxConfiguration) SetVpcConfiguration ¶ added in v1.42.49
func (s *FsxConfiguration) SetVpcConfiguration(v *DataSourceVpcConfiguration) *FsxConfiguration
SetVpcConfiguration sets the VpcConfiguration field's value.
func (FsxConfiguration) String ¶ added in v1.42.49
func (s FsxConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*FsxConfiguration) Validate ¶ added in v1.42.49
func (s *FsxConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetQuerySuggestionsInput ¶ added in v1.38.50
type GetQuerySuggestionsInput struct { // The identifier of the index you want to get query suggestions from. // // IndexId is a required field IndexId *string `min:"36" type:"string" required:"true"` // The maximum number of query suggestions you want to show to your users. MaxSuggestionsCount *int64 `type:"integer"` // The text of a user's query to generate query suggestions. // // A query is suggested if the query prefix matches what a user starts to type // as their query. // // Amazon Kendra does not show any suggestions if a user types fewer than two // characters or more than 60 characters. A query must also have at least one // search result and contain at least one word of more than four characters. // // QueryText is a required field QueryText *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (GetQuerySuggestionsInput) GoString ¶ added in v1.38.50
func (s GetQuerySuggestionsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetQuerySuggestionsInput) SetIndexId ¶ added in v1.38.50
func (s *GetQuerySuggestionsInput) SetIndexId(v string) *GetQuerySuggestionsInput
SetIndexId sets the IndexId field's value.
func (*GetQuerySuggestionsInput) SetMaxSuggestionsCount ¶ added in v1.38.50
func (s *GetQuerySuggestionsInput) SetMaxSuggestionsCount(v int64) *GetQuerySuggestionsInput
SetMaxSuggestionsCount sets the MaxSuggestionsCount field's value.
func (*GetQuerySuggestionsInput) SetQueryText ¶ added in v1.38.50
func (s *GetQuerySuggestionsInput) SetQueryText(v string) *GetQuerySuggestionsInput
SetQueryText sets the QueryText field's value.
func (GetQuerySuggestionsInput) String ¶ added in v1.38.50
func (s GetQuerySuggestionsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetQuerySuggestionsInput) Validate ¶ added in v1.38.50
func (s *GetQuerySuggestionsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetQuerySuggestionsOutput ¶ added in v1.38.50
type GetQuerySuggestionsOutput struct { // The unique identifier for a list of query suggestions for an index. QuerySuggestionsId *string `min:"1" type:"string"` // A list of query suggestions for an index. Suggestions []*Suggestion `type:"list"` // contains filtered or unexported fields }
func (GetQuerySuggestionsOutput) GoString ¶ added in v1.38.50
func (s GetQuerySuggestionsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetQuerySuggestionsOutput) SetQuerySuggestionsId ¶ added in v1.38.50
func (s *GetQuerySuggestionsOutput) SetQuerySuggestionsId(v string) *GetQuerySuggestionsOutput
SetQuerySuggestionsId sets the QuerySuggestionsId field's value.
func (*GetQuerySuggestionsOutput) SetSuggestions ¶ added in v1.38.50
func (s *GetQuerySuggestionsOutput) SetSuggestions(v []*Suggestion) *GetQuerySuggestionsOutput
SetSuggestions sets the Suggestions field's value.
func (GetQuerySuggestionsOutput) String ¶ added in v1.38.50
func (s GetQuerySuggestionsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetSnapshotsInput ¶ added in v1.42.17
type GetSnapshotsInput struct { // The identifier of the index to get search metrics data. // // IndexId is a required field IndexId *string `min:"36" type:"string" required:"true"` // The time interval or time window to get search metrics data. The time interval // uses the time zone of your index. You can view data in the following time // windows: // // * THIS_WEEK: The current week, starting on the Sunday and ending on the // day before the current date. // // * ONE_WEEK_AGO: The previous week, starting on the Sunday and ending on // the following Saturday. // // * TWO_WEEKS_AGO: The week before the previous week, starting on the Sunday // and ending on the following Saturday. // // * THIS_MONTH: The current month, starting on the first day of the month // and ending on the day before the current date. // // * ONE_MONTH_AGO: The previous month, starting on the first day of the // month and ending on the last day of the month. // // * TWO_MONTHS_AGO: The month before the previous month, starting on the // first day of the month and ending on last day of the month. // // Interval is a required field Interval *string `type:"string" required:"true" enum:"Interval"` // The maximum number of returned data for the metric. MaxResults *int64 `type:"integer"` // The metric you want to retrieve. You can specify only one metric per call. // // For more information about the metrics you can view, see Gaining insights // with search analytics (https://docs.aws.amazon.com/kendra/latest/dg/search-analytics.html). // // MetricType is a required field MetricType *string `type:"string" required:"true" enum:"MetricType"` // If the previous response was incomplete (because there is more data to retrieve), // Amazon Kendra returns a pagination token in the response. You can use this // pagination token to retrieve the next set of search metrics data. NextToken *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (GetSnapshotsInput) GoString ¶ added in v1.42.17
func (s GetSnapshotsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetSnapshotsInput) SetIndexId ¶ added in v1.42.17
func (s *GetSnapshotsInput) SetIndexId(v string) *GetSnapshotsInput
SetIndexId sets the IndexId field's value.
func (*GetSnapshotsInput) SetInterval ¶ added in v1.42.17
func (s *GetSnapshotsInput) SetInterval(v string) *GetSnapshotsInput
SetInterval sets the Interval field's value.
func (*GetSnapshotsInput) SetMaxResults ¶ added in v1.42.17
func (s *GetSnapshotsInput) SetMaxResults(v int64) *GetSnapshotsInput
SetMaxResults sets the MaxResults field's value.
func (*GetSnapshotsInput) SetMetricType ¶ added in v1.42.17
func (s *GetSnapshotsInput) SetMetricType(v string) *GetSnapshotsInput
SetMetricType sets the MetricType field's value.
func (*GetSnapshotsInput) SetNextToken ¶ added in v1.42.17
func (s *GetSnapshotsInput) SetNextToken(v string) *GetSnapshotsInput
SetNextToken sets the NextToken field's value.
func (GetSnapshotsInput) String ¶ added in v1.42.17
func (s GetSnapshotsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetSnapshotsInput) Validate ¶ added in v1.42.17
func (s *GetSnapshotsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetSnapshotsOutput ¶ added in v1.42.17
type GetSnapshotsOutput struct { // If the response is truncated, Amazon Kendra returns this token, which you // can use in a later request to retrieve the next set of search metrics data. NextToken *string `min:"1" type:"string"` // The date-time for the beginning and end of the time window for the search // metrics data. SnapShotTimeFilter *TimeRange `type:"structure"` // The search metrics data. The data returned depends on the metric type you // requested. SnapshotsData [][]*string `type:"list"` // The column headers for the search metrics data. SnapshotsDataHeader []*string `type:"list"` // contains filtered or unexported fields }
func (GetSnapshotsOutput) GoString ¶ added in v1.42.17
func (s GetSnapshotsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetSnapshotsOutput) SetNextToken ¶ added in v1.42.17
func (s *GetSnapshotsOutput) SetNextToken(v string) *GetSnapshotsOutput
SetNextToken sets the NextToken field's value.
func (*GetSnapshotsOutput) SetSnapShotTimeFilter ¶ added in v1.42.17
func (s *GetSnapshotsOutput) SetSnapShotTimeFilter(v *TimeRange) *GetSnapshotsOutput
SetSnapShotTimeFilter sets the SnapShotTimeFilter field's value.
func (*GetSnapshotsOutput) SetSnapshotsData ¶ added in v1.42.17
func (s *GetSnapshotsOutput) SetSnapshotsData(v [][]*string) *GetSnapshotsOutput
SetSnapshotsData sets the SnapshotsData field's value.
func (*GetSnapshotsOutput) SetSnapshotsDataHeader ¶ added in v1.42.17
func (s *GetSnapshotsOutput) SetSnapshotsDataHeader(v []*string) *GetSnapshotsOutput
SetSnapshotsDataHeader sets the SnapshotsDataHeader field's value.
func (GetSnapshotsOutput) String ¶ added in v1.42.17
func (s GetSnapshotsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GoogleDriveConfiguration ¶ added in v1.36.4
type GoogleDriveConfiguration struct { // A list of MIME types to exclude from the index. All documents matching the // specified MIME type are excluded. // // For a list of MIME types, see Using a Google Workspace Drive data source // (https://docs.aws.amazon.com/kendra/latest/dg/data-source-google-drive.html). ExcludeMimeTypes []*string `type:"list"` // and folders stored on the shared drive are excluded. ExcludeSharedDrives []*string `type:"list"` // A list of email addresses of the users. Documents owned by these users are // excluded from the index. Documents shared with excluded users are indexed // unless they are excluded in another way. ExcludeUserAccounts []*string `type:"list"` // A list of regular expression patterns to exclude certain items in your Google // Drive, including shared drives and users' My Drives. Items that match the // patterns are excluded from the index. Items that don't match the patterns // are included in the index. If an item matches both an inclusion and exclusion // pattern, the exclusion pattern takes precedence and the item isn't included // in the index. ExclusionPatterns []*string `type:"list"` // Maps Google Drive data source attributes or field names to Amazon Kendra // index field names. To create custom fields, use the UpdateIndex API before // you map to Google Drive fields. For more information, see Mapping data source // fields (https://docs.aws.amazon.com/kendra/latest/dg/field-mapping.html). // The Google Drive data source field names must exist in your Google Drive // custom metadata. FieldMappings []*DataSourceToIndexFieldMapping `min:"1" type:"list"` // A list of regular expression patterns to include certain items in your Google // Drive, including shared drives and users' My Drives. Items that match the // patterns are included in the index. Items that don't match the patterns are // excluded from the index. If an item matches both an inclusion and exclusion // pattern, the exclusion pattern takes precedence and the item isn't included // in the index. InclusionPatterns []*string `type:"list"` // The Amazon Resource Name (ARN) of a Secrets Managersecret that contains the // credentials required to connect to Google Drive. For more information, see // Using a Google Workspace Drive data source (https://docs.aws.amazon.com/kendra/latest/dg/data-source-google-drive.html). // // SecretArn is a required field SecretArn *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Provides the configuration information to connect to Google Drive as your data source.
func (GoogleDriveConfiguration) GoString ¶ added in v1.36.4
func (s GoogleDriveConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GoogleDriveConfiguration) SetExcludeMimeTypes ¶ added in v1.36.4
func (s *GoogleDriveConfiguration) SetExcludeMimeTypes(v []*string) *GoogleDriveConfiguration
SetExcludeMimeTypes sets the ExcludeMimeTypes field's value.
func (*GoogleDriveConfiguration) SetExcludeSharedDrives ¶ added in v1.36.4
func (s *GoogleDriveConfiguration) SetExcludeSharedDrives(v []*string) *GoogleDriveConfiguration
SetExcludeSharedDrives sets the ExcludeSharedDrives field's value.
func (*GoogleDriveConfiguration) SetExcludeUserAccounts ¶ added in v1.36.4
func (s *GoogleDriveConfiguration) SetExcludeUserAccounts(v []*string) *GoogleDriveConfiguration
SetExcludeUserAccounts sets the ExcludeUserAccounts field's value.
func (*GoogleDriveConfiguration) SetExclusionPatterns ¶ added in v1.36.4
func (s *GoogleDriveConfiguration) SetExclusionPatterns(v []*string) *GoogleDriveConfiguration
SetExclusionPatterns sets the ExclusionPatterns field's value.
func (*GoogleDriveConfiguration) SetFieldMappings ¶ added in v1.36.4
func (s *GoogleDriveConfiguration) SetFieldMappings(v []*DataSourceToIndexFieldMapping) *GoogleDriveConfiguration
SetFieldMappings sets the FieldMappings field's value.
func (*GoogleDriveConfiguration) SetInclusionPatterns ¶ added in v1.36.4
func (s *GoogleDriveConfiguration) SetInclusionPatterns(v []*string) *GoogleDriveConfiguration
SetInclusionPatterns sets the InclusionPatterns field's value.
func (*GoogleDriveConfiguration) SetSecretArn ¶ added in v1.36.4
func (s *GoogleDriveConfiguration) SetSecretArn(v string) *GoogleDriveConfiguration
SetSecretArn sets the SecretArn field's value.
func (GoogleDriveConfiguration) String ¶ added in v1.36.4
func (s GoogleDriveConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GoogleDriveConfiguration) Validate ¶ added in v1.36.4
func (s *GoogleDriveConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GroupMembers ¶ added in v1.39.5
type GroupMembers struct { // A list of sub groups that belong to a group. For example, the sub groups // "Research", "Engineering", and "Sales and Marketing" all belong to the group // "Company". MemberGroups []*MemberGroup `min:"1" type:"list"` // A list of users that belong to a group. For example, a list of interns all // belong to the "Interns" group. MemberUsers []*MemberUser `min:"1" type:"list"` // If you have more than 1000 users and/or sub groups for a single group, you // need to provide the path to the S3 file that lists your users and sub groups // for a group. Your sub groups can contain more than 1000 users, but the list // of sub groups that belong to a group (and/or users) must be no more than // 1000. // // You can download this example S3 file (https://docs.aws.amazon.com/kendra/latest/dg/samples/group_members.zip) // that uses the correct format for listing group members. Note, dataSourceId // is optional. The value of type for a group is always GROUP and for a user // it is always USER. S3PathforGroupMembers *S3Path `type:"structure"` // contains filtered or unexported fields }
A list of users or sub groups that belong to a group. Users and groups are useful for filtering search results to different users based on their group's access to documents.
func (GroupMembers) GoString ¶ added in v1.39.5
func (s GroupMembers) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GroupMembers) SetMemberGroups ¶ added in v1.39.5
func (s *GroupMembers) SetMemberGroups(v []*MemberGroup) *GroupMembers
SetMemberGroups sets the MemberGroups field's value.
func (*GroupMembers) SetMemberUsers ¶ added in v1.39.5
func (s *GroupMembers) SetMemberUsers(v []*MemberUser) *GroupMembers
SetMemberUsers sets the MemberUsers field's value.
func (*GroupMembers) SetS3PathforGroupMembers ¶ added in v1.39.5
func (s *GroupMembers) SetS3PathforGroupMembers(v *S3Path) *GroupMembers
SetS3PathforGroupMembers sets the S3PathforGroupMembers field's value.
func (GroupMembers) String ¶ added in v1.39.5
func (s GroupMembers) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GroupMembers) Validate ¶ added in v1.39.5
func (s *GroupMembers) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GroupOrderingIdSummary ¶ added in v1.39.5
type GroupOrderingIdSummary struct { // The reason an action could not be processed. An action can be a PUT or DELETE // action for mapping users to their groups. FailureReason *string `min:"1" type:"string"` // The last date-time an action was updated. An action can be a PUT or DELETE // action for mapping users to their groups. LastUpdatedAt *time.Time `type:"timestamp"` // The order in which actions should complete processing. An action can be a // PUT or DELETE action for mapping users to their groups. OrderingId *int64 `type:"long"` // The date-time an action was received by Amazon Kendra. An action can be a // PUT or DELETE action for mapping users to their groups. ReceivedAt *time.Time `type:"timestamp"` // The current processing status of actions for mapping users to their groups. // The status can be either PROCESSING, SUCCEEDED, DELETING, DELETED, or FAILED. Status *string `type:"string" enum:"PrincipalMappingStatus"` // contains filtered or unexported fields }
Information on the processing of PUT and DELETE actions for mapping users to their groups.
func (GroupOrderingIdSummary) GoString ¶ added in v1.39.5
func (s GroupOrderingIdSummary) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GroupOrderingIdSummary) SetFailureReason ¶ added in v1.39.5
func (s *GroupOrderingIdSummary) SetFailureReason(v string) *GroupOrderingIdSummary
SetFailureReason sets the FailureReason field's value.
func (*GroupOrderingIdSummary) SetLastUpdatedAt ¶ added in v1.39.5
func (s *GroupOrderingIdSummary) SetLastUpdatedAt(v time.Time) *GroupOrderingIdSummary
SetLastUpdatedAt sets the LastUpdatedAt field's value.
func (*GroupOrderingIdSummary) SetOrderingId ¶ added in v1.39.5
func (s *GroupOrderingIdSummary) SetOrderingId(v int64) *GroupOrderingIdSummary
SetOrderingId sets the OrderingId field's value.
func (*GroupOrderingIdSummary) SetReceivedAt ¶ added in v1.39.5
func (s *GroupOrderingIdSummary) SetReceivedAt(v time.Time) *GroupOrderingIdSummary
SetReceivedAt sets the ReceivedAt field's value.
func (*GroupOrderingIdSummary) SetStatus ¶ added in v1.39.5
func (s *GroupOrderingIdSummary) SetStatus(v string) *GroupOrderingIdSummary
SetStatus sets the Status field's value.
func (GroupOrderingIdSummary) String ¶ added in v1.39.5
func (s GroupOrderingIdSummary) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GroupSummary ¶ added in v1.39.5
type GroupSummary struct { // The identifier of the group you want group summary information on. GroupId *string `min:"1" type:"string"` // The timestamp identifier used for the latest PUT or DELETE action. OrderingId *int64 `type:"long"` // contains filtered or unexported fields }
Group summary information.
func (GroupSummary) GoString ¶ added in v1.39.5
func (s GroupSummary) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GroupSummary) SetGroupId ¶ added in v1.39.5
func (s *GroupSummary) SetGroupId(v string) *GroupSummary
SetGroupId sets the GroupId field's value.
func (*GroupSummary) SetOrderingId ¶ added in v1.39.5
func (s *GroupSummary) SetOrderingId(v int64) *GroupSummary
SetOrderingId sets the OrderingId field's value.
func (GroupSummary) String ¶ added in v1.39.5
func (s GroupSummary) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type HierarchicalPrincipal ¶ added in v1.39.5
type HierarchicalPrincipal struct { // A list of principal (https://docs.aws.amazon.com/kendra/latest/dg/API_Principal.html) // lists that define the hierarchy for which documents users should have access // to. Each hierarchical list specifies which user or group has allow or deny // access for each document. // // PrincipalList is a required field PrincipalList []*Principal `type:"list" required:"true"` // contains filtered or unexported fields }
Information to define the hierarchy for which documents users should have access to.
func (HierarchicalPrincipal) GoString ¶ added in v1.39.5
func (s HierarchicalPrincipal) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*HierarchicalPrincipal) SetPrincipalList ¶ added in v1.39.5
func (s *HierarchicalPrincipal) SetPrincipalList(v []*Principal) *HierarchicalPrincipal
SetPrincipalList sets the PrincipalList field's value.
func (HierarchicalPrincipal) String ¶ added in v1.39.5
func (s HierarchicalPrincipal) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*HierarchicalPrincipal) Validate ¶ added in v1.39.5
func (s *HierarchicalPrincipal) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type Highlight ¶
type Highlight struct { // The zero-based location in the response string where the highlight starts. // // BeginOffset is a required field BeginOffset *int64 `type:"integer" required:"true"` // The zero-based location in the response string where the highlight ends. // // EndOffset is a required field EndOffset *int64 `type:"integer" required:"true"` // Indicates whether the response is the best response. True if this is the // best response; otherwise, false. TopAnswer *bool `type:"boolean"` // The highlight type. Type *string `type:"string" enum:"HighlightType"` // contains filtered or unexported fields }
Provides information that you can use to highlight a search result so that your users can quickly identify terms in the response.
func (Highlight) GoString ¶
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*Highlight) SetBeginOffset ¶
SetBeginOffset sets the BeginOffset field's value.
func (*Highlight) SetEndOffset ¶
SetEndOffset sets the EndOffset field's value.
func (*Highlight) SetTopAnswer ¶
SetTopAnswer sets the TopAnswer field's value.
type HookConfiguration ¶ added in v1.42.17
type HookConfiguration struct { // The condition used for when a Lambda function should be invoked. // // For example, you can specify a condition that if there are empty date-time // values, then Amazon Kendra should invoke a function that inserts the current // date-time. InvocationCondition *DocumentAttributeCondition `type:"structure"` // The Amazon Resource Name (ARN) of a role with permission to run a Lambda // function during ingestion. For more information, see IAM roles for Amazon // Kendra (https://docs.aws.amazon.com/kendra/latest/dg/iam-roles.html). // // LambdaArn is a required field LambdaArn *string `min:"1" type:"string" required:"true"` // Stores the original, raw documents or the structured, parsed documents before // and after altering them. For more information, see Data contracts for Lambda // functions (https://docs.aws.amazon.com/kendra/latest/dg/custom-document-enrichment.html#cde-data-contracts-lambda). // // S3Bucket is a required field S3Bucket *string `min:"3" type:"string" required:"true"` // contains filtered or unexported fields }
Provides the configuration information for invoking a Lambda function in Lambda to alter document metadata and content when ingesting documents into Amazon Kendra. You can configure your Lambda function using PreExtractionHookConfiguration (https://docs.aws.amazon.com/kendra/latest/dg/API_CustomDocumentEnrichmentConfiguration.html) if you want to apply advanced alterations on the original or raw documents. If you want to apply advanced alterations on the Amazon Kendra structured documents, you must configure your Lambda function using PostExtractionHookConfiguration (https://docs.aws.amazon.com/kendra/latest/dg/API_CustomDocumentEnrichmentConfiguration.html). You can only invoke one Lambda function. However, this function can invoke other functions it requires.
For more information, see Customizing document metadata during the ingestion process (https://docs.aws.amazon.com/kendra/latest/dg/custom-document-enrichment.html).
func (HookConfiguration) GoString ¶ added in v1.42.17
func (s HookConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*HookConfiguration) SetInvocationCondition ¶ added in v1.42.17
func (s *HookConfiguration) SetInvocationCondition(v *DocumentAttributeCondition) *HookConfiguration
SetInvocationCondition sets the InvocationCondition field's value.
func (*HookConfiguration) SetLambdaArn ¶ added in v1.42.17
func (s *HookConfiguration) SetLambdaArn(v string) *HookConfiguration
SetLambdaArn sets the LambdaArn field's value.
func (*HookConfiguration) SetS3Bucket ¶ added in v1.42.17
func (s *HookConfiguration) SetS3Bucket(v string) *HookConfiguration
SetS3Bucket sets the S3Bucket field's value.
func (HookConfiguration) String ¶ added in v1.42.17
func (s HookConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*HookConfiguration) Validate ¶ added in v1.42.17
func (s *HookConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type IndexConfigurationSummary ¶
type IndexConfigurationSummary struct { // The Unix timestamp when the index was created. // // CreatedAt is a required field CreatedAt *time.Time `type:"timestamp" required:"true"` // Indicates whether the index is a enterprise edition index or a developer // edition index. Edition *string `type:"string" enum:"IndexEdition"` // A unique identifier for the index. Use this to identify the index when you // are using APIs such as Query, DescribeIndex, UpdateIndex, and DeleteIndex. Id *string `min:"36" type:"string"` // The identifier of the index. Name *string `min:"1" type:"string"` // The current status of the index. When the status is ACTIVE, the index is // ready to search. // // Status is a required field Status *string `type:"string" required:"true" enum:"IndexStatus"` // The Unix timestamp when the index was last updated by the UpdateIndex API. // // UpdatedAt is a required field UpdatedAt *time.Time `type:"timestamp" required:"true"` // contains filtered or unexported fields }
A summary of information on the configuration of an index.
func (IndexConfigurationSummary) GoString ¶
func (s IndexConfigurationSummary) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*IndexConfigurationSummary) SetCreatedAt ¶
func (s *IndexConfigurationSummary) SetCreatedAt(v time.Time) *IndexConfigurationSummary
SetCreatedAt sets the CreatedAt field's value.
func (*IndexConfigurationSummary) SetEdition ¶ added in v1.30.25
func (s *IndexConfigurationSummary) SetEdition(v string) *IndexConfigurationSummary
SetEdition sets the Edition field's value.
func (*IndexConfigurationSummary) SetId ¶
func (s *IndexConfigurationSummary) SetId(v string) *IndexConfigurationSummary
SetId sets the Id field's value.
func (*IndexConfigurationSummary) SetName ¶
func (s *IndexConfigurationSummary) SetName(v string) *IndexConfigurationSummary
SetName sets the Name field's value.
func (*IndexConfigurationSummary) SetStatus ¶
func (s *IndexConfigurationSummary) SetStatus(v string) *IndexConfigurationSummary
SetStatus sets the Status field's value.
func (*IndexConfigurationSummary) SetUpdatedAt ¶
func (s *IndexConfigurationSummary) SetUpdatedAt(v time.Time) *IndexConfigurationSummary
SetUpdatedAt sets the UpdatedAt field's value.
func (IndexConfigurationSummary) String ¶
func (s IndexConfigurationSummary) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type IndexStatistics ¶
type IndexStatistics struct { // The number of question and answer topics in the index. // // FaqStatistics is a required field FaqStatistics *FaqStatistics `type:"structure" required:"true"` // The number of text documents indexed. // // TextDocumentStatistics is a required field TextDocumentStatistics *TextDocumentStatistics `type:"structure" required:"true"` // contains filtered or unexported fields }
Provides information about the number of documents and the number of questions and answers in an index.
func (IndexStatistics) GoString ¶
func (s IndexStatistics) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*IndexStatistics) SetFaqStatistics ¶
func (s *IndexStatistics) SetFaqStatistics(v *FaqStatistics) *IndexStatistics
SetFaqStatistics sets the FaqStatistics field's value.
func (*IndexStatistics) SetTextDocumentStatistics ¶
func (s *IndexStatistics) SetTextDocumentStatistics(v *TextDocumentStatistics) *IndexStatistics
SetTextDocumentStatistics sets the TextDocumentStatistics field's value.
func (IndexStatistics) String ¶
func (s IndexStatistics) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type InlineCustomDocumentEnrichmentConfiguration ¶ added in v1.42.17
type InlineCustomDocumentEnrichmentConfiguration struct { // Configuration of the condition used for the target document attribute or // metadata field when ingesting documents into Amazon Kendra. Condition *DocumentAttributeCondition `type:"structure"` // TRUE to delete content if the condition used for the target attribute is // met. DocumentContentDeletion *bool `type:"boolean"` // Configuration of the target document attribute or metadata field when ingesting // documents into Amazon Kendra. You can also include a value. Target *DocumentAttributeTarget `type:"structure"` // contains filtered or unexported fields }
Provides the configuration information for applying basic logic to alter document metadata and content when ingesting documents into Amazon Kendra. To apply advanced logic, to go beyond what you can do with basic logic, see HookConfiguration (https://docs.aws.amazon.com/kendra/latest/dg/API_HookConfiguration.html).
For more information, see Customizing document metadata during the ingestion process (https://docs.aws.amazon.com/kendra/latest/dg/custom-document-enrichment.html).
func (InlineCustomDocumentEnrichmentConfiguration) GoString ¶ added in v1.42.17
func (s InlineCustomDocumentEnrichmentConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*InlineCustomDocumentEnrichmentConfiguration) SetCondition ¶ added in v1.42.17
func (s *InlineCustomDocumentEnrichmentConfiguration) SetCondition(v *DocumentAttributeCondition) *InlineCustomDocumentEnrichmentConfiguration
SetCondition sets the Condition field's value.
func (*InlineCustomDocumentEnrichmentConfiguration) SetDocumentContentDeletion ¶ added in v1.42.17
func (s *InlineCustomDocumentEnrichmentConfiguration) SetDocumentContentDeletion(v bool) *InlineCustomDocumentEnrichmentConfiguration
SetDocumentContentDeletion sets the DocumentContentDeletion field's value.
func (*InlineCustomDocumentEnrichmentConfiguration) SetTarget ¶ added in v1.42.17
func (s *InlineCustomDocumentEnrichmentConfiguration) SetTarget(v *DocumentAttributeTarget) *InlineCustomDocumentEnrichmentConfiguration
SetTarget sets the Target field's value.
func (InlineCustomDocumentEnrichmentConfiguration) String ¶ added in v1.42.17
func (s InlineCustomDocumentEnrichmentConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*InlineCustomDocumentEnrichmentConfiguration) Validate ¶ added in v1.42.17
func (s *InlineCustomDocumentEnrichmentConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type InternalServerException ¶ added in v1.28.0
type InternalServerException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"Message" min:"1" type:"string"` // contains filtered or unexported fields }
func (*InternalServerException) Code ¶ added in v1.28.0
func (s *InternalServerException) Code() string
Code returns the exception type name.
func (*InternalServerException) Error ¶ added in v1.28.0
func (s *InternalServerException) Error() string
func (InternalServerException) GoString ¶ added in v1.28.0
func (s InternalServerException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*InternalServerException) Message ¶ added in v1.28.0
func (s *InternalServerException) Message() string
Message returns the exception's message.
func (*InternalServerException) OrigErr ¶ added in v1.28.0
func (s *InternalServerException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*InternalServerException) RequestID ¶ added in v1.28.0
func (s *InternalServerException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*InternalServerException) StatusCode ¶ added in v1.28.0
func (s *InternalServerException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (InternalServerException) String ¶ added in v1.28.0
func (s InternalServerException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type InvalidRequestException ¶ added in v1.42.17
type InvalidRequestException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"Message" min:"1" type:"string"` // contains filtered or unexported fields }
The input to the request is not valid.
func (*InvalidRequestException) Code ¶ added in v1.42.17
func (s *InvalidRequestException) Code() string
Code returns the exception type name.
func (*InvalidRequestException) Error ¶ added in v1.42.17
func (s *InvalidRequestException) Error() string
func (InvalidRequestException) GoString ¶ added in v1.42.17
func (s InvalidRequestException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*InvalidRequestException) Message ¶ added in v1.42.17
func (s *InvalidRequestException) Message() string
Message returns the exception's message.
func (*InvalidRequestException) OrigErr ¶ added in v1.42.17
func (s *InvalidRequestException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*InvalidRequestException) RequestID ¶ added in v1.42.17
func (s *InvalidRequestException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*InvalidRequestException) StatusCode ¶ added in v1.42.17
func (s *InvalidRequestException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (InvalidRequestException) String ¶ added in v1.42.17
func (s InvalidRequestException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type JsonTokenTypeConfiguration ¶ added in v1.35.22
type JsonTokenTypeConfiguration struct { // The group attribute field. // // GroupAttributeField is a required field GroupAttributeField *string `min:"1" type:"string" required:"true"` // The user name attribute field. // // UserNameAttributeField is a required field UserNameAttributeField *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Provides the configuration information for the JSON token type.
func (JsonTokenTypeConfiguration) GoString ¶ added in v1.35.22
func (s JsonTokenTypeConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*JsonTokenTypeConfiguration) SetGroupAttributeField ¶ added in v1.35.22
func (s *JsonTokenTypeConfiguration) SetGroupAttributeField(v string) *JsonTokenTypeConfiguration
SetGroupAttributeField sets the GroupAttributeField field's value.
func (*JsonTokenTypeConfiguration) SetUserNameAttributeField ¶ added in v1.35.22
func (s *JsonTokenTypeConfiguration) SetUserNameAttributeField(v string) *JsonTokenTypeConfiguration
SetUserNameAttributeField sets the UserNameAttributeField field's value.
func (JsonTokenTypeConfiguration) String ¶ added in v1.35.22
func (s JsonTokenTypeConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*JsonTokenTypeConfiguration) Validate ¶ added in v1.35.22
func (s *JsonTokenTypeConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type JwtTokenTypeConfiguration ¶ added in v1.35.22
type JwtTokenTypeConfiguration struct { // The regular expression that identifies the claim. ClaimRegex *string `min:"1" type:"string"` // The group attribute field. GroupAttributeField *string `min:"1" type:"string"` // The issuer of the token. Issuer *string `min:"1" type:"string"` // The location of the key. // // KeyLocation is a required field KeyLocation *string `type:"string" required:"true" enum:"KeyLocation"` // The Amazon Resource Name (arn) of the secret. SecretManagerArn *string `type:"string"` // The signing key URL. URL *string `min:"1" type:"string"` // The user name attribute field. UserNameAttributeField *string `min:"1" type:"string"` // contains filtered or unexported fields }
Provides the configuration information for the JWT token type.
func (JwtTokenTypeConfiguration) GoString ¶ added in v1.35.22
func (s JwtTokenTypeConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*JwtTokenTypeConfiguration) SetClaimRegex ¶ added in v1.35.22
func (s *JwtTokenTypeConfiguration) SetClaimRegex(v string) *JwtTokenTypeConfiguration
SetClaimRegex sets the ClaimRegex field's value.
func (*JwtTokenTypeConfiguration) SetGroupAttributeField ¶ added in v1.35.22
func (s *JwtTokenTypeConfiguration) SetGroupAttributeField(v string) *JwtTokenTypeConfiguration
SetGroupAttributeField sets the GroupAttributeField field's value.
func (*JwtTokenTypeConfiguration) SetIssuer ¶ added in v1.35.22
func (s *JwtTokenTypeConfiguration) SetIssuer(v string) *JwtTokenTypeConfiguration
SetIssuer sets the Issuer field's value.
func (*JwtTokenTypeConfiguration) SetKeyLocation ¶ added in v1.35.22
func (s *JwtTokenTypeConfiguration) SetKeyLocation(v string) *JwtTokenTypeConfiguration
SetKeyLocation sets the KeyLocation field's value.
func (*JwtTokenTypeConfiguration) SetSecretManagerArn ¶ added in v1.35.22
func (s *JwtTokenTypeConfiguration) SetSecretManagerArn(v string) *JwtTokenTypeConfiguration
SetSecretManagerArn sets the SecretManagerArn field's value.
func (*JwtTokenTypeConfiguration) SetURL ¶ added in v1.35.22
func (s *JwtTokenTypeConfiguration) SetURL(v string) *JwtTokenTypeConfiguration
SetURL sets the URL field's value.
func (*JwtTokenTypeConfiguration) SetUserNameAttributeField ¶ added in v1.35.22
func (s *JwtTokenTypeConfiguration) SetUserNameAttributeField(v string) *JwtTokenTypeConfiguration
SetUserNameAttributeField sets the UserNameAttributeField field's value.
func (JwtTokenTypeConfiguration) String ¶ added in v1.35.22
func (s JwtTokenTypeConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*JwtTokenTypeConfiguration) Validate ¶ added in v1.35.22
func (s *JwtTokenTypeConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type Kendra ¶
Kendra provides the API operation methods for making requests to AWSKendraFrontendService. See this package's package overview docs for details on the service.
Kendra methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.
func New ¶
func New(p client.ConfigProvider, cfgs ...*aws.Config) *Kendra
New creates a new instance of the Kendra client with a session. If additional configuration is needed for the client instance use the optional aws.Config parameter to add your extra config.
Example:
mySession := session.Must(session.NewSession()) // Create a Kendra client from just a session. svc := kendra.New(mySession) // Create a Kendra client with additional configuration svc := kendra.New(mySession, aws.NewConfig().WithRegion("us-west-2"))
func (*Kendra) AssociateEntitiesToExperience ¶ added in v1.42.17
func (c *Kendra) AssociateEntitiesToExperience(input *AssociateEntitiesToExperienceInput) (*AssociateEntitiesToExperienceOutput, error)
AssociateEntitiesToExperience API operation for AWSKendraFrontendService.
Grants users or groups in your Amazon Web Services SSO identity source access to 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 (https://docs.aws.amazon.com/kendra/latest/dg/deploying-search-experience-no-code.html).
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWSKendraFrontendService's API operation AssociateEntitiesToExperience for usage and error information.
Returned Error Types:
ValidationException
ResourceNotFoundException
ResourceAlreadyExistException
ThrottlingException
AccessDeniedException
InternalServerException
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/AssociateEntitiesToExperience
func (*Kendra) AssociateEntitiesToExperienceRequest ¶ added in v1.42.17
func (c *Kendra) AssociateEntitiesToExperienceRequest(input *AssociateEntitiesToExperienceInput) (req *request.Request, output *AssociateEntitiesToExperienceOutput)
AssociateEntitiesToExperienceRequest generates a "aws/request.Request" representing the client's request for the AssociateEntitiesToExperience operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See AssociateEntitiesToExperience for more information on using the AssociateEntitiesToExperience API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the AssociateEntitiesToExperienceRequest method. req, resp := client.AssociateEntitiesToExperienceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/AssociateEntitiesToExperience
func (*Kendra) AssociateEntitiesToExperienceWithContext ¶ added in v1.42.17
func (c *Kendra) AssociateEntitiesToExperienceWithContext(ctx aws.Context, input *AssociateEntitiesToExperienceInput, opts ...request.Option) (*AssociateEntitiesToExperienceOutput, error)
AssociateEntitiesToExperienceWithContext is the same as AssociateEntitiesToExperience with the addition of the ability to pass a context and additional request options.
See AssociateEntitiesToExperience for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Kendra) AssociatePersonasToEntities ¶ added in v1.42.17
func (c *Kendra) AssociatePersonasToEntities(input *AssociatePersonasToEntitiesInput) (*AssociatePersonasToEntitiesOutput, error)
AssociatePersonasToEntities API operation for AWSKendraFrontendService.
Defines the specific permissions of users or groups in your Amazon Web Services SSO identity source with access to 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 (https://docs.aws.amazon.com/kendra/latest/dg/deploying-search-experience-no-code.html).
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWSKendraFrontendService's API operation AssociatePersonasToEntities for usage and error information.
Returned Error Types:
ValidationException
ResourceNotFoundException
ResourceAlreadyExistException
ThrottlingException
AccessDeniedException
InternalServerException
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/AssociatePersonasToEntities
func (*Kendra) AssociatePersonasToEntitiesRequest ¶ added in v1.42.17
func (c *Kendra) AssociatePersonasToEntitiesRequest(input *AssociatePersonasToEntitiesInput) (req *request.Request, output *AssociatePersonasToEntitiesOutput)
AssociatePersonasToEntitiesRequest generates a "aws/request.Request" representing the client's request for the AssociatePersonasToEntities operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See AssociatePersonasToEntities for more information on using the AssociatePersonasToEntities API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the AssociatePersonasToEntitiesRequest method. req, resp := client.AssociatePersonasToEntitiesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/AssociatePersonasToEntities
func (*Kendra) AssociatePersonasToEntitiesWithContext ¶ added in v1.42.17
func (c *Kendra) AssociatePersonasToEntitiesWithContext(ctx aws.Context, input *AssociatePersonasToEntitiesInput, opts ...request.Option) (*AssociatePersonasToEntitiesOutput, error)
AssociatePersonasToEntitiesWithContext is the same as AssociatePersonasToEntities with the addition of the ability to pass a context and additional request options.
See AssociatePersonasToEntities for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Kendra) BatchDeleteDocument ¶
func (c *Kendra) BatchDeleteDocument(input *BatchDeleteDocumentInput) (*BatchDeleteDocumentOutput, error)
BatchDeleteDocument API operation for AWSKendraFrontendService.
Removes one or more documents from an index. The documents must have been added with the BatchPutDocument API.
The documents are deleted asynchronously. You can see the progress of the deletion by using Amazon Web Services CloudWatch. Any error messages related to the processing of the batch are sent to you CloudWatch log.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWSKendraFrontendService's API operation BatchDeleteDocument for usage and error information.
Returned Error Types:
ValidationException
ConflictException
ResourceNotFoundException
ThrottlingException
AccessDeniedException
InternalServerException
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/BatchDeleteDocument
func (*Kendra) BatchDeleteDocumentRequest ¶
func (c *Kendra) BatchDeleteDocumentRequest(input *BatchDeleteDocumentInput) (req *request.Request, output *BatchDeleteDocumentOutput)
BatchDeleteDocumentRequest generates a "aws/request.Request" representing the client's request for the BatchDeleteDocument operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See BatchDeleteDocument for more information on using the BatchDeleteDocument API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the BatchDeleteDocumentRequest method. req, resp := client.BatchDeleteDocumentRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/BatchDeleteDocument
func (*Kendra) BatchDeleteDocumentWithContext ¶
func (c *Kendra) BatchDeleteDocumentWithContext(ctx aws.Context, input *BatchDeleteDocumentInput, opts ...request.Option) (*BatchDeleteDocumentOutput, error)
BatchDeleteDocumentWithContext is the same as BatchDeleteDocument with the addition of the ability to pass a context and additional request options.
See BatchDeleteDocument for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Kendra) BatchGetDocumentStatus ¶ added in v1.38.58
func (c *Kendra) BatchGetDocumentStatus(input *BatchGetDocumentStatusInput) (*BatchGetDocumentStatusOutput, error)
BatchGetDocumentStatus API operation for AWSKendraFrontendService.
Returns the indexing status for one or more documents submitted with the BatchPutDocument (https://docs.aws.amazon.com/kendra/latest/dg/API_BatchPutDocument.html) API.
When you use the BatchPutDocument API, documents are indexed asynchronously. You can use the BatchGetDocumentStatus API to get the current status of a list of documents so that you can determine if they have been successfully indexed.
You can also use the BatchGetDocumentStatus API to check the status of the BatchDeleteDocument (https://docs.aws.amazon.com/kendra/latest/dg/API_BatchDeleteDocument.html) API. When a document is deleted from the index, Amazon Kendra returns NOT_FOUND as the status.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWSKendraFrontendService's API operation BatchGetDocumentStatus for usage and error information.
Returned Error Types:
ValidationException
ConflictException
ResourceNotFoundException
ThrottlingException
AccessDeniedException
InternalServerException
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/BatchGetDocumentStatus
func (*Kendra) BatchGetDocumentStatusRequest ¶ added in v1.38.58
func (c *Kendra) BatchGetDocumentStatusRequest(input *BatchGetDocumentStatusInput) (req *request.Request, output *BatchGetDocumentStatusOutput)
BatchGetDocumentStatusRequest generates a "aws/request.Request" representing the client's request for the BatchGetDocumentStatus operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See BatchGetDocumentStatus for more information on using the BatchGetDocumentStatus API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the BatchGetDocumentStatusRequest method. req, resp := client.BatchGetDocumentStatusRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/BatchGetDocumentStatus
func (*Kendra) BatchGetDocumentStatusWithContext ¶ added in v1.38.58
func (c *Kendra) BatchGetDocumentStatusWithContext(ctx aws.Context, input *BatchGetDocumentStatusInput, opts ...request.Option) (*BatchGetDocumentStatusOutput, error)
BatchGetDocumentStatusWithContext is the same as BatchGetDocumentStatus with the addition of the ability to pass a context and additional request options.
See BatchGetDocumentStatus for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Kendra) BatchPutDocument ¶
func (c *Kendra) BatchPutDocument(input *BatchPutDocumentInput) (*BatchPutDocumentOutput, error)
BatchPutDocument API operation for AWSKendraFrontendService.
Adds one or more documents to an index.
The BatchPutDocument API enables you to ingest inline documents or a set of documents stored in an Amazon S3 bucket. Use this API to ingest your text and unstructured text into an index, add custom attributes to the documents, and to attach an access control list to the documents added to the index.
The documents are indexed asynchronously. You can see the progress of the batch using Amazon Web Services CloudWatch. Any error messages related to processing the batch are sent to your Amazon Web Services CloudWatch log.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWSKendraFrontendService's API operation BatchPutDocument for usage and error information.
Returned Error Types:
ValidationException
ConflictException
ResourceNotFoundException
ThrottlingException
AccessDeniedException
ServiceQuotaExceededException
InternalServerException
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/BatchPutDocument
func (*Kendra) BatchPutDocumentRequest ¶
func (c *Kendra) BatchPutDocumentRequest(input *BatchPutDocumentInput) (req *request.Request, output *BatchPutDocumentOutput)
BatchPutDocumentRequest generates a "aws/request.Request" representing the client's request for the BatchPutDocument operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See BatchPutDocument for more information on using the BatchPutDocument API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the BatchPutDocumentRequest method. req, resp := client.BatchPutDocumentRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/BatchPutDocument
func (*Kendra) BatchPutDocumentWithContext ¶
func (c *Kendra) BatchPutDocumentWithContext(ctx aws.Context, input *BatchPutDocumentInput, opts ...request.Option) (*BatchPutDocumentOutput, error)
BatchPutDocumentWithContext is the same as BatchPutDocument with the addition of the ability to pass a context and additional request options.
See BatchPutDocument for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Kendra) ClearQuerySuggestions ¶ added in v1.38.50
func (c *Kendra) ClearQuerySuggestions(input *ClearQuerySuggestionsInput) (*ClearQuerySuggestionsOutput, error)
ClearQuerySuggestions API operation for AWSKendraFrontendService.
Clears existing query suggestions from an index.
This deletes existing suggestions only, not the queries in the query log. After you clear suggestions, Amazon Kendra learns new suggestions based on new queries added to the query log from the time you cleared suggestions. If you do not see any new suggestions, then please allow Amazon Kendra to collect enough queries to learn new suggestions.
ClearQuerySuggestions is currently not supported in the Amazon Web Services GovCloud (US-West) region.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWSKendraFrontendService's API operation ClearQuerySuggestions for usage and error information.
Returned Error Types:
ValidationException
ResourceNotFoundException
ThrottlingException
ConflictException
AccessDeniedException
InternalServerException
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/ClearQuerySuggestions
func (*Kendra) ClearQuerySuggestionsRequest ¶ added in v1.38.50
func (c *Kendra) ClearQuerySuggestionsRequest(input *ClearQuerySuggestionsInput) (req *request.Request, output *ClearQuerySuggestionsOutput)
ClearQuerySuggestionsRequest generates a "aws/request.Request" representing the client's request for the ClearQuerySuggestions operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ClearQuerySuggestions for more information on using the ClearQuerySuggestions API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ClearQuerySuggestionsRequest method. req, resp := client.ClearQuerySuggestionsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/ClearQuerySuggestions
func (*Kendra) ClearQuerySuggestionsWithContext ¶ added in v1.38.50
func (c *Kendra) ClearQuerySuggestionsWithContext(ctx aws.Context, input *ClearQuerySuggestionsInput, opts ...request.Option) (*ClearQuerySuggestionsOutput, error)
ClearQuerySuggestionsWithContext is the same as ClearQuerySuggestions with the addition of the ability to pass a context and additional request options.
See ClearQuerySuggestions for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Kendra) CreateDataSource ¶
func (c *Kendra) CreateDataSource(input *CreateDataSourceInput) (*CreateDataSourceOutput, error)
CreateDataSource API operation for AWSKendraFrontendService.
Creates a data source that you want to use with an Amazon Kendra index.
You specify a name, data source connector type and description for your data source. You also specify configuration information for the data source connector.
CreateDataSource is a synchronous operation. The operation returns 200 if the data source was successfully created. Otherwise, an exception is raised.
Amazon S3 and custom (https://docs.aws.amazon.com/kendra/latest/dg/data-source-custom.html) data sources are the only supported data sources in the Amazon Web Services GovCloud (US-West) region.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWSKendraFrontendService's API operation CreateDataSource for usage and error information.
Returned Error Types:
ValidationException
ConflictException
ResourceNotFoundException
ResourceAlreadyExistException
ServiceQuotaExceededException
ThrottlingException
AccessDeniedException
InternalServerException
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/CreateDataSource
func (*Kendra) CreateDataSourceRequest ¶
func (c *Kendra) CreateDataSourceRequest(input *CreateDataSourceInput) (req *request.Request, output *CreateDataSourceOutput)
CreateDataSourceRequest generates a "aws/request.Request" representing the client's request for the CreateDataSource operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateDataSource for more information on using the CreateDataSource API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateDataSourceRequest method. req, resp := client.CreateDataSourceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/CreateDataSource
func (*Kendra) CreateDataSourceWithContext ¶
func (c *Kendra) CreateDataSourceWithContext(ctx aws.Context, input *CreateDataSourceInput, opts ...request.Option) (*CreateDataSourceOutput, error)
CreateDataSourceWithContext is the same as CreateDataSource with the addition of the ability to pass a context and additional request options.
See CreateDataSource for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Kendra) CreateExperience ¶ added in v1.42.17
func (c *Kendra) CreateExperience(input *CreateExperienceInput) (*CreateExperienceOutput, error)
CreateExperience API operation for AWSKendraFrontendService.
Creates 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 (https://docs.aws.amazon.com/kendra/latest/dg/deploying-search-experience-no-code.html).
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWSKendraFrontendService's API operation CreateExperience for usage and error information.
Returned Error Types:
ValidationException
ConflictException
ResourceNotFoundException
ServiceQuotaExceededException
ThrottlingException
AccessDeniedException
InternalServerException
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/CreateExperience
func (*Kendra) CreateExperienceRequest ¶ added in v1.42.17
func (c *Kendra) CreateExperienceRequest(input *CreateExperienceInput) (req *request.Request, output *CreateExperienceOutput)
CreateExperienceRequest generates a "aws/request.Request" representing the client's request for the CreateExperience operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateExperience for more information on using the CreateExperience API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateExperienceRequest method. req, resp := client.CreateExperienceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/CreateExperience
func (*Kendra) CreateExperienceWithContext ¶ added in v1.42.17
func (c *Kendra) CreateExperienceWithContext(ctx aws.Context, input *CreateExperienceInput, opts ...request.Option) (*CreateExperienceOutput, error)
CreateExperienceWithContext is the same as CreateExperience with the addition of the ability to pass a context and additional request options.
See CreateExperience for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Kendra) CreateFaq ¶
func (c *Kendra) CreateFaq(input *CreateFaqInput) (*CreateFaqOutput, error)
CreateFaq API operation for AWSKendraFrontendService.
Creates an new set of frequently asked question (FAQ) questions and answers.
Adding FAQs to an index is an asynchronous operation.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWSKendraFrontendService's API operation CreateFaq for usage and error information.
Returned Error Types:
ValidationException
ConflictException
ResourceNotFoundException
ThrottlingException
ServiceQuotaExceededException
AccessDeniedException
InternalServerException
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/CreateFaq
func (*Kendra) CreateFaqRequest ¶
func (c *Kendra) CreateFaqRequest(input *CreateFaqInput) (req *request.Request, output *CreateFaqOutput)
CreateFaqRequest generates a "aws/request.Request" representing the client's request for the CreateFaq operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateFaq for more information on using the CreateFaq API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateFaqRequest method. req, resp := client.CreateFaqRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/CreateFaq
func (*Kendra) CreateFaqWithContext ¶
func (c *Kendra) CreateFaqWithContext(ctx aws.Context, input *CreateFaqInput, opts ...request.Option) (*CreateFaqOutput, error)
CreateFaqWithContext is the same as CreateFaq with the addition of the ability to pass a context and additional request options.
See CreateFaq for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Kendra) CreateIndex ¶
func (c *Kendra) CreateIndex(input *CreateIndexInput) (*CreateIndexOutput, error)
CreateIndex API operation for AWSKendraFrontendService.
Creates a new Amazon Kendra index. Index creation is an asynchronous API. To determine if index creation has completed, check the Status field returned from a call to DescribeIndex. The Status field is set to ACTIVE when the index is ready to use.
Once the index is active you can index your documents using the BatchPutDocument API or using one of the supported data sources.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWSKendraFrontendService's API operation CreateIndex for usage and error information.
Returned Error Types:
ValidationException
ResourceAlreadyExistException
ServiceQuotaExceededException
ThrottlingException
AccessDeniedException
ConflictException
InternalServerException
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/CreateIndex
func (*Kendra) CreateIndexRequest ¶
func (c *Kendra) CreateIndexRequest(input *CreateIndexInput) (req *request.Request, output *CreateIndexOutput)
CreateIndexRequest generates a "aws/request.Request" representing the client's request for the CreateIndex operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateIndex for more information on using the CreateIndex API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateIndexRequest method. req, resp := client.CreateIndexRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/CreateIndex
func (*Kendra) CreateIndexWithContext ¶
func (c *Kendra) CreateIndexWithContext(ctx aws.Context, input *CreateIndexInput, opts ...request.Option) (*CreateIndexOutput, error)
CreateIndexWithContext is the same as CreateIndex with the addition of the ability to pass a context and additional request options.
See CreateIndex for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Kendra) CreateQuerySuggestionsBlockList ¶ added in v1.38.50
func (c *Kendra) CreateQuerySuggestionsBlockList(input *CreateQuerySuggestionsBlockListInput) (*CreateQuerySuggestionsBlockListOutput, error)
CreateQuerySuggestionsBlockList API operation for AWSKendraFrontendService.
Creates a block list to exlcude certain queries from suggestions.
Any query that contains words or phrases specified in the block list is blocked or filtered out from being shown as a suggestion.
You need to provide the file location of your block list text file in your S3 bucket. In your text file, enter each block word or phrase on a separate line.
For information on the current quota limits for block lists, see Quotas for Amazon Kendra (https://docs.aws.amazon.com/kendra/latest/dg/quotas.html).
CreateQuerySuggestionsBlockList is currently not supported in the Amazon Web Services GovCloud (US-West) region.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWSKendraFrontendService's API operation CreateQuerySuggestionsBlockList for usage and error information.
Returned Error Types:
ValidationException
ResourceNotFoundException
ThrottlingException
AccessDeniedException
ServiceQuotaExceededException
ConflictException
InternalServerException
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/CreateQuerySuggestionsBlockList
func (*Kendra) CreateQuerySuggestionsBlockListRequest ¶ added in v1.38.50
func (c *Kendra) CreateQuerySuggestionsBlockListRequest(input *CreateQuerySuggestionsBlockListInput) (req *request.Request, output *CreateQuerySuggestionsBlockListOutput)
CreateQuerySuggestionsBlockListRequest generates a "aws/request.Request" representing the client's request for the CreateQuerySuggestionsBlockList operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateQuerySuggestionsBlockList for more information on using the CreateQuerySuggestionsBlockList API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateQuerySuggestionsBlockListRequest method. req, resp := client.CreateQuerySuggestionsBlockListRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/CreateQuerySuggestionsBlockList
func (*Kendra) CreateQuerySuggestionsBlockListWithContext ¶ added in v1.38.50
func (c *Kendra) CreateQuerySuggestionsBlockListWithContext(ctx aws.Context, input *CreateQuerySuggestionsBlockListInput, opts ...request.Option) (*CreateQuerySuggestionsBlockListOutput, error)
CreateQuerySuggestionsBlockListWithContext is the same as CreateQuerySuggestionsBlockList with the addition of the ability to pass a context and additional request options.
See CreateQuerySuggestionsBlockList for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Kendra) CreateThesaurus ¶ added in v1.36.6
func (c *Kendra) CreateThesaurus(input *CreateThesaurusInput) (*CreateThesaurusOutput, error)
CreateThesaurus API operation for AWSKendraFrontendService.
Creates a thesaurus for an index. The thesaurus contains a list of synonyms in Solr format.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWSKendraFrontendService's API operation CreateThesaurus for usage and error information.
Returned Error Types:
ValidationException
ConflictException
ResourceNotFoundException
ThrottlingException
ServiceQuotaExceededException
AccessDeniedException
InternalServerException
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/CreateThesaurus
func (*Kendra) CreateThesaurusRequest ¶ added in v1.36.6
func (c *Kendra) CreateThesaurusRequest(input *CreateThesaurusInput) (req *request.Request, output *CreateThesaurusOutput)
CreateThesaurusRequest generates a "aws/request.Request" representing the client's request for the CreateThesaurus operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateThesaurus for more information on using the CreateThesaurus API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateThesaurusRequest method. req, resp := client.CreateThesaurusRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/CreateThesaurus
func (*Kendra) CreateThesaurusWithContext ¶ added in v1.36.6
func (c *Kendra) CreateThesaurusWithContext(ctx aws.Context, input *CreateThesaurusInput, opts ...request.Option) (*CreateThesaurusOutput, error)
CreateThesaurusWithContext is the same as CreateThesaurus with the addition of the ability to pass a context and additional request options.
See CreateThesaurus for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Kendra) DeleteDataSource ¶ added in v1.30.25
func (c *Kendra) DeleteDataSource(input *DeleteDataSourceInput) (*DeleteDataSourceOutput, error)
DeleteDataSource API operation for AWSKendraFrontendService.
Deletes an Amazon Kendra data source. An exception is not thrown if the data source is already being deleted. While the data source is being deleted, the Status field returned by a call to the DescribeDataSource API is set to DELETING. For more information, see Deleting Data Sources (https://docs.aws.amazon.com/kendra/latest/dg/delete-data-source.html).
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWSKendraFrontendService's API operation DeleteDataSource for usage and error information.
Returned Error Types:
AccessDeniedException
ValidationException
ConflictException
ResourceNotFoundException
ThrottlingException
InternalServerException
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/DeleteDataSource
func (*Kendra) DeleteDataSourceRequest ¶ added in v1.30.25
func (c *Kendra) DeleteDataSourceRequest(input *DeleteDataSourceInput) (req *request.Request, output *DeleteDataSourceOutput)
DeleteDataSourceRequest generates a "aws/request.Request" representing the client's request for the DeleteDataSource operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteDataSource for more information on using the DeleteDataSource API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteDataSourceRequest method. req, resp := client.DeleteDataSourceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/DeleteDataSource
func (*Kendra) DeleteDataSourceWithContext ¶ added in v1.30.25
func (c *Kendra) DeleteDataSourceWithContext(ctx aws.Context, input *DeleteDataSourceInput, opts ...request.Option) (*DeleteDataSourceOutput, error)
DeleteDataSourceWithContext is the same as DeleteDataSource with the addition of the ability to pass a context and additional request options.
See DeleteDataSource for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Kendra) DeleteExperience ¶ added in v1.42.17
func (c *Kendra) DeleteExperience(input *DeleteExperienceInput) (*DeleteExperienceOutput, error)
DeleteExperience API operation for AWSKendraFrontendService.
Deletes your 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 (https://docs.aws.amazon.com/kendra/latest/dg/deploying-search-experience-no-code.html).
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWSKendraFrontendService's API operation DeleteExperience for usage and error information.
Returned Error Types:
AccessDeniedException
ValidationException
ConflictException
ResourceNotFoundException
ThrottlingException
InternalServerException
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/DeleteExperience
func (*Kendra) DeleteExperienceRequest ¶ added in v1.42.17
func (c *Kendra) DeleteExperienceRequest(input *DeleteExperienceInput) (req *request.Request, output *DeleteExperienceOutput)
DeleteExperienceRequest generates a "aws/request.Request" representing the client's request for the DeleteExperience operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteExperience for more information on using the DeleteExperience API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteExperienceRequest method. req, resp := client.DeleteExperienceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/DeleteExperience
func (*Kendra) DeleteExperienceWithContext ¶ added in v1.42.17
func (c *Kendra) DeleteExperienceWithContext(ctx aws.Context, input *DeleteExperienceInput, opts ...request.Option) (*DeleteExperienceOutput, error)
DeleteExperienceWithContext is the same as DeleteExperience with the addition of the ability to pass a context and additional request options.
See DeleteExperience for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Kendra) DeleteFaq ¶
func (c *Kendra) DeleteFaq(input *DeleteFaqInput) (*DeleteFaqOutput, error)
DeleteFaq API operation for AWSKendraFrontendService.
Removes an FAQ from an index.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWSKendraFrontendService's API operation DeleteFaq for usage and error information.
Returned Error Types:
ValidationException
ConflictException
ResourceNotFoundException
ThrottlingException
AccessDeniedException
InternalServerException
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/DeleteFaq
func (*Kendra) DeleteFaqRequest ¶
func (c *Kendra) DeleteFaqRequest(input *DeleteFaqInput) (req *request.Request, output *DeleteFaqOutput)
DeleteFaqRequest generates a "aws/request.Request" representing the client's request for the DeleteFaq operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteFaq for more information on using the DeleteFaq API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteFaqRequest method. req, resp := client.DeleteFaqRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/DeleteFaq
func (*Kendra) DeleteFaqWithContext ¶
func (c *Kendra) DeleteFaqWithContext(ctx aws.Context, input *DeleteFaqInput, opts ...request.Option) (*DeleteFaqOutput, error)
DeleteFaqWithContext is the same as DeleteFaq with the addition of the ability to pass a context and additional request options.
See DeleteFaq for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Kendra) DeleteIndex ¶
func (c *Kendra) DeleteIndex(input *DeleteIndexInput) (*DeleteIndexOutput, error)
DeleteIndex API operation for AWSKendraFrontendService.
Deletes an existing Amazon Kendra index. An exception is not thrown if the index is already being deleted. While the index is being deleted, the Status field returned by a call to the DescribeIndex API is set to DELETING.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWSKendraFrontendService's API operation DeleteIndex for usage and error information.
Returned Error Types:
ValidationException
ConflictException
ResourceNotFoundException
ThrottlingException
AccessDeniedException
InternalServerException
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/DeleteIndex
func (*Kendra) DeleteIndexRequest ¶
func (c *Kendra) DeleteIndexRequest(input *DeleteIndexInput) (req *request.Request, output *DeleteIndexOutput)
DeleteIndexRequest generates a "aws/request.Request" representing the client's request for the DeleteIndex operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteIndex for more information on using the DeleteIndex API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteIndexRequest method. req, resp := client.DeleteIndexRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/DeleteIndex
func (*Kendra) DeleteIndexWithContext ¶
func (c *Kendra) DeleteIndexWithContext(ctx aws.Context, input *DeleteIndexInput, opts ...request.Option) (*DeleteIndexOutput, error)
DeleteIndexWithContext is the same as DeleteIndex with the addition of the ability to pass a context and additional request options.
See DeleteIndex for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Kendra) DeletePrincipalMapping ¶ added in v1.39.5
func (c *Kendra) DeletePrincipalMapping(input *DeletePrincipalMappingInput) (*DeletePrincipalMappingOutput, error)
DeletePrincipalMapping API operation for AWSKendraFrontendService.
Deletes a group so that all users and sub groups that belong to the group can no longer access documents only available to that group.
For example, after deleting the group "Summer Interns", all interns who belonged to that group no longer see intern-only documents in their search results.
If you want to delete or replace users or sub groups of a group, you need to use the PutPrincipalMapping operation. For example, if a user in the group "Engineering" leaves the engineering team and another user takes their place, you provide an updated list of users or sub groups that belong to the "Engineering" group when calling PutPrincipalMapping. You can update your internal list of users or sub groups and input this list when calling PutPrincipalMapping.
DeletePrincipalMapping is currently not supported in the Amazon Web Services GovCloud (US-West) region.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWSKendraFrontendService's API operation DeletePrincipalMapping for usage and error information.
Returned Error Types:
ValidationException
ConflictException
ResourceNotFoundException
ThrottlingException
AccessDeniedException
InternalServerException
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/DeletePrincipalMapping
func (*Kendra) DeletePrincipalMappingRequest ¶ added in v1.39.5
func (c *Kendra) DeletePrincipalMappingRequest(input *DeletePrincipalMappingInput) (req *request.Request, output *DeletePrincipalMappingOutput)
DeletePrincipalMappingRequest generates a "aws/request.Request" representing the client's request for the DeletePrincipalMapping operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeletePrincipalMapping for more information on using the DeletePrincipalMapping API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeletePrincipalMappingRequest method. req, resp := client.DeletePrincipalMappingRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/DeletePrincipalMapping
func (*Kendra) DeletePrincipalMappingWithContext ¶ added in v1.39.5
func (c *Kendra) DeletePrincipalMappingWithContext(ctx aws.Context, input *DeletePrincipalMappingInput, opts ...request.Option) (*DeletePrincipalMappingOutput, error)
DeletePrincipalMappingWithContext is the same as DeletePrincipalMapping with the addition of the ability to pass a context and additional request options.
See DeletePrincipalMapping for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Kendra) DeleteQuerySuggestionsBlockList ¶ added in v1.38.50
func (c *Kendra) DeleteQuerySuggestionsBlockList(input *DeleteQuerySuggestionsBlockListInput) (*DeleteQuerySuggestionsBlockListOutput, error)
DeleteQuerySuggestionsBlockList API operation for AWSKendraFrontendService.
Deletes a block list used for query suggestions for an index.
A deleted block list might not take effect right away. Amazon Kendra needs to refresh the entire suggestions list to add back the queries that were previously blocked.
DeleteQuerySuggestionsBlockList is currently not supported in the Amazon Web Services GovCloud (US-West) region.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWSKendraFrontendService's API operation DeleteQuerySuggestionsBlockList for usage and error information.
Returned Error Types:
ValidationException
ResourceNotFoundException
ThrottlingException
AccessDeniedException
ConflictException
InternalServerException
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/DeleteQuerySuggestionsBlockList
func (*Kendra) DeleteQuerySuggestionsBlockListRequest ¶ added in v1.38.50
func (c *Kendra) DeleteQuerySuggestionsBlockListRequest(input *DeleteQuerySuggestionsBlockListInput) (req *request.Request, output *DeleteQuerySuggestionsBlockListOutput)
DeleteQuerySuggestionsBlockListRequest generates a "aws/request.Request" representing the client's request for the DeleteQuerySuggestionsBlockList operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteQuerySuggestionsBlockList for more information on using the DeleteQuerySuggestionsBlockList API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteQuerySuggestionsBlockListRequest method. req, resp := client.DeleteQuerySuggestionsBlockListRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/DeleteQuerySuggestionsBlockList
func (*Kendra) DeleteQuerySuggestionsBlockListWithContext ¶ added in v1.38.50
func (c *Kendra) DeleteQuerySuggestionsBlockListWithContext(ctx aws.Context, input *DeleteQuerySuggestionsBlockListInput, opts ...request.Option) (*DeleteQuerySuggestionsBlockListOutput, error)
DeleteQuerySuggestionsBlockListWithContext is the same as DeleteQuerySuggestionsBlockList with the addition of the ability to pass a context and additional request options.
See DeleteQuerySuggestionsBlockList for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Kendra) DeleteThesaurus ¶ added in v1.36.6
func (c *Kendra) DeleteThesaurus(input *DeleteThesaurusInput) (*DeleteThesaurusOutput, error)
DeleteThesaurus API operation for AWSKendraFrontendService.
Deletes an existing Amazon Kendra thesaurus.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWSKendraFrontendService's API operation DeleteThesaurus for usage and error information.
Returned Error Types:
ValidationException
ConflictException
ResourceNotFoundException
ThrottlingException
AccessDeniedException
InternalServerException
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/DeleteThesaurus
func (*Kendra) DeleteThesaurusRequest ¶ added in v1.36.6
func (c *Kendra) DeleteThesaurusRequest(input *DeleteThesaurusInput) (req *request.Request, output *DeleteThesaurusOutput)
DeleteThesaurusRequest generates a "aws/request.Request" representing the client's request for the DeleteThesaurus operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteThesaurus for more information on using the DeleteThesaurus API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteThesaurusRequest method. req, resp := client.DeleteThesaurusRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/DeleteThesaurus
func (*Kendra) DeleteThesaurusWithContext ¶ added in v1.36.6
func (c *Kendra) DeleteThesaurusWithContext(ctx aws.Context, input *DeleteThesaurusInput, opts ...request.Option) (*DeleteThesaurusOutput, error)
DeleteThesaurusWithContext is the same as DeleteThesaurus with the addition of the ability to pass a context and additional request options.
See DeleteThesaurus for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Kendra) DescribeDataSource ¶
func (c *Kendra) DescribeDataSource(input *DescribeDataSourceInput) (*DescribeDataSourceOutput, error)
DescribeDataSource API operation for AWSKendraFrontendService.
Gets information about an Amazon Kendra data source.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWSKendraFrontendService's API operation DescribeDataSource for usage and error information.
Returned Error Types:
ValidationException
ResourceNotFoundException
ThrottlingException
AccessDeniedException
InternalServerException
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/DescribeDataSource
func (*Kendra) DescribeDataSourceRequest ¶
func (c *Kendra) DescribeDataSourceRequest(input *DescribeDataSourceInput) (req *request.Request, output *DescribeDataSourceOutput)
DescribeDataSourceRequest generates a "aws/request.Request" representing the client's request for the DescribeDataSource operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeDataSource for more information on using the DescribeDataSource API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeDataSourceRequest method. req, resp := client.DescribeDataSourceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/DescribeDataSource
func (*Kendra) DescribeDataSourceWithContext ¶
func (c *Kendra) DescribeDataSourceWithContext(ctx aws.Context, input *DescribeDataSourceInput, opts ...request.Option) (*DescribeDataSourceOutput, error)
DescribeDataSourceWithContext is the same as DescribeDataSource with the addition of the ability to pass a context and additional request options.
See DescribeDataSource for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Kendra) DescribeExperience ¶ added in v1.42.17
func (c *Kendra) DescribeExperience(input *DescribeExperienceInput) (*DescribeExperienceOutput, error)
DescribeExperience API operation for AWSKendraFrontendService.
Gets information about your 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 (https://docs.aws.amazon.com/kendra/latest/dg/deploying-search-experience-no-code.html).
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWSKendraFrontendService's API operation DescribeExperience for usage and error information.
Returned Error Types:
ValidationException
ResourceNotFoundException
ThrottlingException
AccessDeniedException
InternalServerException
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/DescribeExperience
func (*Kendra) DescribeExperienceRequest ¶ added in v1.42.17
func (c *Kendra) DescribeExperienceRequest(input *DescribeExperienceInput) (req *request.Request, output *DescribeExperienceOutput)
DescribeExperienceRequest generates a "aws/request.Request" representing the client's request for the DescribeExperience operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeExperience for more information on using the DescribeExperience API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeExperienceRequest method. req, resp := client.DescribeExperienceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/DescribeExperience
func (*Kendra) DescribeExperienceWithContext ¶ added in v1.42.17
func (c *Kendra) DescribeExperienceWithContext(ctx aws.Context, input *DescribeExperienceInput, opts ...request.Option) (*DescribeExperienceOutput, error)
DescribeExperienceWithContext is the same as DescribeExperience with the addition of the ability to pass a context and additional request options.
See DescribeExperience for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Kendra) DescribeFaq ¶
func (c *Kendra) DescribeFaq(input *DescribeFaqInput) (*DescribeFaqOutput, error)
DescribeFaq API operation for AWSKendraFrontendService.
Gets information about an FAQ list.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWSKendraFrontendService's API operation DescribeFaq for usage and error information.
Returned Error Types:
ValidationException
ResourceNotFoundException
ThrottlingException
AccessDeniedException
InternalServerException
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/DescribeFaq
func (*Kendra) DescribeFaqRequest ¶
func (c *Kendra) DescribeFaqRequest(input *DescribeFaqInput) (req *request.Request, output *DescribeFaqOutput)
DescribeFaqRequest generates a "aws/request.Request" representing the client's request for the DescribeFaq operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeFaq for more information on using the DescribeFaq API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeFaqRequest method. req, resp := client.DescribeFaqRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/DescribeFaq
func (*Kendra) DescribeFaqWithContext ¶
func (c *Kendra) DescribeFaqWithContext(ctx aws.Context, input *DescribeFaqInput, opts ...request.Option) (*DescribeFaqOutput, error)
DescribeFaqWithContext is the same as DescribeFaq with the addition of the ability to pass a context and additional request options.
See DescribeFaq for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Kendra) DescribeIndex ¶
func (c *Kendra) DescribeIndex(input *DescribeIndexInput) (*DescribeIndexOutput, error)
DescribeIndex API operation for AWSKendraFrontendService.
Describes an existing Amazon Kendra index.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWSKendraFrontendService's API operation DescribeIndex for usage and error information.
Returned Error Types:
ValidationException
ResourceNotFoundException
ThrottlingException
AccessDeniedException
InternalServerException
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/DescribeIndex
func (*Kendra) DescribeIndexRequest ¶
func (c *Kendra) DescribeIndexRequest(input *DescribeIndexInput) (req *request.Request, output *DescribeIndexOutput)
DescribeIndexRequest generates a "aws/request.Request" representing the client's request for the DescribeIndex operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeIndex for more information on using the DescribeIndex API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeIndexRequest method. req, resp := client.DescribeIndexRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/DescribeIndex
func (*Kendra) DescribeIndexWithContext ¶
func (c *Kendra) DescribeIndexWithContext(ctx aws.Context, input *DescribeIndexInput, opts ...request.Option) (*DescribeIndexOutput, error)
DescribeIndexWithContext is the same as DescribeIndex with the addition of the ability to pass a context and additional request options.
See DescribeIndex for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Kendra) DescribePrincipalMapping ¶ added in v1.39.5
func (c *Kendra) DescribePrincipalMapping(input *DescribePrincipalMappingInput) (*DescribePrincipalMappingOutput, error)
DescribePrincipalMapping API operation for AWSKendraFrontendService.
Describes the processing of PUT and DELETE actions for mapping users to their groups. This includes information on the status of actions currently processing or yet to be processed, when actions were last updated, when actions were received by Amazon Kendra, the latest action that should process and apply after other actions, and useful error messages if an action could not be processed.
DescribePrincipalMapping is currently not supported in the Amazon Web Services GovCloud (US-West) region.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWSKendraFrontendService's API operation DescribePrincipalMapping for usage and error information.
Returned Error Types:
ValidationException
ResourceNotFoundException
ThrottlingException
AccessDeniedException
InternalServerException
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/DescribePrincipalMapping
func (*Kendra) DescribePrincipalMappingRequest ¶ added in v1.39.5
func (c *Kendra) DescribePrincipalMappingRequest(input *DescribePrincipalMappingInput) (req *request.Request, output *DescribePrincipalMappingOutput)
DescribePrincipalMappingRequest generates a "aws/request.Request" representing the client's request for the DescribePrincipalMapping operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribePrincipalMapping for more information on using the DescribePrincipalMapping API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribePrincipalMappingRequest method. req, resp := client.DescribePrincipalMappingRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/DescribePrincipalMapping
func (*Kendra) DescribePrincipalMappingWithContext ¶ added in v1.39.5
func (c *Kendra) DescribePrincipalMappingWithContext(ctx aws.Context, input *DescribePrincipalMappingInput, opts ...request.Option) (*DescribePrincipalMappingOutput, error)
DescribePrincipalMappingWithContext is the same as DescribePrincipalMapping with the addition of the ability to pass a context and additional request options.
See DescribePrincipalMapping for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Kendra) DescribeQuerySuggestionsBlockList ¶ added in v1.38.50
func (c *Kendra) DescribeQuerySuggestionsBlockList(input *DescribeQuerySuggestionsBlockListInput) (*DescribeQuerySuggestionsBlockListOutput, error)
DescribeQuerySuggestionsBlockList API operation for AWSKendraFrontendService.
Describes a block list used for query suggestions for an index.
This is used to check the current settings that are applied to a block list.
DescribeQuerySuggestionsBlockList is currently not supported in the Amazon Web Services GovCloud (US-West) region.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWSKendraFrontendService's API operation DescribeQuerySuggestionsBlockList for usage and error information.
Returned Error Types:
ValidationException
ResourceNotFoundException
ThrottlingException
AccessDeniedException
InternalServerException
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/DescribeQuerySuggestionsBlockList
func (*Kendra) DescribeQuerySuggestionsBlockListRequest ¶ added in v1.38.50
func (c *Kendra) DescribeQuerySuggestionsBlockListRequest(input *DescribeQuerySuggestionsBlockListInput) (req *request.Request, output *DescribeQuerySuggestionsBlockListOutput)
DescribeQuerySuggestionsBlockListRequest generates a "aws/request.Request" representing the client's request for the DescribeQuerySuggestionsBlockList operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeQuerySuggestionsBlockList for more information on using the DescribeQuerySuggestionsBlockList API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeQuerySuggestionsBlockListRequest method. req, resp := client.DescribeQuerySuggestionsBlockListRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/DescribeQuerySuggestionsBlockList
func (*Kendra) DescribeQuerySuggestionsBlockListWithContext ¶ added in v1.38.50
func (c *Kendra) DescribeQuerySuggestionsBlockListWithContext(ctx aws.Context, input *DescribeQuerySuggestionsBlockListInput, opts ...request.Option) (*DescribeQuerySuggestionsBlockListOutput, error)
DescribeQuerySuggestionsBlockListWithContext is the same as DescribeQuerySuggestionsBlockList with the addition of the ability to pass a context and additional request options.
See DescribeQuerySuggestionsBlockList for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Kendra) DescribeQuerySuggestionsConfig ¶ added in v1.38.50
func (c *Kendra) DescribeQuerySuggestionsConfig(input *DescribeQuerySuggestionsConfigInput) (*DescribeQuerySuggestionsConfigOutput, error)
DescribeQuerySuggestionsConfig API operation for AWSKendraFrontendService.
Describes the settings of query suggestions for an index.
This is used to check the current settings applied to query suggestions.
DescribeQuerySuggestionsConfig is currently not supported in the Amazon Web Services GovCloud (US-West) region.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWSKendraFrontendService's API operation DescribeQuerySuggestionsConfig for usage and error information.
Returned Error Types:
ValidationException
ResourceNotFoundException
ThrottlingException
AccessDeniedException
InternalServerException
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/DescribeQuerySuggestionsConfig
func (*Kendra) DescribeQuerySuggestionsConfigRequest ¶ added in v1.38.50
func (c *Kendra) DescribeQuerySuggestionsConfigRequest(input *DescribeQuerySuggestionsConfigInput) (req *request.Request, output *DescribeQuerySuggestionsConfigOutput)
DescribeQuerySuggestionsConfigRequest generates a "aws/request.Request" representing the client's request for the DescribeQuerySuggestionsConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeQuerySuggestionsConfig for more information on using the DescribeQuerySuggestionsConfig API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeQuerySuggestionsConfigRequest method. req, resp := client.DescribeQuerySuggestionsConfigRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/DescribeQuerySuggestionsConfig
func (*Kendra) DescribeQuerySuggestionsConfigWithContext ¶ added in v1.38.50
func (c *Kendra) DescribeQuerySuggestionsConfigWithContext(ctx aws.Context, input *DescribeQuerySuggestionsConfigInput, opts ...request.Option) (*DescribeQuerySuggestionsConfigOutput, error)
DescribeQuerySuggestionsConfigWithContext is the same as DescribeQuerySuggestionsConfig with the addition of the ability to pass a context and additional request options.
See DescribeQuerySuggestionsConfig for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Kendra) DescribeThesaurus ¶ added in v1.36.6
func (c *Kendra) DescribeThesaurus(input *DescribeThesaurusInput) (*DescribeThesaurusOutput, error)
DescribeThesaurus API operation for AWSKendraFrontendService.
Describes an existing Amazon Kendra thesaurus.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWSKendraFrontendService's API operation DescribeThesaurus for usage and error information.
Returned Error Types:
ValidationException
ResourceNotFoundException
ThrottlingException
AccessDeniedException
InternalServerException
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/DescribeThesaurus
func (*Kendra) DescribeThesaurusRequest ¶ added in v1.36.6
func (c *Kendra) DescribeThesaurusRequest(input *DescribeThesaurusInput) (req *request.Request, output *DescribeThesaurusOutput)
DescribeThesaurusRequest generates a "aws/request.Request" representing the client's request for the DescribeThesaurus operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeThesaurus for more information on using the DescribeThesaurus API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeThesaurusRequest method. req, resp := client.DescribeThesaurusRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/DescribeThesaurus
func (*Kendra) DescribeThesaurusWithContext ¶ added in v1.36.6
func (c *Kendra) DescribeThesaurusWithContext(ctx aws.Context, input *DescribeThesaurusInput, opts ...request.Option) (*DescribeThesaurusOutput, error)
DescribeThesaurusWithContext is the same as DescribeThesaurus with the addition of the ability to pass a context and additional request options.
See DescribeThesaurus for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Kendra) DisassociateEntitiesFromExperience ¶ added in v1.42.17
func (c *Kendra) DisassociateEntitiesFromExperience(input *DisassociateEntitiesFromExperienceInput) (*DisassociateEntitiesFromExperienceOutput, error)
DisassociateEntitiesFromExperience API operation for AWSKendraFrontendService.
Prevents users or groups in your Amazon Web Services SSO identity source from accessing 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 (https://docs.aws.amazon.com/kendra/latest/dg/deploying-search-experience-no-code.html).
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWSKendraFrontendService's API operation DisassociateEntitiesFromExperience for usage and error information.
Returned Error Types:
ValidationException
ResourceNotFoundException
ThrottlingException
AccessDeniedException
InternalServerException
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/DisassociateEntitiesFromExperience
func (*Kendra) DisassociateEntitiesFromExperienceRequest ¶ added in v1.42.17
func (c *Kendra) DisassociateEntitiesFromExperienceRequest(input *DisassociateEntitiesFromExperienceInput) (req *request.Request, output *DisassociateEntitiesFromExperienceOutput)
DisassociateEntitiesFromExperienceRequest generates a "aws/request.Request" representing the client's request for the DisassociateEntitiesFromExperience operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DisassociateEntitiesFromExperience for more information on using the DisassociateEntitiesFromExperience API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DisassociateEntitiesFromExperienceRequest method. req, resp := client.DisassociateEntitiesFromExperienceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/DisassociateEntitiesFromExperience
func (*Kendra) DisassociateEntitiesFromExperienceWithContext ¶ added in v1.42.17
func (c *Kendra) DisassociateEntitiesFromExperienceWithContext(ctx aws.Context, input *DisassociateEntitiesFromExperienceInput, opts ...request.Option) (*DisassociateEntitiesFromExperienceOutput, error)
DisassociateEntitiesFromExperienceWithContext is the same as DisassociateEntitiesFromExperience with the addition of the ability to pass a context and additional request options.
See DisassociateEntitiesFromExperience for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Kendra) DisassociatePersonasFromEntities ¶ added in v1.42.17
func (c *Kendra) DisassociatePersonasFromEntities(input *DisassociatePersonasFromEntitiesInput) (*DisassociatePersonasFromEntitiesOutput, error)
DisassociatePersonasFromEntities API operation for AWSKendraFrontendService.
Removes the specific permissions of users or groups in your Amazon Web Services SSO identity source with access to 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 (https://docs.aws.amazon.com/kendra/latest/dg/deploying-search-experience-no-code.html).
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWSKendraFrontendService's API operation DisassociatePersonasFromEntities for usage and error information.
Returned Error Types:
ValidationException
ResourceNotFoundException
ThrottlingException
AccessDeniedException
InternalServerException
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/DisassociatePersonasFromEntities
func (*Kendra) DisassociatePersonasFromEntitiesRequest ¶ added in v1.42.17
func (c *Kendra) DisassociatePersonasFromEntitiesRequest(input *DisassociatePersonasFromEntitiesInput) (req *request.Request, output *DisassociatePersonasFromEntitiesOutput)
DisassociatePersonasFromEntitiesRequest generates a "aws/request.Request" representing the client's request for the DisassociatePersonasFromEntities operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DisassociatePersonasFromEntities for more information on using the DisassociatePersonasFromEntities API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DisassociatePersonasFromEntitiesRequest method. req, resp := client.DisassociatePersonasFromEntitiesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/DisassociatePersonasFromEntities
func (*Kendra) DisassociatePersonasFromEntitiesWithContext ¶ added in v1.42.17
func (c *Kendra) DisassociatePersonasFromEntitiesWithContext(ctx aws.Context, input *DisassociatePersonasFromEntitiesInput, opts ...request.Option) (*DisassociatePersonasFromEntitiesOutput, error)
DisassociatePersonasFromEntitiesWithContext is the same as DisassociatePersonasFromEntities with the addition of the ability to pass a context and additional request options.
See DisassociatePersonasFromEntities for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Kendra) GetQuerySuggestions ¶ added in v1.38.50
func (c *Kendra) GetQuerySuggestions(input *GetQuerySuggestionsInput) (*GetQuerySuggestionsOutput, error)
GetQuerySuggestions API operation for AWSKendraFrontendService.
Fetches the queries that are suggested to your users.
GetQuerySuggestions is currently not supported in the Amazon Web Services GovCloud (US-West) region.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWSKendraFrontendService's API operation GetQuerySuggestions for usage and error information.
Returned Error Types:
ValidationException
ResourceNotFoundException
ThrottlingException
AccessDeniedException
ServiceQuotaExceededException
ConflictException
InternalServerException
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/GetQuerySuggestions
func (*Kendra) GetQuerySuggestionsRequest ¶ added in v1.38.50
func (c *Kendra) GetQuerySuggestionsRequest(input *GetQuerySuggestionsInput) (req *request.Request, output *GetQuerySuggestionsOutput)
GetQuerySuggestionsRequest generates a "aws/request.Request" representing the client's request for the GetQuerySuggestions operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetQuerySuggestions for more information on using the GetQuerySuggestions API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetQuerySuggestionsRequest method. req, resp := client.GetQuerySuggestionsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/GetQuerySuggestions
func (*Kendra) GetQuerySuggestionsWithContext ¶ added in v1.38.50
func (c *Kendra) GetQuerySuggestionsWithContext(ctx aws.Context, input *GetQuerySuggestionsInput, opts ...request.Option) (*GetQuerySuggestionsOutput, error)
GetQuerySuggestionsWithContext is the same as GetQuerySuggestions with the addition of the ability to pass a context and additional request options.
See GetQuerySuggestions for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Kendra) GetSnapshots ¶ added in v1.42.17
func (c *Kendra) GetSnapshots(input *GetSnapshotsInput) (*GetSnapshotsOutput, error)
GetSnapshots API operation for AWSKendraFrontendService.
Retrieves search metrics data. The data provides a snapshot of how your users interact with your search application and how effective the application is.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWSKendraFrontendService's API operation GetSnapshots for usage and error information.
Returned Error Types:
InvalidRequestException The input to the request is not valid.
ResourceNotFoundException
AccessDeniedException
InternalServerException
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/GetSnapshots
func (*Kendra) GetSnapshotsPages ¶ added in v1.42.32
func (c *Kendra) GetSnapshotsPages(input *GetSnapshotsInput, fn func(*GetSnapshotsOutput, bool) bool) error
GetSnapshotsPages iterates over the pages of a GetSnapshots operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See GetSnapshots method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a GetSnapshots operation. pageNum := 0 err := client.GetSnapshotsPages(params, func(page *kendra.GetSnapshotsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*Kendra) GetSnapshotsPagesWithContext ¶ added in v1.42.32
func (c *Kendra) GetSnapshotsPagesWithContext(ctx aws.Context, input *GetSnapshotsInput, fn func(*GetSnapshotsOutput, bool) bool, opts ...request.Option) error
GetSnapshotsPagesWithContext same as GetSnapshotsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Kendra) GetSnapshotsRequest ¶ added in v1.42.17
func (c *Kendra) GetSnapshotsRequest(input *GetSnapshotsInput) (req *request.Request, output *GetSnapshotsOutput)
GetSnapshotsRequest generates a "aws/request.Request" representing the client's request for the GetSnapshots operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetSnapshots for more information on using the GetSnapshots API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetSnapshotsRequest method. req, resp := client.GetSnapshotsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/GetSnapshots
func (*Kendra) GetSnapshotsWithContext ¶ added in v1.42.17
func (c *Kendra) GetSnapshotsWithContext(ctx aws.Context, input *GetSnapshotsInput, opts ...request.Option) (*GetSnapshotsOutput, error)
GetSnapshotsWithContext is the same as GetSnapshots with the addition of the ability to pass a context and additional request options.
See GetSnapshots for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Kendra) ListDataSourceSyncJobs ¶
func (c *Kendra) ListDataSourceSyncJobs(input *ListDataSourceSyncJobsInput) (*ListDataSourceSyncJobsOutput, error)
ListDataSourceSyncJobs API operation for AWSKendraFrontendService.
Gets statistics about synchronizing Amazon Kendra with a data source.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWSKendraFrontendService's API operation ListDataSourceSyncJobs for usage and error information.
Returned Error Types:
ValidationException
ResourceNotFoundException
ThrottlingException
AccessDeniedException
ConflictException
InternalServerException
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/ListDataSourceSyncJobs
func (*Kendra) ListDataSourceSyncJobsPages ¶
func (c *Kendra) ListDataSourceSyncJobsPages(input *ListDataSourceSyncJobsInput, fn func(*ListDataSourceSyncJobsOutput, bool) bool) error
ListDataSourceSyncJobsPages iterates over the pages of a ListDataSourceSyncJobs operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListDataSourceSyncJobs method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListDataSourceSyncJobs operation. pageNum := 0 err := client.ListDataSourceSyncJobsPages(params, func(page *kendra.ListDataSourceSyncJobsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*Kendra) ListDataSourceSyncJobsPagesWithContext ¶
func (c *Kendra) ListDataSourceSyncJobsPagesWithContext(ctx aws.Context, input *ListDataSourceSyncJobsInput, fn func(*ListDataSourceSyncJobsOutput, bool) bool, opts ...request.Option) error
ListDataSourceSyncJobsPagesWithContext same as ListDataSourceSyncJobsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Kendra) ListDataSourceSyncJobsRequest ¶
func (c *Kendra) ListDataSourceSyncJobsRequest(input *ListDataSourceSyncJobsInput) (req *request.Request, output *ListDataSourceSyncJobsOutput)
ListDataSourceSyncJobsRequest generates a "aws/request.Request" representing the client's request for the ListDataSourceSyncJobs operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListDataSourceSyncJobs for more information on using the ListDataSourceSyncJobs API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListDataSourceSyncJobsRequest method. req, resp := client.ListDataSourceSyncJobsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/ListDataSourceSyncJobs
func (*Kendra) ListDataSourceSyncJobsWithContext ¶
func (c *Kendra) ListDataSourceSyncJobsWithContext(ctx aws.Context, input *ListDataSourceSyncJobsInput, opts ...request.Option) (*ListDataSourceSyncJobsOutput, error)
ListDataSourceSyncJobsWithContext is the same as ListDataSourceSyncJobs with the addition of the ability to pass a context and additional request options.
See ListDataSourceSyncJobs for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Kendra) ListDataSources ¶
func (c *Kendra) ListDataSources(input *ListDataSourcesInput) (*ListDataSourcesOutput, error)
ListDataSources API operation for AWSKendraFrontendService.
Lists the data sources that you have created.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWSKendraFrontendService's API operation ListDataSources for usage and error information.
Returned Error Types:
ValidationException
ResourceNotFoundException
AccessDeniedException
ThrottlingException
InternalServerException
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/ListDataSources
func (*Kendra) ListDataSourcesPages ¶
func (c *Kendra) ListDataSourcesPages(input *ListDataSourcesInput, fn func(*ListDataSourcesOutput, bool) bool) error
ListDataSourcesPages iterates over the pages of a ListDataSources operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListDataSources method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListDataSources operation. pageNum := 0 err := client.ListDataSourcesPages(params, func(page *kendra.ListDataSourcesOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*Kendra) ListDataSourcesPagesWithContext ¶
func (c *Kendra) ListDataSourcesPagesWithContext(ctx aws.Context, input *ListDataSourcesInput, fn func(*ListDataSourcesOutput, bool) bool, opts ...request.Option) error
ListDataSourcesPagesWithContext same as ListDataSourcesPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Kendra) ListDataSourcesRequest ¶
func (c *Kendra) ListDataSourcesRequest(input *ListDataSourcesInput) (req *request.Request, output *ListDataSourcesOutput)
ListDataSourcesRequest generates a "aws/request.Request" representing the client's request for the ListDataSources operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListDataSources for more information on using the ListDataSources API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListDataSourcesRequest method. req, resp := client.ListDataSourcesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/ListDataSources
func (*Kendra) ListDataSourcesWithContext ¶
func (c *Kendra) ListDataSourcesWithContext(ctx aws.Context, input *ListDataSourcesInput, opts ...request.Option) (*ListDataSourcesOutput, error)
ListDataSourcesWithContext is the same as ListDataSources with the addition of the ability to pass a context and additional request options.
See ListDataSources for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Kendra) ListEntityPersonas ¶ added in v1.42.17
func (c *Kendra) ListEntityPersonas(input *ListEntityPersonasInput) (*ListEntityPersonasOutput, error)
ListEntityPersonas API operation for AWSKendraFrontendService.
Lists specific permissions of users and groups with access to your Amazon Kendra experience.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWSKendraFrontendService's API operation ListEntityPersonas for usage and error information.
Returned Error Types:
ValidationException
ResourceNotFoundException
AccessDeniedException
ThrottlingException
InternalServerException
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/ListEntityPersonas
func (*Kendra) ListEntityPersonasPages ¶ added in v1.42.17
func (c *Kendra) ListEntityPersonasPages(input *ListEntityPersonasInput, fn func(*ListEntityPersonasOutput, bool) bool) error
ListEntityPersonasPages iterates over the pages of a ListEntityPersonas operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListEntityPersonas method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListEntityPersonas operation. pageNum := 0 err := client.ListEntityPersonasPages(params, func(page *kendra.ListEntityPersonasOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*Kendra) ListEntityPersonasPagesWithContext ¶ added in v1.42.17
func (c *Kendra) ListEntityPersonasPagesWithContext(ctx aws.Context, input *ListEntityPersonasInput, fn func(*ListEntityPersonasOutput, bool) bool, opts ...request.Option) error
ListEntityPersonasPagesWithContext same as ListEntityPersonasPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Kendra) ListEntityPersonasRequest ¶ added in v1.42.17
func (c *Kendra) ListEntityPersonasRequest(input *ListEntityPersonasInput) (req *request.Request, output *ListEntityPersonasOutput)
ListEntityPersonasRequest generates a "aws/request.Request" representing the client's request for the ListEntityPersonas operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListEntityPersonas for more information on using the ListEntityPersonas API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListEntityPersonasRequest method. req, resp := client.ListEntityPersonasRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/ListEntityPersonas
func (*Kendra) ListEntityPersonasWithContext ¶ added in v1.42.17
func (c *Kendra) ListEntityPersonasWithContext(ctx aws.Context, input *ListEntityPersonasInput, opts ...request.Option) (*ListEntityPersonasOutput, error)
ListEntityPersonasWithContext is the same as ListEntityPersonas with the addition of the ability to pass a context and additional request options.
See ListEntityPersonas for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Kendra) ListExperienceEntities ¶ added in v1.42.17
func (c *Kendra) ListExperienceEntities(input *ListExperienceEntitiesInput) (*ListExperienceEntitiesOutput, error)
ListExperienceEntities API operation for AWSKendraFrontendService.
Lists users or groups in your Amazon Web Services SSO identity source that are granted access to 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 (https://docs.aws.amazon.com/kendra/latest/dg/deploying-search-experience-no-code.html).
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWSKendraFrontendService's API operation ListExperienceEntities for usage and error information.
Returned Error Types:
ValidationException
ResourceNotFoundException
AccessDeniedException
ThrottlingException
InternalServerException
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/ListExperienceEntities
func (*Kendra) ListExperienceEntitiesPages ¶ added in v1.42.17
func (c *Kendra) ListExperienceEntitiesPages(input *ListExperienceEntitiesInput, fn func(*ListExperienceEntitiesOutput, bool) bool) error
ListExperienceEntitiesPages iterates over the pages of a ListExperienceEntities operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListExperienceEntities method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListExperienceEntities operation. pageNum := 0 err := client.ListExperienceEntitiesPages(params, func(page *kendra.ListExperienceEntitiesOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*Kendra) ListExperienceEntitiesPagesWithContext ¶ added in v1.42.17
func (c *Kendra) ListExperienceEntitiesPagesWithContext(ctx aws.Context, input *ListExperienceEntitiesInput, fn func(*ListExperienceEntitiesOutput, bool) bool, opts ...request.Option) error
ListExperienceEntitiesPagesWithContext same as ListExperienceEntitiesPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Kendra) ListExperienceEntitiesRequest ¶ added in v1.42.17
func (c *Kendra) ListExperienceEntitiesRequest(input *ListExperienceEntitiesInput) (req *request.Request, output *ListExperienceEntitiesOutput)
ListExperienceEntitiesRequest generates a "aws/request.Request" representing the client's request for the ListExperienceEntities operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListExperienceEntities for more information on using the ListExperienceEntities API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListExperienceEntitiesRequest method. req, resp := client.ListExperienceEntitiesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/ListExperienceEntities
func (*Kendra) ListExperienceEntitiesWithContext ¶ added in v1.42.17
func (c *Kendra) ListExperienceEntitiesWithContext(ctx aws.Context, input *ListExperienceEntitiesInput, opts ...request.Option) (*ListExperienceEntitiesOutput, error)
ListExperienceEntitiesWithContext is the same as ListExperienceEntities with the addition of the ability to pass a context and additional request options.
See ListExperienceEntities for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Kendra) ListExperiences ¶ added in v1.42.17
func (c *Kendra) ListExperiences(input *ListExperiencesInput) (*ListExperiencesOutput, error)
ListExperiences API operation for AWSKendraFrontendService.
Lists one or more Amazon Kendra experiences. 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 (https://docs.aws.amazon.com/kendra/latest/dg/deploying-search-experience-no-code.html).
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWSKendraFrontendService's API operation ListExperiences for usage and error information.
Returned Error Types:
ValidationException
ResourceNotFoundException
AccessDeniedException
ThrottlingException
InternalServerException
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/ListExperiences
func (*Kendra) ListExperiencesPages ¶ added in v1.42.17
func (c *Kendra) ListExperiencesPages(input *ListExperiencesInput, fn func(*ListExperiencesOutput, bool) bool) error
ListExperiencesPages iterates over the pages of a ListExperiences operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListExperiences method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListExperiences operation. pageNum := 0 err := client.ListExperiencesPages(params, func(page *kendra.ListExperiencesOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*Kendra) ListExperiencesPagesWithContext ¶ added in v1.42.17
func (c *Kendra) ListExperiencesPagesWithContext(ctx aws.Context, input *ListExperiencesInput, fn func(*ListExperiencesOutput, bool) bool, opts ...request.Option) error
ListExperiencesPagesWithContext same as ListExperiencesPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Kendra) ListExperiencesRequest ¶ added in v1.42.17
func (c *Kendra) ListExperiencesRequest(input *ListExperiencesInput) (req *request.Request, output *ListExperiencesOutput)
ListExperiencesRequest generates a "aws/request.Request" representing the client's request for the ListExperiences operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListExperiences for more information on using the ListExperiences API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListExperiencesRequest method. req, resp := client.ListExperiencesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/ListExperiences
func (*Kendra) ListExperiencesWithContext ¶ added in v1.42.17
func (c *Kendra) ListExperiencesWithContext(ctx aws.Context, input *ListExperiencesInput, opts ...request.Option) (*ListExperiencesOutput, error)
ListExperiencesWithContext is the same as ListExperiences with the addition of the ability to pass a context and additional request options.
See ListExperiences for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Kendra) ListFaqs ¶
func (c *Kendra) ListFaqs(input *ListFaqsInput) (*ListFaqsOutput, error)
ListFaqs API operation for AWSKendraFrontendService.
Gets a list of FAQ lists associated with an index.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWSKendraFrontendService's API operation ListFaqs for usage and error information.
Returned Error Types:
ValidationException
ResourceNotFoundException
ThrottlingException
AccessDeniedException
InternalServerException
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/ListFaqs
func (*Kendra) ListFaqsRequest ¶
func (c *Kendra) ListFaqsRequest(input *ListFaqsInput) (req *request.Request, output *ListFaqsOutput)
ListFaqsRequest generates a "aws/request.Request" representing the client's request for the ListFaqs operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListFaqs for more information on using the ListFaqs API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListFaqsRequest method. req, resp := client.ListFaqsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/ListFaqs
func (*Kendra) ListFaqsWithContext ¶
func (c *Kendra) ListFaqsWithContext(ctx aws.Context, input *ListFaqsInput, opts ...request.Option) (*ListFaqsOutput, error)
ListFaqsWithContext is the same as ListFaqs with the addition of the ability to pass a context and additional request options.
See ListFaqs for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Kendra) ListGroupsOlderThanOrderingId ¶ added in v1.39.5
func (c *Kendra) ListGroupsOlderThanOrderingId(input *ListGroupsOlderThanOrderingIdInput) (*ListGroupsOlderThanOrderingIdOutput, error)
ListGroupsOlderThanOrderingId API operation for AWSKendraFrontendService.
Provides a list of groups that are mapped to users before a given ordering or timestamp identifier.
ListGroupsOlderThanOrderingId is currently not supported in the Amazon Web Services GovCloud (US-West) region.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWSKendraFrontendService's API operation ListGroupsOlderThanOrderingId for usage and error information.
Returned Error Types:
ValidationException
ResourceNotFoundException
AccessDeniedException
ThrottlingException
ConflictException
InternalServerException
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/ListGroupsOlderThanOrderingId
func (*Kendra) ListGroupsOlderThanOrderingIdRequest ¶ added in v1.39.5
func (c *Kendra) ListGroupsOlderThanOrderingIdRequest(input *ListGroupsOlderThanOrderingIdInput) (req *request.Request, output *ListGroupsOlderThanOrderingIdOutput)
ListGroupsOlderThanOrderingIdRequest generates a "aws/request.Request" representing the client's request for the ListGroupsOlderThanOrderingId operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListGroupsOlderThanOrderingId for more information on using the ListGroupsOlderThanOrderingId API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListGroupsOlderThanOrderingIdRequest method. req, resp := client.ListGroupsOlderThanOrderingIdRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/ListGroupsOlderThanOrderingId
func (*Kendra) ListGroupsOlderThanOrderingIdWithContext ¶ added in v1.39.5
func (c *Kendra) ListGroupsOlderThanOrderingIdWithContext(ctx aws.Context, input *ListGroupsOlderThanOrderingIdInput, opts ...request.Option) (*ListGroupsOlderThanOrderingIdOutput, error)
ListGroupsOlderThanOrderingIdWithContext is the same as ListGroupsOlderThanOrderingId with the addition of the ability to pass a context and additional request options.
See ListGroupsOlderThanOrderingId for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Kendra) ListIndices ¶
func (c *Kendra) ListIndices(input *ListIndicesInput) (*ListIndicesOutput, error)
ListIndices API operation for AWSKendraFrontendService.
Lists the Amazon Kendra indexes that you created.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWSKendraFrontendService's API operation ListIndices for usage and error information.
Returned Error Types:
ValidationException
ThrottlingException
AccessDeniedException
InternalServerException
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/ListIndices
func (*Kendra) ListIndicesPages ¶
func (c *Kendra) ListIndicesPages(input *ListIndicesInput, fn func(*ListIndicesOutput, bool) bool) error
ListIndicesPages iterates over the pages of a ListIndices operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListIndices method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListIndices operation. pageNum := 0 err := client.ListIndicesPages(params, func(page *kendra.ListIndicesOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*Kendra) ListIndicesPagesWithContext ¶
func (c *Kendra) ListIndicesPagesWithContext(ctx aws.Context, input *ListIndicesInput, fn func(*ListIndicesOutput, bool) bool, opts ...request.Option) error
ListIndicesPagesWithContext same as ListIndicesPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Kendra) ListIndicesRequest ¶
func (c *Kendra) ListIndicesRequest(input *ListIndicesInput) (req *request.Request, output *ListIndicesOutput)
ListIndicesRequest generates a "aws/request.Request" representing the client's request for the ListIndices operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListIndices for more information on using the ListIndices API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListIndicesRequest method. req, resp := client.ListIndicesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/ListIndices
func (*Kendra) ListIndicesWithContext ¶
func (c *Kendra) ListIndicesWithContext(ctx aws.Context, input *ListIndicesInput, opts ...request.Option) (*ListIndicesOutput, error)
ListIndicesWithContext is the same as ListIndices with the addition of the ability to pass a context and additional request options.
See ListIndices for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Kendra) ListQuerySuggestionsBlockLists ¶ added in v1.38.50
func (c *Kendra) ListQuerySuggestionsBlockLists(input *ListQuerySuggestionsBlockListsInput) (*ListQuerySuggestionsBlockListsOutput, error)
ListQuerySuggestionsBlockLists API operation for AWSKendraFrontendService.
Lists the block lists used for query suggestions for an index.
For information on the current quota limits for block lists, see Quotas for Amazon Kendra (https://docs.aws.amazon.com/kendra/latest/dg/quotas.html).
ListQuerySuggestionsBlockLists is currently not supported in the Amazon Web Services GovCloud (US-West) region.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWSKendraFrontendService's API operation ListQuerySuggestionsBlockLists for usage and error information.
Returned Error Types:
ValidationException
ResourceNotFoundException
ThrottlingException
AccessDeniedException
InternalServerException
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/ListQuerySuggestionsBlockLists
func (*Kendra) ListQuerySuggestionsBlockListsRequest ¶ added in v1.38.50
func (c *Kendra) ListQuerySuggestionsBlockListsRequest(input *ListQuerySuggestionsBlockListsInput) (req *request.Request, output *ListQuerySuggestionsBlockListsOutput)
ListQuerySuggestionsBlockListsRequest generates a "aws/request.Request" representing the client's request for the ListQuerySuggestionsBlockLists operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListQuerySuggestionsBlockLists for more information on using the ListQuerySuggestionsBlockLists API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListQuerySuggestionsBlockListsRequest method. req, resp := client.ListQuerySuggestionsBlockListsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/ListQuerySuggestionsBlockLists
func (*Kendra) ListQuerySuggestionsBlockListsWithContext ¶ added in v1.38.50
func (c *Kendra) ListQuerySuggestionsBlockListsWithContext(ctx aws.Context, input *ListQuerySuggestionsBlockListsInput, opts ...request.Option) (*ListQuerySuggestionsBlockListsOutput, error)
ListQuerySuggestionsBlockListsWithContext is the same as ListQuerySuggestionsBlockLists with the addition of the ability to pass a context and additional request options.
See ListQuerySuggestionsBlockLists for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Kendra) ListTagsForResource ¶ added in v1.30.25
func (c *Kendra) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)
ListTagsForResource API operation for AWSKendraFrontendService.
Gets a list of tags associated with a specified resource. Indexes, FAQs, and data sources can have tags associated with them.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWSKendraFrontendService's API operation ListTagsForResource for usage and error information.
Returned Error Types:
ValidationException
ResourceUnavailableException
ThrottlingException
AccessDeniedException
InternalServerException
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/ListTagsForResource
func (*Kendra) ListTagsForResourceRequest ¶ added in v1.30.25
func (c *Kendra) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)
ListTagsForResourceRequest generates a "aws/request.Request" representing the client's request for the ListTagsForResource operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListTagsForResource for more information on using the ListTagsForResource API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListTagsForResourceRequest method. req, resp := client.ListTagsForResourceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/ListTagsForResource
func (*Kendra) ListTagsForResourceWithContext ¶ added in v1.30.25
func (c *Kendra) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)
ListTagsForResourceWithContext is the same as ListTagsForResource with the addition of the ability to pass a context and additional request options.
See ListTagsForResource for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Kendra) ListThesauri ¶ added in v1.36.6
func (c *Kendra) ListThesauri(input *ListThesauriInput) (*ListThesauriOutput, error)
ListThesauri API operation for AWSKendraFrontendService.
Lists the Amazon Kendra thesauri associated with an index.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWSKendraFrontendService's API operation ListThesauri for usage and error information.
Returned Error Types:
ValidationException
ResourceNotFoundException
ThrottlingException
AccessDeniedException
InternalServerException
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/ListThesauri
func (*Kendra) ListThesauriRequest ¶ added in v1.36.6
func (c *Kendra) ListThesauriRequest(input *ListThesauriInput) (req *request.Request, output *ListThesauriOutput)
ListThesauriRequest generates a "aws/request.Request" representing the client's request for the ListThesauri operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListThesauri for more information on using the ListThesauri API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListThesauriRequest method. req, resp := client.ListThesauriRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/ListThesauri
func (*Kendra) ListThesauriWithContext ¶ added in v1.36.6
func (c *Kendra) ListThesauriWithContext(ctx aws.Context, input *ListThesauriInput, opts ...request.Option) (*ListThesauriOutput, error)
ListThesauriWithContext is the same as ListThesauri with the addition of the ability to pass a context and additional request options.
See ListThesauri for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Kendra) PutPrincipalMapping ¶ added in v1.39.5
func (c *Kendra) PutPrincipalMapping(input *PutPrincipalMappingInput) (*PutPrincipalMappingOutput, error)
PutPrincipalMapping API operation for AWSKendraFrontendService.
Maps users to their groups so that you only need to provide the user ID when you issue the query.
You can also map sub groups to groups. For example, the group "Company Intellectual Property Teams" includes sub groups "Research" and "Engineering". These sub groups include their own list of users or people who work in these teams. Only users who work in research and engineering, and therefore belong in the intellectual property group, can see top-secret company documents in their search results.
You map users to their groups when you want to filter search results for different users based on their group’s access to documents. For more information on filtering search results for different users, see Filtering on user context (https://docs.aws.amazon.com/kendra/latest/dg/user-context-filter.html).
If more than five PUT actions for a group are currently processing, a validation exception is thrown.
PutPrincipalMapping is currently not supported in the Amazon Web Services GovCloud (US-West) region.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWSKendraFrontendService's API operation PutPrincipalMapping for usage and error information.
Returned Error Types:
ValidationException
ConflictException
ResourceNotFoundException
ThrottlingException
AccessDeniedException
ServiceQuotaExceededException
InternalServerException
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/PutPrincipalMapping
func (*Kendra) PutPrincipalMappingRequest ¶ added in v1.39.5
func (c *Kendra) PutPrincipalMappingRequest(input *PutPrincipalMappingInput) (req *request.Request, output *PutPrincipalMappingOutput)
PutPrincipalMappingRequest generates a "aws/request.Request" representing the client's request for the PutPrincipalMapping operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See PutPrincipalMapping for more information on using the PutPrincipalMapping API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the PutPrincipalMappingRequest method. req, resp := client.PutPrincipalMappingRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/PutPrincipalMapping
func (*Kendra) PutPrincipalMappingWithContext ¶ added in v1.39.5
func (c *Kendra) PutPrincipalMappingWithContext(ctx aws.Context, input *PutPrincipalMappingInput, opts ...request.Option) (*PutPrincipalMappingOutput, error)
PutPrincipalMappingWithContext is the same as PutPrincipalMapping with the addition of the ability to pass a context and additional request options.
See PutPrincipalMapping for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Kendra) Query ¶
func (c *Kendra) Query(input *QueryInput) (*QueryOutput, error)
Query API operation for AWSKendraFrontendService.
Searches an active index. Use this API to search your documents using query. The Query API enables to do faceted search and to filter results based on document attributes.
It also enables you to provide user context that Amazon Kendra uses to enforce document access control in the search results.
Amazon Kendra searches your index for text content and question and answer (FAQ) content. By default the response contains three types of results.
Relevant passages
Matching FAQs
Relevant documents
You can specify that the query return only one type of result using the QueryResultTypeConfig parameter.
Each query returns the 100 most relevant results.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWSKendraFrontendService's API operation Query for usage and error information.
Returned Error Types:
ValidationException
ConflictException
ResourceNotFoundException
ThrottlingException
AccessDeniedException
ServiceQuotaExceededException
InternalServerException
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/Query
func (*Kendra) QueryRequest ¶
func (c *Kendra) QueryRequest(input *QueryInput) (req *request.Request, output *QueryOutput)
QueryRequest generates a "aws/request.Request" representing the client's request for the Query operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See Query for more information on using the Query API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the QueryRequest method. req, resp := client.QueryRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/Query
func (*Kendra) QueryWithContext ¶
func (c *Kendra) QueryWithContext(ctx aws.Context, input *QueryInput, opts ...request.Option) (*QueryOutput, error)
QueryWithContext is the same as Query with the addition of the ability to pass a context and additional request options.
See Query for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Kendra) StartDataSourceSyncJob ¶
func (c *Kendra) StartDataSourceSyncJob(input *StartDataSourceSyncJobInput) (*StartDataSourceSyncJobOutput, error)
StartDataSourceSyncJob API operation for AWSKendraFrontendService.
Starts a synchronization job for a data source. If a synchronization job is already in progress, Amazon Kendra returns a ResourceInUseException exception.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWSKendraFrontendService's API operation StartDataSourceSyncJob for usage and error information.
Returned Error Types:
ValidationException
ResourceNotFoundException
ResourceInUseException
ThrottlingException
AccessDeniedException
ConflictException
InternalServerException
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/StartDataSourceSyncJob
func (*Kendra) StartDataSourceSyncJobRequest ¶
func (c *Kendra) StartDataSourceSyncJobRequest(input *StartDataSourceSyncJobInput) (req *request.Request, output *StartDataSourceSyncJobOutput)
StartDataSourceSyncJobRequest generates a "aws/request.Request" representing the client's request for the StartDataSourceSyncJob operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See StartDataSourceSyncJob for more information on using the StartDataSourceSyncJob API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the StartDataSourceSyncJobRequest method. req, resp := client.StartDataSourceSyncJobRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/StartDataSourceSyncJob
func (*Kendra) StartDataSourceSyncJobWithContext ¶
func (c *Kendra) StartDataSourceSyncJobWithContext(ctx aws.Context, input *StartDataSourceSyncJobInput, opts ...request.Option) (*StartDataSourceSyncJobOutput, error)
StartDataSourceSyncJobWithContext is the same as StartDataSourceSyncJob with the addition of the ability to pass a context and additional request options.
See StartDataSourceSyncJob for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Kendra) StopDataSourceSyncJob ¶
func (c *Kendra) StopDataSourceSyncJob(input *StopDataSourceSyncJobInput) (*StopDataSourceSyncJobOutput, error)
StopDataSourceSyncJob API operation for AWSKendraFrontendService.
Stops a synchronization job that is currently running. You can't stop a scheduled synchronization job.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWSKendraFrontendService's API operation StopDataSourceSyncJob for usage and error information.
Returned Error Types:
ValidationException
ResourceNotFoundException
ThrottlingException
AccessDeniedException
InternalServerException
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/StopDataSourceSyncJob
func (*Kendra) StopDataSourceSyncJobRequest ¶
func (c *Kendra) StopDataSourceSyncJobRequest(input *StopDataSourceSyncJobInput) (req *request.Request, output *StopDataSourceSyncJobOutput)
StopDataSourceSyncJobRequest generates a "aws/request.Request" representing the client's request for the StopDataSourceSyncJob operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See StopDataSourceSyncJob for more information on using the StopDataSourceSyncJob API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the StopDataSourceSyncJobRequest method. req, resp := client.StopDataSourceSyncJobRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/StopDataSourceSyncJob
func (*Kendra) StopDataSourceSyncJobWithContext ¶
func (c *Kendra) StopDataSourceSyncJobWithContext(ctx aws.Context, input *StopDataSourceSyncJobInput, opts ...request.Option) (*StopDataSourceSyncJobOutput, error)
StopDataSourceSyncJobWithContext is the same as StopDataSourceSyncJob with the addition of the ability to pass a context and additional request options.
See StopDataSourceSyncJob for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Kendra) SubmitFeedback ¶
func (c *Kendra) SubmitFeedback(input *SubmitFeedbackInput) (*SubmitFeedbackOutput, error)
SubmitFeedback API operation for AWSKendraFrontendService.
Enables you to provide feedback to Amazon Kendra to improve the performance of your index.
SubmitFeedback is currently not supported in the Amazon Web Services GovCloud (US-West) region.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWSKendraFrontendService's API operation SubmitFeedback for usage and error information.
Returned Error Types:
ValidationException
ResourceUnavailableException
ResourceNotFoundException
ThrottlingException
AccessDeniedException
InternalServerException
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/SubmitFeedback
func (*Kendra) SubmitFeedbackRequest ¶
func (c *Kendra) SubmitFeedbackRequest(input *SubmitFeedbackInput) (req *request.Request, output *SubmitFeedbackOutput)
SubmitFeedbackRequest generates a "aws/request.Request" representing the client's request for the SubmitFeedback operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See SubmitFeedback for more information on using the SubmitFeedback API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the SubmitFeedbackRequest method. req, resp := client.SubmitFeedbackRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/SubmitFeedback
func (*Kendra) SubmitFeedbackWithContext ¶
func (c *Kendra) SubmitFeedbackWithContext(ctx aws.Context, input *SubmitFeedbackInput, opts ...request.Option) (*SubmitFeedbackOutput, error)
SubmitFeedbackWithContext is the same as SubmitFeedback with the addition of the ability to pass a context and additional request options.
See SubmitFeedback for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Kendra) TagResource ¶ added in v1.30.25
func (c *Kendra) TagResource(input *TagResourceInput) (*TagResourceOutput, error)
TagResource API operation for AWSKendraFrontendService.
Adds the specified tag to the specified index, FAQ, or data source resource. If the tag already exists, the existing value is replaced with the new value.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWSKendraFrontendService's API operation TagResource for usage and error information.
Returned Error Types:
ValidationException
ResourceUnavailableException
ThrottlingException
AccessDeniedException
InternalServerException
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/TagResource
func (*Kendra) TagResourceRequest ¶ added in v1.30.25
func (c *Kendra) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput)
TagResourceRequest generates a "aws/request.Request" representing the client's request for the TagResource operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See TagResource for more information on using the TagResource API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the TagResourceRequest method. req, resp := client.TagResourceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/TagResource
func (*Kendra) TagResourceWithContext ¶ added in v1.30.25
func (c *Kendra) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error)
TagResourceWithContext is the same as TagResource with the addition of the ability to pass a context and additional request options.
See TagResource for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Kendra) UntagResource ¶ added in v1.30.25
func (c *Kendra) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error)
UntagResource API operation for AWSKendraFrontendService.
Removes a tag from an index, FAQ, or a data source.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWSKendraFrontendService's API operation UntagResource for usage and error information.
Returned Error Types:
ValidationException
ResourceUnavailableException
ThrottlingException
AccessDeniedException
InternalServerException
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/UntagResource
func (*Kendra) UntagResourceRequest ¶ added in v1.30.25
func (c *Kendra) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput)
UntagResourceRequest generates a "aws/request.Request" representing the client's request for the UntagResource operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UntagResource for more information on using the UntagResource API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UntagResourceRequest method. req, resp := client.UntagResourceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/UntagResource
func (*Kendra) UntagResourceWithContext ¶ added in v1.30.25
func (c *Kendra) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error)
UntagResourceWithContext is the same as UntagResource with the addition of the ability to pass a context and additional request options.
See UntagResource for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Kendra) UpdateDataSource ¶
func (c *Kendra) UpdateDataSource(input *UpdateDataSourceInput) (*UpdateDataSourceOutput, error)
UpdateDataSource API operation for AWSKendraFrontendService.
Updates an existing Amazon Kendra data source.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWSKendraFrontendService's API operation UpdateDataSource for usage and error information.
Returned Error Types:
ValidationException
ConflictException
ResourceNotFoundException
ThrottlingException
AccessDeniedException
InternalServerException
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/UpdateDataSource
func (*Kendra) UpdateDataSourceRequest ¶
func (c *Kendra) UpdateDataSourceRequest(input *UpdateDataSourceInput) (req *request.Request, output *UpdateDataSourceOutput)
UpdateDataSourceRequest generates a "aws/request.Request" representing the client's request for the UpdateDataSource operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateDataSource for more information on using the UpdateDataSource API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateDataSourceRequest method. req, resp := client.UpdateDataSourceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/UpdateDataSource
func (*Kendra) UpdateDataSourceWithContext ¶
func (c *Kendra) UpdateDataSourceWithContext(ctx aws.Context, input *UpdateDataSourceInput, opts ...request.Option) (*UpdateDataSourceOutput, error)
UpdateDataSourceWithContext is the same as UpdateDataSource with the addition of the ability to pass a context and additional request options.
See UpdateDataSource for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Kendra) UpdateExperience ¶ added in v1.42.17
func (c *Kendra) UpdateExperience(input *UpdateExperienceInput) (*UpdateExperienceOutput, error)
UpdateExperience API operation for AWSKendraFrontendService.
Updates your 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 (https://docs.aws.amazon.com/kendra/latest/dg/deploying-search-experience-no-code.html).
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWSKendraFrontendService's API operation UpdateExperience for usage and error information.
Returned Error Types:
ValidationException
ConflictException
ResourceNotFoundException
ThrottlingException
AccessDeniedException
InternalServerException
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/UpdateExperience
func (*Kendra) UpdateExperienceRequest ¶ added in v1.42.17
func (c *Kendra) UpdateExperienceRequest(input *UpdateExperienceInput) (req *request.Request, output *UpdateExperienceOutput)
UpdateExperienceRequest generates a "aws/request.Request" representing the client's request for the UpdateExperience operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateExperience for more information on using the UpdateExperience API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateExperienceRequest method. req, resp := client.UpdateExperienceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/UpdateExperience
func (*Kendra) UpdateExperienceWithContext ¶ added in v1.42.17
func (c *Kendra) UpdateExperienceWithContext(ctx aws.Context, input *UpdateExperienceInput, opts ...request.Option) (*UpdateExperienceOutput, error)
UpdateExperienceWithContext is the same as UpdateExperience with the addition of the ability to pass a context and additional request options.
See UpdateExperience for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Kendra) UpdateIndex ¶
func (c *Kendra) UpdateIndex(input *UpdateIndexInput) (*UpdateIndexOutput, error)
UpdateIndex API operation for AWSKendraFrontendService.
Updates an existing Amazon Kendra index.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWSKendraFrontendService's API operation UpdateIndex for usage and error information.
Returned Error Types:
ValidationException
ConflictException
ResourceNotFoundException
ThrottlingException
AccessDeniedException
ServiceQuotaExceededException
InternalServerException
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/UpdateIndex
func (*Kendra) UpdateIndexRequest ¶
func (c *Kendra) UpdateIndexRequest(input *UpdateIndexInput) (req *request.Request, output *UpdateIndexOutput)
UpdateIndexRequest generates a "aws/request.Request" representing the client's request for the UpdateIndex operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateIndex for more information on using the UpdateIndex API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateIndexRequest method. req, resp := client.UpdateIndexRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/UpdateIndex
func (*Kendra) UpdateIndexWithContext ¶
func (c *Kendra) UpdateIndexWithContext(ctx aws.Context, input *UpdateIndexInput, opts ...request.Option) (*UpdateIndexOutput, error)
UpdateIndexWithContext is the same as UpdateIndex with the addition of the ability to pass a context and additional request options.
See UpdateIndex for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Kendra) UpdateQuerySuggestionsBlockList ¶ added in v1.38.50
func (c *Kendra) UpdateQuerySuggestionsBlockList(input *UpdateQuerySuggestionsBlockListInput) (*UpdateQuerySuggestionsBlockListOutput, error)
UpdateQuerySuggestionsBlockList API operation for AWSKendraFrontendService.
Updates a block list used for query suggestions for an index.
Updates to a block list might not take effect right away. Amazon Kendra needs to refresh the entire suggestions list to apply any updates to the block list. Other changes not related to the block list apply immediately.
If a block list is updating, then you need to wait for the first update to finish before submitting another update.
Amazon Kendra supports partial updates, so you only need to provide the fields you want to update.
UpdateQuerySuggestionsBlockList is currently not supported in the Amazon Web Services GovCloud (US-West) region.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWSKendraFrontendService's API operation UpdateQuerySuggestionsBlockList for usage and error information.
Returned Error Types:
ValidationException
ResourceNotFoundException
ThrottlingException
AccessDeniedException
ConflictException
InternalServerException
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/UpdateQuerySuggestionsBlockList
func (*Kendra) UpdateQuerySuggestionsBlockListRequest ¶ added in v1.38.50
func (c *Kendra) UpdateQuerySuggestionsBlockListRequest(input *UpdateQuerySuggestionsBlockListInput) (req *request.Request, output *UpdateQuerySuggestionsBlockListOutput)
UpdateQuerySuggestionsBlockListRequest generates a "aws/request.Request" representing the client's request for the UpdateQuerySuggestionsBlockList operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateQuerySuggestionsBlockList for more information on using the UpdateQuerySuggestionsBlockList API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateQuerySuggestionsBlockListRequest method. req, resp := client.UpdateQuerySuggestionsBlockListRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/UpdateQuerySuggestionsBlockList
func (*Kendra) UpdateQuerySuggestionsBlockListWithContext ¶ added in v1.38.50
func (c *Kendra) UpdateQuerySuggestionsBlockListWithContext(ctx aws.Context, input *UpdateQuerySuggestionsBlockListInput, opts ...request.Option) (*UpdateQuerySuggestionsBlockListOutput, error)
UpdateQuerySuggestionsBlockListWithContext is the same as UpdateQuerySuggestionsBlockList with the addition of the ability to pass a context and additional request options.
See UpdateQuerySuggestionsBlockList for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Kendra) UpdateQuerySuggestionsConfig ¶ added in v1.38.50
func (c *Kendra) UpdateQuerySuggestionsConfig(input *UpdateQuerySuggestionsConfigInput) (*UpdateQuerySuggestionsConfigOutput, error)
UpdateQuerySuggestionsConfig API operation for AWSKendraFrontendService.
Updates the settings of query suggestions for an index.
Amazon Kendra supports partial updates, so you only need to provide the fields you want to update.
If an update is currently processing (i.e. 'happening'), you need to wait for the update to finish before making another update.
Updates to query suggestions settings might not take effect right away. The time for your updated settings to take effect depends on the updates made and the number of search queries in your index.
You can still enable/disable query suggestions at any time.
UpdateQuerySuggestionsConfig is currently not supported in the Amazon Web Services GovCloud (US-West) region.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWSKendraFrontendService's API operation UpdateQuerySuggestionsConfig for usage and error information.
Returned Error Types:
ValidationException
ConflictException
ResourceNotFoundException
ThrottlingException
AccessDeniedException
InternalServerException
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/UpdateQuerySuggestionsConfig
func (*Kendra) UpdateQuerySuggestionsConfigRequest ¶ added in v1.38.50
func (c *Kendra) UpdateQuerySuggestionsConfigRequest(input *UpdateQuerySuggestionsConfigInput) (req *request.Request, output *UpdateQuerySuggestionsConfigOutput)
UpdateQuerySuggestionsConfigRequest generates a "aws/request.Request" representing the client's request for the UpdateQuerySuggestionsConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateQuerySuggestionsConfig for more information on using the UpdateQuerySuggestionsConfig API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateQuerySuggestionsConfigRequest method. req, resp := client.UpdateQuerySuggestionsConfigRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/UpdateQuerySuggestionsConfig
func (*Kendra) UpdateQuerySuggestionsConfigWithContext ¶ added in v1.38.50
func (c *Kendra) UpdateQuerySuggestionsConfigWithContext(ctx aws.Context, input *UpdateQuerySuggestionsConfigInput, opts ...request.Option) (*UpdateQuerySuggestionsConfigOutput, error)
UpdateQuerySuggestionsConfigWithContext is the same as UpdateQuerySuggestionsConfig with the addition of the ability to pass a context and additional request options.
See UpdateQuerySuggestionsConfig for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Kendra) UpdateThesaurus ¶ added in v1.36.6
func (c *Kendra) UpdateThesaurus(input *UpdateThesaurusInput) (*UpdateThesaurusOutput, error)
UpdateThesaurus API operation for AWSKendraFrontendService.
Updates a thesaurus file associated with an index.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWSKendraFrontendService's API operation UpdateThesaurus for usage and error information.
Returned Error Types:
ValidationException
ResourceNotFoundException
ThrottlingException
AccessDeniedException
ConflictException
InternalServerException
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/UpdateThesaurus
func (*Kendra) UpdateThesaurusRequest ¶ added in v1.36.6
func (c *Kendra) UpdateThesaurusRequest(input *UpdateThesaurusInput) (req *request.Request, output *UpdateThesaurusOutput)
UpdateThesaurusRequest generates a "aws/request.Request" representing the client's request for the UpdateThesaurus operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateThesaurus for more information on using the UpdateThesaurus API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateThesaurusRequest method. req, resp := client.UpdateThesaurusRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/UpdateThesaurus
func (*Kendra) UpdateThesaurusWithContext ¶ added in v1.36.6
func (c *Kendra) UpdateThesaurusWithContext(ctx aws.Context, input *UpdateThesaurusInput, opts ...request.Option) (*UpdateThesaurusOutput, error)
UpdateThesaurusWithContext is the same as UpdateThesaurus with the addition of the ability to pass a context and additional request options.
See UpdateThesaurus for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
type ListDataSourceSyncJobsInput ¶
type ListDataSourceSyncJobsInput struct { // The identifier of the data source. // // Id is a required field Id *string `min:"1" type:"string" required:"true"` // The identifier of the index that contains the data source. // // IndexId is a required field IndexId *string `min:"36" type:"string" required:"true"` // The maximum number of synchronization jobs to return in the response. If // there are fewer results in the list, this response contains only the actual // results. MaxResults *int64 `min:"1" type:"integer"` // If the previous response was incomplete (because there is more data to retrieve), // Amazon Kendra returns a pagination token in the response. You can use this // pagination token to retrieve the next set of jobs. NextToken *string `min:"1" type:"string"` // When specified, the synchronization jobs returned in the list are limited // to jobs between the specified dates. StartTimeFilter *TimeRange `type:"structure"` // When specified, only returns synchronization jobs with the Status field equal // to the specified status. StatusFilter *string `type:"string" enum:"DataSourceSyncJobStatus"` // contains filtered or unexported fields }
func (ListDataSourceSyncJobsInput) GoString ¶
func (s ListDataSourceSyncJobsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListDataSourceSyncJobsInput) SetId ¶
func (s *ListDataSourceSyncJobsInput) SetId(v string) *ListDataSourceSyncJobsInput
SetId sets the Id field's value.
func (*ListDataSourceSyncJobsInput) SetIndexId ¶
func (s *ListDataSourceSyncJobsInput) SetIndexId(v string) *ListDataSourceSyncJobsInput
SetIndexId sets the IndexId field's value.
func (*ListDataSourceSyncJobsInput) SetMaxResults ¶
func (s *ListDataSourceSyncJobsInput) SetMaxResults(v int64) *ListDataSourceSyncJobsInput
SetMaxResults sets the MaxResults field's value.
func (*ListDataSourceSyncJobsInput) SetNextToken ¶
func (s *ListDataSourceSyncJobsInput) SetNextToken(v string) *ListDataSourceSyncJobsInput
SetNextToken sets the NextToken field's value.
func (*ListDataSourceSyncJobsInput) SetStartTimeFilter ¶
func (s *ListDataSourceSyncJobsInput) SetStartTimeFilter(v *TimeRange) *ListDataSourceSyncJobsInput
SetStartTimeFilter sets the StartTimeFilter field's value.
func (*ListDataSourceSyncJobsInput) SetStatusFilter ¶
func (s *ListDataSourceSyncJobsInput) SetStatusFilter(v string) *ListDataSourceSyncJobsInput
SetStatusFilter sets the StatusFilter field's value.
func (ListDataSourceSyncJobsInput) String ¶
func (s ListDataSourceSyncJobsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListDataSourceSyncJobsInput) Validate ¶
func (s *ListDataSourceSyncJobsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListDataSourceSyncJobsOutput ¶
type ListDataSourceSyncJobsOutput struct { // A history of synchronization jobs for the data source. History []*DataSourceSyncJob `type:"list"` // If the response is truncated, Amazon Kendra returns this token that you can // use in the subsequent request to retrieve the next set of jobs. NextToken *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (ListDataSourceSyncJobsOutput) GoString ¶
func (s ListDataSourceSyncJobsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListDataSourceSyncJobsOutput) SetHistory ¶
func (s *ListDataSourceSyncJobsOutput) SetHistory(v []*DataSourceSyncJob) *ListDataSourceSyncJobsOutput
SetHistory sets the History field's value.
func (*ListDataSourceSyncJobsOutput) SetNextToken ¶
func (s *ListDataSourceSyncJobsOutput) SetNextToken(v string) *ListDataSourceSyncJobsOutput
SetNextToken sets the NextToken field's value.
func (ListDataSourceSyncJobsOutput) String ¶
func (s ListDataSourceSyncJobsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListDataSourcesInput ¶
type ListDataSourcesInput struct { // The identifier of the index that contains the data source. // // IndexId is a required field IndexId *string `min:"36" type:"string" required:"true"` // The maximum number of data sources to return. MaxResults *int64 `min:"1" type:"integer"` // If the previous response was incomplete (because there is more data to retrieve), // Amazon Kendra returns a pagination token in the response. You can use this // pagination token to retrieve the next set of data sources (DataSourceSummaryItems). NextToken *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (ListDataSourcesInput) GoString ¶
func (s ListDataSourcesInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListDataSourcesInput) SetIndexId ¶
func (s *ListDataSourcesInput) SetIndexId(v string) *ListDataSourcesInput
SetIndexId sets the IndexId field's value.
func (*ListDataSourcesInput) SetMaxResults ¶
func (s *ListDataSourcesInput) SetMaxResults(v int64) *ListDataSourcesInput
SetMaxResults sets the MaxResults field's value.
func (*ListDataSourcesInput) SetNextToken ¶
func (s *ListDataSourcesInput) SetNextToken(v string) *ListDataSourcesInput
SetNextToken sets the NextToken field's value.
func (ListDataSourcesInput) String ¶
func (s ListDataSourcesInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListDataSourcesInput) Validate ¶
func (s *ListDataSourcesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListDataSourcesOutput ¶
type ListDataSourcesOutput struct { // If the response is truncated, Amazon Kendra returns this token that you can // use in the subsequent request to retrieve the next set of data sources. NextToken *string `min:"1" type:"string"` // An array of summary information for one or more data sources. SummaryItems []*DataSourceSummary `type:"list"` // contains filtered or unexported fields }
func (ListDataSourcesOutput) GoString ¶
func (s ListDataSourcesOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListDataSourcesOutput) SetNextToken ¶
func (s *ListDataSourcesOutput) SetNextToken(v string) *ListDataSourcesOutput
SetNextToken sets the NextToken field's value.
func (*ListDataSourcesOutput) SetSummaryItems ¶
func (s *ListDataSourcesOutput) SetSummaryItems(v []*DataSourceSummary) *ListDataSourcesOutput
SetSummaryItems sets the SummaryItems field's value.
func (ListDataSourcesOutput) String ¶
func (s ListDataSourcesOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListEntityPersonasInput ¶ added in v1.42.17
type ListEntityPersonasInput struct { // The identifier of your Amazon Kendra experience. // // Id is a required field Id *string `min:"1" type:"string" required:"true"` // The identifier of the index for your Amazon Kendra experience. // // IndexId is a required field IndexId *string `min:"36" type:"string" required:"true"` // The maximum number of returned users or groups. MaxResults *int64 `min:"1" type:"integer"` // If the previous response was incomplete (because there is more data to retrieve), // Amazon Kendra returns a pagination token in the response. You can use this // pagination token to retrieve the next set of users or groups. NextToken *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (ListEntityPersonasInput) GoString ¶ added in v1.42.17
func (s ListEntityPersonasInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListEntityPersonasInput) SetId ¶ added in v1.42.17
func (s *ListEntityPersonasInput) SetId(v string) *ListEntityPersonasInput
SetId sets the Id field's value.
func (*ListEntityPersonasInput) SetIndexId ¶ added in v1.42.17
func (s *ListEntityPersonasInput) SetIndexId(v string) *ListEntityPersonasInput
SetIndexId sets the IndexId field's value.
func (*ListEntityPersonasInput) SetMaxResults ¶ added in v1.42.17
func (s *ListEntityPersonasInput) SetMaxResults(v int64) *ListEntityPersonasInput
SetMaxResults sets the MaxResults field's value.
func (*ListEntityPersonasInput) SetNextToken ¶ added in v1.42.17
func (s *ListEntityPersonasInput) SetNextToken(v string) *ListEntityPersonasInput
SetNextToken sets the NextToken field's value.
func (ListEntityPersonasInput) String ¶ added in v1.42.17
func (s ListEntityPersonasInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListEntityPersonasInput) Validate ¶ added in v1.42.17
func (s *ListEntityPersonasInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListEntityPersonasOutput ¶ added in v1.42.17
type ListEntityPersonasOutput struct { // If the response is truncated, Amazon Kendra returns this token, which you // can use in a later request to retrieve the next set of users or groups. NextToken *string `min:"1" type:"string"` // An array of summary information for one or more users or groups. SummaryItems []*PersonasSummary `type:"list"` // contains filtered or unexported fields }
func (ListEntityPersonasOutput) GoString ¶ added in v1.42.17
func (s ListEntityPersonasOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListEntityPersonasOutput) SetNextToken ¶ added in v1.42.17
func (s *ListEntityPersonasOutput) SetNextToken(v string) *ListEntityPersonasOutput
SetNextToken sets the NextToken field's value.
func (*ListEntityPersonasOutput) SetSummaryItems ¶ added in v1.42.17
func (s *ListEntityPersonasOutput) SetSummaryItems(v []*PersonasSummary) *ListEntityPersonasOutput
SetSummaryItems sets the SummaryItems field's value.
func (ListEntityPersonasOutput) String ¶ added in v1.42.17
func (s ListEntityPersonasOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListExperienceEntitiesInput ¶ added in v1.42.17
type ListExperienceEntitiesInput struct { // The identifier of your Amazon Kendra experience. // // Id is a required field Id *string `min:"1" type:"string" required:"true"` // The identifier of the index for your Amazon Kendra experience. // // IndexId is a required field IndexId *string `min:"36" type:"string" required:"true"` // If the previous response was incomplete (because there is more data to retrieve), // Amazon Kendra returns a pagination token in the response. You can use this // pagination token to retrieve the next set of users or groups. NextToken *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (ListExperienceEntitiesInput) GoString ¶ added in v1.42.17
func (s ListExperienceEntitiesInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListExperienceEntitiesInput) SetId ¶ added in v1.42.17
func (s *ListExperienceEntitiesInput) SetId(v string) *ListExperienceEntitiesInput
SetId sets the Id field's value.
func (*ListExperienceEntitiesInput) SetIndexId ¶ added in v1.42.17
func (s *ListExperienceEntitiesInput) SetIndexId(v string) *ListExperienceEntitiesInput
SetIndexId sets the IndexId field's value.
func (*ListExperienceEntitiesInput) SetNextToken ¶ added in v1.42.17
func (s *ListExperienceEntitiesInput) SetNextToken(v string) *ListExperienceEntitiesInput
SetNextToken sets the NextToken field's value.
func (ListExperienceEntitiesInput) String ¶ added in v1.42.17
func (s ListExperienceEntitiesInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListExperienceEntitiesInput) Validate ¶ added in v1.42.17
func (s *ListExperienceEntitiesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListExperienceEntitiesOutput ¶ added in v1.42.17
type ListExperienceEntitiesOutput struct { // If the response is truncated, Amazon Kendra returns this token, which you // can use in a later request to retrieve the next set of users or groups. NextToken *string `min:"1" type:"string"` // An array of summary information for one or more users or groups. SummaryItems []*ExperienceEntitiesSummary `type:"list"` // contains filtered or unexported fields }
func (ListExperienceEntitiesOutput) GoString ¶ added in v1.42.17
func (s ListExperienceEntitiesOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListExperienceEntitiesOutput) SetNextToken ¶ added in v1.42.17
func (s *ListExperienceEntitiesOutput) SetNextToken(v string) *ListExperienceEntitiesOutput
SetNextToken sets the NextToken field's value.
func (*ListExperienceEntitiesOutput) SetSummaryItems ¶ added in v1.42.17
func (s *ListExperienceEntitiesOutput) SetSummaryItems(v []*ExperienceEntitiesSummary) *ListExperienceEntitiesOutput
SetSummaryItems sets the SummaryItems field's value.
func (ListExperienceEntitiesOutput) String ¶ added in v1.42.17
func (s ListExperienceEntitiesOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListExperiencesInput ¶ added in v1.42.17
type ListExperiencesInput struct { // The identifier of the index for your Amazon Kendra experience. // // IndexId is a required field IndexId *string `min:"36" type:"string" required:"true"` // The maximum number of returned Amazon Kendra experiences. MaxResults *int64 `min:"1" type:"integer"` // If the previous response was incomplete (because there is more data to retrieve), // Amazon Kendra returns a pagination token in the response. You can use this // pagination token to retrieve the next set of Amazon Kendra experiences. NextToken *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (ListExperiencesInput) GoString ¶ added in v1.42.17
func (s ListExperiencesInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListExperiencesInput) SetIndexId ¶ added in v1.42.17
func (s *ListExperiencesInput) SetIndexId(v string) *ListExperiencesInput
SetIndexId sets the IndexId field's value.
func (*ListExperiencesInput) SetMaxResults ¶ added in v1.42.17
func (s *ListExperiencesInput) SetMaxResults(v int64) *ListExperiencesInput
SetMaxResults sets the MaxResults field's value.
func (*ListExperiencesInput) SetNextToken ¶ added in v1.42.17
func (s *ListExperiencesInput) SetNextToken(v string) *ListExperiencesInput
SetNextToken sets the NextToken field's value.
func (ListExperiencesInput) String ¶ added in v1.42.17
func (s ListExperiencesInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListExperiencesInput) Validate ¶ added in v1.42.17
func (s *ListExperiencesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListExperiencesOutput ¶ added in v1.42.17
type ListExperiencesOutput struct { // If the response is truncated, Amazon Kendra returns this token, which you // can use in a later request to retrieve the next set of Amazon Kendra experiences. NextToken *string `min:"1" type:"string"` // An array of summary information for one or more Amazon Kendra experiences. SummaryItems []*ExperiencesSummary `type:"list"` // contains filtered or unexported fields }
func (ListExperiencesOutput) GoString ¶ added in v1.42.17
func (s ListExperiencesOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListExperiencesOutput) SetNextToken ¶ added in v1.42.17
func (s *ListExperiencesOutput) SetNextToken(v string) *ListExperiencesOutput
SetNextToken sets the NextToken field's value.
func (*ListExperiencesOutput) SetSummaryItems ¶ added in v1.42.17
func (s *ListExperiencesOutput) SetSummaryItems(v []*ExperiencesSummary) *ListExperiencesOutput
SetSummaryItems sets the SummaryItems field's value.
func (ListExperiencesOutput) String ¶ added in v1.42.17
func (s ListExperiencesOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListFaqsInput ¶
type ListFaqsInput struct { // The index that contains the FAQ lists. // // IndexId is a required field IndexId *string `min:"36" type:"string" required:"true"` // The maximum number of FAQs to return in the response. If there are fewer // results in the list, this response contains only the actual results. MaxResults *int64 `min:"1" type:"integer"` // If the previous response was incomplete (because there is more data to retrieve), // Amazon Kendra returns a pagination token in the response. You can use this // pagination token to retrieve the next set of FAQs. NextToken *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (ListFaqsInput) GoString ¶
func (s ListFaqsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListFaqsInput) SetIndexId ¶
func (s *ListFaqsInput) SetIndexId(v string) *ListFaqsInput
SetIndexId sets the IndexId field's value.
func (*ListFaqsInput) SetMaxResults ¶
func (s *ListFaqsInput) SetMaxResults(v int64) *ListFaqsInput
SetMaxResults sets the MaxResults field's value.
func (*ListFaqsInput) SetNextToken ¶
func (s *ListFaqsInput) SetNextToken(v string) *ListFaqsInput
SetNextToken sets the NextToken field's value.
func (ListFaqsInput) String ¶
func (s ListFaqsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListFaqsInput) Validate ¶
func (s *ListFaqsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListFaqsOutput ¶
type ListFaqsOutput struct { // information about the FAQs associated with the specified index. FaqSummaryItems []*FaqSummary `type:"list"` // If the response is truncated, Amazon Kendra returns this token that you can // use in the subsequent request to retrieve the next set of FAQs. NextToken *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (ListFaqsOutput) GoString ¶
func (s ListFaqsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListFaqsOutput) SetFaqSummaryItems ¶
func (s *ListFaqsOutput) SetFaqSummaryItems(v []*FaqSummary) *ListFaqsOutput
SetFaqSummaryItems sets the FaqSummaryItems field's value.
func (*ListFaqsOutput) SetNextToken ¶
func (s *ListFaqsOutput) SetNextToken(v string) *ListFaqsOutput
SetNextToken sets the NextToken field's value.
func (ListFaqsOutput) String ¶
func (s ListFaqsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListGroupsOlderThanOrderingIdInput ¶ added in v1.39.5
type ListGroupsOlderThanOrderingIdInput struct { // The identifier of the data source for getting a list of groups mapped to // users before a given ordering timestamp identifier. DataSourceId *string `min:"1" type:"string"` // The identifier of the index for getting a list of groups mapped to users // before a given ordering or timestamp identifier. // // IndexId is a required field IndexId *string `min:"36" type:"string" required:"true"` // The maximum number of returned groups that are mapped to users before a given // ordering or timestamp identifier. MaxResults *int64 `min:"1" type:"integer"` // If the previous response was incomplete (because there is more data to retrieve), // Amazon Kendra returns a pagination token in the response. You can use this // pagination token to retrieve the next set of groups that are mapped to users // before a given ordering or timestamp identifier. NextToken *string `min:"1" type:"string"` // The timestamp identifier used for the latest PUT or DELETE action for mapping // users to their groups. // // OrderingId is a required field OrderingId *int64 `type:"long" required:"true"` // contains filtered or unexported fields }
func (ListGroupsOlderThanOrderingIdInput) GoString ¶ added in v1.39.5
func (s ListGroupsOlderThanOrderingIdInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListGroupsOlderThanOrderingIdInput) SetDataSourceId ¶ added in v1.39.5
func (s *ListGroupsOlderThanOrderingIdInput) SetDataSourceId(v string) *ListGroupsOlderThanOrderingIdInput
SetDataSourceId sets the DataSourceId field's value.
func (*ListGroupsOlderThanOrderingIdInput) SetIndexId ¶ added in v1.39.5
func (s *ListGroupsOlderThanOrderingIdInput) SetIndexId(v string) *ListGroupsOlderThanOrderingIdInput
SetIndexId sets the IndexId field's value.
func (*ListGroupsOlderThanOrderingIdInput) SetMaxResults ¶ added in v1.39.5
func (s *ListGroupsOlderThanOrderingIdInput) SetMaxResults(v int64) *ListGroupsOlderThanOrderingIdInput
SetMaxResults sets the MaxResults field's value.
func (*ListGroupsOlderThanOrderingIdInput) SetNextToken ¶ added in v1.39.5
func (s *ListGroupsOlderThanOrderingIdInput) SetNextToken(v string) *ListGroupsOlderThanOrderingIdInput
SetNextToken sets the NextToken field's value.
func (*ListGroupsOlderThanOrderingIdInput) SetOrderingId ¶ added in v1.39.5
func (s *ListGroupsOlderThanOrderingIdInput) SetOrderingId(v int64) *ListGroupsOlderThanOrderingIdInput
SetOrderingId sets the OrderingId field's value.
func (ListGroupsOlderThanOrderingIdInput) String ¶ added in v1.39.5
func (s ListGroupsOlderThanOrderingIdInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListGroupsOlderThanOrderingIdInput) Validate ¶ added in v1.39.5
func (s *ListGroupsOlderThanOrderingIdInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListGroupsOlderThanOrderingIdOutput ¶ added in v1.39.5
type ListGroupsOlderThanOrderingIdOutput struct { // Summary information for list of groups that are mapped to users before a // given ordering or timestamp identifier. GroupsSummaries []*GroupSummary `type:"list"` // If the response is truncated, Amazon Kendra returns this token that you can // use in the subsequent request to retrieve the next set of groups that are // mapped to users before a given ordering or timestamp identifier. NextToken *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (ListGroupsOlderThanOrderingIdOutput) GoString ¶ added in v1.39.5
func (s ListGroupsOlderThanOrderingIdOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListGroupsOlderThanOrderingIdOutput) SetGroupsSummaries ¶ added in v1.39.5
func (s *ListGroupsOlderThanOrderingIdOutput) SetGroupsSummaries(v []*GroupSummary) *ListGroupsOlderThanOrderingIdOutput
SetGroupsSummaries sets the GroupsSummaries field's value.
func (*ListGroupsOlderThanOrderingIdOutput) SetNextToken ¶ added in v1.39.5
func (s *ListGroupsOlderThanOrderingIdOutput) SetNextToken(v string) *ListGroupsOlderThanOrderingIdOutput
SetNextToken sets the NextToken field's value.
func (ListGroupsOlderThanOrderingIdOutput) String ¶ added in v1.39.5
func (s ListGroupsOlderThanOrderingIdOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListIndicesInput ¶
type ListIndicesInput struct { // The maximum number of data sources to return. MaxResults *int64 `min:"1" type:"integer"` // If the previous response was incomplete (because there is more data to retrieve), // Amazon Kendra returns a pagination token in the response. You can use this // pagination token to retrieve the next set of indexes (DataSourceSummaryItems). NextToken *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (ListIndicesInput) GoString ¶
func (s ListIndicesInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListIndicesInput) SetMaxResults ¶
func (s *ListIndicesInput) SetMaxResults(v int64) *ListIndicesInput
SetMaxResults sets the MaxResults field's value.
func (*ListIndicesInput) SetNextToken ¶
func (s *ListIndicesInput) SetNextToken(v string) *ListIndicesInput
SetNextToken sets the NextToken field's value.
func (ListIndicesInput) String ¶
func (s ListIndicesInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListIndicesInput) Validate ¶
func (s *ListIndicesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListIndicesOutput ¶
type ListIndicesOutput struct { // An array of summary information on the configuration of one or more indexes. IndexConfigurationSummaryItems []*IndexConfigurationSummary `type:"list"` // If the response is truncated, Amazon Kendra returns this token that you can // use in the subsequent request to retrieve the next set of indexes. NextToken *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (ListIndicesOutput) GoString ¶
func (s ListIndicesOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListIndicesOutput) SetIndexConfigurationSummaryItems ¶
func (s *ListIndicesOutput) SetIndexConfigurationSummaryItems(v []*IndexConfigurationSummary) *ListIndicesOutput
SetIndexConfigurationSummaryItems sets the IndexConfigurationSummaryItems field's value.
func (*ListIndicesOutput) SetNextToken ¶
func (s *ListIndicesOutput) SetNextToken(v string) *ListIndicesOutput
SetNextToken sets the NextToken field's value.
func (ListIndicesOutput) String ¶
func (s ListIndicesOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListQuerySuggestionsBlockListsInput ¶ added in v1.38.50
type ListQuerySuggestionsBlockListsInput struct { // The identifier of the index for a list of all block lists that exist for // that index. // // For information on the current quota limits for block lists, see Quotas for // Amazon Kendra (https://docs.aws.amazon.com/kendra/latest/dg/quotas.html). // // IndexId is a required field IndexId *string `min:"36" type:"string" required:"true"` // The maximum number of block lists to return. MaxResults *int64 `min:"1" type:"integer"` // If the previous response was incomplete (because there is more data to retrieve), // Amazon Kendra returns a pagination token in the response. You can use this // pagination token to retrieve the next set of block lists (BlockListSummaryItems). NextToken *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (ListQuerySuggestionsBlockListsInput) GoString ¶ added in v1.38.50
func (s ListQuerySuggestionsBlockListsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListQuerySuggestionsBlockListsInput) SetIndexId ¶ added in v1.38.50
func (s *ListQuerySuggestionsBlockListsInput) SetIndexId(v string) *ListQuerySuggestionsBlockListsInput
SetIndexId sets the IndexId field's value.
func (*ListQuerySuggestionsBlockListsInput) SetMaxResults ¶ added in v1.38.50
func (s *ListQuerySuggestionsBlockListsInput) SetMaxResults(v int64) *ListQuerySuggestionsBlockListsInput
SetMaxResults sets the MaxResults field's value.
func (*ListQuerySuggestionsBlockListsInput) SetNextToken ¶ added in v1.38.50
func (s *ListQuerySuggestionsBlockListsInput) SetNextToken(v string) *ListQuerySuggestionsBlockListsInput
SetNextToken sets the NextToken field's value.
func (ListQuerySuggestionsBlockListsInput) String ¶ added in v1.38.50
func (s ListQuerySuggestionsBlockListsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListQuerySuggestionsBlockListsInput) Validate ¶ added in v1.38.50
func (s *ListQuerySuggestionsBlockListsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListQuerySuggestionsBlockListsOutput ¶ added in v1.38.50
type ListQuerySuggestionsBlockListsOutput struct { // Summary items for a block list. // // This includes summary items on the block list ID, block list name, when the // block list was created, when the block list was last updated, and the count // of block words/phrases in the block list. // // For information on the current quota limits for block lists, see Quotas for // Amazon Kendra (https://docs.aws.amazon.com/kendra/latest/dg/quotas.html). BlockListSummaryItems []*QuerySuggestionsBlockListSummary `type:"list"` // If the response is truncated, Amazon Kendra returns this token that you can // use in the subsequent request to retrieve the next set of block lists. NextToken *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (ListQuerySuggestionsBlockListsOutput) GoString ¶ added in v1.38.50
func (s ListQuerySuggestionsBlockListsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListQuerySuggestionsBlockListsOutput) SetBlockListSummaryItems ¶ added in v1.38.50
func (s *ListQuerySuggestionsBlockListsOutput) SetBlockListSummaryItems(v []*QuerySuggestionsBlockListSummary) *ListQuerySuggestionsBlockListsOutput
SetBlockListSummaryItems sets the BlockListSummaryItems field's value.
func (*ListQuerySuggestionsBlockListsOutput) SetNextToken ¶ added in v1.38.50
func (s *ListQuerySuggestionsBlockListsOutput) SetNextToken(v string) *ListQuerySuggestionsBlockListsOutput
SetNextToken sets the NextToken field's value.
func (ListQuerySuggestionsBlockListsOutput) String ¶ added in v1.38.50
func (s ListQuerySuggestionsBlockListsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListTagsForResourceInput ¶ added in v1.30.25
type ListTagsForResourceInput struct { // The Amazon Resource Name (ARN) of the index, FAQ, or data source to get a // list of tags for. // // ResourceARN is a required field ResourceARN *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (ListTagsForResourceInput) GoString ¶ added in v1.30.25
func (s ListTagsForResourceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListTagsForResourceInput) SetResourceARN ¶ added in v1.30.25
func (s *ListTagsForResourceInput) SetResourceARN(v string) *ListTagsForResourceInput
SetResourceARN sets the ResourceARN field's value.
func (ListTagsForResourceInput) String ¶ added in v1.30.25
func (s ListTagsForResourceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListTagsForResourceInput) Validate ¶ added in v1.30.25
func (s *ListTagsForResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListTagsForResourceOutput ¶ added in v1.30.25
type ListTagsForResourceOutput struct { // A list of tags associated with the index, FAQ, or data source. Tags []*Tag `type:"list"` // contains filtered or unexported fields }
func (ListTagsForResourceOutput) GoString ¶ added in v1.30.25
func (s ListTagsForResourceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListTagsForResourceOutput) SetTags ¶ added in v1.30.25
func (s *ListTagsForResourceOutput) SetTags(v []*Tag) *ListTagsForResourceOutput
SetTags sets the Tags field's value.
func (ListTagsForResourceOutput) String ¶ added in v1.30.25
func (s ListTagsForResourceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListThesauriInput ¶ added in v1.36.6
type ListThesauriInput struct { // The identifier of the index associated with the thesaurus to list. // // IndexId is a required field IndexId *string `min:"36" type:"string" required:"true"` // The maximum number of thesauri to return. MaxResults *int64 `min:"1" type:"integer"` // If the previous response was incomplete (because there is more data to retrieve), // Amazon Kendra returns a pagination token in the response. You can use this // pagination token to retrieve the next set of thesauri (ThesaurusSummaryItems). NextToken *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (ListThesauriInput) GoString ¶ added in v1.36.6
func (s ListThesauriInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListThesauriInput) SetIndexId ¶ added in v1.36.6
func (s *ListThesauriInput) SetIndexId(v string) *ListThesauriInput
SetIndexId sets the IndexId field's value.
func (*ListThesauriInput) SetMaxResults ¶ added in v1.36.6
func (s *ListThesauriInput) SetMaxResults(v int64) *ListThesauriInput
SetMaxResults sets the MaxResults field's value.
func (*ListThesauriInput) SetNextToken ¶ added in v1.36.6
func (s *ListThesauriInput) SetNextToken(v string) *ListThesauriInput
SetNextToken sets the NextToken field's value.
func (ListThesauriInput) String ¶ added in v1.36.6
func (s ListThesauriInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListThesauriInput) Validate ¶ added in v1.36.6
func (s *ListThesauriInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListThesauriOutput ¶ added in v1.36.6
type ListThesauriOutput struct { // If the response is truncated, Amazon Kendra returns this token that you can // use in the subsequent request to retrieve the next set of thesauri. NextToken *string `min:"1" type:"string"` // An array of summary information for a thesaurus or multiple thesauri. ThesaurusSummaryItems []*ThesaurusSummary `type:"list"` // contains filtered or unexported fields }
func (ListThesauriOutput) GoString ¶ added in v1.36.6
func (s ListThesauriOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListThesauriOutput) SetNextToken ¶ added in v1.36.6
func (s *ListThesauriOutput) SetNextToken(v string) *ListThesauriOutput
SetNextToken sets the NextToken field's value.
func (*ListThesauriOutput) SetThesaurusSummaryItems ¶ added in v1.36.6
func (s *ListThesauriOutput) SetThesaurusSummaryItems(v []*ThesaurusSummary) *ListThesauriOutput
SetThesaurusSummaryItems sets the ThesaurusSummaryItems field's value.
func (ListThesauriOutput) String ¶ added in v1.36.6
func (s ListThesauriOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type MemberGroup ¶ added in v1.39.5
type MemberGroup struct { // The identifier of the data source for the sub group you want to map to a // group. DataSourceId *string `min:"1" type:"string"` // The identifier of the sub group you want to map to a group. // // GroupId is a required field GroupId *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
The sub groups that belong to a group.
func (MemberGroup) GoString ¶ added in v1.39.5
func (s MemberGroup) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*MemberGroup) SetDataSourceId ¶ added in v1.39.5
func (s *MemberGroup) SetDataSourceId(v string) *MemberGroup
SetDataSourceId sets the DataSourceId field's value.
func (*MemberGroup) SetGroupId ¶ added in v1.39.5
func (s *MemberGroup) SetGroupId(v string) *MemberGroup
SetGroupId sets the GroupId field's value.
func (MemberGroup) String ¶ added in v1.39.5
func (s MemberGroup) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*MemberGroup) Validate ¶ added in v1.39.5
func (s *MemberGroup) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type MemberUser ¶ added in v1.39.5
type MemberUser struct { // The identifier of the user you want to map to a group. // // UserId is a required field UserId *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
The users that belong to a group.
func (MemberUser) GoString ¶ added in v1.39.5
func (s MemberUser) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*MemberUser) SetUserId ¶ added in v1.39.5
func (s *MemberUser) SetUserId(v string) *MemberUser
SetUserId sets the UserId field's value.
func (MemberUser) String ¶ added in v1.39.5
func (s MemberUser) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*MemberUser) Validate ¶ added in v1.39.5
func (s *MemberUser) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type OneDriveConfiguration ¶ added in v1.30.25
type OneDriveConfiguration struct { // A Boolean value that specifies whether local groups are disabled (True) or // enabled (False). DisableLocalGroups *bool `type:"boolean"` // A list of regular expression patterns to exclude certain documents in your // OneDrive. Documents that match the patterns are excluded from the index. // Documents that don't match the patterns are included in the index. If a document // matches both an inclusion and exclusion pattern, the exclusion pattern takes // precedence and the document isn't included in the index. // // The pattern is applied to the file name. ExclusionPatterns []*string `type:"list"` // A list of DataSourceToIndexFieldMapping objects that map OneDrive data source // attributes or field names to Amazon Kendra index field names. To create custom // fields, use the UpdateIndex API before you map to OneDrive fields. For more // information, see Mapping data source fields (https://docs.aws.amazon.com/kendra/latest/dg/field-mapping.html). // The OneDrive data source field names must exist in your OneDrive custom metadata. FieldMappings []*DataSourceToIndexFieldMapping `min:"1" type:"list"` // A list of regular expression patterns to include certain documents in your // OneDrive. Documents that match the patterns are included in the index. Documents // that don't match the patterns are excluded from the index. If a document // matches both an inclusion and exclusion pattern, the exclusion pattern takes // precedence and the document isn't included in the index. // // The pattern is applied to the file name. InclusionPatterns []*string `type:"list"` // A list of user accounts whose documents should be indexed. // // OneDriveUsers is a required field OneDriveUsers *OneDriveUsers `type:"structure" required:"true"` // The Amazon Resource Name (ARN) of an Secrets Managersecret that contains // the user name and password to connect to OneDrive. The user namd should be // the application ID for the OneDrive application, and the password is the // application key for the OneDrive application. // // SecretArn is a required field SecretArn *string `min:"1" type:"string" required:"true"` // The Azure Active Directory domain of the organization. // // TenantDomain is a required field TenantDomain *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Provides the configuration information to connect to OneDrive as your data source.
func (OneDriveConfiguration) GoString ¶ added in v1.30.25
func (s OneDriveConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*OneDriveConfiguration) SetDisableLocalGroups ¶ added in v1.35.22
func (s *OneDriveConfiguration) SetDisableLocalGroups(v bool) *OneDriveConfiguration
SetDisableLocalGroups sets the DisableLocalGroups field's value.
func (*OneDriveConfiguration) SetExclusionPatterns ¶ added in v1.30.25
func (s *OneDriveConfiguration) SetExclusionPatterns(v []*string) *OneDriveConfiguration
SetExclusionPatterns sets the ExclusionPatterns field's value.
func (*OneDriveConfiguration) SetFieldMappings ¶ added in v1.30.25
func (s *OneDriveConfiguration) SetFieldMappings(v []*DataSourceToIndexFieldMapping) *OneDriveConfiguration
SetFieldMappings sets the FieldMappings field's value.
func (*OneDriveConfiguration) SetInclusionPatterns ¶ added in v1.30.25
func (s *OneDriveConfiguration) SetInclusionPatterns(v []*string) *OneDriveConfiguration
SetInclusionPatterns sets the InclusionPatterns field's value.
func (*OneDriveConfiguration) SetOneDriveUsers ¶ added in v1.30.25
func (s *OneDriveConfiguration) SetOneDriveUsers(v *OneDriveUsers) *OneDriveConfiguration
SetOneDriveUsers sets the OneDriveUsers field's value.
func (*OneDriveConfiguration) SetSecretArn ¶ added in v1.30.25
func (s *OneDriveConfiguration) SetSecretArn(v string) *OneDriveConfiguration
SetSecretArn sets the SecretArn field's value.
func (*OneDriveConfiguration) SetTenantDomain ¶ added in v1.30.25
func (s *OneDriveConfiguration) SetTenantDomain(v string) *OneDriveConfiguration
SetTenantDomain sets the TenantDomain field's value.
func (OneDriveConfiguration) String ¶ added in v1.30.25
func (s OneDriveConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*OneDriveConfiguration) Validate ¶ added in v1.30.25
func (s *OneDriveConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type OneDriveUsers ¶ added in v1.30.25
type OneDriveUsers struct { // A list of users whose documents should be indexed. Specify the user names // in email format, for example, username@tenantdomain. If you need to index // the documents of more than 100 users, use the OneDriveUserS3Path field to // specify the location of a file containing a list of users. OneDriveUserList []*string `min:"1" type:"list"` // The S3 bucket location of a file containing a list of users whose documents // should be indexed. OneDriveUserS3Path *S3Path `type:"structure"` // contains filtered or unexported fields }
User accounts whose documents should be indexed.
func (OneDriveUsers) GoString ¶ added in v1.30.25
func (s OneDriveUsers) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*OneDriveUsers) SetOneDriveUserList ¶ added in v1.30.25
func (s *OneDriveUsers) SetOneDriveUserList(v []*string) *OneDriveUsers
SetOneDriveUserList sets the OneDriveUserList field's value.
func (*OneDriveUsers) SetOneDriveUserS3Path ¶ added in v1.30.25
func (s *OneDriveUsers) SetOneDriveUserS3Path(v *S3Path) *OneDriveUsers
SetOneDriveUserS3Path sets the OneDriveUserS3Path field's value.
func (OneDriveUsers) String ¶ added in v1.30.25
func (s OneDriveUsers) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*OneDriveUsers) Validate ¶ added in v1.30.25
func (s *OneDriveUsers) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PersonasSummary ¶ added in v1.42.17
type PersonasSummary struct { // The date-time the summary information was created. CreatedAt *time.Time `type:"timestamp"` // The identifier of a user or group in your Amazon Web Services SSO identity // source. For example, a user ID could be an email. EntityId *string `min:"1" type:"string"` // The persona that defines the specific permissions of the user or group in // your Amazon Web Services SSO identity source. The available personas or access // roles are Owner and Viewer. For more information on these personas, see Providing // access to your search page (https://docs.aws.amazon.com/kendra/latest/dg/deploying-search-experience-no-code.html#access-search-experience). Persona *string `type:"string" enum:"Persona"` // The date-time the summary information was last updated. UpdatedAt *time.Time `type:"timestamp"` // contains filtered or unexported fields }
Summary information for users or groups in your Amazon Web Services SSO identity source. This applies to users and groups with specific permissions that define their level of access to 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 (https://docs.aws.amazon.com/kendra/latest/dg/deploying-search-experience-no-code.html).
func (PersonasSummary) GoString ¶ added in v1.42.17
func (s PersonasSummary) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*PersonasSummary) SetCreatedAt ¶ added in v1.42.17
func (s *PersonasSummary) SetCreatedAt(v time.Time) *PersonasSummary
SetCreatedAt sets the CreatedAt field's value.
func (*PersonasSummary) SetEntityId ¶ added in v1.42.17
func (s *PersonasSummary) SetEntityId(v string) *PersonasSummary
SetEntityId sets the EntityId field's value.
func (*PersonasSummary) SetPersona ¶ added in v1.42.17
func (s *PersonasSummary) SetPersona(v string) *PersonasSummary
SetPersona sets the Persona field's value.
func (*PersonasSummary) SetUpdatedAt ¶ added in v1.42.17
func (s *PersonasSummary) SetUpdatedAt(v time.Time) *PersonasSummary
SetUpdatedAt sets the UpdatedAt field's value.
func (PersonasSummary) String ¶ added in v1.42.17
func (s PersonasSummary) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Principal ¶
type Principal struct { // Whether to allow or deny access to the principal. // // Access is a required field Access *string `type:"string" required:"true" enum:"ReadAccessType"` // The identifier of the data source the principal should access documents from. DataSourceId *string `min:"1" type:"string"` // The name of the user or group. // // Name is a required field Name *string `min:"1" type:"string" required:"true"` // The type of principal. // // Type is a required field Type *string `type:"string" required:"true" enum:"PrincipalType"` // contains filtered or unexported fields }
Provides user and group information for document access filtering.
func (Principal) GoString ¶
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*Principal) SetDataSourceId ¶ added in v1.39.5
SetDataSourceId sets the DataSourceId field's value.
type ProxyConfiguration ¶ added in v1.38.64
type ProxyConfiguration struct { // Your secret ARN, which you can create in Secrets Manager (https://docs.aws.amazon.com/secretsmanager/latest/userguide/intro.html) // // The credentials are optional. You use a secret if web proxy credentials are // required to connect to a website host. Amazon Kendra currently support basic // authentication to connect to a web proxy server. The secret stores your credentials. Credentials *string `min:"1" type:"string"` // The name of the website host you want to connect to via a web proxy server. // // For example, the host name of https://a.example.com/page1.html is "a.example.com". // // Host is a required field Host *string `min:"1" type:"string" required:"true"` // The port number of the website host you want to connect to via a web proxy // server. // // For example, the port for https://a.example.com/page1.html is 443, the standard // port for HTTPS. // // Port is a required field Port *int64 `min:"1" type:"integer" required:"true"` // contains filtered or unexported fields }
Provides the configuration information for a web proxy to connect to website hosts.
func (ProxyConfiguration) GoString ¶ added in v1.38.64
func (s ProxyConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ProxyConfiguration) SetCredentials ¶ added in v1.38.64
func (s *ProxyConfiguration) SetCredentials(v string) *ProxyConfiguration
SetCredentials sets the Credentials field's value.
func (*ProxyConfiguration) SetHost ¶ added in v1.38.64
func (s *ProxyConfiguration) SetHost(v string) *ProxyConfiguration
SetHost sets the Host field's value.
func (*ProxyConfiguration) SetPort ¶ added in v1.38.64
func (s *ProxyConfiguration) SetPort(v int64) *ProxyConfiguration
SetPort sets the Port field's value.
func (ProxyConfiguration) String ¶ added in v1.38.64
func (s ProxyConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ProxyConfiguration) Validate ¶ added in v1.38.64
func (s *ProxyConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutPrincipalMappingInput ¶ added in v1.39.5
type PutPrincipalMappingInput struct { // The identifier of the data source you want to map users to their groups. // // This is useful if a group is tied to multiple data sources, but you only // want the group to access documents of a certain data source. For example, // the groups "Research", "Engineering", and "Sales and Marketing" are all tied // to the company's documents stored in the data sources Confluence and Salesforce. // However, "Sales and Marketing" team only needs access to customer-related // documents stored in Salesforce. DataSourceId *string `min:"1" type:"string"` // The identifier of the group you want to map its users to. // // GroupId is a required field GroupId *string `min:"1" type:"string" required:"true"` // The list that contains your users or sub groups that belong the same group. // // For example, the group "Company" includes the user "CEO" and the sub groups // "Research", "Engineering", and "Sales and Marketing". // // If you have more than 1000 users and/or sub groups for a single group, you // need to provide the path to the S3 file that lists your users and sub groups // for a group. Your sub groups can contain more than 1000 users, but the list // of sub groups that belong to a group (and/or users) must be no more than // 1000. // // GroupMembers is a required field GroupMembers *GroupMembers `type:"structure" required:"true"` // The identifier of the index you want to map users to their groups. // // IndexId is a required field IndexId *string `min:"36" type:"string" required:"true"` // The timestamp identifier you specify to ensure Amazon Kendra does not override // the latest PUT action with previous actions. The highest number ID, which // is the ordering ID, is the latest action you want to process and apply on // top of other actions with lower number IDs. This prevents previous actions // with lower number IDs from possibly overriding the latest action. // // The ordering ID can be the UNIX time of the last update you made to a group // members list. You would then provide this list when calling PutPrincipalMapping. // This ensures your PUT action for that updated group with the latest members // list doesn't get overwritten by earlier PUT actions for the same group which // are yet to be processed. // // The default ordering ID is the current UNIX time in milliseconds that the // action was received by Amazon Kendra. OrderingId *int64 `type:"long"` // The Amazon Resource Name (ARN) of a role that has access to the S3 file that // contains your list of users or sub groups that belong to a group. // // For more information, see IAM roles for Amazon Kendra (https://docs.aws.amazon.com/kendra/latest/dg/iam-roles.html#iam-roles-ds). RoleArn *string `type:"string"` // contains filtered or unexported fields }
func (PutPrincipalMappingInput) GoString ¶ added in v1.39.5
func (s PutPrincipalMappingInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*PutPrincipalMappingInput) SetDataSourceId ¶ added in v1.39.5
func (s *PutPrincipalMappingInput) SetDataSourceId(v string) *PutPrincipalMappingInput
SetDataSourceId sets the DataSourceId field's value.
func (*PutPrincipalMappingInput) SetGroupId ¶ added in v1.39.5
func (s *PutPrincipalMappingInput) SetGroupId(v string) *PutPrincipalMappingInput
SetGroupId sets the GroupId field's value.
func (*PutPrincipalMappingInput) SetGroupMembers ¶ added in v1.39.5
func (s *PutPrincipalMappingInput) SetGroupMembers(v *GroupMembers) *PutPrincipalMappingInput
SetGroupMembers sets the GroupMembers field's value.
func (*PutPrincipalMappingInput) SetIndexId ¶ added in v1.39.5
func (s *PutPrincipalMappingInput) SetIndexId(v string) *PutPrincipalMappingInput
SetIndexId sets the IndexId field's value.
func (*PutPrincipalMappingInput) SetOrderingId ¶ added in v1.39.5
func (s *PutPrincipalMappingInput) SetOrderingId(v int64) *PutPrincipalMappingInput
SetOrderingId sets the OrderingId field's value.
func (*PutPrincipalMappingInput) SetRoleArn ¶ added in v1.39.5
func (s *PutPrincipalMappingInput) SetRoleArn(v string) *PutPrincipalMappingInput
SetRoleArn sets the RoleArn field's value.
func (PutPrincipalMappingInput) String ¶ added in v1.39.5
func (s PutPrincipalMappingInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*PutPrincipalMappingInput) Validate ¶ added in v1.39.5
func (s *PutPrincipalMappingInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutPrincipalMappingOutput ¶ added in v1.39.5
type PutPrincipalMappingOutput struct {
// contains filtered or unexported fields
}
func (PutPrincipalMappingOutput) GoString ¶ added in v1.39.5
func (s PutPrincipalMappingOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (PutPrincipalMappingOutput) String ¶ added in v1.39.5
func (s PutPrincipalMappingOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type QueryInput ¶
type QueryInput struct { // Enables filtered searches based on document attributes. You can only provide // one attribute filter; however, the AndAllFilters, NotFilter, and OrAllFilters // parameters contain a list of other filters. // // The AttributeFilter parameter enables you to create a set of filtering rules // that a document must satisfy to be included in the query results. AttributeFilter *AttributeFilter `type:"structure"` // Overrides relevance tuning configurations of fields or attributes set at // the index level. // // If you use this API to override the relevance tuning configured at the index // level, but there is no relevance tuning configured at the index level, then // Amazon Kendra does not apply any relevance tuning. // // If there is relevance tuning configured at the index level, but you do not // use this API to override any relevance tuning in the index, then Amazon Kendra // uses the relevance tuning that is configured at the index level. // // If there is relevance tuning configured for fields at the index level, but // you use this API to override only some of these fields, then for the fields // you did not override, the importance is set to 1. DocumentRelevanceOverrideConfigurations []*DocumentRelevanceConfiguration `type:"list"` // An array of documents attributes. Amazon Kendra returns a count for each // attribute key specified. You can use this information to help narrow the // search for your user. Facets []*Facet `type:"list"` // The unique identifier of the index to search. The identifier is returned // in the response from the CreateIndex API. // // IndexId is a required field IndexId *string `min:"36" type:"string" required:"true"` // Query results are returned in pages the size of the PageSize parameter. By // default, Amazon Kendra returns the first page of results. Use this parameter // to get result pages after the first one. PageNumber *int64 `type:"integer"` // Sets the number of results that are returned in each page of results. The // default page size is 10. The maximum number of results returned is 100. If // you ask for more than 100 results, only 100 are returned. PageSize *int64 `type:"integer"` // Sets the type of query. Only results for the specified query type are returned. QueryResultTypeFilter *string `type:"string" enum:"QueryResultType"` // The text to search for. QueryText *string `min:"1" type:"string"` // An array of document attributes to include in the response. No other document // attributes are included in the response. By default all document attributes // are included in the response. RequestedDocumentAttributes []*string `min:"1" type:"list"` // Provides information that determines how the results of the query are sorted. // You can set the field that Amazon Kendra should sort the results on, and // specify whether the results should be sorted in ascending or descending order. // In the case of ties in sorting the results, the results are sorted by relevance. // // If you don't provide sorting configuration, the results are sorted by the // relevance that Amazon Kendra determines for the result. SortingConfiguration *SortingConfiguration `type:"structure"` // Enables suggested spell corrections for queries. SpellCorrectionConfiguration *SpellCorrectionConfiguration `type:"structure"` // The user context token or user and group information. UserContext *UserContext `type:"structure"` // Provides an identifier for a specific user. The VisitorId should be a unique // identifier, such as a GUID. Don't use personally identifiable information, // such as the user's email address, as the VisitorId. VisitorId *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (QueryInput) GoString ¶
func (s QueryInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*QueryInput) SetAttributeFilter ¶
func (s *QueryInput) SetAttributeFilter(v *AttributeFilter) *QueryInput
SetAttributeFilter sets the AttributeFilter field's value.
func (*QueryInput) SetDocumentRelevanceOverrideConfigurations ¶ added in v1.38.23
func (s *QueryInput) SetDocumentRelevanceOverrideConfigurations(v []*DocumentRelevanceConfiguration) *QueryInput
SetDocumentRelevanceOverrideConfigurations sets the DocumentRelevanceOverrideConfigurations field's value.
func (*QueryInput) SetFacets ¶
func (s *QueryInput) SetFacets(v []*Facet) *QueryInput
SetFacets sets the Facets field's value.
func (*QueryInput) SetIndexId ¶
func (s *QueryInput) SetIndexId(v string) *QueryInput
SetIndexId sets the IndexId field's value.
func (*QueryInput) SetPageNumber ¶
func (s *QueryInput) SetPageNumber(v int64) *QueryInput
SetPageNumber sets the PageNumber field's value.
func (*QueryInput) SetPageSize ¶
func (s *QueryInput) SetPageSize(v int64) *QueryInput
SetPageSize sets the PageSize field's value.
func (*QueryInput) SetQueryResultTypeFilter ¶
func (s *QueryInput) SetQueryResultTypeFilter(v string) *QueryInput
SetQueryResultTypeFilter sets the QueryResultTypeFilter field's value.
func (*QueryInput) SetQueryText ¶
func (s *QueryInput) SetQueryText(v string) *QueryInput
SetQueryText sets the QueryText field's value.
func (*QueryInput) SetRequestedDocumentAttributes ¶
func (s *QueryInput) SetRequestedDocumentAttributes(v []*string) *QueryInput
SetRequestedDocumentAttributes sets the RequestedDocumentAttributes field's value.
func (*QueryInput) SetSortingConfiguration ¶ added in v1.33.12
func (s *QueryInput) SetSortingConfiguration(v *SortingConfiguration) *QueryInput
SetSortingConfiguration sets the SortingConfiguration field's value.
func (*QueryInput) SetSpellCorrectionConfiguration ¶ added in v1.43.11
func (s *QueryInput) SetSpellCorrectionConfiguration(v *SpellCorrectionConfiguration) *QueryInput
SetSpellCorrectionConfiguration sets the SpellCorrectionConfiguration field's value.
func (*QueryInput) SetUserContext ¶ added in v1.35.22
func (s *QueryInput) SetUserContext(v *UserContext) *QueryInput
SetUserContext sets the UserContext field's value.
func (*QueryInput) SetVisitorId ¶ added in v1.36.4
func (s *QueryInput) SetVisitorId(v string) *QueryInput
SetVisitorId sets the VisitorId field's value.
func (QueryInput) String ¶
func (s QueryInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*QueryInput) Validate ¶
func (s *QueryInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type QueryOutput ¶
type QueryOutput struct { // Contains the facet results. A FacetResult contains the counts for each attribute // key that was specified in the Facets input parameter. FacetResults []*FacetResult `type:"list"` // The unique identifier for the search. You use QueryId to identify the search // when using the feedback API. QueryId *string `min:"1" type:"string"` // The results of the search. ResultItems []*QueryResultItem `type:"list"` // A list of information related to suggested spell corrections for a query. SpellCorrectedQueries []*SpellCorrectedQuery `type:"list"` // The total number of items found by the search; however, you can only retrieve // up to 100 items. For example, if the search found 192 items, you can only // retrieve the first 100 of the items. TotalNumberOfResults *int64 `type:"integer"` // A list of warning codes and their messages on problems with your query. // // Amazon Kendra currently only supports one type of warning, which is a warning // on invalid syntax used in the query. For examples of invalid query syntax, // see Searching with advanced query syntax (https://docs.aws.amazon.com/kendra/latest/dg/searching-example.html#searching-index-query-syntax). Warnings []*Warning `min:"1" type:"list"` // contains filtered or unexported fields }
func (QueryOutput) GoString ¶
func (s QueryOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*QueryOutput) SetFacetResults ¶
func (s *QueryOutput) SetFacetResults(v []*FacetResult) *QueryOutput
SetFacetResults sets the FacetResults field's value.
func (*QueryOutput) SetQueryId ¶
func (s *QueryOutput) SetQueryId(v string) *QueryOutput
SetQueryId sets the QueryId field's value.
func (*QueryOutput) SetResultItems ¶
func (s *QueryOutput) SetResultItems(v []*QueryResultItem) *QueryOutput
SetResultItems sets the ResultItems field's value.
func (*QueryOutput) SetSpellCorrectedQueries ¶ added in v1.43.11
func (s *QueryOutput) SetSpellCorrectedQueries(v []*SpellCorrectedQuery) *QueryOutput
SetSpellCorrectedQueries sets the SpellCorrectedQueries field's value.
func (*QueryOutput) SetTotalNumberOfResults ¶
func (s *QueryOutput) SetTotalNumberOfResults(v int64) *QueryOutput
SetTotalNumberOfResults sets the TotalNumberOfResults field's value.
func (*QueryOutput) SetWarnings ¶ added in v1.42.32
func (s *QueryOutput) SetWarnings(v []*Warning) *QueryOutput
SetWarnings sets the Warnings field's value.
func (QueryOutput) String ¶
func (s QueryOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type QueryResultItem ¶
type QueryResultItem struct { // One or more additional attributes associated with the query result. AdditionalAttributes []*AdditionalResultAttribute `type:"list"` // An array of document attributes for the document that the query result maps // to. For example, the document author (Author) or the source URI (SourceUri) // of the document. DocumentAttributes []*DocumentAttribute `type:"list"` // An extract of the text in the document. Contains information about highlighting // the relevant terms in the excerpt. DocumentExcerpt *TextWithHighlights `type:"structure"` // The unique identifier for the document. DocumentId *string `min:"1" type:"string"` // The title of the document. Contains the text of the title and information // for highlighting the relevant terms in the title. DocumentTitle *TextWithHighlights `type:"structure"` // The URI of the original location of the document. DocumentURI *string `min:"1" type:"string"` // A token that identifies a particular result from a particular query. Use // this token to provide click-through feedback for the result. For more information, // see Submitting feedback (https://docs.aws.amazon.com/kendra/latest/dg/submitting-feedback.html). FeedbackToken *string `min:"1" type:"string"` // The unique identifier for the query result. Id *string `min:"1" type:"string"` // Indicates the confidence that Amazon Kendra has that a result matches the // query that you provided. Each result is placed into a bin that indicates // the confidence, VERY_HIGH, HIGH, MEDIUM and LOW. You can use the score to // determine if a response meets the confidence needed for your application. // // The field is only set to LOW when the Type field is set to DOCUMENT and Amazon // Kendra is not confident that the result matches the query. ScoreAttributes *ScoreAttributes `type:"structure"` // The type of document. Type *string `type:"string" enum:"QueryResultType"` // contains filtered or unexported fields }
A single query result.
A query result contains information about a document returned by the query. This includes the original location of the document, a list of attributes assigned to the document, and relevant text from the document that satisfies the query.
func (QueryResultItem) GoString ¶
func (s QueryResultItem) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*QueryResultItem) SetAdditionalAttributes ¶
func (s *QueryResultItem) SetAdditionalAttributes(v []*AdditionalResultAttribute) *QueryResultItem
SetAdditionalAttributes sets the AdditionalAttributes field's value.
func (*QueryResultItem) SetDocumentAttributes ¶
func (s *QueryResultItem) SetDocumentAttributes(v []*DocumentAttribute) *QueryResultItem
SetDocumentAttributes sets the DocumentAttributes field's value.
func (*QueryResultItem) SetDocumentExcerpt ¶
func (s *QueryResultItem) SetDocumentExcerpt(v *TextWithHighlights) *QueryResultItem
SetDocumentExcerpt sets the DocumentExcerpt field's value.
func (*QueryResultItem) SetDocumentId ¶
func (s *QueryResultItem) SetDocumentId(v string) *QueryResultItem
SetDocumentId sets the DocumentId field's value.
func (*QueryResultItem) SetDocumentTitle ¶
func (s *QueryResultItem) SetDocumentTitle(v *TextWithHighlights) *QueryResultItem
SetDocumentTitle sets the DocumentTitle field's value.
func (*QueryResultItem) SetDocumentURI ¶
func (s *QueryResultItem) SetDocumentURI(v string) *QueryResultItem
SetDocumentURI sets the DocumentURI field's value.
func (*QueryResultItem) SetFeedbackToken ¶ added in v1.36.4
func (s *QueryResultItem) SetFeedbackToken(v string) *QueryResultItem
SetFeedbackToken sets the FeedbackToken field's value.
func (*QueryResultItem) SetId ¶
func (s *QueryResultItem) SetId(v string) *QueryResultItem
SetId sets the Id field's value.
func (*QueryResultItem) SetScoreAttributes ¶ added in v1.34.17
func (s *QueryResultItem) SetScoreAttributes(v *ScoreAttributes) *QueryResultItem
SetScoreAttributes sets the ScoreAttributes field's value.
func (*QueryResultItem) SetType ¶
func (s *QueryResultItem) SetType(v string) *QueryResultItem
SetType sets the Type field's value.
func (QueryResultItem) String ¶
func (s QueryResultItem) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type QuerySuggestionsBlockListSummary ¶ added in v1.38.50
type QuerySuggestionsBlockListSummary struct { // The date-time summary information for a query suggestions block list was // last created. CreatedAt *time.Time `type:"timestamp"` // The identifier of a block list. Id *string `min:"36" type:"string"` // The number of items in the block list file. ItemCount *int64 `type:"integer"` // The name of the block list. Name *string `min:"1" type:"string"` // The status of the block list. Status *string `type:"string" enum:"QuerySuggestionsBlockListStatus"` // The date-time the block list was last updated. UpdatedAt *time.Time `type:"timestamp"` // contains filtered or unexported fields }
Summary information on a query suggestions block list.
This includes information on the block list ID, block list name, when the block list was created, when the block list was last updated, and the count of block words/phrases in the block list.
For information on the current quota limits for block lists, see Quotas for Amazon Kendra (https://docs.aws.amazon.com/kendra/latest/dg/quotas.html).
func (QuerySuggestionsBlockListSummary) GoString ¶ added in v1.38.50
func (s QuerySuggestionsBlockListSummary) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*QuerySuggestionsBlockListSummary) SetCreatedAt ¶ added in v1.38.50
func (s *QuerySuggestionsBlockListSummary) SetCreatedAt(v time.Time) *QuerySuggestionsBlockListSummary
SetCreatedAt sets the CreatedAt field's value.
func (*QuerySuggestionsBlockListSummary) SetId ¶ added in v1.38.50
func (s *QuerySuggestionsBlockListSummary) SetId(v string) *QuerySuggestionsBlockListSummary
SetId sets the Id field's value.
func (*QuerySuggestionsBlockListSummary) SetItemCount ¶ added in v1.38.50
func (s *QuerySuggestionsBlockListSummary) SetItemCount(v int64) *QuerySuggestionsBlockListSummary
SetItemCount sets the ItemCount field's value.
func (*QuerySuggestionsBlockListSummary) SetName ¶ added in v1.38.50
func (s *QuerySuggestionsBlockListSummary) SetName(v string) *QuerySuggestionsBlockListSummary
SetName sets the Name field's value.
func (*QuerySuggestionsBlockListSummary) SetStatus ¶ added in v1.38.50
func (s *QuerySuggestionsBlockListSummary) SetStatus(v string) *QuerySuggestionsBlockListSummary
SetStatus sets the Status field's value.
func (*QuerySuggestionsBlockListSummary) SetUpdatedAt ¶ added in v1.38.50
func (s *QuerySuggestionsBlockListSummary) SetUpdatedAt(v time.Time) *QuerySuggestionsBlockListSummary
SetUpdatedAt sets the UpdatedAt field's value.
func (QuerySuggestionsBlockListSummary) String ¶ added in v1.38.50
func (s QuerySuggestionsBlockListSummary) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type QuipConfiguration ¶ added in v1.43.42
type QuipConfiguration struct { // A list of field mappings to apply when indexing Quip attachments. AttachmentFieldMappings []*DataSourceToIndexFieldMapping `min:"1" type:"list"` // Specify whether to crawl attachments in your Quip data source. You can specify // one or more of these options. CrawlAttachments *bool `type:"boolean"` // Specify whether to crawl chat rooms in your Quip data source. You can specify // one or more of these options. CrawlChatRooms *bool `type:"boolean"` // Specify whether to crawl file comments in your Quip data source. You can // specify one or more of these options. CrawlFileComments *bool `type:"boolean"` // The configuration information to connect to your Quip data source domain. // // Domain is a required field Domain *string `min:"1" type:"string" required:"true"` // A list of regular expression patterns to exclude certain files in your Quip // file system. Files that match the patterns are excluded from the index. Files // that don’t match the patterns are included in the index. If a file matches // both an inclusion pattern and an exclusion pattern, the exclusion pattern // takes precedence, and the file isn't included in the index. ExclusionPatterns []*string `type:"list"` // The identifier of the Quip folder IDs to index. FolderIds []*string `type:"list"` // A list of regular expression patterns to include certain files in your Quip // file system. Files that match the patterns are included in the index. Files // that don't match the patterns are excluded from the index. If a file matches // both an inclusion pattern and an exclusion pattern, the exclusion pattern // takes precedence, and the file isn't included in the index. InclusionPatterns []*string `type:"list"` // A list of field mappings to apply when indexing Quip messages. MessageFieldMappings []*DataSourceToIndexFieldMapping `min:"1" type:"list"` // The Amazon Resource Name (ARN) of an Secrets Manager secret that contains // the key-value pairs that are required to connect to your Quip file system. // Windows is currently the only supported type. The secret must contain a JSON // structure with the following keys: // // * username—The Active Directory user name, along with the Domain Name // System (DNS) domain name. For example, user@corp.example.com. The Active // Directory user account must have read and mounting access to the Quip // file system for Windows. // // * password—The password of the Active Directory user account with read // and mounting access to the Quip Windows file system. // // SecretArn is a required field SecretArn *string `min:"1" type:"string" required:"true"` // A list of field mappings to apply when indexing Quip threads. ThreadFieldMappings []*DataSourceToIndexFieldMapping `min:"1" type:"list"` // Configuration information for connecting to an Amazon Virtual Private Cloud // (VPC) for your Quip. Your Quip instance must reside inside your VPC. VpcConfiguration *DataSourceVpcConfiguration `type:"structure"` // contains filtered or unexported fields }
Provides the configuration information to connect to Quip as your data source.
func (QuipConfiguration) GoString ¶ added in v1.43.42
func (s QuipConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*QuipConfiguration) SetAttachmentFieldMappings ¶ added in v1.43.42
func (s *QuipConfiguration) SetAttachmentFieldMappings(v []*DataSourceToIndexFieldMapping) *QuipConfiguration
SetAttachmentFieldMappings sets the AttachmentFieldMappings field's value.
func (*QuipConfiguration) SetCrawlAttachments ¶ added in v1.43.42
func (s *QuipConfiguration) SetCrawlAttachments(v bool) *QuipConfiguration
SetCrawlAttachments sets the CrawlAttachments field's value.
func (*QuipConfiguration) SetCrawlChatRooms ¶ added in v1.43.42
func (s *QuipConfiguration) SetCrawlChatRooms(v bool) *QuipConfiguration
SetCrawlChatRooms sets the CrawlChatRooms field's value.
func (*QuipConfiguration) SetCrawlFileComments ¶ added in v1.43.42
func (s *QuipConfiguration) SetCrawlFileComments(v bool) *QuipConfiguration
SetCrawlFileComments sets the CrawlFileComments field's value.
func (*QuipConfiguration) SetDomain ¶ added in v1.43.42
func (s *QuipConfiguration) SetDomain(v string) *QuipConfiguration
SetDomain sets the Domain field's value.
func (*QuipConfiguration) SetExclusionPatterns ¶ added in v1.43.42
func (s *QuipConfiguration) SetExclusionPatterns(v []*string) *QuipConfiguration
SetExclusionPatterns sets the ExclusionPatterns field's value.
func (*QuipConfiguration) SetFolderIds ¶ added in v1.43.42
func (s *QuipConfiguration) SetFolderIds(v []*string) *QuipConfiguration
SetFolderIds sets the FolderIds field's value.
func (*QuipConfiguration) SetInclusionPatterns ¶ added in v1.43.42
func (s *QuipConfiguration) SetInclusionPatterns(v []*string) *QuipConfiguration
SetInclusionPatterns sets the InclusionPatterns field's value.
func (*QuipConfiguration) SetMessageFieldMappings ¶ added in v1.43.42
func (s *QuipConfiguration) SetMessageFieldMappings(v []*DataSourceToIndexFieldMapping) *QuipConfiguration
SetMessageFieldMappings sets the MessageFieldMappings field's value.
func (*QuipConfiguration) SetSecretArn ¶ added in v1.43.42
func (s *QuipConfiguration) SetSecretArn(v string) *QuipConfiguration
SetSecretArn sets the SecretArn field's value.
func (*QuipConfiguration) SetThreadFieldMappings ¶ added in v1.43.42
func (s *QuipConfiguration) SetThreadFieldMappings(v []*DataSourceToIndexFieldMapping) *QuipConfiguration
SetThreadFieldMappings sets the ThreadFieldMappings field's value.
func (*QuipConfiguration) SetVpcConfiguration ¶ added in v1.43.42
func (s *QuipConfiguration) SetVpcConfiguration(v *DataSourceVpcConfiguration) *QuipConfiguration
SetVpcConfiguration sets the VpcConfiguration field's value.
func (QuipConfiguration) String ¶ added in v1.43.42
func (s QuipConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*QuipConfiguration) Validate ¶ added in v1.43.42
func (s *QuipConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type Relevance ¶
type Relevance struct { // Specifies the time period that the boost applies to. For example, to make // the boost apply to documents with the field value within the last month, // you would use "2628000s". Once the field value is beyond the specified range, // the effect of the boost drops off. The higher the importance, the faster // the effect drops off. If you don't specify a value, the default is 3 months. // The value of the field is a numeric string followed by the character "s", // for example "86400s" for one day, or "604800s" for one week. // // Only applies to DATE fields. Duration *string `min:"1" type:"string"` // Indicates that this field determines how "fresh" a document is. For example, // if document 1 was created on November 5, and document 2 was created on October // 31, document 1 is "fresher" than document 2. You can only set the Freshness // field on one DATE type field. Only applies to DATE fields. Freshness *bool `type:"boolean"` // The relative importance of the field in the search. Larger numbers provide // more of a boost than smaller numbers. Importance *int64 `min:"1" type:"integer"` // Determines how values should be interpreted. // // When the RankOrder field is ASCENDING, higher numbers are better. For example, // a document with a rating score of 10 is higher ranking than a document with // a rating score of 1. // // When the RankOrder field is DESCENDING, lower numbers are better. For example, // in a task tracking application, a priority 1 task is more important than // a priority 5 task. // // Only applies to LONG and DOUBLE fields. RankOrder *string `type:"string" enum:"Order"` // A list of values that should be given a different boost when they appear // in the result list. For example, if you are boosting a field called "department," // query terms that match the department field are boosted in the result. However, // you can add entries from the department field to boost documents with those // values higher. // // For example, you can add entries to the map with names of departments. If // you add "HR",5 and "Legal",3 those departments are given special attention // when they appear in the metadata of a document. When those terms appear they // are given the specified importance instead of the regular importance for // the boost. ValueImportanceMap map[string]*int64 `type:"map"` // contains filtered or unexported fields }
Provides information for manually tuning the relevance of a field in a search. When a query includes terms that match the field, the results are given a boost in the response based on these tuning parameters.
func (Relevance) GoString ¶
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*Relevance) SetDuration ¶
SetDuration sets the Duration field's value.
func (*Relevance) SetFreshness ¶
SetFreshness sets the Freshness field's value.
func (*Relevance) SetImportance ¶
SetImportance sets the Importance field's value.
func (*Relevance) SetRankOrder ¶
SetRankOrder sets the RankOrder field's value.
func (*Relevance) SetValueImportanceMap ¶
SetValueImportanceMap sets the ValueImportanceMap field's value.
type RelevanceFeedback ¶
type RelevanceFeedback struct { // Whether to document was relevant or not relevant to the search. // // RelevanceValue is a required field RelevanceValue *string `type:"string" required:"true" enum:"RelevanceType"` // The unique identifier of the search result that the user provided relevance // feedback for. // // ResultId is a required field ResultId *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Provides feedback on how relevant a document is to a search. Your application uses the SubmitFeedback API to provide relevance information.
func (RelevanceFeedback) GoString ¶
func (s RelevanceFeedback) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*RelevanceFeedback) SetRelevanceValue ¶
func (s *RelevanceFeedback) SetRelevanceValue(v string) *RelevanceFeedback
SetRelevanceValue sets the RelevanceValue field's value.
func (*RelevanceFeedback) SetResultId ¶
func (s *RelevanceFeedback) SetResultId(v string) *RelevanceFeedback
SetResultId sets the ResultId field's value.
func (RelevanceFeedback) String ¶
func (s RelevanceFeedback) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*RelevanceFeedback) Validate ¶
func (s *RelevanceFeedback) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ResourceAlreadyExistException ¶ added in v1.28.0
type ResourceAlreadyExistException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"Message" min:"1" type:"string"` // contains filtered or unexported fields }
func (*ResourceAlreadyExistException) Code ¶ added in v1.28.0
func (s *ResourceAlreadyExistException) Code() string
Code returns the exception type name.
func (*ResourceAlreadyExistException) Error ¶ added in v1.28.0
func (s *ResourceAlreadyExistException) Error() string
func (ResourceAlreadyExistException) GoString ¶ added in v1.28.0
func (s ResourceAlreadyExistException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ResourceAlreadyExistException) Message ¶ added in v1.28.0
func (s *ResourceAlreadyExistException) Message() string
Message returns the exception's message.
func (*ResourceAlreadyExistException) OrigErr ¶ added in v1.28.0
func (s *ResourceAlreadyExistException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ResourceAlreadyExistException) RequestID ¶ added in v1.28.0
func (s *ResourceAlreadyExistException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ResourceAlreadyExistException) StatusCode ¶ added in v1.28.0
func (s *ResourceAlreadyExistException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ResourceAlreadyExistException) String ¶ added in v1.28.0
func (s ResourceAlreadyExistException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ResourceInUseException ¶ added in v1.28.0
type ResourceInUseException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"Message" min:"1" type:"string"` // contains filtered or unexported fields }
func (*ResourceInUseException) Code ¶ added in v1.28.0
func (s *ResourceInUseException) Code() string
Code returns the exception type name.
func (*ResourceInUseException) Error ¶ added in v1.28.0
func (s *ResourceInUseException) Error() string
func (ResourceInUseException) GoString ¶ added in v1.28.0
func (s ResourceInUseException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ResourceInUseException) Message ¶ added in v1.28.0
func (s *ResourceInUseException) Message() string
Message returns the exception's message.
func (*ResourceInUseException) OrigErr ¶ added in v1.28.0
func (s *ResourceInUseException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ResourceInUseException) RequestID ¶ added in v1.28.0
func (s *ResourceInUseException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ResourceInUseException) StatusCode ¶ added in v1.28.0
func (s *ResourceInUseException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ResourceInUseException) String ¶ added in v1.28.0
func (s ResourceInUseException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ResourceNotFoundException ¶ added in v1.28.0
type ResourceNotFoundException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"Message" min:"1" type:"string"` // contains filtered or unexported fields }
func (*ResourceNotFoundException) Code ¶ added in v1.28.0
func (s *ResourceNotFoundException) Code() string
Code returns the exception type name.
func (*ResourceNotFoundException) Error ¶ added in v1.28.0
func (s *ResourceNotFoundException) Error() string
func (ResourceNotFoundException) GoString ¶ added in v1.28.0
func (s ResourceNotFoundException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ResourceNotFoundException) Message ¶ added in v1.28.0
func (s *ResourceNotFoundException) Message() string
Message returns the exception's message.
func (*ResourceNotFoundException) OrigErr ¶ added in v1.28.0
func (s *ResourceNotFoundException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ResourceNotFoundException) RequestID ¶ added in v1.28.0
func (s *ResourceNotFoundException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ResourceNotFoundException) StatusCode ¶ added in v1.28.0
func (s *ResourceNotFoundException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ResourceNotFoundException) String ¶ added in v1.28.0
func (s ResourceNotFoundException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ResourceUnavailableException ¶ added in v1.28.0
type ResourceUnavailableException struct { // contains filtered or unexported fields }
func (*ResourceUnavailableException) Code ¶ added in v1.28.0
func (s *ResourceUnavailableException) Code() string
Code returns the exception type name.
func (*ResourceUnavailableException) Error ¶ added in v1.28.0
func (s *ResourceUnavailableException) Error() string
func (ResourceUnavailableException) GoString ¶ added in v1.28.0
func (s ResourceUnavailableException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ResourceUnavailableException) Message ¶ added in v1.28.0
func (s *ResourceUnavailableException) Message() string
Message returns the exception's message.
func (*ResourceUnavailableException) OrigErr ¶ added in v1.28.0
func (s *ResourceUnavailableException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ResourceUnavailableException) RequestID ¶ added in v1.28.0
func (s *ResourceUnavailableException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ResourceUnavailableException) StatusCode ¶ added in v1.28.0
func (s *ResourceUnavailableException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ResourceUnavailableException) String ¶ added in v1.28.0
func (s ResourceUnavailableException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type S3DataSourceConfiguration ¶
type S3DataSourceConfiguration struct { // Provides the path to the S3 bucket that contains the user context filtering // files for the data source. For the format of the file, see Access control // for S3 data sources (https://docs.aws.amazon.com/kendra/latest/dg/s3-acl.html). AccessControlListConfiguration *AccessControlListConfiguration `type:"structure"` // The name of the bucket that contains the documents. // // BucketName is a required field BucketName *string `min:"3" type:"string" required:"true"` // Document metadata files that contain information such as the document access // control information, source URI, document author, and custom attributes. // Each metadata file contains metadata about a single document. DocumentsMetadataConfiguration *DocumentsMetadataConfiguration `type:"structure"` // A list of glob patterns for documents that should not be indexed. If a document // that matches an inclusion prefix or inclusion pattern also matches an exclusion // pattern, the document is not indexed. // // Some examples (https://docs.aws.amazon.com/cli/latest/reference/s3/#use-of-exclude-and-include-filters) // are: // // * *.png , *.jpg will exclude all PNG and JPEG image files in a directory // (files with the extensions .png and .jpg). // // * *internal* will exclude all files in a directory that contain 'internal' // in the file name, such as 'internal', 'internal_only', 'company_internal'. // // * **/*internal* will exclude all internal-related files in a directory // and its subdirectories. ExclusionPatterns []*string `type:"list"` // A list of glob patterns for documents that should be indexed. If a document // that matches an inclusion pattern also matches an exclusion pattern, the // document is not indexed. // // Some examples (https://docs.aws.amazon.com/cli/latest/reference/s3/#use-of-exclude-and-include-filters) // are: // // * *.txt will include all text files in a directory (files with the extension // .txt). // // * **/*.txt will include all text files in a directory and its subdirectories. // // * *tax* will include all files in a directory that contain 'tax' in the // file name, such as 'tax', 'taxes', 'income_tax'. InclusionPatterns []*string `type:"list"` // A list of S3 prefixes for the documents that should be included in the index. InclusionPrefixes []*string `type:"list"` // contains filtered or unexported fields }
Provides the configuration information to connect to an Amazon S3 bucket.
func (S3DataSourceConfiguration) GoString ¶
func (s S3DataSourceConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*S3DataSourceConfiguration) SetAccessControlListConfiguration ¶
func (s *S3DataSourceConfiguration) SetAccessControlListConfiguration(v *AccessControlListConfiguration) *S3DataSourceConfiguration
SetAccessControlListConfiguration sets the AccessControlListConfiguration field's value.
func (*S3DataSourceConfiguration) SetBucketName ¶
func (s *S3DataSourceConfiguration) SetBucketName(v string) *S3DataSourceConfiguration
SetBucketName sets the BucketName field's value.
func (*S3DataSourceConfiguration) SetDocumentsMetadataConfiguration ¶
func (s *S3DataSourceConfiguration) SetDocumentsMetadataConfiguration(v *DocumentsMetadataConfiguration) *S3DataSourceConfiguration
SetDocumentsMetadataConfiguration sets the DocumentsMetadataConfiguration field's value.
func (*S3DataSourceConfiguration) SetExclusionPatterns ¶
func (s *S3DataSourceConfiguration) SetExclusionPatterns(v []*string) *S3DataSourceConfiguration
SetExclusionPatterns sets the ExclusionPatterns field's value.
func (*S3DataSourceConfiguration) SetInclusionPatterns ¶ added in v1.35.12
func (s *S3DataSourceConfiguration) SetInclusionPatterns(v []*string) *S3DataSourceConfiguration
SetInclusionPatterns sets the InclusionPatterns field's value.
func (*S3DataSourceConfiguration) SetInclusionPrefixes ¶
func (s *S3DataSourceConfiguration) SetInclusionPrefixes(v []*string) *S3DataSourceConfiguration
SetInclusionPrefixes sets the InclusionPrefixes field's value.
func (S3DataSourceConfiguration) String ¶
func (s S3DataSourceConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*S3DataSourceConfiguration) Validate ¶
func (s *S3DataSourceConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type S3Path ¶
type S3Path struct { // The name of the S3 bucket that contains the file. // // Bucket is a required field Bucket *string `min:"3" type:"string" required:"true"` // The name of the file. // // Key is a required field Key *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Information required to find a specific file in an Amazon S3 bucket.
func (S3Path) GoString ¶
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type SalesforceChatterFeedConfiguration ¶ added in v1.30.25
type SalesforceChatterFeedConfiguration struct { // The name of the column in the Salesforce FeedItem table that contains the // content to index. Typically this is the Body column. // // DocumentDataFieldName is a required field DocumentDataFieldName *string `min:"1" type:"string" required:"true"` // The name of the column in the Salesforce FeedItem table that contains the // title of the document. This is typically the Title column. DocumentTitleFieldName *string `min:"1" type:"string"` // Maps fields from a Salesforce chatter feed into Amazon Kendra index fields. FieldMappings []*DataSourceToIndexFieldMapping `min:"1" type:"list"` // Filters the documents in the feed based on status of the user. When you specify // ACTIVE_USERS only documents from users who have an active account are indexed. // When you specify STANDARD_USER only documents for Salesforce standard users // are documented. You can specify both. IncludeFilterTypes []*string `min:"1" type:"list" enum:"SalesforceChatterFeedIncludeFilterType"` // contains filtered or unexported fields }
The configuration information for syncing a Salesforce chatter feed. The contents of the object comes from the Salesforce FeedItem table.
func (SalesforceChatterFeedConfiguration) GoString ¶ added in v1.30.25
func (s SalesforceChatterFeedConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*SalesforceChatterFeedConfiguration) SetDocumentDataFieldName ¶ added in v1.30.25
func (s *SalesforceChatterFeedConfiguration) SetDocumentDataFieldName(v string) *SalesforceChatterFeedConfiguration
SetDocumentDataFieldName sets the DocumentDataFieldName field's value.
func (*SalesforceChatterFeedConfiguration) SetDocumentTitleFieldName ¶ added in v1.30.25
func (s *SalesforceChatterFeedConfiguration) SetDocumentTitleFieldName(v string) *SalesforceChatterFeedConfiguration
SetDocumentTitleFieldName sets the DocumentTitleFieldName field's value.
func (*SalesforceChatterFeedConfiguration) SetFieldMappings ¶ added in v1.30.25
func (s *SalesforceChatterFeedConfiguration) SetFieldMappings(v []*DataSourceToIndexFieldMapping) *SalesforceChatterFeedConfiguration
SetFieldMappings sets the FieldMappings field's value.
func (*SalesforceChatterFeedConfiguration) SetIncludeFilterTypes ¶ added in v1.30.25
func (s *SalesforceChatterFeedConfiguration) SetIncludeFilterTypes(v []*string) *SalesforceChatterFeedConfiguration
SetIncludeFilterTypes sets the IncludeFilterTypes field's value.
func (SalesforceChatterFeedConfiguration) String ¶ added in v1.30.25
func (s SalesforceChatterFeedConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*SalesforceChatterFeedConfiguration) Validate ¶ added in v1.30.25
func (s *SalesforceChatterFeedConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type SalesforceConfiguration ¶ added in v1.30.25
type SalesforceConfiguration struct { // Configuration information for Salesforce chatter feeds. ChatterFeedConfiguration *SalesforceChatterFeedConfiguration `type:"structure"` // Indicates whether Amazon Kendra should index attachments to Salesforce objects. CrawlAttachments *bool `type:"boolean"` // A list of regular expression patterns to exclude certain documents in your // Salesforce. Documents that match the patterns are excluded from the index. // Documents that don't match the patterns are included in the index. If a document // matches both an inclusion and exclusion pattern, the exclusion pattern takes // precedence and the document isn't included in the index. // // The pattern is applied to the name of the attached file. ExcludeAttachmentFilePatterns []*string `type:"list"` // A list of regular expression patterns to include certain documents in your // Salesforce. Documents that match the patterns are included in the index. // Documents that don't match the patterns are excluded from the index. If a // document matches both an inclusion and exclusion pattern, the exclusion pattern // takes precedence and the document isn't included in the index. // // The pattern is applied to the name of the attached file. IncludeAttachmentFilePatterns []*string `type:"list"` // Configuration information for the knowledge article types that Amazon Kendra // indexes. Amazon Kendra indexes standard knowledge articles and the standard // fields of knowledge articles, or the custom fields of custom knowledge articles, // but not both. KnowledgeArticleConfiguration *SalesforceKnowledgeArticleConfiguration `type:"structure"` // The Amazon Resource Name (ARN) of an Secrets Managersecret that contains // the key/value pairs required to connect to your Salesforce instance. The // secret must contain a JSON structure with the following keys: // // * authenticationUrl - The OAUTH endpoint that Amazon Kendra connects to // get an OAUTH token. // // * consumerKey - The application public key generated when you created // your Salesforce application. // // * consumerSecret - The application private key generated when you created // your Salesforce application. // // * password - The password associated with the user logging in to the Salesforce // instance. // // * securityToken - The token associated with the user account logging in // to the Salesforce instance. // // * username - The user name of the user logging in to the Salesforce instance. // // SecretArn is a required field SecretArn *string `min:"1" type:"string" required:"true"` // The instance URL for the Salesforce site that you want to index. // // ServerUrl is a required field ServerUrl *string `min:"1" type:"string" required:"true"` // Configuration information for processing attachments to Salesforce standard // objects. StandardObjectAttachmentConfiguration *SalesforceStandardObjectAttachmentConfiguration `type:"structure"` // Configuration of the Salesforce standard objects that Amazon Kendra indexes. StandardObjectConfigurations []*SalesforceStandardObjectConfiguration `min:"1" type:"list"` // contains filtered or unexported fields }
Provides the configuration information to connect to Salesforce as your data source.
func (SalesforceConfiguration) GoString ¶ added in v1.30.25
func (s SalesforceConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*SalesforceConfiguration) SetChatterFeedConfiguration ¶ added in v1.30.25
func (s *SalesforceConfiguration) SetChatterFeedConfiguration(v *SalesforceChatterFeedConfiguration) *SalesforceConfiguration
SetChatterFeedConfiguration sets the ChatterFeedConfiguration field's value.
func (*SalesforceConfiguration) SetCrawlAttachments ¶ added in v1.30.25
func (s *SalesforceConfiguration) SetCrawlAttachments(v bool) *SalesforceConfiguration
SetCrawlAttachments sets the CrawlAttachments field's value.
func (*SalesforceConfiguration) SetExcludeAttachmentFilePatterns ¶ added in v1.30.25
func (s *SalesforceConfiguration) SetExcludeAttachmentFilePatterns(v []*string) *SalesforceConfiguration
SetExcludeAttachmentFilePatterns sets the ExcludeAttachmentFilePatterns field's value.
func (*SalesforceConfiguration) SetIncludeAttachmentFilePatterns ¶ added in v1.30.25
func (s *SalesforceConfiguration) SetIncludeAttachmentFilePatterns(v []*string) *SalesforceConfiguration
SetIncludeAttachmentFilePatterns sets the IncludeAttachmentFilePatterns field's value.
func (*SalesforceConfiguration) SetKnowledgeArticleConfiguration ¶ added in v1.30.25
func (s *SalesforceConfiguration) SetKnowledgeArticleConfiguration(v *SalesforceKnowledgeArticleConfiguration) *SalesforceConfiguration
SetKnowledgeArticleConfiguration sets the KnowledgeArticleConfiguration field's value.
func (*SalesforceConfiguration) SetSecretArn ¶ added in v1.30.25
func (s *SalesforceConfiguration) SetSecretArn(v string) *SalesforceConfiguration
SetSecretArn sets the SecretArn field's value.
func (*SalesforceConfiguration) SetServerUrl ¶ added in v1.30.25
func (s *SalesforceConfiguration) SetServerUrl(v string) *SalesforceConfiguration
SetServerUrl sets the ServerUrl field's value.
func (*SalesforceConfiguration) SetStandardObjectAttachmentConfiguration ¶ added in v1.30.25
func (s *SalesforceConfiguration) SetStandardObjectAttachmentConfiguration(v *SalesforceStandardObjectAttachmentConfiguration) *SalesforceConfiguration
SetStandardObjectAttachmentConfiguration sets the StandardObjectAttachmentConfiguration field's value.
func (*SalesforceConfiguration) SetStandardObjectConfigurations ¶ added in v1.30.25
func (s *SalesforceConfiguration) SetStandardObjectConfigurations(v []*SalesforceStandardObjectConfiguration) *SalesforceConfiguration
SetStandardObjectConfigurations sets the StandardObjectConfigurations field's value.
func (SalesforceConfiguration) String ¶ added in v1.30.25
func (s SalesforceConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*SalesforceConfiguration) Validate ¶ added in v1.30.25
func (s *SalesforceConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type SalesforceCustomKnowledgeArticleTypeConfiguration ¶ added in v1.30.25
type SalesforceCustomKnowledgeArticleTypeConfiguration struct { // The name of the field in the custom knowledge article that contains the document // data to index. // // DocumentDataFieldName is a required field DocumentDataFieldName *string `min:"1" type:"string" required:"true"` // The name of the field in the custom knowledge article that contains the document // title. DocumentTitleFieldName *string `min:"1" type:"string"` // Maps attributes or field names of the custom knowledge article to Amazon // Kendra index field names. To create custom fields, use the UpdateIndex API // before you map to Salesforce fields. For more information, see Mapping data // source fields (https://docs.aws.amazon.com/kendra/latest/dg/field-mapping.html). // The Salesforce data source field names must exist in your Salesforce custom // metadata. FieldMappings []*DataSourceToIndexFieldMapping `min:"1" type:"list"` // The name of the configuration. // // Name is a required field Name *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Provides the configuration information for indexing Salesforce custom articles.
func (SalesforceCustomKnowledgeArticleTypeConfiguration) GoString ¶ added in v1.30.25
func (s SalesforceCustomKnowledgeArticleTypeConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*SalesforceCustomKnowledgeArticleTypeConfiguration) SetDocumentDataFieldName ¶ added in v1.30.25
func (s *SalesforceCustomKnowledgeArticleTypeConfiguration) SetDocumentDataFieldName(v string) *SalesforceCustomKnowledgeArticleTypeConfiguration
SetDocumentDataFieldName sets the DocumentDataFieldName field's value.
func (*SalesforceCustomKnowledgeArticleTypeConfiguration) SetDocumentTitleFieldName ¶ added in v1.30.25
func (s *SalesforceCustomKnowledgeArticleTypeConfiguration) SetDocumentTitleFieldName(v string) *SalesforceCustomKnowledgeArticleTypeConfiguration
SetDocumentTitleFieldName sets the DocumentTitleFieldName field's value.
func (*SalesforceCustomKnowledgeArticleTypeConfiguration) SetFieldMappings ¶ added in v1.30.25
func (s *SalesforceCustomKnowledgeArticleTypeConfiguration) SetFieldMappings(v []*DataSourceToIndexFieldMapping) *SalesforceCustomKnowledgeArticleTypeConfiguration
SetFieldMappings sets the FieldMappings field's value.
func (*SalesforceCustomKnowledgeArticleTypeConfiguration) SetName ¶ added in v1.30.25
func (s *SalesforceCustomKnowledgeArticleTypeConfiguration) SetName(v string) *SalesforceCustomKnowledgeArticleTypeConfiguration
SetName sets the Name field's value.
func (SalesforceCustomKnowledgeArticleTypeConfiguration) String ¶ added in v1.30.25
func (s SalesforceCustomKnowledgeArticleTypeConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*SalesforceCustomKnowledgeArticleTypeConfiguration) Validate ¶ added in v1.30.25
func (s *SalesforceCustomKnowledgeArticleTypeConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type SalesforceKnowledgeArticleConfiguration ¶ added in v1.30.25
type SalesforceKnowledgeArticleConfiguration struct { // Configuration information for custom Salesforce knowledge articles. CustomKnowledgeArticleTypeConfigurations []*SalesforceCustomKnowledgeArticleTypeConfiguration `min:"1" type:"list"` // Specifies the document states that should be included when Amazon Kendra // indexes knowledge articles. You must specify at least one state. // // IncludedStates is a required field IncludedStates []*string `min:"1" type:"list" required:"true" enum:"SalesforceKnowledgeArticleState"` // Configuration information for standard Salesforce knowledge articles. StandardKnowledgeArticleTypeConfiguration *SalesforceStandardKnowledgeArticleTypeConfiguration `type:"structure"` // contains filtered or unexported fields }
Provides the configuration information for the knowledge article types that Amazon Kendra indexes. Amazon Kendra indexes standard knowledge articles and the standard fields of knowledge articles, or the custom fields of custom knowledge articles, but not both
func (SalesforceKnowledgeArticleConfiguration) GoString ¶ added in v1.30.25
func (s SalesforceKnowledgeArticleConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*SalesforceKnowledgeArticleConfiguration) SetCustomKnowledgeArticleTypeConfigurations ¶ added in v1.30.25
func (s *SalesforceKnowledgeArticleConfiguration) SetCustomKnowledgeArticleTypeConfigurations(v []*SalesforceCustomKnowledgeArticleTypeConfiguration) *SalesforceKnowledgeArticleConfiguration
SetCustomKnowledgeArticleTypeConfigurations sets the CustomKnowledgeArticleTypeConfigurations field's value.
func (*SalesforceKnowledgeArticleConfiguration) SetIncludedStates ¶ added in v1.30.25
func (s *SalesforceKnowledgeArticleConfiguration) SetIncludedStates(v []*string) *SalesforceKnowledgeArticleConfiguration
SetIncludedStates sets the IncludedStates field's value.
func (*SalesforceKnowledgeArticleConfiguration) SetStandardKnowledgeArticleTypeConfiguration ¶ added in v1.30.25
func (s *SalesforceKnowledgeArticleConfiguration) SetStandardKnowledgeArticleTypeConfiguration(v *SalesforceStandardKnowledgeArticleTypeConfiguration) *SalesforceKnowledgeArticleConfiguration
SetStandardKnowledgeArticleTypeConfiguration sets the StandardKnowledgeArticleTypeConfiguration field's value.
func (SalesforceKnowledgeArticleConfiguration) String ¶ added in v1.30.25
func (s SalesforceKnowledgeArticleConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*SalesforceKnowledgeArticleConfiguration) Validate ¶ added in v1.30.25
func (s *SalesforceKnowledgeArticleConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type SalesforceStandardKnowledgeArticleTypeConfiguration ¶ added in v1.30.25
type SalesforceStandardKnowledgeArticleTypeConfiguration struct { // The name of the field that contains the document data to index. // // DocumentDataFieldName is a required field DocumentDataFieldName *string `min:"1" type:"string" required:"true"` // The name of the field that contains the document title. DocumentTitleFieldName *string `min:"1" type:"string"` // Maps attributes or field names of the knowledge article to Amazon Kendra // index field names. To create custom fields, use the UpdateIndex API before // you map to Salesforce fields. For more information, see Mapping data source // fields (https://docs.aws.amazon.com/kendra/latest/dg/field-mapping.html). // The Salesforce data source field names must exist in your Salesforce custom // metadata. FieldMappings []*DataSourceToIndexFieldMapping `min:"1" type:"list"` // contains filtered or unexported fields }
Provides the configuration information for standard Salesforce knowledge articles.
func (SalesforceStandardKnowledgeArticleTypeConfiguration) GoString ¶ added in v1.30.25
func (s SalesforceStandardKnowledgeArticleTypeConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*SalesforceStandardKnowledgeArticleTypeConfiguration) SetDocumentDataFieldName ¶ added in v1.30.25
func (s *SalesforceStandardKnowledgeArticleTypeConfiguration) SetDocumentDataFieldName(v string) *SalesforceStandardKnowledgeArticleTypeConfiguration
SetDocumentDataFieldName sets the DocumentDataFieldName field's value.
func (*SalesforceStandardKnowledgeArticleTypeConfiguration) SetDocumentTitleFieldName ¶ added in v1.30.25
func (s *SalesforceStandardKnowledgeArticleTypeConfiguration) SetDocumentTitleFieldName(v string) *SalesforceStandardKnowledgeArticleTypeConfiguration
SetDocumentTitleFieldName sets the DocumentTitleFieldName field's value.
func (*SalesforceStandardKnowledgeArticleTypeConfiguration) SetFieldMappings ¶ added in v1.30.25
func (s *SalesforceStandardKnowledgeArticleTypeConfiguration) SetFieldMappings(v []*DataSourceToIndexFieldMapping) *SalesforceStandardKnowledgeArticleTypeConfiguration
SetFieldMappings sets the FieldMappings field's value.
func (SalesforceStandardKnowledgeArticleTypeConfiguration) String ¶ added in v1.30.25
func (s SalesforceStandardKnowledgeArticleTypeConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*SalesforceStandardKnowledgeArticleTypeConfiguration) Validate ¶ added in v1.30.25
func (s *SalesforceStandardKnowledgeArticleTypeConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type SalesforceStandardObjectAttachmentConfiguration ¶ added in v1.30.25
type SalesforceStandardObjectAttachmentConfiguration struct { // The name of the field used for the document title. DocumentTitleFieldName *string `min:"1" type:"string"` // One or more objects that map fields in attachments to Amazon Kendra index // fields. FieldMappings []*DataSourceToIndexFieldMapping `min:"1" type:"list"` // contains filtered or unexported fields }
Provides the configuration information for processing attachments to Salesforce standard objects.
func (SalesforceStandardObjectAttachmentConfiguration) GoString ¶ added in v1.30.25
func (s SalesforceStandardObjectAttachmentConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*SalesforceStandardObjectAttachmentConfiguration) SetDocumentTitleFieldName ¶ added in v1.30.25
func (s *SalesforceStandardObjectAttachmentConfiguration) SetDocumentTitleFieldName(v string) *SalesforceStandardObjectAttachmentConfiguration
SetDocumentTitleFieldName sets the DocumentTitleFieldName field's value.
func (*SalesforceStandardObjectAttachmentConfiguration) SetFieldMappings ¶ added in v1.30.25
func (s *SalesforceStandardObjectAttachmentConfiguration) SetFieldMappings(v []*DataSourceToIndexFieldMapping) *SalesforceStandardObjectAttachmentConfiguration
SetFieldMappings sets the FieldMappings field's value.
func (SalesforceStandardObjectAttachmentConfiguration) String ¶ added in v1.30.25
func (s SalesforceStandardObjectAttachmentConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*SalesforceStandardObjectAttachmentConfiguration) Validate ¶ added in v1.30.25
func (s *SalesforceStandardObjectAttachmentConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type SalesforceStandardObjectConfiguration ¶ added in v1.30.25
type SalesforceStandardObjectConfiguration struct { // The name of the field in the standard object table that contains the document // contents. // // DocumentDataFieldName is a required field DocumentDataFieldName *string `min:"1" type:"string" required:"true"` // The name of the field in the standard object table that contains the document // title. DocumentTitleFieldName *string `min:"1" type:"string"` // Maps attributes or field names of the standard object to Amazon Kendra index // field names. To create custom fields, use the UpdateIndex API before you // map to Salesforce fields. For more information, see Mapping data source fields // (https://docs.aws.amazon.com/kendra/latest/dg/field-mapping.html). The Salesforce // data source field names must exist in your Salesforce custom metadata. FieldMappings []*DataSourceToIndexFieldMapping `min:"1" type:"list"` // The name of the standard object. // // Name is a required field Name *string `type:"string" required:"true" enum:"SalesforceStandardObjectName"` // contains filtered or unexported fields }
Provides the configuration information for indexing a single standard object.
func (SalesforceStandardObjectConfiguration) GoString ¶ added in v1.30.25
func (s SalesforceStandardObjectConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*SalesforceStandardObjectConfiguration) SetDocumentDataFieldName ¶ added in v1.30.25
func (s *SalesforceStandardObjectConfiguration) SetDocumentDataFieldName(v string) *SalesforceStandardObjectConfiguration
SetDocumentDataFieldName sets the DocumentDataFieldName field's value.
func (*SalesforceStandardObjectConfiguration) SetDocumentTitleFieldName ¶ added in v1.30.25
func (s *SalesforceStandardObjectConfiguration) SetDocumentTitleFieldName(v string) *SalesforceStandardObjectConfiguration
SetDocumentTitleFieldName sets the DocumentTitleFieldName field's value.
func (*SalesforceStandardObjectConfiguration) SetFieldMappings ¶ added in v1.30.25
func (s *SalesforceStandardObjectConfiguration) SetFieldMappings(v []*DataSourceToIndexFieldMapping) *SalesforceStandardObjectConfiguration
SetFieldMappings sets the FieldMappings field's value.
func (*SalesforceStandardObjectConfiguration) SetName ¶ added in v1.30.25
func (s *SalesforceStandardObjectConfiguration) SetName(v string) *SalesforceStandardObjectConfiguration
SetName sets the Name field's value.
func (SalesforceStandardObjectConfiguration) String ¶ added in v1.30.25
func (s SalesforceStandardObjectConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*SalesforceStandardObjectConfiguration) Validate ¶ added in v1.30.25
func (s *SalesforceStandardObjectConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ScoreAttributes ¶ added in v1.34.17
type ScoreAttributes struct { // A relative ranking for how well the response matches the query. ScoreConfidence *string `type:"string" enum:"ScoreConfidence"` // contains filtered or unexported fields }
Provides a relative ranking that indicates how confident Amazon Kendra is that the response matches the query.
func (ScoreAttributes) GoString ¶ added in v1.34.17
func (s ScoreAttributes) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ScoreAttributes) SetScoreConfidence ¶ added in v1.34.17
func (s *ScoreAttributes) SetScoreConfidence(v string) *ScoreAttributes
SetScoreConfidence sets the ScoreConfidence field's value.
func (ScoreAttributes) String ¶ added in v1.34.17
func (s ScoreAttributes) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Search ¶
type Search struct { // Determines whether the field is returned in the query response. The default // is true. Displayable *bool `type:"boolean"` // Indicates that the field can be used to create search facets, a count of // results for each value in the field. The default is false . Facetable *bool `type:"boolean"` // Determines whether the field is used in the search. If the Searchable field // is true, you can use relevance tuning to manually tune how Amazon Kendra // weights the field in the search. The default is true for string fields and // false for number and date fields. Searchable *bool `type:"boolean"` // Determines whether the field can be used to sort the results of a query. // If you specify sorting on a field that does not have Sortable set to true, // Amazon Kendra returns an exception. The default is false. Sortable *bool `type:"boolean"` // contains filtered or unexported fields }
Provides information about how a custom index field is used during a search.
func (Search) GoString ¶
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*Search) SetDisplayable ¶
SetDisplayable sets the Displayable field's value.
func (*Search) SetFacetable ¶
SetFacetable sets the Facetable field's value.
func (*Search) SetSearchable ¶
SetSearchable sets the Searchable field's value.
func (*Search) SetSortable ¶ added in v1.33.12
SetSortable sets the Sortable field's value.
type SeedUrlConfiguration ¶ added in v1.38.64
type SeedUrlConfiguration struct { // The list of seed or starting point URLs of the websites you want to crawl. // // The list can include a maximum of 100 seed URLs. // // SeedUrls is a required field SeedUrls []*string `type:"list" required:"true"` // You can choose one of the following modes: // // * HOST_ONLY – crawl only the website host names. For example, if the // seed URL is "abc.example.com", then only URLs with host name "abc.example.com" // are crawled. // // * SUBDOMAINS – crawl the website host names with subdomains. For example, // if the seed URL is "abc.example.com", then "a.abc.example.com" and "b.abc.example.com" // are also crawled. // // * EVERYTHING – crawl the website host names with subdomains and other // domains that the webpages link to. // // The default mode is set to HOST_ONLY. WebCrawlerMode *string `type:"string" enum:"WebCrawlerMode"` // contains filtered or unexported fields }
Provides the configuration information for the seed or starting point URLs to crawl.
When selecting websites to index, you must adhere to the Amazon Acceptable Use Policy (https://aws.amazon.com/aup/) and all other Amazon terms. Remember that you must only use Amazon Kendra Web Crawler to index your own webpages, or webpages that you have authorization to index.
func (SeedUrlConfiguration) GoString ¶ added in v1.38.64
func (s SeedUrlConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*SeedUrlConfiguration) SetSeedUrls ¶ added in v1.38.64
func (s *SeedUrlConfiguration) SetSeedUrls(v []*string) *SeedUrlConfiguration
SetSeedUrls sets the SeedUrls field's value.
func (*SeedUrlConfiguration) SetWebCrawlerMode ¶ added in v1.38.64
func (s *SeedUrlConfiguration) SetWebCrawlerMode(v string) *SeedUrlConfiguration
SetWebCrawlerMode sets the WebCrawlerMode field's value.
func (SeedUrlConfiguration) String ¶ added in v1.38.64
func (s SeedUrlConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*SeedUrlConfiguration) Validate ¶ added in v1.38.64
func (s *SeedUrlConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ServerSideEncryptionConfiguration ¶
type ServerSideEncryptionConfiguration struct { // The identifier of the KMScustomer master key (CMK). Amazon Kendra doesn't // support asymmetric CMKs. // // KmsKeyId is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by ServerSideEncryptionConfiguration's // String and GoString methods. KmsKeyId *string `min:"1" type:"string" sensitive:"true"` // contains filtered or unexported fields }
Provides the identifier of the KMScustomer master key (CMK) used to encrypt data indexed by Amazon Kendra. Amazon Kendra doesn't support asymmetric CMKs.
func (ServerSideEncryptionConfiguration) GoString ¶
func (s ServerSideEncryptionConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ServerSideEncryptionConfiguration) SetKmsKeyId ¶
func (s *ServerSideEncryptionConfiguration) SetKmsKeyId(v string) *ServerSideEncryptionConfiguration
SetKmsKeyId sets the KmsKeyId field's value.
func (ServerSideEncryptionConfiguration) String ¶
func (s ServerSideEncryptionConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ServerSideEncryptionConfiguration) Validate ¶
func (s *ServerSideEncryptionConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ServiceNowConfiguration ¶ added in v1.30.25
type ServiceNowConfiguration struct { // The type of authentication used to connect to the ServiceNow instance. If // you choose HTTP_BASIC, Amazon Kendra is authenticated using the user name // and password provided in the Secrets Manager secret in the SecretArn field. // When you choose OAUTH2, Amazon Kendra is authenticated using the OAuth token // and secret provided in the Secrets Manager secret, and the user name and // password are used to determine which information Amazon Kendra has access // to. // // When you use OAUTH2 authentication, you must generate a token and a client // secret using the ServiceNow console. For more information, see Using a ServiceNow // data source (https://docs.aws.amazon.com/kendra/latest/dg/data-source-servicenow.html). AuthenticationType *string `type:"string" enum:"ServiceNowAuthenticationType"` // The ServiceNow instance that the data source connects to. The host endpoint // should look like the following: {instance}.service-now.com. // // HostUrl is a required field HostUrl *string `min:"1" type:"string" required:"true"` // Configuration information for crawling knowledge articles in the ServiceNow // site. KnowledgeArticleConfiguration *ServiceNowKnowledgeArticleConfiguration `type:"structure"` // The Amazon Resource Name (ARN) of the Secrets Manager secret that contains // the user name and password required to connect to the ServiceNow instance. // // SecretArn is a required field SecretArn *string `min:"1" type:"string" required:"true"` // Configuration information for crawling service catalogs in the ServiceNow // site. ServiceCatalogConfiguration *ServiceNowServiceCatalogConfiguration `type:"structure"` // The identifier of the release that the ServiceNow host is running. If the // host is not running the LONDON release, use OTHERS. // // ServiceNowBuildVersion is a required field ServiceNowBuildVersion *string `type:"string" required:"true" enum:"ServiceNowBuildVersionType"` // contains filtered or unexported fields }
Provides the configuration information to connect to ServiceNow as your data source.
func (ServiceNowConfiguration) GoString ¶ added in v1.30.25
func (s ServiceNowConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ServiceNowConfiguration) SetAuthenticationType ¶ added in v1.38.11
func (s *ServiceNowConfiguration) SetAuthenticationType(v string) *ServiceNowConfiguration
SetAuthenticationType sets the AuthenticationType field's value.
func (*ServiceNowConfiguration) SetHostUrl ¶ added in v1.30.25
func (s *ServiceNowConfiguration) SetHostUrl(v string) *ServiceNowConfiguration
SetHostUrl sets the HostUrl field's value.
func (*ServiceNowConfiguration) SetKnowledgeArticleConfiguration ¶ added in v1.30.25
func (s *ServiceNowConfiguration) SetKnowledgeArticleConfiguration(v *ServiceNowKnowledgeArticleConfiguration) *ServiceNowConfiguration
SetKnowledgeArticleConfiguration sets the KnowledgeArticleConfiguration field's value.
func (*ServiceNowConfiguration) SetSecretArn ¶ added in v1.30.25
func (s *ServiceNowConfiguration) SetSecretArn(v string) *ServiceNowConfiguration
SetSecretArn sets the SecretArn field's value.
func (*ServiceNowConfiguration) SetServiceCatalogConfiguration ¶ added in v1.30.25
func (s *ServiceNowConfiguration) SetServiceCatalogConfiguration(v *ServiceNowServiceCatalogConfiguration) *ServiceNowConfiguration
SetServiceCatalogConfiguration sets the ServiceCatalogConfiguration field's value.
func (*ServiceNowConfiguration) SetServiceNowBuildVersion ¶ added in v1.30.25
func (s *ServiceNowConfiguration) SetServiceNowBuildVersion(v string) *ServiceNowConfiguration
SetServiceNowBuildVersion sets the ServiceNowBuildVersion field's value.
func (ServiceNowConfiguration) String ¶ added in v1.30.25
func (s ServiceNowConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ServiceNowConfiguration) Validate ¶ added in v1.30.25
func (s *ServiceNowConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ServiceNowKnowledgeArticleConfiguration ¶ added in v1.30.25
type ServiceNowKnowledgeArticleConfiguration struct { // Indicates whether Amazon Kendra should index attachments to knowledge articles. CrawlAttachments *bool `type:"boolean"` // The name of the ServiceNow field that is mapped to the index document contents // field in the Amazon Kendra index. // // DocumentDataFieldName is a required field DocumentDataFieldName *string `min:"1" type:"string" required:"true"` // The name of the ServiceNow field that is mapped to the index document title // field. DocumentTitleFieldName *string `min:"1" type:"string"` // A list of regular expression patterns to exclude certain attachments of knowledge // articles in your ServiceNow. Item that match the patterns are excluded from // the index. Items that don't match the patterns are included in the index. // If an item matches both an inclusion and exclusion pattern, the exclusion // pattern takes precedence and the item isn't included in the index. // // The regex is applied to the field specified in the PatternTargetField. ExcludeAttachmentFilePatterns []*string `type:"list"` // Maps attributes or field names of knoweldge articles to Amazon Kendra index // field names. To create custom fields, use the UpdateIndex API before you // map to ServiceNow fields. For more information, see Mapping data source fields // (https://docs.aws.amazon.com/kendra/latest/dg/field-mapping.html). The ServiceNow // data source field names must exist in your ServiceNow custom metadata. FieldMappings []*DataSourceToIndexFieldMapping `min:"1" type:"list"` // A query that selects the knowledge articles to index. The query can return // articles from multiple knowledge bases, and the knowledge bases can be public // or private. // // The query string must be one generated by the ServiceNow console. For more // information, see Specifying documents to index with a query (https://docs.aws.amazon.com/kendra/latest/dg/servicenow-query.html). FilterQuery *string `min:"1" type:"string"` // A list of regular expression patterns to include certain attachments of knowledge // articles in your ServiceNow. Item that match the patterns are included in // the index. Items that don't match the patterns are excluded from the index. // If an item matches both an inclusion and exclusion pattern, the exclusion // pattern takes precedence and the item isn't included in the index. // // The regex is applied to the field specified in the PatternTargetField. IncludeAttachmentFilePatterns []*string `type:"list"` // contains filtered or unexported fields }
Provides the configuration information for crawling knowledge articles in the ServiceNow site.
func (ServiceNowKnowledgeArticleConfiguration) GoString ¶ added in v1.30.25
func (s ServiceNowKnowledgeArticleConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ServiceNowKnowledgeArticleConfiguration) SetCrawlAttachments ¶ added in v1.30.25
func (s *ServiceNowKnowledgeArticleConfiguration) SetCrawlAttachments(v bool) *ServiceNowKnowledgeArticleConfiguration
SetCrawlAttachments sets the CrawlAttachments field's value.
func (*ServiceNowKnowledgeArticleConfiguration) SetDocumentDataFieldName ¶ added in v1.30.25
func (s *ServiceNowKnowledgeArticleConfiguration) SetDocumentDataFieldName(v string) *ServiceNowKnowledgeArticleConfiguration
SetDocumentDataFieldName sets the DocumentDataFieldName field's value.
func (*ServiceNowKnowledgeArticleConfiguration) SetDocumentTitleFieldName ¶ added in v1.30.25
func (s *ServiceNowKnowledgeArticleConfiguration) SetDocumentTitleFieldName(v string) *ServiceNowKnowledgeArticleConfiguration
SetDocumentTitleFieldName sets the DocumentTitleFieldName field's value.
func (*ServiceNowKnowledgeArticleConfiguration) SetExcludeAttachmentFilePatterns ¶ added in v1.30.25
func (s *ServiceNowKnowledgeArticleConfiguration) SetExcludeAttachmentFilePatterns(v []*string) *ServiceNowKnowledgeArticleConfiguration
SetExcludeAttachmentFilePatterns sets the ExcludeAttachmentFilePatterns field's value.
func (*ServiceNowKnowledgeArticleConfiguration) SetFieldMappings ¶ added in v1.30.25
func (s *ServiceNowKnowledgeArticleConfiguration) SetFieldMappings(v []*DataSourceToIndexFieldMapping) *ServiceNowKnowledgeArticleConfiguration
SetFieldMappings sets the FieldMappings field's value.
func (*ServiceNowKnowledgeArticleConfiguration) SetFilterQuery ¶ added in v1.38.11
func (s *ServiceNowKnowledgeArticleConfiguration) SetFilterQuery(v string) *ServiceNowKnowledgeArticleConfiguration
SetFilterQuery sets the FilterQuery field's value.
func (*ServiceNowKnowledgeArticleConfiguration) SetIncludeAttachmentFilePatterns ¶ added in v1.30.25
func (s *ServiceNowKnowledgeArticleConfiguration) SetIncludeAttachmentFilePatterns(v []*string) *ServiceNowKnowledgeArticleConfiguration
SetIncludeAttachmentFilePatterns sets the IncludeAttachmentFilePatterns field's value.
func (ServiceNowKnowledgeArticleConfiguration) String ¶ added in v1.30.25
func (s ServiceNowKnowledgeArticleConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ServiceNowKnowledgeArticleConfiguration) Validate ¶ added in v1.30.25
func (s *ServiceNowKnowledgeArticleConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ServiceNowServiceCatalogConfiguration ¶ added in v1.30.25
type ServiceNowServiceCatalogConfiguration struct { // Indicates whether Amazon Kendra should crawl attachments to the service catalog // items. CrawlAttachments *bool `type:"boolean"` // The name of the ServiceNow field that is mapped to the index document contents // field in the Amazon Kendra index. // // DocumentDataFieldName is a required field DocumentDataFieldName *string `min:"1" type:"string" required:"true"` // The name of the ServiceNow field that is mapped to the index document title // field. DocumentTitleFieldName *string `min:"1" type:"string"` // A list of regular expression patterns to exclude certain attachments of catalogs // in your ServiceNow. Item that match the patterns are excluded from the index. // Items that don't match the patterns are included in the index. If an item // matches both an inclusion and exclusion pattern, the exclusion pattern takes // precedence and the item isn't included in the index. // // The regex is applied to the file name of the attachment. ExcludeAttachmentFilePatterns []*string `type:"list"` // Maps attributes or field names of catalogs to Amazon Kendra index field names. // To create custom fields, use the UpdateIndex API before you map to ServiceNow // fields. For more information, see Mapping data source fields (https://docs.aws.amazon.com/kendra/latest/dg/field-mapping.html). // The ServiceNow data source field names must exist in your ServiceNow custom // metadata. FieldMappings []*DataSourceToIndexFieldMapping `min:"1" type:"list"` // A list of regular expression patterns to include certain attachments of catalogs // in your ServiceNow. Item that match the patterns are included in the index. // Items that don't match the patterns are excluded from the index. If an item // matches both an inclusion and exclusion pattern, the exclusion pattern takes // precedence and the item isn't included in the index. // // The regex is applied to the file name of the attachment. IncludeAttachmentFilePatterns []*string `type:"list"` // contains filtered or unexported fields }
Provides the configuration information for crawling service catalog items in the ServiceNow site
func (ServiceNowServiceCatalogConfiguration) GoString ¶ added in v1.30.25
func (s ServiceNowServiceCatalogConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ServiceNowServiceCatalogConfiguration) SetCrawlAttachments ¶ added in v1.30.25
func (s *ServiceNowServiceCatalogConfiguration) SetCrawlAttachments(v bool) *ServiceNowServiceCatalogConfiguration
SetCrawlAttachments sets the CrawlAttachments field's value.
func (*ServiceNowServiceCatalogConfiguration) SetDocumentDataFieldName ¶ added in v1.30.25
func (s *ServiceNowServiceCatalogConfiguration) SetDocumentDataFieldName(v string) *ServiceNowServiceCatalogConfiguration
SetDocumentDataFieldName sets the DocumentDataFieldName field's value.
func (*ServiceNowServiceCatalogConfiguration) SetDocumentTitleFieldName ¶ added in v1.30.25
func (s *ServiceNowServiceCatalogConfiguration) SetDocumentTitleFieldName(v string) *ServiceNowServiceCatalogConfiguration
SetDocumentTitleFieldName sets the DocumentTitleFieldName field's value.
func (*ServiceNowServiceCatalogConfiguration) SetExcludeAttachmentFilePatterns ¶ added in v1.30.25
func (s *ServiceNowServiceCatalogConfiguration) SetExcludeAttachmentFilePatterns(v []*string) *ServiceNowServiceCatalogConfiguration
SetExcludeAttachmentFilePatterns sets the ExcludeAttachmentFilePatterns field's value.
func (*ServiceNowServiceCatalogConfiguration) SetFieldMappings ¶ added in v1.30.25
func (s *ServiceNowServiceCatalogConfiguration) SetFieldMappings(v []*DataSourceToIndexFieldMapping) *ServiceNowServiceCatalogConfiguration
SetFieldMappings sets the FieldMappings field's value.
func (*ServiceNowServiceCatalogConfiguration) SetIncludeAttachmentFilePatterns ¶ added in v1.30.25
func (s *ServiceNowServiceCatalogConfiguration) SetIncludeAttachmentFilePatterns(v []*string) *ServiceNowServiceCatalogConfiguration
SetIncludeAttachmentFilePatterns sets the IncludeAttachmentFilePatterns field's value.
func (ServiceNowServiceCatalogConfiguration) String ¶ added in v1.30.25
func (s ServiceNowServiceCatalogConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ServiceNowServiceCatalogConfiguration) Validate ¶ added in v1.30.25
func (s *ServiceNowServiceCatalogConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ServiceQuotaExceededException ¶ added in v1.28.0
type ServiceQuotaExceededException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"Message" min:"1" type:"string"` // contains filtered or unexported fields }
func (*ServiceQuotaExceededException) Code ¶ added in v1.28.0
func (s *ServiceQuotaExceededException) Code() string
Code returns the exception type name.
func (*ServiceQuotaExceededException) Error ¶ added in v1.28.0
func (s *ServiceQuotaExceededException) Error() string
func (ServiceQuotaExceededException) GoString ¶ added in v1.28.0
func (s ServiceQuotaExceededException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ServiceQuotaExceededException) Message ¶ added in v1.28.0
func (s *ServiceQuotaExceededException) Message() string
Message returns the exception's message.
func (*ServiceQuotaExceededException) OrigErr ¶ added in v1.28.0
func (s *ServiceQuotaExceededException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ServiceQuotaExceededException) RequestID ¶ added in v1.28.0
func (s *ServiceQuotaExceededException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ServiceQuotaExceededException) StatusCode ¶ added in v1.28.0
func (s *ServiceQuotaExceededException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ServiceQuotaExceededException) String ¶ added in v1.28.0
func (s ServiceQuotaExceededException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type SharePointConfiguration ¶
type SharePointConfiguration struct { // site in the index; otherwise, FALSE. CrawlAttachments *bool `type:"boolean"` // enabled (False). DisableLocalGroups *bool `type:"boolean"` DocumentTitleFieldName *string `min:"1" type:"string"` // SharePoint. Documents that match the patterns are excluded from the index. // Documents that don't match the patterns are included in the index. If a document // matches both an inclusion and exclusion pattern, the exclusion pattern takes // precedence and the document isn't included in the index. // // The regex is applied to the display URL of the SharePoint document. ExclusionPatterns []*string `type:"list"` // source attributes or field names to Amazon Kendra index field names. To create // custom fields, use the UpdateIndex API before you map to SharePoint fields. // For more information, see Mapping data source fields (https://docs.aws.amazon.com/kendra/latest/dg/field-mapping.html). // The SharePoint data source field names must exist in your SharePoint custom // metadata. FieldMappings []*DataSourceToIndexFieldMapping `min:"1" type:"list"` // SharePoint. Documents that match the patterns are included in the index. // Documents that don't match the patterns are excluded from the index. If a // document matches both an inclusion and exclusion pattern, the exclusion pattern // takes precedence and the document isn't included in the index. // // The regex is applied to the display URL of the SharePoint document. InclusionPatterns []*string `type:"list"` // The credentials should be a user/password pair. If you use SharePoint Server, // you also need to provide the sever domain name as part of the credentials. // For more information, see Using a Microsoft SharePoint Data Source (https://docs.aws.amazon.com/kendra/latest/dg/data-source-sharepoint.html). // For more information about Secrets Manager see What Is Secrets Manager (https://docs.aws.amazon.com/secretsmanager/latest/userguide/intro.html) // in the Secrets Manager user guide. // // SecretArn is a required field SecretArn *string `min:"1" type:"string" required:"true"` // // SharePointVersion is a required field SharePointVersion *string `type:"string" required:"true" enum:"SharePointVersion"` SslCertificateS3Path *S3Path `type:"structure"` // should be indexed. // // Urls is a required field Urls []*string `min:"1" type:"list" required:"true"` // updating in the index. Depending on the change log's size, it may take longer // for Amazon Kendra to use the change log than to scan all of your documents // in SharePoint. UseChangeLog *bool `type:"boolean"` VpcConfiguration *DataSourceVpcConfiguration `type:"structure"` // contains filtered or unexported fields }
Provides the configuration information to connect to Microsoft SharePoint as your data source.
func (SharePointConfiguration) GoString ¶
func (s SharePointConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*SharePointConfiguration) SetCrawlAttachments ¶
func (s *SharePointConfiguration) SetCrawlAttachments(v bool) *SharePointConfiguration
SetCrawlAttachments sets the CrawlAttachments field's value.
func (*SharePointConfiguration) SetDisableLocalGroups ¶ added in v1.35.22
func (s *SharePointConfiguration) SetDisableLocalGroups(v bool) *SharePointConfiguration
SetDisableLocalGroups sets the DisableLocalGroups field's value.
func (*SharePointConfiguration) SetDocumentTitleFieldName ¶ added in v1.25.50
func (s *SharePointConfiguration) SetDocumentTitleFieldName(v string) *SharePointConfiguration
SetDocumentTitleFieldName sets the DocumentTitleFieldName field's value.
func (*SharePointConfiguration) SetExclusionPatterns ¶ added in v1.29.34
func (s *SharePointConfiguration) SetExclusionPatterns(v []*string) *SharePointConfiguration
SetExclusionPatterns sets the ExclusionPatterns field's value.
func (*SharePointConfiguration) SetFieldMappings ¶
func (s *SharePointConfiguration) SetFieldMappings(v []*DataSourceToIndexFieldMapping) *SharePointConfiguration
SetFieldMappings sets the FieldMappings field's value.
func (*SharePointConfiguration) SetInclusionPatterns ¶ added in v1.29.34
func (s *SharePointConfiguration) SetInclusionPatterns(v []*string) *SharePointConfiguration
SetInclusionPatterns sets the InclusionPatterns field's value.
func (*SharePointConfiguration) SetSecretArn ¶
func (s *SharePointConfiguration) SetSecretArn(v string) *SharePointConfiguration
SetSecretArn sets the SecretArn field's value.
func (*SharePointConfiguration) SetSharePointVersion ¶
func (s *SharePointConfiguration) SetSharePointVersion(v string) *SharePointConfiguration
SetSharePointVersion sets the SharePointVersion field's value.
func (*SharePointConfiguration) SetSslCertificateS3Path ¶ added in v1.38.67
func (s *SharePointConfiguration) SetSslCertificateS3Path(v *S3Path) *SharePointConfiguration
SetSslCertificateS3Path sets the SslCertificateS3Path field's value.
func (*SharePointConfiguration) SetUrls ¶
func (s *SharePointConfiguration) SetUrls(v []*string) *SharePointConfiguration
SetUrls sets the Urls field's value.
func (*SharePointConfiguration) SetUseChangeLog ¶ added in v1.29.34
func (s *SharePointConfiguration) SetUseChangeLog(v bool) *SharePointConfiguration
SetUseChangeLog sets the UseChangeLog field's value.
func (*SharePointConfiguration) SetVpcConfiguration ¶
func (s *SharePointConfiguration) SetVpcConfiguration(v *DataSourceVpcConfiguration) *SharePointConfiguration
SetVpcConfiguration sets the VpcConfiguration field's value.
func (SharePointConfiguration) String ¶
func (s SharePointConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*SharePointConfiguration) Validate ¶
func (s *SharePointConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type SiteMapsConfiguration ¶ added in v1.38.64
type SiteMapsConfiguration struct { // The list of sitemap URLs of the websites you want to crawl. // // The list can include a maximum of three sitemap URLs. // // SiteMaps is a required field SiteMaps []*string `type:"list" required:"true"` // contains filtered or unexported fields }
Provides the configuration information for the sitemap URLs to crawl.
When selecting websites to index, you must adhere to the Amazon Acceptable Use Policy (https://aws.amazon.com/aup/) and all other Amazon terms. Remember that you must only use Amazon Kendra Web Crawler to index your own webpages, or webpages that you have authorization to index.
func (SiteMapsConfiguration) GoString ¶ added in v1.38.64
func (s SiteMapsConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*SiteMapsConfiguration) SetSiteMaps ¶ added in v1.38.64
func (s *SiteMapsConfiguration) SetSiteMaps(v []*string) *SiteMapsConfiguration
SetSiteMaps sets the SiteMaps field's value.
func (SiteMapsConfiguration) String ¶ added in v1.38.64
func (s SiteMapsConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*SiteMapsConfiguration) Validate ¶ added in v1.38.64
func (s *SiteMapsConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type SlackConfiguration ¶ added in v1.43.18
type SlackConfiguration struct { // TRUE to index bot messages from your Slack workspace team. CrawlBotMessage *bool `type:"boolean"` // TRUE to exclude archived messages to index from your Slack workspace team. ExcludeArchived *bool `type:"boolean"` // A list of regular expression patterns to exclude certain attached files in // your Slack workspace team. Files that match the patterns are excluded from // the index. Files that don’t match the patterns are included in the index. // If a file matches both an inclusion and exclusion pattern, the exclusion // pattern takes precedence and the file isn't included in the index. ExclusionPatterns []*string `type:"list"` // A list of DataSourceToIndexFieldMapping objects that map Slack data source // attributes or field names to Amazon Kendra index field names. To create custom // fields, use the UpdateIndex API before you map to Slack fields. For more // information, see Mapping data source fields (https://docs.aws.amazon.com/kendra/latest/dg/field-mapping.html). // The Slack data source field names must exist in your Slack custom metadata. FieldMappings []*DataSourceToIndexFieldMapping `min:"1" type:"list"` // A list of regular expression patterns to include certain attached files in // your Slack workspace team. Files that match the patterns are included in // the index. Files that don't match the patterns are excluded from the index. // If a file matches both an inclusion and exclusion pattern, the exclusion // pattern takes precedence and the file isn't included in the index. InclusionPatterns []*string `type:"list"` // The number of hours for change log to look back from when you last synchronized // your data. You can look back up to 7 days or 168 hours. // // Change log updates your index only if new content was added since you last // synced your data. Updated or deleted content from before you last synced // does not get updated in your index. To capture updated or deleted content // before you last synced, set the LookBackPeriod to the number of hours you // want change log to look back. LookBackPeriod *int64 `type:"integer"` // The list of private channel names from your Slack workspace team. You use // this if you want to index specific private channels, not all private channels. // You can also use regular expression patterns to filter private channels. PrivateChannelFilter []*string `type:"list"` // The list of public channel names to index from your Slack workspace team. // You use this if you want to index specific public channels, not all public // channels. You can also use regular expression patterns to filter public channels. PublicChannelFilter []*string `type:"list"` // The Amazon Resource Name (ARN) of an Secrets Manager secret that contains // the key-value pairs required to connect to your Slack workspace team. The // secret must contain a JSON structure with the following keys: // // * slackToken—The user or bot token created in Slack. For more information // on creating a token in Slack, see Authentication for a Slack data source // (https://docs.aws.amazon.com/kendra/latest/dg/data-source-slack.html#slack-authentication). // // SecretArn is a required field SecretArn *string `min:"1" type:"string" required:"true"` // The date to start crawling your data from your Slack workspace team. The // date must follow this format: yyyy-mm-dd. // // SinceCrawlDate is a required field SinceCrawlDate *string `min:"10" type:"string" required:"true"` // Specify whether to index public channels, private channels, group messages, // and direct messages. You can specify one or more of these options. // // SlackEntityList is a required field SlackEntityList []*string `min:"1" type:"list" required:"true" enum:"SlackEntity"` // The identifier of the team in the Slack workspace. For example, T0123456789. // // You can find your team ID in the URL of the main page of your Slack workspace. // When you log in to Slack via a browser, you are directed to the URL of the // main page. For example, https://app.slack.com/client/T0123456789/.... // // TeamId is a required field TeamId *string `min:"1" type:"string" required:"true"` // TRUE to use the Slack change log to determine which documents require updating // in the index. Depending on the Slack change log's size, it may take longer // for Amazon Kendra to use the change log than to scan all of your documents // in Slack. UseChangeLog *bool `type:"boolean"` // Configuration information for an Amazon Virtual Private Cloud to connect // to your Slack. For more information, see Configuring a VPC (https://docs.aws.amazon.com/kendra/latest/dg/vpc-configuration.html). VpcConfiguration *DataSourceVpcConfiguration `type:"structure"` // contains filtered or unexported fields }
Provides the configuration information to connect to Slack as your data source.
func (SlackConfiguration) GoString ¶ added in v1.43.18
func (s SlackConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*SlackConfiguration) SetCrawlBotMessage ¶ added in v1.43.18
func (s *SlackConfiguration) SetCrawlBotMessage(v bool) *SlackConfiguration
SetCrawlBotMessage sets the CrawlBotMessage field's value.
func (*SlackConfiguration) SetExcludeArchived ¶ added in v1.43.18
func (s *SlackConfiguration) SetExcludeArchived(v bool) *SlackConfiguration
SetExcludeArchived sets the ExcludeArchived field's value.
func (*SlackConfiguration) SetExclusionPatterns ¶ added in v1.43.18
func (s *SlackConfiguration) SetExclusionPatterns(v []*string) *SlackConfiguration
SetExclusionPatterns sets the ExclusionPatterns field's value.
func (*SlackConfiguration) SetFieldMappings ¶ added in v1.43.18
func (s *SlackConfiguration) SetFieldMappings(v []*DataSourceToIndexFieldMapping) *SlackConfiguration
SetFieldMappings sets the FieldMappings field's value.
func (*SlackConfiguration) SetInclusionPatterns ¶ added in v1.43.18
func (s *SlackConfiguration) SetInclusionPatterns(v []*string) *SlackConfiguration
SetInclusionPatterns sets the InclusionPatterns field's value.
func (*SlackConfiguration) SetLookBackPeriod ¶ added in v1.43.18
func (s *SlackConfiguration) SetLookBackPeriod(v int64) *SlackConfiguration
SetLookBackPeriod sets the LookBackPeriod field's value.
func (*SlackConfiguration) SetPrivateChannelFilter ¶ added in v1.43.18
func (s *SlackConfiguration) SetPrivateChannelFilter(v []*string) *SlackConfiguration
SetPrivateChannelFilter sets the PrivateChannelFilter field's value.
func (*SlackConfiguration) SetPublicChannelFilter ¶ added in v1.43.18
func (s *SlackConfiguration) SetPublicChannelFilter(v []*string) *SlackConfiguration
SetPublicChannelFilter sets the PublicChannelFilter field's value.
func (*SlackConfiguration) SetSecretArn ¶ added in v1.43.18
func (s *SlackConfiguration) SetSecretArn(v string) *SlackConfiguration
SetSecretArn sets the SecretArn field's value.
func (*SlackConfiguration) SetSinceCrawlDate ¶ added in v1.43.18
func (s *SlackConfiguration) SetSinceCrawlDate(v string) *SlackConfiguration
SetSinceCrawlDate sets the SinceCrawlDate field's value.
func (*SlackConfiguration) SetSlackEntityList ¶ added in v1.43.18
func (s *SlackConfiguration) SetSlackEntityList(v []*string) *SlackConfiguration
SetSlackEntityList sets the SlackEntityList field's value.
func (*SlackConfiguration) SetTeamId ¶ added in v1.43.18
func (s *SlackConfiguration) SetTeamId(v string) *SlackConfiguration
SetTeamId sets the TeamId field's value.
func (*SlackConfiguration) SetUseChangeLog ¶ added in v1.43.18
func (s *SlackConfiguration) SetUseChangeLog(v bool) *SlackConfiguration
SetUseChangeLog sets the UseChangeLog field's value.
func (*SlackConfiguration) SetVpcConfiguration ¶ added in v1.43.18
func (s *SlackConfiguration) SetVpcConfiguration(v *DataSourceVpcConfiguration) *SlackConfiguration
SetVpcConfiguration sets the VpcConfiguration field's value.
func (SlackConfiguration) String ¶ added in v1.43.18
func (s SlackConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*SlackConfiguration) Validate ¶ added in v1.43.18
func (s *SlackConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type SortingConfiguration ¶ added in v1.33.12
type SortingConfiguration struct { // The name of the document attribute used to sort the response. You can use // any field that has the Sortable flag set to true. // // You can also sort by any of the following built-in attributes: // // * _category // // * _created_at // // * _last_updated_at // // * _version // // * _view_count // // DocumentAttributeKey is a required field DocumentAttributeKey *string `min:"1" type:"string" required:"true"` // The order that the results should be returned in. In case of ties, the relevance // assigned to the result by Amazon Kendra is used as the tie-breaker. // // SortOrder is a required field SortOrder *string `type:"string" required:"true" enum:"SortOrder"` // contains filtered or unexported fields }
Specifies the document attribute to use to sort the response to a Amazon Kendra query. You can specify a single attribute for sorting. The attribute must have the Sortable flag set to true, otherwise Amazon Kendra returns an exception.
You can sort attributes of the following types.
Date value
Long value
String value
You can't sort attributes of the following type.
- String list value
func (SortingConfiguration) GoString ¶ added in v1.33.12
func (s SortingConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*SortingConfiguration) SetDocumentAttributeKey ¶ added in v1.33.12
func (s *SortingConfiguration) SetDocumentAttributeKey(v string) *SortingConfiguration
SetDocumentAttributeKey sets the DocumentAttributeKey field's value.
func (*SortingConfiguration) SetSortOrder ¶ added in v1.33.12
func (s *SortingConfiguration) SetSortOrder(v string) *SortingConfiguration
SetSortOrder sets the SortOrder field's value.
func (SortingConfiguration) String ¶ added in v1.33.12
func (s SortingConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*SortingConfiguration) Validate ¶ added in v1.33.12
func (s *SortingConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type SpellCorrectedQuery ¶ added in v1.43.11
type SpellCorrectedQuery struct { // The corrected misspelled word or words in a query. Corrections []*Correction `type:"list"` // The query with the suggested spell corrections. SuggestedQueryText *string `min:"1" type:"string"` // contains filtered or unexported fields }
A query with suggested spell corrections.
func (SpellCorrectedQuery) GoString ¶ added in v1.43.11
func (s SpellCorrectedQuery) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*SpellCorrectedQuery) SetCorrections ¶ added in v1.43.11
func (s *SpellCorrectedQuery) SetCorrections(v []*Correction) *SpellCorrectedQuery
SetCorrections sets the Corrections field's value.
func (*SpellCorrectedQuery) SetSuggestedQueryText ¶ added in v1.43.11
func (s *SpellCorrectedQuery) SetSuggestedQueryText(v string) *SpellCorrectedQuery
SetSuggestedQueryText sets the SuggestedQueryText field's value.
func (SpellCorrectedQuery) String ¶ added in v1.43.11
func (s SpellCorrectedQuery) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type SpellCorrectionConfiguration ¶ added in v1.43.11
type SpellCorrectionConfiguration struct { // TRUE to suggest spell corrections for queries. // // IncludeQuerySpellCheckSuggestions is a required field IncludeQuerySpellCheckSuggestions *bool `type:"boolean" required:"true"` // contains filtered or unexported fields }
Provides the configuration information for suggested query spell corrections.
Suggested spell corrections are based on words that appear in your indexed documents and how closely a corrected word matches a misspelled word.
This feature is designed with certain defaults or limits. For information on the current limits and how to request more support for some limits, see the Spell Checker documentation (https://docs.aws.amazon.com/kendra/latest/dg/query-spell-check.html).
func (SpellCorrectionConfiguration) GoString ¶ added in v1.43.11
func (s SpellCorrectionConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*SpellCorrectionConfiguration) SetIncludeQuerySpellCheckSuggestions ¶ added in v1.43.11
func (s *SpellCorrectionConfiguration) SetIncludeQuerySpellCheckSuggestions(v bool) *SpellCorrectionConfiguration
SetIncludeQuerySpellCheckSuggestions sets the IncludeQuerySpellCheckSuggestions field's value.
func (SpellCorrectionConfiguration) String ¶ added in v1.43.11
func (s SpellCorrectionConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*SpellCorrectionConfiguration) Validate ¶ added in v1.43.11
func (s *SpellCorrectionConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type SqlConfiguration ¶ added in v1.33.12
type SqlConfiguration struct { // Determines whether Amazon Kendra encloses SQL identifiers for tables and // column names in double quotes (") when making a database query. // // By default, Amazon Kendra passes SQL identifiers the way that they are entered // into the data source configuration. It does not change the case of identifiers // or enclose them in quotes. // // PostgreSQL internally converts uppercase characters to lower case characters // in identifiers unless they are quoted. Choosing this option encloses identifiers // in quotes so that PostgreSQL does not convert the character's case. // // For MySQL databases, you must enable the ansi_quotes option when you set // this field to DOUBLE_QUOTES. QueryIdentifiersEnclosingOption *string `type:"string" enum:"QueryIdentifiersEnclosingOption"` // contains filtered or unexported fields }
Provides the configuration information to use a SQL database.
func (SqlConfiguration) GoString ¶ added in v1.33.12
func (s SqlConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*SqlConfiguration) SetQueryIdentifiersEnclosingOption ¶ added in v1.33.12
func (s *SqlConfiguration) SetQueryIdentifiersEnclosingOption(v string) *SqlConfiguration
SetQueryIdentifiersEnclosingOption sets the QueryIdentifiersEnclosingOption field's value.
func (SqlConfiguration) String ¶ added in v1.33.12
func (s SqlConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type StartDataSourceSyncJobInput ¶
type StartDataSourceSyncJobInput struct { // The identifier of the data source to synchronize. // // Id is a required field Id *string `min:"1" type:"string" required:"true"` // The identifier of the index that contains the data source. // // IndexId is a required field IndexId *string `min:"36" type:"string" required:"true"` // contains filtered or unexported fields }
func (StartDataSourceSyncJobInput) GoString ¶
func (s StartDataSourceSyncJobInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*StartDataSourceSyncJobInput) SetId ¶
func (s *StartDataSourceSyncJobInput) SetId(v string) *StartDataSourceSyncJobInput
SetId sets the Id field's value.
func (*StartDataSourceSyncJobInput) SetIndexId ¶
func (s *StartDataSourceSyncJobInput) SetIndexId(v string) *StartDataSourceSyncJobInput
SetIndexId sets the IndexId field's value.
func (StartDataSourceSyncJobInput) String ¶
func (s StartDataSourceSyncJobInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*StartDataSourceSyncJobInput) Validate ¶
func (s *StartDataSourceSyncJobInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StartDataSourceSyncJobOutput ¶
type StartDataSourceSyncJobOutput struct { // Identifies a particular synchronization job. ExecutionId *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (StartDataSourceSyncJobOutput) GoString ¶
func (s StartDataSourceSyncJobOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*StartDataSourceSyncJobOutput) SetExecutionId ¶
func (s *StartDataSourceSyncJobOutput) SetExecutionId(v string) *StartDataSourceSyncJobOutput
SetExecutionId sets the ExecutionId field's value.
func (StartDataSourceSyncJobOutput) String ¶
func (s StartDataSourceSyncJobOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Status ¶ added in v1.38.58
type Status struct { // The unique identifier of the document. DocumentId *string `min:"1" type:"string"` // The current status of a document. // // If the document was submitted for deletion, the status is NOT_FOUND after // the document is deleted. DocumentStatus *string `type:"string" enum:"DocumentStatus"` // Indicates the source of the error. FailureCode *string `min:"1" type:"string"` // Provides detailed information about why the document couldn't be indexed. // Use this information to correct the error before you resubmit the document // for indexing. FailureReason *string `min:"1" type:"string"` // contains filtered or unexported fields }
Provides information about the status of documents submitted for indexing.
func (Status) GoString ¶ added in v1.38.58
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*Status) SetDocumentId ¶ added in v1.38.58
SetDocumentId sets the DocumentId field's value.
func (*Status) SetDocumentStatus ¶ added in v1.38.58
SetDocumentStatus sets the DocumentStatus field's value.
func (*Status) SetFailureCode ¶ added in v1.38.58
SetFailureCode sets the FailureCode field's value.
func (*Status) SetFailureReason ¶ added in v1.38.58
SetFailureReason sets the FailureReason field's value.
type StopDataSourceSyncJobInput ¶
type StopDataSourceSyncJobInput struct { // The identifier of the data source for which to stop the synchronization jobs. // // Id is a required field Id *string `min:"1" type:"string" required:"true"` // The identifier of the index that contains the data source. // // IndexId is a required field IndexId *string `min:"36" type:"string" required:"true"` // contains filtered or unexported fields }
func (StopDataSourceSyncJobInput) GoString ¶
func (s StopDataSourceSyncJobInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*StopDataSourceSyncJobInput) SetId ¶
func (s *StopDataSourceSyncJobInput) SetId(v string) *StopDataSourceSyncJobInput
SetId sets the Id field's value.
func (*StopDataSourceSyncJobInput) SetIndexId ¶
func (s *StopDataSourceSyncJobInput) SetIndexId(v string) *StopDataSourceSyncJobInput
SetIndexId sets the IndexId field's value.
func (StopDataSourceSyncJobInput) String ¶
func (s StopDataSourceSyncJobInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*StopDataSourceSyncJobInput) Validate ¶
func (s *StopDataSourceSyncJobInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StopDataSourceSyncJobOutput ¶
type StopDataSourceSyncJobOutput struct {
// contains filtered or unexported fields
}
func (StopDataSourceSyncJobOutput) GoString ¶
func (s StopDataSourceSyncJobOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (StopDataSourceSyncJobOutput) String ¶
func (s StopDataSourceSyncJobOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type SubmitFeedbackInput ¶
type SubmitFeedbackInput struct { // Tells Amazon Kendra that a particular search result link was chosen by the // user. ClickFeedbackItems []*ClickFeedback `type:"list"` // The identifier of the index that was queried. // // IndexId is a required field IndexId *string `min:"36" type:"string" required:"true"` // The identifier of the specific query for which you are submitting feedback. // The query ID is returned in the response to the Query API. // // QueryId is a required field QueryId *string `min:"1" type:"string" required:"true"` // Provides Amazon Kendra with relevant or not relevant feedback for whether // a particular item was relevant to the search. RelevanceFeedbackItems []*RelevanceFeedback `type:"list"` // contains filtered or unexported fields }
func (SubmitFeedbackInput) GoString ¶
func (s SubmitFeedbackInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*SubmitFeedbackInput) SetClickFeedbackItems ¶
func (s *SubmitFeedbackInput) SetClickFeedbackItems(v []*ClickFeedback) *SubmitFeedbackInput
SetClickFeedbackItems sets the ClickFeedbackItems field's value.
func (*SubmitFeedbackInput) SetIndexId ¶
func (s *SubmitFeedbackInput) SetIndexId(v string) *SubmitFeedbackInput
SetIndexId sets the IndexId field's value.
func (*SubmitFeedbackInput) SetQueryId ¶
func (s *SubmitFeedbackInput) SetQueryId(v string) *SubmitFeedbackInput
SetQueryId sets the QueryId field's value.
func (*SubmitFeedbackInput) SetRelevanceFeedbackItems ¶
func (s *SubmitFeedbackInput) SetRelevanceFeedbackItems(v []*RelevanceFeedback) *SubmitFeedbackInput
SetRelevanceFeedbackItems sets the RelevanceFeedbackItems field's value.
func (SubmitFeedbackInput) String ¶
func (s SubmitFeedbackInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*SubmitFeedbackInput) Validate ¶
func (s *SubmitFeedbackInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type SubmitFeedbackOutput ¶
type SubmitFeedbackOutput struct {
// contains filtered or unexported fields
}
func (SubmitFeedbackOutput) GoString ¶
func (s SubmitFeedbackOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (SubmitFeedbackOutput) String ¶
func (s SubmitFeedbackOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Suggestion ¶ added in v1.38.50
type Suggestion struct { // The unique UUID (universally unique identifier) of a single query suggestion. Id *string `min:"1" type:"string"` // The value for the unique UUID (universally unique identifier) of a single // query suggestion. // // The value is the text string of a suggestion. Value *SuggestionValue `type:"structure"` // contains filtered or unexported fields }
A single query suggestion.
func (Suggestion) GoString ¶ added in v1.38.50
func (s Suggestion) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*Suggestion) SetId ¶ added in v1.38.50
func (s *Suggestion) SetId(v string) *Suggestion
SetId sets the Id field's value.
func (*Suggestion) SetValue ¶ added in v1.38.50
func (s *Suggestion) SetValue(v *SuggestionValue) *Suggestion
SetValue sets the Value field's value.
func (Suggestion) String ¶ added in v1.38.50
func (s Suggestion) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type SuggestionHighlight ¶ added in v1.38.50
type SuggestionHighlight struct { // The zero-based location in the response string where the highlight starts. BeginOffset *int64 `type:"integer"` // The zero-based location in the response string where the highlight ends. EndOffset *int64 `type:"integer"` // contains filtered or unexported fields }
The text highlights for a single query suggestion.
func (SuggestionHighlight) GoString ¶ added in v1.38.50
func (s SuggestionHighlight) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*SuggestionHighlight) SetBeginOffset ¶ added in v1.38.50
func (s *SuggestionHighlight) SetBeginOffset(v int64) *SuggestionHighlight
SetBeginOffset sets the BeginOffset field's value.
func (*SuggestionHighlight) SetEndOffset ¶ added in v1.38.50
func (s *SuggestionHighlight) SetEndOffset(v int64) *SuggestionHighlight
SetEndOffset sets the EndOffset field's value.
func (SuggestionHighlight) String ¶ added in v1.38.50
func (s SuggestionHighlight) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type SuggestionTextWithHighlights ¶ added in v1.38.50
type SuggestionTextWithHighlights struct { // The beginning and end of the query suggestion text that should be highlighted. Highlights []*SuggestionHighlight `type:"list"` // The query suggestion text to display to the user. Text *string `min:"1" type:"string"` // contains filtered or unexported fields }
Provides text and information about where to highlight the query suggestion text.
func (SuggestionTextWithHighlights) GoString ¶ added in v1.38.50
func (s SuggestionTextWithHighlights) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*SuggestionTextWithHighlights) SetHighlights ¶ added in v1.38.50
func (s *SuggestionTextWithHighlights) SetHighlights(v []*SuggestionHighlight) *SuggestionTextWithHighlights
SetHighlights sets the Highlights field's value.
func (*SuggestionTextWithHighlights) SetText ¶ added in v1.38.50
func (s *SuggestionTextWithHighlights) SetText(v string) *SuggestionTextWithHighlights
SetText sets the Text field's value.
func (SuggestionTextWithHighlights) String ¶ added in v1.38.50
func (s SuggestionTextWithHighlights) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type SuggestionValue ¶ added in v1.38.50
type SuggestionValue struct { // The SuggestionTextWithHighlights structure that contains the query suggestion // text and highlights. Text *SuggestionTextWithHighlights `type:"structure"` // contains filtered or unexported fields }
The SuggestionTextWithHighlights structure information.
func (SuggestionValue) GoString ¶ added in v1.38.50
func (s SuggestionValue) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*SuggestionValue) SetText ¶ added in v1.38.50
func (s *SuggestionValue) SetText(v *SuggestionTextWithHighlights) *SuggestionValue
SetText sets the Text field's value.
func (SuggestionValue) String ¶ added in v1.38.50
func (s SuggestionValue) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Tag ¶ added in v1.30.25
type Tag struct { // The key for the tag. Keys are not case sensitive and must be unique for the // index, FAQ, or data source. // // Key is a required field Key *string `min:"1" type:"string" required:"true"` // The value associated with the tag. The value may be an empty string but it // can't be null. // // Value is a required field Value *string `type:"string" required:"true"` // contains filtered or unexported fields }
A list of key/value pairs that identify an index, FAQ, or data source. Tag keys and values can consist of Unicode letters, digits, white space, and any of the following symbols: _ . : / = + - @.
func (Tag) GoString ¶ added in v1.30.25
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type TagResourceInput ¶ added in v1.30.25
type TagResourceInput struct { // The Amazon Resource Name (ARN) of the index, FAQ, or data source to tag. // // ResourceARN is a required field ResourceARN *string `min:"1" type:"string" required:"true"` // A list of tag keys to add to the index, FAQ, or data source. If a tag already // exists, the existing value is replaced with the new value. // // Tags is a required field Tags []*Tag `type:"list" required:"true"` // contains filtered or unexported fields }
func (TagResourceInput) GoString ¶ added in v1.30.25
func (s TagResourceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*TagResourceInput) SetResourceARN ¶ added in v1.30.25
func (s *TagResourceInput) SetResourceARN(v string) *TagResourceInput
SetResourceARN sets the ResourceARN field's value.
func (*TagResourceInput) SetTags ¶ added in v1.30.25
func (s *TagResourceInput) SetTags(v []*Tag) *TagResourceInput
SetTags sets the Tags field's value.
func (TagResourceInput) String ¶ added in v1.30.25
func (s TagResourceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*TagResourceInput) Validate ¶ added in v1.30.25
func (s *TagResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type TagResourceOutput ¶ added in v1.30.25
type TagResourceOutput struct {
// contains filtered or unexported fields
}
func (TagResourceOutput) GoString ¶ added in v1.30.25
func (s TagResourceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (TagResourceOutput) String ¶ added in v1.30.25
func (s TagResourceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type TextDocumentStatistics ¶
type TextDocumentStatistics struct { // The total size, in bytes, of the indexed documents. // // IndexedTextBytes is a required field IndexedTextBytes *int64 `type:"long" required:"true"` // The number of text documents indexed. // // IndexedTextDocumentsCount is a required field IndexedTextDocumentsCount *int64 `type:"integer" required:"true"` // contains filtered or unexported fields }
Provides information about text documents indexed in an index.
func (TextDocumentStatistics) GoString ¶
func (s TextDocumentStatistics) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*TextDocumentStatistics) SetIndexedTextBytes ¶ added in v1.30.25
func (s *TextDocumentStatistics) SetIndexedTextBytes(v int64) *TextDocumentStatistics
SetIndexedTextBytes sets the IndexedTextBytes field's value.
func (*TextDocumentStatistics) SetIndexedTextDocumentsCount ¶
func (s *TextDocumentStatistics) SetIndexedTextDocumentsCount(v int64) *TextDocumentStatistics
SetIndexedTextDocumentsCount sets the IndexedTextDocumentsCount field's value.
func (TextDocumentStatistics) String ¶
func (s TextDocumentStatistics) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type TextWithHighlights ¶
type TextWithHighlights struct { // The beginning and end of the text that should be highlighted. Highlights []*Highlight `type:"list"` // The text to display to the user. Text *string `min:"1" type:"string"` // contains filtered or unexported fields }
Provides text and information about where to highlight the text.
func (TextWithHighlights) GoString ¶
func (s TextWithHighlights) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*TextWithHighlights) SetHighlights ¶
func (s *TextWithHighlights) SetHighlights(v []*Highlight) *TextWithHighlights
SetHighlights sets the Highlights field's value.
func (*TextWithHighlights) SetText ¶
func (s *TextWithHighlights) SetText(v string) *TextWithHighlights
SetText sets the Text field's value.
func (TextWithHighlights) String ¶
func (s TextWithHighlights) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ThesaurusSummary ¶ added in v1.36.6
type ThesaurusSummary struct { // The Unix datetime that the thesaurus was created. CreatedAt *time.Time `type:"timestamp"` // The identifier of the thesaurus. Id *string `min:"1" type:"string"` // The name of the thesaurus. Name *string `min:"1" type:"string"` // The status of the thesaurus. Status *string `type:"string" enum:"ThesaurusStatus"` // The Unix datetime that the thesaurus was last updated. UpdatedAt *time.Time `type:"timestamp"` // contains filtered or unexported fields }
An array of summary information for a thesaurus or multiple thesauri.
func (ThesaurusSummary) GoString ¶ added in v1.36.6
func (s ThesaurusSummary) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ThesaurusSummary) SetCreatedAt ¶ added in v1.36.6
func (s *ThesaurusSummary) SetCreatedAt(v time.Time) *ThesaurusSummary
SetCreatedAt sets the CreatedAt field's value.
func (*ThesaurusSummary) SetId ¶ added in v1.36.6
func (s *ThesaurusSummary) SetId(v string) *ThesaurusSummary
SetId sets the Id field's value.
func (*ThesaurusSummary) SetName ¶ added in v1.36.6
func (s *ThesaurusSummary) SetName(v string) *ThesaurusSummary
SetName sets the Name field's value.
func (*ThesaurusSummary) SetStatus ¶ added in v1.36.6
func (s *ThesaurusSummary) SetStatus(v string) *ThesaurusSummary
SetStatus sets the Status field's value.
func (*ThesaurusSummary) SetUpdatedAt ¶ added in v1.36.6
func (s *ThesaurusSummary) SetUpdatedAt(v time.Time) *ThesaurusSummary
SetUpdatedAt sets the UpdatedAt field's value.
func (ThesaurusSummary) String ¶ added in v1.36.6
func (s ThesaurusSummary) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ThrottlingException ¶ added in v1.28.0
type ThrottlingException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"Message" min:"1" type:"string"` // contains filtered or unexported fields }
func (*ThrottlingException) Code ¶ added in v1.28.0
func (s *ThrottlingException) Code() string
Code returns the exception type name.
func (*ThrottlingException) Error ¶ added in v1.28.0
func (s *ThrottlingException) Error() string
func (ThrottlingException) GoString ¶ added in v1.28.0
func (s ThrottlingException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ThrottlingException) Message ¶ added in v1.28.0
func (s *ThrottlingException) Message() string
Message returns the exception's message.
func (*ThrottlingException) OrigErr ¶ added in v1.28.0
func (s *ThrottlingException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ThrottlingException) RequestID ¶ added in v1.28.0
func (s *ThrottlingException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ThrottlingException) StatusCode ¶ added in v1.28.0
func (s *ThrottlingException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ThrottlingException) String ¶ added in v1.28.0
func (s ThrottlingException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type TimeRange ¶
type TimeRange struct { // The UNIX datetime of the end of the time range. EndTime *time.Time `type:"timestamp"` // The UNIX datetime of the beginning of the time range. StartTime *time.Time `type:"timestamp"` // contains filtered or unexported fields }
Provides a range of time.
func (TimeRange) GoString ¶
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*TimeRange) SetEndTime ¶
SetEndTime sets the EndTime field's value.
func (*TimeRange) SetStartTime ¶
SetStartTime sets the StartTime field's value.
type UntagResourceInput ¶ added in v1.30.25
type UntagResourceInput struct { // The Amazon Resource Name (ARN) of the index, FAQ, or data source to remove // the tag from. // // ResourceARN is a required field ResourceARN *string `min:"1" type:"string" required:"true"` // A list of tag keys to remove from the index, FAQ, or data source. If a tag // key does not exist on the resource, it is ignored. // // TagKeys is a required field TagKeys []*string `type:"list" required:"true"` // contains filtered or unexported fields }
func (UntagResourceInput) GoString ¶ added in v1.30.25
func (s UntagResourceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UntagResourceInput) SetResourceARN ¶ added in v1.30.25
func (s *UntagResourceInput) SetResourceARN(v string) *UntagResourceInput
SetResourceARN sets the ResourceARN field's value.
func (*UntagResourceInput) SetTagKeys ¶ added in v1.30.25
func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput
SetTagKeys sets the TagKeys field's value.
func (UntagResourceInput) String ¶ added in v1.30.25
func (s UntagResourceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UntagResourceInput) Validate ¶ added in v1.30.25
func (s *UntagResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UntagResourceOutput ¶ added in v1.30.25
type UntagResourceOutput struct {
// contains filtered or unexported fields
}
func (UntagResourceOutput) GoString ¶ added in v1.30.25
func (s UntagResourceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (UntagResourceOutput) String ¶ added in v1.30.25
func (s UntagResourceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateDataSourceInput ¶
type UpdateDataSourceInput struct { // Configuration information for an Amazon Kendra data source you want to update. Configuration *DataSourceConfiguration `type:"structure"` // Configuration information for altering document metadata and content during // the document ingestion process when you update a data source. // // For more information on how to create, modify and delete document metadata, // or make other content alterations when you ingest documents into Amazon Kendra, // see Customizing document metadata during the ingestion process (https://docs.aws.amazon.com/kendra/latest/dg/custom-document-enrichment.html). CustomDocumentEnrichmentConfiguration *CustomDocumentEnrichmentConfiguration `type:"structure"` // The new description for the data source. Description *string `type:"string"` // The unique identifier of the data source to update. // // Id is a required field Id *string `min:"1" type:"string" required:"true"` // The identifier of the index that contains the data source to update. // // IndexId is a required field IndexId *string `min:"36" type:"string" required:"true"` // The code for a language. This allows you to support a language for all documents // when updating the data source. English is supported by default. For more // information on supported languages, including their codes, see Adding documents // in languages other than English (https://docs.aws.amazon.com/kendra/latest/dg/in-adding-languages.html). LanguageCode *string `min:"2" type:"string"` // The name of the data source to update. The name of the data source can't // be updated. To rename a data source you must delete the data source and re-create // it. Name *string `min:"1" type:"string"` // The Amazon Resource Name (ARN) of the new role to use when the data source // is accessing resources on your behalf. RoleArn *string `type:"string"` // The new update schedule for the data source. Schedule *string `type:"string"` // contains filtered or unexported fields }
func (UpdateDataSourceInput) GoString ¶
func (s UpdateDataSourceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateDataSourceInput) SetConfiguration ¶
func (s *UpdateDataSourceInput) SetConfiguration(v *DataSourceConfiguration) *UpdateDataSourceInput
SetConfiguration sets the Configuration field's value.
func (*UpdateDataSourceInput) SetCustomDocumentEnrichmentConfiguration ¶ added in v1.42.17
func (s *UpdateDataSourceInput) SetCustomDocumentEnrichmentConfiguration(v *CustomDocumentEnrichmentConfiguration) *UpdateDataSourceInput
SetCustomDocumentEnrichmentConfiguration sets the CustomDocumentEnrichmentConfiguration field's value.
func (*UpdateDataSourceInput) SetDescription ¶
func (s *UpdateDataSourceInput) SetDescription(v string) *UpdateDataSourceInput
SetDescription sets the Description field's value.
func (*UpdateDataSourceInput) SetId ¶
func (s *UpdateDataSourceInput) SetId(v string) *UpdateDataSourceInput
SetId sets the Id field's value.
func (*UpdateDataSourceInput) SetIndexId ¶
func (s *UpdateDataSourceInput) SetIndexId(v string) *UpdateDataSourceInput
SetIndexId sets the IndexId field's value.
func (*UpdateDataSourceInput) SetLanguageCode ¶ added in v1.40.58
func (s *UpdateDataSourceInput) SetLanguageCode(v string) *UpdateDataSourceInput
SetLanguageCode sets the LanguageCode field's value.
func (*UpdateDataSourceInput) SetName ¶
func (s *UpdateDataSourceInput) SetName(v string) *UpdateDataSourceInput
SetName sets the Name field's value.
func (*UpdateDataSourceInput) SetRoleArn ¶
func (s *UpdateDataSourceInput) SetRoleArn(v string) *UpdateDataSourceInput
SetRoleArn sets the RoleArn field's value.
func (*UpdateDataSourceInput) SetSchedule ¶
func (s *UpdateDataSourceInput) SetSchedule(v string) *UpdateDataSourceInput
SetSchedule sets the Schedule field's value.
func (UpdateDataSourceInput) String ¶
func (s UpdateDataSourceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateDataSourceInput) Validate ¶
func (s *UpdateDataSourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateDataSourceOutput ¶
type UpdateDataSourceOutput struct {
// contains filtered or unexported fields
}
func (UpdateDataSourceOutput) GoString ¶
func (s UpdateDataSourceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (UpdateDataSourceOutput) String ¶
func (s UpdateDataSourceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateExperienceInput ¶ added in v1.42.17
type UpdateExperienceInput struct { // Configuration information for your Amazon Kendra you want to update. Configuration *ExperienceConfiguration `type:"structure"` // The description of your Amazon Kendra experience you want to update. Description *string `type:"string"` // The identifier of your Amazon Kendra experience you want to update. // // Id is a required field Id *string `min:"1" type:"string" required:"true"` // The identifier of the index for your Amazon Kendra experience you want to // update. // // IndexId is a required field IndexId *string `min:"36" type:"string" required:"true"` // The name of your Amazon Kendra experience you want to update. Name *string `min:"1" type:"string"` // The Amazon Resource Name (ARN) of a role with permission to access Query // API, QuerySuggestions API, SubmitFeedback API, and Amazon Web Services SSO // that stores your user and group information. For more information, see IAM // roles for Amazon Kendra (https://docs.aws.amazon.com/kendra/latest/dg/iam-roles.html). RoleArn *string `type:"string"` // contains filtered or unexported fields }
func (UpdateExperienceInput) GoString ¶ added in v1.42.17
func (s UpdateExperienceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateExperienceInput) SetConfiguration ¶ added in v1.42.17
func (s *UpdateExperienceInput) SetConfiguration(v *ExperienceConfiguration) *UpdateExperienceInput
SetConfiguration sets the Configuration field's value.
func (*UpdateExperienceInput) SetDescription ¶ added in v1.42.17
func (s *UpdateExperienceInput) SetDescription(v string) *UpdateExperienceInput
SetDescription sets the Description field's value.
func (*UpdateExperienceInput) SetId ¶ added in v1.42.17
func (s *UpdateExperienceInput) SetId(v string) *UpdateExperienceInput
SetId sets the Id field's value.
func (*UpdateExperienceInput) SetIndexId ¶ added in v1.42.17
func (s *UpdateExperienceInput) SetIndexId(v string) *UpdateExperienceInput
SetIndexId sets the IndexId field's value.
func (*UpdateExperienceInput) SetName ¶ added in v1.42.17
func (s *UpdateExperienceInput) SetName(v string) *UpdateExperienceInput
SetName sets the Name field's value.
func (*UpdateExperienceInput) SetRoleArn ¶ added in v1.42.17
func (s *UpdateExperienceInput) SetRoleArn(v string) *UpdateExperienceInput
SetRoleArn sets the RoleArn field's value.
func (UpdateExperienceInput) String ¶ added in v1.42.17
func (s UpdateExperienceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateExperienceInput) Validate ¶ added in v1.42.17
func (s *UpdateExperienceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateExperienceOutput ¶ added in v1.42.17
type UpdateExperienceOutput struct {
// contains filtered or unexported fields
}
func (UpdateExperienceOutput) GoString ¶ added in v1.42.17
func (s UpdateExperienceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (UpdateExperienceOutput) String ¶ added in v1.42.17
func (s UpdateExperienceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateIndexInput ¶
type UpdateIndexInput struct { // Sets the number of additional document storage and query capacity units that // should be used by the index. You can change the capacity of the index up // to 5 times per day, or make 5 API calls. // // If you are using extra storage units, you can't reduce the storage capacity // below what is required to meet the storage needs for your index. CapacityUnits *CapacityUnitsConfiguration `type:"structure"` // A new description for the index. Description *string `type:"string"` // The document metadata you want to update. DocumentMetadataConfigurationUpdates []*DocumentMetadataConfiguration `type:"list"` // The identifier of the index to update. // // Id is a required field Id *string `min:"36" type:"string" required:"true"` // The name of the index to update. Name *string `min:"1" type:"string"` // A new IAM role that gives Amazon Kendra permission to access your Amazon // CloudWatch logs. RoleArn *string `type:"string"` // The user context policy. UserContextPolicy *string `type:"string" enum:"UserContextPolicy"` // Enables fetching access levels of groups and users from an Amazon Web Services // Single Sign On identity source. To configure this, see UserGroupResolutionConfiguration // (https://docs.aws.amazon.com/kendra/latest/dg/API_UserGroupResolutionConfiguration.html). UserGroupResolutionConfiguration *UserGroupResolutionConfiguration `type:"structure"` // The user token configuration. UserTokenConfigurations []*UserTokenConfiguration `type:"list"` // contains filtered or unexported fields }
func (UpdateIndexInput) GoString ¶
func (s UpdateIndexInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateIndexInput) SetCapacityUnits ¶ added in v1.30.25
func (s *UpdateIndexInput) SetCapacityUnits(v *CapacityUnitsConfiguration) *UpdateIndexInput
SetCapacityUnits sets the CapacityUnits field's value.
func (*UpdateIndexInput) SetDescription ¶
func (s *UpdateIndexInput) SetDescription(v string) *UpdateIndexInput
SetDescription sets the Description field's value.
func (*UpdateIndexInput) SetDocumentMetadataConfigurationUpdates ¶
func (s *UpdateIndexInput) SetDocumentMetadataConfigurationUpdates(v []*DocumentMetadataConfiguration) *UpdateIndexInput
SetDocumentMetadataConfigurationUpdates sets the DocumentMetadataConfigurationUpdates field's value.
func (*UpdateIndexInput) SetId ¶
func (s *UpdateIndexInput) SetId(v string) *UpdateIndexInput
SetId sets the Id field's value.
func (*UpdateIndexInput) SetName ¶
func (s *UpdateIndexInput) SetName(v string) *UpdateIndexInput
SetName sets the Name field's value.
func (*UpdateIndexInput) SetRoleArn ¶
func (s *UpdateIndexInput) SetRoleArn(v string) *UpdateIndexInput
SetRoleArn sets the RoleArn field's value.
func (*UpdateIndexInput) SetUserContextPolicy ¶ added in v1.35.22
func (s *UpdateIndexInput) SetUserContextPolicy(v string) *UpdateIndexInput
SetUserContextPolicy sets the UserContextPolicy field's value.
func (*UpdateIndexInput) SetUserGroupResolutionConfiguration ¶ added in v1.40.57
func (s *UpdateIndexInput) SetUserGroupResolutionConfiguration(v *UserGroupResolutionConfiguration) *UpdateIndexInput
SetUserGroupResolutionConfiguration sets the UserGroupResolutionConfiguration field's value.
func (*UpdateIndexInput) SetUserTokenConfigurations ¶ added in v1.35.22
func (s *UpdateIndexInput) SetUserTokenConfigurations(v []*UserTokenConfiguration) *UpdateIndexInput
SetUserTokenConfigurations sets the UserTokenConfigurations field's value.
func (UpdateIndexInput) String ¶
func (s UpdateIndexInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateIndexInput) Validate ¶
func (s *UpdateIndexInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateIndexOutput ¶
type UpdateIndexOutput struct {
// contains filtered or unexported fields
}
func (UpdateIndexOutput) GoString ¶
func (s UpdateIndexOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (UpdateIndexOutput) String ¶
func (s UpdateIndexOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateQuerySuggestionsBlockListInput ¶ added in v1.38.50
type UpdateQuerySuggestionsBlockListInput struct { // The description for a block list. Description *string `type:"string"` // The unique identifier of a block list. // // Id is a required field Id *string `min:"36" type:"string" required:"true"` // The identifier of the index for a block list. // // IndexId is a required field IndexId *string `min:"36" type:"string" required:"true"` // The name of a block list. Name *string `min:"1" type:"string"` // The IAM (Identity and Access Management) role used to access the block list // text file in S3. RoleArn *string `type:"string"` // The S3 path where your block list text file sits in S3. // // If you update your block list and provide the same path to the block list // text file in S3, then Amazon Kendra reloads the file to refresh the block // list. Amazon Kendra does not automatically refresh your block list. You need // to call the UpdateQuerySuggestionsBlockList API to refresh you block list. // // If you update your block list, then Amazon Kendra asynchronously refreshes // all query suggestions with the latest content in the S3 file. This means // changes might not take effect immediately. SourceS3Path *S3Path `type:"structure"` // contains filtered or unexported fields }
func (UpdateQuerySuggestionsBlockListInput) GoString ¶ added in v1.38.50
func (s UpdateQuerySuggestionsBlockListInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateQuerySuggestionsBlockListInput) SetDescription ¶ added in v1.38.50
func (s *UpdateQuerySuggestionsBlockListInput) SetDescription(v string) *UpdateQuerySuggestionsBlockListInput
SetDescription sets the Description field's value.
func (*UpdateQuerySuggestionsBlockListInput) SetId ¶ added in v1.38.50
func (s *UpdateQuerySuggestionsBlockListInput) SetId(v string) *UpdateQuerySuggestionsBlockListInput
SetId sets the Id field's value.
func (*UpdateQuerySuggestionsBlockListInput) SetIndexId ¶ added in v1.38.50
func (s *UpdateQuerySuggestionsBlockListInput) SetIndexId(v string) *UpdateQuerySuggestionsBlockListInput
SetIndexId sets the IndexId field's value.
func (*UpdateQuerySuggestionsBlockListInput) SetName ¶ added in v1.38.50
func (s *UpdateQuerySuggestionsBlockListInput) SetName(v string) *UpdateQuerySuggestionsBlockListInput
SetName sets the Name field's value.
func (*UpdateQuerySuggestionsBlockListInput) SetRoleArn ¶ added in v1.38.50
func (s *UpdateQuerySuggestionsBlockListInput) SetRoleArn(v string) *UpdateQuerySuggestionsBlockListInput
SetRoleArn sets the RoleArn field's value.
func (*UpdateQuerySuggestionsBlockListInput) SetSourceS3Path ¶ added in v1.38.50
func (s *UpdateQuerySuggestionsBlockListInput) SetSourceS3Path(v *S3Path) *UpdateQuerySuggestionsBlockListInput
SetSourceS3Path sets the SourceS3Path field's value.
func (UpdateQuerySuggestionsBlockListInput) String ¶ added in v1.38.50
func (s UpdateQuerySuggestionsBlockListInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateQuerySuggestionsBlockListInput) Validate ¶ added in v1.38.50
func (s *UpdateQuerySuggestionsBlockListInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateQuerySuggestionsBlockListOutput ¶ added in v1.38.50
type UpdateQuerySuggestionsBlockListOutput struct {
// contains filtered or unexported fields
}
func (UpdateQuerySuggestionsBlockListOutput) GoString ¶ added in v1.38.50
func (s UpdateQuerySuggestionsBlockListOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (UpdateQuerySuggestionsBlockListOutput) String ¶ added in v1.38.50
func (s UpdateQuerySuggestionsBlockListOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateQuerySuggestionsConfigInput ¶ added in v1.38.50
type UpdateQuerySuggestionsConfigInput struct { // TRUE to include queries without user information (i.e. all queries, irrespective // of the user), otherwise FALSE to only include queries with user information. // // If you pass user information to Amazon Kendra along with the queries, you // can set this flag to FALSE and instruct Amazon Kendra to only consider queries // with user information. // // If you set to FALSE, Amazon Kendra only considers queries searched at least // MinimumQueryCount times across MinimumNumberOfQueryingUsers unique users // for suggestions. // // If you set to TRUE, Amazon Kendra ignores all user information and learns // from all queries. IncludeQueriesWithoutUserInformation *bool `type:"boolean"` // The identifier of the index you want to update query suggestions settings // for. // // IndexId is a required field IndexId *string `min:"36" type:"string" required:"true"` // The minimum number of unique users who must search a query in order for the // query to be eligible to suggest to your users. // // Increasing this number might decrease the number of suggestions. However, // this ensures a query is searched by many users and is truly popular to suggest // to users. // // How you tune this setting depends on your specific needs. MinimumNumberOfQueryingUsers *int64 `min:"1" type:"integer"` // The the minimum number of times a query must be searched in order to be eligible // to suggest to your users. // // Decreasing this number increases the number of suggestions. However, this // affects the quality of suggestions as it sets a low bar for a query to be // considered popular to suggest to users. // // How you tune this setting depends on your specific needs. MinimumQueryCount *int64 `min:"1" type:"integer"` // Set the mode to ENABLED or LEARN_ONLY. // // By default, Amazon Kendra enables query suggestions. LEARN_ONLY mode allows // you to turn off query suggestions. You can to update this at any time. // // In LEARN_ONLY mode, Amazon Kendra continues to learn from new queries to // keep suggestions up to date for when you are ready to switch to ENABLED mode // again. Mode *string `type:"string" enum:"Mode"` // How recent your queries are in your query log time window. // // The time window is the number of days from current day to past days. // // By default, Amazon Kendra sets this to 180. QueryLogLookBackWindowInDays *int64 `type:"integer"` // contains filtered or unexported fields }
func (UpdateQuerySuggestionsConfigInput) GoString ¶ added in v1.38.50
func (s UpdateQuerySuggestionsConfigInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateQuerySuggestionsConfigInput) SetIncludeQueriesWithoutUserInformation ¶ added in v1.38.50
func (s *UpdateQuerySuggestionsConfigInput) SetIncludeQueriesWithoutUserInformation(v bool) *UpdateQuerySuggestionsConfigInput
SetIncludeQueriesWithoutUserInformation sets the IncludeQueriesWithoutUserInformation field's value.
func (*UpdateQuerySuggestionsConfigInput) SetIndexId ¶ added in v1.38.50
func (s *UpdateQuerySuggestionsConfigInput) SetIndexId(v string) *UpdateQuerySuggestionsConfigInput
SetIndexId sets the IndexId field's value.
func (*UpdateQuerySuggestionsConfigInput) SetMinimumNumberOfQueryingUsers ¶ added in v1.38.50
func (s *UpdateQuerySuggestionsConfigInput) SetMinimumNumberOfQueryingUsers(v int64) *UpdateQuerySuggestionsConfigInput
SetMinimumNumberOfQueryingUsers sets the MinimumNumberOfQueryingUsers field's value.
func (*UpdateQuerySuggestionsConfigInput) SetMinimumQueryCount ¶ added in v1.38.50
func (s *UpdateQuerySuggestionsConfigInput) SetMinimumQueryCount(v int64) *UpdateQuerySuggestionsConfigInput
SetMinimumQueryCount sets the MinimumQueryCount field's value.
func (*UpdateQuerySuggestionsConfigInput) SetMode ¶ added in v1.38.50
func (s *UpdateQuerySuggestionsConfigInput) SetMode(v string) *UpdateQuerySuggestionsConfigInput
SetMode sets the Mode field's value.
func (*UpdateQuerySuggestionsConfigInput) SetQueryLogLookBackWindowInDays ¶ added in v1.38.50
func (s *UpdateQuerySuggestionsConfigInput) SetQueryLogLookBackWindowInDays(v int64) *UpdateQuerySuggestionsConfigInput
SetQueryLogLookBackWindowInDays sets the QueryLogLookBackWindowInDays field's value.
func (UpdateQuerySuggestionsConfigInput) String ¶ added in v1.38.50
func (s UpdateQuerySuggestionsConfigInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateQuerySuggestionsConfigInput) Validate ¶ added in v1.38.50
func (s *UpdateQuerySuggestionsConfigInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateQuerySuggestionsConfigOutput ¶ added in v1.38.50
type UpdateQuerySuggestionsConfigOutput struct {
// contains filtered or unexported fields
}
func (UpdateQuerySuggestionsConfigOutput) GoString ¶ added in v1.38.50
func (s UpdateQuerySuggestionsConfigOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (UpdateQuerySuggestionsConfigOutput) String ¶ added in v1.38.50
func (s UpdateQuerySuggestionsConfigOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateThesaurusInput ¶ added in v1.36.6
type UpdateThesaurusInput struct { // The updated description of the thesaurus. Description *string `type:"string"` // The identifier of the thesaurus to update. // // Id is a required field Id *string `min:"1" type:"string" required:"true"` // The identifier of the index associated with the thesaurus to update. // // IndexId is a required field IndexId *string `min:"36" type:"string" required:"true"` // The updated name of the thesaurus. Name *string `min:"1" type:"string"` // The updated role ARN of the thesaurus. RoleArn *string `type:"string"` // Information required to find a specific file in an Amazon S3 bucket. SourceS3Path *S3Path `type:"structure"` // contains filtered or unexported fields }
func (UpdateThesaurusInput) GoString ¶ added in v1.36.6
func (s UpdateThesaurusInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateThesaurusInput) SetDescription ¶ added in v1.36.6
func (s *UpdateThesaurusInput) SetDescription(v string) *UpdateThesaurusInput
SetDescription sets the Description field's value.
func (*UpdateThesaurusInput) SetId ¶ added in v1.36.6
func (s *UpdateThesaurusInput) SetId(v string) *UpdateThesaurusInput
SetId sets the Id field's value.
func (*UpdateThesaurusInput) SetIndexId ¶ added in v1.36.6
func (s *UpdateThesaurusInput) SetIndexId(v string) *UpdateThesaurusInput
SetIndexId sets the IndexId field's value.
func (*UpdateThesaurusInput) SetName ¶ added in v1.36.6
func (s *UpdateThesaurusInput) SetName(v string) *UpdateThesaurusInput
SetName sets the Name field's value.
func (*UpdateThesaurusInput) SetRoleArn ¶ added in v1.36.6
func (s *UpdateThesaurusInput) SetRoleArn(v string) *UpdateThesaurusInput
SetRoleArn sets the RoleArn field's value.
func (*UpdateThesaurusInput) SetSourceS3Path ¶ added in v1.36.6
func (s *UpdateThesaurusInput) SetSourceS3Path(v *S3Path) *UpdateThesaurusInput
SetSourceS3Path sets the SourceS3Path field's value.
func (UpdateThesaurusInput) String ¶ added in v1.36.6
func (s UpdateThesaurusInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateThesaurusInput) Validate ¶ added in v1.36.6
func (s *UpdateThesaurusInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateThesaurusOutput ¶ added in v1.36.6
type UpdateThesaurusOutput struct {
// contains filtered or unexported fields
}
func (UpdateThesaurusOutput) GoString ¶ added in v1.36.6
func (s UpdateThesaurusOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (UpdateThesaurusOutput) String ¶ added in v1.36.6
func (s UpdateThesaurusOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Urls ¶ added in v1.38.64
type Urls struct { // Configuration of the seed or starting point URLs of the websites you want // to crawl. // // You can choose to crawl only the website host names, or the website host // names with subdomains, or the website host names with subdomains and other // domains that the webpages link to. // // You can list up to 100 seed URLs. SeedUrlConfiguration *SeedUrlConfiguration `type:"structure"` // Configuration of the sitemap URLs of the websites you want to crawl. // // Only URLs belonging to the same website host names are crawled. You can list // up to three sitemap URLs. SiteMapsConfiguration *SiteMapsConfiguration `type:"structure"` // contains filtered or unexported fields }
Provides the configuration information of the URLs to crawl.
You can only crawl websites that use the secure communication protocol, Hypertext Transfer Protocol Secure (HTTPS). If you receive an error when crawling a website, it could be that the website is blocked from crawling.
When selecting websites to index, you must adhere to the Amazon Acceptable Use Policy (https://aws.amazon.com/aup/) and all other Amazon terms. Remember that you must only use Amazon Kendra Web Crawler to index your own webpages, or webpages that you have authorization to index.
func (Urls) GoString ¶ added in v1.38.64
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*Urls) SetSeedUrlConfiguration ¶ added in v1.38.64
func (s *Urls) SetSeedUrlConfiguration(v *SeedUrlConfiguration) *Urls
SetSeedUrlConfiguration sets the SeedUrlConfiguration field's value.
func (*Urls) SetSiteMapsConfiguration ¶ added in v1.38.64
func (s *Urls) SetSiteMapsConfiguration(v *SiteMapsConfiguration) *Urls
SetSiteMapsConfiguration sets the SiteMapsConfiguration field's value.
type UserContext ¶ added in v1.35.22
type UserContext struct { // The list of data source groups you want to filter search results based on // groups' access to documents in that data source. DataSourceGroups []*DataSourceGroup `min:"1" type:"list"` // The list of groups you want to filter search results based on the groups' // access to documents. Groups []*string `min:"1" type:"list"` // The user context token for filtering search results for a user. It must be // a JWT or a JSON token. Token *string `min:"1" type:"string"` // The identifier of the user you want to filter search results based on their // access to documents. UserId *string `min:"1" type:"string"` // contains filtered or unexported fields }
Provides information about the user context for an Amazon Kendra index.
This is used for filtering search results for different users based on their access to documents.
You provide one of the following:
User token
User ID, the groups the user belongs to, and any data sources the groups can access.
If you provide both, an exception is thrown.
func (UserContext) GoString ¶ added in v1.35.22
func (s UserContext) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UserContext) SetDataSourceGroups ¶ added in v1.39.5
func (s *UserContext) SetDataSourceGroups(v []*DataSourceGroup) *UserContext
SetDataSourceGroups sets the DataSourceGroups field's value.
func (*UserContext) SetGroups ¶ added in v1.39.5
func (s *UserContext) SetGroups(v []*string) *UserContext
SetGroups sets the Groups field's value.
func (*UserContext) SetToken ¶ added in v1.35.22
func (s *UserContext) SetToken(v string) *UserContext
SetToken sets the Token field's value.
func (*UserContext) SetUserId ¶ added in v1.39.5
func (s *UserContext) SetUserId(v string) *UserContext
SetUserId sets the UserId field's value.
func (UserContext) String ¶ added in v1.35.22
func (s UserContext) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UserContext) Validate ¶ added in v1.35.22
func (s *UserContext) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UserGroupResolutionConfiguration ¶ added in v1.40.57
type UserGroupResolutionConfiguration struct { // The identity store provider (mode) you want to use to fetch access levels // of groups and users. Amazon Web Services Single Sign On is currently the // only available mode. Your users and groups must exist in an Amazon Web Services // SSO identity source in order to use this mode. // // UserGroupResolutionMode is a required field UserGroupResolutionMode *string `type:"string" required:"true" enum:"UserGroupResolutionMode"` // contains filtered or unexported fields }
Provides the configuration information to fetch access levels of groups and users from an Amazon Web Services Single Sign On identity source. This is useful for setting up user context filtering, where Amazon Kendra filters search results for different users based on their group's access to documents. You can also map your users to their groups for user context filtering using the PutPrincipalMapping API (https://docs.aws.amazon.com/kendra/latest/dg/API_PutPrincipalMapping.html).
To set up an Amazon Web Services SSO identity source in the console to use with Amazon Kendra, see Getting started with an Amazon Web Services SSO identity source (https://docs.aws.amazon.com/kendra/latest/dg/getting-started-aws-sso.html). You must also grant the required permissions to use Amazon Web Services SSO with Amazon Kendra. For more information, see IAM roles for Amazon Web Services SSO (https://docs.aws.amazon.com/kendra/latest/dg/iam-roles.html#iam-roles-aws-sso).
Amazon Kendra currently does not support using UserGroupResolutionConfiguration with an Amazon Web Services organization member account for your Amazon Web Services SSO identify source. You must create your index in the management account for the organization in order to use UserGroupResolutionConfiguration.
func (UserGroupResolutionConfiguration) GoString ¶ added in v1.40.57
func (s UserGroupResolutionConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UserGroupResolutionConfiguration) SetUserGroupResolutionMode ¶ added in v1.40.57
func (s *UserGroupResolutionConfiguration) SetUserGroupResolutionMode(v string) *UserGroupResolutionConfiguration
SetUserGroupResolutionMode sets the UserGroupResolutionMode field's value.
func (UserGroupResolutionConfiguration) String ¶ added in v1.40.57
func (s UserGroupResolutionConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UserGroupResolutionConfiguration) Validate ¶ added in v1.40.57
func (s *UserGroupResolutionConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UserIdentityConfiguration ¶ added in v1.42.17
type UserIdentityConfiguration struct { // The Amazon Web Services SSO field name that contains the identifiers of your // users, such as their emails. This is used for user context filtering (https://docs.aws.amazon.com/kendra/latest/dg/user-context-filter.html) // and for granting access to your Amazon Kendra experience. You must set up // Amazon Web Services SSO with Amazon Kendra. You must include your users and // groups in your Access Control List when you ingest documents into your index. // For more information, see Getting started with an Amazon Web Services SSO // identity source (https://docs.aws.amazon.com/kendra/latest/dg/getting-started-aws-sso.html). IdentityAttributeName *string `min:"1" type:"string"` // contains filtered or unexported fields }
Provides the configuration information for the identifiers of your users.
func (UserIdentityConfiguration) GoString ¶ added in v1.42.17
func (s UserIdentityConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UserIdentityConfiguration) SetIdentityAttributeName ¶ added in v1.42.17
func (s *UserIdentityConfiguration) SetIdentityAttributeName(v string) *UserIdentityConfiguration
SetIdentityAttributeName sets the IdentityAttributeName field's value.
func (UserIdentityConfiguration) String ¶ added in v1.42.17
func (s UserIdentityConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UserIdentityConfiguration) Validate ¶ added in v1.42.17
func (s *UserIdentityConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UserTokenConfiguration ¶ added in v1.35.22
type UserTokenConfiguration struct { // Information about the JSON token type configuration. JsonTokenTypeConfiguration *JsonTokenTypeConfiguration `type:"structure"` // Information about the JWT token type configuration. JwtTokenTypeConfiguration *JwtTokenTypeConfiguration `type:"structure"` // contains filtered or unexported fields }
Provides the configuration information for a token.
func (UserTokenConfiguration) GoString ¶ added in v1.35.22
func (s UserTokenConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UserTokenConfiguration) SetJsonTokenTypeConfiguration ¶ added in v1.35.22
func (s *UserTokenConfiguration) SetJsonTokenTypeConfiguration(v *JsonTokenTypeConfiguration) *UserTokenConfiguration
SetJsonTokenTypeConfiguration sets the JsonTokenTypeConfiguration field's value.
func (*UserTokenConfiguration) SetJwtTokenTypeConfiguration ¶ added in v1.35.22
func (s *UserTokenConfiguration) SetJwtTokenTypeConfiguration(v *JwtTokenTypeConfiguration) *UserTokenConfiguration
SetJwtTokenTypeConfiguration sets the JwtTokenTypeConfiguration field's value.
func (UserTokenConfiguration) String ¶ added in v1.35.22
func (s UserTokenConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UserTokenConfiguration) Validate ¶ added in v1.35.22
func (s *UserTokenConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ValidationException ¶ added in v1.28.0
type ValidationException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"Message" min:"1" type:"string"` // contains filtered or unexported fields }
func (*ValidationException) Code ¶ added in v1.28.0
func (s *ValidationException) Code() string
Code returns the exception type name.
func (*ValidationException) Error ¶ added in v1.28.0
func (s *ValidationException) Error() string
func (ValidationException) GoString ¶ added in v1.28.0
func (s ValidationException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ValidationException) Message ¶ added in v1.28.0
func (s *ValidationException) Message() string
Message returns the exception's message.
func (*ValidationException) OrigErr ¶ added in v1.28.0
func (s *ValidationException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ValidationException) RequestID ¶ added in v1.28.0
func (s *ValidationException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ValidationException) StatusCode ¶ added in v1.28.0
func (s *ValidationException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ValidationException) String ¶ added in v1.28.0
func (s ValidationException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Warning ¶ added in v1.42.32
type Warning struct { // The code used to show the type of warning for the query. Code *string `type:"string" enum:"WarningCode"` // The message that explains the problem with the query. Message *string `min:"1" type:"string"` // contains filtered or unexported fields }
The warning code and message that explains a problem with a query.
func (Warning) GoString ¶ added in v1.42.32
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*Warning) SetMessage ¶ added in v1.42.32
SetMessage sets the Message field's value.
type WebCrawlerConfiguration ¶ added in v1.38.64
type WebCrawlerConfiguration struct { // Configuration information required to connect to websites using authentication. // // You can connect to websites using basic authentication of user name and password. // // You must provide the website host name and port number. For example, the // host name of https://a.example.com/page1.html is "a.example.com" and the // port is 443, the standard port for HTTPS. You use a secret in Secrets Manager // (https://docs.aws.amazon.com/secretsmanager/latest/userguide/intro.html) // to store your authentication credentials. AuthenticationConfiguration *AuthenticationConfiguration `type:"structure"` // Specifies the number of levels in a website that you want to crawl. // // The first level begins from the website seed or starting point URL. For example, // if a website has 3 levels – index level (i.e. seed in this example), sections // level, and subsections level – and you are only interested in crawling // information up to the sections level (i.e. levels 0-1), you can set your // depth to 1. // // The default crawl depth is set to 2. CrawlDepth *int64 `type:"integer"` // The maximum size (in MB) of a webpage or attachment to crawl. // // Files larger than this size (in MB) are skipped/not crawled. // // The default maximum size of a webpage or attachment is set to 50 MB. MaxContentSizePerPageInMegaBytes *float64 `min:"1e-06" type:"float"` // The maximum number of URLs on a webpage to include when crawling a website. // This number is per webpage. // // As a website’s webpages are crawled, any URLs the webpages link to are // also crawled. URLs on a webpage are crawled in order of appearance. // // The default maximum links per page is 100. MaxLinksPerPage *int64 `min:"1" type:"integer"` // The maximum number of URLs crawled per website host per minute. // // A minimum of one URL is required. // // The default maximum number of URLs crawled per website host per minute is // 300. MaxUrlsPerMinuteCrawlRate *int64 `min:"1" type:"integer"` // Configuration information required to connect to your internal websites via // a web proxy. // // You must provide the website host name and port number. For example, the // host name of https://a.example.com/page1.html is "a.example.com" and the // port is 443, the standard port for HTTPS. // // Web proxy credentials are optional and you can use them to connect to a web // proxy server that requires basic authentication. To store web proxy credentials, // you use a secret in Secrets Manager (https://docs.aws.amazon.com/secretsmanager/latest/userguide/intro.html). ProxyConfiguration *ProxyConfiguration `type:"structure"` // A list of regular expression patterns to exclude certain URLs to crawl. URLs // that match the patterns are excluded from the index. URLs that don't match // the patterns are included in the index. If a URL matches both an inclusion // and exclusion pattern, the exclusion pattern takes precedence and the URL // file isn't included in the index. UrlExclusionPatterns []*string `type:"list"` // A list of regular expression patterns to include certain URLs to crawl. URLs // that match the patterns are included in the index. URLs that don't match // the patterns are excluded from the index. If a URL matches both an inclusion // and exclusion pattern, the exclusion pattern takes precedence and the URL // file isn't included in the index. UrlInclusionPatterns []*string `type:"list"` // Specifies the seed or starting point URLs of the websites or the sitemap // URLs of the websites you want to crawl. // // You can include website subdomains. You can list up to 100 seed URLs and // up to three sitemap URLs. // // You can only crawl websites that use the secure communication protocol, Hypertext // Transfer Protocol Secure (HTTPS). If you receive an error when crawling a // website, it could be that the website is blocked from crawling. // // When selecting websites to index, you must adhere to the Amazon Acceptable // Use Policy (https://aws.amazon.com/aup/) and all other Amazon terms. Remember // that you must only use Amazon Kendra Web Crawler to index your own webpages, // or webpages that you have authorization to index. // // Urls is a required field Urls *Urls `type:"structure" required:"true"` // contains filtered or unexported fields }
Provides the configuration information required for Amazon Kendra Web Crawler.
func (WebCrawlerConfiguration) GoString ¶ added in v1.38.64
func (s WebCrawlerConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*WebCrawlerConfiguration) SetAuthenticationConfiguration ¶ added in v1.38.64
func (s *WebCrawlerConfiguration) SetAuthenticationConfiguration(v *AuthenticationConfiguration) *WebCrawlerConfiguration
SetAuthenticationConfiguration sets the AuthenticationConfiguration field's value.
func (*WebCrawlerConfiguration) SetCrawlDepth ¶ added in v1.38.64
func (s *WebCrawlerConfiguration) SetCrawlDepth(v int64) *WebCrawlerConfiguration
SetCrawlDepth sets the CrawlDepth field's value.
func (*WebCrawlerConfiguration) SetMaxContentSizePerPageInMegaBytes ¶ added in v1.38.64
func (s *WebCrawlerConfiguration) SetMaxContentSizePerPageInMegaBytes(v float64) *WebCrawlerConfiguration
SetMaxContentSizePerPageInMegaBytes sets the MaxContentSizePerPageInMegaBytes field's value.
func (*WebCrawlerConfiguration) SetMaxLinksPerPage ¶ added in v1.38.64
func (s *WebCrawlerConfiguration) SetMaxLinksPerPage(v int64) *WebCrawlerConfiguration
SetMaxLinksPerPage sets the MaxLinksPerPage field's value.
func (*WebCrawlerConfiguration) SetMaxUrlsPerMinuteCrawlRate ¶ added in v1.38.64
func (s *WebCrawlerConfiguration) SetMaxUrlsPerMinuteCrawlRate(v int64) *WebCrawlerConfiguration
SetMaxUrlsPerMinuteCrawlRate sets the MaxUrlsPerMinuteCrawlRate field's value.
func (*WebCrawlerConfiguration) SetProxyConfiguration ¶ added in v1.38.64
func (s *WebCrawlerConfiguration) SetProxyConfiguration(v *ProxyConfiguration) *WebCrawlerConfiguration
SetProxyConfiguration sets the ProxyConfiguration field's value.
func (*WebCrawlerConfiguration) SetUrlExclusionPatterns ¶ added in v1.38.64
func (s *WebCrawlerConfiguration) SetUrlExclusionPatterns(v []*string) *WebCrawlerConfiguration
SetUrlExclusionPatterns sets the UrlExclusionPatterns field's value.
func (*WebCrawlerConfiguration) SetUrlInclusionPatterns ¶ added in v1.38.64
func (s *WebCrawlerConfiguration) SetUrlInclusionPatterns(v []*string) *WebCrawlerConfiguration
SetUrlInclusionPatterns sets the UrlInclusionPatterns field's value.
func (*WebCrawlerConfiguration) SetUrls ¶ added in v1.38.64
func (s *WebCrawlerConfiguration) SetUrls(v *Urls) *WebCrawlerConfiguration
SetUrls sets the Urls field's value.
func (WebCrawlerConfiguration) String ¶ added in v1.38.64
func (s WebCrawlerConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*WebCrawlerConfiguration) Validate ¶ added in v1.38.64
func (s *WebCrawlerConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type WorkDocsConfiguration ¶ added in v1.40.5
type WorkDocsConfiguration struct { // TRUE to include comments on documents in your index. Including comments in // your index means each comment is a document that can be searched on. // // The default is set to FALSE. CrawlComments *bool `type:"boolean"` // A list of regular expression patterns to exclude certain files in your Amazon // WorkDocs site repository. Files that match the patterns are excluded from // the index. Files that don’t match the patterns are included in the index. // If a file matches both an inclusion and exclusion pattern, the exclusion // pattern takes precedence and the file isn't included in the index. ExclusionPatterns []*string `type:"list"` // A list of DataSourceToIndexFieldMapping objects that map Amazon WorkDocs // data source attributes or field names to Amazon Kendra index field names. // To create custom fields, use the UpdateIndex API before you map to Amazon // WorkDocs fields. For more information, see Mapping data source fields (https://docs.aws.amazon.com/kendra/latest/dg/field-mapping.html). // The Amazon WorkDocs data source field names must exist in your Amazon WorkDocs // custom metadata. FieldMappings []*DataSourceToIndexFieldMapping `min:"1" type:"list"` // A list of regular expression patterns to include certain files in your Amazon // WorkDocs site repository. Files that match the patterns are included in the // index. Files that don't match the patterns are excluded from the index. If // a file matches both an inclusion and exclusion pattern, the exclusion pattern // takes precedence and the file isn't included in the index. InclusionPatterns []*string `type:"list"` // The identifier of the directory corresponding to your Amazon WorkDocs site // repository. // // You can find the organization ID in the Directory Service (https://console.aws.amazon.com/directoryservicev2/) // by going to Active Directory, then Directories. Your Amazon WorkDocs site // directory has an ID, which is the organization ID. You can also set up a // new Amazon WorkDocs directory in the Directory Service console and enable // a Amazon WorkDocs site for the directory in the Amazon WorkDocs console. // // OrganizationId is a required field OrganizationId *string `min:"12" type:"string" required:"true"` // TRUE to use the Amazon WorkDocs change log to determine which documents require // updating in the index. Depending on the change log's size, it may take longer // for Amazon Kendra to use the change log than to scan all of your documents // in Amazon WorkDocs. UseChangeLog *bool `type:"boolean"` // contains filtered or unexported fields }
Provides the configuration information to connect to Amazon WorkDocs as your data source.
Amazon WorkDocs connector is available in Oregon, North Virginia, Sydney, Singapore and Ireland regions.
func (WorkDocsConfiguration) GoString ¶ added in v1.40.5
func (s WorkDocsConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*WorkDocsConfiguration) SetCrawlComments ¶ added in v1.40.5
func (s *WorkDocsConfiguration) SetCrawlComments(v bool) *WorkDocsConfiguration
SetCrawlComments sets the CrawlComments field's value.
func (*WorkDocsConfiguration) SetExclusionPatterns ¶ added in v1.40.5
func (s *WorkDocsConfiguration) SetExclusionPatterns(v []*string) *WorkDocsConfiguration
SetExclusionPatterns sets the ExclusionPatterns field's value.
func (*WorkDocsConfiguration) SetFieldMappings ¶ added in v1.40.5
func (s *WorkDocsConfiguration) SetFieldMappings(v []*DataSourceToIndexFieldMapping) *WorkDocsConfiguration
SetFieldMappings sets the FieldMappings field's value.
func (*WorkDocsConfiguration) SetInclusionPatterns ¶ added in v1.40.5
func (s *WorkDocsConfiguration) SetInclusionPatterns(v []*string) *WorkDocsConfiguration
SetInclusionPatterns sets the InclusionPatterns field's value.
func (*WorkDocsConfiguration) SetOrganizationId ¶ added in v1.40.5
func (s *WorkDocsConfiguration) SetOrganizationId(v string) *WorkDocsConfiguration
SetOrganizationId sets the OrganizationId field's value.
func (*WorkDocsConfiguration) SetUseChangeLog ¶ added in v1.40.5
func (s *WorkDocsConfiguration) SetUseChangeLog(v bool) *WorkDocsConfiguration
SetUseChangeLog sets the UseChangeLog field's value.
func (WorkDocsConfiguration) String ¶ added in v1.40.5
func (s WorkDocsConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*WorkDocsConfiguration) Validate ¶ added in v1.40.5
func (s *WorkDocsConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
Directories ¶
Path | Synopsis |
---|---|
Package kendraiface provides an interface to enable mocking the AWSKendraFrontendService service client for testing your code.
|
Package kendraiface provides an interface to enable mocking the AWSKendraFrontendService service client for testing your code. |