@aws-sdk/client-kendra 3.952.0 → 3.953.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
|
@@ -26,12 +26,12 @@ const getRuntimeConfig = (config) => {
|
|
|
26
26
|
},
|
|
27
27
|
],
|
|
28
28
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
29
|
-
protocol: config?.protocol ??
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
29
|
+
protocol: config?.protocol ?? protocols_1.AwsJson1_1Protocol,
|
|
30
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
31
|
+
defaultNamespace: "com.amazonaws.kendra",
|
|
32
|
+
version: "2019-02-03",
|
|
33
|
+
serviceTarget: "AWSKendraFrontendService",
|
|
34
|
+
},
|
|
35
35
|
serviceId: config?.serviceId ?? "kendra",
|
|
36
36
|
urlParser: config?.urlParser ?? url_parser_1.parseUrl,
|
|
37
37
|
utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
|
|
@@ -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 { AssociateEntitiesToExperience } from "../schemas/schemas_0";
|
|
4
|
+
import { AssociateEntitiesToExperience$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class AssociateEntitiesToExperienceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class AssociateEntitiesToExperienceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSKendraFrontendService", "AssociateEntitiesToExperience", {})
|
|
13
13
|
.n("KendraClient", "AssociateEntitiesToExperienceCommand")
|
|
14
|
-
.sc(AssociateEntitiesToExperience)
|
|
14
|
+
.sc(AssociateEntitiesToExperience$)
|
|
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 { AssociatePersonasToEntities } from "../schemas/schemas_0";
|
|
4
|
+
import { AssociatePersonasToEntities$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class AssociatePersonasToEntitiesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class AssociatePersonasToEntitiesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSKendraFrontendService", "AssociatePersonasToEntities", {})
|
|
13
13
|
.n("KendraClient", "AssociatePersonasToEntitiesCommand")
|
|
14
|
-
.sc(AssociatePersonasToEntities)
|
|
14
|
+
.sc(AssociatePersonasToEntities$)
|
|
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 { BatchDeleteDocument } from "../schemas/schemas_0";
|
|
4
|
+
import { BatchDeleteDocument$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class BatchDeleteDocumentCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class BatchDeleteDocumentCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSKendraFrontendService", "BatchDeleteDocument", {})
|
|
13
13
|
.n("KendraClient", "BatchDeleteDocumentCommand")
|
|
14
|
-
.sc(BatchDeleteDocument)
|
|
14
|
+
.sc(BatchDeleteDocument$)
|
|
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 { BatchDeleteFeaturedResultsSet } from "../schemas/schemas_0";
|
|
4
|
+
import { BatchDeleteFeaturedResultsSet$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class BatchDeleteFeaturedResultsSetCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class BatchDeleteFeaturedResultsSetCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSKendraFrontendService", "BatchDeleteFeaturedResultsSet", {})
|
|
13
13
|
.n("KendraClient", "BatchDeleteFeaturedResultsSetCommand")
|
|
14
|
-
.sc(BatchDeleteFeaturedResultsSet)
|
|
14
|
+
.sc(BatchDeleteFeaturedResultsSet$)
|
|
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 { BatchGetDocumentStatus } from "../schemas/schemas_0";
|
|
4
|
+
import { BatchGetDocumentStatus$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class BatchGetDocumentStatusCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class BatchGetDocumentStatusCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSKendraFrontendService", "BatchGetDocumentStatus", {})
|
|
13
13
|
.n("KendraClient", "BatchGetDocumentStatusCommand")
|
|
14
|
-
.sc(BatchGetDocumentStatus)
|
|
14
|
+
.sc(BatchGetDocumentStatus$)
|
|
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 { BatchPutDocument } from "../schemas/schemas_0";
|
|
4
|
+
import { BatchPutDocument$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class BatchPutDocumentCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class BatchPutDocumentCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSKendraFrontendService", "BatchPutDocument", {})
|
|
13
13
|
.n("KendraClient", "BatchPutDocumentCommand")
|
|
14
|
-
.sc(BatchPutDocument)
|
|
14
|
+
.sc(BatchPutDocument$)
|
|
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 { ClearQuerySuggestions } from "../schemas/schemas_0";
|
|
4
|
+
import { ClearQuerySuggestions$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ClearQuerySuggestionsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ClearQuerySuggestionsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSKendraFrontendService", "ClearQuerySuggestions", {})
|
|
13
13
|
.n("KendraClient", "ClearQuerySuggestionsCommand")
|
|
14
|
-
.sc(ClearQuerySuggestions)
|
|
14
|
+
.sc(ClearQuerySuggestions$)
|
|
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 { CreateAccessControlConfiguration } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateAccessControlConfiguration$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateAccessControlConfigurationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateAccessControlConfigurationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSKendraFrontendService", "CreateAccessControlConfiguration", {})
|
|
13
13
|
.n("KendraClient", "CreateAccessControlConfigurationCommand")
|
|
14
|
-
.sc(CreateAccessControlConfiguration)
|
|
14
|
+
.sc(CreateAccessControlConfiguration$)
|
|
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 { CreateDataSource } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateDataSource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateDataSourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateDataSourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSKendraFrontendService", "CreateDataSource", {})
|
|
13
13
|
.n("KendraClient", "CreateDataSourceCommand")
|
|
14
|
-
.sc(CreateDataSource)
|
|
14
|
+
.sc(CreateDataSource$)
|
|
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 { CreateExperience } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateExperience$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateExperienceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateExperienceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSKendraFrontendService", "CreateExperience", {})
|
|
13
13
|
.n("KendraClient", "CreateExperienceCommand")
|
|
14
|
-
.sc(CreateExperience)
|
|
14
|
+
.sc(CreateExperience$)
|
|
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 { CreateFaq } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateFaq$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateFaqCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateFaqCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSKendraFrontendService", "CreateFaq", {})
|
|
13
13
|
.n("KendraClient", "CreateFaqCommand")
|
|
14
|
-
.sc(CreateFaq)
|
|
14
|
+
.sc(CreateFaq$)
|
|
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 { CreateFeaturedResultsSet } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateFeaturedResultsSet$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateFeaturedResultsSetCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateFeaturedResultsSetCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSKendraFrontendService", "CreateFeaturedResultsSet", {})
|
|
13
13
|
.n("KendraClient", "CreateFeaturedResultsSetCommand")
|
|
14
|
-
.sc(CreateFeaturedResultsSet)
|
|
14
|
+
.sc(CreateFeaturedResultsSet$)
|
|
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 { CreateIndex } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateIndex$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateIndexCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateIndexCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSKendraFrontendService", "CreateIndex", {})
|
|
13
13
|
.n("KendraClient", "CreateIndexCommand")
|
|
14
|
-
.sc(CreateIndex)
|
|
14
|
+
.sc(CreateIndex$)
|
|
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 { CreateQuerySuggestionsBlockList } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateQuerySuggestionsBlockList$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateQuerySuggestionsBlockListCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateQuerySuggestionsBlockListCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSKendraFrontendService", "CreateQuerySuggestionsBlockList", {})
|
|
13
13
|
.n("KendraClient", "CreateQuerySuggestionsBlockListCommand")
|
|
14
|
-
.sc(CreateQuerySuggestionsBlockList)
|
|
14
|
+
.sc(CreateQuerySuggestionsBlockList$)
|
|
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 { CreateThesaurus } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateThesaurus$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateThesaurusCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateThesaurusCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSKendraFrontendService", "CreateThesaurus", {})
|
|
13
13
|
.n("KendraClient", "CreateThesaurusCommand")
|
|
14
|
-
.sc(CreateThesaurus)
|
|
14
|
+
.sc(CreateThesaurus$)
|
|
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 { DeleteAccessControlConfiguration } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteAccessControlConfiguration$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteAccessControlConfigurationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteAccessControlConfigurationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSKendraFrontendService", "DeleteAccessControlConfiguration", {})
|
|
13
13
|
.n("KendraClient", "DeleteAccessControlConfigurationCommand")
|
|
14
|
-
.sc(DeleteAccessControlConfiguration)
|
|
14
|
+
.sc(DeleteAccessControlConfiguration$)
|
|
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 { DeleteDataSource } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteDataSource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteDataSourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteDataSourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSKendraFrontendService", "DeleteDataSource", {})
|
|
13
13
|
.n("KendraClient", "DeleteDataSourceCommand")
|
|
14
|
-
.sc(DeleteDataSource)
|
|
14
|
+
.sc(DeleteDataSource$)
|
|
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 { DeleteExperience } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteExperience$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteExperienceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteExperienceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSKendraFrontendService", "DeleteExperience", {})
|
|
13
13
|
.n("KendraClient", "DeleteExperienceCommand")
|
|
14
|
-
.sc(DeleteExperience)
|
|
14
|
+
.sc(DeleteExperience$)
|
|
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 { DeleteFaq } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteFaq$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteFaqCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteFaqCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSKendraFrontendService", "DeleteFaq", {})
|
|
13
13
|
.n("KendraClient", "DeleteFaqCommand")
|
|
14
|
-
.sc(DeleteFaq)
|
|
14
|
+
.sc(DeleteFaq$)
|
|
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 { DeleteIndex } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteIndex$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteIndexCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteIndexCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSKendraFrontendService", "DeleteIndex", {})
|
|
13
13
|
.n("KendraClient", "DeleteIndexCommand")
|
|
14
|
-
.sc(DeleteIndex)
|
|
14
|
+
.sc(DeleteIndex$)
|
|
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 { DeletePrincipalMapping } from "../schemas/schemas_0";
|
|
4
|
+
import { DeletePrincipalMapping$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeletePrincipalMappingCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeletePrincipalMappingCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSKendraFrontendService", "DeletePrincipalMapping", {})
|
|
13
13
|
.n("KendraClient", "DeletePrincipalMappingCommand")
|
|
14
|
-
.sc(DeletePrincipalMapping)
|
|
14
|
+
.sc(DeletePrincipalMapping$)
|
|
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 { DeleteQuerySuggestionsBlockList } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteQuerySuggestionsBlockList$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteQuerySuggestionsBlockListCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteQuerySuggestionsBlockListCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSKendraFrontendService", "DeleteQuerySuggestionsBlockList", {})
|
|
13
13
|
.n("KendraClient", "DeleteQuerySuggestionsBlockListCommand")
|
|
14
|
-
.sc(DeleteQuerySuggestionsBlockList)
|
|
14
|
+
.sc(DeleteQuerySuggestionsBlockList$)
|
|
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 { DeleteThesaurus } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteThesaurus$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteThesaurusCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteThesaurusCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSKendraFrontendService", "DeleteThesaurus", {})
|
|
13
13
|
.n("KendraClient", "DeleteThesaurusCommand")
|
|
14
|
-
.sc(DeleteThesaurus)
|
|
14
|
+
.sc(DeleteThesaurus$)
|
|
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 { DescribeAccessControlConfiguration } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeAccessControlConfiguration$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeAccessControlConfigurationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeAccessControlConfigurationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSKendraFrontendService", "DescribeAccessControlConfiguration", {})
|
|
13
13
|
.n("KendraClient", "DescribeAccessControlConfigurationCommand")
|
|
14
|
-
.sc(DescribeAccessControlConfiguration)
|
|
14
|
+
.sc(DescribeAccessControlConfiguration$)
|
|
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 { DescribeDataSource } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeDataSource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeDataSourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeDataSourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSKendraFrontendService", "DescribeDataSource", {})
|
|
13
13
|
.n("KendraClient", "DescribeDataSourceCommand")
|
|
14
|
-
.sc(DescribeDataSource)
|
|
14
|
+
.sc(DescribeDataSource$)
|
|
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 { DescribeExperience } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeExperience$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeExperienceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeExperienceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSKendraFrontendService", "DescribeExperience", {})
|
|
13
13
|
.n("KendraClient", "DescribeExperienceCommand")
|
|
14
|
-
.sc(DescribeExperience)
|
|
14
|
+
.sc(DescribeExperience$)
|
|
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 { DescribeFaq } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeFaq$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeFaqCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeFaqCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSKendraFrontendService", "DescribeFaq", {})
|
|
13
13
|
.n("KendraClient", "DescribeFaqCommand")
|
|
14
|
-
.sc(DescribeFaq)
|
|
14
|
+
.sc(DescribeFaq$)
|
|
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 { DescribeFeaturedResultsSet } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeFeaturedResultsSet$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeFeaturedResultsSetCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeFeaturedResultsSetCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSKendraFrontendService", "DescribeFeaturedResultsSet", {})
|
|
13
13
|
.n("KendraClient", "DescribeFeaturedResultsSetCommand")
|
|
14
|
-
.sc(DescribeFeaturedResultsSet)
|
|
14
|
+
.sc(DescribeFeaturedResultsSet$)
|
|
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 { DescribeIndex } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeIndex$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeIndexCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeIndexCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSKendraFrontendService", "DescribeIndex", {})
|
|
13
13
|
.n("KendraClient", "DescribeIndexCommand")
|
|
14
|
-
.sc(DescribeIndex)
|
|
14
|
+
.sc(DescribeIndex$)
|
|
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 { DescribePrincipalMapping } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribePrincipalMapping$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribePrincipalMappingCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribePrincipalMappingCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSKendraFrontendService", "DescribePrincipalMapping", {})
|
|
13
13
|
.n("KendraClient", "DescribePrincipalMappingCommand")
|
|
14
|
-
.sc(DescribePrincipalMapping)
|
|
14
|
+
.sc(DescribePrincipalMapping$)
|
|
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 { DescribeQuerySuggestionsBlockList } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeQuerySuggestionsBlockList$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeQuerySuggestionsBlockListCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeQuerySuggestionsBlockListCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSKendraFrontendService", "DescribeQuerySuggestionsBlockList", {})
|
|
13
13
|
.n("KendraClient", "DescribeQuerySuggestionsBlockListCommand")
|
|
14
|
-
.sc(DescribeQuerySuggestionsBlockList)
|
|
14
|
+
.sc(DescribeQuerySuggestionsBlockList$)
|
|
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 { DescribeQuerySuggestionsConfig } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeQuerySuggestionsConfig$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeQuerySuggestionsConfigCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeQuerySuggestionsConfigCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSKendraFrontendService", "DescribeQuerySuggestionsConfig", {})
|
|
13
13
|
.n("KendraClient", "DescribeQuerySuggestionsConfigCommand")
|
|
14
|
-
.sc(DescribeQuerySuggestionsConfig)
|
|
14
|
+
.sc(DescribeQuerySuggestionsConfig$)
|
|
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 { DescribeThesaurus } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeThesaurus$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeThesaurusCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeThesaurusCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSKendraFrontendService", "DescribeThesaurus", {})
|
|
13
13
|
.n("KendraClient", "DescribeThesaurusCommand")
|
|
14
|
-
.sc(DescribeThesaurus)
|
|
14
|
+
.sc(DescribeThesaurus$)
|
|
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 { DisassociateEntitiesFromExperience } from "../schemas/schemas_0";
|
|
4
|
+
import { DisassociateEntitiesFromExperience$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DisassociateEntitiesFromExperienceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DisassociateEntitiesFromExperienceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSKendraFrontendService", "DisassociateEntitiesFromExperience", {})
|
|
13
13
|
.n("KendraClient", "DisassociateEntitiesFromExperienceCommand")
|
|
14
|
-
.sc(DisassociateEntitiesFromExperience)
|
|
14
|
+
.sc(DisassociateEntitiesFromExperience$)
|
|
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 { DisassociatePersonasFromEntities } from "../schemas/schemas_0";
|
|
4
|
+
import { DisassociatePersonasFromEntities$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DisassociatePersonasFromEntitiesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DisassociatePersonasFromEntitiesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSKendraFrontendService", "DisassociatePersonasFromEntities", {})
|
|
13
13
|
.n("KendraClient", "DisassociatePersonasFromEntitiesCommand")
|
|
14
|
-
.sc(DisassociatePersonasFromEntities)
|
|
14
|
+
.sc(DisassociatePersonasFromEntities$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|