@aws-sdk/client-kendra 3.952.0 → 3.954.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-cjs/index.js +1140 -800
- package/dist-cjs/runtimeConfig.shared.js +6 -6
- package/dist-es/commands/AssociateEntitiesToExperienceCommand.js +2 -2
- package/dist-es/commands/AssociatePersonasToEntitiesCommand.js +2 -2
- package/dist-es/commands/BatchDeleteDocumentCommand.js +2 -2
- package/dist-es/commands/BatchDeleteFeaturedResultsSetCommand.js +2 -2
- package/dist-es/commands/BatchGetDocumentStatusCommand.js +2 -2
- package/dist-es/commands/BatchPutDocumentCommand.js +2 -2
- package/dist-es/commands/ClearQuerySuggestionsCommand.js +2 -2
- package/dist-es/commands/CreateAccessControlConfigurationCommand.js +2 -2
- package/dist-es/commands/CreateDataSourceCommand.js +2 -2
- package/dist-es/commands/CreateExperienceCommand.js +2 -2
- package/dist-es/commands/CreateFaqCommand.js +2 -2
- package/dist-es/commands/CreateFeaturedResultsSetCommand.js +2 -2
- package/dist-es/commands/CreateIndexCommand.js +2 -2
- package/dist-es/commands/CreateQuerySuggestionsBlockListCommand.js +2 -2
- package/dist-es/commands/CreateThesaurusCommand.js +2 -2
- package/dist-es/commands/DeleteAccessControlConfigurationCommand.js +2 -2
- package/dist-es/commands/DeleteDataSourceCommand.js +2 -2
- package/dist-es/commands/DeleteExperienceCommand.js +2 -2
- package/dist-es/commands/DeleteFaqCommand.js +2 -2
- package/dist-es/commands/DeleteIndexCommand.js +2 -2
- package/dist-es/commands/DeletePrincipalMappingCommand.js +2 -2
- package/dist-es/commands/DeleteQuerySuggestionsBlockListCommand.js +2 -2
- package/dist-es/commands/DeleteThesaurusCommand.js +2 -2
- package/dist-es/commands/DescribeAccessControlConfigurationCommand.js +2 -2
- package/dist-es/commands/DescribeDataSourceCommand.js +2 -2
- package/dist-es/commands/DescribeExperienceCommand.js +2 -2
- package/dist-es/commands/DescribeFaqCommand.js +2 -2
- package/dist-es/commands/DescribeFeaturedResultsSetCommand.js +2 -2
- package/dist-es/commands/DescribeIndexCommand.js +2 -2
- package/dist-es/commands/DescribePrincipalMappingCommand.js +2 -2
- package/dist-es/commands/DescribeQuerySuggestionsBlockListCommand.js +2 -2
- package/dist-es/commands/DescribeQuerySuggestionsConfigCommand.js +2 -2
- package/dist-es/commands/DescribeThesaurusCommand.js +2 -2
- package/dist-es/commands/DisassociateEntitiesFromExperienceCommand.js +2 -2
- package/dist-es/commands/DisassociatePersonasFromEntitiesCommand.js +2 -2
- package/dist-es/commands/GetQuerySuggestionsCommand.js +2 -2
- package/dist-es/commands/GetSnapshotsCommand.js +2 -2
- package/dist-es/commands/ListAccessControlConfigurationsCommand.js +2 -2
- package/dist-es/commands/ListDataSourceSyncJobsCommand.js +2 -2
- package/dist-es/commands/ListDataSourcesCommand.js +2 -2
- package/dist-es/commands/ListEntityPersonasCommand.js +2 -2
- package/dist-es/commands/ListExperienceEntitiesCommand.js +2 -2
- package/dist-es/commands/ListExperiencesCommand.js +2 -2
- package/dist-es/commands/ListFaqsCommand.js +2 -2
- package/dist-es/commands/ListFeaturedResultsSetsCommand.js +2 -2
- package/dist-es/commands/ListGroupsOlderThanOrderingIdCommand.js +2 -2
- package/dist-es/commands/ListIndicesCommand.js +2 -2
- package/dist-es/commands/ListQuerySuggestionsBlockListsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListThesauriCommand.js +2 -2
- package/dist-es/commands/PutPrincipalMappingCommand.js +2 -2
- package/dist-es/commands/QueryCommand.js +2 -2
- package/dist-es/commands/RetrieveCommand.js +2 -2
- package/dist-es/commands/StartDataSourceSyncJobCommand.js +2 -2
- package/dist-es/commands/StopDataSourceSyncJobCommand.js +2 -2
- package/dist-es/commands/SubmitFeedbackCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateAccessControlConfigurationCommand.js +2 -2
- package/dist-es/commands/UpdateDataSourceCommand.js +2 -2
- package/dist-es/commands/UpdateExperienceCommand.js +2 -2
- package/dist-es/commands/UpdateFeaturedResultsSetCommand.js +2 -2
- package/dist-es/commands/UpdateIndexCommand.js +2 -2
- package/dist-es/commands/UpdateQuerySuggestionsBlockListCommand.js +2 -2
- package/dist-es/commands/UpdateQuerySuggestionsConfigCommand.js +2 -2
- package/dist-es/commands/UpdateThesaurusCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -6
- package/dist-es/schemas/schemas_0.js +744 -752
- package/dist-types/KendraClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +349 -463
- package/dist-types/ts3.4/KendraClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +348 -464
- package/package.json +34 -34
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetQuerySuggestions } from "../schemas/schemas_0";
|
|
4
|
+
import { GetQuerySuggestions$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetQuerySuggestionsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetQuerySuggestionsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSKendraFrontendService", "GetQuerySuggestions", {})
|
|
13
13
|
.n("KendraClient", "GetQuerySuggestionsCommand")
|
|
14
|
-
.sc(GetQuerySuggestions)
|
|
14
|
+
.sc(GetQuerySuggestions$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetSnapshots } from "../schemas/schemas_0";
|
|
4
|
+
import { GetSnapshots$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetSnapshotsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetSnapshotsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSKendraFrontendService", "GetSnapshots", {})
|
|
13
13
|
.n("KendraClient", "GetSnapshotsCommand")
|
|
14
|
-
.sc(GetSnapshots)
|
|
14
|
+
.sc(GetSnapshots$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListAccessControlConfigurations } from "../schemas/schemas_0";
|
|
4
|
+
import { ListAccessControlConfigurations$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListAccessControlConfigurationsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListAccessControlConfigurationsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSKendraFrontendService", "ListAccessControlConfigurations", {})
|
|
13
13
|
.n("KendraClient", "ListAccessControlConfigurationsCommand")
|
|
14
|
-
.sc(ListAccessControlConfigurations)
|
|
14
|
+
.sc(ListAccessControlConfigurations$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListDataSourceSyncJobs } from "../schemas/schemas_0";
|
|
4
|
+
import { ListDataSourceSyncJobs$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListDataSourceSyncJobsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListDataSourceSyncJobsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSKendraFrontendService", "ListDataSourceSyncJobs", {})
|
|
13
13
|
.n("KendraClient", "ListDataSourceSyncJobsCommand")
|
|
14
|
-
.sc(ListDataSourceSyncJobs)
|
|
14
|
+
.sc(ListDataSourceSyncJobs$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListDataSources } from "../schemas/schemas_0";
|
|
4
|
+
import { ListDataSources$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListDataSourcesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListDataSourcesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSKendraFrontendService", "ListDataSources", {})
|
|
13
13
|
.n("KendraClient", "ListDataSourcesCommand")
|
|
14
|
-
.sc(ListDataSources)
|
|
14
|
+
.sc(ListDataSources$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListEntityPersonas } from "../schemas/schemas_0";
|
|
4
|
+
import { ListEntityPersonas$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListEntityPersonasCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListEntityPersonasCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSKendraFrontendService", "ListEntityPersonas", {})
|
|
13
13
|
.n("KendraClient", "ListEntityPersonasCommand")
|
|
14
|
-
.sc(ListEntityPersonas)
|
|
14
|
+
.sc(ListEntityPersonas$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListExperienceEntities } from "../schemas/schemas_0";
|
|
4
|
+
import { ListExperienceEntities$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListExperienceEntitiesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListExperienceEntitiesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSKendraFrontendService", "ListExperienceEntities", {})
|
|
13
13
|
.n("KendraClient", "ListExperienceEntitiesCommand")
|
|
14
|
-
.sc(ListExperienceEntities)
|
|
14
|
+
.sc(ListExperienceEntities$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListExperiences } from "../schemas/schemas_0";
|
|
4
|
+
import { ListExperiences$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListExperiencesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListExperiencesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSKendraFrontendService", "ListExperiences", {})
|
|
13
13
|
.n("KendraClient", "ListExperiencesCommand")
|
|
14
|
-
.sc(ListExperiences)
|
|
14
|
+
.sc(ListExperiences$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListFaqs } from "../schemas/schemas_0";
|
|
4
|
+
import { ListFaqs$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListFaqsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListFaqsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSKendraFrontendService", "ListFaqs", {})
|
|
13
13
|
.n("KendraClient", "ListFaqsCommand")
|
|
14
|
-
.sc(ListFaqs)
|
|
14
|
+
.sc(ListFaqs$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListFeaturedResultsSets } from "../schemas/schemas_0";
|
|
4
|
+
import { ListFeaturedResultsSets$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListFeaturedResultsSetsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListFeaturedResultsSetsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSKendraFrontendService", "ListFeaturedResultsSets", {})
|
|
13
13
|
.n("KendraClient", "ListFeaturedResultsSetsCommand")
|
|
14
|
-
.sc(ListFeaturedResultsSets)
|
|
14
|
+
.sc(ListFeaturedResultsSets$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListGroupsOlderThanOrderingId } from "../schemas/schemas_0";
|
|
4
|
+
import { ListGroupsOlderThanOrderingId$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListGroupsOlderThanOrderingIdCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListGroupsOlderThanOrderingIdCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSKendraFrontendService", "ListGroupsOlderThanOrderingId", {})
|
|
13
13
|
.n("KendraClient", "ListGroupsOlderThanOrderingIdCommand")
|
|
14
|
-
.sc(ListGroupsOlderThanOrderingId)
|
|
14
|
+
.sc(ListGroupsOlderThanOrderingId$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListIndices } from "../schemas/schemas_0";
|
|
4
|
+
import { ListIndices$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListIndicesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListIndicesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSKendraFrontendService", "ListIndices", {})
|
|
13
13
|
.n("KendraClient", "ListIndicesCommand")
|
|
14
|
-
.sc(ListIndices)
|
|
14
|
+
.sc(ListIndices$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListQuerySuggestionsBlockLists } from "../schemas/schemas_0";
|
|
4
|
+
import { ListQuerySuggestionsBlockLists$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListQuerySuggestionsBlockListsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListQuerySuggestionsBlockListsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSKendraFrontendService", "ListQuerySuggestionsBlockLists", {})
|
|
13
13
|
.n("KendraClient", "ListQuerySuggestionsBlockListsCommand")
|
|
14
|
-
.sc(ListQuerySuggestionsBlockLists)
|
|
14
|
+
.sc(ListQuerySuggestionsBlockLists$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListTagsForResource } from "../schemas/schemas_0";
|
|
4
|
+
import { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListTagsForResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListTagsForResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSKendraFrontendService", "ListTagsForResource", {})
|
|
13
13
|
.n("KendraClient", "ListTagsForResourceCommand")
|
|
14
|
-
.sc(ListTagsForResource)
|
|
14
|
+
.sc(ListTagsForResource$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListThesauri } from "../schemas/schemas_0";
|
|
4
|
+
import { ListThesauri$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListThesauriCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListThesauriCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSKendraFrontendService", "ListThesauri", {})
|
|
13
13
|
.n("KendraClient", "ListThesauriCommand")
|
|
14
|
-
.sc(ListThesauri)
|
|
14
|
+
.sc(ListThesauri$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { PutPrincipalMapping } from "../schemas/schemas_0";
|
|
4
|
+
import { PutPrincipalMapping$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class PutPrincipalMappingCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class PutPrincipalMappingCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSKendraFrontendService", "PutPrincipalMapping", {})
|
|
13
13
|
.n("KendraClient", "PutPrincipalMappingCommand")
|
|
14
|
-
.sc(PutPrincipalMapping)
|
|
14
|
+
.sc(PutPrincipalMapping$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { Query } from "../schemas/schemas_0";
|
|
4
|
+
import { Query$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class QueryCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class QueryCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSKendraFrontendService", "Query", {})
|
|
13
13
|
.n("KendraClient", "QueryCommand")
|
|
14
|
-
.sc(Query)
|
|
14
|
+
.sc(Query$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { Retrieve } from "../schemas/schemas_0";
|
|
4
|
+
import { Retrieve$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class RetrieveCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class RetrieveCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSKendraFrontendService", "Retrieve", {})
|
|
13
13
|
.n("KendraClient", "RetrieveCommand")
|
|
14
|
-
.sc(Retrieve)
|
|
14
|
+
.sc(Retrieve$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { StartDataSourceSyncJob } from "../schemas/schemas_0";
|
|
4
|
+
import { StartDataSourceSyncJob$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class StartDataSourceSyncJobCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class StartDataSourceSyncJobCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSKendraFrontendService", "StartDataSourceSyncJob", {})
|
|
13
13
|
.n("KendraClient", "StartDataSourceSyncJobCommand")
|
|
14
|
-
.sc(StartDataSourceSyncJob)
|
|
14
|
+
.sc(StartDataSourceSyncJob$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { StopDataSourceSyncJob } from "../schemas/schemas_0";
|
|
4
|
+
import { StopDataSourceSyncJob$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class StopDataSourceSyncJobCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class StopDataSourceSyncJobCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSKendraFrontendService", "StopDataSourceSyncJob", {})
|
|
13
13
|
.n("KendraClient", "StopDataSourceSyncJobCommand")
|
|
14
|
-
.sc(StopDataSourceSyncJob)
|
|
14
|
+
.sc(StopDataSourceSyncJob$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { SubmitFeedback } from "../schemas/schemas_0";
|
|
4
|
+
import { SubmitFeedback$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class SubmitFeedbackCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class SubmitFeedbackCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSKendraFrontendService", "SubmitFeedback", {})
|
|
13
13
|
.n("KendraClient", "SubmitFeedbackCommand")
|
|
14
|
-
.sc(SubmitFeedback)
|
|
14
|
+
.sc(SubmitFeedback$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { TagResource } from "../schemas/schemas_0";
|
|
4
|
+
import { TagResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class TagResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class TagResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSKendraFrontendService", "TagResource", {})
|
|
13
13
|
.n("KendraClient", "TagResourceCommand")
|
|
14
|
-
.sc(TagResource)
|
|
14
|
+
.sc(TagResource$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UntagResource } from "../schemas/schemas_0";
|
|
4
|
+
import { UntagResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UntagResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UntagResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSKendraFrontendService", "UntagResource", {})
|
|
13
13
|
.n("KendraClient", "UntagResourceCommand")
|
|
14
|
-
.sc(UntagResource)
|
|
14
|
+
.sc(UntagResource$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateAccessControlConfiguration } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateAccessControlConfiguration$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateAccessControlConfigurationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateAccessControlConfigurationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSKendraFrontendService", "UpdateAccessControlConfiguration", {})
|
|
13
13
|
.n("KendraClient", "UpdateAccessControlConfigurationCommand")
|
|
14
|
-
.sc(UpdateAccessControlConfiguration)
|
|
14
|
+
.sc(UpdateAccessControlConfiguration$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateDataSource } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateDataSource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateDataSourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateDataSourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSKendraFrontendService", "UpdateDataSource", {})
|
|
13
13
|
.n("KendraClient", "UpdateDataSourceCommand")
|
|
14
|
-
.sc(UpdateDataSource)
|
|
14
|
+
.sc(UpdateDataSource$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateExperience } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateExperience$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateExperienceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateExperienceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSKendraFrontendService", "UpdateExperience", {})
|
|
13
13
|
.n("KendraClient", "UpdateExperienceCommand")
|
|
14
|
-
.sc(UpdateExperience)
|
|
14
|
+
.sc(UpdateExperience$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateFeaturedResultsSet } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateFeaturedResultsSet$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateFeaturedResultsSetCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateFeaturedResultsSetCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSKendraFrontendService", "UpdateFeaturedResultsSet", {})
|
|
13
13
|
.n("KendraClient", "UpdateFeaturedResultsSetCommand")
|
|
14
|
-
.sc(UpdateFeaturedResultsSet)
|
|
14
|
+
.sc(UpdateFeaturedResultsSet$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateIndex } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateIndex$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateIndexCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateIndexCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSKendraFrontendService", "UpdateIndex", {})
|
|
13
13
|
.n("KendraClient", "UpdateIndexCommand")
|
|
14
|
-
.sc(UpdateIndex)
|
|
14
|
+
.sc(UpdateIndex$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateQuerySuggestionsBlockList } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateQuerySuggestionsBlockList$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateQuerySuggestionsBlockListCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateQuerySuggestionsBlockListCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSKendraFrontendService", "UpdateQuerySuggestionsBlockList", {})
|
|
13
13
|
.n("KendraClient", "UpdateQuerySuggestionsBlockListCommand")
|
|
14
|
-
.sc(UpdateQuerySuggestionsBlockList)
|
|
14
|
+
.sc(UpdateQuerySuggestionsBlockList$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateQuerySuggestionsConfig } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateQuerySuggestionsConfig$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateQuerySuggestionsConfigCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateQuerySuggestionsConfigCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSKendraFrontendService", "UpdateQuerySuggestionsConfig", {})
|
|
13
13
|
.n("KendraClient", "UpdateQuerySuggestionsConfigCommand")
|
|
14
|
-
.sc(UpdateQuerySuggestionsConfig)
|
|
14
|
+
.sc(UpdateQuerySuggestionsConfig$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateThesaurus } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateThesaurus$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateThesaurusCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateThesaurusCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSKendraFrontendService", "UpdateThesaurus", {})
|
|
13
13
|
.n("KendraClient", "UpdateThesaurusCommand")
|
|
14
|
-
.sc(UpdateThesaurus)
|
|
14
|
+
.sc(UpdateThesaurus$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -23,12 +23,12 @@ export const getRuntimeConfig = (config) => {
|
|
|
23
23
|
},
|
|
24
24
|
],
|
|
25
25
|
logger: config?.logger ?? new NoOpLogger(),
|
|
26
|
-
protocol: config?.protocol ??
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
26
|
+
protocol: config?.protocol ?? AwsJson1_1Protocol,
|
|
27
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
28
|
+
defaultNamespace: "com.amazonaws.kendra",
|
|
29
|
+
version: "2019-02-03",
|
|
30
|
+
serviceTarget: "AWSKendraFrontendService",
|
|
31
|
+
},
|
|
32
32
|
serviceId: config?.serviceId ?? "kendra",
|
|
33
33
|
urlParser: config?.urlParser ?? parseUrl,
|
|
34
34
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|