Documentation ¶
Index ¶
- type BatchDeleteDocumentFuture
- type BatchPutDocumentFuture
- type Client
- type CreateDataSourceFuture
- type CreateFaqFuture
- type CreateIndexFuture
- type CreateThesaurusFuture
- type DeleteDataSourceFuture
- type DeleteFaqFuture
- type DeleteIndexFuture
- type DeleteThesaurusFuture
- type DescribeDataSourceFuture
- type DescribeFaqFuture
- type DescribeIndexFuture
- type DescribeThesaurusFuture
- type ListDataSourceSyncJobsFuture
- type ListDataSourcesFuture
- type ListFaqsFuture
- type ListIndicesFuture
- type ListTagsForResourceFuture
- type ListThesauriFuture
- type QueryFuture
- type StartDataSourceSyncJobFuture
- type StopDataSourceSyncJobFuture
- type SubmitFeedbackFuture
- type TagResourceFuture
- type UntagResourceFuture
- type UpdateDataSourceFuture
- type UpdateIndexFuture
- type UpdateThesaurusFuture
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BatchDeleteDocumentFuture ¶
type BatchDeleteDocumentFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*BatchDeleteDocumentFuture) Get ¶
func (r *BatchDeleteDocumentFuture) Get(ctx workflow.Context) (*kendra.BatchDeleteDocumentOutput, error)
type BatchPutDocumentFuture ¶
type BatchPutDocumentFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*BatchPutDocumentFuture) Get ¶
func (r *BatchPutDocumentFuture) Get(ctx workflow.Context) (*kendra.BatchPutDocumentOutput, error)
type Client ¶
type Client interface { BatchDeleteDocument(ctx workflow.Context, input *kendra.BatchDeleteDocumentInput) (*kendra.BatchDeleteDocumentOutput, error) BatchDeleteDocumentAsync(ctx workflow.Context, input *kendra.BatchDeleteDocumentInput) *BatchDeleteDocumentFuture BatchPutDocument(ctx workflow.Context, input *kendra.BatchPutDocumentInput) (*kendra.BatchPutDocumentOutput, error) BatchPutDocumentAsync(ctx workflow.Context, input *kendra.BatchPutDocumentInput) *BatchPutDocumentFuture CreateDataSource(ctx workflow.Context, input *kendra.CreateDataSourceInput) (*kendra.CreateDataSourceOutput, error) CreateDataSourceAsync(ctx workflow.Context, input *kendra.CreateDataSourceInput) *CreateDataSourceFuture CreateFaq(ctx workflow.Context, input *kendra.CreateFaqInput) (*kendra.CreateFaqOutput, error) CreateFaqAsync(ctx workflow.Context, input *kendra.CreateFaqInput) *CreateFaqFuture CreateIndex(ctx workflow.Context, input *kendra.CreateIndexInput) (*kendra.CreateIndexOutput, error) CreateIndexAsync(ctx workflow.Context, input *kendra.CreateIndexInput) *CreateIndexFuture CreateThesaurus(ctx workflow.Context, input *kendra.CreateThesaurusInput) (*kendra.CreateThesaurusOutput, error) CreateThesaurusAsync(ctx workflow.Context, input *kendra.CreateThesaurusInput) *CreateThesaurusFuture DeleteDataSource(ctx workflow.Context, input *kendra.DeleteDataSourceInput) (*kendra.DeleteDataSourceOutput, error) DeleteDataSourceAsync(ctx workflow.Context, input *kendra.DeleteDataSourceInput) *DeleteDataSourceFuture DeleteFaq(ctx workflow.Context, input *kendra.DeleteFaqInput) (*kendra.DeleteFaqOutput, error) DeleteFaqAsync(ctx workflow.Context, input *kendra.DeleteFaqInput) *DeleteFaqFuture DeleteIndex(ctx workflow.Context, input *kendra.DeleteIndexInput) (*kendra.DeleteIndexOutput, error) DeleteIndexAsync(ctx workflow.Context, input *kendra.DeleteIndexInput) *DeleteIndexFuture DeleteThesaurus(ctx workflow.Context, input *kendra.DeleteThesaurusInput) (*kendra.DeleteThesaurusOutput, error) DeleteThesaurusAsync(ctx workflow.Context, input *kendra.DeleteThesaurusInput) *DeleteThesaurusFuture DescribeDataSource(ctx workflow.Context, input *kendra.DescribeDataSourceInput) (*kendra.DescribeDataSourceOutput, error) DescribeDataSourceAsync(ctx workflow.Context, input *kendra.DescribeDataSourceInput) *DescribeDataSourceFuture DescribeFaq(ctx workflow.Context, input *kendra.DescribeFaqInput) (*kendra.DescribeFaqOutput, error) DescribeFaqAsync(ctx workflow.Context, input *kendra.DescribeFaqInput) *DescribeFaqFuture DescribeIndex(ctx workflow.Context, input *kendra.DescribeIndexInput) (*kendra.DescribeIndexOutput, error) DescribeIndexAsync(ctx workflow.Context, input *kendra.DescribeIndexInput) *DescribeIndexFuture DescribeThesaurus(ctx workflow.Context, input *kendra.DescribeThesaurusInput) (*kendra.DescribeThesaurusOutput, error) DescribeThesaurusAsync(ctx workflow.Context, input *kendra.DescribeThesaurusInput) *DescribeThesaurusFuture ListDataSourceSyncJobs(ctx workflow.Context, input *kendra.ListDataSourceSyncJobsInput) (*kendra.ListDataSourceSyncJobsOutput, error) ListDataSourceSyncJobsAsync(ctx workflow.Context, input *kendra.ListDataSourceSyncJobsInput) *ListDataSourceSyncJobsFuture ListDataSources(ctx workflow.Context, input *kendra.ListDataSourcesInput) (*kendra.ListDataSourcesOutput, error) ListDataSourcesAsync(ctx workflow.Context, input *kendra.ListDataSourcesInput) *ListDataSourcesFuture ListFaqs(ctx workflow.Context, input *kendra.ListFaqsInput) (*kendra.ListFaqsOutput, error) ListFaqsAsync(ctx workflow.Context, input *kendra.ListFaqsInput) *ListFaqsFuture ListIndices(ctx workflow.Context, input *kendra.ListIndicesInput) (*kendra.ListIndicesOutput, error) ListIndicesAsync(ctx workflow.Context, input *kendra.ListIndicesInput) *ListIndicesFuture ListTagsForResource(ctx workflow.Context, input *kendra.ListTagsForResourceInput) (*kendra.ListTagsForResourceOutput, error) ListTagsForResourceAsync(ctx workflow.Context, input *kendra.ListTagsForResourceInput) *ListTagsForResourceFuture ListThesauri(ctx workflow.Context, input *kendra.ListThesauriInput) (*kendra.ListThesauriOutput, error) ListThesauriAsync(ctx workflow.Context, input *kendra.ListThesauriInput) *ListThesauriFuture Query(ctx workflow.Context, input *kendra.QueryInput) (*kendra.QueryOutput, error) QueryAsync(ctx workflow.Context, input *kendra.QueryInput) *QueryFuture StartDataSourceSyncJob(ctx workflow.Context, input *kendra.StartDataSourceSyncJobInput) (*kendra.StartDataSourceSyncJobOutput, error) StartDataSourceSyncJobAsync(ctx workflow.Context, input *kendra.StartDataSourceSyncJobInput) *StartDataSourceSyncJobFuture StopDataSourceSyncJob(ctx workflow.Context, input *kendra.StopDataSourceSyncJobInput) (*kendra.StopDataSourceSyncJobOutput, error) StopDataSourceSyncJobAsync(ctx workflow.Context, input *kendra.StopDataSourceSyncJobInput) *StopDataSourceSyncJobFuture SubmitFeedback(ctx workflow.Context, input *kendra.SubmitFeedbackInput) (*kendra.SubmitFeedbackOutput, error) SubmitFeedbackAsync(ctx workflow.Context, input *kendra.SubmitFeedbackInput) *SubmitFeedbackFuture TagResource(ctx workflow.Context, input *kendra.TagResourceInput) (*kendra.TagResourceOutput, error) TagResourceAsync(ctx workflow.Context, input *kendra.TagResourceInput) *TagResourceFuture UntagResource(ctx workflow.Context, input *kendra.UntagResourceInput) (*kendra.UntagResourceOutput, error) UntagResourceAsync(ctx workflow.Context, input *kendra.UntagResourceInput) *UntagResourceFuture UpdateDataSource(ctx workflow.Context, input *kendra.UpdateDataSourceInput) (*kendra.UpdateDataSourceOutput, error) UpdateDataSourceAsync(ctx workflow.Context, input *kendra.UpdateDataSourceInput) *UpdateDataSourceFuture UpdateIndex(ctx workflow.Context, input *kendra.UpdateIndexInput) (*kendra.UpdateIndexOutput, error) UpdateIndexAsync(ctx workflow.Context, input *kendra.UpdateIndexInput) *UpdateIndexFuture UpdateThesaurus(ctx workflow.Context, input *kendra.UpdateThesaurusInput) (*kendra.UpdateThesaurusOutput, error) UpdateThesaurusAsync(ctx workflow.Context, input *kendra.UpdateThesaurusInput) *UpdateThesaurusFuture }
type CreateDataSourceFuture ¶
type CreateDataSourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateDataSourceFuture) Get ¶
func (r *CreateDataSourceFuture) Get(ctx workflow.Context) (*kendra.CreateDataSourceOutput, error)
type CreateFaqFuture ¶
func (*CreateFaqFuture) Get ¶
func (r *CreateFaqFuture) Get(ctx workflow.Context) (*kendra.CreateFaqOutput, error)
type CreateIndexFuture ¶
func (*CreateIndexFuture) Get ¶
func (r *CreateIndexFuture) Get(ctx workflow.Context) (*kendra.CreateIndexOutput, error)
type CreateThesaurusFuture ¶
type CreateThesaurusFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateThesaurusFuture) Get ¶
func (r *CreateThesaurusFuture) Get(ctx workflow.Context) (*kendra.CreateThesaurusOutput, error)
type DeleteDataSourceFuture ¶
type DeleteDataSourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteDataSourceFuture) Get ¶
func (r *DeleteDataSourceFuture) Get(ctx workflow.Context) (*kendra.DeleteDataSourceOutput, error)
type DeleteFaqFuture ¶
func (*DeleteFaqFuture) Get ¶
func (r *DeleteFaqFuture) Get(ctx workflow.Context) (*kendra.DeleteFaqOutput, error)
type DeleteIndexFuture ¶
func (*DeleteIndexFuture) Get ¶
func (r *DeleteIndexFuture) Get(ctx workflow.Context) (*kendra.DeleteIndexOutput, error)
type DeleteThesaurusFuture ¶
type DeleteThesaurusFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteThesaurusFuture) Get ¶
func (r *DeleteThesaurusFuture) Get(ctx workflow.Context) (*kendra.DeleteThesaurusOutput, error)
type DescribeDataSourceFuture ¶
type DescribeDataSourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeDataSourceFuture) Get ¶
func (r *DescribeDataSourceFuture) Get(ctx workflow.Context) (*kendra.DescribeDataSourceOutput, error)
type DescribeFaqFuture ¶
func (*DescribeFaqFuture) Get ¶
func (r *DescribeFaqFuture) Get(ctx workflow.Context) (*kendra.DescribeFaqOutput, error)
type DescribeIndexFuture ¶
func (*DescribeIndexFuture) Get ¶
func (r *DescribeIndexFuture) Get(ctx workflow.Context) (*kendra.DescribeIndexOutput, error)
type DescribeThesaurusFuture ¶
type DescribeThesaurusFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeThesaurusFuture) Get ¶
func (r *DescribeThesaurusFuture) Get(ctx workflow.Context) (*kendra.DescribeThesaurusOutput, error)
type ListDataSourceSyncJobsFuture ¶
type ListDataSourceSyncJobsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListDataSourceSyncJobsFuture) Get ¶
func (r *ListDataSourceSyncJobsFuture) Get(ctx workflow.Context) (*kendra.ListDataSourceSyncJobsOutput, error)
type ListDataSourcesFuture ¶
type ListDataSourcesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListDataSourcesFuture) Get ¶
func (r *ListDataSourcesFuture) Get(ctx workflow.Context) (*kendra.ListDataSourcesOutput, error)
type ListFaqsFuture ¶
func (*ListFaqsFuture) Get ¶
func (r *ListFaqsFuture) Get(ctx workflow.Context) (*kendra.ListFaqsOutput, error)
type ListIndicesFuture ¶
func (*ListIndicesFuture) Get ¶
func (r *ListIndicesFuture) Get(ctx workflow.Context) (*kendra.ListIndicesOutput, error)
type ListTagsForResourceFuture ¶
type ListTagsForResourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTagsForResourceFuture) Get ¶
func (r *ListTagsForResourceFuture) Get(ctx workflow.Context) (*kendra.ListTagsForResourceOutput, error)
type ListThesauriFuture ¶
func (*ListThesauriFuture) Get ¶
func (r *ListThesauriFuture) Get(ctx workflow.Context) (*kendra.ListThesauriOutput, error)
type QueryFuture ¶
func (*QueryFuture) Get ¶
func (r *QueryFuture) Get(ctx workflow.Context) (*kendra.QueryOutput, error)
type StartDataSourceSyncJobFuture ¶
type StartDataSourceSyncJobFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StartDataSourceSyncJobFuture) Get ¶
func (r *StartDataSourceSyncJobFuture) Get(ctx workflow.Context) (*kendra.StartDataSourceSyncJobOutput, error)
type StopDataSourceSyncJobFuture ¶
type StopDataSourceSyncJobFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StopDataSourceSyncJobFuture) Get ¶
func (r *StopDataSourceSyncJobFuture) Get(ctx workflow.Context) (*kendra.StopDataSourceSyncJobOutput, error)
type SubmitFeedbackFuture ¶
func (*SubmitFeedbackFuture) Get ¶
func (r *SubmitFeedbackFuture) Get(ctx workflow.Context) (*kendra.SubmitFeedbackOutput, error)
type TagResourceFuture ¶
func (*TagResourceFuture) Get ¶
func (r *TagResourceFuture) Get(ctx workflow.Context) (*kendra.TagResourceOutput, error)
type UntagResourceFuture ¶
func (*UntagResourceFuture) Get ¶
func (r *UntagResourceFuture) Get(ctx workflow.Context) (*kendra.UntagResourceOutput, error)
type UpdateDataSourceFuture ¶
type UpdateDataSourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateDataSourceFuture) Get ¶
func (r *UpdateDataSourceFuture) Get(ctx workflow.Context) (*kendra.UpdateDataSourceOutput, error)
type UpdateIndexFuture ¶
func (*UpdateIndexFuture) Get ¶
func (r *UpdateIndexFuture) Get(ctx workflow.Context) (*kendra.UpdateIndexOutput, error)
type UpdateThesaurusFuture ¶
type UpdateThesaurusFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateThesaurusFuture) Get ¶
func (r *UpdateThesaurusFuture) Get(ctx workflow.Context) (*kendra.UpdateThesaurusOutput, error)
Click to show internal directories.
Click to hide internal directories.