@aws-sdk/client-kendra 3.890.0 → 3.893.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/commands/AssociateEntitiesToExperienceCommand.d.ts +2 -0
- package/dist-types/commands/AssociatePersonasToEntitiesCommand.d.ts +2 -0
- package/dist-types/commands/BatchDeleteDocumentCommand.d.ts +2 -0
- package/dist-types/commands/BatchDeleteFeaturedResultsSetCommand.d.ts +2 -0
- package/dist-types/commands/BatchGetDocumentStatusCommand.d.ts +2 -0
- package/dist-types/commands/BatchPutDocumentCommand.d.ts +2 -0
- package/dist-types/commands/ClearQuerySuggestionsCommand.d.ts +2 -0
- package/dist-types/commands/CreateAccessControlConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/CreateDataSourceCommand.d.ts +2 -0
- package/dist-types/commands/CreateExperienceCommand.d.ts +2 -0
- package/dist-types/commands/CreateFaqCommand.d.ts +2 -0
- package/dist-types/commands/CreateFeaturedResultsSetCommand.d.ts +2 -0
- package/dist-types/commands/CreateIndexCommand.d.ts +2 -0
- package/dist-types/commands/CreateQuerySuggestionsBlockListCommand.d.ts +2 -0
- package/dist-types/commands/CreateThesaurusCommand.d.ts +2 -0
- package/dist-types/commands/DeleteAccessControlConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +2 -0
- package/dist-types/commands/DeleteExperienceCommand.d.ts +2 -0
- package/dist-types/commands/DeleteFaqCommand.d.ts +2 -0
- package/dist-types/commands/DeleteIndexCommand.d.ts +2 -0
- package/dist-types/commands/DeletePrincipalMappingCommand.d.ts +2 -0
- package/dist-types/commands/DeleteQuerySuggestionsBlockListCommand.d.ts +2 -0
- package/dist-types/commands/DeleteThesaurusCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAccessControlConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +2 -0
- package/dist-types/commands/DescribeExperienceCommand.d.ts +2 -0
- package/dist-types/commands/DescribeFaqCommand.d.ts +2 -0
- package/dist-types/commands/DescribeFeaturedResultsSetCommand.d.ts +2 -0
- package/dist-types/commands/DescribeIndexCommand.d.ts +2 -0
- package/dist-types/commands/DescribePrincipalMappingCommand.d.ts +2 -0
- package/dist-types/commands/DescribeQuerySuggestionsBlockListCommand.d.ts +2 -0
- package/dist-types/commands/DescribeQuerySuggestionsConfigCommand.d.ts +2 -0
- package/dist-types/commands/DescribeThesaurusCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateEntitiesFromExperienceCommand.d.ts +2 -0
- package/dist-types/commands/DisassociatePersonasFromEntitiesCommand.d.ts +2 -0
- package/dist-types/commands/GetQuerySuggestionsCommand.d.ts +2 -0
- package/dist-types/commands/GetSnapshotsCommand.d.ts +2 -0
- package/dist-types/commands/ListAccessControlConfigurationsCommand.d.ts +2 -0
- package/dist-types/commands/ListDataSourceSyncJobsCommand.d.ts +2 -0
- package/dist-types/commands/ListDataSourcesCommand.d.ts +2 -0
- package/dist-types/commands/ListEntityPersonasCommand.d.ts +2 -0
- package/dist-types/commands/ListExperienceEntitiesCommand.d.ts +2 -0
- package/dist-types/commands/ListExperiencesCommand.d.ts +2 -0
- package/dist-types/commands/ListFaqsCommand.d.ts +2 -0
- package/dist-types/commands/ListFeaturedResultsSetsCommand.d.ts +2 -0
- package/dist-types/commands/ListGroupsOlderThanOrderingIdCommand.d.ts +2 -0
- package/dist-types/commands/ListIndicesCommand.d.ts +2 -0
- package/dist-types/commands/ListQuerySuggestionsBlockListsCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/ListThesauriCommand.d.ts +2 -0
- package/dist-types/commands/PutPrincipalMappingCommand.d.ts +2 -0
- package/dist-types/commands/QueryCommand.d.ts +2 -0
- package/dist-types/commands/RetrieveCommand.d.ts +2 -0
- package/dist-types/commands/StartDataSourceSyncJobCommand.d.ts +2 -0
- package/dist-types/commands/StopDataSourceSyncJobCommand.d.ts +2 -0
- package/dist-types/commands/SubmitFeedbackCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateAccessControlConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateExperienceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateFeaturedResultsSetCommand.d.ts +2 -0
- package/dist-types/commands/UpdateIndexCommand.d.ts +2 -0
- package/dist-types/commands/UpdateQuerySuggestionsBlockListCommand.d.ts +2 -0
- package/dist-types/commands/UpdateQuerySuggestionsConfigCommand.d.ts +2 -0
- package/dist-types/commands/UpdateThesaurusCommand.d.ts +2 -0
- package/package.json +19 -19
|
@@ -37,6 +37,8 @@ declare const AssociateEntitiesToExperienceCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { KendraClient, AssociateEntitiesToExperienceCommand } from "@aws-sdk/client-kendra"; // ES Modules import
|
|
39
39
|
* // const { KendraClient, AssociateEntitiesToExperienceCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
|
|
40
|
+
* // import type { KendraClientConfig } from "@aws-sdk/client-kendra";
|
|
41
|
+
* const config = {}; // type is KendraClientConfig
|
|
40
42
|
* const client = new KendraClient(config);
|
|
41
43
|
* const input = { // AssociateEntitiesToExperienceRequest
|
|
42
44
|
* Id: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const AssociatePersonasToEntitiesCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { KendraClient, AssociatePersonasToEntitiesCommand } from "@aws-sdk/client-kendra"; // ES Modules import
|
|
39
39
|
* // const { KendraClient, AssociatePersonasToEntitiesCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
|
|
40
|
+
* // import type { KendraClientConfig } from "@aws-sdk/client-kendra";
|
|
41
|
+
* const config = {}; // type is KendraClientConfig
|
|
40
42
|
* const client = new KendraClient(config);
|
|
41
43
|
* const input = { // AssociatePersonasToEntitiesRequest
|
|
42
44
|
* Id: "STRING_VALUE", // required
|
|
@@ -42,6 +42,8 @@ declare const BatchDeleteDocumentCommand_base: {
|
|
|
42
42
|
* ```javascript
|
|
43
43
|
* import { KendraClient, BatchDeleteDocumentCommand } from "@aws-sdk/client-kendra"; // ES Modules import
|
|
44
44
|
* // const { KendraClient, BatchDeleteDocumentCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
|
|
45
|
+
* // import type { KendraClientConfig } from "@aws-sdk/client-kendra";
|
|
46
|
+
* const config = {}; // type is KendraClientConfig
|
|
45
47
|
* const client = new KendraClient(config);
|
|
46
48
|
* const input = { // BatchDeleteDocumentRequest
|
|
47
49
|
* IndexId: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const BatchDeleteFeaturedResultsSetCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { KendraClient, BatchDeleteFeaturedResultsSetCommand } from "@aws-sdk/client-kendra"; // ES Modules import
|
|
37
37
|
* // const { KendraClient, BatchDeleteFeaturedResultsSetCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
|
|
38
|
+
* // import type { KendraClientConfig } from "@aws-sdk/client-kendra";
|
|
39
|
+
* const config = {}; // type is KendraClientConfig
|
|
38
40
|
* const client = new KendraClient(config);
|
|
39
41
|
* const input = { // BatchDeleteFeaturedResultsSetRequest
|
|
40
42
|
* IndexId: "STRING_VALUE", // required
|
|
@@ -41,6 +41,8 @@ declare const BatchGetDocumentStatusCommand_base: {
|
|
|
41
41
|
* ```javascript
|
|
42
42
|
* import { KendraClient, BatchGetDocumentStatusCommand } from "@aws-sdk/client-kendra"; // ES Modules import
|
|
43
43
|
* // const { KendraClient, BatchGetDocumentStatusCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
|
|
44
|
+
* // import type { KendraClientConfig } from "@aws-sdk/client-kendra";
|
|
45
|
+
* const config = {}; // type is KendraClientConfig
|
|
44
46
|
* const client = new KendraClient(config);
|
|
45
47
|
* const input = { // BatchGetDocumentStatusRequest
|
|
46
48
|
* IndexId: "STRING_VALUE", // required
|
|
@@ -45,6 +45,8 @@ declare const BatchPutDocumentCommand_base: {
|
|
|
45
45
|
* ```javascript
|
|
46
46
|
* import { KendraClient, BatchPutDocumentCommand } from "@aws-sdk/client-kendra"; // ES Modules import
|
|
47
47
|
* // const { KendraClient, BatchPutDocumentCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
|
|
48
|
+
* // import type { KendraClientConfig } from "@aws-sdk/client-kendra";
|
|
49
|
+
* const config = {}; // type is KendraClientConfig
|
|
48
50
|
* const client = new KendraClient(config);
|
|
49
51
|
* const input = { // BatchPutDocumentRequest
|
|
50
52
|
* IndexId: "STRING_VALUE", // required
|
|
@@ -42,6 +42,8 @@ declare const ClearQuerySuggestionsCommand_base: {
|
|
|
42
42
|
* ```javascript
|
|
43
43
|
* import { KendraClient, ClearQuerySuggestionsCommand } from "@aws-sdk/client-kendra"; // ES Modules import
|
|
44
44
|
* // const { KendraClient, ClearQuerySuggestionsCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
|
|
45
|
+
* // import type { KendraClientConfig } from "@aws-sdk/client-kendra";
|
|
46
|
+
* const config = {}; // type is KendraClientConfig
|
|
45
47
|
* const client = new KendraClient(config);
|
|
46
48
|
* const input = { // ClearQuerySuggestionsRequest
|
|
47
49
|
* IndexId: "STRING_VALUE", // required
|
|
@@ -57,6 +57,8 @@ declare const CreateAccessControlConfigurationCommand_base: {
|
|
|
57
57
|
* ```javascript
|
|
58
58
|
* import { KendraClient, CreateAccessControlConfigurationCommand } from "@aws-sdk/client-kendra"; // ES Modules import
|
|
59
59
|
* // const { KendraClient, CreateAccessControlConfigurationCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
|
|
60
|
+
* // import type { KendraClientConfig } from "@aws-sdk/client-kendra";
|
|
61
|
+
* const config = {}; // type is KendraClientConfig
|
|
60
62
|
* const client = new KendraClient(config);
|
|
61
63
|
* const input = { // CreateAccessControlConfigurationRequest
|
|
62
64
|
* IndexId: "STRING_VALUE", // required
|
|
@@ -43,6 +43,8 @@ declare const CreateDataSourceCommand_base: {
|
|
|
43
43
|
* ```javascript
|
|
44
44
|
* import { KendraClient, CreateDataSourceCommand } from "@aws-sdk/client-kendra"; // ES Modules import
|
|
45
45
|
* // const { KendraClient, CreateDataSourceCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
|
|
46
|
+
* // import type { KendraClientConfig } from "@aws-sdk/client-kendra";
|
|
47
|
+
* const config = {}; // type is KendraClientConfig
|
|
46
48
|
* const client = new KendraClient(config);
|
|
47
49
|
* const input = { // CreateDataSourceRequest
|
|
48
50
|
* Name: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const CreateExperienceCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { KendraClient, CreateExperienceCommand } from "@aws-sdk/client-kendra"; // ES Modules import
|
|
38
38
|
* // const { KendraClient, CreateExperienceCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
|
|
39
|
+
* // import type { KendraClientConfig } from "@aws-sdk/client-kendra";
|
|
40
|
+
* const config = {}; // type is KendraClientConfig
|
|
39
41
|
* const client = new KendraClient(config);
|
|
40
42
|
* const input = { // CreateExperienceRequest
|
|
41
43
|
* Name: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const CreateFaqCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { KendraClient, CreateFaqCommand } from "@aws-sdk/client-kendra"; // ES Modules import
|
|
38
38
|
* // const { KendraClient, CreateFaqCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
|
|
39
|
+
* // import type { KendraClientConfig } from "@aws-sdk/client-kendra";
|
|
40
|
+
* const config = {}; // type is KendraClientConfig
|
|
39
41
|
* const client = new KendraClient(config);
|
|
40
42
|
* const input = { // CreateFaqRequest
|
|
41
43
|
* IndexId: "STRING_VALUE", // required
|
|
@@ -39,6 +39,8 @@ declare const CreateFeaturedResultsSetCommand_base: {
|
|
|
39
39
|
* ```javascript
|
|
40
40
|
* import { KendraClient, CreateFeaturedResultsSetCommand } from "@aws-sdk/client-kendra"; // ES Modules import
|
|
41
41
|
* // const { KendraClient, CreateFeaturedResultsSetCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
|
|
42
|
+
* // import type { KendraClientConfig } from "@aws-sdk/client-kendra";
|
|
43
|
+
* const config = {}; // type is KendraClientConfig
|
|
42
44
|
* const client = new KendraClient(config);
|
|
43
45
|
* const input = { // CreateFeaturedResultsSetRequest
|
|
44
46
|
* IndexId: "STRING_VALUE", // required
|
|
@@ -42,6 +42,8 @@ declare const CreateIndexCommand_base: {
|
|
|
42
42
|
* ```javascript
|
|
43
43
|
* import { KendraClient, CreateIndexCommand } from "@aws-sdk/client-kendra"; // ES Modules import
|
|
44
44
|
* // const { KendraClient, CreateIndexCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
|
|
45
|
+
* // import type { KendraClientConfig } from "@aws-sdk/client-kendra";
|
|
46
|
+
* const config = {}; // type is KendraClientConfig
|
|
45
47
|
* const client = new KendraClient(config);
|
|
46
48
|
* const input = { // CreateIndexRequest
|
|
47
49
|
* Name: "STRING_VALUE", // required
|
|
@@ -47,6 +47,8 @@ declare const CreateQuerySuggestionsBlockListCommand_base: {
|
|
|
47
47
|
* ```javascript
|
|
48
48
|
* import { KendraClient, CreateQuerySuggestionsBlockListCommand } from "@aws-sdk/client-kendra"; // ES Modules import
|
|
49
49
|
* // const { KendraClient, CreateQuerySuggestionsBlockListCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
|
|
50
|
+
* // import type { KendraClientConfig } from "@aws-sdk/client-kendra";
|
|
51
|
+
* const config = {}; // type is KendraClientConfig
|
|
50
52
|
* const client = new KendraClient(config);
|
|
51
53
|
* const input = { // CreateQuerySuggestionsBlockListRequest
|
|
52
54
|
* IndexId: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const CreateThesaurusCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { KendraClient, CreateThesaurusCommand } from "@aws-sdk/client-kendra"; // ES Modules import
|
|
39
39
|
* // const { KendraClient, CreateThesaurusCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
|
|
40
|
+
* // import type { KendraClientConfig } from "@aws-sdk/client-kendra";
|
|
41
|
+
* const config = {}; // type is KendraClientConfig
|
|
40
42
|
* const client = new KendraClient(config);
|
|
41
43
|
* const input = { // CreateThesaurusRequest
|
|
42
44
|
* IndexId: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const DeleteAccessControlConfigurationCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { KendraClient, DeleteAccessControlConfigurationCommand } from "@aws-sdk/client-kendra"; // ES Modules import
|
|
38
38
|
* // const { KendraClient, DeleteAccessControlConfigurationCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
|
|
39
|
+
* // import type { KendraClientConfig } from "@aws-sdk/client-kendra";
|
|
40
|
+
* const config = {}; // type is KendraClientConfig
|
|
39
41
|
* const client = new KendraClient(config);
|
|
40
42
|
* const input = { // DeleteAccessControlConfigurationRequest
|
|
41
43
|
* IndexId: "STRING_VALUE", // required
|
|
@@ -39,6 +39,8 @@ declare const DeleteDataSourceCommand_base: {
|
|
|
39
39
|
* ```javascript
|
|
40
40
|
* import { KendraClient, DeleteDataSourceCommand } from "@aws-sdk/client-kendra"; // ES Modules import
|
|
41
41
|
* // const { KendraClient, DeleteDataSourceCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
|
|
42
|
+
* // import type { KendraClientConfig } from "@aws-sdk/client-kendra";
|
|
43
|
+
* const config = {}; // type is KendraClientConfig
|
|
42
44
|
* const client = new KendraClient(config);
|
|
43
45
|
* const input = { // DeleteDataSourceRequest
|
|
44
46
|
* Id: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const DeleteExperienceCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { KendraClient, DeleteExperienceCommand } from "@aws-sdk/client-kendra"; // ES Modules import
|
|
37
37
|
* // const { KendraClient, DeleteExperienceCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
|
|
38
|
+
* // import type { KendraClientConfig } from "@aws-sdk/client-kendra";
|
|
39
|
+
* const config = {}; // type is KendraClientConfig
|
|
38
40
|
* const client = new KendraClient(config);
|
|
39
41
|
* const input = { // DeleteExperienceRequest
|
|
40
42
|
* Id: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteFaqCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { KendraClient, DeleteFaqCommand } from "@aws-sdk/client-kendra"; // ES Modules import
|
|
35
35
|
* // const { KendraClient, DeleteFaqCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
|
|
36
|
+
* // import type { KendraClientConfig } from "@aws-sdk/client-kendra";
|
|
37
|
+
* const config = {}; // type is KendraClientConfig
|
|
36
38
|
* const client = new KendraClient(config);
|
|
37
39
|
* const input = { // DeleteFaqRequest
|
|
38
40
|
* Id: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const DeleteIndexCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { KendraClient, DeleteIndexCommand } from "@aws-sdk/client-kendra"; // ES Modules import
|
|
37
37
|
* // const { KendraClient, DeleteIndexCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
|
|
38
|
+
* // import type { KendraClientConfig } from "@aws-sdk/client-kendra";
|
|
39
|
+
* const config = {}; // type is KendraClientConfig
|
|
38
40
|
* const client = new KendraClient(config);
|
|
39
41
|
* const input = { // DeleteIndexRequest
|
|
40
42
|
* Id: "STRING_VALUE", // required
|
|
@@ -45,6 +45,8 @@ declare const DeletePrincipalMappingCommand_base: {
|
|
|
45
45
|
* ```javascript
|
|
46
46
|
* import { KendraClient, DeletePrincipalMappingCommand } from "@aws-sdk/client-kendra"; // ES Modules import
|
|
47
47
|
* // const { KendraClient, DeletePrincipalMappingCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
|
|
48
|
+
* // import type { KendraClientConfig } from "@aws-sdk/client-kendra";
|
|
49
|
+
* const config = {}; // type is KendraClientConfig
|
|
48
50
|
* const client = new KendraClient(config);
|
|
49
51
|
* const input = { // DeletePrincipalMappingRequest
|
|
50
52
|
* IndexId: "STRING_VALUE", // required
|
|
@@ -39,6 +39,8 @@ declare const DeleteQuerySuggestionsBlockListCommand_base: {
|
|
|
39
39
|
* ```javascript
|
|
40
40
|
* import { KendraClient, DeleteQuerySuggestionsBlockListCommand } from "@aws-sdk/client-kendra"; // ES Modules import
|
|
41
41
|
* // const { KendraClient, DeleteQuerySuggestionsBlockListCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
|
|
42
|
+
* // import type { KendraClientConfig } from "@aws-sdk/client-kendra";
|
|
43
|
+
* const config = {}; // type is KendraClientConfig
|
|
42
44
|
* const client = new KendraClient(config);
|
|
43
45
|
* const input = { // DeleteQuerySuggestionsBlockListRequest
|
|
44
46
|
* IndexId: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DeleteThesaurusCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { KendraClient, DeleteThesaurusCommand } from "@aws-sdk/client-kendra"; // ES Modules import
|
|
36
36
|
* // const { KendraClient, DeleteThesaurusCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
|
|
37
|
+
* // import type { KendraClientConfig } from "@aws-sdk/client-kendra";
|
|
38
|
+
* const config = {}; // type is KendraClientConfig
|
|
37
39
|
* const client = new KendraClient(config);
|
|
38
40
|
* const input = { // DeleteThesaurusRequest
|
|
39
41
|
* Id: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const DescribeAccessControlConfigurationCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { KendraClient, DescribeAccessControlConfigurationCommand } from "@aws-sdk/client-kendra"; // ES Modules import
|
|
38
38
|
* // const { KendraClient, DescribeAccessControlConfigurationCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
|
|
39
|
+
* // import type { KendraClientConfig } from "@aws-sdk/client-kendra";
|
|
40
|
+
* const config = {}; // type is KendraClientConfig
|
|
39
41
|
* const client = new KendraClient(config);
|
|
40
42
|
* const input = { // DescribeAccessControlConfigurationRequest
|
|
41
43
|
* IndexId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeDataSourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { KendraClient, DescribeDataSourceCommand } from "@aws-sdk/client-kendra"; // ES Modules import
|
|
35
35
|
* // const { KendraClient, DescribeDataSourceCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
|
|
36
|
+
* // import type { KendraClientConfig } from "@aws-sdk/client-kendra";
|
|
37
|
+
* const config = {}; // type is KendraClientConfig
|
|
36
38
|
* const client = new KendraClient(config);
|
|
37
39
|
* const input = { // DescribeDataSourceRequest
|
|
38
40
|
* Id: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const DescribeExperienceCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { KendraClient, DescribeExperienceCommand } from "@aws-sdk/client-kendra"; // ES Modules import
|
|
38
38
|
* // const { KendraClient, DescribeExperienceCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
|
|
39
|
+
* // import type { KendraClientConfig } from "@aws-sdk/client-kendra";
|
|
40
|
+
* const config = {}; // type is KendraClientConfig
|
|
39
41
|
* const client = new KendraClient(config);
|
|
40
42
|
* const input = { // DescribeExperienceRequest
|
|
41
43
|
* Id: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeFaqCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { KendraClient, DescribeFaqCommand } from "@aws-sdk/client-kendra"; // ES Modules import
|
|
35
35
|
* // const { KendraClient, DescribeFaqCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
|
|
36
|
+
* // import type { KendraClientConfig } from "@aws-sdk/client-kendra";
|
|
37
|
+
* const config = {}; // type is KendraClientConfig
|
|
36
38
|
* const client = new KendraClient(config);
|
|
37
39
|
* const input = { // DescribeFaqRequest
|
|
38
40
|
* Id: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const DescribeFeaturedResultsSetCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { KendraClient, DescribeFeaturedResultsSetCommand } from "@aws-sdk/client-kendra"; // ES Modules import
|
|
37
37
|
* // const { KendraClient, DescribeFeaturedResultsSetCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
|
|
38
|
+
* // import type { KendraClientConfig } from "@aws-sdk/client-kendra";
|
|
39
|
+
* const config = {}; // type is KendraClientConfig
|
|
38
40
|
* const client = new KendraClient(config);
|
|
39
41
|
* const input = { // DescribeFeaturedResultsSetRequest
|
|
40
42
|
* IndexId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeIndexCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { KendraClient, DescribeIndexCommand } from "@aws-sdk/client-kendra"; // ES Modules import
|
|
35
35
|
* // const { KendraClient, DescribeIndexCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
|
|
36
|
+
* // import type { KendraClientConfig } from "@aws-sdk/client-kendra";
|
|
37
|
+
* const config = {}; // type is KendraClientConfig
|
|
36
38
|
* const client = new KendraClient(config);
|
|
37
39
|
* const input = { // DescribeIndexRequest
|
|
38
40
|
* Id: "STRING_VALUE", // required
|
|
@@ -40,6 +40,8 @@ declare const DescribePrincipalMappingCommand_base: {
|
|
|
40
40
|
* ```javascript
|
|
41
41
|
* import { KendraClient, DescribePrincipalMappingCommand } from "@aws-sdk/client-kendra"; // ES Modules import
|
|
42
42
|
* // const { KendraClient, DescribePrincipalMappingCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
|
|
43
|
+
* // import type { KendraClientConfig } from "@aws-sdk/client-kendra";
|
|
44
|
+
* const config = {}; // type is KendraClientConfig
|
|
43
45
|
* const client = new KendraClient(config);
|
|
44
46
|
* const input = { // DescribePrincipalMappingRequest
|
|
45
47
|
* IndexId: "STRING_VALUE", // required
|
|
@@ -39,6 +39,8 @@ declare const DescribeQuerySuggestionsBlockListCommand_base: {
|
|
|
39
39
|
* ```javascript
|
|
40
40
|
* import { KendraClient, DescribeQuerySuggestionsBlockListCommand } from "@aws-sdk/client-kendra"; // ES Modules import
|
|
41
41
|
* // const { KendraClient, DescribeQuerySuggestionsBlockListCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
|
|
42
|
+
* // import type { KendraClientConfig } from "@aws-sdk/client-kendra";
|
|
43
|
+
* const config = {}; // type is KendraClientConfig
|
|
42
44
|
* const client = new KendraClient(config);
|
|
43
45
|
* const input = { // DescribeQuerySuggestionsBlockListRequest
|
|
44
46
|
* IndexId: "STRING_VALUE", // required
|
|
@@ -38,6 +38,8 @@ declare const DescribeQuerySuggestionsConfigCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { KendraClient, DescribeQuerySuggestionsConfigCommand } from "@aws-sdk/client-kendra"; // ES Modules import
|
|
40
40
|
* // const { KendraClient, DescribeQuerySuggestionsConfigCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
|
|
41
|
+
* // import type { KendraClientConfig } from "@aws-sdk/client-kendra";
|
|
42
|
+
* const config = {}; // type is KendraClientConfig
|
|
41
43
|
* const client = new KendraClient(config);
|
|
42
44
|
* const input = { // DescribeQuerySuggestionsConfigRequest
|
|
43
45
|
* IndexId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeThesaurusCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { KendraClient, DescribeThesaurusCommand } from "@aws-sdk/client-kendra"; // ES Modules import
|
|
35
35
|
* // const { KendraClient, DescribeThesaurusCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
|
|
36
|
+
* // import type { KendraClientConfig } from "@aws-sdk/client-kendra";
|
|
37
|
+
* const config = {}; // type is KendraClientConfig
|
|
36
38
|
* const client = new KendraClient(config);
|
|
37
39
|
* const input = { // DescribeThesaurusRequest
|
|
38
40
|
* Id: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const DisassociateEntitiesFromExperienceCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { KendraClient, DisassociateEntitiesFromExperienceCommand } from "@aws-sdk/client-kendra"; // ES Modules import
|
|
39
39
|
* // const { KendraClient, DisassociateEntitiesFromExperienceCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
|
|
40
|
+
* // import type { KendraClientConfig } from "@aws-sdk/client-kendra";
|
|
41
|
+
* const config = {}; // type is KendraClientConfig
|
|
40
42
|
* const client = new KendraClient(config);
|
|
41
43
|
* const input = { // DisassociateEntitiesFromExperienceRequest
|
|
42
44
|
* Id: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const DisassociatePersonasFromEntitiesCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { KendraClient, DisassociatePersonasFromEntitiesCommand } from "@aws-sdk/client-kendra"; // ES Modules import
|
|
39
39
|
* // const { KendraClient, DisassociatePersonasFromEntitiesCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
|
|
40
|
+
* // import type { KendraClientConfig } from "@aws-sdk/client-kendra";
|
|
41
|
+
* const config = {}; // type is KendraClientConfig
|
|
40
42
|
* const client = new KendraClient(config);
|
|
41
43
|
* const input = { // DisassociatePersonasFromEntitiesRequest
|
|
42
44
|
* Id: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const GetQuerySuggestionsCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { KendraClient, GetQuerySuggestionsCommand } from "@aws-sdk/client-kendra"; // ES Modules import
|
|
39
39
|
* // const { KendraClient, GetQuerySuggestionsCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
|
|
40
|
+
* // import type { KendraClientConfig } from "@aws-sdk/client-kendra";
|
|
41
|
+
* const config = {}; // type is KendraClientConfig
|
|
40
42
|
* const client = new KendraClient(config);
|
|
41
43
|
* const input = { // GetQuerySuggestionsRequest
|
|
42
44
|
* IndexId: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const GetSnapshotsCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { KendraClient, GetSnapshotsCommand } from "@aws-sdk/client-kendra"; // ES Modules import
|
|
36
36
|
* // const { KendraClient, GetSnapshotsCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
|
|
37
|
+
* // import type { KendraClientConfig } from "@aws-sdk/client-kendra";
|
|
38
|
+
* const config = {}; // type is KendraClientConfig
|
|
37
39
|
* const client = new KendraClient(config);
|
|
38
40
|
* const input = { // GetSnapshotsRequest
|
|
39
41
|
* IndexId: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const ListAccessControlConfigurationsCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { KendraClient, ListAccessControlConfigurationsCommand } from "@aws-sdk/client-kendra"; // ES Modules import
|
|
38
38
|
* // const { KendraClient, ListAccessControlConfigurationsCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
|
|
39
|
+
* // import type { KendraClientConfig } from "@aws-sdk/client-kendra";
|
|
40
|
+
* const config = {}; // type is KendraClientConfig
|
|
39
41
|
* const client = new KendraClient(config);
|
|
40
42
|
* const input = { // ListAccessControlConfigurationsRequest
|
|
41
43
|
* IndexId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListDataSourceSyncJobsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { KendraClient, ListDataSourceSyncJobsCommand } from "@aws-sdk/client-kendra"; // ES Modules import
|
|
35
35
|
* // const { KendraClient, ListDataSourceSyncJobsCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
|
|
36
|
+
* // import type { KendraClientConfig } from "@aws-sdk/client-kendra";
|
|
37
|
+
* const config = {}; // type is KendraClientConfig
|
|
36
38
|
* const client = new KendraClient(config);
|
|
37
39
|
* const input = { // ListDataSourceSyncJobsRequest
|
|
38
40
|
* Id: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListDataSourcesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { KendraClient, ListDataSourcesCommand } from "@aws-sdk/client-kendra"; // ES Modules import
|
|
35
35
|
* // const { KendraClient, ListDataSourcesCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
|
|
36
|
+
* // import type { KendraClientConfig } from "@aws-sdk/client-kendra";
|
|
37
|
+
* const config = {}; // type is KendraClientConfig
|
|
36
38
|
* const client = new KendraClient(config);
|
|
37
39
|
* const input = { // ListDataSourcesRequest
|
|
38
40
|
* IndexId: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const ListEntityPersonasCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { KendraClient, ListEntityPersonasCommand } from "@aws-sdk/client-kendra"; // ES Modules import
|
|
36
36
|
* // const { KendraClient, ListEntityPersonasCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
|
|
37
|
+
* // import type { KendraClientConfig } from "@aws-sdk/client-kendra";
|
|
38
|
+
* const config = {}; // type is KendraClientConfig
|
|
37
39
|
* const client = new KendraClient(config);
|
|
38
40
|
* const input = { // ListEntityPersonasRequest
|
|
39
41
|
* Id: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const ListExperienceEntitiesCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { KendraClient, ListExperienceEntitiesCommand } from "@aws-sdk/client-kendra"; // ES Modules import
|
|
39
39
|
* // const { KendraClient, ListExperienceEntitiesCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
|
|
40
|
+
* // import type { KendraClientConfig } from "@aws-sdk/client-kendra";
|
|
41
|
+
* const config = {}; // type is KendraClientConfig
|
|
40
42
|
* const client = new KendraClient(config);
|
|
41
43
|
* const input = { // ListExperienceEntitiesRequest
|
|
42
44
|
* Id: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const ListExperiencesCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { KendraClient, ListExperiencesCommand } from "@aws-sdk/client-kendra"; // ES Modules import
|
|
38
38
|
* // const { KendraClient, ListExperiencesCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
|
|
39
|
+
* // import type { KendraClientConfig } from "@aws-sdk/client-kendra";
|
|
40
|
+
* const config = {}; // type is KendraClientConfig
|
|
39
41
|
* const client = new KendraClient(config);
|
|
40
42
|
* const input = { // ListExperiencesRequest
|
|
41
43
|
* IndexId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListFaqsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { KendraClient, ListFaqsCommand } from "@aws-sdk/client-kendra"; // ES Modules import
|
|
35
35
|
* // const { KendraClient, ListFaqsCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
|
|
36
|
+
* // import type { KendraClientConfig } from "@aws-sdk/client-kendra";
|
|
37
|
+
* const config = {}; // type is KendraClientConfig
|
|
36
38
|
* const client = new KendraClient(config);
|
|
37
39
|
* const input = { // ListFaqsRequest
|
|
38
40
|
* IndexId: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const ListFeaturedResultsSetsCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { KendraClient, ListFeaturedResultsSetsCommand } from "@aws-sdk/client-kendra"; // ES Modules import
|
|
37
37
|
* // const { KendraClient, ListFeaturedResultsSetsCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
|
|
38
|
+
* // import type { KendraClientConfig } from "@aws-sdk/client-kendra";
|
|
39
|
+
* const config = {}; // type is KendraClientConfig
|
|
38
40
|
* const client = new KendraClient(config);
|
|
39
41
|
* const input = { // ListFeaturedResultsSetsRequest
|
|
40
42
|
* IndexId: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const ListGroupsOlderThanOrderingIdCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { KendraClient, ListGroupsOlderThanOrderingIdCommand } from "@aws-sdk/client-kendra"; // ES Modules import
|
|
38
38
|
* // const { KendraClient, ListGroupsOlderThanOrderingIdCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
|
|
39
|
+
* // import type { KendraClientConfig } from "@aws-sdk/client-kendra";
|
|
40
|
+
* const config = {}; // type is KendraClientConfig
|
|
39
41
|
* const client = new KendraClient(config);
|
|
40
42
|
* const input = { // ListGroupsOlderThanOrderingIdRequest
|
|
41
43
|
* IndexId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListIndicesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { KendraClient, ListIndicesCommand } from "@aws-sdk/client-kendra"; // ES Modules import
|
|
35
35
|
* // const { KendraClient, ListIndicesCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
|
|
36
|
+
* // import type { KendraClientConfig } from "@aws-sdk/client-kendra";
|
|
37
|
+
* const config = {}; // type is KendraClientConfig
|
|
36
38
|
* const client = new KendraClient(config);
|
|
37
39
|
* const input = { // ListIndicesRequest
|
|
38
40
|
* NextToken: "STRING_VALUE",
|
|
@@ -39,6 +39,8 @@ declare const ListQuerySuggestionsBlockListsCommand_base: {
|
|
|
39
39
|
* ```javascript
|
|
40
40
|
* import { KendraClient, ListQuerySuggestionsBlockListsCommand } from "@aws-sdk/client-kendra"; // ES Modules import
|
|
41
41
|
* // const { KendraClient, ListQuerySuggestionsBlockListsCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
|
|
42
|
+
* // import type { KendraClientConfig } from "@aws-sdk/client-kendra";
|
|
43
|
+
* const config = {}; // type is KendraClientConfig
|
|
42
44
|
* const client = new KendraClient(config);
|
|
43
45
|
* const input = { // ListQuerySuggestionsBlockListsRequest
|
|
44
46
|
* IndexId: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { KendraClient, ListTagsForResourceCommand } from "@aws-sdk/client-kendra"; // ES Modules import
|
|
36
36
|
* // const { KendraClient, ListTagsForResourceCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
|
|
37
|
+
* // import type { KendraClientConfig } from "@aws-sdk/client-kendra";
|
|
38
|
+
* const config = {}; // type is KendraClientConfig
|
|
37
39
|
* const client = new KendraClient(config);
|
|
38
40
|
* const input = { // ListTagsForResourceRequest
|
|
39
41
|
* ResourceARN: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListThesauriCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { KendraClient, ListThesauriCommand } from "@aws-sdk/client-kendra"; // ES Modules import
|
|
35
35
|
* // const { KendraClient, ListThesauriCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
|
|
36
|
+
* // import type { KendraClientConfig } from "@aws-sdk/client-kendra";
|
|
37
|
+
* const config = {}; // type is KendraClientConfig
|
|
36
38
|
* const client = new KendraClient(config);
|
|
37
39
|
* const input = { // ListThesauriRequest
|
|
38
40
|
* IndexId: "STRING_VALUE", // required
|
|
@@ -44,6 +44,8 @@ declare const PutPrincipalMappingCommand_base: {
|
|
|
44
44
|
* ```javascript
|
|
45
45
|
* import { KendraClient, PutPrincipalMappingCommand } from "@aws-sdk/client-kendra"; // ES Modules import
|
|
46
46
|
* // const { KendraClient, PutPrincipalMappingCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
|
|
47
|
+
* // import type { KendraClientConfig } from "@aws-sdk/client-kendra";
|
|
48
|
+
* const config = {}; // type is KendraClientConfig
|
|
47
49
|
* const client = new KendraClient(config);
|
|
48
50
|
* const input = { // PutPrincipalMappingRequest
|
|
49
51
|
* IndexId: "STRING_VALUE", // required
|
|
@@ -69,6 +69,8 @@ declare const QueryCommand_base: {
|
|
|
69
69
|
* ```javascript
|
|
70
70
|
* import { KendraClient, QueryCommand } from "@aws-sdk/client-kendra"; // ES Modules import
|
|
71
71
|
* // const { KendraClient, QueryCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
|
|
72
|
+
* // import type { KendraClientConfig } from "@aws-sdk/client-kendra";
|
|
73
|
+
* const config = {}; // type is KendraClientConfig
|
|
72
74
|
* const client = new KendraClient(config);
|
|
73
75
|
* const input = { // QueryRequest
|
|
74
76
|
* IndexId: "STRING_VALUE", // required
|
|
@@ -75,6 +75,8 @@ declare const RetrieveCommand_base: {
|
|
|
75
75
|
* ```javascript
|
|
76
76
|
* import { KendraClient, RetrieveCommand } from "@aws-sdk/client-kendra"; // ES Modules import
|
|
77
77
|
* // const { KendraClient, RetrieveCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
|
|
78
|
+
* // import type { KendraClientConfig } from "@aws-sdk/client-kendra";
|
|
79
|
+
* const config = {}; // type is KendraClientConfig
|
|
78
80
|
* const client = new KendraClient(config);
|
|
79
81
|
* const input = { // RetrieveRequest
|
|
80
82
|
* IndexId: "STRING_VALUE", // required
|
|
@@ -38,6 +38,8 @@ declare const StartDataSourceSyncJobCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { KendraClient, StartDataSourceSyncJobCommand } from "@aws-sdk/client-kendra"; // ES Modules import
|
|
40
40
|
* // const { KendraClient, StartDataSourceSyncJobCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
|
|
41
|
+
* // import type { KendraClientConfig } from "@aws-sdk/client-kendra";
|
|
42
|
+
* const config = {}; // type is KendraClientConfig
|
|
41
43
|
* const client = new KendraClient(config);
|
|
42
44
|
* const input = { // StartDataSourceSyncJobRequest
|
|
43
45
|
* Id: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const StopDataSourceSyncJobCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { KendraClient, StopDataSourceSyncJobCommand } from "@aws-sdk/client-kendra"; // ES Modules import
|
|
36
36
|
* // const { KendraClient, StopDataSourceSyncJobCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
|
|
37
|
+
* // import type { KendraClientConfig } from "@aws-sdk/client-kendra";
|
|
38
|
+
* const config = {}; // type is KendraClientConfig
|
|
37
39
|
* const client = new KendraClient(config);
|
|
38
40
|
* const input = { // StopDataSourceSyncJobRequest
|
|
39
41
|
* Id: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const SubmitFeedbackCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { KendraClient, SubmitFeedbackCommand } from "@aws-sdk/client-kendra"; // ES Modules import
|
|
39
39
|
* // const { KendraClient, SubmitFeedbackCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
|
|
40
|
+
* // import type { KendraClientConfig } from "@aws-sdk/client-kendra";
|
|
41
|
+
* const config = {}; // type is KendraClientConfig
|
|
40
42
|
* const client = new KendraClient(config);
|
|
41
43
|
* const input = { // SubmitFeedbackRequest
|
|
42
44
|
* IndexId: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const TagResourceCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { KendraClient, TagResourceCommand } from "@aws-sdk/client-kendra"; // ES Modules import
|
|
36
36
|
* // const { KendraClient, TagResourceCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
|
|
37
|
+
* // import type { KendraClientConfig } from "@aws-sdk/client-kendra";
|
|
38
|
+
* const config = {}; // type is KendraClientConfig
|
|
37
39
|
* const client = new KendraClient(config);
|
|
38
40
|
* const input = { // TagResourceRequest
|
|
39
41
|
* ResourceARN: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UntagResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { KendraClient, UntagResourceCommand } from "@aws-sdk/client-kendra"; // ES Modules import
|
|
35
35
|
* // const { KendraClient, UntagResourceCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
|
|
36
|
+
* // import type { KendraClientConfig } from "@aws-sdk/client-kendra";
|
|
37
|
+
* const config = {}; // type is KendraClientConfig
|
|
36
38
|
* const client = new KendraClient(config);
|
|
37
39
|
* const input = { // UntagResourceRequest
|
|
38
40
|
* ResourceARN: "STRING_VALUE", // required
|
|
@@ -57,6 +57,8 @@ declare const UpdateAccessControlConfigurationCommand_base: {
|
|
|
57
57
|
* ```javascript
|
|
58
58
|
* import { KendraClient, UpdateAccessControlConfigurationCommand } from "@aws-sdk/client-kendra"; // ES Modules import
|
|
59
59
|
* // const { KendraClient, UpdateAccessControlConfigurationCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
|
|
60
|
+
* // import type { KendraClientConfig } from "@aws-sdk/client-kendra";
|
|
61
|
+
* const config = {}; // type is KendraClientConfig
|
|
60
62
|
* const client = new KendraClient(config);
|
|
61
63
|
* const input = { // UpdateAccessControlConfigurationRequest
|
|
62
64
|
* IndexId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateDataSourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { KendraClient, UpdateDataSourceCommand } from "@aws-sdk/client-kendra"; // ES Modules import
|
|
35
35
|
* // const { KendraClient, UpdateDataSourceCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
|
|
36
|
+
* // import type { KendraClientConfig } from "@aws-sdk/client-kendra";
|
|
37
|
+
* const config = {}; // type is KendraClientConfig
|
|
36
38
|
* const client = new KendraClient(config);
|
|
37
39
|
* const input = { // UpdateDataSourceRequest
|
|
38
40
|
* Id: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const UpdateExperienceCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { KendraClient, UpdateExperienceCommand } from "@aws-sdk/client-kendra"; // ES Modules import
|
|
37
37
|
* // const { KendraClient, UpdateExperienceCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
|
|
38
|
+
* // import type { KendraClientConfig } from "@aws-sdk/client-kendra";
|
|
39
|
+
* const config = {}; // type is KendraClientConfig
|
|
38
40
|
* const client = new KendraClient(config);
|
|
39
41
|
* const input = { // UpdateExperienceRequest
|
|
40
42
|
* Id: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const UpdateFeaturedResultsSetCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { KendraClient, UpdateFeaturedResultsSetCommand } from "@aws-sdk/client-kendra"; // ES Modules import
|
|
39
39
|
* // const { KendraClient, UpdateFeaturedResultsSetCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
|
|
40
|
+
* // import type { KendraClientConfig } from "@aws-sdk/client-kendra";
|
|
41
|
+
* const config = {}; // type is KendraClientConfig
|
|
40
42
|
* const client = new KendraClient(config);
|
|
41
43
|
* const input = { // UpdateFeaturedResultsSetRequest
|
|
42
44
|
* IndexId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateIndexCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { KendraClient, UpdateIndexCommand } from "@aws-sdk/client-kendra"; // ES Modules import
|
|
35
35
|
* // const { KendraClient, UpdateIndexCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
|
|
36
|
+
* // import type { KendraClientConfig } from "@aws-sdk/client-kendra";
|
|
37
|
+
* const config = {}; // type is KendraClientConfig
|
|
36
38
|
* const client = new KendraClient(config);
|
|
37
39
|
* const input = { // UpdateIndexRequest
|
|
38
40
|
* Id: "STRING_VALUE", // required
|
|
@@ -43,6 +43,8 @@ declare const UpdateQuerySuggestionsBlockListCommand_base: {
|
|
|
43
43
|
* ```javascript
|
|
44
44
|
* import { KendraClient, UpdateQuerySuggestionsBlockListCommand } from "@aws-sdk/client-kendra"; // ES Modules import
|
|
45
45
|
* // const { KendraClient, UpdateQuerySuggestionsBlockListCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
|
|
46
|
+
* // import type { KendraClientConfig } from "@aws-sdk/client-kendra";
|
|
47
|
+
* const config = {}; // type is KendraClientConfig
|
|
46
48
|
* const client = new KendraClient(config);
|
|
47
49
|
* const input = { // UpdateQuerySuggestionsBlockListRequest
|
|
48
50
|
* IndexId: "STRING_VALUE", // required
|
|
@@ -44,6 +44,8 @@ declare const UpdateQuerySuggestionsConfigCommand_base: {
|
|
|
44
44
|
* ```javascript
|
|
45
45
|
* import { KendraClient, UpdateQuerySuggestionsConfigCommand } from "@aws-sdk/client-kendra"; // ES Modules import
|
|
46
46
|
* // const { KendraClient, UpdateQuerySuggestionsConfigCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
|
|
47
|
+
* // import type { KendraClientConfig } from "@aws-sdk/client-kendra";
|
|
48
|
+
* const config = {}; // type is KendraClientConfig
|
|
47
49
|
* const client = new KendraClient(config);
|
|
48
50
|
* const input = { // UpdateQuerySuggestionsConfigRequest
|
|
49
51
|
* IndexId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateThesaurusCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { KendraClient, UpdateThesaurusCommand } from "@aws-sdk/client-kendra"; // ES Modules import
|
|
35
35
|
* // const { KendraClient, UpdateThesaurusCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
|
|
36
|
+
* // import type { KendraClientConfig } from "@aws-sdk/client-kendra";
|
|
37
|
+
* const config = {}; // type is KendraClientConfig
|
|
36
38
|
* const client = new KendraClient(config);
|
|
37
39
|
* const input = { // UpdateThesaurusRequest
|
|
38
40
|
* Id: "STRING_VALUE", // required
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-kendra",
|
|
3
3
|
"description": "AWS SDK for JavaScript Kendra Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.893.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-kendra",
|
|
@@ -20,41 +20,41 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.893.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.893.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.893.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.893.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.893.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.893.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.893.0",
|
|
30
|
+
"@aws-sdk/types": "3.893.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.893.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.893.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.893.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.2.2",
|
|
35
|
-
"@smithy/core": "^3.11.
|
|
35
|
+
"@smithy/core": "^3.11.1",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.2.1",
|
|
37
37
|
"@smithy/hash-node": "^4.1.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.1.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.1.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.2.
|
|
41
|
-
"@smithy/middleware-retry": "^4.2.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.2.3",
|
|
41
|
+
"@smithy/middleware-retry": "^4.2.4",
|
|
42
42
|
"@smithy/middleware-serde": "^4.1.1",
|
|
43
43
|
"@smithy/middleware-stack": "^4.1.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.2.2",
|
|
45
45
|
"@smithy/node-http-handler": "^4.2.1",
|
|
46
46
|
"@smithy/protocol-http": "^5.2.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.6.
|
|
47
|
+
"@smithy/smithy-client": "^4.6.3",
|
|
48
48
|
"@smithy/types": "^4.5.0",
|
|
49
49
|
"@smithy/url-parser": "^4.1.1",
|
|
50
50
|
"@smithy/util-base64": "^4.1.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.1.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.1.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.1.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.1.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.1.3",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.1.3",
|
|
55
55
|
"@smithy/util-endpoints": "^3.1.2",
|
|
56
56
|
"@smithy/util-middleware": "^4.1.1",
|
|
57
|
-
"@smithy/util-retry": "^4.1.
|
|
57
|
+
"@smithy/util-retry": "^4.1.2",
|
|
58
58
|
"@smithy/util-utf8": "^4.1.0",
|
|
59
59
|
"@types/uuid": "^9.0.1",
|
|
60
60
|
"tslib": "^2.6.2",
|